@uniformdev/assets 20.1.0 → 20.2.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 +12 -0
- package/dist/index.d.ts +12 -0
- package/package.json +3 -3
package/dist/index.d.mts
CHANGED
|
@@ -374,6 +374,12 @@ interface components$1 {
|
|
|
374
374
|
_overrides?: {
|
|
375
375
|
[key: string]: components$1["schemas"]["ComponentOverride"];
|
|
376
376
|
};
|
|
377
|
+
/** @description Overrides coming from a pattern resolved for this component. Merged with _overrides during resolution.
|
|
378
|
+
* Means nothing for PUTs; it will be ignored
|
|
379
|
+
* */
|
|
380
|
+
_patternOverrides?: {
|
|
381
|
+
[key: string]: components$1["schemas"]["ComponentOverride"];
|
|
382
|
+
};
|
|
377
383
|
/** @description When used on a pattern, defines how the pattern's parameters may be overridden
|
|
378
384
|
* by consumers of the pattern.
|
|
379
385
|
*
|
|
@@ -438,6 +444,12 @@ interface components$1 {
|
|
|
438
444
|
_overrides?: {
|
|
439
445
|
[key: string]: components$1["schemas"]["ComponentOverride"];
|
|
440
446
|
};
|
|
447
|
+
/** @description Overrides coming from a pattern resolved for this component. Merged with _overrides during resolution.
|
|
448
|
+
* Means nothing for PUTs; it will be ignored
|
|
449
|
+
* */
|
|
450
|
+
_patternOverrides?: {
|
|
451
|
+
[key: string]: components$1["schemas"]["ComponentOverride"];
|
|
452
|
+
};
|
|
441
453
|
/** @description When used on a pattern, defines how the pattern's parameters may be overridden
|
|
442
454
|
* by consumers of the pattern.
|
|
443
455
|
*
|
package/dist/index.d.ts
CHANGED
|
@@ -374,6 +374,12 @@ interface components$1 {
|
|
|
374
374
|
_overrides?: {
|
|
375
375
|
[key: string]: components$1["schemas"]["ComponentOverride"];
|
|
376
376
|
};
|
|
377
|
+
/** @description Overrides coming from a pattern resolved for this component. Merged with _overrides during resolution.
|
|
378
|
+
* Means nothing for PUTs; it will be ignored
|
|
379
|
+
* */
|
|
380
|
+
_patternOverrides?: {
|
|
381
|
+
[key: string]: components$1["schemas"]["ComponentOverride"];
|
|
382
|
+
};
|
|
377
383
|
/** @description When used on a pattern, defines how the pattern's parameters may be overridden
|
|
378
384
|
* by consumers of the pattern.
|
|
379
385
|
*
|
|
@@ -438,6 +444,12 @@ interface components$1 {
|
|
|
438
444
|
_overrides?: {
|
|
439
445
|
[key: string]: components$1["schemas"]["ComponentOverride"];
|
|
440
446
|
};
|
|
447
|
+
/** @description Overrides coming from a pattern resolved for this component. Merged with _overrides during resolution.
|
|
448
|
+
* Means nothing for PUTs; it will be ignored
|
|
449
|
+
* */
|
|
450
|
+
_patternOverrides?: {
|
|
451
|
+
[key: string]: components$1["schemas"]["ComponentOverride"];
|
|
452
|
+
};
|
|
441
453
|
/** @description When used on a pattern, defines how the pattern's parameters may be overridden
|
|
442
454
|
* by consumers of the pattern.
|
|
443
455
|
*
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/assets",
|
|
3
|
-
"version": "20.
|
|
3
|
+
"version": "20.2.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": "20.
|
|
39
|
+
"@uniformdev/context": "20.2.0"
|
|
40
40
|
},
|
|
41
|
-
"gitHead": "
|
|
41
|
+
"gitHead": "7ca16ddb9f03fffe82a0252d53790fcaa12ebd3c"
|
|
42
42
|
}
|