@easyblocks/core
Advanced tools
Comparing version 0.1.4 to 0.1.5
@@ -1,2 +0,2 @@ | ||
import { ComponentType } from "react"; | ||
import { ComponentType, ReactElement } from "react"; | ||
import { PartialDeep } from "type-fest"; | ||
@@ -592,3 +592,3 @@ import { Locale } from "./locales"; | ||
components: { | ||
[key: string]: (CompiledShopstoryComponentConfig | CompiledCustomComponentConfig)[]; | ||
[key: string]: (CompiledShopstoryComponentConfig | CompiledCustomComponentConfig | ReactElement)[]; | ||
}; | ||
@@ -595,0 +595,0 @@ textModifiers: Record<string, [CompiledTextModifier]>; |
{ | ||
"name": "@easyblocks/core", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"description": "No-code ecommerce builder for headless CMS", | ||
@@ -68,3 +68,3 @@ "scripts": { | ||
], | ||
"gitHead": "e58f39f0407e21daf9e771ce68e16c8c8a8dc029" | ||
"gitHead": "e29147f0c7b799535e3879bcf4a96a6959bbeb4b" | ||
} |
Sorry, the diff of this file is not supported yet
411922