@sciol/xyzen 0.3.5 → 0.3.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/app/App.d.ts +1 -1
- package/dist/app/AppFullscreen.d.ts +1 -1
- package/dist/app/AppSide.d.ts +6 -0
- package/dist/app/explore/AgentExploreContent.d.ts +3 -0
- package/dist/app/explore/AgentExploreTab.d.ts +2 -0
- package/dist/app/explore/McpExploreContent.d.ts +3 -0
- package/dist/app/explore/McpExploreTab.d.ts +2 -0
- package/dist/app/explore/page.d.ts +1 -0
- package/dist/components/animate-ui/components/buttons/button.d.ts +9 -0
- package/dist/components/animate-ui/components/buttons/github-stars.d.ts +10 -0
- package/dist/components/animate-ui/components/headless/checkbox.d.ts +11 -0
- package/dist/components/animate-ui/components/radix/dropdown-menu.d.ts +37 -0
- package/dist/components/animate-ui/components/radix/tooltip.d.ts +10 -0
- package/dist/components/animate-ui/primitives/animate/github-stars.d.ts +40 -0
- package/dist/components/animate-ui/primitives/animate/slot.d.ts +17 -0
- package/dist/components/animate-ui/primitives/buttons/button.d.ts +8 -0
- package/dist/components/animate-ui/primitives/buttons/liquid.d.ts +10 -0
- package/dist/components/animate-ui/primitives/effects/auto-height.d.ts +11 -0
- package/dist/components/animate-ui/primitives/effects/highlight.d.ts +92 -0
- package/dist/components/animate-ui/primitives/effects/particles.d.ts +25 -0
- package/dist/components/animate-ui/primitives/headless/checkbox.d.ts +16 -0
- package/dist/components/animate-ui/primitives/headless/dialog.d.ts +42 -0
- package/dist/components/{base/Modal.d.ts → animate-ui/primitives/headless/modal.d.ts} +1 -1
- package/dist/components/animate-ui/primitives/radix/dropdown-menu.d.ts +57 -0
- package/dist/components/animate-ui/primitives/radix/tabs.d.ts +32 -0
- package/dist/components/animate-ui/primitives/radix/tooltip.d.ts +21 -0
- package/dist/components/animate-ui/primitives/texts/sliding-number.d.ts +16 -0
- package/dist/components/base/Badge.d.ts +1 -1
- package/dist/components/charts/index.d.ts +2 -2
- package/dist/components/features/ExploreMcpCard.d.ts +6 -0
- package/dist/components/features/ExploreMcpListItem.d.ts +6 -0
- package/dist/components/layouts/ActivityBar.d.ts +8 -0
- package/dist/components/layouts/AgentExplorer.d.ts +1 -0
- package/dist/components/layouts/McpListModal.d.ts +1 -0
- package/dist/components/layouts/Workshop.d.ts +1 -0
- package/dist/components/layouts/WorkshopChat.d.ts +1 -0
- package/dist/components/layouts/XyzenAgent.d.ts +9 -3
- package/dist/components/shared/JsonDisplay.d.ts +1 -1
- package/dist/components/ui/3d-card.d.ts +23 -0
- package/dist/components/ui/3d-pin.d.ts +12 -0
- package/dist/components/ui/background-boxes.d.ts +7 -0
- package/dist/components/ui/background-gradient-animation.d.ts +16 -0
- package/dist/components/ui/bento-grid.d.ts +11 -0
- package/dist/components/ui/button.d.ts +10 -0
- package/dist/components/ui/layout-text-flip.d.ts +5 -0
- package/dist/components/ui/pagination.d.ts +13 -0
- package/dist/components/ui/shooting-stars.d.ts +14 -0
- package/dist/components/ui/spotlight-new.d.ts +13 -0
- package/dist/configs/chatThemes.d.ts +9 -0
- package/dist/hooks/use-auto-height.d.ts +10 -0
- package/dist/hooks/use-controlled-state.d.ts +8 -0
- package/dist/hooks/use-data-state.d.ts +4 -0
- package/dist/hooks/use-is-in-view.d.ts +12 -0
- package/dist/hooks/useWorkShopChat.d.ts +69 -0
- package/dist/hooks/useXyzenChat.d.ts +69 -0
- package/dist/lib/animations.d.ts +48 -0
- package/dist/lib/get-strict-context.d.ts +9 -0
- package/dist/lib/utils.d.ts +2 -0
- package/dist/marketplace/components/McpActivationProgress.d.ts +10 -0
- package/dist/marketplace/components/McpServerCard.d.ts +9 -0
- package/dist/marketplace/components/McpServerDetail.d.ts +7 -0
- package/dist/marketplace/components/UnifiedMcpMarketList.d.ts +8 -0
- package/dist/marketplace/hooks/useBohriumMcp.d.ts +61 -0
- package/dist/marketplace/index.d.ts +12 -0
- package/dist/marketplace/services/bohriumService.d.ts +34 -0
- package/dist/marketplace/types/bohrium.d.ts +129 -0
- package/dist/marketplace/utils/starredApps.d.ts +37 -0
- package/dist/service/mcpService.d.ts +2 -2
- package/dist/store/slices/agentSlice.d.ts +16 -1
- package/dist/store/slices/mcpSlice.d.ts +3 -3
- package/dist/store/slices/uiSlice.d.ts +9 -0
- package/dist/types/chartTypes.d.ts +7 -7
- package/dist/types/mcp.d.ts +42 -2
- package/dist/utils/chartDetection.d.ts +1 -1
- package/dist/utils/chartThemes.d.ts +4 -4
- package/dist/utils/mcpConverters.d.ts +32 -0
- package/dist/xyzen.css +1 -1
- package/dist/xyzen.es.js +104127 -87034
- package/dist/xyzen.umd.js +223 -128
- package/package.json +18 -5
- package/dist/app/LlmProviders.d.ts +0 -1
- package/dist/app/Mcp.d.ts +0 -1
- package/dist/test-charts.d.ts +0 -6
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@sciol/xyzen",
|
|
3
3
|
"type": "module",
|
|
4
4
|
"packageManager": "yarn@4.9.2",
|
|
5
|
-
"version": "0.3.
|
|
5
|
+
"version": "0.3.7",
|
|
6
6
|
"description": "A modern, lightweight, and extensible chat component for React.",
|
|
7
7
|
"author": "Haohui <harveyque@outlook.com>",
|
|
8
8
|
"license": "GPL-3.0-only",
|
|
@@ -40,36 +40,48 @@
|
|
|
40
40
|
"build:lib": "rimraf dist && cross-env BUILD_MODE=library vite build",
|
|
41
41
|
"image:bohr": "docker buildx build . --build-arg VITE_XYZEN_BACKEND_URL=https://uni-xyzen.test.bohrium.com --platform linux/amd64 -t registry.dp.tech/public/xyzen-web:latest --push",
|
|
42
42
|
"lint": "eslint .",
|
|
43
|
+
"type-check": "tsc --noEmit",
|
|
43
44
|
"preview": "vite preview",
|
|
44
|
-
"publish": "yarn npm publish"
|
|
45
|
+
"publish": "yarn npm publish",
|
|
46
|
+
"prettier": "prettier --write .",
|
|
47
|
+
"shadcn": "yarn dlx shadcn@latest"
|
|
45
48
|
},
|
|
46
49
|
"dependencies": {
|
|
47
50
|
"@dnd-kit/core": "^6.3.1",
|
|
48
51
|
"@dnd-kit/modifiers": "^9.0.0",
|
|
49
52
|
"@emotion/is-prop-valid": "^1.3.1",
|
|
50
|
-
"@headlessui/react": "^2.2.
|
|
53
|
+
"@headlessui/react": "^2.2.9",
|
|
51
54
|
"@heroicons/react": "^2.2.0",
|
|
55
|
+
"@radix-ui/react-slot": "^1.2.4",
|
|
56
|
+
"@tabler/icons-react": "^3.35.0",
|
|
52
57
|
"@tailwindcss/vite": "^4.1.11",
|
|
53
58
|
"@tanstack/react-query": "^5.83.0",
|
|
54
59
|
"@types/react-syntax-highlighter": "^15.5.13",
|
|
60
|
+
"class-variance-authority": "^0.7.1",
|
|
55
61
|
"clsx": "^2.1.1",
|
|
56
62
|
"date-fns": "^4.1.0",
|
|
57
63
|
"date-fns-tz": "^3.2.0",
|
|
58
64
|
"echarts": "^6.0.0",
|
|
59
|
-
"echarts-for-react": "3.0.
|
|
65
|
+
"echarts-for-react": "^3.0.5",
|
|
60
66
|
"framer-motion": "^12.23.9",
|
|
61
67
|
"immer": "^10.1.1",
|
|
62
68
|
"katex": "^0.16.22",
|
|
69
|
+
"lucide-react": "^0.552.0",
|
|
70
|
+
"mini-svg-data-uri": "^1.4.4",
|
|
71
|
+
"motion": "^12.23.24",
|
|
72
|
+
"radix-ui": "^1.4.3",
|
|
63
73
|
"react": "^19.1.0",
|
|
64
74
|
"react-dom": "^19.1.0",
|
|
65
75
|
"react-markdown": "^10.1.0",
|
|
66
76
|
"react-syntax-highlighter": "^15.6.1",
|
|
77
|
+
"react-use-measure": "^2.1.7",
|
|
67
78
|
"react-use-websocket": "^4.13.0",
|
|
68
79
|
"rehype-highlight": "^7.0.2",
|
|
69
80
|
"rehype-katex": "^7.0.1",
|
|
70
81
|
"rehype-raw": "^7.0.0",
|
|
71
82
|
"remark-gfm": "^4.0.1",
|
|
72
83
|
"remark-math": "^6.0.0",
|
|
84
|
+
"tailwind-merge": "^3.3.1",
|
|
73
85
|
"tailwindcss": "^4.1.11",
|
|
74
86
|
"uuid": "^11.1.0",
|
|
75
87
|
"zustand": "^5.0.6"
|
|
@@ -77,7 +89,7 @@
|
|
|
77
89
|
"devDependencies": {
|
|
78
90
|
"@eslint/js": "^9.30.1",
|
|
79
91
|
"@types/echarts": "^5.0.0",
|
|
80
|
-
"@types/node": "^24.
|
|
92
|
+
"@types/node": "^24.10.0",
|
|
81
93
|
"@types/react": "^19.1.8",
|
|
82
94
|
"@types/react-dom": "^19.1.6",
|
|
83
95
|
"@types/uuid": "^10.0.0",
|
|
@@ -89,6 +101,7 @@
|
|
|
89
101
|
"globals": "^16.3.0",
|
|
90
102
|
"prettier": "^3.6.2",
|
|
91
103
|
"rimraf": "^6.0.1",
|
|
104
|
+
"tw-animate-css": "^1.4.0",
|
|
92
105
|
"typescript": "~5.8.3",
|
|
93
106
|
"typescript-eslint": "^8.35.1",
|
|
94
107
|
"vite": "^7.1.7",
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare function LlmProviders(): import("react/jsx-runtime").JSX.Element;
|
package/dist/app/Mcp.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare function Mcp(): import("react/jsx-runtime").JSX.Element;
|