@carbon/type 10.19.0-rc.0 → 10.20.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 CHANGED
@@ -1,4 +1,4 @@
1
- import { baseFontSize, px, rem, breakpoint, breakpoints } from '@carbon/layout';
1
+ import { px, baseFontSize, rem, breakpoint, breakpoints } from '@carbon/layout';
2
2
 
3
3
  /**
4
4
  * Copyright IBM Corp. 2018, 2018
@@ -608,6 +608,7 @@ var display04 = {
608
608
  };
609
609
 
610
610
  var styles = /*#__PURE__*/Object.freeze({
611
+ __proto__: null,
611
612
  caption01: caption01,
612
613
  label01: label01,
613
614
  helperText01: helperText01,
@@ -671,7 +672,7 @@ function fluid(selector) {
671
672
  }
672
673
 
673
674
  function fluidTypeSize(defaultStyles, fluidBreakpointName, fluidBreakpoints) {
674
- var breakpoint$$1 = breakpoints[fluidBreakpointName];
675
+ var breakpoint = breakpoints[fluidBreakpointName];
675
676
  var fluidBreakpoint = fluidBreakpointName === 'sm' ? defaultStyles : fluidBreakpoints[fluidBreakpointName];
676
677
  var maxFontSize = defaultStyles.fontSize;
677
678
  var minFontSize = defaultStyles.fontSize;
@@ -680,8 +681,8 @@ function fluidTypeSize(defaultStyles, fluidBreakpointName, fluidBreakpoints) {
680
681
  minFontSize = fluidBreakpoint.fontSize;
681
682
  }
682
683
 
683
- var maxViewportWidth = breakpoint$$1.width;
684
- var minViewportWidth = breakpoint$$1.width;
684
+ var maxViewportWidth = breakpoint.width;
685
+ var minViewportWidth = breakpoint.width;
685
686
  var nextBreakpointAvailable = next(fluidBreakpointName);
686
687
  var nextFluidBreakpointName = null;
687
688
 
@@ -714,13 +715,38 @@ function subtract(a, b) {
714
715
  * This source code is licensed under the Apache-2.0 license found in the
715
716
  * LICENSE file in the root directory of this source tree.
716
717
  */
717
- var unstable_tokens = ['caption01', 'label01', 'helperText01', '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'];
718
-
719
- /**
720
- * Copyright IBM Corp. 2018, 2018
721
- *
722
- * This source code is licensed under the Apache-2.0 license found in the
723
- * LICENSE file in the root directory of this source tree.
724
- */
725
-
726
- export { fontFamilies, fontFamily, fontWeights, fontWeight, print, reset, getTypeSize, scale, styles, fluid, caption01, label01, helperText01, 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 };
718
+ // Unstable tokens
719
+ var caption01$1 = 'caption01';
720
+ var label01$1 = 'label01';
721
+ var helperText01$1 = 'helperText01';
722
+ var bodyShort01$1 = 'bodyShort01';
723
+ var bodyLong01$1 = 'bodyLong01';
724
+ var bodyShort02$1 = 'bodyShort02';
725
+ var bodyLong02$1 = 'bodyLong02';
726
+ var code01$1 = 'code01';
727
+ var code02$1 = 'code02';
728
+ var heading01$1 = 'heading01';
729
+ var productiveHeading01$1 = 'productiveHeading01';
730
+ var heading02$1 = 'heading02';
731
+ var productiveHeading02$1 = 'productiveHeading02';
732
+ var productiveHeading03$1 = 'productiveHeading03';
733
+ var productiveHeading04$1 = 'productiveHeading04';
734
+ var productiveHeading05$1 = 'productiveHeading05';
735
+ var productiveHeading06$1 = 'productiveHeading06';
736
+ var productiveHeading07$1 = 'productiveHeading07';
737
+ var expressiveHeading01$1 = 'expressiveHeading01';
738
+ var expressiveHeading02$1 = 'expressiveHeading02';
739
+ var expressiveHeading03$1 = 'expressiveHeading03';
740
+ var expressiveHeading04$1 = 'expressiveHeading04';
741
+ var expressiveHeading05$1 = 'expressiveHeading05';
742
+ var expressiveHeading06$1 = 'expressiveHeading06';
743
+ var expressiveParagraph01$1 = 'expressiveParagraph01';
744
+ var quotation01$1 = 'quotation01';
745
+ var quotation02$1 = 'quotation02';
746
+ var display01$1 = 'display01';
747
+ var display02$1 = 'display02';
748
+ var display03$1 = 'display03';
749
+ var display04$1 = 'display04';
750
+ var unstable_tokens = [caption01$1, label01$1, helperText01$1, bodyShort01$1, bodyLong01$1, bodyShort02$1, bodyLong02$1, code01$1, code02$1, heading01$1, productiveHeading01$1, heading02$1, productiveHeading02$1, productiveHeading03$1, productiveHeading04$1, productiveHeading05$1, productiveHeading06$1, productiveHeading07$1, expressiveHeading01$1, expressiveHeading02$1, expressiveHeading03$1, expressiveHeading04$1, expressiveHeading05$1, expressiveHeading06$1, expressiveParagraph01$1, quotation01$1, quotation02$1, display01$1, display02$1, display03$1, display04$1];
751
+
752
+ export { bodyLong01, bodyLong02, bodyShort01, bodyShort02, caption01, code01, code02, display01, display02, display03, display04, expressiveHeading01, expressiveHeading02, expressiveHeading03, expressiveHeading04, expressiveHeading05, expressiveHeading06, expressiveParagraph01, fluid, fontFamilies, fontFamily, fontWeight, fontWeights, getTypeSize, heading01, heading02, helperText01, label01, print, productiveHeading01, productiveHeading02, productiveHeading03, productiveHeading04, productiveHeading05, productiveHeading06, productiveHeading07, quotation01, quotation02, reset, scale, styles, unstable_tokens };
package/lib/index.js CHANGED
@@ -612,6 +612,7 @@ var display04 = {
612
612
  };
613
613
 
614
614
  var styles = /*#__PURE__*/Object.freeze({
615
+ __proto__: null,
615
616
  caption01: caption01,
616
617
  label01: label01,
617
618
  helperText01: helperText01,
@@ -718,54 +719,79 @@ function subtract(a, b) {
718
719
  * This source code is licensed under the Apache-2.0 license found in the
719
720
  * LICENSE file in the root directory of this source tree.
720
721
  */
721
- var unstable_tokens = ['caption01', 'label01', 'helperText01', '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'];
722
+ // Unstable tokens
723
+ var caption01$1 = 'caption01';
724
+ var label01$1 = 'label01';
725
+ var helperText01$1 = 'helperText01';
726
+ var bodyShort01$1 = 'bodyShort01';
727
+ var bodyLong01$1 = 'bodyLong01';
728
+ var bodyShort02$1 = 'bodyShort02';
729
+ var bodyLong02$1 = 'bodyLong02';
730
+ var code01$1 = 'code01';
731
+ var code02$1 = 'code02';
732
+ var heading01$1 = 'heading01';
733
+ var productiveHeading01$1 = 'productiveHeading01';
734
+ var heading02$1 = 'heading02';
735
+ var productiveHeading02$1 = 'productiveHeading02';
736
+ var productiveHeading03$1 = 'productiveHeading03';
737
+ var productiveHeading04$1 = 'productiveHeading04';
738
+ var productiveHeading05$1 = 'productiveHeading05';
739
+ var productiveHeading06$1 = 'productiveHeading06';
740
+ var productiveHeading07$1 = 'productiveHeading07';
741
+ var expressiveHeading01$1 = 'expressiveHeading01';
742
+ var expressiveHeading02$1 = 'expressiveHeading02';
743
+ var expressiveHeading03$1 = 'expressiveHeading03';
744
+ var expressiveHeading04$1 = 'expressiveHeading04';
745
+ var expressiveHeading05$1 = 'expressiveHeading05';
746
+ var expressiveHeading06$1 = 'expressiveHeading06';
747
+ var expressiveParagraph01$1 = 'expressiveParagraph01';
748
+ var quotation01$1 = 'quotation01';
749
+ var quotation02$1 = 'quotation02';
750
+ var display01$1 = 'display01';
751
+ var display02$1 = 'display02';
752
+ var display03$1 = 'display03';
753
+ var display04$1 = 'display04';
754
+ var unstable_tokens = [caption01$1, label01$1, helperText01$1, bodyShort01$1, bodyLong01$1, bodyShort02$1, bodyLong02$1, code01$1, code02$1, heading01$1, productiveHeading01$1, heading02$1, productiveHeading02$1, productiveHeading03$1, productiveHeading04$1, productiveHeading05$1, productiveHeading06$1, productiveHeading07$1, expressiveHeading01$1, expressiveHeading02$1, expressiveHeading03$1, expressiveHeading04$1, expressiveHeading05$1, expressiveHeading06$1, expressiveParagraph01$1, quotation01$1, quotation02$1, display01$1, display02$1, display03$1, display04$1];
722
755
 
723
- /**
724
- * Copyright IBM Corp. 2018, 2018
725
- *
726
- * This source code is licensed under the Apache-2.0 license found in the
727
- * LICENSE file in the root directory of this source tree.
728
- */
729
-
730
- exports.fontFamilies = fontFamilies;
731
- exports.fontFamily = fontFamily;
732
- exports.fontWeights = fontWeights;
733
- exports.fontWeight = fontWeight;
734
- exports.print = print;
735
- exports.reset = reset;
736
- exports.getTypeSize = getTypeSize;
737
- exports.scale = scale;
738
- exports.styles = styles;
739
- exports.fluid = fluid;
740
- exports.caption01 = caption01;
741
- exports.label01 = label01;
742
- exports.helperText01 = helperText01;
743
- exports.bodyShort01 = bodyShort01;
744
756
  exports.bodyLong01 = bodyLong01;
745
- exports.bodyShort02 = bodyShort02;
746
757
  exports.bodyLong02 = bodyLong02;
758
+ exports.bodyShort01 = bodyShort01;
759
+ exports.bodyShort02 = bodyShort02;
760
+ exports.caption01 = caption01;
747
761
  exports.code01 = code01;
748
762
  exports.code02 = code02;
763
+ exports.display01 = display01;
764
+ exports.display02 = display02;
765
+ exports.display03 = display03;
766
+ exports.display04 = display04;
767
+ exports.expressiveHeading01 = expressiveHeading01;
768
+ exports.expressiveHeading02 = expressiveHeading02;
769
+ exports.expressiveHeading03 = expressiveHeading03;
770
+ exports.expressiveHeading04 = expressiveHeading04;
771
+ exports.expressiveHeading05 = expressiveHeading05;
772
+ exports.expressiveHeading06 = expressiveHeading06;
773
+ exports.expressiveParagraph01 = expressiveParagraph01;
774
+ exports.fluid = fluid;
775
+ exports.fontFamilies = fontFamilies;
776
+ exports.fontFamily = fontFamily;
777
+ exports.fontWeight = fontWeight;
778
+ exports.fontWeights = fontWeights;
779
+ exports.getTypeSize = getTypeSize;
749
780
  exports.heading01 = heading01;
750
- exports.productiveHeading01 = productiveHeading01;
751
781
  exports.heading02 = heading02;
782
+ exports.helperText01 = helperText01;
783
+ exports.label01 = label01;
784
+ exports.print = print;
785
+ exports.productiveHeading01 = productiveHeading01;
752
786
  exports.productiveHeading02 = productiveHeading02;
753
787
  exports.productiveHeading03 = productiveHeading03;
754
788
  exports.productiveHeading04 = productiveHeading04;
755
789
  exports.productiveHeading05 = productiveHeading05;
756
790
  exports.productiveHeading06 = productiveHeading06;
757
791
  exports.productiveHeading07 = productiveHeading07;
758
- exports.expressiveHeading01 = expressiveHeading01;
759
- exports.expressiveHeading02 = expressiveHeading02;
760
- exports.expressiveHeading03 = expressiveHeading03;
761
- exports.expressiveHeading04 = expressiveHeading04;
762
- exports.expressiveHeading05 = expressiveHeading05;
763
- exports.expressiveHeading06 = expressiveHeading06;
764
- exports.expressiveParagraph01 = expressiveParagraph01;
765
792
  exports.quotation01 = quotation01;
766
793
  exports.quotation02 = quotation02;
767
- exports.display01 = display01;
768
- exports.display02 = display02;
769
- exports.display03 = display03;
770
- exports.display04 = display04;
794
+ exports.reset = reset;
795
+ exports.scale = scale;
796
+ exports.styles = styles;
771
797
  exports.unstable_tokens = unstable_tokens;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@carbon/type",
3
3
  "description": "Typography for digital and software products using the Carbon Design System",
4
- "version": "10.19.0-rc.0",
4
+ "version": "10.20.0",
5
5
  "license": "Apache-2.0",
6
6
  "main": "lib/index.js",
7
7
  "module": "es/index.js",
@@ -32,16 +32,16 @@
32
32
  "access": "public"
33
33
  },
34
34
  "scripts": {
35
- "build": "yarn clean && bundler bundle src/index.js --name CarbonType && bundler sassdoc \"scss/**/*.scss\" -i \"**/{_inlined,vendor}**\" && bundler inline && bundler check \"scss/*.scss\"",
35
+ "build": "yarn clean && carbon-cli bundle src/index.js --name CarbonType && carbon-cli sassdoc \"scss/**/*.scss\" -i \"**/{_inlined,vendor}**\" && carbon-cli inline && carbon-cli check \"scss/*.scss\"",
36
36
  "clean": "rimraf css es lib umd scss/_inlined scss/vendor"
37
37
  },
38
38
  "dependencies": {
39
- "@carbon/import-once": "^10.4.0",
40
- "@carbon/layout": "^10.16.0-rc.0"
39
+ "@carbon/import-once": "^10.5.0",
40
+ "@carbon/layout": "^10.17.0"
41
41
  },
42
42
  "devDependencies": {
43
- "@carbon/bundler": "^10.11.0-rc.0",
44
- "@carbon/test-utils": "^10.13.0",
43
+ "@carbon/cli": "^10.18.0",
44
+ "@carbon/test-utils": "^10.14.0",
45
45
  "change-case": "^4.1.1",
46
46
  "rimraf": "^3.0.0"
47
47
  },
@@ -51,5 +51,5 @@
51
51
  "sassDir": "scss",
52
52
  "needs": "^1.3.0"
53
53
  },
54
- "gitHead": "f03484f2f7cb1df5b5bea53a8dddbe4710c0035e"
54
+ "gitHead": "9e4485a39c8ced35313aa834c4d162a99bc57fb9"
55
55
  }
@@ -22,6 +22,7 @@ describe('type', () => {
22
22
  "getTypeSize",
23
23
  "scale",
24
24
  "fluid",
25
+ "unstable_tokens",
25
26
  "styles",
26
27
  "caption01",
27
28
  "label01",
@@ -54,7 +55,6 @@ describe('type', () => {
54
55
  "display02",
55
56
  "display03",
56
57
  "display04",
57
- "unstable_tokens",
58
58
  ]
59
59
  `);
60
60
  });
package/src/index.js CHANGED
@@ -14,7 +14,7 @@ import * as styles from './styles';
14
14
 
15
15
  export { fluid } from './fluid';
16
16
  export * from './styles';
17
- export * from './tokens';
17
+ export { unstable_tokens } from './tokens';
18
18
  export {
19
19
  fontFamilies,
20
20
  fontFamily,
package/src/tokens.js CHANGED
@@ -5,36 +5,69 @@
5
5
  * LICENSE file in the root directory of this source tree.
6
6
  */
7
7
 
8
+ // Unstable tokens
9
+ export const caption01 = 'caption01';
10
+ export const label01 = 'label01';
11
+ export const helperText01 = 'helperText01';
12
+ export const bodyShort01 = 'bodyShort01';
13
+ export const bodyLong01 = 'bodyLong01';
14
+ export const bodyShort02 = 'bodyShort02';
15
+ export const bodyLong02 = 'bodyLong02';
16
+ export const code01 = 'code01';
17
+ export const code02 = 'code02';
18
+ export const heading01 = 'heading01';
19
+ export const productiveHeading01 = 'productiveHeading01';
20
+ export const heading02 = 'heading02';
21
+ export const productiveHeading02 = 'productiveHeading02';
22
+ export const productiveHeading03 = 'productiveHeading03';
23
+ export const productiveHeading04 = 'productiveHeading04';
24
+ export const productiveHeading05 = 'productiveHeading05';
25
+ export const productiveHeading06 = 'productiveHeading06';
26
+ export const productiveHeading07 = 'productiveHeading07';
27
+ export const expressiveHeading01 = 'expressiveHeading01';
28
+ export const expressiveHeading02 = 'expressiveHeading02';
29
+ export const expressiveHeading03 = 'expressiveHeading03';
30
+ export const expressiveHeading04 = 'expressiveHeading04';
31
+ export const expressiveHeading05 = 'expressiveHeading05';
32
+ export const expressiveHeading06 = 'expressiveHeading06';
33
+ export const expressiveParagraph01 = 'expressiveParagraph01';
34
+ export const quotation01 = 'quotation01';
35
+ export const quotation02 = 'quotation02';
36
+ export const display01 = 'display01';
37
+ export const display02 = 'display02';
38
+ export const display03 = 'display03';
39
+ export const display04 = 'display04';
40
+
8
41
  export const unstable_tokens = [
9
- 'caption01',
10
- 'label01',
11
- 'helperText01',
12
- 'bodyShort01',
13
- 'bodyLong01',
14
- 'bodyShort02',
15
- 'bodyLong02',
16
- 'code01',
17
- 'code02',
18
- 'heading01',
19
- 'productiveHeading01',
20
- 'heading02',
21
- 'productiveHeading02',
22
- 'productiveHeading03',
23
- 'productiveHeading04',
24
- 'productiveHeading05',
25
- 'productiveHeading06',
26
- 'productiveHeading07',
27
- 'expressiveHeading01',
28
- 'expressiveHeading02',
29
- 'expressiveHeading03',
30
- 'expressiveHeading04',
31
- 'expressiveHeading05',
32
- 'expressiveHeading06',
33
- 'expressiveParagraph01',
34
- 'quotation01',
35
- 'quotation02',
36
- 'display01',
37
- 'display02',
38
- 'display03',
39
- 'display04',
42
+ caption01,
43
+ label01,
44
+ helperText01,
45
+ bodyShort01,
46
+ bodyLong01,
47
+ bodyShort02,
48
+ bodyLong02,
49
+ code01,
50
+ code02,
51
+ heading01,
52
+ productiveHeading01,
53
+ heading02,
54
+ productiveHeading02,
55
+ productiveHeading03,
56
+ productiveHeading04,
57
+ productiveHeading05,
58
+ productiveHeading06,
59
+ productiveHeading07,
60
+ expressiveHeading01,
61
+ expressiveHeading02,
62
+ expressiveHeading03,
63
+ expressiveHeading04,
64
+ expressiveHeading05,
65
+ expressiveHeading06,
66
+ expressiveParagraph01,
67
+ quotation01,
68
+ quotation02,
69
+ display01,
70
+ display02,
71
+ display03,
72
+ display04,
40
73
  ];
package/umd/index.js CHANGED
@@ -1,8 +1,8 @@
1
1
  (function (global, factory) {
2
2
  typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@carbon/layout')) :
3
3
  typeof define === 'function' && define.amd ? define(['exports', '@carbon/layout'], factory) :
4
- (factory((global.CarbonType = {}),global.CarbonLayout));
5
- }(this, (function (exports,layout) { 'use strict';
4
+ (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.CarbonType = {}, global.CarbonLayout));
5
+ }(this, (function (exports, layout) { 'use strict';
6
6
 
7
7
  /**
8
8
  * Copyright IBM Corp. 2018, 2018
@@ -612,6 +612,7 @@
612
612
  };
613
613
 
614
614
  var styles = /*#__PURE__*/Object.freeze({
615
+ __proto__: null,
615
616
  caption01: caption01,
616
617
  label01: label01,
617
618
  helperText01: helperText01,
@@ -718,56 +719,81 @@
718
719
  * This source code is licensed under the Apache-2.0 license found in the
719
720
  * LICENSE file in the root directory of this source tree.
720
721
  */
721
- var unstable_tokens = ['caption01', 'label01', 'helperText01', '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'];
722
+ // Unstable tokens
723
+ var caption01$1 = 'caption01';
724
+ var label01$1 = 'label01';
725
+ var helperText01$1 = 'helperText01';
726
+ var bodyShort01$1 = 'bodyShort01';
727
+ var bodyLong01$1 = 'bodyLong01';
728
+ var bodyShort02$1 = 'bodyShort02';
729
+ var bodyLong02$1 = 'bodyLong02';
730
+ var code01$1 = 'code01';
731
+ var code02$1 = 'code02';
732
+ var heading01$1 = 'heading01';
733
+ var productiveHeading01$1 = 'productiveHeading01';
734
+ var heading02$1 = 'heading02';
735
+ var productiveHeading02$1 = 'productiveHeading02';
736
+ var productiveHeading03$1 = 'productiveHeading03';
737
+ var productiveHeading04$1 = 'productiveHeading04';
738
+ var productiveHeading05$1 = 'productiveHeading05';
739
+ var productiveHeading06$1 = 'productiveHeading06';
740
+ var productiveHeading07$1 = 'productiveHeading07';
741
+ var expressiveHeading01$1 = 'expressiveHeading01';
742
+ var expressiveHeading02$1 = 'expressiveHeading02';
743
+ var expressiveHeading03$1 = 'expressiveHeading03';
744
+ var expressiveHeading04$1 = 'expressiveHeading04';
745
+ var expressiveHeading05$1 = 'expressiveHeading05';
746
+ var expressiveHeading06$1 = 'expressiveHeading06';
747
+ var expressiveParagraph01$1 = 'expressiveParagraph01';
748
+ var quotation01$1 = 'quotation01';
749
+ var quotation02$1 = 'quotation02';
750
+ var display01$1 = 'display01';
751
+ var display02$1 = 'display02';
752
+ var display03$1 = 'display03';
753
+ var display04$1 = 'display04';
754
+ var unstable_tokens = [caption01$1, label01$1, helperText01$1, bodyShort01$1, bodyLong01$1, bodyShort02$1, bodyLong02$1, code01$1, code02$1, heading01$1, productiveHeading01$1, heading02$1, productiveHeading02$1, productiveHeading03$1, productiveHeading04$1, productiveHeading05$1, productiveHeading06$1, productiveHeading07$1, expressiveHeading01$1, expressiveHeading02$1, expressiveHeading03$1, expressiveHeading04$1, expressiveHeading05$1, expressiveHeading06$1, expressiveParagraph01$1, quotation01$1, quotation02$1, display01$1, display02$1, display03$1, display04$1];
722
755
 
723
- /**
724
- * Copyright IBM Corp. 2018, 2018
725
- *
726
- * This source code is licensed under the Apache-2.0 license found in the
727
- * LICENSE file in the root directory of this source tree.
728
- */
729
-
730
- exports.fontFamilies = fontFamilies;
731
- exports.fontFamily = fontFamily;
732
- exports.fontWeights = fontWeights;
733
- exports.fontWeight = fontWeight;
734
- exports.print = print;
735
- exports.reset = reset;
736
- exports.getTypeSize = getTypeSize;
737
- exports.scale = scale;
738
- exports.styles = styles;
739
- exports.fluid = fluid;
740
- exports.caption01 = caption01;
741
- exports.label01 = label01;
742
- exports.helperText01 = helperText01;
743
- exports.bodyShort01 = bodyShort01;
744
756
  exports.bodyLong01 = bodyLong01;
745
- exports.bodyShort02 = bodyShort02;
746
757
  exports.bodyLong02 = bodyLong02;
758
+ exports.bodyShort01 = bodyShort01;
759
+ exports.bodyShort02 = bodyShort02;
760
+ exports.caption01 = caption01;
747
761
  exports.code01 = code01;
748
762
  exports.code02 = code02;
763
+ exports.display01 = display01;
764
+ exports.display02 = display02;
765
+ exports.display03 = display03;
766
+ exports.display04 = display04;
767
+ exports.expressiveHeading01 = expressiveHeading01;
768
+ exports.expressiveHeading02 = expressiveHeading02;
769
+ exports.expressiveHeading03 = expressiveHeading03;
770
+ exports.expressiveHeading04 = expressiveHeading04;
771
+ exports.expressiveHeading05 = expressiveHeading05;
772
+ exports.expressiveHeading06 = expressiveHeading06;
773
+ exports.expressiveParagraph01 = expressiveParagraph01;
774
+ exports.fluid = fluid;
775
+ exports.fontFamilies = fontFamilies;
776
+ exports.fontFamily = fontFamily;
777
+ exports.fontWeight = fontWeight;
778
+ exports.fontWeights = fontWeights;
779
+ exports.getTypeSize = getTypeSize;
749
780
  exports.heading01 = heading01;
750
- exports.productiveHeading01 = productiveHeading01;
751
781
  exports.heading02 = heading02;
782
+ exports.helperText01 = helperText01;
783
+ exports.label01 = label01;
784
+ exports.print = print;
785
+ exports.productiveHeading01 = productiveHeading01;
752
786
  exports.productiveHeading02 = productiveHeading02;
753
787
  exports.productiveHeading03 = productiveHeading03;
754
788
  exports.productiveHeading04 = productiveHeading04;
755
789
  exports.productiveHeading05 = productiveHeading05;
756
790
  exports.productiveHeading06 = productiveHeading06;
757
791
  exports.productiveHeading07 = productiveHeading07;
758
- exports.expressiveHeading01 = expressiveHeading01;
759
- exports.expressiveHeading02 = expressiveHeading02;
760
- exports.expressiveHeading03 = expressiveHeading03;
761
- exports.expressiveHeading04 = expressiveHeading04;
762
- exports.expressiveHeading05 = expressiveHeading05;
763
- exports.expressiveHeading06 = expressiveHeading06;
764
- exports.expressiveParagraph01 = expressiveParagraph01;
765
792
  exports.quotation01 = quotation01;
766
793
  exports.quotation02 = quotation02;
767
- exports.display01 = display01;
768
- exports.display02 = display02;
769
- exports.display03 = display03;
770
- exports.display04 = display04;
794
+ exports.reset = reset;
795
+ exports.scale = scale;
796
+ exports.styles = styles;
771
797
  exports.unstable_tokens = unstable_tokens;
772
798
 
773
799
  Object.defineProperty(exports, '__esModule', { value: true });