@onereach/ui-components 4.0.4 → 4.0.5-beta.2524.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 +3 -1
- package/dist/bundled/v2/index.js +1 -1
- package/dist/bundled/v3/{OrCardCollection.vue_vue_type_script_lang-66122aa0.js → OrCardCollection.vue_vue_type_script_lang-843e396a.js} +1 -1
- package/dist/bundled/v3/{OrConfirm.vue_vue_type_script_lang-f5c5f34e.js → OrConfirm.vue_vue_type_script_lang-d069c95f.js} +1 -1
- package/dist/bundled/v3/{OrPagination.vue_vue_type_script_lang-c542b26a.js → OrPagination.vue_vue_type_script_lang-ddef5272.js} +1 -1
- 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 +3 -1
- 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/index.js +4 -4
- package/dist/bundled/v3/index.js +5 -5
- package/dist/esm/v2/{OrButton-236d9c2e.js → OrButton-6b60a776.js} +3 -1
- package/dist/esm/v2/{OrCardCollection-656195a2.js → OrCardCollection-6b43a9b2.js} +1 -1
- package/dist/esm/v2/{OrConfirm-cc05531b.js → OrConfirm-92e39afe.js} +1 -1
- package/dist/esm/v2/{OrPagination-1ff3c81d.js → OrPagination-ad0e1d23.js} +1 -1
- package/dist/esm/v2/components/index.js +4 -4
- 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/index.js +4 -4
- package/dist/esm/v3/{OrButton-b9bab32c.js → OrButton-8558588c.js} +3 -1
- package/dist/esm/v3/{OrCardCollection-cf434100.js → OrCardCollection-631cb8e3.js} +1 -1
- package/dist/esm/v3/{OrConfirm-934932f4.js → OrConfirm-b0c7f796.js} +1 -1
- package/dist/esm/v3/{OrPagination-02dd98b0.js → OrPagination-1e334ccd.js} +1 -1
- package/dist/esm/v3/components/index.js +4 -4
- 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/index.js +4 -4
- package/package.json +2 -3
- package/src/components/or-button-v3/styles.ts +6 -2
- /package/dist/bundled/v3/{OrButton.vue_vue_type_script_lang-fe412ca5.js → OrButton.vue_vue_type_script_lang-5650b394.js} +0 -0
|
@@ -39,7 +39,9 @@ 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-
|
|
42
|
+
'theme-preset-3-primary', 'dark:theme-preset-3-primary-dark', 'theme-border-1-outline', 'dark:theme-border-1-outline-dark',
|
|
43
|
+
// Theme (active)
|
|
44
|
+
'active:theme-border-1-primary', 'dark:active:theme-border-1-primary-dark'],
|
|
43
45
|
'danger-outlined': [
|
|
44
46
|
// Theme
|
|
45
47
|
'theme-preset-3-error', 'dark:theme-preset-3-error-dark', 'theme-border-1-error', 'dark:theme-border-1-error-dark'],
|