@limpiolux/ui-styles 1.1.0 → 1.1.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/components.css +1 -1
  2. package/package.json +1 -1
package/components.css CHANGED
@@ -38,7 +38,7 @@
38
38
  box-shadow:
39
39
  inset 0 1px 0 rgba(255, 255, 255, 0.2),
40
40
  inset 0 -1px 0 rgba(0, 0, 0, 0.15),
41
- 0 4px 16px -2px rgba(var(--color-brand) / 0.5);
41
+ 0 10px 28px -10px rgba(var(--color-brand) / 0.55);
42
42
  transition: transform 400ms var(--spring-bounce), opacity 150ms ease;
43
43
  }
44
44
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@limpiolux/ui-styles",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
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": {