@onereach/ui-components 4.6.3 → 4.6.4-beta.2800.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 (336) hide show
  1. package/dist/bundled/v2/components/OrBottomSheetV3/OrBottomSheet.js +30 -47
  2. package/dist/bundled/v2/components/OrBottomSheetV3/OrBottomSheet.vue.d.ts +19 -10
  3. package/dist/bundled/v2/components/OrBottomSheetV3/index.js +1 -0
  4. package/dist/bundled/v2/components/OrCardCollectionV3/OrCardCollection.js +2 -1
  5. package/dist/bundled/v2/components/OrCardCollectionV3/index.js +2 -1
  6. package/dist/bundled/v2/components/OrConfirmV3/OrConfirm.js +28 -52
  7. package/dist/bundled/v2/components/OrConfirmV3/OrConfirm.vue.d.ts +18 -36
  8. package/dist/bundled/v2/components/OrConfirmV3/index.js +1 -0
  9. package/dist/bundled/v2/components/OrDatePickerV3/OrDatePicker.js +3 -2
  10. package/dist/bundled/v2/components/OrDatePickerV3/index.js +2 -1
  11. package/dist/bundled/v2/components/OrDateTimePickerV3/OrDateTimePicker.js +4 -3
  12. package/dist/bundled/v2/components/OrDateTimePickerV3/index.js +2 -1
  13. package/dist/bundled/v2/components/OrIconButtonV3/OrIconButton.js +2 -1
  14. package/dist/bundled/v2/components/OrIconButtonV3/index.js +2 -1
  15. package/dist/bundled/v2/components/OrInlineInputV3/OrInlineInput.js +2 -1
  16. package/dist/bundled/v2/components/OrInlineInputV3/index.js +2 -1
  17. package/dist/bundled/v2/components/OrInlineTextareaV3/OrInlineTextarea.js +2 -1
  18. package/dist/bundled/v2/components/OrInlineTextareaV3/index.js +2 -1
  19. package/dist/bundled/v2/components/OrInputV3/OrInput.js +2 -1
  20. package/dist/bundled/v2/components/OrInputV3/index.js +2 -1
  21. package/dist/bundled/v2/components/OrMenuV3/OrMenu.js +21 -48
  22. package/dist/bundled/v2/components/OrMenuV3/OrMenu.vue.d.ts +13 -16
  23. package/dist/bundled/v2/components/OrMenuV3/index.js +1 -0
  24. package/dist/bundled/v2/components/OrModalV3/OrModal.js +220 -65
  25. package/dist/bundled/v2/components/OrModalV3/OrModal.vue.d.ts +13 -19
  26. package/dist/bundled/v2/components/OrModalV3/index.js +9 -8
  27. package/dist/bundled/v2/components/OrModalV3/styles.d.ts +0 -3
  28. package/dist/bundled/v2/components/OrModalV3/styles.js +1 -16
  29. package/dist/bundled/v2/components/OrNotificationV3/OrNotification.js +2 -1
  30. package/dist/bundled/v2/components/OrNotificationV3/index.js +2 -1
  31. package/dist/bundled/v2/components/OrPaginationV3/OrPagination.js +2 -1
  32. package/dist/bundled/v2/components/OrPaginationV3/index.js +1 -0
  33. package/dist/bundled/v2/components/OrPopoverV3/OrPopover.js +31 -102
  34. package/dist/bundled/v2/components/OrPopoverV3/OrPopover.vue.d.ts +19 -12
  35. package/dist/bundled/v2/components/OrPopoverV3/index.js +1 -0
  36. package/dist/bundled/v2/components/OrSearchV3/OrSearch.js +1 -0
  37. package/dist/bundled/v2/components/OrSearchV3/index.js +1 -0
  38. package/dist/bundled/v2/components/OrSelectV3/OrSelect.js +1 -0
  39. package/dist/bundled/v2/components/OrSelectV3/index.js +1 -0
  40. package/dist/bundled/v2/components/OrSidebarV3/OrSidebar.js +1 -0
  41. package/dist/bundled/v2/components/OrSidebarV3/index.js +1 -0
  42. package/dist/bundled/v2/components/OrTabsV3/OrTabs.js +1 -0
  43. package/dist/bundled/v2/components/OrTabsV3/index.js +1 -0
  44. package/dist/bundled/v2/components/OrTagV3/OrTag.js +2 -1
  45. package/dist/bundled/v2/components/OrTagV3/index.js +2 -1
  46. package/dist/bundled/v2/components/OrTagsV3/OrTags.js +1 -0
  47. package/dist/bundled/v2/components/OrTagsV3/index.js +1 -0
  48. package/dist/bundled/v2/components/OrTimePickerV3/OrTimePicker.js +2 -1
  49. package/dist/bundled/v2/components/OrTimePickerV3/index.js +1 -0
  50. package/dist/bundled/v2/components/OrToastContainerV3/OrToastContainer.js +1 -0
  51. package/dist/bundled/v2/components/OrToastContainerV3/index.js +1 -0
  52. package/dist/bundled/v2/components/OrToastV3/OrToast.js +2 -1
  53. package/dist/bundled/v2/components/OrToastV3/index.js +2 -1
  54. package/dist/bundled/v2/components/OrTooltipV3/OrTooltip.js +32 -39
  55. package/dist/bundled/v2/components/OrTooltipV3/OrTooltip.vue.d.ts +20 -17
  56. package/dist/bundled/v2/components/OrTooltipV3/index.js +2 -1
  57. package/dist/bundled/v2/components/index.js +2 -1
  58. package/dist/bundled/v2/hooks/index.d.ts +1 -0
  59. package/dist/bundled/v2/hooks/index.js +1 -0
  60. package/dist/bundled/v2/hooks/useControlAttributes.d.ts +1 -2
  61. package/dist/bundled/v2/hooks/useElevation.js +3 -1
  62. package/dist/bundled/v2/hooks/usePopoverState.d.ts +11 -0
  63. package/dist/bundled/v2/hooks/usePopoverState.js +42 -0
  64. package/dist/bundled/v2/hooks/useValidationAttributes.d.ts +1 -2
  65. package/dist/bundled/v2/index.js +3 -2
  66. package/dist/bundled/v3/{OrBottomSheet.vue_vue_type_script_lang-a81b2abb.js → OrBottomSheet.vue_vue_type_script_lang-aebedcb2.js} +28 -45
  67. package/dist/bundled/v3/{OrCardCollection.vue_vue_type_script_lang-f2d222a5.js → OrCardCollection.vue_vue_type_script_lang-d15329fd.js} +3 -3
  68. package/dist/bundled/v3/{OrConfirm.vue_vue_type_script_lang-b1b13331.js → OrConfirm.vue_vue_type_script_lang-84f80066.js} +28 -52
  69. package/dist/bundled/v3/{OrDatePicker.vue_vue_type_script_lang-31f5d798.js → OrDatePicker.vue_vue_type_script_lang-92222927.js} +3 -3
  70. package/dist/bundled/v3/{OrDateTimePicker.vue_vue_type_script_lang-a0354296.js → OrDateTimePicker.vue_vue_type_script_lang-81f3cb69.js} +3 -3
  71. package/dist/bundled/v3/{OrDateTimePickerMonthSelect-98b935cb.js → OrDateTimePickerMonthSelect-354e1af8.js} +2 -2
  72. package/dist/bundled/v3/{OrIconButton.vue_vue_type_script_lang-5bba9f3f.js → OrIconButton.vue_vue_type_script_lang-fe97e57a.js} +1 -1
  73. package/dist/bundled/v3/{OrInlineInput.vue_vue_type_script_lang-3c6b0958.js → OrInlineInput.vue_vue_type_script_lang-3131ae11.js} +1 -1
  74. package/dist/bundled/v3/{OrInlineTextarea.vue_vue_type_script_lang-da59cd8e.js → OrInlineTextarea.vue_vue_type_script_lang-db28519e.js} +1 -1
  75. package/dist/bundled/v3/{OrInput.vue_vue_type_script_lang-d08b3796.js → OrInput.vue_vue_type_script_lang-5f74dd08.js} +1 -1
  76. package/dist/bundled/v3/OrMenu.vue_vue_type_script_lang-1f45bf44.js +66 -0
  77. package/dist/bundled/v3/OrModal.vue_vue_type_script_lang-31c15ba1.js +160 -0
  78. package/dist/bundled/v3/{OrNotification.vue_vue_type_script_lang-463e1a82.js → OrNotification.vue_vue_type_script_lang-89bbc41f.js} +1 -1
  79. package/dist/bundled/v3/{OrPagination.vue_vue_type_script_lang-bdc8d9fb.js → OrPagination.vue_vue_type_script_lang-1835d432.js} +1 -1
  80. package/dist/bundled/v3/{OrPopover.vue_vue_type_script_lang-7b1b2488.js → OrPopover.vue_vue_type_script_lang-c75dbd63.js} +27 -98
  81. package/dist/bundled/v3/{OrSearch.vue_vue_type_script_lang-940d8e1f.js → OrSearch.vue_vue_type_script_lang-142ab019.js} +1 -1
  82. package/dist/bundled/v3/{OrSelect.vue_vue_type_script_lang-1c77663e.js → OrSelect.vue_vue_type_script_lang-0ab50e13.js} +3 -3
  83. package/dist/bundled/v3/{OrSidebar.vue_vue_type_script_lang-780eaa84.js → OrSidebar.vue_vue_type_script_lang-23c6a11f.js} +1 -1
  84. package/dist/bundled/v3/{OrTabs.vue_vue_type_script_lang-9d4221f1.js → OrTabs.vue_vue_type_script_lang-255f33d2.js} +1 -1
  85. package/dist/bundled/v3/{OrTag.vue_vue_type_script_lang-09948d1f.js → OrTag.vue_vue_type_script_lang-f4321103.js} +1 -1
  86. package/dist/bundled/v3/{OrTags.vue_vue_type_script_lang-71fb4f1d.js → OrTags.vue_vue_type_script_lang-4684a9c5.js} +2 -2
  87. package/dist/bundled/v3/{OrTimePicker.vue_vue_type_script_lang-21be27c6.js → OrTimePicker.vue_vue_type_script_lang-e9684fe9.js} +2 -2
  88. package/dist/bundled/v3/OrTooltip.vue_vue_type_script_lang-f3ccffce.js +56 -0
  89. package/dist/bundled/v3/components/OrBottomSheetV3/OrBottomSheet.js +7 -6
  90. package/dist/bundled/v3/components/OrBottomSheetV3/OrBottomSheet.vue.d.ts +16 -10
  91. package/dist/bundled/v3/components/OrBottomSheetV3/index.js +3 -2
  92. package/dist/bundled/v3/components/OrCardCollectionV3/OrCardCollection.js +12 -11
  93. package/dist/bundled/v3/components/OrCardCollectionV3/index.js +11 -10
  94. package/dist/bundled/v3/components/OrConfirmV3/OrConfirm.js +11 -10
  95. package/dist/bundled/v3/components/OrConfirmV3/OrConfirm.vue.d.ts +18 -35
  96. package/dist/bundled/v3/components/OrConfirmV3/index.js +8 -7
  97. package/dist/bundled/v3/components/OrDatePickerV3/OrDatePicker.js +11 -10
  98. package/dist/bundled/v3/components/OrDatePickerV3/index.js +9 -8
  99. package/dist/bundled/v3/components/OrDateTimePickerV3/OrDateTimePicker.js +12 -11
  100. package/dist/bundled/v3/components/OrDateTimePickerV3/index.js +9 -8
  101. package/dist/bundled/v3/components/OrIconButtonV3/OrIconButton.js +8 -7
  102. package/dist/bundled/v3/components/OrIconButtonV3/index.js +7 -6
  103. package/dist/bundled/v3/components/OrInlineInputV3/OrInlineInput.js +9 -8
  104. package/dist/bundled/v3/components/OrInlineInputV3/index.js +8 -7
  105. package/dist/bundled/v3/components/OrInlineTextareaV3/OrInlineTextarea.js +9 -8
  106. package/dist/bundled/v3/components/OrInlineTextareaV3/index.js +8 -7
  107. package/dist/bundled/v3/components/OrInputV3/OrInput.js +9 -8
  108. package/dist/bundled/v3/components/OrInputV3/index.js +8 -7
  109. package/dist/bundled/v3/components/OrMenuV3/OrMenu.js +9 -8
  110. package/dist/bundled/v3/components/OrMenuV3/OrMenu.vue.d.ts +13 -5
  111. package/dist/bundled/v3/components/OrMenuV3/index.js +5 -4
  112. package/dist/bundled/v3/components/OrModalV3/OrModal.js +36 -33
  113. package/dist/bundled/v3/components/OrModalV3/OrModal.vue.d.ts +14 -16
  114. package/dist/bundled/v3/components/OrModalV3/index.js +15 -14
  115. package/dist/bundled/v3/components/OrModalV3/styles.d.ts +0 -3
  116. package/dist/bundled/v3/components/OrModalV3/styles.js +1 -16
  117. package/dist/bundled/v3/components/OrNotificationV3/OrNotification.js +9 -8
  118. package/dist/bundled/v3/components/OrNotificationV3/index.js +8 -7
  119. package/dist/bundled/v3/components/OrOverlayV3/OrOverlay.js +2 -2
  120. package/dist/bundled/v3/components/OrOverlayV3/index.js +1 -1
  121. package/dist/bundled/v3/components/OrPaginationV3/OrPagination.js +8 -7
  122. package/dist/bundled/v3/components/OrPaginationV3/index.js +6 -5
  123. package/dist/bundled/v3/components/OrPopoverV3/OrPopover.js +8 -7
  124. package/dist/bundled/v3/components/OrPopoverV3/OrPopover.vue.d.ts +16 -11
  125. package/dist/bundled/v3/components/OrPopoverV3/index.js +4 -3
  126. package/dist/bundled/v3/components/OrSearchV3/OrSearch.js +9 -8
  127. package/dist/bundled/v3/components/OrSearchV3/index.js +8 -7
  128. package/dist/bundled/v3/components/OrSelectV3/OrSelect.js +10 -9
  129. package/dist/bundled/v3/components/OrSelectV3/index.js +9 -8
  130. package/dist/bundled/v3/components/OrSidebarV3/OrSidebar.js +8 -7
  131. package/dist/bundled/v3/components/OrSidebarV3/index.js +7 -6
  132. package/dist/bundled/v3/components/OrTabsV3/OrTabs.js +7 -6
  133. package/dist/bundled/v3/components/OrTabsV3/index.js +6 -5
  134. package/dist/bundled/v3/components/OrTagV3/OrTag.js +9 -8
  135. package/dist/bundled/v3/components/OrTagV3/index.js +8 -7
  136. package/dist/bundled/v3/components/OrTagsV3/OrTags.js +9 -8
  137. package/dist/bundled/v3/components/OrTagsV3/index.js +8 -7
  138. package/dist/bundled/v3/components/OrTimePickerV3/OrTimePicker.js +9 -8
  139. package/dist/bundled/v3/components/OrTimePickerV3/index.js +7 -6
  140. package/dist/bundled/v3/components/OrToastContainerV3/OrToastContainer.js +8 -7
  141. package/dist/bundled/v3/components/OrToastContainerV3/index.js +7 -6
  142. package/dist/bundled/v3/components/OrToastV3/OrToast.js +7 -6
  143. package/dist/bundled/v3/components/OrToastV3/index.js +8 -7
  144. package/dist/bundled/v3/components/OrTooltipV3/OrTooltip.js +13 -10
  145. package/dist/bundled/v3/components/OrTooltipV3/OrTooltip.vue.d.ts +17 -6
  146. package/dist/bundled/v3/components/OrTooltipV3/index.js +6 -5
  147. package/dist/bundled/v3/components/index.js +26 -25
  148. package/dist/bundled/v3/hooks/index.d.ts +1 -0
  149. package/dist/bundled/v3/hooks/index.js +1 -0
  150. package/dist/bundled/v3/hooks/useControlAttributes.d.ts +1 -2
  151. package/dist/bundled/v3/hooks/useElevation.js +3 -1
  152. package/dist/bundled/v3/hooks/usePopoverState.d.ts +11 -0
  153. package/dist/bundled/v3/hooks/usePopoverState.js +42 -0
  154. package/dist/bundled/v3/hooks/useValidationAttributes.d.ts +1 -2
  155. package/dist/bundled/v3/index.js +27 -26
  156. package/dist/esm/v2/{OrBottomSheet-ffa029ca.js → OrBottomSheet-0592ccb2.js} +31 -48
  157. package/dist/esm/v2/{OrCardCollection-02970752.js → OrCardCollection-2b9bc050.js} +4 -4
  158. package/dist/esm/v2/{OrConfirm-308e93bc.js → OrConfirm-3f19c23b.js} +30 -54
  159. package/dist/esm/v2/{OrDatePicker-a79b777e.js → OrDatePicker-e991e7b2.js} +4 -4
  160. package/dist/esm/v2/{OrDateTimePicker-6fe4969d.js → OrDateTimePicker-7bbd81d1.js} +5 -5
  161. package/dist/esm/v2/{OrDateTimePickerMonthSelect-355ea67d.js → OrDateTimePickerMonthSelect-d75a849c.js} +3 -3
  162. package/dist/esm/v2/{OrIconButton-ee747c71.js → OrIconButton-75972865.js} +2 -2
  163. package/dist/esm/v2/{OrInlineInput-a131caf4.js → OrInlineInput-cf17dbb2.js} +1 -1
  164. package/dist/esm/v2/{OrInlineTextarea-7cc45396.js → OrInlineTextarea-2b0e2f39.js} +1 -1
  165. package/dist/esm/v2/{OrInput-3eeca714.js → OrInput-1a2b8ad9.js} +1 -1
  166. package/dist/esm/v2/{OrMenu-8b902c22.js → OrMenu-a35caf3b.js} +23 -49
  167. package/dist/esm/v2/OrModal-4aaae6bc.js +312 -0
  168. package/dist/esm/v2/{OrNotification-16e6d4ff.js → OrNotification-a773f1df.js} +1 -1
  169. package/dist/esm/v2/{OrOverlay-4c8c11e2.js → OrOverlay-f791976c.js} +1 -1
  170. package/dist/esm/v2/{OrPagination-36583054.js → OrPagination-3513165d.js} +3 -3
  171. package/dist/esm/v2/{OrPopover-80459663.js → OrPopover-a8950b85.js} +33 -104
  172. package/dist/esm/v2/{OrSearch-fa824e87.js → OrSearch-19c157b3.js} +1 -1
  173. package/dist/esm/v2/{OrSelect-d5fecc34.js → OrSelect-991b8be3.js} +3 -3
  174. package/dist/esm/v2/{OrSidebar-638b1d60.js → OrSidebar-bfbb8b0a.js} +1 -1
  175. package/dist/esm/v2/{OrSidebarCollapseButton-2c81d465.js → OrSidebarCollapseButton-a98037d6.js} +1 -1
  176. package/dist/esm/v2/{OrTabs-653258a2.js → OrTabs-abf290af.js} +2 -2
  177. package/dist/esm/v2/{OrTag-6256623c.js → OrTag-aa46cecd.js} +1 -1
  178. package/dist/esm/v2/{OrTags-db2608dc.js → OrTags-2a567e79.js} +2 -2
  179. package/dist/esm/v2/{OrTimePicker-5470d7a0.js → OrTimePicker-766637cb.js} +3 -3
  180. package/dist/esm/v2/{OrTooltip-5a6e0f64.js → OrTooltip-0dc63c1a.js} +33 -40
  181. package/dist/esm/v2/components/index.js +28 -27
  182. package/dist/esm/v2/components/or-bottom-sheet-v3/OrBottomSheet.vue.d.ts +19 -10
  183. package/dist/esm/v2/components/or-bottom-sheet-v3/index.js +4 -3
  184. package/dist/esm/v2/components/or-card-collection-v3/index.js +11 -10
  185. package/dist/esm/v2/components/or-confirm-v3/OrConfirm.vue.d.ts +18 -36
  186. package/dist/esm/v2/components/or-confirm-v3/index.js +9 -8
  187. package/dist/esm/v2/components/or-date-picker-v3/index.js +10 -9
  188. package/dist/esm/v2/components/or-date-time-picker-v3/index.js +10 -9
  189. package/dist/esm/v2/components/or-icon-button-v3/index.js +7 -6
  190. package/dist/esm/v2/components/or-inline-input-v3/index.js +8 -7
  191. package/dist/esm/v2/components/or-inline-textarea-v3/index.js +8 -7
  192. package/dist/esm/v2/components/or-input-v3/index.js +8 -7
  193. package/dist/esm/v2/components/or-menu-v3/OrMenu.vue.d.ts +13 -16
  194. package/dist/esm/v2/components/or-menu-v3/index.js +7 -6
  195. package/dist/esm/v2/components/or-modal-v3/OrModal.vue.d.ts +13 -19
  196. package/dist/esm/v2/components/or-modal-v3/index.js +12 -11
  197. package/dist/esm/v2/components/or-modal-v3/partials/or-modal-content/OrModalContent.vue.d.ts +8 -0
  198. package/dist/esm/v2/components/or-modal-v3/partials/or-modal-content/styles.d.ts +1 -0
  199. package/dist/esm/v2/components/or-modal-v3/partials/or-modal-footer/OrModalFooter.vue.d.ts +8 -0
  200. package/dist/esm/v2/components/or-modal-v3/partials/or-modal-footer/styles.d.ts +1 -0
  201. package/dist/esm/v2/components/or-modal-v3/partials/or-modal-header/OrModalHeader.vue.d.ts +12 -0
  202. package/dist/esm/v2/components/or-modal-v3/partials/or-modal-header/styles.d.ts +1 -0
  203. package/dist/esm/v2/components/or-modal-v3/styles.d.ts +0 -3
  204. package/dist/esm/v2/components/or-notification-v3/index.js +8 -7
  205. package/dist/esm/v2/components/or-overlay-v3/index.js +2 -2
  206. package/dist/esm/v2/components/or-pagination-v3/index.js +7 -6
  207. package/dist/esm/v2/components/or-popover-v3/OrPopover.vue.d.ts +19 -12
  208. package/dist/esm/v2/components/or-popover-v3/index.js +5 -4
  209. package/dist/esm/v2/components/or-search-v3/index.js +9 -8
  210. package/dist/esm/v2/components/or-select-v3/index.js +10 -9
  211. package/dist/esm/v2/components/or-sidebar-v3/index.js +9 -8
  212. package/dist/esm/v2/components/or-sidebar-v3/partials/index.js +8 -7
  213. package/dist/esm/v2/components/or-sidebar-v3/partials/or-sidebar-collapse-button/index.js +8 -7
  214. package/dist/esm/v2/components/or-tabs-v3/index.js +7 -6
  215. package/dist/esm/v2/components/or-tag-v3/index.js +8 -7
  216. package/dist/esm/v2/components/or-tags-v3/index.js +9 -8
  217. package/dist/esm/v2/components/or-time-picker-v3/index.js +8 -7
  218. package/dist/esm/v2/components/or-toast-v3/index.js +8 -7
  219. package/dist/esm/v2/components/or-toast-v3/or-toast-container-v3/index.js +8 -7
  220. package/dist/esm/v2/components/or-tooltip-v3/OrTooltip.vue.d.ts +20 -17
  221. package/dist/esm/v2/components/or-tooltip-v3/index.js +7 -6
  222. package/dist/esm/v2/hooks/index.d.ts +1 -0
  223. package/dist/esm/v2/hooks/index.js +2 -1
  224. package/dist/esm/v2/hooks/useControlAttributes.d.ts +1 -2
  225. package/dist/esm/v2/hooks/usePopoverState.d.ts +11 -0
  226. package/dist/esm/v2/hooks/useValidationAttributes.d.ts +1 -2
  227. package/dist/esm/v2/index.js +28 -27
  228. package/dist/esm/v2/{types-4a7d24f3.js → types-f30860ee.js} +2 -2
  229. package/dist/esm/{v3/useElevation-b5a49746.js → v2/useElevation-a50ec347.js} +3 -1
  230. package/dist/esm/v2/usePopoverState-8a95a300.js +42 -0
  231. package/dist/esm/v3/{OrBottomSheet-5969a217.js → OrBottomSheet-a39fb331.js} +31 -48
  232. package/dist/esm/v3/{OrCardCollection-4401de57.js → OrCardCollection-3d652a34.js} +4 -4
  233. package/dist/esm/v3/{OrConfirm-671148e8.js → OrConfirm-cb0b2b78.js} +30 -54
  234. package/dist/esm/v3/{OrDatePicker-7cb1da75.js → OrDatePicker-6a44ad41.js} +4 -4
  235. package/dist/esm/v3/{OrDateTimePicker-3cf882f6.js → OrDateTimePicker-2cbcf8c7.js} +5 -5
  236. package/dist/esm/v3/{OrDateTimePickerMonthSelect-bd26a294.js → OrDateTimePickerMonthSelect-2f61d92f.js} +3 -3
  237. package/dist/esm/v3/{OrIconButton-b7217ea5.js → OrIconButton-e34a20eb.js} +2 -2
  238. package/dist/esm/v3/{OrInlineInput-dcb28ea2.js → OrInlineInput-ad0d4264.js} +1 -1
  239. package/dist/esm/v3/{OrInlineTextarea-88eac437.js → OrInlineTextarea-b5ec488d.js} +1 -1
  240. package/dist/esm/v3/{OrInput-238fd1c0.js → OrInput-a9aeef6e.js} +1 -1
  241. package/dist/esm/v3/{OrMenu-8a53ccf9.js → OrMenu-f590d761.js} +24 -50
  242. package/dist/esm/v3/OrModal-9dc09e95.js +226 -0
  243. package/dist/esm/v3/{OrNotification-09216b8b.js → OrNotification-69031471.js} +1 -1
  244. package/dist/esm/v3/{OrOverlay-bf72f582.js → OrOverlay-28952099.js} +1 -1
  245. package/dist/esm/v3/{OrPagination-c6046af4.js → OrPagination-f3be120f.js} +3 -3
  246. package/dist/esm/v3/{OrPopover-15c2968f.js → OrPopover-ebd57053.js} +31 -102
  247. package/dist/esm/v3/{OrSearch-cd0f6a88.js → OrSearch-5576cf14.js} +1 -1
  248. package/dist/esm/v3/{OrSelect-ce7f58cf.js → OrSelect-0b3ebce9.js} +3 -3
  249. package/dist/esm/v3/{OrSidebar-1579ad80.js → OrSidebar-303ef558.js} +1 -1
  250. package/dist/esm/v3/{OrSidebarCollapseButton-2668946c.js → OrSidebarCollapseButton-d7f004df.js} +1 -1
  251. package/dist/esm/v3/{OrTabs-a2d87627.js → OrTabs-b6c8077c.js} +2 -2
  252. package/dist/esm/v3/{OrTag-8605e9e6.js → OrTag-4ac45254.js} +1 -1
  253. package/dist/esm/v3/{OrTags-3724ff59.js → OrTags-de9f065e.js} +2 -2
  254. package/dist/esm/v3/{OrTimePicker-a5921c6f.js → OrTimePicker-0fe72767.js} +3 -3
  255. package/dist/esm/v3/{OrTooltip-3d5fcaf9.js → OrTooltip-edb28095.js} +28 -41
  256. package/dist/esm/v3/components/index.js +28 -27
  257. package/dist/esm/v3/components/or-bottom-sheet-v3/OrBottomSheet.vue.d.ts +16 -10
  258. package/dist/esm/v3/components/or-bottom-sheet-v3/index.js +4 -3
  259. package/dist/esm/v3/components/or-card-collection-v3/index.js +11 -10
  260. package/dist/esm/v3/components/or-confirm-v3/OrConfirm.vue.d.ts +18 -35
  261. package/dist/esm/v3/components/or-confirm-v3/index.js +9 -8
  262. package/dist/esm/v3/components/or-date-picker-v3/index.js +10 -9
  263. package/dist/esm/v3/components/or-date-time-picker-v3/index.js +10 -9
  264. package/dist/esm/v3/components/or-icon-button-v3/index.js +7 -6
  265. package/dist/esm/v3/components/or-inline-input-v3/index.js +8 -7
  266. package/dist/esm/v3/components/or-inline-textarea-v3/index.js +8 -7
  267. package/dist/esm/v3/components/or-input-v3/index.js +8 -7
  268. package/dist/esm/v3/components/or-menu-v3/OrMenu.vue.d.ts +13 -5
  269. package/dist/esm/v3/components/or-menu-v3/index.js +7 -6
  270. package/dist/esm/v3/components/or-modal-v3/OrModal.vue.d.ts +14 -16
  271. package/dist/esm/v3/components/or-modal-v3/index.js +11 -10
  272. package/dist/esm/v3/components/or-modal-v3/partials/or-modal-content/OrModalContent.vue.d.ts +5 -0
  273. package/dist/esm/v3/components/or-modal-v3/partials/or-modal-content/styles.d.ts +1 -0
  274. package/dist/esm/v3/components/or-modal-v3/partials/or-modal-footer/OrModalFooter.vue.d.ts +5 -0
  275. package/dist/esm/v3/components/or-modal-v3/partials/or-modal-footer/styles.d.ts +1 -0
  276. package/dist/esm/v3/components/or-modal-v3/partials/or-modal-header/OrModalHeader.vue.d.ts +7 -0
  277. package/dist/esm/v3/components/or-modal-v3/partials/or-modal-header/styles.d.ts +1 -0
  278. package/dist/esm/v3/components/or-modal-v3/styles.d.ts +0 -3
  279. package/dist/esm/v3/components/or-notification-v3/index.js +8 -7
  280. package/dist/esm/v3/components/or-overlay-v3/index.js +2 -2
  281. package/dist/esm/v3/components/or-pagination-v3/index.js +7 -6
  282. package/dist/esm/v3/components/or-popover-v3/OrPopover.vue.d.ts +16 -11
  283. package/dist/esm/v3/components/or-popover-v3/index.js +5 -4
  284. package/dist/esm/v3/components/or-search-v3/index.js +9 -8
  285. package/dist/esm/v3/components/or-select-v3/index.js +10 -9
  286. package/dist/esm/v3/components/or-sidebar-v3/index.js +9 -8
  287. package/dist/esm/v3/components/or-sidebar-v3/partials/index.js +8 -7
  288. package/dist/esm/v3/components/or-sidebar-v3/partials/or-sidebar-collapse-button/index.js +8 -7
  289. package/dist/esm/v3/components/or-tabs-v3/index.js +7 -6
  290. package/dist/esm/v3/components/or-tag-v3/index.js +8 -7
  291. package/dist/esm/v3/components/or-tags-v3/index.js +9 -8
  292. package/dist/esm/v3/components/or-time-picker-v3/index.js +8 -7
  293. package/dist/esm/v3/components/or-toast-v3/index.js +8 -7
  294. package/dist/esm/v3/components/or-toast-v3/or-toast-container-v3/index.js +8 -7
  295. package/dist/esm/v3/components/or-tooltip-v3/OrTooltip.vue.d.ts +17 -6
  296. package/dist/esm/v3/components/or-tooltip-v3/index.js +7 -6
  297. package/dist/esm/v3/hooks/index.d.ts +1 -0
  298. package/dist/esm/v3/hooks/index.js +2 -1
  299. package/dist/esm/v3/hooks/useControlAttributes.d.ts +1 -2
  300. package/dist/esm/v3/hooks/usePopoverState.d.ts +11 -0
  301. package/dist/esm/v3/hooks/useValidationAttributes.d.ts +1 -2
  302. package/dist/esm/v3/index.js +28 -27
  303. package/dist/esm/v3/{types-9e1555eb.js → types-60f3dd35.js} +2 -2
  304. package/dist/esm/{v2/useElevation-b5a49746.js → v3/useElevation-a50ec347.js} +3 -1
  305. package/dist/esm/v3/usePopoverState-8a95a300.js +42 -0
  306. package/package.json +2 -3
  307. package/src/components/or-bottom-sheet-v3/OrBottomSheet.vue +29 -58
  308. package/src/components/or-confirm-v3/OrConfirm.vue +29 -50
  309. package/src/components/or-date-picker-v3/OrDatePicker.vue +1 -1
  310. package/src/components/or-date-time-picker-v3/OrDateTimePicker.vue +2 -2
  311. package/src/components/or-menu-v3/OrMenu.vue +18 -40
  312. package/src/components/or-modal-v3/OrModal.vue +32 -66
  313. package/src/components/or-modal-v3/partials/or-modal-content/OrModalContent.vue +37 -0
  314. package/src/components/or-modal-v3/partials/or-modal-content/styles.ts +10 -0
  315. package/src/components/or-modal-v3/partials/or-modal-footer/OrModalFooter.vue +37 -0
  316. package/src/components/or-modal-v3/partials/or-modal-footer/styles.ts +4 -0
  317. package/src/components/or-modal-v3/partials/or-modal-header/OrModalHeader.vue +54 -0
  318. package/src/components/or-modal-v3/partials/or-modal-header/styles.ts +10 -0
  319. package/src/components/or-modal-v3/styles.ts +0 -25
  320. package/src/components/or-pagination-v3/OrPagination.vue +1 -1
  321. package/src/components/or-popover-v3/OrPopover.vue +28 -125
  322. package/src/components/or-time-picker-v3/OrTimePicker.vue +1 -1
  323. package/src/components/or-tooltip-v3/OrTooltip.vue +24 -40
  324. package/src/hooks/index.ts +1 -0
  325. package/src/hooks/useControlAttributes.ts +1 -1
  326. package/src/hooks/useElevation.ts +3 -1
  327. package/src/hooks/usePopoverState.ts +66 -0
  328. package/src/hooks/useValidationAttributes.ts +1 -1
  329. package/dist/bundled/v3/OrMenu.vue_vue_type_script_lang-115f2c60.js +0 -93
  330. package/dist/bundled/v3/OrModal.vue_vue_type_script_lang-202c4e2f.js +0 -71
  331. package/dist/bundled/v3/OrTooltip.vue_vue_type_script_lang-bb3db5bf.js +0 -72
  332. package/dist/esm/v2/OrModal-1f80d87f.js +0 -174
  333. package/dist/esm/v3/OrModal-1366926a.js +0 -150
  334. /package/dist/bundled/v2/{OrDateTimePickerMonthSelect-30f79990.js → OrDateTimePickerMonthSelect-9a8e332c.js} +0 -0
  335. /package/dist/bundled/v3/{OrOverlay.vue_vue_type_script_lang-86c7b93a.js → OrOverlay.vue_vue_type_script_lang-29ff6fd8.js} +0 -0
  336. /package/dist/bundled/v3/{OrToastContainer.vue_vue_type_script_lang-485ef171.js → OrToastContainer.vue_vue_type_script_lang-461fb6d1.js} +0 -0
