@uniformdev/assets 19.89.0 → 19.90.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
@@ -622,6 +622,15 @@ interface external {
622
622
  _slug?: string | null;
623
623
  /** @description Friendly name of this component. */
624
624
  _name: string;
625
+ /** @description Indicates this component instance should be sourced from a pattern library pattern. */
626
+ _pattern?: string;
627
+ /**
628
+ * @description Data definitions coming from a pattern resolved for this component. Merged with _dataResources during resolution.
629
+ * Means nothing for PUTs; it will be ignored.
630
+ */
631
+ _patternDataResources?: {
632
+ [key: string]: external["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["DataResourceDefinition"];
633
+ };
625
634
  _dataResources?: external["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["DataResourceDefinitions"];
626
635
  /**
627
636
  * @description Defines patch overrides to component IDs that live in the composition.
package/dist/index.d.ts CHANGED
@@ -622,6 +622,15 @@ interface external {
622
622
  _slug?: string | null;
623
623
  /** @description Friendly name of this component. */
624
624
  _name: string;
625
+ /** @description Indicates this component instance should be sourced from a pattern library pattern. */
626
+ _pattern?: string;
627
+ /**
628
+ * @description Data definitions coming from a pattern resolved for this component. Merged with _dataResources during resolution.
629
+ * Means nothing for PUTs; it will be ignored.
630
+ */
631
+ _patternDataResources?: {
632
+ [key: string]: external["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["DataResourceDefinition"];
633
+ };
625
634
  _dataResources?: external["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["DataResourceDefinitions"];
626
635
  /**
627
636
  * @description Defines patch overrides to component IDs that live in the composition.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/assets",
3
- "version": "19.89.0",
3
+ "version": "19.90.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.89.0"
39
+ "@uniformdev/context": "19.90.0"
40
40
  },
41
- "gitHead": "247189fb1039d0f81498949534646baaffb8bca7"
41
+ "gitHead": "5fcbc2f570abedb01f09730eb986f024429e2422"
42
42
  }