@carbon/type 10.16.0-rc.0 → 10.18.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,11 +1,15 @@
|
|
|
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.18.0",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "lib/index.js",
|
|
7
7
|
"module": "es/index.js",
|
|
8
|
-
"repository":
|
|
8
|
+
"repository": {
|
|
9
|
+
"type": "git",
|
|
10
|
+
"url": "https://github.com/carbon-design-system/carbon.git",
|
|
11
|
+
"directory": "packages/type"
|
|
12
|
+
},
|
|
9
13
|
"bugs": "https://github.com/carbon-design-system/carbon/issues",
|
|
10
14
|
"files": [
|
|
11
15
|
"es",
|
|
@@ -32,12 +36,12 @@
|
|
|
32
36
|
"clean": "rimraf css es lib umd scss/_inlined scss/vendor"
|
|
33
37
|
},
|
|
34
38
|
"dependencies": {
|
|
35
|
-
"@carbon/import-once": "^10.
|
|
36
|
-
"@carbon/layout": "^10.
|
|
39
|
+
"@carbon/import-once": "^10.4.0",
|
|
40
|
+
"@carbon/layout": "^10.15.0"
|
|
37
41
|
},
|
|
38
42
|
"devDependencies": {
|
|
39
|
-
"@carbon/bundler": "^10.
|
|
40
|
-
"@carbon/test-utils": "^10.
|
|
43
|
+
"@carbon/bundler": "^10.10.0",
|
|
44
|
+
"@carbon/test-utils": "^10.13.0",
|
|
41
45
|
"change-case": "^4.1.1",
|
|
42
46
|
"rimraf": "^3.0.0"
|
|
43
47
|
},
|
|
@@ -47,5 +51,5 @@
|
|
|
47
51
|
"sassDir": "scss",
|
|
48
52
|
"needs": "^1.3.0"
|
|
49
53
|
},
|
|
50
|
-
"gitHead": "
|
|
54
|
+
"gitHead": "0797f3112f8a97636d05d81a3457482884364528"
|
|
51
55
|
}
|
package/scss/_font-family.scss
CHANGED
|
@@ -23,7 +23,7 @@ $carbon--font-families: (
|
|
|
23
23
|
"'IBM Plex Sans Hebrew', 'Helvetica Hebrew', 'Arial Hebrew', sans-serif"
|
|
24
24
|
),
|
|
25
25
|
'serif': unquote("'IBM Plex Serif', 'Georgia', Times, serif"),
|
|
26
|
-
);
|
|
26
|
+
) !default;
|
|
27
27
|
|
|
28
28
|
/// Get the font-family for an IBM Plex font
|
|
29
29
|
/// @param {String} $name
|
|
@@ -50,7 +50,7 @@ $carbon--font-weights: (
|
|
|
50
50
|
'light': 300,
|
|
51
51
|
'regular': 400,
|
|
52
52
|
'semibold': 600,
|
|
53
|
-
);
|
|
53
|
+
) !default;
|
|
54
54
|
|
|
55
55
|
/// Retrieve the font-weight value for a given name
|
|
56
56
|
/// @param {String} $weight
|
|
@@ -23,7 +23,7 @@ $carbon--font-families: (
|
|
|
23
23
|
"'IBM Plex Sans Hebrew', 'Helvetica Hebrew', 'Arial Hebrew', sans-serif"
|
|
24
24
|
),
|
|
25
25
|
'serif': unquote("'IBM Plex Serif', 'Georgia', Times, serif"),
|
|
26
|
-
);
|
|
26
|
+
) !default;
|
|
27
27
|
|
|
28
28
|
/// Get the font-family for an IBM Plex font
|
|
29
29
|
/// @param {String} $name
|
|
@@ -50,7 +50,7 @@ $carbon--font-weights: (
|
|
|
50
50
|
'light': 300,
|
|
51
51
|
'regular': 400,
|
|
52
52
|
'semibold': 600,
|
|
53
|
-
);
|
|
53
|
+
) !default;
|
|
54
54
|
|
|
55
55
|
/// Retrieve the font-weight value for a given name
|
|
56
56
|
/// @param {String} $weight
|