@onereach/ui-components 2.68.0-beta.1987.0 → 2.68.0-beta.2001.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 (224) hide show
  1. package/dist/bundled/v2/{OrBottomSheet-04956f50.js → OrBottomSheet-7b5760dc.js} +1 -1
  2. package/dist/bundled/v2/{OrCardCollection-852db65c.js → OrCardCollection-95b8a8e0.js} +2 -2
  3. package/dist/bundled/v2/{OrCode-edc7a1f5.js → OrCode-0cd991a1.js} +1 -114
  4. package/dist/bundled/v2/{OrConfirm-c3736a7e.js → OrConfirm-22c7622d.js} +15 -2
  5. package/dist/bundled/v2/{OrIconButton-a046f34f.js → OrIconButton-2bf36347.js} +1 -1
  6. package/dist/bundled/v2/{OrInlineInput-fb1e1272.js → OrInlineInput-36077390.js} +1 -1
  7. package/dist/bundled/v2/{OrInlineTextarea-c6a26156.js → OrInlineTextarea-17b16ca8.js} +1 -1
  8. package/dist/bundled/v2/{OrInput-2e2c8270.js → OrInput-95fc5b53.js} +1 -1
  9. package/dist/bundled/v2/{OrMenu-e8c5d2e7.js → OrMenu-5ac06751.js} +1 -1
  10. package/dist/bundled/v2/{OrModal-de2364b3.js → OrModal-387348ca.js} +15 -2
  11. package/dist/bundled/v2/{OrNotification-ddef2348.js → OrNotification-1fa0b14e.js} +1 -1
  12. package/dist/bundled/v2/{OrOverlay-57ce6c73.js → OrOverlay-3c89d622.js} +1 -1
  13. package/dist/bundled/v2/{OrPopover-7a6c1cd4.js → OrPopover-2f48b854.js} +2 -2
  14. package/dist/bundled/v2/{OrSearch-691ecd1a.js → OrSearch-43daeb79.js} +1 -1
  15. package/dist/bundled/v2/{OrSelect-b3c60dbc.js → OrSelect-dff64667.js} +3 -3
  16. package/dist/bundled/v2/{OrTabs-edd7cde4.js → OrTabs-2d4e0d87.js} +1 -1
  17. package/dist/bundled/v2/{OrTag-76a86a27.js → OrTag-bc654163.js} +1 -1
  18. package/dist/bundled/v2/{OrTooltip-e97b3f3c.js → OrTooltip-d1764f37.js} +1 -1
  19. package/dist/bundled/v2/components/index.js +21 -20
  20. package/dist/bundled/v2/components/or-bottom-sheet-v3/index.js +3 -3
  21. package/dist/bundled/v2/components/or-card-collection-v3/index.js +8 -8
  22. package/dist/bundled/v2/components/or-code/index.js +2 -1
  23. package/dist/bundled/v2/components/or-confirm-v3/OrConfirm.stories3.d.ts +5 -0
  24. package/dist/bundled/v2/components/or-confirm-v3/OrConfirm.vue.d.ts +11 -0
  25. package/dist/bundled/v2/components/or-confirm-v3/index.js +8 -8
  26. package/dist/bundled/v2/components/or-icon-button-v3/index.js +6 -6
  27. package/dist/bundled/v2/components/or-inline-input-v3/index.js +7 -7
  28. package/dist/bundled/v2/components/or-inline-textarea-v3/index.js +7 -7
  29. package/dist/bundled/v2/components/or-input-v3/index.js +7 -7
  30. package/dist/bundled/v2/components/or-menu-v3/index.js +5 -5
  31. package/dist/bundled/v2/components/or-modal-v3/OrModal.stories3.d.ts +10 -0
  32. package/dist/bundled/v2/components/or-modal-v3/OrModal.vue.d.ts +11 -0
  33. package/dist/bundled/v2/components/or-modal-v3/index.js +7 -7
  34. package/dist/bundled/v2/components/or-notification-v3/index.js +7 -7
  35. package/dist/bundled/v2/components/or-overlay-v3/index.js +2 -2
  36. package/dist/bundled/v2/components/or-popover-v3/index.js +4 -4
  37. package/dist/bundled/v2/components/or-rich-text-editor-v3/OrRichTextEditor.stories3.d.ts +12 -0
  38. package/dist/bundled/v2/components/or-rich-text-editor-v3/OrRichTextEditor.vue.d.ts +149 -0
  39. package/dist/bundled/v2/components/or-rich-text-editor-v3/index.d.ts +1 -0
  40. package/dist/bundled/v2/components/or-rich-text-editor-v3/index.js +36840 -0
  41. package/dist/bundled/v2/components/or-rich-text-editor-v3/styles.d.ts +6 -0
  42. package/dist/bundled/v2/components/or-search-v3/index.js +8 -8
  43. package/dist/bundled/v2/components/or-select-v3/index.js +9 -9
  44. package/dist/bundled/v2/components/or-tabs-v3/index.js +6 -6
  45. package/dist/bundled/v2/components/or-tag-v3/index.js +7 -7
  46. package/dist/bundled/v2/components/or-toast-v3/index.js +7 -7
  47. package/dist/bundled/v2/components/or-tooltip-v3/index.js +5 -5
  48. package/dist/bundled/v2/hooks/index.js +1 -1
  49. package/dist/bundled/v2/index.es-3f39f316.js +115 -0
  50. package/dist/bundled/v2/index.js +22 -21
  51. package/dist/bundled/v2/{types-9c0f214b.js → types-4c07bc42.js} +1 -1
  52. package/dist/bundled/v2/{useElevation-604d48c6.js → useElevation-aac032f4.js} +5 -1
  53. package/dist/bundled/v2/utils/isVisible.d.ts +2 -0
  54. package/dist/bundled/v3/{OrBottomSheet.vue_vue_type_script_lang-9b8931d3.js → OrBottomSheet.vue_vue_type_script_lang-44d8147a.js} +1 -1
  55. package/dist/bundled/v3/{OrCardCollection.vue_vue_type_script_lang-955758d3.js → OrCardCollection.vue_vue_type_script_lang-412c8977.js} +4 -4
  56. package/dist/bundled/v3/{OrCode.vue_vue_type_script_lang-ef5e7f04.js → OrCode.vue_vue_type_script_lang-6c5f94a6.js} +1 -114
  57. package/dist/bundled/v3/{OrConfirm.vue_vue_type_script_lang-e59a7aca.js → OrConfirm.vue_vue_type_script_lang-20ffe5df.js} +17 -4
  58. package/dist/bundled/v3/{OrIconButton-c521fef8.js → OrIconButton-00ab6c2d.js} +1 -1
  59. package/dist/bundled/v3/{OrIconButton.vue_vue_type_script_lang-a834417f.js → OrIconButton.vue_vue_type_script_lang-b35040f9.js} +1 -1
  60. package/dist/bundled/v3/{OrInlineInput.vue_vue_type_script_lang-c2a171bb.js → OrInlineInput.vue_vue_type_script_lang-e29642fc.js} +2 -2
  61. package/dist/bundled/v3/{OrInlineTextarea.vue_vue_type_script_lang-76f1a0ee.js → OrInlineTextarea.vue_vue_type_script_lang-551028ef.js} +2 -2
  62. package/dist/bundled/v3/{OrInput-42bbab4d.js → OrInput-4b4b8316.js} +1 -1
  63. package/dist/bundled/v3/{OrInput.vue_vue_type_script_lang-d85ed216.js → OrInput.vue_vue_type_script_lang-b4176d70.js} +2 -2
  64. package/dist/bundled/v3/OrMenu-08aa60de.js +29 -0
  65. package/dist/bundled/v3/{OrMenu.vue_vue_type_script_lang-be8c502d.js → OrMenu.vue_vue_type_script_lang-bae45062.js} +2 -2
  66. package/dist/bundled/v3/{OrModal.vue_vue_type_script_lang-1ad15097.js → OrModal.vue_vue_type_script_lang-f3f5a84b.js} +17 -4
  67. package/dist/bundled/v3/{OrNotification.vue_vue_type_script_lang-3f69b727.js → OrNotification.vue_vue_type_script_lang-83bfbfc4.js} +2 -2
  68. package/dist/bundled/v3/{OrOverlay.vue_vue_type_script_lang-4551114e.js → OrOverlay.vue_vue_type_script_lang-cb3aad0c.js} +1 -1
  69. package/dist/bundled/v3/{OrPopover-18a195aa.js → OrPopover-93ef8c26.js} +1 -1
  70. package/dist/bundled/v3/{OrPopover.vue_vue_type_script_lang-1ed6063d.js → OrPopover.vue_vue_type_script_lang-e200f5be.js} +3 -3
  71. package/dist/bundled/v3/{OrSearch.vue_vue_type_script_lang-d7c29ff6.js → OrSearch.vue_vue_type_script_lang-00db292e.js} +2 -2
  72. package/dist/bundled/v3/{OrSelect.vue_vue_type_script_lang-12ad06b5.js → OrSelect.vue_vue_type_script_lang-d7449846.js} +5 -5
  73. package/dist/bundled/v3/{OrTabs.vue_vue_type_script_lang-ec81a576.js → OrTabs.vue_vue_type_script_lang-2fdbd2f2.js} +10 -36
  74. package/dist/bundled/v3/{OrTag.vue_vue_type_script_lang-d7e117c8.js → OrTag.vue_vue_type_script_lang-6be84bb9.js} +2 -2
  75. package/dist/bundled/v3/{OrToastContainer-1c3ccf65.js → OrToastContainer-c09c94da.js} +1 -1
  76. package/dist/bundled/v3/{OrTooltip.vue_vue_type_script_lang-d89a9e51.js → OrTooltip.vue_vue_type_script_lang-a4168546.js} +2 -2
  77. package/dist/bundled/v3/components/index.js +25 -23
  78. package/dist/bundled/v3/components/or-bottom-sheet-v3/index.js +3 -3
  79. package/dist/bundled/v3/components/or-card-collection-v3/index.js +11 -11
  80. package/dist/bundled/v3/components/or-code/index.js +2 -1
  81. package/dist/bundled/v3/components/or-confirm-v3/OrConfirm.stories3.d.ts +5 -0
  82. package/dist/bundled/v3/components/or-confirm-v3/OrConfirm.vue.d.ts +11 -0
  83. package/dist/bundled/v3/components/or-confirm-v3/index.js +11 -11
  84. package/dist/bundled/v3/components/or-icon-button-v3/index.js +7 -7
  85. package/dist/bundled/v3/components/or-inline-input-v3/index.js +9 -9
  86. package/dist/bundled/v3/components/or-inline-textarea-v3/index.js +9 -9
  87. package/dist/bundled/v3/components/or-input-v3/index.js +9 -9
  88. package/dist/bundled/v3/components/or-menu-v3/index.js +6 -6
  89. package/dist/bundled/v3/components/or-modal-v3/OrModal.stories3.d.ts +10 -0
  90. package/dist/bundled/v3/components/or-modal-v3/OrModal.vue.d.ts +11 -0
  91. package/dist/bundled/v3/components/or-modal-v3/index.js +9 -9
  92. package/dist/bundled/v3/components/or-notification-v3/index.js +9 -9
  93. package/dist/bundled/v3/components/or-overlay-v3/index.js +2 -2
  94. package/dist/bundled/v3/components/or-popover-v3/index.js +4 -4
  95. package/dist/bundled/v3/components/or-rich-text-editor-v3/OrRichTextEditor.stories3.d.ts +12 -0
  96. package/dist/bundled/v3/components/or-rich-text-editor-v3/OrRichTextEditor.vue.d.ts +149 -0
  97. package/dist/bundled/v3/components/or-rich-text-editor-v3/index.d.ts +1 -0
  98. package/dist/bundled/v3/components/or-rich-text-editor-v3/index.js +36811 -0
  99. package/dist/bundled/v3/components/or-rich-text-editor-v3/styles.d.ts +6 -0
  100. package/dist/bundled/v3/components/or-search-v3/index.js +11 -11
  101. package/dist/bundled/v3/components/or-select-v3/index.js +12 -12
  102. package/dist/bundled/v3/components/or-tabs-v3/index.js +8 -7
  103. package/dist/bundled/v3/components/or-tag-v3/index.js +9 -9
  104. package/dist/bundled/v3/components/or-toast-v3/index.js +10 -10
  105. package/dist/bundled/v3/components/or-tooltip-v3/index.js +6 -6
  106. package/dist/bundled/v3/hooks/index.js +1 -1
  107. package/dist/bundled/v3/index.es-3f39f316.js +115 -0
  108. package/dist/bundled/v3/index.js +37 -35
  109. package/dist/bundled/v3/{types-577637c4.js → types-bc0d88d7.js} +3 -3
  110. package/dist/bundled/v3/{useElevation-6aea372d.js → useElevation-c8d5d3ba.js} +5 -1
  111. package/dist/bundled/v3/utils/isVisible.d.ts +2 -0
  112. package/dist/esm/v2/{OrBottomSheet-f09adbbb.js → OrBottomSheet-5acd034f.js} +1 -1
  113. package/dist/esm/v2/{OrCardCollection-a3ddee38.js → OrCardCollection-799ab8bd.js} +2 -2
  114. package/dist/esm/v2/{OrConfirm-def2218a.js → OrConfirm-367ac968.js} +15 -2
  115. package/dist/esm/v2/{OrIconButton-bc8a8b2e.js → OrIconButton-a7764de4.js} +2 -2
  116. package/dist/esm/v2/{OrInlineInput-5c99926f.js → OrInlineInput-00fbe0a7.js} +1 -1
  117. package/dist/esm/v2/{OrInlineTextarea-a67f2376.js → OrInlineTextarea-b4740a94.js} +1 -1
  118. package/dist/esm/v2/{OrInput-b0619ac3.js → OrInput-946ef514.js} +1 -1
  119. package/dist/esm/v2/{OrMenu-8ca8233e.js → OrMenu-e7210edc.js} +1 -1
  120. package/dist/esm/v2/{OrModal-96fa7ba5.js → OrModal-5c92cdc8.js} +15 -2
  121. package/dist/esm/v2/{OrNotification-23f97c3d.js → OrNotification-9862ce5f.js} +1 -1
  122. package/dist/esm/v2/{OrOverlay-4838a9b0.js → OrOverlay-18ba2dc6.js} +1 -1
  123. package/dist/esm/v2/{OrPopover-ba3ddf1a.js → OrPopover-ef8c91f1.js} +2 -2
  124. package/dist/esm/v2/{OrSearch-37e43e3e.js → OrSearch-18bf00f3.js} +1 -1
  125. package/dist/esm/v2/{OrSelect-8bdaac4f.js → OrSelect-858c2f46.js} +3 -3
  126. package/dist/esm/v2/{OrTabs-0d8ffa3d.js → OrTabs-c64be432.js} +2 -2
  127. package/dist/esm/v2/{OrTag-f02ededa.js → OrTag-23631e25.js} +1 -1
  128. package/dist/esm/v2/{OrTooltip-2d423c46.js → OrTooltip-3454c2e6.js} +1 -1
  129. package/dist/esm/v2/components/index.js +19 -19
  130. package/dist/esm/v2/components/or-bottom-sheet-v3/index.js +3 -3
  131. package/dist/esm/v2/components/or-card-collection-v3/index.js +8 -8
  132. package/dist/esm/v2/components/or-confirm-v3/OrConfirm.stories3.d.ts +5 -0
  133. package/dist/esm/v2/components/or-confirm-v3/OrConfirm.vue.d.ts +11 -0
  134. package/dist/esm/v2/components/or-confirm-v3/index.js +8 -8
  135. package/dist/esm/v2/components/or-icon-button-v3/index.js +6 -6
  136. package/dist/esm/v2/components/or-inline-input-v3/index.js +7 -7
  137. package/dist/esm/v2/components/or-inline-textarea-v3/index.js +7 -7
  138. package/dist/esm/v2/components/or-input-v3/index.js +7 -7
  139. package/dist/esm/v2/components/or-menu-v3/index.js +5 -5
  140. package/dist/esm/v2/components/or-modal-v3/OrModal.stories3.d.ts +10 -0
  141. package/dist/esm/v2/components/or-modal-v3/OrModal.vue.d.ts +11 -0
  142. package/dist/esm/v2/components/or-modal-v3/index.js +7 -7
  143. package/dist/esm/v2/components/or-notification-v3/index.js +7 -7
  144. package/dist/esm/v2/components/or-overlay-v3/index.js +2 -2
  145. package/dist/esm/v2/components/or-popover-v3/index.js +4 -4
  146. package/dist/esm/v2/components/or-rich-text-editor-v3/OrRichTextEditor.stories3.d.ts +12 -0
  147. package/dist/esm/v2/components/or-rich-text-editor-v3/OrRichTextEditor.vue.d.ts +149 -0
  148. package/dist/esm/v2/components/or-rich-text-editor-v3/index.d.ts +1 -0
  149. package/dist/esm/v2/components/or-rich-text-editor-v3/index.js +524 -0
  150. package/dist/esm/v2/components/or-rich-text-editor-v3/styles.d.ts +6 -0
  151. package/dist/esm/v2/components/or-search-v3/index.js +8 -8
  152. package/dist/esm/v2/components/or-select-v3/index.js +9 -9
  153. package/dist/esm/v2/components/or-tabs-v3/index.js +6 -6
  154. package/dist/esm/v2/components/or-tag-v3/index.js +7 -7
  155. package/dist/esm/v2/components/or-toast-v3/index.js +7 -7
  156. package/dist/esm/v2/components/or-tooltip-v3/index.js +5 -5
  157. package/dist/esm/v2/hooks/index.js +1 -1
  158. package/dist/esm/v2/index.js +19 -19
  159. package/dist/esm/v2/{types-d3101ac7.js → types-e2beb2b6.js} +1 -1
  160. package/dist/esm/{v3/useElevation-0e973238.js → v2/useElevation-31bfe1f6.js} +5 -1
  161. package/dist/esm/v2/utils/isVisible.d.ts +2 -0
  162. package/dist/esm/v3/{OrBottomSheet-9de57dd0.js → OrBottomSheet-0eb33b18.js} +1 -1
  163. package/dist/esm/v3/{OrCardCollection-1e3b3360.js → OrCardCollection-2d34eaaf.js} +2 -2
  164. package/dist/esm/v3/{OrConfirm-6645a8c2.js → OrConfirm-e6735cc8.js} +15 -2
  165. package/dist/esm/v3/{OrIconButton-6c0732ac.js → OrIconButton-85abafab.js} +2 -2
  166. package/dist/esm/v3/{OrInlineInput-4cd64402.js → OrInlineInput-299e2275.js} +1 -1
  167. package/dist/esm/v3/{OrInlineTextarea-93f80904.js → OrInlineTextarea-40ee5ffb.js} +1 -1
  168. package/dist/esm/v3/{OrInput-69f8dce1.js → OrInput-4f55c0eb.js} +1 -1
  169. package/dist/esm/v3/{OrMenu-00f7c4a8.js → OrMenu-d9e12030.js} +1 -1
  170. package/dist/esm/v3/{OrModal-88c56141.js → OrModal-420174c4.js} +15 -2
  171. package/dist/esm/v3/{OrNotification-d3d6f51d.js → OrNotification-54394fc8.js} +1 -1
  172. package/dist/esm/v3/{OrOverlay-27050c19.js → OrOverlay-738a44d5.js} +1 -1
  173. package/dist/esm/v3/{OrPopover-67000227.js → OrPopover-94a8f21d.js} +2 -2
  174. package/dist/esm/v3/{OrSearch-1b68ba58.js → OrSearch-d74891a5.js} +1 -1
  175. package/dist/esm/v3/{OrSelect-1fa435c6.js → OrSelect-b3a233cc.js} +3 -3
  176. package/dist/esm/v3/{OrTabs-a0590a70.js → OrTabs-6a8fa516.js} +2 -2
  177. package/dist/esm/v3/{OrTag-1202497c.js → OrTag-6c3717e0.js} +1 -1
  178. package/dist/esm/v3/{OrTooltip-32048f0e.js → OrTooltip-1500a1cd.js} +1 -1
  179. package/dist/esm/v3/components/index.js +19 -19
  180. package/dist/esm/v3/components/or-bottom-sheet-v3/index.js +3 -3
  181. package/dist/esm/v3/components/or-card-collection-v3/index.js +8 -8
  182. package/dist/esm/v3/components/or-confirm-v3/OrConfirm.stories3.d.ts +5 -0
  183. package/dist/esm/v3/components/or-confirm-v3/OrConfirm.vue.d.ts +11 -0
  184. package/dist/esm/v3/components/or-confirm-v3/index.js +8 -8
  185. package/dist/esm/v3/components/or-icon-button-v3/index.js +6 -6
  186. package/dist/esm/v3/components/or-inline-input-v3/index.js +7 -7
  187. package/dist/esm/v3/components/or-inline-textarea-v3/index.js +7 -7
  188. package/dist/esm/v3/components/or-input-v3/index.js +7 -7
  189. package/dist/esm/v3/components/or-menu-v3/index.js +5 -5
  190. package/dist/esm/v3/components/or-modal-v3/OrModal.stories3.d.ts +10 -0
  191. package/dist/esm/v3/components/or-modal-v3/OrModal.vue.d.ts +11 -0
  192. package/dist/esm/v3/components/or-modal-v3/index.js +7 -7
  193. package/dist/esm/v3/components/or-notification-v3/index.js +7 -7
  194. package/dist/esm/v3/components/or-overlay-v3/index.js +2 -2
  195. package/dist/esm/v3/components/or-popover-v3/index.js +4 -4
  196. package/dist/esm/v3/components/or-rich-text-editor-v3/OrRichTextEditor.stories3.d.ts +12 -0
  197. package/dist/esm/v3/components/or-rich-text-editor-v3/OrRichTextEditor.vue.d.ts +149 -0
  198. package/dist/esm/v3/components/or-rich-text-editor-v3/index.d.ts +1 -0
  199. package/dist/esm/v3/components/or-rich-text-editor-v3/index.js +493 -0
  200. package/dist/esm/v3/components/or-rich-text-editor-v3/styles.d.ts +6 -0
  201. package/dist/esm/v3/components/or-search-v3/index.js +8 -8
  202. package/dist/esm/v3/components/or-select-v3/index.js +9 -9
  203. package/dist/esm/v3/components/or-tabs-v3/index.js +6 -6
  204. package/dist/esm/v3/components/or-tag-v3/index.js +7 -7
  205. package/dist/esm/v3/components/or-toast-v3/index.js +7 -7
  206. package/dist/esm/v3/components/or-tooltip-v3/index.js +5 -5
  207. package/dist/esm/v3/hooks/index.js +1 -1
  208. package/dist/esm/v3/index.js +19 -19
  209. package/dist/esm/v3/{types-90a49024.js → types-98a852d8.js} +1 -1
  210. package/dist/esm/{v2/useElevation-0e973238.js → v3/useElevation-31bfe1f6.js} +5 -1
  211. package/dist/esm/v3/utils/isVisible.d.ts +2 -0
  212. package/package.json +20 -2
  213. package/src/components/or-confirm-v3/OrConfirm.stories3.ts +60 -0
  214. package/src/components/or-confirm-v3/OrConfirm.vue +12 -0
  215. package/src/components/or-modal-v3/OrModal.docs.mdx +1 -1
  216. package/src/components/or-modal-v3/OrModal.stories3.ts +137 -0
  217. package/src/components/or-modal-v3/OrModal.vue +12 -0
  218. package/src/components/or-rich-text-editor-v3/OrRichTextEditor.docs.mdx +16 -0
  219. package/src/components/or-rich-text-editor-v3/OrRichTextEditor.stories3.ts +62 -0
  220. package/src/components/or-rich-text-editor-v3/OrRichTextEditor.vue +520 -0
  221. package/src/components/or-rich-text-editor-v3/index.ts +1 -0
  222. package/src/components/or-rich-text-editor-v3/styles.ts +65 -0
  223. package/src/hooks/useElevation.ts +3 -1
  224. package/src/utils/isVisible.ts +5 -0
