@limpiolux/ui-styles 1.0.26 → 1.0.27

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/base.css +2 -5
  2. package/package.json +1 -1
package/base.css CHANGED
@@ -3,7 +3,7 @@
3
3
  * Design tokens (CSS custom properties), font import, body defaults, selection.
4
4
  */
5
5
 
6
- @import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');
6
+ @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');
7
7
 
8
8
  @layer base {
9
9
  :root {
@@ -46,10 +46,7 @@
46
46
  min-height: 100vh;
47
47
  -webkit-font-smoothing: antialiased;
48
48
  -moz-osx-font-smoothing: grayscale;
49
- transition:
50
- background-color 420ms ease,
51
- color 420ms ease,
52
- background-image 420ms ease;
49
+ transition: opacity 420ms ease;
53
50
  }
54
51
 
55
52
  ::selection {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@limpiolux/ui-styles",
3
- "version": "1.0.26",
3
+ "version": "1.0.27",
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": {