@onereach/ui-components 2.74.0-beta.2287.0 → 2.74.1-beta.2289.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-d45772c1.js → OrButton-4862b98b.js} +3 -3
- package/dist/bundled/v2/{OrCardCollection-4ac89ea5.js → OrCardCollection-187b0468.js} +4 -4
- package/dist/bundled/v2/{OrCode-c0af38e3.js → OrCode-fc6876ec.js} +15 -179
- package/dist/bundled/v2/{OrConfirm-8c0e957d.js → OrConfirm-94fd90ae.js} +2 -2
- package/dist/bundled/v2/{OrEmptyState-9fb413f9.js → OrEmptyState-8a7feb99.js} +2 -2
- package/dist/bundled/v2/{OrErrorTag-97a9112b.js → OrErrorTag-785d650a.js} +1 -1
- package/dist/bundled/v2/{OrIconButton-837d57f8.js → OrIconButton-5e9d8efe.js} +1 -1
- package/dist/bundled/v2/{OrInlineInput-57fccb41.js → OrInlineInput-38a99ef9.js} +1 -1
- package/dist/bundled/v2/{OrInlineTextarea-f8b86cf7.js → OrInlineTextarea-e0ff164c.js} +1 -1
- package/dist/bundled/v2/{OrInput-00070eee.js → OrInput-65ad6551.js} +29 -12
- package/dist/bundled/v2/{OrInputBox-2f559e98.js → OrInputBox-e54dcef9.js} +3 -3
- package/dist/bundled/v2/{OrMenu-52da43bc.js → OrMenu-6ab53877.js} +10 -15
- package/dist/bundled/v2/{OrModal-78f5d49e.js → OrModal-41f9e197.js} +1 -1
- package/dist/bundled/v2/{OrNotification-2e2a1941.js → OrNotification-3909aaf2.js} +3 -3
- package/dist/bundled/v2/{OrNotification-458fe937.js → OrNotification-cbb374c5.js} +1 -1
- package/dist/bundled/v2/{OrPagination-daf25de2.js → OrPagination-9bf3d797.js} +60 -24
- package/dist/bundled/v2/{OrProgress-15fe65ec.js → OrProgress-5cf0a7e7.js} +3 -3
- package/dist/bundled/v2/{OrSearch-09fd004c.js → OrSearch-142dd903.js} +2 -2
- package/dist/bundled/v2/{OrSelect-2ececfc1.js → OrSelect-797fb43b.js} +3 -3
- package/dist/bundled/v2/{OrSidebar-a2bc21b9.js → OrSidebar-ae90e090.js} +3 -3
- package/dist/bundled/v2/{OrSidebarCollapseButton-8297ef86.js → OrSidebarCollapseButton-54abd48f.js} +1 -1
- package/dist/bundled/v2/{OrSkeletonText-2f1a3cc7.js → OrSkeletonText-242d22f3.js} +3 -3
- package/dist/bundled/v2/{OrTabs-d69780fc.js → OrTabs-517e2f25.js} +1 -1
- package/dist/bundled/v2/{OrTag-4085e8a7.js → OrTag-231eefa1.js} +2 -2
- package/dist/bundled/v2/{OrTextarea-5c57c02b.js → OrTextarea-1201353b.js} +1 -1
- package/dist/bundled/v2/{OrTooltip-b1f38647.js → OrTooltip-121e28c5.js} +3 -1
- package/dist/bundled/v2/components/index.js +28 -28
- package/dist/bundled/v2/components/or-button-v3/index.js +1 -1
- package/dist/bundled/v2/components/or-card-collection-v3/index.js +8 -8
- package/dist/bundled/v2/components/or-code/index.js +1 -1
- package/dist/bundled/v2/components/or-confirm-v3/index.js +6 -6
- 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 +2 -2
- package/dist/bundled/v2/components/or-inline-input-v3/index.js +3 -3
- package/dist/bundled/v2/components/or-inline-textarea-v3/index.js +3 -3
- package/dist/bundled/v2/components/or-input-box-v3/index.js +1 -1
- package/dist/bundled/v2/components/or-input-v3/OrInput.vue.d.ts +13 -0
- package/dist/bundled/v2/components/or-input-v3/index.js +5 -4
- package/dist/bundled/v2/components/or-menu-v3/OrMenu.vue.d.ts +0 -2
- package/dist/bundled/v2/components/or-menu-v3/index.js +1 -1
- package/dist/bundled/v2/components/or-menu-v3/styles.d.ts +0 -1
- package/dist/bundled/v2/components/or-modal-v3/index.js +3 -3
- package/dist/bundled/v2/components/or-notification/index.js +1 -1
- package/dist/bundled/v2/components/or-notification-v3/index.js +3 -3
- package/dist/bundled/v2/components/or-pagination-v3/OrPagination.vue.d.ts +4 -0
- package/dist/bundled/v2/components/or-pagination-v3/index.js +3 -3
- 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 +6 -5
- package/dist/bundled/v2/components/or-select-v3/index.js +7 -6
- package/dist/bundled/v2/components/or-sidebar-v3/index.js +4 -4
- package/dist/bundled/v2/components/or-sidebar-v3/partials/index.js +3 -3
- package/dist/bundled/v2/components/or-sidebar-v3/partials/or-sidebar-collapse-button/index.js +3 -3
- package/dist/bundled/v2/components/or-skeleton/index.js +1 -1
- package/dist/bundled/v2/components/or-tabs-v3/index.js +2 -2
- package/dist/bundled/v2/components/or-tag-v3/index.js +3 -3
- package/dist/bundled/v2/components/or-textarea-v3/index.js +2 -2
- package/dist/bundled/v2/components/or-toast-v3/index.js +3 -3
- package/dist/bundled/v2/components/or-tooltip-v3/index.js +1 -1
- package/dist/bundled/v2/index.js +28 -28
- package/dist/bundled/v2/{types-309b7b94.js → types-c2d44cac.js} +1 -1
- package/dist/bundled/v3/{OrButton-a1448bfa.js → OrButton-05766523.js} +1 -1
- package/dist/bundled/v3/{OrButton.vue_vue_type_script_lang-3b1e442b.js → OrButton.vue_vue_type_script_lang-b53e78f5.js} +3 -3
- package/dist/bundled/v3/{OrCardCollection.vue_vue_type_script_lang-f76c3264.js → OrCardCollection.vue_vue_type_script_lang-e980e703.js} +7 -7
- package/dist/bundled/v3/{OrCode.vue_vue_type_script_lang-79a42008.js → OrCode.vue_vue_type_script_lang-c55de81d.js} +11 -176
- package/dist/bundled/v3/{OrConfirm.vue_vue_type_script_lang-eb2bfce2.js → OrConfirm.vue_vue_type_script_lang-7ba2f530.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-3675dde9.js} +1 -1
- package/dist/bundled/v3/{OrIconButton-e0566ecf.js → OrIconButton-d6dfb9a4.js} +1 -1
- package/dist/bundled/v3/{OrIconButton.vue_vue_type_script_lang-7d1c3fe1.js → OrIconButton.vue_vue_type_script_lang-5d1cb50c.js} +1 -1
- package/dist/bundled/v3/{OrInlineInput.vue_vue_type_script_lang-49ce3308.js → OrInlineInput.vue_vue_type_script_lang-92640762.js} +2 -2
- package/dist/bundled/v3/{OrInlineTextarea.vue_vue_type_script_lang-8fd761d7.js → OrInlineTextarea.vue_vue_type_script_lang-7358cb4f.js} +2 -2
- package/dist/bundled/v3/{OrInput-dcf2606e.js → OrInput-6aef644c.js} +15 -6
- package/dist/bundled/v3/{OrInput.vue_vue_type_script_lang-27220623.js → OrInput.vue_vue_type_script_lang-8e55cefa.js} +17 -5
- package/dist/bundled/v3/{OrInputBox-4c7900c2.js → OrInputBox-358d4856.js} +1 -1
- package/dist/bundled/v3/{OrInputBox.vue_vue_type_script_lang-47d98e81.js → OrInputBox.vue_vue_type_script_lang-b387d4ba.js} +3 -3
- package/dist/bundled/v3/{OrMenu-6d7abe97.js → OrMenu-bb432db5.js} +9 -10
- package/dist/bundled/v3/{OrMenu.vue_vue_type_script_lang-df35fd76.js → OrMenu.vue_vue_type_script_lang-5a492eb3.js} +5 -8
- package/dist/bundled/v3/{OrModal.vue_vue_type_script_lang-6b1dc231.js → OrModal.vue_vue_type_script_lang-5f45677f.js} +2 -2
- package/dist/bundled/v3/{OrNotification.vue_vue_type_script_lang-d0afc1d7.js → OrNotification.vue_vue_type_script_lang-b9a8e938.js} +2 -2
- package/dist/bundled/v3/{OrPagination.vue_vue_type_script_lang-f64827ef.js → OrPagination.vue_vue_type_script_lang-bdb0acc8.js} +35 -20
- 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-763128bf.js} +3 -3
- package/dist/bundled/v3/{OrSelect.vue_vue_type_script_lang-7fd5e2f0.js → OrSelect.vue_vue_type_script_lang-48de444c.js} +5 -5
- package/dist/bundled/v3/{OrSidebar.vue_vue_type_script_lang-7f3f1a16.js → OrSidebar.vue_vue_type_script_lang-5116ba2b.js} +3 -3
- package/dist/bundled/v3/{OrSidebarCollapseButton.vue_vue_type_script_lang-9aeba2d4.js → OrSidebarCollapseButton.vue_vue_type_script_lang-c071f0c6.js} +2 -2
- package/dist/bundled/v3/{OrTabs.vue_vue_type_script_lang-cb550e87.js → OrTabs.vue_vue_type_script_lang-ae519161.js} +2 -2
- package/dist/bundled/v3/{OrTag.vue_vue_type_script_lang-a25a49ee.js → OrTag.vue_vue_type_script_lang-2410faf0.js} +3 -3
- package/dist/bundled/v3/{OrTextarea.vue_vue_type_script_lang-296da567.js → OrTextarea.vue_vue_type_script_lang-de99a858.js} +2 -2
- package/dist/bundled/v3/{OrToastContainer-6fe12712.js → OrToastContainer-a435e015.js} +1 -1
- package/dist/bundled/v3/{OrTooltip.vue_vue_type_script_lang-bf9935ef.js → OrTooltip.vue_vue_type_script_lang-7a64c90d.js} +3 -1
- package/dist/bundled/v3/components/index.js +31 -31
- package/dist/bundled/v3/components/or-button-v3/index.js +1 -1
- package/dist/bundled/v3/components/or-card-collection-v3/index.js +13 -13
- package/dist/bundled/v3/components/or-code/index.js +1 -1
- package/dist/bundled/v3/components/or-confirm-v3/index.js +10 -10
- 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 +2 -2
- package/dist/bundled/v3/components/or-inline-input-v3/index.js +4 -4
- package/dist/bundled/v3/components/or-inline-textarea-v3/index.js +4 -4
- package/dist/bundled/v3/components/or-input-box-v3/index.js +1 -1
- package/dist/bundled/v3/components/or-input-v3/OrInput.vue.d.ts +13 -0
- package/dist/bundled/v3/components/or-input-v3/index.js +8 -6
- package/dist/bundled/v3/components/or-menu-v3/OrMenu.vue.d.ts +0 -2
- package/dist/bundled/v3/components/or-menu-v3/index.js +1 -1
- package/dist/bundled/v3/components/or-menu-v3/styles.d.ts +0 -1
- package/dist/bundled/v3/components/or-modal-v3/index.js +4 -4
- package/dist/bundled/v3/components/or-notification-v3/index.js +4 -4
- package/dist/bundled/v3/components/or-pagination-v3/OrPagination.vue.d.ts +4 -0
- package/dist/bundled/v3/components/or-pagination-v3/index.js +5 -5
- 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 +10 -8
- package/dist/bundled/v3/components/or-select-v3/index.js +11 -9
- package/dist/bundled/v3/components/or-sidebar-v3/index.js +5 -5
- package/dist/bundled/v3/components/or-sidebar-v3/partials/index.js +4 -4
- package/dist/bundled/v3/components/or-sidebar-v3/partials/or-sidebar-collapse-button/index.js +4 -4
- package/dist/bundled/v3/components/or-tabs-v3/index.js +3 -3
- package/dist/bundled/v3/components/or-tag-v3/index.js +4 -4
- package/dist/bundled/v3/components/or-textarea-v3/index.js +3 -3
- package/dist/bundled/v3/components/or-toast-v3/index.js +5 -5
- package/dist/bundled/v3/components/or-tooltip-v3/index.js +1 -1
- package/dist/bundled/v3/index.js +81 -59
- package/dist/bundled/v3/{types-22fbf9d6.js → types-f95c218d.js} +2 -2
- package/dist/esm/v2/{OrButton-66964360.js → OrButton-18f4431c.js} +3 -3
- package/dist/esm/v2/{OrCardCollection-5a9eda35.js → OrCardCollection-88f635a2.js} +5 -5
- package/dist/esm/v2/{OrCode-47331c24.js → OrCode-d4400b42.js} +17 -183
- package/dist/esm/v2/{OrConfirm-9dbdedd7.js → OrConfirm-7d81daa5.js} +2 -2
- package/dist/esm/v2/{OrEmptyState-2481f13f.js → OrEmptyState-ab1a044d.js} +2 -2
- package/dist/esm/v2/{OrErrorTag-80f82cdf.js → OrErrorTag-57140070.js} +1 -1
- package/dist/esm/v2/{OrIconButton-04a3566d.js → OrIconButton-14d80983.js} +1 -1
- package/dist/esm/v2/{OrInlineInput-b85b84b4.js → OrInlineInput-2746837c.js} +1 -1
- package/dist/esm/v2/{OrInlineTextarea-afd33047.js → OrInlineTextarea-3af829c7.js} +1 -1
- package/dist/esm/v2/{OrInput-59a15d80.js → OrInput-979c7225.js} +29 -12
- package/dist/esm/v2/{OrInputBox-9ceb9fc4.js → OrInputBox-53d1f66d.js} +3 -3
- package/dist/esm/v2/{OrMenu-c276db74.js → OrMenu-943e7760.js} +10 -15
- package/dist/esm/v2/{OrModal-4e79e0d5.js → OrModal-e638986d.js} +1 -1
- package/dist/esm/v2/{OrNotification-eac3867f.js → OrNotification-19c82a07.js} +1 -1
- package/dist/esm/v2/{OrNotification-a49e76d3.js → OrNotification-a9231a83.js} +3 -3
- package/dist/esm/v2/{OrPagination-1adbcadb.js → OrPagination-93d78a0d.js} +61 -24
- package/dist/esm/v2/{OrProgress-b7d1c689.js → OrProgress-9fc95bd7.js} +3 -3
- package/dist/esm/v2/{OrSearch-7411388b.js → OrSearch-b693161b.js} +2 -2
- package/dist/esm/v2/{OrSelect-e31d1c8b.js → OrSelect-454e1bc3.js} +3 -3
- package/dist/esm/v2/{OrSidebar-27236fbd.js → OrSidebar-f6e3030d.js} +3 -3
- package/dist/esm/v2/{OrSidebarCollapseButton-cfe51a60.js → OrSidebarCollapseButton-5bb545a6.js} +1 -1
- package/dist/esm/v2/{OrSkeletonText-24509efe.js → OrSkeletonText-cc94bdc9.js} +3 -3
- package/dist/esm/v2/{OrTabs-96b0473d.js → OrTabs-398348a5.js} +1 -1
- package/dist/esm/v2/{OrTag-b2906865.js → OrTag-4a6cad6e.js} +2 -2
- package/dist/esm/v2/{OrTextarea-a5a3572b.js → OrTextarea-373d0554.js} +1 -1
- package/dist/esm/v2/{OrTooltip-629d44fc.js → OrTooltip-233c67b9.js} +3 -1
- package/dist/esm/v2/components/index.js +28 -30
- package/dist/esm/v2/components/or-button-v3/index.js +1 -1
- package/dist/esm/v2/components/or-card-collection-v3/index.js +8 -8
- package/dist/esm/v2/components/or-code/index.js +2 -4
- 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 +2 -2
- package/dist/esm/v2/components/or-inline-input-v3/index.js +3 -3
- package/dist/esm/v2/components/or-inline-textarea-v3/index.js +3 -3
- package/dist/esm/v2/components/or-input-box-v3/index.js +1 -1
- package/dist/esm/v2/components/or-input-v3/OrInput.vue.d.ts +13 -0
- package/dist/esm/v2/components/or-input-v3/index.js +6 -5
- package/dist/esm/v2/components/or-menu-v3/OrMenu.vue.d.ts +0 -2
- package/dist/esm/v2/components/or-menu-v3/index.js +1 -1
- package/dist/esm/v2/components/or-menu-v3/styles.d.ts +0 -1
- package/dist/esm/v2/components/or-modal-v3/index.js +3 -3
- package/dist/esm/v2/components/or-notification/index.js +1 -1
- package/dist/esm/v2/components/or-notification-v3/index.js +3 -3
- package/dist/esm/v2/components/or-pagination-v3/OrPagination.vue.d.ts +4 -0
- package/dist/esm/v2/components/or-pagination-v3/index.js +5 -5
- 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 +7 -6
- package/dist/esm/v2/components/or-select-v3/index.js +8 -7
- package/dist/esm/v2/components/or-sidebar-v3/index.js +4 -4
- package/dist/esm/v2/components/or-sidebar-v3/partials/index.js +3 -3
- package/dist/esm/v2/components/or-sidebar-v3/partials/or-sidebar-collapse-button/index.js +3 -3
- package/dist/esm/v2/components/or-skeleton/index.js +1 -1
- package/dist/esm/v2/components/or-tabs-v3/index.js +2 -2
- package/dist/esm/v2/components/or-tag-v3/index.js +3 -3
- package/dist/esm/v2/components/or-textarea-v3/index.js +2 -2
- package/dist/esm/v2/components/or-toast-v3/index.js +3 -3
- package/dist/esm/v2/components/or-tooltip-v3/index.js +1 -1
- package/dist/esm/v2/index.js +27 -29
- package/dist/esm/v2/{types-1f95d710.js → types-34f2e287.js} +1 -1
- package/dist/esm/v3/{OrButton-c56998e7.js → OrButton-55dd2ad9.js} +3 -3
- package/dist/esm/v3/{OrCardCollection-e4fde5b4.js → OrCardCollection-551def4e.js} +5 -5
- package/dist/esm/v3/{OrCode-effa9edb.js → OrCode-5ed69c23.js} +14 -180
- package/dist/esm/v3/{OrConfirm-37454a63.js → OrConfirm-4e3a7560.js} +2 -2
- package/dist/esm/v3/{OrEmptyState-bb8e3145.js → OrEmptyState-cd3a4026.js} +2 -2
- package/dist/esm/v3/{OrErrorTag-308119de.js → OrErrorTag-f114e88b.js} +1 -1
- package/dist/esm/v3/{OrIconButton-2dcfb83e.js → OrIconButton-3920ba54.js} +1 -1
- package/dist/esm/v3/{OrInlineInput-fbc35f85.js → OrInlineInput-86e4383b.js} +1 -1
- package/dist/esm/v3/{OrInlineTextarea-79da8697.js → OrInlineTextarea-10826fa6.js} +1 -1
- package/dist/esm/v3/{OrInput-bd054213.js → OrInput-2568be79.js} +28 -8
- package/dist/esm/v3/{OrInputBox-e16ade90.js → OrInputBox-2467d7e4.js} +3 -3
- package/dist/esm/v3/{OrMenu-7f3ea117.js → OrMenu-fd2fe1e7.js} +13 -17
- package/dist/esm/v3/{OrModal-4219a6dc.js → OrModal-87eaff65.js} +1 -1
- package/dist/esm/v3/{OrNotification-0e682c7f.js → OrNotification-7aab5f58.js} +1 -1
- package/dist/esm/v3/{OrNotification-eb08de33.js → OrNotification-e85a4956.js} +1 -1
- package/dist/esm/v3/{OrPagination-da9e5017.js → OrPagination-781c119e.js} +64 -26
- package/dist/esm/v3/{OrProgress-639ed5e8.js → OrProgress-4856808a.js} +3 -3
- package/dist/esm/v3/{OrSearch-5406bf03.js → OrSearch-3c7feda3.js} +2 -2
- package/dist/esm/v3/{OrSelect-466e50ca.js → OrSelect-389aab9f.js} +3 -3
- package/dist/esm/v3/{OrSidebar-61d84c3e.js → OrSidebar-2c8a68df.js} +3 -3
- package/dist/esm/v3/{OrSidebarCollapseButton-1b9c83ef.js → OrSidebarCollapseButton-1ed5a3d7.js} +1 -1
- package/dist/esm/v3/{OrSkeletonText-0546754d.js → OrSkeletonText-2b1610ce.js} +3 -3
- package/dist/esm/v3/{OrTabs-328d41b9.js → OrTabs-34c67377.js} +1 -1
- package/dist/esm/v3/{OrTag-148ff9ae.js → OrTag-c5c305ed.js} +2 -2
- package/dist/esm/v3/{OrTextarea-37566985.js → OrTextarea-42d21f77.js} +1 -1
- package/dist/esm/v3/{OrTooltip-b07616f4.js → OrTooltip-229c90d5.js} +3 -1
- package/dist/esm/v3/components/index.js +28 -30
- package/dist/esm/v3/components/or-button-v3/index.js +1 -1
- package/dist/esm/v3/components/or-card-collection-v3/index.js +8 -8
- package/dist/esm/v3/components/or-code/index.js +2 -4
- 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 +2 -2
- package/dist/esm/v3/components/or-inline-input-v3/index.js +3 -3
- package/dist/esm/v3/components/or-inline-textarea-v3/index.js +3 -3
- package/dist/esm/v3/components/or-input-box-v3/index.js +1 -1
- package/dist/esm/v3/components/or-input-v3/OrInput.vue.d.ts +13 -0
- package/dist/esm/v3/components/or-input-v3/index.js +6 -5
- package/dist/esm/v3/components/or-menu-v3/OrMenu.vue.d.ts +0 -2
- package/dist/esm/v3/components/or-menu-v3/index.js +1 -1
- package/dist/esm/v3/components/or-menu-v3/styles.d.ts +0 -1
- package/dist/esm/v3/components/or-modal-v3/index.js +3 -3
- package/dist/esm/v3/components/or-notification/index.js +1 -1
- package/dist/esm/v3/components/or-notification-v3/index.js +3 -3
- package/dist/esm/v3/components/or-pagination-v3/OrPagination.vue.d.ts +4 -0
- package/dist/esm/v3/components/or-pagination-v3/index.js +5 -5
- 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 +7 -6
- package/dist/esm/v3/components/or-select-v3/index.js +8 -7
- package/dist/esm/v3/components/or-sidebar-v3/index.js +4 -4
- package/dist/esm/v3/components/or-sidebar-v3/partials/index.js +3 -3
- package/dist/esm/v3/components/or-sidebar-v3/partials/or-sidebar-collapse-button/index.js +3 -3
- package/dist/esm/v3/components/or-skeleton/index.js +1 -1
- package/dist/esm/v3/components/or-tabs-v3/index.js +2 -2
- package/dist/esm/v3/components/or-tag-v3/index.js +3 -3
- package/dist/esm/v3/components/or-textarea-v3/index.js +2 -2
- package/dist/esm/v3/components/or-toast-v3/index.js +3 -3
- package/dist/esm/v3/components/or-tooltip-v3/index.js +1 -1
- package/dist/esm/v3/index.js +27 -29
- package/dist/esm/v3/{types-b79e4387.js → types-225f772b.js} +1 -1
- package/package.json +2 -2
- package/src/components/or-button-v3/styles.ts +3 -3
- package/src/components/or-code/OrCode.vue +6 -8
- 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-input-box-v3/styles.ts +3 -6
- package/src/components/or-input-v3/OrInput.stories3.ts +4 -0
- package/src/components/or-input-v3/OrInput.vue +39 -19
- package/src/components/or-menu-v3/OrMenu.vue +22 -26
- package/src/components/or-menu-v3/styles.ts +0 -5
- package/src/components/or-notification/OrNotification.vue +1 -26
- package/src/components/or-pagination-v3/OrPagination.vue +86 -42
- package/src/components/or-pagination-v3/styles.ts +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-skeleton/styles.scss +3 -18
- package/src/components/or-stepper/OrStepper.stories.ts +1 -1
- package/src/components/or-tag-v3/OrTag.stories3.ts +5 -5
- package/src/components/or-tag-v3/styles.ts +1 -1
- package/src/components/or-tooltip-v3/styles.ts +4 -1
- package/dist/bundled/v2/components/or-code/theme.d.ts +0 -24
- package/dist/bundled/v3/components/or-code/theme.d.ts +0 -24
- package/dist/esm/v2/components/or-code/theme.d.ts +0 -24
- package/dist/esm/v3/components/or-code/theme.d.ts +0 -24
- package/src/components/or-code/theme.ts +0 -213
|
@@ -28,7 +28,7 @@ const ButtonRoot = [
|
|
|
28
28
|
'layout-inline-row justify-center',
|
|
29
29
|
// Shape
|
|
30
30
|
'rounded-md',
|
|
31
|
-
//
|
|
31
|
+
// Spacing
|
|
32
32
|
'min-w-[96px]',
|
|
33
33
|
// Interactivity
|
|
34
34
|
'interactivity-auto',
|
|
@@ -48,8 +48,8 @@ const ButtonRootVariants = {
|
|
|
48
48
|
'px-md md:px-md', 'py-sm+ md:py-sm', 'gap-sm+ md:gap-sm'],
|
|
49
49
|
'link': [
|
|
50
50
|
// Spacing
|
|
51
|
-
'gap-
|
|
52
|
-
//
|
|
51
|
+
'gap-xs',
|
|
52
|
+
// Spacing
|
|
53
53
|
'min-w-[auto]']
|
|
54
54
|
};
|
|
55
55
|
const ButtonRootColors = {
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import './index-fa6eb4ca.js';
|
|
2
2
|
import { defineComponent, computed, ref, watch } from '@vue/composition-api/dist/vue-composition-api.mjs';
|
|
3
3
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
4
|
-
import { O as OrIconButton } from './OrIconButton-
|
|
5
|
-
import { O as OrButton } from './OrButton-
|
|
6
|
-
import { O as OrMenu } from './OrMenu-
|
|
4
|
+
import { O as OrIconButton } from './OrIconButton-5e9d8efe.js';
|
|
5
|
+
import { O as OrButton } from './OrButton-4862b98b.js';
|
|
6
|
+
import { O as OrMenu } from './OrMenu-6ab53877.js';
|
|
7
7
|
import { O as OrMenuItem } from './OrMenuItem-e2693a5f.js';
|
|
8
8
|
import { O as OrIcon } from './OrIcon-458206aa.js';
|
|
9
|
-
import { O as OrSearch } from './OrSearch-
|
|
9
|
+
import { O as OrSearch } from './OrSearch-142dd903.js';
|
|
10
10
|
|
|
11
11
|
const CardCollectionRoot = [
|
|
12
12
|
// Layout
|
|
@@ -9311,7 +9311,7 @@ function scaleBlock(block, scaler) {
|
|
|
9311
9311
|
bBottom = scaler.toDOM(block.bottom);
|
|
9312
9312
|
return new BlockInfo(block.from, block.length, bTop, bBottom - bTop, Array.isArray(block.type) ? block.type.map(b => scaleBlock(b, scaler)) : block.type);
|
|
9313
9313
|
}
|
|
9314
|
-
const theme
|
|
9314
|
+
const theme = /*@__PURE__*/Facet.define({
|
|
9315
9315
|
combine: strs => strs.join(" ")
|
|
9316
9316
|
});
|
|
9317
9317
|
const darkTheme = /*@__PURE__*/Facet.define({
|
|
@@ -10455,7 +10455,7 @@ class EditorView {
|
|
|
10455
10455
|
this.updateState = 0 /* UpdateState.Idle */;
|
|
10456
10456
|
}
|
|
10457
10457
|
|
|
10458
|
-
if (update.startState.facet(theme
|
|
10458
|
+
if (update.startState.facet(theme) != update.state.facet(theme)) this.viewState.mustMeasureContent = true;
|
|
10459
10459
|
if (redrawn || attrsChanged || scrollTarget || this.viewState.mustEnforceCursorAssoc || this.viewState.mustMeasureContent) this.requestMeasure();
|
|
10460
10460
|
if (!update.empty) for (let listener of this.state.facet(updateListener)) listener(update);
|
|
10461
10461
|
if (domChange) {
|
|
@@ -10602,7 +10602,7 @@ class EditorView {
|
|
|
10602
10602
|
Get the CSS classes for the currently active editor themes.
|
|
10603
10603
|
*/
|
|
10604
10604
|
get themeClasses() {
|
|
10605
|
-
return baseThemeID + " " + (this.state.facet(darkTheme) ? baseDarkID : baseLightID) + " " + this.state.facet(theme
|
|
10605
|
+
return baseThemeID + " " + (this.state.facet(darkTheme) ? baseDarkID : baseLightID) + " " + this.state.facet(theme);
|
|
10606
10606
|
}
|
|
10607
10607
|
updateAttrs() {
|
|
10608
10608
|
let editorAttrs = attrsFromFacet(this, editorAttributes, {
|
|
@@ -10989,7 +10989,7 @@ class EditorView {
|
|
|
10989
10989
|
*/
|
|
10990
10990
|
static theme(spec, options) {
|
|
10991
10991
|
let prefix = StyleModule.newName();
|
|
10992
|
-
let result = [theme
|
|
10992
|
+
let result = [theme.of(prefix), styleModule.of(buildTheme(`.${prefix}`, spec))];
|
|
10993
10993
|
if (options && options.dark) result.push(darkTheme.of(true));
|
|
10994
10994
|
return result;
|
|
10995
10995
|
}
|
|
@@ -29390,173 +29390,6 @@ var languages = {
|
|
|
29390
29390
|
[OrCodeLanguages.MD]: MD
|
|
29391
29391
|
};
|
|
29392
29392
|
|
|
29393
|
-
// Using https://github.com/one-dark/vscode-one-dark-theme/ as reference for the colors
|
|
29394
|
-
const chalky = 'var(--c-warning-darken-20)',
|
|
29395
|
-
coral = 'var(--c-error)',
|
|
29396
|
-
cyan = '#56b6c2',
|
|
29397
|
-
invalid = 'var(--c-white)',
|
|
29398
|
-
ivory = 'var(--c-neutral-6)',
|
|
29399
|
-
stone = 'var(--c-neutral-5)',
|
|
29400
|
-
// Brightened compared to original to increase contrast
|
|
29401
|
-
malibu = '#61afef',
|
|
29402
|
-
sage = 'var(--c-success)',
|
|
29403
|
-
whiskey = 'var(--c-warning-darken-5)',
|
|
29404
|
-
violet = '#c678dd',
|
|
29405
|
-
darkBackground = 'var(--c-neutral-1)',
|
|
29406
|
-
highlightBackground = 'var(--c-neutral-2)',
|
|
29407
|
-
background = 'var(--c-neutral-1)',
|
|
29408
|
-
tooltipBackground = 'var(--c-neutral-2)',
|
|
29409
|
-
selection = 'var(--c-neutral-3)',
|
|
29410
|
-
cursor = 'var(--c-primary)';
|
|
29411
|
-
/// The editor theme styles for One Dark.
|
|
29412
|
-
const orCodeTheme = EditorView.theme({
|
|
29413
|
-
'&': {
|
|
29414
|
-
color: ivory,
|
|
29415
|
-
backgroundColor: background
|
|
29416
|
-
},
|
|
29417
|
-
'.cm-content': {
|
|
29418
|
-
caretColor: cursor
|
|
29419
|
-
},
|
|
29420
|
-
'.cm-button': {
|
|
29421
|
-
background: highlightBackground,
|
|
29422
|
-
color: 'var(--c-neutral-6)',
|
|
29423
|
-
border: 0,
|
|
29424
|
-
borderRadius: 'var(--s-2)'
|
|
29425
|
-
},
|
|
29426
|
-
'.cm-panel.cm-search input[type=checkbox]': {
|
|
29427
|
-
display: 'inline-block',
|
|
29428
|
-
verticalAlign: 'middle'
|
|
29429
|
-
},
|
|
29430
|
-
'.cm-cursor, .cm-dropCursor': {
|
|
29431
|
-
borderLeftColor: cursor
|
|
29432
|
-
},
|
|
29433
|
-
'&.cm-focused .cm-selectionBackground, .cm-selectionBackground, .cm-content ::selection': {
|
|
29434
|
-
backgroundColor: selection
|
|
29435
|
-
},
|
|
29436
|
-
'.cm-panels': {
|
|
29437
|
-
backgroundColor: darkBackground,
|
|
29438
|
-
color: ivory
|
|
29439
|
-
},
|
|
29440
|
-
'.cm-panels.cm-panels-top': {
|
|
29441
|
-
borderBottom: '2px solid var(--c-neutral-2)'
|
|
29442
|
-
},
|
|
29443
|
-
'.cm-panels.cm-panels-bottom': {
|
|
29444
|
-
borderTop: '2px solid var(--c-neutral-2)'
|
|
29445
|
-
},
|
|
29446
|
-
'.cm-searchMatch': {
|
|
29447
|
-
backgroundColor: 'var(--c-neutral-1)',
|
|
29448
|
-
outline: '1px solid var(--c-neutral-2)'
|
|
29449
|
-
},
|
|
29450
|
-
'.cm-searchMatch.cm-searchMatch-selected': {
|
|
29451
|
-
backgroundColor: '#6199ff2f'
|
|
29452
|
-
},
|
|
29453
|
-
'.cm-activeLine': {
|
|
29454
|
-
backgroundColor: '#6699ff0b'
|
|
29455
|
-
},
|
|
29456
|
-
'.cm-selectionMatch': {
|
|
29457
|
-
backgroundColor: '#aafe661a'
|
|
29458
|
-
},
|
|
29459
|
-
'&.cm-focused .cm-matchingBracket, &.cm-focused .cm-nonmatchingBracket': {
|
|
29460
|
-
backgroundColor: '#bad0f847'
|
|
29461
|
-
},
|
|
29462
|
-
'.cm-gutters': {
|
|
29463
|
-
backgroundColor: background,
|
|
29464
|
-
color: stone,
|
|
29465
|
-
border: 'none'
|
|
29466
|
-
},
|
|
29467
|
-
'.cm-activeLineGutter': {
|
|
29468
|
-
backgroundColor: highlightBackground
|
|
29469
|
-
},
|
|
29470
|
-
'.cm-foldPlaceholder': {
|
|
29471
|
-
backgroundColor: 'transparent',
|
|
29472
|
-
border: 'none',
|
|
29473
|
-
color: '#ddd'
|
|
29474
|
-
},
|
|
29475
|
-
'.cm-tooltip': {
|
|
29476
|
-
border: 'none',
|
|
29477
|
-
backgroundColor: tooltipBackground
|
|
29478
|
-
},
|
|
29479
|
-
'.cm-tooltip .cm-tooltip-arrow:before': {
|
|
29480
|
-
borderTopColor: 'transparent',
|
|
29481
|
-
borderBottomColor: 'transparent'
|
|
29482
|
-
},
|
|
29483
|
-
'.cm-tooltip .cm-tooltip-arrow:after': {
|
|
29484
|
-
borderTopColor: tooltipBackground,
|
|
29485
|
-
borderBottomColor: tooltipBackground
|
|
29486
|
-
},
|
|
29487
|
-
'.cm-tooltip-autocomplete': {
|
|
29488
|
-
'& > ul > li[aria-selected]': {
|
|
29489
|
-
backgroundColor: highlightBackground,
|
|
29490
|
-
color: ivory
|
|
29491
|
-
}
|
|
29492
|
-
},
|
|
29493
|
-
'.cm-textfield': {
|
|
29494
|
-
outline: 'none',
|
|
29495
|
-
background: background,
|
|
29496
|
-
color: 'var(--c-neutral-6)',
|
|
29497
|
-
backgroundColor: 'var(--c-neutral-1)',
|
|
29498
|
-
border: '1px solid var(--c-neutral-2)',
|
|
29499
|
-
borderRadius: 'var(--s-2)'
|
|
29500
|
-
}
|
|
29501
|
-
}, {
|
|
29502
|
-
dark: true
|
|
29503
|
-
});
|
|
29504
|
-
/// The highlighting style for code in the One Dark theme.
|
|
29505
|
-
const orCodeHighlightStyle = HighlightStyle.define([{
|
|
29506
|
-
tag: tags$1.keyword,
|
|
29507
|
-
color: violet
|
|
29508
|
-
}, {
|
|
29509
|
-
tag: [tags$1.name, tags$1.deleted, tags$1.character, tags$1.propertyName, tags$1.macroName],
|
|
29510
|
-
color: coral
|
|
29511
|
-
}, {
|
|
29512
|
-
tag: [tags$1.function(tags$1.variableName), tags$1.labelName],
|
|
29513
|
-
color: malibu
|
|
29514
|
-
}, {
|
|
29515
|
-
tag: [tags$1.color, tags$1.constant(tags$1.name), tags$1.standard(tags$1.name)],
|
|
29516
|
-
color: whiskey
|
|
29517
|
-
}, {
|
|
29518
|
-
tag: [tags$1.definition(tags$1.name), tags$1.separator],
|
|
29519
|
-
color: ivory
|
|
29520
|
-
}, {
|
|
29521
|
-
tag: [tags$1.typeName, tags$1.className, tags$1.number, tags$1.changed, tags$1.annotation, tags$1.modifier, tags$1.self, tags$1.namespace],
|
|
29522
|
-
color: chalky
|
|
29523
|
-
}, {
|
|
29524
|
-
tag: [tags$1.operator, tags$1.operatorKeyword, tags$1.url, tags$1.escape, tags$1.regexp, tags$1.link, tags$1.special(tags$1.string)],
|
|
29525
|
-
color: cyan
|
|
29526
|
-
}, {
|
|
29527
|
-
tag: [tags$1.meta, tags$1.comment],
|
|
29528
|
-
color: stone
|
|
29529
|
-
}, {
|
|
29530
|
-
tag: tags$1.strong,
|
|
29531
|
-
fontWeight: 'bold'
|
|
29532
|
-
}, {
|
|
29533
|
-
tag: tags$1.emphasis,
|
|
29534
|
-
fontStyle: 'italic'
|
|
29535
|
-
}, {
|
|
29536
|
-
tag: tags$1.strikethrough,
|
|
29537
|
-
textDecoration: 'line-through'
|
|
29538
|
-
}, {
|
|
29539
|
-
tag: tags$1.link,
|
|
29540
|
-
color: stone,
|
|
29541
|
-
textDecoration: 'underline'
|
|
29542
|
-
}, {
|
|
29543
|
-
tag: tags$1.heading,
|
|
29544
|
-
fontWeight: 'bold',
|
|
29545
|
-
color: coral
|
|
29546
|
-
}, {
|
|
29547
|
-
tag: [tags$1.atom, tags$1.bool, tags$1.special(tags$1.variableName)],
|
|
29548
|
-
color: whiskey
|
|
29549
|
-
}, {
|
|
29550
|
-
tag: [tags$1.processingInstruction, tags$1.string, tags$1.inserted],
|
|
29551
|
-
color: sage
|
|
29552
|
-
}, {
|
|
29553
|
-
tag: tags$1.invalid,
|
|
29554
|
-
color: invalid
|
|
29555
|
-
}]);
|
|
29556
|
-
/// Extension to enable the One Dark theme (both the editor theme and
|
|
29557
|
-
/// the highlight style).
|
|
29558
|
-
const theme = [orCodeTheme, syntaxHighlighting(orCodeHighlightStyle)];
|
|
29559
|
-
|
|
29560
29393
|
//partially based on https://github.com/logue/vue-codemirror6/blob/master/src/components/CodeMirror.vue
|
|
29561
29394
|
var script = defineComponent({
|
|
29562
29395
|
name: 'OrCode',
|
|
@@ -29640,7 +29473,6 @@ var script = defineComponent({
|
|
|
29640
29473
|
setup(props, {
|
|
29641
29474
|
emit
|
|
29642
29475
|
}) {
|
|
29643
|
-
// editor config
|
|
29644
29476
|
const root = ref();
|
|
29645
29477
|
const target = ref();
|
|
29646
29478
|
const fullscreenTarget = ref();
|
|
@@ -29682,7 +29514,9 @@ var script = defineComponent({
|
|
|
29682
29514
|
allowPaste,
|
|
29683
29515
|
lineWrapping
|
|
29684
29516
|
} = this;
|
|
29685
|
-
const ext = _.compact([
|
|
29517
|
+
const ext = _.compact([
|
|
29518
|
+
// Toggle light/dark mode
|
|
29519
|
+
EditorView.baseTheme({}),
|
|
29686
29520
|
// locale settings
|
|
29687
29521
|
this.phrases ? EditorState.phrases.of(this.phrases) : undefined,
|
|
29688
29522
|
// Parser language setting
|
|
@@ -29709,8 +29543,10 @@ var script = defineComponent({
|
|
|
29709
29543
|
}
|
|
29710
29544
|
}),
|
|
29711
29545
|
// line wrapping
|
|
29712
|
-
lineWrapping ? EditorView.lineWrapping : undefined, keymap.of([indentWithTab])
|
|
29713
|
-
|
|
29546
|
+
lineWrapping ? EditorView.lineWrapping : undefined, keymap.of([indentWithTab])]);
|
|
29547
|
+
// Append Extensions (such as basic-setup)
|
|
29548
|
+
if (this.extensions.length !== 0) _.merge(ext, this.extensions);
|
|
29549
|
+
return ext;
|
|
29714
29550
|
},
|
|
29715
29551
|
isShowingError() {
|
|
29716
29552
|
return !!this.error && this.isInvalid;
|
|
@@ -29802,7 +29638,7 @@ var __vue_render__ = function () {
|
|
|
29802
29638
|
staticClass: "fullscreen-button",
|
|
29803
29639
|
attrs: {
|
|
29804
29640
|
"icon": "fullscreen",
|
|
29805
|
-
"icon-color": "neutral-
|
|
29641
|
+
"icon-color": "neutral-3"
|
|
29806
29642
|
},
|
|
29807
29643
|
on: {
|
|
29808
29644
|
"click": function ($event) {
|
|
@@ -29870,14 +29706,14 @@ var __vue_staticRenderFns__ = [];
|
|
|
29870
29706
|
/* style */
|
|
29871
29707
|
const __vue_inject_styles__ = function (inject) {
|
|
29872
29708
|
if (!inject) return;
|
|
29873
|
-
inject("data-v-
|
|
29874
|
-
source: "@keyframes spinAround-data-v-
|
|
29709
|
+
inject("data-v-2056db5f_0", {
|
|
29710
|
+
source: "@keyframes spinAround-data-v-2056db5f{from{transform:rotate(0)}to{transform:rotate(359deg)}}@keyframes fade-data-v-2056db5f{from{opacity:1}to{opacity:0}}.or-code .fullscreen-button[data-v-2056db5f]{width:2.25rem;height:2.25rem}.or-code .fullscreen-button>.or-icon[data-v-2056db5f]{font-size:1.5rem}.or-code .footer .or-code-error[data-v-2056db5f],.or-code .footer .or-code-hint[data-v-2056db5f]{flex-shrink:1;transition-timing-function:var(--t-func);transition-duration:var(--t-duration);transition-property:height,opacity}.header[data-v-2056db5f]{display:flex;flex-direction:row;align-items:center;height:36px}.header .actions[data-v-2056db5f]{margin-left:auto}.header .actions[data-v-2056db5f]:not(.is-visible){display:none}.or-code-editor[data-v-2056db5f]{min-height:calc(1.4em + 8px);overflow:auto;font-size:var(--fs-0);border:1px solid var(--c-neutral-2);border-radius:var(--s-2)}.or-code-editor.is-invalid[data-v-2056db5f]{border-color:var(--c-error)}.or-code-editor[data-v-2056db5f]> *{width:100%;height:100%}.or-code[data-v-2056db5f],.or-modal[data-v-2056db5f] .content{display:flex;flex-direction:column}.or-code .or-code-editor[data-v-2056db5f],.or-modal[data-v-2056db5f] .content .or-code-editor{flex-grow:1;text-align:left!important}",
|
|
29875
29711
|
map: undefined,
|
|
29876
29712
|
media: undefined
|
|
29877
29713
|
});
|
|
29878
29714
|
};
|
|
29879
29715
|
/* scoped */
|
|
29880
|
-
const __vue_scope_id__ = "data-v-
|
|
29716
|
+
const __vue_scope_id__ = "data-v-2056db5f";
|
|
29881
29717
|
/* module identifier */
|
|
29882
29718
|
const __vue_module_identifier__ = undefined;
|
|
29883
29719
|
/* functional template */
|
|
@@ -2,8 +2,8 @@ import { useMagicKeys, whenever, onClickOutside } from '@vueuse/core';
|
|
|
2
2
|
import { l as logicAnd } from './index-17f264f9.js';
|
|
3
3
|
import './index-fa6eb4ca.js';
|
|
4
4
|
import { O as OrOverlay } from './OrOverlay-efa7992e.js';
|
|
5
|
-
import { O as OrButton, a as ButtonColor } from './OrButton-
|
|
6
|
-
import { O as OrInput } from './OrInput-
|
|
5
|
+
import { O as OrButton, a as ButtonColor } from './OrButton-4862b98b.js';
|
|
6
|
+
import { O as OrInput } from './OrInput-65ad6551.js';
|
|
7
7
|
import { defineComponent, ref, computed, watch } from '@vue/composition-api/dist/vue-composition-api.mjs';
|
|
8
8
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
9
9
|
|
|
@@ -13,10 +13,10 @@ const EmptyStateRoot = [
|
|
|
13
13
|
'grow', 'flex', 'flex-col', 'justify-center', 'items-center',
|
|
14
14
|
// Box
|
|
15
15
|
'w-full',
|
|
16
|
-
//
|
|
16
|
+
// Spacing
|
|
17
17
|
'gap-sm'];
|
|
18
18
|
const EmptyStateImage = [
|
|
19
|
-
//
|
|
19
|
+
// Spacing
|
|
20
20
|
'mb-sm'];
|
|
21
21
|
const EmptyStateImageSizes = {
|
|
22
22
|
[EmptyStateSize.L]: [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index-fa6eb4ca.js';
|
|
2
2
|
import { O as OrIcon, I as IconSize } from './OrIcon-458206aa.js';
|
|
3
|
-
import { O as OrTooltip } from './OrTooltip-
|
|
3
|
+
import { O as OrTooltip } from './OrTooltip-121e28c5.js';
|
|
4
4
|
import { defineComponent, ref, computed } from '@vue/composition-api/dist/vue-composition-api.mjs';
|
|
5
5
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
6
6
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import './index-fa6eb4ca.js';
|
|
2
2
|
import { O as OrError } from './OrError-52f668a4.js';
|
|
3
3
|
import { O as OrHint } from './OrHint-fde53334.js';
|
|
4
|
-
import { O as OrIconButton } from './OrIconButton-
|
|
4
|
+
import { O as OrIconButton } from './OrIconButton-5e9d8efe.js';
|
|
5
5
|
import { O as OrInlineInputBox, I as InlineInputBoxSize } from './OrInlineInputBox-7a8e645b.js';
|
|
6
6
|
import { a as useIdAttribute, u as useControlAttributes } from './useIdAttribute-cf61643f.js';
|
|
7
7
|
import { u as useValidationAttributes } from './useValidationAttributes-6df7bcf9.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import './index-fa6eb4ca.js';
|
|
2
2
|
import { O as OrError } from './OrError-52f668a4.js';
|
|
3
3
|
import { O as OrHint } from './OrHint-fde53334.js';
|
|
4
|
-
import { O as OrIconButton } from './OrIconButton-
|
|
4
|
+
import { O as OrIconButton } from './OrIconButton-5e9d8efe.js';
|
|
5
5
|
import { O as OrInlineInputBox } from './OrInlineInputBox-7a8e645b.js';
|
|
6
6
|
import { a as useIdAttribute, u as useControlAttributes } from './useIdAttribute-cf61643f.js';
|
|
7
7
|
import { u as useValidationAttributes } from './useValidationAttributes-6df7bcf9.js';
|
|
@@ -2,11 +2,13 @@ import './index-fa6eb4ca.js';
|
|
|
2
2
|
import { O as OrError } from './OrError-52f668a4.js';
|
|
3
3
|
import { O as OrHint } from './OrHint-fde53334.js';
|
|
4
4
|
import { O as OrIcon } from './OrIcon-458206aa.js';
|
|
5
|
-
import { O as OrIconButton } from './OrIconButton-
|
|
6
|
-
import { O as OrInputBox, a as InputBoxSize } from './OrInputBox-
|
|
5
|
+
import { O as OrIconButton } from './OrIconButton-5e9d8efe.js';
|
|
6
|
+
import { O as OrInputBox, a as InputBoxSize } from './OrInputBox-e54dcef9.js';
|
|
7
7
|
import { O as OrLabel } from './OrLabel-aff09c39.js';
|
|
8
|
+
import { O as OrLoader } from './OrLoader-864ef92a.js';
|
|
8
9
|
import { a as useIdAttribute, u as useControlAttributes } from './useIdAttribute-cf61643f.js';
|
|
9
10
|
import { u as useValidationAttributes } from './useValidationAttributes-6df7bcf9.js';
|
|
11
|
+
import { u as useResponsive } from './useResponsive-e13dfbb0.js';
|
|
10
12
|
import { defineComponent, ref, computed, reactive } from '@vue/composition-api/dist/vue-composition-api.mjs';
|
|
11
13
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
12
14
|
import { c as createInjector } from './browser-82dea9ed.js';
|
|
@@ -40,7 +42,8 @@ var script = defineComponent({
|
|
|
40
42
|
OrIcon,
|
|
41
43
|
OrIconButton,
|
|
42
44
|
OrInputBox,
|
|
43
|
-
OrLabel
|
|
45
|
+
OrLabel,
|
|
46
|
+
OrLoader
|
|
44
47
|
},
|
|
45
48
|
model: {
|
|
46
49
|
prop: 'modelValue',
|
|
@@ -75,6 +78,10 @@ var script = defineComponent({
|
|
|
75
78
|
type: String,
|
|
76
79
|
default: undefined
|
|
77
80
|
},
|
|
81
|
+
loading: {
|
|
82
|
+
type: Boolean,
|
|
83
|
+
default: false
|
|
84
|
+
},
|
|
78
85
|
required: {
|
|
79
86
|
type: Boolean,
|
|
80
87
|
default: false
|
|
@@ -120,6 +127,9 @@ var script = defineComponent({
|
|
|
120
127
|
const maxLength = computed(() => controlAttributes.maxlength);
|
|
121
128
|
const invalid = computed(() => !!props.error);
|
|
122
129
|
const disclosed = ref(false);
|
|
130
|
+
const {
|
|
131
|
+
isMobile
|
|
132
|
+
} = useResponsive();
|
|
123
133
|
// Methods
|
|
124
134
|
function focus() {
|
|
125
135
|
var _a;
|
|
@@ -140,6 +150,7 @@ var script = defineComponent({
|
|
|
140
150
|
maxLength,
|
|
141
151
|
invalid,
|
|
142
152
|
disclosed,
|
|
153
|
+
isMobile,
|
|
143
154
|
focus,
|
|
144
155
|
blur
|
|
145
156
|
};
|
|
@@ -176,7 +187,7 @@ var __vue_render__ = function () {
|
|
|
176
187
|
"variant": _vm.disableDefaultStyles ? 'unstyled' : 'styled',
|
|
177
188
|
"size": _vm.size,
|
|
178
189
|
"invalid": _vm.invalid,
|
|
179
|
-
"readonly": _vm.readonly,
|
|
190
|
+
"readonly": _vm.readonly || _vm.loading,
|
|
180
191
|
"disabled": _vm.disabled
|
|
181
192
|
}
|
|
182
193
|
}, [(_vm.type === 'password' && _vm.disclosed ? 'text' : _vm.type) === 'checkbox' ? _c('input', _vm._b({
|
|
@@ -191,7 +202,7 @@ var __vue_render__ = function () {
|
|
|
191
202
|
attrs: {
|
|
192
203
|
"placeholder": _vm.placeholder,
|
|
193
204
|
"required": _vm.required,
|
|
194
|
-
"readonly": _vm.readonly,
|
|
205
|
+
"readonly": _vm.readonly || _vm.loading,
|
|
195
206
|
"disabled": _vm.disabled,
|
|
196
207
|
"type": "checkbox"
|
|
197
208
|
},
|
|
@@ -240,7 +251,7 @@ var __vue_render__ = function () {
|
|
|
240
251
|
attrs: {
|
|
241
252
|
"placeholder": _vm.placeholder,
|
|
242
253
|
"required": _vm.required,
|
|
243
|
-
"readonly": _vm.readonly,
|
|
254
|
+
"readonly": _vm.readonly || _vm.loading,
|
|
244
255
|
"disabled": _vm.disabled,
|
|
245
256
|
"type": "radio"
|
|
246
257
|
},
|
|
@@ -276,7 +287,7 @@ var __vue_render__ = function () {
|
|
|
276
287
|
attrs: {
|
|
277
288
|
"placeholder": _vm.placeholder,
|
|
278
289
|
"required": _vm.required,
|
|
279
|
-
"readonly": _vm.readonly,
|
|
290
|
+
"readonly": _vm.readonly || _vm.loading,
|
|
280
291
|
"disabled": _vm.disabled,
|
|
281
292
|
"type": _vm.type === 'password' && _vm.disclosed ? 'text' : _vm.type
|
|
282
293
|
},
|
|
@@ -305,7 +316,13 @@ var __vue_render__ = function () {
|
|
|
305
316
|
}
|
|
306
317
|
}, 'input', _vm.controlAttributes, false)), _vm._v(" "), _c('div', {
|
|
307
318
|
class: ['layout-row']
|
|
308
|
-
}, [_vm.
|
|
319
|
+
}, [_vm.loading ? [_c('OrLoader', {
|
|
320
|
+
attrs: {
|
|
321
|
+
"variant": 'circular',
|
|
322
|
+
"color": 'primary',
|
|
323
|
+
"size": _vm.isMobile ? 'm' : 's'
|
|
324
|
+
}
|
|
325
|
+
})] : [_vm.type === 'password' ? [_c('OrIconButton', {
|
|
309
326
|
attrs: {
|
|
310
327
|
"icon": {
|
|
311
328
|
icon: _vm.disclosed ? 'visibility_off' : 'visibility',
|
|
@@ -337,7 +354,7 @@ var __vue_render__ = function () {
|
|
|
337
354
|
"icon": 'search',
|
|
338
355
|
"variant": 'outlined'
|
|
339
356
|
}
|
|
340
|
-
})]] : _vm._e()], 2)]), _vm._v(" "), !_vm.invalid ? [_vm.hint || _vm.maxLength ? [_c('OrHint', {
|
|
357
|
+
})]] : _vm._e()]], 2)]), _vm._v(" "), !_vm.invalid ? [_vm.hint || _vm.maxLength ? [_c('OrHint', {
|
|
341
358
|
attrs: {
|
|
342
359
|
"disabled": _vm.disabled
|
|
343
360
|
},
|
|
@@ -366,14 +383,14 @@ var __vue_staticRenderFns__ = [];
|
|
|
366
383
|
/* style */
|
|
367
384
|
const __vue_inject_styles__ = function (inject) {
|
|
368
385
|
if (!inject) return;
|
|
369
|
-
inject("data-v-
|
|
370
|
-
source: "input[data-v-
|
|
386
|
+
inject("data-v-9ec674d8_0", {
|
|
387
|
+
source: "input[data-v-9ec674d8]{min-width:0;background:0 0;outline:0}input[type=number][data-v-9ec674d8]::-webkit-inner-spin-button{display:none}input[type=search][data-v-9ec674d8]::-webkit-search-cancel-button{display:none}",
|
|
371
388
|
map: undefined,
|
|
372
389
|
media: undefined
|
|
373
390
|
});
|
|
374
391
|
};
|
|
375
392
|
/* scoped */
|
|
376
|
-
const __vue_scope_id__ = "data-v-
|
|
393
|
+
const __vue_scope_id__ = "data-v-9ec674d8";
|
|
377
394
|
/* module identifier */
|
|
378
395
|
const __vue_module_identifier__ = undefined;
|
|
379
396
|
/* functional template */
|
|
@@ -43,16 +43,16 @@ const InputBoxRootVariants = {
|
|
|
43
43
|
const InputBoxRootSizes = {
|
|
44
44
|
'm': [
|
|
45
45
|
// Box
|
|
46
|
-
'children:min-h-[34px]',
|
|
46
|
+
'children:min-h-[46px] children:md:min-h-[34px]',
|
|
47
47
|
// Spacing
|
|
48
|
-
'first-child:pl-md first-child:md:pl-sm+', 'last-child:pr-md last-child:md:pr-sm+', '
|
|
48
|
+
'first-child:pl-md first-child:md:pl-sm+', 'last-child:pr-md last-child:md:pr-sm+', 'gap-sm+ md:gap-sm',
|
|
49
49
|
// Typography
|
|
50
50
|
'typography-body-2-regular'],
|
|
51
51
|
's': [
|
|
52
52
|
// Box
|
|
53
53
|
'children:min-h-[30px]',
|
|
54
54
|
// Spacing
|
|
55
|
-
'first-child:pl-sm', 'last-child:pr-
|
|
55
|
+
'first-child:pl-md first-child:md:pl-sm+', 'last-child:pr-md last-child:md:pr-sm+', 'gap-[6px]',
|
|
56
56
|
// Typography
|
|
57
57
|
'typography-caption-regular']
|
|
58
58
|
};
|
|
@@ -5,9 +5,6 @@ import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
|
5
5
|
|
|
6
6
|
const MenuRoot = [
|
|
7
7
|
// Layout
|
|
8
|
-
'inline-block'];
|
|
9
|
-
const MenuBody = [
|
|
10
|
-
// Layout
|
|
11
8
|
'overflow-y-auto',
|
|
12
9
|
// Box
|
|
13
10
|
'min-w-[160px]', 'md:max-w-[256px]', 'max-h-[340px]'];
|
|
@@ -17,6 +14,7 @@ var script = defineComponent({
|
|
|
17
14
|
components: {
|
|
18
15
|
OrPopover
|
|
19
16
|
},
|
|
17
|
+
inheritAttrs: false,
|
|
20
18
|
props: {
|
|
21
19
|
trigger: {
|
|
22
20
|
type: HTMLElement,
|
|
@@ -28,7 +26,7 @@ var script = defineComponent({
|
|
|
28
26
|
}
|
|
29
27
|
},
|
|
30
28
|
emits: ['update:state'],
|
|
31
|
-
expose: ['root', '
|
|
29
|
+
expose: ['root', 'isOpen', 'open', 'close', 'toggle'],
|
|
32
30
|
setup() {
|
|
33
31
|
// Refs
|
|
34
32
|
const root = ref();
|
|
@@ -37,13 +35,13 @@ var script = defineComponent({
|
|
|
37
35
|
var _a;
|
|
38
36
|
return (_a = popover.value) === null || _a === void 0 ? void 0 : _a.root;
|
|
39
37
|
});
|
|
38
|
+
// Styles
|
|
39
|
+
const rootStyles = computed(() => ['or-menu', ...MenuRoot]);
|
|
40
|
+
// State
|
|
40
41
|
const isOpen = computed(() => {
|
|
41
42
|
var _a;
|
|
42
43
|
return (_a = popover.value) === null || _a === void 0 ? void 0 : _a.isOpen;
|
|
43
44
|
});
|
|
44
|
-
// Styles
|
|
45
|
-
const rootStyles = computed(() => ['or-menu', ...MenuRoot]);
|
|
46
|
-
const bodyStyles = computed(() => [...MenuBody]);
|
|
47
45
|
// Methods
|
|
48
46
|
function open() {
|
|
49
47
|
const popoverInstance = popover.value;
|
|
@@ -77,7 +75,6 @@ var script = defineComponent({
|
|
|
77
75
|
popover,
|
|
78
76
|
popoverRoot,
|
|
79
77
|
rootStyles,
|
|
80
|
-
bodyStyles,
|
|
81
78
|
isOpen,
|
|
82
79
|
open,
|
|
83
80
|
close,
|
|
@@ -95,10 +92,7 @@ var __vue_render__ = function () {
|
|
|
95
92
|
var _vm = this;
|
|
96
93
|
var _h = _vm.$createElement;
|
|
97
94
|
var _c = _vm._self._c || _h;
|
|
98
|
-
return _c('
|
|
99
|
-
ref: "root",
|
|
100
|
-
class: _vm.rootStyles
|
|
101
|
-
}, [_c('OrPopover', {
|
|
95
|
+
return _c('OrPopover', {
|
|
102
96
|
ref: "popover",
|
|
103
97
|
attrs: {
|
|
104
98
|
"variant": 'auto',
|
|
@@ -112,15 +106,16 @@ var __vue_render__ = function () {
|
|
|
112
106
|
return _vm.$emit('update:state', $event);
|
|
113
107
|
}
|
|
114
108
|
}
|
|
115
|
-
}, [_c('div', {
|
|
116
|
-
|
|
109
|
+
}, [_c('div', _vm._b({
|
|
110
|
+
ref: "root",
|
|
111
|
+
class: _vm.rootStyles,
|
|
117
112
|
on: {
|
|
118
113
|
"click": function ($event) {
|
|
119
114
|
$event.stopPropagation();
|
|
120
115
|
return _vm.onClick.apply(null, arguments);
|
|
121
116
|
}
|
|
122
117
|
}
|
|
123
|
-
}, [_vm._t("default")], 2)])
|
|
118
|
+
}, 'div', _vm.$attrs, false), [_vm._t("default")], 2)]);
|
|
124
119
|
};
|
|
125
120
|
var __vue_staticRenderFns__ = [];
|
|
126
121
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index-fa6eb4ca.js';
|
|
2
2
|
import { O as OrOverlay } from './OrOverlay-efa7992e.js';
|
|
3
|
-
import { O as OrIconButton } from './OrIconButton-
|
|
3
|
+
import { O as OrIconButton } from './OrIconButton-5e9d8efe.js';
|
|
4
4
|
import { defineComponent, ref, computed, watch } from '@vue/composition-api/dist/vue-composition-api.mjs';
|
|
5
5
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
6
6
|
|
|
@@ -120,14 +120,14 @@ var __vue_staticRenderFns__ = [];
|
|
|
120
120
|
/* style */
|
|
121
121
|
const __vue_inject_styles__ = function (inject) {
|
|
122
122
|
if (!inject) return;
|
|
123
|
-
inject("data-v-
|
|
124
|
-
source: "@keyframes spinAround-data-v-
|
|
123
|
+
inject("data-v-7bc0e6b5_0", {
|
|
124
|
+
source: "@keyframes spinAround-data-v-7bc0e6b5{from{transform:rotate(0)}to{transform:rotate(359deg)}}@keyframes fade-data-v-7bc0e6b5{from{opacity:1}to{opacity:0}}.or-notification[data-v-7bc0e6b5]{--alignment-height:var(--lh-1);display:flex;align-items:flex-start;width:100%;padding:var(--s-4);background-color:var(--c-white);border-radius:.25rem;box-shadow:0 .0625rem .25rem .0625rem rgba(0,0,0,.08);transition-timing-function:var(--t-func);transition-duration:var(--t-duration);transition-property:background-color}.or-notification.is-size-default[data-v-7bc0e6b5]{max-width:48rem}.or-notification.is-size-inline[data-v-7bc0e6b5]{max-width:27.875rem}.or-notification a[data-v-7bc0e6b5]{font-weight:var(--fw-2);color:var(--c-black)}.or-notification--icon[data-v-7bc0e6b5]{display:flex;align-items:center;min-height:var(--alignment-height);margin-right:var(--s-4)}.or-notification--icon[data-v-7bc0e6b5] .or-icon{font-size:1rem}.or-notification--content[data-v-7bc0e6b5]{flex:1 1 100%;word-break:break-word}.or-notification--close[data-v-7bc0e6b5]{display:flex;height:var(--alignment-height);margin-left:1rem}.or-notification--close[data-v-7bc0e6b5] .or-icon{font-size:1rem!important}.or-notification.is-type-info[data-v-7bc0e6b5]{background-color:var(--c-primary-lighten-45)}.or-notification.is-type-info a[data-v-7bc0e6b5]{color:var(--c-primary)}.or-notification.is-type-error[data-v-7bc0e6b5]{background-color:var(--c-error-lighten-45)}.or-notification.is-type-error a[data-v-7bc0e6b5]{color:var(--c-error)}.or-notification.is-type-warning[data-v-7bc0e6b5]{background-color:var(--c-warning-lighten-45)}.or-notification.is-type-warning a[data-v-7bc0e6b5]{color:var(--c-warning)}.or-notification.is-type-success[data-v-7bc0e6b5]{background-color:var(--c-success-lighten-45)}.or-notification.is-type-success a[data-v-7bc0e6b5]{color:var(--c-success)}",
|
|
125
125
|
map: undefined,
|
|
126
126
|
media: undefined
|
|
127
127
|
});
|
|
128
128
|
};
|
|
129
129
|
/* scoped */
|
|
130
|
-
const __vue_scope_id__ = "data-v-
|
|
130
|
+
const __vue_scope_id__ = "data-v-7bc0e6b5";
|
|
131
131
|
/* module identifier */
|
|
132
132
|
const __vue_module_identifier__ = undefined;
|
|
133
133
|
/* functional template */
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index-fa6eb4ca.js';
|
|
2
2
|
import { O as OrIcon } from './OrIcon-458206aa.js';
|
|
3
|
-
import { O as OrIconButton } from './OrIconButton-
|
|
3
|
+
import { O as OrIconButton } from './OrIconButton-5e9d8efe.js';
|
|
4
4
|
import { defineComponent, ref, computed } from '@vue/composition-api/dist/vue-composition-api.mjs';
|
|
5
5
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
6
6
|
|