@limpiolux/ui-styles 1.0.21 → 1.0.22

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 +3 -3
  2. package/package.json +1 -1
package/components.css CHANGED
@@ -43,7 +43,7 @@
43
43
  }
44
44
 
45
45
  .theme-icon-button {
46
- @apply inline-flex h-12 w-12 items-center justify-center rounded-2xl border border-white/10 bg-white/5 text-zinc-200;
46
+ @apply inline-flex h-9 w-9 items-center justify-center rounded-xl border border-white/10 bg-white/5 text-zinc-200;
47
47
  transition:
48
48
  transform 220ms ease,
49
49
  background-color 220ms ease,
@@ -820,11 +820,11 @@
820
820
  }
821
821
 
822
822
  .portal-toolbar-button {
823
- @apply h-11 min-w-11 rounded-2xl px-0;
823
+ @apply h-9 min-w-9 rounded-xl px-0;
824
824
  }
825
825
 
826
826
  .portal-toolbar-icon {
827
- @apply inline-flex h-11 w-11 items-center justify-center rounded-2xl border border-white/10 bg-white/5 text-zinc-200;
827
+ @apply inline-flex h-9 w-9 items-center justify-center rounded-xl border border-white/10 bg-white/5 text-zinc-200;
828
828
  transition:
829
829
  transform 220ms ease,
830
830
  background-color 220ms ease,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@limpiolux/ui-styles",
3
- "version": "1.0.21",
3
+ "version": "1.0.22",
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": {