@webitel/ui-sdk 24.10.83 → 24.10.84

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/ui-sdk",
3
- "version": "24.10.83",
3
+ "version": "24.10.84",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "dev": "vite",
@@ -77,7 +77,7 @@
77
77
  // primary colors
78
78
  --primary-color: var(--amber-accent-3);
79
79
  --primary-hover-color: var(--amber-accent-2);
80
- --primary-light-color: var(--amber-lighten-4);
80
+ --primary-light-color: var(--amber-lighten-3);
81
81
  --primary-on-color: var(--black);
82
82
 
83
83
  // secondary colors
@@ -175,7 +175,7 @@
175
175
  // primary colors
176
176
  --primary-color: var(--amber-darken-2);
177
177
  --primary-hover-color: var(--amber-darken-1);
178
- --primary-light-color: var(--amber-lighten-4);
178
+ --primary-light-color: var(--amber-darken-4);
179
179
  --primary-on-color: var(--black);
180
180
 
181
181
  // secondary colors