@uniformdev/assets 19.202.0 → 19.204.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
@@ -461,6 +461,13 @@ interface components$1 {
461
461
  [key: string]: components$1["schemas"]["ComponentInstance"][];
462
462
  };
463
463
  variant?: string;
464
+ /** @description Overrides data resource definitions for a pattern component.
465
+ * Object keys defined under this property override the corresponding keys in the pattern's data resources.
466
+ * Overrides defined here replace values in either _dataResources or _patternDataResources on the target component.
467
+ * */
468
+ dataResources?: {
469
+ [key: string]: components$1["schemas"]["DataResourceDefinition"];
470
+ };
464
471
  };
465
472
  /** @description Defines how a component on a pattern may have its values overridden.
466
473
  * NOTE: Data resources' overridability is defined in the data resource definition, not here.
package/dist/index.d.ts CHANGED
@@ -461,6 +461,13 @@ interface components$1 {
461
461
  [key: string]: components$1["schemas"]["ComponentInstance"][];
462
462
  };
463
463
  variant?: string;
464
+ /** @description Overrides data resource definitions for a pattern component.
465
+ * Object keys defined under this property override the corresponding keys in the pattern's data resources.
466
+ * Overrides defined here replace values in either _dataResources or _patternDataResources on the target component.
467
+ * */
468
+ dataResources?: {
469
+ [key: string]: components$1["schemas"]["DataResourceDefinition"];
470
+ };
464
471
  };
465
472
  /** @description Defines how a component on a pattern may have its values overridden.
466
473
  * NOTE: Data resources' overridability is defined in the data resource definition, not here.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/assets",
3
- "version": "19.202.0",
3
+ "version": "19.204.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.202.0"
39
+ "@uniformdev/context": "19.204.0"
40
40
  },
41
- "gitHead": "133a9ea4d2d3794e2d05ad8277f6bb3803d109d7"
41
+ "gitHead": "526d22d188132e5d47dc117808be6ead40532cb1"
42
42
  }