@onereach/ui-components 5.2.3-beta.3176.0 → 5.2.3-beta.3178.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 (123) hide show
  1. package/dist/bundled/v2/components/OrDatePickerV3/OrDatePicker.js +1 -1
  2. package/dist/bundled/v2/components/OrDatePickerV3/index.js +1 -1
  3. package/dist/bundled/v2/components/OrDateTimePickerV3/OrDateTimePicker.js +1 -1
  4. package/dist/bundled/v2/components/OrDateTimePickerV3/index.js +1 -1
  5. package/dist/bundled/v2/components/OrSelectV3/OrSelect.js +100 -37
  6. package/dist/bundled/v2/components/OrSelectV3/OrSelect.vue.d.ts +0 -2
  7. package/dist/bundled/v2/components/OrSelectV3/index.js +1 -1
  8. package/dist/bundled/v2/components/OrSelectV3/styles.d.ts +0 -1
  9. package/dist/bundled/v2/components/OrSelectV3/styles.js +1 -8
  10. package/dist/bundled/v2/components/index.js +1 -1
  11. package/dist/bundled/v2/hooks/useTheme.js +0 -8
  12. package/dist/bundled/v2/index.js +1 -1
  13. package/dist/bundled/v3/{OrCardCollection.vue_vue_type_script_lang-51ceae11.js → OrCardCollection.vue_vue_type_script_lang-60fa2a0f.js} +3 -3
  14. package/dist/bundled/v3/{OrCode.vue_vue_type_script_lang-37b881a1.js → OrCode.vue_vue_type_script_lang-63fa2835.js} +2 -2
  15. package/dist/bundled/v3/{OrConfirm.vue_vue_type_script_lang-50b52ac2.js → OrConfirm.vue_vue_type_script_lang-3f59bb60.js} +1 -1
  16. package/dist/bundled/v3/{OrDatePicker.vue_vue_type_script_lang-3fb37683.js → OrDatePicker.vue_vue_type_script_lang-d98b4be9.js} +3 -3
  17. package/dist/bundled/v3/{OrDateTimePicker.vue_vue_type_script_lang-bddc00e7.js → OrDateTimePicker.vue_vue_type_script_lang-1a09191e.js} +3 -3
  18. package/dist/bundled/v3/{OrDateTimePickerMonthSelect-5eb3afbc.js → OrDateTimePickerMonthSelect-feeb08a7.js} +2 -2
  19. package/dist/bundled/v3/{OrIconButton.vue_vue_type_script_lang-5ee60cb5.js → OrIconButton.vue_vue_type_script_lang-41affeb4.js} +1 -1
  20. package/dist/bundled/v3/{OrInlineInput.vue_vue_type_script_lang-cbd70696.js → OrInlineInput.vue_vue_type_script_lang-f069d2ae.js} +1 -1
  21. package/dist/bundled/v3/{OrInlineTextarea.vue_vue_type_script_lang-d0d9546a.js → OrInlineTextarea.vue_vue_type_script_lang-f7361428.js} +1 -1
  22. package/dist/bundled/v3/{OrInput.vue_vue_type_script_lang-fe65143d.js → OrInput.vue_vue_type_script_lang-4a384d2b.js} +1 -1
  23. package/dist/bundled/v3/{OrMenu.vue_vue_type_script_lang-c8c254b7.js → OrMenu.vue_vue_type_script_lang-fab9378e.js} +1 -1
  24. package/dist/bundled/v3/{OrModal.vue_vue_type_script_lang-82755652.js → OrModal.vue_vue_type_script_lang-e4251d0c.js} +1 -1
  25. package/dist/bundled/v3/{OrNotification.vue_vue_type_script_lang-799d240f.js → OrNotification.vue_vue_type_script_lang-1c41d8d4.js} +1 -1
  26. package/dist/bundled/v3/{OrPagination.vue_vue_type_script_lang-08c69776.js → OrPagination.vue_vue_type_script_lang-9f8c1d77.js} +1 -1
  27. package/dist/bundled/v3/{OrPopover.vue_vue_type_script_lang-82b5cec0.js → OrPopover.vue_vue_type_script_lang-d766f723.js} +1 -1
  28. package/dist/bundled/v3/{OrSearch.vue_vue_type_script_lang-a00c5295.js → OrSearch.vue_vue_type_script_lang-67994b95.js} +1 -1
  29. package/dist/bundled/v3/{OrSelect.vue_vue_type_script_lang-b78ffd93.js → OrSelect.vue_vue_type_script_lang-21b9f7b7.js} +68 -28
  30. package/dist/bundled/v3/{OrSidebar.vue_vue_type_script_lang-982a68fa.js → OrSidebar.vue_vue_type_script_lang-3ed42b69.js} +1 -1
  31. package/dist/bundled/v3/{OrSorting.vue_vue_type_script_lang-0877c7fa.js → OrSorting.vue_vue_type_script_lang-1361404d.js} +1 -1
  32. package/dist/bundled/v3/{OrTabs.vue_vue_type_script_lang-2a8d5f3c.js → OrTabs.vue_vue_type_script_lang-0977951f.js} +1 -1
  33. package/dist/bundled/v3/{OrTag.vue_vue_type_script_lang-016020bd.js → OrTag.vue_vue_type_script_lang-6c4b09f4.js} +1 -1
  34. package/dist/bundled/v3/{OrTagInput.vue_vue_type_script_lang-476c73fb.js → OrTagInput.vue_vue_type_script_lang-3e3c3c87.js} +2 -2
  35. package/dist/bundled/v3/{OrTags.vue_vue_type_script_lang-c674697a.js → OrTags.vue_vue_type_script_lang-fab140e1.js} +2 -2
  36. package/dist/bundled/v3/{OrTimePicker.vue_vue_type_script_lang-1a22008c.js → OrTimePicker.vue_vue_type_script_lang-f7d34fa4.js} +2 -2
  37. package/dist/bundled/v3/{OrTooltip.vue_vue_type_script_lang-e9d7fed4.js → OrTooltip.vue_vue_type_script_lang-70a1a846.js} +1 -1
  38. package/dist/bundled/v3/components/OrBottomSheetV3/OrBottomSheet.js +2 -2
  39. package/dist/bundled/v3/components/OrBottomSheetV3/index.js +1 -1
  40. package/dist/bundled/v3/components/OrCardCollectionV3/OrCardCollection.js +10 -10
  41. package/dist/bundled/v3/components/OrCardCollectionV3/index.js +9 -9
  42. package/dist/bundled/v3/components/OrCodeV3/OrCode.js +7 -7
  43. package/dist/bundled/v3/components/OrCodeV3/index.js +6 -6
  44. package/dist/bundled/v3/components/OrConfirmV3/OrConfirm.js +7 -7
  45. package/dist/bundled/v3/components/OrConfirmV3/index.js +6 -6
  46. package/dist/bundled/v3/components/OrDatePickerV3/OrDatePicker.js +8 -8
  47. package/dist/bundled/v3/components/OrDatePickerV3/index.js +7 -7
  48. package/dist/bundled/v3/components/OrDateTimePickerV3/OrDateTimePicker.js +8 -8
  49. package/dist/bundled/v3/components/OrDateTimePickerV3/index.js +7 -7
  50. package/dist/bundled/v3/components/OrIconButtonV3/OrIconButton.js +5 -5
  51. package/dist/bundled/v3/components/OrIconButtonV3/index.js +4 -4
  52. package/dist/bundled/v3/components/OrInlineInputV3/OrInlineInput.js +6 -6
  53. package/dist/bundled/v3/components/OrInlineInputV3/index.js +5 -5
  54. package/dist/bundled/v3/components/OrInlineTextareaV3/OrInlineTextarea.js +6 -6
  55. package/dist/bundled/v3/components/OrInlineTextareaV3/index.js +5 -5
  56. package/dist/bundled/v3/components/OrInputV3/OrInput.js +6 -6
  57. package/dist/bundled/v3/components/OrInputV3/index.js +5 -5
  58. package/dist/bundled/v3/components/OrMenuV3/OrMenu.js +4 -4
  59. package/dist/bundled/v3/components/OrMenuV3/index.js +3 -3
  60. package/dist/bundled/v3/components/OrModalV3/OrModal.js +6 -6
  61. package/dist/bundled/v3/components/OrModalV3/index.js +5 -5
  62. package/dist/bundled/v3/components/OrNotificationV3/OrNotification.js +6 -6
  63. package/dist/bundled/v3/components/OrNotificationV3/index.js +5 -5
  64. package/dist/bundled/v3/components/OrPaginationV3/OrPagination.js +5 -5
  65. package/dist/bundled/v3/components/OrPaginationV3/index.js +4 -4
  66. package/dist/bundled/v3/components/OrPopoverV3/OrPopover.js +3 -3
  67. package/dist/bundled/v3/components/OrPopoverV3/index.js +2 -2
  68. package/dist/bundled/v3/components/OrSearchV3/OrSearch.js +7 -7
  69. package/dist/bundled/v3/components/OrSearchV3/index.js +6 -6
  70. package/dist/bundled/v3/components/OrSelectV3/OrSelect.js +34 -29
  71. package/dist/bundled/v3/components/OrSelectV3/OrSelect.vue.d.ts +0 -1
  72. package/dist/bundled/v3/components/OrSelectV3/index.js +8 -8
  73. package/dist/bundled/v3/components/OrSelectV3/styles.d.ts +0 -1
  74. package/dist/bundled/v3/components/OrSelectV3/styles.js +1 -8
  75. package/dist/bundled/v3/components/OrSidebarV3/OrSidebar.js +6 -6
  76. package/dist/bundled/v3/components/OrSidebarV3/index.js +5 -5
  77. package/dist/bundled/v3/components/OrSortingV3/OrSorting.js +5 -5
  78. package/dist/bundled/v3/components/OrSortingV3/index.js +4 -4
  79. package/dist/bundled/v3/components/OrTabsV3/OrTabs.js +5 -5
  80. package/dist/bundled/v3/components/OrTabsV3/index.js +4 -4
  81. package/dist/bundled/v3/components/OrTagInputV3/OrTagInput.js +8 -8
  82. package/dist/bundled/v3/components/OrTagInputV3/index.js +7 -7
  83. package/dist/bundled/v3/components/OrTagV3/OrTag.js +6 -6
  84. package/dist/bundled/v3/components/OrTagV3/index.js +5 -5
  85. package/dist/bundled/v3/components/OrTagsV3/OrTags.js +7 -7
  86. package/dist/bundled/v3/components/OrTagsV3/index.js +6 -6
  87. package/dist/bundled/v3/components/OrTimePickerV3/OrTimePicker.js +6 -6
  88. package/dist/bundled/v3/components/OrTimePickerV3/index.js +5 -5
  89. package/dist/bundled/v3/components/OrToastContainerV3/OrToastContainer.js +6 -6
  90. package/dist/bundled/v3/components/OrToastContainerV3/index.js +5 -5
  91. package/dist/bundled/v3/components/OrToastV3/OrToast.js +4 -4
  92. package/dist/bundled/v3/components/OrToastV3/index.js +5 -5
  93. package/dist/bundled/v3/components/OrTooltipV3/OrTooltip.js +4 -4
  94. package/dist/bundled/v3/components/OrTooltipV3/index.js +3 -3
  95. package/dist/bundled/v3/components/index.js +27 -27
  96. package/dist/bundled/v3/hooks/useTheme.js +0 -8
  97. package/dist/bundled/v3/index.js +27 -27
  98. package/dist/esm/v2/{OrSelect-f3a50dc9.js → OrSelect-34782e78.js} +97 -42
  99. package/dist/esm/v2/components/index.js +1 -1
  100. package/dist/esm/v2/components/or-select-v3/OrSelect.vue.d.ts +0 -2
  101. package/dist/esm/v2/components/or-select-v3/index.js +1 -1
  102. package/dist/esm/v2/components/or-select-v3/partials/or-select-placeholder/OrSelectPlaceholder.vue.d.ts +24 -0
  103. package/dist/esm/v2/components/or-select-v3/partials/or-select-placeholder/styles.d.ts +1 -0
  104. package/dist/esm/v2/components/or-select-v3/styles.d.ts +0 -1
  105. package/dist/esm/v2/components/or-tags-v3/OrTags.vue.d.ts +2 -2
  106. package/dist/esm/v2/components/or-teleport/OrTeleport.vue2.vue.d.ts +2 -2
  107. package/dist/esm/v2/index.js +1 -1
  108. package/dist/esm/v3/{OrSelect-a2272840.js → OrSelect-ba0f0da3.js} +93 -56
  109. package/dist/esm/v3/components/index.js +1 -1
  110. package/dist/esm/v3/components/or-select-v3/OrSelect.vue.d.ts +0 -1
  111. package/dist/esm/v3/components/or-select-v3/index.js +1 -1
  112. package/dist/esm/v3/components/or-select-v3/partials/or-select-placeholder/OrSelectPlaceholder.vue.d.ts +17 -0
  113. package/dist/esm/v3/components/or-select-v3/partials/or-select-placeholder/styles.d.ts +1 -0
  114. package/dist/esm/v3/components/or-select-v3/styles.d.ts +0 -1
  115. package/dist/esm/v3/index.js +1 -1
  116. package/package.json +2 -2
  117. package/src/components/or-select-v3/OrSelect.vue +9 -18
  118. package/src/components/or-select-v3/partials/or-select-placeholder/OrSelectPlaceholder.vue +43 -0
  119. package/src/components/or-select-v3/partials/or-select-placeholder/styles.ts +11 -0
  120. package/src/components/or-select-v3/styles.ts +0 -12
  121. /package/dist/bundled/v2/{OrDateTimePickerMonthSelect-312d3deb.js → OrDateTimePickerMonthSelect-d2aa1a77.js} +0 -0
  122. /package/dist/bundled/v3/{OrBottomSheet.vue_vue_type_script_lang-62b14982.js → OrBottomSheet.vue_vue_type_script_lang-685ee962.js} +0 -0
  123. /package/dist/bundled/v3/{OrToastContainer.vue_vue_type_script_lang-eb98b810.js → OrToastContainer.vue_vue_type_script_lang-7d52b006.js} +0 -0
