@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.
- package/dist/bundled/v2/components/OrBottomSheetV3/OrBottomSheet.js +8 -1
- package/dist/bundled/v2/components/OrButtonV3/styles.js +3 -1
- package/dist/bundled/v2/components/OrCode/OrCode.js +3727 -5
- package/dist/bundled/v2/components/OrCode/index.js +2 -5
- package/dist/bundled/v2/components/OrCode/lang.js +3 -3897
- package/dist/bundled/v2/components/OrCode/theme.js +1 -2
- package/dist/bundled/v2/components/OrPopoverV3/OrPopover.js +8 -1
- package/dist/bundled/v2/components/index.d.ts +0 -1
- package/dist/bundled/v2/components/index.js +2 -14
- package/dist/bundled/v2/hooks/useElevation.js +3 -3
- package/dist/bundled/v2/{index-f5487f12.js → index-6976c52a.js} +115 -3
- package/dist/bundled/v2/index.js +5 -17
- package/dist/bundled/v2/{index-70ca38c5.js → lang-02d2bb2d.js} +3965 -73
- package/dist/bundled/v2/utils/isVisible.js +1 -1
- package/dist/bundled/v3/{OrBottomSheet.vue_vue_type_script_lang-1489a97d.js → OrBottomSheet.vue_vue_type_script_lang-01d7c429.js} +9 -2
- package/dist/bundled/v3/{OrCardCollection.vue_vue_type_script_lang-606eede5.js → OrCardCollection.vue_vue_type_script_lang-843e396a.js} +4 -4
- package/dist/bundled/v3/{index-16aee5bc.js → OrCode.vue_vue_type_script_lang-c5a9adb7.js} +234 -14
- package/dist/bundled/v3/{OrConfirm.vue_vue_type_script_lang-7d9bcdc4.js → OrConfirm.vue_vue_type_script_lang-d069c95f.js} +3 -3
- package/dist/bundled/v3/{OrIconButton.vue_vue_type_script_lang-42a8285c.js → OrIconButton.vue_vue_type_script_lang-41f12b45.js} +1 -1
- package/dist/bundled/v3/{OrInlineInput.vue_vue_type_script_lang-6b0f4112.js → OrInlineInput.vue_vue_type_script_lang-2b485aef.js} +1 -1
- package/dist/bundled/v3/{OrInlineTextarea.vue_vue_type_script_lang-6a7a22a3.js → OrInlineTextarea.vue_vue_type_script_lang-aa848373.js} +1 -1
- package/dist/bundled/v3/{OrInput.vue_vue_type_script_lang-60b49ebd.js → OrInput.vue_vue_type_script_lang-fe526531.js} +1 -1
- package/dist/bundled/v3/{OrMenu.vue_vue_type_script_lang-2676b9cc.js → OrMenu.vue_vue_type_script_lang-4772731e.js} +1 -1
- package/dist/bundled/v3/{OrModal.vue_vue_type_script_lang-9ed0d5c2.js → OrModal.vue_vue_type_script_lang-265f39e0.js} +2 -2
- package/dist/bundled/v3/{OrNotification.vue_vue_type_script_lang-9bd9811a.js → OrNotification.vue_vue_type_script_lang-1b2d17a2.js} +1 -1
- package/dist/bundled/v3/{OrPagination.vue_vue_type_script_lang-b08cc71a.js → OrPagination.vue_vue_type_script_lang-ddef5272.js} +2 -2
- package/dist/bundled/v3/{OrPopover.vue_vue_type_script_lang-a9419b58.js → OrPopover.vue_vue_type_script_lang-9d3a7c2d.js} +9 -2
- package/dist/bundled/v3/{OrSearch.vue_vue_type_script_lang-3613e38d.js → OrSearch.vue_vue_type_script_lang-36ad17a9.js} +1 -1
- package/dist/bundled/v3/{OrSelect.vue_vue_type_script_lang-262351de.js → OrSelect.vue_vue_type_script_lang-410f4efc.js} +3 -3
- package/dist/bundled/v3/{OrSidebar.vue_vue_type_script_lang-198126ca.js → OrSidebar.vue_vue_type_script_lang-ed7c92fb.js} +1 -1
- package/dist/bundled/v3/{OrTabs.vue_vue_type_script_lang-b723fa78.js → OrTabs.vue_vue_type_script_lang-4f5e0d90.js} +1 -1
- package/dist/bundled/v3/{OrTag.vue_vue_type_script_lang-9deddfc8.js → OrTag.vue_vue_type_script_lang-fbc19deb.js} +1 -1
- package/dist/bundled/v3/{OrTooltip.vue_vue_type_script_lang-703eaacb.js → OrTooltip.vue_vue_type_script_lang-b35199da.js} +1 -1
- package/dist/bundled/v3/components/OrBottomSheetV3/OrBottomSheet.js +3 -3
- package/dist/bundled/v3/components/OrBottomSheetV3/index.js +2 -2
- package/dist/bundled/v3/components/OrButtonV3/OrButton.js +2 -2
- package/dist/bundled/v3/components/OrButtonV3/index.js +1 -1
- package/dist/bundled/v3/components/OrButtonV3/styles.js +3 -1
- package/dist/bundled/v3/components/OrCardCollectionV3/OrCardCollection.js +11 -11
- package/dist/bundled/v3/components/OrCardCollectionV3/index.js +10 -10
- package/dist/bundled/v3/components/OrCode/OrCode.js +5 -8
- package/dist/bundled/v3/components/OrCode/index.js +3 -6
- package/dist/bundled/v3/components/OrCode/lang.js +3 -3897
- package/dist/bundled/v3/components/OrCode/theme.js +1 -2
- package/dist/bundled/v3/components/OrConfirmV3/OrConfirm.js +9 -9
- package/dist/bundled/v3/components/OrConfirmV3/index.js +8 -8
- package/dist/bundled/v3/components/OrIconButtonV3/OrIconButton.js +6 -6
- package/dist/bundled/v3/components/OrIconButtonV3/index.js +5 -5
- package/dist/bundled/v3/components/OrInlineInputV3/OrInlineInput.js +7 -7
- package/dist/bundled/v3/components/OrInlineInputV3/index.js +6 -6
- package/dist/bundled/v3/components/OrInlineTextareaV3/OrInlineTextarea.js +7 -7
- package/dist/bundled/v3/components/OrInlineTextareaV3/index.js +6 -6
- package/dist/bundled/v3/components/OrInputV3/OrInput.js +7 -7
- package/dist/bundled/v3/components/OrInputV3/index.js +6 -6
- package/dist/bundled/v3/components/OrMenuV3/OrMenu.js +5 -5
- package/dist/bundled/v3/components/OrMenuV3/index.js +4 -4
- package/dist/bundled/v3/components/OrModalV3/OrModal.js +7 -7
- package/dist/bundled/v3/components/OrModalV3/index.js +6 -6
- package/dist/bundled/v3/components/OrNotificationV3/OrNotification.js +7 -7
- package/dist/bundled/v3/components/OrNotificationV3/index.js +6 -6
- package/dist/bundled/v3/components/OrOverlayV3/OrOverlay.js +2 -2
- package/dist/bundled/v3/components/OrOverlayV3/index.js +1 -1
- package/dist/bundled/v3/components/OrPaginationV3/OrPagination.js +7 -7
- package/dist/bundled/v3/components/OrPaginationV3/index.js +6 -6
- package/dist/bundled/v3/components/OrPopoverV3/OrPopover.js +4 -4
- package/dist/bundled/v3/components/OrPopoverV3/index.js +3 -3
- package/dist/bundled/v3/components/OrSearchV3/OrSearch.js +8 -8
- package/dist/bundled/v3/components/OrSearchV3/index.js +7 -7
- package/dist/bundled/v3/components/OrSelectV3/OrSelect.js +9 -9
- package/dist/bundled/v3/components/OrSelectV3/index.js +8 -8
- package/dist/bundled/v3/components/OrSidebarV3/OrSidebar.js +7 -7
- package/dist/bundled/v3/components/OrSidebarV3/index.js +6 -6
- package/dist/bundled/v3/components/OrTabsV3/OrTabs.js +6 -6
- package/dist/bundled/v3/components/OrTabsV3/index.js +5 -5
- package/dist/bundled/v3/components/OrTagV3/OrTag.js +7 -7
- package/dist/bundled/v3/components/OrTagV3/index.js +6 -6
- package/dist/bundled/v3/components/OrToastContainerV3/OrToastContainer.js +7 -7
- package/dist/bundled/v3/components/OrToastContainerV3/index.js +6 -6
- package/dist/bundled/v3/components/OrToastV3/OrToast.js +5 -5
- package/dist/bundled/v3/components/OrToastV3/index.js +6 -6
- package/dist/bundled/v3/components/OrTooltipV3/OrTooltip.js +5 -5
- package/dist/bundled/v3/components/OrTooltipV3/index.js +4 -4
- package/dist/bundled/v3/components/index.d.ts +0 -1
- package/dist/bundled/v3/components/index.js +24 -37
- package/dist/bundled/v3/hooks/useElevation.js +3 -3
- package/dist/bundled/v3/{index-f5487f12.js → index-6976c52a.js} +115 -3
- package/dist/bundled/v3/index.js +27 -40
- package/dist/bundled/v3/{index-70ca38c5.js → lang-02d2bb2d.js} +3965 -73
- package/dist/bundled/v3/utils/isVisible.js +1 -1
- package/dist/esm/v2/{OrBottomSheet-29df8db9.js → OrBottomSheet-2d3d8fbc.js} +9 -2
- package/dist/esm/v2/{OrButton-236d9c2e.js → OrButton-6b60a776.js} +3 -1
- package/dist/esm/v2/{OrCardCollection-97167234.js → OrCardCollection-6b43a9b2.js} +5 -5
- package/dist/esm/v2/{OrConfirm-cd41987e.js → OrConfirm-92e39afe.js} +3 -3
- package/dist/esm/v2/{OrIconButton-a9db16fa.js → OrIconButton-fbe52eb8.js} +2 -2
- package/dist/esm/v2/{OrInlineInput-79c86e6a.js → OrInlineInput-50bf7e7c.js} +1 -1
- package/dist/esm/v2/{OrInlineTextarea-3e24548d.js → OrInlineTextarea-78b8aa48.js} +1 -1
- package/dist/esm/v2/{OrInput-044a9c85.js → OrInput-6370bd94.js} +1 -1
- package/dist/esm/v2/{OrMenu-47b319a6.js → OrMenu-fce31ed4.js} +1 -1
- package/dist/esm/v2/{OrModal-fa99b102.js → OrModal-77d6cf30.js} +2 -2
- package/dist/esm/v2/{OrNotification-6411c891.js → OrNotification-2b2d81d5.js} +1 -1
- package/dist/esm/v2/{OrOverlay-2ce3cfd7.js → OrOverlay-b1609eef.js} +1 -1
- package/dist/esm/v2/{OrPagination-28ad44a3.js → OrPagination-ad0e1d23.js} +3 -3
- package/dist/esm/v2/{OrPopover-83c885d0.js → OrPopover-9df5572b.js} +10 -3
- package/dist/esm/v2/{OrSearch-83631294.js → OrSearch-a3038272.js} +1 -1
- package/dist/esm/v2/{OrSelect-affebf55.js → OrSelect-209a7a2c.js} +3 -3
- package/dist/esm/v2/{OrSidebar-9834d431.js → OrSidebar-26785a1e.js} +1 -1
- package/dist/esm/v2/{OrSidebarCollapseButton-3275b9dd.js → OrSidebarCollapseButton-9c424133.js} +1 -1
- package/dist/esm/v2/{OrTabs-f0e4db08.js → OrTabs-58881ef9.js} +2 -2
- package/dist/esm/v2/{OrTag-ca297170.js → OrTag-e9761c21.js} +1 -1
- package/dist/esm/v2/{OrTooltip-2c09dcaf.js → OrTooltip-82c59279.js} +1 -1
- package/dist/esm/v2/components/index.d.ts +0 -1
- package/dist/esm/v2/components/index.js +23 -47
- package/dist/esm/v2/components/or-bottom-sheet-v3/index.js +3 -3
- package/dist/esm/v2/components/or-button-v3/index.js +1 -1
- package/dist/esm/v2/components/or-card-collection-v3/index.js +11 -11
- package/dist/esm/v2/components/or-confirm-v3/index.js +9 -9
- package/dist/esm/v2/components/or-icon-button-v3/index.js +6 -6
- package/dist/esm/v2/components/or-inline-input-v3/index.js +7 -7
- package/dist/esm/v2/components/or-inline-textarea-v3/index.js +7 -7
- package/dist/esm/v2/components/or-input-v3/index.js +7 -7
- package/dist/esm/v2/components/or-menu-v3/index.js +5 -5
- package/dist/esm/v2/components/or-modal-v3/index.js +7 -7
- package/dist/esm/v2/components/or-notification-v3/index.js +7 -7
- package/dist/esm/v2/components/or-overlay-v3/index.js +2 -2
- package/dist/esm/v2/components/or-pagination-v3/index.js +7 -7
- package/dist/esm/v2/components/or-popover-v3/index.js +4 -4
- package/dist/esm/v2/components/or-search-v3/index.js +8 -8
- package/dist/esm/v2/components/or-select-v3/index.js +9 -9
- package/dist/esm/v2/components/or-sidebar-v3/index.js +8 -8
- package/dist/esm/v2/components/or-sidebar-v3/partials/index.js +7 -7
- package/dist/esm/v2/components/or-sidebar-v3/partials/or-sidebar-collapse-button/index.js +7 -7
- package/dist/esm/v2/components/or-tabs-v3/index.js +6 -6
- package/dist/esm/v2/components/or-tag-v3/index.js +7 -7
- package/dist/esm/v2/components/or-toast-v3/index.js +7 -7
- package/dist/esm/v2/components/or-toast-v3/or-toast-container-v3/index.js +7 -7
- package/dist/esm/v2/components/or-tooltip-v3/index.js +5 -5
- package/dist/esm/v2/hooks/index.js +1 -1
- package/dist/esm/v2/index.js +23 -47
- package/dist/esm/v2/{types-9b09f101.js → types-707995c5.js} +1 -1
- package/dist/esm/{v3/useElevation-92fce12c.js → v2/useElevation-df91fa50.js} +4 -4
- package/dist/esm/v3/{OrBottomSheet-0f24ecae.js → OrBottomSheet-95bc694e.js} +9 -2
- package/dist/esm/v3/{OrButton-b9bab32c.js → OrButton-8558588c.js} +3 -1
- package/dist/esm/v3/{OrCardCollection-5415b71b.js → OrCardCollection-631cb8e3.js} +5 -5
- package/dist/esm/v3/{OrConfirm-d7a152ab.js → OrConfirm-b0c7f796.js} +3 -3
- package/dist/esm/v3/{OrIconButton-65e83586.js → OrIconButton-786b9346.js} +2 -2
- package/dist/esm/v3/{OrInlineInput-2def321a.js → OrInlineInput-ca82ccc3.js} +1 -1
- package/dist/esm/v3/{OrInlineTextarea-6d38a261.js → OrInlineTextarea-864f1099.js} +1 -1
- package/dist/esm/v3/{OrInput-a7cbc8b9.js → OrInput-a43b53d2.js} +1 -1
- package/dist/esm/v3/{OrMenu-053a9ab7.js → OrMenu-f8132f3e.js} +1 -1
- package/dist/esm/v3/{OrModal-81dc4dcd.js → OrModal-cb236842.js} +2 -2
- package/dist/esm/v3/{OrNotification-da37f927.js → OrNotification-45b47899.js} +1 -1
- package/dist/esm/v3/{OrOverlay-7cf03aea.js → OrOverlay-d63d39c3.js} +1 -1
- package/dist/esm/v3/{OrPagination-f54ad672.js → OrPagination-1e334ccd.js} +3 -3
- package/dist/esm/v3/{OrPopover-3ac8f589.js → OrPopover-d6d82a06.js} +10 -3
- package/dist/esm/v3/{OrSearch-06f01165.js → OrSearch-d5d46937.js} +1 -1
- package/dist/esm/v3/{OrSelect-eab4bc19.js → OrSelect-f2911b60.js} +3 -3
- package/dist/esm/v3/{OrSidebar-bb1f7ea4.js → OrSidebar-0d715029.js} +1 -1
- package/dist/esm/v3/{OrSidebarCollapseButton-f2390f52.js → OrSidebarCollapseButton-4d7497ec.js} +1 -1
- package/dist/esm/v3/{OrTabs-d9e2a07e.js → OrTabs-f667cf9f.js} +2 -2
- package/dist/esm/v3/{OrTag-e8c12288.js → OrTag-dc1b8628.js} +1 -1
- package/dist/esm/v3/{OrTooltip-d91128f4.js → OrTooltip-56ed42c7.js} +1 -1
- package/dist/esm/v3/components/index.d.ts +0 -1
- package/dist/esm/v3/components/index.js +23 -47
- package/dist/esm/v3/components/or-bottom-sheet-v3/index.js +3 -3
- package/dist/esm/v3/components/or-button-v3/index.js +1 -1
- package/dist/esm/v3/components/or-card-collection-v3/index.js +11 -11
- package/dist/esm/v3/components/or-confirm-v3/index.js +9 -9
- package/dist/esm/v3/components/or-icon-button-v3/index.js +6 -6
- package/dist/esm/v3/components/or-inline-input-v3/index.js +7 -7
- package/dist/esm/v3/components/or-inline-textarea-v3/index.js +7 -7
- package/dist/esm/v3/components/or-input-v3/index.js +7 -7
- package/dist/esm/v3/components/or-menu-v3/index.js +5 -5
- package/dist/esm/v3/components/or-modal-v3/index.js +7 -7
- package/dist/esm/v3/components/or-notification-v3/index.js +7 -7
- package/dist/esm/v3/components/or-overlay-v3/index.js +2 -2
- package/dist/esm/v3/components/or-pagination-v3/index.js +7 -7
- package/dist/esm/v3/components/or-popover-v3/index.js +4 -4
- package/dist/esm/v3/components/or-search-v3/index.js +8 -8
- package/dist/esm/v3/components/or-select-v3/index.js +9 -9
- package/dist/esm/v3/components/or-sidebar-v3/index.js +8 -8
- package/dist/esm/v3/components/or-sidebar-v3/partials/index.js +7 -7
- package/dist/esm/v3/components/or-sidebar-v3/partials/or-sidebar-collapse-button/index.js +7 -7
- package/dist/esm/v3/components/or-tabs-v3/index.js +6 -6
- package/dist/esm/v3/components/or-tag-v3/index.js +7 -7
- package/dist/esm/v3/components/or-toast-v3/index.js +7 -7
- package/dist/esm/v3/components/or-toast-v3/or-toast-container-v3/index.js +7 -7
- package/dist/esm/v3/components/or-tooltip-v3/index.js +5 -5
- package/dist/esm/v3/hooks/index.js +1 -1
- package/dist/esm/v3/index.js +23 -47
- package/dist/esm/v3/{types-0e3ddb0f.js → types-71d7c1df.js} +1 -1
- package/dist/esm/{v2/useElevation-92fce12c.js → v3/useElevation-df91fa50.js} +4 -4
- package/package.json +5 -25
- package/src/components/index.ts +0 -1
- package/src/components/or-bottom-sheet-v3/OrBottomSheet.vue +7 -1
- package/src/components/or-button-v3/styles.ts +6 -2
- package/src/components/or-popover-v3/OrPopover.vue +7 -1
- package/src/hooks/useElevation.ts +3 -2
- package/src/utils/isVisible.ts +1 -1
- package/dist/bundled/v2/components/OrRichTextEditorV3/OrRichTextEditor.js +0 -2036
- package/dist/bundled/v2/components/OrRichTextEditorV3/OrRichTextEditor.vue.d.ts +0 -181
- package/dist/bundled/v2/components/OrRichTextEditorV3/index.d.ts +0 -1
- package/dist/bundled/v2/components/OrRichTextEditorV3/index.js +0 -67
- package/dist/bundled/v2/components/OrRichTextEditorV3/styles.d.ts +0 -6
- package/dist/bundled/v2/components/OrRichTextEditorV3/styles.js +0 -38
- package/dist/bundled/v2/components/OrRichTextEditorV3/utils/codemirror/codemirrorNode.d.ts +0 -3
- package/dist/bundled/v2/components/OrRichTextEditorV3/utils/codemirror/codemirrorNode.js +0 -45
- package/dist/bundled/v2/components/OrRichTextEditorV3/utils/codemirror/codemirrorView.d.ts +0 -27
- package/dist/bundled/v2/components/OrRichTextEditorV3/utils/codemirror/codemirrorView.js +0 -184
- package/dist/bundled/v2/components/OrRichTextEditorV3/utils/codemirror/index.d.ts +0 -1
- package/dist/bundled/v2/components/OrRichTextEditorV3/utils/codemirror/index.js +0 -5
- package/dist/bundled/v2/components/OrRichTextEditorV3/utils/codemirror/theme.d.ts +0 -24
- package/dist/bundled/v2/components/OrRichTextEditorV3/utils/codemirror/theme.js +0 -190
- package/dist/bundled/v2/components/OrRichTextEditorV3/utils/codemirror/types.d.ts +0 -19
- package/dist/bundled/v2/components/OrRichTextEditorV3/utils/codemirror/types.js +0 -1
- package/dist/bundled/v2/components/OrRichTextEditorV3/utils/markdown.d.ts +0 -3
- package/dist/bundled/v2/components/OrRichTextEditorV3/utils/markdown.js +0 -5
- package/dist/bundled/v2/index-16aee5bc.js +0 -3740
- package/dist/bundled/v2/index-62c3221b.js +0 -6956
- package/dist/bundled/v2/index.es-3f39f316.js +0 -115
- package/dist/bundled/v2/markdown-00716a39.js +0 -18683
- package/dist/bundled/v2/tiptap-core.esm-f85402b1.js +0 -9360
- package/dist/bundled/v3/OrCode.vue_vue_type_script_lang-f9e835d0.js +0 -236
- package/dist/bundled/v3/OrRichTextEditor.vue_vue_type_script_lang-eb03c076.js +0 -1813
- package/dist/bundled/v3/components/OrRichTextEditorV3/OrRichTextEditor.js +0 -226
- package/dist/bundled/v3/components/OrRichTextEditorV3/OrRichTextEditor.vue.d.ts +0 -181
- package/dist/bundled/v3/components/OrRichTextEditorV3/index.d.ts +0 -1
- package/dist/bundled/v3/components/OrRichTextEditorV3/index.js +0 -83
- package/dist/bundled/v3/components/OrRichTextEditorV3/styles.d.ts +0 -6
- package/dist/bundled/v3/components/OrRichTextEditorV3/styles.js +0 -38
- package/dist/bundled/v3/components/OrRichTextEditorV3/utils/codemirror/codemirrorNode.d.ts +0 -3
- package/dist/bundled/v3/components/OrRichTextEditorV3/utils/codemirror/codemirrorNode.js +0 -45
- package/dist/bundled/v3/components/OrRichTextEditorV3/utils/codemirror/codemirrorView.d.ts +0 -27
- package/dist/bundled/v3/components/OrRichTextEditorV3/utils/codemirror/codemirrorView.js +0 -184
- package/dist/bundled/v3/components/OrRichTextEditorV3/utils/codemirror/index.d.ts +0 -1
- package/dist/bundled/v3/components/OrRichTextEditorV3/utils/codemirror/index.js +0 -5
- package/dist/bundled/v3/components/OrRichTextEditorV3/utils/codemirror/theme.d.ts +0 -24
- package/dist/bundled/v3/components/OrRichTextEditorV3/utils/codemirror/theme.js +0 -190
- package/dist/bundled/v3/components/OrRichTextEditorV3/utils/codemirror/types.d.ts +0 -19
- package/dist/bundled/v3/components/OrRichTextEditorV3/utils/codemirror/types.js +0 -1
- package/dist/bundled/v3/components/OrRichTextEditorV3/utils/markdown.d.ts +0 -3
- package/dist/bundled/v3/components/OrRichTextEditorV3/utils/markdown.js +0 -5
- package/dist/bundled/v3/index-62c3221b.js +0 -6956
- package/dist/bundled/v3/index.es-3f39f316.js +0 -115
- package/dist/bundled/v3/markdown-00716a39.js +0 -18683
- package/dist/bundled/v3/tiptap-core.esm-f85402b1.js +0 -9360
- package/dist/esm/v2/OrRichTextEditor-93ace5e2.js +0 -716
- package/dist/esm/v2/codemirrorView-be2c7423.js +0 -353
- package/dist/esm/v2/components/or-rich-text-editor-v3/OrRichTextEditor.vue.d.ts +0 -181
- package/dist/esm/v2/components/or-rich-text-editor-v3/index.d.ts +0 -1
- package/dist/esm/v2/components/or-rich-text-editor-v3/index.js +0 -58
- package/dist/esm/v2/components/or-rich-text-editor-v3/styles.d.ts +0 -6
- package/dist/esm/v2/components/or-rich-text-editor-v3/utils/codemirror/codemirrorNode.d.ts +0 -3
- package/dist/esm/v2/components/or-rich-text-editor-v3/utils/codemirror/codemirrorView.d.ts +0 -27
- package/dist/esm/v2/components/or-rich-text-editor-v3/utils/codemirror/index.d.ts +0 -1
- package/dist/esm/v2/components/or-rich-text-editor-v3/utils/codemirror/index.js +0 -7
- package/dist/esm/v2/components/or-rich-text-editor-v3/utils/codemirror/theme.d.ts +0 -24
- package/dist/esm/v2/components/or-rich-text-editor-v3/utils/codemirror/types.d.ts +0 -19
- package/dist/esm/v2/components/or-rich-text-editor-v3/utils/markdown.d.ts +0 -3
- package/dist/esm/v3/OrRichTextEditor-d99a44df.js +0 -680
- package/dist/esm/v3/codemirrorView-be2c7423.js +0 -353
- package/dist/esm/v3/components/or-rich-text-editor-v3/OrRichTextEditor.vue.d.ts +0 -181
- package/dist/esm/v3/components/or-rich-text-editor-v3/index.d.ts +0 -1
- package/dist/esm/v3/components/or-rich-text-editor-v3/index.js +0 -56
- package/dist/esm/v3/components/or-rich-text-editor-v3/styles.d.ts +0 -6
- package/dist/esm/v3/components/or-rich-text-editor-v3/utils/codemirror/codemirrorNode.d.ts +0 -3
- package/dist/esm/v3/components/or-rich-text-editor-v3/utils/codemirror/codemirrorView.d.ts +0 -27
- package/dist/esm/v3/components/or-rich-text-editor-v3/utils/codemirror/index.d.ts +0 -1
- package/dist/esm/v3/components/or-rich-text-editor-v3/utils/codemirror/index.js +0 -7
- package/dist/esm/v3/components/or-rich-text-editor-v3/utils/codemirror/theme.d.ts +0 -24
- package/dist/esm/v3/components/or-rich-text-editor-v3/utils/codemirror/types.d.ts +0 -19
- package/dist/esm/v3/components/or-rich-text-editor-v3/utils/markdown.d.ts +0 -3
- package/src/components/or-rich-text-editor-v3/OrRichTextEditor.docs.mdx +0 -7
- package/src/components/or-rich-text-editor-v3/OrRichTextEditor.stories3.ts +0 -79
- package/src/components/or-rich-text-editor-v3/OrRichTextEditor.vue +0 -622
- package/src/components/or-rich-text-editor-v3/index.ts +0 -1
- package/src/components/or-rich-text-editor-v3/styles.ts +0 -64
- package/src/components/or-rich-text-editor-v3/utils/codemirror/codemirrorNode.ts +0 -40
- package/src/components/or-rich-text-editor-v3/utils/codemirror/codemirrorView.ts +0 -254
- package/src/components/or-rich-text-editor-v3/utils/codemirror/index.ts +0 -1
- package/src/components/or-rich-text-editor-v3/utils/codemirror/theme.ts +0 -213
- package/src/components/or-rich-text-editor-v3/utils/codemirror/types.ts +0 -22
- package/src/components/or-rich-text-editor-v3/utils/markdown.ts +0 -110
- /package/dist/bundled/v3/{OrButton.vue_vue_type_script_lang-fe412ca5.js → OrButton.vue_vue_type_script_lang-5650b394.js} +0 -0
- /package/dist/bundled/v3/{OrOverlay.vue_vue_type_script_lang-30f62546.js → OrOverlay.vue_vue_type_script_lang-47004a50.js} +0 -0
- /package/dist/bundled/v3/{OrToastContainer.vue_vue_type_script_lang-117ff0b8.js → OrToastContainer.vue_vue_type_script_lang-96bc2f19.js} +0 -0
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { I as InputType, s as OrInputV3 } from '../../OrInput-
|
|
1
|
+
export { I as InputType, s as OrInputV3 } from '../../OrInput-a43b53d2.js';
|
|
2
2
|
export { a as InputSize } from '../../OrInputBox-11389afd.js';
|
|
3
3
|
import 'vue-demi';
|
|
4
4
|
import '../../useIdAttribute-859439f0.js';
|
|
@@ -8,14 +8,14 @@ import '../../useValidationAttributes-d1abbe34.js';
|
|
|
8
8
|
import '../../OrError-c01d0c29.js';
|
|
9
9
|
import 'vue';
|
|
10
10
|
import '../../OrHint-06ab89d7.js';
|
|
11
|
-
import '../../OrIconButton-
|
|
11
|
+
import '../../OrIconButton-786b9346.js';
|
|
12
12
|
import '../../OrIcon-62793572.js';
|
|
13
|
-
import '../../OrTooltip-
|
|
14
|
-
import '../../OrPopover-
|
|
13
|
+
import '../../OrTooltip-56ed42c7.js';
|
|
14
|
+
import '../../OrPopover-d6d82a06.js';
|
|
15
15
|
import '@floating-ui/dom';
|
|
16
|
-
import '../../useElevation-
|
|
17
|
-
import '../../OrBottomSheet-
|
|
18
|
-
import '../../OrOverlay-
|
|
16
|
+
import '../../useElevation-df91fa50.js';
|
|
17
|
+
import '../../OrBottomSheet-95bc694e.js';
|
|
18
|
+
import '../../OrOverlay-d63d39c3.js';
|
|
19
19
|
import '../../OrTeleport.vue3-8099178c.js';
|
|
20
20
|
import '../../OrLabel-4da56db0.js';
|
|
21
21
|
import '../../OrLoader-b79022da.js';
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
export { s as OrMenuV3 } from '../../OrMenu-
|
|
2
|
-
export { P as MenuPlacement } from '../../OrPopover-
|
|
1
|
+
export { s as OrMenuV3 } from '../../OrMenu-f8132f3e.js';
|
|
2
|
+
export { P as MenuPlacement } from '../../OrPopover-d6d82a06.js';
|
|
3
3
|
import 'vue-demi';
|
|
4
4
|
import 'vue';
|
|
5
5
|
import '@floating-ui/dom';
|
|
6
6
|
import '@vueuse/core';
|
|
7
|
-
import '../../useElevation-
|
|
7
|
+
import '../../useElevation-df91fa50.js';
|
|
8
8
|
import '../../useResponsive-a02e95b7.js';
|
|
9
|
-
import '../../OrBottomSheet-
|
|
10
|
-
import '../../OrOverlay-
|
|
9
|
+
import '../../OrBottomSheet-95bc694e.js';
|
|
10
|
+
import '../../OrOverlay-d63d39c3.js';
|
|
11
11
|
import '../../OrTeleport.vue3-8099178c.js';
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
export { M as ModalSize, s as OrModalV3 } from '../../OrModal-
|
|
1
|
+
export { M as ModalSize, s as OrModalV3 } from '../../OrModal-cb236842.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
|
-
import '../../OrIconButton-
|
|
3
|
+
import '../../OrIconButton-786b9346.js';
|
|
4
4
|
import '../../OrIcon-62793572.js';
|
|
5
5
|
import 'vue';
|
|
6
|
-
import '../../OrTooltip-
|
|
6
|
+
import '../../OrTooltip-56ed42c7.js';
|
|
7
7
|
import '@vueuse/core';
|
|
8
|
-
import '../../OrPopover-
|
|
8
|
+
import '../../OrPopover-d6d82a06.js';
|
|
9
9
|
import '@floating-ui/dom';
|
|
10
|
-
import '../../useElevation-
|
|
10
|
+
import '../../useElevation-df91fa50.js';
|
|
11
11
|
import '../../useResponsive-a02e95b7.js';
|
|
12
|
-
import '../../OrBottomSheet-
|
|
13
|
-
import '../../OrOverlay-
|
|
12
|
+
import '../../OrBottomSheet-95bc694e.js';
|
|
13
|
+
import '../../OrOverlay-d63d39c3.js';
|
|
14
14
|
import '../../OrTeleport.vue3-8099178c.js';
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
export { N as NotificationVariant, s as OrNotificationV3 } from '../../OrNotification-
|
|
1
|
+
export { N as NotificationVariant, s as OrNotificationV3 } from '../../OrNotification-45b47899.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
|
-
import '../../OrIconButton-
|
|
3
|
+
import '../../OrIconButton-786b9346.js';
|
|
4
4
|
import '../../OrIcon-62793572.js';
|
|
5
5
|
import 'vue';
|
|
6
|
-
import '../../OrTooltip-
|
|
6
|
+
import '../../OrTooltip-56ed42c7.js';
|
|
7
7
|
import '@vueuse/core';
|
|
8
|
-
import '../../OrPopover-
|
|
8
|
+
import '../../OrPopover-d6d82a06.js';
|
|
9
9
|
import '@floating-ui/dom';
|
|
10
|
-
import '../../useElevation-
|
|
10
|
+
import '../../useElevation-df91fa50.js';
|
|
11
11
|
import '../../useResponsive-a02e95b7.js';
|
|
12
|
-
import '../../OrBottomSheet-
|
|
13
|
-
import '../../OrOverlay-
|
|
12
|
+
import '../../OrBottomSheet-95bc694e.js';
|
|
13
|
+
import '../../OrOverlay-d63d39c3.js';
|
|
14
14
|
import '../../OrTeleport.vue3-8099178c.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export { s as OrOverlayV3 } from '../../OrOverlay-
|
|
1
|
+
export { s as OrOverlayV3 } from '../../OrOverlay-d63d39c3.js';
|
|
2
2
|
import '@vueuse/core';
|
|
3
3
|
import 'vue-demi';
|
|
4
|
-
import '../../useElevation-
|
|
4
|
+
import '../../useElevation-df91fa50.js';
|
|
5
5
|
import '../../OrTeleport.vue3-8099178c.js';
|
|
6
6
|
import 'vue';
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
export { s as OrPaginationV3 } from '../../OrPagination-
|
|
1
|
+
export { s as OrPaginationV3 } from '../../OrPagination-1e334ccd.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
3
|
import '@vueuse/core';
|
|
4
4
|
import '../../useResponsive-a02e95b7.js';
|
|
5
|
-
import '../../OrButton-
|
|
5
|
+
import '../../OrButton-8558588c.js';
|
|
6
6
|
import '../../OrLoader-b79022da.js';
|
|
7
7
|
import 'vue';
|
|
8
8
|
import '../../OrIcon-62793572.js';
|
|
9
9
|
import '../../OrMenuItem-dbee450f.js';
|
|
10
|
-
import '../../OrMenu-
|
|
11
|
-
import '../../OrPopover-
|
|
10
|
+
import '../../OrMenu-f8132f3e.js';
|
|
11
|
+
import '../../OrPopover-d6d82a06.js';
|
|
12
12
|
import '@floating-ui/dom';
|
|
13
|
-
import '../../useElevation-
|
|
14
|
-
import '../../OrBottomSheet-
|
|
15
|
-
import '../../OrOverlay-
|
|
13
|
+
import '../../useElevation-df91fa50.js';
|
|
14
|
+
import '../../OrBottomSheet-95bc694e.js';
|
|
15
|
+
import '../../OrOverlay-d63d39c3.js';
|
|
16
16
|
import '../../OrTeleport.vue3-8099178c.js';
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
export { s as OrPopoverV3, P as PopoverPlacement, a as PopoverVariant } from '../../OrPopover-
|
|
1
|
+
export { s as OrPopoverV3, P as PopoverPlacement, a as PopoverVariant } from '../../OrPopover-d6d82a06.js';
|
|
2
2
|
import '@floating-ui/dom';
|
|
3
3
|
import '@vueuse/core';
|
|
4
4
|
import 'vue-demi';
|
|
5
|
-
import '../../useElevation-
|
|
5
|
+
import '../../useElevation-df91fa50.js';
|
|
6
6
|
import '../../useResponsive-a02e95b7.js';
|
|
7
|
-
import '../../OrBottomSheet-
|
|
8
|
-
import '../../OrOverlay-
|
|
7
|
+
import '../../OrBottomSheet-95bc694e.js';
|
|
8
|
+
import '../../OrOverlay-d63d39c3.js';
|
|
9
9
|
import '../../OrTeleport.vue3-8099178c.js';
|
|
10
10
|
import 'vue';
|
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
export { s as OrSearchV3 } from '../../OrSearch-
|
|
1
|
+
export { s as OrSearchV3 } from '../../OrSearch-d5d46937.js';
|
|
2
2
|
export { a as SearchSize } from '../../OrInputBox-11389afd.js';
|
|
3
3
|
import '@vueuse/core';
|
|
4
4
|
import 'vue-demi';
|
|
5
|
-
import '../../OrInput-
|
|
5
|
+
import '../../OrInput-a43b53d2.js';
|
|
6
6
|
import '../../useIdAttribute-859439f0.js';
|
|
7
7
|
import '../../useResponsive-a02e95b7.js';
|
|
8
8
|
import '../../useValidationAttributes-d1abbe34.js';
|
|
9
9
|
import '../../OrError-c01d0c29.js';
|
|
10
10
|
import 'vue';
|
|
11
11
|
import '../../OrHint-06ab89d7.js';
|
|
12
|
-
import '../../OrIconButton-
|
|
12
|
+
import '../../OrIconButton-786b9346.js';
|
|
13
13
|
import '../../OrIcon-62793572.js';
|
|
14
|
-
import '../../OrTooltip-
|
|
15
|
-
import '../../OrPopover-
|
|
14
|
+
import '../../OrTooltip-56ed42c7.js';
|
|
15
|
+
import '../../OrPopover-d6d82a06.js';
|
|
16
16
|
import '@floating-ui/dom';
|
|
17
|
-
import '../../useElevation-
|
|
18
|
-
import '../../OrBottomSheet-
|
|
19
|
-
import '../../OrOverlay-
|
|
17
|
+
import '../../useElevation-df91fa50.js';
|
|
18
|
+
import '../../OrBottomSheet-95bc694e.js';
|
|
19
|
+
import '../../OrOverlay-d63d39c3.js';
|
|
20
20
|
import '../../OrTeleport.vue3-8099178c.js';
|
|
21
21
|
import '../../OrLabel-4da56db0.js';
|
|
22
22
|
import '../../OrLoader-b79022da.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { s as OrSelectV3 } from '../../OrSelect-
|
|
1
|
+
export { s as OrSelectV3 } from '../../OrSelect-f2911b60.js';
|
|
2
2
|
export { a as SelectSize } from '../../OrInputBox-11389afd.js';
|
|
3
3
|
import 'vue-demi';
|
|
4
4
|
import '../../dropdown-open-0d314aa4.js';
|
|
@@ -13,17 +13,17 @@ import '../../OrError-c01d0c29.js';
|
|
|
13
13
|
import '../../OrExpansionPanel-99ca7ed7.js';
|
|
14
14
|
import '../../OrIcon-62793572.js';
|
|
15
15
|
import '../../OrHint-06ab89d7.js';
|
|
16
|
-
import '../../OrInput-
|
|
16
|
+
import '../../OrInput-a43b53d2.js';
|
|
17
17
|
import '../../useResponsive-a02e95b7.js';
|
|
18
18
|
import '../../useValidationAttributes-d1abbe34.js';
|
|
19
|
-
import '../../OrIconButton-
|
|
20
|
-
import '../../OrTooltip-
|
|
21
|
-
import '../../OrPopover-
|
|
19
|
+
import '../../OrIconButton-786b9346.js';
|
|
20
|
+
import '../../OrTooltip-56ed42c7.js';
|
|
21
|
+
import '../../OrPopover-d6d82a06.js';
|
|
22
22
|
import '@floating-ui/dom';
|
|
23
|
-
import '../../useElevation-
|
|
24
|
-
import '../../OrBottomSheet-
|
|
25
|
-
import '../../OrOverlay-
|
|
23
|
+
import '../../useElevation-df91fa50.js';
|
|
24
|
+
import '../../OrBottomSheet-95bc694e.js';
|
|
25
|
+
import '../../OrOverlay-d63d39c3.js';
|
|
26
26
|
import '../../OrTeleport.vue3-8099178c.js';
|
|
27
27
|
import '../../OrLoader-b79022da.js';
|
|
28
28
|
import '../../OrMenuItem-dbee450f.js';
|
|
29
|
-
import '../../OrTag-
|
|
29
|
+
import '../../OrTag-dc1b8628.js';
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
export { s as OrSidebarV3 } from '../../OrSidebar-
|
|
2
|
-
export { O as OrSidebarPlacement } from '../../OrSidebarCollapseButton-
|
|
1
|
+
export { s as OrSidebarV3 } from '../../OrSidebar-0d715029.js';
|
|
2
|
+
export { O as OrSidebarPlacement } from '../../OrSidebarCollapseButton-4d7497ec.js';
|
|
3
3
|
import '@vueuse/core';
|
|
4
4
|
import 'lodash';
|
|
5
5
|
import 'vue-demi';
|
|
6
6
|
import 'vue';
|
|
7
|
-
import '../../OrIconButton-
|
|
7
|
+
import '../../OrIconButton-786b9346.js';
|
|
8
8
|
import '../../OrIcon-62793572.js';
|
|
9
|
-
import '../../OrTooltip-
|
|
10
|
-
import '../../OrPopover-
|
|
9
|
+
import '../../OrTooltip-56ed42c7.js';
|
|
10
|
+
import '../../OrPopover-d6d82a06.js';
|
|
11
11
|
import '@floating-ui/dom';
|
|
12
|
-
import '../../useElevation-
|
|
12
|
+
import '../../useElevation-df91fa50.js';
|
|
13
13
|
import '../../useResponsive-a02e95b7.js';
|
|
14
|
-
import '../../OrBottomSheet-
|
|
15
|
-
import '../../OrOverlay-
|
|
14
|
+
import '../../OrBottomSheet-95bc694e.js';
|
|
15
|
+
import '../../OrOverlay-d63d39c3.js';
|
|
16
16
|
import '../../OrTeleport.vue3-8099178c.js';
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
export { s as OrSidebarCollapseButton } from '../../../OrSidebarCollapseButton-
|
|
1
|
+
export { s as OrSidebarCollapseButton } from '../../../OrSidebarCollapseButton-4d7497ec.js';
|
|
2
2
|
import 'lodash';
|
|
3
3
|
import 'vue-demi';
|
|
4
|
-
import '../../../OrIconButton-
|
|
4
|
+
import '../../../OrIconButton-786b9346.js';
|
|
5
5
|
import '../../../OrIcon-62793572.js';
|
|
6
6
|
import 'vue';
|
|
7
|
-
import '../../../OrTooltip-
|
|
7
|
+
import '../../../OrTooltip-56ed42c7.js';
|
|
8
8
|
import '@vueuse/core';
|
|
9
|
-
import '../../../OrPopover-
|
|
9
|
+
import '../../../OrPopover-d6d82a06.js';
|
|
10
10
|
import '@floating-ui/dom';
|
|
11
|
-
import '../../../useElevation-
|
|
11
|
+
import '../../../useElevation-df91fa50.js';
|
|
12
12
|
import '../../../useResponsive-a02e95b7.js';
|
|
13
|
-
import '../../../OrBottomSheet-
|
|
14
|
-
import '../../../OrOverlay-
|
|
13
|
+
import '../../../OrBottomSheet-95bc694e.js';
|
|
14
|
+
import '../../../OrOverlay-d63d39c3.js';
|
|
15
15
|
import '../../../OrTeleport.vue3-8099178c.js';
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
export { s as OrSidebarCollapseButton } from '../../../../OrSidebarCollapseButton-
|
|
1
|
+
export { s as OrSidebarCollapseButton } from '../../../../OrSidebarCollapseButton-4d7497ec.js';
|
|
2
2
|
import 'lodash';
|
|
3
3
|
import 'vue-demi';
|
|
4
|
-
import '../../../../OrIconButton-
|
|
4
|
+
import '../../../../OrIconButton-786b9346.js';
|
|
5
5
|
import '../../../../OrIcon-62793572.js';
|
|
6
6
|
import 'vue';
|
|
7
|
-
import '../../../../OrTooltip-
|
|
7
|
+
import '../../../../OrTooltip-56ed42c7.js';
|
|
8
8
|
import '@vueuse/core';
|
|
9
|
-
import '../../../../OrPopover-
|
|
9
|
+
import '../../../../OrPopover-d6d82a06.js';
|
|
10
10
|
import '@floating-ui/dom';
|
|
11
|
-
import '../../../../useElevation-
|
|
11
|
+
import '../../../../useElevation-df91fa50.js';
|
|
12
12
|
import '../../../../useResponsive-a02e95b7.js';
|
|
13
|
-
import '../../../../OrBottomSheet-
|
|
14
|
-
import '../../../../OrOverlay-
|
|
13
|
+
import '../../../../OrBottomSheet-95bc694e.js';
|
|
14
|
+
import '../../../../OrOverlay-d63d39c3.js';
|
|
15
15
|
import '../../../../OrTeleport.vue3-8099178c.js';
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
export { s as OrTabsV3, T as TabsVariant } from '../../OrTabs-
|
|
1
|
+
export { s as OrTabsV3, T as TabsVariant } from '../../OrTabs-f667cf9f.js';
|
|
2
2
|
import '@vueuse/core';
|
|
3
3
|
import 'vue-demi';
|
|
4
4
|
import '../../OrIcon-62793572.js';
|
|
5
5
|
import 'vue';
|
|
6
6
|
import '../../OrMenuItem-dbee450f.js';
|
|
7
|
-
import '../../OrMenu-
|
|
8
|
-
import '../../OrPopover-
|
|
7
|
+
import '../../OrMenu-f8132f3e.js';
|
|
8
|
+
import '../../OrPopover-d6d82a06.js';
|
|
9
9
|
import '@floating-ui/dom';
|
|
10
|
-
import '../../useElevation-
|
|
10
|
+
import '../../useElevation-df91fa50.js';
|
|
11
11
|
import '../../useResponsive-a02e95b7.js';
|
|
12
|
-
import '../../OrBottomSheet-
|
|
13
|
-
import '../../OrOverlay-
|
|
12
|
+
import '../../OrBottomSheet-95bc694e.js';
|
|
13
|
+
import '../../OrOverlay-d63d39c3.js';
|
|
14
14
|
import '../../OrTeleport.vue3-8099178c.js';
|
|
15
15
|
import '../../OrTab-c11d94f6.js';
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
export { s as OrTagV3, a as TagColor, T as TagVariant } from '../../OrTag-
|
|
1
|
+
export { s as OrTagV3, a as TagColor, T as TagVariant } from '../../OrTag-dc1b8628.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
|
-
import '../../OrIconButton-
|
|
3
|
+
import '../../OrIconButton-786b9346.js';
|
|
4
4
|
import '../../OrIcon-62793572.js';
|
|
5
5
|
import 'vue';
|
|
6
|
-
import '../../OrTooltip-
|
|
6
|
+
import '../../OrTooltip-56ed42c7.js';
|
|
7
7
|
import '@vueuse/core';
|
|
8
|
-
import '../../OrPopover-
|
|
8
|
+
import '../../OrPopover-d6d82a06.js';
|
|
9
9
|
import '@floating-ui/dom';
|
|
10
|
-
import '../../useElevation-
|
|
10
|
+
import '../../useElevation-df91fa50.js';
|
|
11
11
|
import '../../useResponsive-a02e95b7.js';
|
|
12
|
-
import '../../OrBottomSheet-
|
|
13
|
-
import '../../OrOverlay-
|
|
12
|
+
import '../../OrBottomSheet-95bc694e.js';
|
|
13
|
+
import '../../OrOverlay-d63d39c3.js';
|
|
14
14
|
import '../../OrTeleport.vue3-8099178c.js';
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
export { a as OrToastContainerV3, s as OrToastV3, t as TypesV3 } from '../../types-
|
|
1
|
+
export { a as OrToastContainerV3, s as OrToastV3, t as TypesV3 } from '../../types-71d7c1df.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.vue3-8099178c.js';
|
|
6
6
|
import 'vue';
|
|
7
|
-
import '../../OrIconButton-
|
|
7
|
+
import '../../OrIconButton-786b9346.js';
|
|
8
8
|
import '../../OrIcon-62793572.js';
|
|
9
|
-
import '../../OrTooltip-
|
|
10
|
-
import '../../OrPopover-
|
|
9
|
+
import '../../OrTooltip-56ed42c7.js';
|
|
10
|
+
import '../../OrPopover-d6d82a06.js';
|
|
11
11
|
import '@floating-ui/dom';
|
|
12
|
-
import '../../useElevation-
|
|
12
|
+
import '../../useElevation-df91fa50.js';
|
|
13
13
|
import '../../useResponsive-a02e95b7.js';
|
|
14
|
-
import '../../OrBottomSheet-
|
|
15
|
-
import '../../OrOverlay-
|
|
14
|
+
import '../../OrBottomSheet-95bc694e.js';
|
|
15
|
+
import '../../OrOverlay-d63d39c3.js';
|
|
16
16
|
import '../../OrLoader-b79022da.js';
|
|
17
17
|
import '../../style-inject.es-4c6f2515.js';
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
export { a as OrToastContainerV3, t as TypesV3 } from '../../../types-
|
|
1
|
+
export { a as OrToastContainerV3, t as TypesV3 } from '../../../types-71d7c1df.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.vue3-8099178c.js';
|
|
6
6
|
import 'vue';
|
|
7
|
-
import '../../../OrIconButton-
|
|
7
|
+
import '../../../OrIconButton-786b9346.js';
|
|
8
8
|
import '../../../OrIcon-62793572.js';
|
|
9
|
-
import '../../../OrTooltip-
|
|
10
|
-
import '../../../OrPopover-
|
|
9
|
+
import '../../../OrTooltip-56ed42c7.js';
|
|
10
|
+
import '../../../OrPopover-d6d82a06.js';
|
|
11
11
|
import '@floating-ui/dom';
|
|
12
|
-
import '../../../useElevation-
|
|
12
|
+
import '../../../useElevation-df91fa50.js';
|
|
13
13
|
import '../../../useResponsive-a02e95b7.js';
|
|
14
|
-
import '../../../OrBottomSheet-
|
|
15
|
-
import '../../../OrOverlay-
|
|
14
|
+
import '../../../OrBottomSheet-95bc694e.js';
|
|
15
|
+
import '../../../OrOverlay-d63d39c3.js';
|
|
16
16
|
import '../../../OrLoader-b79022da.js';
|
|
17
17
|
import '../../../style-inject.es-4c6f2515.js';
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
export { s as OrTooltipV3 } from '../../OrTooltip-
|
|
2
|
-
export { P as TooltipPlacement } from '../../OrPopover-
|
|
1
|
+
export { s as OrTooltipV3 } from '../../OrTooltip-56ed42c7.js';
|
|
2
|
+
export { P as TooltipPlacement } from '../../OrPopover-d6d82a06.js';
|
|
3
3
|
import '@vueuse/core';
|
|
4
4
|
import 'vue-demi';
|
|
5
5
|
import 'vue';
|
|
6
6
|
import '@floating-ui/dom';
|
|
7
|
-
import '../../useElevation-
|
|
7
|
+
import '../../useElevation-df91fa50.js';
|
|
8
8
|
import '../../useResponsive-a02e95b7.js';
|
|
9
|
-
import '../../OrBottomSheet-
|
|
10
|
-
import '../../OrOverlay-
|
|
9
|
+
import '../../OrBottomSheet-95bc694e.js';
|
|
10
|
+
import '../../OrOverlay-d63d39c3.js';
|
|
11
11
|
import '../../OrTeleport.vue3-8099178c.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export { u as useControlAttributes, a as useIdAttribute } from '../useIdAttribute-859439f0.js';
|
|
2
|
-
export { u as useElevation } from '../useElevation-
|
|
2
|
+
export { u as useElevation } from '../useElevation-df91fa50.js';
|
|
3
3
|
export { u as useOverflow } from '../useOverflow-af6161c8.js';
|
|
4
4
|
export { u as useResponsive } from '../useResponsive-a02e95b7.js';
|
|
5
5
|
export { u as useToggle } from '../useToggle-29e4d7c7.js';
|
package/dist/esm/v3/index.js
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
export { O as OR_AVATAR_SIZE, s as OrAvatar } from './OrAvatar-b18f2208.js';
|
|
2
2
|
export { a as AvatarColor, A as AvatarSize, s as OrAvatarV3 } from './OrAvatar-1ebca2e8.js';
|
|
3
|
-
export { s as OrBottomSheetV3 } from './OrBottomSheet-
|
|
3
|
+
export { s as OrBottomSheetV3 } from './OrBottomSheet-95bc694e.js';
|
|
4
4
|
export { s as OrButton, a as OrButtonColors, b as OrButtonSizes, O as OrButtonViews } from './OrButton-fca9019a.js';
|
|
5
5
|
export { s as OrButtonV2 } from './OrButton-170b493f.js';
|
|
6
6
|
export { a as BUTTON_COLOR, c as BUTTON_LOADER_TYPE, b as BUTTON_SIZE, B as BUTTON_TYPE, I as ICON_BUTTON_TYPE, s as OrIconButton, s as OrIconButtonV2 } from './OrIconButton-9d08aa44.js';
|
|
7
|
-
export { a as ButtonColor, b as ButtonType, B as ButtonVariant, s as OrButtonV3 } from './OrButton-
|
|
7
|
+
export { a as ButtonColor, b as ButtonType, B as ButtonVariant, s as OrButtonV3 } from './OrButton-8558588c.js';
|
|
8
8
|
export { s as OrCard } from './OrCard-e3a5aea4.js';
|
|
9
9
|
export { C as CARD_COLLECTION_LAYOUT, s as OrCardCollection } from './OrCardCollection-dc158967.js';
|
|
10
|
-
export { D as DefaultCardCollectionViews, s as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from './OrCardCollection-
|
|
10
|
+
export { D as DefaultCardCollectionViews, s as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from './OrCardCollection-631cb8e3.js';
|
|
11
11
|
export { s as OrCardV3 } from './OrCard-cc82902c.js';
|
|
12
12
|
export { s as OrCarousel } from './OrCarousel-8de5d65b.js';
|
|
13
13
|
export { s as OrCarouselItem } from './OrCarouselItem-8c7ccd0f.js';
|
|
@@ -19,7 +19,7 @@ export { s as OrCode, O as OrCodeLanguages } from './OrCode-b0b514ab.js';
|
|
|
19
19
|
export { s as OrCollapse } from './OrCollapse-37a52e8f.js';
|
|
20
20
|
export { s 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-9a149e6b.js';
|
|
21
21
|
export { s as OrConfirm } from './OrConfirm-1ffb7ed6.js';
|
|
22
|
-
export { C as ConfirmType, s as OrConfirmV3 } from './OrConfirm-
|
|
22
|
+
export { C as ConfirmType, s as OrConfirmV3 } from './OrConfirm-b0c7f796.js';
|
|
23
23
|
export { D as DEFAULT_TEXT, s as OrDateTimePicker, a as OrDateTimePickerItemTypes, O as OrDateTimePickerTypes } from './OrDateTimePicker-02c6de49.js';
|
|
24
24
|
export { s as OrError } from './OrError-f90296db.js';
|
|
25
25
|
export { s as OrErrorTagV3 } from './OrErrorTag-ade9192b.js';
|
|
@@ -31,14 +31,14 @@ export { s as OrFloating, a as OrFloatingHideStrategy, O as OrFloatingPlacements
|
|
|
31
31
|
export { s as OrHint } from './OrHint-1414c530.js';
|
|
32
32
|
export { s as OrHintV3 } from './OrHint-06ab89d7.js';
|
|
33
33
|
export { s as OrIcon, O as OrIconColors, a as OrIconType } from './OrIcon-9b3d24cc.js';
|
|
34
|
-
export { I as IconButtonColor, s as OrIconButtonV3 } from './OrIconButton-
|
|
34
|
+
export { I as IconButtonColor, s as OrIconButtonV3 } from './OrIconButton-786b9346.js';
|
|
35
35
|
export { I as IconButtonSize, I as IconSize, a as IconVariant, s as OrIconV3 } from './OrIcon-62793572.js';
|
|
36
36
|
export { I as InlineInputBoxSize, I as InlineInputSize, s as OrInlineInputBoxV3 } from './OrInlineInputBox-01fb2cb2.js';
|
|
37
|
-
export { I as InlineInputType, s as OrInlineInputV3 } from './OrInlineInput-
|
|
37
|
+
export { I as InlineInputType, s as OrInlineInputV3 } from './OrInlineInput-ca82ccc3.js';
|
|
38
38
|
export { a as InlineTextEditTrimmingTypes, I as InlineTextEditTypes, s as OrInlineTextEdit } from './OrInlineTextEdit-8cfde85c.js';
|
|
39
|
-
export { s as OrInlineTextareaV3 } from './OrInlineTextarea-
|
|
39
|
+
export { s as OrInlineTextareaV3 } from './OrInlineTextarea-864f1099.js';
|
|
40
40
|
export { a as InputBoxSize, I as InputBoxVariant, a as InputSize, s as OrInputBoxV3, a as SearchSize, a as SelectSize, a as TextareaSize } from './OrInputBox-11389afd.js';
|
|
41
|
-
export { I as InputType, s as OrInputV3 } from './OrInput-
|
|
41
|
+
export { I as InputType, s as OrInputV3 } from './OrInput-a43b53d2.js';
|
|
42
42
|
export { s as OrInput } from './OrInput-0dbd5a01.js';
|
|
43
43
|
export { s as OrLabel } from './OrLabel-876f8729.js';
|
|
44
44
|
export { L as LabelVariant, s as OrLabelV3 } from './OrLabel-4da56db0.js';
|
|
@@ -48,31 +48,31 @@ export { s as OrListOfInputs } from './OrListOfInputs-3c8eaf97.js';
|
|
|
48
48
|
export { L as LoaderViews, s as OrLoader } from './OrLoader-15174477.js';
|
|
49
49
|
export { a as LoaderColor, b as LoaderSize, L as LoaderVariant, s as OrLoaderV3 } from './OrLoader-b79022da.js';
|
|
50
50
|
export { s as OrMenuItemV3 } from './OrMenuItem-dbee450f.js';
|
|
51
|
-
export { s as OrMenuV3 } from './OrMenu-
|
|
52
|
-
export { P as MenuPlacement, s as OrPopoverV3, P as PopoverPlacement, a as PopoverVariant, P as TooltipPlacement } from './OrPopover-
|
|
51
|
+
export { s as OrMenuV3 } from './OrMenu-f8132f3e.js';
|
|
52
|
+
export { P as MenuPlacement, s as OrPopoverV3, P as PopoverPlacement, a as PopoverVariant, P as TooltipPlacement } from './OrPopover-d6d82a06.js';
|
|
53
53
|
export { s as OrModal, O as OrModalSizes } from './OrModal-f8ae7146.js';
|
|
54
|
-
export { M as ModalSize, s as OrModalV3 } from './OrModal-
|
|
54
|
+
export { M as ModalSize, s as OrModalV3 } from './OrModal-cb236842.js';
|
|
55
55
|
export { a as OR_NOTIFICATION_SIZE, O as OR_NOTIFICATION_TYPE, s as OrNotification } from './OrNotification-24192897.js';
|
|
56
|
-
export { N as NotificationVariant, s as OrNotificationV3 } from './OrNotification-
|
|
56
|
+
export { N as NotificationVariant, s as OrNotificationV3 } from './OrNotification-45b47899.js';
|
|
57
57
|
export { s as OrNumberInput } from './OrNumberInput-dca5e850.js';
|
|
58
58
|
export { s as OrOverflowMenu } from './OrOverflowMenu-a7568f8d.js';
|
|
59
59
|
export { s as OrOverlay } from './OrOverlay-451dce49.js';
|
|
60
|
-
export { s as OrOverlayV3 } from './OrOverlay-
|
|
60
|
+
export { s as OrOverlayV3 } from './OrOverlay-d63d39c3.js';
|
|
61
61
|
export { s as OrPassword } from './OrPassword-88a67993.js';
|
|
62
|
-
export { s as OrPaginationV3 } from './OrPagination-
|
|
62
|
+
export { s as OrPaginationV3 } from './OrPagination-1e334ccd.js';
|
|
63
63
|
export { s as OrProgress, O as OrProgressColors, a as OrProgressTypes } from './OrProgress-d0d52c86.js';
|
|
64
64
|
export { s as OrProgressV3, P as ProgressColor, a as ProgressType } from './OrProgress-33cf7445.js';
|
|
65
65
|
export { s as OrRadio } from './OrRadio-c3ab11f2.js';
|
|
66
66
|
export { s as OrRadioGroup } from './OrRadioGroup-00785e41.js';
|
|
67
67
|
export { s as OrRadioV3 } from './OrRadio-a890ee7c.js';
|
|
68
68
|
export { s as OrSearch } from './OrSearch-fb2dd591.js';
|
|
69
|
-
export { s as OrSearchV3 } from './OrSearch-
|
|
69
|
+
export { s as OrSearchV3 } from './OrSearch-d5d46937.js';
|
|
70
70
|
export { s as OrSegmentedControlV3, S as SegmentedControlSize } from './OrSegmentedControl-4587c7a9.js';
|
|
71
71
|
export { s as OrSelect } from './OrSelect-3d923250.js';
|
|
72
|
-
export { s as OrSelectV3 } from './OrSelect-
|
|
72
|
+
export { s as OrSelectV3 } from './OrSelect-f2911b60.js';
|
|
73
73
|
export { s as OrSidebar, O as OrSidebarSide } from './OrSidebar-375c85a3.js';
|
|
74
|
-
export { s as OrSidebarV3 } from './OrSidebar-
|
|
75
|
-
export { O as OrSidebarPlacement } from './OrSidebarCollapseButton-
|
|
74
|
+
export { s as OrSidebarV3 } from './OrSidebar-0d715029.js';
|
|
75
|
+
export { O as OrSidebarPlacement } from './OrSidebarCollapseButton-4d7497ec.js';
|
|
76
76
|
export { s as OrSkeletonCircle } from './OrSkeletonCircle-1aa63444.js';
|
|
77
77
|
export { s as OrSkeletonRect } from './OrSkeletonRect-813bc73a.js';
|
|
78
78
|
export { s as OrSkeletonText } from './OrSkeletonText-6de38947.js';
|
|
@@ -89,9 +89,9 @@ export { s as OrTab } from './OrTab-bc98be02.js';
|
|
|
89
89
|
export { s as OrTabHeaderItem } from './OrTabHeaderItem-d668cc59.js';
|
|
90
90
|
export { s as OrTabV3 } from './OrTab-c11d94f6.js';
|
|
91
91
|
export { s as OrTabs } from './OrTabs-d3812c11.js';
|
|
92
|
-
export { s as OrTabsV3, T as TabsVariant } from './OrTabs-
|
|
92
|
+
export { s as OrTabsV3, T as TabsVariant } from './OrTabs-f667cf9f.js';
|
|
93
93
|
export { s as OrTag } from './OrTag-38d1ba92.js';
|
|
94
|
-
export { s as OrTagV3, a as TagColor, T as TagVariant } from './OrTag-
|
|
94
|
+
export { s as OrTagV3, a as TagColor, T as TagVariant } from './OrTag-dc1b8628.js';
|
|
95
95
|
export { s as OrTeleport } from './OrTeleport.vue3-9bce0c02.js';
|
|
96
96
|
export { s as OrTeleportV3 } from './OrTeleport.vue3-8099178c.js';
|
|
97
97
|
export { s as OrTextV3 } from './OrText-de6b2fe2.js';
|
|
@@ -100,15 +100,14 @@ export { s as OrTextareaV3 } from './OrTextarea-08b22d36.js';
|
|
|
100
100
|
export { s as OrTextbox, T as TextboxTypes } from './OrTextbox-7de2b10c.js';
|
|
101
101
|
export { s as OrToast, a as OrToastContainer } from './OrToastContainer-c3ecb1c8.js';
|
|
102
102
|
export { P as PositionsX, b as PositionsY, c as ToastType, T as TransitionType, a as useQueue, u as useToast } from './useToast-4fbe0e5a.js';
|
|
103
|
-
export { a as OrToastContainerV3, s as OrToastV3, t as TypesV3 } from './types-
|
|
103
|
+
export { a as OrToastContainerV3, s as OrToastV3, t as TypesV3 } from './types-71d7c1df.js';
|
|
104
104
|
export { p as PropsV3, a as useQueueV3, u as useToastV3 } from './useToast-0665462d.js';
|
|
105
105
|
export { s as OrTooltip } from './OrTooltip-be7209e5.js';
|
|
106
106
|
export { s as OrTooltipContent } from './OrTooltipContent-68c34911.js';
|
|
107
|
-
export { s as OrTooltipV3 } from './OrTooltip-
|
|
108
|
-
export { s as OrRichTextEditorV3 } from './OrRichTextEditor-d99a44df.js';
|
|
107
|
+
export { s as OrTooltipV3 } from './OrTooltip-56ed42c7.js';
|
|
109
108
|
export { D as DropdownClose, a as DropdownOpen } from './dropdown-open-0d314aa4.js';
|
|
110
109
|
export { u as useControlAttributes, a as useIdAttribute } from './useIdAttribute-859439f0.js';
|
|
111
|
-
export { u as useElevation } from './useElevation-
|
|
110
|
+
export { u as useElevation } from './useElevation-df91fa50.js';
|
|
112
111
|
export { u as useOverflow } from './useOverflow-af6161c8.js';
|
|
113
112
|
export { u as useResponsive } from './useResponsive-a02e95b7.js';
|
|
114
113
|
export { u as useToggle } from './useToggle-29e4d7c7.js';
|
|
@@ -139,29 +138,6 @@ import 'uuid';
|
|
|
139
138
|
import 'sortablejs';
|
|
140
139
|
import '@vueuse/integrations/useFocusTrap';
|
|
141
140
|
import './styles-ed564e39.js';
|
|
142
|
-
import 'prosemirror-markdown';
|
|
143
|
-
import 'prosemirror-model';
|
|
144
|
-
import 'marked';
|
|
145
|
-
import '@tiptap/extension-paragraph';
|
|
146
|
-
import '@tiptap/extension-bullet-list';
|
|
147
|
-
import '@tiptap/extension-list-item';
|
|
148
|
-
import '@tiptap/extension-ordered-list';
|
|
149
|
-
import '@tiptap/extension-strike';
|
|
150
|
-
import '@tiptap/extension-italic';
|
|
151
|
-
import '@tiptap/extension-hard-break';
|
|
152
|
-
import '@tiptap/extension-bold';
|
|
153
|
-
import '@tiptap/extension-code-block';
|
|
154
|
-
import '@tiptap/extension-blockquote';
|
|
155
|
-
import '@tiptap/extension-link';
|
|
156
|
-
import '@tiptap/extension-highlight';
|
|
157
|
-
import '@tiptap/core';
|
|
158
|
-
import '@tiptap/starter-kit';
|
|
159
|
-
import '@tiptap/extension-underline';
|
|
160
|
-
import '@tiptap/extension-heading';
|
|
161
|
-
import '@tiptap/extension-placeholder';
|
|
162
|
-
import './codemirrorView-be2c7423.js';
|
|
163
|
-
import 'prosemirror-state';
|
|
164
|
-
import 'prosemirror-commands';
|
|
165
141
|
|
|
166
142
|
function getAbbreviation(text, limit) {
|
|
167
143
|
var _a;
|
|
@@ -2,7 +2,7 @@ import { useToggle } from '@vueuse/core';
|
|
|
2
2
|
import { defineComponent, ref, computed, onBeforeMount, onBeforeUnmount, nextTick } from 'vue-demi';
|
|
3
3
|
import { s as script$4 } from './OrTeleport.vue3-8099178c.js';
|
|
4
4
|
import { T as ToastType, P as PositionsX, b as PositionsY, c as TransitionType, d as useToastEventBus, a as useQueue } from './useToast-0665462d.js';
|
|
5
|
-
import { s as script$2 } from './OrIconButton-
|
|
5
|
+
import { s as script$2 } from './OrIconButton-786b9346.js';
|
|
6
6
|
import { s as script$3 } from './OrLoader-b79022da.js';
|
|
7
7
|
import { resolveComponent, openBlock, createElementBlock, normalizeClass, renderSlot, createCommentVNode, createVNode, createElementVNode, toDisplayString, createBlock, withModifiers, withCtx, TransitionGroup, Fragment, renderList, mergeProps } from 'vue';
|
|
8
8
|
import { s as styleInject } from './style-inject.es-4c6f2515.js';
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
import { isRef, ref, watch } from 'vue-demi';
|
|
2
2
|
|
|
3
3
|
function isVisible(element) {
|
|
4
|
-
return
|
|
4
|
+
return element.getClientRects().length > 0;
|
|
5
5
|
}
|
|
6
6
|
|
|
7
7
|
function useElevation(element, trigger) {
|
|
8
8
|
const elementRef = isRef(element) ? element : ref(element);
|
|
9
9
|
const triggerRef = isRef(trigger) ? trigger : ref();
|
|
10
10
|
// Functions
|
|
11
|
-
function getPageElevations() {
|
|
12
|
-
return [...document.body.querySelectorAll('*')].filter(isVisible).map(element => getComputedStyle(element)).map(style => Number(style.zIndex)).filter(zIndex => !isNaN(zIndex));
|
|
11
|
+
function getPageElevations(currentElement) {
|
|
12
|
+
return [...document.body.querySelectorAll('*')].filter(isVisible).filter(element => !element.isEqualNode(currentElement)).map(element => getComputedStyle(element)).map(style => Number(style.zIndex)).filter(zIndex => !isNaN(zIndex));
|
|
13
13
|
}
|
|
14
14
|
function setElementElevation(element) {
|
|
15
|
-
element.style.zIndex = String(Math.max(0, ...getPageElevations()) + 1);
|
|
15
|
+
element.style.zIndex = String(Math.max(0, ...getPageElevations(element)) + 1);
|
|
16
16
|
}
|
|
17
17
|
// Effects
|
|
18
18
|
watch([elementRef, triggerRef], ([element]) => {
|