@carbon/themes 11.45.0 → 11.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.
Files changed (2) hide show
  1. package/README.md +1 -2
  2. package/package.json +7 -7
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://www.carbondesignsystem.com/guidelines/color/usage)
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.45.0",
4
+ "version": "11.47.0-rc.0",
5
5
  "license": "Apache-2.0",
6
6
  "main": "lib/index.js",
7
7
  "module": "es/index.js",
@@ -31,19 +31,19 @@
31
31
  "postinstall": "ibmtelemetry --config=telemetry.yml"
32
32
  },
33
33
  "dependencies": {
34
- "@carbon/colors": "^11.28.0",
35
- "@carbon/layout": "^11.28.0",
36
- "@carbon/type": "^11.34.0",
34
+ "@carbon/colors": "^11.30.0-rc.0",
35
+ "@carbon/layout": "^11.30.0-rc.0",
36
+ "@carbon/type": "^11.36.0-rc.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.23.0",
43
+ "@carbon/cli": "^11.24.0-rc.0",
44
44
  "@carbon/cli-reporter": "^10.7.0",
45
45
  "@carbon/scss-generator": "^10.19.0",
46
- "@carbon/test-utils": "^10.34.0",
46
+ "@carbon/test-utils": "^10.35.0",
47
47
  "change-case": "^4.1.1",
48
48
  "core-js": "^3.16.0",
49
49
  "fs-extra": "^11.0.0",
@@ -51,5 +51,5 @@
51
51
  "rimraf": "^6.0.0"
52
52
  },
53
53
  "sideEffects": false,
54
- "gitHead": "1896aed10907f83fb95b18ed87410b6ab2a3f451"
54
+ "gitHead": "faf649817d3be3e8e258aba866e14e9378b5c68e"
55
55
  }