@onereach/ui-components 4.18.0 → 4.18.1-beta.3095.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 (406) hide show
  1. package/dist/bundled/v2/components/OrBottomSheetV3/OrBottomSheet.js +24 -62
  2. package/dist/bundled/v2/components/OrBottomSheetV3/OrBottomSheet.vue.d.ts +1052 -0
  3. package/dist/bundled/v2/components/OrBottomSheetV3/hooks/useBottomSheetSwipeState.d.ts +530 -0
  4. package/dist/bundled/v2/components/OrBottomSheetV3/hooks/useBottomSheetSwipeState.js +75 -0
  5. package/dist/bundled/v2/components/OrBottomSheetV3/index.js +6 -1
  6. package/dist/bundled/v2/components/OrBottomSheetV3/styles.d.ts +1 -0
  7. package/dist/bundled/v2/components/OrBottomSheetV3/styles.js +2 -1
  8. package/dist/bundled/v2/components/OrButtonV3/OrButton.js +1 -1
  9. package/dist/bundled/v2/components/OrButtonV3/index.js +1 -1
  10. package/dist/bundled/v2/components/OrCardCollectionV3/OrCardCollection.js +6 -1
  11. package/dist/bundled/v2/components/OrCardCollectionV3/index.js +6 -1
  12. package/dist/bundled/v2/components/OrCheckboxGroupV3/OrCheckboxGroup.js +1 -1
  13. package/dist/bundled/v2/components/OrCheckboxGroupV3/index.js +1 -1
  14. package/dist/bundled/v2/components/OrCheckboxTreeV3/OrCheckboxTree.js +1 -1
  15. package/dist/bundled/v2/components/OrCheckboxTreeV3/index.js +1 -1
  16. package/dist/bundled/v2/components/OrCode/OrCode.js +1 -1
  17. package/dist/bundled/v2/components/OrCode/index.js +1 -1
  18. package/dist/bundled/v2/components/OrCodeV3/OrCode.js +3 -2
  19. package/dist/bundled/v2/components/OrCodeV3/index.js +6 -5
  20. package/dist/bundled/v2/components/OrColorPicker/OrColorPicker.js +1 -1
  21. package/dist/bundled/v2/components/OrColorPicker/index.js +1 -1
  22. package/dist/bundled/v2/components/OrConfirm/OrConfirm.js +1 -1
  23. package/dist/bundled/v2/components/OrConfirm/index.js +1 -1
  24. package/dist/bundled/v2/components/OrConfirmV3/OrConfirm.js +6 -1
  25. package/dist/bundled/v2/components/OrConfirmV3/index.js +6 -1
  26. package/dist/bundled/v2/components/OrDatePickerV3/OrDatePicker.js +8 -3
  27. package/dist/bundled/v2/components/OrDatePickerV3/index.js +8 -3
  28. package/dist/bundled/v2/components/OrDateTimePicker/OrDateTimePicker.js +1 -1
  29. package/dist/bundled/v2/components/OrDateTimePicker/index.js +1 -1
  30. package/dist/bundled/v2/components/OrDateTimePickerV3/OrDateTimePicker.js +9 -4
  31. package/dist/bundled/v2/components/OrDateTimePickerV3/index.js +9 -4
  32. package/dist/bundled/v2/components/OrIconButtonV3/OrIconButton.js +6 -1
  33. package/dist/bundled/v2/components/OrIconButtonV3/index.js +6 -1
  34. package/dist/bundled/v2/components/OrInlineInputV3/OrInlineInput.js +6 -1
  35. package/dist/bundled/v2/components/OrInlineInputV3/index.js +6 -1
  36. package/dist/bundled/v2/components/OrInlineTextEdit/OrInlineTextEdit.js +1 -1
  37. package/dist/bundled/v2/components/OrInlineTextEdit/index.js +1 -1
  38. package/dist/bundled/v2/components/OrInlineTextareaV3/OrInlineTextarea.js +6 -1
  39. package/dist/bundled/v2/components/OrInlineTextareaV3/index.js +6 -1
  40. package/dist/bundled/v2/components/OrInputV3/OrInput.js +6 -1
  41. package/dist/bundled/v2/components/OrInputV3/index.js +6 -1
  42. package/dist/bundled/v2/components/OrLoaderV3/OrLoader.js +1 -1
  43. package/dist/bundled/v2/components/OrLoaderV3/index.js +1 -1
  44. package/dist/bundled/v2/components/OrMenuV3/OrMenu.js +6 -1
  45. package/dist/bundled/v2/components/OrMenuV3/index.js +6 -1
  46. package/dist/bundled/v2/components/OrModal/OrModal.js +1 -1
  47. package/dist/bundled/v2/components/OrModal/index.js +1 -1
  48. package/dist/bundled/v2/components/OrModalV3/OrModal.js +6 -1
  49. package/dist/bundled/v2/components/OrModalV3/index.js +6 -1
  50. package/dist/bundled/v2/components/OrNotificationV3/OrNotification.js +6 -1
  51. package/dist/bundled/v2/components/OrNotificationV3/index.js +6 -1
  52. package/dist/bundled/v2/components/OrOverflowMenu/OrOverflowMenu.js +1 -1
  53. package/dist/bundled/v2/components/OrOverflowMenu/index.js +1 -1
  54. package/dist/bundled/v2/components/OrOverlayV3/OrOverlay.js +1 -1
  55. package/dist/bundled/v2/components/OrOverlayV3/index.js +1 -1
  56. package/dist/bundled/v2/components/OrPaginationV3/OrPagination.js +6 -1
  57. package/dist/bundled/v2/components/OrPaginationV3/index.js +6 -1
  58. package/dist/bundled/v2/components/OrPassword/OrPassword.js +1 -1
  59. package/dist/bundled/v2/components/OrPassword/index.js +1 -1
  60. package/dist/bundled/v2/components/OrPopoverV3/OrPopover.js +6 -1
  61. package/dist/bundled/v2/components/OrPopoverV3/index.js +6 -1
  62. package/dist/bundled/v2/components/OrProgressV3/OrProgress.js +1 -1
  63. package/dist/bundled/v2/components/OrProgressV3/index.js +1 -1
  64. package/dist/bundled/v2/components/OrSearchV3/OrSearch.js +6 -1
  65. package/dist/bundled/v2/components/OrSearchV3/index.js +6 -1
  66. package/dist/bundled/v2/components/OrSelect/OrSelect.js +1 -1
  67. package/dist/bundled/v2/components/OrSelect/index.js +1 -1
  68. package/dist/bundled/v2/components/OrSelectV3/OrSelect.js +6 -1
  69. package/dist/bundled/v2/components/OrSelectV3/index.js +6 -1
  70. package/dist/bundled/v2/components/OrSidebar/OrSidebar.js +1 -1
  71. package/dist/bundled/v2/components/OrSidebar/index.js +1 -1
  72. package/dist/bundled/v2/components/OrSidebarV3/OrSidebar.js +6 -1
  73. package/dist/bundled/v2/components/OrSidebarV3/index.js +6 -1
  74. package/dist/bundled/v2/components/OrSlider/OrSlider.js +1 -1
  75. package/dist/bundled/v2/components/OrSlider/index.js +1 -1
  76. package/dist/bundled/v2/components/OrSortingV3/OrSorting.js +6 -1
  77. package/dist/bundled/v2/components/OrSortingV3/index.js +6 -1
  78. package/dist/bundled/v2/components/OrSwitchV3/OrSwitch.js +1 -1
  79. package/dist/bundled/v2/components/OrSwitchV3/index.js +1 -1
  80. package/dist/bundled/v2/components/OrTabsV3/OrTabs.js +6 -1
  81. package/dist/bundled/v2/components/OrTabsV3/index.js +6 -1
  82. package/dist/bundled/v2/components/OrTagInputV3/OrTagInput.js +6 -1
  83. package/dist/bundled/v2/components/OrTagInputV3/index.js +6 -1
  84. package/dist/bundled/v2/components/OrTagV3/OrTag.js +6 -1
  85. package/dist/bundled/v2/components/OrTagV3/index.js +6 -1
  86. package/dist/bundled/v2/components/OrTagsV3/OrTags.js +6 -1
  87. package/dist/bundled/v2/components/OrTagsV3/index.js +6 -1
  88. package/dist/bundled/v2/components/OrTextV3/OrText.vue.d.ts +2 -2
  89. package/dist/bundled/v2/components/OrTimePickerV3/OrTimePicker.js +8 -3
  90. package/dist/bundled/v2/components/OrTimePickerV3/index.js +8 -3
  91. package/dist/bundled/v2/components/OrToast/composable/index.js +1 -1
  92. package/dist/bundled/v2/components/OrToast/composable/useToast.js +1 -1
  93. package/dist/bundled/v2/components/OrToast/composable/useToastEventBus.js +1 -1
  94. package/dist/bundled/v2/components/OrToast/index.js +1 -1
  95. package/dist/bundled/v2/components/OrToastContainer/OrToastContainer.js +1 -1
  96. package/dist/bundled/v2/components/OrToastContainer/index.js +1 -1
  97. package/dist/bundled/v2/components/OrToastContainerV3/OrToastContainer.js +6 -1
  98. package/dist/bundled/v2/components/OrToastContainerV3/index.js +6 -1
  99. package/dist/bundled/v2/components/OrToastV3/OrToast.js +6 -1
  100. package/dist/bundled/v2/components/OrToastV3/composable/index.js +1 -1
  101. package/dist/bundled/v2/components/OrToastV3/composable/useToast.js +1 -1
  102. package/dist/bundled/v2/components/OrToastV3/composable/useToastEventBus.js +1 -1
  103. package/dist/bundled/v2/components/OrToastV3/index.js +6 -1
  104. package/dist/bundled/v2/components/OrTooltipV3/OrTooltip.js +6 -1
  105. package/dist/bundled/v2/components/OrTooltipV3/index.js +6 -1
  106. package/dist/bundled/v2/components/OrTreeV3/OrTree.js +1 -1
  107. package/dist/bundled/v2/components/OrTreeV3/index.js +1 -1
  108. package/dist/bundled/v2/components/index.js +8 -7
  109. package/dist/bundled/v2/hooks/index.js +1 -1
  110. package/dist/bundled/v2/hooks/useOverflow.js +1 -1
  111. package/dist/bundled/v2/hooks/useResponsive/index.js +1 -1
  112. package/dist/bundled/v2/hooks/useResponsive/useResponsive.js +1 -1
  113. package/dist/bundled/v2/{index-760079e7.js → index-509d77a1.js} +2 -2
  114. package/dist/bundled/v2/index.js +5 -4
  115. package/dist/bundled/v3/{OrBottomSheet.vue_vue_type_script_lang-c07ed3a1.js → OrBottomSheet.vue_vue_type_script_lang-9d6701ce.js} +18 -61
  116. package/dist/bundled/v3/{OrButton.vue_vue_type_script_lang-7370e903.js → OrButton.vue_vue_type_script_lang-098131d0.js} +1 -1
  117. package/dist/bundled/v3/{OrCardCollection.vue_vue_type_script_lang-b6569f84.js → OrCardCollection.vue_vue_type_script_lang-bc4757dd.js} +3 -3
  118. package/dist/bundled/v3/{OrCheckboxGroup.vue_vue_type_script_lang-72b54d71.js → OrCheckboxGroup.vue_vue_type_script_lang-ff3d450b.js} +1 -1
  119. package/dist/bundled/v3/{OrCheckboxTree.vue_vue_type_script_lang-79be356f.js → OrCheckboxTree.vue_vue_type_script_lang-120abecd.js} +1 -1
  120. package/dist/bundled/v3/{OrCode.vue_vue_type_script_lang-41c3b8e3.js → OrCode.vue_vue_type_script_lang-65a51d44.js} +2 -2
  121. package/dist/bundled/v3/{OrCode.vue_vue_type_script_lang-316f39e6.js → OrCode.vue_vue_type_script_lang-f1380ecb.js} +3 -3
  122. package/dist/bundled/v3/{OrColorPicker.vue_vue_type_script_lang-c54a93bb.js → OrColorPicker.vue_vue_type_script_lang-1a7b89dd.js} +1 -1
  123. package/dist/bundled/v3/{OrConfirm.vue_vue_type_script_lang-09de9e6f.js → OrConfirm.vue_vue_type_script_lang-44206a89.js} +2 -2
  124. package/dist/bundled/v3/{OrConfirm.vue_vue_type_script_lang-2bcf9fd1.js → OrConfirm.vue_vue_type_script_lang-73aa938c.js} +4 -4
  125. package/dist/bundled/v3/{OrDatePicker.vue_vue_type_script_lang-fbd95665.js → OrDatePicker.vue_vue_type_script_lang-9c41e3f9.js} +4 -4
  126. package/dist/bundled/v3/{OrDateTimePicker.vue_vue_type_script_lang-7dbc5de3.js → OrDateTimePicker.vue_vue_type_script_lang-32107a94.js} +5 -5
  127. package/dist/bundled/v3/{OrDateTimePicker.vue_vue_type_script_lang-4ab13138.js → OrDateTimePicker.vue_vue_type_script_lang-522aa936.js} +1 -1
  128. package/dist/bundled/v3/{OrDateTimePickerMonthSelect-95e33ca0.js → OrDateTimePickerMonthSelect-c1711d61.js} +3 -3
  129. package/dist/bundled/v3/{OrDateTimePickerPopoverHeader-4959231c.js → OrDateTimePickerPopoverHeader-dec42484.js} +1 -1
  130. package/dist/bundled/v3/{OrDateTimePickerTimeSelect-b8cc72af.js → OrDateTimePickerTimeSelect-ae24d04e.js} +1 -1
  131. package/dist/bundled/v3/{OrIconButton.vue_vue_type_script_lang-590899a3.js → OrIconButton.vue_vue_type_script_lang-4bf3ae40.js} +1 -1
  132. package/dist/bundled/v3/{OrInlineInput.vue_vue_type_script_lang-c05c08e4.js → OrInlineInput.vue_vue_type_script_lang-43321b2b.js} +1 -1
  133. package/dist/bundled/v3/{OrInlineTextEdit.vue_vue_type_script_lang-1d5b659d.js → OrInlineTextEdit.vue_vue_type_script_lang-34edf215.js} +1 -1
  134. package/dist/bundled/v3/{OrInlineTextarea.vue_vue_type_script_lang-849178e7.js → OrInlineTextarea.vue_vue_type_script_lang-db4f0a3b.js} +1 -1
  135. package/dist/bundled/v3/{OrInput.vue_vue_type_script_lang-04e7774f.js → OrInput.vue_vue_type_script_lang-d64bda8a.js} +2 -2
  136. package/dist/bundled/v3/{OrLoader.vue_vue_type_script_lang-a21dc976.js → OrLoader.vue_vue_type_script_lang-0395ad21.js} +1 -1
  137. package/dist/bundled/v3/{OrMenu.vue_vue_type_script_lang-5e1d4d75.js → OrMenu.vue_vue_type_script_lang-021144d0.js} +1 -1
  138. package/dist/bundled/v3/{OrModal.vue_vue_type_script_lang-cd3867cf.js → OrModal.vue_vue_type_script_lang-00d3feb3.js} +1 -1
  139. package/dist/bundled/v3/{OrModal.vue_vue_type_script_lang-88fa589e.js → OrModal.vue_vue_type_script_lang-2c5c049e.js} +2 -2
  140. package/dist/bundled/v3/{OrNotification.vue_vue_type_script_lang-53e82265.js → OrNotification.vue_vue_type_script_lang-c17521c0.js} +1 -1
  141. package/dist/bundled/v3/{OrOverflowMenu.vue_vue_type_script_lang-92b1192f.js → OrOverflowMenu.vue_vue_type_script_lang-29b25a03.js} +1 -1
  142. package/dist/bundled/v3/{OrOverlay.vue_vue_type_script_lang-9036d75d.js → OrOverlay.vue_vue_type_script_lang-01c9e89b.js} +1 -1
  143. package/dist/bundled/v3/{OrPagination.vue_vue_type_script_lang-a4a67a47.js → OrPagination.vue_vue_type_script_lang-c36afcb9.js} +2 -2
  144. package/dist/bundled/v3/{OrPassword.vue_vue_type_script_lang-a1e95694.js → OrPassword.vue_vue_type_script_lang-aa4277de.js} +1 -1
  145. package/dist/bundled/v3/{OrPopover.vue_vue_type_script_lang-24f2bc49.js → OrPopover.vue_vue_type_script_lang-26dd5475.js} +2 -2
  146. package/dist/bundled/v3/{OrProgress.vue_vue_type_script_lang-2d5ead47.js → OrProgress.vue_vue_type_script_lang-5573d34e.js} +1 -1
  147. package/dist/bundled/v3/{OrSearch.vue_vue_type_script_lang-a9d66616.js → OrSearch.vue_vue_type_script_lang-07373511.js} +1 -1
  148. package/dist/bundled/v3/{OrSelect.vue_vue_type_script_lang-1d7d513d.js → OrSelect.vue_vue_type_script_lang-2516881b.js} +1 -1
  149. package/dist/bundled/v3/{OrSelect.vue_vue_type_script_lang-29577967.js → OrSelect.vue_vue_type_script_lang-9acc1912.js} +4 -4
  150. package/dist/bundled/v3/{OrSidebar.vue_vue_type_script_lang-c5ba93ca.js → OrSidebar.vue_vue_type_script_lang-8186b9bc.js} +2 -2
  151. package/dist/bundled/v3/{OrSidebar.vue_vue_type_script_lang-cac8e5b7.js → OrSidebar.vue_vue_type_script_lang-81941fe6.js} +1 -1
  152. package/dist/bundled/v3/{OrSlider.vue_vue_type_script_lang-2623e261.js → OrSlider.vue_vue_type_script_lang-dae8cea8.js} +1 -1
  153. package/dist/bundled/v3/{OrSorting.vue_vue_type_script_lang-bacfeefa.js → OrSorting.vue_vue_type_script_lang-c12a13b0.js} +2 -2
  154. package/dist/bundled/v3/{OrSwitch.vue_vue_type_script_lang-2014e70b.js → OrSwitch.vue_vue_type_script_lang-ee55263f.js} +1 -1
  155. package/dist/bundled/v3/{OrTabs.vue_vue_type_script_lang-c2191c3d.js → OrTabs.vue_vue_type_script_lang-e00ea5e2.js} +2 -2
  156. package/dist/bundled/v3/{OrTag.vue_vue_type_script_lang-631bc867.js → OrTag.vue_vue_type_script_lang-35dd9ab6.js} +1 -1
  157. package/dist/bundled/v3/{OrTagInput.vue_vue_type_script_lang-ee7c83eb.js → OrTagInput.vue_vue_type_script_lang-6b584d66.js} +2 -2
  158. package/dist/bundled/v3/{OrTags.vue_vue_type_script_lang-22fcc56b.js → OrTags.vue_vue_type_script_lang-d4e4da50.js} +3 -3
  159. package/dist/bundled/v3/{OrTimePicker.vue_vue_type_script_lang-7be29cfc.js → OrTimePicker.vue_vue_type_script_lang-223d7bb1.js} +4 -4
  160. package/dist/bundled/v3/{OrTooltip.vue_vue_type_script_lang-0b90a2ea.js → OrTooltip.vue_vue_type_script_lang-bfcbc29a.js} +1 -1
  161. package/dist/bundled/v3/{OrTree.vue_vue_type_script_lang-99197964.js → OrTree.vue_vue_type_script_lang-1606b260.js} +1 -1
  162. package/dist/bundled/v3/components/OrBottomSheetV3/OrBottomSheet.js +12 -6
  163. package/dist/bundled/v3/components/OrBottomSheetV3/OrBottomSheet.vue.d.ts +526 -0
  164. package/dist/bundled/v3/components/OrBottomSheetV3/hooks/useBottomSheetSwipeState.d.ts +530 -0
  165. package/dist/bundled/v3/components/OrBottomSheetV3/hooks/useBottomSheetSwipeState.js +75 -0
  166. package/dist/bundled/v3/components/OrBottomSheetV3/index.js +8 -3
  167. package/dist/bundled/v3/components/OrBottomSheetV3/styles.d.ts +1 -0
  168. package/dist/bundled/v3/components/OrBottomSheetV3/styles.js +2 -1
  169. package/dist/bundled/v3/components/OrButtonV3/OrButton.js +4 -4
  170. package/dist/bundled/v3/components/OrButtonV3/index.js +3 -3
  171. package/dist/bundled/v3/components/OrCardCollectionV3/OrCardCollection.js +19 -14
  172. package/dist/bundled/v3/components/OrCardCollectionV3/index.js +18 -13
  173. package/dist/bundled/v3/components/OrCheckboxGroupV3/OrCheckboxGroup.js +6 -6
  174. package/dist/bundled/v3/components/OrCheckboxGroupV3/index.js +5 -5
  175. package/dist/bundled/v3/components/OrCheckboxTreeV3/OrCheckboxTree.js +5 -5
  176. package/dist/bundled/v3/components/OrCheckboxTreeV3/index.js +4 -4
  177. package/dist/bundled/v3/components/OrCode/OrCode.js +4 -4
  178. package/dist/bundled/v3/components/OrCode/index.js +3 -3
  179. package/dist/bundled/v3/components/OrCodeV3/OrCode.js +14 -13
  180. package/dist/bundled/v3/components/OrCodeV3/index.js +13 -12
  181. package/dist/bundled/v3/components/OrColorPicker/OrColorPicker.js +3 -3
  182. package/dist/bundled/v3/components/OrColorPicker/index.js +2 -2
  183. package/dist/bundled/v3/components/OrConfirm/OrConfirm.js +4 -4
  184. package/dist/bundled/v3/components/OrConfirm/index.js +3 -3
  185. package/dist/bundled/v3/components/OrConfirmV3/OrConfirm.js +16 -11
  186. package/dist/bundled/v3/components/OrConfirmV3/index.js +15 -10
  187. package/dist/bundled/v3/components/OrDatePickerV3/OrDatePicker.js +18 -13
  188. package/dist/bundled/v3/components/OrDatePickerV3/index.js +17 -12
  189. package/dist/bundled/v3/components/OrDateTimePicker/OrDateTimePicker.js +3 -3
  190. package/dist/bundled/v3/components/OrDateTimePicker/index.js +2 -2
  191. package/dist/bundled/v3/components/OrDateTimePickerV3/OrDateTimePicker.js +19 -14
  192. package/dist/bundled/v3/components/OrDateTimePickerV3/index.js +18 -13
  193. package/dist/bundled/v3/components/OrIconButtonV3/OrIconButton.js +12 -7
  194. package/dist/bundled/v3/components/OrIconButtonV3/index.js +11 -6
  195. package/dist/bundled/v3/components/OrInlineInputV3/OrInlineInput.js +13 -8
  196. package/dist/bundled/v3/components/OrInlineInputV3/index.js +12 -7
  197. package/dist/bundled/v3/components/OrInlineTextEdit/OrInlineTextEdit.js +3 -3
  198. package/dist/bundled/v3/components/OrInlineTextEdit/index.js +2 -2
  199. package/dist/bundled/v3/components/OrInlineTextareaV3/OrInlineTextarea.js +13 -8
  200. package/dist/bundled/v3/components/OrInlineTextareaV3/index.js +12 -7
  201. package/dist/bundled/v3/components/OrInputV3/OrInput.js +14 -9
  202. package/dist/bundled/v3/components/OrInputV3/index.js +13 -8
  203. package/dist/bundled/v3/components/OrLoaderV3/OrLoader.js +3 -3
  204. package/dist/bundled/v3/components/OrLoaderV3/index.js +2 -2
  205. package/dist/bundled/v3/components/OrMenuV3/OrMenu.js +11 -6
  206. package/dist/bundled/v3/components/OrMenuV3/index.js +10 -5
  207. package/dist/bundled/v3/components/OrModal/OrModal.js +3 -3
  208. package/dist/bundled/v3/components/OrModal/index.js +2 -2
  209. package/dist/bundled/v3/components/OrModalV3/OrModal.js +13 -8
  210. package/dist/bundled/v3/components/OrModalV3/index.js +12 -7
  211. package/dist/bundled/v3/components/OrNotificationV3/OrNotification.js +13 -8
  212. package/dist/bundled/v3/components/OrNotificationV3/index.js +12 -7
  213. package/dist/bundled/v3/components/OrOverflowMenu/OrOverflowMenu.js +3 -3
  214. package/dist/bundled/v3/components/OrOverflowMenu/index.js +2 -2
  215. package/dist/bundled/v3/components/OrOverlayV3/OrOverlay.js +3 -3
  216. package/dist/bundled/v3/components/OrOverlayV3/index.js +2 -2
  217. package/dist/bundled/v3/components/OrPaginationV3/OrPagination.js +14 -9
  218. package/dist/bundled/v3/components/OrPaginationV3/index.js +13 -8
  219. package/dist/bundled/v3/components/OrPassword/OrPassword.js +3 -3
  220. package/dist/bundled/v3/components/OrPassword/index.js +2 -2
  221. package/dist/bundled/v3/components/OrPopoverV3/OrPopover.js +10 -5
  222. package/dist/bundled/v3/components/OrPopoverV3/index.js +9 -4
  223. package/dist/bundled/v3/components/OrProgressV3/OrProgress.js +3 -3
  224. package/dist/bundled/v3/components/OrProgressV3/index.js +2 -2
  225. package/dist/bundled/v3/components/OrSearchV3/OrSearch.js +15 -10
  226. package/dist/bundled/v3/components/OrSearchV3/index.js +14 -9
  227. package/dist/bundled/v3/components/OrSelect/OrSelect.js +3 -3
  228. package/dist/bundled/v3/components/OrSelect/index.js +2 -2
  229. package/dist/bundled/v3/components/OrSelectV3/OrSelect.js +16 -11
  230. package/dist/bundled/v3/components/OrSelectV3/index.js +15 -10
  231. package/dist/bundled/v3/components/OrSidebar/OrSidebar.js +3 -3
  232. package/dist/bundled/v3/components/OrSidebar/index.js +2 -2
  233. package/dist/bundled/v3/components/OrSidebarV3/OrSidebar.js +13 -8
  234. package/dist/bundled/v3/components/OrSidebarV3/index.js +12 -7
  235. package/dist/bundled/v3/components/OrSlider/OrSlider.js +3 -3
  236. package/dist/bundled/v3/components/OrSlider/index.js +2 -2
  237. package/dist/bundled/v3/components/OrSortingV3/OrSorting.js +14 -9
  238. package/dist/bundled/v3/components/OrSortingV3/index.js +13 -8
  239. package/dist/bundled/v3/components/OrSwitchV3/OrSwitch.js +4 -4
  240. package/dist/bundled/v3/components/OrSwitchV3/index.js +3 -3
  241. package/dist/bundled/v3/components/OrTabsV3/OrTabs.js +12 -7
  242. package/dist/bundled/v3/components/OrTabsV3/index.js +11 -6
  243. package/dist/bundled/v3/components/OrTagInputV3/OrTagInput.js +17 -12
  244. package/dist/bundled/v3/components/OrTagInputV3/index.js +16 -11
  245. package/dist/bundled/v3/components/OrTagV3/OrTag.js +13 -8
  246. package/dist/bundled/v3/components/OrTagV3/index.js +12 -7
  247. package/dist/bundled/v3/components/OrTagsV3/OrTags.js +16 -11
  248. package/dist/bundled/v3/components/OrTagsV3/index.js +15 -10
  249. package/dist/bundled/v3/components/OrTimePickerV3/OrTimePicker.js +17 -12
  250. package/dist/bundled/v3/components/OrTimePickerV3/index.js +16 -11
  251. package/dist/bundled/v3/components/OrToast/composable/index.js +1 -1
  252. package/dist/bundled/v3/components/OrToast/composable/useToast.js +1 -1
  253. package/dist/bundled/v3/components/OrToast/composable/useToastEventBus.js +1 -1
  254. package/dist/bundled/v3/components/OrToast/index.js +2 -2
  255. package/dist/bundled/v3/components/OrToastContainer/OrToastContainer.js +3 -3
  256. package/dist/bundled/v3/components/OrToastContainer/index.js +2 -2
  257. package/dist/bundled/v3/components/OrToastContainerV3/OrToastContainer.js +14 -9
  258. package/dist/bundled/v3/components/OrToastContainerV3/index.js +13 -8
  259. package/dist/bundled/v3/components/OrToastV3/OrToast.js +12 -7
  260. package/dist/bundled/v3/components/OrToastV3/composable/index.js +1 -1
  261. package/dist/bundled/v3/components/OrToastV3/composable/useToast.js +1 -1
  262. package/dist/bundled/v3/components/OrToastV3/composable/useToastEventBus.js +1 -1
  263. package/dist/bundled/v3/components/OrToastV3/index.js +13 -8
  264. package/dist/bundled/v3/components/OrTooltipV3/OrTooltip.js +11 -6
  265. package/dist/bundled/v3/components/OrTooltipV3/index.js +10 -5
  266. package/dist/bundled/v3/components/OrTreeV3/OrTree.js +5 -5
  267. package/dist/bundled/v3/components/OrTreeV3/index.js +4 -4
  268. package/dist/bundled/v3/components/index.js +54 -53
  269. package/dist/bundled/v3/hooks/index.js +1 -1
  270. package/dist/bundled/v3/hooks/useOverflow.js +1 -1
  271. package/dist/bundled/v3/hooks/useResponsive/index.js +1 -1
  272. package/dist/bundled/v3/hooks/useResponsive/useResponsive.js +1 -1
  273. package/dist/bundled/v3/{index-e11e05e2.js → index-929e224a.js} +2 -2
  274. package/dist/bundled/v3/index.js +51 -50
  275. package/dist/esm/v2/{OrBottomSheet-4a78742a.js → OrBottomSheet-67e6d85e.js} +85 -61
  276. package/dist/esm/v2/{OrCardCollection-ed87aa1c.js → OrCardCollection-ca6d1e3c.js} +3 -3
  277. package/dist/esm/v2/{OrCode-1f55e2bf.js → OrCode-996daa11.js} +2 -2
  278. package/dist/esm/v2/{OrConfirm-ac1c3938.js → OrConfirm-e4f8c958.js} +1 -1
  279. package/dist/esm/v2/{OrDatePicker-566f983c.js → OrDatePicker-20d1ed3e.js} +3 -3
  280. package/dist/esm/v2/{OrDateTimePicker-2acbba82.js → OrDateTimePicker-42c99a26.js} +1 -1
  281. package/dist/esm/v2/{OrDateTimePicker.vue_rollup-plugin-vue_script-42274298.js → OrDateTimePicker.vue_rollup-plugin-vue_script-64817206.js} +3 -3
  282. package/dist/esm/v2/{OrDateTimePickerPopoverHeader-cbc0db61.js → OrDateTimePickerPopoverHeader-dd9de00f.js} +3 -3
  283. package/dist/esm/v2/{OrIconButton-c7400430.js → OrIconButton-85a6de2c.js} +2 -2
  284. package/dist/esm/v2/{OrInlineInput-76e293b3.js → OrInlineInput-2b7f5745.js} +1 -1
  285. package/dist/esm/v2/{OrInlineTextarea-25779658.js → OrInlineTextarea-281064ab.js} +1 -1
  286. package/dist/esm/v2/{OrInput-41603455.js → OrInput-a7e317b8.js} +1 -1
  287. package/dist/esm/v2/{OrMenu-df584a8c.js → OrMenu-54d6a7a5.js} +1 -1
  288. package/dist/esm/v2/{OrModal-773fe75c.js → OrModal-5626eeee.js} +1 -1
  289. package/dist/esm/v2/{OrNotification-a279c8a6.js → OrNotification-b0fb0d4f.js} +1 -1
  290. package/dist/esm/v2/{OrPagination-a5db10f7.js → OrPagination-11d363f2.js} +2 -2
  291. package/dist/esm/v2/{OrPopover-018274a5.js → OrPopover-c511273a.js} +1 -1
  292. package/dist/esm/v2/{OrSearch-d5b51596.js → OrSearch-7ad39657.js} +1 -1
  293. package/dist/esm/v2/{OrSelect-46809ad0.js → OrSelect-0bd57cba.js} +4 -4
  294. package/dist/esm/v2/{OrSidebar-90ba92ed.js → OrSidebar-74f719fc.js} +1 -1
  295. package/dist/esm/v2/{OrSidebarCollapseButton-1d4a5907.js → OrSidebarCollapseButton-07d12eb4.js} +1 -1
  296. package/dist/esm/v2/{OrSorting-3ce7e017.js → OrSorting-ef99ef70.js} +2 -2
  297. package/dist/esm/v2/{OrTabs-45e6ad4d.js → OrTabs-b8a92669.js} +2 -2
  298. package/dist/esm/v2/{OrTag-47b9111c.js → OrTag-b6125507.js} +1 -1
  299. package/dist/esm/v2/{OrTagInput-d9ea325e.js → OrTagInput-f2ddcc97.js} +2 -2
  300. package/dist/esm/v2/{OrTags-6bf4fb3a.js → OrTags-b7d9e52c.js} +2 -2
  301. package/dist/esm/v2/{OrTimePicker-658ac979.js → OrTimePicker-9312df72.js} +4 -4
  302. package/dist/esm/v2/{OrTooltip-4c6e799d.js → OrTooltip-7a9861a2.js} +1 -1
  303. package/dist/esm/v2/components/index.js +30 -30
  304. package/dist/esm/v2/components/or-bottom-sheet-v3/OrBottomSheet.vue.d.ts +1052 -0
  305. package/dist/esm/v2/components/or-bottom-sheet-v3/hooks/useBottomSheetSwipeState.d.ts +530 -0
  306. package/dist/esm/v2/components/or-bottom-sheet-v3/index.js +2 -1
  307. package/dist/esm/v2/components/or-bottom-sheet-v3/styles.d.ts +1 -0
  308. package/dist/esm/v2/components/or-card-collection-v3/index.js +10 -9
  309. package/dist/esm/v2/components/or-code-v3/index.js +6 -6
  310. package/dist/esm/v2/components/or-confirm-v3/index.js +7 -6
  311. package/dist/esm/v2/components/or-date-picker-v3/index.js +8 -7
  312. package/dist/esm/v2/components/or-date-time-picker-v3/index.js +9 -8
  313. package/dist/esm/v2/components/or-icon-button-v3/index.js +5 -4
  314. package/dist/esm/v2/components/or-inline-input-v3/index.js +6 -5
  315. package/dist/esm/v2/components/or-inline-textarea-v3/index.js +6 -5
  316. package/dist/esm/v2/components/or-input-v3/index.js +6 -5
  317. package/dist/esm/v2/components/or-menu-v3/index.js +4 -3
  318. package/dist/esm/v2/components/or-modal-v3/index.js +6 -5
  319. package/dist/esm/v2/components/or-notification-v3/index.js +6 -5
  320. package/dist/esm/v2/components/or-pagination-v3/index.js +5 -4
  321. package/dist/esm/v2/components/or-popover-v3/index.js +3 -2
  322. package/dist/esm/v2/components/or-search-v3/index.js +7 -6
  323. package/dist/esm/v2/components/or-select-v3/index.js +8 -7
  324. package/dist/esm/v2/components/or-sidebar-v3/index.js +7 -6
  325. package/dist/esm/v2/components/or-sidebar-v3/partials/index.js +6 -5
  326. package/dist/esm/v2/components/or-sorting-v3/index.js +5 -4
  327. package/dist/esm/v2/components/or-tabs-v3/index.js +5 -4
  328. package/dist/esm/v2/components/or-tag-input-v3/index.js +8 -7
  329. package/dist/esm/v2/components/or-tag-v3/index.js +6 -5
  330. package/dist/esm/v2/components/or-tags-v3/index.js +7 -6
  331. package/dist/esm/v2/components/or-time-picker-v3/index.js +9 -8
  332. package/dist/esm/v2/components/or-toast-v3/index.js +6 -5
  333. package/dist/esm/v2/components/or-toast-v3/or-toast-container-v3/index.js +6 -5
  334. package/dist/esm/v2/components/or-tooltip-v3/index.js +4 -3
  335. package/dist/esm/v2/index.js +29 -29
  336. package/dist/esm/v2/{types-1dea2823.js → types-dab9146d.js} +1 -1
  337. package/dist/esm/v3/{OrBottomSheet-2d3d91ef.js → OrBottomSheet-efca7190.js} +85 -61
  338. package/dist/esm/v3/{OrCardCollection-6352565a.js → OrCardCollection-0adc842d.js} +3 -3
  339. package/dist/esm/v3/{OrCode-01a2a0fe.js → OrCode-a252b73f.js} +2 -2
  340. package/dist/esm/v3/{OrConfirm-646b9ec3.js → OrConfirm-e3e225b3.js} +1 -1
  341. package/dist/esm/v3/{OrDatePicker-6349f608.js → OrDatePicker-6993440a.js} +3 -3
  342. package/dist/esm/v3/{OrDateTimePicker-d843ed5f.js → OrDateTimePicker-fd642cb1.js} +3 -3
  343. package/dist/esm/v3/{OrDateTimePickerPopoverHeader-3c26fc72.js → OrDateTimePickerPopoverHeader-ece5b2a7.js} +3 -3
  344. package/dist/esm/v3/{OrIconButton-81bade23.js → OrIconButton-fe133b18.js} +2 -2
  345. package/dist/esm/v3/{OrInlineInput-42f6e95a.js → OrInlineInput-7342053f.js} +1 -1
  346. package/dist/esm/v3/{OrInlineTextarea-651c67e6.js → OrInlineTextarea-10657b96.js} +1 -1
  347. package/dist/esm/v3/{OrInput-eb04fa3a.js → OrInput-5ffebd41.js} +1 -1
  348. package/dist/esm/v3/{OrMenu-eff42b15.js → OrMenu-20ca3870.js} +1 -1
  349. package/dist/esm/v3/{OrModal-d2038c15.js → OrModal-3ebc1346.js} +1 -1
  350. package/dist/esm/v3/{OrNotification-ec688496.js → OrNotification-78f567b4.js} +1 -1
  351. package/dist/esm/v3/{OrPagination-7168b18f.js → OrPagination-9bd81a94.js} +2 -2
  352. package/dist/esm/v3/{OrPopover-56ba40ab.js → OrPopover-6d433297.js} +1 -1
  353. package/dist/esm/v3/{OrSearch-47b052ea.js → OrSearch-94019f8b.js} +1 -1
  354. package/dist/esm/v3/{OrSelect-2d638c3f.js → OrSelect-48f2374c.js} +4 -4
  355. package/dist/esm/v3/{OrSidebar-9281e0d5.js → OrSidebar-5da9646b.js} +1 -1
  356. package/dist/esm/v3/{OrSidebarCollapseButton-69e7cc73.js → OrSidebarCollapseButton-d7bc8075.js} +1 -1
  357. package/dist/esm/v3/{OrSorting-a4247ad1.js → OrSorting-012e0c6b.js} +2 -2
  358. package/dist/esm/v3/{OrTabs-78f2d777.js → OrTabs-54c48a61.js} +2 -2
  359. package/dist/esm/v3/{OrTag-8f452a85.js → OrTag-499c45e1.js} +1 -1
  360. package/dist/esm/v3/{OrTagInput-d6794a18.js → OrTagInput-9c53b28c.js} +2 -2
  361. package/dist/esm/v3/{OrTags-77d33257.js → OrTags-e56deb73.js} +2 -2
  362. package/dist/esm/v3/{OrTimePicker-6a6781dc.js → OrTimePicker-dc9a10d5.js} +4 -4
  363. package/dist/esm/v3/{OrTooltip-bd35ec20.js → OrTooltip-2422971c.js} +1 -1
  364. package/dist/esm/v3/components/index.js +29 -29
  365. package/dist/esm/v3/components/or-bottom-sheet-v3/OrBottomSheet.vue.d.ts +526 -0
  366. package/dist/esm/v3/components/or-bottom-sheet-v3/hooks/useBottomSheetSwipeState.d.ts +530 -0
  367. package/dist/esm/v3/components/or-bottom-sheet-v3/index.js +2 -1
  368. package/dist/esm/v3/components/or-bottom-sheet-v3/styles.d.ts +1 -0
  369. package/dist/esm/v3/components/or-card-collection-v3/index.js +10 -9
  370. package/dist/esm/v3/components/or-code-v3/index.js +6 -6
  371. package/dist/esm/v3/components/or-confirm-v3/index.js +7 -6
  372. package/dist/esm/v3/components/or-date-picker-v3/index.js +8 -7
  373. package/dist/esm/v3/components/or-date-time-picker-v3/index.js +8 -7
  374. package/dist/esm/v3/components/or-icon-button-v3/index.js +5 -4
  375. package/dist/esm/v3/components/or-inline-input-v3/index.js +6 -5
  376. package/dist/esm/v3/components/or-inline-textarea-v3/index.js +6 -5
  377. package/dist/esm/v3/components/or-input-v3/index.js +6 -5
  378. package/dist/esm/v3/components/or-menu-v3/index.js +4 -3
  379. package/dist/esm/v3/components/or-modal-v3/index.js +6 -5
  380. package/dist/esm/v3/components/or-notification-v3/index.js +6 -5
  381. package/dist/esm/v3/components/or-pagination-v3/index.js +5 -4
  382. package/dist/esm/v3/components/or-popover-v3/index.js +3 -2
  383. package/dist/esm/v3/components/or-search-v3/index.js +7 -6
  384. package/dist/esm/v3/components/or-select-v3/index.js +8 -7
  385. package/dist/esm/v3/components/or-sidebar-v3/index.js +7 -6
  386. package/dist/esm/v3/components/or-sidebar-v3/partials/index.js +6 -5
  387. package/dist/esm/v3/components/or-sorting-v3/index.js +5 -4
  388. package/dist/esm/v3/components/or-tabs-v3/index.js +5 -4
  389. package/dist/esm/v3/components/or-tag-input-v3/index.js +8 -7
  390. package/dist/esm/v3/components/or-tag-v3/index.js +6 -5
  391. package/dist/esm/v3/components/or-tags-v3/index.js +7 -6
  392. package/dist/esm/v3/components/or-time-picker-v3/index.js +9 -8
  393. package/dist/esm/v3/components/or-toast-v3/index.js +6 -5
  394. package/dist/esm/v3/components/or-toast-v3/or-toast-container-v3/index.js +6 -5
  395. package/dist/esm/v3/components/or-tooltip-v3/index.js +4 -3
  396. package/dist/esm/v3/index.js +28 -28
  397. package/dist/esm/v3/{types-ec6fbd22.js → types-a369627d.js} +1 -1
  398. package/package.json +2 -3
  399. package/src/components/or-bottom-sheet-v3/OrBottomSheet.vue +33 -83
  400. package/src/components/or-bottom-sheet-v3/hooks/useBottomSheetSwipeState.ts +87 -0
  401. package/src/components/or-bottom-sheet-v3/styles.ts +4 -0
  402. /package/dist/bundled/v2/{OrDateTimePickerMonthSelect-2026c46d.js → OrDateTimePickerMonthSelect-8792b53f.js} +0 -0
  403. /package/dist/bundled/v2/{OrDateTimePickerPopoverHeader-52a99e6a.js → OrDateTimePickerPopoverHeader-03768809.js} +0 -0
  404. /package/dist/bundled/v2/{OrDateTimePickerTimeSelect-8851268e.js → OrDateTimePickerTimeSelect-4d42b488.js} +0 -0
  405. /package/dist/bundled/v3/{OrToastContainer.vue_vue_type_script_lang-4a96c4eb.js → OrToastContainer.vue_vue_type_script_lang-312fedf8.js} +0 -0
  406. /package/dist/bundled/v3/{OrToastContainer.vue_vue_type_script_lang-9b7eba9b.js → OrToastContainer.vue_vue_type_script_lang-3ec83f08.js} +0 -0
