@vanduo-oss/framework 1.2.9 → 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.2.9 | Built: 2026-03-14T18:56:04.214Z | git:800b9f0 | 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
  }
@@ -1348,6 +1348,10 @@ pre code {
1348
1348
  font-weight: var(--font-weight-bold);
1349
1349
  }
1350
1350
 
1351
+ .vd-text-italic {
1352
+ font-style: italic;
1353
+ }
1354
+
1351
1355
  .vd-font-extrabold {
1352
1356
  font-weight: var(--font-weight-extrabold);
1353
1357
  }
@@ -4513,6 +4517,14 @@ pre code {
4513
4517
  margin-top: var(--spacing-5);
4514
4518
  }
4515
4519
 
4520
+ .vd-mt-6 {
4521
+ margin-top: var(--spacing-6);
4522
+ }
4523
+
4524
+ .vd-mt-8 {
4525
+ margin-top: var(--spacing-8);
4526
+ }
4527
+
4516
4528
  .vd-mb-0 {
4517
4529
  margin-bottom: var(--spacing-0);
4518
4530
  }
@@ -53846,6 +53858,10 @@ a.vd-card:active {
53846
53858
  display: none;
53847
53859
  }
53848
53860
 
53861
+ .body-navbar-open {
53862
+ overflow: hidden;
53863
+ }
53864
+
53849
53865
  :root {
53850
53866
  --footer-bg: var(--bg-secondary);
53851
53867
  --footer-bg-dark: var(--bg-dark);
@@ -59753,8 +59769,8 @@ body > .vd-theme-customizer-panel.is-open {
59753
59769
 
59754
59770
  .doc-tab.active {
59755
59771
  border-color: var(--color-primary);
59756
- color: var(--color-primary);
59757
- background: var(--color-primary-alpha-12);
59772
+ color: var(--text-on-primary);
59773
+ background: var(--color-primary);
59758
59774
  box-shadow: 0 0 0 1px var(--color-primary-alpha-20);
59759
59775
  }
59760
59776