@@ -1,5 +1,5 @@
1
- import { s as script } from '../../OrNotification.vue_vue_type_script_lang-463e1a82.js';
2
- export { s as default } from '../../OrNotification.vue_vue_type_script_lang-463e1a82.js';
1
+ import { s as script } from '../../OrNotification.vue_vue_type_script_lang-89bbc41f.js';
2
+ export { s as default } from '../../OrNotification.vue_vue_type_script_lang-89bbc41f.js';
3
3
  import { resolveComponent, openBlock, createElementBlock, normalizeClass, createElementVNode, createVNode, renderSlot, createBlock, withModifiers, createCommentVNode } from 'vue';
4
4
  import 'vue-demi';
5
5
  import './props.js';
@@ -9,29 +9,30 @@ import '../../OrIcon.vue_vue_type_script_lang-73f9cc63.js';
9
9
  import '../OrIconV3/props.js';
10
10
  import '../OrIconV3/styles.js';
11
11
  import '../OrIconButtonV3/OrIconButton.js';
12
- import '../../OrIconButton.vue_vue_type_script_lang-5bba9f3f.js';
12
+ import '../../OrIconButton.vue_vue_type_script_lang-fe97e57a.js';
13
13
  import '../OrIconButtonV3/props.js';
14
14
  import '../OrIconButtonV3/styles.js';
