@carbon/themes 11.14.0 → 11.15.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 -1
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -103,7 +103,7 @@ If you're looking for `@carbon/themes` API documentation, check out:
103
103
  If you're looking for more examples on how to use `@carbon/themes`, we have some
104
104
  examples that you can check out:
105
105
 
106
- - [preview-v11](./examples/preview-v11)
106
+ - [preview](./examples/preview)
107
107
  - [sass-modules](./examples/sass-modules)
108
108
 
109
109
  ## 🙌 Contributing
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.14.0",
4
+ "version": "11.15.0",
5
5
  "license": "Apache-2.0",
6
6
  "main": "lib/index.js",
7
7
  "module": "es/index.js",
@@ -29,15 +29,15 @@
29
29
  "build": "yarn clean && carbon-cli bundle src/index.js --name CarbonThemes && babel-node --presets '@babel/preset-env' tasks/build.js && carbon-cli check \"scss/*.scss\""
30
30
  },
31
31
  "dependencies": {
32
- "@carbon/colors": "^11.10.0",
33
- "@carbon/layout": "^11.9.0",
34
- "@carbon/type": "^11.13.0",
32
+ "@carbon/colors": "^11.11.0",
33
+ "@carbon/layout": "^11.10.0",
34
+ "@carbon/type": "^11.14.0",
35
35
  "color": "^4.0.0"
36
36
  },
37
37
  "devDependencies": {
38
38
  "@babel/node": "^7.17.10",
39
39
  "@babel/preset-env": "^7.18.2",
40
- "@carbon/cli": "^11.7.0",
40
+ "@carbon/cli": "^11.8.0",
41
41
  "@carbon/cli-reporter": "^10.5.0",
42
42
  "@carbon/scss-generator": "^10.15.0",
43
43
  "@carbon/test-utils": "^10.26.0",
@@ -48,5 +48,5 @@
48
48
  "rimraf": "^3.0.0"
49
49
  },
50
50
  "sideEffects": false,
51
- "gitHead": "8206000d08eba6a443d7846b692a3543a47a6e66"
51
+ "gitHead": "b115fef8c7d19ed31ed3aeeb2b7f95f8be0738b6"
52
52
  }