@@ -1,5 +1,5 @@
1
- import { s as script } from '../../OrPagination.vue_vue_type_script_lang-08c69776.js';
2
- export { s as default } from '../../OrPagination.vue_vue_type_script_lang-08c69776.js';
1
+ import { s as script } from '../../OrPagination.vue_vue_type_script_lang-9f8c1d77.js';
2
+ export { s as default } from '../../OrPagination.vue_vue_type_script_lang-9f8c1d77.js';
3
3
  import { resolveComponent, openBlock, createElementBlock, normalizeClass, createElementVNode, createVNode, withModifiers, withCtx, Fragment, renderList, createBlock, createTextVNode, toDisplayString, createCommentVNode } from 'vue';
4
4
  import 'vue-demi';
5
5
  import './styles.js';
@@ -18,15 +18,15 @@ import '../../OrIcon.vue_vue_type_script_lang-73f9cc63.js';
18
18
  import '../OrIconV3/props.js';
19
19
  import '../OrIconV3/styles.js';
20
20
  import '../OrMenuV3/OrMenu.js';
21
- import '../../OrMenu.vue_vue_type_script_lang-c8c254b7.js';
21
+ import '../../OrMenu.vue_vue_type_script_lang-fab9378e.js';
22
22
  import '../OrMenuV3/styles.js';
