@carbon/type 11.8.0 → 11.9.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
@@ -455,7 +455,7 @@ var expressiveHeading04$1 = {
455
455
  letterSpacing: 0,
456
456
  breakpoints: {
457
457
  xlg: {
458
- fontSize: rem(scale[6]),
458
+ fontSize: rem(scale[7]),
459
459
  fontWeight: fontWeights.light,
460
460
  lineHeight: 1.25
461
461
  },
package/lib/index.js CHANGED
@@ -459,7 +459,7 @@ var expressiveHeading04$1 = {
459
459
  letterSpacing: 0,
460
460
  breakpoints: {
461
461
  xlg: {
462
- fontSize: rem(scale[6]),
462
+ fontSize: rem(scale[7]),
463
463
  fontWeight: fontWeights.light,
464
464
  lineHeight: 1.25
465
465
  },
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": "11.8.0",
4
+ "version": "11.9.0",
5
5
  "license": "Apache-2.0",
6
6
  "main": "lib/index.js",
7
7
  "module": "es/index.js",
@@ -37,11 +37,11 @@
37
37
  "clean": "rimraf css es lib umd"
38
38
  },
39
39
  "dependencies": {
40
- "@carbon/grid": "^11.5.0"
40
+ "@carbon/grid": "^11.6.0"
41
41
  },
42
42
  "devDependencies": {
43
- "@carbon/cli": "^11.3.0",
44
- "@carbon/test-utils": "^10.25.0",
43
+ "@carbon/cli": "^11.4.0",
44
+ "@carbon/test-utils": "^10.26.0",
45
45
  "change-case": "^4.1.1",
46
46
  "css": "^3.0.0",
47
47
  "rimraf": "^3.0.0"
@@ -52,5 +52,5 @@
52
52
  "sassDir": "scss",
53
53
  "needs": "^1.3.0"
54
54
  },
55
- "gitHead": "e3e4c8ce2fba7e4510764c70205b8cb57ccba8e1"
55
+ "gitHead": "e49249e3ed69f33f090a869e58aa4a4372177173"
56
56
  }
package/scss/_styles.scss CHANGED
@@ -25,6 +25,16 @@ $label-01: (
25
25
  letter-spacing: 0.32px,
26
26
  ) !default;
27
27
 
28
+ /// @type Map
29
+ /// @access public
30
+ /// @group @carbon/type
31
+ $label-02: (
32
+ font-size: scale.type-scale(2),
33
+ font-weight: font-family.font-weight('regular'),
34
+ line-height: 1.28572,
35
+ letter-spacing: 0.16px,
36
+ ) !default;
37
+
28
38
  /// @type Map
29
39
  /// @access public
30
40
  /// @group @carbon/type
@@ -247,7 +257,7 @@ $heading-05: $productive-heading-05 !default;
247
257
  /// @access public
248
258
  /// @group @carbon/type
249
259
  $productive-heading-06: (
250
- font-size: scale.type-scale(8),
260
+ font-size: scale.type-scale(10),
251
261
  font-weight: font-family.font-weight('light'),
252
262
  // Extra digit needed for precision in Chrome
253
263
  line-height: 1.199,
@@ -263,7 +273,7 @@ $heading-06: $productive-heading-06 !default;
263
273
  /// @access public
264
274
  /// @group @carbon/type
265
275
  $productive-heading-07: (
266
- font-size: scale.type-scale(10),
276
+ font-size: scale.type-scale(12),
267
277
  font-weight: font-family.font-weight('light'),
268
278
  line-height: 1.19,
269
279
  letter-spacing: 0,
@@ -319,7 +329,7 @@ $expressive-heading-04: (
319
329
  letter-spacing: 0,
320
330
  breakpoints: (
321
331
  xlg: (
322
- font-size: scale.type-scale(7),
332
+ font-size: scale.type-scale(8),
323
333
  line-height: 1.25,
324
334
  font-weight: font-family.font-weight('light'),
325
335
  ),
@@ -629,6 +639,7 @@ $fluid-display-04: $display-04 !default;
629
639
  /// @group @carbon/type
630
640
  $tokens: (
631
641
  label-01: $label-01,
642
+ label-02: $label-02,
632
643
  helper-text-01: $helper-text-01,
633
644
  helper-text-02: $helper-text-02,
634
645
  body-short-01: $body-short-01,
package/src/styles.js CHANGED
@@ -191,7 +191,7 @@ export const expressiveHeading04 = {
191
191
  letterSpacing: 0,
192
192
  breakpoints: {
193
193
  xlg: {
194
- fontSize: rem(scale[6]),
194
+ fontSize: rem(scale[7]),
195
195
  fontWeight: fontWeights.light,
196
196
  lineHeight: 1.25,
197
197
  },
package/umd/index.js CHANGED
@@ -461,7 +461,7 @@
461
461
  letterSpacing: 0,
462
462
  breakpoints: {
463
463
  xlg: {
464
- fontSize: rem(scale[6]),
464
+ fontSize: rem(scale[7]),
465
465
  fontWeight: fontWeights.light,
466
466
  lineHeight: 1.25
467
467
  },