@itcase/tokens-baikal 1.0.26 → 1.0.29

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,21 +163,21 @@
163
163
  --typography-max-viewport: 1920px;
164
164
 
165
165
  --typography-h1-max: 64px;
166
- --typography-h1-min: 32px;
166
+ --typography-h1-min: 48px;
167
167
  --typography-h1-max-line-height: 64px;
168
- --typography-h1-min-line-height: 40px;
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;
172
+ --typography-h2-min: 32px;
173
173
  --typography-h2-max-line-height: 48px;
174
- --typography-h2-min-line-height: 32px;
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;
178
+ --typography-h3-min: 24px;
179
179
  --typography-h3-max-line-height: 32px;
180
- --typography-h3-min-line-height: 24px;
180
+ --typography-h3-min-line-height: 32px;
181
181
  --typography-h3-font: var(--font-primary);
182
182
 
183
183
  --typography-h4-max: 24px;
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.29",
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": "34f9918ff0467dbc4b09d479faade247334e6987"
29
29
  }