@carbon/elements 11.87.0-rc.0 → 11.88.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@carbon/elements",
3
3
  "description": "A collection of design elements in code for the IBM Design Language",
4
- "version": "11.87.0-rc.0",
4
+ "version": "11.88.0-rc.0",
5
5
  "license": "Apache-2.0",
6
6
  "main": "lib/index.js",
7
7
  "module": "es/index.js",
@@ -39,20 +39,20 @@
39
39
  "postinstall": "ibmtelemetry --config=telemetry.yml"
40
40
  },
41
41
  "dependencies": {
42
- "@carbon/colors": "^11.50.0-rc.0",
43
- "@carbon/grid": "^11.53.0-rc.0",
44
- "@carbon/icons": "^11.78.0-rc.0",
45
- "@carbon/layout": "^11.51.0-rc.0",
46
- "@carbon/motion": "^11.44.0-rc.0",
47
- "@carbon/themes": "^11.71.0-rc.0",
48
- "@carbon/type": "^11.57.0-rc.0",
42
+ "@carbon/colors": "^11.51.0-rc.0",
43
+ "@carbon/grid": "^11.54.0-rc.0",
44
+ "@carbon/icons": "^11.79.0-rc.0",
45
+ "@carbon/layout": "^11.52.0-rc.0",
46
+ "@carbon/motion": "^11.45.0-rc.0",
47
+ "@carbon/themes": "^11.72.0-rc.0",
48
+ "@carbon/type": "^11.58.0-rc.0",
49
49
  "@ibm/telemetry-js": "^1.5.0"
50
50
  },
51
51
  "devDependencies": {
52
- "@carbon/cli": "^11.42.0",
52
+ "@carbon/cli": "^11.43.0-rc.0",
53
53
  "fs-extra": "^11.0.0",
54
54
  "klaw-sync": "^6.0.0",
55
55
  "rimraf": "^6.0.1"
56
56
  },
57
- "gitHead": "46468fea0239275746d5af6a96bfac1d163c693e"
57
+ "gitHead": "20a00767571db791cac99d499527e2f995ead478"
58
58
  }
@@ -371,6 +371,7 @@ exports[`Public API should only change with a semver change 1`] = `
371
371
  "syntaxDefinition",
372
372
  "syntaxDefinitionKeyword",
373
373
  "syntaxDefinitionOperator",
374
+ "syntaxDeleted",
374
375
  "syntaxDerefOperator",
375
376
  "syntaxDocComment",
376
377
  "syntaxDocString",
@@ -386,6 +387,7 @@ exports[`Public API should only change with a semver change 1`] = `
386
387
  "syntaxHeading4",
387
388
  "syntaxHeading5",
388
389
  "syntaxHeading6",
390
+ "syntaxInserted",
389
391
  "syntaxInteger",
390
392
  "syntaxInvalid",
391
393
  "syntaxKeyword",