@onereach/ui-components 2.72.2-beta.2270.0 → 2.72.2-beta.2271.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/{OrButton-f1f28b9b.js → OrButton-4862b98b.js} +4 -4
- package/dist/bundled/v2/{OrCardCollection-35abc63a.js → OrCardCollection-1224136d.js} +4 -4
- package/dist/bundled/v2/{OrConfirm-c5717fec.js → OrConfirm-357ed917.js} +2 -2
- package/dist/bundled/v2/{OrEmptyState-9fb413f9.js → OrEmptyState-8a7feb99.js} +2 -2
- package/dist/bundled/v2/{OrErrorTag-97a9112b.js → OrErrorTag-175a2c4f.js} +0 -2
- package/dist/bundled/v2/{OrIconButton-837d57f8.js → OrIconButton-627a1e0e.js} +1 -1
- package/dist/bundled/v2/{OrInlineInput-57fccb41.js → OrInlineInput-e671f71f.js} +1 -1
- package/dist/bundled/v2/{OrInlineTextarea-f8b86cf7.js → OrInlineTextarea-64770565.js} +1 -1
- package/dist/bundled/v2/{OrInput-00070eee.js → OrInput-6b8480d4.js} +1 -1
- package/dist/bundled/v2/{OrLoader-07f84c71.js → OrLoader-864ef92a.js} +4 -11
- package/dist/bundled/v2/{OrMenu-52da43bc.js → OrMenu-848b5403.js} +11 -16
- package/dist/bundled/v2/{OrModal-78f5d49e.js → OrModal-4849027c.js} +1 -1
- package/dist/bundled/v2/{OrNotification-458fe937.js → OrNotification-f49fd0a5.js} +1 -1
- package/dist/bundled/v2/{OrPagination-1b65273d.js → OrPagination-cfbed709.js} +60 -24
- package/dist/bundled/v2/{OrPopover-4e8acb7b.js → OrPopover-453ef85c.js} +3 -1
- package/dist/bundled/v2/{OrProgress-15fe65ec.js → OrProgress-5cf0a7e7.js} +3 -3
- package/dist/bundled/v2/{OrSearch-09fd004c.js → OrSearch-5984811b.js} +1 -1
- package/dist/bundled/v2/{OrSelect-2ececfc1.js → OrSelect-9abead2b.js} +3 -3
- package/dist/bundled/v2/{OrSidebar-c95ef614.js → OrSidebar-b1442193.js} +3 -3
- package/dist/bundled/v2/{OrSwitch-3804a2d8.js → OrSwitch-782d7b43.js} +1 -1
- package/dist/bundled/v2/{OrTabs-d69780fc.js → OrTabs-3c8374bf.js} +1 -1
- package/dist/bundled/v2/{OrTag-4085e8a7.js → OrTag-4230e269.js} +1 -3
- package/dist/bundled/v2/{OrTooltip-b1f38647.js → OrTooltip-c26fa7e4.js} +2 -2
- package/dist/bundled/v2/components/index.js +24 -24
- package/dist/bundled/v2/components/or-button-v3/index.js +2 -2
- package/dist/bundled/v2/components/or-card-collection-v3/index.js +9 -9
- package/dist/bundled/v2/components/or-confirm-v3/index.js +7 -7
- 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 +3 -3
- package/dist/bundled/v2/components/or-inline-input-v3/index.js +4 -4
- package/dist/bundled/v2/components/or-inline-textarea-v3/index.js +4 -4
- package/dist/bundled/v2/components/or-input-v3/index.js +4 -4
- package/dist/bundled/v2/components/or-loader-v3/OrLoader.vue.d.ts +2 -16
- package/dist/bundled/v2/components/or-loader-v3/index.js +1 -1
- package/dist/bundled/v2/components/or-menu-v3/OrMenu.vue.d.ts +0 -2
- package/dist/bundled/v2/components/or-menu-v3/index.js +2 -2
- package/dist/bundled/v2/components/or-menu-v3/styles.d.ts +0 -1
- package/dist/bundled/v2/components/or-modal-v3/index.js +4 -4
- package/dist/bundled/v2/components/or-notification-v3/index.js +4 -4
- package/dist/bundled/v2/components/or-pagination-v3/OrPagination.vue.d.ts +4 -0
- package/dist/bundled/v2/components/or-pagination-v3/index.js +5 -5
- package/dist/bundled/v2/components/or-popover-v3/index.js +1 -1
- 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 +5 -5
- package/dist/bundled/v2/components/or-select-v3/index.js +6 -6
- package/dist/bundled/v2/components/or-sidebar-v3/index.js +1 -1
- package/dist/bundled/v2/components/or-switch-v3/index.js +2 -2
- package/dist/bundled/v2/components/or-tabs-v3/index.js +3 -3
- package/dist/bundled/v2/components/or-tag-v3/index.js +4 -4
- package/dist/bundled/v2/components/or-toast-v3/index.js +5 -5
- package/dist/bundled/v2/components/or-tooltip-v3/index.js +2 -2
- package/dist/bundled/v2/index.js +25 -25
- package/dist/bundled/v2/{types-13daf4de.js → types-a2992841.js} +2 -2
- package/dist/bundled/v3/{OrButton-d8b1c4ac.js → OrButton-05766523.js} +1 -1
- package/dist/bundled/v3/{OrButton.vue_vue_type_script_lang-d31b504f.js → OrButton.vue_vue_type_script_lang-b53e78f5.js} +5 -5
- package/dist/bundled/v3/{OrCardCollection.vue_vue_type_script_lang-23f82328.js → OrCardCollection.vue_vue_type_script_lang-ac7e9076.js} +7 -7
- package/dist/bundled/v3/{OrConfirm.vue_vue_type_script_lang-ab682ec1.js → OrConfirm.vue_vue_type_script_lang-c009a4b3.js} +4 -4
- 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-e2fe7ca9.js → OrErrorTag.vue_vue_type_script_lang-fa28d642.js} +0 -2
- package/dist/bundled/v3/{OrIconButton-e0566ecf.js → OrIconButton-5e61b281.js} +1 -1
- package/dist/bundled/v3/{OrIconButton.vue_vue_type_script_lang-7d1c3fe1.js → OrIconButton.vue_vue_type_script_lang-e9fb8b33.js} +1 -1
- package/dist/bundled/v3/{OrInlineInput.vue_vue_type_script_lang-49ce3308.js → OrInlineInput.vue_vue_type_script_lang-29fe6e81.js} +2 -2
- package/dist/bundled/v3/{OrInlineTextarea.vue_vue_type_script_lang-8fd761d7.js → OrInlineTextarea.vue_vue_type_script_lang-ad9fa4e4.js} +2 -2
- package/dist/bundled/v3/{OrInput-dcf2606e.js → OrInput-b4b7c5d6.js} +1 -1
- package/dist/bundled/v3/{OrInput.vue_vue_type_script_lang-27220623.js → OrInput.vue_vue_type_script_lang-85fe6c89.js} +2 -2
- package/dist/bundled/v3/{OrLoader-40942969.js → OrLoader-123ef8c4.js} +1 -1
- package/dist/bundled/v3/{OrLoader.vue_vue_type_script_lang-9efedfe7.js → OrLoader.vue_vue_type_script_lang-4c3c1ac9.js} +4 -11
- package/dist/bundled/v3/{OrMenu-6d7abe97.js → OrMenu-2e021191.js} +9 -10
- package/dist/bundled/v3/{OrMenu.vue_vue_type_script_lang-df35fd76.js → OrMenu.vue_vue_type_script_lang-656906e5.js} +7 -10
- package/dist/bundled/v3/{OrModal.vue_vue_type_script_lang-6b1dc231.js → OrModal.vue_vue_type_script_lang-503fdff9.js} +2 -2
- package/dist/bundled/v3/{OrNotification.vue_vue_type_script_lang-d0afc1d7.js → OrNotification.vue_vue_type_script_lang-0e1b42ed.js} +2 -2
- package/dist/bundled/v3/{OrPagination.vue_vue_type_script_lang-c0eceb82.js → OrPagination.vue_vue_type_script_lang-9ccb91d6.js} +35 -20
- package/dist/bundled/v3/{OrPopover-1a488f88.js → OrPopover-c4d9240c.js} +1 -1
- package/dist/bundled/v3/{OrPopover.vue_vue_type_script_lang-b1102c1a.js → OrPopover.vue_vue_type_script_lang-5192d0ec.js} +3 -1
- 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-c054c8db.js → OrSearch.vue_vue_type_script_lang-25b247b4.js} +2 -2
- package/dist/bundled/v3/{OrSelect.vue_vue_type_script_lang-7fd5e2f0.js → OrSelect.vue_vue_type_script_lang-a9c32605.js} +5 -5
- package/dist/bundled/v3/{OrSidebar.vue_vue_type_script_lang-ce0b152c.js → OrSidebar.vue_vue_type_script_lang-d298c2fa.js} +3 -3
- package/dist/bundled/v3/{OrSwitch.vue_vue_type_script_lang-25f16621.js → OrSwitch.vue_vue_type_script_lang-31994be7.js} +2 -2
- package/dist/bundled/v3/{OrTabs.vue_vue_type_script_lang-cb550e87.js → OrTabs.vue_vue_type_script_lang-2b48bccf.js} +2 -2
- package/dist/bundled/v3/{OrTag.vue_vue_type_script_lang-a25a49ee.js → OrTag.vue_vue_type_script_lang-3040b635.js} +2 -4
- package/dist/bundled/v3/{OrToastContainer-2e9489f9.js → OrToastContainer-2dd062d0.js} +1 -1
- package/dist/bundled/v3/{OrTooltip.vue_vue_type_script_lang-bf9935ef.js → OrTooltip.vue_vue_type_script_lang-98aa9cdb.js} +3 -3
- package/dist/bundled/v3/components/index.js +30 -30
- package/dist/bundled/v3/components/or-button-v3/index.js +3 -3
- package/dist/bundled/v3/components/or-card-collection-v3/index.js +15 -15
- package/dist/bundled/v3/components/or-confirm-v3/index.js +12 -12
- 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 +4 -4
- package/dist/bundled/v3/components/or-inline-input-v3/index.js +6 -6
- package/dist/bundled/v3/components/or-inline-textarea-v3/index.js +6 -6
- package/dist/bundled/v3/components/or-input-v3/index.js +6 -6
- package/dist/bundled/v3/components/or-loader-v3/OrLoader.vue.d.ts +2 -16
- package/dist/bundled/v3/components/or-loader-v3/index.js +1 -1
- package/dist/bundled/v3/components/or-menu-v3/OrMenu.vue.d.ts +0 -2
- package/dist/bundled/v3/components/or-menu-v3/index.js +3 -3
- package/dist/bundled/v3/components/or-menu-v3/styles.d.ts +0 -1
- package/dist/bundled/v3/components/or-modal-v3/index.js +6 -6
- package/dist/bundled/v3/components/or-notification-v3/index.js +6 -6
- package/dist/bundled/v3/components/or-pagination-v3/OrPagination.vue.d.ts +4 -0
- package/dist/bundled/v3/components/or-pagination-v3/index.js +9 -9
- package/dist/bundled/v3/components/or-popover-v3/index.js +1 -1
- 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 +8 -8
- package/dist/bundled/v3/components/or-select-v3/index.js +9 -9
- package/dist/bundled/v3/components/or-sidebar-v3/index.js +1 -1
- package/dist/bundled/v3/components/or-switch-v3/index.js +3 -3
- package/dist/bundled/v3/components/or-tabs-v3/index.js +5 -5
- package/dist/bundled/v3/components/or-tag-v3/index.js +6 -6
- package/dist/bundled/v3/components/or-toast-v3/index.js +9 -9
- package/dist/bundled/v3/components/or-tooltip-v3/index.js +3 -3
- package/dist/bundled/v3/index.js +75 -53
- package/dist/bundled/v3/{types-8f6f3598.js → types-e38540c7.js} +4 -4
- package/dist/esm/v2/{OrButton-d067bcac.js → OrButton-18f4431c.js} +4 -4
- package/dist/esm/v2/{OrCardCollection-cab5acb9.js → OrCardCollection-f73a8342.js} +5 -5
- package/dist/esm/v2/{OrConfirm-efe95ff6.js → OrConfirm-e20a9639.js} +2 -2
- package/dist/esm/v2/{OrEmptyState-2481f13f.js → OrEmptyState-ab1a044d.js} +2 -2
- package/dist/esm/v2/{OrErrorTag-80f82cdf.js → OrErrorTag-5346825b.js} +0 -2
- package/dist/esm/v2/{OrIconButton-04a3566d.js → OrIconButton-488f559a.js} +2 -2
- package/dist/esm/v2/{OrInlineInput-b85b84b4.js → OrInlineInput-c686a473.js} +1 -1
- package/dist/esm/v2/{OrInlineTextarea-afd33047.js → OrInlineTextarea-219de78c.js} +1 -1
- package/dist/esm/v2/{OrInput-59a15d80.js → OrInput-11d7b0c4.js} +1 -1
- package/dist/esm/v2/{OrLoader-a6ae193f.js → OrLoader-76307488.js} +4 -11
- package/dist/esm/v2/{OrMenu-c276db74.js → OrMenu-2b1d978e.js} +11 -16
- package/dist/esm/v2/{OrModal-4e79e0d5.js → OrModal-7fb4ce88.js} +1 -1
- package/dist/esm/v2/{OrNotification-eac3867f.js → OrNotification-47680b11.js} +1 -1
- package/dist/esm/v2/{OrPagination-1acb7176.js → OrPagination-718c8a47.js} +62 -25
- package/dist/esm/v2/{OrPopover-d5d4f62a.js → OrPopover-c1bcf87b.js} +3 -1
- package/dist/esm/v2/{OrProgress-b7d1c689.js → OrProgress-9fc95bd7.js} +3 -3
- package/dist/esm/v2/{OrSearch-7411388b.js → OrSearch-3cf6d3ba.js} +1 -1
- package/dist/esm/v2/{OrSelect-e31d1c8b.js → OrSelect-5f2b5156.js} +3 -3
- package/dist/esm/v2/{OrSidebar-fabc7bc9.js → OrSidebar-7c89f46c.js} +3 -3
- package/dist/esm/v2/{OrSwitch-c2429fc0.js → OrSwitch-8549219a.js} +1 -1
- package/dist/esm/v2/{OrTabs-96b0473d.js → OrTabs-e7984ffd.js} +2 -2
- package/dist/esm/v2/{OrTag-b2906865.js → OrTag-19505cdf.js} +1 -3
- package/dist/esm/v2/{OrTooltip-629d44fc.js → OrTooltip-987794a0.js} +2 -2
- package/dist/esm/v2/components/index.js +24 -24
- package/dist/esm/v2/components/or-button-v3/index.js +2 -2
- package/dist/esm/v2/components/or-card-collection-v3/index.js +9 -9
- package/dist/esm/v2/components/or-confirm-v3/index.js +7 -7
- 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 +3 -3
- package/dist/esm/v2/components/or-inline-input-v3/index.js +4 -4
- package/dist/esm/v2/components/or-inline-textarea-v3/index.js +4 -4
- package/dist/esm/v2/components/or-input-v3/index.js +4 -4
- package/dist/esm/v2/components/or-loader-v3/OrLoader.vue.d.ts +2 -16
- package/dist/esm/v2/components/or-loader-v3/index.js +1 -1
- package/dist/esm/v2/components/or-menu-v3/OrMenu.vue.d.ts +0 -2
- package/dist/esm/v2/components/or-menu-v3/index.js +2 -2
- package/dist/esm/v2/components/or-menu-v3/styles.d.ts +0 -1
- package/dist/esm/v2/components/or-modal-v3/index.js +4 -4
- package/dist/esm/v2/components/or-notification-v3/index.js +4 -4
- package/dist/esm/v2/components/or-pagination-v3/OrPagination.vue.d.ts +4 -0
- package/dist/esm/v2/components/or-pagination-v3/index.js +7 -7
- package/dist/esm/v2/components/or-popover-v3/index.js +1 -1
- 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 +5 -5
- package/dist/esm/v2/components/or-select-v3/index.js +6 -6
- package/dist/esm/v2/components/or-sidebar-v3/index.js +1 -1
- package/dist/esm/v2/components/or-switch-v3/index.js +2 -2
- package/dist/esm/v2/components/or-tabs-v3/index.js +3 -3
- package/dist/esm/v2/components/or-tag-v3/index.js +4 -4
- package/dist/esm/v2/components/or-toast-v3/index.js +5 -5
- package/dist/esm/v2/components/or-tooltip-v3/index.js +2 -2
- package/dist/esm/v2/index.js +24 -24
- package/dist/esm/v2/{types-4a75cef1.js → types-8e103fb9.js} +2 -2
- package/dist/esm/v3/{OrButton-d9f6c316.js → OrButton-55dd2ad9.js} +4 -4
- package/dist/esm/v3/{OrCardCollection-04b36455.js → OrCardCollection-85fdfd7f.js} +5 -5
- package/dist/esm/v3/{OrConfirm-d7d6255c.js → OrConfirm-f2f4738b.js} +2 -2
- package/dist/esm/v3/{OrEmptyState-bb8e3145.js → OrEmptyState-cd3a4026.js} +2 -2
- package/dist/esm/v3/{OrErrorTag-308119de.js → OrErrorTag-a3e6ef83.js} +0 -2
- package/dist/esm/v3/{OrIconButton-2dcfb83e.js → OrIconButton-24b89457.js} +2 -2
- package/dist/esm/v3/{OrInlineInput-fbc35f85.js → OrInlineInput-fa55010c.js} +1 -1
- package/dist/esm/v3/{OrInlineTextarea-79da8697.js → OrInlineTextarea-2f25e0cb.js} +1 -1
- package/dist/esm/v3/{OrInput-bd054213.js → OrInput-22b90c7d.js} +1 -1
- package/dist/esm/v3/{OrLoader-1709eb68.js → OrLoader-a53d2edf.js} +4 -11
- package/dist/esm/v3/{OrMenu-7f3ea117.js → OrMenu-34e6601c.js} +14 -18
- package/dist/esm/v3/{OrModal-4219a6dc.js → OrModal-ff6512f4.js} +1 -1
- package/dist/esm/v3/{OrNotification-0e682c7f.js → OrNotification-9e1b7e16.js} +1 -1
- package/dist/esm/v3/{OrPagination-7cbdbb05.js → OrPagination-a6b63ef2.js} +65 -27
- package/dist/esm/v3/{OrPopover-40217b49.js → OrPopover-a24dba9b.js} +3 -1
- package/dist/esm/v3/{OrProgress-639ed5e8.js → OrProgress-4856808a.js} +3 -3
- package/dist/esm/v3/{OrSearch-5406bf03.js → OrSearch-a61cb1ab.js} +1 -1
- package/dist/esm/v3/{OrSelect-466e50ca.js → OrSelect-8b73cdba.js} +3 -3
- package/dist/esm/v3/{OrSidebar-a62972f5.js → OrSidebar-5d97c7cc.js} +3 -3
- package/dist/esm/v3/{OrSwitch-54988e7a.js → OrSwitch-1c2196da.js} +1 -1
- package/dist/esm/v3/{OrTabs-328d41b9.js → OrTabs-8c550d38.js} +2 -2
- package/dist/esm/v3/{OrTag-148ff9ae.js → OrTag-88dff18b.js} +1 -3
- package/dist/esm/v3/{OrTooltip-b07616f4.js → OrTooltip-e12df498.js} +2 -2
- package/dist/esm/v3/components/index.js +24 -24
- package/dist/esm/v3/components/or-button-v3/index.js +2 -2
- package/dist/esm/v3/components/or-card-collection-v3/index.js +9 -9
- package/dist/esm/v3/components/or-confirm-v3/index.js +7 -7
- 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 +3 -3
- package/dist/esm/v3/components/or-inline-input-v3/index.js +4 -4
- package/dist/esm/v3/components/or-inline-textarea-v3/index.js +4 -4
- package/dist/esm/v3/components/or-input-v3/index.js +4 -4
- package/dist/esm/v3/components/or-loader-v3/OrLoader.vue.d.ts +2 -16
- package/dist/esm/v3/components/or-loader-v3/index.js +1 -1
- package/dist/esm/v3/components/or-menu-v3/OrMenu.vue.d.ts +0 -2
- package/dist/esm/v3/components/or-menu-v3/index.js +2 -2
- package/dist/esm/v3/components/or-menu-v3/styles.d.ts +0 -1
- package/dist/esm/v3/components/or-modal-v3/index.js +4 -4
- package/dist/esm/v3/components/or-notification-v3/index.js +4 -4
- package/dist/esm/v3/components/or-pagination-v3/OrPagination.vue.d.ts +4 -0
- package/dist/esm/v3/components/or-pagination-v3/index.js +7 -7
- package/dist/esm/v3/components/or-popover-v3/index.js +1 -1
- 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 +5 -5
- package/dist/esm/v3/components/or-select-v3/index.js +6 -6
- package/dist/esm/v3/components/or-sidebar-v3/index.js +1 -1
- package/dist/esm/v3/components/or-switch-v3/index.js +2 -2
- package/dist/esm/v3/components/or-tabs-v3/index.js +3 -3
- package/dist/esm/v3/components/or-tag-v3/index.js +4 -4
- package/dist/esm/v3/components/or-toast-v3/index.js +5 -5
- package/dist/esm/v3/components/or-tooltip-v3/index.js +2 -2
- package/dist/esm/v3/index.js +24 -24
- package/dist/esm/v3/{types-c3417028.js → types-92ea0eb9.js} +2 -2
- package/package.json +2 -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 +0 -3
- package/src/components/or-loader-v3/OrLoader.stories3.ts +4 -16
- package/src/components/or-loader-v3/OrLoader.vue +2 -10
- package/src/components/or-loader-v3/styles.ts +2 -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/styles.ts +3 -0
- package/src/components/or-progress-v3/styles.ts +4 -4
- package/src/components/or-sidebar-v3/styles.ts +3 -3
- package/src/components/or-tag-v3/OrTag.stories3.ts +5 -5
- package/src/components/or-tag-v3/styles.ts +0 -3
- package/src/components/or-tooltip-v3/styles.ts +1 -1
|
@@ -5,10 +5,10 @@ export { _ as OrButton, a as OrButtonColors, b as OrButtonSizes, O as OrButtonVi
|
|
|
5
5
|
export { O as OrButtonV2 } from '../OrButton-705cd0bd.js';
|
|
6
6
|
export { O as OrIconButton } from '../OrIconButton-65962c1c.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 '../constants-c5d1139f.js';
|
|
8
|
-
export { a as ButtonColor, b as ButtonType, B as ButtonVariant, O as OrButtonV3 } from '../OrButton-
|
|
8
|
+
export { a as ButtonColor, b as ButtonType, B as ButtonVariant, O as OrButtonV3 } from '../OrButton-4862b98b.js';
|
|
9
9
|
export { O as OrCard } from '../OrCard-a6b30f8f.js';
|
|
10
10
|
export { C as CARD_COLLECTION_LAYOUT, _ as OrCardCollection } from '../OrCardCollection-166cfcc6.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-1224136d.js';
|
|
12
12
|
export { _ as OrCardV3 } from '../OrCard-45d5869b.js';
|
|
13
13
|
export { a as OrCarousel, _ as OrCarouselItem } from '../OrCarouselItem-6da755c0.js';
|
|
14
14
|
export { O as OrCheckbox } from '../OrCheckbox-4cbddd67.js';
|
|
@@ -19,26 +19,26 @@ export { _ as OrCode, O as OrCodeLanguages } from '../OrCode-fc6876ec.js';
|
|
|
19
19
|
export { O as OrCollapse } from '../OrCollapse-3aa9a9b7.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-a1a37e83.js';
|
|
21
21
|
export { _ as OrConfirm } from '../OrConfirm-55b89b17.js';
|
|
22
|
-
export { C as ConfirmType, _ as OrConfirmV3 } from '../OrConfirm-
|
|
22
|
+
export { C as ConfirmType, _ as OrConfirmV3 } from '../OrConfirm-357ed917.js';
|
|
23
23
|
export { D as DEFAULT_TEXT, _ as OrDateTimePicker, a as OrDateTimePickerItemTypes, O as OrDateTimePickerTypes } from '../OrDateTimePicker-e212f892.js';
|
|
24
24
|
export { O as OrError } from '../OrError-31503e4c.js';
|
|
25
|
-
export { _ as OrErrorTagV3 } from '../OrErrorTag-
|
|
25
|
+
export { _ as OrErrorTagV3 } from '../OrErrorTag-175a2c4f.js';
|
|
26
26
|
export { O as OrErrorV3 } from '../OrError-52f668a4.js';
|
|
27
|
-
export { E as EmptyStateSize, _ as OrEmptyStateV3 } from '../OrEmptyState-
|
|
27
|
+
export { E as EmptyStateSize, _ as OrEmptyStateV3 } from '../OrEmptyState-8a7feb99.js';
|
|
28
28
|
export { a as ExpansionPanelColor, E as ExpansionPanelVariant, O as OrExpansionPanelV3 } from '../OrExpansionPanel-96b8f568.js';
|
|
29
29
|
export { F as FabColor, _ as OrFabV3 } from '../OrFab-ed69dee1.js';
|
|
30
30
|
export { O as OrFloating, b as OrFloatingHideStrategy, a as OrFloatingPlacements } from '../OrFloating-554d6f58.js';
|
|
31
31
|
export { O as OrHint } from '../OrHint-fabea4cf.js';
|
|
32
32
|
export { O as OrHintV3 } from '../OrHint-fde53334.js';
|
|
33
33
|
export { O as OrIcon, a as OrIconColors, b as OrIconType } from '../OrIcon-10ec459c.js';
|
|
34
|
-
export { I as IconButtonColor, O as OrIconButtonV3 } from '../OrIconButton-
|
|
34
|
+
export { I as IconButtonColor, O as OrIconButtonV3 } from '../OrIconButton-627a1e0e.js';
|
|
35
35
|
export { I as IconButtonSize, I as IconSize, a as IconVariant, O as OrIconV3 } from '../OrIcon-458206aa.js';
|
|
36
36
|
export { I as InlineInputBoxSize, I as InlineInputSize, O as OrInlineInputBoxV3 } from '../OrInlineInputBox-7a8e645b.js';
|
|
37
|
-
export { I as InlineInputType, _ as OrInlineInputV3 } from '../OrInlineInput-
|
|
37
|
+
export { I as InlineInputType, _ as OrInlineInputV3 } from '../OrInlineInput-e671f71f.js';
|
|
38
38
|
export { a as InlineTextEditTrimmingTypes, I as InlineTextEditTypes, _ as OrInlineTextEdit } from '../OrInlineTextEdit-7262efdf.js';
|
|
39
|
-
export { _ as OrInlineTextareaV3 } from '../OrInlineTextarea-
|
|
39
|
+
export { _ as OrInlineTextareaV3 } from '../OrInlineTextarea-64770565.js';
|
|
40
40
|
export { a as InputBoxSize, I as InputBoxVariant, a as InputSize, O as OrInputBoxV3, a as SearchSize, a as SelectSize, a as TextareaSize } from '../OrInputBox-2f559e98.js';
|
|
41
|
-
export { I as InputType, O as OrInputV3 } from '../OrInput-
|
|
41
|
+
export { I as InputType, O as OrInputV3 } from '../OrInput-6b8480d4.js';
|
|
42
42
|
export { O as OrInput } from '../OrInput-df1a14fa.js';
|
|
43
43
|
export { O as OrLabel } from '../OrLabel-74c73ba4.js';
|
|
44
44
|
export { L as LabelVariant, O as OrLabelV3 } from '../OrLabel-aff09c39.js';
|
|
@@ -46,46 +46,46 @@ export { L as LinkColor, _ as OrLinkV3 } from '../OrLink-0d952e87.js';
|
|
|
46
46
|
export { O as OrList } from '../OrList-4e84a3b4.js';
|
|
47
47
|
export { _ as OrListOfInputs } from '../OrListOfInputs-ab7f9d97.js';
|
|
48
48
|
export { L as LoaderViews, O as OrLoader } from '../OrLoader-05057239.js';
|
|
49
|
-
export { a as LoaderColor, b as LoaderSize, L as LoaderVariant, O as OrLoaderV3 } from '../OrLoader-
|
|
49
|
+
export { a as LoaderColor, b as LoaderSize, L as LoaderVariant, O as OrLoaderV3 } from '../OrLoader-864ef92a.js';
|
|
50
50
|
export { O as OrMenuItemV3 } from '../OrMenuItem-e2693a5f.js';
|
|
51
|
-
export { O as OrMenuV3 } from '../OrMenu-
|
|
52
|
-
export { P as MenuPlacement, O as OrPopoverV3, P as PopoverPlacement, a as PopoverVariant, P as TooltipPlacement } from '../OrPopover-
|
|
51
|
+
export { O as OrMenuV3 } from '../OrMenu-848b5403.js';
|
|
52
|
+
export { P as MenuPlacement, O as OrPopoverV3, P as PopoverPlacement, a as PopoverVariant, P as TooltipPlacement } from '../OrPopover-453ef85c.js';
|
|
53
53
|
export { O as OrModal, a as OrModalSizes } from '../OrModal-a5411b0d.js';
|
|
54
|
-
export { M as ModalSize, _ as OrModalV3 } from '../OrModal-
|
|
54
|
+
export { M as ModalSize, _ as OrModalV3 } from '../OrModal-4849027c.js';
|
|
55
55
|
export { a as OR_NOTIFICATION_SIZE, O as OR_NOTIFICATION_TYPE, _ as OrNotification } from '../OrNotification-3909aaf2.js';
|
|
56
|
-
export { N as NotificationVariant, _ as OrNotificationV3 } from '../OrNotification-
|
|
56
|
+
export { N as NotificationVariant, _ as OrNotificationV3 } from '../OrNotification-f49fd0a5.js';
|
|
57
57
|
export { _ as OrNumberInput } from '../OrNumberInput-face8ccc.js';
|
|
58
58
|
export { _ as OrOverflowMenu } from '../OrOverflowMenu-711e460e.js';
|
|
59
59
|
export { O as OrOverlay } from '../OrOverlay-47967a8b.js';
|
|
60
60
|
export { O as OrOverlayV3 } from '../OrOverlay-efa7992e.js';
|
|
61
61
|
export { _ as OrPassword } from '../OrPassword-a818e7b5.js';
|
|
62
|
-
export { _ as OrPaginationV3 } from '../OrPagination-
|
|
62
|
+
export { _ as OrPaginationV3 } from '../OrPagination-cfbed709.js';
|
|
63
63
|
export { O as OrProgress, a as OrProgressColors, b as OrProgressTypes } from '../OrProgress-de947341.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-5cf0a7e7.js';
|
|
65
65
|
export { _ as OrRadio } from '../OrRadio-187d6fc7.js';
|
|
66
66
|
export { _ as OrRadioGroup } from '../OrRadioGroup-aa9f0757.js';
|
|
67
67
|
export { _ as OrRadioV3 } from '../OrRadio-fe23947a.js';
|
|
68
68
|
export { O as OrSearch } from '../OrSearch-832d7978.js';
|
|
69
|
-
export { O as OrSearchV3 } from '../OrSearch-
|
|
69
|
+
export { O as OrSearchV3 } from '../OrSearch-5984811b.js';
|
|
70
70
|
export { _ as OrSegmentedControlV3, S as SegmentedControlSize } from '../OrSegmentedControl-878279bf.js';
|
|
71
71
|
export { _ as OrSelect } from '../OrSelect-a23d4210.js';
|
|
72
|
-
export { _ as OrSelectV3 } from '../OrSelect-
|
|
72
|
+
export { _ as OrSelectV3 } from '../OrSelect-9abead2b.js';
|
|
73
73
|
export { _ as OrSidebar, O as OrSidebarSide } from '../OrSidebar-e2b2c9ec.js';
|
|
74
|
-
export { O as OrSidebarPlacement, _ as OrSidebarV3 } from '../OrSidebar-
|
|
74
|
+
export { O as OrSidebarPlacement, _ as OrSidebarV3 } from '../OrSidebar-b1442193.js';
|
|
75
75
|
export { _ as OrSkeletonCircle, a as OrSkeletonRect, b as OrSkeletonText, O as OrSkeletonTextSizes } from '../OrSkeletonText-242d22f3.js';
|
|
76
76
|
export { _ as OrSkeletonCircleV3, a as OrSkeletonRectV3, b as OrSkeletonTextV3 } from '../OrSkeletonText-9a2f39dc.js';
|
|
77
77
|
export { _ as OrSlider } from '../OrSlider-59d05856.js';
|
|
78
78
|
export { _ as OrSortHeaderV3 } from '../OrSortHeader-565ace92.js';
|
|
79
79
|
export { _ as OrStepper } from '../OrStepper-3fc1a2b3.js';
|
|
80
80
|
export { _ as OrSwitch } from '../OrSwitch-47670dbd.js';
|
|
81
|
-
export { _ as OrSwitchV3 } from '../OrSwitch-
|
|
81
|
+
export { _ as OrSwitchV3 } from '../OrSwitch-782d7b43.js';
|
|
82
82
|
export { _ as OrTab } from '../OrTab-b2c6d977.js';
|
|
83
83
|
export { O as OrTabHeaderItem } from '../OrTabHeaderItem-d39c3cf7.js';
|
|
84
84
|
export { O as OrTabV3 } from '../OrTab-8c5acf8a.js';
|
|
85
85
|
export { _ as OrTabs } from '../OrTabs-4c8f6422.js';
|
|
86
|
-
export { _ as OrTabsV3, T as TabsVariant } from '../OrTabs-
|
|
86
|
+
export { _ as OrTabsV3, T as TabsVariant } from '../OrTabs-3c8374bf.js';
|
|
87
87
|
export { _ as OrTag } from '../OrTag-79e48fec.js';
|
|
88
|
-
export { O as OrTagV3, a as TagColor, T as TagVariant } from '../OrTag-
|
|
88
|
+
export { O as OrTagV3, a as TagColor, T as TagVariant } from '../OrTag-4230e269.js';
|
|
89
89
|
export { O as OrTeleport } from '../OrTeleportVue2-3544f185.js';
|
|
90
90
|
export { O as OrTeleportV3 } from '../OrTeleport.vue2-e9ba3054.js';
|
|
91
91
|
export { _ as OrTextV3 } from '../OrText-a665b991.js';
|
|
@@ -94,11 +94,11 @@ export { _ as OrTextareaV3 } from '../OrTextarea-5c57c02b.js';
|
|
|
94
94
|
export { _ as OrTextbox, T as TextboxTypes } from '../OrTextbox-eacd9b19.js';
|
|
95
95
|
export { P as PositionsX, b as PositionsY, c as ToastType, T as TransitionType, a as useQueue, u as useToast } from '../useToast-1faa828c.js';
|
|
96
96
|
export { O as OrToast, _ as OrToastContainer } from '../OrToastContainer-b03adc37.js';
|
|
97
|
-
export { _ as OrToastContainerV3, O as OrToastV3, t as TypesV3 } from '../types-
|
|
97
|
+
export { _ as OrToastContainerV3, O as OrToastV3, t as TypesV3 } from '../types-a2992841.js';
|
|
98
98
|
export { p as PropsV3, a as useQueueV3, u as useToastV3 } from '../useToast-3a3d4280.js';
|
|
99
99
|
export { O as OrTooltip } from '../OrTooltip-dfea7af2.js';
|
|
100
100
|
export { O as OrTooltipContent } from '../OrTooltipContent-f0fd5f75.js';
|
|
101
|
-
export { O as OrTooltipV3 } from '../OrTooltip-
|
|
101
|
+
export { O as OrTooltipV3 } from '../OrTooltip-c26fa7e4.js';
|
|
102
102
|
import '../index-fa6eb4ca.js';
|
|
103
103
|
import 'vue';
|
|
104
104
|
import '@vue/composition-api/dist/vue-composition-api.mjs';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export { a as ButtonColor, b as ButtonType, B as ButtonVariant, O as OrButtonV3 } from '../../OrButton-
|
|
1
|
+
export { a as ButtonColor, b as ButtonType, B as ButtonVariant, O as OrButtonV3 } from '../../OrButton-4862b98b.js';
|
|
2
2
|
import '../../index-fa6eb4ca.js';
|
|
3
3
|
import 'vue';
|
|
4
4
|
import '@vue/composition-api/dist/vue-composition-api.mjs';
|
|
5
|
-
import '../../OrLoader-
|
|
5
|
+
import '../../OrLoader-864ef92a.js';
|
|
6
6
|
import '../../normalize-component-6e8e3d80.js';
|
|
@@ -1,13 +1,13 @@
|
|
|
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-1224136d.js';
|
|
2
2
|
import '../../index-fa6eb4ca.js';
|
|
3
3
|
import 'vue';
|
|
4
4
|
import '@vue/composition-api/dist/vue-composition-api.mjs';
|
|
5
5
|
import '../../normalize-component-6e8e3d80.js';
|
|
6
|
-
import '../../OrIconButton-
|
|
6
|
+
import '../../OrIconButton-627a1e0e.js';
|
|
7
7
|
import '../../OrIcon-458206aa.js';
|
|
8
|
-
import '../../OrTooltip-
|
|
8
|
+
import '../../OrTooltip-c26fa7e4.js';
|
|
9
9
|
import '@vueuse/core';
|
|
10
|
-
import '../../OrPopover-
|
|
10
|
+
import '../../OrPopover-453ef85c.js';
|
|
11
11
|
import '../../floating-ui.dom.esm-83eba816.js';
|
|
12
12
|
import '../../OrBottomSheet-ddba20c1.js';
|
|
13
13
|
import '../../OrOverlay-efa7992e.js';
|
|
@@ -15,12 +15,12 @@ import '../../OrTeleport.vue2-e9ba3054.js';
|
|
|
15
15
|
import 'portal-vue';
|
|
16
16
|
import '../../useElevation-aac032f4.js';
|
|
17
17
|
import '../../useResponsive-e13dfbb0.js';
|
|
18
|
-
import '../../OrButton-
|
|
19
|
-
import '../../OrLoader-
|
|
20
|
-
import '../../OrMenu-
|
|
18
|
+
import '../../OrButton-4862b98b.js';
|
|
19
|
+
import '../../OrLoader-864ef92a.js';
|
|
20
|
+
import '../../OrMenu-848b5403.js';
|
|
21
21
|
import '../../OrMenuItem-e2693a5f.js';
|
|
22
|
-
import '../../OrSearch-
|
|
23
|
-
import '../../OrInput-
|
|
22
|
+
import '../../OrSearch-5984811b.js';
|
|
23
|
+
import '../../OrInput-6b8480d4.js';
|
|
24
24
|
import '../../OrError-52f668a4.js';
|
|
25
25
|
import '../../OrHint-fde53334.js';
|
|
26
26
|
import '../../OrInputBox-2f559e98.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { C as ConfirmType, _ as OrConfirmV3 } from '../../OrConfirm-
|
|
1
|
+
export { C as ConfirmType, _ as OrConfirmV3 } from '../../OrConfirm-357ed917.js';
|
|
2
2
|
import '@vueuse/core';
|
|
3
3
|
import '../../index-17f264f9.js';
|
|
4
4
|
import '../../index-fa6eb4ca.js';
|
|
@@ -9,15 +9,15 @@ import '../../OrTeleport.vue2-e9ba3054.js';
|
|
|
9
9
|
import 'portal-vue';
|
|
10
10
|
import '../../normalize-component-6e8e3d80.js';
|
|
11
11
|
import '../../useElevation-aac032f4.js';
|
|
12
|
-
import '../../OrButton-
|
|
13
|
-
import '../../OrLoader-
|
|
14
|
-
import '../../OrInput-
|
|
12
|
+
import '../../OrButton-4862b98b.js';
|
|
13
|
+
import '../../OrLoader-864ef92a.js';
|
|
14
|
+
import '../../OrInput-6b8480d4.js';
|
|
15
15
|
import '../../OrError-52f668a4.js';
|
|
16
16
|
import '../../OrHint-fde53334.js';
|
|
17
17
|
import '../../OrIcon-458206aa.js';
|
|
18
|
-
import '../../OrIconButton-
|
|
19
|
-
import '../../OrTooltip-
|
|
20
|
-
import '../../OrPopover-
|
|
18
|
+
import '../../OrIconButton-627a1e0e.js';
|
|
19
|
+
import '../../OrTooltip-c26fa7e4.js';
|
|
20
|
+
import '../../OrPopover-453ef85c.js';
|
|
21
21
|
import '../../floating-ui.dom.esm-83eba816.js';
|
|
22
22
|
import '../../OrBottomSheet-ddba20c1.js';
|
|
23
23
|
import '../../useResponsive-e13dfbb0.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { E as EmptyStateSize, _ as OrEmptyStateV3 } from '../../OrEmptyState-
|
|
1
|
+
export { E as EmptyStateSize, _ as OrEmptyStateV3 } from '../../OrEmptyState-8a7feb99.js';
|
|
2
2
|
import '../../index-fa6eb4ca.js';
|
|
3
3
|
import 'vue';
|
|
4
4
|
import '@vue/composition-api/dist/vue-composition-api.mjs';
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
export { I as IconButtonColor, O as OrIconButtonV3 } from '../../OrIconButton-
|
|
1
|
+
export { I as IconButtonColor, O as OrIconButtonV3 } from '../../OrIconButton-627a1e0e.js';
|
|
2
2
|
export { I as IconButtonSize } from '../../OrIcon-458206aa.js';
|
|
3
3
|
import '../../index-fa6eb4ca.js';
|
|
4
4
|
import 'vue';
|
|
5
5
|
import '@vue/composition-api/dist/vue-composition-api.mjs';
|
|
6
|
-
import '../../OrTooltip-
|
|
6
|
+
import '../../OrTooltip-c26fa7e4.js';
|
|
7
7
|
import '@vueuse/core';
|
|
8
|
-
import '../../OrPopover-
|
|
8
|
+
import '../../OrPopover-453ef85c.js';
|
|
9
9
|
import '../../floating-ui.dom.esm-83eba816.js';
|
|
10
10
|
import '../../OrBottomSheet-ddba20c1.js';
|
|
11
11
|
import '../../OrOverlay-efa7992e.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { I as InlineInputType, _ as OrInlineInputV3 } from '../../OrInlineInput-
|
|
1
|
+
export { I as InlineInputType, _ as OrInlineInputV3 } from '../../OrInlineInput-e671f71f.js';
|
|
2
2
|
export { I as InlineInputSize } from '../../OrInlineInputBox-7a8e645b.js';
|
|
3
3
|
import '../../index-fa6eb4ca.js';
|
|
4
4
|
import 'vue';
|
|
@@ -6,11 +6,11 @@ import '@vue/composition-api/dist/vue-composition-api.mjs';
|
|
|
6
6
|
import '../../OrError-52f668a4.js';
|
|
7
7
|
import '../../normalize-component-6e8e3d80.js';
|
|
8
8
|
import '../../OrHint-fde53334.js';
|
|
9
|
-
import '../../OrIconButton-
|
|
9
|
+
import '../../OrIconButton-627a1e0e.js';
|
|
10
10
|
import '../../OrIcon-458206aa.js';
|
|
11
|
-
import '../../OrTooltip-
|
|
11
|
+
import '../../OrTooltip-c26fa7e4.js';
|
|
12
12
|
import '@vueuse/core';
|
|
13
|
-
import '../../OrPopover-
|
|
13
|
+
import '../../OrPopover-453ef85c.js';
|
|
14
14
|
import '../../floating-ui.dom.esm-83eba816.js';
|
|
15
15
|
import '../../OrBottomSheet-ddba20c1.js';
|
|
16
16
|
import '../../OrOverlay-efa7992e.js';
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
export { _ as OrInlineTextareaV3 } from '../../OrInlineTextarea-
|
|
1
|
+
export { _ as OrInlineTextareaV3 } from '../../OrInlineTextarea-64770565.js';
|
|
2
2
|
import '../../index-fa6eb4ca.js';
|
|
3
3
|
import 'vue';
|
|
4
4
|
import '@vue/composition-api/dist/vue-composition-api.mjs';
|
|
5
5
|
import '../../OrError-52f668a4.js';
|
|
6
6
|
import '../../normalize-component-6e8e3d80.js';
|
|
7
7
|
import '../../OrHint-fde53334.js';
|
|
8
|
-
import '../../OrIconButton-
|
|
8
|
+
import '../../OrIconButton-627a1e0e.js';
|
|
9
9
|
import '../../OrIcon-458206aa.js';
|
|
10
|
-
import '../../OrTooltip-
|
|
10
|
+
import '../../OrTooltip-c26fa7e4.js';
|
|
11
11
|
import '@vueuse/core';
|
|
12
|
-
import '../../OrPopover-
|
|
12
|
+
import '../../OrPopover-453ef85c.js';
|
|
13
13
|
import '../../floating-ui.dom.esm-83eba816.js';
|
|
14
14
|
import '../../OrBottomSheet-ddba20c1.js';
|
|
15
15
|
import '../../OrOverlay-efa7992e.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { I as InputType, O as OrInputV3 } from '../../OrInput-
|
|
1
|
+
export { I as InputType, O as OrInputV3 } from '../../OrInput-6b8480d4.js';
|
|
2
2
|
export { a as InputSize } from '../../OrInputBox-2f559e98.js';
|
|
3
3
|
import '../../index-fa6eb4ca.js';
|
|
4
4
|
import 'vue';
|
|
@@ -7,10 +7,10 @@ import '../../OrError-52f668a4.js';
|
|
|
7
7
|
import '../../normalize-component-6e8e3d80.js';
|
|
8
8
|
import '../../OrHint-fde53334.js';
|
|
9
9
|
import '../../OrIcon-458206aa.js';
|
|
10
|
-
import '../../OrIconButton-
|
|
11
|
-
import '../../OrTooltip-
|
|
10
|
+
import '../../OrIconButton-627a1e0e.js';
|
|
11
|
+
import '../../OrTooltip-c26fa7e4.js';
|
|
12
12
|
import '@vueuse/core';
|
|
13
|
-
import '../../OrPopover-
|
|
13
|
+
import '../../OrPopover-453ef85c.js';
|
|
14
14
|
import '../../floating-ui.dom.esm-83eba816.js';
|
|
15
15
|
import '../../OrBottomSheet-ddba20c1.js';
|
|
16
16
|
import '../../OrOverlay-efa7992e.js';
|
|
@@ -6,23 +6,16 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
6
6
|
containerStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
7
7
|
titleStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
8
8
|
descriptionStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
9
|
-
computedSize: import("@vue/composition-api").ComputedRef<20 | 16>;
|
|
9
|
+
computedSize: import("@vue/composition-api").ComputedRef<20 | 16 | undefined>;
|
|
10
10
|
}> & import("@vue/composition-api").Data, {}, {}, {
|
|
11
11
|
variant: {
|
|
12
12
|
type: PropType<LoaderVariant>;
|
|
13
13
|
default: LoaderVariant;
|
|
14
14
|
};
|
|
15
|
-
/**
|
|
16
|
-
* Defines a semantic color of the loading indicator.
|
|
17
|
-
* Use `'inherit'` option to set your own color from the parent (not recommended).
|
|
18
|
-
*/
|
|
19
15
|
color: {
|
|
20
16
|
type: PropType<LoaderColor>;
|
|
21
17
|
default: LoaderColor;
|
|
22
18
|
};
|
|
23
|
-
/**
|
|
24
|
-
* Defines a diameter of the circular loader. Ignored for linear one.
|
|
25
|
-
*/
|
|
26
19
|
size: {
|
|
27
20
|
type: PropType<LoaderSize>;
|
|
28
21
|
default: LoaderSize;
|
|
@@ -40,17 +33,10 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
40
33
|
type: PropType<LoaderVariant>;
|
|
41
34
|
default: LoaderVariant;
|
|
42
35
|
};
|
|
43
|
-
/**
|
|
44
|
-
* Defines a semantic color of the loading indicator.
|
|
45
|
-
* Use `'inherit'` option to set your own color from the parent (not recommended).
|
|
46
|
-
*/
|
|
47
36
|
color: {
|
|
48
37
|
type: PropType<LoaderColor>;
|
|
49
38
|
default: LoaderColor;
|
|
50
39
|
};
|
|
51
|
-
/**
|
|
52
|
-
* Defines a diameter of the circular loader. Ignored for linear one.
|
|
53
|
-
*/
|
|
54
40
|
size: {
|
|
55
41
|
type: PropType<LoaderSize>;
|
|
56
42
|
default: LoaderSize;
|
|
@@ -75,7 +61,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
75
61
|
containerStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
76
62
|
titleStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
77
63
|
descriptionStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
78
|
-
computedSize: import("@vue/composition-api").ComputedRef<20 | 16>;
|
|
64
|
+
computedSize: import("@vue/composition-api").ComputedRef<20 | 16 | undefined>;
|
|
79
65
|
}>, import("@vue/composition-api").Data, {}, {}, {}, {}, {}, {
|
|
80
66
|
variant: LoaderVariant;
|
|
81
67
|
color: LoaderColor;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { a as LoaderColor, b as LoaderSize, L as LoaderVariant, O as OrLoaderV3 } from '../../OrLoader-
|
|
1
|
+
export { a as LoaderColor, b as LoaderSize, L as LoaderVariant, O as OrLoaderV3 } from '../../OrLoader-864ef92a.js';
|
|
2
2
|
import '../../index-fa6eb4ca.js';
|
|
3
3
|
import 'vue';
|
|
4
4
|
import '@vue/composition-api/dist/vue-composition-api.mjs';
|
|
@@ -9,7 +9,6 @@ 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[]>;
|
|
13
12
|
isOpen: import("@vue/composition-api").ComputedRef<undefined>;
|
|
14
13
|
open: () => void;
|
|
15
14
|
close: () => void;
|
|
@@ -53,7 +52,6 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
53
52
|
} | {}, true> | undefined>;
|
|
54
53
|
popoverRoot: import("@vue/composition-api").ComputedRef<undefined>;
|
|
55
54
|
rootStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
56
|
-
bodyStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
57
55
|
isOpen: import("@vue/composition-api").ComputedRef<undefined>;
|
|
58
56
|
open: () => void;
|
|
59
57
|
close: () => void;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { O as OrMenuV3 } from '../../OrMenu-
|
|
2
|
-
export { P as MenuPlacement } from '../../OrPopover-
|
|
1
|
+
export { O as OrMenuV3 } from '../../OrMenu-848b5403.js';
|
|
2
|
+
export { P as MenuPlacement } from '../../OrPopover-453ef85c.js';
|
|
3
3
|
import '../../index-fa6eb4ca.js';
|
|
4
4
|
import 'vue';
|
|
5
5
|
import '@vue/composition-api/dist/vue-composition-api.mjs';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { M as ModalSize, _ as OrModalV3 } from '../../OrModal-
|
|
1
|
+
export { M as ModalSize, _ as OrModalV3 } from '../../OrModal-4849027c.js';
|
|
2
2
|
import '../../index-fa6eb4ca.js';
|
|
3
3
|
import 'vue';
|
|
4
4
|
import '@vue/composition-api/dist/vue-composition-api.mjs';
|
|
@@ -8,10 +8,10 @@ import '../../OrTeleport.vue2-e9ba3054.js';
|
|
|
8
8
|
import 'portal-vue';
|
|
9
9
|
import '../../normalize-component-6e8e3d80.js';
|
|
10
10
|
import '../../useElevation-aac032f4.js';
|
|
11
|
-
import '../../OrIconButton-
|
|
11
|
+
import '../../OrIconButton-627a1e0e.js';
|
|
12
12
|
import '../../OrIcon-458206aa.js';
|
|
13
|
-
import '../../OrTooltip-
|
|
14
|
-
import '../../OrPopover-
|
|
13
|
+
import '../../OrTooltip-c26fa7e4.js';
|
|
14
|
+
import '../../OrPopover-453ef85c.js';
|
|
15
15
|
import '../../floating-ui.dom.esm-83eba816.js';
|
|
16
16
|
import '../../OrBottomSheet-ddba20c1.js';
|
|
17
17
|
import '../../useResponsive-e13dfbb0.js';
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
export { N as NotificationVariant, _ as OrNotificationV3 } from '../../OrNotification-
|
|
1
|
+
export { N as NotificationVariant, _ as OrNotificationV3 } from '../../OrNotification-f49fd0a5.js';
|
|
2
2
|
import '../../index-fa6eb4ca.js';
|
|
3
3
|
import 'vue';
|
|
4
4
|
import '@vue/composition-api/dist/vue-composition-api.mjs';
|
|
5
5
|
import '../../OrIcon-458206aa.js';
|
|
6
6
|
import '../../normalize-component-6e8e3d80.js';
|
|
7
|
-
import '../../OrIconButton-
|
|
8
|
-
import '../../OrTooltip-
|
|
7
|
+
import '../../OrIconButton-627a1e0e.js';
|
|
8
|
+
import '../../OrTooltip-c26fa7e4.js';
|
|
9
9
|
import '@vueuse/core';
|
|
10
|
-
import '../../OrPopover-
|
|
10
|
+
import '../../OrPopover-453ef85c.js';
|
|
11
11
|
import '../../floating-ui.dom.esm-83eba816.js';
|
|
12
12
|
import '../../OrBottomSheet-ddba20c1.js';
|
|
13
13
|
import '../../OrOverlay-efa7992e.js';
|
|
@@ -1,6 +1,8 @@
|
|
|
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>;
|
|
4
6
|
root: import("@vue/composition-api").Ref<HTMLElement | undefined>;
|
|
5
7
|
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, {
|
|
6
8
|
[x: string]: ((...args: any[]) => any) | null;
|
|
@@ -61,6 +63,8 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
61
63
|
} & {} & {
|
|
62
64
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
63
65
|
}, import("@vue/composition-api").ShallowUnwrapRef<{
|
|
66
|
+
isDesktop: import("@vue/composition-api").Ref<boolean>;
|
|
67
|
+
isMobile: import("@vue/composition-api").Ref<boolean>;
|
|
64
68
|
root: import("@vue/composition-api").Ref<HTMLElement | undefined>;
|
|
65
69
|
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, {
|
|
66
70
|
[x: string]: ((...args: any[]) => any) | null;
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
export { _ as OrPaginationV3 } from '../../OrPagination-
|
|
1
|
+
export { _ as OrPaginationV3 } from '../../OrPagination-cfbed709.js';
|
|
2
2
|
import '../../index-fa6eb4ca.js';
|
|
3
3
|
import 'vue';
|
|
4
4
|
import '@vue/composition-api/dist/vue-composition-api.mjs';
|
|
5
|
-
import '../../OrButton-
|
|
6
|
-
import '../../OrLoader-
|
|
5
|
+
import '../../OrButton-4862b98b.js';
|
|
6
|
+
import '../../OrLoader-864ef92a.js';
|
|
7
7
|
import '../../normalize-component-6e8e3d80.js';
|
|
8
8
|
import '../../OrIcon-458206aa.js';
|
|
9
|
-
import '../../OrMenu-
|
|
10
|
-
import '../../OrPopover-
|
|
9
|
+
import '../../OrMenu-848b5403.js';
|
|
10
|
+
import '../../OrPopover-453ef85c.js';
|
|
11
11
|
import '../../floating-ui.dom.esm-83eba816.js';
|
|
12
12
|
import '@vueuse/core';
|
|
13
13
|
import '../../OrBottomSheet-ddba20c1.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { O as OrPopoverV3, P as PopoverPlacement, a as PopoverVariant } from '../../OrPopover-
|
|
1
|
+
export { O as OrPopoverV3, P as PopoverPlacement, a as PopoverVariant } from '../../OrPopover-453ef85c.js';
|
|
2
2
|
import '../../floating-ui.dom.esm-83eba816.js';
|
|
3
3
|
import '@vueuse/core';
|
|
4
4
|
import '../../index-fa6eb4ca.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-5cf0a7e7.js';
|
|
2
2
|
import '@vueuse/core';
|
|
3
3
|
import 'lodash';
|
|
4
4
|
import '../../index-fa6eb4ca.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { ProgressColor, ProgressType } 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,17 +1,17 @@
|
|
|
1
|
-
export { O as OrSearchV3 } from '../../OrSearch-
|
|
1
|
+
export { O as OrSearchV3 } from '../../OrSearch-5984811b.js';
|
|
2
2
|
export { a as SearchSize } from '../../OrInputBox-2f559e98.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 '../../OrInput-
|
|
7
|
+
import '../../OrInput-6b8480d4.js';
|
|
8
8
|
import '../../OrError-52f668a4.js';
|
|
9
9
|
import '../../normalize-component-6e8e3d80.js';
|
|
10
10
|
import '../../OrHint-fde53334.js';
|
|
11
11
|
import '../../OrIcon-458206aa.js';
|
|
12
|
-
import '../../OrIconButton-
|
|
13
|
-
import '../../OrTooltip-
|
|
14
|
-
import '../../OrPopover-
|
|
12
|
+
import '../../OrIconButton-627a1e0e.js';
|
|
13
|
+
import '../../OrTooltip-c26fa7e4.js';
|
|
14
|
+
import '../../OrPopover-453ef85c.js';
|
|
15
15
|
import '../../floating-ui.dom.esm-83eba816.js';
|
|
16
16
|
import '../../OrBottomSheet-ddba20c1.js';
|
|
17
17
|
import '../../OrOverlay-efa7992e.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { _ as OrSelectV3 } from '../../OrSelect-
|
|
1
|
+
export { _ as OrSelectV3 } from '../../OrSelect-9abead2b.js';
|
|
2
2
|
export { a as SelectSize } from '../../OrInputBox-2f559e98.js';
|
|
3
3
|
import '../../index-fa6eb4ca.js';
|
|
4
4
|
import 'vue';
|
|
@@ -12,11 +12,11 @@ import '../../OrError-52f668a4.js';
|
|
|
12
12
|
import '../../OrExpansionPanel-96b8f568.js';
|
|
13
13
|
import '../../OrIcon-458206aa.js';
|
|
14
14
|
import '../../OrHint-fde53334.js';
|
|
15
|
-
import '../../OrInput-
|
|
16
|
-
import '../../OrIconButton-
|
|
17
|
-
import '../../OrTooltip-
|
|
15
|
+
import '../../OrInput-6b8480d4.js';
|
|
16
|
+
import '../../OrIconButton-627a1e0e.js';
|
|
17
|
+
import '../../OrTooltip-c26fa7e4.js';
|
|
18
18
|
import '@vueuse/core';
|
|
19
|
-
import '../../OrPopover-
|
|
19
|
+
import '../../OrPopover-453ef85c.js';
|
|
20
20
|
import '../../floating-ui.dom.esm-83eba816.js';
|
|
21
21
|
import '../../OrBottomSheet-ddba20c1.js';
|
|
22
22
|
import '../../OrOverlay-efa7992e.js';
|
|
@@ -26,6 +26,6 @@ import '../../useElevation-aac032f4.js';
|
|
|
26
26
|
import '../../useResponsive-e13dfbb0.js';
|
|
27
27
|
import '../../useValidationAttributes-6df7bcf9.js';
|
|
28
28
|
import '../../OrMenuItem-e2693a5f.js';
|
|
29
|
-
import '../../OrTag-
|
|
29
|
+
import '../../OrTag-4230e269.js';
|
|
30
30
|
import '../../dropdown-open-e2a93aaf.js';
|
|
31
31
|
import '../../useOverflow-bae6342f.js';
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
export { _ as OrSwitchV3 } from '../../OrSwitch-
|
|
1
|
+
export { _ as OrSwitchV3 } from '../../OrSwitch-782d7b43.js';
|
|
2
2
|
import '../../index-fa6eb4ca.js';
|
|
3
3
|
import 'vue';
|
|
4
4
|
import '@vue/composition-api/dist/vue-composition-api.mjs';
|
|
5
5
|
import '../../OrLabel-aff09c39.js';
|
|
6
6
|
import '../../normalize-component-6e8e3d80.js';
|
|
7
|
-
import '../../OrLoader-
|
|
7
|
+
import '../../OrLoader-864ef92a.js';
|
|
8
8
|
import '../../useIdAttribute-cf61643f.js';
|
|
9
9
|
import '../../browser-82dea9ed.js';
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
export { _ as OrTabsV3, T as TabsVariant } from '../../OrTabs-
|
|
1
|
+
export { _ as OrTabsV3, T as TabsVariant } from '../../OrTabs-3c8374bf.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-458206aa.js';
|
|
7
7
|
import '../../normalize-component-6e8e3d80.js';
|
|
8
|
-
import '../../OrMenu-
|
|
9
|
-
import '../../OrPopover-
|
|
8
|
+
import '../../OrMenu-848b5403.js';
|
|
9
|
+
import '../../OrPopover-453ef85c.js';
|
|
10
10
|
import '../../floating-ui.dom.esm-83eba816.js';
|
|
11
11
|
import '../../OrBottomSheet-ddba20c1.js';
|
|
12
12
|
import '../../OrOverlay-efa7992e.js';
|
|
@@ -1,13 +1,13 @@
|
|
|
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-4230e269.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-627a1e0e.js';
|
|
6
6
|
import '../../OrIcon-458206aa.js';
|
|
7
7
|
import '../../normalize-component-6e8e3d80.js';
|
|
8
|
-
import '../../OrTooltip-
|
|
8
|
+
import '../../OrTooltip-c26fa7e4.js';
|
|
9
9
|
import '@vueuse/core';
|
|
10
|
-
import '../../OrPopover-
|
|
10
|
+
import '../../OrPopover-453ef85c.js';
|
|
11
11
|
import '../../floating-ui.dom.esm-83eba816.js';
|
|
12
12
|
import '../../OrBottomSheet-ddba20c1.js';
|
|
13
13
|
import '../../OrOverlay-efa7992e.js';
|