@carbon/type 11.6.0-rc.0 → 11.7.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 +4 -4
- 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.
|
|
4
|
+
"version": "11.7.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
|
"clean": "rimraf css es lib umd"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@carbon/grid": "^11.5.0
|
|
40
|
+
"@carbon/grid": "^11.5.0"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
|
-
"@carbon/cli": "^11.3.0
|
|
43
|
+
"@carbon/cli": "^11.3.0",
|
|
44
44
|
"@carbon/test-utils": "^10.25.0",
|
|
45
45
|
"change-case": "^4.1.1",
|
|
46
46
|
"css": "^3.0.0",
|
|
@@ -52,5 +52,5 @@
|
|
|
52
52
|
"sassDir": "scss",
|
|
53
53
|
"needs": "^1.3.0"
|
|
54
54
|
},
|
|
55
|
-
"gitHead": "
|
|
55
|
+
"gitHead": "6b57099f46a734c7642b77093ff937e23f79be40"
|
|
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,
|