@@ -1,12 +1,12 @@
1
1
  import { useToggle } from '@vueuse/core';
2
2
  import { defineComponent, ref, computed, resolveComponent, openBlock, createElementBlock, normalizeClass, renderSlot, createCommentVNode, createVNode, toDisplayString, createElementVNode, createBlock, withModifiers, onBeforeMount, onBeforeUnmount, nextTick } from 'vue';
3
3
  import { T as ToastType, P as PositionsX, b as PositionsY, c as TransitionType, d as useToastEventBus, a as useQueue } from './useToast-4d4329cd.js';
4
- import './OrIconButton-c521fef8.js';
4
+ import './OrIconButton-00ab6c2d.js';
5
5
  import './OrLoader-65868e73.js';
6
- import { s as script$2 } from './OrIconButton.vue_vue_type_script_lang-a834417f.js';
6
+ import { s as script$2 } from './OrIconButton.vue_vue_type_script_lang-b35040f9.js';
7
7
  import { s as script$3 } from './OrLoader.vue_vue_type_script_lang-edd1b404.js';
8
8
  import { s as styleInject } from './style-inject.es-4c6f2515.js';
9
- import './OrOverlay.vue_vue_type_script_lang-4551114e.js';
9
+ import './OrOverlay.vue_vue_type_script_lang-cb3aad0c.js';
10
10
  import { s as script$4 } from './OrTeleport.vue3.vue_vue_type_script_lang-4dc70cf1.js';
