@carbon/type 10.28.0-rc.0 → 10.28.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/_inlined/_styles.scss +3 -0
- package/scss/_styles.scss +3 -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": "10.28.0
|
|
4
|
+
"version": "10.28.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.24.0
|
|
40
|
+
"@carbon/layout": "^10.24.0"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
|
-
"@carbon/cli": "^10.23.0
|
|
43
|
+
"@carbon/cli": "^10.23.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": "
|
|
54
|
+
"gitHead": "b00113e8d4cb273a80d9c71f12b741ae6ac360a6"
|
|
55
55
|
}
|
|
@@ -518,8 +518,11 @@ $display-04: (
|
|
|
518
518
|
/// @group @carbon/type
|
|
519
519
|
$tokens: (
|
|
520
520
|
caption-01: $caption-01,
|
|
521
|
+
caption-02: $caption-02,
|
|
521
522
|
label-01: $label-01,
|
|
523
|
+
label-02: $label-02,
|
|
522
524
|
helper-text-01: $helper-text-01,
|
|
525
|
+
helper-text-02: $helper-text-02,
|
|
523
526
|
body-short-01: $body-short-01,
|
|
524
527
|
body-short-02: $body-short-02,
|
|
525
528
|
body-long-01: $body-long-01,
|
package/scss/_styles.scss
CHANGED
|
@@ -518,8 +518,11 @@ $display-04: (
|
|
|
518
518
|
/// @group @carbon/type
|
|
519
519
|
$tokens: (
|
|
520
520
|
caption-01: $caption-01,
|
|
521
|
+
caption-02: $caption-02,
|
|
521
522
|
label-01: $label-01,
|
|
523
|
+
label-02: $label-02,
|
|
522
524
|
helper-text-01: $helper-text-01,
|
|
525
|
+
helper-text-02: $helper-text-02,
|
|
523
526
|
body-short-01: $body-short-01,
|
|
524
527
|
body-short-02: $body-short-02,
|
|
525
528
|
body-long-01: $body-long-01,
|