23
23
  import '../OrPopoverV3/OrPopover.js';
24
- import '../../OrPopover.vue_vue_type_script_lang-82b5cec0.js';
24
+ import '../../OrPopover.vue_vue_type_script_lang-d766f723.js';
25
25
  import '../../floating-ui.dom.esm-83eba816.js';
26
26
  import '../OrPopoverV3/props.js';
27
27
  import '../OrPopoverV3/styles.js';
28
28
  import '../OrBottomSheetV3/OrBottomSheet.js';
29
- import '../../OrBottomSheet.vue_vue_type_script_lang-62b14982.js';
29
+ import '../../OrBottomSheet.vue_vue_type_script_lang-685ee962.js';
30
30
  import '../OrBottomSheetV3/hooks/useBottomSheetSwipeState.js';
31
31
  import '../OrBottomSheetV3/props.js';
32
32
  import '../../hooks/useTheme.js';
@@ -1,4 +1,4 @@
1
- export { s as OrPaginationV3 } from '../../OrPagination.vue_vue_type_script_lang-08c69776.js';
1
+ export { s as OrPaginationV3 } from '../../OrPagination.vue_vue_type_script_lang-9f8c1d77.js';
2
2
  import 'vue-demi';
3
3
  import './styles.js';
4
4
  import '../OrButtonV3/OrButton.js';
@@ -17,15 +17,15 @@ import '../../OrIcon.vue_vue_type_script_lang-73f9cc63.js';
17
17
  import '../OrIconV3/props.js';
18
18
  import '../OrIconV3/styles.js';
19
19
  import '../OrMenuV3/OrMenu.js';
20
- import '../../OrMenu.vue_vue_type_script_lang-c8c254b7.js';
20
+ import '../../OrMenu.vue_vue_type_script_lang-fab9378e.js';
21
21
  import '../OrMenuV3/styles.js';
22
22
  import '../OrPopoverV3/OrPopover.js';
23
- import '../../OrPopover.vue_vue_type_script_lang-82b5cec0.js';
23
+ import '../../OrPopover.vue_vue_type_script_lang-d766f723.js';
24
24
  import '../../floating-ui.dom.esm-83eba816.js';
25
25
  import '../OrPopoverV3/props.js';
26
26
  import '../OrPopoverV3/styles.js';
27
27
  import '../OrBottomSheetV3/OrBottomSheet.js';
28
- import '../../OrBottomSheet.vue_vue_type_script_lang-62b14982.js';
28
+ import '../../OrBottomSheet.vue_vue_type_script_lang-685ee962.js';
29
29
  import '../OrBottomSheetV3/hooks/useBottomSheetSwipeState.js';
30
30
  import '../OrBottomSheetV3/props.js';
31
31
  import '../../hooks/useTheme.js';
@@ -1,5 +1,5 @@
1
- import { s as script } from '../../OrPopover.vue_vue_type_script_lang-82b5cec0.js';
2
- export { s as default } from '../../OrPopover.vue_vue_type_script_lang-82b5cec0.js';
1
+ import { s as script } from '../../OrPopover.vue_vue_type_script_lang-d766f723.js';
2
+ export { s as default } from '../../OrPopover.vue_vue_type_script_lang-d766f723.js';
3
3
  import { resolveComponent, openBlock, createBlock, withCtx, withDirectives, createElementVNode, createElementBlock, mergeProps, renderSlot, normalizeClass, createCommentVNode, vShow } from 'vue';
4
4
  import '../../floating-ui.dom.esm-83eba816.js';
5
5
  import '../../index-929e224a.js';
@@ -8,7 +8,7 @@ import 'vue-demi';
8
8
  import './props.js';
9
9
  import './styles.js';
10
10
  import '../OrBottomSheetV3/OrBottomSheet.js';
11
- import '../../OrBottomSheet.vue_vue_type_script_lang-62b14982.js';
11
+ import '../../OrBottomSheet.vue_vue_type_script_lang-685ee962.js';
12
12
  import '../OrBottomSheetV3/hooks/useBottomSheetSwipeState.js';
13
13
  import '../OrBottomSheetV3/props.js';
14
14
  import '../../hooks/useTheme.js';
@@ -1,12 +1,12 @@
1
1
  export { PopoverPlacement, PopoverVariant } from './props.js';
2
- export { s as OrPopoverV3 } from '../../OrPopover.vue_vue_type_script_lang-82b5cec0.js';
2
+ export { s as OrPopoverV3 } from '../../OrPopover.vue_vue_type_script_lang-d766f723.js';
3
3
  import '../../floating-ui.dom.esm-83eba816.js';
4
4
  import '../../index-929e224a.js';
5
5
  import '../../index-f4d8e24c.js';
6
6
  import 'vue-demi';
7
7
  import './styles.js';
8
8
  import '../OrBottomSheetV3/OrBottomSheet.js';
9
- import '../../OrBottomSheet.vue_vue_type_script_lang-62b14982.js';
9
+ import '../../OrBottomSheet.vue_vue_type_script_lang-685ee962.js';
10
10
  import '../OrBottomSheetV3/hooks/useBottomSheetSwipeState.js';
11
11
  import '../OrBottomSheetV3/props.js';
12
12
  import '../../hooks/useTheme.js';
@@ -1,9 +1,9 @@
1
- import { s as script } from '../../OrSearch.vue_vue_type_script_lang-a00c5295.js';
2
- export { s as default } from '../../OrSearch.vue_vue_type_script_lang-a00c5295.js';
1
+ import { s as script } from '../../OrSearch.vue_vue_type_script_lang-67994b95.js';
2
+ export { s as default } from '../../OrSearch.vue_vue_type_script_lang-67994b95.js';
3
3
  import { resolveComponent, openBlock, createBlock, normalizeClass } from 'vue';
4
4
  import 'vue-demi';
5
5
  import '../OrInputV3/OrInput.js';
6
- import '../../OrInput.vue_vue_type_script_lang-fe65143d.js';
6
+ import '../../OrInput.vue_vue_type_script_lang-4a384d2b.js';
7
7
  import '../OrInputV3/props.js';
8
8
  import '../OrInputBoxV3/props.js';
9
9
  import '../OrInputV3/styles.js';
@@ -18,21 +18,21 @@ import '../../OrIcon.vue_vue_type_script_lang-73f9cc63.js';
18
18
  import '../OrIconV3/props.js';
19
19
  import '../OrIconV3/styles.js';
20
20
  import '../OrIconButtonV3/OrIconButton.js';
