@sikka/hawa 0.1.22 → 0.1.23
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/es/index.es.js +1 -1
- package/lib/index.js +1 -1
- package/package.json +1 -1
- package/src/layout/AppLayout.tsx +1 -1
- package/src/layout/Sidebar.tsx +2 -2
package/package.json
CHANGED
package/src/layout/AppLayout.tsx
CHANGED
package/src/layout/Sidebar.tsx
CHANGED
|
@@ -7,7 +7,7 @@ import { Button } from "../elements"
|
|
|
7
7
|
const Accordion = AccordionPrimitive.Root
|
|
8
8
|
|
|
9
9
|
let triggerStyles =
|
|
10
|
-
"flex flex-1 items-center cursor-pointer bg-primary-foreground rounded justify-between p-2 px-3 font-medium transition-all [&[data-state=open]>svg]:-rotate-90"
|
|
10
|
+
"flex flex-1 items-center select-none cursor-pointer bg-primary-foreground rounded justify-between p-2 px-3 font-medium transition-all [&[data-state=open]>svg]:-rotate-90"
|
|
11
11
|
const AccordionItem = React.forwardRef<
|
|
12
12
|
React.ElementRef<typeof AccordionPrimitive.Item>,
|
|
13
13
|
React.ComponentPropsWithoutRef<typeof AccordionPrimitive.Item>
|
|
@@ -218,7 +218,7 @@ const SidebarItem: React.FC<{
|
|
|
218
218
|
{item.icon}
|
|
219
219
|
<span
|
|
220
220
|
className={cn(
|
|
221
|
-
"transition-all",
|
|
221
|
+
"whitespace-nowrap transition-all",
|
|
222
222
|
isOpen ? "opacity-100" : "opacity-0"
|
|
223
223
|
)}
|
|
224
224
|
>
|