@onereach/ui-components 8.18.3 → 8.18.4-beta.3950.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.
Files changed (101) hide show
  1. package/dist/bundled/v2/components/OrDatePickerV3/OrDatePicker.js +2 -2
  2. package/dist/bundled/v2/components/OrDateRangePickerV3/OrDateRangePicker.js +2 -2
  3. package/dist/bundled/v2/components/OrDateTimePickerV3/OrDateTimePicker.js +4 -4
  4. package/dist/bundled/v2/components/OrNotificationV3/OrNotification.js +3 -4
  5. package/dist/bundled/v2/components/OrNotificationV3/styles.js +11 -9
  6. package/dist/bundled/v2/components/OrTimePickerV3/OrTimePicker.js +2 -2
  7. package/dist/bundled/v2/components/OrTimeRangePickerV3/OrTimeRangePicker.js +6 -6
  8. package/dist/bundled/v2/index.js +1 -1
  9. package/dist/bundled/v3/components/OrDateFormatV3/OrDateFormat.js +1 -1
  10. package/dist/bundled/v3/components/OrDateFormatV3/index.js +1 -1
  11. package/dist/bundled/v3/components/OrDateFormatV3/styles.js +1 -1
  12. package/dist/bundled/v3/components/{OrDateFormatV3-b88a046a.js → OrDateFormatV3-b523ab10.js} +1 -1
  13. package/dist/bundled/v3/components/OrDatePickerV3/OrDatePicker.js +1 -1
  14. package/dist/bundled/v3/components/OrDatePickerV3/index.js +1 -1
  15. package/dist/bundled/v3/components/OrDatePickerV3/styles.js +1 -1
  16. package/dist/bundled/v3/components/{OrDatePickerV3-cf890376.js → OrDatePickerV3-d10c84a0.js} +3 -3
  17. package/dist/bundled/v3/components/OrDateRangePickerV3/OrDateRangePicker.js +1 -1
  18. package/dist/bundled/v3/components/OrDateRangePickerV3/index.js +1 -1
  19. package/dist/bundled/v3/components/OrDateRangePickerV3/styles.js +1 -1
  20. package/dist/bundled/v3/components/{OrDateRangePickerV3-9860ac68.js → OrDateRangePickerV3-e4622ef4.js} +3 -3
  21. package/dist/bundled/v3/components/OrDateTimeFormatV3/OrDateTimeFormat.js +1 -1
  22. package/dist/bundled/v3/components/OrDateTimeFormatV3/index.js +1 -1
  23. package/dist/bundled/v3/components/OrDateTimeFormatV3/styles.js +1 -1
  24. package/dist/bundled/v3/components/{OrDateTimeFormatV3-970134b7.js → OrDateTimeFormatV3-45a917a8.js} +1 -1
  25. package/dist/bundled/v3/components/OrDateTimePickerV3/OrDateTimePicker.js +1 -1
  26. package/dist/bundled/v3/components/OrDateTimePickerV3/index.js +1 -1
  27. package/dist/bundled/v3/components/OrDateTimePickerV3/props.js +1 -1
  28. package/dist/bundled/v3/components/OrDateTimePickerV3/styles.js +1 -1
  29. package/dist/bundled/v3/components/OrDateTimePickerV3/utils/formatDate.js +1 -1
  30. package/dist/bundled/v3/components/OrDateTimePickerV3/utils/formatTime.js +1 -1
  31. package/dist/bundled/v3/components/OrDateTimePickerV3/utils/getCurrentDate.js +1 -1
  32. package/dist/bundled/v3/components/OrDateTimePickerV3/utils/getDatePlaceholder.js +1 -1
  33. package/dist/bundled/v3/components/OrDateTimePickerV3/utils/getNextMonthDate.js +1 -1
  34. package/dist/bundled/v3/components/OrDateTimePickerV3/utils/getTimePlaceholder.js +1 -1
  35. package/dist/bundled/v3/components/OrDateTimePickerV3/utils/index.js +1 -1
  36. package/dist/bundled/v3/components/{OrDateTimePickerV3-cb582ca0.js → OrDateTimePickerV3-c86c9381.js} +4 -4
  37. package/dist/bundled/v3/components/OrNotificationV3/OrNotification.js +1 -1
  38. package/dist/bundled/v3/components/OrNotificationV3/index.js +1 -1
  39. package/dist/bundled/v3/components/OrNotificationV3/props.js +1 -1
  40. package/dist/bundled/v3/components/OrNotificationV3/styles.js +1 -1
  41. package/dist/bundled/v3/components/{OrNotificationV3-722fcfc1.js → OrNotificationV3-0aa9e605.js} +13 -14
  42. package/dist/bundled/v3/components/OrTimeFormatV3/OrTimeFormat.js +1 -1
  43. package/dist/bundled/v3/components/OrTimeFormatV3/index.js +1 -1
  44. package/dist/bundled/v3/components/OrTimeFormatV3/styles.js +1 -1
  45. package/dist/bundled/v3/components/{OrTimeFormatV3-2734e8fa.js → OrTimeFormatV3-86e045f2.js} +1 -1
  46. package/dist/bundled/v3/components/OrTimePickerV3/OrTimePicker.js +1 -1
  47. package/dist/bundled/v3/components/OrTimePickerV3/index.js +2 -2
  48. package/dist/bundled/v3/components/OrTimePickerV3/props.js +1 -1
  49. package/dist/bundled/v3/components/OrTimePickerV3/styles.js +1 -1
  50. package/dist/bundled/v3/components/{OrTimePickerV3-281585a5.js → OrTimePickerV3-82cef5f1.js} +3 -3
  51. package/dist/bundled/v3/components/OrTimeRangePickerV3/OrTimeRangePicker.js +1 -1
  52. package/dist/bundled/v3/components/OrTimeRangePickerV3/OrTimeRangePicker.vue.d.ts +1 -125
  53. package/dist/bundled/v3/components/OrTimeRangePickerV3/index.js +2 -2
  54. package/dist/bundled/v3/components/OrTimeRangePickerV3/props.js +1 -1
  55. package/dist/bundled/v3/components/OrTimeRangePickerV3/styles.js +1 -1
  56. package/dist/bundled/v3/components/{OrTimeRangePickerV3-195df692.js → OrTimeRangePickerV3-f0199e08.js} +7 -7
  57. package/dist/bundled/v3/components/index.js +9 -9
  58. package/dist/bundled/v3/index.js +10 -10
  59. package/dist/esm/v2/{OrDatePicker-0a22ea42.js → OrDatePicker-587e47a7.js} +2 -2
  60. package/dist/esm/v2/{OrDateRangePicker-14e9413a.js → OrDateRangePicker-5506d401.js} +2 -2
  61. package/dist/esm/v2/{OrDateTimePicker-c95b1582.js → OrDateTimePicker-981f0e01.js} +4 -4
  62. package/dist/esm/v2/{OrNotification-8f24d0ea.js → OrNotification-086a8246.js} +12 -13
  63. package/dist/esm/v2/{OrTimePicker-cd42023a.js → OrTimePicker-aa6f9dac.js} +2 -2
  64. package/dist/esm/v2/{OrTimeRangePicker-39820fd8.js → OrTimeRangePicker-e6973f8d.js} +6 -6
  65. package/dist/esm/v2/components/index.js +6 -6
  66. package/dist/esm/v2/components/or-date-picker-v3/index.js +1 -1
  67. package/dist/esm/v2/components/or-date-range-picker-v3/index.js +1 -1
  68. package/dist/esm/v2/components/or-date-time-picker-v3/index.js +1 -1
  69. package/dist/esm/v2/components/or-notification-v3/index.js +1 -1
  70. package/dist/esm/v2/components/or-time-picker-v3/index.js +1 -1
  71. package/dist/esm/v2/components/or-time-range-picker-v3/index.js +1 -1
  72. package/dist/esm/v2/index.js +6 -6
  73. package/dist/esm/v3/{OrDateFormat-5fee3e3a.js → OrDateFormat-3fbec49a.js} +1 -1
  74. package/dist/esm/v3/{OrDatePicker-ee7d02bc.js → OrDatePicker-ca8e9c09.js} +3 -3
  75. package/dist/esm/v3/{OrDateRangePicker-2fd73580.js → OrDateRangePicker-4ae9c7fe.js} +3 -3
  76. package/dist/esm/v3/{OrDateTimeFormat-0c9deda2.js → OrDateTimeFormat-37315ed6.js} +1 -1
  77. package/dist/esm/v3/{OrDateTimePicker-647ff5f1.js → OrDateTimePicker-ef033b4b.js} +4 -4
  78. package/dist/esm/v3/{OrNotification-9a3790cc.js → OrNotification-f9ae23fe.js} +13 -14
  79. package/dist/esm/v3/{OrTimeFormat-a256b6f2.js → OrTimeFormat-1aa5352c.js} +1 -1
  80. package/dist/esm/v3/{OrTimePicker-b1c40457.js → OrTimePicker-e8fd78ba.js} +3 -3
  81. package/dist/esm/v3/{OrTimeRangePicker-9c8ece38.js → OrTimeRangePicker-d852fcc9.js} +7 -7
  82. package/dist/esm/v3/components/index.js +9 -9
  83. package/dist/esm/v3/components/or-date-format-v3/index.js +2 -2
  84. package/dist/esm/v3/components/or-date-picker-v3/index.js +2 -2
  85. package/dist/esm/v3/components/or-date-range-picker-v3/index.js +2 -2
  86. package/dist/esm/v3/components/or-date-time-format-v3/index.js +2 -2
  87. package/dist/esm/v3/components/or-date-time-picker-v3/index.js +1 -1
  88. package/dist/esm/v3/components/or-notification-v3/index.js +1 -1
  89. package/dist/esm/v3/components/or-time-format-v3/index.js +2 -2
  90. package/dist/esm/v3/components/or-time-picker-v3/index.js +2 -2
  91. package/dist/esm/v3/components/or-time-range-picker-v3/OrTimeRangePicker.vue.d.ts +1 -125
  92. package/dist/esm/v3/components/or-time-range-picker-v3/index.js +2 -2
  93. package/dist/esm/v3/index.js +9 -9
  94. package/package.json +2 -3
  95. package/src/components/or-date-picker-v3/OrDatePicker.vue +2 -2
  96. package/src/components/or-date-range-picker-v3/OrDateRangePicker.vue +2 -2
  97. package/src/components/or-date-time-picker-v3/OrDateTimePicker.vue +4 -4
  98. package/src/components/or-notification-v3/OrNotification.vue +6 -7
  99. package/src/components/or-notification-v3/styles.ts +9 -9
  100. package/src/components/or-time-picker-v3/OrTimePicker.vue +2 -2
  101. package/src/components/or-time-range-picker-v3/OrTimeRangePicker.vue +6 -6
