@neovici/cosmoz-tokens 3.3.1 → 3.3.2

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 (2) hide show
  1. package/package.json +1 -1
  2. package/src/semantic.css +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neovici/cosmoz-tokens",
3
- "version": "3.3.1",
3
+ "version": "3.3.2",
4
4
  "description": "Design tokens for Cosmoz web components based on Untitled UI",
5
5
  "keywords": [
6
6
  "design-tokens",
package/src/semantic.css CHANGED
@@ -20,7 +20,7 @@
20
20
  --cz-color-text-success: var(--cz-color-success-600);
21
21
  --cz-color-text-brand: var(--cz-color-brand-600);
22
22
  --cz-color-text-brand-hover: var(--cz-color-brand-700);
23
- --cz-color-text-on-brand: var(--cz-color-brand-950);
23
+ --cz-color-text-on-brand: var(--cz-color-white);
24
24
  --cz-color-text-on-brand-secondary: var(--cz-color-brand-200);
25
25
 
26
26
  /* Background colors */
@@ -106,7 +106,7 @@
106
106
  --cz-color-text-success: var(--cz-color-success-400);
107
107
  --cz-color-text-brand: var(--cz-color-brand-400);
108
108
  --cz-color-text-brand-hover: var(--cz-color-brand-300);
109
- --cz-color-text-on-brand: var(--cz-color-brand-50);
109
+ --cz-color-text-on-brand: var(--cz-color-gray-50);
110
110
  --cz-color-text-on-brand-secondary: var(--cz-color-gray-300);
111
111
 
112
112
  /* Background colors */