@@ -1,4 +1,4 @@
1
- export { a as OrToastContainerV3, _ as OrToastV3, t as TypesV3 } from '../../types-1dea2823.js';
1
+ export { a as OrToastContainerV3, _ as OrToastV3, t as TypesV3 } from '../../types-dab9146d.js';
2
2
  export { p as PropsV3, a as useQueueV3, u as useToastV3 } from '../../useToast-a1332cc2.js';
3
3
  import '@vueuse/core';
4
4
  import 'vue-demi';
@@ -8,14 +8,15 @@ import 'tailwindcss/resolveConfig';
8
8
  import '../../OrTeleport.vue2-424c7f33.js';
9
9
  import 'portal-vue';
10
10
  import '../../normalize-component-6e8e3d80.js';
11
- import '../../OrIconButton-c7400430.js';
11
+ import '../../OrIconButton-85a6de2c.js';
12
12
  import '../../OrIcon-d35a84d8.js';
13
- import '../../OrTooltip-4c6e799d.js';
13
+ import '../../OrTooltip-7a9861a2.js';
14
14
  import '../../usePopoverState-b92c698b.js';
15
- import '../../OrPopover-018274a5.js';
15
+ import '../../OrPopover-c511273a.js';
16
16
  import '@floating-ui/dom';
