gridsmith-ui 0.2.2 → 0.2.3

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/dist/index.js CHANGED
@@ -94447,8 +94447,9 @@ function SidebarNav({
94447
94447
  {
94448
94448
  className: cn(
94449
94449
  "flex flex-col shrink-0 overflow-y-auto",
94450
- collapsible && "border-r-[length:var(--ds-border-width)] border-[var(--ds-border-subtle)]",
94451
- collapsible && "bg-[var(--ds-sidebar-bg)]",
94450
+ "bg-[var(--ds-sidebar-bg)]",
94451
+ "border-r-[length:var(--ds-border-width)] border-[var(--ds-sidebar-border)]",
94452
+ "text-[var(--ds-sidebar-text)]",
94452
94453
  collapsible && "[backdrop-filter:var(--ds-glass-filter)] [-webkit-backdrop-filter:var(--ds-glass-filter)]",
94453
94454
  "transition-[width] duration-[var(--ds-transition-speed)] ease-[var(--ds-transition-ease)]",
94454
94455
  className