@animaapp/anima-sdk 0.5.0 → 0.6.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.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -92,7 +92,7 @@ export declare type CodegenSettings = {
|
|
|
92
92
|
model?: string;
|
|
93
93
|
framework: "react" | "html";
|
|
94
94
|
styling: "plain_css" | "css_modules" | "styled_components" | "tailwind" | "sass" | "scss" | "inline_styles";
|
|
95
|
-
uiLibrary?: "mui" | "antd" | "radix" | "shadcn";
|
|
95
|
+
uiLibrary?: "mui" | "antd" | "radix" | "shadcn" | "clean_react";
|
|
96
96
|
responsivePages?: Array<{
|
|
97
97
|
name: string;
|
|
98
98
|
framesId: string[];
|
package/dist/index.js
CHANGED
|
@@ -3791,7 +3791,7 @@ const Vn = S.object({
|
|
|
3791
3791
|
"scss",
|
|
3792
3792
|
"inline_styles"
|
|
3793
3793
|
]),
|
|
3794
|
-
uiLibrary: S.enum(["mui", "antd", "radix", "shadcn"]).optional(),
|
|
3794
|
+
uiLibrary: S.enum(["mui", "antd", "radix", "shadcn", "clean_react"]).optional(),
|
|
3795
3795
|
responsivePages: S.array(
|
|
3796
3796
|
S.object({
|
|
3797
3797
|
name: S.string(),
|