17
17
  import '../../useResponsive-a02e95b7.js';
18
- import '../../OrBottomSheet-4a78742a.js';
18
+ import '../../OrBottomSheet-67e6d85e.js';
19
19
  import '../../OrOverlay-948346df.js';
20
+ import '../../useTheme-e23d13c8.js';
20
21
  import '../../OrLoader-b0c381f9.js';
21
22
  import '../../style-inject.es-4c6f2515.js';
@@ -1,4 +1,4 @@
1
- export { a as OrToastContainerV3, t as TypesV3 } from '../../../types-1dea2823.js';
1
+ export { a as OrToastContainerV3, t as TypesV3 } from '../../../types-dab9146d.js';
2
2
  export { p as PropsV3, a as useQueueV3, u as useToastV3 } from '../../../useToast-a1332cc2.js';
3
3
  import '@vueuse/core';
4
4
  import 'vue-demi';
@@ -8,14 +8,15 @@ import 'tailwindcss/resolveConfig';
8
8
  import '../../../OrTeleport.vue2-424c7f33.js';
9
9
  import 'portal-vue';
10
10
  import '../../../normalize-component-6e8e3d80.js';
11
- import '../../../OrIconButton-c7400430.js';
11
+ import '../../../OrIconButton-85a6de2c.js';
12
12
  import '../../../OrIcon-d35a84d8.js';
