@uniformdev/canvas 20.13.0 → 20.13.2

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
@@ -553,7 +553,7 @@ interface components$n {
553
553
  categoryId?: string | null;
554
554
  /** @description Description of the component definition */
555
555
  description?: string;
556
- /** @description Description of the component definition */
556
+ /** @description Preview image URL for the component definition (shown in the UI) */
557
557
  previewImageUrl?: string;
558
558
  /**
559
559
  * @description if this component uses team permissions or custom permissions
@@ -778,7 +778,7 @@ interface components$m {
778
778
  categoryId?: string | null;
779
779
  /** @description Description of the component definition */
780
780
  description?: string;
781
- /** @description Description of the component definition */
781
+ /** @description Preview image URL for the component definition (shown in the UI) */
782
782
  previewImageUrl?: string;
783
783
  /**
784
784
  * @description if this component uses team permissions or custom permissions
package/dist/index.d.ts CHANGED
@@ -553,7 +553,7 @@ interface components$n {
553
553
  categoryId?: string | null;
554
554
  /** @description Description of the component definition */
555
555
  description?: string;
556
- /** @description Description of the component definition */
556
+ /** @description Preview image URL for the component definition (shown in the UI) */
557
557
  previewImageUrl?: string;
558
558
  /**
559
559
  * @description if this component uses team permissions or custom permissions
@@ -778,7 +778,7 @@ interface components$m {
778
778
  categoryId?: string | null;
779
779
  /** @description Description of the component definition */
780
780
  description?: string;
781
- /** @description Description of the component definition */
781
+ /** @description Preview image URL for the component definition (shown in the UI) */
782
782
  previewImageUrl?: string;
783
783
  /**
784
784
  * @description if this component uses team permissions or custom permissions
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/canvas",
3
- "version": "20.13.0",
3
+ "version": "20.13.2",
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,9 +38,9 @@
38
38
  "p-throttle": "5.0.0"
39
39
  },
40
40
  "dependencies": {
41
- "@uniformdev/assets": "20.13.0",
42
- "@uniformdev/context": "20.13.0",
43
- "@uniformdev/richtext": "20.13.0",
41
+ "@uniformdev/assets": "20.13.2",
42
+ "@uniformdev/context": "20.13.2",
43
+ "@uniformdev/richtext": "20.13.2",
44
44
  "immer": "10.1.1"
45
45
  },
46
46
  "files": [
@@ -49,5 +49,5 @@
49
49
  "publishConfig": {
50
50
  "access": "public"
51
51
  },
52
- "gitHead": "36c83896202c3bc07890f4ce940fb2047fa51042"
52
+ "gitHead": "a9f1943df4e10e77972224d0e2d679e4fcda25c6"
53
53
  }