@uniformdev/assets 19.161.2-alpha.1 → 19.164.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
@@ -487,15 +487,9 @@ interface external {
487
487
  * @default null
488
488
  */
489
489
  categoryId?: string | null;
490
- /**
491
- * @description Description of the component definition
492
- * @default null
493
- */
490
+ /** @description Description of the component definition */
494
491
  description?: string;
495
- /**
496
- * @description Description of the component definition
497
- * @default null
498
- */
492
+ /** @description Description of the component definition */
499
493
  previewImageUrl?: string;
500
494
  /**
501
495
  * @description if this component uses team permissions or custom permissions
@@ -539,10 +533,7 @@ interface external {
539
533
  thumbnailField?: string | null;
540
534
  /** @description The fields for this content type. Fields are key-value pairs that can be text, numbers, JSON objects, etc. */
541
535
  fields?: external["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["ComponentDefinitionParameter"][];
542
- /**
543
- * @description Description of the content type
544
- * @default null
545
- */
536
+ /** @description Description of the content type */
546
537
  description?: string;
547
538
  /**
548
539
  * @description Icon name for the content type (e.g. 'screen')
package/dist/index.d.ts CHANGED
@@ -487,15 +487,9 @@ interface external {
487
487
  * @default null
488
488
  */
489
489
  categoryId?: string | null;
490
- /**
491
- * @description Description of the component definition
492
- * @default null
493
- */
490
+ /** @description Description of the component definition */
494
491
  description?: string;
495
- /**
496
- * @description Description of the component definition
497
- * @default null
498
- */
492
+ /** @description Description of the component definition */
499
493
  previewImageUrl?: string;
500
494
  /**
501
495
  * @description if this component uses team permissions or custom permissions
@@ -539,10 +533,7 @@ interface external {
539
533
  thumbnailField?: string | null;
540
534
  /** @description The fields for this content type. Fields are key-value pairs that can be text, numbers, JSON objects, etc. */
541
535
  fields?: external["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["ComponentDefinitionParameter"][];
542
- /**
543
- * @description Description of the content type
544
- * @default null
545
- */
536
+ /** @description Description of the content type */
546
537
  description?: string;
547
538
  /**
548
539
  * @description Icon name for the content type (e.g. 'screen')
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/assets",
3
- "version": "19.161.2-alpha.1+d59167950a",
3
+ "version": "19.164.0",
4
4
  "description": "Uniform Assets",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "./dist/index.js",
@@ -36,7 +36,7 @@
36
36
  "access": "public"
37
37
  },
38
38
  "dependencies": {
39
- "@uniformdev/context": "19.161.2-alpha.1+d59167950a"
39
+ "@uniformdev/context": "19.164.0"
40
40
  },
41
- "gitHead": "d59167950aa13607d01052f435e2e6b440e8cee6"
41
+ "gitHead": "016e3b85373592ca9beb19593aa120247b638c06"
42
42
  }