@onereach/ui-components 2.74.3-beta.2303.0 → 2.74.3
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/{OrBottomSheet-ddba20c1.js → OrBottomSheet-41164e06.js} +1 -1
- package/dist/bundled/v2/{OrButton-4862b98b.js → OrButton-d45772c1.js} +3 -3
- package/dist/bundled/v2/{OrCardCollection-a6dda023.js → OrCardCollection-914c0d96.js} +4 -4
- package/dist/bundled/v2/{OrConfirm-9a79cccb.js → OrConfirm-f34221c8.js} +3 -3
- package/dist/bundled/v2/{OrEmptyState-8a7feb99.js → OrEmptyState-9fb413f9.js} +2 -2
- package/dist/bundled/v2/{OrErrorTag-ade7cd8c.js → OrErrorTag-4675604d.js} +1 -1
- package/dist/bundled/v2/{OrIconButton-2bd48bf6.js → OrIconButton-037b9c33.js} +1 -1
- package/dist/bundled/v2/{OrInlineInput-f70111ec.js → OrInlineInput-91a8a857.js} +1 -1
- package/dist/bundled/v2/{OrInlineTextarea-ba2db219.js → OrInlineTextarea-2d842751.js} +1 -1
- package/dist/bundled/v2/{OrInput-551d02af.js → OrInput-5cd0041e.js} +1 -1
- package/dist/bundled/v2/{OrMenu-6ab53877.js → OrMenu-021f347c.js} +16 -11
- package/dist/bundled/v2/{OrModal-e71ec2a3.js → OrModal-4218b040.js} +2 -2
- package/dist/bundled/v2/{OrNotification-911887e4.js → OrNotification-35c163f7.js} +1 -1
- package/dist/bundled/v2/{OrOverlay-efa7992e.js → OrOverlay-cb55bf20.js} +1 -1
- package/dist/bundled/v2/{OrPagination-24d4b88f.js → OrPagination-582690fd.js} +24 -60
- package/dist/bundled/v2/{OrPopover-4e8acb7b.js → OrPopover-0697699f.js} +3 -3
- package/dist/bundled/v2/{OrProgress-5cf0a7e7.js → OrProgress-15fe65ec.js} +3 -3
- package/dist/bundled/v2/{OrSearch-4b76f101.js → OrSearch-4b0f063b.js} +1 -1
- package/dist/bundled/v2/{OrSelect-6aeabc14.js → OrSelect-ac49dab5.js} +3 -3
- package/dist/bundled/v2/{OrSidebar-ab5e1041.js → OrSidebar-b7a27e27.js} +3 -3
- package/dist/bundled/v2/{OrSidebarCollapseButton-39514989.js → OrSidebarCollapseButton-e8632afe.js} +1 -1
- package/dist/bundled/v2/{OrTabs-182098dc.js → OrTabs-70c1818f.js} +1 -1
- package/dist/bundled/v2/{OrTag-074b1885.js → OrTag-59ab76c5.js} +2 -2
- package/dist/bundled/v2/{OrTooltip-121e28c5.js → OrTooltip-9ef540f0.js} +2 -4
- package/dist/bundled/v2/components/index.js +26 -26
- package/dist/bundled/v2/components/or-bottom-sheet-v3/index.js +3 -3
- package/dist/bundled/v2/components/or-button-v3/index.js +1 -1
- package/dist/bundled/v2/components/or-card-collection-v3/index.js +11 -11
- package/dist/bundled/v2/components/or-confirm-v3/index.js +9 -9
- package/dist/bundled/v2/components/or-empty-state-v3/index.js +1 -1
- package/dist/bundled/v2/components/or-error-tag-v3/index.js +1 -1
- package/dist/bundled/v2/components/or-icon-button-v3/index.js +6 -6
- package/dist/bundled/v2/components/or-inline-input-v3/index.js +7 -7
- package/dist/bundled/v2/components/or-inline-textarea-v3/index.js +7 -7
- package/dist/bundled/v2/components/or-input-v3/index.js +7 -7
- package/dist/bundled/v2/components/or-menu-v3/OrMenu.vue.d.ts +2 -0
- package/dist/bundled/v2/components/or-menu-v3/index.js +5 -5
- package/dist/bundled/v2/components/or-menu-v3/styles.d.ts +1 -0
- package/dist/bundled/v2/components/or-modal-v3/index.js +7 -7
- package/dist/bundled/v2/components/or-notification-v3/index.js +7 -7
- package/dist/bundled/v2/components/or-overlay-v3/index.js +2 -2
- package/dist/bundled/v2/components/or-pagination-v3/OrPagination.vue.d.ts +0 -4
- package/dist/bundled/v2/components/or-pagination-v3/index.js +7 -7
- package/dist/bundled/v2/components/or-popover-v3/index.js +4 -4
- package/dist/bundled/v2/components/or-progress-v3/index.js +1 -1
- package/dist/bundled/v2/components/or-progress-v3/styles.d.ts +1 -1
- package/dist/bundled/v2/components/or-search-v3/index.js +8 -8
- package/dist/bundled/v2/components/or-select-v3/index.js +9 -9
- package/dist/bundled/v2/components/or-sidebar-v3/index.js +8 -8
- package/dist/bundled/v2/components/or-sidebar-v3/partials/index.js +7 -7
- package/dist/bundled/v2/components/or-sidebar-v3/partials/or-sidebar-collapse-button/index.js +7 -7
- package/dist/bundled/v2/components/or-tabs-v3/index.js +6 -6
- package/dist/bundled/v2/components/or-tag-v3/index.js +7 -7
- package/dist/bundled/v2/components/or-toast-v3/index.js +7 -7
- package/dist/bundled/v2/components/or-tooltip-v3/index.js +5 -5
- package/dist/bundled/v2/hooks/index.js +1 -1
- package/dist/bundled/v2/hooks/useElevation.d.ts +2 -1
- package/dist/bundled/v2/index.js +27 -27
- package/dist/bundled/v2/{types-31d1b8e0.js → types-d0e9ac5c.js} +1 -1
- package/dist/bundled/v2/{useElevation-aac032f4.js → useElevation-b6e7590a.js} +3 -2
- package/dist/bundled/v3/{OrBottomSheet.vue_vue_type_script_lang-bdef5ca2.js → OrBottomSheet.vue_vue_type_script_lang-7b8553e9.js} +1 -1
- package/dist/bundled/v3/{OrButton-05766523.js → OrButton-a1448bfa.js} +1 -1
- package/dist/bundled/v3/{OrButton.vue_vue_type_script_lang-b53e78f5.js → OrButton.vue_vue_type_script_lang-3b1e442b.js} +3 -3
- package/dist/bundled/v3/{OrCardCollection.vue_vue_type_script_lang-40a22d2b.js → OrCardCollection.vue_vue_type_script_lang-b74654c4.js} +7 -7
- package/dist/bundled/v3/{OrConfirm.vue_vue_type_script_lang-ceaeeadb.js → OrConfirm.vue_vue_type_script_lang-a75a86cd.js} +6 -6
- package/dist/bundled/v3/{OrEmptyState.vue_vue_type_script_lang-8e58c67c.js → OrEmptyState.vue_vue_type_script_lang-da7d6c42.js} +2 -2
- package/dist/bundled/v3/{OrErrorTag.vue_vue_type_script_lang-4e963273.js → OrErrorTag.vue_vue_type_script_lang-bfa4c580.js} +1 -1
- package/dist/bundled/v3/{OrIconButton-c9eb3d09.js → OrIconButton-a2091425.js} +1 -1
- package/dist/bundled/v3/{OrIconButton.vue_vue_type_script_lang-84fd1dea.js → OrIconButton.vue_vue_type_script_lang-14871105.js} +1 -1
- package/dist/bundled/v3/{OrInlineInput.vue_vue_type_script_lang-c06ed46b.js → OrInlineInput.vue_vue_type_script_lang-f2cc2704.js} +2 -2
- package/dist/bundled/v3/{OrInlineTextarea.vue_vue_type_script_lang-79c4353a.js → OrInlineTextarea.vue_vue_type_script_lang-9c6d7277.js} +2 -2
- package/dist/bundled/v3/{OrInput-5e36b9a6.js → OrInput-b077957e.js} +1 -1
- package/dist/bundled/v3/{OrInput.vue_vue_type_script_lang-81c11f75.js → OrInput.vue_vue_type_script_lang-ada50709.js} +2 -2
- package/dist/bundled/v3/{OrMenu-bb432db5.js → OrMenu-c2c114de.js} +10 -9
- package/dist/bundled/v3/{OrMenu.vue_vue_type_script_lang-5a492eb3.js → OrMenu.vue_vue_type_script_lang-518b5305.js} +10 -7
- package/dist/bundled/v3/{OrModal.vue_vue_type_script_lang-e1b650ba.js → OrModal.vue_vue_type_script_lang-8d7f1436.js} +4 -4
- package/dist/bundled/v3/{OrNotification.vue_vue_type_script_lang-e86b33e9.js → OrNotification.vue_vue_type_script_lang-b0280317.js} +2 -2
- package/dist/bundled/v3/{OrOverlay.vue_vue_type_script_lang-7edd25f6.js → OrOverlay.vue_vue_type_script_lang-a1f3f02c.js} +1 -1
- package/dist/bundled/v3/{OrPagination.vue_vue_type_script_lang-0cb971d5.js → OrPagination.vue_vue_type_script_lang-9804669c.js} +20 -35
- package/dist/bundled/v3/{OrPopover-1a488f88.js → OrPopover-f9a1d5d7.js} +1 -1
- package/dist/bundled/v3/{OrPopover.vue_vue_type_script_lang-b1102c1a.js → OrPopover.vue_vue_type_script_lang-aa819a00.js} +4 -4
- package/dist/bundled/v3/{OrProgress.vue_vue_type_script_lang-17095060.js → OrProgress.vue_vue_type_script_lang-52f660d6.js} +3 -3
- package/dist/bundled/v3/{OrSearch.vue_vue_type_script_lang-f473cb9b.js → OrSearch.vue_vue_type_script_lang-d4b754f2.js} +2 -2
- package/dist/bundled/v3/{OrSelect.vue_vue_type_script_lang-af5f0e8d.js → OrSelect.vue_vue_type_script_lang-36567db5.js} +5 -5
- package/dist/bundled/v3/{OrSidebar.vue_vue_type_script_lang-f1f2844f.js → OrSidebar.vue_vue_type_script_lang-b5adff07.js} +3 -3
- package/dist/bundled/v3/{OrSidebarCollapseButton.vue_vue_type_script_lang-5fe2a40a.js → OrSidebarCollapseButton.vue_vue_type_script_lang-ddb36366.js} +2 -2
- package/dist/bundled/v3/{OrTabs.vue_vue_type_script_lang-853e7b4a.js → OrTabs.vue_vue_type_script_lang-7a2b137a.js} +2 -2
- package/dist/bundled/v3/{OrTag.vue_vue_type_script_lang-fc082803.js → OrTag.vue_vue_type_script_lang-4fe7e19f.js} +3 -3
- package/dist/bundled/v3/{OrToastContainer-f317ef1b.js → OrToastContainer-bafab8a2.js} +1 -1
- package/dist/bundled/v3/{OrTooltip.vue_vue_type_script_lang-7a64c90d.js → OrTooltip.vue_vue_type_script_lang-0c228e6f.js} +3 -5
- package/dist/bundled/v3/components/index.js +31 -31
- package/dist/bundled/v3/components/or-bottom-sheet-v3/index.js +3 -3
- package/dist/bundled/v3/components/or-button-v3/index.js +1 -1
- package/dist/bundled/v3/components/or-card-collection-v3/index.js +16 -16
- package/dist/bundled/v3/components/or-confirm-v3/index.js +13 -13
- package/dist/bundled/v3/components/or-empty-state-v3/index.js +1 -1
- package/dist/bundled/v3/components/or-error-tag-v3/index.js +1 -1
- package/dist/bundled/v3/components/or-icon-button-v3/index.js +7 -7
- package/dist/bundled/v3/components/or-inline-input-v3/index.js +9 -9
- package/dist/bundled/v3/components/or-inline-textarea-v3/index.js +9 -9
- package/dist/bundled/v3/components/or-input-v3/index.js +9 -9
- package/dist/bundled/v3/components/or-menu-v3/OrMenu.vue.d.ts +2 -0
- package/dist/bundled/v3/components/or-menu-v3/index.js +6 -6
- package/dist/bundled/v3/components/or-menu-v3/styles.d.ts +1 -0
- package/dist/bundled/v3/components/or-modal-v3/index.js +9 -9
- package/dist/bundled/v3/components/or-notification-v3/index.js +9 -9
- package/dist/bundled/v3/components/or-overlay-v3/index.js +2 -2
- package/dist/bundled/v3/components/or-pagination-v3/OrPagination.vue.d.ts +0 -4
- package/dist/bundled/v3/components/or-pagination-v3/index.js +10 -10
- package/dist/bundled/v3/components/or-popover-v3/index.js +4 -4
- package/dist/bundled/v3/components/or-progress-v3/index.js +1 -1
- package/dist/bundled/v3/components/or-progress-v3/styles.d.ts +1 -1
- package/dist/bundled/v3/components/or-search-v3/index.js +11 -11
- package/dist/bundled/v3/components/or-select-v3/index.js +12 -12
- package/dist/bundled/v3/components/or-sidebar-v3/index.js +10 -10
- package/dist/bundled/v3/components/or-sidebar-v3/partials/index.js +9 -9
- package/dist/bundled/v3/components/or-sidebar-v3/partials/or-sidebar-collapse-button/index.js +9 -9
- package/dist/bundled/v3/components/or-tabs-v3/index.js +8 -8
- package/dist/bundled/v3/components/or-tag-v3/index.js +9 -9
- package/dist/bundled/v3/components/or-toast-v3/index.js +10 -10
- package/dist/bundled/v3/components/or-tooltip-v3/index.js +6 -6
- package/dist/bundled/v3/hooks/index.js +1 -1
- package/dist/bundled/v3/hooks/useElevation.d.ts +2 -1
- package/dist/bundled/v3/index.js +53 -75
- package/dist/bundled/v3/{types-c44094bc.js → types-150c888c.js} +3 -3
- package/dist/bundled/v3/{useElevation-c8d5d3ba.js → useElevation-e8a2ce89.js} +3 -2
- package/dist/esm/v2/{OrBottomSheet-37200385.js → OrBottomSheet-c9bfe63f.js} +1 -1
- package/dist/esm/v2/{OrButton-18f4431c.js → OrButton-66964360.js} +3 -3
- package/dist/esm/v2/{OrCardCollection-d9666d4b.js → OrCardCollection-53b55eec.js} +5 -5
- package/dist/esm/v2/{OrConfirm-492a6a36.js → OrConfirm-ccf4b2c9.js} +3 -3
- package/dist/esm/v2/{OrEmptyState-ab1a044d.js → OrEmptyState-2481f13f.js} +2 -2
- package/dist/esm/v2/{OrErrorTag-3aaab419.js → OrErrorTag-7cd5dc68.js} +1 -1
- package/dist/esm/v2/{OrIconButton-612c64c4.js → OrIconButton-140f940e.js} +2 -2
- package/dist/esm/v2/{OrInlineInput-6485e20a.js → OrInlineInput-01f1d5cc.js} +1 -1
- package/dist/esm/v2/{OrInlineTextarea-63dd339e.js → OrInlineTextarea-421ff4d1.js} +1 -1
- package/dist/esm/v2/{OrInput-0b8a515c.js → OrInput-b241f15f.js} +1 -1
- package/dist/esm/v2/{OrMenu-943e7760.js → OrMenu-1adef5df.js} +16 -11
- package/dist/esm/v2/{OrModal-8fc5ddc9.js → OrModal-a938e31b.js} +2 -2
- package/dist/esm/v2/{OrNotification-507c3e75.js → OrNotification-e8c1df46.js} +1 -1
- package/dist/esm/v2/{OrOverlay-a019186f.js → OrOverlay-2ded265b.js} +1 -1
- package/dist/esm/v2/{OrPagination-04e810bc.js → OrPagination-f7f540d1.js} +25 -62
- package/dist/esm/v2/{OrPopover-d5d4f62a.js → OrPopover-b3746279.js} +3 -3
- package/dist/esm/v2/{OrProgress-9fc95bd7.js → OrProgress-b7d1c689.js} +3 -3
- package/dist/esm/v2/{OrSearch-02d8a65c.js → OrSearch-6aaba430.js} +1 -1
- package/dist/esm/v2/{OrSelect-bdc0ccb5.js → OrSelect-84c2079c.js} +3 -3
- package/dist/esm/v2/{OrSidebar-36643782.js → OrSidebar-6b246de1.js} +3 -3
- package/dist/esm/v2/{OrSidebarCollapseButton-7483360e.js → OrSidebarCollapseButton-9178923e.js} +1 -1
- package/dist/esm/v2/{OrTabs-5f53127f.js → OrTabs-6d7d9d7e.js} +2 -2
- package/dist/esm/v2/{OrTag-359c25b6.js → OrTag-1ed1265c.js} +2 -2
- package/dist/esm/v2/{OrTooltip-233c67b9.js → OrTooltip-34d2e01f.js} +2 -4
- package/dist/esm/v2/components/index.js +26 -26
- 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-empty-state-v3/index.js +1 -1
- package/dist/esm/v2/components/or-error-tag-v3/index.js +1 -1
- 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/OrMenu.vue.d.ts +2 -0
- package/dist/esm/v2/components/or-menu-v3/index.js +5 -5
- package/dist/esm/v2/components/or-menu-v3/styles.d.ts +1 -0
- 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/OrPagination.vue.d.ts +0 -4
- package/dist/esm/v2/components/or-pagination-v3/index.js +9 -9
- package/dist/esm/v2/components/or-popover-v3/index.js +4 -4
- package/dist/esm/v2/components/or-progress-v3/index.js +1 -1
- package/dist/esm/v2/components/or-progress-v3/styles.d.ts +1 -1
- 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-tooltip-v3/index.js +5 -5
- package/dist/esm/v2/hooks/index.js +1 -1
- package/dist/esm/v2/hooks/useElevation.d.ts +2 -1
- package/dist/esm/v2/index.js +26 -26
- package/dist/esm/v2/{types-623b05dd.js → types-f4b60ff3.js} +1 -1
- package/dist/esm/v2/{useElevation-31bfe1f6.js → useElevation-92fce12c.js} +3 -2
- package/dist/esm/v3/{OrBottomSheet-13a416ef.js → OrBottomSheet-9c291056.js} +1 -1
- package/dist/esm/v3/{OrButton-55dd2ad9.js → OrButton-c56998e7.js} +3 -3
- package/dist/esm/v3/{OrCardCollection-7241cd1d.js → OrCardCollection-e5a0c7f2.js} +5 -5
- package/dist/esm/v3/{OrConfirm-d527c1f8.js → OrConfirm-bb32473d.js} +3 -3
- package/dist/esm/v3/{OrEmptyState-cd3a4026.js → OrEmptyState-bb8e3145.js} +2 -2
- package/dist/esm/v3/{OrErrorTag-7f153817.js → OrErrorTag-0025b17c.js} +1 -1
- package/dist/esm/v3/{OrIconButton-23cb0f22.js → OrIconButton-2a9a6627.js} +2 -2
- package/dist/esm/v3/{OrInlineInput-3dd233eb.js → OrInlineInput-6c4fe7ff.js} +1 -1
- package/dist/esm/v3/{OrInlineTextarea-7352f610.js → OrInlineTextarea-3cd956d9.js} +1 -1
- package/dist/esm/v3/{OrInput-620cdc01.js → OrInput-d924c98e.js} +1 -1
- package/dist/esm/v3/{OrMenu-fd2fe1e7.js → OrMenu-345930d5.js} +18 -14
- package/dist/esm/v3/{OrModal-0d9296a3.js → OrModal-07c092ab.js} +2 -2
- package/dist/esm/v3/{OrNotification-c14ce3f1.js → OrNotification-e600fd9a.js} +1 -1
- package/dist/esm/v3/{OrOverlay-afad3aa4.js → OrOverlay-55f6cf9c.js} +1 -1
- package/dist/esm/v3/{OrPagination-1bd951a4.js → OrPagination-2ef059f6.js} +27 -65
- package/dist/esm/v3/{OrPopover-40217b49.js → OrPopover-464a5606.js} +3 -3
- package/dist/esm/v3/{OrProgress-4856808a.js → OrProgress-639ed5e8.js} +3 -3
- package/dist/esm/v3/{OrSearch-2aa4da10.js → OrSearch-e96e6f77.js} +1 -1
- package/dist/esm/v3/{OrSelect-04deb880.js → OrSelect-c502e2f1.js} +3 -3
- package/dist/esm/v3/{OrSidebar-c71f2e27.js → OrSidebar-0a32cc49.js} +3 -3
- package/dist/esm/v3/{OrSidebarCollapseButton-2c5a0239.js → OrSidebarCollapseButton-647d2c50.js} +1 -1
- package/dist/esm/v3/{OrTabs-c6cfae55.js → OrTabs-9949f87b.js} +2 -2
- package/dist/esm/v3/{OrTag-ffb2debb.js → OrTag-f66c6142.js} +2 -2
- package/dist/esm/v3/{OrTooltip-229c90d5.js → OrTooltip-d1b1a4bb.js} +2 -4
- package/dist/esm/v3/components/index.js +26 -26
- 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-empty-state-v3/index.js +1 -1
- package/dist/esm/v3/components/or-error-tag-v3/index.js +1 -1
- 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/OrMenu.vue.d.ts +2 -0
- package/dist/esm/v3/components/or-menu-v3/index.js +5 -5
- package/dist/esm/v3/components/or-menu-v3/styles.d.ts +1 -0
- 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/OrPagination.vue.d.ts +0 -4
- package/dist/esm/v3/components/or-pagination-v3/index.js +9 -9
- package/dist/esm/v3/components/or-popover-v3/index.js +4 -4
- package/dist/esm/v3/components/or-progress-v3/index.js +1 -1
- package/dist/esm/v3/components/or-progress-v3/styles.d.ts +1 -1
- 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-tooltip-v3/index.js +5 -5
- package/dist/esm/v3/hooks/index.js +1 -1
- package/dist/esm/v3/hooks/useElevation.d.ts +2 -1
- package/dist/esm/v3/index.js +26 -26
- package/dist/esm/v3/{types-6fff319d.js → types-fd0720cc.js} +1 -1
- package/dist/esm/v3/{useElevation-31bfe1f6.js → useElevation-92fce12c.js} +3 -2
- package/package.json +3 -2
- package/src/components/or-button-v3/styles.ts +3 -3
- package/src/components/or-empty-state-v3/styles.ts +2 -2
- package/src/components/or-error-tag-v3/styles.ts +1 -1
- package/src/components/or-menu-v3/OrMenu.vue +26 -22
- package/src/components/or-menu-v3/styles.ts +5 -0
- package/src/components/or-pagination-v3/OrPagination.vue +42 -86
- package/src/components/or-pagination-v3/styles.ts +1 -1
- package/src/components/or-popover-v3/OrPopover.vue +1 -1
- package/src/components/or-progress-v3/styles.ts +4 -4
- package/src/components/or-sidebar-v3/styles.ts +2 -2
- package/src/components/or-tag-v3/OrTag.stories3.ts +5 -5
- package/src/components/or-tag-v3/styles.ts +1 -1
- package/src/components/or-tooltip-v3/styles.ts +1 -4
- package/src/hooks/useElevation.ts +5 -3
|
@@ -1,18 +1,16 @@
|
|
|
1
1
|
import { defineComponent, ref, computed } from 'vue-demi';
|
|
2
|
-
import '
|
|
3
|
-
import { u as useResponsive } from './useResponsive-a02e95b7.js';
|
|
4
|
-
import { s as script$1 } from './OrButton-55dd2ad9.js';
|
|
2
|
+
import { s as script$1 } from './OrButton-c56998e7.js';
|
|
5
3
|
import { s as script$2 } from './OrIcon-ea40e58c.js';
|
|
6
4
|
import { s as script$4 } from './OrMenuItem-de91aded.js';
|
|
7
|
-
import { s as script$3 } from './OrMenu-
|
|
8
|
-
import './OrPopover-
|
|
9
|
-
import { resolveComponent, openBlock, createElementBlock, normalizeClass, createElementVNode, createVNode, withModifiers, withCtx, Fragment, renderList, createBlock, createTextVNode, toDisplayString
|
|
5
|
+
import { s as script$3 } from './OrMenu-345930d5.js';
|
|
6
|
+
import './OrPopover-464a5606.js';
|
|
7
|
+
import { resolveComponent, openBlock, createElementBlock, normalizeClass, createElementVNode, createVNode, withModifiers, withCtx, Fragment, renderList, createBlock, createTextVNode, toDisplayString } from 'vue';
|
|
10
8
|
|
|
11
9
|
const PaginationRoot = [
|
|
12
10
|
// Layout
|
|
13
11
|
'layout-row',
|
|
14
12
|
// Spacing
|
|
15
|
-
'gap-
|
|
13
|
+
'gap-xl',
|
|
16
14
|
// Typography
|
|
17
15
|
'typography-caption-regular',
|
|
18
16
|
// Theme
|
|
@@ -62,10 +60,6 @@ var script = defineComponent({
|
|
|
62
60
|
emits: ['update:modelValue'],
|
|
63
61
|
expose: ['root'],
|
|
64
62
|
setup(props, context) {
|
|
65
|
-
const {
|
|
66
|
-
isDesktop,
|
|
67
|
-
isMobile
|
|
68
|
-
} = useResponsive();
|
|
69
63
|
// Refs
|
|
70
64
|
const root = ref();
|
|
71
65
|
const limitButton = ref();
|
|
@@ -127,30 +121,22 @@ var script = defineComponent({
|
|
|
127
121
|
return Math.ceil(props.length / currentLimit.value);
|
|
128
122
|
});
|
|
129
123
|
const buttonGroup = computed(() => {
|
|
130
|
-
|
|
124
|
+
return Array.from({
|
|
131
125
|
length: lastPage.value
|
|
132
|
-
}, (_, index) => index + 1)
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
}
|
|
147
|
-
}).reduce((accumulator, page) => {
|
|
148
|
-
if (accumulator[accumulator.length - 1] === page) {
|
|
149
|
-
return accumulator;
|
|
150
|
-
}
|
|
151
|
-
return [...accumulator, page];
|
|
152
|
-
}, []);
|
|
153
|
-
}
|
|
126
|
+
}, (_, index) => index + 1).map(page => {
|
|
127
|
+
switch (true) {
|
|
128
|
+
case page > firstPage.value && page < currentPage.value - 1:
|
|
129
|
+
case page > currentPage.value + 1 && page < lastPage.value:
|
|
130
|
+
return '…';
|
|
131
|
+
default:
|
|
132
|
+
return page;
|
|
133
|
+
}
|
|
134
|
+
}).reduce((accumulator, page) => {
|
|
135
|
+
if (accumulator[accumulator.length - 1] === page) {
|
|
136
|
+
return accumulator;
|
|
137
|
+
}
|
|
138
|
+
return [...accumulator, page];
|
|
139
|
+
}, []);
|
|
154
140
|
});
|
|
155
141
|
// Methods
|
|
156
142
|
function toPreviousPage() {
|
|
@@ -163,8 +149,6 @@ var script = defineComponent({
|
|
|
163
149
|
currentPage.value = page;
|
|
164
150
|
}
|
|
165
151
|
return {
|
|
166
|
-
isDesktop,
|
|
167
|
-
isMobile,
|
|
168
152
|
root,
|
|
169
153
|
limitButton,
|
|
170
154
|
limitButtonRoot,
|
|
@@ -209,9 +193,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
209
193
|
icon: 'keyboard_arrow_left'
|
|
210
194
|
})]),
|
|
211
195
|
_: 1 /* STABLE */
|
|
212
|
-
}, 8 /* PROPS */, ["class", "disabled"]),
|
|
213
|
-
key: 0
|
|
214
|
-
}, [(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.buttonGroup, (page, index) => {
|
|
196
|
+
}, 8 /* PROPS */, ["class", "disabled"]), (openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.buttonGroup, (page, index) => {
|
|
215
197
|
return openBlock(), createBlock(_component_OrButton, {
|
|
216
198
|
key: index,
|
|
217
199
|
class: normalizeClass(_ctx.itemStyles),
|
|
@@ -235,11 +217,9 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
235
217
|
icon: 'keyboard_arrow_right'
|
|
236
218
|
})]),
|
|
237
219
|
_: 1 /* STABLE */
|
|
238
|
-
}, 8 /* PROPS */, ["class", "disabled"])],
|
|
220
|
+
}, 8 /* PROPS */, ["class", "disabled"])], 2 /* CLASS */), createElementVNode("div", {
|
|
239
221
|
class: normalizeClass(_ctx.limitControlStyles)
|
|
240
|
-
}, [
|
|
241
|
-
key: 0
|
|
242
|
-
}, [createTextVNode(" Per page: ")], 64 /* STABLE_FRAGMENT */)) : createCommentVNode("v-if", true), createVNode(_component_OrButton, {
|
|
222
|
+
}, [createTextVNode(" Per page: "), createVNode(_component_OrButton, {
|
|
243
223
|
ref: "limitButton",
|
|
244
224
|
class: normalizeClass(_ctx.itemStyles),
|
|
245
225
|
variant: 'link',
|
|
@@ -248,22 +228,18 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
248
228
|
onClick: _cache[2] || (_cache[2] = withModifiers($event => _ctx.limitMenu.open(), ["stop"]))
|
|
249
229
|
}, {
|
|
250
230
|
default: withCtx(() => [createTextVNode(toDisplayString(_ctx.currentLimit) + " ", 1 /* TEXT */), createVNode(_component_OrIcon, {
|
|
251
|
-
icon:
|
|
252
|
-
}
|
|
231
|
+
icon: 'arrow_drop_down'
|
|
232
|
+
})]),
|
|
253
233
|
_: 1 /* STABLE */
|
|
254
234
|
}, 8 /* PROPS */, ["class"]), createVNode(_component_OrMenu, {
|
|
255
235
|
ref: "limitMenu",
|
|
256
|
-
class: normalizeClass(['min-w-[60px]']),
|
|
257
236
|
trigger: _ctx.limitButtonRoot,
|
|
258
237
|
placement: 'top'
|
|
259
238
|
}, {
|
|
260
239
|
default: withCtx(() => [(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.pageSizeOptions, pageSize => {
|
|
261
240
|
return openBlock(), createBlock(_component_OrMenuItem, {
|
|
262
241
|
key: pageSize,
|
|
263
|
-
onClick: withModifiers($event =>
|
|
264
|
-
_ctx.currentLimit = pageSize;
|
|
265
|
-
_ctx.limitMenu.close();
|
|
266
|
-
}, ["stop"])
|
|
242
|
+
onClick: withModifiers($event => _ctx.currentLimit = pageSize, ["stop"])
|
|
267
243
|
}, {
|
|
268
244
|
default: withCtx(() => [createTextVNode(toDisplayString(pageSize), 1 /* TEXT */)]),
|
|
269
245
|
|
|
@@ -272,21 +248,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
272
248
|
}), 128 /* KEYED_FRAGMENT */))]),
|
|
273
249
|
|
|
274
250
|
_: 1 /* STABLE */
|
|
275
|
-
}, 8 /* PROPS */, ["trigger"])], 2 /* CLASS */),
|
|
276
|
-
key: 0,
|
|
277
|
-
class: normalizeClass(_ctx.offsetControlStyles)
|
|
278
|
-
}, [createVNode(_component_OrButton, {
|
|
279
|
-
class: normalizeClass(_ctx.itemStyles),
|
|
280
|
-
variant: 'link',
|
|
281
|
-
color: 'inherit',
|
|
282
|
-
disabled: _ctx.currentPage === _ctx.lastPage,
|
|
283
|
-
onClick: _cache[3] || (_cache[3] = withModifiers($event => _ctx.toNextPage(), ["stop"]))
|
|
284
|
-
}, {
|
|
285
|
-
default: withCtx(() => [createVNode(_component_OrIcon, {
|
|
286
|
-
icon: 'keyboard_arrow_right'
|
|
287
|
-
})]),
|
|
288
|
-
_: 1 /* STABLE */
|
|
289
|
-
}, 8 /* PROPS */, ["class", "disabled"])], 2 /* CLASS */)) : createCommentVNode("v-if", true)], 2 /* CLASS */);
|
|
251
|
+
}, 8 /* PROPS */, ["trigger"])], 2 /* CLASS */)], 2 /* CLASS */);
|
|
290
252
|
}
|
|
291
253
|
|
|
292
254
|
script.render = render;
|
|
@@ -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-
|
|
4
|
+
import { u as useElevation } from './useElevation-92fce12c.js';
|
|
5
5
|
import { u as useResponsive } from './useResponsive-a02e95b7.js';
|
|
6
|
-
import { s as script$1 } from './OrBottomSheet-
|
|
6
|
+
import { s as script$1 } from './OrBottomSheet-9c291056.js';
|
|
7
7
|
import { s as script$2 } from './OrTeleport.vue3-8099178c.js';
|
|
8
8
|
import { resolveComponent, openBlock, createBlock, withCtx, createElementBlock, mergeProps, renderSlot, normalizeClass, createCommentVNode } from 'vue';
|
|
9
9
|
|
|
@@ -219,7 +219,7 @@ var script = defineComponent({
|
|
|
219
219
|
});
|
|
220
220
|
// #endregion
|
|
221
221
|
// #region Elevation
|
|
222
|
-
useElevation(root);
|
|
222
|
+
useElevation(root, state);
|
|
223
223
|
// #endregion
|
|
224
224
|
return {
|
|
225
225
|
isDesktop,
|
|
@@ -34,7 +34,7 @@ const ProgressRootTypes = {
|
|
|
34
34
|
const ProgressHeader = [
|
|
35
35
|
// Layout
|
|
36
36
|
'flex', 'flex-row',
|
|
37
|
-
//
|
|
37
|
+
// Sizing
|
|
38
38
|
'mb-[6px]'];
|
|
39
39
|
const ProgressHeaderLabel = [
|
|
40
40
|
// Typography
|
|
@@ -42,7 +42,7 @@ const ProgressHeaderLabel = [
|
|
|
42
42
|
// Theme
|
|
43
43
|
'text-on-background', 'dark:text-on-background-dark'];
|
|
44
44
|
const ProgressHeaderPercent = [
|
|
45
|
-
//
|
|
45
|
+
// Sizing
|
|
46
46
|
'ml-auto'];
|
|
47
47
|
const ProgressBarBackground = [
|
|
48
48
|
// Theme
|
|
@@ -75,7 +75,7 @@ const ProgressBarColors = {
|
|
|
75
75
|
'stroke-error-hover', 'dark:stroke-error-hover-dark']
|
|
76
76
|
};
|
|
77
77
|
const ProgressFooter = [
|
|
78
|
-
//
|
|
78
|
+
// Sizing
|
|
79
79
|
'mt-[2px]'];
|
|
80
80
|
|
|
81
81
|
var script = defineComponent({
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { debouncedWatch } from '@vueuse/core';
|
|
2
2
|
import { defineComponent, ref, computed, watch } from 'vue-demi';
|
|
3
|
-
import { s as script$1 } from './OrInput-
|
|
3
|
+
import { s as script$1 } from './OrInput-d924c98e.js';
|
|
4
4
|
import { a as InputBoxSize } from './OrInputBox-2467d7e4.js';
|
|
5
5
|
import { resolveComponent, openBlock, createBlock, normalizeClass } from 'vue';
|
|
6
6
|
|
|
@@ -8,11 +8,11 @@ import { s as script$3 } from './OrExpansionPanel-541cc4c1.js';
|
|
|
8
8
|
import { s as script$4 } from './OrHint-6863124f.js';
|
|
9
9
|
import { s as script$5 } from './OrIcon-ea40e58c.js';
|
|
10
10
|
import { s as script$7, a as InputBoxSize } from './OrInputBox-2467d7e4.js';
|
|
11
|
-
import { s as script$6 } from './OrInput-
|
|
11
|
+
import { s as script$6 } from './OrInput-d924c98e.js';
|
|
12
12
|
import { s as script$8 } from './OrLabel-f700f9fb.js';
|
|
13
13
|
import { s as script$9 } from './OrMenuItem-de91aded.js';
|
|
14
|
-
import { s as script$a } from './OrPopover-
|
|
15
|
-
import { s as script$b } from './OrTag-
|
|
14
|
+
import { s as script$a } from './OrPopover-464a5606.js';
|
|
15
|
+
import { s as script$b } from './OrTag-f66c6142.js';
|
|
16
16
|
import { resolveComponent, resolveDirective, openBlock, createElementBlock, normalizeClass, createBlock, withCtx, renderSlot, createTextVNode, toDisplayString, createCommentVNode, withDirectives, createElementVNode, Fragment, renderList, createVNode, withModifiers } from 'vue';
|
|
17
17
|
|
|
18
18
|
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, s as script$1 } from './OrSidebarCollapseButton-
|
|
4
|
+
import { O as OrSidebarPlacement, s as script$1 } from './OrSidebarCollapseButton-647d2c50.js';
|
|
5
5
|
import { resolveComponent, openBlock, createElementBlock, normalizeClass, renderSlot, createCommentVNode, createElementVNode, normalizeStyle, createBlock, withDirectives, vShow } from 'vue';
|
|
6
6
|
|
|
7
7
|
const SidebarRoot = [
|
|
@@ -109,12 +109,12 @@ const SidebarHeader = [
|
|
|
109
109
|
const SidebarContent = [
|
|
110
110
|
// Layout
|
|
111
111
|
'grow', 'overflow-auto',
|
|
112
|
-
//
|
|
112
|
+
// Sizing
|
|
113
113
|
'p-md'];
|
|
114
114
|
const SidebarFooter = [
|
|
115
115
|
// Layout
|
|
116
116
|
'shrink-0', 'overflow-x-hidden',
|
|
117
|
-
//
|
|
117
|
+
// Sizing
|
|
118
118
|
'p-md',
|
|
119
119
|
// Borders
|
|
120
120
|
'border-t-[1px]', 'border-t-solid', 'border-t-outline-variant dark:border-t-outline-variant-dark'];
|
package/dist/esm/v3/{OrSidebarCollapseButton-2c5a0239.js → OrSidebarCollapseButton-647d2c50.js}
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import _ from 'lodash';
|
|
2
2
|
import { defineComponent, ref, computed } from 'vue-demi';
|
|
3
|
-
import { s as script$1 } from './OrIconButton-
|
|
3
|
+
import { s as script$1 } from './OrIconButton-2a9a6627.js';
|
|
4
4
|
import { resolveComponent, openBlock, createElementBlock, normalizeClass, createVNode } from 'vue';
|
|
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 { s as script$1 } from './OrIcon-ea40e58c.js';
|
|
4
4
|
import { s as script$3 } from './OrMenuItem-de91aded.js';
|
|
5
|
-
import { s as script$2 } from './OrMenu-
|
|
6
|
-
import './OrPopover-
|
|
5
|
+
import { s as script$2 } from './OrMenu-345930d5.js';
|
|
6
|
+
import './OrPopover-464a5606.js';
|
|
7
7
|
import { s as script$4 } from './OrTab-d3785ea4.js';
|
|
8
8
|
import { resolveComponent, openBlock, createElementBlock, createElementVNode, mergeProps, Fragment, renderList, createBlock, withModifiers, withCtx, createTextVNode, toDisplayString, createVNode, createCommentVNode, renderSlot } from 'vue';
|
|
9
9
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent, ref, computed, watchPostEffect, unref } from 'vue-demi';
|
|
2
|
-
import { s as script$1 } from './OrIconButton-
|
|
2
|
+
import { s as script$1 } from './OrIconButton-2a9a6627.js';
|
|
3
3
|
import { resolveComponent, openBlock, createElementBlock, normalizeClass, renderSlot, createVNode, withModifiers, createCommentVNode } from 'vue';
|
|
4
4
|
|
|
5
5
|
var TagVariant;
|
|
@@ -18,7 +18,7 @@ const TagRoot = [
|
|
|
18
18
|
// Layout
|
|
19
19
|
'layout-inline-row',
|
|
20
20
|
// Box
|
|
21
|
-
'max-w-
|
|
21
|
+
'max-w-fit',
|
|
22
22
|
// Shape
|
|
23
23
|
'rounded-full',
|
|
24
24
|
// Spacing
|
|
@@ -1,16 +1,14 @@
|
|
|
1
1
|
import { useDebounceFn, useElementHover } from '@vueuse/core';
|
|
2
2
|
import { defineComponent, ref, computed, watch } from 'vue-demi';
|
|
3
|
-
import { s as script$1, P as PopoverPlacement } from './OrPopover-
|
|
3
|
+
import { s as script$1, P as PopoverPlacement } from './OrPopover-464a5606.js';
|
|
4
4
|
import { resolveComponent, openBlock, createElementBlock, normalizeClass, renderSlot, createBlock, withCtx, createElementVNode, toDisplayString, createCommentVNode } from 'vue';
|
|
5
5
|
|
|
6
6
|
const TooltipRoot = [
|
|
7
7
|
// Layout
|
|
8
|
-
'inline-
|
|
8
|
+
'layout-inline-row justify-center'];
|
|
9
9
|
const TooltipBody = [
|
|
10
10
|
// Layout
|
|
11
11
|
'layout-inline-row',
|
|
12
|
-
// Box
|
|
13
|
-
'max-w-min',
|
|
14
12
|
// Shape
|
|
15
13
|
'rounded-sm',
|
|
16
14
|
// Spacing
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
export { O as OR_AVATAR_SIZE, s as OrAvatar } from '../OrAvatar-2808a314.js';
|
|
2
2
|
export { a as AvatarColor, A as AvatarSize, s as OrAvatarV3 } from '../OrAvatar-0dbd8be8.js';
|
|
3
|
-
export { s as OrBottomSheetV3 } from '../OrBottomSheet-
|
|
3
|
+
export { s as OrBottomSheetV3 } from '../OrBottomSheet-9c291056.js';
|
|
4
4
|
export { s as OrButton, a as OrButtonColors, b as OrButtonSizes, O as OrButtonViews } from '../OrButton-fca9019a.js';
|
|
5
5
|
export { b as BUTTON_COLOR, d as BUTTON_LOADER_TYPE, c as BUTTON_SIZE, B as BUTTON_TYPE, I as ICON_BUTTON_TYPE, s as OrButtonV2, a as OrIconButton } from '../OrIconButton-8be9c89f.js';
|
|
6
|
-
export { a as ButtonColor, b as ButtonType, B as ButtonVariant, s as OrButtonV3 } from '../OrButton-
|
|
6
|
+
export { a as ButtonColor, b as ButtonType, B as ButtonVariant, s as OrButtonV3 } from '../OrButton-c56998e7.js';
|
|
7
7
|
export { s as OrCard } from '../OrCard-e3a5aea4.js';
|
|
8
8
|
export { C as CARD_COLLECTION_LAYOUT, s as OrCardCollection } from '../OrCardCollection-1e44c758.js';
|
|
9
|
-
export { D as DefaultCardCollectionViews, s as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../OrCardCollection-
|
|
9
|
+
export { D as DefaultCardCollectionViews, s as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../OrCardCollection-e5a0c7f2.js';
|
|
10
10
|
export { s as OrCardV3 } from '../OrCard-cd6af82e.js';
|
|
11
11
|
export { a as OrCarousel, s as OrCarouselItem } from '../OrCarouselItem-636d99a1.js';
|
|
12
12
|
export { s as OrCheckbox } from '../OrCheckbox-ed4a19cf.js';
|
|
@@ -16,26 +16,26 @@ export { s as OrCode, O as OrCodeLanguages } from '../OrCode-5ed69c23.js';
|
|
|
16
16
|
export { s as OrCollapse } from '../OrCollapse-445141ab.js';
|
|
17
17
|
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-189cb097.js';
|
|
18
18
|
export { s as OrConfirm } from '../OrConfirm-c11ee2ec.js';
|
|
19
|
-
export { C as ConfirmType, s as OrConfirmV3 } from '../OrConfirm-
|
|
19
|
+
export { C as ConfirmType, s as OrConfirmV3 } from '../OrConfirm-bb32473d.js';
|
|
20
20
|
export { D as DEFAULT_TEXT, s as OrDateTimePicker, a as OrDateTimePickerItemTypes, O as OrDateTimePickerTypes } from '../OrDateTimePicker-f2e08564.js';
|
|
21
21
|
export { s as OrError } from '../OrError-f90296db.js';
|
|
22
|
-
export { s as OrErrorTagV3 } from '../OrErrorTag-
|
|
22
|
+
export { s as OrErrorTagV3 } from '../OrErrorTag-0025b17c.js';
|
|
23
23
|
export { s as OrErrorV3 } from '../OrError-19198748.js';
|
|
24
|
-
export { E as EmptyStateSize, s as OrEmptyStateV3 } from '../OrEmptyState-
|
|
24
|
+
export { E as EmptyStateSize, s as OrEmptyStateV3 } from '../OrEmptyState-bb8e3145.js';
|
|
25
25
|
export { a as ExpansionPanelColor, E as ExpansionPanelVariant, s as OrExpansionPanelV3 } from '../OrExpansionPanel-541cc4c1.js';
|
|
26
26
|
export { F as FabColor, s as OrFabV3 } from '../OrFab-588291bf.js';
|
|
27
27
|
export { s as OrFloating, a as OrFloatingHideStrategy, O as OrFloatingPlacements } from '../OrFloating-5240e758.js';
|
|
28
28
|
export { s as OrHint } from '../OrHint-1414c530.js';
|
|
29
29
|
export { s as OrHintV3 } from '../OrHint-6863124f.js';
|
|
30
30
|
export { s as OrIcon, O as OrIconColors, a as OrIconType } from '../OrIcon-669503c3.js';
|
|
31
|
-
export { I as IconButtonColor, s as OrIconButtonV3 } from '../OrIconButton-
|
|
31
|
+
export { I as IconButtonColor, s as OrIconButtonV3 } from '../OrIconButton-2a9a6627.js';
|
|
32
32
|
export { I as IconButtonSize, I as IconSize, a as IconVariant, s as OrIconV3 } from '../OrIcon-ea40e58c.js';
|
|
33
33
|
export { I as InlineInputBoxSize, I as InlineInputSize, s as OrInlineInputBoxV3 } from '../OrInlineInputBox-09b33e18.js';
|
|
34
|
-
export { I as InlineInputType, s as OrInlineInputV3 } from '../OrInlineInput-
|
|
34
|
+
export { I as InlineInputType, s as OrInlineInputV3 } from '../OrInlineInput-6c4fe7ff.js';
|
|
35
35
|
export { a as InlineTextEditTrimmingTypes, I as InlineTextEditTypes, s as OrInlineTextEdit } from '../OrInlineTextEdit-1aa477b5.js';
|
|
36
|
-
export { s as OrInlineTextareaV3 } from '../OrInlineTextarea-
|
|
36
|
+
export { s as OrInlineTextareaV3 } from '../OrInlineTextarea-3cd956d9.js';
|
|
37
37
|
export { a as InputBoxSize, I as InputBoxVariant, a as InputSize, s as OrInputBoxV3, a as SearchSize, a as SelectSize, a as TextareaSize } from '../OrInputBox-2467d7e4.js';
|
|
38
|
-
export { I as InputType, s as OrInputV3 } from '../OrInput-
|
|
38
|
+
export { I as InputType, s as OrInputV3 } from '../OrInput-d924c98e.js';
|
|
39
39
|
export { s as OrInput } from '../OrInput-81125804.js';
|
|
40
40
|
export { s as OrLabel } from '../OrLabel-876f8729.js';
|
|
41
41
|
export { L as LabelVariant, s as OrLabelV3 } from '../OrLabel-f700f9fb.js';
|
|
@@ -45,31 +45,31 @@ export { s as OrListOfInputs } from '../OrListOfInputs-508e056f.js';
|
|
|
45
45
|
export { L as LoaderViews, s as OrLoader } from '../OrLoader-15174477.js';
|
|
46
46
|
export { a as LoaderColor, b as LoaderSize, L as LoaderVariant, s as OrLoaderV3 } from '../OrLoader-a53d2edf.js';
|
|
47
47
|
export { s as OrMenuItemV3 } from '../OrMenuItem-de91aded.js';
|
|
48
|
-
export { s as OrMenuV3 } from '../OrMenu-
|
|
49
|
-
export { P as MenuPlacement, s as OrPopoverV3, P as PopoverPlacement, a as PopoverVariant, P as TooltipPlacement } from '../OrPopover-
|
|
48
|
+
export { s as OrMenuV3 } from '../OrMenu-345930d5.js';
|
|
49
|
+
export { P as MenuPlacement, s as OrPopoverV3, P as PopoverPlacement, a as PopoverVariant, P as TooltipPlacement } from '../OrPopover-464a5606.js';
|
|
50
50
|
export { s as OrModal, O as OrModalSizes } from '../OrModal-8b074b0c.js';
|
|
51
|
-
export { M as ModalSize, s as OrModalV3 } from '../OrModal-
|
|
51
|
+
export { M as ModalSize, s as OrModalV3 } from '../OrModal-07c092ab.js';
|
|
52
52
|
export { a as OR_NOTIFICATION_SIZE, O as OR_NOTIFICATION_TYPE, s as OrNotification } from '../OrNotification-e85a4956.js';
|
|
53
|
-
export { N as NotificationVariant, s as OrNotificationV3 } from '../OrNotification-
|
|
53
|
+
export { N as NotificationVariant, s as OrNotificationV3 } from '../OrNotification-e600fd9a.js';
|
|
54
54
|
export { s as OrNumberInput } from '../OrNumberInput-b32b5ce3.js';
|
|
55
55
|
export { s as OrOverflowMenu } from '../OrOverflowMenu-e82cbcbe.js';
|
|
56
56
|
export { s as OrOverlay } from '../OrOverlay-451dce49.js';
|
|
57
|
-
export { s as OrOverlayV3 } from '../OrOverlay-
|
|
57
|
+
export { s as OrOverlayV3 } from '../OrOverlay-55f6cf9c.js';
|
|
58
58
|
export { s as OrPassword } from '../OrPassword-b0cbb578.js';
|
|
59
|
-
export { s as OrPaginationV3 } from '../OrPagination-
|
|
59
|
+
export { s as OrPaginationV3 } from '../OrPagination-2ef059f6.js';
|
|
60
60
|
export { s as OrProgress, O as OrProgressColors, a as OrProgressTypes } from '../OrProgress-d0d52c86.js';
|
|
61
|
-
export { s as OrProgressV3, P as ProgressColor, a as ProgressType } from '../OrProgress-
|
|
61
|
+
export { s as OrProgressV3, P as ProgressColor, a as ProgressType } from '../OrProgress-639ed5e8.js';
|
|
62
62
|
export { s as OrRadio } from '../OrRadio-c3ab11f2.js';
|
|
63
63
|
export { s as OrRadioGroup } from '../OrRadioGroup-00785e41.js';
|
|
64
64
|
export { s as OrRadioV3 } from '../OrRadio-bb9b37c1.js';
|
|
65
65
|
export { s as OrSearch } from '../OrSearch-11fdf667.js';
|
|
66
|
-
export { s as OrSearchV3 } from '../OrSearch-
|
|
66
|
+
export { s as OrSearchV3 } from '../OrSearch-e96e6f77.js';
|
|
67
67
|
export { s as OrSegmentedControlV3, S as SegmentedControlSize } from '../OrSegmentedControl-880b4911.js';
|
|
68
68
|
export { s as OrSelect } from '../OrSelect-0821b907.js';
|
|
69
|
-
export { s as OrSelectV3 } from '../OrSelect-
|
|
69
|
+
export { s as OrSelectV3 } from '../OrSelect-c502e2f1.js';
|
|
70
70
|
export { s as OrSidebar, O as OrSidebarSide } from '../OrSidebar-375c85a3.js';
|
|
71
|
-
export { s as OrSidebarV3 } from '../OrSidebar-
|
|
72
|
-
export { O as OrSidebarPlacement } from '../OrSidebarCollapseButton-
|
|
71
|
+
export { s as OrSidebarV3 } from '../OrSidebar-0a32cc49.js';
|
|
72
|
+
export { O as OrSidebarPlacement } from '../OrSidebarCollapseButton-647d2c50.js';
|
|
73
73
|
export { s as OrSkeletonCircle, a as OrSkeletonRect, b as OrSkeletonText, O as OrSkeletonTextSizes } from '../OrSkeletonText-2b1610ce.js';
|
|
74
74
|
export { s as OrSkeletonCircleV3, a as OrSkeletonRectV3, b as OrSkeletonTextV3 } from '../OrSkeletonText-afd3d007.js';
|
|
75
75
|
export { s as OrSlider } from '../OrSlider-87e2da8c.js';
|
|
@@ -81,9 +81,9 @@ export { s as OrTab } from '../OrTab-bc98be02.js';
|
|
|
81
81
|
export { s as OrTabHeaderItem } from '../OrTabHeaderItem-d668cc59.js';
|
|
82
82
|
export { s as OrTabV3 } from '../OrTab-d3785ea4.js';
|
|
83
83
|
export { s as OrTabs } from '../OrTabs-d3812c11.js';
|
|
84
|
-
export { s as OrTabsV3, T as TabsVariant } from '../OrTabs-
|
|
84
|
+
export { s as OrTabsV3, T as TabsVariant } from '../OrTabs-9949f87b.js';
|
|
85
85
|
export { s as OrTag } from '../OrTag-1b5e43fa.js';
|
|
86
|
-
export { s as OrTagV3, a as TagColor, T as TagVariant } from '../OrTag-
|
|
86
|
+
export { s as OrTagV3, a as TagColor, T as TagVariant } from '../OrTag-f66c6142.js';
|
|
87
87
|
export { s as OrTeleport } from '../OrTeleportVue3-ad639f12.js';
|
|
88
88
|
export { s as OrTeleportV3 } from '../OrTeleport.vue3-8099178c.js';
|
|
89
89
|
export { s as OrTextV3 } from '../OrText-6b4f7cd1.js';
|
|
@@ -92,10 +92,10 @@ export { s as OrTextareaV3 } from '../OrTextarea-42d21f77.js';
|
|
|
92
92
|
export { s as OrTextbox, T as TextboxTypes } from '../OrTextbox-2f33e9c3.js';
|
|
93
93
|
export { s as OrToast, a as OrToastContainer } from '../OrToastContainer-40c4c1c8.js';
|
|
94
94
|
export { P as PositionsX, b as PositionsY, c as ToastType, T as TransitionType, a as useQueue, u as useToast } from '../useToast-4fbe0e5a.js';
|
|
95
|
-
export { a as OrToastContainerV3, s as OrToastV3, t as TypesV3 } from '../types-
|
|
95
|
+
export { a as OrToastContainerV3, s as OrToastV3, t as TypesV3 } from '../types-fd0720cc.js';
|
|
96
96
|
export { p as PropsV3, a as useQueueV3, u as useToastV3 } from '../useToast-0665462d.js';
|
|
97
97
|
export { s as OrTooltip, a as OrTooltipContent } from '../OrTooltip-78cd7f6b.js';
|
|
98
|
-
export { s as OrTooltipV3 } from '../OrTooltip-
|
|
98
|
+
export { s as OrTooltipV3 } from '../OrTooltip-d1b1a4bb.js';
|
|
99
99
|
import 'vue-demi';
|
|
100
100
|
import 'lodash';
|
|
101
101
|
import 'vue';
|
|
@@ -121,7 +121,7 @@ import '../useValidationAttributes-d1abbe34.js';
|
|
|
121
121
|
import '../useResponsive-a02e95b7.js';
|
|
122
122
|
import 'uuid';
|
|
123
123
|
import 'sortablejs';
|
|
124
|
-
import '../useElevation-
|
|
124
|
+
import '../useElevation-92fce12c.js';
|
|
125
125
|
import '@vueuse/integrations/useFocusTrap';
|
|
126
126
|
import '../useToggle-29e4d7c7.js';
|
|
127
127
|
import '../dropdown-open-0d314aa4.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export { s as OrBottomSheetV3 } from '../../OrBottomSheet-
|
|
1
|
+
export { s as OrBottomSheetV3 } from '../../OrBottomSheet-9c291056.js';
|
|
2
2
|
import '@vueuse/core';
|
|
3
3
|
import 'vue-demi';
|
|
4
|
-
import '../../OrOverlay-
|
|
5
|
-
import '../../useElevation-
|
|
4
|
+
import '../../OrOverlay-55f6cf9c.js';
|
|
5
|
+
import '../../useElevation-92fce12c.js';
|
|
6
6
|
import '../../OrTeleport.vue3-8099178c.js';
|
|
7
7
|
import 'vue';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { a as ButtonColor, b as ButtonType, B as ButtonVariant, s as OrButtonV3 } from '../../OrButton-
|
|
1
|
+
export { a as ButtonColor, b as ButtonType, B as ButtonVariant, s as OrButtonV3 } from '../../OrButton-c56998e7.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
3
|
import '../../OrLoader-a53d2edf.js';
|
|
4
4
|
import 'vue';
|
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
export { D as DefaultCardCollectionViews, s as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../../OrCardCollection-
|
|
1
|
+
export { D as DefaultCardCollectionViews, s as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../../OrCardCollection-e5a0c7f2.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
|
-
import '../../OrButton-
|
|
3
|
+
import '../../OrButton-c56998e7.js';
|
|
4
4
|
import '../../OrLoader-a53d2edf.js';
|
|
5
5
|
import 'vue';
|
|
6
|
-
import '../../OrIconButton-
|
|
6
|
+
import '../../OrIconButton-2a9a6627.js';
|
|
7
7
|
import '../../OrIcon-ea40e58c.js';
|
|
8
|
-
import '../../OrTooltip-
|
|
8
|
+
import '../../OrTooltip-d1b1a4bb.js';
|
|
9
9
|
import '@vueuse/core';
|
|
10
|
-
import '../../OrPopover-
|
|
10
|
+
import '../../OrPopover-464a5606.js';
|
|
11
11
|
import '@floating-ui/dom';
|
|
12
|
-
import '../../useElevation-
|
|
12
|
+
import '../../useElevation-92fce12c.js';
|
|
13
13
|
import '../../useResponsive-a02e95b7.js';
|
|
14
|
-
import '../../OrBottomSheet-
|
|
15
|
-
import '../../OrOverlay-
|
|
14
|
+
import '../../OrBottomSheet-9c291056.js';
|
|
15
|
+
import '../../OrOverlay-55f6cf9c.js';
|
|
16
16
|
import '../../OrTeleport.vue3-8099178c.js';
|
|
17
17
|
import '../../OrMenuItem-de91aded.js';
|
|
18
|
-
import '../../OrMenu-
|
|
19
|
-
import '../../OrSearch-
|
|
20
|
-
import '../../OrInput-
|
|
18
|
+
import '../../OrMenu-345930d5.js';
|
|
19
|
+
import '../../OrSearch-e96e6f77.js';
|
|
20
|
+
import '../../OrInput-d924c98e.js';
|
|
21
21
|
import '../../useIdAttribute-859439f0.js';
|
|
22
22
|
import '../../useValidationAttributes-d1abbe34.js';
|
|
23
23
|
import '../../OrError-19198748.js';
|
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
export { C as ConfirmType, s as OrConfirmV3 } from '../../OrConfirm-
|
|
1
|
+
export { C as ConfirmType, s as OrConfirmV3 } from '../../OrConfirm-bb32473d.js';
|
|
2
2
|
import '@vueuse/core';
|
|
3
3
|
import '@vueuse/math';
|
|
4
4
|
import 'vue-demi';
|
|
5
|
-
import '../../OrButton-
|
|
5
|
+
import '../../OrButton-c56998e7.js';
|
|
6
6
|
import '../../OrLoader-a53d2edf.js';
|
|
7
7
|
import 'vue';
|
|
8
|
-
import '../../OrInput-
|
|
8
|
+
import '../../OrInput-d924c98e.js';
|
|
9
9
|
import '../../useIdAttribute-859439f0.js';
|
|
10
10
|
import '../../useResponsive-a02e95b7.js';
|
|
11
11
|
import '../../useValidationAttributes-d1abbe34.js';
|
|
12
12
|
import '../../OrError-19198748.js';
|
|
13
13
|
import '../../OrHint-6863124f.js';
|
|
14
|
-
import '../../OrIconButton-
|
|
14
|
+
import '../../OrIconButton-2a9a6627.js';
|
|
15
15
|
import '../../OrIcon-ea40e58c.js';
|
|
16
|
-
import '../../OrTooltip-
|
|
17
|
-
import '../../OrPopover-
|
|
16
|
+
import '../../OrTooltip-d1b1a4bb.js';
|
|
17
|
+
import '../../OrPopover-464a5606.js';
|
|
18
18
|
import '@floating-ui/dom';
|
|
19
|
-
import '../../useElevation-
|
|
20
|
-
import '../../OrBottomSheet-
|
|
21
|
-
import '../../OrOverlay-
|
|
19
|
+
import '../../useElevation-92fce12c.js';
|
|
20
|
+
import '../../OrBottomSheet-9c291056.js';
|
|
21
|
+
import '../../OrOverlay-55f6cf9c.js';
|
|
22
22
|
import '../../OrTeleport.vue3-8099178c.js';
|
|
23
23
|
import '../../OrInputBox-2467d7e4.js';
|
|
24
24
|
import '../../OrLabel-f700f9fb.js';
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
export { I as IconButtonColor, s as OrIconButtonV3 } from '../../OrIconButton-
|
|
1
|
+
export { I as IconButtonColor, s as OrIconButtonV3 } from '../../OrIconButton-2a9a6627.js';
|
|
2
2
|
export { I as IconButtonSize } from '../../OrIcon-ea40e58c.js';
|
|
3
3
|
import 'vue-demi';
|
|
4
|
-
import '../../OrTooltip-
|
|
4
|
+
import '../../OrTooltip-d1b1a4bb.js';
|
|
5
5
|
import '@vueuse/core';
|
|
6
|
-
import '../../OrPopover-
|
|
6
|
+
import '../../OrPopover-464a5606.js';
|
|
7
7
|
import '@floating-ui/dom';
|
|
8
|
-
import '../../useElevation-
|
|
8
|
+
import '../../useElevation-92fce12c.js';
|
|
9
9
|
import '../../useResponsive-a02e95b7.js';
|
|
10
|
-
import '../../OrBottomSheet-
|
|
11
|
-
import '../../OrOverlay-
|
|
10
|
+
import '../../OrBottomSheet-9c291056.js';
|
|
11
|
+
import '../../OrOverlay-55f6cf9c.js';
|
|
12
12
|
import '../../OrTeleport.vue3-8099178c.js';
|
|
13
13
|
import 'vue';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { I as InlineInputType, s as OrInlineInputV3 } from '../../OrInlineInput-
|
|
1
|
+
export { I as InlineInputType, s as OrInlineInputV3 } from '../../OrInlineInput-6c4fe7ff.js';
|
|
2
2
|
export { I as InlineInputSize } from '../../OrInlineInputBox-09b33e18.js';
|
|
3
3
|
import 'vue-demi';
|
|
4
4
|
import '../../useIdAttribute-859439f0.js';
|
|
@@ -7,14 +7,14 @@ import '../../useValidationAttributes-d1abbe34.js';
|
|
|
7
7
|
import '../../OrError-19198748.js';
|
|
8
8
|
import 'vue';
|
|
9
9
|
import '../../OrHint-6863124f.js';
|
|
10
|
-
import '../../OrIconButton-
|
|
10
|
+
import '../../OrIconButton-2a9a6627.js';
|
|
11
11
|
import '../../OrIcon-ea40e58c.js';
|
|
12
|
-
import '../../OrTooltip-
|
|
13
|
-
import '../../OrPopover-
|
|
12
|
+
import '../../OrTooltip-d1b1a4bb.js';
|
|
13
|
+
import '../../OrPopover-464a5606.js';
|
|
14
14
|
import '@floating-ui/dom';
|
|
15
|
-
import '../../useElevation-
|
|
15
|
+
import '../../useElevation-92fce12c.js';
|
|
16
16
|
import '../../useResponsive-a02e95b7.js';
|
|
17
|
-
import '../../OrBottomSheet-
|
|
18
|
-
import '../../OrOverlay-
|
|
17
|
+
import '../../OrBottomSheet-9c291056.js';
|
|
18
|
+
import '../../OrOverlay-55f6cf9c.js';
|
|
19
19
|
import '../../OrTeleport.vue3-8099178c.js';
|
|
20
20
|
import '../../style-inject.es-4c6f2515.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { s as OrInlineTextareaV3 } from '../../OrInlineTextarea-
|
|
1
|
+
export { s as OrInlineTextareaV3 } from '../../OrInlineTextarea-3cd956d9.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-19198748.js';
|
|
7
7
|
import 'vue';
|
|
8
8
|
import '../../OrHint-6863124f.js';
|
|
9
|
-
import '../../OrIconButton-
|
|
9
|
+
import '../../OrIconButton-2a9a6627.js';
|
|
10
10
|
import '../../OrIcon-ea40e58c.js';
|
|
11
|
-
import '../../OrTooltip-
|
|
12
|
-
import '../../OrPopover-
|
|
11
|
+
import '../../OrTooltip-d1b1a4bb.js';
|
|
12
|
+
import '../../OrPopover-464a5606.js';
|
|
13
13
|
import '@floating-ui/dom';
|
|
14
|
-
import '../../useElevation-
|
|
14
|
+
import '../../useElevation-92fce12c.js';
|
|
15
15
|
import '../../useResponsive-a02e95b7.js';
|
|
16
|
-
import '../../OrBottomSheet-
|
|
17
|
-
import '../../OrOverlay-
|
|
16
|
+
import '../../OrBottomSheet-9c291056.js';
|
|
17
|
+
import '../../OrOverlay-55f6cf9c.js';
|
|
18
18
|
import '../../OrTeleport.vue3-8099178c.js';
|
|
19
19
|
import '../../OrInlineInputBox-09b33e18.js';
|
|
20
20
|
import '../../style-inject.es-4c6f2515.js';
|