@@ -25,12 +25,12 @@ export { s as OrConfirm } from './OrConfirm-f95a3ce6.js';
25
25
  export { C as ConfirmType, s as OrConfirmV3 } from './OrConfirmV3-26accd85.js';
26
26
  export { OrContextMenuV3 } from './OrContextMenuV3/index.js';
27
27
  export { P as ContextMenuPlacement, P as MenuPlacement, s as OrPopoverV3, P as PopoverPlacement, a as PopoverVariant, P as TooltipPlacement } from './OrPopoverV3-dad6308c.js';
28
- export { s as OrDateFormatV3 } from './OrDateFormatV3-b88a046a.js';
29
- export { s as OrDatePickerV3 } from './OrDatePickerV3-cf890376.js';
30
- export { s as OrDateRangePickerV3 } from './OrDateRangePickerV3-9860ac68.js';
31
- export { s as OrDateTimeFormatV3 } from './OrDateTimeFormatV3-970134b7.js';
28
+ export { s as OrDateFormatV3 } from './OrDateFormatV3-b523ab10.js';
29
+ export { s as OrDatePickerV3 } from './OrDatePickerV3-d10c84a0.js';
30
+ export { s as OrDateRangePickerV3 } from './OrDateRangePickerV3-e4622ef4.js';
31
+ export { s as OrDateTimeFormatV3 } from './OrDateTimeFormatV3-45a917a8.js';
32
32
  export { D as DEFAULT_TEXT, s as OrDateTimePicker, n as OrDateTimePickerItemTypes, O as OrDateTimePickerTypes } from './OrDateTimePicker-118c12fd.js';
