@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sikka/hawa",
3
- "version": "0.1.22",
3
+ "version": "0.1.23",
4
4
  "description": "SaaS Oriented UI Kit",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.es.js",
@@ -56,7 +56,7 @@ type ProfileItem = {
56
56
  }
57
57
 
58
58
  export const AppLayout: React.FunctionComponent<AppLayoutTypes> = ({
59
- direction = "rtl",
59
+ direction = "ltr",
60
60
  drawerSize = "md",
61
61
  onSettingsClick,
62
62
  DrawerFooterActions,
@@ -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
  >