@carbon/type 11.0.0 → 11.1.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/README.md +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -85,7 +85,7 @@ what we call type styles. These tokens have a variety of properties for styling
|
|
|
85
85
|
how text is rendered on a page.
|
|
86
86
|
|
|
87
87
|
You can find a full reference of the type styles that are available on the
|
|
88
|
-
[Carbon Design System website](https://www.carbondesignsystem.com/guidelines/typography/
|
|
88
|
+
[Carbon Design System website](https://www.carbondesignsystem.com/guidelines/typography/type-sets)
|
|
89
89
|
.
|
|
90
90
|
|
|
91
91
|
You can include a token in your Sass file by writing:
|
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.0.0",
|
|
4
|
+
"version": "11.1.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 scss/_inlined scss/vendor"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@carbon/grid": "^11.0.0"
|
|
40
|
+
"@carbon/grid": "^11.1.0-rc.0"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"@carbon/cli": "^11.0.0",
|
|
44
|
-
"@carbon/test-utils": "^10.
|
|
44
|
+
"@carbon/test-utils": "^10.23.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": "8487e08b549acfed947b37fccd37ed38fe9b5aa6"
|
|
56
56
|
}
|