@carbon/type 11.14.0 → 11.15.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/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.14.0",
4
+ "version": "11.15.0",
5
5
  "license": "Apache-2.0",
6
6
  "main": "lib/index.js",
7
7
  "module": "es/index.js",
@@ -37,15 +37,15 @@
37
37
  "clean": "rimraf css es lib umd"
38
38
  },
39
39
  "dependencies": {
40
- "@carbon/grid": "^11.10.0",
41
- "@carbon/layout": "^11.10.0"
40
+ "@carbon/grid": "^11.11.0",
41
+ "@carbon/layout": "^11.11.0"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@carbon/cli": "^11.8.0",
45
45
  "@carbon/test-utils": "^10.26.0",
46
46
  "change-case": "^4.1.1",
47
47
  "css": "^3.0.0",
48
- "rimraf": "^3.0.0"
48
+ "rimraf": "^4.0.0"
49
49
  },
50
50
  "eyeglass": {
51
51
  "exports": false,
@@ -53,5 +53,5 @@
53
53
  "sassDir": "scss",
54
54
  "needs": "^1.3.0"
55
55
  },
56
- "gitHead": "b115fef8c7d19ed31ed3aeeb2b7f95f8be0738b6"
56
+ "gitHead": "36b2a3b42be5bebb706861030d1ec4a21ae47c5f"
57
57
  }
package/scss/_styles.scss CHANGED
@@ -696,7 +696,7 @@ $tokens: (
696
696
  fluid-display-02: $fluid-display-02,
697
697
  fluid-display-03: $fluid-display-03,
698
698
  fluid-display-04: $fluid-display-04,
699
- );
699
+ ) !default;
700
700
 
701
701
  /// @param {Map} $map
702
702
  /// @access public