@carbon/type 11.6.0 → 11.7.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.
Files changed (2) hide show
  1. package/package.json +2 -2
  2. package/scss/_styles.scss +12 -0
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.6.0",
4
+ "version": "11.7.0-rc.0",
5
5
  "license": "Apache-2.0",
6
6
  "main": "lib/index.js",
7
7
  "module": "es/index.js",
@@ -52,5 +52,5 @@
52
52
  "sassDir": "scss",
53
53
  "needs": "^1.3.0"
54
54
  },
55
- "gitHead": "182eaa898977e15b0cbedf4b8b62502693d43b4c"
55
+ "gitHead": "ca0be10be837f9b2269c658d7c81c494147824d9"
56
56
  }
package/scss/_styles.scss CHANGED
@@ -55,6 +55,17 @@ $helper-text-01: (
55
55
  letter-spacing: 0.32px,
56
56
  ) !default;
57
57
 
58
+ /// @type Map
59
+ /// @access public
60
+ /// @deprecated
61
+ /// @group @carbon/type
62
+ $helper-text-02: (
63
+ font-size: carbon--type-scale(2),
64
+ font-weight: carbon--font-weight('regular'),
65
+ line-height: 1.28572,
66
+ letter-spacing: 0.16px,
67
+ ) !default;
68
+
58
69
  /// @type Map
59
70
  /// @access public
60
71
  /// @group @carbon/type
@@ -618,6 +629,7 @@ $fluid-display-04: $display-04 !default;
618
629
  $tokens: (
619
630
  label-01: $label-01,
620
631
  helper-text-01: $helper-text-01,
632
+ helper-text-02: $helper-text-02,
621
633
  body-short-01: $body-short-01,
622
634
  body-short-02: $body-short-02,
623
635
  body-long-01: $body-long-01,