@weaverse/core 0.7.57 → 0.7.59

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +1 -1
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -105,7 +105,7 @@ interface ChildElement {
105
105
  label: string;
106
106
  selector: ChildElementSelector;
107
107
  }
108
- type ParentType = "container" | "layout" | "root" | "product-details" | "product-info" | "collection.box" | "collection-box" | "article-box" | "article-list" | "slider" | "tab" | "accordion" | "accordion.wrapper";
108
+ type ParentType = "container" | "layout" | "root" | "product-details" | "product-info" | "slideshow" | "slide";
109
109
  type GridSize = {
110
110
  rowSpan: number;
111
111
  colSpan: number;
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.7.57",
2
+ "version": "0.7.59",
3
3
  "license": "MIT",
4
4
  "main": "dist/index.js",
5
5
  "typings": "dist/index.d.ts",