@carbon/colors 11.14.0-rc.0 → 11.15.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/es/index.js CHANGED
@@ -4,6 +4,7 @@
4
4
  * This source code is licensed under the Apache-2.0 license found in the
5
5
  * LICENSE file in the root directory of this source tree.
6
6
  */
7
+
7
8
  var black = '#000000';
8
9
  var black100 = black;
9
10
  var blackHover = '#212121';
package/lib/index.js CHANGED
@@ -8,6 +8,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
8
8
  * This source code is licensed under the Apache-2.0 license found in the
9
9
  * LICENSE file in the root directory of this source tree.
10
10
  */
11
+
11
12
  var black = '#000000';
12
13
  var black100 = black;
13
14
  var blackHover = '#212121';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@carbon/colors",
3
3
  "description": "Colors for digital and software products using the Carbon Design System",
4
- "version": "11.14.0-rc.0",
4
+ "version": "11.15.0-rc.0",
5
5
  "license": "Apache-2.0",
6
6
  "main": "lib/index.js",
7
7
  "module": "es/index.js",
@@ -36,13 +36,13 @@
36
36
  "clean": "rimraf css es lib umd scss index.scss"
37
37
  },
38
38
  "devDependencies": {
39
- "@carbon/cli": "^11.9.0",
39
+ "@carbon/cli": "^11.10.0-rc.0",
40
40
  "@carbon/cli-reporter": "^10.6.0",
41
- "@carbon/scss-generator": "^10.16.0",
42
- "@carbon/test-utils": "^10.28.0-rc.0",
41
+ "@carbon/scss-generator": "^10.17.0-rc.0",
42
+ "@carbon/test-utils": "^10.29.0-rc.0",
43
43
  "change-case": "^4.1.1",
44
44
  "fs-extra": "^10.0.0",
45
- "rimraf": "^4.0.0"
45
+ "rimraf": "^5.0.0"
46
46
  },
47
47
  "sideEffects": false,
48
48
  "eyeglass": {
@@ -51,5 +51,5 @@
51
51
  "sassDir": "scss",
52
52
  "needs": "^1.3.0"
53
53
  },
54
- "gitHead": "af6bbf9ea6a025c19a041ea352dfde798e1cd22f"
54
+ "gitHead": "64172da793195b868dd5f4cbf9f2933184ed9cac"
55
55
  }
package/umd/index.js CHANGED
@@ -10,6 +10,7 @@
10
10
  * This source code is licensed under the Apache-2.0 license found in the
11
11
  * LICENSE file in the root directory of this source tree.
12
12
  */
13
+
13
14
  var black = '#000000';
14
15
  var black100 = black;
15
16
  var blackHover = '#212121';