@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,6 +1,6 @@
|
|
|
1
1
|
import { usePointerSwipe, onClickOutside, SwipeDirection } from '@vueuse/core';
|
|
2
2
|
import './index-fa6eb4ca.js';
|
|
3
|
-
import { O as OrOverlay } from './OrOverlay-
|
|
3
|
+
import { O as OrOverlay } from './OrOverlay-cb55bf20.js';
|
|
4
4
|
import { defineComponent, ref, computed, watch, unref } from '@vue/composition-api/dist/vue-composition-api.mjs';
|
|
5
5
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
6
6
|
|
|
@@ -28,7 +28,7 @@ const ButtonRoot = [
|
|
|
28
28
|
'layout-inline-row justify-center',
|
|
29
29
|
// Shape
|
|
30
30
|
'rounded-md',
|
|
31
|
-
//
|
|
31
|
+
// Sizing
|
|
32
32
|
'min-w-[96px]',
|
|
33
33
|
// Interactivity
|
|
34
34
|
'interactivity-auto',
|
|
@@ -48,8 +48,8 @@ const ButtonRootVariants = {
|
|
|
48
48
|
'px-md md:px-md', 'py-sm+ md:py-sm', 'gap-sm+ md:gap-sm'],
|
|
49
49
|
'link': [
|
|
50
50
|
// Spacing
|
|
51
|
-
'gap-xs',
|
|
52
|
-
//
|
|
51
|
+
'gap-sm md:gap-xs',
|
|
52
|
+
// Sizing
|
|
53
53
|
'min-w-[auto]']
|
|
54
54
|
};
|
|
55
55
|
const ButtonRootColors = {
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import './index-fa6eb4ca.js';
|
|
2
2
|
import { defineComponent, computed, ref, watch } from '@vue/composition-api/dist/vue-composition-api.mjs';
|
|
3
3
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
4
|
-
import { O as OrIconButton } from './OrIconButton-
|
|
5
|
-
import { O as OrButton } from './OrButton-
|
|
6
|
-
import { O as OrMenu } from './OrMenu-
|
|
4
|
+
import { O as OrIconButton } from './OrIconButton-037b9c33.js';
|
|
5
|
+
import { O as OrButton } from './OrButton-d45772c1.js';
|
|
6
|
+
import { O as OrMenu } from './OrMenu-021f347c.js';
|
|
7
7
|
import { O as OrMenuItem } from './OrMenuItem-f295292e.js';
|
|
8
8
|
import { O as OrIcon } from './OrIcon-2efd1925.js';
|
|
9
|
-
import { O as OrSearch } from './OrSearch-
|
|
9
|
+
import { O as OrSearch } from './OrSearch-4b0f063b.js';
|
|
10
10
|
|
|
11
11
|
const CardCollectionRoot = [
|
|
12
12
|
// Layout
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { useMagicKeys, whenever, onClickOutside } from '@vueuse/core';
|
|
2
2
|
import { l as logicAnd } from './index-17f264f9.js';
|
|
3
3
|
import './index-fa6eb4ca.js';
|
|
4
|
-
import { O as OrOverlay } from './OrOverlay-
|
|
5
|
-
import { O as OrButton, a as ButtonColor } from './OrButton-
|
|
6
|
-
import { O as OrInput } from './OrInput-
|
|
4
|
+
import { O as OrOverlay } from './OrOverlay-cb55bf20.js';
|
|
5
|
+
import { O as OrButton, a as ButtonColor } from './OrButton-d45772c1.js';
|
|
6
|
+
import { O as OrInput } from './OrInput-5cd0041e.js';
|
|
7
7
|
import { defineComponent, ref, computed, watch } from '@vue/composition-api/dist/vue-composition-api.mjs';
|
|
8
8
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
9
9
|
|
|
@@ -13,10 +13,10 @@ const EmptyStateRoot = [
|
|
|
13
13
|
'grow', 'flex', 'flex-col', 'justify-center', 'items-center',
|
|
14
14
|
// Box
|
|
15
15
|
'w-full',
|
|
16
|
-
//
|
|
16
|
+
// Sizing
|
|
17
17
|
'gap-sm'];
|
|
18
18
|
const EmptyStateImage = [
|
|
19
|
-
//
|
|
19
|
+
// Sizing
|
|
20
20
|
'mb-sm'];
|
|
21
21
|
const EmptyStateImageSizes = {
|
|
22
22
|
[EmptyStateSize.L]: [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index-fa6eb4ca.js';
|
|
2
2
|
import { O as OrIcon, I as IconSize } from './OrIcon-2efd1925.js';
|
|
3
|
-
import { O as OrTooltip } from './OrTooltip-
|
|
3
|
+
import { O as OrTooltip } from './OrTooltip-9ef540f0.js';
|
|
4
4
|
import { defineComponent, ref, computed } from '@vue/composition-api/dist/vue-composition-api.mjs';
|
|
5
5
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
6
6
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import './index-fa6eb4ca.js';
|
|
2
2
|
import { O as OrError } from './OrError-52f668a4.js';
|
|
3
3
|
import { O as OrHint } from './OrHint-fde53334.js';
|
|
4
|
-
import { O as OrIconButton } from './OrIconButton-
|
|
4
|
+
import { O as OrIconButton } from './OrIconButton-037b9c33.js';
|
|
5
5
|
import { O as OrInlineInputBox, I as InlineInputBoxSize } from './OrInlineInputBox-7a8e645b.js';
|
|
6
6
|
import { a as useIdAttribute, u as useControlAttributes } from './useIdAttribute-cf61643f.js';
|
|
7
7
|
import { u as useValidationAttributes } from './useValidationAttributes-6df7bcf9.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import './index-fa6eb4ca.js';
|
|
2
2
|
import { O as OrError } from './OrError-52f668a4.js';
|
|
3
3
|
import { O as OrHint } from './OrHint-fde53334.js';
|
|
4
|
-
import { O as OrIconButton } from './OrIconButton-
|
|
4
|
+
import { O as OrIconButton } from './OrIconButton-037b9c33.js';
|
|
5
5
|
import { O as OrInlineInputBox } from './OrInlineInputBox-7a8e645b.js';
|
|
6
6
|
import { a as useIdAttribute, u as useControlAttributes } from './useIdAttribute-cf61643f.js';
|
|
7
7
|
import { u as useValidationAttributes } from './useValidationAttributes-6df7bcf9.js';
|
|
@@ -2,7 +2,7 @@ import './index-fa6eb4ca.js';
|
|
|
2
2
|
import { O as OrError } from './OrError-52f668a4.js';
|
|
3
3
|
import { O as OrHint } from './OrHint-fde53334.js';
|
|
4
4
|
import { O as OrIcon } from './OrIcon-2efd1925.js';
|
|
5
|
-
import { O as OrIconButton } from './OrIconButton-
|
|
5
|
+
import { O as OrIconButton } from './OrIconButton-037b9c33.js';
|
|
6
6
|
import { O as OrInputBox, a as InputBoxSize } from './OrInputBox-e54dcef9.js';
|
|
7
7
|
import { O as OrLabel } from './OrLabel-aff09c39.js';
|
|
8
8
|
import { O as OrLoader } from './OrLoader-864ef92a.js';
|
|
@@ -1,10 +1,13 @@
|
|
|
1
1
|
import './index-fa6eb4ca.js';
|
|
2
|
-
import { O as OrPopover, P as PopoverPlacement } from './OrPopover-
|
|
2
|
+
import { O as OrPopover, P as PopoverPlacement } from './OrPopover-0697699f.js';
|
|
3
3
|
import { defineComponent, ref, computed } from '@vue/composition-api/dist/vue-composition-api.mjs';
|
|
4
4
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
5
5
|
|
|
6
6
|
const MenuRoot = [
|
|
7
7
|
// Layout
|
|
8
|
+
'inline-block'];
|
|
9
|
+
const MenuBody = [
|
|
10
|
+
// Layout
|
|
8
11
|
'overflow-y-auto',
|
|
9
12
|
// Box
|
|
10
13
|
'min-w-[160px]', 'md:max-w-[256px]', 'max-h-[340px]'];
|
|
@@ -14,7 +17,6 @@ var script = defineComponent({
|
|
|
14
17
|
components: {
|
|
15
18
|
OrPopover
|
|
16
19
|
},
|
|
17
|
-
inheritAttrs: false,
|
|
18
20
|
props: {
|
|
19
21
|
trigger: {
|
|
20
22
|
type: HTMLElement,
|
|
@@ -26,7 +28,7 @@ var script = defineComponent({
|
|
|
26
28
|
}
|
|
27
29
|
},
|
|
28
30
|
emits: ['update:state'],
|
|
29
|
-
expose: ['root', '
|
|
31
|
+
expose: ['root', 'open', 'close', 'isOpen', 'toggle'],
|
|
30
32
|
setup() {
|
|
31
33
|
// Refs
|
|
32
34
|
const root = ref();
|
|
@@ -35,13 +37,13 @@ var script = defineComponent({
|
|
|
35
37
|
var _a;
|
|
36
38
|
return (_a = popover.value) === null || _a === void 0 ? void 0 : _a.root;
|
|
37
39
|
});
|
|
38
|
-
// Styles
|
|
39
|
-
const rootStyles = computed(() => ['or-menu', ...MenuRoot]);
|
|
40
|
-
// State
|
|
41
40
|
const isOpen = computed(() => {
|
|
42
41
|
var _a;
|
|
43
42
|
return (_a = popover.value) === null || _a === void 0 ? void 0 : _a.isOpen;
|
|
44
43
|
});
|
|
44
|
+
// Styles
|
|
45
|
+
const rootStyles = computed(() => ['or-menu', ...MenuRoot]);
|
|
46
|
+
const bodyStyles = computed(() => [...MenuBody]);
|
|
45
47
|
// Methods
|
|
46
48
|
function open() {
|
|
47
49
|
const popoverInstance = popover.value;
|
|
@@ -75,6 +77,7 @@ var script = defineComponent({
|
|
|
75
77
|
popover,
|
|
76
78
|
popoverRoot,
|
|
77
79
|
rootStyles,
|
|
80
|
+
bodyStyles,
|
|
78
81
|
isOpen,
|
|
79
82
|
open,
|
|
80
83
|
close,
|
|
@@ -92,7 +95,10 @@ var __vue_render__ = function () {
|
|
|
92
95
|
var _vm = this;
|
|
93
96
|
var _h = _vm.$createElement;
|
|
94
97
|
var _c = _vm._self._c || _h;
|
|
95
|
-
return _c('
|
|
98
|
+
return _c('div', {
|
|
99
|
+
ref: "root",
|
|
100
|
+
class: _vm.rootStyles
|
|
101
|
+
}, [_c('OrPopover', {
|
|
96
102
|
ref: "popover",
|
|
97
103
|
attrs: {
|
|
98
104
|
"variant": 'auto',
|
|
@@ -106,16 +112,15 @@ var __vue_render__ = function () {
|
|
|
106
112
|
return _vm.$emit('update:state', $event);
|
|
107
113
|
}
|
|
108
114
|
}
|
|
109
|
-
}, [_c('div',
|
|
110
|
-
|
|
111
|
-
class: _vm.rootStyles,
|
|
115
|
+
}, [_c('div', {
|
|
116
|
+
class: _vm.bodyStyles,
|
|
112
117
|
on: {
|
|
113
118
|
"click": function ($event) {
|
|
114
119
|
$event.stopPropagation();
|
|
115
120
|
return _vm.onClick.apply(null, arguments);
|
|
116
121
|
}
|
|
117
122
|
}
|
|
118
|
-
},
|
|
123
|
+
}, [_vm._t("default")], 2)])], 1);
|
|
119
124
|
};
|
|
120
125
|
var __vue_staticRenderFns__ = [];
|
|
121
126
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index-fa6eb4ca.js';
|
|
2
|
-
import { O as OrOverlay } from './OrOverlay-
|
|
3
|
-
import { O as OrIconButton } from './OrIconButton-
|
|
2
|
+
import { O as OrOverlay } from './OrOverlay-cb55bf20.js';
|
|
3
|
+
import { O as OrIconButton } from './OrIconButton-037b9c33.js';
|
|
4
4
|
import { defineComponent, ref, computed, watch } from '@vue/composition-api/dist/vue-composition-api.mjs';
|
|
5
5
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
6
6
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index-fa6eb4ca.js';
|
|
2
2
|
import { O as OrIcon } from './OrIcon-2efd1925.js';
|
|
3
|
-
import { O as OrIconButton } from './OrIconButton-
|
|
3
|
+
import { O as OrIconButton } from './OrIconButton-037b9c33.js';
|
|
4
4
|
import { defineComponent, ref, computed } from '@vue/composition-api/dist/vue-composition-api.mjs';
|
|
5
5
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
6
6
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { useScrollLock } from '@vueuse/core';
|
|
2
2
|
import './index-fa6eb4ca.js';
|
|
3
3
|
import { O as OrTeleport } from './OrTeleport.vue2-e9ba3054.js';
|
|
4
|
-
import { u as useElevation } from './useElevation-
|
|
4
|
+
import { u as useElevation } from './useElevation-b6e7590a.js';
|
|
5
5
|
import { defineComponent, ref, computed } from '@vue/composition-api/dist/vue-composition-api.mjs';
|
|
6
6
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
7
7
|
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
import './index-fa6eb4ca.js';
|
|
2
|
-
import { O as OrButton } from './OrButton-
|
|
2
|
+
import { O as OrButton } from './OrButton-d45772c1.js';
|
|
3
3
|
import { O as OrIcon } from './OrIcon-2efd1925.js';
|
|
4
|
-
import { O as OrMenu } from './OrMenu-
|
|
4
|
+
import { O as OrMenu } from './OrMenu-021f347c.js';
|
|
5
5
|
import { O as OrMenuItem } from './OrMenuItem-f295292e.js';
|
|
6
|
-
import { u as useResponsive } from './useResponsive-e13dfbb0.js';
|
|
7
6
|
import { defineComponent, ref, computed } from '@vue/composition-api/dist/vue-composition-api.mjs';
|
|
8
7
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
9
8
|
|
|
@@ -11,7 +10,7 @@ const PaginationRoot = [
|
|
|
11
10
|
// Layout
|
|
12
11
|
'layout-row',
|
|
13
12
|
// Spacing
|
|
14
|
-
'gap-
|
|
13
|
+
'gap-xl',
|
|
15
14
|
// Typography
|
|
16
15
|
'typography-caption-regular',
|
|
17
16
|
// Theme
|
|
@@ -61,10 +60,6 @@ var script = defineComponent({
|
|
|
61
60
|
emits: ['update:modelValue'],
|
|
62
61
|
expose: ['root'],
|
|
63
62
|
setup(props, context) {
|
|
64
|
-
const {
|
|
65
|
-
isDesktop,
|
|
66
|
-
isMobile
|
|
67
|
-
} = useResponsive();
|
|
68
63
|
// Refs
|
|
69
64
|
const root = ref();
|
|
70
65
|
const limitButton = ref();
|
|
@@ -126,30 +121,22 @@ var script = defineComponent({
|
|
|
126
121
|
return Math.ceil(props.length / currentLimit.value);
|
|
127
122
|
});
|
|
128
123
|
const buttonGroup = computed(() => {
|
|
129
|
-
|
|
124
|
+
return Array.from({
|
|
130
125
|
length: lastPage.value
|
|
131
|
-
}, (_, index) => index + 1)
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
}
|
|
146
|
-
}).reduce((accumulator, page) => {
|
|
147
|
-
if (accumulator[accumulator.length - 1] === page) {
|
|
148
|
-
return accumulator;
|
|
149
|
-
}
|
|
150
|
-
return [...accumulator, page];
|
|
151
|
-
}, []);
|
|
152
|
-
}
|
|
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
|
+
}, []);
|
|
153
140
|
});
|
|
154
141
|
// Methods
|
|
155
142
|
function toPreviousPage() {
|
|
@@ -162,8 +149,6 @@ var script = defineComponent({
|
|
|
162
149
|
currentPage.value = page;
|
|
163
150
|
}
|
|
164
151
|
return {
|
|
165
|
-
isDesktop,
|
|
166
|
-
isMobile,
|
|
167
152
|
root,
|
|
168
153
|
limitButton,
|
|
169
154
|
limitButtonRoot,
|
|
@@ -217,7 +202,7 @@ var __vue_render__ = function () {
|
|
|
217
202
|
attrs: {
|
|
218
203
|
"icon": 'keyboard_arrow_left'
|
|
219
204
|
}
|
|
220
|
-
})], 1), _vm._v(" "), _vm.
|
|
205
|
+
})], 1), _vm._v(" "), _vm._l(_vm.buttonGroup, function (page, index) {
|
|
221
206
|
return _c('OrButton', {
|
|
222
207
|
key: index,
|
|
223
208
|
class: _vm.itemStyles,
|
|
@@ -232,7 +217,7 @@ var __vue_render__ = function () {
|
|
|
232
217
|
typeof page === 'number' && _vm.toPage(page);
|
|
233
218
|
}
|
|
234
219
|
}
|
|
235
|
-
}, [_vm._v("\n
|
|
220
|
+
}, [_vm._v("\n " + _vm._s(page) + "\n ")]);
|
|
236
221
|
}), _vm._v(" "), _c('OrButton', {
|
|
237
222
|
class: _vm.itemStyles,
|
|
238
223
|
attrs: {
|
|
@@ -250,9 +235,9 @@ var __vue_render__ = function () {
|
|
|
250
235
|
attrs: {
|
|
251
236
|
"icon": 'keyboard_arrow_right'
|
|
252
237
|
}
|
|
253
|
-
})], 1)]
|
|
238
|
+
})], 1)], 2), _vm._v(" "), _c('div', {
|
|
254
239
|
class: _vm.limitControlStyles
|
|
255
|
-
}, [_vm.
|
|
240
|
+
}, [_vm._v("\n Per page:\n\n "), _c('OrButton', {
|
|
256
241
|
ref: "limitButton",
|
|
257
242
|
class: _vm.itemStyles,
|
|
258
243
|
attrs: {
|
|
@@ -268,11 +253,10 @@ var __vue_render__ = function () {
|
|
|
268
253
|
}
|
|
269
254
|
}, [_vm._v("\n " + _vm._s(_vm.currentLimit) + " "), _c('OrIcon', {
|
|
270
255
|
attrs: {
|
|
271
|
-
"icon":
|
|
256
|
+
"icon": 'arrow_drop_down'
|
|
272
257
|
}
|
|
273
258
|
})], 1), _vm._v(" "), _c('OrMenu', {
|
|
274
259
|
ref: "limitMenu",
|
|
275
|
-
class: ['min-w-[60px]'],
|
|
276
260
|
attrs: {
|
|
277
261
|
"trigger": _vm.limitButtonRoot,
|
|
278
262
|
"placement": 'top'
|
|
@@ -284,30 +268,10 @@ var __vue_render__ = function () {
|
|
|
284
268
|
"click": function ($event) {
|
|
285
269
|
$event.stopPropagation();
|
|
286
270
|
_vm.currentLimit = pageSize;
|
|
287
|
-
_vm.limitMenu.close();
|
|
288
271
|
}
|
|
289
272
|
}
|
|
290
273
|
}, [_vm._v("\n " + _vm._s(pageSize) + "\n ")]);
|
|
291
|
-
}), 1)],
|
|
292
|
-
class: _vm.offsetControlStyles
|
|
293
|
-
}, [_c('OrButton', {
|
|
294
|
-
class: _vm.itemStyles,
|
|
295
|
-
attrs: {
|
|
296
|
-
"variant": 'link',
|
|
297
|
-
"color": 'inherit',
|
|
298
|
-
"disabled": _vm.currentPage === _vm.lastPage
|
|
299
|
-
},
|
|
300
|
-
on: {
|
|
301
|
-
"click": function ($event) {
|
|
302
|
-
$event.stopPropagation();
|
|
303
|
-
return _vm.toNextPage();
|
|
304
|
-
}
|
|
305
|
-
}
|
|
306
|
-
}, [_c('OrIcon', {
|
|
307
|
-
attrs: {
|
|
308
|
-
"icon": 'keyboard_arrow_right'
|
|
309
|
-
}
|
|
310
|
-
})], 1)], 1)] : _vm._e()], 2);
|
|
274
|
+
}), 1)], 1)]);
|
|
311
275
|
};
|
|
312
276
|
var __vue_staticRenderFns__ = [];
|
|
313
277
|
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { a as autoUpdate, c as computePosition, f as flip, s as shift, h as hide } from './floating-ui.dom.esm-83eba816.js';
|
|
2
2
|
import { onClickOutside } from '@vueuse/core';
|
|
3
3
|
import './index-fa6eb4ca.js';
|
|
4
|
-
import { O as OrBottomSheet } from './OrBottomSheet-
|
|
4
|
+
import { O as OrBottomSheet } from './OrBottomSheet-41164e06.js';
|
|
5
5
|
import { O as OrTeleport } from './OrTeleport.vue2-e9ba3054.js';
|
|
6
6
|
import { u as useResponsive } from './useResponsive-e13dfbb0.js';
|
|
7
|
-
import { u as useElevation } from './useElevation-
|
|
7
|
+
import { u as useElevation } from './useElevation-b6e7590a.js';
|
|
8
8
|
import { defineComponent, ref, computed, watch, watchPostEffect, unref, toRef, nextTick } from '@vue/composition-api/dist/vue-composition-api.mjs';
|
|
9
9
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
10
10
|
|
|
@@ -220,7 +220,7 @@ var script = defineComponent({
|
|
|
220
220
|
});
|
|
221
221
|
// #endregion
|
|
222
222
|
// #region Elevation
|
|
223
|
-
useElevation(root);
|
|
223
|
+
useElevation(root, state);
|
|
224
224
|
// #endregion
|
|
225
225
|
return {
|
|
226
226
|
isDesktop,
|
|
@@ -35,7 +35,7 @@ const ProgressRootTypes = {
|
|
|
35
35
|
const ProgressHeader = [
|
|
36
36
|
// Layout
|
|
37
37
|
'flex', 'flex-row',
|
|
38
|
-
//
|
|
38
|
+
// Sizing
|
|
39
39
|
'mb-[6px]'];
|
|
40
40
|
const ProgressHeaderLabel = [
|
|
41
41
|
// Typography
|
|
@@ -43,7 +43,7 @@ const ProgressHeaderLabel = [
|
|
|
43
43
|
// Theme
|
|
44
44
|
'text-on-background', 'dark:text-on-background-dark'];
|
|
45
45
|
const ProgressHeaderPercent = [
|
|
46
|
-
//
|
|
46
|
+
// Sizing
|
|
47
47
|
'ml-auto'];
|
|
48
48
|
const ProgressBarBackground = [
|
|
49
49
|
// Theme
|
|
@@ -76,7 +76,7 @@ const ProgressBarColors = {
|
|
|
76
76
|
'stroke-error-hover', 'dark:stroke-error-hover-dark']
|
|
77
77
|
};
|
|
78
78
|
const ProgressFooter = [
|
|
79
|
-
//
|
|
79
|
+
// Sizing
|
|
80
80
|
'mt-[2px]'];
|
|
81
81
|
|
|
82
82
|
var script = defineComponent({
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { debouncedWatch } from '@vueuse/core';
|
|
2
2
|
import './index-fa6eb4ca.js';
|
|
3
|
-
import { O as OrInput } from './OrInput-
|
|
3
|
+
import { O as OrInput } from './OrInput-5cd0041e.js';
|
|
4
4
|
import { defineComponent, ref, computed, watch } from '@vue/composition-api/dist/vue-composition-api.mjs';
|
|
5
5
|
import { a as InputBoxSize } from './OrInputBox-e54dcef9.js';
|
|
6
6
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
@@ -4,12 +4,12 @@ import { O as OrError } from './OrError-52f668a4.js';
|
|
|
4
4
|
import { O as OrExpansionPanel } from './OrExpansionPanel-8968da49.js';
|
|
5
5
|
import { O as OrHint } from './OrHint-fde53334.js';
|
|
6
6
|
import { O as OrIcon } from './OrIcon-2efd1925.js';
|
|
7
|
-
import { O as OrInput } from './OrInput-
|
|
7
|
+
import { O as OrInput } from './OrInput-5cd0041e.js';
|
|
8
8
|
import { O as OrInputBox, a as InputBoxSize } from './OrInputBox-e54dcef9.js';
|
|
9
9
|
import { O as OrLabel } from './OrLabel-aff09c39.js';
|
|
10
10
|
import { O as OrMenuItem } from './OrMenuItem-f295292e.js';
|
|
11
|
-
import { O as OrPopover } from './OrPopover-
|
|
12
|
-
import { O as OrTag } from './OrTag-
|
|
11
|
+
import { O as OrPopover } from './OrPopover-0697699f.js';
|
|
12
|
+
import { O as OrTag } from './OrTag-59ab76c5.js';
|
|
13
13
|
import { D as DropdownClose, a as DropdownOpen } from './dropdown-open-e2a93aaf.js';
|
|
14
14
|
import { u as useOverflow } from './useOverflow-bae6342f.js';
|
|
15
15
|
import { defineComponent, getCurrentInstance, ref, computed, onMounted, watch } from '@vue/composition-api/dist/vue-composition-api.mjs';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { useDraggable, useElementBounding } from '@vueuse/core';
|
|
2
2
|
import _ from 'lodash';
|
|
3
3
|
import './index-fa6eb4ca.js';
|
|
4
|
-
import { O as OrSidebarPlacement, a as OrSidebarCollapseButton } from './OrSidebarCollapseButton-
|
|
4
|
+
import { O as OrSidebarPlacement, a as OrSidebarCollapseButton } from './OrSidebarCollapseButton-e8632afe.js';
|
|
5
5
|
import { defineComponent, ref, computed, useSlots, watch } from '@vue/composition-api/dist/vue-composition-api.mjs';
|
|
6
6
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
7
7
|
|
|
@@ -110,12 +110,12 @@ const SidebarHeader = [
|
|
|
110
110
|
const SidebarContent = [
|
|
111
111
|
// Layout
|
|
112
112
|
'grow', 'overflow-auto',
|
|
113
|
-
//
|
|
113
|
+
// Sizing
|
|
114
114
|
'p-md'];
|
|
115
115
|
const SidebarFooter = [
|
|
116
116
|
// Layout
|
|
117
117
|
'shrink-0', 'overflow-x-hidden',
|
|
118
|
-
//
|
|
118
|
+
// Sizing
|
|
119
119
|
'p-md',
|
|
120
120
|
// Borders
|
|
121
121
|
'border-t-[1px]', 'border-t-solid', 'border-t-outline-variant dark:border-t-outline-variant-dark'];
|
package/dist/bundled/v2/{OrSidebarCollapseButton-39514989.js → OrSidebarCollapseButton-e8632afe.js}
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import _ from 'lodash';
|
|
2
2
|
import './index-fa6eb4ca.js';
|
|
3
|
-
import { O as OrIconButton } from './OrIconButton-
|
|
3
|
+
import { O as OrIconButton } from './OrIconButton-037b9c33.js';
|
|
4
4
|
import { defineComponent, ref, computed } from '@vue/composition-api/dist/vue-composition-api.mjs';
|
|
5
5
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
6
6
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { useResizeObserver } from '@vueuse/core';
|
|
2
2
|
import './index-fa6eb4ca.js';
|
|
3
3
|
import { O as OrIcon } from './OrIcon-2efd1925.js';
|
|
4
|
-
import { O as OrMenu } from './OrMenu-
|
|
4
|
+
import { O as OrMenu } from './OrMenu-021f347c.js';
|
|
5
5
|
import { O as OrMenuItem } from './OrMenuItem-f295292e.js';
|
|
6
6
|
import { O as OrTab } from './OrTab-8c5acf8a.js';
|
|
7
7
|
import { defineComponent, ref, computed, reactive, watch, nextTick, onMounted } from '@vue/composition-api/dist/vue-composition-api.mjs';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import './index-fa6eb4ca.js';
|
|
2
|
-
import { O as OrIconButton } from './OrIconButton-
|
|
2
|
+
import { O as OrIconButton } from './OrIconButton-037b9c33.js';
|
|
3
3
|
import { defineComponent, ref, computed, watchPostEffect, unref } from '@vue/composition-api/dist/vue-composition-api.mjs';
|
|
4
4
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
5
5
|
|
|
@@ -19,7 +19,7 @@ const TagRoot = [
|
|
|
19
19
|
// Layout
|
|
20
20
|
'layout-inline-row',
|
|
21
21
|
// Box
|
|
22
|
-
'max-w-
|
|
22
|
+
'max-w-fit',
|
|
23
23
|
// Shape
|
|
24
24
|
'rounded-full',
|
|
25
25
|
// Spacing
|
|
@@ -1,17 +1,15 @@
|
|
|
1
1
|
import { useDebounceFn, useElementHover } from '@vueuse/core';
|
|
2
2
|
import './index-fa6eb4ca.js';
|
|
3
|
-
import { O as OrPopover, P as PopoverPlacement } from './OrPopover-
|
|
3
|
+
import { O as OrPopover, P as PopoverPlacement } from './OrPopover-0697699f.js';
|
|
4
4
|
import { defineComponent, ref, computed, watch } from '@vue/composition-api/dist/vue-composition-api.mjs';
|
|
5
5
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
6
6
|
|
|
7
7
|
const TooltipRoot = [
|
|
8
8
|
// Layout
|
|
9
|
-
'inline-
|
|
9
|
+
'layout-inline-row justify-center'];
|
|
10
10
|
const TooltipBody = [
|
|
11
11
|
// Layout
|
|
12
12
|
'layout-inline-row',
|
|
13
|
-
// Box
|
|
14
|
-
'max-w-min',
|
|
15
13
|
// Shape
|
|
16
14
|
'rounded-sm',
|
|
17
15
|
// Spacing
|