@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
@@ -0,0 +1,524 @@
1
+ import { defineComponent, ref, onMounted, onBeforeUnmount, computed, watch } from 'vue-demi';
2
+ import { u as useClassAttribute } from '../../useClassAttribute-47fdb016.js';
3
+ import '@vueuse/core';
4
+ import { defaultMarkdownSerializer, MarkdownSerializer } from 'prosemirror-markdown';
5
+ import { DOMParser as DOMParser$1 } from 'prosemirror-model';
6
+ import { marked } from 'marked';
7
+ import { _ as __vue_component__$1 } from '../../OrIconButton-a7764de4.js';
8
+ import { _ as __vue_component__$2 } from '../../OrLabel-5670468e.js';
9
+ import { _ as __vue_component__$4 } from '../../OrMenu-e7210edc.js';
10
+ import '../../OrPopover-ef8c91f1.js';
11
+ import { _ as __vue_component__$3 } from '../../OrMenuItem-038641b7.js';
12
+ import { Editor, mergeAttributes } from '@tiptap/core';
13
+ import StarterKit from '@tiptap/starter-kit';
14
+ import Underline from '@tiptap/extension-underline';
15
+ import Link from '@tiptap/extension-link';
16
+ import Highlight from '@tiptap/extension-highlight';
17
+ import Heading from '@tiptap/extension-heading';
18
+ import Placeholder from '@tiptap/extension-placeholder';
19
+ import Paragraph from '@tiptap/extension-paragraph';
20
+ import BulletList from '@tiptap/extension-bullet-list';
21
+ import ListItem from '@tiptap/extension-list-item';
22
+ import OrderedList from '@tiptap/extension-ordered-list';
23
+ import Strike from '@tiptap/extension-strike';
24
+ import Italic from '@tiptap/extension-italic';
25
+ import Bold from '@tiptap/extension-bold';
26
+ import { n as normalizeComponent } from '../../normalize-component-6e8e3d80.js';
27
+ import { c as createInjector } from '../../browser-82dea9ed.js';
28
+ import '../../OrIcon-05689298.js';
29
+ import '../../OrTooltip-3454c2e6.js';
30
+ import '@floating-ui/dom';
31
+ import '../../useElevation-31bfe1f6.js';
32
+ import '../../useResponsive-a02e95b7.js';
33
+ import '../../OrBottomSheet-5acd034f.js';
34
+ import '../../OrOverlay-18ba2dc6.js';
35
+ import '../../OrTeleport.vue2-fb92f29f.js';
36
+ import 'portal-vue';
37
+
38
+ const EditorContainer = [
39
+ // Colors
40
+ 'border-outline', 'dark:border-outline-dark', 'focus-within:theme-border-1-primary', 'dark:focus-within:theme-border-1-primary-dark', 'focus-within:bg-primary-opacity-0-08', 'dark:focus-within:bg-primary-opacity-0-08-dark', 'focus-within:theme-outline-primary', 'dark:focus-within:theme-outline-primary-dark',
41
+ // Sizing
42
+ 'border-1', 'rounded-md'];
43
+ const ToolbarContainer = [
44
+ // Layout
45
+ 'flex',
46
+ //Spacing
47
+ 'py-sm',
48
+ //Sizing
49
+ 'border-b-1',
50
+ //Colors
51
+ 'border-b-outline', 'dark:border-b-outline-dark'];
52
+ const Toolbar = [
53
+ // Layout
54
+ 'flex',
55
+ // Spacing
56
+ 'px-sm', 'gap-md',
57
+ // Sizing
58
+ 'border-r-1',
59
+ //Colors
60
+ 'border-r-disabled', 'dark:border-r-outline-dark',
61
+ // Last child
62
+ 'last-of-type:border-none'];
63
+ const ToolbarButton = [
64
+ // Typography
65
+ 'text-on-disabled', 'dark:text-outline-dark'];
66
+ const ToolbarButtonActive = [
67
+ // Typography
68
+ 'text-on-background', 'dark:text-on-background-dark'];
69
+ const EditorInput = [
70
+ // Spacing
71
+ 'p-sm',
72
+ // Typography
73
+ 'typography-body-2-regular', 'text-on-background', 'dark:text-on-background-dark',
74
+ // Sizing
75
+ 'min-h-[88px]'];
76
+
77
+ var script = defineComponent({
78
+ name: 'OrRichTextEditor',
79
+ components: {
80
+ OrIconButton: __vue_component__$1,
81
+ OrLabel: __vue_component__$2,
82
+ OrMenuItem: __vue_component__$3,
83
+ OrMenu: __vue_component__$4
84
+ },
85
+ inheritAttrs: false,
86
+ props: {
87
+ modelValue: {
88
+ type: String,
89
+ default: '',
90
+ required: false
91
+ },
92
+ toolbar: {
93
+ type: Array,
94
+ default: () => [['heading'], ['bold', 'italic', 'strike'], ['underline', 'highlight'], ['link'], ['bulletList', 'orderedList'], ['undo', 'redo']]
95
+ },
96
+ description: {
97
+ type: String,
98
+ default: 'Description'
99
+ },
100
+ placeholder: {
101
+ type: String,
102
+ default: 'Write something...'
103
+ },
104
+ autofocus: {
105
+ type: Boolean,
106
+ default: false
107
+ },
108
+ markdown: {
109
+ type: Boolean,
110
+ default: true
111
+ }
112
+ },
113
+ emits: ['update:modelValue'],
114
+ setup(props, {
115
+ emit
116
+ }) {
117
+ // Refs
118
+ let editor = null;
119
+ const editorRef = ref();
120
+ const containerRef = ref();
121
+ const toolbarButtonRef = ref();
122
+ const menuRef = ref();
123
+ const isActive = ref({});
124
+ const headingLevels = [1, 2, 3, 4];
125
+ const previousHeadingLevel = ref();
126
+ const activeHeadingLevel = ref(0);
127
+ const markdownOutput = ref('');
128
+ const iconsEnum = ref({
129
+ bold: 'format_bold',
130
+ italic: 'format_italic',
131
+ underline: 'format_underlined',
132
+ strike: 'format_strikethrough',
133
+ bulletList: 'format_list_bulleted',
134
+ orderedList: 'format_list_numbered',
135
+ link: 'link',
136
+ highlight: 'highlight',
137
+ redo: 'redo',
138
+ undo: 'undo'
139
+ });
140
+ const iconTooltipsEnum = ref({
141
+ bold: 'Bold',
142
+ italic: 'Italic',
143
+ underline: 'Underline',
144
+ strike: 'Strike',
145
+ bulletList: 'Bulleted List',
146
+ orderedList: 'Numbered List',
147
+ link: 'Link',
148
+ highlight: 'Highlight',
149
+ redo: 'Redo',
150
+ undo: 'Undo'
151
+ });
152
+ const serializerMarks = {
153
+ ...defaultMarkdownSerializer.marks,
154
+ [Bold.name]: defaultMarkdownSerializer.marks.strong,
155
+ [Strike.name]: {
156
+ open: '~~',
157
+ close: '~~',
158
+ mixable: true,
159
+ expelEnclosingWhitespace: true
160
+ },
161
+ [Italic.name]: {
162
+ open: '_',
163
+ close: '_',
164
+ mixable: true,
165
+ expelEnclosingWhitespace: true
166
+ },
167
+ [Highlight.name]: {
168
+ open: '==',
169
+ close: '==',
170
+ mixable: true,
171
+ expelEnclosingWhitespace: true
172
+ },
173
+ [Link.name]: {
174
+ open(state, mark, parent, index) {
175
+ return isPlainURL(mark, parent, index, 1) ? '<' : '[';
176
+ },
177
+ close(state, mark, parent, index) {
178
+ const href = mark.attrs.canonicalSrc || mark.attrs.href;
179
+ return isPlainURL(mark, parent, index, -1) ? '>' : `](${state.esc(href)}${mark.attrs.title ? ` ${state.quote(mark.attrs.title)}` : ''})`;
180
+ }
181
+ }
182
+ };
183
+ const serializerNodes = {
184
+ ...defaultMarkdownSerializer.nodes,
185
+ [Paragraph.name]: defaultMarkdownSerializer.nodes.paragraph,
186
+ [BulletList.name]: defaultMarkdownSerializer.nodes.bullet_list,
187
+ [ListItem.name]: defaultMarkdownSerializer.nodes.list_item,
188
+ [OrderedList.name]: defaultMarkdownSerializer.nodes.ordered_list
189
+ // [HardBreak.name]: //TODO: add hard break
190
+ };
191
+
192
+ onMounted(() => {
193
+ editor = new Editor({
194
+ onUpdate: ({
195
+ editor
196
+ }) => {
197
+ setActiveFormats();
198
+ const html = editor.getHTML();
199
+ const text = editor.getText();
200
+ if (props.markdown) {
201
+ const markdown = markdownOutput.value = serialize(editor.schema, editor.getJSON());
202
+ emit('update:modelValue', markdown);
203
+ } else {
204
+ emit('update:modelValue', text === '' ? text : html);
205
+ }
206
+ },
207
+ onCreate: ({
208
+ editor
209
+ }) => {
210
+ if (props.markdown) {
211
+ const deserialized = deserialize(editor.schema, props.modelValue);
212
+ editor.commands.setContent(deserialized);
213
+ } else {
214
+ editor.commands.setContent(props.modelValue);
215
+ }
216
+ },
217
+ element: editorRef.value,
218
+ autofocus: props.autofocus,
219
+ extensions: [StarterKit.configure({
220
+ heading: false
221
+ }), Heading.configure({
222
+ levels: headingLevels
223
+ }).extend({
224
+ levels: headingLevels,
225
+ renderHTML({
226
+ node,
227
+ HTMLAttributes
228
+ }) {
229
+ return ['h' + node.attrs.level, mergeAttributes(HTMLAttributes, {
230
+ class: `typography-headline-${node.attrs.level}`
231
+ }), 0];
232
+ }
233
+ }), Underline, Link.configure({
234
+ openOnClick: true,
235
+ linkOnPaste: true,
236
+ autolink: false,
237
+ protocols: ['ftp', 'mailto', 'http', 'https'],
238
+ validate: href => /^https?:\/\//.test(href),
239
+ HTMLAttributes: {
240
+ class: 'text-primary cursor-pointer'
241
+ }
242
+ }), Highlight, Placeholder.configure({
243
+ placeholder: props.placeholder,
244
+ emptyEditorClass: 'is-editor-empty text-outline'
245
+ })],
246
+ editorProps: {
247
+ attributes: {
248
+ class: 'focus:outline-none'
249
+ }
250
+ }
251
+ });
252
+ setActiveFormats();
253
+ });
254
+ onBeforeUnmount(() => {
255
+ editor === null || editor === void 0 ? void 0 : editor.destroy();
256
+ });
257
+ // Computed
258
+ const getIndexOfHeading = computed(() => {
259
+ return props.toolbar.flat().indexOf('heading');
260
+ });
261
+ const headingIcon = computed(() => {
262
+ if (activeHeadingLevel.value && isActive.value.heading) {
263
+ return `format_h${activeHeadingLevel.value}`;
264
+ }
265
+ return 'format_paragraph';
266
+ });
267
+ // Methods
268
+ const handleEditorClick = () => {
269
+ setActiveFormats();
270
+ editor === null || editor === void 0 ? void 0 : editor.commands.focus();
271
+ };
272
+ const handleToolbarClick = (item, level) => {
273
+ if (item === 'bulletList' || item === 'orderedList') {
274
+ item === 'bulletList' ? editor === null || editor === void 0 ? void 0 : editor.commands.toggleBulletList() : editor === null || editor === void 0 ? void 0 : editor.commands.toggleOrderedList();
275
+ } else if (item === 'link') {
276
+ setLink();
277
+ } else if (item === 'heading') {
278
+ if (!level) {
279
+ editor === null || editor === void 0 ? void 0 : editor.commands.toggleHeading({
280
+ level: previousHeadingLevel.value
281
+ });
282
+ activeHeadingLevel.value = 0;
283
+ } else {
284
+ activeHeadingLevel.value = level;
285
+ previousHeadingLevel.value = level;
286
+ editor === null || editor === void 0 ? void 0 : editor.commands.toggleHeading({
287
+ level: level
288
+ });
289
+ }
290
+ editor === null || editor === void 0 ? void 0 : editor.commands.focus();
291
+ } else if (item === 'undo' || item === 'redo') {
292
+ item === 'undo' ? editor === null || editor === void 0 ? void 0 : editor.commands.undo() : editor === null || editor === void 0 ? void 0 : editor.commands.redo();
293
+ } else {
294
+ editor === null || editor === void 0 ? void 0 : editor.chain().focus().toggleMark(item).run();
295
+ }
296
+ };
297
+ const setLink = () => {
298
+ const previousUrl = editor === null || editor === void 0 ? void 0 : editor.getAttributes('link').href;
299
+ const url = window.prompt('URL', previousUrl);
300
+ // cancelled
301
+ if (url === null) {
302
+ return;
303
+ }
304
+ // empty
305
+ if (url === '') {
306
+ editor === null || editor === void 0 ? void 0 : editor.chain().focus().extendMarkRange('link').unsetLink().run();
307
+ return;
308
+ }
309
+ // update link
310
+ editor === null || editor === void 0 ? void 0 : editor.chain().focus().extendMarkRange('link').setLink({
311
+ href: url
312
+ }).run();
313
+ };
314
+ const setActiveFormats = () => {
315
+ const toolbarList = props.toolbar.flat();
316
+ toolbarList.forEach(item => {
317
+ isActive.value[item] = (editor === null || editor === void 0 ? void 0 : editor.isActive(item)) || false;
318
+ });
319
+ };
320
+ // Styles
321
+ const classAttribute = useClassAttribute();
322
+ const rootStyles = computed(() => {
323
+ return ['or-rich-text-editor', classAttribute.value];
324
+ });
325
+ const containerStyles = computed(() => {
326
+ return [...EditorContainer];
327
+ });
328
+ const toolbarContainerStyles = computed(() => {
329
+ return [...ToolbarContainer];
330
+ });
331
+ const toolbarStyles = computed(() => {
332
+ return [...Toolbar];
333
+ });
334
+ const editorInputStyles = computed(() => {
335
+ return ['tiptap-editor', ...EditorInput];
336
+ });
337
+ const toolbarButtonStyles = item => {
338
+ return [
339
+ // Layout
340
+ 'flex',
341
+ // Spacing
342
+ 'gap-md', ...(isActive.value[item] ? ToolbarButtonActive : ToolbarButton)];
343
+ };
344
+ const isPlainURL = (link, parent, index, side) => {
345
+ if (link.attrs.title || !/^\w+:/.test(link.attrs.href)) return false;
346
+ const content = parent.child(index + (side < 0 ? -1 : 0));
347
+ if (!content.isText || content.text !== link.attrs.href || content.marks[content.marks.length - 1] !== link) return false;
348
+ if (index === (side < 0 ? 1 : parent.childCount - 1)) return true;
349
+ const next = parent.child(index + (side < 0 ? -2 : 1));
350
+ return !link.isInSet(next.marks);
351
+ };
352
+ const serialize = (schema, content) => {
353
+ const proseMirrorDocument = schema.nodeFromJSON(content);
354
+ const serializer = new MarkdownSerializer(serializerNodes, serializerMarks);
355
+ return serializer.serialize(proseMirrorDocument, {
356
+ tightLists: true
357
+ });
358
+ };
359
+ const deserialize = (schema, content) => {
360
+ const html = marked.parse(content);
361
+ if (!html) return null;
362
+ const parser = new DOMParser();
363
+ const {
364
+ body
365
+ } = parser.parseFromString(html, 'text/html');
366
+ // append original source as a comment that nodes can access
367
+ body.append(document.createComment(content));
368
+ const state = DOMParser$1.fromSchema(schema).parse(body);
369
+ return state.toJSON();
370
+ };
371
+ //Effects
372
+ watch(() => props.modelValue, value => {
373
+ if (value !== (editor === null || editor === void 0 ? void 0 : editor.getHTML()) && !props.markdown) {
374
+ editor === null || editor === void 0 ? void 0 : editor.commands.setContent(value);
375
+ }
376
+ if (props.markdown && value !== markdownOutput.value) {
377
+ editor === null || editor === void 0 ? void 0 : editor.commands.setContent(markdownOutput.value);
378
+ }
379
+ });
380
+ return {
381
+ editor,
382
+ editorRef,
383
+ containerRef,
384
+ toolbarButtonRef,
385
+ menuRef,
386
+ iconsEnum,
387
+ handleToolbarClick,
388
+ handleEditorClick,
389
+ isActive,
390
+ iconTooltipsEnum,
391
+ containerStyles,
392
+ toolbarContainerStyles,
393
+ toolbarStyles,
394
+ rootStyles,
395
+ toolbarButtonStyles,
396
+ editorInputStyles,
397
+ getIndexOfHeading,
398
+ headingLevels,
399
+ headingIcon
400
+ };
401
+ }
402
+ });
403
+
404
+ /* script */
405
+ const __vue_script__ = script;
406
+
407
+ /* template */
408
+ var __vue_render__ = function () {
409
+ var _vm = this;
410
+ var _h = _vm.$createElement;
411
+ var _c = _vm._self._c || _h;
412
+ return _c('div', _vm._b({
413
+ ref: "root",
414
+ class: _vm.rootStyles
415
+ }, 'div', _vm.$attrs, false), [_c('or-label', [_vm._v("\n " + _vm._s(_vm.description) + "\n ")]), _vm._v(" "), _c('div', {
416
+ ref: "containerRef",
417
+ class: _vm.containerStyles,
418
+ on: {
419
+ "click": function ($event) {
420
+ return _vm.handleEditorClick();
421
+ }
422
+ }
423
+ }, [_c('div', {
424
+ class: _vm.toolbarContainerStyles
425
+ }, _vm._l(_vm.toolbar, function (tool) {
426
+ return _c('div', {
427
+ key: tool,
428
+ class: _vm.toolbarStyles
429
+ }, _vm._l(tool, function (item) {
430
+ return _c('div', {
431
+ key: item,
432
+ staticClass: "-my-xs",
433
+ class: _vm.toolbarButtonStyles(item)
434
+ }, [item === 'heading' ? _c('or-icon-button', {
435
+ ref: "toolbarButtonRef",
436
+ refInFor: true,
437
+ attrs: {
438
+ "tooltip": {
439
+ text: item,
440
+ placement: 'top'
441
+ },
442
+ "icon": {
443
+ icon: _vm.headingIcon,
444
+ variant: 'inherit',
445
+ size: 'm'
446
+ }
447
+ },
448
+ on: {
449
+ "click": function ($event) {
450
+ return _vm.menuRef.open();
451
+ }
452
+ }
453
+ }) : _c('or-icon-button', {
454
+ attrs: {
455
+ "tooltip": {
456
+ text: _vm.iconTooltipsEnum[item],
457
+ placement: 'top'
458
+ },
459
+ "icon": {
460
+ icon: _vm.iconsEnum[item],
461
+ variant: 'inherit',
462
+ size: 'm'
463
+ }
464
+ },
465
+ on: {
466
+ "click": function ($event) {
467
+ return _vm.handleToolbarClick(item);
468
+ }
469
+ }
470
+ })], 1);
471
+ }), 0);
472
+ }), 0), _vm._v(" "), _c('div', {
473
+ ref: "editorRef",
474
+ class: _vm.editorInputStyles
475
+ })]), _vm._v(" "), _vm.toolbarButtonRef ? _c('or-menu', {
476
+ ref: "menuRef",
477
+ attrs: {
478
+ "trigger": _vm.toolbarButtonRef[_vm.getIndexOfHeading].root,
479
+ "placement": "bottom-start"
480
+ }
481
+ }, [_vm._l(_vm.headingLevels, function (heading) {
482
+ return _c('or-menu-item', {
483
+ key: heading,
484
+ on: {
485
+ "click": function ($event) {
486
+ return _vm.handleToolbarClick('heading', heading);
487
+ }
488
+ }
489
+ }, [_vm._v("\n Heading " + _vm._s(heading) + "\n ")]);
490
+ }), _vm._v(" "), _c('or-menu-item', {
491
+ on: {
492
+ "click": function ($event) {
493
+ return _vm.handleToolbarClick('heading');
494
+ }
495
+ }
496
+ }, [_vm._v("\n None\n ")])], 2) : _vm._e()], 1);
497
+ };
498
+ var __vue_staticRenderFns__ = [];
499
+
500
+ /* style */
501
+ const __vue_inject_styles__ = function (inject) {
502
+ if (!inject) return;
503
+ inject("data-v-592455cc_0", {
504
+ source: ".tiptap-editor ol{margin:0 24px;list-style:decimal}.tiptap-editor ul{margin:0 24px;list-style:initial}.tiptap-editor .is-editor-empty::before{content:attr(data-placeholder);height:0;pointer-events:none;float:left}",
505
+ map: undefined,
506
+ media: undefined
507
+ });
508
+ };
509
+ /* scoped */
510
+ const __vue_scope_id__ = undefined;
511
+ /* module identifier */
512
+ const __vue_module_identifier__ = undefined;
513
+ /* functional template */
514
+ const __vue_is_functional_template__ = false;
515
+ /* style inject SSR */
516
+
517
+ /* style inject shadow dom */
518
+
519
+ const __vue_component__ = /*#__PURE__*/normalizeComponent({
520
+ render: __vue_render__,
521
+ staticRenderFns: __vue_staticRenderFns__
522
+ }, __vue_inject_styles__, __vue_script__, __vue_scope_id__, __vue_is_functional_template__, __vue_module_identifier__, false, createInjector, undefined, undefined);
523
+
524
+ export { __vue_component__ as OrRichTextEditor };
@@ -0,0 +1,6 @@
1
+ export declare const EditorContainer: string[];
2
+ export declare const ToolbarContainer: string[];
3
+ export declare const Toolbar: string[];
4
+ export declare const ToolbarButton: string[];
5
+ export declare const ToolbarButtonActive: string[];
6
+ export declare const EditorInput: string[];
@@ -1,21 +1,21 @@
1
- export { _ as OrSearchV3 } from '../../OrSearch-37e43e3e.js';
1
+ export { _ as OrSearchV3 } from '../../OrSearch-18bf00f3.js';
2
2
  export { a as SearchSize } from '../../OrInputBox-208dceac.js';
