@uniformdev/canvas 20.7.1-alpha.14 → 20.8.1
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 +0 -7
- package/dist/index.d.ts +0 -7
- package/package.json +5 -5
package/dist/index.d.mts
CHANGED
@@ -10021,13 +10021,6 @@ type AssetParamValueItem = {
|
|
10021
10021
|
type: 'text';
|
10022
10022
|
value: string;
|
10023
10023
|
};
|
10024
|
-
focalPoint?: {
|
10025
|
-
type: 'focalPoint';
|
10026
|
-
value: {
|
10027
|
-
x: number;
|
10028
|
-
y: number;
|
10029
|
-
} | undefined;
|
10030
|
-
};
|
10031
10024
|
id?: {
|
10032
10025
|
type: 'text';
|
10033
10026
|
value: string | undefined;
|
package/dist/index.d.ts
CHANGED
@@ -10021,13 +10021,6 @@ type AssetParamValueItem = {
|
|
10021
10021
|
type: 'text';
|
10022
10022
|
value: string;
|
10023
10023
|
};
|
10024
|
-
focalPoint?: {
|
10025
|
-
type: 'focalPoint';
|
10026
|
-
value: {
|
10027
|
-
x: number;
|
10028
|
-
y: number;
|
10029
|
-
} | undefined;
|
10030
|
-
};
|
10031
10024
|
id?: {
|
10032
10025
|
type: 'text';
|
10033
10026
|
value: string | undefined;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@uniformdev/canvas",
|
3
|
-
"version": "20.
|
3
|
+
"version": "20.8.1",
|
4
4
|
"description": "Common functionality and types for Uniform Canvas",
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
6
6
|
"main": "./dist/index.js",
|
@@ -38,9 +38,9 @@
|
|
38
38
|
"p-throttle": "5.0.0"
|
39
39
|
},
|
40
40
|
"dependencies": {
|
41
|
-
"@uniformdev/assets": "20.
|
42
|
-
"@uniformdev/context": "20.
|
43
|
-
"@uniformdev/richtext": "20.
|
41
|
+
"@uniformdev/assets": "20.8.1",
|
42
|
+
"@uniformdev/context": "20.8.1",
|
43
|
+
"@uniformdev/richtext": "20.8.1",
|
44
44
|
"immer": "10.1.1"
|
45
45
|
},
|
46
46
|
"files": [
|
@@ -49,5 +49,5 @@
|
|
49
49
|
"publishConfig": {
|
50
50
|
"access": "public"
|
51
51
|
},
|
52
|
-
"gitHead": "
|
52
|
+
"gitHead": "7f4a0fc0650b043561f32bedc6c4cc18683df111"
|
53
53
|
}
|