@carbon/icons 10.24.0 → 10.26.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 -7
- package/metadata.json +8 -1
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -101,13 +101,6 @@ You can view a full reference of our icons
|
|
|
101
101
|
[here](https://carbon-elements.netlify.com/icons/examples/preview/) . This is
|
|
102
102
|
useful for finding the path information in order to import an icon.
|
|
103
103
|
|
|
104
|
-
## 📖 API Documentation
|
|
105
|
-
|
|
106
|
-
If you're looking for `@carbon/icons` API documentation, check out:
|
|
107
|
-
|
|
108
|
-
- [Contributing](./docs/contributing.md)
|
|
109
|
-
- [Sass](./docs/sass.md)
|
|
110
|
-
|
|
111
104
|
## 🙌 Contributing
|
|
112
105
|
|
|
113
106
|
We're always looking for contributors to help us fix bugs, build new features,
|
package/metadata.json
CHANGED
|
@@ -172602,7 +172602,14 @@
|
|
|
172602
172602
|
"spaceship",
|
|
172603
172603
|
"spacecraft",
|
|
172604
172604
|
"boost",
|
|
172605
|
-
"launch"
|
|
172605
|
+
"launch",
|
|
172606
|
+
"deploy",
|
|
172607
|
+
"start",
|
|
172608
|
+
"send",
|
|
172609
|
+
"space",
|
|
172610
|
+
"orbit",
|
|
172611
|
+
"pitch",
|
|
172612
|
+
"propel"
|
|
172606
172613
|
],
|
|
172607
172614
|
"sizes": [
|
|
172608
172615
|
32
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@carbon/icons",
|
|
3
3
|
"description": "Icons for digital and software products using the Carbon Design System",
|
|
4
|
-
"version": "10.
|
|
4
|
+
"version": "10.26.0",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "lib/index.js",
|
|
7
7
|
"module": "es/index.js",
|
|
@@ -32,15 +32,15 @@
|
|
|
32
32
|
"access": "public"
|
|
33
33
|
},
|
|
34
34
|
"scripts": {
|
|
35
|
-
"build": "yarn clean && node tasks/build.js
|
|
35
|
+
"build": "yarn clean && node tasks/build.js",
|
|
36
36
|
"ci-check": "node tasks/ci-check.js",
|
|
37
37
|
"clean": "rimraf es lib metadata.json svg",
|
|
38
38
|
"prepublishOnly": "yarn build"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
|
-
"@carbon/cli": "^10.
|
|
42
|
-
"@carbon/icon-build-helpers": "^0.
|
|
41
|
+
"@carbon/cli": "^10.20.0",
|
|
42
|
+
"@carbon/icon-build-helpers": "^0.16.0",
|
|
43
43
|
"rimraf": "^3.0.2"
|
|
44
44
|
},
|
|
45
|
-
"gitHead": "
|
|
45
|
+
"gitHead": "f4f5ac5a33f77b799d9e4533287db8912e40cd1b"
|
|
46
46
|
}
|