@uniformdev/assets 20.12.1-alpha.8 → 20.13.2
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 +2 -2
- package/dist/index.d.ts +2 -2
- package/package.json +3 -3
package/dist/index.d.mts
CHANGED
|
@@ -146,7 +146,7 @@ interface components$1 {
|
|
|
146
146
|
categoryId?: string | null;
|
|
147
147
|
/** @description Description of the component definition */
|
|
148
148
|
description?: string;
|
|
149
|
-
/** @description
|
|
149
|
+
/** @description Preview image URL for the component definition (shown in the UI) */
|
|
150
150
|
previewImageUrl?: string;
|
|
151
151
|
/**
|
|
152
152
|
* @description if this component uses team permissions or custom permissions
|
|
@@ -1651,7 +1651,7 @@ type ImageFromTransformProps = XOR<{
|
|
|
1651
1651
|
*/
|
|
1652
1652
|
declare const imageFrom: (asset: Asset | AssetParamValueItem | string) => {
|
|
1653
1653
|
url: () => string;
|
|
1654
|
-
transform: (transformProps: ImageFromTransformProps) => any;
|
|
1654
|
+
transform: (transformProps: ImageFromTransformProps) => /*elided*/ any;
|
|
1655
1655
|
};
|
|
1656
1656
|
|
|
1657
1657
|
/**
|
package/dist/index.d.ts
CHANGED
|
@@ -146,7 +146,7 @@ interface components$1 {
|
|
|
146
146
|
categoryId?: string | null;
|
|
147
147
|
/** @description Description of the component definition */
|
|
148
148
|
description?: string;
|
|
149
|
-
/** @description
|
|
149
|
+
/** @description Preview image URL for the component definition (shown in the UI) */
|
|
150
150
|
previewImageUrl?: string;
|
|
151
151
|
/**
|
|
152
152
|
* @description if this component uses team permissions or custom permissions
|
|
@@ -1651,7 +1651,7 @@ type ImageFromTransformProps = XOR<{
|
|
|
1651
1651
|
*/
|
|
1652
1652
|
declare const imageFrom: (asset: Asset | AssetParamValueItem | string) => {
|
|
1653
1653
|
url: () => string;
|
|
1654
|
-
transform: (transformProps: ImageFromTransformProps) => any;
|
|
1654
|
+
transform: (transformProps: ImageFromTransformProps) => /*elided*/ any;
|
|
1655
1655
|
};
|
|
1656
1656
|
|
|
1657
1657
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/assets",
|
|
3
|
-
"version": "20.
|
|
3
|
+
"version": "20.13.2",
|
|
4
4
|
"description": "Uniform Assets",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -36,10 +36,10 @@
|
|
|
36
36
|
"access": "public"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@uniformdev/context": "20.
|
|
39
|
+
"@uniformdev/context": "20.13.2"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
42
|
"ts-xor": "^1.3.0"
|
|
43
43
|
},
|
|
44
|
-
"gitHead": "
|
|
44
|
+
"gitHead": "a9f1943df4e10e77972224d0e2d679e4fcda25c6"
|
|
45
45
|
}
|