@carbon/themes 10.55.0 → 10.55.1

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,7 +1,7 @@
1
1
  {
2
2
  "name": "@carbon/themes",
3
3
  "description": "Themes for applying color in the Carbon Design System",
4
- "version": "10.55.0",
4
+ "version": "10.55.1",
5
5
  "license": "Apache-2.0",
6
6
  "main": "lib/index.js",
7
7
  "module": "es/index.js",
@@ -31,7 +31,7 @@
31
31
  "dependencies": {
32
32
  "@carbon/colors": "^10.37.0",
33
33
  "@carbon/layout": "^10.37.0",
34
- "@carbon/type": "^10.45.0",
34
+ "@carbon/type": "^10.45.1",
35
35
  "color": "^3.1.2"
36
36
  },
37
37
  "devDependencies": {
@@ -49,5 +49,5 @@
49
49
  "rimraf": "^3.0.0"
50
50
  },
51
51
  "sideEffects": false,
52
- "gitHead": "85936cc8eff48a8eeec70b00966339f3b325eb7f"
52
+ "gitHead": "f194dfb8beb09cf2ad62b521c65fddf3a439069b"
53
53
  }
@@ -270,7 +270,7 @@ $carbon--theme--white: (
270
270
  ),
271
271
  productive-heading-05: (
272
272
  font-size: 2rem,
273
- font-weight: 300,
273
+ font-weight: 400,
274
274
  line-height: 1.25,
275
275
  letter-spacing: 0,
276
276
  ),