21
- import '../../OrIconButton.vue_vue_type_script_lang-5ee60cb5.js';
21
+ import '../../OrIconButton.vue_vue_type_script_lang-41affeb4.js';
22
22
  import '../OrIconButtonV3/props.js';
23
23
  import '../OrIconButtonV3/styles.js';
24
24
  import '../OrTooltipV3/OrTooltip.js';
25
- import '../../OrTooltip.vue_vue_type_script_lang-e9d7fed4.js';
25
+ import '../../OrTooltip.vue_vue_type_script_lang-70a1a846.js';
26
26
  import '../OrTooltipV3/styles.js';
27
27
  import '../OrPopoverV3/OrPopover.js';
28
- import '../../OrPopover.vue_vue_type_script_lang-82b5cec0.js';
28
+ import '../../OrPopover.vue_vue_type_script_lang-d766f723.js';
29
29
  import '../../floating-ui.dom.esm-83eba816.js';
30
30
  import '../../index-929e224a.js';
31
31
  import '../../index-f4d8e24c.js';
32
32
  import '../OrPopoverV3/props.js';
33
33
  import '../OrPopoverV3/styles.js';
34
34
  import '../OrBottomSheetV3/OrBottomSheet.js';
35
- import '../../OrBottomSheet.vue_vue_type_script_lang-62b14982.js';
35
+ import '../../OrBottomSheet.vue_vue_type_script_lang-685ee962.js';
36
36
  import '../OrBottomSheetV3/hooks/useBottomSheetSwipeState.js';
37
37
  import '../OrBottomSheetV3/props.js';
38
38
  import '../../hooks/useTheme.js';
@@ -1,8 +1,8 @@
1
- export { s as OrSearchV3 } from '../../OrSearch.vue_vue_type_script_lang-a00c5295.js';
1
+ export { s as OrSearchV3 } from '../../OrSearch.vue_vue_type_script_lang-67994b95.js';
2
2
  export { InputBoxSize as SearchSize } from '../OrInputBoxV3/props.js';
3
3
  import 'vue-demi';
4
4
  import '../OrInputV3/OrInput.js';
5
- import '../../OrInput.vue_vue_type_script_lang-fe65143d.js';
5
+ import '../../OrInput.vue_vue_type_script_lang-4a384d2b.js';
6
6
  import '../OrInputV3/props.js';
7
7
  import '../OrInputV3/styles.js';
8
8
  import '../OrErrorV3/OrError.js';
@@ -17,21 +17,21 @@ import '../../OrIcon.vue_vue_type_script_lang-73f9cc63.js';
17
17
  import '../OrIconV3/props.js';
18
18
  import '../OrIconV3/styles.js';
19
19
  import '../OrIconButtonV3/OrIconButton.js';
20
- import '../../OrIconButton.vue_vue_type_script_lang-5ee60cb5.js';
20
+ import '../../OrIconButton.vue_vue_type_script_lang-41affeb4.js';
21
21
  import '../OrIconButtonV3/props.js';
22
22
  import '../OrIconButtonV3/styles.js';
23
23
  import '../OrTooltipV3/OrTooltip.js';
24
- import '../../OrTooltip.vue_vue_type_script_lang-e9d7fed4.js';
24
+ import '../../OrTooltip.vue_vue_type_script_lang-70a1a846.js';
25
25
  import '../OrTooltipV3/styles.js';
26
26
  import '../OrPopoverV3/OrPopover.js';
27
- import '../../OrPopover.vue_vue_type_script_lang-82b5cec0.js';
27
+ import '../../OrPopover.vue_vue_type_script_lang-d766f723.js';
28
28
  import '../../floating-ui.dom.esm-83eba816.js';
29
29
  import '../../index-929e224a.js';
30
30
  import '../../index-f4d8e24c.js';
31
31
  import '../OrPopoverV3/props.js';
32
32
  import '../OrPopoverV3/styles.js';
33
33
  import '../OrBottomSheetV3/OrBottomSheet.js';
34
- import '../../OrBottomSheet.vue_vue_type_script_lang-62b14982.js';
34
+ import '../../OrBottomSheet.vue_vue_type_script_lang-685ee962.js';
35
35
  import '../OrBottomSheetV3/hooks/useBottomSheetSwipeState.js';
36
36
  import '../OrBottomSheetV3/props.js';
37
37
  import '../../hooks/useTheme.js';
@@ -1,5 +1,5 @@
1
- import { s as script } from '../../OrSelect.vue_vue_type_script_lang-b78ffd93.js';
2
- export { s as default } from '../../OrSelect.vue_vue_type_script_lang-b78ffd93.js';
1
+ import { s as script } from '../../OrSelect.vue_vue_type_script_lang-21b9f7b7.js';
2
+ export { s as default } from '../../OrSelect.vue_vue_type_script_lang-21b9f7b7.js';
3
3
  import { resolveComponent, resolveDirective, openBlock, createElementBlock, normalizeClass, createBlock, withCtx, renderSlot, createTextVNode, toDisplayString, createCommentVNode, withDirectives, createElementVNode, Fragment, renderList, withModifiers, createVNode, vShow } from 'vue';
4
4
  import 'vue-demi';
5
5
  import '../../utils/isEmptyValue.js';
@@ -32,20 +32,20 @@ import '../OrHintV3/OrHint.js';
32
32
  import '../../OrHint.vue_vue_type_script_lang-0f5e8377.js';
33
33
  import '../OrHintV3/styles.js';
34
34
  import '../OrIconButtonV3/OrIconButton.js';
35
- import '../../OrIconButton.vue_vue_type_script_lang-5ee60cb5.js';
35
+ import '../../OrIconButton.vue_vue_type_script_lang-41affeb4.js';
36
36
  import '../OrIconButtonV3/props.js';
37
37
  import '../OrIconButtonV3/styles.js';
38
38
  import '../OrTooltipV3/OrTooltip.js';
39
- import '../../OrTooltip.vue_vue_type_script_lang-e9d7fed4.js';
39
+ import '../../OrTooltip.vue_vue_type_script_lang-70a1a846.js';
40
40
  import '../OrTooltipV3/styles.js';
41
41
  import '../OrPopoverV3/OrPopover.js';
42
- import '../../OrPopover.vue_vue_type_script_lang-82b5cec0.js';
42
+ import '../../OrPopover.vue_vue_type_script_lang-d766f723.js';
43
43
  import '../../floating-ui.dom.esm-83eba816.js';
44
44
  import '../../index-929e224a.js';
45
45
  import '../OrPopoverV3/props.js';
46
46
  import '../OrPopoverV3/styles.js';
47
47
  import '../OrBottomSheetV3/OrBottomSheet.js';
48
- import '../../OrBottomSheet.vue_vue_type_script_lang-62b14982.js';
48
+ import '../../OrBottomSheet.vue_vue_type_script_lang-685ee962.js';
49
49
  import '../OrBottomSheetV3/hooks/useBottomSheetSwipeState.js';
50
50
  import '../OrBottomSheetV3/props.js';
51
51
  import '../../hooks/useTheme.js';
@@ -59,7 +59,7 @@ import '../../hooks/useElevation.js';
59
59
  import '../../utils/isVisible.js';
60
60
  import '../../hooks/useResponsive/useResponsive.js';
61
61
  import '../OrInputV3/OrInput.js';
