@carbon/icons 10.30.0-rc.0 → 10.32.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.
Files changed (2) hide show
  1. package/metadata.json +22 -10
  2. package/package.json +4 -4
package/metadata.json CHANGED
@@ -375,7 +375,10 @@
375
375
  "auto colon",
376
376
  "health",
377
377
  "spline",
378
- "s curve"
378
+ "s curve",
379
+ "lineage",
380
+ "data",
381
+ "governance"
379
382
  ],
380
383
  "sizes": [
381
384
  32
@@ -1525,7 +1528,8 @@
1525
1528
  "connection",
1526
1529
  "communication",
1527
1530
  "lattice",
1528
- "group"
1531
+ "group",
1532
+ "dependent"
1529
1533
  ],
1530
1534
  "sizes": [
1531
1535
  32
@@ -13540,7 +13544,8 @@
13540
13544
  "connection",
13541
13545
  "integration",
13542
13546
  "network",
13543
- "network connection"
13547
+ "network connection",
13548
+ "relational"
13544
13549
  ],
13545
13550
  "sizes": [
13546
13551
  32
@@ -38146,7 +38151,8 @@
38146
38151
  "aliases": [
38147
38152
  "center square",
38148
38153
  "cross",
38149
- "square"
38154
+ "square",
38155
+ "focus"
38150
38156
  ],
38151
38157
  "sizes": [
38152
38158
  32
@@ -124842,7 +124848,8 @@
124842
124848
  "4 boxes",
124843
124849
  "2x grid",
124844
124850
  "pattern",
124845
- "grid"
124851
+ "grid",
124852
+ "tile"
124846
124853
  ],
124847
124854
  "sizes": [
124848
124855
  32
@@ -131500,7 +131507,8 @@
131500
131507
  "timer",
131501
131508
  "time",
131502
131509
  "duration",
131503
- "hourglass"
131510
+ "hourglass",
131511
+ "expiry"
131504
131512
  ],
131505
131513
  "sizes": [
131506
131514
  32
@@ -193366,7 +193374,8 @@
193366
193374
  "relationship",
193367
193375
  "tree",
193368
193376
  "org",
193369
- "data"
193377
+ "data",
193378
+ "hierarchy"
193370
193379
  ],
193371
193380
  "sizes": [
193372
193381
  32
@@ -230306,7 +230315,8 @@
230306
230315
  "friendlyName": "Select 01",
230307
230316
  "aliases": [
230308
230317
  "select 01",
230309
- "formatting"
230318
+ "formatting",
230319
+ "marquee"
230310
230320
  ],
230311
230321
  "sizes": [
230312
230322
  32
@@ -236594,7 +236604,8 @@
236594
236604
  "name": "sigma",
236595
236605
  "friendlyName": "Sigma",
236596
236606
  "aliases": [
236597
- "sigma"
236607
+ "sigma",
236608
+ "summary"
236598
236609
  ],
236599
236610
  "sizes": [
236600
236611
  32
@@ -251728,7 +251739,8 @@
251728
251739
  "friendlyName": "Sub volume",
251729
251740
  "aliases": [
251730
251741
  "sub volume",
251731
- "health"
251742
+ "health",
251743
+ "layers"
251732
251744
  ],
251733
251745
  "sizes": [
251734
251746
  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.30.0-rc.0",
4
+ "version": "10.32.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.22.0-rc.0",
42
- "@carbon/icon-build-helpers": "^0.19.0-rc.0",
41
+ "@carbon/cli": "^10.23.0",
42
+ "@carbon/icon-build-helpers": "^0.21.0",
43
43
  "rimraf": "^3.0.2"
44
44
  },
45
- "gitHead": "f82c66b394c5440333efee2bdcd8a85b2414b90c"
45
+ "gitHead": "b00113e8d4cb273a80d9c71f12b741ae6ac360a6"
46
46
  }