@lessly/ui 0.19.1 → 0.21.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/index.d.ts +1 -56
- package/dist/index.js +564 -733
- package/dist/styles.css +1 -1
- package/package.json +1 -1
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
|
-
/* ===
|
|
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 —
|