@weaverse/core 0.7.22 → 0.7.23

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.ts CHANGED
@@ -108,7 +108,7 @@ declare type ToolbarAction = "general-settings" | "edit-text" | "duplicate" | "d
108
108
  interface ElementSchema {
109
109
  title: string;
110
110
  type: string;
111
- parentType: ParentType;
111
+ parentTypes: ParentType[];
112
112
  gridSize?: GridSize;
113
113
  inspector?: ElementInspector;
114
114
  toolbar?: (ToolbarAction | ToolbarAction[])[];
package/dist/index.js CHANGED
@@ -114,6 +114,7 @@ function createGlobalStyles(stitches2) {
114
114
  boxShadow: "none",
115
115
  color: "currentColor",
116
116
  verticalAlign: "middle",
117
+ backgroundColor: "transparent",
117
118
  backgroundPosition: "center",
118
119
  backgroundRepeat: "no-repeat",
119
120
  backgroundImage: "url(https://ucarecdn.com/4bb6a6e7-1ce8-4201-8f2d-da00a50105f3/ardown.svg)",
package/dist/index.mjs CHANGED
@@ -75,6 +75,7 @@ function createGlobalStyles(stitches2) {
75
75
  boxShadow: "none",
76
76
  color: "currentColor",
77
77
  verticalAlign: "middle",
78
+ backgroundColor: "transparent",
78
79
  backgroundPosition: "center",
79
80
  backgroundRepeat: "no-repeat",
80
81
  backgroundImage: "url(https://ucarecdn.com/4bb6a6e7-1ce8-4201-8f2d-da00a50105f3/ardown.svg)",
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.7.22",
2
+ "version": "0.7.23",
3
3
  "license": "MIT",
4
4
  "main": "dist/index.js",
5
5
  "typings": "dist/index.d.ts",