@onereach/ui-components 2.74.14 → 2.74.15-beta.2371.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.
@@ -15,7 +15,7 @@ const ModalRoot = [
15
15
  // Layout
16
16
  'layout-column',
17
17
  // Box
18
- 'w-full', 'h-full',
18
+ 'w-full', 'h-full md:h-auto md:max-h-[min(calc(100%-(2*theme(spacing.3xl))),772px)]',
19
19
  // Shape
20
20
  'md:rounded-md',
21
21
  // Spacing
@@ -29,13 +29,13 @@ const ModalRoot = [
29
29
  const ModalRootSizes = {
30
30
  'l': [
31
31
  // Box
32
- 'md:w-[1050px]', 'md:h-auto'],
32
+ 'md:w-[1050px]'],
33
33
  'm': [
34
34
  // Box
35
- 'md:w-[700px]', 'md:h-auto'],
35
+ 'md:w-[700px]'],
36
36
  's': [
37
37
  // Box
38
- 'md:w-[480px]', 'md:h-auto']
38
+ 'md:w-[480px]']
39
39
  };
40
40
  const ModalHeader = [
41
41
  // Layouot
@@ -51,7 +51,7 @@ export { O as OrMenuItemV3 } from '../OrMenuItem-f295292e.js';
51
51
  export { O as OrMenuV3 } from '../OrMenu-82c77b2c.js';
52
52
  export { P as MenuPlacement, O as OrPopoverV3, P as PopoverPlacement, a as PopoverVariant, P as TooltipPlacement } from '../OrPopover-597ad11f.js';
53
53
  export { O as OrModal, a as OrModalSizes } from '../OrModal-e6a18d12.js';
54
- export { M as ModalSize, _ as OrModalV3 } from '../OrModal-d845da2d.js';
54
+ export { M as ModalSize, _ as OrModalV3 } from '../OrModal-5f094323.js';
55
55
  export { a as OR_NOTIFICATION_SIZE, O as OR_NOTIFICATION_TYPE, _ as OrNotification } from '../OrNotification-76491313.js';
56
56
  export { N as NotificationVariant, _ as OrNotificationV3 } from '../OrNotification-e102f0d7.js';
57
57
  export { _ as OrNumberInput } from '../OrNumberInput-6b183931.js';
@@ -1,4 +1,4 @@
1
- export { M as ModalSize, _ as OrModalV3 } from '../../OrModal-d845da2d.js';
1
+ export { M as ModalSize, _ as OrModalV3 } from '../../OrModal-5f094323.js';
2
2
  import '../../index-fa6eb4ca.js';
3
3
  import 'vue';
4
4
  import '@vue/composition-api/dist/vue-composition-api.mjs';