@builder.io/ai-utils
Advanced tools
Comparing version 0.0.12 to 0.0.13
@@ -37,2 +37,14 @@ import type { BuilderContent, BuilderElement, Component } from "@builder.io/sdk"; | ||
/** | ||
* The active locale of the builder editor. | ||
*/ | ||
builderActiveLocale?: string; | ||
/** | ||
* The locale of the provided builder content. | ||
*/ | ||
builderContentLocale?: string; | ||
/** | ||
* Top level Builder content. The data.blocks array contains the BuilderElement. | ||
*/ | ||
builderContent?: BuilderContent; | ||
/** | ||
* Builder custom components. | ||
@@ -46,6 +58,2 @@ */ | ||
/** | ||
* Top level Builder content. The data.blocks array contains the BuilderElement. | ||
*/ | ||
builderContent?: BuilderContent; | ||
/** | ||
* Builder model. | ||
@@ -52,0 +60,0 @@ */ |
{ | ||
"name": "@builder.io/ai-utils", | ||
"version": "0.0.12", | ||
"version": "0.0.13", | ||
"description": "Builder.io AI utils", | ||
@@ -5,0 +5,0 @@ "type": "module", |
17121
556