@carbon/type 10.23.0-rc.0 → 10.25.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": "10.23.0-rc.0",
4
+ "version": "10.25.0",
5
5
  "license": "Apache-2.0",
6
6
  "main": "lib/index.js",
7
7
  "module": "es/index.js",
@@ -37,10 +37,10 @@
37
37
  },
38
38
  "dependencies": {
39
39
  "@carbon/import-once": "^10.6.0",
40
- "@carbon/layout": "^10.20.0-rc.0"
40
+ "@carbon/layout": "^10.22.0"
41
41
  },
42
42
  "devDependencies": {
43
- "@carbon/cli": "^10.20.0",
43
+ "@carbon/cli": "^10.21.0",
44
44
  "@carbon/test-utils": "^10.15.0",
45
45
  "change-case": "^4.1.1",
46
46
  "rimraf": "^3.0.0"
@@ -51,5 +51,5 @@
51
51
  "sassDir": "scss",
52
52
  "needs": "^1.3.0"
53
53
  },
54
- "gitHead": "8b207f14f9f994d661241deb60a6c44ae5e3c77a"
54
+ "gitHead": "8b9c3660aa5b585052b2aa88079a039697ef276f"
55
55
  }
@@ -66,6 +66,11 @@ $carbon--spacing-11: 5rem !default;
66
66
  /// @group @carbon/layout
67
67
  $carbon--spacing-12: 6rem !default;
68
68
 
69
+ /// @type Number
70
+ /// @access public
71
+ /// @group @carbon/layout
72
+ $carbon--spacing-13: 10rem !default;
73
+
69
74
  /// @type List
70
75
  /// @access public
71
76
  /// @group @carbon/layout
@@ -81,7 +86,8 @@ $carbon--spacing: (
81
86
  $carbon--spacing-09,
82
87
  $carbon--spacing-10,
83
88
  $carbon--spacing-11,
84
- $carbon--spacing-12
89
+ $carbon--spacing-12,
90
+ $carbon--spacing-13
85
91
  );
86
92
 
87
93
  /// @type Number
@@ -155,3 +161,9 @@ $spacing-11: $carbon--spacing-11 !default;
155
161
  /// @group @carbon/layout
156
162
  /// @alias carbon--spacing-12
157
163
  $spacing-12: $carbon--spacing-12 !default;
164
+
165
+ /// @type Number
166
+ /// @access public
167
+ /// @group @carbon/layout
168
+ /// @alias carbon--spacing-13
169
+ $spacing-13: $carbon--spacing-13 !default;
@@ -66,6 +66,11 @@ $spacing-11: 5rem !default;
66
66
  /// @group @carbon/layout
67
67
  $spacing-12: 6rem !default;
68
68
 
69
+ /// @type Number
70
+ /// @access public
71
+ /// @group @carbon/layout
72
+ $spacing-13: 10rem !default;
73
+
69
74
  /// @type Map
70
75
  /// @access public
71
76
  /// @group @carbon/layout
@@ -82,4 +87,5 @@ $spacing: (
82
87
  spacing-10: $spacing-10,
83
88
  spacing-11: $spacing-11,
84
89
  spacing-12: $spacing-12,
90
+ spacing-13: $spacing-13,
85
91
  );