15
15
  import '../OrTooltipV3/OrTooltip.js';
16
- import '../../OrTooltip.vue_vue_type_script_lang-bb3db5bf.js';
17
- import '@vueuse/core';
16
+ import '../../OrTooltip.vue_vue_type_script_lang-f3ccffce.js';
18
17
  import '../OrTooltipV3/styles.js';
19
18
  import '../OrPopoverV3/OrPopover.js';
20
- import '../../OrPopover.vue_vue_type_script_lang-7b1b2488.js';
19
+ import '../../OrPopover.vue_vue_type_script_lang-c75dbd63.js';
21
20
  import '../../floating-ui.dom.esm-83eba816.js';
21
+ import '@vueuse/core';
22
22
  import '../OrPopoverV3/props.js';
23
23
  import '../OrPopoverV3/styles.js';
24
24
  import '../OrBottomSheetV3/OrBottomSheet.js';
25
- import '../../OrBottomSheet.vue_vue_type_script_lang-a81b2abb.js';
25
+ import '../../OrBottomSheet.vue_vue_type_script_lang-aebedcb2.js';
26
26
  import '../OrBottomSheetV3/props.js';
27
27
  import '../OrBottomSheetV3/styles.js';
28
28
  import '../OrOverlayV3/OrOverlay.js';