62
- import '../../OrInput.vue_vue_type_script_lang-fe65143d.js';
62
+ import '../../OrInput.vue_vue_type_script_lang-4a384d2b.js';
63
63
  import '../OrInputV3/props.js';
64
64
  import '../OrInputBoxV3/props.js';
65
65
  import '../OrInputV3/styles.js';
@@ -75,7 +75,7 @@ import '../OrMenuItemV3/OrMenuItem.js';
75
75
  import '../../OrMenuItem.vue_vue_type_script_lang-1785286a.js';
76
76
  import '../OrMenuItemV3/styles.js';
77
77
  import '../OrTagV3/OrTag.js';
78
- import '../../OrTag.vue_vue_type_script_lang-016020bd.js';
78
+ import '../../OrTag.vue_vue_type_script_lang-6c4b09f4.js';
79
79
  import '../OrTagV3/props.js';
80
80
  import '../OrTagV3/styles.js';
81
81
  import '../../hooks/useOverflow.js';
@@ -83,27 +83,26 @@ import '../../directives/dropdown-close.js';
83
83
  import '../../directives/dropdown-open.js';
84
84
 
85
85
  const _hoisted_1 = ["id", "tabindex", "disabled"];
86
- const _hoisted_2 = ["disabled"];
87
- const _hoisted_3 = {
86
+ const _hoisted_2 = {
88
87
  class: "truncate"
89
88
  };
90
- const _hoisted_4 = ["disabled"];
91
- const _hoisted_5 = {
89
+ const _hoisted_3 = {
92
90
  key: 2,
93
91
  class: /*#__PURE__*/normalizeClass(['grow'])
94
92
  };
95
- const _hoisted_6 = {
93
+ const _hoisted_4 = {
96
94
  class: /*#__PURE__*/normalizeClass(['layout-inline-row', 'gap-sm'])
97
95
  };
98
- const _hoisted_7 = {
96
+ const _hoisted_5 = {
99
97
  class: /*#__PURE__*/normalizeClass(['contents'])
100
98
  };
101
- const _hoisted_8 = {
99
+ const _hoisted_6 = {
102
100
  class: /*#__PURE__*/normalizeClass(['contents'])
103
101
  };
104
102
  function render(_ctx, _cache, $props, $setup, $data, $options) {
105
103
  const _component_OrLabel = resolveComponent("OrLabel");
106
104
  const _component_OrTag = resolveComponent("OrTag");
105
+ const _component_OrSelectPlaceholder = resolveComponent("OrSelectPlaceholder");
107
106
  const _component_OrInput = resolveComponent("OrInput");
108
107
  const _component_OrIconButton = resolveComponent("OrIconButton");
109
108
  const _component_OrIcon = resolveComponent("OrIcon");
@@ -155,28 +154,34 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
155
154
  }, () => [(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.selection, option => {
156
155
  return openBlock(), createBlock(_component_OrTag, {
157
156
  key: option.value,
158
- variant: 'reset',
159
- disabled: _ctx.disabled || _ctx.readonly,
157
+ variant: _ctx.readonly || _ctx.disabled ? 'tag' : 'reset',
158
+ disabled: _ctx.disabled,
160
159
  onReset: $event => _ctx.deselect(option)
161
160
  }, {
162
161
  default: withCtx(() => [createTextVNode(toDisplayString(option.label), 1 /* TEXT */)]),
163
162
 
164
163
  _: 2 /* DYNAMIC */
165
- }, 1032 /* PROPS, DYNAMIC_SLOTS */, ["disabled", "onReset"]);
166
- }), 128 /* KEYED_FRAGMENT */))]) : _ctx.popoverState === 'closed' || !_ctx.enableSearch ? (openBlock(), createElementBlock("span", {
164
+ }, 1032 /* PROPS, DYNAMIC_SLOTS */, ["variant", "disabled", "onReset"]);
165
+ }), 128 /* KEYED_FRAGMENT */))]) : _ctx.popoverState === 'closed' || !_ctx.enableSearch ? (openBlock(), createBlock(_component_OrSelectPlaceholder, {
167
166
  key: 1,
168
- class: normalizeClass(_ctx.placeholderStyles),
169
- disabled: _ctx.disabled ? '' : null
170
- }, toDisplayString(_ctx.placeholder), 11 /* TEXT, CLASS, PROPS */, _hoisted_2)) : createCommentVNode("v-if", true)], 64 /* STABLE_FRAGMENT */)) : (openBlock(), createElementBlock(Fragment, {
167
+ disabled: _ctx.disabled
168
+ }, {
169
+ default: withCtx(() => [createTextVNode(toDisplayString(_ctx.placeholder), 1 /* TEXT */)]),
170
+
171
+ _: 1 /* STABLE */
172
+ }, 8 /* PROPS */, ["disabled"])) : createCommentVNode("v-if", true)], 64 /* STABLE_FRAGMENT */)) : (openBlock(), createElementBlock(Fragment, {
171
173
  key: 1
172
174
  }, [!_ctx.isEmptyModelValue ? renderSlot(_ctx.$slots, "valueTemplate", {
173
175
  key: 0,
174
176
  model: _ctx.proxyModelValue
175
- }, () => [createElementVNode("span", _hoisted_3, toDisplayString(_ctx.selection && _ctx.selection.label), 1 /* TEXT */)]) : _ctx.popoverState === 'closed' || !_ctx.enableSearch ? (openBlock(), createElementBlock("span", {
177
+ }, () => [createElementVNode("span", _hoisted_2, toDisplayString(_ctx.selection && _ctx.selection.label), 1 /* TEXT */)]) : _ctx.popoverState === 'closed' || !_ctx.enableSearch ? (openBlock(), createBlock(_component_OrSelectPlaceholder, {
176
178
  key: 1,
177
- class: normalizeClass(_ctx.placeholderStyles),
178
- disabled: _ctx.disabled ? '' : null
179
- }, toDisplayString(_ctx.placeholder), 11 /* TEXT, CLASS, PROPS */, _hoisted_4)) : createCommentVNode("v-if", true)], 64 /* STABLE_FRAGMENT */))], 42 /* CLASS, PROPS, HYDRATE_EVENTS */, _hoisted_1), _ctx.multiple && _ctx.outerItems.length > 0 ? (openBlock(), createElementBlock(Fragment, {
179
+ disabled: _ctx.disabled
180
+ }, {
181
+ default: withCtx(() => [createTextVNode(toDisplayString(_ctx.placeholder), 1 /* TEXT */)]),
182
+
183
+ _: 1 /* STABLE */
184
+ }, 8 /* PROPS */, ["disabled"])) : createCommentVNode("v-if", true)], 64 /* STABLE_FRAGMENT */))], 42 /* CLASS, PROPS, HYDRATE_EVENTS */, _hoisted_1), _ctx.multiple && _ctx.outerItems.length > 0 ? (openBlock(), createElementBlock(Fragment, {
180
185
  key: 0
181
186
  }, [createTextVNode(" +" + toDisplayString(_ctx.outerItems.length), 1 /* TEXT */)], 64 /* STABLE_FRAGMENT */)) : createCommentVNode("v-if", true), _ctx.popoverState === 'open' && _ctx.enableSearch && _ctx.isDesktop ? (openBlock(), createBlock(_component_OrInput, {
182
187
  key: 1,
@@ -189,7 +194,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
189
194
  size: _ctx.size,
190
195
  "disable-default-styles": true,
191
196
  onClick: _cache[3] || (_cache[3] = withModifiers(() => {}, ["stop"]))
192
- }, null, 8 /* PROPS */, ["modelValue", "class", "placeholder", "size"])) : (openBlock(), createElementBlock("div", _hoisted_5)), createElementVNode("div", _hoisted_6, [_ctx.showClear ? (openBlock(), createBlock(_component_OrIconButton, {
197
+ }, null, 8 /* PROPS */, ["modelValue", "class", "placeholder", "size"])) : (openBlock(), createElementBlock("div", _hoisted_3)), createElementVNode("div", _hoisted_4, [_ctx.showClear ? (openBlock(), createBlock(_component_OrIconButton, {
193
198
  key: 0,
194
199
  icon: 'close',
195
200
  color: 'inherit',
@@ -318,14 +323,14 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
318
323
  _: 3 /* FORWARDED */
319
324
  }, 8 /* PROPS */, ["trigger", "custom-styles"])]),
320
325
  _: 3 /* FORWARDED */
321
- }, 8 /* PROPS */, ["class", "variant", "size", "invalid", "readonly", "disabled"])), [[_directive_dropdown_open, _ctx.toggle], [_directive_dropdown_close, _ctx.close]]), withDirectives(createElementVNode("div", _hoisted_7, [_ctx.hint ? (openBlock(), createBlock(_component_OrHint, {
326
+ }, 8 /* PROPS */, ["class", "variant", "size", "invalid", "readonly", "disabled"])), [[_directive_dropdown_open, _ctx.toggle], [_directive_dropdown_close, _ctx.close]]), withDirectives(createElementVNode("div", _hoisted_5, [_ctx.hint ? (openBlock(), createBlock(_component_OrHint, {
322
327
  key: 0,
323
328
  disabled: _ctx.disabled
324
329
  }, {
325
330
  default: withCtx(() => [createTextVNode(toDisplayString(_ctx.hint), 1 /* TEXT */)]),
326
331
 
327
332
  _: 1 /* STABLE */
328
- }, 8 /* PROPS */, ["disabled"])) : createCommentVNode("v-if", true)], 512 /* NEED_PATCH */), [[vShow, !_ctx.error]]), withDirectives(createElementVNode("div", _hoisted_8, [createVNode(_component_OrError, {
333
+ }, 8 /* PROPS */, ["disabled"])) : createCommentVNode("v-if", true)], 512 /* NEED_PATCH */), [[vShow, !_ctx.error]]), withDirectives(createElementVNode("div", _hoisted_6, [createVNode(_component_OrError, {
329
334
  disabled: _ctx.disabled
330
335
  }, {
331
336
  default: withCtx(() => [createTextVNode(toDisplayString(_ctx.error), 1 /* TEXT */)]),
@@ -86,7 +86,6 @@ declare const _default: import("vue-demi").DefineComponent<{
86
86
  rootStyles: import("vue-demi").ComputedRef<string[]>;
87
87
  controlStyles: import("vue-demi").ComputedRef<string[]>;
88
88
  searchControlStyles: import("vue-demi").ComputedRef<string[]>;
89
- placeholderStyles: import("vue-demi").ComputedRef<string[]>;
90
89
  dropdownStyles: import("vue-demi").ComputedRef<string[]>;
91
90
  dropdownItemStyles: import("vue-demi").ComputedRef<string[]>;
92
91
  noSearchResultsStyles: import("vue-demi").ComputedRef<string[]>;
@@ -1,7 +1,8 @@
1
- export { s as OrSelectV3 } from '../../OrSelect.vue_vue_type_script_lang-b78ffd93.js';
1
+ export { s as OrSelectV3 } from '../../OrSelect.vue_vue_type_script_lang-21b9f7b7.js';
2
2
  export { InputBoxSize as SelectSize } from '../OrInputBoxV3/props.js';
3
3
  import 'vue-demi';
4
4
  import '../../utils/isEmptyValue.js';
5
+ import 'vue';
5
6
  import './styles.js';
6
7
  import '../OrCheckboxV3/OrCheckbox.js';
7
8
  import '../../OrCheckbox.vue_vue_type_script_lang-38736023.js';
@@ -10,7 +11,6 @@ import '../OrLabelV3/OrLabel.js';
10
11
  import '../../OrLabel.vue_vue_type_script_lang-fcdfd80d.js';
11
12
  import '../OrLabelV3/props.js';
12
13
  import '../OrLabelV3/styles.js';
13
- import 'vue';
14
14
  import '../../hooks/useIdAttribute.js';
15
15
  import '../../hooks/useControlAttributes.js';
16
16
  import '../../hooks/useProxyModelValue.js';
@@ -32,20 +32,20 @@ import '../OrHintV3/OrHint.js';
32
32
  import '../../OrHint.vue_vue_type_script_lang-0f5e8377.js';
33
33
  import '../OrHintV3/styles.js';
34
34
  import '../OrIconButtonV3/OrIconButton.js';
35
- import '../../OrIconButton.vue_vue_type_script_lang-5ee60cb5.js';
35
+ import '../../OrIconButton.vue_vue_type_script_lang-41affeb4.js';
36
36
  import '../OrIconButtonV3/props.js';
37
37
  import '../OrIconButtonV3/styles.js';
38
38
  import '../OrTooltipV3/OrTooltip.js';
39
- import '../../OrTooltip.vue_vue_type_script_lang-e9d7fed4.js';
39
+ import '../../OrTooltip.vue_vue_type_script_lang-70a1a846.js';
40
40
  import '../OrTooltipV3/styles.js';
41
41
  import '../OrPopoverV3/OrPopover.js';
42
- import '../../OrPopover.vue_vue_type_script_lang-82b5cec0.js';
42
+ import '../../OrPopover.vue_vue_type_script_lang-d766f723.js';
43
43
  import '../../floating-ui.dom.esm-83eba816.js';
44
44
  import '../../index-929e224a.js';
45
45
  import '../OrPopoverV3/props.js';
46
46
  import '../OrPopoverV3/styles.js';
47
47
  import '../OrBottomSheetV3/OrBottomSheet.js';
48
- import '../../OrBottomSheet.vue_vue_type_script_lang-62b14982.js';
48
+ import '../../OrBottomSheet.vue_vue_type_script_lang-685ee962.js';
49
49
  import '../OrBottomSheetV3/hooks/useBottomSheetSwipeState.js';
50
50
  import '../OrBottomSheetV3/props.js';
51
51
  import '../../hooks/useTheme.js';
@@ -59,7 +59,7 @@ import '../../hooks/useElevation.js';
59
59
  import '../../utils/isVisible.js';
60
60
  import '../../hooks/useResponsive/useResponsive.js';
61
61
  import '../OrInputV3/OrInput.js';
62
- import '../../OrInput.vue_vue_type_script_lang-fe65143d.js';
62
+ import '../../OrInput.vue_vue_type_script_lang-4a384d2b.js';
63
63
  import '../OrInputV3/props.js';
64
64
  import '../OrInputV3/styles.js';
65
65
  import '../OrInputBoxV3/OrInputBox.js';
@@ -74,7 +74,7 @@ import '../OrMenuItemV3/OrMenuItem.js';
74
74
  import '../../OrMenuItem.vue_vue_type_script_lang-1785286a.js';
75
75
  import '../OrMenuItemV3/styles.js';
76
76
  import '../OrTagV3/OrTag.js';
77
- import '../../OrTag.vue_vue_type_script_lang-016020bd.js';
77
+ import '../../OrTag.vue_vue_type_script_lang-6c4b09f4.js';
78
78
  import '../OrTagV3/props.js';
79
79
  import '../OrTagV3/styles.js';
80
80
  import '../../hooks/useOverflow.js';
@@ -1,7 +1,6 @@
1
1
  export declare const Select: string[];
2
2
  export declare const SelectControl: string[];
3
3
  export declare const SelectSearchControl: string[];
4
- export declare const SelectPlaceholder: string[];
5
4
  export declare const SelectDropdown: string[];
6
5
  export declare const SelectDropdownDefault: string[];
7
6
  export declare const SelectDropdownFlipped: string[];
@@ -19,13 +19,6 @@ const SelectSearchControl = [
19
19
  'grow',
20
20
  // Spacing
21
21
  '!mx-lg md:!-mx-sm+', '!my-sm md:!my-none'];
22
- const SelectPlaceholder = [
23
- // Theme
24
- 'theme-foreground-outline', 'dark:theme-foreground-outline-dark',
25
- // Interactivity
26
- 'select-none',
27
- // Typography
28
- 'truncate'];
29
22
  const SelectDropdown = [
30
23
  // Overflow
31
24
  'overflow-y-auto',
@@ -58,4 +51,4 @@ const SelectNoSearchResults = [
58
51
  // Theme
59
52
  'theme-foreground-outline', 'dark:theme-foreground-outline-dark'];
60
53
 
61
- export { Select, SelectControl, SelectDropdown, SelectDropdownDefault, SelectDropdownFlipped, SelectDropdownItem, SelectNoSearchResults, SelectPlaceholder, SelectSearchControl };
54
+ export { Select, SelectControl, SelectDropdown, SelectDropdownDefault, SelectDropdownFlipped, SelectDropdownItem, SelectNoSearchResults, SelectSearchControl };
@@ -1,12 +1,12 @@
1
- import { s as script } from '../../OrSidebar.vue_vue_type_script_lang-982a68fa.js';
2
- export { s as default } from '../../OrSidebar.vue_vue_type_script_lang-982a68fa.js';
1
+ import { s as script } from '../../OrSidebar.vue_vue_type_script_lang-3ed42b69.js';
2
+ export { s as default } from '../../OrSidebar.vue_vue_type_script_lang-3ed42b69.js';
3
3
  import { resolveComponent, openBlock, createElementBlock, normalizeClass, renderSlot, createCommentVNode, createElementVNode, normalizeStyle, createBlock, withDirectives, vShow } from 'vue';
4
4
  import '../../index-929e224a.js';
5
5
  import '../../index-f4d8e24c.js';
6
6
  import 'vue-demi';
7
7
  import './props.js';
8
8
  import '../OrIconButtonV3/OrIconButton.js';
9
- import '../../OrIconButton.vue_vue_type_script_lang-5ee60cb5.js';
9
+ import '../../OrIconButton.vue_vue_type_script_lang-41affeb4.js';
10
10
  import '../OrIconButtonV3/props.js';
11
11
  import '../OrIconV3/props.js';
12
12
  import '../OrIconButtonV3/styles.js';
@@ -14,15 +14,15 @@ import '../OrIconV3/OrIcon.js';
14
14
  import '../../OrIcon.vue_vue_type_script_lang-73f9cc63.js';
15
15
  import '../OrIconV3/styles.js';
16
16
  import '../OrTooltipV3/OrTooltip.js';
17
- import '../../OrTooltip.vue_vue_type_script_lang-e9d7fed4.js';
17
+ import '../../OrTooltip.vue_vue_type_script_lang-70a1a846.js';
18
18
  import '../OrTooltipV3/styles.js';
19
19
  import '../OrPopoverV3/OrPopover.js';
20
- import '../../OrPopover.vue_vue_type_script_lang-82b5cec0.js';
20
+ import '../../OrPopover.vue_vue_type_script_lang-d766f723.js';
21
21
  import '../../floating-ui.dom.esm-83eba816.js';
22
22
  import '../OrPopoverV3/props.js';
23
23
  import '../OrPopoverV3/styles.js';
24
24
  import '../OrBottomSheetV3/OrBottomSheet.js';
25
- import '../../OrBottomSheet.vue_vue_type_script_lang-62b14982.js';
25
+ import '../../OrBottomSheet.vue_vue_type_script_lang-685ee962.js';
26
26
  import '../OrBottomSheetV3/hooks/useBottomSheetSwipeState.js';
27
27
  import '../OrBottomSheetV3/props.js';
28
28
  import '../../hooks/useTheme.js';
@@ -1,10 +1,10 @@
1
1
  export { OrSidebarPlacement } from './props.js';
2
- export { s as OrSidebarV3 } from '../../OrSidebar.vue_vue_type_script_lang-982a68fa.js';
2
+ export { s as OrSidebarV3 } from '../../OrSidebar.vue_vue_type_script_lang-3ed42b69.js';
3
3
  import '../../index-929e224a.js';
4
4
  import '../../index-f4d8e24c.js';
5
5
  import 'vue-demi';
6
6
  import '../OrIconButtonV3/OrIconButton.js';
7
- import '../../OrIconButton.vue_vue_type_script_lang-5ee60cb5.js';
7
+ import '../../OrIconButton.vue_vue_type_script_lang-41affeb4.js';
8
8
  import '../OrIconButtonV3/props.js';
9
9
  import '../OrIconV3/props.js';
10
10
  import '../OrIconButtonV3/styles.js';
@@ -13,15 +13,15 @@ import '../../OrIcon.vue_vue_type_script_lang-73f9cc63.js';
13
13
  import '../OrIconV3/styles.js';
14
14
  import 'vue';
15
15
  import '../OrTooltipV3/OrTooltip.js';
16
- import '../../OrTooltip.vue_vue_type_script_lang-e9d7fed4.js';
16
+ import '../../OrTooltip.vue_vue_type_script_lang-70a1a846.js';
17
17
  import '../OrTooltipV3/styles.js';
18
18
  import '../OrPopoverV3/OrPopover.js';
19
- import '../../OrPopover.vue_vue_type_script_lang-82b5cec0.js';
19
+ import '../../OrPopover.vue_vue_type_script_lang-d766f723.js';
20
20
  import '../../floating-ui.dom.esm-83eba816.js';
21
21
  import '../OrPopoverV3/props.js';
22
22
  import '../OrPopoverV3/styles.js';
23
23
  import '../OrBottomSheetV3/OrBottomSheet.js';
24
- import '../../OrBottomSheet.vue_vue_type_script_lang-62b14982.js';
24
+ import '../../OrBottomSheet.vue_vue_type_script_lang-685ee962.js';
25
25
  import '../OrBottomSheetV3/hooks/useBottomSheetSwipeState.js';
26
26
  import '../OrBottomSheetV3/props.js';
27
27
  import '../../hooks/useTheme.js';
@@ -1,20 +1,20 @@
1
- import { s as script } from '../../OrSorting.vue_vue_type_script_lang-0877c7fa.js';
2
- export { s as default } from '../../OrSorting.vue_vue_type_script_lang-0877c7fa.js';
1
+ import { s as script } from '../../OrSorting.vue_vue_type_script_lang-1361404d.js';
2
+ export { s as default } from '../../OrSorting.vue_vue_type_script_lang-1361404d.js';
3
3
  import { resolveComponent, openBlock, createElementBlock, normalizeClass, createVNode, withCtx, createElementVNode, toDisplayString, createBlock, createCommentVNode, Fragment, renderList, createTextVNode } from 'vue';
4
4
  import 'vue-demi';
5
5
  import './styles.js';
6
6
  import '../OrMenuV3/OrMenu.js';
7
- import '../../OrMenu.vue_vue_type_script_lang-c8c254b7.js';
7
+ import '../../OrMenu.vue_vue_type_script_lang-fab9378e.js';
8
8
  import '../OrMenuV3/styles.js';
9
9
  import '../OrPopoverV3/OrPopover.js';
10
- import '../../OrPopover.vue_vue_type_script_lang-82b5cec0.js';
10
+ import '../../OrPopover.vue_vue_type_script_lang-d766f723.js';
11
11
  import '../../floating-ui.dom.esm-83eba816.js';
12
12
  import '../../index-929e224a.js';
13
13
  import '../../index-f4d8e24c.js';
14
14
  import '../OrPopoverV3/props.js';
15
15
  import '../OrPopoverV3/styles.js';
16
16
  import '../OrBottomSheetV3/OrBottomSheet.js';
17
- import '../../OrBottomSheet.vue_vue_type_script_lang-62b14982.js';
17
+ import '../../OrBottomSheet.vue_vue_type_script_lang-685ee962.js';
18
18
  import '../OrBottomSheetV3/hooks/useBottomSheetSwipeState.js';
19
19
  import '../OrBottomSheetV3/props.js';
20
20
  import '../../hooks/useTheme.js';
@@ -1,18 +1,18 @@
1
- export { s as OrSortingV3 } from '../../OrSorting.vue_vue_type_script_lang-0877c7fa.js';
1
+ export { s as OrSortingV3 } from '../../OrSorting.vue_vue_type_script_lang-1361404d.js';
2
2
  import 'vue-demi';
3
3
  import './styles.js';
4
4
  import '../OrMenuV3/OrMenu.js';
5
- import '../../OrMenu.vue_vue_type_script_lang-c8c254b7.js';
5
+ import '../../OrMenu.vue_vue_type_script_lang-fab9378e.js';
6
6
  import '../OrMenuV3/styles.js';
7
7
  import '../OrPopoverV3/OrPopover.js';
8
- import '../../OrPopover.vue_vue_type_script_lang-82b5cec0.js';
8
+ import '../../OrPopover.vue_vue_type_script_lang-d766f723.js';
9
9
  import '../../floating-ui.dom.esm-83eba816.js';
10
10
  import '../../index-929e224a.js';
11
11
  import '../../index-f4d8e24c.js';
12
12
  import '../OrPopoverV3/props.js';
13
13
  import '../OrPopoverV3/styles.js';
14
14
  import '../OrBottomSheetV3/OrBottomSheet.js';
15
- import '../../OrBottomSheet.vue_vue_type_script_lang-62b14982.js';
15
+ import '../../OrBottomSheet.vue_vue_type_script_lang-685ee962.js';
16
16
  import '../OrBottomSheetV3/hooks/useBottomSheetSwipeState.js';
17
17
  import '../OrBottomSheetV3/props.js';
18
18
  import '../../hooks/useTheme.js';
@@ -1,5 +1,5 @@
1
- import { s as script } from '../../OrTabs.vue_vue_type_script_lang-2a8d5f3c.js';
2
- export { s as default } from '../../OrTabs.vue_vue_type_script_lang-2a8d5f3c.js';
1
+ import { s as script } from '../../OrTabs.vue_vue_type_script_lang-0977951f.js';
2
+ export { s as default } from '../../OrTabs.vue_vue_type_script_lang-0977951f.js';
3
3
  import { resolveComponent, openBlock, createElementBlock, normalizeClass, createElementVNode, mergeProps, Fragment, renderList, createBlock, withModifiers, withCtx, createTextVNode, toDisplayString, createVNode, createCommentVNode, renderSlot } from 'vue';
4
4
  import '../../index-929e224a.js';
5
5
  import '../../index-f4d8e24c.js';
@@ -11,15 +11,15 @@ import '../../OrIcon.vue_vue_type_script_lang-73f9cc63.js';
11
11
  import '../OrIconV3/props.js';
12
12
  import '../OrIconV3/styles.js';
13
13
  import '../OrMenuV3/OrMenu.js';
14
- import '../../OrMenu.vue_vue_type_script_lang-c8c254b7.js';
14
+ import '../../OrMenu.vue_vue_type_script_lang-fab9378e.js';
15
15
  import '../OrMenuV3/styles.js';
16
16
  import '../OrPopoverV3/OrPopover.js';
17
- import '../../OrPopover.vue_vue_type_script_lang-82b5cec0.js';
17
+ import '../../OrPopover.vue_vue_type_script_lang-d766f723.js';
18
18
  import '../../floating-ui.dom.esm-83eba816.js';
19
19
  import '../OrPopoverV3/props.js';
20
20
  import '../OrPopoverV3/styles.js';
21
21
  import '../OrBottomSheetV3/OrBottomSheet.js';
22
- import '../../OrBottomSheet.vue_vue_type_script_lang-62b14982.js';
22
+ import '../../OrBottomSheet.vue_vue_type_script_lang-685ee962.js';
23
23
  import '../OrBottomSheetV3/hooks/useBottomSheetSwipeState.js';
24
24
  import '../OrBottomSheetV3/props.js';
25
25
  import '../../hooks/useTheme.js';
@@ -1,5 +1,5 @@
1
1
  export { TabsVariant } from './props.js';
2
- export { s as OrTabsV3 } from '../../OrTabs.vue_vue_type_script_lang-2a8d5f3c.js';
2
+ export { s as OrTabsV3 } from '../../OrTabs.vue_vue_type_script_lang-0977951f.js';
3
3
  import '../../index-929e224a.js';
4
4
  import '../../index-f4d8e24c.js';
5
5
  import 'vue-demi';
@@ -10,15 +10,15 @@ import '../OrIconV3/props.js';
10
10
  import '../OrIconV3/styles.js';
11
11
  import 'vue';
12
12
  import '../OrMenuV3/OrMenu.js';
13
- import '../../OrMenu.vue_vue_type_script_lang-c8c254b7.js';
13
+ import '../../OrMenu.vue_vue_type_script_lang-fab9378e.js';
14
14
  import '../OrMenuV3/styles.js';
15
15
  import '../OrPopoverV3/OrPopover.js';
16
- import '../../OrPopover.vue_vue_type_script_lang-82b5cec0.js';
16
+ import '../../OrPopover.vue_vue_type_script_lang-d766f723.js';
17
17
  import '../../floating-ui.dom.esm-83eba816.js';
18
18
  import '../OrPopoverV3/props.js';
19
19
  import '../OrPopoverV3/styles.js';
20
20
  import '../OrBottomSheetV3/OrBottomSheet.js';
21
- import '../../OrBottomSheet.vue_vue_type_script_lang-62b14982.js';
21
+ import '../../OrBottomSheet.vue_vue_type_script_lang-685ee962.js';
22
22
  import '../OrBottomSheetV3/hooks/useBottomSheetSwipeState.js';
23
23
  import '../OrBottomSheetV3/props.js';
24
24
  import '../../hooks/useTheme.js';