@applicaster/zapp-react-native-ui-components 16.0.0-rc.62 → 16.0.0-rc.63
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -61,7 +61,6 @@ type ModalComponentProps = {
|
|
|
61
61
|
maxHeight?: number;
|
|
62
62
|
dismiss: () => void;
|
|
63
63
|
headerComponent?: React.ComponentType<any>;
|
|
64
|
-
headerComponentProps?: Record<string, any>;
|
|
65
64
|
buttonComponent?: React.ComponentType;
|
|
66
65
|
iconProps?: ItemIconProps | ((theme: PluginConfiguration) => ItemIconProps);
|
|
67
66
|
itemProps?:
|
|
@@ -94,7 +93,6 @@ export function BottomSheetModalContent(props: ModalComponentProps) {
|
|
|
94
93
|
summary,
|
|
95
94
|
title,
|
|
96
95
|
headerComponent,
|
|
97
|
-
headerComponentProps,
|
|
98
96
|
viewModel = null,
|
|
99
97
|
buttonComponent: ButtonComponent = Button,
|
|
100
98
|
getSelectedItemIcon = ({
|
|
@@ -463,7 +461,6 @@ export function BottomSheetModalContent(props: ModalComponentProps) {
|
|
|
463
461
|
>
|
|
464
462
|
<BottomSheetDragArea>
|
|
465
463
|
<Header
|
|
466
|
-
{...(headerComponentProps || {})}
|
|
467
464
|
dismiss={dismiss}
|
|
468
465
|
configuration={theme}
|
|
469
466
|
summary={summary}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@applicaster/zapp-react-native-ui-components",
|
|
3
|
-
"version": "16.0.0-rc.
|
|
3
|
+
"version": "16.0.0-rc.63",
|
|
4
4
|
"description": "Applicaster Zapp React Native ui components for the Quick Brick App",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"types": "index.d.ts",
|
|
@@ -28,10 +28,10 @@
|
|
|
28
28
|
},
|
|
29
29
|
"homepage": "https://github.com/applicaster/quickbrick#readme",
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@applicaster/applicaster-types": "16.0.0-rc.
|
|
32
|
-
"@applicaster/zapp-react-native-bridge": "16.0.0-rc.
|
|
33
|
-
"@applicaster/zapp-react-native-redux": "16.0.0-rc.
|
|
34
|
-
"@applicaster/zapp-react-native-utils": "16.0.0-rc.
|
|
31
|
+
"@applicaster/applicaster-types": "16.0.0-rc.63",
|
|
32
|
+
"@applicaster/zapp-react-native-bridge": "16.0.0-rc.63",
|
|
33
|
+
"@applicaster/zapp-react-native-redux": "16.0.0-rc.63",
|
|
34
|
+
"@applicaster/zapp-react-native-utils": "16.0.0-rc.63",
|
|
35
35
|
"fast-json-stable-stringify": "^2.1.0",
|
|
36
36
|
"promise": "^8.3.0",
|
|
37
37
|
"react-native-sortables": "1.7.1",
|