@uniformdev/assets 19.202.0 → 19.203.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 +7 -0
- package/dist/index.d.ts +7 -0
- package/package.json +3 -3
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.
|
|
3
|
+
"version": "19.203.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.
|
|
39
|
+
"@uniformdev/context": "19.203.0"
|
|
40
40
|
},
|
|
41
|
-
"gitHead": "
|
|
41
|
+
"gitHead": "fd2dc597c7909df1e00d9a0eb307ffac2ff72991"
|
|
42
42
|
}
|