@onereach/ui-components 4.0.5-beta.2527.0 → 4.0.5-beta.2528.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/components/OrButtonV3/styles.js +1 -3
- package/dist/bundled/v2/components/OrSelectV3/OrSelect.js +2 -0
- package/dist/bundled/v2/index.js +1 -1
- package/dist/bundled/v3/{OrCardCollection.vue_vue_type_script_lang-843e396a.js → OrCardCollection.vue_vue_type_script_lang-66122aa0.js} +1 -1
- package/dist/bundled/v3/{OrConfirm.vue_vue_type_script_lang-d069c95f.js → OrConfirm.vue_vue_type_script_lang-f5c5f34e.js} +1 -1
- package/dist/bundled/v3/{OrPagination.vue_vue_type_script_lang-ddef5272.js → OrPagination.vue_vue_type_script_lang-c542b26a.js} +1 -1
- package/dist/bundled/v3/{OrSelect.vue_vue_type_script_lang-410f4efc.js → OrSelect.vue_vue_type_script_lang-f7601423.js} +2 -0
- package/dist/bundled/v3/components/OrButtonV3/OrButton.js +2 -2
- package/dist/bundled/v3/components/OrButtonV3/index.js +1 -1
- package/dist/bundled/v3/components/OrButtonV3/styles.js +1 -3
- package/dist/bundled/v3/components/OrCardCollectionV3/OrCardCollection.js +3 -3
- package/dist/bundled/v3/components/OrCardCollectionV3/index.js +2 -2
- package/dist/bundled/v3/components/OrConfirmV3/OrConfirm.js +3 -3
- package/dist/bundled/v3/components/OrConfirmV3/index.js +2 -2
- package/dist/bundled/v3/components/OrPaginationV3/OrPagination.js +3 -3
- package/dist/bundled/v3/components/OrPaginationV3/index.js +2 -2
- package/dist/bundled/v3/components/OrSelectV3/OrSelect.js +2 -2
- package/dist/bundled/v3/components/OrSelectV3/index.js +1 -1
- package/dist/bundled/v3/components/index.js +5 -5
- package/dist/bundled/v3/index.js +6 -6
- package/dist/esm/v2/{OrButton-6b60a776.js → OrButton-236d9c2e.js} +1 -3
- package/dist/esm/v2/{OrCardCollection-6b43a9b2.js → OrCardCollection-656195a2.js} +1 -1
- package/dist/esm/v2/{OrConfirm-92e39afe.js → OrConfirm-cc05531b.js} +1 -1
- package/dist/esm/v2/{OrPagination-ad0e1d23.js → OrPagination-1ff3c81d.js} +1 -1
- package/dist/esm/v2/{OrSelect-209a7a2c.js → OrSelect-40183874.js} +2 -0
- package/dist/esm/v2/components/index.js +5 -5
- package/dist/esm/v2/components/or-button-v3/index.js +1 -1
- package/dist/esm/v2/components/or-card-collection-v3/index.js +2 -2
- package/dist/esm/v2/components/or-confirm-v3/index.js +2 -2
- package/dist/esm/v2/components/or-pagination-v3/index.js +2 -2
- package/dist/esm/v2/components/or-select-v3/index.js +1 -1
- package/dist/esm/v2/index.js +5 -5
- package/dist/esm/v3/{OrButton-8558588c.js → OrButton-b9bab32c.js} +1 -3
- package/dist/esm/v3/{OrCardCollection-631cb8e3.js → OrCardCollection-cf434100.js} +1 -1
- package/dist/esm/v3/{OrConfirm-b0c7f796.js → OrConfirm-934932f4.js} +1 -1
- package/dist/esm/v3/{OrPagination-1e334ccd.js → OrPagination-02dd98b0.js} +1 -1
- package/dist/esm/v3/{OrSelect-f2911b60.js → OrSelect-5502d82d.js} +2 -0
- package/dist/esm/v3/components/index.js +5 -5
- package/dist/esm/v3/components/or-button-v3/index.js +1 -1
- package/dist/esm/v3/components/or-card-collection-v3/index.js +2 -2
- package/dist/esm/v3/components/or-confirm-v3/index.js +2 -2
- package/dist/esm/v3/components/or-pagination-v3/index.js +2 -2
- package/dist/esm/v3/components/or-select-v3/index.js +1 -1
- package/dist/esm/v3/index.js +5 -5
- package/package.json +1 -1
- package/src/components/or-button-v3/styles.ts +2 -6
- package/src/components/or-select-v3/OrSelect.stories3.ts +116 -1
- package/src/components/or-select-v3/OrSelect.vue +1 -1
- /package/dist/bundled/v3/{OrButton.vue_vue_type_script_lang-5650b394.js → OrButton.vue_vue_type_script_lang-fe412ca5.js} +0 -0
|
@@ -39,9 +39,7 @@ const ButtonRootColors = {
|
|
|
39
39
|
'inherit-contained': [],
|
|
40
40
|
'primary-outlined': [
|
|
41
41
|
// Theme
|
|
42
|
-
'theme-preset-3-primary', 'dark:theme-preset-3-primary-dark', 'theme-border-1-
|
|
43
|
-
// Theme (active)
|
|
44
|
-
'active:theme-border-1-primary', 'dark:active:theme-border-1-primary-dark'],
|
|
42
|
+
'theme-preset-3-primary', 'dark:theme-preset-3-primary-dark', 'theme-border-1-primary', 'dark:theme-border-1-primary-dark'],
|
|
45
43
|
'danger-outlined': [
|
|
46
44
|
// Theme
|
|
47
45
|
'theme-preset-3-error', 'dark:theme-preset-3-error-dark', 'theme-border-1-error', 'dark:theme-border-1-error-dark'],
|