@webitel/styleguide 24.12.73 → 24.12.74

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webitel/styleguide",
3
- "version": "24.12.73",
3
+ "version": "24.12.74",
4
4
  "main": "",
5
5
  "exports": {
6
6
  ".": "./src/lib/main.scss",
@@ -101,6 +101,7 @@
101
101
  --text-main-color: var(--grey-darken-3);
102
102
  --text-disabled-color: var(--grey-lighten-1);
103
103
  --text-error-color: var(--error-color);
104
+ --text-success-color: var(--success-color);
104
105
  --text-link-color: var(--info-color);
105
106
  // typography on colors
106
107
  --text-on-brand-color: var(--white);
@@ -198,6 +199,7 @@
198
199
  --text-main-color: var(--grey-lighten-3);
199
200
  --text-disabled-color: var(--grey-darken-1);
200
201
  --text-error-color: var(--error-color);
202
+ --text-success-color: var(--success-color);
201
203
  --text-link-color: var(--info-color);
202
204
  // typography on colors
203
205
  --text-on-brand-color: var(--white);