@lark-apaas/coding-templates 0.1.30 → 0.1.32
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
|
@@ -608,6 +608,7 @@ function SidebarMenuSkeleton({
|
|
|
608
608
|
showIcon?: boolean
|
|
609
609
|
}) {
|
|
610
610
|
// Random width between 50 to 90%.
|
|
611
|
+
// eslint-disable-next-line react-hooks/purity
|
|
611
612
|
const width = React.useMemo(() => {
|
|
612
613
|
return `${Math.floor(Math.random() * 40) + 50}%`
|
|
613
614
|
}, [])
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"@radix-ui/react-toggle-group": "^1.1.10",
|
|
49
49
|
"@radix-ui/react-tooltip": "^1.1.18",
|
|
50
50
|
"@lark-apaas/client-toolkit-lite": "^1.0.0",
|
|
51
|
-
"@lark-apaas/express-core": "^0.0.
|
|
51
|
+
"@lark-apaas/express-core": "^0.0.9",
|
|
52
52
|
"@formkit/auto-animate": "^0.9.0",
|
|
53
53
|
"framer-motion": "^12.38.0",
|
|
54
54
|
"class-variance-authority": "^0.7.1",
|
|
@@ -608,6 +608,7 @@ function SidebarMenuSkeleton({
|
|
|
608
608
|
showIcon?: boolean
|
|
609
609
|
}) {
|
|
610
610
|
// Random width between 50 to 90%.
|
|
611
|
+
// eslint-disable-next-line react-hooks/purity
|
|
611
612
|
const width = React.useMemo(() => {
|
|
612
613
|
return `${Math.floor(Math.random() * 40) + 50}%`
|
|
613
614
|
}, [])
|