@lark-apaas/coding-templates 0.1.8 → 0.1.10

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lark-apaas/coding-templates",
3
- "version": "0.1.8",
3
+ "version": "0.1.10",
4
4
  "description": "OpenClaw project templates for mclaw CLI",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -609,6 +609,7 @@ function SidebarMenuSkeleton({
609
609
  }) {
610
610
  // Random width between 50 to 90%.
611
611
  const width = React.useMemo(() => {
612
+ // eslint-disable-next-line react-hooks/purity
612
613
  return `${Math.floor(Math.random() * 40) + 50}%`
613
614
  }, [])
614
615
 
@@ -1,6 +1,6 @@
1
- import { clsx, type ClassValue } from "clsx"
2
- import { twMerge } from "tailwind-merge"
1
+ import { clsx, type ClassValue } from "clsx";
2
+ import { twMerge } from "tailwind-merge";
3
3
 
4
4
  export function cn(...inputs: ClassValue[]) {
5
- return twMerge(clsx(inputs))
5
+ return twMerge(clsx(inputs));
6
6
  }
@@ -49,6 +49,8 @@
49
49
  "clsx": "^2.1.1",
50
50
  "cmdk": "^1.1.1",
51
51
  "date-fns": "^4.1.0",
52
+ "echarts": "~5.6.0",
53
+ "echarts-for-react": "~3.0.2",
52
54
  "embla-carousel-react": "^8.6.0",
53
55
  "input-otp": "^1.4.2",
54
56
  "lucide-react": "^1.7.0",