13
- import '../../../OrTooltip-4c6e799d.js';
13
+ import '../../../OrTooltip-7a9861a2.js';
14
14
  import '../../../usePopoverState-b92c698b.js';
15
- import '../../../OrPopover-018274a5.js';
15
+ import '../../../OrPopover-c511273a.js';
16
16
  import '@floating-ui/dom';
17
17
  import '../../../useResponsive-a02e95b7.js';
18
- import '../../../OrBottomSheet-4a78742a.js';
18
+ import '../../../OrBottomSheet-67e6d85e.js';
19
19
  import '../../../OrOverlay-948346df.js';
20
+ import '../../../useTheme-e23d13c8.js';
20
21
  import '../../../OrLoader-b0c381f9.js';
21
22
  import '../../../style-inject.es-4c6f2515.js';
@@ -1,5 +1,5 @@
1
- export { _ as OrTooltipV3 } from '../../OrTooltip-4c6e799d.js';
2
- export { P as TooltipPlacement } from '../../OrPopover-018274a5.js';
1
+ export { _ as OrTooltipV3 } from '../../OrTooltip-7a9861a2.js';
2
+ export { P as TooltipPlacement } from '../../OrPopover-c511273a.js';
3
3
  import 'vue-demi';
4
4
  import '@vueuse/core';
