@carbon/colors 10.34.0 → 10.35.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 +6 -6
- package/umd/index.js +2 -2
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": "10.
|
|
4
|
+
"version": "10.35.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": "^10.
|
|
39
|
+
"@carbon/cli": "^10.32.0-rc.0",
|
|
40
40
|
"@carbon/cli-reporter": "^10.5.0",
|
|
41
41
|
"@carbon/scss-generator": "^10.13.0",
|
|
42
|
-
"@carbon/test-utils": "^10.
|
|
42
|
+
"@carbon/test-utils": "^10.21.0-rc.0",
|
|
43
43
|
"change-case": "^4.1.1",
|
|
44
|
-
"fs-extra": "^
|
|
45
|
-
"node-sass": "^
|
|
44
|
+
"fs-extra": "^10.0.0",
|
|
45
|
+
"node-sass": "^7.0.1",
|
|
46
46
|
"rimraf": "^3.0.0"
|
|
47
47
|
},
|
|
48
48
|
"sideEffects": false,
|
|
@@ -52,5 +52,5 @@
|
|
|
52
52
|
"sassDir": "scss",
|
|
53
53
|
"needs": "^1.3.0"
|
|
54
54
|
},
|
|
55
|
-
"gitHead": "
|
|
55
|
+
"gitHead": "a8bade7e1200220296e8ed13621c7a1a88206f0e"
|
|
56
56
|
}
|
package/umd/index.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
|
|
3
3
|
typeof define === 'function' && define.amd ? define(['exports'], factory) :
|
|
4
4
|
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.CarbonColors = {}));
|
|
5
|
-
}(this, (function (exports) { 'use strict';
|
|
5
|
+
})(this, (function (exports) { 'use strict';
|
|
6
6
|
|
|
7
7
|
/**
|
|
8
8
|
* Copyright IBM Corp. 2018, 2018
|
|
@@ -879,4 +879,4 @@
|
|
|
879
879
|
|
|
880
880
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
881
881
|
|
|
882
|
-
}))
|
|
882
|
+
}));
|