@esri/calcite-design-tokens 3.2.0-next.13 → 3.2.0-next.15

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.
@@ -36,7 +36,13 @@ $calcite-font-line-height-fixed-sm: 12px;
36
36
  $calcite-font-line-height-fixed-base: 16px;
37
37
  $calcite-font-line-height-fixed-lg: 20px;
38
38
  $calcite-font-line-height-fixed-xl: 24px;
39
+ $calcite-font-line-height-fixed-2xl: 32px;
40
+ $calcite-font-line-height-fixed-3xl: 40px;
41
+ $calcite-font-line-height-fixed-4xl: 48px;
42
+ $calcite-font-line-height-fixed-5xl: 64px;
43
+ $calcite-font-line-height-fixed-6xl: 80px;
39
44
  $calcite-font-line-height-relative: normal; // normal
45
+ $calcite-font-line-height-relative-base: 1; // 1
40
46
  $calcite-font-line-height-relative-tight: 1.25; // 1.25
41
47
  $calcite-font-line-height-relative-snug: 1.375; // 1.375
42
48
  $calcite-font-line-height-relative-normal: 1.5; // 1.5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@esri/calcite-design-tokens",
3
- "version": "3.2.0-next.13",
3
+ "version": "3.2.0-next.15",
4
4
  "description": "Esri's Calcite Design System Tokens",
5
5
  "keywords": [
6
6
  "Calcite",
@@ -46,5 +46,5 @@
46
46
  "devDependencies": {
47
47
  "vitest": "3.2.4"
48
48
  },
49
- "gitHead": "8f81269bec184185911dcd3a86b9b98c7a6380df"
49
+ "gitHead": "50d1eb3bd808e7792700c4e0af82895da313ecb0"
50
50
  }