@carbon/type 11.7.1-rc.0 → 11.9.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.
- package/package.json +5 -5
- package/scss/_styles.scss +13 -2
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.9.0-rc.0",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "lib/index.js",
|
|
7
7
|
"module": "es/index.js",
|
|
@@ -37,11 +37,11 @@
|
|
|
37
37
|
"clean": "rimraf css es lib umd"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@carbon/grid": "^11.
|
|
40
|
+
"@carbon/grid": "^11.6.0-rc.0"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
|
-
"@carbon/cli": "^11.
|
|
44
|
-
"@carbon/test-utils": "^10.
|
|
43
|
+
"@carbon/cli": "^11.4.0-rc.0",
|
|
44
|
+
"@carbon/test-utils": "^10.26.0-rc.0",
|
|
45
45
|
"change-case": "^4.1.1",
|
|
46
46
|
"css": "^3.0.0",
|
|
47
47
|
"rimraf": "^3.0.0"
|
|
@@ -52,5 +52,5 @@
|
|
|
52
52
|
"sassDir": "scss",
|
|
53
53
|
"needs": "^1.3.0"
|
|
54
54
|
},
|
|
55
|
-
"gitHead": "
|
|
55
|
+
"gitHead": "b367a932e322ac783c3d4cf0d5a1f1e2756e8b2e"
|
|
56
56
|
}
|
package/scss/_styles.scss
CHANGED
|
@@ -25,6 +25,16 @@ $label-01: (
|
|
|
25
25
|
letter-spacing: 0.32px,
|
|
26
26
|
) !default;
|
|
27
27
|
|
|
28
|
+
/// @type Map
|
|
29
|
+
/// @access public
|
|
30
|
+
/// @group @carbon/type
|
|
31
|
+
$label-02: (
|
|
32
|
+
font-size: scale.type-scale(2),
|
|
33
|
+
font-weight: font-family.font-weight('regular'),
|
|
34
|
+
line-height: 1.28572,
|
|
35
|
+
letter-spacing: 0.16px,
|
|
36
|
+
) !default;
|
|
37
|
+
|
|
28
38
|
/// @type Map
|
|
29
39
|
/// @access public
|
|
30
40
|
/// @group @carbon/type
|
|
@@ -247,7 +257,7 @@ $heading-05: $productive-heading-05 !default;
|
|
|
247
257
|
/// @access public
|
|
248
258
|
/// @group @carbon/type
|
|
249
259
|
$productive-heading-06: (
|
|
250
|
-
font-size: scale.type-scale(
|
|
260
|
+
font-size: scale.type-scale(10),
|
|
251
261
|
font-weight: font-family.font-weight('light'),
|
|
252
262
|
// Extra digit needed for precision in Chrome
|
|
253
263
|
line-height: 1.199,
|
|
@@ -263,7 +273,7 @@ $heading-06: $productive-heading-06 !default;
|
|
|
263
273
|
/// @access public
|
|
264
274
|
/// @group @carbon/type
|
|
265
275
|
$productive-heading-07: (
|
|
266
|
-
font-size: scale.type-scale(
|
|
276
|
+
font-size: scale.type-scale(12),
|
|
267
277
|
font-weight: font-family.font-weight('light'),
|
|
268
278
|
line-height: 1.19,
|
|
269
279
|
letter-spacing: 0,
|
|
@@ -629,6 +639,7 @@ $fluid-display-04: $display-04 !default;
|
|
|
629
639
|
/// @group @carbon/type
|
|
630
640
|
$tokens: (
|
|
631
641
|
label-01: $label-01,
|
|
642
|
+
label-02: $label-02,
|
|
632
643
|
helper-text-01: $helper-text-01,
|
|
633
644
|
helper-text-02: $helper-text-02,
|
|
634
645
|
body-short-01: $body-short-01,
|