@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,14 +1,14 @@
|
|
|
1
1
|
export { O as OR_AVATAR_SIZE, _ as OrAvatar } from '../OrAvatar-4824c57f.js';
|
|
2
2
|
export { a as AvatarColor, A as AvatarSize, _ as OrAvatarV3 } from '../OrAvatar-ca3a1268.js';
|
|
3
|
-
export { _ as OrBottomSheetV3 } from '../OrBottomSheet-
|
|
3
|
+
export { _ as OrBottomSheetV3 } from '../OrBottomSheet-c9bfe63f.js';
|
|
4
4
|
export { _ as OrButton, a as OrButtonColors, b as OrButtonSizes, O as OrButtonViews } from '../OrButton-2ca1c3d6.js';
|
|
5
5
|
export { _ as OrButtonV2 } from '../OrButton-c4f9955b.js';
|
|
6
6
|
export { _ as OrIconButton } from '../OrIconButton-014e86a7.js';
|
|
7
7
|
export { a as BUTTON_COLOR, c as BUTTON_LOADER_TYPE, b as BUTTON_SIZE, B as BUTTON_TYPE, I as ICON_BUTTON_TYPE } from '../OrIconButton.vue_rollup-plugin-vue_script-9fb7b7ab.js';
|
|
8
|
-
export { a as ButtonColor, b as ButtonType, B as ButtonVariant, _ as OrButtonV3 } from '../OrButton-
|
|
8
|
+
export { a as ButtonColor, b as ButtonType, B as ButtonVariant, _ as OrButtonV3 } from '../OrButton-66964360.js';
|
|
9
9
|
export { _ as OrCard } from '../OrCard-b7268256.js';
|
|
10
10
|
export { C as CARD_COLLECTION_LAYOUT, _ as OrCardCollection } from '../OrCardCollection-19582949.js';
|
|
11
|
-
export { D as DefaultCardCollectionViews, _ as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../OrCardCollection-
|
|
11
|
+
export { D as DefaultCardCollectionViews, _ as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../OrCardCollection-53b55eec.js';
|
|
12
12
|
export { _ as OrCardV3 } from '../OrCard-e89c44ef.js';
|
|
13
13
|
export { a as OrCarousel, _ as OrCarouselItem } from '../OrCarouselItem-4e2cf3d8.js';
|
|
14
14
|
export { _ as OrCheckbox } from '../OrCheckbox-915f1f0a.js';
|
|
@@ -19,26 +19,26 @@ export { _ as OrCode, O as OrCodeLanguages } from '../OrCode-d4400b42.js';
|
|
|
19
19
|
export { _ as OrCollapse } from '../OrCollapse-4d892ca3.js';
|
|
20
20
|
export { _ as OrColorPicker, h as amber, n as black, b as blue, m as blueGrey, k as brown, c as cyan, j as deepOrange, d as deepPurple, g as green, i as indigo, l as lightBlue, e as lightGreen, f as lime, o as orange, p as pink, a as purple, r as red, t as teal, w as white, y as yellow } from '../OrColorPicker-75abefdd.js';
|
|
21
21
|
export { _ as OrConfirm } from '../OrConfirm-ede619eb.js';
|
|
22
|
-
export { C as ConfirmType, _ as OrConfirmV3 } from '../OrConfirm-
|
|
22
|
+
export { C as ConfirmType, _ as OrConfirmV3 } from '../OrConfirm-ccf4b2c9.js';
|
|
23
23
|
export { D as DEFAULT_TEXT, _ as OrDateTimePicker, a as OrDateTimePickerItemTypes, O as OrDateTimePickerTypes } from '../OrDateTimePicker-349df9b2.js';
|
|
24
24
|
export { _ as OrError } from '../OrError-081130bb.js';
|
|
25
|
-
export { _ as OrErrorTagV3 } from '../OrErrorTag-
|
|
25
|
+
export { _ as OrErrorTagV3 } from '../OrErrorTag-7cd5dc68.js';
|
|
26
26
|
export { _ as OrErrorV3 } from '../OrError-13845bb0.js';
|
|
27
|
-
export { E as EmptyStateSize, _ as OrEmptyStateV3 } from '../OrEmptyState-
|
|
27
|
+
export { E as EmptyStateSize, _ as OrEmptyStateV3 } from '../OrEmptyState-2481f13f.js';
|
|
28
28
|
export { a as ExpansionPanelColor, E as ExpansionPanelVariant, _ as OrExpansionPanelV3 } from '../OrExpansionPanel-0a12d957.js';
|
|
29
29
|
export { F as FabColor, _ as OrFabV3 } from '../OrFab-d5a37b22.js';
|
|
30
30
|
export { _ as OrFloating, a as OrFloatingHideStrategy, O as OrFloatingPlacements } from '../OrFloating-89d6582a.js';
|
|
31
31
|
export { _ as OrHint } from '../OrHint-c45f1e09.js';
|
|
32
32
|
export { _ as OrHintV3 } from '../OrHint-78b399cb.js';
|
|
33
33
|
export { _ as OrIcon, O as OrIconColors, a as OrIconType } from '../OrIcon-819166f6.js';
|
|
34
|
-
export { I as IconButtonColor, _ as OrIconButtonV3 } from '../OrIconButton-
|
|
34
|
+
export { I as IconButtonColor, _ as OrIconButtonV3 } from '../OrIconButton-140f940e.js';
|
|
35
35
|
export { I as IconButtonSize, I as IconSize, a as IconVariant, _ as OrIconV3 } from '../OrIcon-c434985a.js';
|
|
36
36
|
export { I as InlineInputBoxSize, I as InlineInputSize, _ as OrInlineInputBoxV3 } from '../OrInlineInputBox-46146af0.js';
|
|
37
|
-
export { I as InlineInputType, _ as OrInlineInputV3 } from '../OrInlineInput-
|
|
37
|
+
export { I as InlineInputType, _ as OrInlineInputV3 } from '../OrInlineInput-01f1d5cc.js';
|
|
38
38
|
export { a as InlineTextEditTrimmingTypes, I as InlineTextEditTypes, _ as OrInlineTextEdit } from '../OrInlineTextEdit-b47cfc2d.js';
|
|
39
|
-
export { _ as OrInlineTextareaV3 } from '../OrInlineTextarea-
|
|
39
|
+
export { _ as OrInlineTextareaV3 } from '../OrInlineTextarea-421ff4d1.js';
|
|
40
40
|
export { a as InputBoxSize, I as InputBoxVariant, a as InputSize, _ as OrInputBoxV3, a as SearchSize, a as SelectSize, a as TextareaSize } from '../OrInputBox-53d1f66d.js';
|
|
41
|
-
export { I as InputType, _ as OrInputV3 } from '../OrInput-
|
|
41
|
+
export { I as InputType, _ as OrInputV3 } from '../OrInput-b241f15f.js';
|
|
42
42
|
export { _ as OrInput } from '../OrInput-6e6cfd11.js';
|
|
43
43
|
export { _ as OrLabel } from '../OrLabel-33b41516.js';
|
|
44
44
|
export { L as LabelVariant, _ as OrLabelV3 } from '../OrLabel-0945a4d9.js';
|
|
@@ -48,31 +48,31 @@ export { _ as OrListOfInputs } from '../OrListOfInputs-4298fa2c.js';
|
|
|
48
48
|
export { L as LoaderViews, _ as OrLoader } from '../OrLoader-003941a2.js';
|
|
49
49
|
export { a as LoaderColor, b as LoaderSize, L as LoaderVariant, _ as OrLoaderV3 } from '../OrLoader-76307488.js';
|
|
50
50
|
export { _ as OrMenuItemV3 } from '../OrMenuItem-4f810513.js';
|
|
51
|
-
export { _ as OrMenuV3 } from '../OrMenu-
|
|
52
|
-
export { P as MenuPlacement, _ as OrPopoverV3, P as PopoverPlacement, a as PopoverVariant, P as TooltipPlacement } from '../OrPopover-
|
|
51
|
+
export { _ as OrMenuV3 } from '../OrMenu-1adef5df.js';
|
|
52
|
+
export { P as MenuPlacement, _ as OrPopoverV3, P as PopoverPlacement, a as PopoverVariant, P as TooltipPlacement } from '../OrPopover-b3746279.js';
|
|
53
53
|
export { _ as OrModal, O as OrModalSizes } from '../OrModal-97e83549.js';
|
|
54
|
-
export { M as ModalSize, _ as OrModalV3 } from '../OrModal-
|
|
54
|
+
export { M as ModalSize, _ as OrModalV3 } from '../OrModal-a938e31b.js';
|
|
55
55
|
export { a as OR_NOTIFICATION_SIZE, O as OR_NOTIFICATION_TYPE, _ as OrNotification } from '../OrNotification-a9231a83.js';
|
|
56
|
-
export { N as NotificationVariant, _ as OrNotificationV3 } from '../OrNotification-
|
|
56
|
+
export { N as NotificationVariant, _ as OrNotificationV3 } from '../OrNotification-e8c1df46.js';
|
|
57
57
|
export { _ as OrNumberInput } from '../OrNumberInput-b20d75d2.js';
|
|
58
58
|
export { _ as OrOverflowMenu } from '../OrOverflowMenu-10a4166a.js';
|
|
59
59
|
export { _ as OrOverlay } from '../OrOverlay-3b52865d.js';
|
|
60
|
-
export { _ as OrOverlayV3 } from '../OrOverlay-
|
|
60
|
+
export { _ as OrOverlayV3 } from '../OrOverlay-2ded265b.js';
|
|
61
61
|
export { _ as OrPassword } from '../OrPassword-e6d5e968.js';
|
|
62
|
-
export { _ as OrPaginationV3 } from '../OrPagination-
|
|
62
|
+
export { _ as OrPaginationV3 } from '../OrPagination-f7f540d1.js';
|
|
63
63
|
export { _ as OrProgress, O as OrProgressColors, a as OrProgressTypes } from '../OrProgress-4ee24824.js';
|
|
64
|
-
export { _ as OrProgressV3, P as ProgressColor, a as ProgressType } from '../OrProgress-
|
|
64
|
+
export { _ as OrProgressV3, P as ProgressColor, a as ProgressType } from '../OrProgress-b7d1c689.js';
|
|
65
65
|
export { _ as OrRadio } from '../OrRadio-e4198532.js';
|
|
66
66
|
export { _ as OrRadioGroup } from '../OrRadioGroup-d9d32cba.js';
|
|
67
67
|
export { _ as OrRadioV3 } from '../OrRadio-87a4d226.js';
|
|
68
68
|
export { _ as OrSearch } from '../OrSearch-b4f4d59b.js';
|
|
69
|
-
export { _ as OrSearchV3 } from '../OrSearch-
|
|
69
|
+
export { _ as OrSearchV3 } from '../OrSearch-6aaba430.js';
|
|
70
70
|
export { _ as OrSegmentedControlV3, S as SegmentedControlSize } from '../OrSegmentedControl-7486115b.js';
|
|
71
71
|
export { _ as OrSelect } from '../OrSelect-dae2b069.js';
|
|
72
|
-
export { _ as OrSelectV3 } from '../OrSelect-
|
|
72
|
+
export { _ as OrSelectV3 } from '../OrSelect-84c2079c.js';
|
|
73
73
|
export { _ as OrSidebar, O as OrSidebarSide } from '../OrSidebar-7d6125bb.js';
|
|
74
|
-
export { _ as OrSidebarV3 } from '../OrSidebar-
|
|
75
|
-
export { O as OrSidebarPlacement } from '../OrSidebarCollapseButton-
|
|
74
|
+
export { _ as OrSidebarV3 } from '../OrSidebar-6b246de1.js';
|
|
75
|
+
export { O as OrSidebarPlacement } from '../OrSidebarCollapseButton-9178923e.js';
|
|
76
76
|
export { _ as OrSkeletonCircle, a as OrSkeletonRect, b as OrSkeletonText, O as OrSkeletonTextSizes } from '../OrSkeletonText-cc94bdc9.js';
|
|
77
77
|
export { _ as OrSkeletonCircleV3, a as OrSkeletonRectV3, b as OrSkeletonTextV3 } from '../OrSkeletonText-6ee72718.js';
|
|
78
78
|
export { _ as OrSlider } from '../OrSlider-f7b9c7c2.js';
|
|
@@ -84,9 +84,9 @@ export { _ as OrTab } from '../OrTab-eade8ab6.js';
|
|
|
84
84
|
export { _ as OrTabHeaderItem } from '../OrTabHeaderItem-d1a340d1.js';
|
|
85
85
|
export { _ as OrTabV3 } from '../OrTab-1ff87c76.js';
|
|
86
86
|
export { _ as OrTabs } from '../OrTabs-e1c13d41.js';
|
|
87
|
-
export { _ as OrTabsV3, T as TabsVariant } from '../OrTabs-
|
|
87
|
+
export { _ as OrTabsV3, T as TabsVariant } from '../OrTabs-6d7d9d7e.js';
|
|
88
88
|
export { _ as OrTag } from '../OrTag-c1fa6901.js';
|
|
89
|
-
export { _ as OrTagV3, a as TagColor, T as TagVariant } from '../OrTag-
|
|
89
|
+
export { _ as OrTagV3, a as TagColor, T as TagVariant } from '../OrTag-1ed1265c.js';
|
|
90
90
|
export { _ as OrTeleport } from '../OrTeleportVue2-8ef4ceca.js';
|
|
91
91
|
export { _ as OrTeleportV3 } from '../OrTeleport.vue2-fb92f29f.js';
|
|
92
92
|
export { _ as OrTextV3 } from '../OrText-b12d0682.js';
|
|
@@ -95,11 +95,11 @@ export { _ as OrTextareaV3 } from '../OrTextarea-373d0554.js';
|
|
|
95
95
|
export { _ as OrTextbox, T as TextboxTypes } from '../OrTextbox-2594c980.js';
|
|
96
96
|
export { _ as OrToast, a as OrToastContainer } from '../OrToastContainer-2fbd4358.js';
|
|
97
97
|
export { P as PositionsX, b as PositionsY, c as ToastType, T as TransitionType, a as useQueue, u as useToast } from '../useToast-4fbe0e5a.js';
|
|
98
|
-
export { a as OrToastContainerV3, _ as OrToastV3, t as TypesV3 } from '../types-
|
|
98
|
+
export { a as OrToastContainerV3, _ as OrToastV3, t as TypesV3 } from '../types-f4b60ff3.js';
|
|
99
99
|
export { p as PropsV3, a as useQueueV3, u as useToastV3 } from '../useToast-0665462d.js';
|
|
100
100
|
export { _ as OrTooltip } from '../OrTooltip-614b016d.js';
|
|
101
101
|
export { _ as OrTooltipContent } from '../OrTooltip.vue_rollup-plugin-vue_script-63559536.js';
|
|
102
|
-
export { _ as OrTooltipV3 } from '../OrTooltip-
|
|
102
|
+
export { _ as OrTooltipV3 } from '../OrTooltip-34d2e01f.js';
|
|
103
103
|
import 'vue-demi';
|
|
104
104
|
import 'lodash';
|
|
105
105
|
import '../normalize-component-6e8e3d80.js';
|
|
@@ -125,7 +125,7 @@ import '../useValidationAttributes-d1abbe34.js';
|
|
|
125
125
|
import '../useResponsive-a02e95b7.js';
|
|
126
126
|
import 'uuid';
|
|
127
127
|
import 'sortablejs';
|
|
128
|
-
import '../useElevation-
|
|
128
|
+
import '../useElevation-92fce12c.js';
|
|
129
129
|
import '@vueuse/integrations/useFocusTrap';
|
|
130
130
|
import '../useToggle-29e4d7c7.js';
|
|
131
131
|
import '../dropdown-open-0d314aa4.js';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
export { _ as OrBottomSheetV3 } from '../../OrBottomSheet-
|
|
1
|
+
export { _ as OrBottomSheetV3 } from '../../OrBottomSheet-c9bfe63f.js';
|
|
2
2
|
import '@vueuse/core';
|
|
3
3
|
import 'vue-demi';
|
|
4
|
-
import '../../OrOverlay-
|
|
5
|
-
import '../../useElevation-
|
|
4
|
+
import '../../OrOverlay-2ded265b.js';
|
|
5
|
+
import '../../useElevation-92fce12c.js';
|
|
6
6
|
import '../../OrTeleport.vue2-fb92f29f.js';
|
|
7
7
|
import 'portal-vue';
|
|
8
8
|
import '../../normalize-component-6e8e3d80.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { a as ButtonColor, b as ButtonType, B as ButtonVariant, _ as OrButtonV3 } from '../../OrButton-
|
|
1
|
+
export { a as ButtonColor, b as ButtonType, B as ButtonVariant, _ as OrButtonV3 } from '../../OrButton-66964360.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
3
|
import '../../OrLoader-76307488.js';
|
|
4
4
|
import '../../normalize-component-6e8e3d80.js';
|
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
export { D as DefaultCardCollectionViews, _ as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../../OrCardCollection-
|
|
1
|
+
export { D as DefaultCardCollectionViews, _ as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../../OrCardCollection-53b55eec.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
|
-
import '../../OrButton-
|
|
3
|
+
import '../../OrButton-66964360.js';
|
|
4
4
|
import '../../OrLoader-76307488.js';
|
|
5
5
|
import '../../normalize-component-6e8e3d80.js';
|
|
6
|
-
import '../../OrIconButton-
|
|
6
|
+
import '../../OrIconButton-140f940e.js';
|
|
7
7
|
import '../../OrIcon-c434985a.js';
|
|
8
|
-
import '../../OrTooltip-
|
|
8
|
+
import '../../OrTooltip-34d2e01f.js';
|
|
9
9
|
import '@vueuse/core';
|
|
10
|
-
import '../../OrPopover-
|
|
10
|
+
import '../../OrPopover-b3746279.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-c9bfe63f.js';
|
|
15
|
+
import '../../OrOverlay-2ded265b.js';
|
|
16
16
|
import '../../OrTeleport.vue2-fb92f29f.js';
|
|
17
17
|
import 'portal-vue';
|
|
18
18
|
import '../../OrMenuItem-4f810513.js';
|
|
19
|
-
import '../../OrMenu-
|
|
20
|
-
import '../../OrSearch-
|
|
21
|
-
import '../../OrInput-
|
|
19
|
+
import '../../OrMenu-1adef5df.js';
|
|
20
|
+
import '../../OrSearch-6aaba430.js';
|
|
21
|
+
import '../../OrInput-b241f15f.js';
|
|
22
22
|
import '../../useIdAttribute-859439f0.js';
|
|
23
23
|
import '../../useValidationAttributes-d1abbe34.js';
|
|
24
24
|
import '../../OrError-13845bb0.js';
|
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
export { C as ConfirmType, _ as OrConfirmV3 } from '../../OrConfirm-
|
|
1
|
+
export { C as ConfirmType, _ as OrConfirmV3 } from '../../OrConfirm-ccf4b2c9.js';
|
|
2
2
|
import '@vueuse/core';
|
|
3
3
|
import '@vueuse/math';
|
|
4
4
|
import 'vue-demi';
|
|
5
|
-
import '../../OrButton-
|
|
5
|
+
import '../../OrButton-66964360.js';
|
|
6
6
|
import '../../OrLoader-76307488.js';
|
|
7
7
|
import '../../normalize-component-6e8e3d80.js';
|
|
8
|
-
import '../../OrInput-
|
|
8
|
+
import '../../OrInput-b241f15f.js';
|
|
9
9
|
import '../../useIdAttribute-859439f0.js';
|
|
10
10
|
import '../../useResponsive-a02e95b7.js';
|
|
11
11
|
import '../../useValidationAttributes-d1abbe34.js';
|
|
12
12
|
import '../../OrError-13845bb0.js';
|
|
13
13
|
import '../../OrHint-78b399cb.js';
|
|
14
|
-
import '../../OrIconButton-
|
|
14
|
+
import '../../OrIconButton-140f940e.js';
|
|
15
15
|
import '../../OrIcon-c434985a.js';
|
|
16
|
-
import '../../OrTooltip-
|
|
17
|
-
import '../../OrPopover-
|
|
16
|
+
import '../../OrTooltip-34d2e01f.js';
|
|
17
|
+
import '../../OrPopover-b3746279.js';
|
|
18
18
|
import '@floating-ui/dom';
|
|
19
|
-
import '../../useElevation-
|
|
20
|
-
import '../../OrBottomSheet-
|
|
21
|
-
import '../../OrOverlay-
|
|
19
|
+
import '../../useElevation-92fce12c.js';
|
|
20
|
+
import '../../OrBottomSheet-c9bfe63f.js';
|
|
21
|
+
import '../../OrOverlay-2ded265b.js';
|
|
22
22
|
import '../../OrTeleport.vue2-fb92f29f.js';
|
|
23
23
|
import 'portal-vue';
|
|
24
24
|
import '../../OrInputBox-53d1f66d.js';
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
export { I as IconButtonColor, _ as OrIconButtonV3 } from '../../OrIconButton-
|
|
1
|
+
export { I as IconButtonColor, _ as OrIconButtonV3 } from '../../OrIconButton-140f940e.js';
|
|
2
2
|
export { I as IconButtonSize } from '../../OrIcon-c434985a.js';
|
|
3
3
|
import 'vue-demi';
|
|
4
|
-
import '../../OrTooltip-
|
|
4
|
+
import '../../OrTooltip-34d2e01f.js';
|
|
5
5
|
import '@vueuse/core';
|
|
6
|
-
import '../../OrPopover-
|
|
6
|
+
import '../../OrPopover-b3746279.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-c9bfe63f.js';
|
|
11
|
+
import '../../OrOverlay-2ded265b.js';
|
|
12
12
|
import '../../OrTeleport.vue2-fb92f29f.js';
|
|
13
13
|
import 'portal-vue';
|
|
14
14
|
import '../../normalize-component-6e8e3d80.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { I as InlineInputType, _ as OrInlineInputV3 } from '../../OrInlineInput-
|
|
1
|
+
export { I as InlineInputType, _ as OrInlineInputV3 } from '../../OrInlineInput-01f1d5cc.js';
|
|
2
2
|
export { I as InlineInputSize } from '../../OrInlineInputBox-46146af0.js';
|
|
3
3
|
import 'vue-demi';
|
|
4
4
|
import '../../useIdAttribute-859439f0.js';
|
|
@@ -7,15 +7,15 @@ import '../../useValidationAttributes-d1abbe34.js';
|
|
|
7
7
|
import '../../OrError-13845bb0.js';
|
|
8
8
|
import '../../normalize-component-6e8e3d80.js';
|
|
9
9
|
import '../../OrHint-78b399cb.js';
|
|
10
|
-
import '../../OrIconButton-
|
|
10
|
+
import '../../OrIconButton-140f940e.js';
|
|
11
11
|
import '../../OrIcon-c434985a.js';
|
|
12
|
-
import '../../OrTooltip-
|
|
13
|
-
import '../../OrPopover-
|
|
12
|
+
import '../../OrTooltip-34d2e01f.js';
|
|
13
|
+
import '../../OrPopover-b3746279.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-c9bfe63f.js';
|
|
18
|
+
import '../../OrOverlay-2ded265b.js';
|
|
19
19
|
import '../../OrTeleport.vue2-fb92f29f.js';
|
|
20
20
|
import 'portal-vue';
|
|
21
21
|
import '../../browser-82dea9ed.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { _ as OrInlineTextareaV3 } from '../../OrInlineTextarea-
|
|
1
|
+
export { _ as OrInlineTextareaV3 } from '../../OrInlineTextarea-421ff4d1.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-13845bb0.js';
|
|
7
7
|
import '../../normalize-component-6e8e3d80.js';
|
|
8
8
|
import '../../OrHint-78b399cb.js';
|
|
9
|
-
import '../../OrIconButton-
|
|
9
|
+
import '../../OrIconButton-140f940e.js';
|
|
10
10
|
import '../../OrIcon-c434985a.js';
|
|
11
|
-
import '../../OrTooltip-
|
|
12
|
-
import '../../OrPopover-
|
|
11
|
+
import '../../OrTooltip-34d2e01f.js';
|
|
12
|
+
import '../../OrPopover-b3746279.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-c9bfe63f.js';
|
|
17
|
+
import '../../OrOverlay-2ded265b.js';
|
|
18
18
|
import '../../OrTeleport.vue2-fb92f29f.js';
|
|
19
19
|
import 'portal-vue';
|
|
20
20
|
import '../../OrInlineInputBox-46146af0.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { I as InputType, _ as OrInputV3 } from '../../OrInput-
|
|
1
|
+
export { I as InputType, _ as OrInputV3 } from '../../OrInput-b241f15f.js';
|
|
2
2
|
export { a as InputSize } from '../../OrInputBox-53d1f66d.js';
|
|
3
3
|
import 'vue-demi';
|
|
4
4
|
import '../../useIdAttribute-859439f0.js';
|
|
@@ -8,14 +8,14 @@ import '../../useValidationAttributes-d1abbe34.js';
|
|
|
8
8
|
import '../../OrError-13845bb0.js';
|
|
9
9
|
import '../../normalize-component-6e8e3d80.js';
|
|
10
10
|
import '../../OrHint-78b399cb.js';
|
|
11
|
-
import '../../OrIconButton-
|
|
11
|
+
import '../../OrIconButton-140f940e.js';
|
|
12
12
|
import '../../OrIcon-c434985a.js';
|
|
13
|
-
import '../../OrTooltip-
|
|
14
|
-
import '../../OrPopover-
|
|
13
|
+
import '../../OrTooltip-34d2e01f.js';
|
|
14
|
+
import '../../OrPopover-b3746279.js';
|
|
15
15
|
import '@floating-ui/dom';
|
|
16
|
-
import '../../useElevation-
|
|
17
|
-
import '../../OrBottomSheet-
|
|
18
|
-
import '../../OrOverlay-
|
|
16
|
+
import '../../useElevation-92fce12c.js';
|
|
17
|
+
import '../../OrBottomSheet-c9bfe63f.js';
|
|
18
|
+
import '../../OrOverlay-2ded265b.js';
|
|
19
19
|
import '../../OrTeleport.vue2-fb92f29f.js';
|
|
20
20
|
import 'portal-vue';
|
|
21
21
|
import '../../OrLabel-0945a4d9.js';
|
|
@@ -9,6 +9,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
9
9
|
} | {}, true> | undefined>;
|
|
10
10
|
popoverRoot: import("@vue/composition-api").ComputedRef<undefined>;
|
|
11
11
|
rootStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
12
|
+
bodyStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
12
13
|
isOpen: import("@vue/composition-api").ComputedRef<undefined>;
|
|
13
14
|
open: () => void;
|
|
14
15
|
close: () => void;
|
|
@@ -52,6 +53,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
52
53
|
} | {}, true> | undefined>;
|
|
53
54
|
popoverRoot: import("@vue/composition-api").ComputedRef<undefined>;
|
|
54
55
|
rootStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
56
|
+
bodyStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
55
57
|
isOpen: import("@vue/composition-api").ComputedRef<undefined>;
|
|
56
58
|
open: () => void;
|
|
57
59
|
close: () => void;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
export { _ as OrMenuV3 } from '../../OrMenu-
|
|
2
|
-
export { P as MenuPlacement } from '../../OrPopover-
|
|
1
|
+
export { _ as OrMenuV3 } from '../../OrMenu-1adef5df.js';
|
|
2
|
+
export { P as MenuPlacement } from '../../OrPopover-b3746279.js';
|
|
3
3
|
import 'vue-demi';
|
|
4
4
|
import '../../normalize-component-6e8e3d80.js';
|
|
5
5
|
import '@floating-ui/dom';
|
|
6
6
|
import '@vueuse/core';
|
|
7
|
-
import '../../useElevation-
|
|
7
|
+
import '../../useElevation-92fce12c.js';
|
|
8
8
|
import '../../useResponsive-a02e95b7.js';
|
|
9
|
-
import '../../OrBottomSheet-
|
|
10
|
-
import '../../OrOverlay-
|
|
9
|
+
import '../../OrBottomSheet-c9bfe63f.js';
|
|
10
|
+
import '../../OrOverlay-2ded265b.js';
|
|
11
11
|
import '../../OrTeleport.vue2-fb92f29f.js';
|
|
12
12
|
import 'portal-vue';
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
export { M as ModalSize, _ as OrModalV3 } from '../../OrModal-
|
|
1
|
+
export { M as ModalSize, _ as OrModalV3 } from '../../OrModal-a938e31b.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
|
-
import '../../OrIconButton-
|
|
3
|
+
import '../../OrIconButton-140f940e.js';
|
|
4
4
|
import '../../OrIcon-c434985a.js';
|
|
5
5
|
import '../../normalize-component-6e8e3d80.js';
|
|
6
|
-
import '../../OrTooltip-
|
|
6
|
+
import '../../OrTooltip-34d2e01f.js';
|
|
7
7
|
import '@vueuse/core';
|
|
8
|
-
import '../../OrPopover-
|
|
8
|
+
import '../../OrPopover-b3746279.js';
|
|
9
9
|
import '@floating-ui/dom';
|
|
10
|
-
import '../../useElevation-
|
|
10
|
+
import '../../useElevation-92fce12c.js';
|
|
11
11
|
import '../../useResponsive-a02e95b7.js';
|
|
12
|
-
import '../../OrBottomSheet-
|
|
13
|
-
import '../../OrOverlay-
|
|
12
|
+
import '../../OrBottomSheet-c9bfe63f.js';
|
|
13
|
+
import '../../OrOverlay-2ded265b.js';
|
|
14
14
|
import '../../OrTeleport.vue2-fb92f29f.js';
|
|
15
15
|
import 'portal-vue';
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
export { N as NotificationVariant, _ as OrNotificationV3 } from '../../OrNotification-
|
|
1
|
+
export { N as NotificationVariant, _ as OrNotificationV3 } from '../../OrNotification-e8c1df46.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
|
-
import '../../OrIconButton-
|
|
3
|
+
import '../../OrIconButton-140f940e.js';
|
|
4
4
|
import '../../OrIcon-c434985a.js';
|
|
5
5
|
import '../../normalize-component-6e8e3d80.js';
|
|
6
|
-
import '../../OrTooltip-
|
|
6
|
+
import '../../OrTooltip-34d2e01f.js';
|
|
7
7
|
import '@vueuse/core';
|
|
8
|
-
import '../../OrPopover-
|
|
8
|
+
import '../../OrPopover-b3746279.js';
|
|
9
9
|
import '@floating-ui/dom';
|
|
10
|
-
import '../../useElevation-
|
|
10
|
+
import '../../useElevation-92fce12c.js';
|
|
11
11
|
import '../../useResponsive-a02e95b7.js';
|
|
12
|
-
import '../../OrBottomSheet-
|
|
13
|
-
import '../../OrOverlay-
|
|
12
|
+
import '../../OrBottomSheet-c9bfe63f.js';
|
|
13
|
+
import '../../OrOverlay-2ded265b.js';
|
|
14
14
|
import '../../OrTeleport.vue2-fb92f29f.js';
|
|
15
15
|
import 'portal-vue';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export { _ as OrOverlayV3 } from '../../OrOverlay-
|
|
1
|
+
export { _ as OrOverlayV3 } from '../../OrOverlay-2ded265b.js';
|
|
2
2
|
import '@vueuse/core';
|
|
3
3
|
import 'vue-demi';
|
|
4
|
-
import '../../useElevation-
|
|
4
|
+
import '../../useElevation-92fce12c.js';
|
|
5
5
|
import '../../OrTeleport.vue2-fb92f29f.js';
|
|
6
6
|
import 'portal-vue';
|
|
7
7
|
import '../../normalize-component-6e8e3d80.js';
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
import { PropType } from 'vue-demi';
|
|
2
2
|
import { PaginationModel } from './types';
|
|
3
3
|
declare const _default: import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api").ShallowUnwrapRef<{
|
|
4
|
-
isDesktop: import("@vue/composition-api").Ref<boolean>;
|
|
5
|
-
isMobile: import("@vue/composition-api").Ref<boolean>;
|
|
6
4
|
root: import("@vue/composition-api").Ref<HTMLElement | undefined>;
|
|
7
5
|
limitButton: import("@vue/composition-api").Ref<import("@vue/composition-api").ComponentRenderProxy<{} & {}, import("@vue/composition-api").ShallowUnwrapRef<unknown>, unknown, import("@vue/composition-api").ComputedOptions, import("@vue/composition-api").MethodOptions, unknown, unknown, {
|
|
8
6
|
[x: string]: ((...args: any[]) => any) | null;
|
|
@@ -63,8 +61,6 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
63
61
|
} & {} & {
|
|
64
62
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
65
63
|
}, import("@vue/composition-api").ShallowUnwrapRef<{
|
|
66
|
-
isDesktop: import("@vue/composition-api").Ref<boolean>;
|
|
67
|
-
isMobile: import("@vue/composition-api").Ref<boolean>;
|
|
68
64
|
root: import("@vue/composition-api").Ref<HTMLElement | undefined>;
|
|
69
65
|
limitButton: import("@vue/composition-api").Ref<import("@vue/composition-api").ComponentRenderProxy<{} & {}, import("@vue/composition-api").ShallowUnwrapRef<unknown>, unknown, import("@vue/composition-api").ComputedOptions, import("@vue/composition-api").MethodOptions, unknown, unknown, {
|
|
70
66
|
[x: string]: ((...args: any[]) => any) | null;
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
export { _ as OrPaginationV3 } from '../../OrPagination-
|
|
1
|
+
export { _ as OrPaginationV3 } from '../../OrPagination-f7f540d1.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
|
-
import '
|
|
4
|
-
import '../../useResponsive-a02e95b7.js';
|
|
5
|
-
import '../../OrButton-18f4431c.js';
|
|
3
|
+
import '../../OrButton-66964360.js';
|
|
6
4
|
import '../../OrLoader-76307488.js';
|
|
7
5
|
import '../../normalize-component-6e8e3d80.js';
|
|
8
6
|
import '../../OrIcon-c434985a.js';
|
|
9
7
|
import '../../OrMenuItem-4f810513.js';
|
|
10
|
-
import '../../OrMenu-
|
|
11
|
-
import '../../OrPopover-
|
|
8
|
+
import '../../OrMenu-1adef5df.js';
|
|
9
|
+
import '../../OrPopover-b3746279.js';
|
|
12
10
|
import '@floating-ui/dom';
|
|
13
|
-
import '
|
|
14
|
-
import '../../
|
|
15
|
-
import '../../
|
|
11
|
+
import '@vueuse/core';
|
|
12
|
+
import '../../useElevation-92fce12c.js';
|
|
13
|
+
import '../../useResponsive-a02e95b7.js';
|
|
14
|
+
import '../../OrBottomSheet-c9bfe63f.js';
|
|
15
|
+
import '../../OrOverlay-2ded265b.js';
|
|
16
16
|
import '../../OrTeleport.vue2-fb92f29f.js';
|
|
17
17
|
import 'portal-vue';
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
export { _ as OrPopoverV3, P as PopoverPlacement, a as PopoverVariant } from '../../OrPopover-
|
|
1
|
+
export { _ as OrPopoverV3, P as PopoverPlacement, a as PopoverVariant } from '../../OrPopover-b3746279.js';
|
|
2
2
|
import '@floating-ui/dom';
|
|
3
3
|
import '@vueuse/core';
|
|
4
4
|
import 'vue-demi';
|
|
5
|
-
import '../../useElevation-
|
|
5
|
+
import '../../useElevation-92fce12c.js';
|
|
6
6
|
import '../../useResponsive-a02e95b7.js';
|
|
7
|
-
import '../../OrBottomSheet-
|
|
8
|
-
import '../../OrOverlay-
|
|
7
|
+
import '../../OrBottomSheet-c9bfe63f.js';
|
|
8
|
+
import '../../OrOverlay-2ded265b.js';
|
|
9
9
|
import '../../OrTeleport.vue2-fb92f29f.js';
|
|
10
10
|
import 'portal-vue';
|
|
11
11
|
import '../../normalize-component-6e8e3d80.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { _ as OrProgressV3, P as ProgressColor, a as ProgressType } from '../../OrProgress-
|
|
1
|
+
export { _ as OrProgressV3, P as ProgressColor, a as ProgressType } from '../../OrProgress-b7d1c689.js';
|
|
2
2
|
import '@vueuse/core';
|
|
3
3
|
import 'lodash';
|
|
4
4
|
import 'vue-demi';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { ProgressType, ProgressColor } from './props';
|
|
2
2
|
export declare const ProgressRoot: string[];
|
|
3
3
|
export declare const ProgressRootTypes: Record<ProgressType, string[]>;
|
|
4
4
|
export declare const ProgressHeader: string[];
|
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
export { _ as OrSearchV3 } from '../../OrSearch-
|
|
1
|
+
export { _ as OrSearchV3 } from '../../OrSearch-6aaba430.js';
|
|
2
2
|
export { a as SearchSize } from '../../OrInputBox-53d1f66d.js';
|
|
3
3
|
import '@vueuse/core';
|
|
4
4
|
import 'vue-demi';
|
|
5
|
-
import '../../OrInput-
|
|
5
|
+
import '../../OrInput-b241f15f.js';
|
|
6
6
|
import '../../useIdAttribute-859439f0.js';
|
|
7
7
|
import '../../useResponsive-a02e95b7.js';
|
|
8
8
|
import '../../useValidationAttributes-d1abbe34.js';
|
|
9
9
|
import '../../OrError-13845bb0.js';
|
|
10
10
|
import '../../normalize-component-6e8e3d80.js';
|
|
11
11
|
import '../../OrHint-78b399cb.js';
|
|
12
|
-
import '../../OrIconButton-
|
|
12
|
+
import '../../OrIconButton-140f940e.js';
|
|
13
13
|
import '../../OrIcon-c434985a.js';
|
|
14
|
-
import '../../OrTooltip-
|
|
15
|
-
import '../../OrPopover-
|
|
14
|
+
import '../../OrTooltip-34d2e01f.js';
|
|
15
|
+
import '../../OrPopover-b3746279.js';
|
|
16
16
|
import '@floating-ui/dom';
|
|
17
|
-
import '../../useElevation-
|
|
18
|
-
import '../../OrBottomSheet-
|
|
19
|
-
import '../../OrOverlay-
|
|
17
|
+
import '../../useElevation-92fce12c.js';
|
|
18
|
+
import '../../OrBottomSheet-c9bfe63f.js';
|
|
19
|
+
import '../../OrOverlay-2ded265b.js';
|
|
20
20
|
import '../../OrTeleport.vue2-fb92f29f.js';
|
|
21
21
|
import 'portal-vue';
|
|
22
22
|
import '../../OrLabel-0945a4d9.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { _ as OrSelectV3 } from '../../OrSelect-
|
|
1
|
+
export { _ as OrSelectV3 } from '../../OrSelect-84c2079c.js';
|
|
2
2
|
export { a as SelectSize } from '../../OrInputBox-53d1f66d.js';
|
|
3
3
|
import 'vue-demi';
|
|
4
4
|
import '../../dropdown-open-0d314aa4.js';
|
|
@@ -13,18 +13,18 @@ import '../../OrError-13845bb0.js';
|
|
|
13
13
|
import '../../OrExpansionPanel-0a12d957.js';
|
|
14
14
|
import '../../OrIcon-c434985a.js';
|
|
15
15
|
import '../../OrHint-78b399cb.js';
|
|
16
|
-
import '../../OrInput-
|
|
16
|
+
import '../../OrInput-b241f15f.js';
|
|
17
17
|
import '../../useResponsive-a02e95b7.js';
|
|
18
18
|
import '../../useValidationAttributes-d1abbe34.js';
|
|
19
|
-
import '../../OrIconButton-
|
|
20
|
-
import '../../OrTooltip-
|
|
21
|
-
import '../../OrPopover-
|
|
19
|
+
import '../../OrIconButton-140f940e.js';
|
|
20
|
+
import '../../OrTooltip-34d2e01f.js';
|
|
21
|
+
import '../../OrPopover-b3746279.js';
|
|
22
22
|
import '@floating-ui/dom';
|
|
23
|
-
import '../../useElevation-
|
|
24
|
-
import '../../OrBottomSheet-
|
|
25
|
-
import '../../OrOverlay-
|
|
23
|
+
import '../../useElevation-92fce12c.js';
|
|
24
|
+
import '../../OrBottomSheet-c9bfe63f.js';
|
|
25
|
+
import '../../OrOverlay-2ded265b.js';
|
|
26
26
|
import '../../OrTeleport.vue2-fb92f29f.js';
|
|
27
27
|
import 'portal-vue';
|
|
28
28
|
import '../../OrLoader-76307488.js';
|
|
29
29
|
import '../../OrMenuItem-4f810513.js';
|
|
30
|
-
import '../../OrTag-
|
|
30
|
+
import '../../OrTag-1ed1265c.js';
|