@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.
@@ -1527,6 +1527,7 @@ function CardModalAnimation(_ref) {
1527
1527
  }, [visible, isContentVisible, onExit]);
1528
1528
  return /*#__PURE__*/jsx(Modal$1, {
1529
1529
  transparent: true,
1530
+ supportedOrientations: ['landscape', 'portrait'],
1530
1531
  visible: isModalVisible,
1531
1532
  onShow: function onShow() {
1532
1533
  if (onEnter) onEnter();
@@ -2237,6 +2238,7 @@ function DialogModalAnimation(_ref) {
2237
2238
  }, [visible, isContentVisible, onExit]);
2238
2239
  return /*#__PURE__*/jsx(Modal$1, {
2239
2240
  transparent: true,
2241
+ supportedOrientations: ['landscape', 'portrait'],
2240
2242
  visible: isModalVisible,
2241
2243
  onShow: function onShow() {
2242
2244
  if (onEnter) onEnter();
@@ -3544,6 +3546,7 @@ function Modal(_ref5) {
3544
3546
  children: /*#__PURE__*/jsx(Modal$1, {
3545
3547
  transparent: true,
3546
3548
  animationType: "fade",
3549
+ supportedOrientations: ['landscape', 'portrait'],
3547
3550
  visible: visible,
3548
3551
  onShow: onEntered,
3549
3552
  onDismiss: onExited,
@@ -6303,6 +6306,7 @@ function NavigationModalAnimation(_ref) {
6303
6306
  }, [visible, isContentVisible, onExit]);
6304
6307
  return /*#__PURE__*/jsx(Modal$1, {
6305
6308
  transparent: true,
6309
+ supportedOrientations: ['landscape', 'portrait'],
6306
6310
  visible: isModalVisible,
6307
6311
  onShow: function onShow() {
6308
6312
  if (onEnter) onEnter();