@itcase/tokens-baikal 1.0.26 → 1.0.30

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.
@@ -163,26 +163,26 @@
163
163
  --typography-max-viewport: 1920px;
164
164
 
165
165
  --typography-h1-max: 64px;
166
- --typography-h1-min: 32px;
167
- --typography-h1-max-line-height: 64px;
168
- --typography-h1-min-line-height: 40px;
166
+ --typography-h1-min: 48px;
167
+ --typography-h1-max-line-height: 72px;
168
+ --typography-h1-min-line-height: 56px;
169
169
  --typography-h1-font: var(--font-primary);
170
170
 
171
171
  --typography-h2-max: 48px;
172
- --typography-h2-min: 28px;
173
- --typography-h2-max-line-height: 48px;
174
- --typography-h2-min-line-height: 32px;
172
+ --typography-h2-min: 32px;
173
+ --typography-h2-max-line-height: 56px;
174
+ --typography-h2-min-line-height: 40px;
175
175
  --typography-h2-font: var(--font-primary);
176
176
 
177
177
  --typography-h3-max: 32px;
178
- --typography-h3-min: 18px;
179
- --typography-h3-max-line-height: 32px;
180
- --typography-h3-min-line-height: 24px;
178
+ --typography-h3-min: 24px;
179
+ --typography-h3-max-line-height: 40px;
180
+ --typography-h3-min-line-height: 32px;
181
181
  --typography-h3-font: var(--font-primary);
182
182
 
183
183
  --typography-h4-max: 24px;
184
184
  --typography-h4-min: 16px;
185
- --typography-h4-max-line-height: 24px;
185
+ --typography-h4-max-line-height: 32px;
186
186
  --typography-h4-min-line-height: 18px;
187
187
  --typography-h4-font: var(--font-primary);
188
188
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@itcase/tokens-baikal",
3
3
  "description": "",
4
- "version": "1.0.26",
4
+ "version": "1.0.30",
5
5
  "keywords": [],
6
6
  "license": "MIT",
7
7
  "private": false,
@@ -25,5 +25,5 @@
25
25
  "access": "public",
26
26
  "registry": "https://registry.npmjs.org/"
27
27
  },
28
- "gitHead": "e448f0d10a2dc2d1a2eb1706c37f385d71f5c6d3"
28
+ "gitHead": "2123ea74438c7a5372a61ce315b44f8f3c642605"
29
29
  }