@vanduo-oss/framework 1.3.0 → 1.3.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.
package/dist/vanduo.css CHANGED
@@ -1,4 +1,4 @@
1
- /*! Vanduo v1.3.0 | Built: 2026-03-17T16:46:03.216Z | git:ea44b23 | development */
1
+ /*! Vanduo v1.3.1 | Built: 2026-03-20T21:48:40.922Z | git:7e73bb8 | development */
2
2
  *, :before, :after {
3
3
  box-sizing: border-box;
4
4
  }
@@ -53858,6 +53858,10 @@ a.vd-card:active {
53858
53858
  display: none;
53859
53859
  }
53860
53860
 
53861
+ .body-navbar-open {
53862
+ overflow: hidden;
53863
+ }
53864
+
53861
53865
  :root {
53862
53866
  --footer-bg: var(--bg-secondary);
53863
53867
  --footer-bg-dark: var(--bg-dark);