@carbon/themes 10.41.0-rc.0 → 10.43.0
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/es/index.js +146 -2
- package/lib/index.js +288 -0
- package/package.json +7 -7
- package/scss/generated/_mixins.scss +287 -0
- package/scss/generated/_themes.scss +506 -20
- package/scss/generated/_tokens.scss +578 -20
- package/scss/modules/_theme.scss +60 -0
- package/src/g10.js +25 -0
- package/src/g100.js +25 -0
- package/src/g80.js +25 -0
- package/src/g90.js +25 -0
- package/src/v9.js +25 -0
- package/src/white.js +25 -0
- package/umd/index.js +288 -0
package/es/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import Color from 'color';
|
|
2
2
|
import { blue60, gray80, white as white$1, gray10, gray20, gray50, gray100, gray70, gray40, gray60, red60, blue70, blue40, green60, yellow, red50, green40, blue50, rgba, blue80, gray30, red80, purple60, blue20, gray90, red40, blue30, green50, purple40, red30, yellow30 } from '@carbon/colors';
|
|
3
|
-
import { caption01, caption02, label01, label02, helperText01, helperText02, bodyShort01, bodyLong01, bodyShort02, bodyLong02, code01, code02, heading01, productiveHeading01, heading02, productiveHeading02, productiveHeading03, productiveHeading04, productiveHeading05, productiveHeading06, productiveHeading07, expressiveHeading01, expressiveHeading02, expressiveHeading03, expressiveHeading04, expressiveHeading05, expressiveHeading06, expressiveParagraph01, quotation01, quotation02, display01, display02, display03, display04, unstable_tokens } from '@carbon/type';
|
|
4
|
-
export { bodyLong01, bodyLong02, bodyShort01, bodyShort02, caption01, caption02, code01, code02, display01, display02, display03, display04, expressiveHeading01, expressiveHeading02, expressiveHeading03, expressiveHeading04, expressiveHeading05, expressiveHeading06, expressiveParagraph01, heading01, heading02, helperText01, helperText02, label01, label02, productiveHeading01, productiveHeading02, productiveHeading03, productiveHeading04, productiveHeading05, productiveHeading06, productiveHeading07, quotation01, quotation02 } from '@carbon/type';
|
|
3
|
+
import { caption01, caption02, label01, label02, helperText01, helperText02, bodyShort01, bodyLong01, bodyShort02, bodyLong02, code01, code02, heading01, productiveHeading01, heading02, productiveHeading02, productiveHeading03, productiveHeading04, productiveHeading05, productiveHeading06, productiveHeading07, expressiveHeading01, expressiveHeading02, expressiveHeading03, expressiveHeading04, expressiveHeading05, expressiveHeading06, expressiveParagraph01, quotation01, quotation02, display01, display02, display03, display04, legal01, legal02, bodyCompact01, bodyCompact02, body01, body02, headingCompact01, headingCompact02, heading03, heading04, heading05, heading06, heading07, fluidHeading03, fluidHeading04, fluidHeading05, fluidHeading06, fluidParagraph01, fluidQuotation01, fluidQuotation02, fluidDisplay01, fluidDisplay02, fluidDisplay03, fluidDisplay04, unstable_tokens } from '@carbon/type';
|
|
4
|
+
export { body01, body02, bodyCompact01, bodyCompact02, bodyLong01, bodyLong02, bodyShort01, bodyShort02, caption01, caption02, code01, code02, display01, display02, display03, display04, expressiveHeading01, expressiveHeading02, expressiveHeading03, expressiveHeading04, expressiveHeading05, expressiveHeading06, expressiveParagraph01, fluidDisplay01, fluidDisplay02, fluidDisplay03, fluidDisplay04, fluidHeading03, fluidHeading04, fluidHeading05, fluidHeading06, fluidParagraph01, fluidQuotation01, fluidQuotation02, heading01, heading02, heading03, heading04, heading05, heading06, heading07, headingCompact01, headingCompact02, helperText01, helperText02, label01, label02, legal01, legal02, productiveHeading01, productiveHeading02, productiveHeading03, productiveHeading04, productiveHeading05, productiveHeading06, productiveHeading07, quotation01, quotation02 } from '@carbon/type';
|
|
5
5
|
import { spacing01, spacing02, spacing03, spacing04, spacing05, spacing06, spacing07, spacing08, spacing09, spacing10, spacing11, spacing12, spacing13, fluidSpacing01, fluidSpacing02, fluidSpacing03, fluidSpacing04, layout01, layout02, layout03, layout04, layout05, layout06, layout07, container01, container02, container03, container04, container05, sizeXSmall, sizeSmall, sizeMedium, sizeLarge, sizeXLarge, size2XLarge, iconSize01, iconSize02, unstable_tokens as unstable_tokens$1 } from '@carbon/layout';
|
|
6
6
|
export { container01, container02, container03, container04, container05, fluidSpacing01, fluidSpacing02, fluidSpacing03, fluidSpacing04, iconSize01, iconSize02, layout01, layout02, layout03, layout04, layout05, layout06, layout07, size2XLarge, sizeLarge, sizeMedium, sizeSmall, sizeXLarge, sizeXSmall, spacing01, spacing02, spacing03, spacing04, spacing05, spacing06, spacing07, spacing08, spacing09, spacing10, spacing11, spacing12, spacing13 } from '@carbon/layout';
|
|
7
7
|
|
|
@@ -418,6 +418,30 @@ var white = /*#__PURE__*/Object.freeze({
|
|
|
418
418
|
display02: display02,
|
|
419
419
|
display03: display03,
|
|
420
420
|
display04: display04,
|
|
421
|
+
legal01: legal01,
|
|
422
|
+
legal02: legal02,
|
|
423
|
+
bodyCompact01: bodyCompact01,
|
|
424
|
+
bodyCompact02: bodyCompact02,
|
|
425
|
+
body01: body01,
|
|
426
|
+
body02: body02,
|
|
427
|
+
headingCompact01: headingCompact01,
|
|
428
|
+
headingCompact02: headingCompact02,
|
|
429
|
+
heading03: heading03,
|
|
430
|
+
heading04: heading04,
|
|
431
|
+
heading05: heading05,
|
|
432
|
+
heading06: heading06,
|
|
433
|
+
heading07: heading07,
|
|
434
|
+
fluidHeading03: fluidHeading03,
|
|
435
|
+
fluidHeading04: fluidHeading04,
|
|
436
|
+
fluidHeading05: fluidHeading05,
|
|
437
|
+
fluidHeading06: fluidHeading06,
|
|
438
|
+
fluidParagraph01: fluidParagraph01,
|
|
439
|
+
fluidQuotation01: fluidQuotation01,
|
|
440
|
+
fluidQuotation02: fluidQuotation02,
|
|
441
|
+
fluidDisplay01: fluidDisplay01,
|
|
442
|
+
fluidDisplay02: fluidDisplay02,
|
|
443
|
+
fluidDisplay03: fluidDisplay03,
|
|
444
|
+
fluidDisplay04: fluidDisplay04,
|
|
421
445
|
spacing01: spacing01,
|
|
422
446
|
spacing02: spacing02,
|
|
423
447
|
spacing03: spacing03,
|
|
@@ -800,6 +824,30 @@ var g10 = /*#__PURE__*/Object.freeze({
|
|
|
800
824
|
display02: display02,
|
|
801
825
|
display03: display03,
|
|
802
826
|
display04: display04,
|
|
827
|
+
legal01: legal01,
|
|
828
|
+
legal02: legal02,
|
|
829
|
+
bodyCompact01: bodyCompact01,
|
|
830
|
+
bodyCompact02: bodyCompact02,
|
|
831
|
+
body01: body01,
|
|
832
|
+
body02: body02,
|
|
833
|
+
headingCompact01: headingCompact01,
|
|
834
|
+
headingCompact02: headingCompact02,
|
|
835
|
+
heading03: heading03,
|
|
836
|
+
heading04: heading04,
|
|
837
|
+
heading05: heading05,
|
|
838
|
+
heading06: heading06,
|
|
839
|
+
heading07: heading07,
|
|
840
|
+
fluidHeading03: fluidHeading03,
|
|
841
|
+
fluidHeading04: fluidHeading04,
|
|
842
|
+
fluidHeading05: fluidHeading05,
|
|
843
|
+
fluidHeading06: fluidHeading06,
|
|
844
|
+
fluidParagraph01: fluidParagraph01,
|
|
845
|
+
fluidQuotation01: fluidQuotation01,
|
|
846
|
+
fluidQuotation02: fluidQuotation02,
|
|
847
|
+
fluidDisplay01: fluidDisplay01,
|
|
848
|
+
fluidDisplay02: fluidDisplay02,
|
|
849
|
+
fluidDisplay03: fluidDisplay03,
|
|
850
|
+
fluidDisplay04: fluidDisplay04,
|
|
803
851
|
spacing01: spacing01,
|
|
804
852
|
spacing02: spacing02,
|
|
805
853
|
spacing03: spacing03,
|
|
@@ -1182,6 +1230,30 @@ var g100 = /*#__PURE__*/Object.freeze({
|
|
|
1182
1230
|
display02: display02,
|
|
1183
1231
|
display03: display03,
|
|
1184
1232
|
display04: display04,
|
|
1233
|
+
legal01: legal01,
|
|
1234
|
+
legal02: legal02,
|
|
1235
|
+
bodyCompact01: bodyCompact01,
|
|
1236
|
+
bodyCompact02: bodyCompact02,
|
|
1237
|
+
body01: body01,
|
|
1238
|
+
body02: body02,
|
|
1239
|
+
headingCompact01: headingCompact01,
|
|
1240
|
+
headingCompact02: headingCompact02,
|
|
1241
|
+
heading03: heading03,
|
|
1242
|
+
heading04: heading04,
|
|
1243
|
+
heading05: heading05,
|
|
1244
|
+
heading06: heading06,
|
|
1245
|
+
heading07: heading07,
|
|
1246
|
+
fluidHeading03: fluidHeading03,
|
|
1247
|
+
fluidHeading04: fluidHeading04,
|
|
1248
|
+
fluidHeading05: fluidHeading05,
|
|
1249
|
+
fluidHeading06: fluidHeading06,
|
|
1250
|
+
fluidParagraph01: fluidParagraph01,
|
|
1251
|
+
fluidQuotation01: fluidQuotation01,
|
|
1252
|
+
fluidQuotation02: fluidQuotation02,
|
|
1253
|
+
fluidDisplay01: fluidDisplay01,
|
|
1254
|
+
fluidDisplay02: fluidDisplay02,
|
|
1255
|
+
fluidDisplay03: fluidDisplay03,
|
|
1256
|
+
fluidDisplay04: fluidDisplay04,
|
|
1185
1257
|
spacing01: spacing01,
|
|
1186
1258
|
spacing02: spacing02,
|
|
1187
1259
|
spacing03: spacing03,
|
|
@@ -1567,6 +1639,30 @@ var g80 = /*#__PURE__*/Object.freeze({
|
|
|
1567
1639
|
display02: display02,
|
|
1568
1640
|
display03: display03,
|
|
1569
1641
|
display04: display04,
|
|
1642
|
+
legal01: legal01,
|
|
1643
|
+
legal02: legal02,
|
|
1644
|
+
bodyCompact01: bodyCompact01,
|
|
1645
|
+
bodyCompact02: bodyCompact02,
|
|
1646
|
+
body01: body01,
|
|
1647
|
+
body02: body02,
|
|
1648
|
+
headingCompact01: headingCompact01,
|
|
1649
|
+
headingCompact02: headingCompact02,
|
|
1650
|
+
heading03: heading03,
|
|
1651
|
+
heading04: heading04,
|
|
1652
|
+
heading05: heading05,
|
|
1653
|
+
heading06: heading06,
|
|
1654
|
+
heading07: heading07,
|
|
1655
|
+
fluidHeading03: fluidHeading03,
|
|
1656
|
+
fluidHeading04: fluidHeading04,
|
|
1657
|
+
fluidHeading05: fluidHeading05,
|
|
1658
|
+
fluidHeading06: fluidHeading06,
|
|
1659
|
+
fluidParagraph01: fluidParagraph01,
|
|
1660
|
+
fluidQuotation01: fluidQuotation01,
|
|
1661
|
+
fluidQuotation02: fluidQuotation02,
|
|
1662
|
+
fluidDisplay01: fluidDisplay01,
|
|
1663
|
+
fluidDisplay02: fluidDisplay02,
|
|
1664
|
+
fluidDisplay03: fluidDisplay03,
|
|
1665
|
+
fluidDisplay04: fluidDisplay04,
|
|
1570
1666
|
spacing01: spacing01,
|
|
1571
1667
|
spacing02: spacing02,
|
|
1572
1668
|
spacing03: spacing03,
|
|
@@ -1949,6 +2045,30 @@ var g90 = /*#__PURE__*/Object.freeze({
|
|
|
1949
2045
|
display02: display02,
|
|
1950
2046
|
display03: display03,
|
|
1951
2047
|
display04: display04,
|
|
2048
|
+
legal01: legal01,
|
|
2049
|
+
legal02: legal02,
|
|
2050
|
+
bodyCompact01: bodyCompact01,
|
|
2051
|
+
bodyCompact02: bodyCompact02,
|
|
2052
|
+
body01: body01,
|
|
2053
|
+
body02: body02,
|
|
2054
|
+
headingCompact01: headingCompact01,
|
|
2055
|
+
headingCompact02: headingCompact02,
|
|
2056
|
+
heading03: heading03,
|
|
2057
|
+
heading04: heading04,
|
|
2058
|
+
heading05: heading05,
|
|
2059
|
+
heading06: heading06,
|
|
2060
|
+
heading07: heading07,
|
|
2061
|
+
fluidHeading03: fluidHeading03,
|
|
2062
|
+
fluidHeading04: fluidHeading04,
|
|
2063
|
+
fluidHeading05: fluidHeading05,
|
|
2064
|
+
fluidHeading06: fluidHeading06,
|
|
2065
|
+
fluidParagraph01: fluidParagraph01,
|
|
2066
|
+
fluidQuotation01: fluidQuotation01,
|
|
2067
|
+
fluidQuotation02: fluidQuotation02,
|
|
2068
|
+
fluidDisplay01: fluidDisplay01,
|
|
2069
|
+
fluidDisplay02: fluidDisplay02,
|
|
2070
|
+
fluidDisplay03: fluidDisplay03,
|
|
2071
|
+
fluidDisplay04: fluidDisplay04,
|
|
1952
2072
|
spacing01: spacing01,
|
|
1953
2073
|
spacing02: spacing02,
|
|
1954
2074
|
spacing03: spacing03,
|
|
@@ -2331,6 +2451,30 @@ var v9 = /*#__PURE__*/Object.freeze({
|
|
|
2331
2451
|
display02: display02,
|
|
2332
2452
|
display03: display03,
|
|
2333
2453
|
display04: display04,
|
|
2454
|
+
legal01: legal01,
|
|
2455
|
+
legal02: legal02,
|
|
2456
|
+
bodyCompact01: bodyCompact01,
|
|
2457
|
+
bodyCompact02: bodyCompact02,
|
|
2458
|
+
body01: body01,
|
|
2459
|
+
body02: body02,
|
|
2460
|
+
headingCompact01: headingCompact01,
|
|
2461
|
+
headingCompact02: headingCompact02,
|
|
2462
|
+
heading03: heading03,
|
|
2463
|
+
heading04: heading04,
|
|
2464
|
+
heading05: heading05,
|
|
2465
|
+
heading06: heading06,
|
|
2466
|
+
heading07: heading07,
|
|
2467
|
+
fluidHeading03: fluidHeading03,
|
|
2468
|
+
fluidHeading04: fluidHeading04,
|
|
2469
|
+
fluidHeading05: fluidHeading05,
|
|
2470
|
+
fluidHeading06: fluidHeading06,
|
|
2471
|
+
fluidParagraph01: fluidParagraph01,
|
|
2472
|
+
fluidQuotation01: fluidQuotation01,
|
|
2473
|
+
fluidQuotation02: fluidQuotation02,
|
|
2474
|
+
fluidDisplay01: fluidDisplay01,
|
|
2475
|
+
fluidDisplay02: fluidDisplay02,
|
|
2476
|
+
fluidDisplay03: fluidDisplay03,
|
|
2477
|
+
fluidDisplay04: fluidDisplay04,
|
|
2334
2478
|
spacing01: spacing01,
|
|
2335
2479
|
spacing02: spacing02,
|
|
2336
2480
|
spacing03: spacing03,
|
package/lib/index.js
CHANGED
|
@@ -424,6 +424,30 @@ var white = /*#__PURE__*/Object.freeze({
|
|
|
424
424
|
display02: type.display02,
|
|
425
425
|
display03: type.display03,
|
|
426
426
|
display04: type.display04,
|
|
427
|
+
legal01: type.legal01,
|
|
428
|
+
legal02: type.legal02,
|
|
429
|
+
bodyCompact01: type.bodyCompact01,
|
|
430
|
+
bodyCompact02: type.bodyCompact02,
|
|
431
|
+
body01: type.body01,
|
|
432
|
+
body02: type.body02,
|
|
433
|
+
headingCompact01: type.headingCompact01,
|
|
434
|
+
headingCompact02: type.headingCompact02,
|
|
435
|
+
heading03: type.heading03,
|
|
436
|
+
heading04: type.heading04,
|
|
437
|
+
heading05: type.heading05,
|
|
438
|
+
heading06: type.heading06,
|
|
439
|
+
heading07: type.heading07,
|
|
440
|
+
fluidHeading03: type.fluidHeading03,
|
|
441
|
+
fluidHeading04: type.fluidHeading04,
|
|
442
|
+
fluidHeading05: type.fluidHeading05,
|
|
443
|
+
fluidHeading06: type.fluidHeading06,
|
|
444
|
+
fluidParagraph01: type.fluidParagraph01,
|
|
445
|
+
fluidQuotation01: type.fluidQuotation01,
|
|
446
|
+
fluidQuotation02: type.fluidQuotation02,
|
|
447
|
+
fluidDisplay01: type.fluidDisplay01,
|
|
448
|
+
fluidDisplay02: type.fluidDisplay02,
|
|
449
|
+
fluidDisplay03: type.fluidDisplay03,
|
|
450
|
+
fluidDisplay04: type.fluidDisplay04,
|
|
427
451
|
spacing01: layout.spacing01,
|
|
428
452
|
spacing02: layout.spacing02,
|
|
429
453
|
spacing03: layout.spacing03,
|
|
@@ -806,6 +830,30 @@ var g10 = /*#__PURE__*/Object.freeze({
|
|
|
806
830
|
display02: type.display02,
|
|
807
831
|
display03: type.display03,
|
|
808
832
|
display04: type.display04,
|
|
833
|
+
legal01: type.legal01,
|
|
834
|
+
legal02: type.legal02,
|
|
835
|
+
bodyCompact01: type.bodyCompact01,
|
|
836
|
+
bodyCompact02: type.bodyCompact02,
|
|
837
|
+
body01: type.body01,
|
|
838
|
+
body02: type.body02,
|
|
839
|
+
headingCompact01: type.headingCompact01,
|
|
840
|
+
headingCompact02: type.headingCompact02,
|
|
841
|
+
heading03: type.heading03,
|
|
842
|
+
heading04: type.heading04,
|
|
843
|
+
heading05: type.heading05,
|
|
844
|
+
heading06: type.heading06,
|
|
845
|
+
heading07: type.heading07,
|
|
846
|
+
fluidHeading03: type.fluidHeading03,
|
|
847
|
+
fluidHeading04: type.fluidHeading04,
|
|
848
|
+
fluidHeading05: type.fluidHeading05,
|
|
849
|
+
fluidHeading06: type.fluidHeading06,
|
|
850
|
+
fluidParagraph01: type.fluidParagraph01,
|
|
851
|
+
fluidQuotation01: type.fluidQuotation01,
|
|
852
|
+
fluidQuotation02: type.fluidQuotation02,
|
|
853
|
+
fluidDisplay01: type.fluidDisplay01,
|
|
854
|
+
fluidDisplay02: type.fluidDisplay02,
|
|
855
|
+
fluidDisplay03: type.fluidDisplay03,
|
|
856
|
+
fluidDisplay04: type.fluidDisplay04,
|
|
809
857
|
spacing01: layout.spacing01,
|
|
810
858
|
spacing02: layout.spacing02,
|
|
811
859
|
spacing03: layout.spacing03,
|
|
@@ -1188,6 +1236,30 @@ var g100 = /*#__PURE__*/Object.freeze({
|
|
|
1188
1236
|
display02: type.display02,
|
|
1189
1237
|
display03: type.display03,
|
|
1190
1238
|
display04: type.display04,
|
|
1239
|
+
legal01: type.legal01,
|
|
1240
|
+
legal02: type.legal02,
|
|
1241
|
+
bodyCompact01: type.bodyCompact01,
|
|
1242
|
+
bodyCompact02: type.bodyCompact02,
|
|
1243
|
+
body01: type.body01,
|
|
1244
|
+
body02: type.body02,
|
|
1245
|
+
headingCompact01: type.headingCompact01,
|
|
1246
|
+
headingCompact02: type.headingCompact02,
|
|
1247
|
+
heading03: type.heading03,
|
|
1248
|
+
heading04: type.heading04,
|
|
1249
|
+
heading05: type.heading05,
|
|
1250
|
+
heading06: type.heading06,
|
|
1251
|
+
heading07: type.heading07,
|
|
1252
|
+
fluidHeading03: type.fluidHeading03,
|
|
1253
|
+
fluidHeading04: type.fluidHeading04,
|
|
1254
|
+
fluidHeading05: type.fluidHeading05,
|
|
1255
|
+
fluidHeading06: type.fluidHeading06,
|
|
1256
|
+
fluidParagraph01: type.fluidParagraph01,
|
|
1257
|
+
fluidQuotation01: type.fluidQuotation01,
|
|
1258
|
+
fluidQuotation02: type.fluidQuotation02,
|
|
1259
|
+
fluidDisplay01: type.fluidDisplay01,
|
|
1260
|
+
fluidDisplay02: type.fluidDisplay02,
|
|
1261
|
+
fluidDisplay03: type.fluidDisplay03,
|
|
1262
|
+
fluidDisplay04: type.fluidDisplay04,
|
|
1191
1263
|
spacing01: layout.spacing01,
|
|
1192
1264
|
spacing02: layout.spacing02,
|
|
1193
1265
|
spacing03: layout.spacing03,
|
|
@@ -1573,6 +1645,30 @@ var g80 = /*#__PURE__*/Object.freeze({
|
|
|
1573
1645
|
display02: type.display02,
|
|
1574
1646
|
display03: type.display03,
|
|
1575
1647
|
display04: type.display04,
|
|
1648
|
+
legal01: type.legal01,
|
|
1649
|
+
legal02: type.legal02,
|
|
1650
|
+
bodyCompact01: type.bodyCompact01,
|
|
1651
|
+
bodyCompact02: type.bodyCompact02,
|
|
1652
|
+
body01: type.body01,
|
|
1653
|
+
body02: type.body02,
|
|
1654
|
+
headingCompact01: type.headingCompact01,
|
|
1655
|
+
headingCompact02: type.headingCompact02,
|
|
1656
|
+
heading03: type.heading03,
|
|
1657
|
+
heading04: type.heading04,
|
|
1658
|
+
heading05: type.heading05,
|
|
1659
|
+
heading06: type.heading06,
|
|
1660
|
+
heading07: type.heading07,
|
|
1661
|
+
fluidHeading03: type.fluidHeading03,
|
|
1662
|
+
fluidHeading04: type.fluidHeading04,
|
|
1663
|
+
fluidHeading05: type.fluidHeading05,
|
|
1664
|
+
fluidHeading06: type.fluidHeading06,
|
|
1665
|
+
fluidParagraph01: type.fluidParagraph01,
|
|
1666
|
+
fluidQuotation01: type.fluidQuotation01,
|
|
1667
|
+
fluidQuotation02: type.fluidQuotation02,
|
|
1668
|
+
fluidDisplay01: type.fluidDisplay01,
|
|
1669
|
+
fluidDisplay02: type.fluidDisplay02,
|
|
1670
|
+
fluidDisplay03: type.fluidDisplay03,
|
|
1671
|
+
fluidDisplay04: type.fluidDisplay04,
|
|
1576
1672
|
spacing01: layout.spacing01,
|
|
1577
1673
|
spacing02: layout.spacing02,
|
|
1578
1674
|
spacing03: layout.spacing03,
|
|
@@ -1955,6 +2051,30 @@ var g90 = /*#__PURE__*/Object.freeze({
|
|
|
1955
2051
|
display02: type.display02,
|
|
1956
2052
|
display03: type.display03,
|
|
1957
2053
|
display04: type.display04,
|
|
2054
|
+
legal01: type.legal01,
|
|
2055
|
+
legal02: type.legal02,
|
|
2056
|
+
bodyCompact01: type.bodyCompact01,
|
|
2057
|
+
bodyCompact02: type.bodyCompact02,
|
|
2058
|
+
body01: type.body01,
|
|
2059
|
+
body02: type.body02,
|
|
2060
|
+
headingCompact01: type.headingCompact01,
|
|
2061
|
+
headingCompact02: type.headingCompact02,
|
|
2062
|
+
heading03: type.heading03,
|
|
2063
|
+
heading04: type.heading04,
|
|
2064
|
+
heading05: type.heading05,
|
|
2065
|
+
heading06: type.heading06,
|
|
2066
|
+
heading07: type.heading07,
|
|
2067
|
+
fluidHeading03: type.fluidHeading03,
|
|
2068
|
+
fluidHeading04: type.fluidHeading04,
|
|
2069
|
+
fluidHeading05: type.fluidHeading05,
|
|
2070
|
+
fluidHeading06: type.fluidHeading06,
|
|
2071
|
+
fluidParagraph01: type.fluidParagraph01,
|
|
2072
|
+
fluidQuotation01: type.fluidQuotation01,
|
|
2073
|
+
fluidQuotation02: type.fluidQuotation02,
|
|
2074
|
+
fluidDisplay01: type.fluidDisplay01,
|
|
2075
|
+
fluidDisplay02: type.fluidDisplay02,
|
|
2076
|
+
fluidDisplay03: type.fluidDisplay03,
|
|
2077
|
+
fluidDisplay04: type.fluidDisplay04,
|
|
1958
2078
|
spacing01: layout.spacing01,
|
|
1959
2079
|
spacing02: layout.spacing02,
|
|
1960
2080
|
spacing03: layout.spacing03,
|
|
@@ -2337,6 +2457,30 @@ var v9 = /*#__PURE__*/Object.freeze({
|
|
|
2337
2457
|
display02: type.display02,
|
|
2338
2458
|
display03: type.display03,
|
|
2339
2459
|
display04: type.display04,
|
|
2460
|
+
legal01: type.legal01,
|
|
2461
|
+
legal02: type.legal02,
|
|
2462
|
+
bodyCompact01: type.bodyCompact01,
|
|
2463
|
+
bodyCompact02: type.bodyCompact02,
|
|
2464
|
+
body01: type.body01,
|
|
2465
|
+
body02: type.body02,
|
|
2466
|
+
headingCompact01: type.headingCompact01,
|
|
2467
|
+
headingCompact02: type.headingCompact02,
|
|
2468
|
+
heading03: type.heading03,
|
|
2469
|
+
heading04: type.heading04,
|
|
2470
|
+
heading05: type.heading05,
|
|
2471
|
+
heading06: type.heading06,
|
|
2472
|
+
heading07: type.heading07,
|
|
2473
|
+
fluidHeading03: type.fluidHeading03,
|
|
2474
|
+
fluidHeading04: type.fluidHeading04,
|
|
2475
|
+
fluidHeading05: type.fluidHeading05,
|
|
2476
|
+
fluidHeading06: type.fluidHeading06,
|
|
2477
|
+
fluidParagraph01: type.fluidParagraph01,
|
|
2478
|
+
fluidQuotation01: type.fluidQuotation01,
|
|
2479
|
+
fluidQuotation02: type.fluidQuotation02,
|
|
2480
|
+
fluidDisplay01: type.fluidDisplay01,
|
|
2481
|
+
fluidDisplay02: type.fluidDisplay02,
|
|
2482
|
+
fluidDisplay03: type.fluidDisplay03,
|
|
2483
|
+
fluidDisplay04: type.fluidDisplay04,
|
|
2340
2484
|
spacing01: layout.spacing01,
|
|
2341
2485
|
spacing02: layout.spacing02,
|
|
2342
2486
|
spacing03: layout.spacing03,
|
|
@@ -2462,6 +2606,30 @@ var themes = {
|
|
|
2462
2606
|
v9: v9
|
|
2463
2607
|
};
|
|
2464
2608
|
|
|
2609
|
+
Object.defineProperty(exports, 'body01', {
|
|
2610
|
+
enumerable: true,
|
|
2611
|
+
get: function () {
|
|
2612
|
+
return type.body01;
|
|
2613
|
+
}
|
|
2614
|
+
});
|
|
2615
|
+
Object.defineProperty(exports, 'body02', {
|
|
2616
|
+
enumerable: true,
|
|
2617
|
+
get: function () {
|
|
2618
|
+
return type.body02;
|
|
2619
|
+
}
|
|
2620
|
+
});
|
|
2621
|
+
Object.defineProperty(exports, 'bodyCompact01', {
|
|
2622
|
+
enumerable: true,
|
|
2623
|
+
get: function () {
|
|
2624
|
+
return type.bodyCompact01;
|
|
2625
|
+
}
|
|
2626
|
+
});
|
|
2627
|
+
Object.defineProperty(exports, 'bodyCompact02', {
|
|
2628
|
+
enumerable: true,
|
|
2629
|
+
get: function () {
|
|
2630
|
+
return type.bodyCompact02;
|
|
2631
|
+
}
|
|
2632
|
+
});
|
|
2465
2633
|
Object.defineProperty(exports, 'bodyLong01', {
|
|
2466
2634
|
enumerable: true,
|
|
2467
2635
|
get: function () {
|
|
@@ -2576,6 +2744,72 @@ Object.defineProperty(exports, 'expressiveParagraph01', {
|
|
|
2576
2744
|
return type.expressiveParagraph01;
|
|
2577
2745
|
}
|
|
2578
2746
|
});
|
|
2747
|
+
Object.defineProperty(exports, 'fluidDisplay01', {
|
|
2748
|
+
enumerable: true,
|
|
2749
|
+
get: function () {
|
|
2750
|
+
return type.fluidDisplay01;
|
|
2751
|
+
}
|
|
2752
|
+
});
|
|
2753
|
+
Object.defineProperty(exports, 'fluidDisplay02', {
|
|
2754
|
+
enumerable: true,
|
|
2755
|
+
get: function () {
|
|
2756
|
+
return type.fluidDisplay02;
|
|
2757
|
+
}
|
|
2758
|
+
});
|
|
2759
|
+
Object.defineProperty(exports, 'fluidDisplay03', {
|
|
2760
|
+
enumerable: true,
|
|
2761
|
+
get: function () {
|
|
2762
|
+
return type.fluidDisplay03;
|
|
2763
|
+
}
|
|
2764
|
+
});
|
|
2765
|
+
Object.defineProperty(exports, 'fluidDisplay04', {
|
|
2766
|
+
enumerable: true,
|
|
2767
|
+
get: function () {
|
|
2768
|
+
return type.fluidDisplay04;
|
|
2769
|
+
}
|
|
2770
|
+
});
|
|
2771
|
+
Object.defineProperty(exports, 'fluidHeading03', {
|
|
2772
|
+
enumerable: true,
|
|
2773
|
+
get: function () {
|
|
2774
|
+
return type.fluidHeading03;
|
|
2775
|
+
}
|
|
2776
|
+
});
|
|
2777
|
+
Object.defineProperty(exports, 'fluidHeading04', {
|
|
2778
|
+
enumerable: true,
|
|
2779
|
+
get: function () {
|
|
2780
|
+
return type.fluidHeading04;
|
|
2781
|
+
}
|
|
2782
|
+
});
|
|
2783
|
+
Object.defineProperty(exports, 'fluidHeading05', {
|
|
2784
|
+
enumerable: true,
|
|
2785
|
+
get: function () {
|
|
2786
|
+
return type.fluidHeading05;
|
|
2787
|
+
}
|
|
2788
|
+
});
|
|
2789
|
+
Object.defineProperty(exports, 'fluidHeading06', {
|
|
2790
|
+
enumerable: true,
|
|
2791
|
+
get: function () {
|
|
2792
|
+
return type.fluidHeading06;
|
|
2793
|
+
}
|
|
2794
|
+
});
|
|
2795
|
+
Object.defineProperty(exports, 'fluidParagraph01', {
|
|
2796
|
+
enumerable: true,
|
|
2797
|
+
get: function () {
|
|
2798
|
+
return type.fluidParagraph01;
|
|
2799
|
+
}
|
|
2800
|
+
});
|
|
2801
|
+
Object.defineProperty(exports, 'fluidQuotation01', {
|
|
2802
|
+
enumerable: true,
|
|
2803
|
+
get: function () {
|
|
2804
|
+
return type.fluidQuotation01;
|
|
2805
|
+
}
|
|
2806
|
+
});
|
|
2807
|
+
Object.defineProperty(exports, 'fluidQuotation02', {
|
|
2808
|
+
enumerable: true,
|
|
2809
|
+
get: function () {
|
|
2810
|
+
return type.fluidQuotation02;
|
|
2811
|
+
}
|
|
2812
|
+
});
|
|
2579
2813
|
Object.defineProperty(exports, 'heading01', {
|
|
2580
2814
|
enumerable: true,
|
|
2581
2815
|
get: function () {
|
|
@@ -2588,6 +2822,48 @@ Object.defineProperty(exports, 'heading02', {
|
|
|
2588
2822
|
return type.heading02;
|
|
2589
2823
|
}
|
|
2590
2824
|
});
|
|
2825
|
+
Object.defineProperty(exports, 'heading03', {
|
|
2826
|
+
enumerable: true,
|
|
2827
|
+
get: function () {
|
|
2828
|
+
return type.heading03;
|
|
2829
|
+
}
|
|
2830
|
+
});
|
|
2831
|
+
Object.defineProperty(exports, 'heading04', {
|
|
2832
|
+
enumerable: true,
|
|
2833
|
+
get: function () {
|
|
2834
|
+
return type.heading04;
|
|
2835
|
+
}
|
|
2836
|
+
});
|
|
2837
|
+
Object.defineProperty(exports, 'heading05', {
|
|
2838
|
+
enumerable: true,
|
|
2839
|
+
get: function () {
|
|
2840
|
+
return type.heading05;
|
|
2841
|
+
}
|
|
2842
|
+
});
|
|
2843
|
+
Object.defineProperty(exports, 'heading06', {
|
|
2844
|
+
enumerable: true,
|
|
2845
|
+
get: function () {
|
|
2846
|
+
return type.heading06;
|
|
2847
|
+
}
|
|
2848
|
+
});
|
|
2849
|
+
Object.defineProperty(exports, 'heading07', {
|
|
2850
|
+
enumerable: true,
|
|
2851
|
+
get: function () {
|
|
2852
|
+
return type.heading07;
|
|
2853
|
+
}
|
|
2854
|
+
});
|
|
2855
|
+
Object.defineProperty(exports, 'headingCompact01', {
|
|
2856
|
+
enumerable: true,
|
|
2857
|
+
get: function () {
|
|
2858
|
+
return type.headingCompact01;
|
|
2859
|
+
}
|
|
2860
|
+
});
|
|
2861
|
+
Object.defineProperty(exports, 'headingCompact02', {
|
|
2862
|
+
enumerable: true,
|
|
2863
|
+
get: function () {
|
|
2864
|
+
return type.headingCompact02;
|
|
2865
|
+
}
|
|
2866
|
+
});
|
|
2591
2867
|
Object.defineProperty(exports, 'helperText01', {
|
|
2592
2868
|
enumerable: true,
|
|
2593
2869
|
get: function () {
|
|
@@ -2612,6 +2888,18 @@ Object.defineProperty(exports, 'label02', {
|
|
|
2612
2888
|
return type.label02;
|
|
2613
2889
|
}
|
|
2614
2890
|
});
|
|
2891
|
+
Object.defineProperty(exports, 'legal01', {
|
|
2892
|
+
enumerable: true,
|
|
2893
|
+
get: function () {
|
|
2894
|
+
return type.legal01;
|
|
2895
|
+
}
|
|
2896
|
+
});
|
|
2897
|
+
Object.defineProperty(exports, 'legal02', {
|
|
2898
|
+
enumerable: true,
|
|
2899
|
+
get: function () {
|
|
2900
|
+
return type.legal02;
|
|
2901
|
+
}
|
|
2902
|
+
});
|
|
2615
2903
|
Object.defineProperty(exports, 'productiveHeading01', {
|
|
2616
2904
|
enumerable: true,
|
|
2617
2905
|
get: function () {
|
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.43.0",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "lib/index.js",
|
|
7
7
|
"module": "es/index.js",
|
|
@@ -29,18 +29,18 @@
|
|
|
29
29
|
"build": "yarn clean && carbon-cli bundle src/index.js --name CarbonThemes && babel-node --presets '@babel/preset-env' tasks/build.js && carbon-cli check \"scss/*.scss\""
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@carbon/colors": "^10.
|
|
33
|
-
"@carbon/layout": "^10.
|
|
34
|
-
"@carbon/type": "^10.
|
|
32
|
+
"@carbon/colors": "^10.32.0",
|
|
33
|
+
"@carbon/layout": "^10.32.0",
|
|
34
|
+
"@carbon/type": "^10.36.0",
|
|
35
35
|
"color": "^3.1.2"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
38
|
"@babel/node": "^7.14.2",
|
|
39
39
|
"@babel/preset-env": "^7.14.2",
|
|
40
|
-
"@carbon/cli": "^10.
|
|
40
|
+
"@carbon/cli": "^10.29.0",
|
|
41
41
|
"@carbon/cli-reporter": "^10.5.0",
|
|
42
42
|
"@carbon/scss-generator": "^10.13.0",
|
|
43
|
-
"@carbon/test-utils": "^10.
|
|
43
|
+
"@carbon/test-utils": "^10.19.0",
|
|
44
44
|
"change-case": "^4.1.1",
|
|
45
45
|
"core-js": "^3.16.0",
|
|
46
46
|
"fs-extra": "^8.1.0",
|
|
@@ -49,5 +49,5 @@
|
|
|
49
49
|
"rimraf": "^3.0.0"
|
|
50
50
|
},
|
|
51
51
|
"sideEffects": false,
|
|
52
|
-
"gitHead": "
|
|
52
|
+
"gitHead": "3dd237d343adc0b378d12e933bd99b8beca7b250"
|
|
53
53
|
}
|