@@ -306,7 +306,7 @@ $carbon--theme--white: (
306
306
  breakpoints: (
307
307
  xlg: (
308
308
  font-size: 1.25rem,
309
- line-height: 1.25,
309
+ line-height: 1.4,
310
310
  ),
311
311
  max: (
312
312
  font-size: 1.5rem,
@@ -323,22 +323,23 @@ $carbon--theme--white: (
323
323
  xlg: (
324
324
  font-size: 1.75rem,
325
325
  line-height: 1.25,
326
- font-weight: 300,
326
+ font-weight: 400,
327
327
  ),
328
328
  max: (
329
329
  font-size: 2rem,
330
- font-weight: 300,
330
+ font-weight: 400,
331
331
  ),
332
332
  ),
333
333
  ),
334
334
  expressive-heading-05: (
335
335
  font-size: 2rem,
336
- font-weight: 300,
336
+ font-weight: 400,
337
337
  line-height: 1.25,
338
338
  letter-spacing: 0,
339
339
  breakpoints: (
340
340
  md: (
341
341
  font-size: 2.25rem,
342
+ font-weight: 300,
342
343
  line-height: 1.22,
343
344
  letter-spacing: 0,
344
345
  ),
@@ -619,7 +620,7 @@ $carbon--theme--white: (
619
620
  ),
620
621
  heading-05: (
621
622
  font-size: 2rem,
622
- font-weight: 300,
623
+ font-weight: 400,
623
624
  line-height: 1.25,
624
625
  letter-spacing: 0,
625
626
  ),
@@ -643,7 +644,7 @@ $carbon--theme--white: (
643
644
  breakpoints: (
644
645
  xlg: (
645
646
  font-size: 1.25rem,
646
- line-height: 1.25,
647
+ line-height: 1.4,
647
648
  ),
648
649
  max: (
649
650
  font-size: 1.5rem,
@@ -660,22 +661,23 @@ $carbon--theme--white: (
660
661
  xlg: (
661
662
  font-size: 1.75rem,
662
663
  line-height: 1.25,
663
- font-weight: 300,
664
+ font-weight: 400,
664
665
  ),
665
666
  max: (
666
667
  font-size: 2rem,
667
- font-weight: 300,
668
+ font-weight: 400,
668
669
  ),
669
670
  ),
670
671
  ),
671
672
  fluid-heading-05: (
672
673
  font-size: 2rem,
673
- font-weight: 300,
674
+ font-weight: 400,
674
675
  line-height: 1.25,
675
676
  letter-spacing: 0,
676
677
  breakpoints: (
677
678
  md: (
678
679
  font-size: 2.25rem,
680
+ font-weight: 300,
679
681
  line-height: 1.22,
680
682
  letter-spacing: 0,
681
683
  ),
@@ -1825,7 +1825,7 @@ $productive-heading-05: if(
1825
1825
  map-get($carbon--theme, 'productive-heading-05'),
1826
1826
  (
1827
1827
  font-size: 2rem,
1828
- font-weight: 300,
1828
+ font-weight: 400,
1829
1829
  line-height: 1.25,
1830
1830
  letter-spacing: 0,
1831
1831
  )
@@ -1906,7 +1906,7 @@ $expressive-heading-03: if(
1906
1906
  breakpoints: (
1907
1907
  xlg: (
1908
1908
  font-size: 1.25rem,
1909
- line-height: 1.25,
1909
+ line-height: 1.4,
1910
1910
  ),
1911
1911
  max: (
1912
1912
  font-size: 1.5rem,
@@ -1932,11 +1932,11 @@ $expressive-heading-04: if(
1932
1932
  xlg: (
1933
1933
  font-size: 1.75rem,
1934
1934
  line-height: 1.25,
1935
- font-weight: 300,
1935
+ font-weight: 400,
1936
1936
  ),
1937
1937
  max: (
1938
1938
  font-size: 2rem,
1939
- font-weight: 300,
1939
+ font-weight: 400,
1940
1940
  ),
1941
1941
  ),
1942
1942
  )
@@ -1951,12 +1951,13 @@ $expressive-heading-05: if(
1951
1951
  map-get($carbon--theme, 'expressive-heading-05'),
1952
1952
  (
1953
1953
  font-size: 2rem,
1954
- font-weight: 300,
1954
+ font-weight: 400,
1955
1955
  line-height: 1.25,
1956
1956
  letter-spacing: 0,
1957
1957
  breakpoints: (
1958
1958
  md: (
1959
1959
  font-size: 2.25rem,
1960
+ font-weight: 300,
1960
1961
  line-height: 1.22,
1961
1962
  letter-spacing: 0,
1962
1963
  ),
@@ -2408,7 +2409,7 @@ $heading-05: if(
2408
2409
  map-get($carbon--theme, 'heading-05'),
2409
2410
  (
2410
2411
  font-size: 2rem,
2411
- font-weight: 300,
2412
+ font-weight: 400,
2412
2413
  line-height: 1.25,
2413
2414
  letter-spacing: 0,
2414
2415
  )
@@ -2459,7 +2460,7 @@ $fluid-heading-03: if(
2459
2460
  breakpoints: (
2460
2461
  xlg: (
2461
2462
  font-size: 1.25rem,
2462
- line-height: 1.25,
2463
+ line-height: 1.4,
2463
2464
  ),
2464
2465
  max: (
2465
2466
  font-size: 1.5rem,
@@ -2485,11 +2486,11 @@ $fluid-heading-04: if(
2485
2486
  xlg: (
2486
2487
  font-size: 1.75rem,
2487
2488
  line-height: 1.25,
2488
- font-weight: 300,
2489
+ font-weight: 400,
2489
2490
  ),
2490
2491
  max: (
2491
2492
  font-size: 2rem,
2492
- font-weight: 300,
2493
+ font-weight: 400,
2493
2494
  ),
2494
2495
  ),
2495
2496
  )
@@ -2504,12 +2505,13 @@ $fluid-heading-05: if(
2504
2505
  map-get($carbon--theme, 'fluid-heading-05'),
2505
2506
  (
2506
2507
  font-size: 2rem,
2507
- font-weight: 300,
2508
+ font-weight: 400,
2508
2509
  line-height: 1.25,
2509
2510
  letter-spacing: 0,
2510
2511
  breakpoints: (
2511
2512
  md: (
2512
2513
  font-size: 2.25rem,
2514
+ font-weight: 300,
2513
2515
  line-height: 1.22,
2514
2516
  letter-spacing: 0,
2515
2517
  ),