@vanduo-oss/framework 1.3.8 → 1.3.9

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.8 | Built: 2026-05-06T18:32:43.703Z | git:6042eac | development */
1
+ /*! Vanduo v1.3.9 | Built: 2026-05-10T18:54:59.798Z | git:2945a85 | development */
2
2
  *, :before, :after {
3
3
  box-sizing: border-box;
4
4
  }
@@ -293,6 +293,16 @@ table {
293
293
  --slate-7: #334155;
294
294
  --slate-8: #1e293b;
295
295
  --slate-9: #0f172a;
296
+ --charcoal-0: #f5f7f8;
297
+ --charcoal-1: #e7ebee;
298
+ --charcoal-2: #ced6dc;
299
+ --charcoal-3: #adb8c1;
300
+ --charcoal-4: #8b98a3;
301
+ --charcoal-5: #6d7c88;
302
+ --charcoal-6: #53616d;
303
+ --charcoal-7: #394754;
304
+ --charcoal-8: #202c38;
305
+ --charcoal-9: #0d1117;
296
306
  --zinc-0: #fafafa;
297
307
  --zinc-1: #f4f4f5;
298
308
  --zinc-2: #e4e4e7;
@@ -801,6 +811,19 @@ table {
801
811
  --primary-9: #0a0a0a;
802
812
  }
803
813
 
814
+ [data-neutral="charcoal"] {
815
+ --gray-0: var(--charcoal-0);
816
+ --gray-1: var(--charcoal-1);
817
+ --gray-2: var(--charcoal-2);
818
+ --gray-3: var(--charcoal-3);
819
+ --gray-4: var(--charcoal-4);
820
+ --gray-5: var(--charcoal-5);
821
+ --gray-6: var(--charcoal-6);
822
+ --gray-7: var(--charcoal-7);
823
+ --gray-8: var(--charcoal-8);
824
+ --gray-9: var(--charcoal-9);
825
+ }
826
+
804
827
  [data-neutral="gray"] {
805
828
  --gray-0: #f8f9fa;
806
829
  --gray-1: #f1f3f5;
@@ -1107,7 +1130,7 @@ table {
1107
1130
  }
1108
1131
 
1109
1132
  :root {
1110
- --font-family-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
1133
+ --font-family-sans: "Ubuntu", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
1111
1134
  --font-family-serif: Georgia, "Times New Roman", Times, serif;
1112
1135
  --font-family-mono: "SF Mono", Monaco, "Cascadia Code", "Roboto Mono", Consolas, "Courier New", monospace;
1113
1136
  }
@@ -1513,7 +1536,7 @@ pre code {
1513
1536
  --vd-border-radius-md: .5rem;
1514
1537
  --vd-border-radius-lg: .75rem;
1515
1538
  --vd-border-radius-xl: 1rem;
1516
- --vd-font-family-base: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
1539
+ --vd-font-family-base: "Ubuntu", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
1517
1540
  --vd-font-family-mono: "JetBrains Mono", "Fira Code", monospace;
1518
1541
  --vd-font-size-xs: .75rem;
1519
1542
  --vd-font-size-sm: .8125rem;
@@ -54914,6 +54937,8 @@ a.vd-card:active {
54914
54937
  cursor: pointer;
54915
54938
  user-select: none;
54916
54939
  transition: var(--transition-bg);
54940
+ -webkit-appearance: none;
54941
+ appearance: none;
54917
54942
  text-align: left;
54918
54943
  width: 100%;
54919
54944
  font-family: var(--font-family-sans);
@@ -54930,7 +54955,7 @@ a.vd-card:active {
54930
54955
  background-color: var(--collapsible-header-bg-hover);
54931
54956
  }
54932
54957
 
54933
- .vd-collapsible-header:focus-visible, .accordion-header:focus-visible {
54958
+ .vd-collapsible-header:focus, .vd-collapsible-header:focus-visible, .accordion-header:focus, .accordion-header:focus-visible {
54934
54959
  outline: none;
54935
54960
  }
54936
54961
 
@@ -54950,6 +54975,8 @@ a.vd-card:active {
54950
54975
  font-size: var(--font-size-base);
54951
54976
  font-weight: var(--font-weight-medium);
54952
54977
  color: var(--text-primary);
54978
+ -webkit-appearance: none;
54979
+ appearance: none;
54953
54980
  cursor: pointer;
54954
54981
  background: none;
54955
54982
  border: none;
@@ -54960,7 +54987,7 @@ a.vd-card:active {
54960
54987
  display: flex;
54961
54988
  }
54962
54989
 
54963
- .vd-collapsible-trigger:focus-visible, .accordion-trigger:focus-visible {
54990
+ .vd-collapsible-trigger:focus, .vd-collapsible-trigger:focus-visible, .accordion-trigger:focus, .accordion-trigger:focus-visible {
54964
54991
  outline: none;
54965
54992
  }
54966
54993