@uniformdev/canvas 19.100.0 → 19.103.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/dist/index.d.mts CHANGED
@@ -3201,6 +3201,8 @@ interface components$4 {
3201
3201
  _id: string;
3202
3202
  /** @description The name of the entry. */
3203
3203
  _name?: string;
3204
+ /** @description The thumbnail URL of the entry. */
3205
+ _thumbnail?: string;
3204
3206
  /** @description The slug of the entry. */
3205
3207
  _slug?: string;
3206
3208
  /** @description Name of the author of the most recent change. */
@@ -11340,6 +11342,8 @@ interface external$3 {
11340
11342
  _id: string;
11341
11343
  /** @description The name of the entry. */
11342
11344
  _name?: string;
11345
+ /** @description The thumbnail URL of the entry. */
11346
+ _thumbnail?: string;
11343
11347
  /** @description The slug of the entry. */
11344
11348
  _slug?: string;
11345
11349
  /** @description Name of the author of the most recent change. */
package/dist/index.d.ts CHANGED
@@ -3201,6 +3201,8 @@ interface components$4 {
3201
3201
  _id: string;
3202
3202
  /** @description The name of the entry. */
3203
3203
  _name?: string;
3204
+ /** @description The thumbnail URL of the entry. */
3205
+ _thumbnail?: string;
3204
3206
  /** @description The slug of the entry. */
3205
3207
  _slug?: string;
3206
3208
  /** @description Name of the author of the most recent change. */
@@ -11340,6 +11342,8 @@ interface external$3 {
11340
11342
  _id: string;
11341
11343
  /** @description The name of the entry. */
11342
11344
  _name?: string;
11345
+ /** @description The thumbnail URL of the entry. */
11346
+ _thumbnail?: string;
11343
11347
  /** @description The slug of the entry. */
11344
11348
  _slug?: string;
11345
11349
  /** @description Name of the author of the most recent change. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/canvas",
3
- "version": "19.100.0",
3
+ "version": "19.103.0",
4
4
  "description": "Common functionality and types for Uniform Canvas",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "./dist/index.js",
@@ -38,8 +38,8 @@
38
38
  "pusher-js": "8.2.0"
39
39
  },
40
40
  "dependencies": {
41
- "@uniformdev/assets": "19.100.0",
42
- "@uniformdev/context": "19.100.0",
41
+ "@uniformdev/assets": "19.103.0",
42
+ "@uniformdev/context": "19.103.0",
43
43
  "immer": "10.0.3"
44
44
  },
45
45
  "files": [
@@ -48,5 +48,5 @@
48
48
  "publishConfig": {
49
49
  "access": "public"
50
50
  },
51
- "gitHead": "3a7c70c06a71b4ecc211ab15eb3bb185480ccf36"
51
+ "gitHead": "ebdcac3a77d293bff272925f62f8c1c10be855bc"
52
52
  }