orphos 0.53.0 → 0.53.1

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.
Files changed (2) hide show
  1. package/dist/sidebar.js +1 -1
  2. package/package.json +1 -1
package/dist/sidebar.js CHANGED
@@ -292,7 +292,7 @@ function SidebarMenu({ className, ...props }) {
292
292
  return /*#__PURE__*/ jsx("ul", {
293
293
  "data-slot": "sidebar-menu",
294
294
  "data-sidebar": "menu",
295
- className: cn("flex w-full min-w-0 flex-col gap-0", className),
295
+ className: cn("flex w-full min-w-0 flex-col gap-0.5", className),
296
296
  ...props
297
297
  });
298
298
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "orphos",
3
- "version": "0.53.0",
3
+ "version": "0.53.1",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "exports": {