11
11
 
12
12
  const ToastRoot = [
@@ -1,10 +1,14 @@
1
1
  import { isRef, ref, watch } from 'vue';
2
2
 
3
+ function isVisible(element) {
4
+ return !(element.offsetParent === null);
5
+ }
6
+
3
7
  function useElevation(element) {
4
8
  const elementRef = isRef(element) ? element : ref(element);
5
9
  // Functions
6
10
  function getPageElevations() {
7
- return [...document.body.querySelectorAll('*')].map(element => getComputedStyle(element)).map(style => Number(style.zIndex)).filter(zIndex => !isNaN(zIndex));
11
+ return [...document.body.querySelectorAll('*')].filter(isVisible).map(element => getComputedStyle(element)).map(style => Number(style.zIndex)).filter(zIndex => !isNaN(zIndex));
8
12
  }
9
13
  function setElementElevation(element) {
10
14
  element.style.zIndex = String(Math.max(0, ...getPageElevations()) + 1);
@@ -0,0 +1,2 @@
1
+ declare function isVisible(element: HTMLElement): boolean;
2
+ export default isVisible;
@@ -1,7 +1,7 @@
1
1
  import { usePointerSwipe, onClickOutside, SwipeDirection } from '@vueuse/core';
2
2
  import { defineComponent, ref, computed, watch, unref } from 'vue-demi';
3
3
  import { u as useClassAttribute } from './useClassAttribute-47fdb016.js';
4
- import { _ as __vue_component__$1 } from './OrOverlay-4838a9b0.js';
4
+ import { _ as __vue_component__$1 } from './OrOverlay-18ba2dc6.js';
5
5
  import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
6
6
 
7
7
  const BottomSheetRoot = [
@@ -2,8 +2,8 @@ import { defineComponent, ref, computed, watch } from 'vue-demi';
2
2
  import { u as useClassAttribute } from './useClassAttribute-47fdb016.js';
3
3
  import '@vueuse/core';
4
4
  import { _ as __vue_component__$1 } from './OrCard-1d904e72.js';
5
- import { _ as __vue_component__$2 } from './OrIconButton-bc8a8b2e.js';
6
- import { _ as __vue_component__$3 } from './OrInput-b0619ac3.js';
5
+ import { _ as __vue_component__$2 } from './OrIconButton-a7764de4.js';
6
+ import { _ as __vue_component__$3 } from './OrInput-946ef514.js';
7
7
  import { _ as __vue_component__$4 } from './OrSortHeader-b4dbff08.js';
8
8
  import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
9
9
 
@@ -1,7 +1,7 @@
1
1
  import { defineComponent, ref, computed, watch } from 'vue-demi';
2
2
  import { _ as __vue_component__$2, a as ButtonColor } from './OrButton-b458e82b.js';
3
- import { _ as __vue_component__$1 } from './OrOverlay-4838a9b0.js';
4
- import { _ as __vue_component__$3 } from './OrInput-b0619ac3.js';
3
+ import { _ as __vue_component__$1 } from './OrOverlay-18ba2dc6.js';
4
+ import { _ as __vue_component__$3 } from './OrInput-946ef514.js';
5
5
  import { useMagicKeys, whenever } from '@vueuse/core';
6
6
  import { logicAnd } from '@vueuse/math';
7
7
  import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
@@ -107,6 +107,10 @@ var script = defineComponent({
107
107
  type: String,
108
108
  required: false,
109
109
  default: null
110
+ },
111
+ isOpen: {
112
+ type: Boolean,
113
+ default: false
110
114
  }
111
115
  },
112
116
  emits: ['open', 'close', 'confirm'],
@@ -151,6 +155,15 @@ var script = defineComponent({
151
155
  }
152
156
  // Events
153
157
  watch(isActive, value => emit(value ? 'open' : 'close'));
158
+ watch(() => props.isOpen, newIsOpen => {
159
+ if (newIsOpen) {
160
+ open();
161
+ } else {
162
+ close();
163
+ }
164
+ }, {
165
+ immediate: true
166
+ });
154
167
  watch(escape, val => {
155
168
  if (val) close();
156
169
  });
@@ -2,8 +2,8 @@ import { defineComponent, ref, computed } from 'vue-demi';
2
2
  import { u as useClassAttribute } from './useClassAttribute-47fdb016.js';
3
3
  import '@vueuse/core';
4
4
  import { _ as __vue_component__$1 } from './OrIcon-05689298.js';
5
- import { _ as __vue_component__$2 } from './OrTooltip-2d423c46.js';
6
- import './OrPopover-ba3ddf1a.js';
5
+ import { _ as __vue_component__$2 } from './OrTooltip-3454c2e6.js';
6
+ import './OrPopover-ef8c91f1.js';
7
7
  import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
8
8
 
9
9
  var IconButtonColor;
@@ -3,7 +3,7 @@ import { u as useClassAttribute } from './useClassAttribute-47fdb016.js';
3
3
  import '@vueuse/core';
4
4
  import { _ as __vue_component__$1 } from './OrError-be656098.js';
5
5
  import { _ as __vue_component__$2 } from './OrHint-44356417.js';
6
- import { _ as __vue_component__$3 } from './OrIconButton-bc8a8b2e.js';
6
+ import { _ as __vue_component__$3 } from './OrIconButton-a7764de4.js';
7
7
  import { _ as __vue_component__$4, I as InlineInputBoxSize } from './OrInlineInputBox-6a15ea2b.js';
8
8
  import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
9
9
  import { c as createInjector } from './browser-82dea9ed.js';
@@ -3,7 +3,7 @@ import { u as useClassAttribute } from './useClassAttribute-47fdb016.js';
3
3
  import '@vueuse/core';
4
4
  import { _ as __vue_component__$1 } from './OrError-be656098.js';
5
5
  import { _ as __vue_component__$2 } from './OrHint-44356417.js';
6
- import { _ as __vue_component__$3 } from './OrIconButton-bc8a8b2e.js';
6
+ import { _ as __vue_component__$3 } from './OrIconButton-a7764de4.js';
7
7
  import { _ as __vue_component__$4 } from './OrInlineInputBox-6a15ea2b.js';
8
8
  import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
9
9
  import { c as createInjector } from './browser-82dea9ed.js';
@@ -3,7 +3,7 @@ import { u as useClassAttribute } from './useClassAttribute-47fdb016.js';
3
3
  import '@vueuse/core';
4
4
  import { _ as __vue_component__$1 } from './OrError-be656098.js';
5
5
  import { _ as __vue_component__$2 } from './OrHint-44356417.js';
6
- import { _ as __vue_component__$4 } from './OrIconButton-bc8a8b2e.js';
6
+ import { _ as __vue_component__$4 } from './OrIconButton-a7764de4.js';
7
7
  import { _ as __vue_component__$3 } from './OrIcon-05689298.js';
8
8
  import { _ as __vue_component__$5, a as InputBoxSize } from './OrInputBox-208dceac.js';
9
9
  import { _ as __vue_component__$6 } from './OrLabel-5670468e.js';
@@ -1,7 +1,7 @@
1
1
  import { defineComponent, ref, computed } from 'vue-demi';
2
2
  import { u as useClassAttribute } from './useClassAttribute-47fdb016.js';
3
3
  import '@vueuse/core';
4
- import { _ as __vue_component__$1, P as PopoverPlacement } from './OrPopover-ba3ddf1a.js';
4
+ import { _ as __vue_component__$1, P as PopoverPlacement } from './OrPopover-ef8c91f1.js';
5
5
  import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
6
6
 
7
7
  const MenuRoot = [
@@ -1,8 +1,8 @@
1
1
  import { defineComponent, ref, computed, watch } from 'vue-demi';
2
2
  import { u as useClassAttribute } from './useClassAttribute-47fdb016.js';
3
3
  import '@vueuse/core';
4
- import { _ as __vue_component__$2 } from './OrIconButton-bc8a8b2e.js';
5
- import { _ as __vue_component__$1 } from './OrOverlay-4838a9b0.js';
4
+ import { _ as __vue_component__$2 } from './OrIconButton-a7764de4.js';
5
+ import { _ as __vue_component__$1 } from './OrOverlay-18ba2dc6.js';
6
6
  import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
7
7
 
8
8
  var ModalSize;
@@ -54,6 +54,10 @@ var script = defineComponent({
54
54
  size: {
55
55
  type: String,
56
56
  default: ModalSize.M
57
+ },
58
+ isOpen: {
59
+ type: Boolean,
60
+ default: false
57
61
  }
58
62
  },
59
63
  emits: ['open', 'close'],
@@ -72,6 +76,15 @@ var script = defineComponent({
72
76
  watch(isActive, value => {
73
77
  context.emit(value ? 'open' : 'close');
74
78
  });
79
+ watch(() => props.isOpen, newIsOpen => {
80
+ if (newIsOpen) {
81
+ open();
82
+ } else {
83
+ close();
84
+ }
85
+ }, {
86
+ immediate: true
87
+ });
75
88
  // Methods
76
89
  function open() {
77
90
  isActive.value = true;
@@ -1,7 +1,7 @@
1
1
  import { defineComponent, ref, computed } from 'vue-demi';
2
2
  import { u as useClassAttribute } from './useClassAttribute-47fdb016.js';
3
3
  import '@vueuse/core';
4
- import { _ as __vue_component__$2 } from './OrIconButton-bc8a8b2e.js';
4
+ import { _ as __vue_component__$2 } from './OrIconButton-a7764de4.js';
5
5
  import { _ as __vue_component__$1 } from './OrIcon-05689298.js';
6
6
  import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
7
7
 
@@ -1,7 +1,7 @@
1
1
  import { useScrollLock } from '@vueuse/core';
2
2
  import { defineComponent, ref, computed } from 'vue-demi';
3
3
  import { u as useClassAttribute } from './useClassAttribute-47fdb016.js';
4
- import { u as useElevation } from './useElevation-0e973238.js';
4
+ import { u as useElevation } from './useElevation-31bfe1f6.js';
5
5
  import { _ as __vue_component__$1 } from './OrTeleport.vue2-fb92f29f.js';
6
6
  import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
7
7
 
@@ -2,9 +2,9 @@ import { autoUpdate, computePosition, flip, shift, hide } from '@floating-ui/dom
2
2
  import { onClickOutside } from '@vueuse/core';
3
3
  import { defineComponent, ref, computed, watch, watchPostEffect, unref, toRef, nextTick } from 'vue-demi';
4
4
  import { u as useClassAttribute } from './useClassAttribute-47fdb016.js';
5
- import { u as useElevation } from './useElevation-0e973238.js';
5
+ import { u as useElevation } from './useElevation-31bfe1f6.js';
6
6
  import { u as useResponsive } from './useResponsive-a02e95b7.js';
7
- import { _ as __vue_component__$1 } from './OrBottomSheet-f09adbbb.js';
7
+ import { _ as __vue_component__$1 } from './OrBottomSheet-5acd034f.js';
8
8
  import { _ as __vue_component__$2 } from './OrTeleport.vue2-fb92f29f.js';
9
9
  import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
10
10
 
@@ -1,7 +1,7 @@
1
1
  import { defineComponent, ref, computed } from 'vue-demi';
2
2
  import { debouncedWatch } from '@vueuse/core';
3
3
  import { u as useClassAttribute } from './useClassAttribute-47fdb016.js';
4
- import { _ as __vue_component__$1 } from './OrInput-b0619ac3.js';
4
+ import { _ as __vue_component__$1 } from './OrInput-946ef514.js';
5
5
  import { a as InputBoxSize } from './OrInputBox-208dceac.js';
6
6
  import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
7
7
 
@@ -9,11 +9,11 @@ import { _ as __vue_component__$3 } from './OrExpansionPanel-33d5cf05.js';
9
9
  import { _ as __vue_component__$4 } from './OrHint-44356417.js';
10
10
  import { _ as __vue_component__$5 } from './OrIcon-05689298.js';
11
11
  import { _ as __vue_component__$7, a as InputBoxSize } from './OrInputBox-208dceac.js';
12
- import { _ as __vue_component__$6 } from './OrInput-b0619ac3.js';
12
+ import { _ as __vue_component__$6 } from './OrInput-946ef514.js';
13
13
  import { _ as __vue_component__$8 } from './OrLabel-5670468e.js';
14
14
  import { _ as __vue_component__$9 } from './OrMenuItem-038641b7.js';
15
- import { _ as __vue_component__$a } from './OrPopover-ba3ddf1a.js';
16
- import { _ as __vue_component__$b } from './OrTag-f02ededa.js';
15
+ import { _ as __vue_component__$a } from './OrPopover-ef8c91f1.js';
16
+ import { _ as __vue_component__$b } from './OrTag-23631e25.js';
17
17
  import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
18
18
 
19
19
  const SelectRoot = [
@@ -3,8 +3,8 @@ import { defineComponent, ref, computed, reactive, watch, nextTick, onMounted }
3
3
  import { u as useClassAttribute } from './useClassAttribute-47fdb016.js';
4
4
  import { _ as __vue_component__$1 } from './OrIcon-05689298.js';
5
5
  import { _ as __vue_component__$3 } from './OrMenuItem-038641b7.js';
6
- import { _ as __vue_component__$2 } from './OrMenu-8ca8233e.js';
7
- import './OrPopover-ba3ddf1a.js';
6
+ import { _ as __vue_component__$2 } from './OrMenu-e7210edc.js';
7
+ import './OrPopover-ef8c91f1.js';
8
8
  import { _ as __vue_component__$4 } from './OrTab-4e6ff742.js';
9
9
  import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
10
10
 
@@ -1,7 +1,7 @@
1
1
  import { defineComponent, ref, computed, watchPostEffect, unref } from 'vue-demi';
2
2
  import { u as useClassAttribute } from './useClassAttribute-47fdb016.js';
3
3
  import '@vueuse/core';
4
- import { _ as __vue_component__$1 } from './OrIconButton-bc8a8b2e.js';
4
+ import { _ as __vue_component__$1 } from './OrIconButton-a7764de4.js';
5
5
  import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
6
6
 
7
7
  var TagVariant;
@@ -1,7 +1,7 @@
1
1
  import { useDebounceFn, useElementHover } from '@vueuse/core';
2
2
  import { defineComponent, ref, computed, watch } from 'vue-demi';
3
3
  import { u as useClassAttribute } from './useClassAttribute-47fdb016.js';
4
- import { _ as __vue_component__$1, P as PopoverPlacement } from './OrPopover-ba3ddf1a.js';
4
+ import { _ as __vue_component__$1, P as PopoverPlacement } from './OrPopover-ef8c91f1.js';
5
5
  import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
6
6
 
7
7
  const TooltipRoot = [
@@ -1,6 +1,6 @@
1
1
  export { O as OR_AVATAR_SIZE, _ as OrAvatar } from '../OrAvatar-4824c57f.js';
2
2
  export { a as AvatarColor, A as AvatarSize, _ as OrAvatarV3 } from '../OrAvatar-0afdef36.js';
3
- export { _ as OrBottomSheetV3 } from '../OrBottomSheet-f09adbbb.js';
3
+ export { _ as OrBottomSheetV3 } from '../OrBottomSheet-5acd034f.js';
4
4
  export { _ as OrButton, a as OrButtonColors, b as OrButtonSizes, O as OrButtonViews } from '../OrButton-2ca1c3d6.js';
5
5
  export { _ as OrButtonV2 } from '../OrButton-c4f9955b.js';
6
6
  export { _ as OrIconButton } from '../OrIconButton-014e86a7.js';
@@ -8,7 +8,7 @@ export { a as BUTTON_COLOR, c as BUTTON_LOADER_TYPE, b as BUTTON_SIZE, B as BUTT
8
8
  export { a as ButtonColor, b as ButtonType, B as ButtonVariant, _ as OrButtonV3 } from '../OrButton-b458e82b.js';
9
9
  export { _ as OrCard } from '../OrCard-b7268256.js';
10
10
  export { C as CARD_COLLECTION_LAYOUT, _ as OrCardCollection } from '../OrCardCollection-f6b07557.js';
11
- export { C as CardCollectionView, _ as OrCardCollectionV3 } from '../OrCardCollection-a3ddee38.js';
11
+ export { C as CardCollectionView, _ as OrCardCollectionV3 } from '../OrCardCollection-799ab8bd.js';
12
12
  export { _ as OrCardV3 } from '../OrCard-1d904e72.js';
13
13
  export { a as OrCarousel, _ as OrCarouselItem } from '../OrCarouselItem-4e2cf3d8.js';
14
14
  export { _ as OrCheckbox } from '../OrCheckbox-d5e31846.js';
@@ -19,7 +19,7 @@ export { _ as OrCode, O as OrCodeLanguages } from '../OrCode-41dd5f9b.js';
19
19
  export { _ as OrCollapse } from '../OrCollapse-4d892ca3.js';
20
20
  export { _ as OrColorPicker, h as amber, n as black, b as blue, m as blueGrey, k as brown, c as cyan, j as deepOrange, d as deepPurple, g as green, i as indigo, l as lightBlue, e as lightGreen, f as lime, o as orange, p as pink, a as purple, r as red, t as teal, w as white, y as yellow } from '../OrColorPicker-75abefdd.js';
21
21
  export { _ as OrConfirm } from '../OrConfirm-d7112dd3.js';
22
- export { C as ConfirmType, _ as OrConfirmV3 } from '../OrConfirm-def2218a.js';
22
+ export { C as ConfirmType, _ as OrConfirmV3 } from '../OrConfirm-367ac968.js';
23
23
  export { D as DEFAULT_TEXT, _ as OrDateTimePicker, a as OrDateTimePickerItemTypes, O as OrDateTimePickerTypes } from '../OrDateTimePicker-349df9b2.js';
24
24
  export { _ as OrError } from '../OrError-081130bb.js';
25
25
  export { _ as OrErrorTagV3 } from '../OrErrorTag-c14e0298.js';
@@ -30,14 +30,14 @@ export { _ as OrFloating, a as OrFloatingHideStrategy, O as OrFloatingPlacements
30
30
  export { _ as OrHint } from '../OrHint-c45f1e09.js';
31
31
  export { _ as OrHintV3 } from '../OrHint-44356417.js';
32
32
  export { _ as OrIcon, O as OrIconColors, a as OrIconType } from '../OrIcon-819166f6.js';
33
- export { I as IconButtonColor, _ as OrIconButtonV3 } from '../OrIconButton-bc8a8b2e.js';
33
+ export { I as IconButtonColor, _ as OrIconButtonV3 } from '../OrIconButton-a7764de4.js';
34
34
  export { a as IconSize, I as IconVariant, _ as OrIconV3 } from '../OrIcon-05689298.js';
35
35
  export { I as InlineInputBoxSize, I as InlineInputSize, _ as OrInlineInputBoxV3 } from '../OrInlineInputBox-6a15ea2b.js';
36
- export { I as InlineInputType, _ as OrInlineInputV3 } from '../OrInlineInput-5c99926f.js';
36
+ export { I as InlineInputType, _ as OrInlineInputV3 } from '../OrInlineInput-00fbe0a7.js';
37
37
  export { a as InlineTextEditTrimmingTypes, I as InlineTextEditTypes, _ as OrInlineTextEdit } from '../OrInlineTextEdit-b47cfc2d.js';
38
- export { _ as OrInlineTextareaV3 } from '../OrInlineTextarea-a67f2376.js';
38
+ export { _ as OrInlineTextareaV3 } from '../OrInlineTextarea-b4740a94.js';
39
39
  export { a as InputBoxSize, I as InputBoxVariant, a as InputSize, _ as OrInputBoxV3, a as SearchSize, a as SelectSize, a as TextareaSize } from '../OrInputBox-208dceac.js';
40
- export { I as InputType, _ as OrInputV3 } from '../OrInput-b0619ac3.js';
40
+ export { I as InputType, _ as OrInputV3 } from '../OrInput-946ef514.js';
41
41
  export { a as OrNumberInput, b as OrPassword, _ as OrTextarea } from '../OrPassword-1fa97156.js';
42
42
  export { _ as OrInput } from '../OrSearch.vue_rollup-plugin-vue_script-197d77fc.js';
43
43
  export { _ as OrSearch } from '../OrSearch-0589d17d.js';
@@ -49,24 +49,24 @@ export { _ as OrListOfInputs } from '../OrListOfInputs-50aa1ef1.js';
49
49
  export { L as LoaderViews, _ as OrLoader } from '../OrLoader-003941a2.js';
50
50
  export { a as LoaderColor, b as LoaderSize, L as LoaderVariant, _ as OrLoaderV3 } from '../OrLoader-bd088836.js';
51
51
  export { _ as OrMenuItemV3 } from '../OrMenuItem-038641b7.js';
52
- export { _ as OrMenuV3 } from '../OrMenu-8ca8233e.js';
53
- export { P as MenuPlacement, _ as OrPopoverV3, P as PopoverPlacement, a as PopoverVariant, P as TooltipPlacement } from '../OrPopover-ba3ddf1a.js';
52
+ export { _ as OrMenuV3 } from '../OrMenu-e7210edc.js';
53
+ export { P as MenuPlacement, _ as OrPopoverV3, P as PopoverPlacement, a as PopoverVariant, P as TooltipPlacement } from '../OrPopover-ef8c91f1.js';
54
54
  export { _ as OrModal, O as OrModalSizes } from '../OrModal-97e83549.js';
55
- export { M as ModalSize, _ as OrModalV3 } from '../OrModal-96fa7ba5.js';
55
+ export { M as ModalSize, _ as OrModalV3 } from '../OrModal-5c92cdc8.js';
56
56
  export { a as OR_NOTIFICATION_SIZE, O as OR_NOTIFICATION_TYPE, _ as OrNotification } from '../OrNotification-a9231a83.js';
57
- export { N as NotificationVariant, _ as OrNotificationV3 } from '../OrNotification-23f97c3d.js';
57
+ export { N as NotificationVariant, _ as OrNotificationV3 } from '../OrNotification-9862ce5f.js';
58
58
  export { _ as OrOverflowMenu } from '../OrOverflowMenu-10a4166a.js';
59
59
  export { _ as OrOverlay } from '../OrOverlay-3b52865d.js';
60
- export { _ as OrOverlayV3 } from '../OrOverlay-4838a9b0.js';
60
+ export { _ as OrOverlayV3 } from '../OrOverlay-18ba2dc6.js';
61
61
  export { _ as OrProgress, O as OrProgressColors, a as OrProgressTypes } from '../OrProgress-4ee24824.js';
62
62
  export { _ as OrProgressV3, P as ProgressColor, a as ProgressType } from '../OrProgress-c27c8946.js';
63
63
  export { _ as OrRadio } from '../OrRadio-e4198532.js';
64
64
  export { _ as OrRadioGroup } from '../OrRadioGroup-d9d32cba.js';
65
65
  export { _ as OrRadioV3 } from '../OrRadio-19d01c00.js';
66
- export { _ as OrSearchV3 } from '../OrSearch-37e43e3e.js';
66
+ export { _ as OrSearchV3 } from '../OrSearch-18bf00f3.js';
67
67
  export { _ as OrSegmentedControlV3, S as SegmentedControlSize } from '../OrSegmentedControl-17df63b8.js';
68
68
  export { _ as OrSelect } from '../OrSelect-17cdab3d.js';
69
- export { _ as OrSelectV3 } from '../OrSelect-8bdaac4f.js';
69
+ export { _ as OrSelectV3 } from '../OrSelect-858c2f46.js';
70
70
  export { _ as OrSidebar, O as OrSidebarSide } from '../OrSidebar-7d6125bb.js';
71
71
  export { O as OrSidebarPlacement, _ as OrSidebarV3 } from '../OrSidebar-fabc7bc9.js';
72
72
  export { _ as OrSkeletonCircle, a as OrSkeletonRect, b as OrSkeletonText, O as OrSkeletonTextSizes } from '../OrSkeletonText-cc94bdc9.js';
@@ -80,9 +80,9 @@ export { _ as OrTab } from '../OrTab-eade8ab6.js';
80
80
  export { _ as OrTabHeaderItem } from '../OrTabHeaderItem-d1a340d1.js';
81
81
  export { _ as OrTabV3 } from '../OrTab-4e6ff742.js';
82
82
  export { _ as OrTabs } from '../OrTabs-e1c13d41.js';
83
- export { _ as OrTabsV3, T as TabsVariant } from '../OrTabs-0d8ffa3d.js';
83
+ export { _ as OrTabsV3, T as TabsVariant } from '../OrTabs-c64be432.js';
84
84
  export { _ as OrTag } from '../OrTag-c1fa6901.js';
85
- export { _ as OrTagV3, a as TagColor, T as TagVariant } from '../OrTag-f02ededa.js';
85
+ export { _ as OrTagV3, a as TagColor, T as TagVariant } from '../OrTag-23631e25.js';
86
86
  export { _ as OrTeleport } from '../OrTeleportVue2-8ef4ceca.js';
87
87
  export { _ as OrTeleportV3 } from '../OrTeleport.vue2-fb92f29f.js';
88
88
  export { _ as OrTextV3 } from '../OrText-ba5a2b6c.js';
@@ -90,11 +90,11 @@ export { _ as OrTextareaV3 } from '../OrTextarea-f566682c.js';
90
90
  export { _ as OrTextbox, T as TextboxTypes } from '../OrTextbox-2594c980.js';
91
91
  export { _ as OrToast, a as OrToastContainer } from '../OrToastContainer-2fbd4358.js';
92
92
  export { P as PositionsX, b as PositionsY, c as ToastType, T as TransitionType, a as useQueue, u as useToast } from '../useToast-4fbe0e5a.js';
93
- export { a as OrToastContainerV3, _ as OrToastV3, t as TypesV3 } from '../types-d3101ac7.js';
93
+ export { a as OrToastContainerV3, _ as OrToastV3, t as TypesV3 } from '../types-e2beb2b6.js';
94
94
  export { p as PropsV3, a as useQueueV3, u as useToastV3 } from '../useToast-0665462d.js';
95
95
  export { _ as OrTooltip } from '../OrTooltip-614b016d.js';
96
96
  export { _ as OrTooltipContent } from '../OrTooltip.vue_rollup-plugin-vue_script-63559536.js';
97
- export { _ as OrTooltipV3 } from '../OrTooltip-2d423c46.js';
97
+ export { _ as OrTooltipV3 } from '../OrTooltip-3454c2e6.js';
98
98
  import 'vue-demi';
99
99
  import 'lodash';
100
100
  import '../normalize-component-6e8e3d80.js';
@@ -117,7 +117,7 @@ import '@floating-ui/dom';
117
117
  import '../useToggle-29e4d7c7.js';
118
118
  import 'uuid';
119
119
  import 'sortablejs';
120
- import '../useElevation-0e973238.js';
120
+ import '../useElevation-31bfe1f6.js';
121
121
  import '../useResponsive-a02e95b7.js';
122
122
  import '@vueuse/integrations/useFocusTrap';
123
123
  import '../dropdown-open-0d314aa4.js';
@@ -1,9 +1,9 @@
1
- export { _ as OrBottomSheetV3 } from '../../OrBottomSheet-f09adbbb.js';
1
+ export { _ as OrBottomSheetV3 } from '../../OrBottomSheet-5acd034f.js';
2
2
  import '@vueuse/core';
3
3
  import 'vue-demi';
4
4
  import '../../useClassAttribute-47fdb016.js';
5
- import '../../OrOverlay-4838a9b0.js';
6
- import '../../useElevation-0e973238.js';
5
+ import '../../OrOverlay-18ba2dc6.js';
6
+ import '../../useElevation-31bfe1f6.js';
7
7
  import '../../OrTeleport.vue2-fb92f29f.js';
8
8
  import 'portal-vue';
9
9
  import '../../normalize-component-6e8e3d80.js';
@@ -1,21 +1,21 @@
1
- export { C as CardCollectionView, _ as OrCardCollectionV3 } from '../../OrCardCollection-a3ddee38.js';
1
+ export { C as CardCollectionView, _ as OrCardCollectionV3 } from '../../OrCardCollection-799ab8bd.js';
2
2
  import 'vue-demi';
3
3
  import '../../useClassAttribute-47fdb016.js';
4
4
  import '@vueuse/core';
5
5
  import '../../OrCard-1d904e72.js';
6
6
  import '../../normalize-component-6e8e3d80.js';
7
- import '../../OrIconButton-bc8a8b2e.js';
7
+ import '../../OrIconButton-a7764de4.js';
8
8
  import '../../OrIcon-05689298.js';
9
- import '../../OrTooltip-2d423c46.js';
10
- import '../../OrPopover-ba3ddf1a.js';
9
+ import '../../OrTooltip-3454c2e6.js';
10
+ import '../../OrPopover-ef8c91f1.js';
11
11
  import '@floating-ui/dom';
12
- import '../../useElevation-0e973238.js';
12
+ import '../../useElevation-31bfe1f6.js';
13
13
  import '../../useResponsive-a02e95b7.js';
14
- import '../../OrBottomSheet-f09adbbb.js';
15
- import '../../OrOverlay-4838a9b0.js';
14
+ import '../../OrBottomSheet-5acd034f.js';
15
+ import '../../OrOverlay-18ba2dc6.js';
16
16
  import '../../OrTeleport.vue2-fb92f29f.js';
17
17
  import 'portal-vue';
18
- import '../../OrInput-b0619ac3.js';
18
+ import '../../OrInput-946ef514.js';
19
19
  import '../../OrError-be656098.js';
20
20
  import '../../OrHint-44356417.js';
21
21
  import '../../OrInputBox-208dceac.js';
@@ -35,3 +35,8 @@ export declare const ConfirmButtonColor: StoryFn<import("vue").ComponentOptions<
35
35
  } | string[], {} & {}, {
36
36
  [x: number]: string;
37
37
  } | {}, true>)>;
38
+ export declare const UsingIsOpenProp: StoryFn<import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api").ShallowUnwrapRef<unknown>, import("@vue/composition-api").MethodOptions, import("@vue/composition-api").ComputedOptions, import("@vue/composition-api").ComponentPropsOptions<import("@vue/composition-api").Data>, import("@vue/composition-api").ExtractPropTypes<import("@vue/composition-api").ComponentPropsOptions<import("@vue/composition-api").Data>>> & Omit<import("vue").VueConstructor<import("vue").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{} & {}, import("@vue/composition-api").ShallowUnwrapRef<unknown>, unknown, import("@vue/composition-api").ComputedOptions, import("@vue/composition-api").MethodOptions, unknown, unknown, {
39
+ [x: string]: ((...args: any[]) => any) | null;
40
+ } | string[], {} & {}, {
41
+ [x: number]: string;
42
+ } | {}, true>)>;
@@ -82,6 +82,10 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
82
82
  required: false;
83
83
  default: null;
84
84
  };
85
+ isOpen: {
86
+ type: BooleanConstructor;
87
+ default: boolean;
88
+ };
85
89
  }, import("@vue/composition-api").ExtractPropTypes<{
86
90
  titleText: {
87
91
  type: StringConstructor;
@@ -133,6 +137,10 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
133
137
  required: false;
134
138
  default: null;
135
139
  };
140
+ isOpen: {
141
+ type: BooleanConstructor;
142
+ default: boolean;
143
+ };
136
144
  }>> & Omit<import("vue").VueConstructor<import("vue").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{
137
145
  titleText: string;
138
146
  confirmButtonText: string;
@@ -144,6 +152,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
144
152
  textConfirmationLabel: string;
145
153
  textConfirmationPlaceholder: string;
146
154
  textConfirmationError: string;
155
+ isOpen: boolean;
147
156
  } & {} & {
148
157
  [x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
149
158
  }, import("@vue/composition-api").ShallowUnwrapRef<{
@@ -187,6 +196,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
187
196
  textConfirmationLabel: string;
188
197
  textConfirmationPlaceholder: string;
189
198
  textConfirmationError: string;
199
+ isOpen: boolean;
190
200
  } & {} & {
191
201
  [x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
192
202
  }, {
@@ -200,5 +210,6 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
200
210
  textConfirmationLabel: string;
201
211
  textConfirmationPlaceholder: string;
202
212
  textConfirmationError: string;
213
+ isOpen: boolean;
203
214
  }, true>);
204
215
  export default _default;
@@ -1,24 +1,24 @@
1
- export { C as ConfirmType, _ as OrConfirmV3 } from '../../OrConfirm-def2218a.js';
1
+ export { C as ConfirmType, _ as OrConfirmV3 } from '../../OrConfirm-367ac968.js';
2
2
  import 'vue-demi';
3
3
  import '../../OrButton-b458e82b.js';
4
4
  import '../../useClassAttribute-47fdb016.js';
5
5
  import '@vueuse/core';
6
6
  import '../../OrLoader-bd088836.js';
7
7
  import '../../normalize-component-6e8e3d80.js';
8
- import '../../OrOverlay-4838a9b0.js';
9
- import '../../useElevation-0e973238.js';
8
+ import '../../OrOverlay-18ba2dc6.js';
9
+ import '../../useElevation-31bfe1f6.js';
10
10
  import '../../OrTeleport.vue2-fb92f29f.js';
11
11
  import 'portal-vue';
12
- import '../../OrInput-b0619ac3.js';
12
+ import '../../OrInput-946ef514.js';
13
13
  import '../../OrError-be656098.js';
14
14
  import '../../OrHint-44356417.js';
15
- import '../../OrIconButton-bc8a8b2e.js';
15
+ import '../../OrIconButton-a7764de4.js';
16
16
  import '../../OrIcon-05689298.js';
17
- import '../../OrTooltip-2d423c46.js';
18
- import '../../OrPopover-ba3ddf1a.js';
17
+ import '../../OrTooltip-3454c2e6.js';
18
+ import '../../OrPopover-ef8c91f1.js';
19
19
  import '@floating-ui/dom';
20
20
  import '../../useResponsive-a02e95b7.js';
21
- import '../../OrBottomSheet-f09adbbb.js';
21
+ import '../../OrBottomSheet-5acd034f.js';
22
22
  import '../../OrInputBox-208dceac.js';
23
23
  import '../../OrLabel-5670468e.js';
24
24
  import '../../browser-82dea9ed.js';
@@ -1,15 +1,15 @@
1
- export { I as IconButtonColor, _ as OrIconButtonV3 } from '../../OrIconButton-bc8a8b2e.js';
1
+ export { I as IconButtonColor, _ as OrIconButtonV3 } from '../../OrIconButton-a7764de4.js';
2
2
  import 'vue-demi';
3
3
  import '../../useClassAttribute-47fdb016.js';
4
4
  import '@vueuse/core';
5
5
  import '../../OrIcon-05689298.js';
6
6
  import '../../normalize-component-6e8e3d80.js';
7
- import '../../OrTooltip-2d423c46.js';
8
- import '../../OrPopover-ba3ddf1a.js';
7
+ import '../../OrTooltip-3454c2e6.js';
8
+ import '../../OrPopover-ef8c91f1.js';
9
9
  import '@floating-ui/dom';
10
- import '../../useElevation-0e973238.js';
10
+ import '../../useElevation-31bfe1f6.js';
11
11
  import '../../useResponsive-a02e95b7.js';
12
- import '../../OrBottomSheet-f09adbbb.js';
13
- import '../../OrOverlay-4838a9b0.js';
12
+ import '../../OrBottomSheet-5acd034f.js';
13
+ import '../../OrOverlay-18ba2dc6.js';
14
14
  import '../../OrTeleport.vue2-fb92f29f.js';
15
15
  import 'portal-vue';
@@ -1,4 +1,4 @@
1
- export { I as InlineInputType, _ as OrInlineInputV3 } from '../../OrInlineInput-5c99926f.js';
1
+ export { I as InlineInputType, _ as OrInlineInputV3 } from '../../OrInlineInput-00fbe0a7.js';
2
2
  export { I as InlineInputSize } from '../../OrInlineInputBox-6a15ea2b.js';
3
3
  import 'vue-demi';
4
4
  import '../../useClassAttribute-47fdb016.js';
@@ -6,15 +6,15 @@ import '@vueuse/core';
6
6
  import '../../OrError-be656098.js';
7
7
  import '../../normalize-component-6e8e3d80.js';
8
8
  import '../../OrHint-44356417.js';
9
- import '../../OrIconButton-bc8a8b2e.js';
9
+ import '../../OrIconButton-a7764de4.js';
10
10
  import '../../OrIcon-05689298.js';
11
- import '../../OrTooltip-2d423c46.js';
12
- import '../../OrPopover-ba3ddf1a.js';
11
+ import '../../OrTooltip-3454c2e6.js';
12
+ import '../../OrPopover-ef8c91f1.js';
13
13
  import '@floating-ui/dom';
14
- import '../../useElevation-0e973238.js';
14
+ import '../../useElevation-31bfe1f6.js';
15
15
  import '../../useResponsive-a02e95b7.js';
16
- import '../../OrBottomSheet-f09adbbb.js';
17
- import '../../OrOverlay-4838a9b0.js';
16
+ import '../../OrBottomSheet-5acd034f.js';
17
+ import '../../OrOverlay-18ba2dc6.js';
18
18
  import '../../OrTeleport.vue2-fb92f29f.js';
19
19
  import 'portal-vue';
20
20
  import '../../browser-82dea9ed.js';
@@ -1,19 +1,19 @@
1
- export { _ as OrInlineTextareaV3 } from '../../OrInlineTextarea-a67f2376.js';
1
+ export { _ as OrInlineTextareaV3 } from '../../OrInlineTextarea-b4740a94.js';
2
2
  import 'vue-demi';
3
3
  import '../../useClassAttribute-47fdb016.js';
4
4
  import '@vueuse/core';
5
5
  import '../../OrError-be656098.js';
6
6
  import '../../normalize-component-6e8e3d80.js';
7
7
  import '../../OrHint-44356417.js';
8
- import '../../OrIconButton-bc8a8b2e.js';
8
+ import '../../OrIconButton-a7764de4.js';
9
9
  import '../../OrIcon-05689298.js';
10
- import '../../OrTooltip-2d423c46.js';
11
- import '../../OrPopover-ba3ddf1a.js';
10
+ import '../../OrTooltip-3454c2e6.js';
11
+ import '../../OrPopover-ef8c91f1.js';
12
12
  import '@floating-ui/dom';
13
- import '../../useElevation-0e973238.js';
13
+ import '../../useElevation-31bfe1f6.js';
14
14
  import '../../useResponsive-a02e95b7.js';
15
- import '../../OrBottomSheet-f09adbbb.js';
16
- import '../../OrOverlay-4838a9b0.js';
15
+ import '../../OrBottomSheet-5acd034f.js';
16
+ import '../../OrOverlay-18ba2dc6.js';
17
17
  import '../../OrTeleport.vue2-fb92f29f.js';
18
18
  import 'portal-vue';
19
19
  import '../../OrInlineInputBox-6a15ea2b.js';