3
3
  import 'vue-demi';
4
4
  import '@vueuse/core';
5
5
  import '../../useClassAttribute-47fdb016.js';
6
- import '../../OrInput-b0619ac3.js';
6
+ import '../../OrInput-946ef514.js';
7
7
  import '../../OrError-be656098.js';
8
8
  import '../../normalize-component-6e8e3d80.js';
9
9
  import '../../OrHint-44356417.js';
10
- import '../../OrIconButton-bc8a8b2e.js';
10
+ import '../../OrIconButton-a7764de4.js';
11
11
  import '../../OrIcon-05689298.js';
12
- import '../../OrTooltip-2d423c46.js';
13
- import '../../OrPopover-ba3ddf1a.js';
12
+ import '../../OrTooltip-3454c2e6.js';
13
+ import '../../OrPopover-ef8c91f1.js';
14
14
  import '@floating-ui/dom';
15
- import '../../useElevation-0e973238.js';
15
+ import '../../useElevation-31bfe1f6.js';
16
16
  import '../../useResponsive-a02e95b7.js';
17
- import '../../OrBottomSheet-f09adbbb.js';
18
- import '../../OrOverlay-4838a9b0.js';
17
+ import '../../OrBottomSheet-5acd034f.js';
18
+ import '../../OrOverlay-18ba2dc6.js';
19
19
  import '../../OrTeleport.vue2-fb92f29f.js';
