@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
@@ -0,0 +1,530 @@
1
+ import { Ref } from 'vue-demi';
2
+ import { BottomSheetVariant } from '../props';
3
+ declare function useBottomSheetSwipeState(root: Ref<HTMLElement | undefined>, content: Ref<HTMLElement | undefined>, fullscreen: Ref<boolean>, variant: Ref<`${BottomSheetVariant}`>, close: () => void): {
4
+ rootInlineStyles: import("@vue/composition-api").ComputedRef<{
5
+ [x: number]: string | undefined;
6
+ accentColor?: string | undefined;
7
+ alignContent?: string | undefined;
8
+ alignItems?: string | undefined;
9
+ alignSelf?: string | undefined;
10
+ alignmentBaseline?: string | undefined;
11
+ all?: string | undefined;
12
+ animation?: string | undefined;
13
+ animationDelay?: string | undefined;
14
+ animationDirection?: string | undefined;
15
+ animationDuration?: string | undefined;
16
+ animationFillMode?: string | undefined;
17
+ animationIterationCount?: string | undefined;
18
+ animationName?: string | undefined;
19
+ animationPlayState?: string | undefined;
20
+ animationTimingFunction?: string | undefined;
21
+ appearance?: string | undefined;
22
+ aspectRatio?: string | undefined;
23
+ backdropFilter?: string | undefined;
24
+ backfaceVisibility?: string | undefined;
25
+ background?: string | undefined;
26
+ backgroundAttachment?: string | undefined;
27
+ backgroundBlendMode?: string | undefined;
28
+ backgroundClip?: string | undefined;
29
+ backgroundColor?: string | undefined;
30
+ backgroundImage?: string | undefined;
31
+ backgroundOrigin?: string | undefined;
32
+ backgroundPosition?: string | undefined;
33
+ backgroundPositionX?: string | undefined;
34
+ backgroundPositionY?: string | undefined;
35
+ backgroundRepeat?: string | undefined;
36
+ backgroundSize?: string | undefined;
37
+ baselineShift?: string | undefined;
38
+ blockSize?: string | undefined;
39
+ border?: string | undefined;
40
+ borderBlock?: string | undefined;
41
+ borderBlockColor?: string | undefined;
42
+ borderBlockEnd?: string | undefined;
43
+ borderBlockEndColor?: string | undefined;
44
+ borderBlockEndStyle?: string | undefined;
45
+ borderBlockEndWidth?: string | undefined;
46
+ borderBlockStart?: string | undefined;
47
+ borderBlockStartColor?: string | undefined;
48
+ borderBlockStartStyle?: string | undefined;
49
+ borderBlockStartWidth?: string | undefined;
50
+ borderBlockStyle?: string | undefined;
51
+ borderBlockWidth?: string | undefined;
52
+ borderBottom?: string | undefined;
53
+ borderBottomColor?: string | undefined;
54
+ borderBottomLeftRadius?: string | undefined;
55
+ borderBottomRightRadius?: string | undefined;
56
+ borderBottomStyle?: string | undefined;
57
+ borderBottomWidth?: string | undefined;
58
+ borderCollapse?: string | undefined;
59
+ borderColor?: string | undefined;
60
+ borderEndEndRadius?: string | undefined;
61
+ borderEndStartRadius?: string | undefined;
62
+ borderImage?: string | undefined;
63
+ borderImageOutset?: string | undefined;
64
+ borderImageRepeat?: string | undefined;
65
+ borderImageSlice?: string | undefined;
66
+ borderImageSource?: string | undefined;
67
+ borderImageWidth?: string | undefined;
68
+ borderInline?: string | undefined;
69
+ borderInlineColor?: string | undefined;
70
+ borderInlineEnd?: string | undefined;
71
+ borderInlineEndColor?: string | undefined;
72
+ borderInlineEndStyle?: string | undefined;
73
+ borderInlineEndWidth?: string | undefined;
74
+ borderInlineStart?: string | undefined;
75
+ borderInlineStartColor?: string | undefined;
76
+ borderInlineStartStyle?: string | undefined;
77
+ borderInlineStartWidth?: string | undefined;
78
+ borderInlineStyle?: string | undefined;
79
+ borderInlineWidth?: string | undefined;
80
+ borderLeft?: string | undefined;
81
+ borderLeftColor?: string | undefined;
82
+ borderLeftStyle?: string | undefined;
83
+ borderLeftWidth?: string | undefined;
84
+ borderRadius?: string | undefined;
85
+ borderRight?: string | undefined;
86
+ borderRightColor?: string | undefined;
87
+ borderRightStyle?: string | undefined;
88
+ borderRightWidth?: string | undefined;
89
+ borderSpacing?: string | undefined;
90
+ borderStartEndRadius?: string | undefined;
91
+ borderStartStartRadius?: string | undefined;
92
+ borderStyle?: string | undefined;
93
+ borderTop?: string | undefined;
94
+ borderTopColor?: string | undefined;
95
+ borderTopLeftRadius?: string | undefined;
96
+ borderTopRightRadius?: string | undefined;
97
+ borderTopStyle?: string | undefined;
98
+ borderTopWidth?: string | undefined;
99
+ borderWidth?: string | undefined;
100
+ bottom?: string | undefined;
101
+ boxShadow?: string | undefined;
102
+ boxSizing?: string | undefined;
103
+ breakAfter?: string | undefined;
104
+ breakBefore?: string | undefined;
105
+ breakInside?: string | undefined;
106
+ captionSide?: string | undefined;
107
+ caretColor?: string | undefined;
108
+ clear?: string | undefined;
109
+ clip?: string | undefined;
110
+ clipPath?: string | undefined;
111
+ clipRule?: string | undefined;
112
+ color?: string | undefined;
113
+ colorInterpolation?: string | undefined;
114
+ colorInterpolationFilters?: string | undefined;
115
+ colorScheme?: string | undefined;
116
+ columnCount?: string | undefined;
117
+ columnFill?: string | undefined;
118
+ columnGap?: string | undefined;
119
+ columnRule?: string | undefined;
120
+ columnRuleColor?: string | undefined;
121
+ columnRuleStyle?: string | undefined;
122
+ columnRuleWidth?: string | undefined;
123
+ columnSpan?: string | undefined;
124
+ columnWidth?: string | undefined;
125
+ columns?: string | undefined;
126
+ contain?: string | undefined;
127
+ container?: string | undefined;
128
+ containerName?: string | undefined;
129
+ containerType?: string | undefined;
130
+ content?: string | undefined;
131
+ counterIncrement?: string | undefined;
132
+ counterReset?: string | undefined;
133
+ counterSet?: string | undefined;
134
+ cssFloat?: string | undefined;
135
+ cssText?: string | undefined;
136
+ cursor?: string | undefined;
137
+ direction?: string | undefined;
138
+ display?: string | undefined;
139
+ dominantBaseline?: string | undefined;
140
+ emptyCells?: string | undefined;
141
+ fill?: string | undefined;
142
+ fillOpacity?: string | undefined;
143
+ fillRule?: string | undefined;
144
+ filter?: string | undefined;
145
+ flex?: string | undefined;
146
+ flexBasis?: string | undefined;
147
+ flexDirection?: string | undefined;
148
+ flexFlow?: string | undefined;
149
+ flexGrow?: string | undefined;
150
+ flexShrink?: string | undefined;
151
+ flexWrap?: string | undefined;
152
+ float?: string | undefined;
153
+ floodColor?: string | undefined;
154
+ floodOpacity?: string | undefined;
155
+ font?: string | undefined;
156
+ fontFamily?: string | undefined;
157
+ fontFeatureSettings?: string | undefined;
158
+ fontKerning?: string | undefined;
159
+ fontOpticalSizing?: string | undefined;
160
+ fontPalette?: string | undefined;
161
+ fontSize?: string | undefined;
162
+ fontSizeAdjust?: string | undefined;
163
+ fontStretch?: string | undefined;
164
+ fontStyle?: string | undefined;
165
+ fontSynthesis?: string | undefined;
166
+ fontVariant?: string | undefined;
167
+ fontVariantAlternates?: string | undefined;
168
+ fontVariantCaps?: string | undefined;
169
+ fontVariantEastAsian?: string | undefined;
170
+ fontVariantLigatures?: string | undefined;
171
+ fontVariantNumeric?: string | undefined;
172
+ fontVariantPosition?: string | undefined;
173
+ fontVariationSettings?: string | undefined;
174
+ fontWeight?: string | undefined;
175
+ gap?: string | undefined;
176
+ grid?: string | undefined;
177
+ gridArea?: string | undefined;
178
+ gridAutoColumns?: string | undefined;
179
+ gridAutoFlow?: string | undefined;
180
+ gridAutoRows?: string | undefined;
181
+ gridColumn?: string | undefined;
182
+ gridColumnEnd?: string | undefined;
183
+ gridColumnGap?: string | undefined;
184
+ gridColumnStart?: string | undefined;
185
+ gridGap?: string | undefined;
186
+ gridRow?: string | undefined;
187
+ gridRowEnd?: string | undefined;
188
+ gridRowGap?: string | undefined;
189
+ gridRowStart?: string | undefined;
190
+ gridTemplate?: string | undefined;
191
+ gridTemplateAreas?: string | undefined;
192
+ gridTemplateColumns?: string | undefined;
193
+ gridTemplateRows?: string | undefined;
194
+ height?: string | undefined;
195
+ hyphenateCharacter?: string | undefined;
196
+ hyphens?: string | undefined;
197
+ imageOrientation?: string | undefined;
198
+ imageRendering?: string | undefined;
199
+ inlineSize?: string | undefined;
200
+ inset?: string | undefined;
201
+ insetBlock?: string | undefined;
202
+ insetBlockEnd?: string | undefined;
203
+ insetBlockStart?: string | undefined;
204
+ insetInline?: string | undefined;
205
+ insetInlineEnd?: string | undefined;
206
+ insetInlineStart?: string | undefined;
207
+ isolation?: string | undefined;
208
+ justifyContent?: string | undefined;
209
+ justifyItems?: string | undefined;
210
+ justifySelf?: string | undefined;
211
+ left?: string | undefined;
212
+ readonly length?: number | undefined;
213
+ letterSpacing?: string | undefined;
214
+ lightingColor?: string | undefined;
215
+ lineBreak?: string | undefined;
216
+ lineHeight?: string | undefined;
217
+ listStyle?: string | undefined;
218
+ listStyleImage?: string | undefined;
219
+ listStylePosition?: string | undefined;
220
+ listStyleType?: string | undefined;
221
+ margin?: string | undefined;
222
+ marginBlock?: string | undefined;
223
+ marginBlockEnd?: string | undefined;
224
+ marginBlockStart?: string | undefined;
225
+ marginBottom?: string | undefined;
226
+ marginInline?: string | undefined;
227
+ marginInlineEnd?: string | undefined;
228
+ marginInlineStart?: string | undefined;
229
+ marginLeft?: string | undefined;
230
+ marginRight?: string | undefined;
231
+ marginTop?: string | undefined;
232
+ marker?: string | undefined;
233
+ markerEnd?: string | undefined;
234
+ markerMid?: string | undefined;
235
+ markerStart?: string | undefined;
236
+ mask?: string | undefined;
237
+ maskClip?: string | undefined;
238
+ maskComposite?: string | undefined;
239
+ maskImage?: string | undefined;
240
+ maskMode?: string | undefined;
241
+ maskOrigin?: string | undefined;
242
+ maskPosition?: string | undefined;
243
+ maskRepeat?: string | undefined;
244
+ maskSize?: string | undefined;
245
+ maskType?: string | undefined;
246
+ maxBlockSize?: string | undefined;
247
+ maxHeight?: string | undefined;
248
+ maxInlineSize?: string | undefined;
249
+ maxWidth?: string | undefined;
250
+ minBlockSize?: string | undefined;
251
+ minHeight?: string | undefined;
252
+ minInlineSize?: string | undefined;
253
+ minWidth?: string | undefined;
254
+ mixBlendMode?: string | undefined;
255
+ objectFit?: string | undefined;
256
+ objectPosition?: string | undefined;
257
+ offset?: string | undefined;
258
+ offsetDistance?: string | undefined;
259
+ offsetPath?: string | undefined;
260
+ offsetRotate?: string | undefined;
261
+ opacity?: string | undefined;
262
+ order?: string | undefined;
263
+ orphans?: string | undefined;
264
+ outline?: string | undefined;
265
+ outlineColor?: string | undefined;
266
+ outlineOffset?: string | undefined;
267
+ outlineStyle?: string | undefined;
268
+ outlineWidth?: string | undefined;
269
+ overflow?: string | undefined;
270
+ overflowAnchor?: string | undefined;
271
+ overflowClipMargin?: string | undefined;
272
+ overflowWrap?: string | undefined;
273
+ overflowX?: string | undefined;
274
+ overflowY?: string | undefined;
275
+ overscrollBehavior?: string | undefined;
276
+ overscrollBehaviorBlock?: string | undefined;
277
+ overscrollBehaviorInline?: string | undefined;
278
+ overscrollBehaviorX?: string | undefined;
279
+ overscrollBehaviorY?: string | undefined;
280
+ padding?: string | undefined;
281
+ paddingBlock?: string | undefined;
282
+ paddingBlockEnd?: string | undefined;
283
+ paddingBlockStart?: string | undefined;
284
+ paddingBottom?: string | undefined;
285
+ paddingInline?: string | undefined;
286
+ paddingInlineEnd?: string | undefined;
287
+ paddingInlineStart?: string | undefined;
288
+ paddingLeft?: string | undefined;
289
+ paddingRight?: string | undefined;
290
+ paddingTop?: string | undefined;
291
+ pageBreakAfter?: string | undefined;
292
+ pageBreakBefore?: string | undefined;
293
+ pageBreakInside?: string | undefined;
294
+ paintOrder?: string | undefined;
295
+ readonly parentRule?: {
296
+ cssText: string;
297
+ readonly parentRule: any | null;
298
+ readonly parentStyleSheet: {
299
+ readonly cssRules: {
300
+ [x: number]: any;
301
+ readonly length: number;
302
+ item: (index: number) => CSSRule | null;
303
+ [Symbol.iterator]: () => IterableIterator<CSSRule>;
304
+ };
305
+ readonly ownerRule: any | null;
306
+ readonly rules: {
307
+ [x: number]: any;
308
+ readonly length: number;
309
+ item: (index: number) => CSSRule | null;
310
+ [Symbol.iterator]: () => IterableIterator<CSSRule>;
311
+ };
312
+ addRule: (selector?: string | undefined, style?: string | undefined, index?: number | undefined) => number;
313
+ deleteRule: (index: number) => void;
314
+ insertRule: (rule: string, index?: number | undefined) => number;
315
+ removeRule: (index?: number | undefined) => void;
316
+ replace: (text: string) => Promise<CSSStyleSheet>;
317
+ replaceSync: (text: string) => void;
318
+ disabled: boolean;
319
+ readonly href: string | null;
320
+ readonly media: {
321
+ [x: number]: string;
322
+ readonly length: number;
323
+ mediaText: string;
324
+ toString: () => string;
325
+ appendMedium: (medium: string) => void;
326
+ deleteMedium: (medium: string) => void;
327
+ item: (index: number) => string | null;
328
+ [Symbol.iterator]: () => IterableIterator<string>;
329
+ };
330
+ readonly ownerNode: Element | ProcessingInstruction | null;
331
+ readonly parentStyleSheet: any | null;
332
+ readonly title: string | null;
333
+ readonly type: string;
334
+ } | null;
335
+ readonly type: number;
336
+ readonly CHARSET_RULE: number;
337
+ readonly FONT_FACE_RULE: number;
338
+ readonly IMPORT_RULE: number;
339
+ readonly KEYFRAMES_RULE: number;
340
+ readonly KEYFRAME_RULE: number;
341
+ readonly MEDIA_RULE: number;
342
+ readonly NAMESPACE_RULE: number;
343
+ readonly PAGE_RULE: number;
344
+ readonly STYLE_RULE: number;
345
+ readonly SUPPORTS_RULE: number;
346
+ } | null | undefined;
347
+ perspective?: string | undefined;
348
+ perspectiveOrigin?: string | undefined;
349
+ placeContent?: string | undefined;
350
+ placeItems?: string | undefined;
351
+ placeSelf?: string | undefined;
352
+ pointerEvents?: string | undefined;
353
+ position?: string | undefined;
354
+ printColorAdjust?: string | undefined;
355
+ quotes?: string | undefined;
356
+ resize?: string | undefined;
357
+ right?: string | undefined;
358
+ rotate?: string | undefined;
359
+ rowGap?: string | undefined;
360
+ rubyPosition?: string | undefined;
361
+ scale?: string | undefined;
362
+ scrollBehavior?: string | undefined;
363
+ scrollMargin?: string | undefined;
364
+ scrollMarginBlock?: string | undefined;
365
+ scrollMarginBlockEnd?: string | undefined;
366
+ scrollMarginBlockStart?: string | undefined;
367
+ scrollMarginBottom?: string | undefined;
368
+ scrollMarginInline?: string | undefined;
369
+ scrollMarginInlineEnd?: string | undefined;
370
+ scrollMarginInlineStart?: string | undefined;
371
+ scrollMarginLeft?: string | undefined;
372
+ scrollMarginRight?: string | undefined;
373
+ scrollMarginTop?: string | undefined;
374
+ scrollPadding?: string | undefined;
375
+ scrollPaddingBlock?: string | undefined;
376
+ scrollPaddingBlockEnd?: string | undefined;
377
+ scrollPaddingBlockStart?: string | undefined;
378
+ scrollPaddingBottom?: string | undefined;
379
+ scrollPaddingInline?: string | undefined;
380
+ scrollPaddingInlineEnd?: string | undefined;
381
+ scrollPaddingInlineStart?: string | undefined;
382
+ scrollPaddingLeft?: string | undefined;
383
+ scrollPaddingRight?: string | undefined;
384
+ scrollPaddingTop?: string | undefined;
385
+ scrollSnapAlign?: string | undefined;
386
+ scrollSnapStop?: string | undefined;
387
+ scrollSnapType?: string | undefined;
388
+ scrollbarGutter?: string | undefined;
389
+ shapeImageThreshold?: string | undefined;
390
+ shapeMargin?: string | undefined;
391
+ shapeOutside?: string | undefined;
392
+ shapeRendering?: string | undefined;
393
+ stopColor?: string | undefined;
394
+ stopOpacity?: string | undefined;
395
+ stroke?: string | undefined;
396
+ strokeDasharray?: string | undefined;
397
+ strokeDashoffset?: string | undefined;
398
+ strokeLinecap?: string | undefined;
399
+ strokeLinejoin?: string | undefined;
400
+ strokeMiterlimit?: string | undefined;
401
+ strokeOpacity?: string | undefined;
402
+ strokeWidth?: string | undefined;
403
+ tabSize?: string | undefined;
404
+ tableLayout?: string | undefined;
405
+ textAlign?: string | undefined;
406
+ textAlignLast?: string | undefined;
407
+ textAnchor?: string | undefined;
408
+ textCombineUpright?: string | undefined;
409
+ textDecoration?: string | undefined;
410
+ textDecorationColor?: string | undefined;
411
+ textDecorationLine?: string | undefined;
412
+ textDecorationSkipInk?: string | undefined;
413
+ textDecorationStyle?: string | undefined;
414
+ textDecorationThickness?: string | undefined;
415
+ textEmphasis?: string | undefined;
416
+ textEmphasisColor?: string | undefined;
417
+ textEmphasisPosition?: string | undefined;
418
+ textEmphasisStyle?: string | undefined;
419
+ textIndent?: string | undefined;
420
+ textOrientation?: string | undefined;
421
+ textOverflow?: string | undefined;
422
+ textRendering?: string | undefined;
423
+ textShadow?: string | undefined;
424
+ textTransform?: string | undefined;
425
+ textUnderlineOffset?: string | undefined;
426
+ textUnderlinePosition?: string | undefined;
427
+ top?: string | undefined;
428
+ touchAction?: string | undefined;
429
+ transform?: string | undefined;
430
+ transformBox?: string | undefined;
431
+ transformOrigin?: string | undefined;
432
+ transformStyle?: string | undefined;
433
+ transition?: string | undefined;
434
+ transitionDelay?: string | undefined;
435
+ transitionDuration?: string | undefined;
436
+ transitionProperty?: string | undefined;
437
+ transitionTimingFunction?: string | undefined;
438
+ translate?: string | undefined;
439
+ unicodeBidi?: string | undefined;
440
+ userSelect?: string | undefined;
441
+ verticalAlign?: string | undefined;
442
+ visibility?: string | undefined;
443
+ webkitAlignContent?: string | undefined;
444
+ webkitAlignItems?: string | undefined;
445
+ webkitAlignSelf?: string | undefined;
446
+ webkitAnimation?: string | undefined;
447
+ webkitAnimationDelay?: string | undefined;
448
+ webkitAnimationDirection?: string | undefined;
449
+ webkitAnimationDuration?: string | undefined;
450
+ webkitAnimationFillMode?: string | undefined;
451
+ webkitAnimationIterationCount?: string | undefined;
452
+ webkitAnimationName?: string | undefined;
453
+ webkitAnimationPlayState?: string | undefined;
454
+ webkitAnimationTimingFunction?: string | undefined;
455
+ webkitAppearance?: string | undefined;
456
+ webkitBackfaceVisibility?: string | undefined;
457
+ webkitBackgroundClip?: string | undefined;
458
+ webkitBackgroundOrigin?: string | undefined;
459
+ webkitBackgroundSize?: string | undefined;
460
+ webkitBorderBottomLeftRadius?: string | undefined;
461
+ webkitBorderBottomRightRadius?: string | undefined;
462
+ webkitBorderRadius?: string | undefined;
463
+ webkitBorderTopLeftRadius?: string | undefined;
464
+ webkitBorderTopRightRadius?: string | undefined;
465
+ webkitBoxAlign?: string | undefined;
466
+ webkitBoxFlex?: string | undefined;
467
+ webkitBoxOrdinalGroup?: string | undefined;
468
+ webkitBoxOrient?: string | undefined;
469
+ webkitBoxPack?: string | undefined;
470
+ webkitBoxShadow?: string | undefined;
471
+ webkitBoxSizing?: string | undefined;
472
+ webkitFilter?: string | undefined;
473
+ webkitFlex?: string | undefined;
474
+ webkitFlexBasis?: string | undefined;
475
+ webkitFlexDirection?: string | undefined;
476
+ webkitFlexFlow?: string | undefined;
477
+ webkitFlexGrow?: string | undefined;
478
+ webkitFlexShrink?: string | undefined;
479
+ webkitFlexWrap?: string | undefined;
480
+ webkitJustifyContent?: string | undefined;
481
+ webkitLineClamp?: string | undefined;
482
+ webkitMask?: string | undefined;
483
+ webkitMaskBoxImage?: string | undefined;
484
+ webkitMaskBoxImageOutset?: string | undefined;
485
+ webkitMaskBoxImageRepeat?: string | undefined;
486
+ webkitMaskBoxImageSlice?: string | undefined;
487
+ webkitMaskBoxImageSource?: string | undefined;
488
+ webkitMaskBoxImageWidth?: string | undefined;
489
+ webkitMaskClip?: string | undefined;
490
+ webkitMaskComposite?: string | undefined;
491
+ webkitMaskImage?: string | undefined;
492
+ webkitMaskOrigin?: string | undefined;
493
+ webkitMaskPosition?: string | undefined;
494
+ webkitMaskRepeat?: string | undefined;
495
+ webkitMaskSize?: string | undefined;
496
+ webkitOrder?: string | undefined;
497
+ webkitPerspective?: string | undefined;
498
+ webkitPerspectiveOrigin?: string | undefined;
499
+ webkitTextFillColor?: string | undefined;
500
+ webkitTextSizeAdjust?: string | undefined;
501
+ webkitTextStroke?: string | undefined;
502
+ webkitTextStrokeColor?: string | undefined;
503
+ webkitTextStrokeWidth?: string | undefined;
504
+ webkitTransform?: string | undefined;
505
+ webkitTransformOrigin?: string | undefined;
506
+ webkitTransformStyle?: string | undefined;
507
+ webkitTransition?: string | undefined;
508
+ webkitTransitionDelay?: string | undefined;
509
+ webkitTransitionDuration?: string | undefined;
510
+ webkitTransitionProperty?: string | undefined;
511
+ webkitTransitionTimingFunction?: string | undefined;
512
+ webkitUserSelect?: string | undefined;
513
+ whiteSpace?: string | undefined;
514
+ widows?: string | undefined;
515
+ width?: string | undefined;
516
+ willChange?: string | undefined;
517
+ wordBreak?: string | undefined;
518
+ wordSpacing?: string | undefined;
519
+ wordWrap?: string | undefined;
520
+ writingMode?: string | undefined;
521
+ zIndex?: string | undefined;
522
+ getPropertyPriority?: ((property: string) => string) | undefined;
523
+ getPropertyValue?: ((property: string) => string) | undefined;
524
+ item?: ((index: number) => string) | undefined;
525
+ removeProperty?: ((property: string) => string) | undefined;
526
+ setProperty?: ((property: string, value: string | null, priority?: string | undefined) => void) | undefined;
527
+ [Symbol.iterator]?: (() => IterableIterator<string>) | undefined;
528
+ }>;
529
+ };
530
+ export default useBottomSheetSwipeState;
@@ -0,0 +1,75 @@
1
+ import { ref, computed, unref } from 'vue-demi';
2
+ import { m as usePointerSwipe, S as SwipeDirection } from '../../../index-509d77a1.js';
3
+ import { BottomSheetVariant } from '../props.js';
4
+ import { useTheme } from '../../../hooks/useTheme.js';
5
+ import '../../../index-ec92055d.js';
6
+ import '../../../_commonjsHelpers-48a9cab9.js';
7
+ import 'node:tty';
8
+ import 'node:util';
9
+
10
+ function useBottomSheetSwipeState(root, content, fullscreen, variant, close) {
11
+ const inlineSwipingStyles = ref({});
12
+ const skipSwipe = ref(false);
13
+ const theme = useTheme();
14
+ const isEventSkipped = event => {
15
+ return variant.value === BottomSheetVariant.Basic || event.composedPath().includes(content.value) && fullscreen.value;
16
+ };
17
+ const {
18
+ isSwiping
19
+ } = usePointerSwipe(root, {
20
+ threshold: 12,
21
+ onSwipe(event) {
22
+ skipSwipe.value = isEventSkipped(event);
23
+ if (variant.value === BottomSheetVariant.Advanced) {
24
+ const rootElement = unref(root);
25
+ inlineSwipingStyles.value = {
26
+ transitionProperty: 'none',
27
+ minHeight: `${rootElement.clientHeight - event.offsetY}px`,
28
+ maxHeight: `${rootElement.clientHeight - event.offsetY}px`
29
+ };
30
+ }
31
+ },
32
+ onSwipeEnd(event, direction) {
33
+ if (isEventSkipped(event)) {
34
+ return;
35
+ }
36
+ if (variant.value === BottomSheetVariant.Advanced) {
37
+ switch (direction) {
38
+ case SwipeDirection.UP:
39
+ fullscreen.value = true;
40
+ break;
41
+ case SwipeDirection.DOWN:
42
+ if (fullscreen.value) {
43
+ fullscreen.value = false;
44
+ } else {
45
+ close();
46
+ }
47
+ break;
48
+ }
49
+ }
50
+ }
51
+ });
52
+ const rootInlineStyles = computed(() => {
53
+ if (variant.value === BottomSheetVariant.Basic) {
54
+ return {
55
+ transitionProperty: 'min-height, max-height',
56
+ minHeight: '0',
57
+ maxHeight: `calc(100% - ${theme.spacing.xl})`
58
+ };
59
+ }
60
+ return isSwiping.value && !skipSwipe.value ? inlineSwipingStyles.value : fullscreen.value ? {
61
+ transitionProperty: 'min-height, max-height',
62
+ minHeight: `calc(100% - ${theme.spacing.xl})`,
63
+ maxHeight: `calc(100% - ${theme.spacing.xl})`
64
+ } : {
65
+ transitionProperty: 'min-height, max-height',
66
+ minHeight: '0',
67
+ maxHeight: '50%'
68
+ };
69
+ });
70
+ return {
71
+ rootInlineStyles
72
+ };
73
+ }
74
+
75
+ export { useBottomSheetSwipeState as default };
@@ -1,9 +1,14 @@
1
1
  export { default as OrBottomSheetV3 } from './OrBottomSheet.js';
