@uniformdev/assets 19.125.2-alpha.3 → 19.127.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 +3 -0
- package/dist/index.d.ts +3 -0
- package/package.json +3 -3
package/dist/index.d.mts
CHANGED
|
@@ -723,6 +723,9 @@ interface external {
|
|
|
723
723
|
parameters?: {
|
|
724
724
|
[key: string]: external["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["ComponentParameter"];
|
|
725
725
|
};
|
|
726
|
+
slots?: {
|
|
727
|
+
[key: string]: external["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["ComponentInstance"][];
|
|
728
|
+
};
|
|
726
729
|
variant?: string;
|
|
727
730
|
};
|
|
728
731
|
/**
|
package/dist/index.d.ts
CHANGED
|
@@ -723,6 +723,9 @@ interface external {
|
|
|
723
723
|
parameters?: {
|
|
724
724
|
[key: string]: external["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["ComponentParameter"];
|
|
725
725
|
};
|
|
726
|
+
slots?: {
|
|
727
|
+
[key: string]: external["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["ComponentInstance"][];
|
|
728
|
+
};
|
|
726
729
|
variant?: string;
|
|
727
730
|
};
|
|
728
731
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/assets",
|
|
3
|
-
"version": "19.
|
|
3
|
+
"version": "19.127.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.127.0"
|
|
40
40
|
},
|
|
41
|
-
"gitHead": "
|
|
41
|
+
"gitHead": "3757cfe081cf40d019cb9f65d0a26e2a4fbdb1f6"
|
|
42
42
|
}
|