@onereach/ui-components 2.74.10-beta.2356.0 → 2.74.10-beta.2358.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-9ae76851.js → OrButton-0a9470c0.js} +6 -8
- package/dist/bundled/v2/{OrCardCollection-a80d0fb6.js → OrCardCollection-4263fd89.js} +5 -5
- package/dist/bundled/v2/{OrCheckbox-aac23c1e.js → OrCheckbox-41d31e45.js} +2 -2
- package/dist/bundled/v2/{OrConfirm-f219471b.js → OrConfirm-805d0298.js} +8 -6
- package/dist/bundled/v2/{OrEmptyState-8a7feb99.js → OrEmptyState-9fb413f9.js} +2 -2
- package/dist/bundled/v2/{OrError-8aa16f11.js → OrError-52f668a4.js} +3 -1
- package/dist/bundled/v2/{OrErrorTag-244bed5b.js → OrErrorTag-4675604d.js} +3 -1
- package/dist/bundled/v2/{OrHint-39fc2173.js → OrHint-fde53334.js} +3 -1
- package/dist/bundled/v2/{OrIconButton-74f2cf21.js → OrIconButton-037b9c33.js} +2 -2
- package/dist/bundled/v2/{OrInlineInput-9b26f311.js → OrInlineInput-0c467b91.js} +13 -15
- package/dist/bundled/v2/{OrInlineTextarea-df93dec9.js → OrInlineTextarea-6947d5a4.js} +13 -15
- package/dist/bundled/v2/{OrInput-92390e6e.js → OrInput-b98fe6c6.js} +16 -17
- package/dist/bundled/v2/{OrInputBox-e54dcef9.js → OrInputBox-9a31d211.js} +2 -12
- package/dist/bundled/v2/{OrLabel-c44e9f7d.js → OrLabel-aff09c39.js} +1 -1
- package/dist/bundled/v2/{OrLink-a7b23576.js → OrLink-0d952e87.js} +2 -6
- package/dist/bundled/v2/{OrMenu-722bfc64.js → OrMenu-021f347c.js} +15 -10
- package/dist/bundled/v2/{OrModal-76db475f.js → OrModal-4218b040.js} +1 -1
- package/dist/bundled/v2/{OrNotification-9b4ad7af.js → OrNotification-35c163f7.js} +1 -1
- package/dist/bundled/v2/{OrPagination-3de58127.js → OrPagination-19494306.js} +24 -62
- package/dist/bundled/v2/{OrProgress-5cf0a7e7.js → OrProgress-15fe65ec.js} +3 -3
- package/dist/bundled/v2/{OrRadio-cf867aeb.js → OrRadio-2d05cea7.js} +2 -2
- package/dist/bundled/v2/{OrSearch-431b785f.js → OrSearch-9ff1f9a9.js} +2 -2
- package/dist/bundled/v2/{OrSelect-bb32efde.js → OrSelect-6693e701.js} +17 -16
- package/dist/bundled/v2/{OrSidebar-2a2425c6.js → OrSidebar-b7a27e27.js} +3 -3
- package/dist/bundled/v2/{OrSidebarCollapseButton-e2fff861.js → OrSidebarCollapseButton-e8632afe.js} +1 -1
- package/dist/bundled/v2/{OrSwitch-9d754145.js → OrSwitch-34f79eb1.js} +2 -2
- package/dist/bundled/v2/{OrTab-39162e26.js → OrTab-8c5acf8a.js} +1 -1
- package/dist/bundled/v2/{OrTabs-2844743c.js → OrTabs-70c1818f.js} +3 -3
- package/dist/bundled/v2/{OrTag-d47807c5.js → OrTag-59ab76c5.js} +7 -3
- package/dist/bundled/v2/{OrTextarea-c2ac90b2.js → OrTextarea-53d756e4.js} +14 -15
- package/dist/bundled/v2/{OrTooltip-f04572f2.js → OrTooltip-9ef540f0.js} +1 -1
- package/dist/bundled/v2/components/index.js +34 -33
- package/dist/bundled/v2/components/or-button-v3/index.js +1 -1
- package/dist/bundled/v2/components/or-card-collection-v3/index.js +12 -11
- package/dist/bundled/v2/components/or-checkbox-v3/index.js +2 -2
- package/dist/bundled/v2/components/or-combined-input-v3/OrCombinedInput.vue.d.ts +105 -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 +146 -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 +10 -9
- package/dist/bundled/v2/components/or-empty-state-v3/index.js +1 -1
- package/dist/bundled/v2/components/or-error-tag-v3/index.js +1 -1
- package/dist/bundled/v2/components/or-error-v3/index.js +1 -1
- package/dist/bundled/v2/components/or-fab-v3/index.js +1 -1
- package/dist/bundled/v2/components/or-hint-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/OrInlineInput.vue.d.ts +5 -7
- package/dist/bundled/v2/components/or-inline-input-v3/index.js +5 -5
- package/dist/bundled/v2/components/or-inline-textarea-v3/OrInlineTextarea.vue.d.ts +5 -7
- package/dist/bundled/v2/components/or-inline-textarea-v3/index.js +5 -5
- package/dist/bundled/v2/components/or-input-box-v3/index.js +2 -1
- package/dist/bundled/v2/components/or-input-v3/OrInput.vue.d.ts +5 -7
- package/dist/bundled/v2/components/or-input-v3/index.js +8 -7
- package/dist/bundled/v2/components/or-label-v3/index.js +1 -1
- package/dist/bundled/v2/components/or-link-v3/index.js +1 -1
- package/dist/bundled/v2/components/or-menu-v3/OrMenu.vue.d.ts +2 -0
- package/dist/bundled/v2/components/or-menu-v3/index.js +1 -1
- package/dist/bundled/v2/components/or-menu-v3/styles.d.ts +1 -0
- 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/OrPagination.vue.d.ts +0 -4
- 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-radio-v3/index.js +2 -2
- package/dist/bundled/v2/components/or-search-v3/index.js +9 -8
- package/dist/bundled/v2/components/or-select-v3/OrSelect.vue.d.ts +5 -7
- package/dist/bundled/v2/components/or-select-v3/index.js +11 -10
- 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-switch-v3/index.js +2 -2
- package/dist/bundled/v2/components/or-tab-v3/index.js +1 -1
- 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/OrTextarea.vue.d.ts +5 -7
- package/dist/bundled/v2/components/or-textarea-v3/index.js +6 -5
- 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 +35 -34
- package/dist/bundled/v2/props-78496a2d.js +12 -0
- package/dist/bundled/v2/{types-87b611c0.js → types-da54f18c.js} +1 -1
- package/dist/bundled/v3/{OrButton-71e8b688.js → OrButton-a5b98ee2.js} +1 -1
- package/dist/bundled/v3/{OrButton.vue_vue_type_script_lang-b36fe46e.js → OrButton.vue_vue_type_script_lang-e75f9a10.js} +6 -8
- package/dist/bundled/v3/{OrCardCollection.vue_vue_type_script_lang-2b84646d.js → OrCardCollection.vue_vue_type_script_lang-d4fdc655.js} +8 -8
- package/dist/bundled/v3/{OrCheckbox.vue_vue_type_script_lang-2f40f250.js → OrCheckbox.vue_vue_type_script_lang-fc067611.js} +3 -3
- package/dist/bundled/v3/{OrConfirm.vue_vue_type_script_lang-cf24d764.js → OrConfirm.vue_vue_type_script_lang-e3605316.js} +10 -8
- package/dist/bundled/v3/{OrEmptyState.vue_vue_type_script_lang-8e58c67c.js → OrEmptyState.vue_vue_type_script_lang-da7d6c42.js} +2 -2
- package/dist/bundled/v3/{OrError.vue_vue_type_script_lang-c97f9dd7.js → OrError.vue_vue_type_script_lang-53648a65.js} +3 -1
- package/dist/bundled/v3/{OrErrorTag.vue_vue_type_script_lang-e052a480.js → OrErrorTag.vue_vue_type_script_lang-bfa4c580.js} +2 -0
- package/dist/bundled/v3/{OrHint-4d1a5982.js → OrHint-5d5e4d99.js} +2 -2
- package/dist/bundled/v3/{OrHint.vue_vue_type_script_lang-3d9a3b91.js → OrHint.vue_vue_type_script_lang-e322f61e.js} +3 -1
- package/dist/bundled/v3/{OrIconButton-38677962.js → OrIconButton-a2091425.js} +1 -1
- package/dist/bundled/v3/{OrIconButton.vue_vue_type_script_lang-fd9a283a.js → OrIconButton.vue_vue_type_script_lang-14871105.js} +2 -2
- package/dist/bundled/v3/{OrInlineInput.vue_vue_type_script_lang-e62f60a2.js → OrInlineInput.vue_vue_type_script_lang-3ae40086.js} +9 -11
- package/dist/bundled/v3/{OrInlineTextarea.vue_vue_type_script_lang-2527e3f5.js → OrInlineTextarea.vue_vue_type_script_lang-55dd21d7.js} +9 -11
- package/dist/bundled/v3/{OrInput-357017e2.js → OrInput-2ad637aa.js} +6 -6
- package/dist/bundled/v3/{OrInput.vue_vue_type_script_lang-6d25295e.js → OrInput.vue_vue_type_script_lang-446a8a8d.js} +13 -14
- 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/{OrLabel-66e5b331.js → OrLabel-c556887e.js} +1 -1
- package/dist/bundled/v3/{OrLabel.vue_vue_type_script_lang-563df945.js → OrLabel.vue_vue_type_script_lang-191d2304.js} +1 -1
- package/dist/bundled/v3/{OrLink.vue_vue_type_script_lang-c08a577b.js → OrLink.vue_vue_type_script_lang-05d4897b.js} +2 -6
- package/dist/bundled/v3/{OrMenu-6527e02d.js → OrMenu-c2c114de.js} +10 -9
- package/dist/bundled/v3/{OrMenu.vue_vue_type_script_lang-a6e4c750.js → OrMenu.vue_vue_type_script_lang-518b5305.js} +8 -5
- package/dist/bundled/v3/{OrModal.vue_vue_type_script_lang-66f885ed.js → OrModal.vue_vue_type_script_lang-8d7f1436.js} +2 -2
- package/dist/bundled/v3/{OrNotification.vue_vue_type_script_lang-85012237.js → OrNotification.vue_vue_type_script_lang-b0280317.js} +2 -2
- package/dist/bundled/v3/{OrPagination.vue_vue_type_script_lang-0de61913.js → OrPagination.vue_vue_type_script_lang-cdab5b21.js} +20 -37
- package/dist/bundled/v3/{OrProgress.vue_vue_type_script_lang-17095060.js → OrProgress.vue_vue_type_script_lang-52f660d6.js} +3 -3
- package/dist/bundled/v3/{OrRadio.vue_vue_type_script_lang-0732e87f.js → OrRadio.vue_vue_type_script_lang-5d88f0b4.js} +3 -3
- package/dist/bundled/v3/{OrSearch.vue_vue_type_script_lang-b6efccb2.js → OrSearch.vue_vue_type_script_lang-6f1eb9ab.js} +3 -3
- package/dist/bundled/v3/{OrSelect.vue_vue_type_script_lang-7b5e4cb9.js → OrSelect.vue_vue_type_script_lang-c368f3ac.js} +17 -16
- package/dist/bundled/v3/{OrSidebar.vue_vue_type_script_lang-2fa8246a.js → OrSidebar.vue_vue_type_script_lang-b5adff07.js} +3 -3
- package/dist/bundled/v3/{OrSidebarCollapseButton.vue_vue_type_script_lang-e34a4e60.js → OrSidebarCollapseButton.vue_vue_type_script_lang-ddb36366.js} +2 -2
- package/dist/bundled/v3/{OrSwitch.vue_vue_type_script_lang-c49765c2.js → OrSwitch.vue_vue_type_script_lang-f6039c8f.js} +3 -3
- package/dist/bundled/v3/{OrTab.vue_vue_type_script_lang-b2dc97c2.js → OrTab.vue_vue_type_script_lang-f791efa0.js} +1 -1
- package/dist/bundled/v3/{OrTabs.vue_vue_type_script_lang-7027e6a2.js → OrTabs.vue_vue_type_script_lang-7a2b137a.js} +4 -4
- package/dist/bundled/v3/{OrTag.vue_vue_type_script_lang-1fd7e50c.js → OrTag.vue_vue_type_script_lang-4fe7e19f.js} +7 -3
- package/dist/bundled/v3/{OrTextarea.vue_vue_type_script_lang-7889c03a.js → OrTextarea.vue_vue_type_script_lang-b2899ba6.js} +11 -12
- package/dist/bundled/v3/{OrToastContainer-8dd255dc.js → OrToastContainer-6ade8920.js} +1 -1
- package/dist/bundled/v3/{OrTooltip.vue_vue_type_script_lang-97a70cb2.js → OrTooltip.vue_vue_type_script_lang-0c228e6f.js} +1 -1
- package/dist/bundled/v3/components/index.js +41 -40
- package/dist/bundled/v3/components/or-button-v3/index.js +1 -1
- package/dist/bundled/v3/components/or-card-collection-v3/index.js +19 -18
- package/dist/bundled/v3/components/or-checkbox-v3/index.js +3 -3
- package/dist/bundled/v3/components/or-combined-input-v3/OrCombinedInput.vue.d.ts +105 -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 +128 -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 +16 -15
- 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-error-v3/index.js +1 -1
- package/dist/bundled/v3/components/or-fab-v3/index.js +1 -1
- package/dist/bundled/v3/components/or-hint-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/OrInlineInput.vue.d.ts +5 -7
- package/dist/bundled/v3/components/or-inline-input-v3/index.js +7 -7
- package/dist/bundled/v3/components/or-inline-textarea-v3/OrInlineTextarea.vue.d.ts +5 -7
- package/dist/bundled/v3/components/or-inline-textarea-v3/index.js +7 -7
- package/dist/bundled/v3/components/or-input-box-v3/index.js +2 -1
- package/dist/bundled/v3/components/or-input-v3/OrInput.vue.d.ts +5 -7
- package/dist/bundled/v3/components/or-input-v3/index.js +12 -11
- package/dist/bundled/v3/components/or-label-v3/index.js +1 -1
- package/dist/bundled/v3/components/or-link-v3/index.js +1 -1
- package/dist/bundled/v3/components/or-menu-v3/OrMenu.vue.d.ts +2 -0
- package/dist/bundled/v3/components/or-menu-v3/index.js +1 -1
- package/dist/bundled/v3/components/or-menu-v3/styles.d.ts +1 -0
- 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 +0 -4
- 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-radio-v3/index.js +3 -3
- package/dist/bundled/v3/components/or-search-v3/index.js +14 -13
- package/dist/bundled/v3/components/or-select-v3/OrSelect.vue.d.ts +5 -7
- package/dist/bundled/v3/components/or-select-v3/index.js +16 -15
- 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-switch-v3/index.js +3 -3
- package/dist/bundled/v3/components/or-tab-v3/index.js +1 -1
- package/dist/bundled/v3/components/or-tabs-v3/index.js +4 -4
- package/dist/bundled/v3/components/or-tag-v3/index.js +4 -4
- package/dist/bundled/v3/components/or-textarea-v3/OrTextarea.vue.d.ts +5 -7
- package/dist/bundled/v3/components/or-textarea-v3/index.js +9 -8
- 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 +86 -107
- package/dist/bundled/v3/props-78496a2d.js +12 -0
- package/dist/bundled/v3/{types-cc19152e.js → types-9a4dc8a9.js} +2 -2
- package/dist/esm/v2/{OrButton-1ed57b07.js → OrButton-49f7f20b.js} +6 -8
- package/dist/esm/v2/{OrCardCollection-fee2d3f6.js → OrCardCollection-f7cfd368.js} +6 -6
- package/dist/esm/v2/{OrCheckbox-ac3cc642.js → OrCheckbox-aa9ca791.js} +2 -2
- package/dist/esm/v2/{OrConfirm-b66f1e22.js → OrConfirm-6f123ad9.js} +8 -6
- package/dist/esm/v2/{OrEmptyState-ab1a044d.js → OrEmptyState-2481f13f.js} +2 -2
- package/dist/esm/v2/{OrError-9e7976ef.js → OrError-13845bb0.js} +3 -1
- package/dist/esm/v2/{OrErrorTag-32ba5c0c.js → OrErrorTag-7cd5dc68.js} +3 -1
- package/dist/esm/v2/{OrHint-272790e7.js → OrHint-78b399cb.js} +3 -1
- package/dist/esm/v2/{OrIconButton-33a2cb6d.js → OrIconButton-140f940e.js} +2 -2
- package/dist/esm/v2/{OrInlineInput-f0862bff.js → OrInlineInput-bd499a20.js} +13 -15
- package/dist/esm/v2/{OrInlineTextarea-4ac95c71.js → OrInlineTextarea-a3524f9e.js} +13 -15
- package/dist/esm/v2/{OrInput-b7bb5b16.js → OrInput-f3f683a8.js} +16 -17
- 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/{OrLabel-49398089.js → OrLabel-0945a4d9.js} +1 -1
- package/dist/esm/v2/{OrLink-e2fd196e.js → OrLink-597e0e18.js} +2 -6
- package/dist/esm/v2/{OrMenu-d69468a0.js → OrMenu-1adef5df.js} +15 -10
- package/dist/esm/v2/{OrModal-485f5f0d.js → OrModal-a938e31b.js} +1 -1
- package/dist/esm/v2/{OrNotification-da921500.js → OrNotification-e8c1df46.js} +1 -1
- package/dist/esm/v2/{OrPagination-f5f96207.js → OrPagination-c27faf97.js} +24 -63
- package/dist/esm/v2/{OrProgress-9fc95bd7.js → OrProgress-b7d1c689.js} +3 -3
- package/dist/esm/v2/{OrRadio-ffd31026.js → OrRadio-06a54f1e.js} +2 -2
- package/dist/esm/v2/{OrSearch-81797f3c.js → OrSearch-f4623e30.js} +2 -2
- package/dist/esm/v2/{OrSelect-10f7e8be.js → OrSelect-0a52eff6.js} +17 -16
- package/dist/esm/v2/{OrSidebar-fc746bed.js → OrSidebar-6b246de1.js} +3 -3
- package/dist/esm/v2/{OrSidebarCollapseButton-9b066a9e.js → OrSidebarCollapseButton-9178923e.js} +1 -1
- package/dist/esm/v2/{OrSwitch-7653f71e.js → OrSwitch-1bd5b4d1.js} +2 -2
- package/dist/esm/v2/{OrTab-8e1e3751.js → OrTab-1ff87c76.js} +1 -1
- package/dist/esm/v2/{OrTabs-6e0ae5a8.js → OrTabs-6d7d9d7e.js} +3 -3
- package/dist/esm/v2/{OrTag-517090a3.js → OrTag-1ed1265c.js} +7 -3
- package/dist/esm/v2/{OrTextarea-6604925a.js → OrTextarea-0bf9bf33.js} +14 -15
- package/dist/esm/v2/{OrTooltip-618bb2cc.js → OrTooltip-34d2e01f.js} +1 -1
- package/dist/esm/v2/components/index.js +34 -33
- package/dist/esm/v2/components/or-button-v3/index.js +1 -1
- package/dist/esm/v2/components/or-card-collection-v3/index.js +12 -11
- package/dist/esm/v2/components/or-checkbox-v3/index.js +2 -2
- package/dist/esm/v2/components/or-combined-input-v3/OrCombinedInput.vue.d.ts +105 -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 +143 -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 +10 -9
- package/dist/esm/v2/components/or-empty-state-v3/index.js +1 -1
- package/dist/esm/v2/components/or-error-tag-v3/index.js +1 -1
- package/dist/esm/v2/components/or-error-v3/index.js +1 -1
- package/dist/esm/v2/components/or-fab-v3/index.js +1 -1
- package/dist/esm/v2/components/or-hint-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/OrInlineInput.vue.d.ts +5 -7
- package/dist/esm/v2/components/or-inline-input-v3/index.js +5 -5
- package/dist/esm/v2/components/or-inline-textarea-v3/OrInlineTextarea.vue.d.ts +5 -7
- package/dist/esm/v2/components/or-inline-textarea-v3/index.js +5 -5
- package/dist/esm/v2/components/or-input-box-v3/index.js +3 -2
- package/dist/esm/v2/components/or-input-v3/OrInput.vue.d.ts +5 -7
- package/dist/esm/v2/components/or-input-v3/index.js +8 -7
- package/dist/esm/v2/components/or-label-v3/index.js +1 -1
- package/dist/esm/v2/components/or-link-v3/index.js +1 -1
- package/dist/esm/v2/components/or-menu-v3/OrMenu.vue.d.ts +2 -0
- package/dist/esm/v2/components/or-menu-v3/index.js +1 -1
- package/dist/esm/v2/components/or-menu-v3/styles.d.ts +1 -0
- 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/OrPagination.vue.d.ts +0 -4
- 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-radio-v3/index.js +2 -2
- package/dist/esm/v2/components/or-search-v3/index.js +9 -8
- package/dist/esm/v2/components/or-select-v3/OrSelect.vue.d.ts +5 -7
- package/dist/esm/v2/components/or-select-v3/index.js +11 -10
- 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-switch-v3/index.js +2 -2
- package/dist/esm/v2/components/or-tab-v3/index.js +1 -1
- 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/OrTextarea.vue.d.ts +5 -7
- package/dist/esm/v2/components/or-textarea-v3/index.js +6 -5
- 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 +34 -33
- package/dist/esm/v2/{types-d457e4d2.js → types-98d95522.js} +1 -1
- package/dist/esm/v3/{OrButton-2f9ec31b.js → OrButton-eab948fb.js} +6 -8
- package/dist/esm/v3/{OrCardCollection-9ee8f972.js → OrCardCollection-6dd43e98.js} +5 -5
- package/dist/esm/v3/{OrCheckbox-78b08b59.js → OrCheckbox-16c1e2f4.js} +2 -2
- package/dist/esm/v3/{OrConfirm-c6ca8436.js → OrConfirm-1d3ccb49.js} +8 -6
- package/dist/esm/v3/{OrEmptyState-cd3a4026.js → OrEmptyState-bb8e3145.js} +2 -2
- package/dist/esm/v3/{OrError-5e926d62.js → OrError-19198748.js} +3 -1
- package/dist/esm/v3/{OrErrorTag-71fe44c2.js → OrErrorTag-0025b17c.js} +3 -1
- package/dist/esm/v3/{OrHint-031f9265.js → OrHint-6863124f.js} +3 -1
- package/dist/esm/v3/{OrIconButton-62e3df3a.js → OrIconButton-2a9a6627.js} +2 -2
- package/dist/esm/v3/{OrInlineInput-977de764.js → OrInlineInput-582fd946.js} +11 -13
- package/dist/esm/v3/{OrInlineTextarea-5bff10b7.js → OrInlineTextarea-39cc83d8.js} +11 -13
- package/dist/esm/v3/{OrInput-b35b1e94.js → OrInput-7ca127eb.js} +12 -14
- package/dist/esm/v3/{OrLabel-5a2f55fd.js → OrLabel-f700f9fb.js} +1 -1
- package/dist/esm/v3/{OrLink-3e5e13d3.js → OrLink-07f6f27d.js} +2 -6
- package/dist/esm/v3/{OrMenu-2dc149ba.js → OrMenu-345930d5.js} +17 -13
- package/dist/esm/v3/{OrModal-893d6575.js → OrModal-07c092ab.js} +1 -1
- package/dist/esm/v3/{OrNotification-16ad76e1.js → OrNotification-e600fd9a.js} +1 -1
- package/dist/esm/v3/{OrPagination-ed5c7e44.js → OrPagination-d0ba716f.js} +26 -66
- package/dist/esm/v3/{OrProgress-4856808a.js → OrProgress-639ed5e8.js} +3 -3
- package/dist/esm/v3/{OrRadio-2ab7b845.js → OrRadio-97fb105f.js} +2 -2
- package/dist/esm/v3/{OrSearch-3e5f6d36.js → OrSearch-23b50054.js} +1 -1
- package/dist/esm/v3/{OrSelect-b979b76b.js → OrSelect-396f5336.js} +15 -15
- package/dist/esm/v3/{OrSidebar-70239a28.js → OrSidebar-0a32cc49.js} +3 -3
- package/dist/esm/v3/{OrSidebarCollapseButton-599102d1.js → OrSidebarCollapseButton-647d2c50.js} +1 -1
- package/dist/esm/v3/{OrSwitch-ea2e3508.js → OrSwitch-0e92c92c.js} +2 -2
- package/dist/esm/v3/{OrTab-2206d2dc.js → OrTab-d3785ea4.js} +1 -1
- package/dist/esm/v3/{OrTabs-7d1d78f4.js → OrTabs-9949f87b.js} +3 -3
- package/dist/esm/v3/{OrTag-70f74019.js → OrTag-f66c6142.js} +7 -3
- package/dist/esm/v3/{OrTextarea-f23cfc20.js → OrTextarea-14a6b456.js} +10 -12
- package/dist/esm/v3/{OrTooltip-7a9a3e49.js → OrTooltip-d1b1a4bb.js} +1 -1
- package/dist/esm/v3/components/index.js +32 -32
- package/dist/esm/v3/components/or-button-v3/index.js +1 -1
- package/dist/esm/v3/components/or-card-collection-v3/index.js +10 -10
- package/dist/esm/v3/components/or-checkbox-v3/index.js +2 -2
- package/dist/esm/v3/components/or-combined-input-v3/OrCombinedInput.vue.d.ts +105 -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 +127 -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 +8 -8
- 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-error-v3/index.js +1 -1
- package/dist/esm/v3/components/or-fab-v3/index.js +1 -1
- package/dist/esm/v3/components/or-hint-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/OrInlineInput.vue.d.ts +5 -7
- package/dist/esm/v3/components/or-inline-input-v3/index.js +5 -5
- package/dist/esm/v3/components/or-inline-textarea-v3/OrInlineTextarea.vue.d.ts +5 -7
- package/dist/esm/v3/components/or-inline-textarea-v3/index.js +5 -5
- package/dist/esm/v3/components/or-input-v3/OrInput.vue.d.ts +5 -7
- package/dist/esm/v3/components/or-input-v3/index.js +6 -6
- package/dist/esm/v3/components/or-label-v3/index.js +1 -1
- package/dist/esm/v3/components/or-link-v3/index.js +1 -1
- package/dist/esm/v3/components/or-menu-v3/OrMenu.vue.d.ts +2 -0
- package/dist/esm/v3/components/or-menu-v3/index.js +1 -1
- package/dist/esm/v3/components/or-menu-v3/styles.d.ts +1 -0
- 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/OrPagination.vue.d.ts +0 -4
- 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-radio-v3/index.js +2 -2
- package/dist/esm/v3/components/or-search-v3/index.js +7 -7
- package/dist/esm/v3/components/or-select-v3/OrSelect.vue.d.ts +5 -7
- package/dist/esm/v3/components/or-select-v3/index.js +9 -9
- 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-switch-v3/index.js +2 -2
- package/dist/esm/v3/components/or-tab-v3/index.js +1 -1
- 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/OrTextarea.vue.d.ts +5 -7
- package/dist/esm/v3/components/or-textarea-v3/index.js +4 -4
- 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 +32 -32
- package/dist/esm/v3/{types-81304a9f.js → types-7d404d5f.js} +1 -1
- package/package.json +2 -2
- package/src/components/or-button-v3/styles.ts +8 -11
- package/src/components/or-card-collection-v3/styles.ts +1 -1
- package/src/components/or-checkbox-v3/styles.ts +1 -1
- 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 +127 -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-confirm-v3/styles.ts +11 -5
- package/src/components/or-empty-state-v3/styles.ts +2 -2
- package/src/components/or-error-tag-v3/OrErrorTag.vue +1 -1
- package/src/components/or-error-tag-v3/styles.ts +3 -0
- package/src/components/or-error-v3/styles.ts +4 -1
- package/src/components/or-fab-v3/styles.ts +3 -3
- package/src/components/or-hint-v3/styles.ts +4 -1
- package/src/components/or-icon-button-v3/styles.ts +1 -1
- package/src/components/or-inline-input-v3/OrInlineInput.vue +4 -7
- package/src/components/or-inline-input-v3/styles.ts +3 -3
- package/src/components/or-inline-textarea-v3/OrInlineTextarea.vue +4 -7
- package/src/components/or-inline-textarea-v3/styles.ts +3 -3
- package/src/components/or-input-v3/OrInput.vue +5 -8
- package/src/components/or-input-v3/styles.ts +2 -2
- package/src/components/or-label-v3/styles.ts +1 -1
- package/src/components/or-link-v3/styles.ts +4 -8
- package/src/components/or-menu-v3/OrMenu.vue +26 -22
- package/src/components/or-menu-v3/styles.ts +5 -0
- package/src/components/or-pagination-v3/OrPagination.vue +42 -89
- package/src/components/or-pagination-v3/styles.ts +1 -1
- package/src/components/or-progress-v3/styles.ts +4 -4
- package/src/components/or-radio-v3/styles.ts +1 -1
- package/src/components/or-select-v3/OrSelect.stories3.ts +4 -0
- package/src/components/or-select-v3/OrSelect.vue +5 -7
- package/src/components/or-select-v3/styles.ts +4 -1
- package/src/components/or-sidebar-v3/styles.ts +2 -2
- package/src/components/or-switch-v3/styles.ts +1 -1
- package/src/components/or-tab-v3/styles.ts +1 -1
- package/src/components/or-tabs-v3/styles.ts +2 -2
- package/src/components/or-tag-v3/OrTag.stories3.ts +5 -5
- package/src/components/or-tag-v3/OrTag.vue +1 -1
- package/src/components/or-tag-v3/styles.ts +10 -0
- package/src/components/or-textarea-v3/OrTextarea.vue +4 -7
- package/src/components/or-textarea-v3/styles.ts +2 -2
- package/src/components/or-tooltip-v3/styles.ts +1 -1
- package/dist/bundled/v2/{OrFab-85bd9427.js → OrFab-a2e49eaa.js} +2 -2
- package/dist/bundled/v3/{OrFab.vue_vue_type_script_lang-a4e3eef8.js → OrFab.vue_vue_type_script_lang-8f76f6b1.js} +2 -2
- package/dist/esm/v2/{OrFab-f71daa4f.js → OrFab-d5a37b22.js} +2 -2
- package/dist/esm/v3/{OrFab-6266b4de.js → OrFab-588291bf.js} +2 -2
|
@@ -28,31 +28,29 @@ const ButtonRoot = [
|
|
|
28
28
|
'layout-inline-row justify-center',
|
|
29
29
|
// Shape
|
|
30
30
|
'rounded-md',
|
|
31
|
+
// Sizing
|
|
32
|
+
'min-w-[96px]',
|
|
31
33
|
// Interactivity
|
|
32
34
|
'interactivity-auto',
|
|
33
35
|
// Typography
|
|
34
36
|
'typography-button'];
|
|
35
37
|
const ButtonRootVariants = {
|
|
36
38
|
'contained': [
|
|
37
|
-
// Box
|
|
38
|
-
'min-w-[96px]',
|
|
39
39
|
// Spacing
|
|
40
40
|
'px-md md:px-md', 'py-sm+ md:py-sm', 'gap-sm+ md:gap-sm',
|
|
41
41
|
// Theme
|
|
42
42
|
'enabled:shadow-button', 'dark:enabled:shadow-button-dark'],
|
|
43
43
|
'outlined': [
|
|
44
|
-
// Box
|
|
45
|
-
'min-w-[96px]',
|
|
46
44
|
// Spacing
|
|
47
45
|
'px-md* md:px-md*', 'py-sm+* md:py-sm*', 'gap-sm+ md:gap-sm'],
|
|
48
46
|
'text': [
|
|
49
|
-
// Box
|
|
50
|
-
'min-w-[96px]',
|
|
51
47
|
// Spacing
|
|
52
48
|
'px-md md:px-md', 'py-sm+ md:py-sm', 'gap-sm+ md:gap-sm'],
|
|
53
49
|
'link': [
|
|
54
50
|
// Spacing
|
|
55
|
-
'gap-xs'
|
|
51
|
+
'gap-sm md:gap-xs',
|
|
52
|
+
// Sizing
|
|
53
|
+
'min-w-[auto]']
|
|
56
54
|
};
|
|
57
55
|
const ButtonRootColors = {
|
|
58
56
|
'primary-contained': [
|
|
@@ -84,7 +82,7 @@ const ButtonRootColors = {
|
|
|
84
82
|
'theme-preset-4-error', 'dark:theme-preset-4-error-dark'],
|
|
85
83
|
'inherit-link': [
|
|
86
84
|
// Theme
|
|
87
|
-
'theme-foreground-inherit', 'dark:theme-foreground-inherit
|
|
85
|
+
'theme-foreground-inherit', 'dark:theme-foreground-inherit',
|
|
88
86
|
// Theme (activated)
|
|
89
87
|
'activated:theme-foreground-default', 'dark:activated:theme-foreground-default-dark']
|
|
90
88
|
};
|
|
@@ -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-037b9c33.js';
|
|
5
|
+
import { O as OrButton } from './OrButton-0a9470c0.js';
|
|
6
|
+
import { O as OrMenu } from './OrMenu-021f347c.js';
|
|
7
7
|
import { O as OrMenuItem } from './OrMenuItem-f295292e.js';
|
|
8
8
|
import { O as OrIcon } from './OrIcon-2efd1925.js';
|
|
9
|
-
import { O as OrSearch } from './OrSearch-
|
|
9
|
+
import { O as OrSearch } from './OrSearch-9ff1f9a9.js';
|
|
10
10
|
|
|
11
11
|
const CardCollectionRoot = [
|
|
12
12
|
// Layout
|
|
@@ -22,7 +22,7 @@ const CardCollectionToolbar = [
|
|
|
22
22
|
'theme-foreground-default', 'dark:theme-foreground-default-dark'];
|
|
23
23
|
const CardCollectionToolbarPanel = [
|
|
24
24
|
// Layout
|
|
25
|
-
'layout-
|
|
25
|
+
'layout-row',
|
|
26
26
|
// Spacing
|
|
27
27
|
'gap-lg+'];
|
|
28
28
|
const CardCollectionContent = [
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import './index-fa6eb4ca.js';
|
|
2
|
-
import { O as OrLabel, L as LabelVariant } from './OrLabel-
|
|
2
|
+
import { O as OrLabel, L as LabelVariant } from './OrLabel-aff09c39.js';
|
|
3
3
|
import { a as useIdAttribute, u as useControlAttributes } from './useIdAttribute-cf61643f.js';
|
|
4
4
|
import { defineComponent, ref, computed, reactive } from '@vue/composition-api/dist/vue-composition-api.mjs';
|
|
5
5
|
import { s as styleInject } from './style-inject.es-4c6f2515.js';
|
|
@@ -12,7 +12,7 @@ const CheckboxRoot = [
|
|
|
12
12
|
'gap-sm+ md:gap-sm'];
|
|
13
13
|
const CheckboxControl = [
|
|
14
14
|
// Layout
|
|
15
|
-
'layout-
|
|
15
|
+
'layout-row justify-center',
|
|
16
16
|
// Box
|
|
17
17
|
'w-md+ md:w-md', 'h-md+ md:h-md',
|
|
18
18
|
// Shape
|
|
@@ -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-cb55bf20.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-0a9470c0.js';
|
|
6
|
+
import { O as OrInput } from './OrInput-b98fe6c6.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
|
|
|
@@ -32,7 +32,7 @@ const ConfirmRoot = [
|
|
|
32
32
|
'shadow-modal', 'dark:shadow-modal-dark'];
|
|
33
33
|
const ConfirmHeader = [
|
|
34
34
|
// Layout
|
|
35
|
-
'
|
|
35
|
+
'flex', 'items-center', 'justify-between',
|
|
36
36
|
// Typography
|
|
37
37
|
'typography-headline-3'];
|
|
38
38
|
const ConfirmInput = [
|
|
@@ -41,19 +41,21 @@ const ConfirmInput = [
|
|
|
41
41
|
// Spacing
|
|
42
42
|
'mt-md'];
|
|
43
43
|
const ConfirmFooter = [
|
|
44
|
+
// Layout
|
|
45
|
+
'flex', 'items-center', 'justify-between',
|
|
44
46
|
// Spacing
|
|
45
47
|
'gap-md'];
|
|
46
48
|
const ConfirmFooterTypes = {
|
|
47
49
|
[ConfirmType.C]: [
|
|
48
50
|
// Layout
|
|
49
|
-
'
|
|
51
|
+
'flex-row'],
|
|
50
52
|
[ConfirmType.D]: [
|
|
51
53
|
// Layout
|
|
52
|
-
'
|
|
54
|
+
'flex-row-reverse']
|
|
53
55
|
};
|
|
54
56
|
const ConfirmFooterButtons = [
|
|
55
57
|
// Layout
|
|
56
|
-
'
|
|
58
|
+
'grow',
|
|
57
59
|
// Box
|
|
58
60
|
'w-auto md:w-[128px]'];
|
|
59
61
|
|
|
@@ -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
|
+
// Sizing
|
|
17
17
|
'gap-sm'];
|
|
18
18
|
const EmptyStateImage = [
|
|
19
|
-
//
|
|
19
|
+
// Sizing
|
|
20
20
|
'mb-sm'];
|
|
21
21
|
const EmptyStateImageSizes = {
|
|
22
22
|
[EmptyStateSize.L]: [
|
|
@@ -12,11 +12,13 @@ const ErrorRoot = [
|
|
|
12
12
|
// Theme
|
|
13
13
|
'theme-foreground-error', 'dark:theme-foreground-error-dark'];
|
|
14
14
|
const ErrorText = [
|
|
15
|
+
// Layout
|
|
16
|
+
'grow',
|
|
15
17
|
// Interactivity
|
|
16
18
|
'interactivity-none'];
|
|
17
19
|
const ErrorAddon = [
|
|
18
20
|
// Layout
|
|
19
|
-
'layout-
|
|
21
|
+
'layout-row empty:hidden',
|
|
20
22
|
// Typography
|
|
21
23
|
'whitespace-nowrap'];
|
|
22
24
|
|
|
@@ -6,6 +6,8 @@ import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
|
6
6
|
const ErrorTagRoot = [
|
|
7
7
|
// Layout
|
|
8
8
|
'layout-inline-row',
|
|
9
|
+
// Box
|
|
10
|
+
'max-w-fit',
|
|
9
11
|
// Shape
|
|
10
12
|
'rounded-full',
|
|
11
13
|
// Spacing
|
|
@@ -47,7 +49,7 @@ var __vue_render__ = function () {
|
|
|
47
49
|
ref: "root",
|
|
48
50
|
class: _vm.rootStyles
|
|
49
51
|
}, [_c('div', {
|
|
50
|
-
class: ['layout-
|
|
52
|
+
class: ['layout-row', 'm-[-4px] md:m-[-2px]']
|
|
51
53
|
}, [_c('OrIcon', {
|
|
52
54
|
attrs: {
|
|
53
55
|
"icon": 'error',
|
|
@@ -12,11 +12,13 @@ const HintRoot = [
|
|
|
12
12
|
// Theme
|
|
13
13
|
'theme-foreground-outline', 'dark:theme-foreground-outline-dark'];
|
|
14
14
|
const HintText = [
|
|
15
|
+
// Layout
|
|
16
|
+
'grow',
|
|
15
17
|
// Interactivity
|
|
16
18
|
'interactivity-none'];
|
|
17
19
|
const HintAddon = [
|
|
18
20
|
// Layout
|
|
19
|
-
'layout-
|
|
21
|
+
'layout-row empty:hidden',
|
|
20
22
|
// Typography
|
|
21
23
|
'whitespace-nowrap'];
|
|
22
24
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index-fa6eb4ca.js';
|
|
2
2
|
import { O as OrIcon, I as IconSize } from './OrIcon-2efd1925.js';
|
|
3
|
-
import { O as OrTooltip } from './OrTooltip-
|
|
3
|
+
import { O as OrTooltip } from './OrTooltip-9ef540f0.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
|
|
|
@@ -51,7 +51,7 @@ const IconButtonRootColors = {
|
|
|
51
51
|
'active:outline-error-opacity-0-16', 'dark:active:outline-error-opacity-0-16-dark'],
|
|
52
52
|
'inherit': [
|
|
53
53
|
// Theme
|
|
54
|
-
'theme-preset-3-primary', 'dark:theme-preset-3-primary-dark', 'theme-foreground-inherit', 'dark:theme-foreground-inherit
|
|
54
|
+
'theme-preset-3-primary', 'dark:theme-preset-3-primary-dark', 'theme-foreground-inherit', 'dark:theme-foreground-inherit',
|
|
55
55
|
// Theme (hover)
|
|
56
56
|
'hover:outline-primary-opacity-0-08', 'dark:hover:outline-primary-opacity-0-08-dark',
|
|
57
57
|
// Theme (focus)
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import './index-fa6eb4ca.js';
|
|
2
|
-
import { O as OrError } from './OrError-
|
|
3
|
-
import { O as OrHint } from './OrHint-
|
|
4
|
-
import { O as OrIconButton } from './OrIconButton-
|
|
2
|
+
import { O as OrError } from './OrError-52f668a4.js';
|
|
3
|
+
import { O as OrHint } from './OrHint-fde53334.js';
|
|
4
|
+
import { O as OrIconButton } from './OrIconButton-037b9c33.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,15 +21,15 @@ 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
|
|
29
29
|
'placeholder:theme-foreground-outline', 'dark:placeholder:theme-foreground-outline-dark'];
|
|
30
30
|
const InlineInputAction = [
|
|
31
31
|
// Layout
|
|
32
|
-
'layout-
|
|
32
|
+
'layout-row self-start',
|
|
33
33
|
// Spacing
|
|
34
34
|
'gap-sm+',
|
|
35
35
|
// Theme
|
|
@@ -81,7 +81,7 @@ var script = defineComponent({
|
|
|
81
81
|
default: undefined
|
|
82
82
|
},
|
|
83
83
|
error: {
|
|
84
|
-
type: String,
|
|
84
|
+
type: [String, Boolean],
|
|
85
85
|
default: undefined
|
|
86
86
|
}
|
|
87
87
|
},
|
|
@@ -113,7 +113,6 @@ var script = defineComponent({
|
|
|
113
113
|
return (_b = (_a = draftModelValue.value) === null || _a === void 0 ? void 0 : _a.toString().length) !== null && _b !== void 0 ? _b : 0;
|
|
114
114
|
});
|
|
115
115
|
const maxLength = computed(() => controlAttributes.maxlength);
|
|
116
|
-
const invalid = computed(() => !!props.error);
|
|
117
116
|
const activated = ref(false);
|
|
118
117
|
// Handlers
|
|
119
118
|
function onFocus(event) {
|
|
@@ -165,7 +164,6 @@ var script = defineComponent({
|
|
|
165
164
|
draftModelValue,
|
|
166
165
|
currentLength,
|
|
167
166
|
maxLength,
|
|
168
|
-
invalid,
|
|
169
167
|
activated,
|
|
170
168
|
onFocus,
|
|
171
169
|
onBlur,
|
|
@@ -177,7 +175,7 @@ var script = defineComponent({
|
|
|
177
175
|
}
|
|
178
176
|
});
|
|
179
177
|
|
|
180
|
-
var css_248z = "input[data-v-
|
|
178
|
+
var css_248z = "input[data-v-d1a50c6c]{min-width:0;background:0 0;outline:0}input[type=number][data-v-d1a50c6c]::-webkit-inner-spin-button{display:none}input[type=search][data-v-d1a50c6c]::-webkit-search-cancel-button{display:none}";
|
|
181
179
|
styleInject(css_248z);
|
|
182
180
|
|
|
183
181
|
/* script */
|
|
@@ -195,7 +193,7 @@ var __vue_render__ = function () {
|
|
|
195
193
|
}, [_c('OrInlineInputBox', {
|
|
196
194
|
attrs: {
|
|
197
195
|
"size": _vm.size,
|
|
198
|
-
"invalid": _vm.
|
|
196
|
+
"invalid": !!_vm.error
|
|
199
197
|
}
|
|
200
198
|
}, [_vm.type === 'checkbox' ? _c('input', _vm._b({
|
|
201
199
|
directives: [{
|
|
@@ -327,7 +325,7 @@ var __vue_render__ = function () {
|
|
|
327
325
|
return _vm.reset.apply(null, arguments);
|
|
328
326
|
}
|
|
329
327
|
}
|
|
330
|
-
})], 1)] : _vm._e()], 2), _vm._v(" "), !_vm.
|
|
328
|
+
})], 1)] : _vm._e()], 2), _vm._v(" "), !_vm.error ? [_vm.hint || _vm.maxLength ? [_c('OrHint', {
|
|
331
329
|
scopedSlots: _vm._u([_vm.maxLength ? {
|
|
332
330
|
key: "addon",
|
|
333
331
|
fn: function () {
|
|
@@ -335,7 +333,7 @@ var __vue_render__ = function () {
|
|
|
335
333
|
},
|
|
336
334
|
proxy: true
|
|
337
335
|
} : null], null, true)
|
|
338
|
-
}, [_vm._v("\n " + _vm._s(_vm.hint) + "\n\n ")])] : _vm._e()] : [_c('OrError', {
|
|
336
|
+
}, [_vm._v("\n " + _vm._s(_vm.hint) + "\n\n ")])] : _vm._e()] : _vm._e(), _vm._v(" "), typeof _vm.error === 'string' ? [_c('OrError', {
|
|
339
337
|
scopedSlots: _vm._u([_vm.maxLength ? {
|
|
340
338
|
key: "addon",
|
|
341
339
|
fn: function () {
|
|
@@ -343,14 +341,14 @@ var __vue_render__ = function () {
|
|
|
343
341
|
},
|
|
344
342
|
proxy: true
|
|
345
343
|
} : null], null, true)
|
|
346
|
-
}, [_vm._v("\n " + _vm._s(_vm.error) + "\n\n ")])]], 2);
|
|
344
|
+
}, [_vm._v("\n " + _vm._s(_vm.error) + "\n\n ")])] : _vm._e()], 2);
|
|
347
345
|
};
|
|
348
346
|
var __vue_staticRenderFns__ = [];
|
|
349
347
|
|
|
350
348
|
/* style */
|
|
351
349
|
const __vue_inject_styles__ = undefined;
|
|
352
350
|
/* scoped */
|
|
353
|
-
const __vue_scope_id__ = "data-v-
|
|
351
|
+
const __vue_scope_id__ = "data-v-d1a50c6c";
|
|
354
352
|
/* module identifier */
|
|
355
353
|
const __vue_module_identifier__ = undefined;
|
|
356
354
|
/* functional template */
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import './index-fa6eb4ca.js';
|
|
2
|
-
import { O as OrError } from './OrError-
|
|
3
|
-
import { O as OrHint } from './OrHint-
|
|
4
|
-
import { O as OrIconButton } from './OrIconButton-
|
|
2
|
+
import { O as OrError } from './OrError-52f668a4.js';
|
|
3
|
+
import { O as OrHint } from './OrHint-fde53334.js';
|
|
4
|
+
import { O as OrIconButton } from './OrIconButton-037b9c33.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,15 +15,15 @@ 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
|
|
23
23
|
'placeholder:theme-foreground-outline', 'dark:placeholder:theme-foreground-outline-dark'];
|
|
24
24
|
const InlineTextareaAction = [
|
|
25
25
|
// Layout
|
|
26
|
-
'layout-
|
|
26
|
+
'layout-row self-start',
|
|
27
27
|
// Spacing
|
|
28
28
|
'px-none', 'py-sm', 'gap-sm+',
|
|
29
29
|
// Theme
|
|
@@ -59,7 +59,7 @@ var script = defineComponent({
|
|
|
59
59
|
default: undefined
|
|
60
60
|
},
|
|
61
61
|
error: {
|
|
62
|
-
type: String,
|
|
62
|
+
type: [String, Boolean],
|
|
63
63
|
default: undefined
|
|
64
64
|
}
|
|
65
65
|
},
|
|
@@ -91,7 +91,6 @@ var script = defineComponent({
|
|
|
91
91
|
return (_b = (_a = draftModelValue.value) === null || _a === void 0 ? void 0 : _a.toString().length) !== null && _b !== void 0 ? _b : 0;
|
|
92
92
|
});
|
|
93
93
|
const maxLength = computed(() => controlAttributes.maxlength);
|
|
94
|
-
const invalid = computed(() => !!props.error);
|
|
95
94
|
const activated = ref(false);
|
|
96
95
|
// Handlers
|
|
97
96
|
function onFocus(event) {
|
|
@@ -143,7 +142,6 @@ var script = defineComponent({
|
|
|
143
142
|
draftModelValue,
|
|
144
143
|
currentLength,
|
|
145
144
|
maxLength,
|
|
146
|
-
invalid,
|
|
147
145
|
activated,
|
|
148
146
|
onFocus,
|
|
149
147
|
onBlur,
|
|
@@ -155,7 +153,7 @@ var script = defineComponent({
|
|
|
155
153
|
}
|
|
156
154
|
});
|
|
157
155
|
|
|
158
|
-
var css_248z = "textarea[data-v-
|
|
156
|
+
var css_248z = "textarea[data-v-72f70dda]{min-width:0;background:0 0;outline:0}";
|
|
159
157
|
styleInject(css_248z);
|
|
160
158
|
|
|
161
159
|
/* script */
|
|
@@ -173,7 +171,7 @@ var __vue_render__ = function () {
|
|
|
173
171
|
}, [_c('OrInlineInputBox', {
|
|
174
172
|
attrs: {
|
|
175
173
|
"size": 's',
|
|
176
|
-
"invalid": _vm.
|
|
174
|
+
"invalid": !!_vm.error
|
|
177
175
|
}
|
|
178
176
|
}, [_c('textarea', _vm._b({
|
|
179
177
|
directives: [{
|
|
@@ -231,7 +229,7 @@ var __vue_render__ = function () {
|
|
|
231
229
|
return _vm.reset.apply(null, arguments);
|
|
232
230
|
}
|
|
233
231
|
}
|
|
234
|
-
})], 1)] : _vm._e()], 2), _vm._v(" "), !_vm.
|
|
232
|
+
})], 1)] : _vm._e()], 2), _vm._v(" "), !_vm.error ? [_vm.hint || _vm.maxLength ? [_c('OrHint', {
|
|
235
233
|
scopedSlots: _vm._u([_vm.maxLength ? {
|
|
236
234
|
key: "addon",
|
|
237
235
|
fn: function () {
|
|
@@ -239,7 +237,7 @@ var __vue_render__ = function () {
|
|
|
239
237
|
},
|
|
240
238
|
proxy: true
|
|
241
239
|
} : null], null, true)
|
|
242
|
-
}, [_vm._v("\n " + _vm._s(_vm.hint) + "\n\n ")])] : _vm._e()] : [_c('OrError', {
|
|
240
|
+
}, [_vm._v("\n " + _vm._s(_vm.hint) + "\n\n ")])] : _vm._e()] : _vm._e(), _vm._v(" "), typeof _vm.error === 'string' ? [_c('OrError', {
|
|
243
241
|
scopedSlots: _vm._u([_vm.maxLength ? {
|
|
244
242
|
key: "addon",
|
|
245
243
|
fn: function () {
|
|
@@ -247,14 +245,14 @@ var __vue_render__ = function () {
|
|
|
247
245
|
},
|
|
248
246
|
proxy: true
|
|
249
247
|
} : null], null, true)
|
|
250
|
-
}, [_vm._v("\n " + _vm._s(_vm.error) + "\n\n ")])]], 2);
|
|
248
|
+
}, [_vm._v("\n " + _vm._s(_vm.error) + "\n\n ")])] : _vm._e()], 2);
|
|
251
249
|
};
|
|
252
250
|
var __vue_staticRenderFns__ = [];
|
|
253
251
|
|
|
254
252
|
/* style */
|
|
255
253
|
const __vue_inject_styles__ = undefined;
|
|
256
254
|
/* scoped */
|
|
257
|
-
const __vue_scope_id__ = "data-v-
|
|
255
|
+
const __vue_scope_id__ = "data-v-72f70dda";
|
|
258
256
|
/* module identifier */
|
|
259
257
|
const __vue_module_identifier__ = undefined;
|
|
260
258
|
/* functional template */
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
import './index-fa6eb4ca.js';
|
|
2
|
-
import { O as OrError } from './OrError-
|
|
3
|
-
import { O as OrHint } from './OrHint-
|
|
2
|
+
import { O as OrError } from './OrError-52f668a4.js';
|
|
3
|
+
import { O as OrHint } from './OrHint-fde53334.js';
|
|
4
4
|
import { O as OrIcon } from './OrIcon-2efd1925.js';
|
|
5
|
-
import { O as OrIconButton } from './OrIconButton-
|
|
6
|
-
import { O as OrInputBox
|
|
7
|
-
import { O as OrLabel } from './OrLabel-
|
|
5
|
+
import { O as OrIconButton } from './OrIconButton-037b9c33.js';
|
|
6
|
+
import { O as OrInputBox } from './OrInputBox-9a31d211.js';
|
|
7
|
+
import { O as OrLabel } from './OrLabel-aff09c39.js';
|
|
8
8
|
import { O as OrLoader } from './OrLoader-cf28bfa6.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
|
|
@@ -75,7 +76,7 @@ var script = defineComponent({
|
|
|
75
76
|
default: undefined
|
|
76
77
|
},
|
|
77
78
|
error: {
|
|
78
|
-
type: String,
|
|
79
|
+
type: [String, Boolean],
|
|
79
80
|
default: undefined
|
|
80
81
|
},
|
|
81
82
|
loading: {
|
|
@@ -129,7 +130,6 @@ var script = defineComponent({
|
|
|
129
130
|
return (_b = (_a = proxyModelValue.value) === null || _a === void 0 ? void 0 : _a.toString().length) !== null && _b !== void 0 ? _b : 0;
|
|
130
131
|
});
|
|
131
132
|
const maxLength = computed(() => controlAttributes.maxlength);
|
|
132
|
-
const invalid = computed(() => !!props.error);
|
|
133
133
|
const disclosed = ref(false);
|
|
134
134
|
const {
|
|
135
135
|
isMobile
|
|
@@ -152,7 +152,6 @@ var script = defineComponent({
|
|
|
152
152
|
proxyModelValue,
|
|
153
153
|
currentLength,
|
|
154
154
|
maxLength,
|
|
155
|
-
invalid,
|
|
156
155
|
disclosed,
|
|
157
156
|
isMobile,
|
|
158
157
|
focus,
|
|
@@ -161,7 +160,7 @@ var script = defineComponent({
|
|
|
161
160
|
}
|
|
162
161
|
});
|
|
163
162
|
|
|
164
|
-
var css_248z = "input[data-v-
|
|
163
|
+
var css_248z = "input[data-v-206a88bc]{min-width:0;background:0 0;outline:0}input[type=number][data-v-206a88bc]::-webkit-inner-spin-button{display:none}input[type=search][data-v-206a88bc]::-webkit-search-cancel-button{display:none}";
|
|
165
164
|
styleInject(css_248z);
|
|
166
165
|
|
|
167
166
|
/* script */
|
|
@@ -192,7 +191,7 @@ var __vue_render__ = function () {
|
|
|
192
191
|
attrs: {
|
|
193
192
|
"variant": _vm.disableDefaultStyles ? 'unstyled' : 'styled',
|
|
194
193
|
"size": _vm.size,
|
|
195
|
-
"invalid": _vm.
|
|
194
|
+
"invalid": !!_vm.error,
|
|
196
195
|
"readonly": _vm.readonly || _vm.loading,
|
|
197
196
|
"disabled": _vm.disabled
|
|
198
197
|
}
|
|
@@ -324,7 +323,7 @@ var __vue_render__ = function () {
|
|
|
324
323
|
}
|
|
325
324
|
}
|
|
326
325
|
}, 'input', _vm.controlAttributes, false)), _vm._v(" "), _c('div', {
|
|
327
|
-
class: ['layout-
|
|
326
|
+
class: ['layout-row']
|
|
328
327
|
}, [_vm.loading ? [_c('OrLoader', {
|
|
329
328
|
attrs: {
|
|
330
329
|
"variant": 'circular',
|
|
@@ -363,7 +362,7 @@ var __vue_render__ = function () {
|
|
|
363
362
|
"icon": 'search',
|
|
364
363
|
"variant": 'outlined'
|
|
365
364
|
}
|
|
366
|
-
})]] : _vm._e()]], 2)]), _vm._v(" "), !_vm.
|
|
365
|
+
})]] : _vm._e()]], 2)]), _vm._v(" "), !_vm.error ? [_vm.hint || _vm.maxLength ? [_c('OrHint', {
|
|
367
366
|
attrs: {
|
|
368
367
|
"disabled": _vm.disabled
|
|
369
368
|
},
|
|
@@ -374,7 +373,7 @@ var __vue_render__ = function () {
|
|
|
374
373
|
},
|
|
375
374
|
proxy: true
|
|
376
375
|
} : null], null, true)
|
|
377
|
-
}, [_vm._v("\n " + _vm._s(_vm.hint) + "\n\n ")])] : _vm._e()] : [_c('OrError', {
|
|
376
|
+
}, [_vm._v("\n " + _vm._s(_vm.hint) + "\n\n ")])] : _vm._e()] : _vm._e(), _vm._v(" "), typeof _vm.error === 'string' ? [_c('OrError', {
|
|
378
377
|
attrs: {
|
|
379
378
|
"disabled": _vm.disabled
|
|
380
379
|
},
|
|
@@ -385,14 +384,14 @@ var __vue_render__ = function () {
|
|
|
385
384
|
},
|
|
386
385
|
proxy: true
|
|
387
386
|
} : null], null, true)
|
|
388
|
-
}, [_vm._v("\n " + _vm._s(_vm.error) + "\n\n ")])]], 2);
|
|
387
|
+
}, [_vm._v("\n " + _vm._s(_vm.error) + "\n\n ")])] : _vm._e()], 2);
|
|
389
388
|
};
|
|
390
389
|
var __vue_staticRenderFns__ = [];
|
|
391
390
|
|
|
392
391
|
/* style */
|
|
393
392
|
const __vue_inject_styles__ = undefined;
|
|
394
393
|
/* scoped */
|
|
395
|
-
const __vue_scope_id__ = "data-v-
|
|
394
|
+
const __vue_scope_id__ = "data-v-206a88bc";
|
|
396
395
|
/* module identifier */
|
|
397
396
|
const __vue_module_identifier__ = undefined;
|
|
398
397
|
/* functional template */
|
|
@@ -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 };
|
|
@@ -13,9 +13,7 @@ var LinkColor;
|
|
|
13
13
|
|
|
14
14
|
const LinkRoot = [
|
|
15
15
|
// Layout
|
|
16
|
-
'
|
|
17
|
-
// Spacing
|
|
18
|
-
'gap-xs',
|
|
16
|
+
'inline-flex', 'items-center',
|
|
19
17
|
// Interactivity
|
|
20
18
|
'interactivity-auto',
|
|
21
19
|
// Typography
|
|
@@ -35,9 +33,7 @@ const LinkRootColors = {
|
|
|
35
33
|
'theme-preset-4-error', 'dark:theme-preset-4-error-dark'],
|
|
36
34
|
'inherit': [
|
|
37
35
|
// Theme
|
|
38
|
-
'theme-foreground-inherit', '
|
|
39
|
-
// Theme (hover)
|
|
40
|
-
'hover:theme-foreground-primary-hover', 'dark:hover:theme-foreground-primary-hover-dark']
|
|
36
|
+
'theme-foreground-inherit', 'hover:theme-foreground-primary-hover', 'disabled:!text-on-disabled', 'disabled:dark:!text-on-disabled-dark']
|
|
41
37
|
};
|
|
42
38
|
|
|
43
39
|
var script = defineComponent({
|