@itcase/tokens-baikal 1.0.21 → 1.0.23

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.
@@ -4,11 +4,13 @@
4
4
  --color-accent-secondary: hsla(194, 99%, 36%, 1);
5
5
  --color-accent-secondary-hover: hsla(197, 100%, 47%, 1);
6
6
  --color-accent-tertiary: hsla(219, 61%, 34%, 1);
7
+ --color-accent-quaternary: hsla(210, 80%, 73%, 1);
7
8
  --color-accent-active: hsla(195, 96%, 59%, 1);
8
9
  --color-accent-disabled: hsla(195, 100%, 94%, 1);
9
10
 
10
11
  --color-accent-text-primary: hsla(0, 0%, 100%, 1);
11
12
  --color-accent-text-secondary: hsla(194, 99%, 36%, 1);
13
+ --color-accent-text-tertiary: hsla(240, 53%, 33%, 1);
12
14
  --color-accent-text-disable: hsla(240, 53%, 33%, 1);
13
15
 
14
16
  --color-accent-item-primary: hsla(0, 0%, 100%, 1);
@@ -208,10 +210,10 @@
208
210
  --typography-text-xxl-max-line-height: 24px;
209
211
  --typography-text-xxl-font: var(--font-primary);
210
212
 
211
- --typography-text-xl-min: 20px;
212
- --typography-text-xl-max: 22px;
213
+ --typography-text-xl-min: 18px;
214
+ --typography-text-xl-max: 20px;
213
215
  --typography-text-xl-min-line-height: 20px;
214
- --typography-text-xl-max-line-height: 22px;
216
+ --typography-text-xl-max-line-height: 24px;
215
217
  --typography-text-xl-font: var(--font-primary);
216
218
 
217
219
  --typography-text-l-min: 18px;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@itcase/tokens-baikal",
3
3
  "description": "",
4
- "version": "1.0.21",
4
+ "version": "1.0.23",
5
5
  "keywords": [],
6
6
  "license": "MIT",
7
7
  "private": false,
@@ -22,5 +22,5 @@
22
22
  "access": "public",
23
23
  "registry": "https://registry.npmjs.org/"
24
24
  },
25
- "gitHead": "a5aeee735c2430520c0392a4b4d67dcf55da48cd"
25
+ "gitHead": "6c35b6708fee9258ef3f96cec43184f3ed9cc334"
26
26
  }