29
- import '../../OrOverlay.vue_vue_type_script_lang-86c7b93a.js';
29
+ import '../../OrOverlay.vue_vue_type_script_lang-29ff6fd8.js';
30
30
  import '../OrOverlayV3/styles.js';
31
31
  import '../OrTeleportV3/OrTeleport.js';
32
32
  import '../../OrTeleport.vue3.vue_vue_type_script_lang-a6ce162e.js';
33
33
  import '../../hooks/useElevation.js';
34
34
  import '../../utils/isVisible.js';
35
+ import '../../hooks/usePopoverState.js';
35
36
  import '../../hooks/useResponsive/useResponsive.js';
36
37
 
37
38
  const _hoisted_1 = {
@@ -1,5 +1,5 @@
1
1
  export { NotificationVariant } from './props.js';
2
- export { s as OrNotificationV3 } from '../../OrNotification.vue_vue_type_script_lang-463e1a82.js';
2
+ export { s as OrNotificationV3 } from '../../OrNotification.vue_vue_type_script_lang-89bbc41f.js';
3
3
  import 'vue-demi';
4
4
  import './styles.js';
5
5
  import '../OrIconV3/OrIcon.js';
@@ -8,27 +8,28 @@ import '../OrIconV3/props.js';
8
8
  import '../OrIconV3/styles.js';
9
9
  import 'vue';
10
10
  import '../OrIconButtonV3/OrIconButton.js';
11
- import '../../OrIconButton.vue_vue_type_script_lang-5bba9f3f.js';
11
+ import '../../OrIconButton.vue_vue_type_script_lang-fe97e57a.js';
12
12
  import '../OrIconButtonV3/props.js';
13
13
  import '../OrIconButtonV3/styles.js';
14
14
  import '../OrTooltipV3/OrTooltip.js';
15
- import '../../OrTooltip.vue_vue_type_script_lang-bb3db5bf.js';
16
- import '@vueuse/core';
15
+ import '../../OrTooltip.vue_vue_type_script_lang-f3ccffce.js';
17
16
  import '../OrTooltipV3/styles.js';
18
17
  import '../OrPopoverV3/OrPopover.js';
19
- import '../../OrPopover.vue_vue_type_script_lang-7b1b2488.js';
18
+ import '../../OrPopover.vue_vue_type_script_lang-c75dbd63.js';
20
19
  import '../../floating-ui.dom.esm-83eba816.js';
20
+ import '@vueuse/core';
21
21
  import '../OrPopoverV3/props.js';
22
22
  import '../OrPopoverV3/styles.js';
23
23
  import '../OrBottomSheetV3/OrBottomSheet.js';
24
- import '../../OrBottomSheet.vue_vue_type_script_lang-a81b2abb.js';
24
+ import '../../OrBottomSheet.vue_vue_type_script_lang-aebedcb2.js';
25
25
  import '../OrBottomSheetV3/props.js';
26
26
  import '../OrBottomSheetV3/styles.js';
27
27
  import '../OrOverlayV3/OrOverlay.js';
28
- import '../../OrOverlay.vue_vue_type_script_lang-86c7b93a.js';
28
+ import '../../OrOverlay.vue_vue_type_script_lang-29ff6fd8.js';
29
29
  import '../OrOverlayV3/styles.js';
30
30
  import '../OrTeleportV3/OrTeleport.js';
31
31
  import '../../OrTeleport.vue3.vue_vue_type_script_lang-a6ce162e.js';
32
32
  import '../../hooks/useElevation.js';
33
33
  import '../../utils/isVisible.js';
34
+ import '../../hooks/usePopoverState.js';
34
35
  import '../../hooks/useResponsive/useResponsive.js';
@@ -1,5 +1,5 @@
1
- import { s as script } from '../../OrOverlay.vue_vue_type_script_lang-86c7b93a.js';
2
- export { s as default } from '../../OrOverlay.vue_vue_type_script_lang-86c7b93a.js';
1
+ import { s as script } from '../../OrOverlay.vue_vue_type_script_lang-29ff6fd8.js';
2
+ export { s as default } from '../../OrOverlay.vue_vue_type_script_lang-29ff6fd8.js';
3
3
  import { resolveComponent, openBlock, createBlock, withCtx, createElementVNode, mergeProps, renderSlot } from 'vue';
4
4
  import '@vueuse/core';
5
5
  import 'vue-demi';
@@ -1,4 +1,4 @@
1
- export { s as OrOverlayV3 } from '../../OrOverlay.vue_vue_type_script_lang-86c7b93a.js';
1
+ export { s as OrOverlayV3 } from '../../OrOverlay.vue_vue_type_script_lang-29ff6fd8.js';
2
2
  import '@vueuse/core';
3
3
  import 'vue-demi';
4
4
  import './styles.js';
@@ -1,5 +1,5 @@
1
- import { s as script } from '../../OrPagination.vue_vue_type_script_lang-bdc8d9fb.js';
2
- export { s as default } from '../../OrPagination.vue_vue_type_script_lang-bdc8d9fb.js';
1
+ import { s as script } from '../../OrPagination.vue_vue_type_script_lang-1835d432.js';
2
+ export { s as default } from '../../OrPagination.vue_vue_type_script_lang-1835d432.js';
3
3
  import { resolveComponent, openBlock, createElementBlock, normalizeClass, createElementVNode, createVNode, withModifiers, withCtx, Fragment, renderList, createBlock, createTextVNode, toDisplayString, createCommentVNode } from 'vue';
4
4
  import 'vue-demi';
5
5
  import './styles.js';
@@ -17,24 +17,25 @@ import '../../OrIcon.vue_vue_type_script_lang-73f9cc63.js';
17
17
  import '../OrIconV3/props.js';
18
18
  import '../OrIconV3/styles.js';
19
19
  import '../OrMenuV3/OrMenu.js';
20
- import '../../OrMenu.vue_vue_type_script_lang-115f2c60.js';
20
+ import '../../OrMenu.vue_vue_type_script_lang-1f45bf44.js';
21
21
  import '../OrMenuV3/styles.js';
22
22
  import '../OrPopoverV3/OrPopover.js';
23
- import '../../OrPopover.vue_vue_type_script_lang-7b1b2488.js';
23
+ import '../../OrPopover.vue_vue_type_script_lang-c75dbd63.js';
24
24
  import '../../floating-ui.dom.esm-83eba816.js';
25
25
  import '../OrPopoverV3/props.js';
26
26
  import '../OrPopoverV3/styles.js';
27
27
  import '../OrBottomSheetV3/OrBottomSheet.js';
28
- import '../../OrBottomSheet.vue_vue_type_script_lang-a81b2abb.js';
28
+ import '../../OrBottomSheet.vue_vue_type_script_lang-aebedcb2.js';
29
29
  import '../OrBottomSheetV3/props.js';
30
30
  import '../OrBottomSheetV3/styles.js';
31
31
  import '../OrOverlayV3/OrOverlay.js';
32
- import '../../OrOverlay.vue_vue_type_script_lang-86c7b93a.js';
32
+ import '../../OrOverlay.vue_vue_type_script_lang-29ff6fd8.js';
33
33
  import '../OrOverlayV3/styles.js';
34
34
  import '../OrTeleportV3/OrTeleport.js';
35
35
  import '../../OrTeleport.vue3.vue_vue_type_script_lang-a6ce162e.js';
36
36
  import '../../hooks/useElevation.js';
37
37
  import '../../utils/isVisible.js';
38
+ import '../../hooks/usePopoverState.js';
38
39
  import '../../hooks/useResponsive/useResponsive.js';
39
40
  import '../OrMenuItemV3/OrMenuItem.js';
40
41
  import '../../OrMenuItem.vue_vue_type_script_lang-b338d68a.js';
@@ -100,7 +101,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
100
101
  onClick: _cache[2] || (_cache[2] = withModifiers($event => _ctx.limitMenu.open(), ["stop"]))
101
102
  }, {
102
103
  default: withCtx(() => [createTextVNode(toDisplayString(_ctx.currentLimit) + " ", 1 /* TEXT */), createVNode(_component_OrIcon, {
103
- icon: _ctx.limitMenu && _ctx.limitMenu.isOpen ? 'arrow_drop_up' : 'arrow_drop_down'
104
+ icon: _ctx.limitMenu && _ctx.limitMenu.state === 'open' ? 'arrow_drop_up' : 'arrow_drop_down'
104
105
  }, null, 8 /* PROPS */, ["icon"])]),
105
106
  _: 1 /* STABLE */
106
107
  }, 8 /* PROPS */, ["class"]), createVNode(_component_OrMenu, {
@@ -1,4 +1,4 @@
1
- export { s as OrPaginationV3 } from '../../OrPagination.vue_vue_type_script_lang-bdc8d9fb.js';
1
+ export { s as OrPaginationV3 } from '../../OrPagination.vue_vue_type_script_lang-1835d432.js';
2
2
  import 'vue-demi';
3
3
  import './styles.js';
4
4
  import '../OrButtonV3/OrButton.js';
@@ -16,24 +16,25 @@ import '../../OrIcon.vue_vue_type_script_lang-73f9cc63.js';
16
16
  import '../OrIconV3/props.js';
17
17
  import '../OrIconV3/styles.js';
18
18
  import '../OrMenuV3/OrMenu.js';
19
- import '../../OrMenu.vue_vue_type_script_lang-115f2c60.js';
19
+ import '../../OrMenu.vue_vue_type_script_lang-1f45bf44.js';
20
20
  import '../OrMenuV3/styles.js';
21
21
  import '../OrPopoverV3/OrPopover.js';
22
- import '../../OrPopover.vue_vue_type_script_lang-7b1b2488.js';
22
+ import '../../OrPopover.vue_vue_type_script_lang-c75dbd63.js';
23
23
  import '../../floating-ui.dom.esm-83eba816.js';
24
24
  import '../OrPopoverV3/props.js';
25
25
  import '../OrPopoverV3/styles.js';
26
26
  import '../OrBottomSheetV3/OrBottomSheet.js';
27
- import '../../OrBottomSheet.vue_vue_type_script_lang-a81b2abb.js';
27
+ import '../../OrBottomSheet.vue_vue_type_script_lang-aebedcb2.js';
28
28
  import '../OrBottomSheetV3/props.js';
29
29
  import '../OrBottomSheetV3/styles.js';
30
30
  import '../OrOverlayV3/OrOverlay.js';
31
- import '../../OrOverlay.vue_vue_type_script_lang-86c7b93a.js';
31
+ import '../../OrOverlay.vue_vue_type_script_lang-29ff6fd8.js';
32
32
  import '../OrOverlayV3/styles.js';
33
33
  import '../OrTeleportV3/OrTeleport.js';
34
34
  import '../../OrTeleport.vue3.vue_vue_type_script_lang-a6ce162e.js';
35
35
  import '../../hooks/useElevation.js';
36
36
  import '../../utils/isVisible.js';
37
+ import '../../hooks/usePopoverState.js';
37
38
  import '../../hooks/useResponsive/useResponsive.js';
38
39
  import '../OrMenuItemV3/OrMenuItem.js';
39
40
  import '../../OrMenuItem.vue_vue_type_script_lang-b338d68a.js';
@@ -1,5 +1,5 @@
1
- import { s as script } from '../../OrPopover.vue_vue_type_script_lang-7b1b2488.js';
2
- export { s as default } from '../../OrPopover.vue_vue_type_script_lang-7b1b2488.js';
1
+ import { s as script } from '../../OrPopover.vue_vue_type_script_lang-c75dbd63.js';
2
+ export { s as default } from '../../OrPopover.vue_vue_type_script_lang-c75dbd63.js';
3
3
  import { resolveComponent, openBlock, createBlock, withCtx, withDirectives, createElementVNode, createElementBlock, mergeProps, renderSlot, normalizeClass, createCommentVNode, vShow } from 'vue';
4
4
  import '../../floating-ui.dom.esm-83eba816.js';
5
5
  import '@vueuse/core';
@@ -7,16 +7,17 @@ import 'vue-demi';
7
7
  import './props.js';
8
8
  import './styles.js';
9
9
  import '../OrBottomSheetV3/OrBottomSheet.js';
10
- import '../../OrBottomSheet.vue_vue_type_script_lang-a81b2abb.js';
10
+ import '../../OrBottomSheet.vue_vue_type_script_lang-aebedcb2.js';
11
11
  import '../OrBottomSheetV3/props.js';
12
12
  import '../OrBottomSheetV3/styles.js';
13
13
  import '../OrOverlayV3/OrOverlay.js';
14
- import '../../OrOverlay.vue_vue_type_script_lang-86c7b93a.js';
14
+ import '../../OrOverlay.vue_vue_type_script_lang-29ff6fd8.js';
15
15
  import '../OrOverlayV3/styles.js';
16
16
  import '../OrTeleportV3/OrTeleport.js';
17
17
  import '../../OrTeleport.vue3.vue_vue_type_script_lang-a6ce162e.js';
18
18
  import '../../hooks/useElevation.js';
19
19
  import '../../utils/isVisible.js';
20
+ import '../../hooks/usePopoverState.js';
20
21
  import '../../hooks/useResponsive/useResponsive.js';
21
22
 
22
23
  const _hoisted_1 = {
@@ -40,12 +41,12 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
40
41
  key: 1,
41
42
  ref: "bottomSheet"
42
43
  }, _ctx.bottomSheetProps, {
43
- "onUpdate:state": _cache[0] || (_cache[0] = $event => _ctx.state = $event),
44
- "onUpdate:state:closedAutomatically": _cache[1] || (_cache[1] = $event => _ctx.$emit('update:state:closed-automatically'))
44
+ "is-open": _ctx.state === 'open',
45
+ "onUpdate:state": _cache[0] || (_cache[0] = $event => _ctx.state = $event)
45
46
  }), {
46
47
  default: withCtx(() => [renderSlot(_ctx.$slots, "default")]),
47
48
  _: 3 /* FORWARDED */
48
- }, 16 /* FULL_PROPS */)) : createCommentVNode("v-if", true)], 512 /* NEED_PATCH */), [[vShow, _ctx.isOpen]])]),
49
+ }, 16 /* FULL_PROPS */, ["is-open"])) : createCommentVNode("v-if", true)], 512 /* NEED_PATCH */), [[vShow, _ctx.state === 'open']])]),
49
50
  _: 3 /* FORWARDED */
