@carbon/type 11.54.0 → 11.55.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 +1 -1
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.55.0",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "lib/index.js",
|
|
7
7
|
"module": "es/index.js",
|
|
@@ -41,12 +41,12 @@
|
|
|
41
41
|
"postinstall": "ibmtelemetry --config=telemetry.yml"
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@carbon/grid": "^11.
|
|
45
|
-
"@carbon/layout": "^11.
|
|
44
|
+
"@carbon/grid": "^11.51.0",
|
|
45
|
+
"@carbon/layout": "^11.49.0",
|
|
46
46
|
"@ibm/telemetry-js": "^1.5.0"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
|
-
"@carbon/cli": "^11.
|
|
49
|
+
"@carbon/cli": "^11.41.0",
|
|
50
50
|
"@carbon/test-utils": "^10.40.0",
|
|
51
51
|
"change-case-all": "^2.1.0",
|
|
52
52
|
"css": "^3.0.0",
|
|
@@ -58,5 +58,5 @@
|
|
|
58
58
|
"sassDir": "scss",
|
|
59
59
|
"needs": "^1.3.0"
|
|
60
60
|
},
|
|
61
|
-
"gitHead": "
|
|
61
|
+
"gitHead": "4f48ac426be7302a57460b1c81d74dd5d6071ad6"
|
|
62
62
|
}
|
package/scss/_styles.scss
CHANGED
|
@@ -857,7 +857,7 @@ $tokens: (
|
|
|
857
857
|
}
|
|
858
858
|
}
|
|
859
859
|
|
|
860
|
-
// TODO move following variable and `custom-property` mixin into shared file for
|
|
860
|
+
// TODO: move following variable and `custom-property` mixin into shared file for
|
|
861
861
|
// both `@carbon/type` and `@carbon/themes`
|
|
862
862
|
|
|
863
863
|
/// @access private
|