@uniformdev/canvas 19.195.1-alpha.3 → 19.196.1-alpha.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 CHANGED
@@ -9592,8 +9592,7 @@ type RouteGetResponseEdgehancedNotFound = RouteGetResponseNotFound & {
9592
9592
 
9593
9593
  type PreviewPanelSettings = {
9594
9594
  /**
9595
- * @deprecated To be deleted with the cleanup of the `canvas-preview-mode` feature flag.
9596
- * use `isVisualEditingDisabled` instead.
9595
+ * @deprecated No longer used.
9597
9596
  */
9598
9597
  isInteractive?: boolean;
9599
9598
  isVisualEditingDisabled?: boolean;
package/dist/index.d.ts CHANGED
@@ -9592,8 +9592,7 @@ type RouteGetResponseEdgehancedNotFound = RouteGetResponseNotFound & {
9592
9592
 
9593
9593
  type PreviewPanelSettings = {
9594
9594
  /**
9595
- * @deprecated To be deleted with the cleanup of the `canvas-preview-mode` feature flag.
9596
- * use `isVisualEditingDisabled` instead.
9595
+ * @deprecated No longer used.
9597
9596
  */
9598
9597
  isInteractive?: boolean;
9599
9598
  isVisualEditingDisabled?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/canvas",
3
- "version": "19.195.1-alpha.3+0a17ec705c",
3
+ "version": "19.196.1-alpha.2+b5b5fd8fb8",
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
  "pusher-js": "8.2.0"
39
39
  },
40
40
  "dependencies": {
41
- "@uniformdev/assets": "19.195.1-alpha.3+0a17ec705c",
42
- "@uniformdev/context": "19.195.1-alpha.3+0a17ec705c",
43
- "@uniformdev/richtext": "19.195.1-alpha.3+0a17ec705c",
41
+ "@uniformdev/assets": "19.196.1-alpha.2+b5b5fd8fb8",
42
+ "@uniformdev/context": "19.196.1-alpha.2+b5b5fd8fb8",
43
+ "@uniformdev/richtext": "19.196.1-alpha.2+b5b5fd8fb8",
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": "0a17ec705cf1f0ecd6a944fd1606a857c491579b"
52
+ "gitHead": "b5b5fd8fb8c08700c600b0761efd6723cee2413f"
53
53
  }