33
- export { D as DateTimePickerTimeFormat, s as OrDateTimePickerDateControl, a as OrDateTimePickerDateSelect, b as OrDateTimePickerMobileControl, c as OrDateTimePickerMonthSelect, d as OrDateTimePickerPopoverFooter, e as OrDateTimePickerPopoverHeader, j as OrDateTimePickerTimeControl, k as OrDateTimePickerTimeSelect, l as OrDateTimePickerV3, D as TimePickerFormat, D as TimeRangePickerFormat, f as formatDate, i as formatTime, g as getCurrentDate, m as getDatePlaceholder, h as getNextMonthDate, n as getTimePlaceholder } from './OrDateTimePickerV3-cb582ca0.js';
33
+ export { D as DateTimePickerTimeFormat, s as OrDateTimePickerDateControl, a as OrDateTimePickerDateSelect, b as OrDateTimePickerMobileControl, c as OrDateTimePickerMonthSelect, d as OrDateTimePickerPopoverFooter, e as OrDateTimePickerPopoverHeader, j as OrDateTimePickerTimeControl, k as OrDateTimePickerTimeSelect, l as OrDateTimePickerV3, D as TimePickerFormat, D as TimeRangePickerFormat, f as formatDate, i as formatTime, g as getCurrentDate, m as getDatePlaceholder, h as getNextMonthDate, n as getTimePlaceholder } from './OrDateTimePickerV3-c86c9381.js';
34
34
  export { E as EmptyStateSize, s as OrEmptyStateV3 } from './OrEmptyStateV3-f6122da2.js';
