@carbon/icons 10.25.0 → 10.27.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/metadata.json +8 -1
- package/package.json +4 -4
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.27.0",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "lib/index.js",
|
|
7
7
|
"module": "es/index.js",
|
|
@@ -38,9 +38,9 @@
|
|
|
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.17.0",
|
|
43
43
|
"rimraf": "^3.0.2"
|
|
44
44
|
},
|
|
45
|
-
"gitHead": "
|
|
45
|
+
"gitHead": "d3dc7ca3254a97d52d39ef8d26b9afdbc1235390"
|
|
46
46
|
}
|