@webitel/styleguide 25.12.4 → 25.12.6

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": "25.12.4",
3
+ "version": "25.12.6",
4
4
  "main": "",
5
5
  "exports": {
6
6
  ".": "./src/lib/main.scss",
@@ -178,6 +178,12 @@ const darkColors = {
178
178
  borderColor: '{task.color}',
179
179
  color: '{task.color}',
180
180
  },
181
+ disabled: {
182
+ hoverBackground: '{transparent}',
183
+ activeBackground: '{transparent}',
184
+ borderColor: '{gray.850}',
185
+ color: '{gray.650}',
186
+ }
181
187
  },
182
188
  text: {
183
189
  primary: {
@@ -178,6 +178,12 @@ const lightColors = {
178
178
  borderColor: '{transfer.color}',
179
179
  color: '{transfer.color}',
180
180
  },
181
+ disabled: {
182
+ hoverBackground: '{transparent}',
183
+ activeBackground: '{transparent}',
184
+ borderColor: '{surface.100}',
185
+ color: '{surface.200}',
186
+ }
181
187
  },
182
188
  text: {
183
189
  primary: {