@onereach/ui-components 2.74.3-beta.2302.0 → 2.74.3-beta.2303.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bundled/v2/{OrBottomSheet-41164e06.js → OrBottomSheet-ddba20c1.js} +1 -1
- package/dist/bundled/v2/{OrButton-d45772c1.js → OrButton-4862b98b.js} +3 -3
- package/dist/bundled/v2/{OrCardCollection-914c0d96.js → OrCardCollection-a6dda023.js} +4 -4
- package/dist/bundled/v2/{OrConfirm-f34221c8.js → OrConfirm-9a79cccb.js} +3 -3
- package/dist/bundled/v2/{OrEmptyState-9fb413f9.js → OrEmptyState-8a7feb99.js} +2 -2
- package/dist/bundled/v2/{OrErrorTag-4675604d.js → OrErrorTag-ade7cd8c.js} +1 -1
- package/dist/bundled/v2/{OrIconButton-037b9c33.js → OrIconButton-2bd48bf6.js} +1 -1
- package/dist/bundled/v2/{OrInlineInput-91a8a857.js → OrInlineInput-f70111ec.js} +1 -1
- package/dist/bundled/v2/{OrInlineTextarea-2d842751.js → OrInlineTextarea-ba2db219.js} +1 -1
- package/dist/bundled/v2/{OrInput-5cd0041e.js → OrInput-551d02af.js} +1 -1
- package/dist/bundled/v2/{OrMenu-021f347c.js → OrMenu-6ab53877.js} +11 -16
- package/dist/bundled/v2/{OrModal-4218b040.js → OrModal-e71ec2a3.js} +2 -2
- package/dist/bundled/v2/{OrNotification-35c163f7.js → OrNotification-911887e4.js} +1 -1
- package/dist/bundled/v2/{OrOverlay-cb55bf20.js → OrOverlay-efa7992e.js} +1 -1
- package/dist/bundled/v2/{OrPagination-582690fd.js → OrPagination-24d4b88f.js} +60 -24
- package/dist/bundled/v2/{OrPopover-0697699f.js → OrPopover-4e8acb7b.js} +3 -3
- package/dist/bundled/v2/{OrProgress-15fe65ec.js → OrProgress-5cf0a7e7.js} +3 -3
- package/dist/bundled/v2/{OrSearch-4b0f063b.js → OrSearch-4b76f101.js} +1 -1
- package/dist/bundled/v2/{OrSelect-ac49dab5.js → OrSelect-6aeabc14.js} +3 -3
- package/dist/bundled/v2/{OrSidebar-b7a27e27.js → OrSidebar-ab5e1041.js} +3 -3
- package/dist/bundled/v2/{OrSidebarCollapseButton-e8632afe.js → OrSidebarCollapseButton-39514989.js} +1 -1
- package/dist/bundled/v2/{OrTabs-70c1818f.js → OrTabs-182098dc.js} +1 -1
- package/dist/bundled/v2/{OrTag-59ab76c5.js → OrTag-074b1885.js} +2 -2
- package/dist/bundled/v2/{OrTooltip-9ef540f0.js → OrTooltip-121e28c5.js} +4 -2
- 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 +0 -2
- package/dist/bundled/v2/components/or-menu-v3/index.js +5 -5
- package/dist/bundled/v2/components/or-menu-v3/styles.d.ts +0 -1
- 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 +4 -0
- 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 +1 -2
- package/dist/bundled/v2/index.js +27 -27
- package/dist/bundled/v2/{types-d0e9ac5c.js → types-31d1b8e0.js} +1 -1
- package/dist/bundled/v2/{useElevation-b6e7590a.js → useElevation-aac032f4.js} +2 -3
- package/dist/bundled/v3/{OrBottomSheet.vue_vue_type_script_lang-7b8553e9.js → OrBottomSheet.vue_vue_type_script_lang-bdef5ca2.js} +1 -1
- package/dist/bundled/v3/{OrButton-a1448bfa.js → OrButton-05766523.js} +1 -1
- package/dist/bundled/v3/{OrButton.vue_vue_type_script_lang-3b1e442b.js → OrButton.vue_vue_type_script_lang-b53e78f5.js} +3 -3
- package/dist/bundled/v3/{OrCardCollection.vue_vue_type_script_lang-b74654c4.js → OrCardCollection.vue_vue_type_script_lang-40a22d2b.js} +7 -7
- package/dist/bundled/v3/{OrConfirm.vue_vue_type_script_lang-a75a86cd.js → OrConfirm.vue_vue_type_script_lang-ceaeeadb.js} +6 -6
- package/dist/bundled/v3/{OrEmptyState.vue_vue_type_script_lang-da7d6c42.js → OrEmptyState.vue_vue_type_script_lang-8e58c67c.js} +2 -2
- package/dist/bundled/v3/{OrErrorTag.vue_vue_type_script_lang-bfa4c580.js → OrErrorTag.vue_vue_type_script_lang-4e963273.js} +1 -1
- package/dist/bundled/v3/{OrIconButton-a2091425.js → OrIconButton-c9eb3d09.js} +1 -1
- package/dist/bundled/v3/{OrIconButton.vue_vue_type_script_lang-14871105.js → OrIconButton.vue_vue_type_script_lang-84fd1dea.js} +1 -1
- package/dist/bundled/v3/{OrInlineInput.vue_vue_type_script_lang-f2cc2704.js → OrInlineInput.vue_vue_type_script_lang-c06ed46b.js} +2 -2
- package/dist/bundled/v3/{OrInlineTextarea.vue_vue_type_script_lang-9c6d7277.js → OrInlineTextarea.vue_vue_type_script_lang-79c4353a.js} +2 -2
- package/dist/bundled/v3/{OrInput-b077957e.js → OrInput-5e36b9a6.js} +1 -1
- package/dist/bundled/v3/{OrInput.vue_vue_type_script_lang-ada50709.js → OrInput.vue_vue_type_script_lang-81c11f75.js} +2 -2
- package/dist/bundled/v3/{OrMenu-c2c114de.js → OrMenu-bb432db5.js} +9 -10
- package/dist/bundled/v3/{OrMenu.vue_vue_type_script_lang-518b5305.js → OrMenu.vue_vue_type_script_lang-5a492eb3.js} +7 -10
- package/dist/bundled/v3/{OrModal.vue_vue_type_script_lang-8d7f1436.js → OrModal.vue_vue_type_script_lang-e1b650ba.js} +4 -4
- package/dist/bundled/v3/{OrNotification.vue_vue_type_script_lang-b0280317.js → OrNotification.vue_vue_type_script_lang-e86b33e9.js} +2 -2
- package/dist/bundled/v3/{OrOverlay.vue_vue_type_script_lang-a1f3f02c.js → OrOverlay.vue_vue_type_script_lang-7edd25f6.js} +1 -1
- package/dist/bundled/v3/{OrPagination.vue_vue_type_script_lang-9804669c.js → OrPagination.vue_vue_type_script_lang-0cb971d5.js} +35 -20
- package/dist/bundled/v3/{OrPopover-f9a1d5d7.js → OrPopover-1a488f88.js} +1 -1
- package/dist/bundled/v3/{OrPopover.vue_vue_type_script_lang-aa819a00.js → OrPopover.vue_vue_type_script_lang-b1102c1a.js} +4 -4
- package/dist/bundled/v3/{OrProgress.vue_vue_type_script_lang-52f660d6.js → OrProgress.vue_vue_type_script_lang-17095060.js} +3 -3
- package/dist/bundled/v3/{OrSearch.vue_vue_type_script_lang-d4b754f2.js → OrSearch.vue_vue_type_script_lang-f473cb9b.js} +2 -2
- package/dist/bundled/v3/{OrSelect.vue_vue_type_script_lang-36567db5.js → OrSelect.vue_vue_type_script_lang-af5f0e8d.js} +5 -5
- package/dist/bundled/v3/{OrSidebar.vue_vue_type_script_lang-b5adff07.js → OrSidebar.vue_vue_type_script_lang-f1f2844f.js} +3 -3
- package/dist/bundled/v3/{OrSidebarCollapseButton.vue_vue_type_script_lang-ddb36366.js → OrSidebarCollapseButton.vue_vue_type_script_lang-5fe2a40a.js} +2 -2
- package/dist/bundled/v3/{OrTabs.vue_vue_type_script_lang-7a2b137a.js → OrTabs.vue_vue_type_script_lang-853e7b4a.js} +2 -2
- package/dist/bundled/v3/{OrTag.vue_vue_type_script_lang-4fe7e19f.js → OrTag.vue_vue_type_script_lang-fc082803.js} +3 -3
- package/dist/bundled/v3/{OrToastContainer-bafab8a2.js → OrToastContainer-f317ef1b.js} +1 -1
- package/dist/bundled/v3/{OrTooltip.vue_vue_type_script_lang-0c228e6f.js → OrTooltip.vue_vue_type_script_lang-7a64c90d.js} +5 -3
- 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 +0 -2
- package/dist/bundled/v3/components/or-menu-v3/index.js +6 -6
- package/dist/bundled/v3/components/or-menu-v3/styles.d.ts +0 -1
- 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 +4 -0
- 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 +1 -2
- package/dist/bundled/v3/index.js +75 -53
- package/dist/bundled/v3/{types-150c888c.js → types-c44094bc.js} +3 -3
- package/dist/bundled/v3/{useElevation-e8a2ce89.js → useElevation-c8d5d3ba.js} +2 -3
- package/dist/esm/v2/{OrBottomSheet-c9bfe63f.js → OrBottomSheet-37200385.js} +1 -1
- package/dist/esm/v2/{OrButton-66964360.js → OrButton-18f4431c.js} +3 -3
- package/dist/esm/v2/{OrCardCollection-53b55eec.js → OrCardCollection-d9666d4b.js} +5 -5
- package/dist/esm/v2/{OrConfirm-ccf4b2c9.js → OrConfirm-492a6a36.js} +3 -3
- package/dist/esm/v2/{OrEmptyState-2481f13f.js → OrEmptyState-ab1a044d.js} +2 -2
- package/dist/esm/v2/{OrErrorTag-7cd5dc68.js → OrErrorTag-3aaab419.js} +1 -1
- package/dist/esm/v2/{OrIconButton-140f940e.js → OrIconButton-612c64c4.js} +2 -2
- package/dist/esm/v2/{OrInlineInput-01f1d5cc.js → OrInlineInput-6485e20a.js} +1 -1
- package/dist/esm/v2/{OrInlineTextarea-421ff4d1.js → OrInlineTextarea-63dd339e.js} +1 -1
- package/dist/esm/v2/{OrInput-b241f15f.js → OrInput-0b8a515c.js} +1 -1
- package/dist/esm/v2/{OrMenu-1adef5df.js → OrMenu-943e7760.js} +11 -16
- package/dist/esm/v2/{OrModal-a938e31b.js → OrModal-8fc5ddc9.js} +2 -2
- package/dist/esm/v2/{OrNotification-e8c1df46.js → OrNotification-507c3e75.js} +1 -1
- package/dist/esm/v2/{OrOverlay-2ded265b.js → OrOverlay-a019186f.js} +1 -1
- package/dist/esm/v2/{OrPagination-f7f540d1.js → OrPagination-04e810bc.js} +62 -25
- package/dist/esm/v2/{OrPopover-b3746279.js → OrPopover-d5d4f62a.js} +3 -3
- package/dist/esm/v2/{OrProgress-b7d1c689.js → OrProgress-9fc95bd7.js} +3 -3
- package/dist/esm/v2/{OrSearch-6aaba430.js → OrSearch-02d8a65c.js} +1 -1
- package/dist/esm/v2/{OrSelect-84c2079c.js → OrSelect-bdc0ccb5.js} +3 -3
- package/dist/esm/v2/{OrSidebar-6b246de1.js → OrSidebar-36643782.js} +3 -3
- package/dist/esm/v2/{OrSidebarCollapseButton-9178923e.js → OrSidebarCollapseButton-7483360e.js} +1 -1
- package/dist/esm/v2/{OrTabs-6d7d9d7e.js → OrTabs-5f53127f.js} +2 -2
- package/dist/esm/v2/{OrTag-1ed1265c.js → OrTag-359c25b6.js} +2 -2
- package/dist/esm/v2/{OrTooltip-34d2e01f.js → OrTooltip-233c67b9.js} +4 -2
- 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 +0 -2
- package/dist/esm/v2/components/or-menu-v3/index.js +5 -5
- package/dist/esm/v2/components/or-menu-v3/styles.d.ts +0 -1
- 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 +4 -0
- 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 +1 -2
- package/dist/esm/v2/index.js +26 -26
- package/dist/esm/v2/{types-f4b60ff3.js → types-623b05dd.js} +1 -1
- package/dist/esm/v2/{useElevation-92fce12c.js → useElevation-31bfe1f6.js} +2 -3
- package/dist/esm/v3/{OrBottomSheet-9c291056.js → OrBottomSheet-13a416ef.js} +1 -1
- package/dist/esm/v3/{OrButton-c56998e7.js → OrButton-55dd2ad9.js} +3 -3
- package/dist/esm/v3/{OrCardCollection-e5a0c7f2.js → OrCardCollection-7241cd1d.js} +5 -5
- package/dist/esm/v3/{OrConfirm-bb32473d.js → OrConfirm-d527c1f8.js} +3 -3
- package/dist/esm/v3/{OrEmptyState-bb8e3145.js → OrEmptyState-cd3a4026.js} +2 -2
- package/dist/esm/v3/{OrErrorTag-0025b17c.js → OrErrorTag-7f153817.js} +1 -1
- package/dist/esm/v3/{OrIconButton-2a9a6627.js → OrIconButton-23cb0f22.js} +2 -2
- package/dist/esm/v3/{OrInlineInput-6c4fe7ff.js → OrInlineInput-3dd233eb.js} +1 -1
- package/dist/esm/v3/{OrInlineTextarea-3cd956d9.js → OrInlineTextarea-7352f610.js} +1 -1
- package/dist/esm/v3/{OrInput-d924c98e.js → OrInput-620cdc01.js} +1 -1
- package/dist/esm/v3/{OrMenu-345930d5.js → OrMenu-fd2fe1e7.js} +14 -18
- package/dist/esm/v3/{OrModal-07c092ab.js → OrModal-0d9296a3.js} +2 -2
- package/dist/esm/v3/{OrNotification-e600fd9a.js → OrNotification-c14ce3f1.js} +1 -1
- package/dist/esm/v3/{OrOverlay-55f6cf9c.js → OrOverlay-afad3aa4.js} +1 -1
- package/dist/esm/v3/{OrPagination-2ef059f6.js → OrPagination-1bd951a4.js} +65 -27
- package/dist/esm/v3/{OrPopover-464a5606.js → OrPopover-40217b49.js} +3 -3
- package/dist/esm/v3/{OrProgress-639ed5e8.js → OrProgress-4856808a.js} +3 -3
- package/dist/esm/v3/{OrSearch-e96e6f77.js → OrSearch-2aa4da10.js} +1 -1
- package/dist/esm/v3/{OrSelect-c502e2f1.js → OrSelect-04deb880.js} +3 -3
- package/dist/esm/v3/{OrSidebar-0a32cc49.js → OrSidebar-c71f2e27.js} +3 -3
- package/dist/esm/v3/{OrSidebarCollapseButton-647d2c50.js → OrSidebarCollapseButton-2c5a0239.js} +1 -1
- package/dist/esm/v3/{OrTabs-9949f87b.js → OrTabs-c6cfae55.js} +2 -2
- package/dist/esm/v3/{OrTag-f66c6142.js → OrTag-ffb2debb.js} +2 -2
- package/dist/esm/v3/{OrTooltip-d1b1a4bb.js → OrTooltip-229c90d5.js} +4 -2
- 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 +0 -2
- package/dist/esm/v3/components/or-menu-v3/index.js +5 -5
- package/dist/esm/v3/components/or-menu-v3/styles.d.ts +0 -1
- 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 +4 -0
- 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 +1 -2
- package/dist/esm/v3/index.js +26 -26
- package/dist/esm/v3/{types-fd0720cc.js → types-6fff319d.js} +1 -1
- package/dist/esm/v3/{useElevation-92fce12c.js → useElevation-31bfe1f6.js} +2 -3
- package/package.json +1 -1
- 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 +22 -26
- package/src/components/or-menu-v3/styles.ts +0 -5
- package/src/components/or-pagination-v3/OrPagination.vue +86 -42
- 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 +4 -1
- package/src/hooks/useElevation.ts +3 -5
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { _ as OrSelectV3 } from '../../OrSelect-
|
|
1
|
+
export { _ as OrSelectV3 } from '../../OrSelect-6aeabc14.js';
|
|
2
2
|
export { a as SelectSize } from '../../OrInputBox-e54dcef9.js';
|
|
3
3
|
import '../../index-fa6eb4ca.js';
|
|
4
4
|
import 'vue';
|
|
@@ -12,21 +12,21 @@ import '../../OrError-52f668a4.js';
|
|
|
12
12
|
import '../../OrExpansionPanel-8968da49.js';
|
|
13
13
|
import '../../OrIcon-2efd1925.js';
|
|
14
14
|
import '../../OrHint-fde53334.js';
|
|
15
|
-
import '../../OrInput-
|
|
16
|
-
import '../../OrIconButton-
|
|
17
|
-
import '../../OrTooltip-
|
|
15
|
+
import '../../OrInput-551d02af.js';
|
|
16
|
+
import '../../OrIconButton-2bd48bf6.js';
|
|
17
|
+
import '../../OrTooltip-121e28c5.js';
|
|
18
18
|
import '@vueuse/core';
|
|
19
|
-
import '../../OrPopover-
|
|
19
|
+
import '../../OrPopover-4e8acb7b.js';
|
|
20
20
|
import '../../floating-ui.dom.esm-83eba816.js';
|
|
21
|
-
import '../../OrBottomSheet-
|
|
22
|
-
import '../../OrOverlay-
|
|
21
|
+
import '../../OrBottomSheet-ddba20c1.js';
|
|
22
|
+
import '../../OrOverlay-efa7992e.js';
|
|
23
23
|
import '../../OrTeleport.vue2-e9ba3054.js';
|
|
24
24
|
import 'portal-vue';
|
|
25
|
-
import '../../useElevation-
|
|
25
|
+
import '../../useElevation-aac032f4.js';
|
|
26
26
|
import '../../useResponsive-e13dfbb0.js';
|
|
27
27
|
import '../../OrLoader-864ef92a.js';
|
|
28
28
|
import '../../useValidationAttributes-6df7bcf9.js';
|
|
29
29
|
import '../../OrMenuItem-f295292e.js';
|
|
30
|
-
import '../../OrTag-
|
|
30
|
+
import '../../OrTag-074b1885.js';
|
|
31
31
|
import '../../dropdown-open-e2a93aaf.js';
|
|
32
32
|
import '../../useOverflow-bae6342f.js';
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
export { _ as OrSidebarV3 } from '../../OrSidebar-
|
|
2
|
-
export { O as OrSidebarPlacement } from '../../OrSidebarCollapseButton-
|
|
1
|
+
export { _ as OrSidebarV3 } from '../../OrSidebar-ab5e1041.js';
|
|
2
|
+
export { O as OrSidebarPlacement } from '../../OrSidebarCollapseButton-39514989.js';
|
|
3
3
|
import '@vueuse/core';
|
|
4
4
|
import 'lodash';
|
|
5
5
|
import '../../index-fa6eb4ca.js';
|
|
6
6
|
import 'vue';
|
|
7
7
|
import '@vue/composition-api/dist/vue-composition-api.mjs';
|
|
8
8
|
import '../../normalize-component-6e8e3d80.js';
|
|
9
|
-
import '../../OrIconButton-
|
|
9
|
+
import '../../OrIconButton-2bd48bf6.js';
|
|
10
10
|
import '../../OrIcon-2efd1925.js';
|
|
11
|
-
import '../../OrTooltip-
|
|
12
|
-
import '../../OrPopover-
|
|
11
|
+
import '../../OrTooltip-121e28c5.js';
|
|
12
|
+
import '../../OrPopover-4e8acb7b.js';
|
|
13
13
|
import '../../floating-ui.dom.esm-83eba816.js';
|
|
14
|
-
import '../../OrBottomSheet-
|
|
15
|
-
import '../../OrOverlay-
|
|
14
|
+
import '../../OrBottomSheet-ddba20c1.js';
|
|
15
|
+
import '../../OrOverlay-efa7992e.js';
|
|
16
16
|
import '../../OrTeleport.vue2-e9ba3054.js';
|
|
17
17
|
import 'portal-vue';
|
|
18
|
-
import '../../useElevation-
|
|
18
|
+
import '../../useElevation-aac032f4.js';
|
|
19
19
|
import '../../useResponsive-e13dfbb0.js';
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
export { a as OrSidebarCollapseButton } from '../../../OrSidebarCollapseButton-
|
|
1
|
+
export { a as OrSidebarCollapseButton } from '../../../OrSidebarCollapseButton-39514989.js';
|
|
2
2
|
import 'lodash';
|
|
3
3
|
import '../../../index-fa6eb4ca.js';
|
|
4
4
|
import 'vue';
|
|
5
5
|
import '@vue/composition-api/dist/vue-composition-api.mjs';
|
|
6
|
-
import '../../../OrIconButton-
|
|
6
|
+
import '../../../OrIconButton-2bd48bf6.js';
|
|
7
7
|
import '../../../OrIcon-2efd1925.js';
|
|
8
8
|
import '../../../normalize-component-6e8e3d80.js';
|
|
9
|
-
import '../../../OrTooltip-
|
|
9
|
+
import '../../../OrTooltip-121e28c5.js';
|
|
10
10
|
import '@vueuse/core';
|
|
11
|
-
import '../../../OrPopover-
|
|
11
|
+
import '../../../OrPopover-4e8acb7b.js';
|
|
12
12
|
import '../../../floating-ui.dom.esm-83eba816.js';
|
|
13
|
-
import '../../../OrBottomSheet-
|
|
14
|
-
import '../../../OrOverlay-
|
|
13
|
+
import '../../../OrBottomSheet-ddba20c1.js';
|
|
14
|
+
import '../../../OrOverlay-efa7992e.js';
|
|
15
15
|
import '../../../OrTeleport.vue2-e9ba3054.js';
|
|
16
16
|
import 'portal-vue';
|
|
17
|
-
import '../../../useElevation-
|
|
17
|
+
import '../../../useElevation-aac032f4.js';
|
|
18
18
|
import '../../../useResponsive-e13dfbb0.js';
|
package/dist/bundled/v2/components/or-sidebar-v3/partials/or-sidebar-collapse-button/index.js
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
export { a as OrSidebarCollapseButton } from '../../../../OrSidebarCollapseButton-
|
|
1
|
+
export { a as OrSidebarCollapseButton } from '../../../../OrSidebarCollapseButton-39514989.js';
|
|
2
2
|
import 'lodash';
|
|
3
3
|
import '../../../../index-fa6eb4ca.js';
|
|
4
4
|
import 'vue';
|
|
5
5
|
import '@vue/composition-api/dist/vue-composition-api.mjs';
|
|
6
|
-
import '../../../../OrIconButton-
|
|
6
|
+
import '../../../../OrIconButton-2bd48bf6.js';
|
|
7
7
|
import '../../../../OrIcon-2efd1925.js';
|
|
8
8
|
import '../../../../normalize-component-6e8e3d80.js';
|
|
9
|
-
import '../../../../OrTooltip-
|
|
9
|
+
import '../../../../OrTooltip-121e28c5.js';
|
|
10
10
|
import '@vueuse/core';
|
|
11
|
-
import '../../../../OrPopover-
|
|
11
|
+
import '../../../../OrPopover-4e8acb7b.js';
|
|
12
12
|
import '../../../../floating-ui.dom.esm-83eba816.js';
|
|
13
|
-
import '../../../../OrBottomSheet-
|
|
14
|
-
import '../../../../OrOverlay-
|
|
13
|
+
import '../../../../OrBottomSheet-ddba20c1.js';
|
|
14
|
+
import '../../../../OrOverlay-efa7992e.js';
|
|
15
15
|
import '../../../../OrTeleport.vue2-e9ba3054.js';
|
|
16
16
|
import 'portal-vue';
|
|
17
|
-
import '../../../../useElevation-
|
|
17
|
+
import '../../../../useElevation-aac032f4.js';
|
|
18
18
|
import '../../../../useResponsive-e13dfbb0.js';
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
export { _ as OrTabsV3, T as TabsVariant } from '../../OrTabs-
|
|
1
|
+
export { _ as OrTabsV3, T as TabsVariant } from '../../OrTabs-182098dc.js';
|
|
2
2
|
import '@vueuse/core';
|
|
3
3
|
import '../../index-fa6eb4ca.js';
|
|
4
4
|
import 'vue';
|
|
5
5
|
import '@vue/composition-api/dist/vue-composition-api.mjs';
|
|
6
6
|
import '../../OrIcon-2efd1925.js';
|
|
7
7
|
import '../../normalize-component-6e8e3d80.js';
|
|
8
|
-
import '../../OrMenu-
|
|
9
|
-
import '../../OrPopover-
|
|
8
|
+
import '../../OrMenu-6ab53877.js';
|
|
9
|
+
import '../../OrPopover-4e8acb7b.js';
|
|
10
10
|
import '../../floating-ui.dom.esm-83eba816.js';
|
|
11
|
-
import '../../OrBottomSheet-
|
|
12
|
-
import '../../OrOverlay-
|
|
11
|
+
import '../../OrBottomSheet-ddba20c1.js';
|
|
12
|
+
import '../../OrOverlay-efa7992e.js';
|
|
13
13
|
import '../../OrTeleport.vue2-e9ba3054.js';
|
|
14
14
|
import 'portal-vue';
|
|
15
|
-
import '../../useElevation-
|
|
15
|
+
import '../../useElevation-aac032f4.js';
|
|
16
16
|
import '../../useResponsive-e13dfbb0.js';
|
|
17
17
|
import '../../OrMenuItem-f295292e.js';
|
|
18
18
|
import '../../OrTab-8c5acf8a.js';
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
export { O as OrTagV3, a as TagColor, T as TagVariant } from '../../OrTag-
|
|
1
|
+
export { O as OrTagV3, a as TagColor, T as TagVariant } from '../../OrTag-074b1885.js';
|
|
2
2
|
import '../../index-fa6eb4ca.js';
|
|
3
3
|
import 'vue';
|
|
4
4
|
import '@vue/composition-api/dist/vue-composition-api.mjs';
|
|
5
|
-
import '../../OrIconButton-
|
|
5
|
+
import '../../OrIconButton-2bd48bf6.js';
|
|
6
6
|
import '../../OrIcon-2efd1925.js';
|
|
7
7
|
import '../../normalize-component-6e8e3d80.js';
|
|
8
|
-
import '../../OrTooltip-
|
|
8
|
+
import '../../OrTooltip-121e28c5.js';
|
|
9
9
|
import '@vueuse/core';
|
|
10
|
-
import '../../OrPopover-
|
|
10
|
+
import '../../OrPopover-4e8acb7b.js';
|
|
11
11
|
import '../../floating-ui.dom.esm-83eba816.js';
|
|
12
|
-
import '../../OrBottomSheet-
|
|
13
|
-
import '../../OrOverlay-
|
|
12
|
+
import '../../OrBottomSheet-ddba20c1.js';
|
|
13
|
+
import '../../OrOverlay-efa7992e.js';
|
|
14
14
|
import '../../OrTeleport.vue2-e9ba3054.js';
|
|
15
15
|
import 'portal-vue';
|
|
16
|
-
import '../../useElevation-
|
|
16
|
+
import '../../useElevation-aac032f4.js';
|
|
17
17
|
import '../../useResponsive-e13dfbb0.js';
|
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
export { _ as OrToastContainerV3, O as OrToastV3, t as TypesV3 } from '../../types-
|
|
1
|
+
export { _ as OrToastContainerV3, O as OrToastV3, t as TypesV3 } from '../../types-31d1b8e0.js';
|
|
2
2
|
export { p as PropsV3, a as useQueueV3, u as useToastV3 } from '../../useToast-3a3d4280.js';
|
|
3
3
|
import '@vueuse/core';
|
|
4
4
|
import '../../index-fa6eb4ca.js';
|
|
5
5
|
import 'vue';
|
|
6
6
|
import '@vue/composition-api/dist/vue-composition-api.mjs';
|
|
7
|
-
import '../../OrIconButton-
|
|
7
|
+
import '../../OrIconButton-2bd48bf6.js';
|
|
8
8
|
import '../../OrIcon-2efd1925.js';
|
|
9
9
|
import '../../normalize-component-6e8e3d80.js';
|
|
10
|
-
import '../../OrTooltip-
|
|
11
|
-
import '../../OrPopover-
|
|
10
|
+
import '../../OrTooltip-121e28c5.js';
|
|
11
|
+
import '../../OrPopover-4e8acb7b.js';
|
|
12
12
|
import '../../floating-ui.dom.esm-83eba816.js';
|
|
13
|
-
import '../../OrBottomSheet-
|
|
14
|
-
import '../../OrOverlay-
|
|
13
|
+
import '../../OrBottomSheet-ddba20c1.js';
|
|
14
|
+
import '../../OrOverlay-efa7992e.js';
|
|
15
15
|
import '../../OrTeleport.vue2-e9ba3054.js';
|
|
16
16
|
import 'portal-vue';
|
|
17
|
-
import '../../useElevation-
|
|
17
|
+
import '../../useElevation-aac032f4.js';
|
|
18
18
|
import '../../useResponsive-e13dfbb0.js';
|
|
19
19
|
import '../../OrLoader-864ef92a.js';
|
|
20
20
|
import '../../browser-82dea9ed.js';
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
export { O as OrTooltipV3 } from '../../OrTooltip-
|
|
2
|
-
export { P as TooltipPlacement } from '../../OrPopover-
|
|
1
|
+
export { O as OrTooltipV3 } from '../../OrTooltip-121e28c5.js';
|
|
2
|
+
export { P as TooltipPlacement } from '../../OrPopover-4e8acb7b.js';
|
|
3
3
|
import '@vueuse/core';
|
|
4
4
|
import '../../index-fa6eb4ca.js';
|
|
5
5
|
import 'vue';
|
|
6
6
|
import '@vue/composition-api/dist/vue-composition-api.mjs';
|
|
7
7
|
import '../../normalize-component-6e8e3d80.js';
|
|
8
8
|
import '../../floating-ui.dom.esm-83eba816.js';
|
|
9
|
-
import '../../OrBottomSheet-
|
|
10
|
-
import '../../OrOverlay-
|
|
9
|
+
import '../../OrBottomSheet-ddba20c1.js';
|
|
10
|
+
import '../../OrOverlay-efa7992e.js';
|
|
11
11
|
import '../../OrTeleport.vue2-e9ba3054.js';
|
|
12
12
|
import 'portal-vue';
|
|
13
|
-
import '../../useElevation-
|
|
13
|
+
import '../../useElevation-aac032f4.js';
|
|
14
14
|
import '../../useResponsive-e13dfbb0.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export { u as useControlAttributes, a as useIdAttribute } from '../useIdAttribute-cf61643f.js';
|
|
2
|
-
export { u as useElevation } from '../useElevation-
|
|
2
|
+
export { u as useElevation } from '../useElevation-aac032f4.js';
|
|
3
3
|
export { u as useOverflow } from '../useOverflow-bae6342f.js';
|
|
4
4
|
export { u as useToggle } from '../useToggle-6166bd53.js';
|
|
5
5
|
export { u as useValidationAttributes } from '../useValidationAttributes-6df7bcf9.js';
|
|
@@ -1,3 +1,2 @@
|
|
|
1
1
|
import { MaybeElementRef } from '@vueuse/core';
|
|
2
|
-
|
|
3
|
-
export declare function useElevation(element: MaybeElementRef<HTMLElement | undefined>, trigger?: Ref<unknown>): void;
|
|
2
|
+
export declare function useElevation(element: MaybeElementRef<HTMLElement | undefined>): void;
|