@animaapp/anima-sdk 0.23.5 → 0.23.7
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 +2 -2
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -446,7 +446,7 @@ export declare type GetCodeFromWebsiteParams = {
|
|
|
446
446
|
export declare type GetCodeFromWebsiteSettings = BaseSettings & {
|
|
447
447
|
language?: "typescript";
|
|
448
448
|
framework: "react" | "html";
|
|
449
|
-
styling: "tailwind" | "inline_styles" | "vanilla_css";
|
|
449
|
+
styling: "tailwind" | "inline_styles" | "vanilla_css" | "semantic_css";
|
|
450
450
|
uiLibrary?: "shadcn";
|
|
451
451
|
};
|
|
452
452
|
|
|
@@ -605,7 +605,7 @@ export declare type L2CParamsReactConvention = {
|
|
|
605
605
|
/**
|
|
606
606
|
* @deprecated This type is deprecated and will be removed soon.
|
|
607
607
|
*/
|
|
608
|
-
export declare type L2CParamsStyling = "tailwind" | "inline-styles" | "inline_styles" | "vanilla_css";
|
|
608
|
+
export declare type L2CParamsStyling = "tailwind" | "inline-styles" | "inline_styles" | "vanilla_css" | "semantic_css";
|
|
609
609
|
|
|
610
610
|
/**
|
|
611
611
|
* @deprecated This type is deprecated and will be removed soon.
|