35
35
  export { default as OrError } from './OrError/OrError.js';
36
36
  export { s as OrErrorTagV3 } from './OrErrorTagV3-bfd5574d.js';
@@ -63,7 +63,7 @@ export { s as OrMenuV3 } from './OrMenuV3-07fec3f7.js';
63
63
  export { s as OrModal, O as OrModalSizes } from './OrModal-3aad4d27.js';
64
64
  export { M as ModalSize, s as OrModalV3 } from './OrModalV3-7c79dd79.js';
65
65
  export { OR_NOTIFICATION_SIZE, OR_NOTIFICATION_TYPE, OrNotification } from './OrNotification/index.js';
66
- export { N as NotificationVariant, s as OrNotificationV3 } from './OrNotificationV3-722fcfc1.js';
66
+ export { N as NotificationVariant, s as OrNotificationV3 } from './OrNotificationV3-0aa9e605.js';
67
67
  export { default as OrNumberInput } from './OrNumberInput/OrNumberInput.js';
68
68
  export { default as OrOverflowMenu } from './OrOverflowMenu/OrOverflowMenu.js';
69
69
  export { default as OrOverlay } from './OrOverlay/OrOverlay.js';
@@ -111,9 +111,9 @@ export { s as OrTextV3 } from './OrTextV3-ff806d55.js';
111
111
  export { default as OrTextarea } from './OrTextarea/OrTextarea.js';
112
112
  export { s as OrTextareaV3 } from './OrTextareaV3-6fdb2f4a.js';
113
113
  export { OrTextbox, TextboxTypes } from './OrTextbox/index.js';
114
- export { s as OrTimeFormatV3 } from './OrTimeFormatV3-2734e8fa.js';
115
- export { s as OrTimePickerV3 } from './OrTimePickerV3-281585a5.js';
116
- export { s as OrTimeRangePickerV3 } from './OrTimeRangePickerV3-195df692.js';
114
+ export { s as OrTimeFormatV3 } from './OrTimeFormatV3-86e045f2.js';
115
+ export { s as OrTimePickerV3 } from './OrTimePickerV3-82cef5f1.js';
116
+ export { s as OrTimeRangePickerV3 } from './OrTimeRangePickerV3-f0199e08.js';
117
117
  export { s as OrToast, a as OrToastContainer, P as PositionsX, c as PositionsY, d as ToastType, T as TransitionType, b as useQueue, u as useToast } from './OrToast-feaab110.js';
118
118
  export { a as OrToastContainerV3, s as OrToastV3, p as PropsV3, t as TypesV3, b as useQueueV3, u as useToastV3 } from './OrToastV3-0c4ef021.js';
119
119
  export { OrTooltip, OrTooltipContent } from './OrTooltip/index.js';