@rxdrag/website-studio 0.0.39 → 0.0.40

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.
@@ -23,8 +23,8 @@ export declare function useParentTheme(): Theme | undefined;
23
23
  export declare function useThemeStyleConfig(): StyleConfig | undefined;
24
24
  export declare function useThemeSettings(): import("@rxdrag/rxcms-models").ThemeSettings | undefined;
25
25
  export declare function usePages(): Page[] | undefined;
26
- export declare function useComponentCategories(): ListResult<ComponentCategory> | undefined;
27
- export declare function useTemplateCategories(): ListResult<TemplateCategory> | undefined;
26
+ export declare function useComponentCategories(): any;
27
+ export declare function useTemplateCategories(): any;
28
28
  export declare function useTemplates(): SectionTemplate[] | undefined;
29
29
  export declare function useStudioLoading(): boolean | undefined;
30
30
  export declare function useBaseLangThemeId(): string | null | undefined;
@@ -1,4 +1,4 @@
1
1
  /// <reference types="react" />
2
2
  export declare function ComponentCategoryListScope(props: {
3
3
  children: React.ReactNode;
4
- }): import("react/jsx-runtime").JSX.Element | undefined;
4
+ }): any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rxdrag/website-studio",
3
- "version": "0.0.39",
3
+ "version": "0.0.40",
4
4
  "type": "module",
5
5
  "module": "dist/index.mjs",
6
6
  "files": [
@@ -26,8 +26,8 @@
26
26
  "react-dom": "^18.2.0",
27
27
  "tailwindcss": "^3.4.1",
28
28
  "typescript": "^5",
29
- "@rxdrag/tsconfig": "0.2.0",
30
- "@rxdrag/eslint-config-custom": "0.2.12"
29
+ "@rxdrag/eslint-config-custom": "0.2.12",
30
+ "@rxdrag/tsconfig": "0.2.0"
31
31
  },
32
32
  "peerDependencies": {
33
33
  "react": "^18.2.0",
@@ -54,28 +54,28 @@
54
54
  "zustand": "^5.0.6",
55
55
  "redux": "^4.2.1",
56
56
  "tinycolor2": "^1.6.0",
57
- "@rxdrag/entify-hooks": "0.2.53",
58
- "@rxdrag/astro-compiler": "0.0.7",
59
- "@rxdrag/biz-components": "0.3.82",
60
57
  "@rxdrag/core-pro": "0.2.13",
61
- "@rxdrag/fieldy-heroui": "0.0.17",
58
+ "@rxdrag/astro-compiler": "0.0.7",
59
+ "@rxdrag/entify-hooks": "0.2.54",
60
+ "@rxdrag/fieldy-heroui": "0.0.18",
61
+ "@rxdrag/biz-components": "0.3.83",
62
62
  "@rxdrag/fieldy-pro": "0.2.16",
63
- "@rxdrag/react-fieldy-pro": "0.2.16",
64
- "@rxdrag/react-runner-pro": "0.2.16",
65
63
  "@rxdrag/react-core-pro": "0.2.16",
66
- "@rxdrag/rxcms-common": "0.2.56",
67
- "@rxdrag/rxcms-entify-wrapper": "0.2.61",
68
- "@rxdrag/rxcms-models-ui": "0.3.71",
64
+ "@rxdrag/react-runner-pro": "0.2.16",
65
+ "@rxdrag/rxcms-models-ui": "0.3.72",
66
+ "@rxdrag/rxcms-common": "0.2.57",
67
+ "@rxdrag/react-fieldy-pro": "0.2.16",
68
+ "@rxdrag/rxcms-entify-wrapper": "0.2.62",
69
+ "@rxdrag/rxcms-model-hooks": "0.2.70",
69
70
  "@rxdrag/schema-pro": "0.2.13",
70
- "@rxdrag/rxcms-models": "0.3.62",
71
- "@rxdrag/rxcms-model-hooks": "0.2.69",
72
71
  "@rxdrag/rxcms-track": "0.1.0",
73
- "@rxdrag/website-materials": "0.2.82",
74
- "@rxdrag/website-lib-core": "0.0.35",
75
- "@rxdrag/code-generator": "0.0.21",
76
- "@rxdrag/ai-agent": "0.0.5",
77
- "@rxdrag/ai-tasks": "0.0.23",
78
- "@rxdrag/schema-setters": "0.0.40"
72
+ "@rxdrag/rxcms-models": "0.3.63",
73
+ "@rxdrag/code-generator": "0.0.22",
74
+ "@rxdrag/schema-setters": "0.0.41",
75
+ "@rxdrag/website-materials": "0.2.83",
76
+ "@rxdrag/ai-tasks": "0.0.24",
77
+ "@rxdrag/website-lib-core": "0.0.36",
78
+ "@rxdrag/ai-agent": "0.0.6"
79
79
  },
80
80
  "scripts": {
81
81
  "lint": "eslint . --ext .ts,tsx",
@@ -1,2 +0,0 @@
1
- import { FrontComponent } from "@rxdrag/rxcms-models";
2
- export declare function useGetFrontComponents(): (themeId?: string) => Promise<import("@rxdrag/entify-hooks").ListResult<FrontComponent> | undefined>;
@@ -1,2 +0,0 @@
1
- import { Page } from "@rxdrag/rxcms-models";
2
- export declare function useGetPages(): (themeId?: string | null) => Promise<import("@rxdrag/entify-hooks").ListResult<Page> | undefined>;