@onereach/ui-components 4.1.0-beta.2511.0 → 4.1.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 (285) hide show
  1. package/dist/bundled/v2/components/OrBottomSheetV3/OrBottomSheet.js +8 -1
  2. package/dist/bundled/v2/components/OrButtonV3/styles.js +3 -1
  3. package/dist/bundled/v2/components/OrCode/OrCode.js +3727 -5
  4. package/dist/bundled/v2/components/OrCode/index.js +2 -5
  5. package/dist/bundled/v2/components/OrCode/lang.js +3 -3897
  6. package/dist/bundled/v2/components/OrCode/theme.js +1 -2
  7. package/dist/bundled/v2/components/OrPopoverV3/OrPopover.js +8 -1
  8. package/dist/bundled/v2/components/index.d.ts +0 -1
  9. package/dist/bundled/v2/components/index.js +2 -14
  10. package/dist/bundled/v2/hooks/useElevation.js +3 -3
  11. package/dist/bundled/v2/{index-f5487f12.js → index-6976c52a.js} +115 -3
  12. package/dist/bundled/v2/index.js +5 -17
  13. package/dist/bundled/v2/{index-70ca38c5.js → lang-02d2bb2d.js} +3965 -73
  14. package/dist/bundled/v2/utils/isVisible.js +1 -1
  15. package/dist/bundled/v3/{OrBottomSheet.vue_vue_type_script_lang-1489a97d.js → OrBottomSheet.vue_vue_type_script_lang-01d7c429.js} +9 -2
  16. package/dist/bundled/v3/{OrCardCollection.vue_vue_type_script_lang-606eede5.js → OrCardCollection.vue_vue_type_script_lang-843e396a.js} +4 -4
  17. package/dist/bundled/v3/{index-16aee5bc.js → OrCode.vue_vue_type_script_lang-c5a9adb7.js} +234 -14
  18. package/dist/bundled/v3/{OrConfirm.vue_vue_type_script_lang-7d9bcdc4.js → OrConfirm.vue_vue_type_script_lang-d069c95f.js} +3 -3
  19. package/dist/bundled/v3/{OrIconButton.vue_vue_type_script_lang-42a8285c.js → OrIconButton.vue_vue_type_script_lang-41f12b45.js} +1 -1
  20. package/dist/bundled/v3/{OrInlineInput.vue_vue_type_script_lang-6b0f4112.js → OrInlineInput.vue_vue_type_script_lang-2b485aef.js} +1 -1
  21. package/dist/bundled/v3/{OrInlineTextarea.vue_vue_type_script_lang-6a7a22a3.js → OrInlineTextarea.vue_vue_type_script_lang-aa848373.js} +1 -1
  22. package/dist/bundled/v3/{OrInput.vue_vue_type_script_lang-60b49ebd.js → OrInput.vue_vue_type_script_lang-fe526531.js} +1 -1
  23. package/dist/bundled/v3/{OrMenu.vue_vue_type_script_lang-2676b9cc.js → OrMenu.vue_vue_type_script_lang-4772731e.js} +1 -1
  24. package/dist/bundled/v3/{OrModal.vue_vue_type_script_lang-9ed0d5c2.js → OrModal.vue_vue_type_script_lang-265f39e0.js} +2 -2
  25. package/dist/bundled/v3/{OrNotification.vue_vue_type_script_lang-9bd9811a.js → OrNotification.vue_vue_type_script_lang-1b2d17a2.js} +1 -1
  26. package/dist/bundled/v3/{OrPagination.vue_vue_type_script_lang-b08cc71a.js → OrPagination.vue_vue_type_script_lang-ddef5272.js} +2 -2
  27. package/dist/bundled/v3/{OrPopover.vue_vue_type_script_lang-a9419b58.js → OrPopover.vue_vue_type_script_lang-9d3a7c2d.js} +9 -2
  28. package/dist/bundled/v3/{OrSearch.vue_vue_type_script_lang-3613e38d.js → OrSearch.vue_vue_type_script_lang-36ad17a9.js} +1 -1
  29. package/dist/bundled/v3/{OrSelect.vue_vue_type_script_lang-262351de.js → OrSelect.vue_vue_type_script_lang-410f4efc.js} +3 -3
  30. package/dist/bundled/v3/{OrSidebar.vue_vue_type_script_lang-198126ca.js → OrSidebar.vue_vue_type_script_lang-ed7c92fb.js} +1 -1
  31. package/dist/bundled/v3/{OrTabs.vue_vue_type_script_lang-b723fa78.js → OrTabs.vue_vue_type_script_lang-4f5e0d90.js} +1 -1
  32. package/dist/bundled/v3/{OrTag.vue_vue_type_script_lang-9deddfc8.js → OrTag.vue_vue_type_script_lang-fbc19deb.js} +1 -1
  33. package/dist/bundled/v3/{OrTooltip.vue_vue_type_script_lang-703eaacb.js → OrTooltip.vue_vue_type_script_lang-b35199da.js} +1 -1
  34. package/dist/bundled/v3/components/OrBottomSheetV3/OrBottomSheet.js +3 -3
  35. package/dist/bundled/v3/components/OrBottomSheetV3/index.js +2 -2
  36. package/dist/bundled/v3/components/OrButtonV3/OrButton.js +2 -2
  37. package/dist/bundled/v3/components/OrButtonV3/index.js +1 -1
  38. package/dist/bundled/v3/components/OrButtonV3/styles.js +3 -1
  39. package/dist/bundled/v3/components/OrCardCollectionV3/OrCardCollection.js +11 -11
  40. package/dist/bundled/v3/components/OrCardCollectionV3/index.js +10 -10
  41. package/dist/bundled/v3/components/OrCode/OrCode.js +5 -8
  42. package/dist/bundled/v3/components/OrCode/index.js +3 -6
  43. package/dist/bundled/v3/components/OrCode/lang.js +3 -3897
  44. package/dist/bundled/v3/components/OrCode/theme.js +1 -2
  45. package/dist/bundled/v3/components/OrConfirmV3/OrConfirm.js +9 -9
  46. package/dist/bundled/v3/components/OrConfirmV3/index.js +8 -8
  47. package/dist/bundled/v3/components/OrIconButtonV3/OrIconButton.js +6 -6
  48. package/dist/bundled/v3/components/OrIconButtonV3/index.js +5 -5
  49. package/dist/bundled/v3/components/OrInlineInputV3/OrInlineInput.js +7 -7
  50. package/dist/bundled/v3/components/OrInlineInputV3/index.js +6 -6
  51. package/dist/bundled/v3/components/OrInlineTextareaV3/OrInlineTextarea.js +7 -7
  52. package/dist/bundled/v3/components/OrInlineTextareaV3/index.js +6 -6
  53. package/dist/bundled/v3/components/OrInputV3/OrInput.js +7 -7
  54. package/dist/bundled/v3/components/OrInputV3/index.js +6 -6
  55. package/dist/bundled/v3/components/OrMenuV3/OrMenu.js +5 -5
  56. package/dist/bundled/v3/components/OrMenuV3/index.js +4 -4
  57. package/dist/bundled/v3/components/OrModalV3/OrModal.js +7 -7
  58. package/dist/bundled/v3/components/OrModalV3/index.js +6 -6
  59. package/dist/bundled/v3/components/OrNotificationV3/OrNotification.js +7 -7
  60. package/dist/bundled/v3/components/OrNotificationV3/index.js +6 -6
  61. package/dist/bundled/v3/components/OrOverlayV3/OrOverlay.js +2 -2
  62. package/dist/bundled/v3/components/OrOverlayV3/index.js +1 -1
  63. package/dist/bundled/v3/components/OrPaginationV3/OrPagination.js +7 -7
  64. package/dist/bundled/v3/components/OrPaginationV3/index.js +6 -6
  65. package/dist/bundled/v3/components/OrPopoverV3/OrPopover.js +4 -4
  66. package/dist/bundled/v3/components/OrPopoverV3/index.js +3 -3
  67. package/dist/bundled/v3/components/OrSearchV3/OrSearch.js +8 -8
  68. package/dist/bundled/v3/components/OrSearchV3/index.js +7 -7
  69. package/dist/bundled/v3/components/OrSelectV3/OrSelect.js +9 -9
  70. package/dist/bundled/v3/components/OrSelectV3/index.js +8 -8
  71. package/dist/bundled/v3/components/OrSidebarV3/OrSidebar.js +7 -7
  72. package/dist/bundled/v3/components/OrSidebarV3/index.js +6 -6
  73. package/dist/bundled/v3/components/OrTabsV3/OrTabs.js +6 -6
  74. package/dist/bundled/v3/components/OrTabsV3/index.js +5 -5
  75. package/dist/bundled/v3/components/OrTagV3/OrTag.js +7 -7
  76. package/dist/bundled/v3/components/OrTagV3/index.js +6 -6
  77. package/dist/bundled/v3/components/OrToastContainerV3/OrToastContainer.js +7 -7
  78. package/dist/bundled/v3/components/OrToastContainerV3/index.js +6 -6
  79. package/dist/bundled/v3/components/OrToastV3/OrToast.js +5 -5
  80. package/dist/bundled/v3/components/OrToastV3/index.js +6 -6
  81. package/dist/bundled/v3/components/OrTooltipV3/OrTooltip.js +5 -5
  82. package/dist/bundled/v3/components/OrTooltipV3/index.js +4 -4
  83. package/dist/bundled/v3/components/index.d.ts +0 -1
  84. package/dist/bundled/v3/components/index.js +24 -37
  85. package/dist/bundled/v3/hooks/useElevation.js +3 -3
  86. package/dist/bundled/v3/{index-f5487f12.js → index-6976c52a.js} +115 -3
  87. package/dist/bundled/v3/index.js +27 -40
  88. package/dist/bundled/v3/{index-70ca38c5.js → lang-02d2bb2d.js} +3965 -73
  89. package/dist/bundled/v3/utils/isVisible.js +1 -1
  90. package/dist/esm/v2/{OrBottomSheet-29df8db9.js → OrBottomSheet-2d3d8fbc.js} +9 -2
  91. package/dist/esm/v2/{OrButton-236d9c2e.js → OrButton-6b60a776.js} +3 -1
  92. package/dist/esm/v2/{OrCardCollection-97167234.js → OrCardCollection-6b43a9b2.js} +5 -5
  93. package/dist/esm/v2/{OrConfirm-cd41987e.js → OrConfirm-92e39afe.js} +3 -3
  94. package/dist/esm/v2/{OrIconButton-a9db16fa.js → OrIconButton-fbe52eb8.js} +2 -2
  95. package/dist/esm/v2/{OrInlineInput-79c86e6a.js → OrInlineInput-50bf7e7c.js} +1 -1
  96. package/dist/esm/v2/{OrInlineTextarea-3e24548d.js → OrInlineTextarea-78b8aa48.js} +1 -1
  97. package/dist/esm/v2/{OrInput-044a9c85.js → OrInput-6370bd94.js} +1 -1
  98. package/dist/esm/v2/{OrMenu-47b319a6.js → OrMenu-fce31ed4.js} +1 -1
  99. package/dist/esm/v2/{OrModal-fa99b102.js → OrModal-77d6cf30.js} +2 -2
  100. package/dist/esm/v2/{OrNotification-6411c891.js → OrNotification-2b2d81d5.js} +1 -1
  101. package/dist/esm/v2/{OrOverlay-2ce3cfd7.js → OrOverlay-b1609eef.js} +1 -1
  102. package/dist/esm/v2/{OrPagination-28ad44a3.js → OrPagination-ad0e1d23.js} +3 -3
  103. package/dist/esm/v2/{OrPopover-83c885d0.js → OrPopover-9df5572b.js} +10 -3
  104. package/dist/esm/v2/{OrSearch-83631294.js → OrSearch-a3038272.js} +1 -1
  105. package/dist/esm/v2/{OrSelect-affebf55.js → OrSelect-209a7a2c.js} +3 -3
  106. package/dist/esm/v2/{OrSidebar-9834d431.js → OrSidebar-26785a1e.js} +1 -1
  107. package/dist/esm/v2/{OrSidebarCollapseButton-3275b9dd.js → OrSidebarCollapseButton-9c424133.js} +1 -1
  108. package/dist/esm/v2/{OrTabs-f0e4db08.js → OrTabs-58881ef9.js} +2 -2
  109. package/dist/esm/v2/{OrTag-ca297170.js → OrTag-e9761c21.js} +1 -1
  110. package/dist/esm/v2/{OrTooltip-2c09dcaf.js → OrTooltip-82c59279.js} +1 -1
  111. package/dist/esm/v2/components/index.d.ts +0 -1
  112. package/dist/esm/v2/components/index.js +23 -47
  113. package/dist/esm/v2/components/or-bottom-sheet-v3/index.js +3 -3
  114. package/dist/esm/v2/components/or-button-v3/index.js +1 -1
  115. package/dist/esm/v2/components/or-card-collection-v3/index.js +11 -11
  116. package/dist/esm/v2/components/or-confirm-v3/index.js +9 -9
  117. package/dist/esm/v2/components/or-icon-button-v3/index.js +6 -6
  118. package/dist/esm/v2/components/or-inline-input-v3/index.js +7 -7
  119. package/dist/esm/v2/components/or-inline-textarea-v3/index.js +7 -7
  120. package/dist/esm/v2/components/or-input-v3/index.js +7 -7
  121. package/dist/esm/v2/components/or-menu-v3/index.js +5 -5
  122. package/dist/esm/v2/components/or-modal-v3/index.js +7 -7
  123. package/dist/esm/v2/components/or-notification-v3/index.js +7 -7
  124. package/dist/esm/v2/components/or-overlay-v3/index.js +2 -2
  125. package/dist/esm/v2/components/or-pagination-v3/index.js +7 -7
  126. package/dist/esm/v2/components/or-popover-v3/index.js +4 -4
  127. package/dist/esm/v2/components/or-search-v3/index.js +8 -8
  128. package/dist/esm/v2/components/or-select-v3/index.js +9 -9
  129. package/dist/esm/v2/components/or-sidebar-v3/index.js +8 -8
  130. package/dist/esm/v2/components/or-sidebar-v3/partials/index.js +7 -7
  131. package/dist/esm/v2/components/or-sidebar-v3/partials/or-sidebar-collapse-button/index.js +7 -7
  132. package/dist/esm/v2/components/or-tabs-v3/index.js +6 -6
  133. package/dist/esm/v2/components/or-tag-v3/index.js +7 -7
  134. package/dist/esm/v2/components/or-toast-v3/index.js +7 -7
  135. package/dist/esm/v2/components/or-toast-v3/or-toast-container-v3/index.js +7 -7
  136. package/dist/esm/v2/components/or-tooltip-v3/index.js +5 -5
  137. package/dist/esm/v2/hooks/index.js +1 -1
  138. package/dist/esm/v2/index.js +23 -47
  139. package/dist/esm/v2/{types-9b09f101.js → types-707995c5.js} +1 -1
  140. package/dist/esm/{v3/useElevation-92fce12c.js → v2/useElevation-df91fa50.js} +4 -4
  141. package/dist/esm/v3/{OrBottomSheet-0f24ecae.js → OrBottomSheet-95bc694e.js} +9 -2
  142. package/dist/esm/v3/{OrButton-b9bab32c.js → OrButton-8558588c.js} +3 -1
  143. package/dist/esm/v3/{OrCardCollection-5415b71b.js → OrCardCollection-631cb8e3.js} +5 -5
  144. package/dist/esm/v3/{OrConfirm-d7a152ab.js → OrConfirm-b0c7f796.js} +3 -3
  145. package/dist/esm/v3/{OrIconButton-65e83586.js → OrIconButton-786b9346.js} +2 -2
  146. package/dist/esm/v3/{OrInlineInput-2def321a.js → OrInlineInput-ca82ccc3.js} +1 -1
  147. package/dist/esm/v3/{OrInlineTextarea-6d38a261.js → OrInlineTextarea-864f1099.js} +1 -1
  148. package/dist/esm/v3/{OrInput-a7cbc8b9.js → OrInput-a43b53d2.js} +1 -1
  149. package/dist/esm/v3/{OrMenu-053a9ab7.js → OrMenu-f8132f3e.js} +1 -1
  150. package/dist/esm/v3/{OrModal-81dc4dcd.js → OrModal-cb236842.js} +2 -2
  151. package/dist/esm/v3/{OrNotification-da37f927.js → OrNotification-45b47899.js} +1 -1
  152. package/dist/esm/v3/{OrOverlay-7cf03aea.js → OrOverlay-d63d39c3.js} +1 -1
  153. package/dist/esm/v3/{OrPagination-f54ad672.js → OrPagination-1e334ccd.js} +3 -3
  154. package/dist/esm/v3/{OrPopover-3ac8f589.js → OrPopover-d6d82a06.js} +10 -3
  155. package/dist/esm/v3/{OrSearch-06f01165.js → OrSearch-d5d46937.js} +1 -1
  156. package/dist/esm/v3/{OrSelect-eab4bc19.js → OrSelect-f2911b60.js} +3 -3
  157. package/dist/esm/v3/{OrSidebar-bb1f7ea4.js → OrSidebar-0d715029.js} +1 -1
  158. package/dist/esm/v3/{OrSidebarCollapseButton-f2390f52.js → OrSidebarCollapseButton-4d7497ec.js} +1 -1
  159. package/dist/esm/v3/{OrTabs-d9e2a07e.js → OrTabs-f667cf9f.js} +2 -2
  160. package/dist/esm/v3/{OrTag-e8c12288.js → OrTag-dc1b8628.js} +1 -1
  161. package/dist/esm/v3/{OrTooltip-d91128f4.js → OrTooltip-56ed42c7.js} +1 -1
  162. package/dist/esm/v3/components/index.d.ts +0 -1
  163. package/dist/esm/v3/components/index.js +23 -47
  164. package/dist/esm/v3/components/or-bottom-sheet-v3/index.js +3 -3
  165. package/dist/esm/v3/components/or-button-v3/index.js +1 -1
  166. package/dist/esm/v3/components/or-card-collection-v3/index.js +11 -11
  167. package/dist/esm/v3/components/or-confirm-v3/index.js +9 -9
  168. package/dist/esm/v3/components/or-icon-button-v3/index.js +6 -6
  169. package/dist/esm/v3/components/or-inline-input-v3/index.js +7 -7
  170. package/dist/esm/v3/components/or-inline-textarea-v3/index.js +7 -7
  171. package/dist/esm/v3/components/or-input-v3/index.js +7 -7
  172. package/dist/esm/v3/components/or-menu-v3/index.js +5 -5
  173. package/dist/esm/v3/components/or-modal-v3/index.js +7 -7
  174. package/dist/esm/v3/components/or-notification-v3/index.js +7 -7
  175. package/dist/esm/v3/components/or-overlay-v3/index.js +2 -2
  176. package/dist/esm/v3/components/or-pagination-v3/index.js +7 -7
  177. package/dist/esm/v3/components/or-popover-v3/index.js +4 -4
  178. package/dist/esm/v3/components/or-search-v3/index.js +8 -8
  179. package/dist/esm/v3/components/or-select-v3/index.js +9 -9
  180. package/dist/esm/v3/components/or-sidebar-v3/index.js +8 -8
  181. package/dist/esm/v3/components/or-sidebar-v3/partials/index.js +7 -7
  182. package/dist/esm/v3/components/or-sidebar-v3/partials/or-sidebar-collapse-button/index.js +7 -7
  183. package/dist/esm/v3/components/or-tabs-v3/index.js +6 -6
  184. package/dist/esm/v3/components/or-tag-v3/index.js +7 -7
  185. package/dist/esm/v3/components/or-toast-v3/index.js +7 -7
  186. package/dist/esm/v3/components/or-toast-v3/or-toast-container-v3/index.js +7 -7
  187. package/dist/esm/v3/components/or-tooltip-v3/index.js +5 -5
  188. package/dist/esm/v3/hooks/index.js +1 -1
  189. package/dist/esm/v3/index.js +23 -47
  190. package/dist/esm/v3/{types-0e3ddb0f.js → types-71d7c1df.js} +1 -1
  191. package/dist/esm/{v2/useElevation-92fce12c.js → v3/useElevation-df91fa50.js} +4 -4
  192. package/package.json +5 -25
  193. package/src/components/index.ts +0 -1
  194. package/src/components/or-bottom-sheet-v3/OrBottomSheet.vue +7 -1
  195. package/src/components/or-button-v3/styles.ts +6 -2
  196. package/src/components/or-popover-v3/OrPopover.vue +7 -1
  197. package/src/hooks/useElevation.ts +3 -2
  198. package/src/utils/isVisible.ts +1 -1
  199. package/dist/bundled/v2/components/OrRichTextEditorV3/OrRichTextEditor.js +0 -2036
  200. package/dist/bundled/v2/components/OrRichTextEditorV3/OrRichTextEditor.vue.d.ts +0 -181
  201. package/dist/bundled/v2/components/OrRichTextEditorV3/index.d.ts +0 -1
  202. package/dist/bundled/v2/components/OrRichTextEditorV3/index.js +0 -67
  203. package/dist/bundled/v2/components/OrRichTextEditorV3/styles.d.ts +0 -6
  204. package/dist/bundled/v2/components/OrRichTextEditorV3/styles.js +0 -38
  205. package/dist/bundled/v2/components/OrRichTextEditorV3/utils/codemirror/codemirrorNode.d.ts +0 -3
  206. package/dist/bundled/v2/components/OrRichTextEditorV3/utils/codemirror/codemirrorNode.js +0 -45
  207. package/dist/bundled/v2/components/OrRichTextEditorV3/utils/codemirror/codemirrorView.d.ts +0 -27
  208. package/dist/bundled/v2/components/OrRichTextEditorV3/utils/codemirror/codemirrorView.js +0 -184
  209. package/dist/bundled/v2/components/OrRichTextEditorV3/utils/codemirror/index.d.ts +0 -1
  210. package/dist/bundled/v2/components/OrRichTextEditorV3/utils/codemirror/index.js +0 -5
  211. package/dist/bundled/v2/components/OrRichTextEditorV3/utils/codemirror/theme.d.ts +0 -24
  212. package/dist/bundled/v2/components/OrRichTextEditorV3/utils/codemirror/theme.js +0 -190
  213. package/dist/bundled/v2/components/OrRichTextEditorV3/utils/codemirror/types.d.ts +0 -19
  214. package/dist/bundled/v2/components/OrRichTextEditorV3/utils/codemirror/types.js +0 -1
  215. package/dist/bundled/v2/components/OrRichTextEditorV3/utils/markdown.d.ts +0 -3
  216. package/dist/bundled/v2/components/OrRichTextEditorV3/utils/markdown.js +0 -5
  217. package/dist/bundled/v2/index-16aee5bc.js +0 -3740
  218. package/dist/bundled/v2/index-62c3221b.js +0 -6956
  219. package/dist/bundled/v2/index.es-3f39f316.js +0 -115
  220. package/dist/bundled/v2/markdown-00716a39.js +0 -18683
  221. package/dist/bundled/v2/tiptap-core.esm-f85402b1.js +0 -9360
  222. package/dist/bundled/v3/OrCode.vue_vue_type_script_lang-f9e835d0.js +0 -236
  223. package/dist/bundled/v3/OrRichTextEditor.vue_vue_type_script_lang-eb03c076.js +0 -1813
  224. package/dist/bundled/v3/components/OrRichTextEditorV3/OrRichTextEditor.js +0 -226
  225. package/dist/bundled/v3/components/OrRichTextEditorV3/OrRichTextEditor.vue.d.ts +0 -181
  226. package/dist/bundled/v3/components/OrRichTextEditorV3/index.d.ts +0 -1
  227. package/dist/bundled/v3/components/OrRichTextEditorV3/index.js +0 -83
  228. package/dist/bundled/v3/components/OrRichTextEditorV3/styles.d.ts +0 -6
  229. package/dist/bundled/v3/components/OrRichTextEditorV3/styles.js +0 -38
  230. package/dist/bundled/v3/components/OrRichTextEditorV3/utils/codemirror/codemirrorNode.d.ts +0 -3
  231. package/dist/bundled/v3/components/OrRichTextEditorV3/utils/codemirror/codemirrorNode.js +0 -45
  232. package/dist/bundled/v3/components/OrRichTextEditorV3/utils/codemirror/codemirrorView.d.ts +0 -27
  233. package/dist/bundled/v3/components/OrRichTextEditorV3/utils/codemirror/codemirrorView.js +0 -184
  234. package/dist/bundled/v3/components/OrRichTextEditorV3/utils/codemirror/index.d.ts +0 -1
  235. package/dist/bundled/v3/components/OrRichTextEditorV3/utils/codemirror/index.js +0 -5
  236. package/dist/bundled/v3/components/OrRichTextEditorV3/utils/codemirror/theme.d.ts +0 -24
  237. package/dist/bundled/v3/components/OrRichTextEditorV3/utils/codemirror/theme.js +0 -190
  238. package/dist/bundled/v3/components/OrRichTextEditorV3/utils/codemirror/types.d.ts +0 -19
  239. package/dist/bundled/v3/components/OrRichTextEditorV3/utils/codemirror/types.js +0 -1
  240. package/dist/bundled/v3/components/OrRichTextEditorV3/utils/markdown.d.ts +0 -3
  241. package/dist/bundled/v3/components/OrRichTextEditorV3/utils/markdown.js +0 -5
  242. package/dist/bundled/v3/index-62c3221b.js +0 -6956
  243. package/dist/bundled/v3/index.es-3f39f316.js +0 -115
  244. package/dist/bundled/v3/markdown-00716a39.js +0 -18683
  245. package/dist/bundled/v3/tiptap-core.esm-f85402b1.js +0 -9360
  246. package/dist/esm/v2/OrRichTextEditor-93ace5e2.js +0 -716
  247. package/dist/esm/v2/codemirrorView-be2c7423.js +0 -353
  248. package/dist/esm/v2/components/or-rich-text-editor-v3/OrRichTextEditor.vue.d.ts +0 -181
  249. package/dist/esm/v2/components/or-rich-text-editor-v3/index.d.ts +0 -1
  250. package/dist/esm/v2/components/or-rich-text-editor-v3/index.js +0 -58
  251. package/dist/esm/v2/components/or-rich-text-editor-v3/styles.d.ts +0 -6
  252. package/dist/esm/v2/components/or-rich-text-editor-v3/utils/codemirror/codemirrorNode.d.ts +0 -3
  253. package/dist/esm/v2/components/or-rich-text-editor-v3/utils/codemirror/codemirrorView.d.ts +0 -27
  254. package/dist/esm/v2/components/or-rich-text-editor-v3/utils/codemirror/index.d.ts +0 -1
  255. package/dist/esm/v2/components/or-rich-text-editor-v3/utils/codemirror/index.js +0 -7
  256. package/dist/esm/v2/components/or-rich-text-editor-v3/utils/codemirror/theme.d.ts +0 -24
  257. package/dist/esm/v2/components/or-rich-text-editor-v3/utils/codemirror/types.d.ts +0 -19
  258. package/dist/esm/v2/components/or-rich-text-editor-v3/utils/markdown.d.ts +0 -3
  259. package/dist/esm/v3/OrRichTextEditor-d99a44df.js +0 -680
  260. package/dist/esm/v3/codemirrorView-be2c7423.js +0 -353
  261. package/dist/esm/v3/components/or-rich-text-editor-v3/OrRichTextEditor.vue.d.ts +0 -181
  262. package/dist/esm/v3/components/or-rich-text-editor-v3/index.d.ts +0 -1
  263. package/dist/esm/v3/components/or-rich-text-editor-v3/index.js +0 -56
  264. package/dist/esm/v3/components/or-rich-text-editor-v3/styles.d.ts +0 -6
  265. package/dist/esm/v3/components/or-rich-text-editor-v3/utils/codemirror/codemirrorNode.d.ts +0 -3
  266. package/dist/esm/v3/components/or-rich-text-editor-v3/utils/codemirror/codemirrorView.d.ts +0 -27
  267. package/dist/esm/v3/components/or-rich-text-editor-v3/utils/codemirror/index.d.ts +0 -1
  268. package/dist/esm/v3/components/or-rich-text-editor-v3/utils/codemirror/index.js +0 -7
  269. package/dist/esm/v3/components/or-rich-text-editor-v3/utils/codemirror/theme.d.ts +0 -24
  270. package/dist/esm/v3/components/or-rich-text-editor-v3/utils/codemirror/types.d.ts +0 -19
  271. package/dist/esm/v3/components/or-rich-text-editor-v3/utils/markdown.d.ts +0 -3
  272. package/src/components/or-rich-text-editor-v3/OrRichTextEditor.docs.mdx +0 -7
  273. package/src/components/or-rich-text-editor-v3/OrRichTextEditor.stories3.ts +0 -79
  274. package/src/components/or-rich-text-editor-v3/OrRichTextEditor.vue +0 -622
  275. package/src/components/or-rich-text-editor-v3/index.ts +0 -1
  276. package/src/components/or-rich-text-editor-v3/styles.ts +0 -64
  277. package/src/components/or-rich-text-editor-v3/utils/codemirror/codemirrorNode.ts +0 -40
  278. package/src/components/or-rich-text-editor-v3/utils/codemirror/codemirrorView.ts +0 -254
  279. package/src/components/or-rich-text-editor-v3/utils/codemirror/index.ts +0 -1
  280. package/src/components/or-rich-text-editor-v3/utils/codemirror/theme.ts +0 -213
  281. package/src/components/or-rich-text-editor-v3/utils/codemirror/types.ts +0 -22
  282. package/src/components/or-rich-text-editor-v3/utils/markdown.ts +0 -110
  283. /package/dist/bundled/v3/{OrButton.vue_vue_type_script_lang-fe412ca5.js → OrButton.vue_vue_type_script_lang-5650b394.js} +0 -0
  284. /package/dist/bundled/v3/{OrOverlay.vue_vue_type_script_lang-30f62546.js → OrOverlay.vue_vue_type_script_lang-47004a50.js} +0 -0
  285. /package/dist/bundled/v3/{OrToastContainer.vue_vue_type_script_lang-117ff0b8.js → OrToastContainer.vue_vue_type_script_lang-96bc2f19.js} +0 -0
