@carbon/type 11.9.0-rc.0 → 11.10.0-rc.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.9.0-rc.0",
4
+ "version": "11.10.0-rc.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.6.0-rc.0"
40
+ "@carbon/grid": "^11.7.0-rc.0"
41
41
  },
42
42
  "devDependencies": {
43
- "@carbon/cli": "^11.4.0-rc.0",
44
- "@carbon/test-utils": "^10.26.0-rc.0",
43
+ "@carbon/cli": "^11.5.0-rc.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": "b367a932e322ac783c3d4cf0d5a1f1e2756e8b2e"
55
+ "gitHead": "06ebb59650784ee0bdb602a521e82383472f0487"
56
56
  }
package/scss/_styles.scss CHANGED
@@ -329,7 +329,7 @@ $expressive-heading-04: (
329
329
  letter-spacing: 0,
330
330
  breakpoints: (
331
331
  xlg: (
332
- font-size: scale.type-scale(7),
332
+ font-size: scale.type-scale(8),
333
333
  line-height: 1.25,
334
334
  font-weight: font-family.font-weight('light'),
335
335
  ),
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
  },