@webitel/styleguide 24.12.95 → 24.12.96

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.95",
3
+ "version": "24.12.96",
4
4
  "main": "",
5
5
  "exports": {
6
6
  ".": "./src/lib/main.scss",
@@ -7,6 +7,7 @@ export default {
7
7
  wrapper: {
8
8
  background: '{surface.900}',
9
9
  overlayColor: 'rgba(0,0,0,0.8)',
10
+ mutedColor: 'rgba(102, 115, 153, 1)',
10
11
  color: '{white}',
11
12
  borderColor: '{surface.750}',
12
13
  },
@@ -7,6 +7,7 @@ export default {
7
7
  wrapper: {
8
8
  background: '{surface.900}',
9
9
  overlayColor: 'rgba(0,0,0,0.8)',
10
+ mutedColor: 'rgba(102, 115, 153, 1)',
10
11
  color: '{white}',
11
12
  borderColor: '{surface.750}',
12
13
  },
@@ -116,7 +116,7 @@ NOTE: text-transform: none; is set explicitly cause t-t is inherited from pare
116
116
  font: {
117
117
  family: 'Montserrat', monospace;
118
118
  size: 12px;
119
- weight: 600;
119
+ weight: 500;
120
120
  }
121
121
  line-height: 24px;
122
122
  text-transform: uppercase;