20
20
  import 'portal-vue';
21
21
  import '../../OrLabel-5670468e.js';
@@ -1,4 +1,4 @@
1
- export { _ as OrSelectV3 } from '../../OrSelect-8bdaac4f.js';
1
+ export { _ as OrSelectV3 } from '../../OrSelect-858c2f46.js';
2
2
  export { a as SelectSize } from '../../OrInputBox-208dceac.js';
3
3
  import 'vue-demi';
4
4
  import '../../dropdown-open-0d314aa4.js';
@@ -13,16 +13,16 @@ import '../../OrError-be656098.js';
13
13
  import '../../OrExpansionPanel-33d5cf05.js';
14
14
  import '../../OrIcon-05689298.js';
15
15
  import '../../OrHint-44356417.js';
16
- import '../../OrInput-b0619ac3.js';
17
- import '../../OrIconButton-bc8a8b2e.js';
18
- import '../../OrTooltip-2d423c46.js';
19
- import '../../OrPopover-ba3ddf1a.js';
16
+ import '../../OrInput-946ef514.js';
17
+ import '../../OrIconButton-a7764de4.js';
18
+ import '../../OrTooltip-3454c2e6.js';
19
+ import '../../OrPopover-ef8c91f1.js';
20
20
  import '@floating-ui/dom';
