@carbon/type 10.35.0-rc.0 → 10.37.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
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.
|
|
4
|
+
"version": "10.37.0",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "lib/index.js",
|
|
7
7
|
"module": "es/index.js",
|
|
@@ -38,11 +38,11 @@
|
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
40
|
"@carbon/import-once": "^10.6.0",
|
|
41
|
-
"@carbon/layout": "^10.
|
|
41
|
+
"@carbon/layout": "^10.33.0"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
|
-
"@carbon/cli": "^10.
|
|
45
|
-
"@carbon/test-utils": "^10.
|
|
44
|
+
"@carbon/cli": "^10.30.0",
|
|
45
|
+
"@carbon/test-utils": "^10.19.0",
|
|
46
46
|
"change-case": "^4.1.1",
|
|
47
47
|
"rimraf": "^3.0.0"
|
|
48
48
|
},
|
|
@@ -52,5 +52,5 @@
|
|
|
52
52
|
"sassDir": "scss",
|
|
53
53
|
"needs": "^1.3.0"
|
|
54
54
|
},
|
|
55
|
-
"gitHead": "
|
|
55
|
+
"gitHead": "90b2b8c089af8fc2f9db25255d4b27d5b16ca5fe"
|
|
56
56
|
}
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
// compatibility file to ensure we continue to support node-sass and dart-sass
|
|
20
20
|
// in v10.
|
|
21
21
|
|
|
22
|
-
|
|
22
|
+
// stylelint-disable number-max-precision
|
|
23
23
|
|
|
24
24
|
@import '../vendor/@carbon/layout/breakpoint';
|
|
25
25
|
@import 'font-family';
|
package/scss/_styles.scss
CHANGED
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
// compatibility file to ensure we continue to support node-sass and dart-sass
|
|
20
20
|
// in v10.
|
|
21
21
|
|
|
22
|
-
|
|
22
|
+
// stylelint-disable number-max-precision
|
|
23
23
|
|
|
24
24
|
@import '@carbon/layout/scss/breakpoint';
|
|
25
25
|
@import 'font-family';
|