@lessly/ui 0.20.0 → 0.22.0

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/styles.css CHANGED
@@ -752,7 +752,7 @@
752
752
  --menu-shadow: var(--shadow-overlay);
753
753
  --menu-hov: var(--hov-bg);
754
754
 
755
- /* === Sign-in / auth screen (<SignInScreen/>) ===
755
+ /* === Auth / login-window surface (onboarding screens) ===
756
756
  Dark and light are deliberately DIFFERENT treatments, not inverts: dark leans on
757
757
  a border hairline + deep glow ground (no shadow), light drops the border and floats
758
758
  the card on an elevation shadow. The glow layers can't be one token pair either —
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lessly/ui",
3
- "version": "0.20.0",
3
+ "version": "0.22.0",
4
4
  "description": "Lessly design system — shared UI primitives, tokens, and theme",
5
5
  "type": "module",
6
6
  "packageManager": "pnpm@10.30.3",