21
- import '../../useElevation-0e973238.js';
21
+ import '../../useElevation-31bfe1f6.js';
22
22
  import '../../useResponsive-a02e95b7.js';
23
- import '../../OrBottomSheet-f09adbbb.js';
24
- import '../../OrOverlay-4838a9b0.js';
23
+ import '../../OrBottomSheet-5acd034f.js';
24
+ import '../../OrOverlay-18ba2dc6.js';
25
25
  import '../../OrTeleport.vue2-fb92f29f.js';
26
26
  import 'portal-vue';
27
27
  import '../../OrMenuItem-038641b7.js';
28
- import '../../OrTag-f02ededa.js';
28
+ import '../../OrTag-23631e25.js';
@@ -1,17 +1,17 @@
1
- export { _ as OrTabsV3, T as TabsVariant } from '../../OrTabs-0d8ffa3d.js';
1
+ export { _ as OrTabsV3, T as TabsVariant } from '../../OrTabs-c64be432.js';
2
2
  import '@vueuse/core';
3
3
  import 'vue-demi';
4
4
  import '../../useClassAttribute-47fdb016.js';
5
5
  import '../../OrIcon-05689298.js';
6
6
  import '../../normalize-component-6e8e3d80.js';
7
7
  import '../../OrMenuItem-038641b7.js';
