@animaapp/anima-sdk 0.13.0 → 0.14.0

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
@@ -153,7 +153,7 @@ export declare type CodegenSettings = BaseSettings & {
153
153
  model?: string;
154
154
  framework: "react" | "html";
155
155
  styling: "plain_css" | "tailwind" | "inline_styles";
156
- uiLibrary?: "mui" | "antd" | "radix" | "shadcn" | "clean_react";
156
+ uiLibrary?: "mui" | "antd" | "radix" | "shadcn" | "clean_react" | "custom_design_system";
157
157
  responsivePages?: Array<{
158
158
  name: string;
159
159
  framesId: string[];
@@ -384,7 +384,7 @@ export declare type GetCodeFromPromptSettings = BaseSettings & {
384
384
  language?: "typescript";
385
385
  framework: "react" | "html";
386
386
  styling: "tailwind" | "inline_styles";
387
- uiLibrary?: "shadcn";
387
+ uiLibrary?: "shadcn" | "custom_design_system";
388
388
  };
389
389
 
390
390
  /**
package/dist/index.js CHANGED
@@ -3492,7 +3492,7 @@ const ds = bt({
3492
3492
  framework: Yn("react"),
3493
3493
  model: vt().optional(),
3494
3494
  styling: wt(["plain_css", "tailwind", "inline_styles"]),
3495
- uiLibrary: wt(["mui", "antd", "radix", "shadcn", "clean_react"]).optional(),
3495
+ uiLibrary: wt(["mui", "antd", "radix", "shadcn", "clean_react", "custom_design_system"]).optional(),
3496
3496
  responsivePages: Xn(
3497
3497
  bt({
3498
3498
  name: vt(),