50
51
  });
51
52
  }
@@ -1,6 +1,10 @@
1
1
  import { PropType } from 'vue-demi';
2
2
  import { PopoverPlacement, PopoverVariant } from './props';
3
3
  declare const _default: import("vue-demi").DefineComponent<{
4
+ isOpen: {
5
+ type: BooleanConstructor;
6
+ default: boolean;
7
+ };
4
8
  variant: {
5
9
  type: PropType<"auto" | "popover" | "bottom-sheet">;
6
10
  default: PopoverVariant;
@@ -38,17 +42,19 @@ declare const _default: import("vue-demi").DefineComponent<{
38
42
  root: import("vue-demi").Ref<HTMLElement | undefined>;
39
43
  bottomSheet: import("vue-demi").Ref<any>;
40
44
  bottomSheetRoot: import("vue-demi").ComputedRef<any>;
41
- handleBottomSheetState: (bottomSheetState: string) => void;
42
45
  rootStyles: import("vue-demi").ComputedRef<string[]>;
43
46
  bodyStyles: import("vue-demi").ComputedRef<string[]>;
44
- state: import("vue-demi").Ref<"open" | "fullscreen" | "closed">;
45
- isOpen: import("vue-demi").ComputedRef<boolean>;
46
- isFullscreen: import("vue-demi").ComputedRef<boolean>;
47
- isClosed: import("vue-demi").ComputedRef<boolean>;
47
+ state: import("vue-demi").Ref<"open" | "closed">;
48
48
  isFlipped: import("vue-demi").Ref<boolean>;
49
+ isHidden: import("vue-demi").Ref<boolean>;
49
50
  open: () => void;
50
- close: (auto?: boolean) => void;
51
- }, unknown, {}, {}, import("vue-demi").ComponentOptionsMixin, import("vue-demi").ComponentOptionsMixin, ("update:state" | "update:state:open" | "update:state:fullscreen" | "update:state:closed" | "update:state:closed-automatically")[], "update:state" | "update:state:open" | "update:state:fullscreen" | "update:state:closed" | "update:state:closed-automatically", import("vue-demi").VNodeProps & import("vue-demi").AllowedComponentProps & import("vue-demi").ComponentCustomProps, Readonly<import("vue-demi").ExtractPropTypes<{
51
+ close: () => void;
52
+ toggle: () => void;
53
+ }, unknown, {}, {}, import("vue-demi").ComponentOptionsMixin, import("vue-demi").ComponentOptionsMixin, ("update:state" | "open" | "close")[], "update:state" | "open" | "close", import("vue-demi").VNodeProps & import("vue-demi").AllowedComponentProps & import("vue-demi").ComponentCustomProps, Readonly<import("vue-demi").ExtractPropTypes<{
54
+ isOpen: {
55
+ type: BooleanConstructor;
56
+ default: boolean;
57
+ };
52
58
  variant: {
53
59
  type: PropType<"auto" | "popover" | "bottom-sheet">;
54
60
  default: PopoverVariant;
@@ -82,11 +88,10 @@ declare const _default: import("vue-demi").DefineComponent<{
82
88
  };
83
89
  }>> & {
84
90
  "onUpdate:state"?: ((...args: any[]) => any) | undefined;
85
- "onUpdate:state:open"?: ((...args: any[]) => any) | undefined;
86
- "onUpdate:state:fullscreen"?: ((...args: any[]) => any) | undefined;
87
- "onUpdate:state:closed"?: ((...args: any[]) => any) | undefined;
88
- "onUpdate:state:closed-automatically"?: ((...args: any[]) => any) | undefined;
91
+ onOpen?: ((...args: any[]) => any) | undefined;
92
+ onClose?: ((...args: any[]) => any) | undefined;
89
93
  }, {
94
+ isOpen: boolean;
90
95
  variant: "auto" | "popover" | "bottom-sheet";
91
96
  bottomSheetProps: any;
92
97
  trigger: HTMLElement;
@@ -1,19 +1,20 @@
1
1
  export { PopoverPlacement, PopoverVariant } from './props.js';
2
- export { s as OrPopoverV3 } from '../../OrPopover.vue_vue_type_script_lang-7b1b2488.js';
2
+ export { s as OrPopoverV3 } from '../../OrPopover.vue_vue_type_script_lang-c75dbd63.js';
3
3
  import '../../floating-ui.dom.esm-83eba816.js';
4
4
  import '@vueuse/core';
5
5
  import 'vue-demi';
6
6
  import './styles.js';
7
7
  import '../OrBottomSheetV3/OrBottomSheet.js';
8
- import '../../OrBottomSheet.vue_vue_type_script_lang-a81b2abb.js';
8
+ import '../../OrBottomSheet.vue_vue_type_script_lang-aebedcb2.js';
9
9
  import '../OrBottomSheetV3/props.js';
10
10
  import '../OrBottomSheetV3/styles.js';
11
11
  import '../OrOverlayV3/OrOverlay.js';
12
- import '../../OrOverlay.vue_vue_type_script_lang-86c7b93a.js';
12
+ import '../../OrOverlay.vue_vue_type_script_lang-29ff6fd8.js';
13
13
  import '../OrOverlayV3/styles.js';
14
14
  import '../OrTeleportV3/OrTeleport.js';
15
15
  import '../../OrTeleport.vue3.vue_vue_type_script_lang-a6ce162e.js';
16
16
  import 'vue';
17
17
  import '../../hooks/useElevation.js';
18
18
  import '../../utils/isVisible.js';
19
+ import '../../hooks/usePopoverState.js';
19
20
  import '../../hooks/useResponsive/useResponsive.js';
@@ -1,10 +1,10 @@
1
- import { s as script } from '../../OrSearch.vue_vue_type_script_lang-940d8e1f.js';
2
- export { s as default } from '../../OrSearch.vue_vue_type_script_lang-940d8e1f.js';
1
+ import { s as script } from '../../OrSearch.vue_vue_type_script_lang-142ab019.js';
2
+ export { s as default } from '../../OrSearch.vue_vue_type_script_lang-142ab019.js';
3
3
  import { resolveComponent, openBlock, createBlock, normalizeClass } from 'vue';
4
4
  import '@vueuse/core';
5
5
  import 'vue-demi';
6
6
  import '../OrInputV3/OrInput.js';
7
- import '../../OrInput.vue_vue_type_script_lang-d08b3796.js';
7
+ import '../../OrInput.vue_vue_type_script_lang-5f74dd08.js';
8
8
  import '../OrInputV3/props.js';
9
9
  import '../OrInputBoxV3/props.js';
10
10
  import '../OrInputV3/styles.js';
@@ -19,28 +19,29 @@ import '../../OrIcon.vue_vue_type_script_lang-73f9cc63.js';
19
19
  import '../OrIconV3/props.js';
20
20
  import '../OrIconV3/styles.js';
21
21
  import '../OrIconButtonV3/OrIconButton.js';
22
- import '../../OrIconButton.vue_vue_type_script_lang-5bba9f3f.js';
22
+ import '../../OrIconButton.vue_vue_type_script_lang-fe97e57a.js';
23
23
  import '../OrIconButtonV3/props.js';
24
24
  import '../OrIconButtonV3/styles.js';
25
25
  import '../OrTooltipV3/OrTooltip.js';
26
- import '../../OrTooltip.vue_vue_type_script_lang-bb3db5bf.js';
26
+ import '../../OrTooltip.vue_vue_type_script_lang-f3ccffce.js';
27
27
  import '../OrTooltipV3/styles.js';
28
28
  import '../OrPopoverV3/OrPopover.js';
29
- import '../../OrPopover.vue_vue_type_script_lang-7b1b2488.js';
29
+ import '../../OrPopover.vue_vue_type_script_lang-c75dbd63.js';
30
30
  import '../../floating-ui.dom.esm-83eba816.js';
31
31
  import '../OrPopoverV3/props.js';
32
32
  import '../OrPopoverV3/styles.js';
33
33
  import '../OrBottomSheetV3/OrBottomSheet.js';
34
- import '../../OrBottomSheet.vue_vue_type_script_lang-a81b2abb.js';
34
+ import '../../OrBottomSheet.vue_vue_type_script_lang-aebedcb2.js';
35
35
  import '../OrBottomSheetV3/props.js';
36
36
  import '../OrBottomSheetV3/styles.js';
37
37
  import '../OrOverlayV3/OrOverlay.js';
38
- import '../../OrOverlay.vue_vue_type_script_lang-86c7b93a.js';
38
+ import '../../OrOverlay.vue_vue_type_script_lang-29ff6fd8.js';
39
39
  import '../OrOverlayV3/styles.js';
40
40
  import '../OrTeleportV3/OrTeleport.js';
41
41
  import '../../OrTeleport.vue3.vue_vue_type_script_lang-a6ce162e.js';
42
42
  import '../../hooks/useElevation.js';
43
43
  import '../../utils/isVisible.js';
44
+ import '../../hooks/usePopoverState.js';
44
45
  import '../../hooks/useResponsive/useResponsive.js';
45
46
  import '../OrInputBoxV3/OrInputBox.js';
46
47
  import '../../OrInputBox.vue_vue_type_script_lang-ede24b04.js';
@@ -1,9 +1,9 @@
1
- export { s as OrSearchV3 } from '../../OrSearch.vue_vue_type_script_lang-940d8e1f.js';
1
+ export { s as OrSearchV3 } from '../../OrSearch.vue_vue_type_script_lang-142ab019.js';
2
2
  export { InputBoxSize as SearchSize } from '../OrInputBoxV3/props.js';
3
3
  import '@vueuse/core';
4
4
  import 'vue-demi';
5
5
  import '../OrInputV3/OrInput.js';
6
- import '../../OrInput.vue_vue_type_script_lang-d08b3796.js';
6
+ import '../../OrInput.vue_vue_type_script_lang-5f74dd08.js';
7
7
  import '../OrInputV3/props.js';
8
8
  import '../OrInputV3/styles.js';
9
9
  import '../OrErrorV3/OrError.js';
@@ -18,28 +18,29 @@ import '../../OrIcon.vue_vue_type_script_lang-73f9cc63.js';
18
18
  import '../OrIconV3/props.js';
19
19
  import '../OrIconV3/styles.js';
20
20
  import '../OrIconButtonV3/OrIconButton.js';
21
- import '../../OrIconButton.vue_vue_type_script_lang-5bba9f3f.js';
21
+ import '../../OrIconButton.vue_vue_type_script_lang-fe97e57a.js';
22
22
  import '../OrIconButtonV3/props.js';
23
23
  import '../OrIconButtonV3/styles.js';
24
24
  import '../OrTooltipV3/OrTooltip.js';
25
- import '../../OrTooltip.vue_vue_type_script_lang-bb3db5bf.js';
25
+ import '../../OrTooltip.vue_vue_type_script_lang-f3ccffce.js';
26
26
  import '../OrTooltipV3/styles.js';
27
27
  import '../OrPopoverV3/OrPopover.js';
28
- import '../../OrPopover.vue_vue_type_script_lang-7b1b2488.js';
28
+ import '../../OrPopover.vue_vue_type_script_lang-c75dbd63.js';
29
29
  import '../../floating-ui.dom.esm-83eba816.js';
30
30
  import '../OrPopoverV3/props.js';
31
31
  import '../OrPopoverV3/styles.js';
32
32
  import '../OrBottomSheetV3/OrBottomSheet.js';
33
- import '../../OrBottomSheet.vue_vue_type_script_lang-a81b2abb.js';
33
+ import '../../OrBottomSheet.vue_vue_type_script_lang-aebedcb2.js';
34
34
  import '../OrBottomSheetV3/props.js';
35
35
  import '../OrBottomSheetV3/styles.js';
36
36
  import '../OrOverlayV3/OrOverlay.js';
37
- import '../../OrOverlay.vue_vue_type_script_lang-86c7b93a.js';
37
+ import '../../OrOverlay.vue_vue_type_script_lang-29ff6fd8.js';
38
38
  import '../OrOverlayV3/styles.js';
39
39
  import '../OrTeleportV3/OrTeleport.js';
40
40
  import '../../OrTeleport.vue3.vue_vue_type_script_lang-a6ce162e.js';
41
41
  import '../../hooks/useElevation.js';
42
42
  import '../../utils/isVisible.js';
43
+ import '../../hooks/usePopoverState.js';
43
44
  import '../../hooks/useResponsive/useResponsive.js';
44
45
  import '../OrInputBoxV3/OrInputBox.js';
45
46
  import '../../OrInputBox.vue_vue_type_script_lang-ede24b04.js';
@@ -1,5 +1,5 @@
1
- import { s as script } from '../../OrSelect.vue_vue_type_script_lang-1c77663e.js';
2
- export { s as default } from '../../OrSelect.vue_vue_type_script_lang-1c77663e.js';
1
+ import { s as script } from '../../OrSelect.vue_vue_type_script_lang-0ab50e13.js';
2
+ export { s as default } from '../../OrSelect.vue_vue_type_script_lang-0ab50e13.js';
3
3
  import { resolveComponent, resolveDirective, openBlock, createElementBlock, normalizeClass, createBlock, withCtx, renderSlot, createTextVNode, toDisplayString, createCommentVNode, withDirectives, createElementVNode, Fragment, renderList, createVNode, withModifiers, vShow } from 'vue';
4
4
  import 'vue-demi';
5
5
  import '../../utils/isEmptyValue.js';
@@ -30,33 +30,34 @@ import '../OrHintV3/OrHint.js';
30
30
  import '../../OrHint.vue_vue_type_script_lang-0f5e8377.js';
31
31
  import '../OrHintV3/styles.js';
32
32
  import '../OrInputV3/OrInput.js';
33
- import '../../OrInput.vue_vue_type_script_lang-d08b3796.js';
33
+ import '../../OrInput.vue_vue_type_script_lang-5f74dd08.js';
34
34
  import '../OrInputV3/props.js';
35
35
  import '../OrInputBoxV3/props.js';
36
36
  import '../OrInputV3/styles.js';
37
37
  import '../OrIconButtonV3/OrIconButton.js';
38
- import '../../OrIconButton.vue_vue_type_script_lang-5bba9f3f.js';
38
+ import '../../OrIconButton.vue_vue_type_script_lang-fe97e57a.js';
39
39
  import '../OrIconButtonV3/props.js';
40
40
  import '../OrIconButtonV3/styles.js';
41
41
  import '../OrTooltipV3/OrTooltip.js';
42
- import '../../OrTooltip.vue_vue_type_script_lang-bb3db5bf.js';
42
+ import '../../OrTooltip.vue_vue_type_script_lang-f3ccffce.js';
43
43
  import '../OrTooltipV3/styles.js';
44
44
  import '../OrPopoverV3/OrPopover.js';
45
- import '../../OrPopover.vue_vue_type_script_lang-7b1b2488.js';
45
+ import '../../OrPopover.vue_vue_type_script_lang-c75dbd63.js';
46
46
  import '../../floating-ui.dom.esm-83eba816.js';
47
47
  import '../OrPopoverV3/props.js';
48
48
  import '../OrPopoverV3/styles.js';
49
49
  import '../OrBottomSheetV3/OrBottomSheet.js';
50
- import '../../OrBottomSheet.vue_vue_type_script_lang-a81b2abb.js';
50
+ import '../../OrBottomSheet.vue_vue_type_script_lang-aebedcb2.js';
51
51
  import '../OrBottomSheetV3/props.js';
52
52
  import '../OrBottomSheetV3/styles.js';
53
53
  import '../OrOverlayV3/OrOverlay.js';
54
- import '../../OrOverlay.vue_vue_type_script_lang-86c7b93a.js';
54
+ import '../../OrOverlay.vue_vue_type_script_lang-29ff6fd8.js';
55
55
  import '../OrOverlayV3/styles.js';
56
56
  import '../OrTeleportV3/OrTeleport.js';
57
57
  import '../../OrTeleport.vue3.vue_vue_type_script_lang-a6ce162e.js';
58
58
  import '../../hooks/useElevation.js';
59
59
  import '../../utils/isVisible.js';
60
+ import '../../hooks/usePopoverState.js';
60
61
  import '../../hooks/useResponsive/useResponsive.js';
61
62
  import '../OrInputBoxV3/OrInputBox.js';
62
63
  import '../../OrInputBox.vue_vue_type_script_lang-ede24b04.js';
@@ -70,7 +71,7 @@ import '../OrMenuItemV3/OrMenuItem.js';
70
71
  import '../../OrMenuItem.vue_vue_type_script_lang-b338d68a.js';
71
72
  import '../OrMenuItemV3/styles.js';
72
73
  import '../OrTagV3/OrTag.js';
73
- import '../../OrTag.vue_vue_type_script_lang-09948d1f.js';
74
+ import '../../OrTag.vue_vue_type_script_lang-f4321103.js';
74
75
  import '../OrTagV3/props.js';
75
76
  import '../OrTagV3/styles.js';
76
77
  import '../../hooks/useOverflow.js';
@@ -1,4 +1,4 @@
1
- export { s as OrSelectV3 } from '../../OrSelect.vue_vue_type_script_lang-1c77663e.js';
1
+ export { s as OrSelectV3 } from '../../OrSelect.vue_vue_type_script_lang-0ab50e13.js';
2
2
  export { InputBoxSize as SelectSize } from '../OrInputBoxV3/props.js';
3
3
  import 'vue-demi';
4
4
  import '../../utils/isEmptyValue.js';
@@ -30,32 +30,33 @@ import '../OrHintV3/OrHint.js';
30
30
  import '../../OrHint.vue_vue_type_script_lang-0f5e8377.js';
31
31
  import '../OrHintV3/styles.js';
32
32
  import '../OrInputV3/OrInput.js';
33
- import '../../OrInput.vue_vue_type_script_lang-d08b3796.js';
33
+ import '../../OrInput.vue_vue_type_script_lang-5f74dd08.js';
34
34
  import '../OrInputV3/props.js';
35
35
  import '../OrInputV3/styles.js';
36
36
  import '../OrIconButtonV3/OrIconButton.js';
37
- import '../../OrIconButton.vue_vue_type_script_lang-5bba9f3f.js';
37
+ import '../../OrIconButton.vue_vue_type_script_lang-fe97e57a.js';
38
38
  import '../OrIconButtonV3/props.js';
39
39
  import '../OrIconButtonV3/styles.js';
40
40
  import '../OrTooltipV3/OrTooltip.js';
41
- import '../../OrTooltip.vue_vue_type_script_lang-bb3db5bf.js';
41
+ import '../../OrTooltip.vue_vue_type_script_lang-f3ccffce.js';
42
42
  import '../OrTooltipV3/styles.js';
43
43
  import '../OrPopoverV3/OrPopover.js';
44
- import '../../OrPopover.vue_vue_type_script_lang-7b1b2488.js';
44
+ import '../../OrPopover.vue_vue_type_script_lang-c75dbd63.js';
45
45
  import '../../floating-ui.dom.esm-83eba816.js';
46
46
  import '../OrPopoverV3/props.js';
47
47
  import '../OrPopoverV3/styles.js';
48
48
  import '../OrBottomSheetV3/OrBottomSheet.js';
49
- import '../../OrBottomSheet.vue_vue_type_script_lang-a81b2abb.js';
49
+ import '../../OrBottomSheet.vue_vue_type_script_lang-aebedcb2.js';
50
50
  import '../OrBottomSheetV3/props.js';
51
51
  import '../OrBottomSheetV3/styles.js';
52
52
  import '../OrOverlayV3/OrOverlay.js';
53
- import '../../OrOverlay.vue_vue_type_script_lang-86c7b93a.js';
53
+ import '../../OrOverlay.vue_vue_type_script_lang-29ff6fd8.js';
54
54
  import '../OrOverlayV3/styles.js';
55
55
  import '../OrTeleportV3/OrTeleport.js';
56
56
  import '../../OrTeleport.vue3.vue_vue_type_script_lang-a6ce162e.js';
57
57
  import '../../hooks/useElevation.js';
58
58
  import '../../utils/isVisible.js';
59
+ import '../../hooks/usePopoverState.js';
59
60
  import '../../hooks/useResponsive/useResponsive.js';
60
61
  import '../OrInputBoxV3/OrInputBox.js';
61
62
  import '../../OrInputBox.vue_vue_type_script_lang-ede24b04.js';
@@ -69,7 +70,7 @@ import '../OrMenuItemV3/OrMenuItem.js';
69
70
  import '../../OrMenuItem.vue_vue_type_script_lang-b338d68a.js';
70
71
  import '../OrMenuItemV3/styles.js';
71
72
  import '../OrTagV3/OrTag.js';
72
- import '../../OrTag.vue_vue_type_script_lang-09948d1f.js';
73
+ import '../../OrTag.vue_vue_type_script_lang-f4321103.js';
73
74
  import '../OrTagV3/props.js';
74
75
  import '../OrTagV3/styles.js';
75
76
  import '../../hooks/useOverflow.js';
@@ -1,11 +1,11 @@
1
- import { s as script } from '../../OrSidebar.vue_vue_type_script_lang-780eaa84.js';
2
- export { s as default } from '../../OrSidebar.vue_vue_type_script_lang-780eaa84.js';
1
+ import { s as script } from '../../OrSidebar.vue_vue_type_script_lang-23c6a11f.js';
2
+ export { s as default } from '../../OrSidebar.vue_vue_type_script_lang-23c6a11f.js';
3
3
  import { resolveComponent, openBlock, createElementBlock, normalizeClass, renderSlot, createCommentVNode, createElementVNode, normalizeStyle, createBlock, withDirectives, vShow } from 'vue';
4
4
  import '@vueuse/core';
5
5
  import 'vue-demi';
6
6
  import './props.js';
7
7
  import '../OrIconButtonV3/OrIconButton.js';
8
- import '../../OrIconButton.vue_vue_type_script_lang-5bba9f3f.js';
8
+ import '../../OrIconButton.vue_vue_type_script_lang-fe97e57a.js';
9
9
  import '../OrIconButtonV3/props.js';
10
10
  import '../OrIconV3/props.js';
11
11
  import '../OrIconButtonV3/styles.js';
@@ -13,24 +13,25 @@ import '../OrIconV3/OrIcon.js';
13
13
  import '../../OrIcon.vue_vue_type_script_lang-73f9cc63.js';
14
14
  import '../OrIconV3/styles.js';
15
15
  import '../OrTooltipV3/OrTooltip.js';
16
- import '../../OrTooltip.vue_vue_type_script_lang-bb3db5bf.js';
16
+ import '../../OrTooltip.vue_vue_type_script_lang-f3ccffce.js';
17
17
  import '../OrTooltipV3/styles.js';
18
18
  import '../OrPopoverV3/OrPopover.js';
19
- import '../../OrPopover.vue_vue_type_script_lang-7b1b2488.js';
19
+ import '../../OrPopover.vue_vue_type_script_lang-c75dbd63.js';
20
20
  import '../../floating-ui.dom.esm-83eba816.js';
21
21
  import '../OrPopoverV3/props.js';
22
22
  import '../OrPopoverV3/styles.js';
23
23
  import '../OrBottomSheetV3/OrBottomSheet.js';
24
- import '../../OrBottomSheet.vue_vue_type_script_lang-a81b2abb.js';
24
+ import '../../OrBottomSheet.vue_vue_type_script_lang-aebedcb2.js';
25
25
  import '../OrBottomSheetV3/props.js';
26
26
  import '../OrBottomSheetV3/styles.js';
27
27
  import '../OrOverlayV3/OrOverlay.js';
28
- import '../../OrOverlay.vue_vue_type_script_lang-86c7b93a.js';
28
+ import '../../OrOverlay.vue_vue_type_script_lang-29ff6fd8.js';
29
29
  import '../OrOverlayV3/styles.js';
30
30
  import '../OrTeleportV3/OrTeleport.js';
31
31
  import '../../OrTeleport.vue3.vue_vue_type_script_lang-a6ce162e.js';
32
32
  import '../../hooks/useElevation.js';
33
33
  import '../../utils/isVisible.js';
34
+ import '../../hooks/usePopoverState.js';
34
35
  import '../../hooks/useResponsive/useResponsive.js';
35
36
  import './styles.js';
36
37
 
@@ -1,9 +1,9 @@
1
1
  export { OrSidebarPlacement } from './props.js';
2
- export { s as OrSidebarV3 } from '../../OrSidebar.vue_vue_type_script_lang-780eaa84.js';
2
+ export { s as OrSidebarV3 } from '../../OrSidebar.vue_vue_type_script_lang-23c6a11f.js';
3
3
  import '@vueuse/core';
4
4
  import 'vue-demi';
5
5
  import '../OrIconButtonV3/OrIconButton.js';
6
- import '../../OrIconButton.vue_vue_type_script_lang-5bba9f3f.js';
6
+ import '../../OrIconButton.vue_vue_type_script_lang-fe97e57a.js';
7
7
  import '../OrIconButtonV3/props.js';
8
8
  import '../OrIconV3/props.js';
9
9
  import '../OrIconButtonV3/styles.js';
@@ -12,23 +12,24 @@ import '../../OrIcon.vue_vue_type_script_lang-73f9cc63.js';
12
12
  import '../OrIconV3/styles.js';
13
13
  import 'vue';
14
14
  import '../OrTooltipV3/OrTooltip.js';
15
- import '../../OrTooltip.vue_vue_type_script_lang-bb3db5bf.js';
15
+ import '../../OrTooltip.vue_vue_type_script_lang-f3ccffce.js';
16
16
  import '../OrTooltipV3/styles.js';
17
17
  import '../OrPopoverV3/OrPopover.js';
18
- import '../../OrPopover.vue_vue_type_script_lang-7b1b2488.js';
18
+ import '../../OrPopover.vue_vue_type_script_lang-c75dbd63.js';
19
19
  import '../../floating-ui.dom.esm-83eba816.js';
20
20
  import '../OrPopoverV3/props.js';
21
21
  import '../OrPopoverV3/styles.js';
22
22
  import '../OrBottomSheetV3/OrBottomSheet.js';
23
- import '../../OrBottomSheet.vue_vue_type_script_lang-a81b2abb.js';
23
+ import '../../OrBottomSheet.vue_vue_type_script_lang-aebedcb2.js';
24
24
  import '../OrBottomSheetV3/props.js';
25
25
  import '../OrBottomSheetV3/styles.js';
26
26
  import '../OrOverlayV3/OrOverlay.js';
27
- import '../../OrOverlay.vue_vue_type_script_lang-86c7b93a.js';
27
+ import '../../OrOverlay.vue_vue_type_script_lang-29ff6fd8.js';
28
28
  import '../OrOverlayV3/styles.js';
29
29
  import '../OrTeleportV3/OrTeleport.js';
30
30
  import '../../OrTeleport.vue3.vue_vue_type_script_lang-a6ce162e.js';
31
31
  import '../../hooks/useElevation.js';
32
32
  import '../../utils/isVisible.js';
33
+ import '../../hooks/usePopoverState.js';
33
34
  import '../../hooks/useResponsive/useResponsive.js';
34
35
  import './styles.js';