@@ -1,5 +1,5 @@
1
1
  function isVisible(element) {
2
- return !(element.offsetParent === null);
2
+ return element.getClientRects().length > 0;
3
3
  }
4
4
 
5
5
  export { isVisible as default };
@@ -1,6 +1,6 @@
1
1
  import { usePointerSwipe, onClickOutside, SwipeDirection } from '@vueuse/core';
2
2
  import { defineComponent, ref, computed, watch, unref } from 'vue-demi';
3
- import { _ as __vue_component__$1 } from './OrOverlay-2ce3cfd7.js';
3
+ import { _ as __vue_component__$1 } from './OrOverlay-b1609eef.js';
4
4
  import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
5
5
 
6
6
  const BottomSheetRoot = [
@@ -111,7 +111,14 @@ var script = defineComponent({
111
111
  usePointerSwipe(root, swipeOptions);
112
112
  // #endregion
113
113
  // #region Click Outside
114
- onClickOutside(root, close);
114
+ onClickOutside(root, event => {
115
+ const path = event.composedPath();
116
+ if (!path.some(({
117
+ classList
118
+ }) => (classList === null || classList === void 0 ? void 0 : classList.contains('or-popover-v3')) || (classList === null || classList === void 0 ? void 0 : classList.contains('or-bottom-sheet-v3')))) {
119
+ close();
120
+ }
121
+ });
115
122
  // #endregion
116
123
  return {
117
124
  root,
@@ -63,7 +63,9 @@ const ButtonRootColors = {
63
63
  'inherit-contained': [],
64
64
  'primary-outlined': [
65
65
  // Theme
66
- 'theme-preset-3-primary', 'dark:theme-preset-3-primary-dark', 'theme-border-1-primary', 'dark:theme-border-1-primary-dark'],
66
+ 'theme-preset-3-primary', 'dark:theme-preset-3-primary-dark', 'theme-border-1-outline', 'dark:theme-border-1-outline-dark',
67
+ // Theme (active)
68
+ 'active:theme-border-1-primary', 'dark:active:theme-border-1-primary-dark'],
67
69
  'danger-outlined': [
68
70
  // Theme
69
71
  'theme-preset-3-error', 'dark:theme-preset-3-error-dark', 'theme-border-1-error', 'dark:theme-border-1-error-dark'],
@@ -1,11 +1,11 @@
1
1
  import { defineComponent, computed, ref, watch } from 'vue-demi';
2
- import { _ as __vue_component__$3 } from './OrButton-236d9c2e.js';
3
- import { _ as __vue_component__$2 } from './OrIconButton-a9db16fa.js';
2
+ import { _ as __vue_component__$3 } from './OrButton-6b60a776.js';
3
+ import { _ as __vue_component__$2 } from './OrIconButton-fbe52eb8.js';
4
4
  import { _ as __vue_component__$6 } from './OrIcon-d35a84d8.js';
5
5
  import { _ as __vue_component__$5 } from './OrMenuItem-6f9b8a93.js';
6
- import { _ as __vue_component__$4 } from './OrMenu-47b319a6.js';
7
- import './OrPopover-83c885d0.js';
8
- import { _ as __vue_component__$7 } from './OrSearch-83631294.js';
6
+ import { _ as __vue_component__$4 } from './OrMenu-fce31ed4.js';
7
+ import './OrPopover-9df5572b.js';
8
+ import { _ as __vue_component__$7 } from './OrSearch-a3038272.js';
9
9
  import './OrInputBox.vue_rollup-plugin-vue_script-23426690.js';
10
10
  import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
11
11
 
@@ -1,9 +1,9 @@
1
1
  import { useMagicKeys, whenever, onClickOutside } from '@vueuse/core';
2
2
  import { logicAnd } from '@vueuse/math';
3
3
  import { defineComponent, ref, computed, watch } from 'vue-demi';
4
- import { _ as __vue_component__$2, a as ButtonColor } from './OrButton-236d9c2e.js';
5
- import { _ as __vue_component__$3 } from './OrInput-044a9c85.js';
6
- import { _ as __vue_component__$1 } from './OrOverlay-2ce3cfd7.js';
4
+ import { _ as __vue_component__$2, a as ButtonColor } from './OrButton-6b60a776.js';
5
+ import { _ as __vue_component__$3 } from './OrInput-6370bd94.js';
6
+ import { _ as __vue_component__$1 } from './OrOverlay-b1609eef.js';
7
7
  import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
8
8
 
9
9
  var ConfirmType;
@@ -1,7 +1,7 @@
1
1
  import { defineComponent, ref, computed, isVue3 } from 'vue-demi';
2
2
  import { _ as __vue_component__$1, I as IconSize } from './OrIcon-d35a84d8.js';
3
- import { _ as __vue_component__$2 } from './OrTooltip-2c09dcaf.js';
4
- import './OrPopover-83c885d0.js';
3
+ import { _ as __vue_component__$2 } from './OrTooltip-82c59279.js';
4
+ import './OrPopover-9df5572b.js';
5
5
  import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
6
6
 
7
7
  var IconButtonColor;
@@ -4,7 +4,7 @@ import '@vueuse/core';
4
4
  import { u as useValidationAttributes } from './useValidationAttributes-d1abbe34.js';
5
5
  import { _ as __vue_component__$1 } from './OrError-4ffc1c39.js';
6
6
  import { _ as __vue_component__$2 } from './OrHint-aa221198.js';
7
- import { _ as __vue_component__$3 } from './OrIconButton-a9db16fa.js';
7
+ import { _ as __vue_component__$3 } from './OrIconButton-fbe52eb8.js';
8
8
  import { _ as __vue_component__$4, I as InlineInputBoxSize } from './OrInlineInputBox-19b49ee6.js';
9
9
  import { s as styleInject } from './style-inject.es-4c6f2515.js';
10
10
  import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
@@ -4,7 +4,7 @@ import '@vueuse/core';
4
4
  import { u as useValidationAttributes } from './useValidationAttributes-d1abbe34.js';
5
5
  import { _ as __vue_component__$1 } from './OrError-4ffc1c39.js';
6
6
  import { _ as __vue_component__$2 } from './OrHint-aa221198.js';
7
- import { _ as __vue_component__$3 } from './OrIconButton-a9db16fa.js';
7
+ import { _ as __vue_component__$3 } from './OrIconButton-fbe52eb8.js';
8
8
  import { _ as __vue_component__$4 } from './OrInlineInputBox-19b49ee6.js';
9
9
  import { s as styleInject } from './style-inject.es-4c6f2515.js';
10
10
  import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
@@ -5,7 +5,7 @@ import { u as useResponsive } from './useResponsive-a02e95b7.js';
5
5
  import { u as useValidationAttributes } from './useValidationAttributes-d1abbe34.js';
6
6
  import { _ as __vue_component__$1 } from './OrError-4ffc1c39.js';
7
7
  import { _ as __vue_component__$2 } from './OrHint-aa221198.js';
8
- import { _ as __vue_component__$4 } from './OrIconButton-a9db16fa.js';
8
+ import { _ as __vue_component__$4 } from './OrIconButton-fbe52eb8.js';
9
9
  import { _ as __vue_component__$3 } from './OrIcon-d35a84d8.js';
10
10
  import { _ as __vue_component__$5 } from './OrInputBox-6b1aec08.js';
11
11
  import { a as InputBoxSize } from './OrInputBox.vue_rollup-plugin-vue_script-23426690.js';
@@ -1,5 +1,5 @@
1
1
  import { defineComponent, ref, computed } from 'vue-demi';
2
- import { _ as __vue_component__$1, P as PopoverPlacement } from './OrPopover-83c885d0.js';
2
+ import { _ as __vue_component__$1, P as PopoverPlacement } from './OrPopover-9df5572b.js';
3
3
  import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
4
4
 
5
5
  const MenuRoot = [
@@ -1,6 +1,6 @@
1
1
  import { defineComponent, ref, computed, watch } from 'vue-demi';
2
- import { _ as __vue_component__$2 } from './OrIconButton-a9db16fa.js';
3
- import { _ as __vue_component__$1 } from './OrOverlay-2ce3cfd7.js';
2
+ import { _ as __vue_component__$2 } from './OrIconButton-fbe52eb8.js';
3
+ import { _ as __vue_component__$1 } from './OrOverlay-b1609eef.js';
4
4
  import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
5
5
 
6
6
  var ModalSize;
@@ -1,5 +1,5 @@
1
1
  import { defineComponent, ref, computed } from 'vue-demi';
2
- import { _ as __vue_component__$2 } from './OrIconButton-a9db16fa.js';
2
+ import { _ as __vue_component__$2 } from './OrIconButton-fbe52eb8.js';
3
3
  import { _ as __vue_component__$1 } from './OrIcon-d35a84d8.js';
4
4
  import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
5
5
 
@@ -1,6 +1,6 @@
1
1
  import { useScrollLock } from '@vueuse/core';
2
2
  import { defineComponent, ref, computed } from 'vue-demi';
3
- import { u as useElevation } from './useElevation-92fce12c.js';
3
+ import { u as useElevation } from './useElevation-df91fa50.js';
4
4
  import { _ as __vue_component__$1 } from './OrTeleport.vue2-fb92f29f.js';
5
5
  import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
6
6
 
@@ -1,11 +1,11 @@
1
1
  import { defineComponent, ref, computed } from 'vue-demi';
2
2
  import '@vueuse/core';
3
3
  import { u as useResponsive } from './useResponsive-a02e95b7.js';
4
- import { _ as __vue_component__$1 } from './OrButton-236d9c2e.js';
4
+ import { _ as __vue_component__$1 } from './OrButton-6b60a776.js';
5
5
  import { _ as __vue_component__$2 } from './OrIcon-d35a84d8.js';
6
6
  import { _ as __vue_component__$4 } from './OrMenuItem-6f9b8a93.js';
7
- import { _ as __vue_component__$3 } from './OrMenu-47b319a6.js';
8
- import './OrPopover-83c885d0.js';
7
+ import { _ as __vue_component__$3 } from './OrMenu-fce31ed4.js';
8
+ import './OrPopover-9df5572b.js';
9
9
  import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
10
10
 
11
11
  const PaginationRoot = [
@@ -1,9 +1,9 @@
1
1
  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
- import { u as useElevation } from './useElevation-92fce12c.js';
4
+ import { u as useElevation } from './useElevation-df91fa50.js';
5
5
  import { u as useResponsive } from './useResponsive-a02e95b7.js';
6
- import { _ as __vue_component__$1 } from './OrBottomSheet-29df8db9.js';
6
+ import { _ as __vue_component__$1 } from './OrBottomSheet-2d3d8fbc.js';
7
7
  import { _ as __vue_component__$2 } from './OrTeleport.vue2-fb92f29f.js';
8
8
  import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
9
9
 
@@ -218,7 +218,14 @@ var script = defineComponent({
218
218
  });
219
219
  // #region Click Outside
220
220
  const trigger = toRef(props, 'trigger');
221
- onClickOutside(root, close, {
221
+ onClickOutside(root, event => {
222
+ const path = event.composedPath();
223
+ if (!path.some(({
224
+ classList
225
+ }) => (classList === null || classList === void 0 ? void 0 : classList.contains('or-popover-v3')) || (classList === null || classList === void 0 ? void 0 : classList.contains('or-bottom-sheet-v3')))) {
226
+ close();
227
+ }
228
+ }, {
222
229
  ignore: [trigger]
223
230
  });
224
231
  // #endregion
@@ -1,6 +1,6 @@
1
1
  import { debouncedWatch } from '@vueuse/core';
2
2
  import { defineComponent, ref, computed, watch } from 'vue-demi';
3
- import { _ as __vue_component__$1 } from './OrInput-044a9c85.js';
3
+ import { _ as __vue_component__$1 } from './OrInput-6370bd94.js';
4
4
  import { a as InputBoxSize } from './OrInputBox.vue_rollup-plugin-vue_script-23426690.js';
5
5
  import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
6
6
 
@@ -9,11 +9,11 @@ import { _ as __vue_component__$4 } from './OrHint-aa221198.js';
9
9
  import { _ as __vue_component__$5 } from './OrIcon-d35a84d8.js';
10
10
  import { _ as __vue_component__$7 } from './OrInputBox-6b1aec08.js';
11
11
  import { a as InputBoxSize } from './OrInputBox.vue_rollup-plugin-vue_script-23426690.js';
12
- import { _ as __vue_component__$6 } from './OrInput-044a9c85.js';
12
+ import { _ as __vue_component__$6 } from './OrInput-6370bd94.js';
13
13
  import { _ as __vue_component__$8 } from './OrLabel-63380256.js';
14
14
  import { _ as __vue_component__$9 } from './OrMenuItem-6f9b8a93.js';
15
- import { _ as __vue_component__$a } from './OrPopover-83c885d0.js';
16
- import { _ as __vue_component__$b } from './OrTag-ca297170.js';
15
+ import { _ as __vue_component__$a } from './OrPopover-9df5572b.js';
16
+ import { _ as __vue_component__$b } from './OrTag-e9761c21.js';
17
17
  import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
18
18
 
19
19
  const SelectRoot = [
@@ -1,7 +1,7 @@
1
1
  import { useDraggable, useElementBounding } from '@vueuse/core';
2
2
  import _ from 'lodash';
3
3
  import { defineComponent, ref, computed, useSlots, watch } from 'vue-demi';
4
- import { O as OrSidebarPlacement, _ as __vue_component__$1 } from './OrSidebarCollapseButton-3275b9dd.js';
4
+ import { O as OrSidebarPlacement, _ as __vue_component__$1 } from './OrSidebarCollapseButton-9c424133.js';
5
5
  import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
6
6
 
7
7
  const SidebarRoot = [
@@ -1,6 +1,6 @@
1
1
  import _ from 'lodash';
2
2
  import { defineComponent, ref, computed } from 'vue-demi';
3
- import { _ as __vue_component__$1 } from './OrIconButton-a9db16fa.js';
3
+ import { _ as __vue_component__$1 } from './OrIconButton-fbe52eb8.js';
4
4
  import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
5
5
 
6
6
  var OrSidebarPlacement;
@@ -2,8 +2,8 @@ import { useResizeObserver } from '@vueuse/core';
2
2
  import { defineComponent, ref, computed, reactive, watch, nextTick, onMounted } from 'vue-demi';
3
3
  import { _ as __vue_component__$1 } from './OrIcon-d35a84d8.js';
4
4
  import { _ as __vue_component__$3 } from './OrMenuItem-6f9b8a93.js';
5
- import { _ as __vue_component__$2 } from './OrMenu-47b319a6.js';
6
- import './OrPopover-83c885d0.js';
5
+ import { _ as __vue_component__$2 } from './OrMenu-fce31ed4.js';
6
+ import './OrPopover-9df5572b.js';
7
7
  import { _ as __vue_component__$4 } from './OrTab-81ccc89a.js';
8
8
  import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
9
9
 
@@ -1,5 +1,5 @@
1
1
  import { defineComponent, ref, computed, watchPostEffect, unref } from 'vue-demi';
2
- import { _ as __vue_component__$1 } from './OrIconButton-a9db16fa.js';
2
+ import { _ as __vue_component__$1 } from './OrIconButton-fbe52eb8.js';
3
3
  import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
4
4
 
5
5
  var TagVariant;
@@ -1,6 +1,6 @@
1
1
  import { useDebounceFn, useElementHover } from '@vueuse/core';
2
2
  import { defineComponent, ref, computed, watch } from 'vue-demi';
3
- import { _ as __vue_component__$1, P as PopoverPlacement } from './OrPopover-83c885d0.js';
3
+ import { _ as __vue_component__$1, P as PopoverPlacement } from './OrPopover-9df5572b.js';
4
4
  import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
5
5
 
6
6
  const TooltipRoot = [
@@ -94,4 +94,3 @@ export * from './or-toast';
94
94
  export * from './or-toast-v3';
95
95
  export * from './or-tooltip';
96
96
  export * from './or-tooltip-v3';
97
- export * from './or-rich-text-editor-v3';
@@ -1,14 +1,14 @@
1
1
  export { O as OR_AVATAR_SIZE, _ as OrAvatar } from '../OrAvatar-da5cba16.js';
2
2
  export { a as AvatarColor, A as AvatarSize, _ as OrAvatarV3 } from '../OrAvatar-12b0e276.js';
3
- export { _ as OrBottomSheetV3 } from '../OrBottomSheet-29df8db9.js';
3
+ export { _ as OrBottomSheetV3 } from '../OrBottomSheet-2d3d8fbc.js';
4
4
  export { _ as OrButton, a as OrButtonColors, b as OrButtonSizes, O as OrButtonViews } from '../OrButton-549e8852.js';
5
5
  export { _ as OrButtonV2 } from '../OrButton-bdddd8d4.js';
6
6
  export { _ as OrIconButton, _ as OrIconButtonV2 } from '../OrIconButton-97bfd51d.js';
7
7
  export { a as BUTTON_COLOR, c as BUTTON_LOADER_TYPE, b as BUTTON_SIZE, B as BUTTON_TYPE, I as ICON_BUTTON_TYPE } from '../OrIconButton.vue_rollup-plugin-vue_styles.0-e3806cef.js';
8
- export { a as ButtonColor, b as ButtonType, B as ButtonVariant, _ as OrButtonV3 } from '../OrButton-236d9c2e.js';
8
+ export { a as ButtonColor, b as ButtonType, B as ButtonVariant, _ as OrButtonV3 } from '../OrButton-6b60a776.js';
9
9
  export { _ as OrCard } from '../OrCard-c44d9783.js';
10
10
  export { C as CARD_COLLECTION_LAYOUT, _ as OrCardCollection } from '../OrCardCollection-4e014d25.js';
11
- export { D as DefaultCardCollectionViews, _ as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../OrCardCollection-97167234.js';
11
+ export { D as DefaultCardCollectionViews, _ as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../OrCardCollection-6b43a9b2.js';
12
12
  export { _ as OrCardV3 } from '../OrCard-0da13cbe.js';
13
13
  export { _ as OrCarousel } from '../OrCarousel-3c809a13.js';
14
14
  export { _ as OrCarouselItem } from '../OrCarouselItem-c614bab9.js';
@@ -20,7 +20,7 @@ export { _ as OrCode, O as OrCodeLanguages } from '../OrCode-dcb0132a.js';
20
20
  export { _ as OrCollapse } from '../OrCollapse-50e3914c.js';
21
21
  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-fa92b4fa.js';
22
22
  export { _ as OrConfirm } from '../OrConfirm-497cd260.js';
23
- export { C as ConfirmType, _ as OrConfirmV3 } from '../OrConfirm-cd41987e.js';
23
+ export { C as ConfirmType, _ as OrConfirmV3 } from '../OrConfirm-92e39afe.js';
24
24
  export { D as DEFAULT_TEXT, _ as OrDateTimePicker, a as OrDateTimePickerItemTypes, O as OrDateTimePickerTypes } from '../OrDateTimePicker-c88ca716.js';
25
25
  export { _ as OrError } from '../OrError-efc74907.js';
26
26
  export { _ as OrErrorTagV3 } from '../OrErrorTag-a55ae01a.js';
@@ -32,15 +32,15 @@ export { _ as OrFloating, a as OrFloatingHideStrategy, O as OrFloatingPlacements
32
32
  export { _ as OrHint } from '../OrHint-fe65fbe6.js';
33
33
  export { _ as OrHintV3 } from '../OrHint-aa221198.js';
34
34
  export { _ as OrIcon, O as OrIconColors, a as OrIconType } from '../OrIcon-8a6d663a.js';
35
- export { I as IconButtonColor, _ as OrIconButtonV3 } from '../OrIconButton-a9db16fa.js';
35
+ export { I as IconButtonColor, _ as OrIconButtonV3 } from '../OrIconButton-fbe52eb8.js';
36
36
  export { I as IconButtonSize, I as IconSize, a as IconVariant, _ as OrIconV3 } from '../OrIcon-d35a84d8.js';
37
37
  export { I as InlineInputBoxSize, I as InlineInputSize, _ as OrInlineInputBoxV3 } from '../OrInlineInputBox-19b49ee6.js';
38
- export { I as InlineInputType, _ as OrInlineInputV3 } from '../OrInlineInput-79c86e6a.js';
38
+ export { I as InlineInputType, _ as OrInlineInputV3 } from '../OrInlineInput-50bf7e7c.js';
39
39
  export { a as InlineTextEditTrimmingTypes, I as InlineTextEditTypes, _ as OrInlineTextEdit } from '../OrInlineTextEdit-e8414fb6.js';
40
- export { _ as OrInlineTextareaV3 } from '../OrInlineTextarea-3e24548d.js';
40
+ export { _ as OrInlineTextareaV3 } from '../OrInlineTextarea-78b8aa48.js';
41
41
  export { _ as OrInputBoxV3 } from '../OrInputBox-6b1aec08.js';
42
42
  export { a as InputBoxSize, I as InputBoxVariant, a as InputSize, a as SearchSize, a as SelectSize, a as TextareaSize } from '../OrInputBox.vue_rollup-plugin-vue_script-23426690.js';
43
- export { I as InputType, _ as OrInputV3 } from '../OrInput-044a9c85.js';
43
+ export { I as InputType, _ as OrInputV3 } from '../OrInput-6370bd94.js';
44
44
  export { _ as OrInput } from '../OrInput-c005a759.js';
45
45
  export { _ as OrLabel } from '../OrLabel-931394a5.js';
46
46
  export { L as LabelVariant, _ as OrLabelV3 } from '../OrLabel-63380256.js';
@@ -50,31 +50,31 @@ export { _ as OrListOfInputs } from '../OrListOfInputs-33a7bf87.js';
50
50
  export { L as LoaderViews, _ as OrLoader } from '../OrLoader-212ef381.js';
51
51
  export { a as LoaderColor, b as LoaderSize, L as LoaderVariant, _ as OrLoaderV3 } from '../OrLoader-b0c381f9.js';
52
52
  export { _ as OrMenuItemV3 } from '../OrMenuItem-6f9b8a93.js';
53
- export { _ as OrMenuV3 } from '../OrMenu-47b319a6.js';
54
- export { P as MenuPlacement, _ as OrPopoverV3, P as PopoverPlacement, a as PopoverVariant, P as TooltipPlacement } from '../OrPopover-83c885d0.js';
53
+ export { _ as OrMenuV3 } from '../OrMenu-fce31ed4.js';
54
+ export { P as MenuPlacement, _ as OrPopoverV3, P as PopoverPlacement, a as PopoverVariant, P as TooltipPlacement } from '../OrPopover-9df5572b.js';
55
55
  export { _ as OrModal, O as OrModalSizes } from '../OrModal-6d84829c.js';
56
- export { M as ModalSize, _ as OrModalV3 } from '../OrModal-fa99b102.js';
56
+ export { M as ModalSize, _ as OrModalV3 } from '../OrModal-77d6cf30.js';
57
57
  export { a as OR_NOTIFICATION_SIZE, O as OR_NOTIFICATION_TYPE, _ as OrNotification } from '../OrNotification-7945568d.js';
58
- export { N as NotificationVariant, _ as OrNotificationV3 } from '../OrNotification-6411c891.js';
58
+ export { N as NotificationVariant, _ as OrNotificationV3 } from '../OrNotification-2b2d81d5.js';
59
59
  export { _ as OrNumberInput } from '../OrNumberInput-eb0e7087.js';
60
60
  export { _ as OrOverflowMenu } from '../OrOverflowMenu-5ce7171b.js';
61
61
  export { _ as OrOverlay } from '../OrOverlay-ccec2218.js';
62
- export { _ as OrOverlayV3 } from '../OrOverlay-2ce3cfd7.js';
62
+ export { _ as OrOverlayV3 } from '../OrOverlay-b1609eef.js';
63
63
  export { _ as OrPassword } from '../OrPassword-3597153d.js';
64
- export { _ as OrPaginationV3 } from '../OrPagination-28ad44a3.js';
64
+ export { _ as OrPaginationV3 } from '../OrPagination-ad0e1d23.js';
65
65
  export { _ as OrProgress, O as OrProgressColors, a as OrProgressTypes } from '../OrProgress-e6f20dc1.js';
66
66
  export { _ as OrProgressV3, P as ProgressColor, a as ProgressType } from '../OrProgress-29957e64.js';
67
67
  export { _ as OrRadio } from '../OrRadio-514e8de8.js';
68
68
  export { _ as OrRadioGroup } from '../OrRadioGroup-11424644.js';
69
69
  export { _ as OrRadioV3 } from '../OrRadio-26031dd3.js';
70
70
  export { _ as OrSearch } from '../OrSearch-49ceaac4.js';
71
- export { _ as OrSearchV3 } from '../OrSearch-83631294.js';
71
+ export { _ as OrSearchV3 } from '../OrSearch-a3038272.js';
72
72
  export { _ as OrSegmentedControlV3, S as SegmentedControlSize } from '../OrSegmentedControl-a1ea5b72.js';
73
73
  export { _ as OrSelect } from '../OrSelect-eb5cc918.js';
74
- export { _ as OrSelectV3 } from '../OrSelect-affebf55.js';
74
+ export { _ as OrSelectV3 } from '../OrSelect-209a7a2c.js';
75
75
  export { _ as OrSidebar, O as OrSidebarSide } from '../OrSidebar-feacf13a.js';
76
- export { _ as OrSidebarV3 } from '../OrSidebar-9834d431.js';
77
- export { O as OrSidebarPlacement } from '../OrSidebarCollapseButton-3275b9dd.js';
76
+ export { _ as OrSidebarV3 } from '../OrSidebar-26785a1e.js';
77
+ export { O as OrSidebarPlacement } from '../OrSidebarCollapseButton-9c424133.js';
78
78
  export { _ as OrSkeletonCircle } from '../OrSkeletonCircle-db96ddb6.js';
79
79
  export { _ as OrSkeletonRect } from '../OrSkeletonRect-8df5791c.js';
80
80
  export { _ as OrSkeletonText } from '../OrSkeletonText-8063af02.js';
@@ -91,9 +91,9 @@ export { _ as OrTab } from '../OrTab-8dfdeca0.js';
91
91
  export { _ as OrTabHeaderItem } from '../OrTabHeaderItem-6a08756e.js';
92
92
  export { _ as OrTabV3 } from '../OrTab-81ccc89a.js';
93
93
  export { _ as OrTabs } from '../OrTabs-12138346.js';
94
- export { _ as OrTabsV3, T as TabsVariant } from '../OrTabs-f0e4db08.js';
94
+ export { _ as OrTabsV3, T as TabsVariant } from '../OrTabs-58881ef9.js';
95
95
  export { _ as OrTag } from '../OrTag-a1fff567.js';
96
- export { _ as OrTagV3, a as TagColor, T as TagVariant } from '../OrTag-ca297170.js';
96
+ export { _ as OrTagV3, a as TagColor, T as TagVariant } from '../OrTag-e9761c21.js';
97
97
  export { _ as OrTeleport } from '../OrTeleport.vue2-f0c16c71.js';
98
98
  export { _ as OrTeleportV3 } from '../OrTeleport.vue2-fb92f29f.js';
99
99
  export { _ as OrTextV3 } from '../OrText-6097bca5.js';
@@ -102,12 +102,11 @@ export { _ as OrTextareaV3 } from '../OrTextarea-2d5d0be6.js';
102
102
  export { _ as OrTextbox, T as TextboxTypes } from '../OrTextbox-0a89a533.js';
103
103
  export { _ as OrToast, a as OrToastContainer } from '../OrToastContainer-5ce15a5b.js';
104
104
  export { P as PositionsX, b as PositionsY, c as ToastType, T as TransitionType, a as useQueue, u as useToast } from '../useToast-4fbe0e5a.js';
105
- export { a as OrToastContainerV3, _ as OrToastV3, t as TypesV3 } from '../types-9b09f101.js';
105
+ export { a as OrToastContainerV3, _ as OrToastV3, t as TypesV3 } from '../types-707995c5.js';
106
106
  export { p as PropsV3, a as useQueueV3, u as useToastV3 } from '../useToast-0665462d.js';
107
107
  export { _ as OrTooltip } from '../OrTooltip-cfb56e8f.js';
108
108
  export { _ as OrTooltipContent } from '../OrTooltipContent-c9540548.js';
109
- export { _ as OrTooltipV3 } from '../OrTooltip-2c09dcaf.js';
110
- export { _ as OrRichTextEditorV3 } from '../OrRichTextEditor-93ace5e2.js';
109
+ export { _ as OrTooltipV3 } from '../OrTooltip-82c59279.js';
111
110
  import 'vue-demi';
112
111
  import 'lodash';
113
112
  import '../style-inject.es-4c6f2515.js';
@@ -138,7 +137,7 @@ import '../useValidationAttributes-d1abbe34.js';
138
137
  import '../useResponsive-a02e95b7.js';
139
138
  import 'uuid';
140
139
  import 'sortablejs';
141
- import '../useElevation-92fce12c.js';
140
+ import '../useElevation-df91fa50.js';
142
141
  import '@vueuse/integrations/useFocusTrap';
143
142
  import '../useToggle-29e4d7c7.js';
144
143
  import '../dropdown-open-0d314aa4.js';
@@ -146,26 +145,3 @@ import '../useOverflow-af6161c8.js';
146
145
  import '../styles-ed564e39.js';
147
146
  import 'portal-vue/dist/portal-vue.esm.js';
148
147
  import 'portal-vue';
149
- import 'prosemirror-markdown';
150
- import 'prosemirror-model';
151
- import 'marked';
152
- import '@tiptap/extension-paragraph';
153
- import '@tiptap/extension-bullet-list';
154
- import '@tiptap/extension-list-item';
155
- import '@tiptap/extension-ordered-list';
156
- import '@tiptap/extension-strike';
157
- import '@tiptap/extension-italic';
158
- import '@tiptap/extension-hard-break';
159
- import '@tiptap/extension-bold';
160
- import '@tiptap/extension-code-block';
161
- import '@tiptap/extension-blockquote';
162
- import '@tiptap/extension-link';
163
- import '@tiptap/extension-highlight';
164
- import '@tiptap/core';
165
- import '@tiptap/starter-kit';
166
- import '@tiptap/extension-underline';
167
- import '@tiptap/extension-heading';
168
- import '@tiptap/extension-placeholder';
169
- import '../codemirrorView-be2c7423.js';
170
- import 'prosemirror-state';
171
- import 'prosemirror-commands';
@@ -1,8 +1,8 @@
1
- export { _ as OrBottomSheetV3 } from '../../OrBottomSheet-29df8db9.js';
1
+ export { _ as OrBottomSheetV3 } from '../../OrBottomSheet-2d3d8fbc.js';
2
2
  import '@vueuse/core';
3
3
  import 'vue-demi';
4
- import '../../OrOverlay-2ce3cfd7.js';
5
- import '../../useElevation-92fce12c.js';
4
+ import '../../OrOverlay-b1609eef.js';
5
+ import '../../useElevation-df91fa50.js';
6
6
  import '../../OrTeleport.vue2-fb92f29f.js';
7
7
  import 'portal-vue';
8
8
  import '../../normalize-component-6e8e3d80.js';
@@ -1,4 +1,4 @@
1
- export { a as ButtonColor, b as ButtonType, B as ButtonVariant, _ as OrButtonV3 } from '../../OrButton-236d9c2e.js';
1
+ export { a as ButtonColor, b as ButtonType, B as ButtonVariant, _ as OrButtonV3 } from '../../OrButton-6b60a776.js';
2
2
  import 'vue-demi';
3
3
  import '../../OrLoader-b0c381f9.js';
4
4
  import '@vueuse/core';
@@ -1,24 +1,24 @@
1
- export { D as DefaultCardCollectionViews, _ as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../../OrCardCollection-97167234.js';
1
+ export { D as DefaultCardCollectionViews, _ as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../../OrCardCollection-6b43a9b2.js';
2
2
  import 'vue-demi';
3
- import '../../OrButton-236d9c2e.js';
3
+ import '../../OrButton-6b60a776.js';
4
4
  import '../../OrLoader-b0c381f9.js';
5
5
  import '@vueuse/core';
6
6
  import '../../normalize-component-6e8e3d80.js';
7
- import '../../OrIconButton-a9db16fa.js';
7
+ import '../../OrIconButton-fbe52eb8.js';
8
8
  import '../../OrIcon-d35a84d8.js';
9
- import '../../OrTooltip-2c09dcaf.js';
10
- import '../../OrPopover-83c885d0.js';
9
+ import '../../OrTooltip-82c59279.js';
10
+ import '../../OrPopover-9df5572b.js';
11
11
  import '@floating-ui/dom';
12
- import '../../useElevation-92fce12c.js';
12
+ import '../../useElevation-df91fa50.js';
13
13
  import '../../useResponsive-a02e95b7.js';
14
- import '../../OrBottomSheet-29df8db9.js';
15
- import '../../OrOverlay-2ce3cfd7.js';
14
+ import '../../OrBottomSheet-2d3d8fbc.js';
15
+ import '../../OrOverlay-b1609eef.js';
16
16
  import '../../OrTeleport.vue2-fb92f29f.js';
17
17
  import 'portal-vue';
18
18
  import '../../OrMenuItem-6f9b8a93.js';
19
- import '../../OrMenu-47b319a6.js';
20
- import '../../OrSearch-83631294.js';
21
- import '../../OrInput-044a9c85.js';
19
+ import '../../OrMenu-fce31ed4.js';
20
+ import '../../OrSearch-a3038272.js';
21
+ import '../../OrInput-6370bd94.js';
22
22
  import '../../useIdAttribute-859439f0.js';
23
23
  import '../../useValidationAttributes-d1abbe34.js';
24
24
  import '../../OrError-4ffc1c39.js';
@@ -1,24 +1,24 @@
1
- export { C as ConfirmType, _ as OrConfirmV3 } from '../../OrConfirm-cd41987e.js';
1
+ export { C as ConfirmType, _ as OrConfirmV3 } from '../../OrConfirm-92e39afe.js';
2
2
  import '@vueuse/core';
3
3
  import '@vueuse/math';
4
4
  import 'vue-demi';
5
- import '../../OrButton-236d9c2e.js';
5
+ import '../../OrButton-6b60a776.js';
6
6
  import '../../OrLoader-b0c381f9.js';
7
7
  import '../../normalize-component-6e8e3d80.js';
8
- import '../../OrInput-044a9c85.js';
8
+ import '../../OrInput-6370bd94.js';
9
9
  import '../../useIdAttribute-859439f0.js';
10
10
  import '../../useResponsive-a02e95b7.js';
11
11
  import '../../useValidationAttributes-d1abbe34.js';
12
12
  import '../../OrError-4ffc1c39.js';
13
13
  import '../../OrHint-aa221198.js';
14
- import '../../OrIconButton-a9db16fa.js';
14
+ import '../../OrIconButton-fbe52eb8.js';
15
15
  import '../../OrIcon-d35a84d8.js';
16
- import '../../OrTooltip-2c09dcaf.js';
17
- import '../../OrPopover-83c885d0.js';
16
+ import '../../OrTooltip-82c59279.js';
17
+ import '../../OrPopover-9df5572b.js';
18
18
  import '@floating-ui/dom';
19
- import '../../useElevation-92fce12c.js';
20
- import '../../OrBottomSheet-29df8db9.js';
21
- import '../../OrOverlay-2ce3cfd7.js';
19
+ import '../../useElevation-df91fa50.js';
20
+ import '../../OrBottomSheet-2d3d8fbc.js';
21
+ import '../../OrOverlay-b1609eef.js';
22
22
  import '../../OrTeleport.vue2-fb92f29f.js';
23
23
  import 'portal-vue';
24
24
  import '../../OrInputBox-6b1aec08.js';
@@ -1,14 +1,14 @@
1
- export { I as IconButtonColor, _ as OrIconButtonV3 } from '../../OrIconButton-a9db16fa.js';
1
+ export { I as IconButtonColor, _ as OrIconButtonV3 } from '../../OrIconButton-fbe52eb8.js';
2
2
  export { I as IconButtonSize } from '../../OrIcon-d35a84d8.js';
3
3
  import 'vue-demi';
4
- import '../../OrTooltip-2c09dcaf.js';
4
+ import '../../OrTooltip-82c59279.js';
5
5
  import '@vueuse/core';
6
- import '../../OrPopover-83c885d0.js';
6
+ import '../../OrPopover-9df5572b.js';
7
7
  import '@floating-ui/dom';
8
- import '../../useElevation-92fce12c.js';
8
+ import '../../useElevation-df91fa50.js';
9
9
  import '../../useResponsive-a02e95b7.js';
10
- import '../../OrBottomSheet-29df8db9.js';
11
- import '../../OrOverlay-2ce3cfd7.js';
10
+ import '../../OrBottomSheet-2d3d8fbc.js';
11
+ import '../../OrOverlay-b1609eef.js';
12
12
  import '../../OrTeleport.vue2-fb92f29f.js';
13
13
  import 'portal-vue';
14
14
  import '../../normalize-component-6e8e3d80.js';
@@ -1,4 +1,4 @@
1
- export { I as InlineInputType, _ as OrInlineInputV3 } from '../../OrInlineInput-79c86e6a.js';
1
+ export { I as InlineInputType, _ as OrInlineInputV3 } from '../../OrInlineInput-50bf7e7c.js';
2
2
  export { I as InlineInputSize } from '../../OrInlineInputBox-19b49ee6.js';
3
3
  import 'vue-demi';
4
4
  import '../../useIdAttribute-859439f0.js';
@@ -7,15 +7,15 @@ import '../../useValidationAttributes-d1abbe34.js';
7
7
  import '../../OrError-4ffc1c39.js';
8
8
  import '../../normalize-component-6e8e3d80.js';
9
9
  import '../../OrHint-aa221198.js';
10
- import '../../OrIconButton-a9db16fa.js';
10
+ import '../../OrIconButton-fbe52eb8.js';
11
11
  import '../../OrIcon-d35a84d8.js';
12
- import '../../OrTooltip-2c09dcaf.js';
13
- import '../../OrPopover-83c885d0.js';
12
+ import '../../OrTooltip-82c59279.js';
13
+ import '../../OrPopover-9df5572b.js';
14
14
  import '@floating-ui/dom';
15
- import '../../useElevation-92fce12c.js';
15
+ import '../../useElevation-df91fa50.js';
16
16
  import '../../useResponsive-a02e95b7.js';
17
- import '../../OrBottomSheet-29df8db9.js';
18
- import '../../OrOverlay-2ce3cfd7.js';
17
+ import '../../OrBottomSheet-2d3d8fbc.js';
18
+ import '../../OrOverlay-b1609eef.js';
19
19
  import '../../OrTeleport.vue2-fb92f29f.js';
20
20
  import 'portal-vue';
21
21
  import '../../style-inject.es-4c6f2515.js';
@@ -1,4 +1,4 @@
1
- export { _ as OrInlineTextareaV3 } from '../../OrInlineTextarea-3e24548d.js';
1
+ export { _ as OrInlineTextareaV3 } from '../../OrInlineTextarea-78b8aa48.js';
2
2
  import 'vue-demi';
3
3
  import '../../useIdAttribute-859439f0.js';
4
4
  import '@vueuse/core';
@@ -6,15 +6,15 @@ import '../../useValidationAttributes-d1abbe34.js';
6
6
  import '../../OrError-4ffc1c39.js';
7
7
  import '../../normalize-component-6e8e3d80.js';
8
8
  import '../../OrHint-aa221198.js';
9
- import '../../OrIconButton-a9db16fa.js';
9
+ import '../../OrIconButton-fbe52eb8.js';
10
10
  import '../../OrIcon-d35a84d8.js';
11
- import '../../OrTooltip-2c09dcaf.js';
12
- import '../../OrPopover-83c885d0.js';
11
+ import '../../OrTooltip-82c59279.js';
12
+ import '../../OrPopover-9df5572b.js';
13
13
  import '@floating-ui/dom';
14
- import '../../useElevation-92fce12c.js';
14
+ import '../../useElevation-df91fa50.js';
15
15
  import '../../useResponsive-a02e95b7.js';
16
- import '../../OrBottomSheet-29df8db9.js';
17
- import '../../OrOverlay-2ce3cfd7.js';
16
+ import '../../OrBottomSheet-2d3d8fbc.js';
17
+ import '../../OrOverlay-b1609eef.js';
18
18
  import '../../OrTeleport.vue2-fb92f29f.js';
19
19
  import 'portal-vue';
20
20
  import '../../OrInlineInputBox-19b49ee6.js';