@nxtedition/types 23.0.4 → 23.0.5

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/dist/index.d.ts CHANGED
@@ -104,6 +104,7 @@ export type Records = {
104
104
  [type: string]: null | string | {
105
105
  priority?: number;
106
106
  label: string;
107
+ icon?: string;
107
108
  };
108
109
  };
109
110
  } & AssetRecords;
package/dist/schema.json CHANGED
@@ -3456,6 +3456,9 @@
3456
3456
  {
3457
3457
  "additionalProperties": false,
3458
3458
  "properties": {
3459
+ "icon": {
3460
+ "type": "string"
3461
+ },
3459
3462
  "label": {
3460
3463
  "type": "string"
3461
3464
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nxtedition/types",
3
- "version": "23.0.4",
3
+ "version": "23.0.5",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "scripts": {