@ornikar/kitt-universal 9.45.0 → 9.46.0
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.
- package/dist/definitions/CardModal/CardModalAnimation/CardModalAnimation.d.ts.map +1 -1
- package/dist/definitions/DialogModal/DialogModalAnimation/DialogModalAnimation.d.ts.map +1 -1
- package/dist/definitions/Modal/Modal.d.ts.map +1 -1
- package/dist/definitions/NavigationModal/NavigationModalAnimation.d.ts.map +1 -1
- package/dist/index-browser-all.es.android.js +4 -0
- package/dist/index-browser-all.es.android.js.map +1 -1
- package/dist/index-browser-all.es.ios.js +4 -0
- package/dist/index-browser-all.es.ios.js.map +1 -1
- package/dist/index-browser-all.es.js +4 -0
- package/dist/index-browser-all.es.js.map +1 -1
- package/dist/index-browser-all.es.web.js +1 -0
- package/dist/index-browser-all.es.web.js.map +1 -1
- package/dist/index-node-14.17.cjs.js +4 -0
- package/dist/index-node-14.17.cjs.js.map +1 -1
- package/dist/index-node-14.17.cjs.web.js +1 -0
- package/dist/index-node-14.17.cjs.web.js.map +1 -1
- package/dist/tsbuildinfo +1 -1
- package/package.json +2 -2
|
@@ -1534,6 +1534,7 @@ function CardModalAnimation({
|
|
|
1534
1534
|
}, [visible, isContentVisible, onExit]);
|
|
1535
1535
|
return /*#__PURE__*/jsxRuntime.jsx(reactNative.Modal, {
|
|
1536
1536
|
transparent: true,
|
|
1537
|
+
supportedOrientations: ['landscape', 'portrait'],
|
|
1537
1538
|
visible: isModalVisible,
|
|
1538
1539
|
onShow: () => {
|
|
1539
1540
|
if (onEnter) onEnter();
|
|
@@ -2244,6 +2245,7 @@ function DialogModalAnimation({
|
|
|
2244
2245
|
}, [visible, isContentVisible, onExit]);
|
|
2245
2246
|
return /*#__PURE__*/jsxRuntime.jsx(reactNative.Modal, {
|
|
2246
2247
|
transparent: true,
|
|
2248
|
+
supportedOrientations: ['landscape', 'portrait'],
|
|
2247
2249
|
visible: isModalVisible,
|
|
2248
2250
|
onShow: () => {
|
|
2249
2251
|
if (onEnter) onEnter();
|
|
@@ -3519,6 +3521,7 @@ function Modal({
|
|
|
3519
3521
|
children: /*#__PURE__*/jsxRuntime.jsx(reactNative.Modal, {
|
|
3520
3522
|
transparent: true,
|
|
3521
3523
|
animationType: "fade",
|
|
3524
|
+
supportedOrientations: ['landscape', 'portrait'],
|
|
3522
3525
|
visible: visible,
|
|
3523
3526
|
onShow: onEntered,
|
|
3524
3527
|
onDismiss: onExited,
|
|
@@ -6278,6 +6281,7 @@ function NavigationModalAnimation({
|
|
|
6278
6281
|
}, [visible, isContentVisible, onExit]);
|
|
6279
6282
|
return /*#__PURE__*/jsxRuntime.jsx(reactNative.Modal, {
|
|
6280
6283
|
transparent: true,
|
|
6284
|
+
supportedOrientations: ['landscape', 'portrait'],
|
|
6281
6285
|
visible: isModalVisible,
|
|
6282
6286
|
onShow: () => {
|
|
6283
6287
|
if (onEnter) onEnter();
|