5
5
  import '../../usePopoverState-b92c698b.js';
@@ -9,7 +9,8 @@ import '../../normalize-component-6e8e3d80.js';
9
9
  import '@floating-ui/dom';
10
10
  import '../../useElevation-a50ec347.js';
11
11
  import '../../useResponsive-a02e95b7.js';
12
- import '../../OrBottomSheet-4a78742a.js';
12
+ import '../../OrBottomSheet-67e6d85e.js';
13
13
  import '../../OrOverlay-948346df.js';
14
14
  import '../../OrTeleport.vue2-424c7f33.js';
15
15
  import 'portal-vue';
16
+ import '../../useTheme-e23d13c8.js';
@@ -1,6 +1,6 @@
1
1
  export { O as OR_AVATAR_SIZE, _ as OrAvatar } from './OrAvatar-2d73ca2c.js';
2
2
  export { a as AvatarColor, A as AvatarSize, _ as OrAvatarV3 } from './OrAvatar-d1c82ab9.js';
3
- export { B as BottomSheetVariant, _ as OrBottomSheetV3 } from './OrBottomSheet-4a78742a.js';
3
+ export { B as BottomSheetVariant, _ as OrBottomSheetV3 } from './OrBottomSheet-67e6d85e.js';
4
4
  export { _ as OrButton, a as OrButtonColors, b as OrButtonSizes, O as OrButtonViews } from './OrButton-dc23a0b5.js';
5
5
  export { _ as OrButtonV2 } from './OrButton-f189b59b.js';
6
6
  export { _ as OrIconButton, _ as OrIconButtonV2 } from './OrIconButton-257b38f2.js';
