@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.
Files changed (39) hide show
  1. package/dist/bundled/v2/components/OrButtonV3/styles.js +3 -1
  2. package/dist/bundled/v2/index.js +1 -1
  3. package/dist/bundled/v3/{OrCardCollection.vue_vue_type_script_lang-66122aa0.js → OrCardCollection.vue_vue_type_script_lang-843e396a.js} +1 -1
  4. package/dist/bundled/v3/{OrConfirm.vue_vue_type_script_lang-f5c5f34e.js → OrConfirm.vue_vue_type_script_lang-d069c95f.js} +1 -1
  5. package/dist/bundled/v3/{OrPagination.vue_vue_type_script_lang-c542b26a.js → OrPagination.vue_vue_type_script_lang-ddef5272.js} +1 -1
  6. package/dist/bundled/v3/components/OrButtonV3/OrButton.js +2 -2
  7. package/dist/bundled/v3/components/OrButtonV3/index.js +1 -1
  8. package/dist/bundled/v3/components/OrButtonV3/styles.js +3 -1
  9. package/dist/bundled/v3/components/OrCardCollectionV3/OrCardCollection.js +3 -3
  10. package/dist/bundled/v3/components/OrCardCollectionV3/index.js +2 -2
  11. package/dist/bundled/v3/components/OrConfirmV3/OrConfirm.js +3 -3
  12. package/dist/bundled/v3/components/OrConfirmV3/index.js +2 -2
  13. package/dist/bundled/v3/components/OrPaginationV3/OrPagination.js +3 -3
  14. package/dist/bundled/v3/components/OrPaginationV3/index.js +2 -2
  15. package/dist/bundled/v3/components/index.js +4 -4
  16. package/dist/bundled/v3/index.js +5 -5
  17. package/dist/esm/v2/{OrButton-236d9c2e.js → OrButton-6b60a776.js} +3 -1
  18. package/dist/esm/v2/{OrCardCollection-656195a2.js → OrCardCollection-6b43a9b2.js} +1 -1
  19. package/dist/esm/v2/{OrConfirm-cc05531b.js → OrConfirm-92e39afe.js} +1 -1
  20. package/dist/esm/v2/{OrPagination-1ff3c81d.js → OrPagination-ad0e1d23.js} +1 -1
  21. package/dist/esm/v2/components/index.js +4 -4
  22. package/dist/esm/v2/components/or-button-v3/index.js +1 -1
  23. package/dist/esm/v2/components/or-card-collection-v3/index.js +2 -2
  24. package/dist/esm/v2/components/or-confirm-v3/index.js +2 -2
  25. package/dist/esm/v2/components/or-pagination-v3/index.js +2 -2
  26. package/dist/esm/v2/index.js +4 -4
  27. package/dist/esm/v3/{OrButton-b9bab32c.js → OrButton-8558588c.js} +3 -1
  28. package/dist/esm/v3/{OrCardCollection-cf434100.js → OrCardCollection-631cb8e3.js} +1 -1
  29. package/dist/esm/v3/{OrConfirm-934932f4.js → OrConfirm-b0c7f796.js} +1 -1
  30. package/dist/esm/v3/{OrPagination-02dd98b0.js → OrPagination-1e334ccd.js} +1 -1
  31. package/dist/esm/v3/components/index.js +4 -4
  32. package/dist/esm/v3/components/or-button-v3/index.js +1 -1
  33. package/dist/esm/v3/components/or-card-collection-v3/index.js +2 -2
  34. package/dist/esm/v3/components/or-confirm-v3/index.js +2 -2
  35. package/dist/esm/v3/components/or-pagination-v3/index.js +2 -2
  36. package/dist/esm/v3/index.js +4 -4
  37. package/package.json +2 -3
  38. package/src/components/or-button-v3/styles.ts +6 -2
  39. /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-primary', 'dark:theme-border-1-primary-dark'],
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'],