8
- import '../../OrMenu-8ca8233e.js';
9
- import '../../OrPopover-ba3ddf1a.js';
8
+ import '../../OrMenu-e7210edc.js';
9
+ import '../../OrPopover-ef8c91f1.js';
10
10
  import '@floating-ui/dom';
11
- import '../../useElevation-0e973238.js';
11
+ import '../../useElevation-31bfe1f6.js';
12
12
  import '../../useResponsive-a02e95b7.js';
13
- import '../../OrBottomSheet-f09adbbb.js';
14
- import '../../OrOverlay-4838a9b0.js';
13
+ import '../../OrBottomSheet-5acd034f.js';
14
+ import '../../OrOverlay-18ba2dc6.js';
15
15
  import '../../OrTeleport.vue2-fb92f29f.js';
16
16
  import 'portal-vue';
17
17
  import '../../OrTab-4e6ff742.js';
@@ -1,16 +1,16 @@
1
- export { _ as OrTagV3, a as TagColor, T as TagVariant } from '../../OrTag-f02ededa.js';
1
+ export { _ as OrTagV3, a as TagColor, T as TagVariant } from '../../OrTag-23631e25.js';
2
2
  import 'vue-demi';
3
3
  import '../../useClassAttribute-47fdb016.js';
4
4
  import '@vueuse/core';
