Skip to content

Commit

Permalink
Merge pull request #123 from mendix/develop
Browse files Browse the repository at this point in the history
Release 2.7.3
  • Loading branch information
UrazAkgultan committed May 12, 2022
2 parents 4048091 + c2f831c commit 7f74718
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "atlas-ui-framework",
"version": "2.7.2",
"version": "2.7.3",
"description": "Mendix Atlas UI is the foundation of making beautiful apps with Mendix. For more information about the framework go to https://atlas.mendix.com.",
"main": "",
"scripts": {
Expand Down
3 changes: 3 additions & 0 deletions styles/native/ts/core/widgets/floatingactionbutton.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { FloatingActionButtonType } from "../../types/widgets";
import { background, brand, contrast, font } from "../variables";

/*
DISCLAIMER:
Expand Down Expand Up @@ -67,6 +68,8 @@ export const com_mendix_widget_native_floatingactionbutton_FloatingActionButton:
secondaryButtonCaptionContainer: {
// All ViewStyle properties are allowed
marginHorizontal: 5,
backgroundColor: background.secondary,
borderColor: background.secondary,
elevation: 2,
shadowOpacity: 0.3,
shadowRadius: 4,
Expand Down
12 changes: 12 additions & 0 deletions styles/native/ts/core/widgets/videoplayer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,16 @@ export const com_mendix_widget_native_videoplayer_VideoPlayer: VideoPlayerType =
video: {
// All ViewStyle properties are allowed
},
fullScreenVideoPlayer: {
// All ViewStyle properties are allowed
},
controlBtnContainerStyle: {
// All ViewStyle properties are allowed
},
fullScreenVideoStyle: {
// All ViewStyle properties are allowed
},
fullScreenActivityIndicatorStyle: {
// All ViewStyle properties are allowed
},
};
6 changes: 5 additions & 1 deletion styles/native/ts/types/widgets.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -621,7 +621,11 @@ export interface VideoPlayerType {
indicator?: {
backgroundColor?: string,
},
video?: ViewStyle
video?: ViewStyle,
fullScreenVideoPlayer?: ViewStyle,
controlBtnContainerStyle?: ViewStyle,
fullScreenVideoStyle?: ViewStyle,
fullScreenActivityIndicatorStyle?: ViewStyle,
}

// Web View
Expand Down

0 comments on commit 7f74718

Please sign in to comment.