@@ -8,7 +8,7 @@ export { a as BUTTON_COLOR, c as BUTTON_LOADER_TYPE, b as BUTTON_SIZE, B as BUTT
8
8
  export { a as ButtonColor, b as ButtonType, B as ButtonVariant, _ as OrButtonV3 } from './OrButton-9622e713.js';
9
9
  export { _ as OrCard } from './OrCard-c44d9783.js';
10
10
  export { C as CARD_COLLECTION_LAYOUT, _ as OrCardCollection } from './OrCardCollection-bea023f8.js';
11
- export { D as DefaultCardCollectionViews, _ as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from './OrCardCollection-ed87aa1c.js';
11
+ export { D as DefaultCardCollectionViews, _ as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from './OrCardCollection-ca6d1e3c.js';
12
12
  export { _ as OrCardV3 } from './OrCard-0da13cbe.js';
13
13
  export { _ as OrCheckbox } from './OrCheckbox-fcd6b64c.js';
14
14
  export { _ as OrCheckboxGroupV3 } from './OrCheckboxGroup-eda833b1.js';
@@ -17,18 +17,18 @@ export { _ as OrCheckboxV3 } from './OrCheckbox-db66b4ea.js';
17
17
  export { _ as OrChip } from './OrChip-6cae6dab.js';
18
18
  export { _ as OrChips } from './OrChips-dd82c2b6.js';
19
19
  export { _ as OrCode, O as OrCodeLanguages } from './OrCode-34234c09.js';
20
- export { C as CodeLanguage, _ as OrCodeV3 } from './OrCode-1f55e2bf.js';
20
+ export { C as CodeLanguage, _ as OrCodeV3 } from './OrCode-996daa11.js';
21
21
  export { _ as OrCollapse } from './OrCollapse-9d22b072.js';
22
22
  export { _ as OrColorPicker, h as amber, n as black, b as blue, m as blueGrey, k as brown, c as cyan, j as deepOrange, d as deepPurple, g as green, i as indigo, l as lightBlue, e as lightGreen, f as lime, o as orange, p as pink, a as purple, r as red, t as teal, w as white, y as yellow } from './OrColorPicker-7a4f2fcb.js';
23
23
  export { _ as OrCombinedInputV3 } from './OrCombinedInput-45187323.js';
24
24
  export { _ as OrInputBoxV3 } from './OrInputBox-7dc5b9e9.js';
25
25
  export { I as CombinedInputSize, I as DatePickerSize, I as DateTimePickerSize, I as InputBoxSize, a as InputBoxVariant, I as InputSize, I as SearchSize, I as SelectSize, I as TagInputSize, I as TextareaSize, I as TimePickerSize } from './OrInputBox.vue_rollup-plugin-vue_script-4fde9829.js';
26
26
  export { _ as OrConfirm } from './OrConfirm-807585ea.js';
27
- export { C as ConfirmType, _ as OrConfirmV3 } from './OrConfirm-ac1c3938.js';
28
- export { _ as OrDatePickerV3 } from './OrDatePicker-566f983c.js';
27
+ export { C as ConfirmType, _ as OrConfirmV3 } from './OrConfirm-e4f8c958.js';
28
+ export { _ as OrDatePickerV3 } from './OrDatePicker-20d1ed3e.js';
29
29
  export { D as DEFAULT_TEXT, _ as OrDateTimePicker, a as OrDateTimePickerItemTypes, O as OrDateTimePickerTypes } from './OrDateTimePicker-7f4ecc89.js';
30
- export { _ as OrDateTimePickerV3 } from './OrDateTimePicker-2acbba82.js';
31
- export { D as DateTimePickerTimeFormat, D as TimePickerFormat } from './OrDateTimePicker.vue_rollup-plugin-vue_script-42274298.js';
30
+ export { _ as OrDateTimePickerV3 } from './OrDateTimePicker-42c99a26.js';
31
+ export { D as DateTimePickerTimeFormat, D as TimePickerFormat } from './OrDateTimePicker.vue_rollup-plugin-vue_script-64817206.js';
32
32
  export { E as EmptyStateSize, _ as OrEmptyStateV3 } from './OrEmptyState-2d3fd68d.js';
33
33
  export { _ as OrError } from './OrError-efc74907.js';
34
34
  export { _ as OrErrorTagV3 } from './OrErrorTag-a55ae01a.js';
@@ -40,14 +40,14 @@ export { F as FormGroupDirection, _ as OrFormGroupV3 } from './OrFormGroup-29a51
40
40
  export { _ as OrHint } from './OrHint-7eadc91e.js';
41
41
  export { _ as OrHintV3 } from './OrHint-aa221198.js';
42
42
  export { _ as OrIcon, O as OrIconColors, a as OrIconType } from './OrIcon-d26e8a1e.js';
43
- export { I as IconButtonColor, _ as OrIconButtonV3 } from './OrIconButton-c7400430.js';
43
+ export { I as IconButtonColor, _ as OrIconButtonV3 } from './OrIconButton-85a6de2c.js';
44
44
  export { I as IconButtonSize, I as IconSize, a as IconVariant, _ as OrIconV3 } from './OrIcon-d35a84d8.js';
45
45
  export { I as InlineInputBoxSize, I as InlineInputSize, _ as OrInlineInputBoxV3 } from './OrInlineInputBox-19b49ee6.js';
46
- export { I as InlineInputType, _ as OrInlineInputV3 } from './OrInlineInput-76e293b3.js';
46
+ export { I as InlineInputType, _ as OrInlineInputV3 } from './OrInlineInput-2b7f5745.js';
47
47
  export { a as InlineTextEditTrimmingTypes, I as InlineTextEditTypes, _ as OrInlineTextEdit } from './OrInlineTextEdit-2ec8a8b4.js';
48
- export { _ as OrInlineTextareaV3 } from './OrInlineTextarea-25779658.js';
48
+ export { _ as OrInlineTextareaV3 } from './OrInlineTextarea-281064ab.js';
49
49
  export { _ as OrInput } from './OrInput-7a12709e.js';
50
- export { I as InputType, _ as OrInputV3 } from './OrInput-41603455.js';
50
+ export { I as InputType, _ as OrInputV3 } from './OrInput-a7e317b8.js';
51
51
  export { _ as OrLabel } from './OrLabel-fcceec1b.js';
52
52
  export { L as LabelVariant, _ as OrLabelV3 } from './OrLabel-63380256.js';
53
53
  export { L as LinkColor, _ as OrLinkV3 } from './OrLink-cf3a0091.js';
@@ -56,17 +56,17 @@ export { _ as OrListOfInputs } from './OrListOfInputs-1eaeb7e9.js';
56
56
  export { L as LoaderViews, _ as OrLoader } from './OrLoader-90406201.js';
57
57
  export { a as LoaderColor, b as LoaderSize, L as LoaderVariant, _ as OrLoaderV3 } from './OrLoader-b0c381f9.js';
58
58
  export { _ as OrMenuItemV3 } from './OrMenuItem-c1c97ebe.js';
59
- export { _ as OrMenuV3 } from './OrMenu-df584a8c.js';
60
- export { P as MenuPlacement, _ as OrPopoverV3, P as PopoverPlacement, a as PopoverVariant, P as TooltipPlacement } from './OrPopover-018274a5.js';
59
+ export { _ as OrMenuV3 } from './OrMenu-54d6a7a5.js';
60
+ export { P as MenuPlacement, _ as OrPopoverV3, P as PopoverPlacement, a as PopoverVariant, P as TooltipPlacement } from './OrPopover-c511273a.js';
61
61
  export { _ as OrModal, O as OrModalSizes } from './OrModal-d300f52f.js';
62
- export { M as ModalSize, _ as OrModalV3 } from './OrModal-773fe75c.js';
62
+ export { M as ModalSize, _ as OrModalV3 } from './OrModal-5626eeee.js';
63
63
  export { a as OR_NOTIFICATION_SIZE, O as OR_NOTIFICATION_TYPE, _ as OrNotification } from './OrNotification-defc3f87.js';
64
- export { N as NotificationVariant, _ as OrNotificationV3 } from './OrNotification-a279c8a6.js';
64
+ export { N as NotificationVariant, _ as OrNotificationV3 } from './OrNotification-b0fb0d4f.js';
65
65
  export { _ as OrNumberInput } from './OrNumberInput-7f0d6f74.js';
66
66
  export { _ as OrOverflowMenu } from './OrOverflowMenu-6f60e864.js';
67
67
  export { _ as OrOverlay } from './OrOverlay-ccec2218.js';
68
68
  export { _ as OrOverlayV3 } from './OrOverlay-948346df.js';
69
- export { _ as OrPaginationV3 } from './OrPagination-a5db10f7.js';
69
+ export { _ as OrPaginationV3 } from './OrPagination-11d363f2.js';
70
70
  export { _ as OrPassword } from './OrPassword-ab2acc85.js';
71
71
  export { _ as OrProgress, O as OrProgressColors, a as OrProgressTypes } from './OrProgress-65968c24.js';
72
72
  export { _ as OrProgressV3, P as ProgressColor, a as ProgressType } from './OrProgress-e079e857.js';
@@ -75,13 +75,13 @@ export { _ as OrRadioGroup } from './OrRadioGroup-11424644.js';
75
75
  export { _ as OrRadioGroupV3 } from './OrRadioGroup-d1c2e460.js';
76
76
  export { _ as OrRadioV3 } from './OrRadio-b32dfbfe.js';
77
77
  export { _ as OrSearch } from './OrSearch-ac542dd6.js';
78
- export { _ as OrSearchV3 } from './OrSearch-d5b51596.js';
78
+ export { _ as OrSearchV3 } from './OrSearch-7ad39657.js';
79
79
  export { _ as OrSegmentedControlV3, S as SegmentedControlSize } from './OrSegmentedControl-d4e32f80.js';
80
80
  export { _ as OrSelect } from './OrSelect-c0d04cf6.js';
81
- export { _ as OrSelectV3 } from './OrSelect-46809ad0.js';
81
+ export { _ as OrSelectV3 } from './OrSelect-0bd57cba.js';
82
82
  export { _ as OrSidebar, O as OrSidebarSide } from './OrSidebar-c56a9221.js';
83
- export { _ as OrSidebarV3 } from './OrSidebar-90ba92ed.js';
84
- export { O as OrSidebarPlacement } from './OrSidebarCollapseButton-1d4a5907.js';
83
+ export { _ as OrSidebarV3 } from './OrSidebar-74f719fc.js';
84
+ export { O as OrSidebarPlacement } from './OrSidebarCollapseButton-07d12eb4.js';
85
85
  export { _ as OrSkeletonCircle } from './OrSkeletonCircle-c4bf0e34.js';
86
86
  export { _ as OrSkeletonRect } from './OrSkeletonRect-79162a84.js';
87
87
  export { _ as OrSkeletonText } from './OrSkeletonText-bd5d97bb.js';
@@ -90,7 +90,7 @@ export { _ as OrSkeletonCircleV3 } from './OrSkeletonCircle-3419b04d.js';
90
90
  export { _ as OrSkeletonRectV3 } from './OrSkeletonRect-7057bc1c.js';
91
91
  export { _ as OrSkeletonTextV3 } from './OrSkeletonText-6c00f797.js';
92
92
  export { _ as OrSlider } from './OrSlider-c913a2b6.js';
93
- export { _ as OrSortingV3 } from './OrSorting-3ce7e017.js';
93
+ export { _ as OrSortingV3 } from './OrSorting-ef99ef70.js';
94
94
  export { _ as OrStepper } from './OrStepper-8dc4059a.js';
95
95
  export { _ as OrSwitch } from './OrSwitch-322328f7.js';
96
96
  export { _ as OrSwitchV3 } from './OrSwitch-e49ce2d8.js';
@@ -98,25 +98,25 @@ export { _ as OrTab } from './OrTab-58821c9b.js';
98
98
  export { _ as OrTabHeaderItem } from './OrTabHeaderItem-424f2986.js';
99
99
  export { _ as OrTabV3 } from './OrTab-88036fe9.js';
100
100
  export { _ as OrTabs } from './OrTabs-62e7e478.js';
101
- export { _ as OrTabsV3, T as TabsVariant } from './OrTabs-45e6ad4d.js';
101
+ export { _ as OrTabsV3, T as TabsVariant } from './OrTabs-b8a92669.js';
102
102
  export { _ as OrTag } from './OrTag-b5803a20.js';
103
- export { _ as OrTagInputV3 } from './OrTagInput-d9ea325e.js';
104
- export { _ as OrTagV3, a as TagColor, T as TagVariant } from './OrTag-47b9111c.js';
105
- export { _ as OrTagsV3 } from './OrTags-6bf4fb3a.js';
103
+ export { _ as OrTagInputV3 } from './OrTagInput-f2ddcc97.js';
104
+ export { _ as OrTagV3, a as TagColor, T as TagVariant } from './OrTag-b6125507.js';
105
+ export { _ as OrTagsV3 } from './OrTags-b7d9e52c.js';
106
106
  export { _ as OrTeleport } from './OrTeleport.vue2-f0c16c71.js';
107
107
  export { _ as OrTeleportV3 } from './OrTeleport.vue2-424c7f33.js';
108
108
  export { _ as OrTextV3 } from './OrText-44449e7b.js';
109
109
  export { _ as OrTextarea } from './OrTextarea-9febab19.js';
110
110
  export { _ as OrTextareaV3 } from './OrTextarea-824f7048.js';
111
111
  export { _ as OrTextbox, T as TextboxTypes } from './OrTextbox-cb15a62f.js';
112
- export { _ as OrTimePickerV3 } from './OrTimePicker-658ac979.js';
112
+ export { _ as OrTimePickerV3 } from './OrTimePicker-9312df72.js';
113
113
  export { _ as OrToast, a as OrToastContainer } from './OrToastContainer-d1a7b839.js';
114
114
  export { P as PositionsX, b as PositionsY, c as ToastType, T as TransitionType, a as useQueue, u as useToast } from './useToast-b5ea5cb2.js';
115
- export { a as OrToastContainerV3, _ as OrToastV3, t as TypesV3 } from './types-1dea2823.js';
115
+ export { a as OrToastContainerV3, _ as OrToastV3, t as TypesV3 } from './types-dab9146d.js';
116
116
  export { p as PropsV3, a as useQueueV3, u as useToastV3 } from './useToast-a1332cc2.js';
117
117
  export { _ as OrTooltip } from './OrTooltip-2f267924.js';
118
118
  export { _ as OrTooltipContent } from './OrTooltipContent-57a25502.js';
119
- export { _ as OrTooltipV3 } from './OrTooltip-4c6e799d.js';
119
+ export { _ as OrTooltipV3 } from './OrTooltip-7a9861a2.js';
120
120
  export { _ as OrTreeV3, T as TreeNodeDropPosition } from './OrTree-dcacd695.js';
121
121
  export { D as DropdownClose, a as DropdownOpen } from './dropdown-open-e1f90e0a.js';
122
122
  export { u as useControlAttributes, a as useIdAttribute } from './useIdAttribute-859439f0.js';
@@ -154,7 +154,7 @@ import '@codemirror/lang-markdown';
154
154
  import '@codemirror/language';
155
155
  import '@lezer/highlight';
156
156
  import '@vueuse/math';
157
- import './OrDateTimePickerPopoverHeader-cbc0db61.js';
157
+ import './OrDateTimePickerPopoverHeader-dd9de00f.js';
158
158
  import 'lodash/padStart';
159
159
  import '@floating-ui/dom';
160
160
  import './OrTooltip.vue_rollup-plugin-vue_styles.0-0aca0c11.js';
@@ -5,7 +5,7 @@ import '@onereach/styles/tailwind.config';
5
5
  import 'tailwindcss/resolveConfig';
6
6
  import { _ as __vue_component__$4 } from './OrTeleport.vue2-424c7f33.js';
7
7
  import { T as ToastType, P as PositionsX, b as PositionsY, c as TransitionType, d as useToastEventBus, a as useQueue } from './useToast-a1332cc2.js';
8
- import { _ as __vue_component__$2 } from './OrIconButton-c7400430.js';
8
+ import { _ as __vue_component__$2 } from './OrIconButton-85a6de2c.js';
9
9
  import { _ as __vue_component__$3 } from './OrLoader-b0c381f9.js';
10
10
  import { s as styleInject } from './style-inject.es-4c6f2515.js';
11
11
  import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
@@ -1,9 +1,10 @@
1
- import { usePointerSwipe, onClickOutside, SwipeDirection } from '@vueuse/core';
2
- import { defineComponent, ref, computed, toRef, watch, unref } from 'vue-demi';
1
+ import { usePointerSwipe, SwipeDirection, onClickOutside } from '@vueuse/core';
2
+ import { ref, unref, computed, defineComponent, toRef, watch } from 'vue-demi';
3
3
  import { u as usePopoverState } from './usePopoverState-b92c698b.js';
4
4
  import '@onereach/styles/tailwind.config';
5
5
  import 'tailwindcss/resolveConfig';
6
6
  import { s as script$1 } from './OrOverlay-489fdf76.js';
7
+ import { u as useTheme } from './useTheme-e23d13c8.js';
7
8
  import { resolveComponent, openBlock, createBlock, withCtx, createElementVNode, mergeProps, createElementBlock, normalizeClass, createCommentVNode, renderSlot } from 'vue';
8
9
 
9
10
  var BottomSheetVariant;
@@ -51,6 +52,72 @@ const BottomSheetHeader = [
51
52
  'px-lg', 'py-md',
52
53
  // Typography
53
54
  'typography-headline-3'];
55
+ const BottomSheetContent = ['grow'];
56
+
57
+ function useBottomSheetSwipeState(root, content, fullscreen, variant, close) {
58
+ const inlineSwipingStyles = ref({});
59
+ const skipSwipe = ref(false);
60
+ const theme = useTheme();
61
+ const isEventSkipped = event => {
62
+ return variant.value === BottomSheetVariant.Basic || event.composedPath().includes(content.value) && fullscreen.value;
63
+ };
64
+ const {
65
+ isSwiping
66
+ } = usePointerSwipe(root, {
67
+ threshold: 12,
68
+ onSwipe(event) {
69
+ skipSwipe.value = isEventSkipped(event);
70
+ if (variant.value === BottomSheetVariant.Advanced) {
71
+ const rootElement = unref(root);
72
+ inlineSwipingStyles.value = {
73
+ transitionProperty: 'none',
74
+ minHeight: `${rootElement.clientHeight - event.offsetY}px`,
75
+ maxHeight: `${rootElement.clientHeight - event.offsetY}px`
76
+ };
77
+ }
78
+ },
79
+ onSwipeEnd(event, direction) {
80
+ if (isEventSkipped(event)) {
81
+ return;
82
+ }
83
+ if (variant.value === BottomSheetVariant.Advanced) {
84
+ switch (direction) {
85
+ case SwipeDirection.UP:
86
+ fullscreen.value = true;
87
+ break;
88
+ case SwipeDirection.DOWN:
89
+ if (fullscreen.value) {
90
+ fullscreen.value = false;
91
+ } else {
92
+ close();
93
+ }
94
+ break;
95
+ }
96
+ }
97
+ }
98
+ });
99
+ const rootInlineStyles = computed(() => {
100
+ if (variant.value === BottomSheetVariant.Basic) {
101
+ return {
102
+ transitionProperty: 'min-height, max-height',
103
+ minHeight: '0',
104
+ maxHeight: `calc(100% - ${theme.spacing.xl})`
105
+ };
106
+ }
107
+ return isSwiping.value && !skipSwipe.value ? inlineSwipingStyles.value : fullscreen.value ? {
108
+ transitionProperty: 'min-height, max-height',
109
+ minHeight: `calc(100% - ${theme.spacing.xl})`,
110
+ maxHeight: `calc(100% - ${theme.spacing.xl})`
111
+ } : {
112
+ transitionProperty: 'min-height, max-height',
113
+ minHeight: '0',
114
+ maxHeight: '50%'
115
+ };
116
+ });
117
+ return {
118
+ rootInlineStyles
119
+ };
120
+ }
54
121
 
55
122
  var script = defineComponent({
56
123
  name: 'OrBottomSheet',
@@ -74,10 +141,6 @@ var script = defineComponent({
74
141
  // Refs
75
142
  const root = ref();
76
143
  const content = ref();
77
- // Styles
78
- const rootStyles = computed(() => ['or-bottom-sheet-v3', ...BottomSheet, ...BottomSheetVariants[props.variant]]);
79
- const handleStyles = computed(() => [...BottomSheetHandle]);
80
- const headerStyles = computed(() => [...BottomSheetHeader]);
81
144
  // State
82
145
  const {
83
146
  state,
@@ -86,64 +149,17 @@ var script = defineComponent({
86
149
  toggle
87
150
  } = usePopoverState(toRef(props, 'isOpen'), context.emit);
88
151
  const fullscreen = ref(false);
152
+ // Effects
153
+ // #region Swipe
154
+ const {
155
+ rootInlineStyles
156
+ } = useBottomSheetSwipeState(root, content, fullscreen, toRef(props, 'variant'), close);
157
+ // #endregion
89
158
  watch(state, value => {
90
159
  if (value === 'closed') {
91
160
  fullscreen.value = false;
92
161
  }
93
162
  });
94
- const isEventSkipped = event => {
95
- return event.composedPath().includes(content.value) && fullscreen.value;
96
- };
97
- // Effects
98
- // #region Swipe
99
- const swipeOptions = {
100
- threshold: 4,
101
- onSwipe(event) {
102
- if (isEventSkipped(event)) {
103
- return;
104
- }
105
- if (props.variant === BottomSheetVariant.Advanced) {
106
- const rootElement = unref(root);
107
- Object.assign(rootElement.style, {
108
- transitionProperty: 'none',
109
- minHeight: `${rootElement.clientHeight - event.offsetY}px`,
110
- maxHeight: `${rootElement.clientHeight - event.offsetY}px`
111
- });
112
- }
113
- },
114
- onSwipeEnd(event, direction) {
115
- if (isEventSkipped(event)) {
116
- return;
117
- }
118
- if (props.variant === BottomSheetVariant.Advanced) {
119
- const rootElement = unref(root);
120
- switch (direction) {
121
- case SwipeDirection.UP:
122
- Object.assign(rootElement.style, {
123
- transitionProperty: 'min-height, max-height',
124
- minHeight: '100%',
125
- maxHeight: '100%'
126
- });
127
- fullscreen.value = true;
128
- break;
129
- case SwipeDirection.DOWN:
130
- Object.assign(rootElement.style, {
131
- transitionProperty: 'min-height, max-height',
132
- minHeight: '0',
133
- maxHeight: '50%'
134
- });
135
- if (fullscreen.value) {
136
- fullscreen.value = false;
137
- } else {
138
- close();
139
- }
140
- break;
141
- }
142
- }
143
- }
144
- };
145
- usePointerSwipe(root, swipeOptions);
146
- // #endregion
147
163
  // #region Click Outside
148
164
  onClickOutside(root, event => {
149
165
  const path = event.composedPath();
@@ -157,10 +173,17 @@ var script = defineComponent({
157
173
  }
158
174
  });
159
175
  // #endregion
176
+ // Styles
177
+ const rootStyles = computed(() => ['or-bottom-sheet-v3', ...BottomSheet, ...BottomSheetVariants[props.variant]]);
178
+ const handleStyles = computed(() => [...BottomSheetHandle]);
179
+ const headerStyles = computed(() => [...BottomSheetHeader]);
180
+ const contentStyles = computed(() => [...BottomSheetContent, fullscreen.value || props.variant === BottomSheetVariant.Basic ? 'overflow-y-auto' : 'overflow-hidden']);
160
181
  return {
161
182
  root,
162
183
  content,
163
184
  rootStyles,
185
+ rootInlineStyles,
186
+ contentStyles,
164
187
  handleStyles,
165
188
  headerStyles,
166
189
  state,
@@ -181,7 +204,8 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
181
204
  default: withCtx(() => [createElementVNode("div", mergeProps({
182
205
  ref: "root"
183
206
  }, _ctx.$attrs, {
184
- class: _ctx.rootStyles
207
+ class: _ctx.rootStyles,
208
+ style: _ctx.rootInlineStyles
185
209
  }), [_ctx.variant === 'advanced' ? (openBlock(), createElementBlock("div", {
186
210
  key: 0,
187
211
  class: normalizeClass(_ctx.handleStyles)
@@ -189,7 +213,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
189
213
  class: normalizeClass(_ctx.headerStyles)
190
214
  }, [renderSlot(_ctx.$slots, "header")], 2 /* CLASS */), createElementVNode("div", {
191
215
  ref: "content",
192
- class: normalizeClass([_ctx.fullscreen ? 'overflow-y-auto' : 'overflow-hidden'])
216
+ class: normalizeClass(_ctx.contentStyles)
193
217
  }, [renderSlot(_ctx.$slots, "default")], 2 /* CLASS */)], 16 /* FULL_PROPS */)]),
194
218
 
195
219
  _: 3 /* FORWARDED */
@@ -1,9 +1,9 @@
1
1
  import { defineComponent, computed, ref, watch } from 'vue-demi';
2
- import { s as script$2 } from './OrIconButton-81bade23.js';
3
- import { s as script$4 } from './OrSearch-47b052ea.js';
2
+ import { s as script$2 } from './OrIconButton-fe133b18.js';
3
+ import { s as script$4 } from './OrSearch-94019f8b.js';
4
4
  import './OrInputBox-912a6254.js';
5
5
  import { openBlock, createElementBlock, normalizeClass, Fragment, renderList, renderSlot, mergeProps, createTextVNode, toDisplayString, resolveComponent, createElementVNode, createBlock, createCommentVNode, createVNode, normalizeProps, guardReactiveProps, withCtx } from 'vue';
6
- import { s as script$3 } from './OrSorting-a4247ad1.js';
6
+ import { s as script$3 } from './OrSorting-012e0c6b.js';
7
7
 
8
8
  const CardCollectionRoot = [
9
9
  // Layout
@@ -15,10 +15,10 @@ import { u as useTheme } from './useTheme-e23d13c8.js';
15
15
  import { u as useValidationAttributes } from './useValidationAttributes-d1abbe34.js';
16
16
  import { s as script$1 } from './OrError-c01d0c29.js';
17
17
  import { s as script$2 } from './OrHint-06ab89d7.js';
18
- import { s as script$3 } from './OrIconButton-81bade23.js';
18
+ import { s as script$3 } from './OrIconButton-fe133b18.js';
19
19
  import { s as script$4 } from './OrInputBox-912a6254.js';
20
20
  import { s as script$5 } from './OrLabel-4da56db0.js';
21
- import { s as script$6 } from './OrModal-d2038c15.js';
21
+ import { s as script$6 } from './OrModal-3ebc1346.js';
22
22
  import { resolveComponent, openBlock, createElementBlock, normalizeClass, createBlock, withCtx, createElementVNode, renderSlot, createVNode, withModifiers, createTextVNode, toDisplayString, createCommentVNode, withDirectives, vShow } from 'vue';
23
23
 
24
24
  var CodeLanguage;
@@ -5,7 +5,7 @@ import { u as usePopoverState } from './usePopoverState-b92c698b.js';
5
5
  import '@onereach/styles/tailwind.config';
6
6
  import 'tailwindcss/resolveConfig';
7
7
  import { s as script$2, a as ButtonColor } from './OrButton-c2b6aa9e.js';
8
- import { s as script$3 } from './OrInput-eb04fa3a.js';
8
+ import { s as script$3 } from './OrInput-5ffebd41.js';
9
9
  import { s as script$1 } from './OrOverlay-489fdf76.js';
10
10
  import { resolveComponent, openBlock, createBlock, withCtx, createElementVNode, mergeProps, normalizeClass, renderSlot, createTextVNode, toDisplayString, createElementBlock, createVNode, createCommentVNode } from 'vue';
11
11
 
@@ -4,14 +4,14 @@ import '@vueuse/core';
4
4
  import { u as useProxyModelValue } from './useProxyModelValue-940010d2.js';
5
5
  import '@onereach/styles/tailwind.config';
6
6
  import 'tailwindcss/resolveConfig';
7
- import { s as script$1, a as script$2, b as script$3, c as script$4, d as script$5, e as script$6, u as useCurrentDate } from './OrDateTimePickerPopoverHeader-3c26fc72.js';
7
+ import { s as script$1, a as script$2, b as script$3, c as script$4, d as script$5, e as script$6, u as useCurrentDate } from './OrDateTimePickerPopoverHeader-ece5b2a7.js';
8
8
  import { s as script$7 } from './OrError-c01d0c29.js';
9
9
  import { s as script$8 } from './OrHint-06ab89d7.js';
10
- import { s as script$a } from './OrIconButton-81bade23.js';
10
+ import { s as script$a } from './OrIconButton-fe133b18.js';
11
11
  import { s as script$9 } from './OrIcon-62793572.js';
12
12
  import { s as script$b, I as InputBoxSize } from './OrInputBox-912a6254.js';
13
13
  import { s as script$c } from './OrLabel-4da56db0.js';
14
- import { s as script$d } from './OrPopover-56ba40ab.js';
14
+ import { s as script$d } from './OrPopover-6d433297.js';
15
15
  import { resolveComponent, resolveDirective, openBlock, createElementBlock, normalizeClass, createBlock, withCtx, renderSlot, createTextVNode, toDisplayString, createCommentVNode, withDirectives, withModifiers, createVNode, Fragment, createElementVNode } from 'vue';
16
16
 
17
17
  const DatePicker = [
@@ -6,12 +6,12 @@ import '@onereach/styles/tailwind.config';
6
6
  import 'tailwindcss/resolveConfig';
7
7
  import { s as script$a } from './OrError-c01d0c29.js';
8
8
  import { s as script$b } from './OrHint-06ab89d7.js';
9
- import { s as script$d } from './OrIconButton-81bade23.js';
9
+ import { s as script$d } from './OrIconButton-fe133b18.js';
10
10
  import { s as script$c } from './OrIcon-62793572.js';
11
11
  import { s as script$e, I as InputBoxSize } from './OrInputBox-912a6254.js';
12
12
  import { s as script$f } from './OrLabel-4da56db0.js';
13
- import { s as script$g } from './OrPopover-56ba40ab.js';
14
- import { s as script$4, a as script$5, b as script$6, c as script$7, d as script$8, e as script$9, u as useCurrentDate } from './OrDateTimePickerPopoverHeader-3c26fc72.js';
13
+ import { s as script$g } from './OrPopover-6d433297.js';
14
+ import { s as script$4, a as script$5, b as script$6, c as script$7, d as script$8, e as script$9, u as useCurrentDate } from './OrDateTimePickerPopoverHeader-ece5b2a7.js';
15
15
  import { openBlock, createElementBlock, normalizeClass, Fragment, createTextVNode, toDisplayString, resolveComponent, createElementVNode, renderList, createBlock, withModifiers, withCtx, createVNode, createCommentVNode, resolveDirective, renderSlot, withDirectives } from 'vue';
16
16
  import { s as script$3 } from './OrButton-c2b6aa9e.js';
17
17
 
@@ -6,11 +6,11 @@ import 'tailwindcss/resolveConfig';
6
6
  import { openBlock, createElementBlock, normalizeClass, Fragment, createTextVNode, toDisplayString, resolveComponent, createElementVNode, renderList, createBlock, withModifiers, withCtx, createVNode, renderSlot } from 'vue';
7
7
  import { s as script$6 } from './OrButton-c2b6aa9e.js';
8
8
  import { s as script$7 } from './OrLabel-4da56db0.js';
9
- import { s as script$9 } from './OrIconButton-81bade23.js';
9
+ import { s as script$9 } from './OrIconButton-fe133b18.js';
10
10
  import { s as script$8 } from './OrIcon-62793572.js';
11
11
  import { s as script$b } from './OrMenuItem-54062d59.js';
12
- import { s as script$a } from './OrMenu-eff42b15.js';
13
- import './OrPopover-56ba40ab.js';
12
+ import { s as script$a } from './OrMenu-20ca3870.js';
13
+ import './OrPopover-6d433297.js';
14
14
 
15
15
  function useCurrentDate() {
16
16
  const currentDate = new Date();
@@ -1,7 +1,7 @@
1
1
  import { defineComponent, ref, computed, isVue3 } from 'vue-demi';
2
2
  import { s as script$1, I as IconSize } from './OrIcon-62793572.js';
3
- import { s as script$2 } from './OrTooltip-bd35ec20.js';
4
- import './OrPopover-56ba40ab.js';
3
+ import { s as script$2 } from './OrTooltip-2422971c.js';
4
+ import './OrPopover-6d433297.js';
5
5
  import { resolveComponent, openBlock, createBlock, normalizeProps, guardReactiveProps, withCtx, createElementVNode, mergeProps, toHandlers, createVNode } from 'vue';
6
6
 
7
7
  var IconButtonColor;
@@ -7,7 +7,7 @@ import 'tailwindcss/resolveConfig';
7
7
  import { u as useValidationAttributes } from './useValidationAttributes-d1abbe34.js';
8
8
  import { s as script$1 } from './OrError-c01d0c29.js';
9
9
  import { s as script$2 } from './OrHint-06ab89d7.js';
10
- import { s as script$3 } from './OrIconButton-81bade23.js';
10
+ import { s as script$3 } from './OrIconButton-fe133b18.js';
11
11
  import { s as script$4, I as InlineInputBoxSize } from './OrInlineInputBox-01fb2cb2.js';
12
12
  import { resolveComponent, openBlock, createElementBlock, normalizeClass, createElementVNode, createVNode, withCtx, withDirectives, mergeProps, vModelDynamic, withModifiers, createCommentVNode, createBlock, createSlots, createTextVNode, toDisplayString, vShow } from 'vue';
13
13
  import { s as styleInject } from './style-inject.es-4c6f2515.js';
@@ -7,7 +7,7 @@ import 'tailwindcss/resolveConfig';
7
7
  import { u as useValidationAttributes } from './useValidationAttributes-d1abbe34.js';
8
8
  import { s as script$1 } from './OrError-c01d0c29.js';
9
9
  import { s as script$2 } from './OrHint-06ab89d7.js';
10
- import { s as script$3 } from './OrIconButton-81bade23.js';
10
+ import { s as script$3 } from './OrIconButton-fe133b18.js';
11
11
  import { s as script$4 } from './OrInlineInputBox-01fb2cb2.js';
12
12
  import { resolveComponent, openBlock, createElementBlock, normalizeClass, createElementVNode, createVNode, withCtx, withDirectives, mergeProps, vModelText, withModifiers, createCommentVNode, createBlock, createSlots, createTextVNode, toDisplayString, vShow } from 'vue';
13
13
  import { s as styleInject } from './style-inject.es-4c6f2515.js';
@@ -8,7 +8,7 @@ import 'tailwindcss/resolveConfig';
8
8
  import { u as useValidationAttributes } from './useValidationAttributes-d1abbe34.js';
9
9
  import { s as script$1 } from './OrError-c01d0c29.js';
10
10
  import { s as script$2 } from './OrHint-06ab89d7.js';
11
- import { s as script$4 } from './OrIconButton-81bade23.js';
11
+ import { s as script$4 } from './OrIconButton-fe133b18.js';
12
12
  import { s as script$3 } from './OrIcon-62793572.js';
13
13
  import { s as script$5, I as InputBoxSize } from './OrInputBox-912a6254.js';
14
14
  import { s as script$6 } from './OrLabel-4da56db0.js';
@@ -3,7 +3,7 @@ import '@vueuse/core';
3
3
  import { u as usePopoverState } from './usePopoverState-b92c698b.js';
4
4
  import '@onereach/styles/tailwind.config';
5
5
  import 'tailwindcss/resolveConfig';
6
- import { s as script$1, P as PopoverPlacement } from './OrPopover-56ba40ab.js';
6
+ import { s as script$1, P as PopoverPlacement } from './OrPopover-6d433297.js';
7
7
  import { resolveComponent, openBlock, createBlock, withCtx, createElementVNode, mergeProps, withModifiers, renderSlot } from 'vue';
8
8
 
9
9
  const Menu = [
@@ -5,7 +5,7 @@ import '@onereach/styles/tailwind.config';
5
5
  import 'tailwindcss/resolveConfig';
6
6
  import { s as script$5 } from './OrOverlay-489fdf76.js';
7
7
  import { openBlock, createElementBlock, normalizeClass, renderSlot, resolveComponent, createElementVNode, createVNode, withModifiers, createBlock, withCtx, mergeProps, createCommentVNode } from 'vue';
8
- import { s as script$4 } from './OrIconButton-81bade23.js';
8
+ import { s as script$4 } from './OrIconButton-fe133b18.js';
9
9
 
10
10
  const ModalContent = [
11
11
  // Layout
@@ -1,5 +1,5 @@
1
1
  import { defineComponent, ref, computed } from 'vue-demi';
2
- import { s as script$2 } from './OrIconButton-81bade23.js';
2
+ import { s as script$2 } from './OrIconButton-fe133b18.js';
3
3
  import { s as script$1 } from './OrIcon-62793572.js';
4
4
  import { resolveComponent, openBlock, createElementBlock, normalizeClass, createElementVNode, createVNode, renderSlot, createBlock, withModifiers, createCommentVNode } from 'vue';
5
5
 
@@ -7,8 +7,8 @@ import 'tailwindcss/resolveConfig';
7
7
  import { s as script$1 } from './OrButton-c2b6aa9e.js';
8
8
  import { s as script$2 } from './OrIcon-62793572.js';
9
9
  import { s as script$4 } from './OrMenuItem-54062d59.js';
10
- import { s as script$3 } from './OrMenu-eff42b15.js';
11
- import './OrPopover-56ba40ab.js';
10
+ import { s as script$3 } from './OrMenu-20ca3870.js';
11
+ import './OrPopover-6d433297.js';
12
12
  import { resolveComponent, openBlock, createElementBlock, normalizeClass, createElementVNode, createVNode, withModifiers, withCtx, Fragment, renderList, createBlock, createTextVNode, toDisplayString, createCommentVNode } from 'vue';
13
13
 
14
14
  const PaginationRoot = [
@@ -6,7 +6,7 @@ import { u as usePopoverState } from './usePopoverState-b92c698b.js';
6
6
  import { u as useResponsive } from './useResponsive-a02e95b7.js';
7
7
  import '@onereach/styles/tailwind.config';
8
8
  import 'tailwindcss/resolveConfig';
9
- import { s as script$1 } from './OrBottomSheet-2d3d91ef.js';
9
+ import { s as script$1 } from './OrBottomSheet-efca7190.js';
10
10
  import { s as script$2 } from './OrTeleport.vue3-8099178c.js';
11
11
  import { resolveComponent, openBlock, createBlock, withCtx, withDirectives, createElementVNode, createElementBlock, mergeProps, renderSlot, normalizeClass, createCommentVNode, vShow } from 'vue';
12
12