@carbon/colors 10.20.0-rc.0 → 10.21.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 +0 -6
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -137,12 +137,6 @@ blue[50]; // Using the `blue` object.
|
|
|
137
137
|
warmGray100; // Using the `warmGray100` variable.
|
|
138
138
|
```
|
|
139
139
|
|
|
140
|
-
## 📖 API Documentation
|
|
141
|
-
|
|
142
|
-
If you're looking for `@carbon/colors` API documentation, check out:
|
|
143
|
-
|
|
144
|
-
- [Sass](./docs/sass.md)
|
|
145
|
-
|
|
146
140
|
## 📚 Examples
|
|
147
141
|
|
|
148
142
|
If you're looking for more examples on how to use `@carbon/colors`, we have some
|
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.21.0",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "lib/index.js",
|
|
7
7
|
"module": "es/index.js",
|
|
@@ -31,14 +31,14 @@
|
|
|
31
31
|
"access": "public"
|
|
32
32
|
},
|
|
33
33
|
"scripts": {
|
|
34
|
-
"build": "yarn clean && carbon-cli bundle src/index.js --name CarbonColors && node tasks/build.js && carbon-cli check \"scss/*.scss\"
|
|
34
|
+
"build": "yarn clean && carbon-cli bundle src/index.js --name CarbonColors && node tasks/build.js && carbon-cli check \"scss/*.scss\"",
|
|
35
35
|
"clean": "rimraf css es lib umd scss index.scss"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
|
-
"@carbon/cli": "^10.
|
|
38
|
+
"@carbon/cli": "^10.20.0",
|
|
39
39
|
"@carbon/cli-reporter": "^10.4.0",
|
|
40
|
-
"@carbon/scss-generator": "^10.
|
|
41
|
-
"@carbon/test-utils": "^10.
|
|
40
|
+
"@carbon/scss-generator": "^10.13.0",
|
|
41
|
+
"@carbon/test-utils": "^10.15.0",
|
|
42
42
|
"change-case": "^4.1.1",
|
|
43
43
|
"core-js": "^3.6.5",
|
|
44
44
|
"fs-extra": "^8.1.0",
|
|
@@ -51,5 +51,5 @@
|
|
|
51
51
|
"sassDir": "scss",
|
|
52
52
|
"needs": "^1.3.0"
|
|
53
53
|
},
|
|
54
|
-
"gitHead": "
|
|
54
|
+
"gitHead": "f4f5ac5a33f77b799d9e4533287db8912e40cd1b"
|
|
55
55
|
}
|