@carbon/type 11.33.0-rc.0 → 11.33.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 +6 -6
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -24,14 +24,14 @@ yarn add @carbon/type
|
|
|
24
24
|
Design Language. You can use all of these features either in JavaScript or Sass.
|
|
25
25
|
These features include:
|
|
26
26
|
|
|
27
|
-
| Feature | Description
|
|
28
|
-
| ----------------------------- |
|
|
27
|
+
| Feature | Description |
|
|
28
|
+
| ----------------------------- | ------------------------------------------------------------------------------------------------------------- |
|
|
29
29
|
| [Font face](#font-face) | Include IBM Plex™ font faces in your application. Uses Akamai CDN |
|
|
30
|
-
| [Type classes](#type-classes) | Helpers to use type styles directly. Not included by default
|
|
30
|
+
| [Type classes](#type-classes) | Helpers to use type styles directly. Not included by default |
|
|
31
31
|
| [Font family](#font-family) | Defines the font stack for IBM Plex™ in your application, provides helpers for working with font definitions |
|
|
32
|
-
| [Reset](#reset) | Provides a high-level CSS Reset to use in your project
|
|
33
|
-
| [Scale](#type-scale) | Provides the type scale. Can access the size at any given step (step 1, 2, 3, etc)
|
|
34
|
-
| [Styles](#type-styles) | Provides type styles for your application (heading-01, body-long-01, etc)
|
|
32
|
+
| [Reset](#reset) | Provides a high-level CSS Reset to use in your project |
|
|
33
|
+
| [Scale](#type-scale) | Provides the type scale. Can access the size at any given step (step 1, 2, 3, etc) |
|
|
34
|
+
| [Styles](#type-styles) | Provides type styles for your application (heading-01, body-long-01, etc) |
|
|
35
35
|
|
|
36
36
|
The `@carbon/type` package enables you to use typography from the IBM Design
|
|
37
37
|
Language, including the type scale and fonts, along with typography design
|
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.33.0
|
|
4
|
+
"version": "11.33.0",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "lib/index.js",
|
|
7
7
|
"module": "es/index.js",
|
|
@@ -40,13 +40,13 @@
|
|
|
40
40
|
"postinstall": "ibmtelemetry --config=telemetry.yml"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@carbon/grid": "^11.29.0
|
|
44
|
-
"@carbon/layout": "^11.28.0
|
|
43
|
+
"@carbon/grid": "^11.29.0",
|
|
44
|
+
"@carbon/layout": "^11.28.0",
|
|
45
45
|
"@ibm/telemetry-js": "^1.5.0"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
|
-
"@carbon/cli": "^11.23.0
|
|
49
|
-
"@carbon/test-utils": "^10.
|
|
48
|
+
"@carbon/cli": "^11.23.0",
|
|
49
|
+
"@carbon/test-utils": "^10.34.0",
|
|
50
50
|
"change-case": "^4.1.1",
|
|
51
51
|
"css": "^3.0.0",
|
|
52
52
|
"rimraf": "^6.0.0"
|
|
@@ -57,5 +57,5 @@
|
|
|
57
57
|
"sassDir": "scss",
|
|
58
58
|
"needs": "^1.3.0"
|
|
59
59
|
},
|
|
60
|
-
"gitHead": "
|
|
60
|
+
"gitHead": "3141442e5ef367667c8f1d379a1b4a23f67992ad"
|
|
61
61
|
}
|