@carbon/elements 10.46.0 → 10.47.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/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@carbon/elements",
|
|
3
3
|
"description": "A collection of design elements in code for the IBM Design Language",
|
|
4
|
-
"version": "10.
|
|
4
|
+
"version": "10.47.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
|
"dependencies": {
|
|
38
38
|
"@carbon/colors": "^10.34.0",
|
|
39
39
|
"@carbon/grid": "^10.39.0",
|
|
40
|
-
"@carbon/icons": "^10.
|
|
40
|
+
"@carbon/icons": "^10.43.0-rc.0",
|
|
41
41
|
"@carbon/import-once": "^10.6.0",
|
|
42
42
|
"@carbon/layout": "^10.34.0",
|
|
43
43
|
"@carbon/motion": "^10.26.0",
|
|
44
|
-
"@carbon/themes": "^10.
|
|
44
|
+
"@carbon/themes": "^10.47.0-rc.0",
|
|
45
45
|
"@carbon/type": "^10.38.0"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
@@ -51,5 +51,5 @@
|
|
|
51
51
|
"replace-in-file": "^3.4.2",
|
|
52
52
|
"rimraf": "^3.0.0"
|
|
53
53
|
},
|
|
54
|
-
"gitHead": "
|
|
54
|
+
"gitHead": "ca5da0de81f653fecfc7272d7771f0e0aa9c35c7"
|
|
55
55
|
}
|
|
@@ -279,8 +279,8 @@ $g90: (
|
|
|
279
279
|
border-disabled: #393939,
|
|
280
280
|
text-primary: #f4f4f4,
|
|
281
281
|
text-secondary: #c6c6c6,
|
|
282
|
-
text-placeholder: #
|
|
283
|
-
text-helper: #
|
|
282
|
+
text-placeholder: #8d8d8d,
|
|
283
|
+
text-helper: #c6c6c6,
|
|
284
284
|
text-error: #ffb3b8,
|
|
285
285
|
text-inverse: #161616,
|
|
286
286
|
text-on-color: #ffffff,
|
|
@@ -385,7 +385,7 @@ $g100: (
|
|
|
385
385
|
text-primary: #f4f4f4,
|
|
386
386
|
text-secondary: #c6c6c6,
|
|
387
387
|
text-placeholder: #6f6f6f,
|
|
388
|
-
text-helper: #
|
|
388
|
+
text-helper: #a8a8a8,
|
|
389
389
|
text-error: #ffb3b8,
|
|
390
390
|
text-inverse: #161616,
|
|
391
391
|
text-on-color: #ffffff,
|