@brandboostinggmbh/painless
Advanced tools
Comparing version 0.2.2 to 0.2.3
@@ -136,3 +136,3 @@ type RequireAtLeastOne<T, Keys extends keyof T = keyof T> = Pick<T, Exclude<keyof T, Keys>> & { | ||
} | ||
export type SettingSchema = SidebarSettingSchema | CheckboxSettingSchema | NumberSettingSchema | RadioSettingSchema | RangeSettingSchema | SelectSettingSchema | TextSettingSchema | TextareaSettingSchema | ArticleSettingSchema | BlogSettingSchema | CollectionSettingSchema | CollectionListSettingSchema | ColorSettingSchema | ColorBackgroundSettingSchema | FontPickerSettingSchema | HtmlSettingSchema | ImagePickerSettingSchema | LinkListSettingSchema | LiquidSettingSchema | PageSettingSchema | ProductSettingSchema | ProductListSettingSchema | RichtextSettingSchema | UrlSettingSchema | VideoUrlSettingSchema | InlineRichtextSettingSchema | VideoSettingSchema; | ||
export type SettingSchema = SidebarSettingSchema | CheckboxSettingSchema | NumberSettingSchema | RadioSettingSchema | RangeSettingSchema | SelectSettingSchema | TextSettingSchema | TextareaSettingSchema | ArticleSettingSchema | BlogSettingSchema | CollectionSettingSchema | CollectionListSettingSchema | ColorSettingSchema | ColorBackgroundSettingSchema | ColorSchemeSettingSchema | FontPickerSettingSchema | HtmlSettingSchema | ImagePickerSettingSchema | LinkListSettingSchema | LiquidSettingSchema | PageSettingSchema | ProductSettingSchema | ProductListSettingSchema | RichtextSettingSchema | UrlSettingSchema | VideoUrlSettingSchema | InlineRichtextSettingSchema | VideoSettingSchema; | ||
export type BlockSchema = { | ||
@@ -151,5 +151,5 @@ type: "@app"; | ||
blocks?: [{ | ||
"type": "@app"; | ||
type: "@app"; | ||
}, { | ||
"type": "@theme"; | ||
type: "@theme"; | ||
}]; | ||
@@ -156,0 +156,0 @@ name?: string; |
{ | ||
"name": "@brandboostinggmbh/painless", | ||
"private": false, | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"type": "module", | ||
@@ -6,0 +6,0 @@ "files": [ |
42497