@carbon/themes 11.46.0 → 11.47.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 +1 -2
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -26,8 +26,7 @@ are pre-defined for a specific theme. Currently, we offer the following color
|
|
|
26
26
|
themes: white, gray 10, gray 90, gray 100 .
|
|
27
27
|
|
|
28
28
|
You can preview all of the token values for this on the
|
|
29
|
-
[Carbon Design System website](https://
|
|
30
|
-
.
|
|
29
|
+
[Carbon Design System website](https://carbondesignsystem.com/elements/color/usage/).
|
|
31
30
|
|
|
32
31
|
### Sass
|
|
33
32
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@carbon/themes",
|
|
3
3
|
"description": "Themes for applying color in the Carbon Design System",
|
|
4
|
-
"version": "11.
|
|
4
|
+
"version": "11.47.0",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "lib/index.js",
|
|
7
7
|
"module": "es/index.js",
|
|
@@ -31,16 +31,16 @@
|
|
|
31
31
|
"postinstall": "ibmtelemetry --config=telemetry.yml"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@carbon/colors": "^11.
|
|
35
|
-
"@carbon/layout": "^11.
|
|
36
|
-
"@carbon/type": "^11.
|
|
34
|
+
"@carbon/colors": "^11.30.0",
|
|
35
|
+
"@carbon/layout": "^11.30.0",
|
|
36
|
+
"@carbon/type": "^11.36.0",
|
|
37
37
|
"@ibm/telemetry-js": "^1.5.0",
|
|
38
38
|
"color": "^4.0.0"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
41
|
"@babel/node": "^7.24.7",
|
|
42
42
|
"@babel/preset-env": "^7.24.7",
|
|
43
|
-
"@carbon/cli": "^11.
|
|
43
|
+
"@carbon/cli": "^11.24.0",
|
|
44
44
|
"@carbon/cli-reporter": "^10.7.0",
|
|
45
45
|
"@carbon/scss-generator": "^10.19.0",
|
|
46
46
|
"@carbon/test-utils": "^10.35.0",
|
|
@@ -51,5 +51,5 @@
|
|
|
51
51
|
"rimraf": "^6.0.0"
|
|
52
52
|
},
|
|
53
53
|
"sideEffects": false,
|
|
54
|
-
"gitHead": "
|
|
54
|
+
"gitHead": "2a32901cb1c74c149164122f0742305440716d35"
|
|
55
55
|
}
|