@carbon/type 11.22.0 → 11.23.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.
Files changed (2) hide show
  1. package/package.json +4 -4
  2. package/scss/_scale.scss +1 -1
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.22.0",
4
+ "version": "11.23.0",
5
5
  "license": "Apache-2.0",
6
6
  "main": "lib/index.js",
7
7
  "module": "es/index.js",
@@ -38,8 +38,8 @@
38
38
  "clean": "rimraf css es lib umd"
39
39
  },
40
40
  "dependencies": {
41
- "@carbon/grid": "^11.18.0",
42
- "@carbon/layout": "^11.18.0"
41
+ "@carbon/grid": "^11.19.0",
42
+ "@carbon/layout": "^11.19.0"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@carbon/cli": "^11.14.0",
@@ -54,5 +54,5 @@
54
54
  "sassDir": "scss",
55
55
  "needs": "^1.3.0"
56
56
  },
57
- "gitHead": "f9ac32a70a209100bb30ed41edc39c596eae7956"
57
+ "gitHead": "34d9b328b856918ec5a3bfc720f4b3ba3d45daf4"
58
58
  }
package/scss/_scale.scss CHANGED
@@ -27,7 +27,7 @@
27
27
  /// @group @carbon/type
28
28
  $type-scale: ();
29
29
  @for $i from 1 through 23 {
30
- $type-scale: list.append($type-scale, layout.rem(get-type-size($i)));
30
+ $type-scale: list.append($type-scale, layout.to-rem(get-type-size($i)));
31
31
  }
32
32
 
33
33
  /// Get the value of a specific step in the type scale