2
2
  export { BottomSheetVariant } from './props.js';
3
- import '../../index-760079e7.js';
3
+ import '../../index-509d77a1.js';
4
4
  import '../../index-ec92055d.js';
5
5
  import 'vue-demi';
6
6
  import './styles.js';
7
+ import './hooks/useBottomSheetSwipeState.js';
8
+ import '../../hooks/useTheme.js';
9
+ import '../../_commonjsHelpers-48a9cab9.js';
10
+ import 'node:tty';
11
+ import 'node:util';
7
12
  import '../OrOverlayV3/OrOverlay.js';
8
13
  import '../OrOverlayV3/styles.js';
9
14
  import '../OrTeleportV3/OrTeleport.js';
@@ -3,3 +3,4 @@ export declare const BottomSheet: string[];
3
3
  export declare const BottomSheetVariants: Record<BottomSheetVariant, string[]>;
4
4
  export declare const BottomSheetHandle: string[];
5
5
  export declare const BottomSheetHeader: string[];
6
+ export declare const BottomSheetContent: string[];
@@ -37,5 +37,6 @@ const BottomSheetHeader = [
37
37
  'px-lg', 'py-md',
38
38
  // Typography
39
39
  'typography-headline-3'];
40
+ const BottomSheetContent = ['grow'];
40
41
 
