@onereach/ui-components 2.67.9-beta.2038.0 → 2.67.9-beta.2045.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/{OrBottomSheet-7b5760dc.js → OrBottomSheet-1cd1ab4c.js} +14 -8
- package/dist/bundled/v2/{OrButton-6d67c16c.js → OrButton-52399414.js} +7 -7
- package/dist/bundled/v2/{OrCard-04a23728.js → OrCard-58a1ba3e.js} +6 -4
- package/dist/bundled/v2/{OrCardCollection-87b47b1d.js → OrCardCollection-c7db0252.js} +7 -7
- package/dist/bundled/v2/{OrCheckbox-5b499fc5.js → OrCheckbox-f8354461.js} +7 -5
- package/dist/bundled/v2/{OrConfirm-6a6daa14.js → OrConfirm-f111f30a.js} +12 -8
- package/dist/bundled/v2/{OrError-66257a98.js → OrError-2ed34c3e.js} +4 -4
- package/dist/bundled/v2/{OrErrorTag-c55ec019.js → OrErrorTag-69c1f5ca.js} +11 -8
- package/dist/bundled/v2/{OrExpansionPanel-41bbabd3.js → OrExpansionPanel-995caa85.js} +9 -7
- package/dist/bundled/v2/{OrFab-ea844ff9.js → OrFab-ce64fd03.js} +6 -6
- package/dist/bundled/v2/{OrHint-45904683.js → OrHint-1ffcd66c.js} +4 -4
- package/dist/bundled/v2/{OrIcon-ce8fd08b.js → OrIcon-8625385f.js} +6 -8
- package/dist/bundled/v2/{OrIconButton-165934f8.js → OrIconButton-a215104c.js} +35 -10
- package/dist/bundled/v2/{OrInlineInput-a552394c.js → OrInlineInput-62dca498.js} +13 -13
- package/dist/bundled/v2/{OrInlineInputBox-f2b25ee4.js → OrInlineInputBox-f457210f.js} +6 -4
- package/dist/bundled/v2/{OrInlineTextarea-a1321d5b.js → OrInlineTextarea-715a1258.js} +13 -13
- package/dist/bundled/v2/{OrInput-cdd93d29.js → OrInput-7ab98c99.js} +12 -12
- package/dist/bundled/v2/{OrInputBox-7069052f.js → OrInputBox-79ec54ad.js} +6 -4
- package/dist/bundled/v2/{OrLabel-0424be48.js → OrLabel-3cbdf198.js} +4 -4
- package/dist/bundled/v2/{OrLoader-6a1f937b.js → OrLoader-76f2615f.js} +3 -26
- package/dist/bundled/v2/{OrMenu-5ac06751.js → OrMenu-fa47c888.js} +1 -1
- package/dist/bundled/v2/{OrMenuItem-f89dfc77.js → OrMenuItem-26420908.js} +3 -3
- package/dist/bundled/v2/{OrModal-2540ea99.js → OrModal-f89de11f.js} +14 -10
- package/dist/bundled/v2/{OrNotification-20fc8b7d.js → OrNotification-1aad5cb9.js} +12 -7
- package/dist/bundled/v2/{OrPopover-2f48b854.js → OrPopover-5dc240f1.js} +14 -12
- package/dist/bundled/v2/{OrRadio-8ec1d487.js → OrRadio-5d06057e.js} +10 -6
- package/dist/bundled/v2/{OrSearch-f6d5fc65.js → OrSearch-972b068d.js} +2 -2
- package/dist/bundled/v2/{OrSegmentedControl-65c87f9b.js → OrSegmentedControl-21cc914e.js} +1 -1
- package/dist/bundled/v2/{OrSelect-6cef1b69.js → OrSelect-3407a186.js} +23 -19
- package/dist/bundled/v2/{OrSortHeader-76b509a6.js → OrSortHeader-396e6a7c.js} +2 -2
- package/dist/bundled/v2/{OrSwitch-75d3a260.js → OrSwitch-938c88cc.js} +20 -12
- package/dist/bundled/v2/{OrTab-8bac95cf.js → OrTab-dd949240.js} +2 -2
- package/dist/bundled/v2/{OrTabs-2d4e0d87.js → OrTabs-42f7c52c.js} +5 -5
- package/dist/bundled/v2/{OrTag-c5f7c337.js → OrTag-8014298c.js} +11 -8
- package/dist/bundled/v2/{OrTextarea-0ab9c0a8.js → OrTextarea-b05f1158.js} +6 -6
- package/dist/bundled/v2/{OrTooltip-03e06e9f.js → OrTooltip-fbfa05fd.js} +15 -13
- package/dist/bundled/v2/components/index.js +37 -37
- package/dist/bundled/v2/components/or-bottom-sheet-v3/index.js +1 -1
- package/dist/bundled/v2/components/or-button-v3/index.js +2 -2
- package/dist/bundled/v2/components/or-card-collection-v3/index.js +13 -13
- package/dist/bundled/v2/components/or-card-v3/index.js +1 -1
- package/dist/bundled/v2/components/or-checkbox-v3/index.js +2 -2
- package/dist/bundled/v2/components/or-confirm-v3/index.js +13 -13
- package/dist/bundled/v2/components/or-error-tag-v3/index.js +2 -2
- package/dist/bundled/v2/components/or-error-v3/index.js +1 -1
- 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-hint-v3/index.js +1 -1
- package/dist/bundled/v2/components/or-icon-button-v3/OrIconButton.vue.d.ts +20 -9
- package/dist/bundled/v2/components/or-icon-button-v3/index.js +7 -7
- package/dist/bundled/v2/components/or-icon-button-v3/props.d.ts +1 -0
- package/dist/bundled/v2/components/or-icon-v3/index.js +1 -1
- package/dist/bundled/v2/components/or-inline-input-box-v3/index.js +1 -1
- package/dist/bundled/v2/components/or-inline-input-v3/index.js +9 -9
- package/dist/bundled/v2/components/or-inline-textarea-v3/index.js +9 -9
- package/dist/bundled/v2/components/or-input-box-v3/index.js +1 -1
- package/dist/bundled/v2/components/or-input-v3/index.js +10 -10
- package/dist/bundled/v2/components/or-label-v3/index.js +1 -1
- package/dist/bundled/v2/components/or-loader-v3/OrLoader.stories3.d.ts +1 -11
- package/dist/bundled/v2/components/or-loader-v3/OrLoader.vue.d.ts +0 -28
- package/dist/bundled/v2/components/or-loader-v3/index.js +1 -1
- package/dist/bundled/v2/components/or-loader-v3/styles.d.ts +0 -3
- package/dist/bundled/v2/components/or-menu-item-v3/index.js +2 -2
- package/dist/bundled/v2/components/or-menu-v3/index.js +3 -3
- package/dist/bundled/v2/components/or-modal-v3/index.js +6 -6
- package/dist/bundled/v2/components/or-notification-v3/index.js +6 -6
- package/dist/bundled/v2/components/or-notification-v3/styles.d.ts +1 -0
- package/dist/bundled/v2/components/or-popover-v3/index.js +2 -2
- package/dist/bundled/v2/components/or-radio-v3/index.js +2 -2
- package/dist/bundled/v2/components/or-search-v3/index.js +11 -11
- package/dist/bundled/v2/components/or-segmented-control-v3/index.js +1 -1
- package/dist/bundled/v2/components/or-select-v3/index.js +15 -15
- package/dist/bundled/v2/components/or-sort-header-v3/index.js +2 -2
- package/dist/bundled/v2/components/or-switch-v3/index.js +3 -3
- package/dist/bundled/v2/components/or-tab-v3/index.js +1 -1
- package/dist/bundled/v2/components/or-tabs-v3/index.js +7 -7
- package/dist/bundled/v2/components/or-tag-v3/index.js +6 -6
- package/dist/bundled/v2/components/or-textarea-v3/index.js +5 -5
- package/dist/bundled/v2/components/or-toast-v3/index.js +7 -7
- package/dist/bundled/v2/components/or-toast-v3/styles.d.ts +1 -0
- package/dist/bundled/v2/components/or-tooltip-v3/index.js +3 -3
- package/dist/bundled/v2/index.js +38 -38
- package/dist/bundled/v2/{types-a648d591.js → types-e5aa849b.js} +68 -37
- package/dist/bundled/v3/{OrBottomSheet.vue_vue_type_script_lang-44d8147a.js → OrBottomSheet.vue_vue_type_script_lang-6fb49de9.js} +14 -8
- package/dist/bundled/v3/{OrButton.vue_vue_type_script_lang-7d914104.js → OrButton.vue_vue_type_script_lang-0472045f.js} +8 -8
- package/dist/bundled/v3/{OrCard.vue_vue_type_script_lang-9d6e1050.js → OrCard.vue_vue_type_script_lang-165de137.js} +6 -4
- package/dist/bundled/v3/{OrCardCollection.vue_vue_type_script_lang-2b1dcff6.js → OrCardCollection.vue_vue_type_script_lang-63be54e8.js} +9 -9
- package/dist/bundled/v3/{OrCheckbox.vue_vue_type_script_lang-10d8b047.js → OrCheckbox.vue_vue_type_script_lang-eeb9a100.js} +8 -6
- package/dist/bundled/v3/{OrConfirm.vue_vue_type_script_lang-ee029628.js → OrConfirm.vue_vue_type_script_lang-a235218d.js} +14 -10
- package/dist/bundled/v3/{OrError.vue_vue_type_script_lang-f606d0ee.js → OrError.vue_vue_type_script_lang-0ed7467c.js} +4 -4
- package/dist/bundled/v3/{OrErrorTag.vue_vue_type_script_lang-d77f6b12.js → OrErrorTag.vue_vue_type_script_lang-87f27b27.js} +8 -6
- package/dist/bundled/v3/{OrExpansionPanel.vue_vue_type_script_lang-a305d8bc.js → OrExpansionPanel.vue_vue_type_script_lang-7f9c6721.js} +9 -7
- package/dist/bundled/v3/{OrFab.vue_vue_type_script_lang-aefbdf9b.js → OrFab.vue_vue_type_script_lang-ee286cab.js} +7 -7
- package/dist/bundled/v3/{OrHint-c235be5d.js → OrHint-399afaf7.js} +2 -2
- package/dist/bundled/v3/{OrHint.vue_vue_type_script_lang-6286277d.js → OrHint.vue_vue_type_script_lang-7ece72e7.js} +4 -4
- package/dist/bundled/v3/{OrIcon-3a514933.js → OrIcon-d878b768.js} +1 -1
- package/dist/bundled/v3/{OrIcon.vue_vue_type_script_lang-41a6a57a.js → OrIcon.vue_vue_type_script_lang-a119a715.js} +6 -8
- package/dist/bundled/v3/{OrIconButton-8c211219.js → OrIconButton-4bd33e3c.js} +4 -3
- package/dist/bundled/v3/{OrIconButton.vue_vue_type_script_lang-79d08a2b.js → OrIconButton.vue_vue_type_script_lang-641f6e06.js} +34 -10
- package/dist/bundled/v3/{OrInlineInput.vue_vue_type_script_lang-4257a72b.js → OrInlineInput.vue_vue_type_script_lang-473a9193.js} +12 -12
- package/dist/bundled/v3/{OrInlineInputBox-2eede01a.js → OrInlineInputBox-9d68ded1.js} +1 -1
- package/dist/bundled/v3/{OrInlineInputBox.vue_vue_type_script_lang-23b531ad.js → OrInlineInputBox.vue_vue_type_script_lang-73750005.js} +6 -4
- package/dist/bundled/v3/{OrInlineTextarea.vue_vue_type_script_lang-e3ce83e1.js → OrInlineTextarea.vue_vue_type_script_lang-b028b190.js} +12 -12
- package/dist/bundled/v3/{OrInput-33571984.js → OrInput-ec0b44b7.js} +2 -2
- package/dist/bundled/v3/{OrInput.vue_vue_type_script_lang-3895999d.js → OrInput.vue_vue_type_script_lang-3f50f1c0.js} +13 -13
- package/dist/bundled/v3/{OrInputBox-81385a91.js → OrInputBox-eb54d73d.js} +1 -1
- package/dist/bundled/v3/{OrInputBox.vue_vue_type_script_lang-760097b4.js → OrInputBox.vue_vue_type_script_lang-5ee4ee45.js} +6 -4
- package/dist/bundled/v3/{OrLabel-2809e2db.js → OrLabel-c0554841.js} +1 -1
- package/dist/bundled/v3/{OrLabel.vue_vue_type_script_lang-e42de5d1.js → OrLabel.vue_vue_type_script_lang-cc2108c8.js} +4 -4
- package/dist/bundled/v3/{OrLoader-c4bbef2f.js → OrLoader-65868e73.js} +4 -12
- package/dist/bundled/v3/{OrLoader.vue_vue_type_script_lang-5405040c.js → OrLoader.vue_vue_type_script_lang-edd1b404.js} +1 -18
- package/dist/bundled/v3/{OrMenu.vue_vue_type_script_lang-bae45062.js → OrMenu.vue_vue_type_script_lang-2446a69a.js} +2 -2
- package/dist/bundled/v3/{OrMenuItem-94ffa853.js → OrMenuItem-4feaba6c.js} +1 -1
- package/dist/bundled/v3/{OrMenuItem.vue_vue_type_script_lang-ccb7e082.js → OrMenuItem.vue_vue_type_script_lang-0ffaef05.js} +4 -4
- package/dist/bundled/v3/{OrModal.vue_vue_type_script_lang-142d9a56.js → OrModal.vue_vue_type_script_lang-00a477f0.js} +14 -8
- package/dist/bundled/v3/{OrNotification.vue_vue_type_script_lang-54e6a3aa.js → OrNotification.vue_vue_type_script_lang-fbb35355.js} +14 -9
- package/dist/bundled/v3/{OrPopover-93ef8c26.js → OrPopover-c462ce77.js} +1 -1
- package/dist/bundled/v3/{OrPopover.vue_vue_type_script_lang-e200f5be.js → OrPopover.vue_vue_type_script_lang-54c7b11c.js} +14 -12
- package/dist/bundled/v3/{OrRadio.vue_vue_type_script_lang-e64b14a1.js → OrRadio.vue_vue_type_script_lang-ad250a23.js} +11 -7
- package/dist/bundled/v3/{OrSearch.vue_vue_type_script_lang-b254e34c.js → OrSearch.vue_vue_type_script_lang-66681cdf.js} +3 -3
- package/dist/bundled/v3/{OrSegmentedControl.vue_vue_type_script_lang-6068f70c.js → OrSegmentedControl.vue_vue_type_script_lang-579406f5.js} +1 -1
- package/dist/bundled/v3/{OrSelect.vue_vue_type_script_lang-e6be732c.js → OrSelect.vue_vue_type_script_lang-f4b0b1f9.js} +35 -31
- package/dist/bundled/v3/{OrSortHeader.vue_vue_type_script_lang-98ec33aa.js → OrSortHeader.vue_vue_type_script_lang-75115125.js} +3 -3
- package/dist/bundled/v3/{OrSwitch.vue_vue_type_script_lang-c72499ac.js → OrSwitch.vue_vue_type_script_lang-5f752bda.js} +22 -14
- package/dist/bundled/v3/{OrTab.vue_vue_type_script_lang-671949b7.js → OrTab.vue_vue_type_script_lang-134ad9d1.js} +2 -2
- package/dist/bundled/v3/{OrTabs.vue_vue_type_script_lang-ca57f9d9.js → OrTabs.vue_vue_type_script_lang-919b2021.js} +7 -7
- package/dist/bundled/v3/{OrTag.vue_vue_type_script_lang-18db0bd9.js → OrTag.vue_vue_type_script_lang-b51516af.js} +8 -6
- package/dist/bundled/v3/{OrTextarea.vue_vue_type_script_lang-d5a64917.js → OrTextarea.vue_vue_type_script_lang-498a899e.js} +9 -9
- package/dist/bundled/v3/{OrToastContainer-03571359.js → OrToastContainer-a004fe08.js} +1 -1
- package/dist/bundled/v3/{OrTooltip.vue_vue_type_script_lang-d0cd29d1.js → OrTooltip.vue_vue_type_script_lang-67cc86ed.js} +16 -14
- package/dist/bundled/v3/components/index.js +47 -47
- package/dist/bundled/v3/components/or-bottom-sheet-v3/index.js +1 -1
- package/dist/bundled/v3/components/or-button-v3/index.js +3 -3
- package/dist/bundled/v3/components/or-card-collection-v3/index.js +20 -20
- package/dist/bundled/v3/components/or-card-v3/index.js +1 -1
- package/dist/bundled/v3/components/or-checkbox-v3/index.js +3 -3
- package/dist/bundled/v3/components/or-confirm-v3/index.js +21 -21
- package/dist/bundled/v3/components/or-error-tag-v3/index.js +3 -3
- package/dist/bundled/v3/components/or-error-v3/index.js +1 -1
- 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-hint-v3/index.js +1 -1
- package/dist/bundled/v3/components/or-icon-button-v3/OrIconButton.vue.d.ts +20 -9
- package/dist/bundled/v3/components/or-icon-button-v3/index.js +8 -8
- package/dist/bundled/v3/components/or-icon-button-v3/props.d.ts +1 -0
- package/dist/bundled/v3/components/or-icon-v3/index.js +1 -1
- package/dist/bundled/v3/components/or-inline-input-box-v3/index.js +1 -1
- package/dist/bundled/v3/components/or-inline-input-v3/index.js +14 -14
- package/dist/bundled/v3/components/or-inline-textarea-v3/index.js +14 -14
- package/dist/bundled/v3/components/or-input-box-v3/index.js +1 -1
- package/dist/bundled/v3/components/or-input-v3/index.js +16 -16
- package/dist/bundled/v3/components/or-label-v3/index.js +1 -1
- package/dist/bundled/v3/components/or-loader-v3/OrLoader.stories3.d.ts +1 -11
- package/dist/bundled/v3/components/or-loader-v3/OrLoader.vue.d.ts +0 -28
- package/dist/bundled/v3/components/or-loader-v3/index.js +1 -1
- package/dist/bundled/v3/components/or-loader-v3/styles.d.ts +0 -3
- package/dist/bundled/v3/components/or-menu-item-v3/index.js +3 -3
- package/dist/bundled/v3/components/or-menu-v3/index.js +4 -4
- package/dist/bundled/v3/components/or-modal-v3/index.js +9 -9
- package/dist/bundled/v3/components/or-notification-v3/index.js +9 -9
- package/dist/bundled/v3/components/or-notification-v3/styles.d.ts +1 -0
- package/dist/bundled/v3/components/or-popover-v3/index.js +2 -2
- package/dist/bundled/v3/components/or-radio-v3/index.js +3 -3
- package/dist/bundled/v3/components/or-search-v3/index.js +18 -18
- package/dist/bundled/v3/components/or-segmented-control-v3/index.js +1 -1
- package/dist/bundled/v3/components/or-select-v3/index.js +23 -23
- package/dist/bundled/v3/components/or-sort-header-v3/index.js +3 -3
- package/dist/bundled/v3/components/or-switch-v3/index.js +5 -5
- package/dist/bundled/v3/components/or-tab-v3/index.js +1 -1
- package/dist/bundled/v3/components/or-tabs-v3/index.js +10 -10
- package/dist/bundled/v3/components/or-tag-v3/index.js +9 -9
- package/dist/bundled/v3/components/or-textarea-v3/index.js +8 -8
- package/dist/bundled/v3/components/or-toast-v3/index.js +12 -12
- package/dist/bundled/v3/components/or-toast-v3/styles.d.ts +1 -0
- package/dist/bundled/v3/components/or-tooltip-v3/index.js +4 -4
- package/dist/bundled/v3/index.js +123 -120
- package/dist/bundled/v3/{types-e8242d1d.js → types-4d8bdc25.js} +64 -32
- package/dist/esm/v2/{OrBottomSheet-5acd034f.js → OrBottomSheet-16c2e610.js} +14 -8
- package/dist/esm/v2/{OrButton-04390a52.js → OrButton-75b46b71.js} +7 -7
- package/dist/esm/v2/{OrCard-1d904e72.js → OrCard-de799db0.js} +6 -4
- package/dist/esm/v2/{OrCardCollection-d2d64ffe.js → OrCardCollection-829c5472.js} +7 -7
- package/dist/esm/v2/{OrCheckbox-c2a00426.js → OrCheckbox-8c45f648.js} +7 -5
- package/dist/esm/v2/{OrConfirm-6bff1a45.js → OrConfirm-0b48e39b.js} +12 -8
- package/dist/esm/v2/{OrError-be656098.js → OrError-4438527c.js} +4 -4
- package/dist/esm/v2/{OrErrorTag-c14e0298.js → OrErrorTag-e206d628.js} +11 -8
- package/dist/esm/v2/{OrExpansionPanel-33d5cf05.js → OrExpansionPanel-968ddc61.js} +9 -7
- package/dist/esm/v2/{OrFab-8d665c26.js → OrFab-171873d9.js} +6 -6
- package/dist/esm/v2/{OrHint-44356417.js → OrHint-a2eb9e50.js} +4 -4
- package/dist/esm/v2/{OrIcon-05689298.js → OrIcon-5e394c62.js} +6 -8
- package/dist/esm/v2/{OrIconButton-c4fa5a1d.js → OrIconButton-e17e4944.js} +36 -11
- package/dist/esm/v2/{OrInlineInput-a888df50.js → OrInlineInput-5262d8ba.js} +13 -13
- package/dist/esm/v2/{OrInlineInputBox-6a15ea2b.js → OrInlineInputBox-fefd4fbd.js} +6 -4
- package/dist/esm/v2/{OrInlineTextarea-1925651c.js → OrInlineTextarea-322aed61.js} +13 -13
- package/dist/esm/v2/{OrInput-6e7e582e.js → OrInput-087a13c3.js} +12 -12
- package/dist/esm/v2/{OrInputBox-208dceac.js → OrInputBox-4d5a318d.js} +6 -4
- package/dist/esm/v2/{OrLabel-5670468e.js → OrLabel-61795cd4.js} +4 -4
- package/dist/esm/v2/{OrLoader-f857d55b.js → OrLoader-bd088836.js} +3 -26
- package/dist/esm/v2/{OrMenu-e7210edc.js → OrMenu-df27d0ef.js} +1 -1
- package/dist/esm/v2/{OrMenuItem-038641b7.js → OrMenuItem-c7f28480.js} +3 -3
- package/dist/esm/v2/{OrModal-3b081ef1.js → OrModal-5b37a50a.js} +14 -10
- package/dist/esm/v2/{OrNotification-1d316255.js → OrNotification-0d92ed28.js} +12 -7
- package/dist/esm/v2/{OrPopover-ef8c91f1.js → OrPopover-9bafbdb4.js} +14 -12
- package/dist/esm/v2/{OrRadio-19d01c00.js → OrRadio-ffcb4e50.js} +10 -6
- package/dist/esm/v2/{OrSearch-42454def.js → OrSearch-73555b10.js} +2 -2
- package/dist/esm/v2/{OrSegmentedControl-0b4637ba.js → OrSegmentedControl-e8dce8f9.js} +1 -1
- package/dist/esm/v2/{OrSelect-439f27b9.js → OrSelect-02bc03db.js} +23 -19
- package/dist/esm/v2/{OrSortHeader-b4dbff08.js → OrSortHeader-19bf94ca.js} +2 -2
- package/dist/esm/v2/{OrSwitch-846de5ce.js → OrSwitch-9af141a0.js} +20 -12
- package/dist/esm/v2/{OrTab-4e6ff742.js → OrTab-702e7335.js} +2 -2
- package/dist/esm/v2/{OrTabs-c64be432.js → OrTabs-71bd3fd2.js} +6 -6
- package/dist/esm/v2/{OrTag-cf72400e.js → OrTag-51462267.js} +11 -8
- package/dist/esm/v2/{OrTextarea-f566682c.js → OrTextarea-d3c42e37.js} +6 -6
- package/dist/esm/v2/{OrTooltip-27ad798d.js → OrTooltip-513bee30.js} +15 -13
- package/dist/esm/v2/components/index.js +37 -37
- package/dist/esm/v2/components/or-bottom-sheet-v3/index.js +1 -1
- package/dist/esm/v2/components/or-button-v3/index.js +2 -2
- package/dist/esm/v2/components/or-card-collection-v3/index.js +13 -13
- package/dist/esm/v2/components/or-card-v3/index.js +1 -1
- package/dist/esm/v2/components/or-checkbox-v3/index.js +2 -2
- package/dist/esm/v2/components/or-confirm-v3/index.js +13 -13
- package/dist/esm/v2/components/or-error-tag-v3/index.js +2 -2
- package/dist/esm/v2/components/or-error-v3/index.js +1 -1
- 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-hint-v3/index.js +1 -1
- package/dist/esm/v2/components/or-icon-button-v3/OrIconButton.vue.d.ts +20 -9
- package/dist/esm/v2/components/or-icon-button-v3/index.js +6 -6
- package/dist/esm/v2/components/or-icon-button-v3/props.d.ts +1 -0
- package/dist/esm/v2/components/or-icon-v3/index.js +1 -1
- package/dist/esm/v2/components/or-inline-input-box-v3/index.js +1 -1
- package/dist/esm/v2/components/or-inline-input-v3/index.js +9 -9
- package/dist/esm/v2/components/or-inline-textarea-v3/index.js +9 -9
- package/dist/esm/v2/components/or-input-box-v3/index.js +1 -1
- package/dist/esm/v2/components/or-input-v3/index.js +10 -10
- package/dist/esm/v2/components/or-label-v3/index.js +1 -1
- package/dist/esm/v2/components/or-loader-v3/OrLoader.stories3.d.ts +1 -11
- package/dist/esm/v2/components/or-loader-v3/OrLoader.vue.d.ts +0 -28
- package/dist/esm/v2/components/or-loader-v3/index.js +1 -1
- package/dist/esm/v2/components/or-loader-v3/styles.d.ts +0 -3
- package/dist/esm/v2/components/or-menu-item-v3/index.js +2 -2
- package/dist/esm/v2/components/or-menu-v3/index.js +3 -3
- package/dist/esm/v2/components/or-modal-v3/index.js +6 -6
- package/dist/esm/v2/components/or-notification-v3/index.js +6 -6
- package/dist/esm/v2/components/or-notification-v3/styles.d.ts +1 -0
- package/dist/esm/v2/components/or-popover-v3/index.js +2 -2
- package/dist/esm/v2/components/or-radio-v3/index.js +2 -2
- package/dist/esm/v2/components/or-search-v3/index.js +11 -11
- package/dist/esm/v2/components/or-segmented-control-v3/index.js +1 -1
- package/dist/esm/v2/components/or-select-v3/index.js +15 -15
- package/dist/esm/v2/components/or-sort-header-v3/index.js +2 -2
- package/dist/esm/v2/components/or-switch-v3/index.js +3 -3
- package/dist/esm/v2/components/or-tab-v3/index.js +1 -1
- package/dist/esm/v2/components/or-tabs-v3/index.js +7 -7
- package/dist/esm/v2/components/or-tag-v3/index.js +6 -6
- package/dist/esm/v2/components/or-textarea-v3/index.js +5 -5
- package/dist/esm/v2/components/or-toast-v3/index.js +7 -7
- package/dist/esm/v2/components/or-toast-v3/styles.d.ts +1 -0
- package/dist/esm/v2/components/or-tooltip-v3/index.js +3 -3
- package/dist/esm/v2/index.js +37 -37
- package/dist/esm/v2/{types-d6a767b3.js → types-9f077c67.js} +68 -37
- package/dist/esm/v3/{OrBottomSheet-0eb33b18.js → OrBottomSheet-62817aec.js} +14 -8
- package/dist/esm/v3/{OrButton-3670279e.js → OrButton-a6db36d5.js} +7 -7
- package/dist/esm/v3/{OrCard-b63658a8.js → OrCard-fd92f7c8.js} +6 -4
- package/dist/esm/v3/{OrCardCollection-34aa611e.js → OrCardCollection-5a4a4061.js} +7 -7
- package/dist/esm/v3/{OrCheckbox-a20fcc04.js → OrCheckbox-e7df1dc1.js} +7 -5
- package/dist/esm/v3/{OrConfirm-748ed50b.js → OrConfirm-06caf8fe.js} +12 -8
- package/dist/esm/v3/{OrError-19a62a18.js → OrError-626aa5b0.js} +4 -4
- package/dist/esm/v3/{OrErrorTag-bbfd3ca6.js → OrErrorTag-295800b1.js} +13 -9
- package/dist/esm/v3/{OrExpansionPanel-65afdfad.js → OrExpansionPanel-311e64cf.js} +9 -7
- package/dist/esm/v3/{OrFab-3a3a9a38.js → OrFab-554d3479.js} +6 -6
- package/dist/esm/v3/{OrHint-73835593.js → OrHint-34b1be02.js} +4 -4
- package/dist/esm/v3/{OrIcon-e2fa4cf8.js → OrIcon-b195169c.js} +6 -8
- package/dist/esm/v3/{OrIconButton-1d78453b.js → OrIconButton-1eebcafc.js} +37 -12
- package/dist/esm/v3/{OrInlineInput-0beabb4a.js → OrInlineInput-11dba82a.js} +10 -10
- package/dist/esm/v3/{OrInlineInputBox-1b473796.js → OrInlineInputBox-8049f95a.js} +6 -4
- package/dist/esm/v3/{OrInlineTextarea-d33a09a2.js → OrInlineTextarea-58c6c685.js} +10 -10
- package/dist/esm/v3/{OrInput-5672f47b.js → OrInput-65d09445.js} +9 -9
- package/dist/esm/v3/{OrInputBox-634230b1.js → OrInputBox-5247ab25.js} +6 -4
- package/dist/esm/v3/{OrLabel-7d4fe80b.js → OrLabel-7c8c99ad.js} +4 -4
- package/dist/esm/v3/{OrLoader-b3cf4231.js → OrLoader-60943812.js} +4 -29
- package/dist/esm/v3/{OrMenu-d9e12030.js → OrMenu-840038cd.js} +1 -1
- package/dist/esm/v3/{OrMenuItem-d001f0f6.js → OrMenuItem-9da279f6.js} +3 -3
- package/dist/esm/v3/{OrModal-e44b80fd.js → OrModal-381554a6.js} +14 -10
- package/dist/esm/v3/{OrNotification-7d05b546.js → OrNotification-94a0a441.js} +12 -7
- package/dist/esm/v3/{OrPopover-94a8f21d.js → OrPopover-1075dd38.js} +14 -12
- package/dist/esm/v3/{OrRadio-0c1883f2.js → OrRadio-9407dbc7.js} +10 -6
- package/dist/esm/v3/{OrSearch-2912b7df.js → OrSearch-fee118a9.js} +2 -2
- package/dist/esm/v3/{OrSegmentedControl-cdf00d49.js → OrSegmentedControl-171cad78.js} +1 -1
- package/dist/esm/v3/{OrSelect-ff8f8461.js → OrSelect-e25829de.js} +24 -19
- package/dist/esm/v3/{OrSortHeader-9d645226.js → OrSortHeader-fe1a9cf8.js} +2 -2
- package/dist/esm/v3/{OrSwitch-94399738.js → OrSwitch-60733e80.js} +20 -12
- package/dist/esm/v3/{OrTab-97044946.js → OrTab-c131cf60.js} +2 -2
- package/dist/esm/v3/{OrTabs-6a8fa516.js → OrTabs-d0ee6cef.js} +6 -6
- package/dist/esm/v3/{OrTag-ad3f7805.js → OrTag-f5619503.js} +14 -10
- package/dist/esm/v3/{OrTextarea-98895b2a.js → OrTextarea-db2fd523.js} +6 -6
- package/dist/esm/v3/{OrTooltip-6412166a.js → OrTooltip-50d27b4f.js} +15 -13
- package/dist/esm/v3/components/index.js +37 -37
- package/dist/esm/v3/components/or-bottom-sheet-v3/index.js +1 -1
- package/dist/esm/v3/components/or-button-v3/index.js +2 -2
- package/dist/esm/v3/components/or-card-collection-v3/index.js +13 -13
- package/dist/esm/v3/components/or-card-v3/index.js +1 -1
- package/dist/esm/v3/components/or-checkbox-v3/index.js +2 -2
- package/dist/esm/v3/components/or-confirm-v3/index.js +13 -13
- package/dist/esm/v3/components/or-error-tag-v3/index.js +2 -2
- package/dist/esm/v3/components/or-error-v3/index.js +1 -1
- 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-hint-v3/index.js +1 -1
- package/dist/esm/v3/components/or-icon-button-v3/OrIconButton.vue.d.ts +20 -9
- package/dist/esm/v3/components/or-icon-button-v3/index.js +6 -6
- package/dist/esm/v3/components/or-icon-button-v3/props.d.ts +1 -0
- package/dist/esm/v3/components/or-icon-v3/index.js +1 -1
- package/dist/esm/v3/components/or-inline-input-box-v3/index.js +1 -1
- package/dist/esm/v3/components/or-inline-input-v3/index.js +9 -9
- package/dist/esm/v3/components/or-inline-textarea-v3/index.js +9 -9
- package/dist/esm/v3/components/or-input-box-v3/index.js +1 -1
- package/dist/esm/v3/components/or-input-v3/index.js +10 -10
- package/dist/esm/v3/components/or-label-v3/index.js +1 -1
- package/dist/esm/v3/components/or-loader-v3/OrLoader.stories3.d.ts +1 -11
- package/dist/esm/v3/components/or-loader-v3/OrLoader.vue.d.ts +0 -28
- package/dist/esm/v3/components/or-loader-v3/index.js +1 -1
- package/dist/esm/v3/components/or-loader-v3/styles.d.ts +0 -3
- package/dist/esm/v3/components/or-menu-item-v3/index.js +2 -2
- package/dist/esm/v3/components/or-menu-v3/index.js +3 -3
- package/dist/esm/v3/components/or-modal-v3/index.js +6 -6
- package/dist/esm/v3/components/or-notification-v3/index.js +6 -6
- package/dist/esm/v3/components/or-notification-v3/styles.d.ts +1 -0
- package/dist/esm/v3/components/or-popover-v3/index.js +2 -2
- package/dist/esm/v3/components/or-radio-v3/index.js +2 -2
- package/dist/esm/v3/components/or-search-v3/index.js +11 -11
- package/dist/esm/v3/components/or-segmented-control-v3/index.js +1 -1
- package/dist/esm/v3/components/or-select-v3/index.js +15 -15
- package/dist/esm/v3/components/or-sort-header-v3/index.js +2 -2
- package/dist/esm/v3/components/or-switch-v3/index.js +3 -3
- package/dist/esm/v3/components/or-tab-v3/index.js +1 -1
- package/dist/esm/v3/components/or-tabs-v3/index.js +7 -7
- package/dist/esm/v3/components/or-tag-v3/index.js +6 -6
- package/dist/esm/v3/components/or-textarea-v3/index.js +5 -5
- package/dist/esm/v3/components/or-toast-v3/index.js +7 -7
- package/dist/esm/v3/components/or-toast-v3/styles.d.ts +1 -0
- package/dist/esm/v3/components/or-tooltip-v3/index.js +3 -3
- package/dist/esm/v3/index.js +37 -37
- package/dist/esm/v3/{types-8ef262da.js → types-4d252eb4.js} +62 -30
- package/package.json +2 -2
- package/src/components/or-bottom-sheet-v3/styles.ts +11 -8
- package/src/components/or-button-v3/styles.ts +9 -8
- package/src/components/or-card-collection-v3/styles.ts +3 -7
- package/src/components/or-card-v3/styles.ts +5 -4
- package/src/components/or-checkbox-v3/styles.ts +5 -6
- package/src/components/or-confirm-v3/styles.ts +8 -6
- package/src/components/or-error-tag-v3/OrErrorTag.vue +6 -5
- package/src/components/or-error-tag-v3/styles.ts +7 -6
- package/src/components/or-error-v3/styles.ts +4 -6
- package/src/components/or-expansion-panel-v3/OrExpansionPanel.vue +1 -1
- package/src/components/or-expansion-panel-v3/styles.ts +9 -7
- package/src/components/or-fab-v3/styles.ts +7 -9
- package/src/components/or-hint-v3/styles.ts +4 -6
- package/src/components/or-icon-button-v3/OrIconButton.stories3.ts +6 -1
- package/src/components/or-icon-button-v3/OrIconButton.vue +8 -2
- package/src/components/or-icon-button-v3/props.ts +2 -0
- package/src/components/or-icon-button-v3/styles.ts +41 -5
- package/src/components/or-icon-v3/styles.ts +8 -13
- package/src/components/or-inline-input-box-v3/styles.ts +5 -4
- package/src/components/or-inline-input-v3/OrInlineInput.vue +1 -1
- package/src/components/or-inline-input-v3/styles.ts +5 -7
- package/src/components/or-inline-textarea-v3/OrInlineTextarea.vue +1 -1
- package/src/components/or-inline-textarea-v3/styles.ts +5 -7
- package/src/components/or-input-box-v3/styles.ts +5 -4
- package/src/components/or-input-v3/OrInput.vue +1 -1
- package/src/components/or-input-v3/styles.ts +2 -3
- package/src/components/or-label-v3/styles.ts +4 -6
- package/src/components/or-loader-v3/OrLoader.docs.mdx +1 -3
- package/src/components/or-loader-v3/OrLoader.stories3.ts +1 -21
- package/src/components/or-loader-v3/OrLoader.vue +61 -95
- package/src/components/or-loader-v3/styles.ts +0 -22
- package/src/components/or-menu-item-v3/styles.ts +3 -3
- package/src/components/or-modal-v3/OrModal.vue +2 -1
- package/src/components/or-modal-v3/styles.ts +10 -5
- package/src/components/or-notification-v3/OrNotification.vue +2 -1
- package/src/components/or-notification-v3/styles.ts +10 -4
- package/src/components/or-popover-v3/styles.ts +11 -10
- package/src/components/or-radio-v3/styles.ts +7 -6
- package/src/components/or-segmented-control-v3/components/or-segmented-control-item/styles.ts +1 -3
- package/src/components/or-select-v3/OrSelect.vue +6 -4
- package/src/components/or-select-v3/styles.ts +7 -8
- package/src/components/or-sort-header-v3/styles.ts +1 -3
- package/src/components/or-switch-v3/styles.ts +14 -11
- package/src/components/or-tab-v3/styles.ts +2 -4
- package/src/components/or-tabs-v3/styles.ts +1 -1
- package/src/components/or-tag-v3/OrTag.vue +8 -7
- package/src/components/or-tag-v3/styles.ts +7 -6
- package/src/components/or-textarea-v3/styles.ts +2 -3
- package/src/components/or-toast-v3/OrToast.vue +26 -25
- package/src/components/or-toast-v3/styles.ts +40 -13
- package/src/components/or-tooltip-v3/styles.ts +14 -12
|
@@ -7,21 +7,27 @@ import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
|
7
7
|
|
|
8
8
|
const BottomSheetRoot = [
|
|
9
9
|
// Position
|
|
10
|
-
'fixed', '
|
|
10
|
+
'fixed', 'left-none', 'right-none', 'bottom-none',
|
|
11
11
|
// Layout
|
|
12
|
-
'
|
|
12
|
+
'layout-column',
|
|
13
13
|
// Box
|
|
14
|
-
'max-h-[50%]',
|
|
14
|
+
'max-h-[50%]',
|
|
15
|
+
// Shape
|
|
16
|
+
'rounded-t-lg',
|
|
15
17
|
// Theme
|
|
16
|
-
'theme-background-default', 'dark:theme-background-default-dark', 'theme-foreground-default', 'dark:theme-foreground-default-dark',
|
|
18
|
+
'theme-background-default', 'dark:theme-background-default-dark', 'theme-foreground-default', 'dark:theme-foreground-default-dark',
|
|
19
|
+
// Elevation
|
|
20
|
+
'shadow-contextual', 'dark:shadow-contextual-dark',
|
|
17
21
|
// Animation
|
|
18
22
|
'transition-[min-height]', 'transition-[max-height]'];
|
|
19
23
|
const BottomSheetHandle = [
|
|
20
24
|
// Layout
|
|
21
|
-
'
|
|
25
|
+
'layout-row justify-center',
|
|
22
26
|
// Box
|
|
23
|
-
'after:w-2xl', 'after:h-xs',
|
|
24
|
-
//
|
|
27
|
+
'after:w-2xl', 'after:h-xs',
|
|
28
|
+
// Shape
|
|
29
|
+
'after:rounded-full',
|
|
30
|
+
// Spacing
|
|
25
31
|
'px-sm', 'py-sm',
|
|
26
32
|
// Interactivity
|
|
27
33
|
'cursor-grab',
|
|
@@ -30,7 +36,7 @@ const BottomSheetHandle = [
|
|
|
30
36
|
const BottomSheetHeader = [
|
|
31
37
|
// Layout
|
|
32
38
|
'empty:hidden',
|
|
33
|
-
//
|
|
39
|
+
// Spacing
|
|
34
40
|
'px-lg', 'py-md',
|
|
35
41
|
// Typography
|
|
36
42
|
'typography-headline-3'];
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import './index-fa6eb4ca.js';
|
|
2
|
-
import { O as OrLoader } from './OrLoader-
|
|
2
|
+
import { O as OrLoader } from './OrLoader-76f2615f.js';
|
|
3
3
|
import { u as useClassAttribute } from './useClassAttribute-9bf33346.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';
|
|
@@ -26,8 +26,8 @@ var ButtonType;
|
|
|
26
26
|
|
|
27
27
|
const ButtonRoot = [
|
|
28
28
|
// Layout
|
|
29
|
-
'inline-
|
|
30
|
-
//
|
|
29
|
+
'layout-inline-row justify-center',
|
|
30
|
+
// Shape
|
|
31
31
|
'rounded-md',
|
|
32
32
|
// Interactivity
|
|
33
33
|
'interactivity-auto',
|
|
@@ -35,18 +35,18 @@ const ButtonRoot = [
|
|
|
35
35
|
'typography-button'];
|
|
36
36
|
const ButtonRootVariants = {
|
|
37
37
|
'contained': [
|
|
38
|
-
//
|
|
38
|
+
// Spacing
|
|
39
39
|
'px-md md:px-md', 'py-sm+ md:py-sm', 'gap-sm+ md:gap-sm',
|
|
40
40
|
// Theme
|
|
41
41
|
'enabled:shadow-button', 'dark:enabled:shadow-button-dark'],
|
|
42
42
|
'outlined': [
|
|
43
|
-
//
|
|
43
|
+
// Spacing
|
|
44
44
|
'px-[15px] md:px-[15px]', 'py-[11px] md:py-[7px]', 'gap-sm+ md:gap-sm'],
|
|
45
45
|
'text': [
|
|
46
|
-
//
|
|
46
|
+
// Spacing
|
|
47
47
|
'px-md md:px-md', 'py-sm+ md:py-sm', 'gap-sm+ md:gap-sm'],
|
|
48
48
|
'link': [
|
|
49
|
-
//
|
|
49
|
+
// Spacing
|
|
50
50
|
'gap-sm md:gap-xs']
|
|
51
51
|
};
|
|
52
52
|
const ButtonRootColors = {
|
|
@@ -5,15 +5,17 @@ import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
|
5
5
|
|
|
6
6
|
const CardRoot = [
|
|
7
7
|
// Layout
|
|
8
|
-
'
|
|
9
|
-
//
|
|
8
|
+
'layout-column',
|
|
9
|
+
// Shape
|
|
10
10
|
'rounded-md',
|
|
11
|
-
//
|
|
11
|
+
// Spacing
|
|
12
12
|
'px-md', 'py-md', 'gap-[10px]',
|
|
13
13
|
// Typography
|
|
14
14
|
'typography-body-2-regular',
|
|
15
15
|
// Theme
|
|
16
|
-
'theme-background-default', 'dark:theme-background-default-dark', 'theme-foreground-default', 'dark:theme-foreground-default-dark',
|
|
16
|
+
'theme-background-default', 'dark:theme-background-default-dark', 'theme-foreground-default', 'dark:theme-foreground-default-dark',
|
|
17
|
+
// Elevation
|
|
18
|
+
'shadow-card', 'dark:shadow-card-dark'];
|
|
17
19
|
|
|
18
20
|
var script = defineComponent({
|
|
19
21
|
name: 'OrCard',
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import './index-fa6eb4ca.js';
|
|
2
|
-
import { O as OrCard } from './OrCard-
|
|
3
|
-
import { O as OrIconButton } from './OrIconButton-
|
|
4
|
-
import { O as OrInput } from './OrInput-
|
|
5
|
-
import { O as OrSortHeader } from './OrSortHeader-
|
|
2
|
+
import { O as OrCard } from './OrCard-58a1ba3e.js';
|
|
3
|
+
import { O as OrIconButton } from './OrIconButton-a215104c.js';
|
|
4
|
+
import { O as OrInput } from './OrInput-7ab98c99.js';
|
|
5
|
+
import { O as OrSortHeader } from './OrSortHeader-396e6a7c.js';
|
|
6
6
|
import { u as useClassAttribute } from './useClassAttribute-9bf33346.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';
|
|
@@ -15,19 +15,19 @@ var CardCollectionView;
|
|
|
15
15
|
|
|
16
16
|
const CardCollectionRoot = [
|
|
17
17
|
// Layout
|
|
18
|
-
'
|
|
18
|
+
'layout-column',
|
|
19
19
|
// Spacing
|
|
20
20
|
'gap-md'];
|
|
21
21
|
const CardCollectionToolbar = [
|
|
22
22
|
// Layout
|
|
23
|
-
'
|
|
23
|
+
'layout-row justify-between',
|
|
24
24
|
// Typography
|
|
25
25
|
'typography-body-2-regular',
|
|
26
26
|
// Theme
|
|
27
27
|
'theme-foreground-default', 'dark:theme-foreground-default-dark'];
|
|
28
28
|
const CardCollectionToolbarPanel = [
|
|
29
29
|
// Layout
|
|
30
|
-
'
|
|
30
|
+
'layout-row',
|
|
31
31
|
// Spacing
|
|
32
32
|
'gap-sm'];
|
|
33
33
|
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-3cbdf198.js';
|
|
3
3
|
import { u as useClassAttribute } from './useClassAttribute-9bf33346.js';
|
|
4
4
|
import { defineComponent, getCurrentInstance, ref, computed } from '@vue/composition-api/dist/vue-composition-api.mjs';
|
|
5
5
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
@@ -7,14 +7,16 @@ import { c as createInjector } from './browser-82dea9ed.js';
|
|
|
7
7
|
|
|
8
8
|
const CheckboxRoot = [
|
|
9
9
|
// Layout
|
|
10
|
-
'
|
|
11
|
-
//
|
|
10
|
+
'layout-row',
|
|
11
|
+
// Spacing
|
|
12
12
|
'gap-sm+ md:gap-sm'];
|
|
13
13
|
const CheckboxControl = [
|
|
14
14
|
// Layout
|
|
15
|
-
'
|
|
15
|
+
'layout-row justify-center',
|
|
16
16
|
// Box
|
|
17
|
-
'w-md+ md:w-md', 'h-md+ md:h-md',
|
|
17
|
+
'w-md+ md:w-md', 'h-md+ md:h-md',
|
|
18
|
+
// Shape
|
|
19
|
+
'rounded-sm',
|
|
18
20
|
// Interactivity
|
|
19
21
|
'interactivity-auto',
|
|
20
22
|
// Iconography
|
|
@@ -2,8 +2,8 @@ import './index-fa6eb4ca.js';
|
|
|
2
2
|
import { useMagicKeys, whenever } from '@vueuse/core';
|
|
3
3
|
import { l as logicAnd } from './index-17f264f9.js';
|
|
4
4
|
import { O as OrOverlay } from './OrOverlay-3c89d622.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-52399414.js';
|
|
6
|
+
import { O as OrInput } from './OrInput-7ab98c99.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
|
|
|
@@ -15,15 +15,19 @@ var ConfirmType;
|
|
|
15
15
|
|
|
16
16
|
const ConfirmRoot = [
|
|
17
17
|
// Layout
|
|
18
|
-
'
|
|
18
|
+
'layout-column',
|
|
19
19
|
// Box
|
|
20
|
-
'w-[320px]',
|
|
21
|
-
//
|
|
20
|
+
'w-[320px]',
|
|
21
|
+
// Shape
|
|
22
|
+
'rounded-md',
|
|
23
|
+
// Spacing
|
|
22
24
|
'px-lg', 'py-lg', 'gap-md',
|
|
23
25
|
// Typography
|
|
24
26
|
'typography-body-2-regular',
|
|
25
27
|
// Theme
|
|
26
|
-
'theme-background-default', 'dark:theme-background-default-dark', 'theme-foreground-default', 'dark:theme-foreground-default-dark',
|
|
28
|
+
'theme-background-default', 'dark:theme-background-default-dark', 'theme-foreground-default', 'dark:theme-foreground-default-dark',
|
|
29
|
+
// Elevation
|
|
30
|
+
'shadow-modal', 'dark:shadow-modal-dark'];
|
|
27
31
|
const ConfirmHeader = [
|
|
28
32
|
// Layout
|
|
29
33
|
'flex', 'items-center', 'justify-between',
|
|
@@ -32,12 +36,12 @@ const ConfirmHeader = [
|
|
|
32
36
|
const ConfirmInput = [
|
|
33
37
|
// Box
|
|
34
38
|
'w-full',
|
|
35
|
-
//
|
|
39
|
+
// Spacing
|
|
36
40
|
'mt-md'];
|
|
37
41
|
const ConfirmFooter = [
|
|
38
42
|
// Layout
|
|
39
43
|
'flex', 'items-center', 'justify-between',
|
|
40
|
-
//
|
|
44
|
+
// Spacing
|
|
41
45
|
'gap-md'];
|
|
42
46
|
const ConfirmFooterTypes = {
|
|
43
47
|
[ConfirmType.C]: [
|
|
@@ -5,8 +5,8 @@ import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
|
5
5
|
|
|
6
6
|
const ErrorRoot = [
|
|
7
7
|
// Layout
|
|
8
|
-
'
|
|
9
|
-
//
|
|
8
|
+
'layout-row !items-start justify-between',
|
|
9
|
+
// Spacing
|
|
10
10
|
'gap-sm',
|
|
11
11
|
// Typography
|
|
12
12
|
'typography-caption-regular',
|
|
@@ -19,9 +19,9 @@ const ErrorText = [
|
|
|
19
19
|
'interactivity-none'];
|
|
20
20
|
const ErrorAddon = [
|
|
21
21
|
// Layout
|
|
22
|
-
'
|
|
22
|
+
'empty:hidden',
|
|
23
23
|
// Box
|
|
24
|
-
'min-w-
|
|
24
|
+
'min-w-fit'];
|
|
25
25
|
|
|
26
26
|
var script = defineComponent({
|
|
27
27
|
name: 'OrError',
|
|
@@ -1,16 +1,18 @@
|
|
|
1
1
|
import './index-fa6eb4ca.js';
|
|
2
|
-
import { O as OrIcon } from './OrIcon-
|
|
2
|
+
import { O as OrIcon } from './OrIcon-8625385f.js';
|
|
3
3
|
import { u as useClassAttribute } from './useClassAttribute-9bf33346.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
|
|
|
7
7
|
const ErrorTagRoot = [
|
|
8
8
|
// Layout
|
|
9
|
-
'
|
|
9
|
+
'layout-inline-row',
|
|
10
10
|
// Box
|
|
11
|
-
'
|
|
12
|
-
//
|
|
13
|
-
'
|
|
11
|
+
'w-min',
|
|
12
|
+
// Shape
|
|
13
|
+
'rounded-full',
|
|
14
|
+
// Spacing
|
|
15
|
+
'px-sm+ md:px-sm', 'py-sm md:py-xs', 'gap-sm+ md:gap-sm',
|
|
14
16
|
// Interactivity
|
|
15
17
|
'interactivity-none',
|
|
16
18
|
// Typography
|
|
@@ -49,13 +51,14 @@ var __vue_render__ = function () {
|
|
|
49
51
|
return _c('div', _vm._b({
|
|
50
52
|
ref: "root",
|
|
51
53
|
class: _vm.rootStyles
|
|
52
|
-
}, 'div', _vm.$attrs, false), [_c('
|
|
53
|
-
class: ['-
|
|
54
|
+
}, 'div', _vm.$attrs, false), [_c('div', {
|
|
55
|
+
class: ['layout-row', 'm-[-4px] md:m-[-2px]']
|
|
56
|
+
}, [_c('OrIcon', {
|
|
54
57
|
attrs: {
|
|
55
58
|
"icon": 'error',
|
|
56
59
|
"variant": 'filled-bold'
|
|
57
60
|
}
|
|
58
|
-
}), _vm._v(" "), _vm._t("default")], 2);
|
|
61
|
+
})], 1), _vm._v(" "), _vm._t("default")], 2);
|
|
59
62
|
};
|
|
60
63
|
var __vue_staticRenderFns__ = [];
|
|
61
64
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import './index-fa6eb4ca.js';
|
|
2
|
-
import { O as OrIcon } from './OrIcon-
|
|
2
|
+
import { O as OrIcon } from './OrIcon-8625385f.js';
|
|
3
3
|
import { u as useClassAttribute } from './useClassAttribute-9bf33346.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';
|
|
@@ -17,21 +17,21 @@ var ExpansionPanelColor;
|
|
|
17
17
|
|
|
18
18
|
const ExpansionPanelRoot = [
|
|
19
19
|
// Layout
|
|
20
|
-
'
|
|
20
|
+
'layout-column'];
|
|
21
21
|
const ExpansionPanelRootVariants = {
|
|
22
22
|
'default': [],
|
|
23
23
|
'card': [
|
|
24
|
-
//
|
|
24
|
+
// Shape
|
|
25
25
|
'rounded-md',
|
|
26
|
-
//
|
|
26
|
+
// Spacing
|
|
27
27
|
'px-md', 'py-md', 'gap-md',
|
|
28
28
|
// Theme
|
|
29
29
|
'theme-background-surface-1', 'dark:theme-background-surface-1-dark']
|
|
30
30
|
};
|
|
31
31
|
const ExpansionPanelHeader = [
|
|
32
32
|
// Layout
|
|
33
|
-
'
|
|
34
|
-
//
|
|
33
|
+
'layout-row',
|
|
34
|
+
// Spacing
|
|
35
35
|
'gap-sm',
|
|
36
36
|
// Interactivity
|
|
37
37
|
'interactivity-auto',
|
|
@@ -56,6 +56,8 @@ const ExpansionPanelHeaderColors = {
|
|
|
56
56
|
'focus:theme-foreground-error-hover', 'dark:focus:theme-foreground-error-hover-dark']
|
|
57
57
|
};
|
|
58
58
|
const ExpansionPanelAddon = [
|
|
59
|
+
// Layout
|
|
60
|
+
'contents',
|
|
59
61
|
// Typography
|
|
60
62
|
'typography-body-2-regular',
|
|
61
63
|
// Theme
|
|
@@ -121,7 +123,7 @@ var __vue_render__ = function () {
|
|
|
121
123
|
"disabled": _vm.disabled ? '' : null
|
|
122
124
|
}
|
|
123
125
|
}, 'div', _vm.$attrs, false), [_c('div', {
|
|
124
|
-
class: ['
|
|
126
|
+
class: ['layout-row', 'justify-between']
|
|
125
127
|
}, [_c('div', {
|
|
126
128
|
class: _vm.headerStyles,
|
|
127
129
|
attrs: {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import './index-fa6eb4ca.js';
|
|
2
|
-
import { O as OrIcon } from './OrIcon-
|
|
2
|
+
import { O as OrIcon } from './OrIcon-8625385f.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
|
|
|
@@ -11,13 +11,13 @@ var FabColor;
|
|
|
11
11
|
|
|
12
12
|
const FabRoot = [
|
|
13
13
|
// Layout
|
|
14
|
-
'
|
|
15
|
-
//
|
|
14
|
+
'layout-inline-row justify-center',
|
|
15
|
+
// Shape
|
|
16
16
|
'rounded-full',
|
|
17
|
-
//
|
|
18
|
-
'px-md', 'py-md',
|
|
17
|
+
// Spacing
|
|
18
|
+
'px-md+', 'py-md+',
|
|
19
19
|
// Theme
|
|
20
|
-
'shadow-button', 'dark:shadow-button-dark'];
|
|
20
|
+
'enabled:shadow-button', 'dark:enabled:shadow-button-dark'];
|
|
21
21
|
const FabRootColors = {
|
|
22
22
|
'primary': [
|
|
23
23
|
// Theme
|
|
@@ -5,8 +5,8 @@ import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
|
5
5
|
|
|
6
6
|
const HintRoot = [
|
|
7
7
|
// Layout
|
|
8
|
-
'
|
|
9
|
-
//
|
|
8
|
+
'layout-row !items-start justify-between',
|
|
9
|
+
// Spacing
|
|
10
10
|
'gap-sm',
|
|
11
11
|
// Typography
|
|
12
12
|
'typography-caption-regular',
|
|
@@ -19,9 +19,9 @@ const HintText = [
|
|
|
19
19
|
'interactivity-none'];
|
|
20
20
|
const HintAddon = [
|
|
21
21
|
// Layout
|
|
22
|
-
'
|
|
22
|
+
'empty:hidden',
|
|
23
23
|
// Box
|
|
24
|
-
'min-w-
|
|
24
|
+
'min-w-fit'];
|
|
25
25
|
|
|
26
26
|
var script = defineComponent({
|
|
27
27
|
name: 'OrHint',
|
|
@@ -21,9 +21,7 @@ var IconSize;
|
|
|
21
21
|
|
|
22
22
|
const IconRoot = [
|
|
23
23
|
// Layout
|
|
24
|
-
'inline-
|
|
25
|
-
// Typography
|
|
26
|
-
'align-bottom'];
|
|
24
|
+
'layout-inline-row justify-center'];
|
|
27
25
|
const IconRootVariants = {
|
|
28
26
|
'outlined': [
|
|
29
27
|
// Iconography
|
|
@@ -44,17 +42,17 @@ const IconRootVariants = {
|
|
|
44
42
|
const IconRootSizes = {
|
|
45
43
|
'xl': [
|
|
46
44
|
// Box
|
|
47
|
-
'w-[
|
|
45
|
+
'w-[28px] md:w-[24px]', 'h-[28px] md:h-[24px]',
|
|
48
46
|
// Typography
|
|
49
|
-
'text-[
|
|
47
|
+
'text-[28px] md:text-[24px]'],
|
|
50
48
|
'l': [
|
|
51
49
|
// Box
|
|
52
|
-
'w-[
|
|
50
|
+
'w-[24px] md:w-[20px]', 'h-[24px] md:h-[20px]',
|
|
53
51
|
// Typography
|
|
54
52
|
'text-[24px] md:text-[20px]'],
|
|
55
53
|
'm': [
|
|
56
54
|
// Box
|
|
57
|
-
'w-[
|
|
55
|
+
'w-[20px] md:w-[16px]', 'h-[20px] md:h-[16px]',
|
|
58
56
|
// Typography
|
|
59
57
|
'text-[20px] md:text-[16px]'],
|
|
60
58
|
'inherit': [
|
|
@@ -130,4 +128,4 @@ const __vue_component__ = /*#__PURE__*/normalizeComponent({
|
|
|
130
128
|
}, __vue_inject_styles__, __vue_script__, __vue_scope_id__, __vue_is_functional_template__, __vue_module_identifier__, false, undefined, undefined, undefined);
|
|
131
129
|
var OrIcon = __vue_component__;
|
|
132
130
|
|
|
133
|
-
export {
|
|
131
|
+
export { IconSize as I, OrIcon as O, IconVariant as a };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index-fa6eb4ca.js';
|
|
2
|
-
import { O as OrIcon } from './OrIcon-
|
|
3
|
-
import { O as OrTooltip } from './OrTooltip-
|
|
2
|
+
import { O as OrIcon, I as IconSize } from './OrIcon-8625385f.js';
|
|
3
|
+
import { O as OrTooltip } from './OrTooltip-fbfa05fd.js';
|
|
4
4
|
import { u as useClassAttribute } from './useClassAttribute-9bf33346.js';
|
|
5
5
|
import { defineComponent, ref, computed } from '@vue/composition-api/dist/vue-composition-api.mjs';
|
|
6
6
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
@@ -14,9 +14,9 @@ var IconButtonColor;
|
|
|
14
14
|
|
|
15
15
|
const IconButtonRoot = [
|
|
16
16
|
// Layout
|
|
17
|
-
'
|
|
18
|
-
//
|
|
19
|
-
'
|
|
17
|
+
'layout-inline-row justify-center',
|
|
18
|
+
// Shape
|
|
19
|
+
'rounded-full',
|
|
20
20
|
// Interactivity
|
|
21
21
|
'interactivity-auto',
|
|
22
22
|
// Typography
|
|
@@ -26,17 +26,37 @@ const IconButtonRoot = [
|
|
|
26
26
|
// Iconography (hover)
|
|
27
27
|
'hover:iconography-filled',
|
|
28
28
|
// Iconography (focus)
|
|
29
|
-
'focus:iconography-filled'
|
|
29
|
+
'focus:iconography-filled',
|
|
30
|
+
// Theme
|
|
31
|
+
'!outline outline-2 outline-transparent'];
|
|
30
32
|
const IconButtonRootColors = {
|
|
31
33
|
'primary': [
|
|
32
34
|
// Theme
|
|
33
|
-
'theme-preset-3-primary', 'dark:theme-preset-3-primary-dark'
|
|
35
|
+
'theme-preset-3-primary', 'dark:theme-preset-3-primary-dark',
|
|
36
|
+
// Theme (hover)
|
|
37
|
+
'hover:outline-primary-opacity-0-08', 'dark:hover:outline-primary-opacity-0-08-dark',
|
|
38
|
+
// Theme (focus)
|
|
39
|
+
'focus:outline-primary-opacity-0-08', 'dark:focus:outline-primary-opacity-0-08-dark',
|
|
40
|
+
// Theme (active)
|
|
41
|
+
'active:outline-primary-opacity-0-16', 'dark:active:outline-primary-opacity-0-16-dark'],
|
|
34
42
|
'danger': [
|
|
35
43
|
// Theme
|
|
36
|
-
'theme-preset-3-error', 'dark:theme-preset-3-error-dark'
|
|
44
|
+
'theme-preset-3-error', 'dark:theme-preset-3-error-dark',
|
|
45
|
+
// Theme (hover)
|
|
46
|
+
'hover:outline-error-opacity-0-08', 'dark:hover:outline-error-opacity-0-08-dark',
|
|
47
|
+
// Theme (focus)
|
|
48
|
+
'focus:outline-error-opacity-0-08', 'dark:focus:outline-error-opacity-0-08-dark',
|
|
49
|
+
// Theme (active)
|
|
50
|
+
'active:outline-error-opacity-0-16', 'dark:active:outline-error-opacity-0-16-dark'],
|
|
37
51
|
'inherit': [
|
|
38
52
|
// Theme
|
|
39
|
-
'theme-preset-3-primary', 'dark:theme-preset-3-primary-dark', 'theme-foreground-inherit', 'dark:theme-foreground-inherit'
|
|
53
|
+
'theme-preset-3-primary', 'dark:theme-preset-3-primary-dark', 'theme-foreground-inherit', 'dark:theme-foreground-inherit',
|
|
54
|
+
// Theme (hover)
|
|
55
|
+
'hover:outline-primary-opacity-0-08', 'dark:hover:outline-primary-opacity-0-08-dark',
|
|
56
|
+
// Theme (focus)
|
|
57
|
+
'focus:outline-primary-opacity-0-08', 'dark:focus:outline-primary-opacity-0-08-dark',
|
|
58
|
+
// Theme (active)
|
|
59
|
+
'active:outline-primary-opacity-0-16', 'dark:active:outline-primary-opacity-0-16-dark']
|
|
40
60
|
};
|
|
41
61
|
|
|
42
62
|
var script = defineComponent({
|
|
@@ -55,6 +75,10 @@ var script = defineComponent({
|
|
|
55
75
|
type: String,
|
|
56
76
|
default: IconButtonColor.Inherit
|
|
57
77
|
},
|
|
78
|
+
size: {
|
|
79
|
+
type: String,
|
|
80
|
+
default: IconSize.M
|
|
81
|
+
},
|
|
58
82
|
disabled: {
|
|
59
83
|
type: Boolean,
|
|
60
84
|
default: false
|
|
@@ -109,7 +133,8 @@ var __vue_render__ = function () {
|
|
|
109
133
|
}
|
|
110
134
|
}, 'button', _vm.$attrs, false), [_c('OrIcon', _vm._b({
|
|
111
135
|
attrs: {
|
|
112
|
-
"variant": 'inherit'
|
|
136
|
+
"variant": 'inherit',
|
|
137
|
+
"size": _vm.size
|
|
113
138
|
}
|
|
114
139
|
}, 'OrIcon', typeof _vm.icon === 'string' ? {
|
|
115
140
|
icon: _vm.icon
|
|
@@ -1,8 +1,8 @@
|
|
|
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-
|
|
5
|
-
import { O as OrInlineInputBox, I as InlineInputBoxSize } from './OrInlineInputBox-
|
|
2
|
+
import { O as OrError } from './OrError-2ed34c3e.js';
|
|
3
|
+
import { O as OrHint } from './OrHint-1ffcd66c.js';
|
|
4
|
+
import { O as OrIconButton } from './OrIconButton-a215104c.js';
|
|
5
|
+
import { O as OrInlineInputBox, I as InlineInputBoxSize } from './OrInlineInputBox-f457210f.js';
|
|
6
6
|
import { u as useClassAttribute } from './useClassAttribute-9bf33346.js';
|
|
7
7
|
import { defineComponent, getCurrentInstance, ref, computed, watch } from '@vue/composition-api/dist/vue-composition-api.mjs';
|
|
8
8
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
@@ -16,8 +16,8 @@ var InlineInputType;
|
|
|
16
16
|
|
|
17
17
|
const InlineInputRoot = [
|
|
18
18
|
// Layout
|
|
19
|
-
'
|
|
20
|
-
//
|
|
19
|
+
'layout-column',
|
|
20
|
+
// Spacing
|
|
21
21
|
'gap-xs'];
|
|
22
22
|
const InlineInputControl = [
|
|
23
23
|
// Layout
|
|
@@ -28,9 +28,9 @@ const InlineInputControl = [
|
|
|
28
28
|
'placeholder:theme-foreground-outline', 'dark:placeholder:theme-foreground-outline-dark'];
|
|
29
29
|
const InlineInputAction = [
|
|
30
30
|
// Layout
|
|
31
|
-
'
|
|
32
|
-
//
|
|
33
|
-
'gap-
|
|
31
|
+
'layout-row',
|
|
32
|
+
// Spacing
|
|
33
|
+
'gap-md',
|
|
34
34
|
// Theme
|
|
35
35
|
'theme-foreground-outline', 'dark:theme-foreground-outline-dark'];
|
|
36
36
|
|
|
@@ -173,7 +173,7 @@ var __vue_render__ = function () {
|
|
|
173
173
|
ref: "root",
|
|
174
174
|
class: _vm.rootStyles
|
|
175
175
|
}, [_c('div', {
|
|
176
|
-
class: ['
|
|
176
|
+
class: ['layout-row', 'gap-md']
|
|
177
177
|
}, [_c('OrInlineInputBox', {
|
|
178
178
|
attrs: {
|
|
179
179
|
"size": _vm.size,
|
|
@@ -332,14 +332,14 @@ var __vue_staticRenderFns__ = [];
|
|
|
332
332
|
/* style */
|
|
333
333
|
const __vue_inject_styles__ = function (inject) {
|
|
334
334
|
if (!inject) return;
|
|
335
|
-
inject("data-v-
|
|
336
|
-
source: "input[data-v-
|
|
335
|
+
inject("data-v-96310554_0", {
|
|
336
|
+
source: "input[data-v-96310554]{min-width:0;background:0 0;outline:0}input[type=number][data-v-96310554]::-webkit-inner-spin-button{display:none}input[type=search][data-v-96310554]::-webkit-search-cancel-button{display:none}",
|
|
337
337
|
map: undefined,
|
|
338
338
|
media: undefined
|
|
339
339
|
});
|
|
340
340
|
};
|
|
341
341
|
/* scoped */
|
|
342
|
-
const __vue_scope_id__ = "data-v-
|
|
342
|
+
const __vue_scope_id__ = "data-v-96310554";
|
|
343
343
|
/* module identifier */
|
|
344
344
|
const __vue_module_identifier__ = undefined;
|
|
345
345
|
/* functional template */
|
|
@@ -11,19 +11,21 @@ var InlineInputBoxSize;
|
|
|
11
11
|
|
|
12
12
|
const InlineInputBoxRoot = [
|
|
13
13
|
// Layout
|
|
14
|
-
'
|
|
14
|
+
'layout-row',
|
|
15
15
|
// Box
|
|
16
|
-
'w-full',
|
|
16
|
+
'w-full',
|
|
17
|
+
// Shape
|
|
18
|
+
'rounded-sm',
|
|
17
19
|
// Theme
|
|
18
20
|
'border-solid', 'border-1', 'border-transparent', 'enabled:outline-none', 'enabled:outline-2', 'enabled:outline-offset-0', 'enabled:valid:text-on-background', 'enabled:valid:dark:text-on-background-dark', 'enabled:valid:hover:bg-primary-opacity-0-08', 'enabled:valid:hover:dark:bg-primary-opacity-0-08-dark', 'enabled:valid:focus-within:bg-primary-opacity-0-08', 'enabled:valid:focus-within:dark:bg-primary-opacity-0-08-dark', 'enabled:valid:focus-within:text-on-background', 'enabled:valid:focus-within:dark:text-on-background-dark', 'enabled:valid:focus-within:border-primary', 'enabled:valid:focus-within:dark:border-primary-dark', 'enabled:valid:focus-within:outline-primary-opacity-0-16', 'enabled:valid:focus-within:dark:outline-primary-opacity-0-16-dark', 'enabled:invalid:bg-error-opacity-0-08', 'enabled:invalid:dark:bg-error-opacity-0-08-dark', 'enabled:invalid:text-on-background', 'enabled:invalid:dark:text-on-background-dark', 'enabled:invalid:border-error', 'enabled:invalid:dark:border-error-dark', 'enabled:invalid:hover:bg-error-opacity-0-12', 'enabled:invalid:hover:dark:bg-error-opacity-0-12-dark', 'enabled:invalid:focus-within:bg-error-opacity-0-08', 'enabled:invalid:focus-within:dark:bg-error-opacity-0-08-dark', 'enabled:invalid:focus-within:text-on-background', 'enabled:invalid:focus-within:dark:text-on-background-dark', 'enabled:invalid:focus-within:border-error', 'enabled:invalid:focus-within:dark:border-error-dark', 'enabled:invalid:focus-within:outline-error-opacity-0-16', 'enabled:invalid:focus-within:dark:outline-error-opacity-0-16-dark', 'disabled:text-on-disabled', 'disabled:dark:text-on-disabled-dark'];
|
|
19
21
|
const InlineInputBoxRootSizes = {
|
|
20
22
|
'm': [
|
|
21
|
-
//
|
|
23
|
+
// Spacing
|
|
22
24
|
'activated:children:px-sm', 'children:py-xs', 'gap-md',
|
|
23
25
|
// Typography
|
|
24
26
|
'typography-headline-2'],
|
|
25
27
|
's': [
|
|
26
|
-
//
|
|
28
|
+
// Spacing
|
|
27
29
|
'activated:children:px-sm', 'children:py-none', 'gap-md',
|
|
28
30
|
// Typography
|
|
29
31
|
'typography-body-2-regular']
|