@limpiolux/ui-styles 1.0.27 → 1.0.29

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/components.css +2 -2
  2. package/package.json +1 -1
package/components.css CHANGED
@@ -45,7 +45,7 @@
45
45
  }
46
46
 
47
47
  .theme-icon-button {
48
- @apply inline-flex h-9 w-9 items-center justify-center rounded-xl border border-white/10 bg-white/5 text-zinc-200;
48
+ @apply inline-flex h-9 w-9 shrink-0 self-center aspect-square items-center justify-center rounded-xl border border-white/10 bg-white/5 text-zinc-200;
49
49
  transition: transform 220ms ease, opacity 220ms ease;
50
50
  }
51
51
 
@@ -798,7 +798,7 @@
798
798
  }
799
799
 
800
800
  .portal-toolbar-icon {
801
- @apply inline-flex h-9 w-9 items-center justify-center rounded-xl border border-white/10 bg-white/5 text-zinc-200;
801
+ @apply inline-flex h-9 w-9 shrink-0 self-center aspect-square items-center justify-center rounded-xl border border-white/10 bg-white/5 text-zinc-200;
802
802
  transition: transform 220ms ease, opacity 220ms ease;
803
803
  }
804
804
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@limpiolux/ui-styles",
3
- "version": "1.0.27",
3
+ "version": "1.0.29",
4
4
  "description": "Shared design system — Limpiolux liquid glass theme with auth, portal and dark/light mode support",
5
5
  "type": "module",
6
6
  "exports": {