@vanduo-oss/framework 1.2.8 → 1.3.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/vanduo.css CHANGED
@@ -1,4 +1,4 @@
1
- /*! Vanduo v1.2.8 | Built: 2026-03-14T13:35:54.636Z | git:f306379 | development */
1
+ /*! Vanduo v1.3.0 | Built: 2026-03-17T16:46:03.216Z | git:ea44b23 | 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
  }
@@ -59753,8 +59765,8 @@ body > .vd-theme-customizer-panel.is-open {
59753
59765
 
59754
59766
  .doc-tab.active {
59755
59767
  border-color: var(--color-primary);
59756
- color: var(--color-primary);
59757
- background: var(--color-primary-alpha-12);
59768
+ color: var(--text-on-primary);
59769
+ background: var(--color-primary);
59758
59770
  box-shadow: 0 0 0 1px var(--color-primary-alpha-20);
59759
59771
  }
59760
59772