@carbon/themes 10.54.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 +3 -3
- package/scss/generated/_themes.scss +30 -34
- package/scss/generated/_tokens.scss +30 -34
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.
|
|
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.
|
|
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": "
|
|
52
|
+
"gitHead": "f194dfb8beb09cf2ad62b521c65fddf3a439069b"
|
|
53
53
|
}
|
|
@@ -306,7 +306,7 @@ $carbon--theme--white: (
|
|
|
306
306
|
breakpoints: (
|
|
307
307
|
xlg: (
|
|
308
308
|
font-size: 1.25rem,
|
|
309
|
-
line-height: 1.
|
|
309
|
+
line-height: 1.4,
|
|
310
310
|
),
|
|
311
311
|
max: (
|
|
312
312
|
font-size: 1.5rem,
|
|
@@ -323,9 +323,11 @@ $carbon--theme--white: (
|
|
|
323
323
|
xlg: (
|
|
324
324
|
font-size: 1.75rem,
|
|
325
325
|
line-height: 1.25,
|
|
326
|
+
font-weight: 400,
|
|
326
327
|
),
|
|
327
328
|
max: (
|
|
328
329
|
font-size: 2rem,
|
|
330
|
+
font-weight: 400,
|
|
329
331
|
),
|
|
330
332
|
),
|
|
331
333
|
),
|
|
@@ -343,19 +345,16 @@ $carbon--theme--white: (
|
|
|
343
345
|
),
|
|
344
346
|
lg: (
|
|
345
347
|
font-size: 2.625rem,
|
|
346
|
-
font-weight: 300,
|
|
347
348
|
line-height: 1.19,
|
|
348
349
|
letter-spacing: 0,
|
|
349
350
|
),
|
|
350
351
|
xlg: (
|
|
351
352
|
font-size: 3rem,
|
|
352
|
-
font-weight: 300,
|
|
353
353
|
line-height: 1.17,
|
|
354
354
|
letter-spacing: 0,
|
|
355
355
|
),
|
|
356
356
|
max: (
|
|
357
357
|
font-size: 3.75rem,
|
|
358
|
-
font-weight: 300,
|
|
359
358
|
letter-spacing: 0,
|
|
360
359
|
),
|
|
361
360
|
),
|
|
@@ -514,44 +513,43 @@ $carbon--theme--white: (
|
|
|
514
513
|
letter-spacing: 0,
|
|
515
514
|
breakpoints: (
|
|
516
515
|
md: (
|
|
517
|
-
font-size:
|
|
518
|
-
line-height: 1.
|
|
516
|
+
font-size: 3.375rem,
|
|
517
|
+
line-height: 1.18,
|
|
519
518
|
),
|
|
520
519
|
lg: (
|
|
521
|
-
font-size:
|
|
522
|
-
line-height: 1.
|
|
520
|
+
font-size: 3.75rem,
|
|
521
|
+
line-height: 1.16,
|
|
523
522
|
letter-spacing: -0.64px,
|
|
524
523
|
),
|
|
525
524
|
xlg: (
|
|
526
|
-
font-size:
|
|
527
|
-
line-height: 1.
|
|
525
|
+
font-size: 4.75rem,
|
|
526
|
+
line-height: 1.13,
|
|
528
527
|
),
|
|
529
528
|
max: (
|
|
530
|
-
font-size:
|
|
531
|
-
line-height: 1.
|
|
529
|
+
font-size: 5.25rem,
|
|
530
|
+
line-height: 1.11,
|
|
532
531
|
letter-spacing: -0.96px,
|
|
533
532
|
),
|
|
534
533
|
),
|
|
535
534
|
),
|
|
536
535
|
display-04: (
|
|
537
536
|
font-size: 2.625rem,
|
|
538
|
-
font-weight:
|
|
537
|
+
font-weight: 300,
|
|
539
538
|
line-height: 1.19,
|
|
540
539
|
letter-spacing: 0,
|
|
541
540
|
breakpoints: (
|
|
542
541
|
md: (
|
|
543
542
|
font-size: 4.25rem,
|
|
544
|
-
line-height: 1.
|
|
543
|
+
line-height: 1.14,
|
|
545
544
|
),
|
|
546
545
|
lg: (
|
|
547
546
|
font-size: 5.75rem,
|
|
548
|
-
line-height: 1.
|
|
547
|
+
line-height: 1.1,
|
|
549
548
|
letter-spacing: -0.64px,
|
|
550
549
|
),
|
|
551
550
|
xlg: (
|
|
552
551
|
font-size: 7.625rem,
|
|
553
|
-
line-height: 1.
|
|
554
|
-
letter-spacing: -0.64px,
|
|
552
|
+
line-height: 1.06,
|
|
555
553
|
),
|
|
556
554
|
max: (
|
|
557
555
|
font-size: 9.75rem,
|
|
@@ -646,7 +644,7 @@ $carbon--theme--white: (
|
|
|
646
644
|
breakpoints: (
|
|
647
645
|
xlg: (
|
|
648
646
|
font-size: 1.25rem,
|
|
649
|
-
line-height: 1.
|
|
647
|
+
line-height: 1.4,
|
|
650
648
|
),
|
|
651
649
|
max: (
|
|
652
650
|
font-size: 1.5rem,
|
|
@@ -663,9 +661,11 @@ $carbon--theme--white: (
|
|
|
663
661
|
xlg: (
|
|
664
662
|
font-size: 1.75rem,
|
|
665
663
|
line-height: 1.25,
|
|
664
|
+
font-weight: 400,
|
|
666
665
|
),
|
|
667
666
|
max: (
|
|
668
667
|
font-size: 2rem,
|
|
668
|
+
font-weight: 400,
|
|
669
669
|
),
|
|
670
670
|
),
|
|
671
671
|
),
|
|
@@ -683,19 +683,16 @@ $carbon--theme--white: (
|
|
|
683
683
|
),
|
|
684
684
|
lg: (
|
|
685
685
|
font-size: 2.625rem,
|
|
686
|
-
font-weight: 300,
|
|
687
686
|
line-height: 1.19,
|
|
688
687
|
letter-spacing: 0,
|
|
689
688
|
),
|
|
690
689
|
xlg: (
|
|
691
690
|
font-size: 3rem,
|
|
692
|
-
font-weight: 300,
|
|
693
691
|
line-height: 1.17,
|
|
694
692
|
letter-spacing: 0,
|
|
695
693
|
),
|
|
696
694
|
max: (
|
|
697
695
|
font-size: 3.75rem,
|
|
698
|
-
font-weight: 300,
|
|
699
696
|
letter-spacing: 0,
|
|
700
697
|
),
|
|
701
698
|
),
|
|
@@ -854,44 +851,43 @@ $carbon--theme--white: (
|
|
|
854
851
|
letter-spacing: 0,
|
|
855
852
|
breakpoints: (
|
|
856
853
|
md: (
|
|
857
|
-
font-size:
|
|
858
|
-
line-height: 1.
|
|
854
|
+
font-size: 3.375rem,
|
|
855
|
+
line-height: 1.18,
|
|
859
856
|
),
|
|
860
857
|
lg: (
|
|
861
|
-
font-size:
|
|
862
|
-
line-height: 1.
|
|
858
|
+
font-size: 3.75rem,
|
|
859
|
+
line-height: 1.16,
|
|
863
860
|
letter-spacing: -0.64px,
|
|
864
861
|
),
|
|
865
862
|
xlg: (
|
|
866
|
-
font-size:
|
|
867
|
-
line-height: 1.
|
|
863
|
+
font-size: 4.75rem,
|
|
864
|
+
line-height: 1.13,
|
|
868
865
|
),
|
|
869
866
|
max: (
|
|
870
|
-
font-size:
|
|
871
|
-
line-height: 1.
|
|
867
|
+
font-size: 5.25rem,
|
|
868
|
+
line-height: 1.11,
|
|
872
869
|
letter-spacing: -0.96px,
|
|
873
870
|
),
|
|
874
871
|
),
|
|
875
872
|
),
|
|
876
873
|
fluid-display-04: (
|
|
877
874
|
font-size: 2.625rem,
|
|
878
|
-
font-weight:
|
|
875
|
+
font-weight: 300,
|
|
879
876
|
line-height: 1.19,
|
|
880
877
|
letter-spacing: 0,
|
|
881
878
|
breakpoints: (
|
|
882
879
|
md: (
|
|
883
880
|
font-size: 4.25rem,
|
|
884
|
-
line-height: 1.
|
|
881
|
+
line-height: 1.14,
|
|
885
882
|
),
|
|
886
883
|
lg: (
|
|
887
884
|
font-size: 5.75rem,
|
|
888
|
-
line-height: 1.
|
|
885
|
+
line-height: 1.1,
|
|
889
886
|
letter-spacing: -0.64px,
|
|
890
887
|
),
|
|
891
888
|
xlg: (
|
|
892
889
|
font-size: 7.625rem,
|
|
893
|
-
line-height: 1.
|
|
894
|
-
letter-spacing: -0.64px,
|
|
890
|
+
line-height: 1.06,
|
|
895
891
|
),
|
|
896
892
|
max: (
|
|
897
893
|
font-size: 9.75rem,
|
|
@@ -1906,7 +1906,7 @@ $expressive-heading-03: if(
|
|
|
1906
1906
|
breakpoints: (
|
|
1907
1907
|
xlg: (
|
|
1908
1908
|
font-size: 1.25rem,
|
|
1909
|
-
line-height: 1.
|
|
1909
|
+
line-height: 1.4,
|
|
1910
1910
|
),
|
|
1911
1911
|
max: (
|
|
1912
1912
|
font-size: 1.5rem,
|
|
@@ -1932,9 +1932,11 @@ $expressive-heading-04: if(
|
|
|
1932
1932
|
xlg: (
|
|
1933
1933
|
font-size: 1.75rem,
|
|
1934
1934
|
line-height: 1.25,
|
|
1935
|
+
font-weight: 400,
|
|
1935
1936
|
),
|
|
1936
1937
|
max: (
|
|
1937
1938
|
font-size: 2rem,
|
|
1939
|
+
font-weight: 400,
|
|
1938
1940
|
),
|
|
1939
1941
|
),
|
|
1940
1942
|
)
|
|
@@ -1961,19 +1963,16 @@ $expressive-heading-05: if(
|
|
|
1961
1963
|
),
|
|
1962
1964
|
lg: (
|
|
1963
1965
|
font-size: 2.625rem,
|
|
1964
|
-
font-weight: 300,
|
|
1965
1966
|
line-height: 1.19,
|
|
1966
1967
|
letter-spacing: 0,
|
|
1967
1968
|
),
|
|
1968
1969
|
xlg: (
|
|
1969
1970
|
font-size: 3rem,
|
|
1970
|
-
font-weight: 300,
|
|
1971
1971
|
line-height: 1.17,
|
|
1972
1972
|
letter-spacing: 0,
|
|
1973
1973
|
),
|
|
1974
1974
|
max: (
|
|
1975
1975
|
font-size: 3.75rem,
|
|
1976
|
-
font-weight: 300,
|
|
1977
1976
|
letter-spacing: 0,
|
|
1978
1977
|
),
|
|
1979
1978
|
),
|
|
@@ -2195,21 +2194,21 @@ $display-03: if(
|
|
|
2195
2194
|
letter-spacing: 0,
|
|
2196
2195
|
breakpoints: (
|
|
2197
2196
|
md: (
|
|
2198
|
-
font-size:
|
|
2199
|
-
line-height: 1.
|
|
2197
|
+
font-size: 3.375rem,
|
|
2198
|
+
line-height: 1.18,
|
|
2200
2199
|
),
|
|
2201
2200
|
lg: (
|
|
2202
|
-
font-size:
|
|
2203
|
-
line-height: 1.
|
|
2201
|
+
font-size: 3.75rem,
|
|
2202
|
+
line-height: 1.16,
|
|
2204
2203
|
letter-spacing: -0.64px,
|
|
2205
2204
|
),
|
|
2206
2205
|
xlg: (
|
|
2207
|
-
font-size:
|
|
2208
|
-
line-height: 1.
|
|
2206
|
+
font-size: 4.75rem,
|
|
2207
|
+
line-height: 1.13,
|
|
2209
2208
|
),
|
|
2210
2209
|
max: (
|
|
2211
|
-
font-size:
|
|
2212
|
-
line-height: 1.
|
|
2210
|
+
font-size: 5.25rem,
|
|
2211
|
+
line-height: 1.11,
|
|
2213
2212
|
letter-spacing: -0.96px,
|
|
2214
2213
|
),
|
|
2215
2214
|
),
|
|
@@ -2225,23 +2224,22 @@ $display-04: if(
|
|
|
2225
2224
|
map-get($carbon--theme, 'display-04'),
|
|
2226
2225
|
(
|
|
2227
2226
|
font-size: 2.625rem,
|
|
2228
|
-
font-weight:
|
|
2227
|
+
font-weight: 300,
|
|
2229
2228
|
line-height: 1.19,
|
|
2230
2229
|
letter-spacing: 0,
|
|
2231
2230
|
breakpoints: (
|
|
2232
2231
|
md: (
|
|
2233
2232
|
font-size: 4.25rem,
|
|
2234
|
-
line-height: 1.
|
|
2233
|
+
line-height: 1.14,
|
|
2235
2234
|
),
|
|
2236
2235
|
lg: (
|
|
2237
2236
|
font-size: 5.75rem,
|
|
2238
|
-
line-height: 1.
|
|
2237
|
+
line-height: 1.1,
|
|
2239
2238
|
letter-spacing: -0.64px,
|
|
2240
2239
|
),
|
|
2241
2240
|
xlg: (
|
|
2242
2241
|
font-size: 7.625rem,
|
|
2243
|
-
line-height: 1.
|
|
2244
|
-
letter-spacing: -0.64px,
|
|
2242
|
+
line-height: 1.06,
|
|
2245
2243
|
),
|
|
2246
2244
|
max: (
|
|
2247
2245
|
font-size: 9.75rem,
|
|
@@ -2462,7 +2460,7 @@ $fluid-heading-03: if(
|
|
|
2462
2460
|
breakpoints: (
|
|
2463
2461
|
xlg: (
|
|
2464
2462
|
font-size: 1.25rem,
|
|
2465
|
-
line-height: 1.
|
|
2463
|
+
line-height: 1.4,
|
|
2466
2464
|
),
|
|
2467
2465
|
max: (
|
|
2468
2466
|
font-size: 1.5rem,
|
|
@@ -2488,9 +2486,11 @@ $fluid-heading-04: if(
|
|
|
2488
2486
|
xlg: (
|
|
2489
2487
|
font-size: 1.75rem,
|
|
2490
2488
|
line-height: 1.25,
|
|
2489
|
+
font-weight: 400,
|
|
2491
2490
|
),
|
|
2492
2491
|
max: (
|
|
2493
2492
|
font-size: 2rem,
|
|
2493
|
+
font-weight: 400,
|
|
2494
2494
|
),
|
|
2495
2495
|
),
|
|
2496
2496
|
)
|
|
@@ -2517,19 +2517,16 @@ $fluid-heading-05: if(
|
|
|
2517
2517
|
),
|
|
2518
2518
|
lg: (
|
|
2519
2519
|
font-size: 2.625rem,
|
|
2520
|
-
font-weight: 300,
|
|
2521
2520
|
line-height: 1.19,
|
|
2522
2521
|
letter-spacing: 0,
|
|
2523
2522
|
),
|
|
2524
2523
|
xlg: (
|
|
2525
2524
|
font-size: 3rem,
|
|
2526
|
-
font-weight: 300,
|
|
2527
2525
|
line-height: 1.17,
|
|
2528
2526
|
letter-spacing: 0,
|
|
2529
2527
|
),
|
|
2530
2528
|
max: (
|
|
2531
2529
|
font-size: 3.75rem,
|
|
2532
|
-
font-weight: 300,
|
|
2533
2530
|
letter-spacing: 0,
|
|
2534
2531
|
),
|
|
2535
2532
|
),
|
|
@@ -2751,21 +2748,21 @@ $fluid-display-03: if(
|
|
|
2751
2748
|
letter-spacing: 0,
|
|
2752
2749
|
breakpoints: (
|
|
2753
2750
|
md: (
|
|
2754
|
-
font-size:
|
|
2755
|
-
line-height: 1.
|
|
2751
|
+
font-size: 3.375rem,
|
|
2752
|
+
line-height: 1.18,
|
|
2756
2753
|
),
|
|
2757
2754
|
lg: (
|
|
2758
|
-
font-size:
|
|
2759
|
-
line-height: 1.
|
|
2755
|
+
font-size: 3.75rem,
|
|
2756
|
+
line-height: 1.16,
|
|
2760
2757
|
letter-spacing: -0.64px,
|
|
2761
2758
|
),
|
|
2762
2759
|
xlg: (
|
|
2763
|
-
font-size:
|
|
2764
|
-
line-height: 1.
|
|
2760
|
+
font-size: 4.75rem,
|
|
2761
|
+
line-height: 1.13,
|
|
2765
2762
|
),
|
|
2766
2763
|
max: (
|
|
2767
|
-
font-size:
|
|
2768
|
-
line-height: 1.
|
|
2764
|
+
font-size: 5.25rem,
|
|
2765
|
+
line-height: 1.11,
|
|
2769
2766
|
letter-spacing: -0.96px,
|
|
2770
2767
|
),
|
|
2771
2768
|
),
|
|
@@ -2781,23 +2778,22 @@ $fluid-display-04: if(
|
|
|
2781
2778
|
map-get($carbon--theme, 'fluid-display-04'),
|
|
2782
2779
|
(
|
|
2783
2780
|
font-size: 2.625rem,
|
|
2784
|
-
font-weight:
|
|
2781
|
+
font-weight: 300,
|
|
2785
2782
|
line-height: 1.19,
|
|
2786
2783
|
letter-spacing: 0,
|
|
2787
2784
|
breakpoints: (
|
|
2788
2785
|
md: (
|
|
2789
2786
|
font-size: 4.25rem,
|
|
2790
|
-
line-height: 1.
|
|
2787
|
+
line-height: 1.14,
|
|
2791
2788
|
),
|
|
2792
2789
|
lg: (
|
|
2793
2790
|
font-size: 5.75rem,
|
|
2794
|
-
line-height: 1.
|
|
2791
|
+
line-height: 1.1,
|
|
2795
2792
|
letter-spacing: -0.64px,
|
|
2796
2793
|
),
|
|
2797
2794
|
xlg: (
|
|
2798
2795
|
font-size: 7.625rem,
|
|
2799
|
-
line-height: 1.
|
|
2800
|
-
letter-spacing: -0.64px,
|
|
2796
|
+
line-height: 1.06,
|
|
2801
2797
|
),
|
|
2802
2798
|
max: (
|
|
2803
2799
|
font-size: 9.75rem,
|