41
- export { BottomSheet, BottomSheetHandle, BottomSheetHeader, BottomSheetVariants };
42
+ export { BottomSheet, BottomSheetContent, BottomSheetHandle, BottomSheetHeader, BottomSheetVariants };
@@ -3,7 +3,7 @@ import { ButtonType, ButtonVariant, ButtonColor } from './props.js';
3
3
  import { ButtonRoot, ButtonRootVariants, ButtonRootColors } from './styles.js';
4
4
  import __vue_component__$1 from '../OrLoaderV3/OrLoader.js';
5
5
  import { n as normalizeComponent } from '../../normalize-component-6e8e3d80.js';
6
- import '../../index-760079e7.js';
6
+ import '../../index-509d77a1.js';
7
7
  import '../../index-ec92055d.js';
8
8
  import '../OrLoaderV3/props.js';
9
9
  import '../OrLoaderV3/styles.js';
@@ -3,7 +3,7 @@ export { ButtonColor, ButtonType, ButtonVariant } from './props.js';
3
3
  import 'vue-demi';
4
4
  import './styles.js';
5
5
  import '../OrLoaderV3/OrLoader.js';
6
- import '../../index-760079e7.js';
6
+ import '../../index-509d77a1.js';
7
7
  import '../../index-ec92055d.js';
