@animaapp/anima-sdk-react 0.5.0 → 0.6.3

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.js CHANGED
@@ -3782,7 +3782,7 @@ I.object({
3782
3782
  "scss",
3783
3783
  "inline_styles"
3784
3784
  ]),
3785
- uiLibrary: I.enum(["mui", "antd", "radix", "shadcn"]).optional(),
3785
+ uiLibrary: I.enum(["mui", "antd", "radix", "shadcn", "clean_react"]).optional(),
3786
3786
  responsivePages: I.array(
3787
3787
  I.object({
3788
3788
  name: I.string(),
@@ -3795,6 +3795,7 @@ I.object({
3795
3795
  enableGeneratePackageLock: I.boolean().optional(),
3796
3796
  enableAutoSplit: I.boolean().optional(),
3797
3797
  autoSplitThreshold: I.number().optional(),
3798
+ url: I.string().url().optional(),
3798
3799
  codegenSettings: I.record(I.unknown()).optional()
3799
3800
  }),
3800
3801
  I.object({