5
- import '../../OrIconButton-bc8a8b2e.js';
5
+ import '../../OrIconButton-a7764de4.js';
6
6
  import '../../OrIcon-05689298.js';
7
7
  import '../../normalize-component-6e8e3d80.js';
8
- import '../../OrTooltip-2d423c46.js';
9
- import '../../OrPopover-ba3ddf1a.js';
8
+ import '../../OrTooltip-3454c2e6.js';
9
+ import '../../OrPopover-ef8c91f1.js';
10
10
  import '@floating-ui/dom';
11
- import '../../useElevation-0e973238.js';
11
+ import '../../useElevation-31bfe1f6.js';
12
12
  import '../../useResponsive-a02e95b7.js';
13
- import '../../OrBottomSheet-f09adbbb.js';
14
- import '../../OrOverlay-4838a9b0.js';
13
+ import '../../OrBottomSheet-5acd034f.js';
14
+ import '../../OrOverlay-18ba2dc6.js';
15
15
  import '../../OrTeleport.vue2-fb92f29f.js';
16
16
  import 'portal-vue';
@@ -1,19 +1,19 @@
1
- export { a as OrToastContainerV3, _ as OrToastV3, t as TypesV3 } from '../../types-d3101ac7.js';
1
+ export { a as OrToastContainerV3, _ as OrToastV3, t as TypesV3 } from '../../types-e2beb2b6.js';
2
2
  export { p as PropsV3, a as useQueueV3, u as useToastV3 } from '../../useToast-0665462d.js';
3
3
  import '@vueuse/core';
4
4
  import 'vue-demi';
5
5
  import '../../OrTeleport.vue2-fb92f29f.js';
6
6
  import 'portal-vue';
7
7
  import '../../normalize-component-6e8e3d80.js';
8
- import '../../OrIconButton-bc8a8b2e.js';
8
+ import '../../OrIconButton-a7764de4.js';
9
9
  import '../../useClassAttribute-47fdb016.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 '../../OrLoader-bd088836.js';
19
19
  import '../../browser-82dea9ed.js';