8
8
  import '../OrLoaderV3/props.js';
9
9
  import '../OrLoaderV3/styles.js';
@@ -14,13 +14,18 @@ import '../OrTooltipV3/OrTooltip.js';
14
14
  import '../OrTooltipV3/styles.js';
15
15
  import '../OrPopoverV3/OrPopover.js';
16
16
  import '../../floating-ui.dom.esm-83eba816.js';
17
- import '../../index-760079e7.js';
17
+ import '../../index-509d77a1.js';
18
18
  import '../../index-ec92055d.js';
19
19
  import '../OrPopoverV3/props.js';
20
20
  import '../OrPopoverV3/styles.js';
21
21
  import '../OrBottomSheetV3/OrBottomSheet.js';
22
22
  import '../OrBottomSheetV3/props.js';
23
23
  import '../OrBottomSheetV3/styles.js';
24
+ import '../OrBottomSheetV3/hooks/useBottomSheetSwipeState.js';
25
+ import '../../hooks/useTheme.js';
26
+ import '../../_commonjsHelpers-48a9cab9.js';
27
+ import 'node:tty';
28
+ import 'node:util';
24
29
  import '../OrOverlayV3/OrOverlay.js';
25
30
  import '../OrOverlayV3/styles.js';
26
31
  import '../OrTeleportV3/OrTeleport.js';