@uniformdev/canvas 20.6.5-alpha.1 → 20.7.1-alpha.14

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 CHANGED
@@ -10021,6 +10021,13 @@ 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
+ };
10024
10031
  id?: {
10025
10032
  type: 'text';
10026
10033
  value: string | undefined;
package/dist/index.d.ts CHANGED
@@ -10021,6 +10021,13 @@ 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
+ };
10024
10031
  id?: {
10025
10032
  type: 'text';
10026
10033
  value: string | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/canvas",
3
- "version": "20.6.5-alpha.1+1b1a069415",
3
+ "version": "20.7.1-alpha.14+60f5dc825c",
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.6.5-alpha.1+1b1a069415",
42
- "@uniformdev/context": "20.6.5-alpha.1+1b1a069415",
43
- "@uniformdev/richtext": "20.6.5-alpha.1+1b1a069415",
41
+ "@uniformdev/assets": "20.7.1-alpha.14+60f5dc825c",
42
+ "@uniformdev/context": "20.7.1-alpha.14+60f5dc825c",
43
+ "@uniformdev/richtext": "20.7.1-alpha.14+60f5dc825c",
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": "1b1a06941575fefd19f3ab5621a0c403aa2cf7d5"
52
+ "gitHead": "60f5dc825c94de66d7593877448296c598c3c10d"
53
53
  }