@onereach/ui-components 2.74.1-beta.2290.0 → 2.74.1-beta.2291.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/{OrAvatar-f2b1ee1c.js → OrAvatar-586e417b.js} +1 -1
- package/dist/bundled/v2/{OrCardCollection-f48af015.js → OrCardCollection-1affb682.js} +4 -4
- package/dist/bundled/v2/{OrConfirm-d3a9f7b9.js → OrConfirm-bdf57b45.js} +1 -1
- package/dist/bundled/v2/{OrErrorTag-4675604d.js → OrErrorTag-97a9112b.js} +1 -1
- package/dist/bundled/v2/{OrExpansionPanel-8968da49.js → OrExpansionPanel-96b8f568.js} +1 -1
- package/dist/bundled/v2/{OrFab-a2e49eaa.js → OrFab-ed69dee1.js} +1 -1
- package/dist/bundled/v2/{OrIcon-2efd1925.js → OrIcon-458206aa.js} +1 -3
- package/dist/bundled/v2/{OrIconButton-876b6351.js → OrIconButton-837d57f8.js} +1 -1
- package/dist/bundled/v2/{OrInlineInput-7a230176.js → OrInlineInput-8fec2947.js} +3 -3
- package/dist/bundled/v2/{OrInlineTextarea-97334f79.js → OrInlineTextarea-e7cdb4fb.js} +3 -3
- package/dist/bundled/v2/{OrInput-d615d473.js → OrInput-46039629.js} +6 -5
- package/dist/bundled/v2/{OrInputBox-e54dcef9.js → OrInputBox-9a31d211.js} +2 -12
- package/dist/bundled/v2/{OrMenuItem-f295292e.js → OrMenuItem-e2693a5f.js} +1 -1
- package/dist/bundled/v2/{OrModal-83900091.js → OrModal-78f5d49e.js} +1 -1
- package/dist/bundled/v2/{OrNotification-708ce1db.js → OrNotification-458fe937.js} +2 -2
- package/dist/bundled/v2/{OrPagination-e34482ef.js → OrPagination-daf25de2.js} +2 -2
- package/dist/bundled/v2/{OrSearch-2828c54c.js → OrSearch-05cc6c14.js} +2 -2
- package/dist/bundled/v2/{OrSelect-783d01b9.js → OrSelect-bfe76fb7.js} +11 -10
- package/dist/bundled/v2/{OrSidebar-dc3c9664.js → OrSidebar-a2bc21b9.js} +1 -1
- package/dist/bundled/v2/{OrSidebarCollapseButton-e2e30766.js → OrSidebarCollapseButton-8297ef86.js} +1 -1
- package/dist/bundled/v2/{OrSortHeader-b1b961fc.js → OrSortHeader-565ace92.js} +1 -1
- package/dist/bundled/v2/{OrTabs-9fc1ac93.js → OrTabs-d69780fc.js} +2 -2
- package/dist/bundled/v2/{OrTag-3e442bf6.js → OrTag-4085e8a7.js} +1 -1
- package/dist/bundled/v2/{OrTextarea-1201353b.js → OrTextarea-a02951f4.js} +4 -3
- package/dist/bundled/v2/components/index.js +26 -25
- package/dist/bundled/v2/components/or-avatar-v3/index.js +2 -2
- package/dist/bundled/v2/components/or-card-collection-v3/index.js +8 -7
- package/dist/bundled/v2/components/or-combined-input-v3/OrCombinedInput.stories3.d.ts +27 -0
- package/dist/bundled/v2/components/or-combined-input-v3/OrCombinedInput.vue.d.ts +107 -0
- package/dist/bundled/v2/components/or-combined-input-v3/index.d.ts +2 -0
- package/dist/bundled/v2/components/or-combined-input-v3/index.js +148 -0
- package/dist/bundled/v2/components/or-combined-input-v3/props.d.ts +1 -0
- package/dist/bundled/v2/components/or-combined-input-v3/styles.d.ts +2 -0
- package/dist/bundled/v2/components/or-confirm-v3/index.js +6 -5
- package/dist/bundled/v2/components/or-error-tag-v3/index.js +2 -2
- package/dist/bundled/v2/components/or-expansion-panel-v3/index.js +2 -2
- package/dist/bundled/v2/components/or-fab-v3/index.js +2 -2
- package/dist/bundled/v2/components/or-icon-button-v3/index.js +2 -2
- package/dist/bundled/v2/components/or-icon-v3/index.js +1 -1
- 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 +2 -1
- package/dist/bundled/v2/components/or-input-v3/index.js +5 -4
- package/dist/bundled/v2/components/or-menu-item-v3/index.js +2 -2
- package/dist/bundled/v2/components/or-modal-v3/index.js +3 -3
- package/dist/bundled/v2/components/or-notification-v3/index.js +3 -3
- package/dist/bundled/v2/components/or-pagination-v3/index.js +3 -3
- package/dist/bundled/v2/components/or-search-v3/index.js +6 -5
- package/dist/bundled/v2/components/or-select-v3/index.js +9 -8
- 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-sort-header-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 +3 -3
- package/dist/bundled/v2/components/or-textarea-v3/index.js +3 -2
- package/dist/bundled/v2/components/or-toast-v3/index.js +3 -3
- package/dist/bundled/v2/index.js +27 -26
- package/dist/bundled/v2/props-78496a2d.js +12 -0
- package/dist/bundled/v2/{types-b0d25b49.js → types-309b7b94.js} +1 -1
- package/dist/bundled/v3/{OrAvatar.vue_vue_type_script_lang-75c23e62.js → OrAvatar.vue_vue_type_script_lang-582e74ae.js} +2 -2
- package/dist/bundled/v3/{OrCardCollection.vue_vue_type_script_lang-010f8e48.js → OrCardCollection.vue_vue_type_script_lang-c01a1d75.js} +7 -7
- package/dist/bundled/v3/{OrConfirm.vue_vue_type_script_lang-20309110.js → OrConfirm.vue_vue_type_script_lang-a131670a.js} +2 -2
- package/dist/bundled/v3/{OrErrorTag.vue_vue_type_script_lang-bfa4c580.js → OrErrorTag.vue_vue_type_script_lang-e2fe7ca9.js} +2 -2
- package/dist/bundled/v3/{OrExpansionPanel.vue_vue_type_script_lang-cd3b6d36.js → OrExpansionPanel.vue_vue_type_script_lang-2cc8964c.js} +2 -2
- package/dist/bundled/v3/{OrFab.vue_vue_type_script_lang-8f76f6b1.js → OrFab.vue_vue_type_script_lang-0fe4a921.js} +2 -2
- package/dist/bundled/v3/{OrIcon-0239fc17.js → OrIcon-1a5c9091.js} +1 -1
- package/dist/bundled/v3/{OrIcon.vue_vue_type_script_lang-6a85c6c6.js → OrIcon.vue_vue_type_script_lang-bdbaad94.js} +1 -3
- package/dist/bundled/v3/{OrIconButton-59bc1d54.js → OrIconButton-e0566ecf.js} +1 -1
- package/dist/bundled/v3/{OrIconButton.vue_vue_type_script_lang-efefd119.js → OrIconButton.vue_vue_type_script_lang-7d1c3fe1.js} +2 -2
- package/dist/bundled/v3/{OrInlineInput.vue_vue_type_script_lang-da4198ec.js → OrInlineInput.vue_vue_type_script_lang-66598185.js} +4 -4
- package/dist/bundled/v3/{OrInlineTextarea.vue_vue_type_script_lang-a7f62f75.js → OrInlineTextarea.vue_vue_type_script_lang-85adcaf9.js} +4 -4
- package/dist/bundled/v3/{OrInput-9813fef6.js → OrInput-37811348.js} +1 -1
- package/dist/bundled/v3/{OrInput.vue_vue_type_script_lang-882358b4.js → OrInput.vue_vue_type_script_lang-de00e237.js} +9 -8
- package/dist/bundled/v3/{OrInputBox-358d4856.js → OrInputBox-44f37541.js} +1 -1
- package/dist/{esm/v2/OrInputBox-53d1f66d.js → bundled/v3/OrInputBox.vue_vue_type_script_lang-c4f9c8ef.js} +3 -53
- package/dist/bundled/v3/{OrMenuItem-1917f51a.js → OrMenuItem-807e2a49.js} +1 -1
- package/dist/bundled/v3/{OrMenuItem.vue_vue_type_script_lang-0b643c00.js → OrMenuItem.vue_vue_type_script_lang-2400ec2a.js} +2 -2
- package/dist/bundled/v3/{OrModal.vue_vue_type_script_lang-07249365.js → OrModal.vue_vue_type_script_lang-6b1dc231.js} +2 -2
- package/dist/bundled/v3/{OrNotification.vue_vue_type_script_lang-f308ec11.js → OrNotification.vue_vue_type_script_lang-d0afc1d7.js} +4 -4
- package/dist/bundled/v3/{OrPagination.vue_vue_type_script_lang-4d27d8b8.js → OrPagination.vue_vue_type_script_lang-f64827ef.js} +4 -4
- package/dist/bundled/v3/{OrSearch.vue_vue_type_script_lang-f6230fc2.js → OrSearch.vue_vue_type_script_lang-b34af2a0.js} +3 -3
- package/dist/bundled/v3/{OrSelect.vue_vue_type_script_lang-7a0e1dd9.js → OrSelect.vue_vue_type_script_lang-b14e4b6b.js} +15 -14
- package/dist/bundled/v3/{OrSidebar.vue_vue_type_script_lang-35abe546.js → OrSidebar.vue_vue_type_script_lang-7f3f1a16.js} +1 -1
- package/dist/bundled/v3/{OrSidebarCollapseButton.vue_vue_type_script_lang-271a2fbf.js → OrSidebarCollapseButton.vue_vue_type_script_lang-9aeba2d4.js} +2 -2
- package/dist/bundled/v3/{OrSortHeader.vue_vue_type_script_lang-85238e0a.js → OrSortHeader.vue_vue_type_script_lang-a20eae87.js} +2 -2
- package/dist/bundled/v3/{OrTabs.vue_vue_type_script_lang-f3b84f9d.js → OrTabs.vue_vue_type_script_lang-cb550e87.js} +4 -4
- package/dist/bundled/v3/{OrTag.vue_vue_type_script_lang-89d99975.js → OrTag.vue_vue_type_script_lang-a25a49ee.js} +2 -2
- package/dist/bundled/v3/{OrTextarea.vue_vue_type_script_lang-de99a858.js → OrTextarea.vue_vue_type_script_lang-d0256fc2.js} +5 -4
- package/dist/bundled/v3/{OrToastContainer-3dfed0e6.js → OrToastContainer-6fe12712.js} +1 -1
- package/dist/bundled/v3/components/index.js +31 -30
- package/dist/bundled/v3/components/or-avatar-v3/index.js +3 -3
- package/dist/bundled/v3/components/or-card-collection-v3/index.js +13 -12
- package/dist/bundled/v3/components/or-combined-input-v3/OrCombinedInput.stories3.d.ts +27 -0
- package/dist/bundled/v3/components/or-combined-input-v3/OrCombinedInput.vue.d.ts +107 -0
- package/dist/bundled/v3/components/or-combined-input-v3/index.d.ts +2 -0
- package/dist/bundled/v3/components/or-combined-input-v3/index.js +130 -0
- package/dist/bundled/v3/components/or-combined-input-v3/props.d.ts +1 -0
- package/dist/bundled/v3/components/or-combined-input-v3/styles.d.ts +2 -0
- package/dist/bundled/v3/components/or-confirm-v3/index.js +10 -9
- package/dist/bundled/v3/components/or-error-tag-v3/index.js +3 -3
- package/dist/bundled/v3/components/or-expansion-panel-v3/index.js +3 -3
- package/dist/bundled/v3/components/or-fab-v3/index.js +3 -3
- package/dist/bundled/v3/components/or-icon-button-v3/index.js +3 -3
- package/dist/bundled/v3/components/or-icon-v3/index.js +1 -1
- package/dist/bundled/v3/components/or-inline-input-v3/index.js +5 -5
- package/dist/bundled/v3/components/or-inline-textarea-v3/index.js +5 -5
- package/dist/bundled/v3/components/or-input-box-v3/index.js +2 -1
- package/dist/bundled/v3/components/or-input-v3/index.js +8 -7
- package/dist/bundled/v3/components/or-menu-item-v3/index.js +3 -3
- package/dist/bundled/v3/components/or-modal-v3/index.js +5 -5
- package/dist/bundled/v3/components/or-notification-v3/index.js +5 -5
- package/dist/bundled/v3/components/or-pagination-v3/index.js +5 -5
- package/dist/bundled/v3/components/or-search-v3/index.js +10 -9
- package/dist/bundled/v3/components/or-select-v3/index.js +14 -13
- package/dist/bundled/v3/components/or-sidebar-v3/index.js +6 -6
- package/dist/bundled/v3/components/or-sidebar-v3/partials/index.js +5 -5
- package/dist/bundled/v3/components/or-sidebar-v3/partials/or-sidebar-collapse-button/index.js +5 -5
- package/dist/bundled/v3/components/or-sort-header-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 +5 -5
- package/dist/bundled/v3/components/or-textarea-v3/index.js +4 -3
- package/dist/bundled/v3/components/or-toast-v3/index.js +6 -6
- package/dist/bundled/v3/index.js +48 -47
- package/dist/bundled/v3/props-78496a2d.js +12 -0
- package/dist/bundled/v3/{types-dd2c3bf1.js → types-22fbf9d6.js} +2 -2
- package/dist/esm/v2/{OrAvatar-ca3a1268.js → OrAvatar-379ac72f.js} +1 -1
- package/dist/esm/v2/{OrCardCollection-49c63e89.js → OrCardCollection-413eeef9.js} +5 -5
- package/dist/esm/v2/{OrConfirm-d2aec18c.js → OrConfirm-2f8d9405.js} +1 -1
- package/dist/esm/v2/{OrErrorTag-7cd5dc68.js → OrErrorTag-80f82cdf.js} +1 -1
- package/dist/esm/v2/{OrExpansionPanel-0a12d957.js → OrExpansionPanel-729eb1e7.js} +1 -1
- package/dist/esm/v2/{OrFab-d5a37b22.js → OrFab-1d095e33.js} +1 -1
- package/dist/esm/v2/{OrIcon-c434985a.js → OrIcon-f34e0e6f.js} +1 -3
- package/dist/esm/v2/{OrIconButton-c8bb635e.js → OrIconButton-04a3566d.js} +1 -1
- package/dist/esm/v2/{OrInlineInput-d9bbdaf2.js → OrInlineInput-c66ed0c0.js} +3 -3
- package/dist/esm/v2/{OrInlineTextarea-f7378459.js → OrInlineTextarea-3cc2fdc2.js} +3 -3
- package/dist/esm/v2/{OrInput-6b064fd7.js → OrInput-cacd21a4.js} +6 -5
- package/dist/esm/v2/OrInputBox-5c4b3104.js +43 -0
- package/dist/{bundled/v3/OrInputBox.vue_vue_type_script_lang-b387d4ba.js → esm/v2/OrInputBox.vue_rollup-plugin-vue_script-4ba46db4.js} +1 -1
- package/dist/esm/v2/{OrMenuItem-4f810513.js → OrMenuItem-7b7fbf8a.js} +1 -1
- package/dist/esm/v2/{OrModal-7ca36163.js → OrModal-4e79e0d5.js} +1 -1
- package/dist/esm/v2/{OrNotification-2013cadf.js → OrNotification-eac3867f.js} +2 -2
- package/dist/esm/v2/{OrPagination-c2653bd1.js → OrPagination-1adbcadb.js} +2 -2
- package/dist/esm/v2/{OrSearch-fb321813.js → OrSearch-1c30f3fd.js} +2 -2
- package/dist/esm/v2/{OrSelect-3a78ffcc.js → OrSelect-bbba5e3a.js} +11 -10
- package/dist/esm/v2/{OrSidebar-a45b594d.js → OrSidebar-27236fbd.js} +1 -1
- package/dist/esm/v2/{OrSidebarCollapseButton-9aa87e80.js → OrSidebarCollapseButton-cfe51a60.js} +1 -1
- package/dist/esm/v2/{OrSortHeader-ffe6bc57.js → OrSortHeader-592727dc.js} +1 -1
- package/dist/esm/v2/{OrTabs-2992f88f.js → OrTabs-96b0473d.js} +2 -2
- package/dist/esm/v2/{OrTag-920c6371.js → OrTag-b2906865.js} +1 -1
- package/dist/esm/v2/{OrTextarea-373d0554.js → OrTextarea-e1aad345.js} +4 -3
- package/dist/esm/v2/components/index.js +26 -25
- package/dist/esm/v2/components/or-avatar-v3/index.js +2 -2
- package/dist/esm/v2/components/or-card-collection-v3/index.js +8 -7
- package/dist/esm/v2/components/or-combined-input-v3/OrCombinedInput.stories3.d.ts +27 -0
- package/dist/esm/v2/components/or-combined-input-v3/OrCombinedInput.vue.d.ts +107 -0
- package/dist/esm/v2/components/or-combined-input-v3/index.d.ts +2 -0
- package/dist/esm/v2/components/or-combined-input-v3/index.js +145 -0
- package/dist/esm/v2/components/or-combined-input-v3/props.d.ts +1 -0
- package/dist/esm/v2/components/or-combined-input-v3/styles.d.ts +2 -0
- package/dist/esm/v2/components/or-confirm-v3/index.js +6 -5
- package/dist/esm/v2/components/or-error-tag-v3/index.js +2 -2
- package/dist/esm/v2/components/or-expansion-panel-v3/index.js +2 -2
- package/dist/esm/v2/components/or-fab-v3/index.js +2 -2
- package/dist/esm/v2/components/or-icon-button-v3/index.js +2 -2
- package/dist/esm/v2/components/or-icon-v3/index.js +1 -1
- 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 +3 -2
- package/dist/esm/v2/components/or-input-v3/index.js +5 -4
- package/dist/esm/v2/components/or-menu-item-v3/index.js +2 -2
- package/dist/esm/v2/components/or-modal-v3/index.js +3 -3
- package/dist/esm/v2/components/or-notification-v3/index.js +3 -3
- package/dist/esm/v2/components/or-pagination-v3/index.js +3 -3
- package/dist/esm/v2/components/or-search-v3/index.js +6 -5
- package/dist/esm/v2/components/or-select-v3/index.js +9 -8
- 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-sort-header-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 +3 -3
- package/dist/esm/v2/components/or-textarea-v3/index.js +3 -2
- package/dist/esm/v2/components/or-toast-v3/index.js +3 -3
- package/dist/esm/v2/index.js +26 -25
- package/dist/esm/v2/{types-38818808.js → types-1f95d710.js} +1 -1
- package/dist/esm/v3/{OrAvatar-0dbd8be8.js → OrAvatar-6444e693.js} +1 -1
- package/dist/esm/v3/{OrCardCollection-e091f1a2.js → OrCardCollection-005964d2.js} +4 -4
- package/dist/esm/v3/{OrConfirm-a7f9404b.js → OrConfirm-c35b430f.js} +1 -1
- package/dist/esm/v3/{OrErrorTag-0025b17c.js → OrErrorTag-308119de.js} +1 -1
- package/dist/esm/v3/{OrExpansionPanel-541cc4c1.js → OrExpansionPanel-3a4282da.js} +1 -1
- package/dist/esm/v3/{OrFab-588291bf.js → OrFab-61131b31.js} +1 -1
- package/dist/esm/v3/{OrIcon-ea40e58c.js → OrIcon-34f59f73.js} +1 -3
- package/dist/esm/v3/{OrIconButton-3d32cdcf.js → OrIconButton-2dcfb83e.js} +1 -1
- package/dist/esm/v3/{OrInlineInput-72effa88.js → OrInlineInput-4591c44d.js} +3 -3
- package/dist/esm/v3/{OrInlineTextarea-0bb8ef1c.js → OrInlineTextarea-22807fd6.js} +3 -3
- package/dist/esm/v3/{OrInput-bf9dd89f.js → OrInput-4b51848c.js} +4 -4
- package/dist/esm/v3/{OrMenuItem-de91aded.js → OrMenuItem-58707d47.js} +1 -1
- package/dist/esm/v3/{OrModal-a5fa8240.js → OrModal-4219a6dc.js} +1 -1
- package/dist/esm/v3/{OrNotification-8f34d624.js → OrNotification-0e682c7f.js} +2 -2
- package/dist/esm/v3/{OrPagination-7b240dec.js → OrPagination-da9e5017.js} +2 -2
- package/dist/esm/v3/{OrSearch-d6ff7e2d.js → OrSearch-b6c48f3f.js} +1 -1
- package/dist/esm/v3/{OrSelect-484cb336.js → OrSelect-35f70776.js} +9 -9
- package/dist/esm/v3/{OrSidebar-cf07fd69.js → OrSidebar-61d84c3e.js} +1 -1
- package/dist/esm/v3/{OrSidebarCollapseButton-684445f0.js → OrSidebarCollapseButton-1b9c83ef.js} +1 -1
- package/dist/esm/v3/{OrSortHeader-f66dcb37.js → OrSortHeader-a39f77f9.js} +1 -1
- package/dist/esm/v3/{OrTabs-80cbb3b9.js → OrTabs-328d41b9.js} +2 -2
- package/dist/esm/v3/{OrTag-1d3fa09e.js → OrTag-148ff9ae.js} +1 -1
- package/dist/esm/v3/{OrTextarea-42d21f77.js → OrTextarea-8b060a1b.js} +2 -2
- package/dist/esm/v3/components/index.js +24 -24
- package/dist/esm/v3/components/or-avatar-v3/index.js +2 -2
- package/dist/esm/v3/components/or-card-collection-v3/index.js +6 -6
- package/dist/esm/v3/components/or-combined-input-v3/OrCombinedInput.stories3.d.ts +27 -0
- package/dist/esm/v3/components/or-combined-input-v3/OrCombinedInput.vue.d.ts +107 -0
- package/dist/esm/v3/components/or-combined-input-v3/index.d.ts +2 -0
- package/dist/esm/v3/components/or-combined-input-v3/index.js +129 -0
- package/dist/esm/v3/components/or-combined-input-v3/props.d.ts +1 -0
- package/dist/esm/v3/components/or-combined-input-v3/styles.d.ts +2 -0
- package/dist/esm/v3/components/or-confirm-v3/index.js +4 -4
- package/dist/esm/v3/components/or-error-tag-v3/index.js +2 -2
- package/dist/esm/v3/components/or-expansion-panel-v3/index.js +2 -2
- package/dist/esm/v3/components/or-fab-v3/index.js +2 -2
- package/dist/esm/v3/components/or-icon-button-v3/index.js +2 -2
- package/dist/esm/v3/components/or-icon-v3/index.js +1 -1
- 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-v3/index.js +3 -3
- package/dist/esm/v3/components/or-menu-item-v3/index.js +2 -2
- package/dist/esm/v3/components/or-modal-v3/index.js +3 -3
- package/dist/esm/v3/components/or-notification-v3/index.js +3 -3
- package/dist/esm/v3/components/or-pagination-v3/index.js +3 -3
- package/dist/esm/v3/components/or-search-v3/index.js +4 -4
- package/dist/esm/v3/components/or-select-v3/index.js +7 -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-sort-header-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 +3 -3
- package/dist/esm/v3/components/or-textarea-v3/index.js +1 -1
- package/dist/esm/v3/components/or-toast-v3/index.js +3 -3
- package/dist/esm/v3/index.js +24 -24
- package/dist/esm/v3/{types-4e316bd3.js → types-b79e4387.js} +1 -1
- package/package.json +2 -2
- package/src/components/or-combined-input-v3/OrCombinedInput.docs.mdx +7 -0
- package/src/components/or-combined-input-v3/OrCombinedInput.stories3.ts +201 -0
- package/src/components/or-combined-input-v3/OrCombinedInput.vue +130 -0
- package/src/components/or-combined-input-v3/index.ts +2 -0
- package/src/components/or-combined-input-v3/props.ts +1 -0
- package/src/components/or-combined-input-v3/styles.ts +25 -0
- package/src/components/or-icon-v3/styles.ts +0 -3
- package/src/components/or-inline-input-v3/styles.ts +2 -2
- package/src/components/or-inline-textarea-v3/styles.ts +2 -2
- package/src/components/or-input-v3/styles.ts +2 -2
- package/src/components/or-select-v3/OrSelect.stories3.ts +4 -0
- package/src/components/or-select-v3/styles.ts +4 -4
- package/src/components/or-textarea-v3/styles.ts +2 -2
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index-fa6eb4ca.js';
|
|
2
2
|
import { h as hslToColorString, g as generateHslFromString } from './color-1f348774.js';
|
|
3
|
-
import { O as OrIcon } from './OrIcon-
|
|
3
|
+
import { O as OrIcon } from './OrIcon-458206aa.js';
|
|
4
4
|
import { defineComponent, ref, computed, watchPostEffect } from '@vue/composition-api/dist/vue-composition-api.mjs';
|
|
5
5
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
6
6
|
|
|
@@ -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-
|
|
4
|
+
import { O as OrIconButton } from './OrIconButton-837d57f8.js';
|
|
5
5
|
import { O as OrButton } from './OrButton-d45772c1.js';
|
|
6
6
|
import { O as OrMenu } from './OrMenu-52da43bc.js';
|
|
7
|
-
import { O as OrMenuItem } from './OrMenuItem-
|
|
8
|
-
import { O as OrIcon } from './OrIcon-
|
|
9
|
-
import { O as OrSearch } from './OrSearch-
|
|
7
|
+
import { O as OrMenuItem } from './OrMenuItem-e2693a5f.js';
|
|
8
|
+
import { O as OrIcon } from './OrIcon-458206aa.js';
|
|
9
|
+
import { O as OrSearch } from './OrSearch-05cc6c14.js';
|
|
10
10
|
|
|
11
11
|
const CardCollectionRoot = [
|
|
12
12
|
// Layout
|
|
@@ -3,7 +3,7 @@ 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
5
|
import { O as OrButton, a as ButtonColor } from './OrButton-d45772c1.js';
|
|
6
|
-
import { O as OrInput } from './OrInput-
|
|
6
|
+
import { O as OrInput } from './OrInput-46039629.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
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import './index-fa6eb4ca.js';
|
|
2
|
-
import { O as OrIcon } from './OrIcon-
|
|
2
|
+
import { O as OrIcon } from './OrIcon-458206aa.js';
|
|
3
3
|
import { defineComponent, ref, computed } from '@vue/composition-api/dist/vue-composition-api.mjs';
|
|
4
4
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
5
5
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import './index-fa6eb4ca.js';
|
|
2
|
-
import { O as OrIcon } from './OrIcon-
|
|
2
|
+
import { O as OrIcon } from './OrIcon-458206aa.js';
|
|
3
3
|
import { defineComponent, ref, computed, watch } from '@vue/composition-api/dist/vue-composition-api.mjs';
|
|
4
4
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
5
5
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import './index-fa6eb4ca.js';
|
|
2
|
-
import { O as OrIcon } from './OrIcon-
|
|
2
|
+
import { O as OrIcon } from './OrIcon-458206aa.js';
|
|
3
3
|
import { defineComponent, ref, computed } from '@vue/composition-api/dist/vue-composition-api.mjs';
|
|
4
4
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
5
5
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import './index-fa6eb4ca.js';
|
|
2
|
-
import { O as OrIcon, I as IconSize } from './OrIcon-
|
|
2
|
+
import { O as OrIcon, I as IconSize } from './OrIcon-458206aa.js';
|
|
3
3
|
import { O as OrTooltip } from './OrTooltip-b1f38647.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';
|
|
@@ -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-837d57f8.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';
|
|
@@ -21,8 +21,8 @@ const InlineInputRoot = [
|
|
|
21
21
|
// Spacing
|
|
22
22
|
'gap-xs'];
|
|
23
23
|
const InlineInputControl = [
|
|
24
|
-
//
|
|
25
|
-
'
|
|
24
|
+
// Box
|
|
25
|
+
'w-full',
|
|
26
26
|
// Typography
|
|
27
27
|
'typography-inherit',
|
|
28
28
|
// Theme
|
|
@@ -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-837d57f8.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';
|
|
@@ -15,8 +15,8 @@ const InlineTextareaRoot = [
|
|
|
15
15
|
// Spacing
|
|
16
16
|
'gap-xs'];
|
|
17
17
|
const InlineTextareaControl = [
|
|
18
|
-
//
|
|
19
|
-
'
|
|
18
|
+
// Box
|
|
19
|
+
'w-full',
|
|
20
20
|
// Typography
|
|
21
21
|
'typography-inherit',
|
|
22
22
|
// Theme
|
|
@@ -1,11 +1,12 @@
|
|
|
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 OrIcon } from './OrIcon-
|
|
5
|
-
import { O as OrIconButton } from './OrIconButton-
|
|
6
|
-
import { O as OrInputBox
|
|
4
|
+
import { O as OrIcon } from './OrIcon-458206aa.js';
|
|
5
|
+
import { O as OrIconButton } from './OrIconButton-837d57f8.js';
|
|
6
|
+
import { O as OrInputBox } from './OrInputBox-9a31d211.js';
|
|
7
7
|
import { O as OrLabel } from './OrLabel-aff09c39.js';
|
|
8
8
|
import { O as OrLoader } from './OrLoader-864ef92a.js';
|
|
9
|
+
import { a as InputBoxSize } from './props-78496a2d.js';
|
|
9
10
|
import { a as useIdAttribute, u as useControlAttributes } from './useIdAttribute-cf61643f.js';
|
|
10
11
|
import { u as useValidationAttributes } from './useValidationAttributes-6df7bcf9.js';
|
|
11
12
|
import { u as useResponsive } from './useResponsive-e13dfbb0.js';
|
|
@@ -27,8 +28,8 @@ const InputRoot = [
|
|
|
27
28
|
// Spacing
|
|
28
29
|
'gap-xs'];
|
|
29
30
|
const InputControl = [
|
|
30
|
-
//
|
|
31
|
-
'
|
|
31
|
+
// Box
|
|
32
|
+
'w-full',
|
|
32
33
|
// Typography
|
|
33
34
|
'typography-inherit',
|
|
34
35
|
// Theme
|
|
@@ -1,18 +1,8 @@
|
|
|
1
1
|
import './index-fa6eb4ca.js';
|
|
2
|
+
import { I as InputBoxVariant, a as InputBoxSize } from './props-78496a2d.js';
|
|
2
3
|
import { defineComponent, ref, computed } from '@vue/composition-api/dist/vue-composition-api.mjs';
|
|
3
4
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
4
5
|
|
|
5
|
-
var InputBoxVariant;
|
|
6
|
-
(function (InputBoxVariant) {
|
|
7
|
-
InputBoxVariant["Styled"] = "styled";
|
|
8
|
-
InputBoxVariant["Unstyled"] = "unstyled";
|
|
9
|
-
})(InputBoxVariant || (InputBoxVariant = {}));
|
|
10
|
-
var InputBoxSize;
|
|
11
|
-
(function (InputBoxSize) {
|
|
12
|
-
InputBoxSize["M"] = "m";
|
|
13
|
-
InputBoxSize["S"] = "s";
|
|
14
|
-
})(InputBoxSize || (InputBoxSize = {}));
|
|
15
|
-
|
|
16
6
|
const InputBoxRoot = [
|
|
17
7
|
// Layout
|
|
18
8
|
'layout-row',
|
|
@@ -134,4 +124,4 @@ const __vue_component__ = /*#__PURE__*/normalizeComponent({
|
|
|
134
124
|
}, __vue_inject_styles__, __vue_script__, __vue_scope_id__, __vue_is_functional_template__, __vue_module_identifier__, false, undefined, undefined, undefined);
|
|
135
125
|
var OrInputBox = __vue_component__;
|
|
136
126
|
|
|
137
|
-
export {
|
|
127
|
+
export { OrInputBox as O };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import './index-fa6eb4ca.js';
|
|
2
|
-
import { O as OrIcon } from './OrIcon-
|
|
2
|
+
import { O as OrIcon } from './OrIcon-458206aa.js';
|
|
3
3
|
import { defineComponent, ref, computed } from '@vue/composition-api/dist/vue-composition-api.mjs';
|
|
4
4
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
5
5
|
|
|
@@ -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-837d57f8.js';
|
|
4
4
|
import { defineComponent, ref, computed, watch } from '@vue/composition-api/dist/vue-composition-api.mjs';
|
|
5
5
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
6
6
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index-fa6eb4ca.js';
|
|
2
|
-
import { O as OrIcon } from './OrIcon-
|
|
3
|
-
import { O as OrIconButton } from './OrIconButton-
|
|
2
|
+
import { O as OrIcon } from './OrIcon-458206aa.js';
|
|
3
|
+
import { O as OrIconButton } from './OrIconButton-837d57f8.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,8 +1,8 @@
|
|
|
1
1
|
import './index-fa6eb4ca.js';
|
|
2
2
|
import { O as OrButton } from './OrButton-d45772c1.js';
|
|
3
|
-
import { O as OrIcon } from './OrIcon-
|
|
3
|
+
import { O as OrIcon } from './OrIcon-458206aa.js';
|
|
4
4
|
import { O as OrMenu } from './OrMenu-52da43bc.js';
|
|
5
|
-
import { O as OrMenuItem } from './OrMenuItem-
|
|
5
|
+
import { O as OrMenuItem } from './OrMenuItem-e2693a5f.js';
|
|
6
6
|
import { defineComponent, ref, computed } from '@vue/composition-api/dist/vue-composition-api.mjs';
|
|
7
7
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
8
8
|
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { debouncedWatch } from '@vueuse/core';
|
|
2
2
|
import './index-fa6eb4ca.js';
|
|
3
|
-
import { O as OrInput } from './OrInput-
|
|
3
|
+
import { O as OrInput } from './OrInput-46039629.js';
|
|
4
4
|
import { defineComponent, ref, computed, watch } from '@vue/composition-api/dist/vue-composition-api.mjs';
|
|
5
|
-
import { a as InputBoxSize } from './
|
|
5
|
+
import { a as InputBoxSize } from './props-78496a2d.js';
|
|
6
6
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
7
7
|
|
|
8
8
|
var script = defineComponent({
|
|
@@ -1,18 +1,19 @@
|
|
|
1
1
|
import './index-fa6eb4ca.js';
|
|
2
2
|
import { O as OrCheckbox } from './OrCheckbox-9be450f9.js';
|
|
3
3
|
import { O as OrError } from './OrError-52f668a4.js';
|
|
4
|
-
import { O as OrExpansionPanel } from './OrExpansionPanel-
|
|
4
|
+
import { O as OrExpansionPanel } from './OrExpansionPanel-96b8f568.js';
|
|
5
5
|
import { O as OrHint } from './OrHint-fde53334.js';
|
|
6
|
-
import { O as OrIcon } from './OrIcon-
|
|
7
|
-
import { O as OrInput } from './OrInput-
|
|
8
|
-
import { O as OrInputBox
|
|
6
|
+
import { O as OrIcon } from './OrIcon-458206aa.js';
|
|
7
|
+
import { O as OrInput } from './OrInput-46039629.js';
|
|
8
|
+
import { O as OrInputBox } from './OrInputBox-9a31d211.js';
|
|
9
9
|
import { O as OrLabel } from './OrLabel-aff09c39.js';
|
|
10
|
-
import { O as OrMenuItem } from './OrMenuItem-
|
|
10
|
+
import { O as OrMenuItem } from './OrMenuItem-e2693a5f.js';
|
|
11
11
|
import { O as OrPopover } from './OrPopover-4e8acb7b.js';
|
|
12
|
-
import { O as OrTag } from './OrTag-
|
|
12
|
+
import { O as OrTag } from './OrTag-4085e8a7.js';
|
|
13
13
|
import { D as DropdownClose, a as DropdownOpen } from './dropdown-open-e2a93aaf.js';
|
|
14
14
|
import { u as useOverflow } from './useOverflow-bae6342f.js';
|
|
15
15
|
import { defineComponent, getCurrentInstance, ref, computed, onMounted, watch } from '@vue/composition-api/dist/vue-composition-api.mjs';
|
|
16
|
+
import { a as InputBoxSize } from './props-78496a2d.js';
|
|
16
17
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
17
18
|
|
|
18
19
|
const SelectRoot = [
|
|
@@ -22,7 +23,9 @@ const SelectRoot = [
|
|
|
22
23
|
'gap-xs'];
|
|
23
24
|
const SelectControl = [
|
|
24
25
|
// Layout
|
|
25
|
-
'layout-row
|
|
26
|
+
'layout-row',
|
|
27
|
+
// Box
|
|
28
|
+
'w-full',
|
|
26
29
|
// Overflow
|
|
27
30
|
'overflow-hidden',
|
|
28
31
|
// Spacing
|
|
@@ -31,9 +34,7 @@ const SelectControl = [
|
|
|
31
34
|
'typography-inherit'];
|
|
32
35
|
const SelectPlaceholder = [
|
|
33
36
|
// Theme
|
|
34
|
-
'theme-foreground-outline', 'dark:theme-foreground-outline-dark'
|
|
35
|
-
// Interactivity
|
|
36
|
-
'select-none'];
|
|
37
|
+
'theme-foreground-outline', 'dark:theme-foreground-outline-dark'];
|
|
37
38
|
const SelectDropdown = [
|
|
38
39
|
// Overflow
|
|
39
40
|
'overflow-y-auto',
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { useDraggable, useElementBounding } from '@vueuse/core';
|
|
2
2
|
import _ from 'lodash';
|
|
3
3
|
import './index-fa6eb4ca.js';
|
|
4
|
-
import { O as OrSidebarPlacement, a as OrSidebarCollapseButton } from './OrSidebarCollapseButton-
|
|
4
|
+
import { O as OrSidebarPlacement, a as OrSidebarCollapseButton } from './OrSidebarCollapseButton-8297ef86.js';
|
|
5
5
|
import { defineComponent, ref, computed, useSlots, watch } from '@vue/composition-api/dist/vue-composition-api.mjs';
|
|
6
6
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
7
7
|
|
package/dist/bundled/v2/{OrSidebarCollapseButton-e2e30766.js → OrSidebarCollapseButton-8297ef86.js}
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import _ from 'lodash';
|
|
2
2
|
import './index-fa6eb4ca.js';
|
|
3
|
-
import { O as OrIconButton } from './OrIconButton-
|
|
3
|
+
import { O as OrIconButton } from './OrIconButton-837d57f8.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,5 +1,5 @@
|
|
|
1
1
|
import './index-fa6eb4ca.js';
|
|
2
|
-
import { O as OrIcon } from './OrIcon-
|
|
2
|
+
import { O as OrIcon } from './OrIcon-458206aa.js';
|
|
3
3
|
import { defineComponent, ref, computed } from '@vue/composition-api/dist/vue-composition-api.mjs';
|
|
4
4
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
5
5
|
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { useResizeObserver } from '@vueuse/core';
|
|
2
2
|
import './index-fa6eb4ca.js';
|
|
3
|
-
import { O as OrIcon } from './OrIcon-
|
|
3
|
+
import { O as OrIcon } from './OrIcon-458206aa.js';
|
|
4
4
|
import { O as OrMenu } from './OrMenu-52da43bc.js';
|
|
5
|
-
import { O as OrMenuItem } from './OrMenuItem-
|
|
5
|
+
import { O as OrMenuItem } from './OrMenuItem-e2693a5f.js';
|
|
6
6
|
import { O as OrTab } from './OrTab-8c5acf8a.js';
|
|
7
7
|
import { defineComponent, ref, computed, reactive, watch, nextTick, onMounted } from '@vue/composition-api/dist/vue-composition-api.mjs';
|
|
8
8
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import './index-fa6eb4ca.js';
|
|
2
|
-
import { O as OrIconButton } from './OrIconButton-
|
|
2
|
+
import { O as OrIconButton } from './OrIconButton-837d57f8.js';
|
|
3
3
|
import { defineComponent, ref, computed, watchPostEffect, unref } from '@vue/composition-api/dist/vue-composition-api.mjs';
|
|
4
4
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
5
5
|
|
|
@@ -1,11 +1,12 @@
|
|
|
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 OrInputBox
|
|
4
|
+
import { O as OrInputBox } from './OrInputBox-9a31d211.js';
|
|
5
5
|
import { O as OrLabel } from './OrLabel-aff09c39.js';
|
|
6
6
|
import { a as useIdAttribute, u as useControlAttributes } from './useIdAttribute-cf61643f.js';
|
|
7
7
|
import { u as useValidationAttributes } from './useValidationAttributes-6df7bcf9.js';
|
|
8
8
|
import { defineComponent, ref, computed, reactive } from '@vue/composition-api/dist/vue-composition-api.mjs';
|
|
9
|
+
import { a as InputBoxSize } from './props-78496a2d.js';
|
|
9
10
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
10
11
|
import { c as createInjector } from './browser-82dea9ed.js';
|
|
11
12
|
|
|
@@ -15,8 +16,8 @@ const TextareaRoot = [
|
|
|
15
16
|
// Spacing
|
|
16
17
|
'gap-xs'];
|
|
17
18
|
const TextareaControl = [
|
|
18
|
-
//
|
|
19
|
-
'
|
|
19
|
+
// Box
|
|
20
|
+
'w-full',
|
|
20
21
|
// Typography
|
|
21
22
|
'typography-inherit',
|
|
22
23
|
// Theme
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export { O as OR_AVATAR_SIZE, _ as OrAvatar } from '../OrAvatar-0a2c265f.js';
|
|
2
|
-
export { a as AvatarColor, A as AvatarSize, _ as OrAvatarV3 } from '../OrAvatar-
|
|
2
|
+
export { a as AvatarColor, A as AvatarSize, _ as OrAvatarV3 } from '../OrAvatar-586e417b.js';
|
|
3
3
|
export { O as OrBottomSheetV3 } from '../OrBottomSheet-ddba20c1.js';
|
|
4
4
|
export { _ as OrButton, a as OrButtonColors, b as OrButtonSizes, O as OrButtonViews } from '../OrButton-2abd29d0.js';
|
|
5
5
|
export { O as OrButtonV2 } from '../OrButton-705cd0bd.js';
|
|
@@ -8,7 +8,7 @@ export { a as BUTTON_COLOR, c as BUTTON_LOADER_TYPE, b as BUTTON_SIZE, B as BUTT
|
|
|
8
8
|
export { a as ButtonColor, b as ButtonType, B as ButtonVariant, O as OrButtonV3 } from '../OrButton-d45772c1.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-1affb682.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,27 @@ 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-bdf57b45.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-97a9112b.js';
|
|
26
26
|
export { O as OrErrorV3 } from '../OrError-52f668a4.js';
|
|
27
27
|
export { E as EmptyStateSize, _ as OrEmptyStateV3 } from '../OrEmptyState-9fb413f9.js';
|
|
28
|
-
export { a as ExpansionPanelColor, E as ExpansionPanelVariant, O as OrExpansionPanelV3 } from '../OrExpansionPanel-
|
|
29
|
-
export { F as FabColor, _ as OrFabV3 } from '../OrFab-
|
|
28
|
+
export { a as ExpansionPanelColor, E as ExpansionPanelVariant, O as OrExpansionPanelV3 } from '../OrExpansionPanel-96b8f568.js';
|
|
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-
|
|
35
|
-
export { I as IconButtonSize, I as IconSize, a as IconVariant, O as OrIconV3 } from '../OrIcon-
|
|
34
|
+
export { I as IconButtonColor, O as OrIconButtonV3 } from '../OrIconButton-837d57f8.js';
|
|
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-8fec2947.js';
|
|
38
38
|
export { a as InlineTextEditTrimmingTypes, I as InlineTextEditTypes, _ as OrInlineTextEdit } from '../OrInlineTextEdit-7262efdf.js';
|
|
39
|
-
export { _ as OrInlineTextareaV3 } from '../OrInlineTextarea-
|
|
40
|
-
export {
|
|
41
|
-
export { I as
|
|
39
|
+
export { _ as OrInlineTextareaV3 } from '../OrInlineTextarea-e7cdb4fb.js';
|
|
40
|
+
export { O as OrInputBoxV3 } from '../OrInputBox-9a31d211.js';
|
|
41
|
+
export { a as InputBoxSize, I as InputBoxVariant, a as InputSize, a as SearchSize, a as SelectSize, a as TextareaSize } from '../props-78496a2d.js';
|
|
42
|
+
export { I as InputType, O as OrInputV3 } from '../OrInput-46039629.js';
|
|
42
43
|
export { O as OrInput } from '../OrInput-df1a14fa.js';
|
|
43
44
|
export { O as OrLabel } from '../OrLabel-74c73ba4.js';
|
|
44
45
|
export { L as LabelVariant, O as OrLabelV3 } from '../OrLabel-aff09c39.js';
|
|
@@ -47,36 +48,36 @@ export { O as OrList } from '../OrList-4e84a3b4.js';
|
|
|
47
48
|
export { _ as OrListOfInputs } from '../OrListOfInputs-ab7f9d97.js';
|
|
48
49
|
export { L as LoaderViews, O as OrLoader } from '../OrLoader-05057239.js';
|
|
49
50
|
export { a as LoaderColor, b as LoaderSize, L as LoaderVariant, O as OrLoaderV3 } from '../OrLoader-864ef92a.js';
|
|
50
|
-
export { O as OrMenuItemV3 } from '../OrMenuItem-
|
|
51
|
+
export { O as OrMenuItemV3 } from '../OrMenuItem-e2693a5f.js';
|
|
51
52
|
export { O as OrMenuV3 } from '../OrMenu-52da43bc.js';
|
|
52
53
|
export { P as MenuPlacement, O as OrPopoverV3, P as PopoverPlacement, a as PopoverVariant, P as TooltipPlacement } from '../OrPopover-4e8acb7b.js';
|
|
53
54
|
export { O as OrModal, a as OrModalSizes } from '../OrModal-a5411b0d.js';
|
|
54
|
-
export { M as ModalSize, _ as OrModalV3 } from '../OrModal-
|
|
55
|
+
export { M as ModalSize, _ as OrModalV3 } from '../OrModal-78f5d49e.js';
|
|
55
56
|
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-
|
|
57
|
+
export { N as NotificationVariant, _ as OrNotificationV3 } from '../OrNotification-458fe937.js';
|
|
57
58
|
export { _ as OrNumberInput } from '../OrNumberInput-face8ccc.js';
|
|
58
59
|
export { _ as OrOverflowMenu } from '../OrOverflowMenu-711e460e.js';
|
|
59
60
|
export { O as OrOverlay } from '../OrOverlay-47967a8b.js';
|
|
60
61
|
export { O as OrOverlayV3 } from '../OrOverlay-efa7992e.js';
|
|
61
62
|
export { _ as OrPassword } from '../OrPassword-a818e7b5.js';
|
|
62
|
-
export { _ as OrPaginationV3 } from '../OrPagination-
|
|
63
|
+
export { _ as OrPaginationV3 } from '../OrPagination-daf25de2.js';
|
|
63
64
|
export { O as OrProgress, a as OrProgressColors, b as OrProgressTypes } from '../OrProgress-de947341.js';
|
|
64
65
|
export { _ as OrProgressV3, P as ProgressColor, a as ProgressType } from '../OrProgress-15fe65ec.js';
|
|
65
66
|
export { _ as OrRadio } from '../OrRadio-187d6fc7.js';
|
|
66
67
|
export { _ as OrRadioGroup } from '../OrRadioGroup-aa9f0757.js';
|
|
67
68
|
export { _ as OrRadioV3 } from '../OrRadio-fe23947a.js';
|
|
68
69
|
export { O as OrSearch } from '../OrSearch-832d7978.js';
|
|
69
|
-
export { O as OrSearchV3 } from '../OrSearch-
|
|
70
|
+
export { O as OrSearchV3 } from '../OrSearch-05cc6c14.js';
|
|
70
71
|
export { _ as OrSegmentedControlV3, S as SegmentedControlSize } from '../OrSegmentedControl-878279bf.js';
|
|
71
72
|
export { _ as OrSelect } from '../OrSelect-a23d4210.js';
|
|
72
|
-
export { _ as OrSelectV3 } from '../OrSelect-
|
|
73
|
+
export { _ as OrSelectV3 } from '../OrSelect-bfe76fb7.js';
|
|
73
74
|
export { _ as OrSidebar, O as OrSidebarSide } from '../OrSidebar-e2b2c9ec.js';
|
|
74
|
-
export { _ as OrSidebarV3 } from '../OrSidebar-
|
|
75
|
-
export { O as OrSidebarPlacement } from '../OrSidebarCollapseButton-
|
|
75
|
+
export { _ as OrSidebarV3 } from '../OrSidebar-a2bc21b9.js';
|
|
76
|
+
export { O as OrSidebarPlacement } from '../OrSidebarCollapseButton-8297ef86.js';
|
|
76
77
|
export { _ as OrSkeletonCircle, a as OrSkeletonRect, b as OrSkeletonText, O as OrSkeletonTextSizes } from '../OrSkeletonText-242d22f3.js';
|
|
77
78
|
export { _ as OrSkeletonCircleV3, a as OrSkeletonRectV3, b as OrSkeletonTextV3 } from '../OrSkeletonText-9a2f39dc.js';
|
|
78
79
|
export { _ as OrSlider } from '../OrSlider-59d05856.js';
|
|
79
|
-
export { _ as OrSortHeaderV3 } from '../OrSortHeader-
|
|
80
|
+
export { _ as OrSortHeaderV3 } from '../OrSortHeader-565ace92.js';
|
|
80
81
|
export { _ as OrStepper } from '../OrStepper-3fc1a2b3.js';
|
|
81
82
|
export { _ as OrSwitch } from '../OrSwitch-47670dbd.js';
|
|
82
83
|
export { _ as OrSwitchV3 } from '../OrSwitch-782d7b43.js';
|
|
@@ -84,18 +85,18 @@ export { _ as OrTab } from '../OrTab-b2c6d977.js';
|
|
|
84
85
|
export { O as OrTabHeaderItem } from '../OrTabHeaderItem-d39c3cf7.js';
|
|
85
86
|
export { O as OrTabV3 } from '../OrTab-8c5acf8a.js';
|
|
86
87
|
export { _ as OrTabs } from '../OrTabs-4c8f6422.js';
|
|
87
|
-
export { _ as OrTabsV3, T as TabsVariant } from '../OrTabs-
|
|
88
|
+
export { _ as OrTabsV3, T as TabsVariant } from '../OrTabs-d69780fc.js';
|
|
88
89
|
export { _ as OrTag } from '../OrTag-79e48fec.js';
|
|
89
|
-
export { O as OrTagV3, a as TagColor, T as TagVariant } from '../OrTag-
|
|
90
|
+
export { O as OrTagV3, a as TagColor, T as TagVariant } from '../OrTag-4085e8a7.js';
|
|
90
91
|
export { O as OrTeleport } from '../OrTeleportVue2-3544f185.js';
|
|
91
92
|
export { O as OrTeleportV3 } from '../OrTeleport.vue2-e9ba3054.js';
|
|
92
93
|
export { _ as OrTextV3 } from '../OrText-a665b991.js';
|
|
93
94
|
export { _ as OrTextarea } from '../OrTextarea-71ff236d.js';
|
|
94
|
-
export { _ as OrTextareaV3 } from '../OrTextarea-
|
|
95
|
+
export { _ as OrTextareaV3 } from '../OrTextarea-a02951f4.js';
|
|
95
96
|
export { _ as OrTextbox, T as TextboxTypes } from '../OrTextbox-eacd9b19.js';
|
|
96
97
|
export { P as PositionsX, b as PositionsY, c as ToastType, T as TransitionType, a as useQueue, u as useToast } from '../useToast-1faa828c.js';
|
|
97
98
|
export { O as OrToast, _ as OrToastContainer } from '../OrToastContainer-b03adc37.js';
|
|
98
|
-
export { _ as OrToastContainerV3, O as OrToastV3, t as TypesV3 } from '../types-
|
|
99
|
+
export { _ as OrToastContainerV3, O as OrToastV3, t as TypesV3 } from '../types-309b7b94.js';
|
|
99
100
|
export { p as PropsV3, a as useQueueV3, u as useToastV3 } from '../useToast-3a3d4280.js';
|
|
100
101
|
export { O as OrTooltip } from '../OrTooltip-dfea7af2.js';
|
|
101
102
|
export { O as OrTooltipContent } from '../OrTooltipContent-f0fd5f75.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export { a as AvatarColor, A as AvatarSize, _ as OrAvatarV3 } from '../../OrAvatar-
|
|
1
|
+
export { a as AvatarColor, A as AvatarSize, _ as OrAvatarV3 } from '../../OrAvatar-586e417b.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 '../../color-1f348774.js';
|
|
6
|
-
import '../../OrIcon-
|
|
6
|
+
import '../../OrIcon-458206aa.js';
|
|
7
7
|
import '../../normalize-component-6e8e3d80.js';
|
|
@@ -1,10 +1,10 @@
|
|
|
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-1affb682.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-
|
|
7
|
-
import '../../OrIcon-
|
|
6
|
+
import '../../OrIconButton-837d57f8.js';
|
|
7
|
+
import '../../OrIcon-458206aa.js';
|
|
8
8
|
import '../../OrTooltip-b1f38647.js';
|
|
9
9
|
import '@vueuse/core';
|
|
10
10
|
import '../../OrPopover-4e8acb7b.js';
|
|
@@ -18,12 +18,13 @@ import '../../useResponsive-e13dfbb0.js';
|
|
|
18
18
|
import '../../OrButton-d45772c1.js';
|
|
19
19
|
import '../../OrLoader-864ef92a.js';
|
|
20
20
|
import '../../OrMenu-52da43bc.js';
|
|
21
|
-
import '../../OrMenuItem-
|
|
22
|
-
import '../../OrSearch-
|
|
23
|
-
import '../../OrInput-
|
|
21
|
+
import '../../OrMenuItem-e2693a5f.js';
|
|
22
|
+
import '../../OrSearch-05cc6c14.js';
|
|
23
|
+
import '../../OrInput-46039629.js';
|
|
24
24
|
import '../../OrError-52f668a4.js';
|
|
25
25
|
import '../../OrHint-fde53334.js';
|
|
26
|
-
import '../../OrInputBox-
|
|
26
|
+
import '../../OrInputBox-9a31d211.js';
|
|
27
|
+
import '../../props-78496a2d.js';
|
|
27
28
|
import '../../OrLabel-aff09c39.js';
|
|
28
29
|
import '../../useIdAttribute-cf61643f.js';
|
|
29
30
|
import '../../useValidationAttributes-6df7bcf9.js';
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { Meta, StoryFn } from '@storybook/vue3';
|
|
2
|
+
declare const _default: Meta<import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api").ShallowUnwrapRef<unknown>, import("@vue/composition-api").MethodOptions, import("@vue/composition-api").ComputedOptions, import("@vue/composition-api").ComponentPropsOptions<import("@vue/composition-api").Data>, import("@vue/composition-api").ExtractPropTypes<import("@vue/composition-api").ComponentPropsOptions<import("@vue/composition-api").Data>>> & Omit<import("vue").VueConstructor<import("vue").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{} & {}, import("@vue/composition-api").ShallowUnwrapRef<unknown>, unknown, import("@vue/composition-api").ComputedOptions, import("@vue/composition-api").MethodOptions, unknown, unknown, {
|
|
3
|
+
[x: string]: ((...args: any[]) => any) | null;
|
|
4
|
+
} | string[], {} & {}, {
|
|
5
|
+
[x: number]: string;
|
|
6
|
+
} | {}, true>)>;
|
|
7
|
+
export default _default;
|
|
8
|
+
export declare const Default: StoryFn<import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api").ShallowUnwrapRef<unknown>, import("@vue/composition-api").MethodOptions, import("@vue/composition-api").ComputedOptions, import("@vue/composition-api").ComponentPropsOptions<import("@vue/composition-api").Data>, import("@vue/composition-api").ExtractPropTypes<import("@vue/composition-api").ComponentPropsOptions<import("@vue/composition-api").Data>>> & Omit<import("vue").VueConstructor<import("vue").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{} & {}, import("@vue/composition-api").ShallowUnwrapRef<unknown>, unknown, import("@vue/composition-api").ComputedOptions, import("@vue/composition-api").MethodOptions, unknown, unknown, {
|
|
9
|
+
[x: string]: ((...args: any[]) => any) | null;
|
|
10
|
+
} | string[], {} & {}, {
|
|
11
|
+
[x: number]: string;
|
|
12
|
+
} | {}, true>)>;
|
|
13
|
+
export declare const Addon: StoryFn<import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api").ShallowUnwrapRef<unknown>, import("@vue/composition-api").MethodOptions, import("@vue/composition-api").ComputedOptions, import("@vue/composition-api").ComponentPropsOptions<import("@vue/composition-api").Data>, import("@vue/composition-api").ExtractPropTypes<import("@vue/composition-api").ComponentPropsOptions<import("@vue/composition-api").Data>>> & Omit<import("vue").VueConstructor<import("vue").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{} & {}, import("@vue/composition-api").ShallowUnwrapRef<unknown>, unknown, import("@vue/composition-api").ComputedOptions, import("@vue/composition-api").MethodOptions, unknown, unknown, {
|
|
14
|
+
[x: string]: ((...args: any[]) => any) | null;
|
|
15
|
+
} | string[], {} & {}, {
|
|
16
|
+
[x: number]: string;
|
|
17
|
+
} | {}, true>)>;
|
|
18
|
+
export declare const Hint: StoryFn<import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api").ShallowUnwrapRef<unknown>, import("@vue/composition-api").MethodOptions, import("@vue/composition-api").ComputedOptions, import("@vue/composition-api").ComponentPropsOptions<import("@vue/composition-api").Data>, import("@vue/composition-api").ExtractPropTypes<import("@vue/composition-api").ComponentPropsOptions<import("@vue/composition-api").Data>>> & Omit<import("vue").VueConstructor<import("vue").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{} & {}, import("@vue/composition-api").ShallowUnwrapRef<unknown>, unknown, import("@vue/composition-api").ComputedOptions, import("@vue/composition-api").MethodOptions, unknown, unknown, {
|
|
19
|
+
[x: string]: ((...args: any[]) => any) | null;
|
|
20
|
+
} | string[], {} & {}, {
|
|
21
|
+
[x: number]: string;
|
|
22
|
+
} | {}, true>)>;
|
|
23
|
+
export declare const Error: StoryFn<import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api").ShallowUnwrapRef<unknown>, import("@vue/composition-api").MethodOptions, import("@vue/composition-api").ComputedOptions, import("@vue/composition-api").ComponentPropsOptions<import("@vue/composition-api").Data>, import("@vue/composition-api").ExtractPropTypes<import("@vue/composition-api").ComponentPropsOptions<import("@vue/composition-api").Data>>> & Omit<import("vue").VueConstructor<import("vue").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{} & {}, import("@vue/composition-api").ShallowUnwrapRef<unknown>, unknown, import("@vue/composition-api").ComputedOptions, import("@vue/composition-api").MethodOptions, unknown, unknown, {
|
|
24
|
+
[x: string]: ((...args: any[]) => any) | null;
|
|
25
|
+
} | string[], {} & {}, {
|
|
26
|
+
[x: number]: string;
|
|
27
|
+
} | {}, true>)>;
|