@24vlh/vds 0.3.4 → 0.3.6

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.
Files changed (69) hide show
  1. package/dist/components/accordion.css +0 -9
  2. package/dist/components/action-bar.css +0 -3
  3. package/dist/components/authoring.css +0 -9
  4. package/dist/components/authoring.min.css +1 -1
  5. package/dist/components/avatar.css +0 -6
  6. package/dist/components/badge-tag.css +0 -6
  7. package/dist/components/badge-tag.min.css +1 -1
  8. package/dist/components/buttons.css +0 -12
  9. package/dist/components/buttons.min.css +1 -1
  10. package/dist/components/charts.css +0 -14
  11. package/dist/components/charts.min.css +1 -1
  12. package/dist/components/command.css +1 -21
  13. package/dist/components/command.min.css +1 -1
  14. package/dist/components/content-blocks.css +0 -21
  15. package/dist/components/content-blocks.min.css +1 -1
  16. package/dist/components/description-list.css +0 -5
  17. package/dist/components/description-list.min.css +1 -1
  18. package/dist/components/doc-block.css +0 -24
  19. package/dist/components/doc-block.min.css +1 -1
  20. package/dist/components/feedback.css +3 -20
  21. package/dist/components/feedback.min.css +1 -1
  22. package/dist/components/flows.css +0 -14
  23. package/dist/components/flows.min.css +1 -1
  24. package/dist/components/forms-advanced.css +0 -13
  25. package/dist/components/forms-advanced.min.css +1 -1
  26. package/dist/components/forms.css +0 -28
  27. package/dist/components/forms.min.css +1 -1
  28. package/dist/components/guidance.css +0 -14
  29. package/dist/components/guidance.min.css +1 -1
  30. package/dist/components/header-footer.css +0 -10
  31. package/dist/components/header-footer.min.css +1 -1
  32. package/dist/components/hero.css +0 -12
  33. package/dist/components/hero.min.css +1 -1
  34. package/dist/components/icons.css +60 -19
  35. package/dist/components/icons.min.css +1 -1
  36. package/dist/components/inbox.css +0 -54
  37. package/dist/components/inbox.min.css +1 -1
  38. package/dist/components/navigation.css +0 -13
  39. package/dist/components/navigation.min.css +1 -1
  40. package/dist/components/overlays.css +0 -15
  41. package/dist/components/overlays.min.css +1 -1
  42. package/dist/components/progress.css +0 -5
  43. package/dist/components/progress.min.css +1 -1
  44. package/dist/components/sections.css +0 -16
  45. package/dist/components/sections.min.css +1 -1
  46. package/dist/components/skeleton.css +0 -11
  47. package/dist/components/state.css +0 -3
  48. package/dist/components/tables.css +0 -18
  49. package/dist/components/tables.min.css +1 -1
  50. package/dist/components/tabs.css +0 -10
  51. package/dist/components/tabs.min.css +1 -1
  52. package/dist/components/toasts.css +0 -8
  53. package/dist/components/toasts.min.css +1 -1
  54. package/dist/components/tooltips-popovers.css +0 -13
  55. package/dist/components/tooltips-popovers.min.css +1 -1
  56. package/dist/components/typography.css +0 -3
  57. package/dist/components/utilities.css +0 -28
  58. package/dist/components/utilities.min.css +1 -1
  59. package/dist/core.css +2 -2
  60. package/dist/core.min.css +1 -1
  61. package/dist/identity.css +2 -7
  62. package/dist/identity.min.css +1 -1
  63. package/dist/themes/carbon.css +0 -2
  64. package/dist/themes/graphite.css +0 -2
  65. package/dist/themes/navy.css +0 -2
  66. package/dist/themes/slate.css +0 -2
  67. package/dist/vds.css +75 -32
  68. package/dist/vds.min.css +1 -1
  69. package/package.json +1 -1
@@ -16,7 +16,6 @@
16
16
  /* ---------------------------------------------------------
17
17
  1. OVERLAYS TOKEN DEFINITIONS
18
18
  --------------------------------------------------------- */
19
-
20
19
  [data-vds-overlay],
21
20
  .vds-overlay {
22
21
  --modal-width-xs: 22.5rem;
@@ -36,7 +35,6 @@
36
35
  /* ---------------------------------------------------------
37
36
  2. OVERLAY BACKDROP
38
37
  --------------------------------------------------------- */
39
-
40
38
  .backdrop {
41
39
  position: fixed;
42
40
  top: 0;
@@ -77,7 +75,6 @@
77
75
  /* ---------------------------------------------------------
78
76
  3. BASE MODAL (NO ANIMATION)
79
77
  --------------------------------------------------------- */
80
-
81
78
  .modal {
82
79
  position: fixed;
83
80
  top: 0;
@@ -129,7 +126,6 @@
129
126
  /* ---------------------------------------------------------
130
127
  4. MODAL HEADER / BODY / FOOTER
131
128
  --------------------------------------------------------- */
132
-
133
129
  .modal__header {
134
130
  padding: var(--space-6) var(--space-8);
135
131
  border-bottom: 1px solid var(--color-border-subtle);
@@ -171,7 +167,6 @@
171
167
  /* ---------------------------------------------------------
172
168
  5. MODAL DENSITY VARIANTS
173
169
  --------------------------------------------------------- */
174
-
175
170
  .modal--a .modal__header,
176
171
  .modal--a .modal__footer {
177
172
  padding: var(--space-8) var(--space-10);
@@ -202,7 +197,6 @@
202
197
  /* ---------------------------------------------------------
203
198
  6. MODAL SIZES
204
199
  --------------------------------------------------------- */
205
-
206
200
  .modal--xs .modal__inner {
207
201
  max-width: var(--modal-width-xs);
208
202
  }
@@ -233,7 +227,6 @@
233
227
  /* ---------------------------------------------------------
234
228
  7. MODAL USE-CASE VARIANTS
235
229
  --------------------------------------------------------- */
236
-
237
230
  .modal--workspace .modal__inner {
238
231
  max-width: var(--modal-width-workspace);
239
232
  min-height: var(--modal-workspace-min-height);
@@ -325,7 +318,6 @@
325
318
  /* ---------------------------------------------------------
326
319
  8. MOBILE FULL-SCREEN & BOTTOM-SHEET (NO ANIMATIONS)
327
320
  --------------------------------------------------------- */
328
-
329
321
  @media (max-width: 768px) {
330
322
 
331
323
  .modal--fullscreen-mobile .modal__inner {
@@ -355,7 +347,6 @@
355
347
  /* ---------------------------------------------------------
356
348
  9. MODAL STATES
357
349
  --------------------------------------------------------- */
358
-
359
350
  .modal--success .modal__header {
360
351
  border-bottom-color: var(--color-success);
361
352
  background-color: var(--color-success-soft);
@@ -383,7 +374,6 @@
383
374
  /* ---------------------------------------------------------
384
375
  10. LOADING OVERLAY (NO BLUR)
385
376
  --------------------------------------------------------- */
386
-
387
377
  .modal--loading .modal__inner {
388
378
  position: relative;
389
379
  }
@@ -415,7 +405,6 @@
415
405
  /* ---------------------------------------------------------
416
406
  11. DRAWERS (NO ANIMATIONS)
417
407
  --------------------------------------------------------- */
418
-
419
408
  .drawer {
420
409
  position: fixed;
421
410
  top: 0;
@@ -477,7 +466,6 @@
477
466
  /* ---------------------------------------------------------
478
467
  12. INLINE OVERLAY PANEL
479
468
  --------------------------------------------------------- */
480
-
481
469
  .overlay-inline-container {
482
470
  position: relative;
483
471
  }
@@ -539,7 +527,6 @@
539
527
  /* ---------------------------------------------------------
540
528
  13. SPLIT MODAL
541
529
  --------------------------------------------------------- */
542
-
543
530
  .modal--split .modal__inner {
544
531
  display: grid;
545
532
  grid-template-columns: 2fr 1fr;
@@ -566,7 +553,6 @@
566
553
  /* ---------------------------------------------------------
567
554
  14. OPTIONAL MODAL CHROME REMOVAL
568
555
  --------------------------------------------------------- */
569
-
570
556
  .modal--no-header .modal__header {
571
557
  display: none;
572
558
  }
@@ -578,7 +564,6 @@
578
564
  /* ---------------------------------------------------------
579
565
  15. STACKING LEVELS
580
566
  --------------------------------------------------------- */
581
-
582
567
  .modal--level-2 {
583
568
  z-index: calc(90 + 10);
584
569
  z-index: calc(var(--z-modal, 90) + 10);
@@ -1 +1 @@
1
- .vds-overlay,[data-vds-overlay]{--modal-width-xs:22.5rem;--modal-width-sm:26.25rem;--modal-width-md:40rem;--modal-width-lg:51.25rem;--modal-width-xl:65rem;--modal-loader-size-lg:2.5rem;--drawer-width:22.5rem;--modal-width-workspace:58rem;--modal-workspace-min-height:26rem;--modal-workspace-max-height:calc(100vh - var(--space-10))}.backdrop{backdrop-filter:none;background-color:var(--overlay-backdrop-default);bottom:0;left:0;opacity:0;pointer-events:none;position:fixed;right:0;top:0;z-index:80;z-index:var(--z-backdrop,80)}.backdrop--light{background-color:var(--overlay-backdrop-light)}.backdrop--blocking,.backdrop--heavy{background-color:var(--overlay-backdrop-heavy)}.backdrop--blocking{cursor:not-allowed}.backdrop--active{opacity:1;pointer-events:auto}.modal{align-items:center;bottom:0;display:flex;justify-content:center;left:0;opacity:0;pointer-events:none;position:fixed;right:0;top:0;transform:none;transition:none;z-index:90;z-index:var(--z-modal,90)}.modal--active{opacity:1;pointer-events:auto}.modal__inner{background-color:var(--color-surface);border:1px solid var(--color-border-subtle);border-radius:var(--radius-lg);box-shadow:var(--shadow-3);display:flex;flex-direction:column;max-height:calc(100vh - var(--space-20));max-width:var(--modal-width-md);overflow:hidden;pointer-events:auto;transition:none;width:100%}.modal__header{align-items:center;border-bottom:1px solid var(--color-border-subtle);display:flex;justify-content:space-between;padding:var(--space-6) var(--space-8)}.modal__title{font-size:var(--text-lg);font-weight:600}.modal__close{background:none;border:none;color:var(--color-text-muted);cursor:pointer;display:inline-flex;padding:var(--space-2)}.modal__body{flex:1;overflow-y:auto;padding:var(--space-8)}.modal__footer{border-top:1px solid var(--color-border-subtle);display:flex;gap:var(--space-4);justify-content:flex-end;padding:var(--space-6) var(--space-8)}.modal--a .modal__footer,.modal--a .modal__header{padding:var(--space-8) var(--space-10)}.modal--a .modal__body{padding:var(--space-10)}.modal--b .modal__footer,.modal--b .modal__header{padding:var(--space-6) var(--space-8)}.modal--b .modal__body{padding:var(--space-8)}.modal--c .modal__footer,.modal--c .modal__header{padding:var(--space-4) var(--space-6)}.modal--c .modal__body{padding:var(--space-6)}.modal--xs .modal__inner{max-width:var(--modal-width-xs)}.modal--sm .modal__inner{max-width:var(--modal-width-sm)}.modal--md .modal__inner{max-width:var(--modal-width-md)}.modal--lg .modal__inner{max-width:var(--modal-width-lg)}.modal--xl .modal__inner{max-width:var(--modal-width-xl)}.modal--full .modal__inner{border-radius:0;height:100%;max-width:none;width:100%}.modal--workspace .modal__inner{max-height:var(--modal-workspace-max-height);max-width:var(--modal-width-workspace);min-height:var(--modal-workspace-min-height)}.modal--confirm .modal__inner{max-width:var(--modal-width-xs)}.modal--confirm .modal__body,.modal--confirm .modal__footer,.modal--confirm .modal__header{text-align:center}.modal--confirm .modal__footer{justify-content:center}.modal--blocking .modal__close{display:none}.modal__body--form{grid-gap:var(--space-6);display:grid;gap:var(--space-6)}.modal__section{grid-gap:var(--space-3);display:grid;gap:var(--space-3)}.modal__divider{background-color:var(--color-border-subtle);border:none;height:1px}.modal__footer--split{align-items:center;justify-content:space-between}.modal__footer--stack{align-items:stretch;flex-direction:column;justify-content:flex-start}.modal__icon{align-items:center;background-color:var(--color-accent-soft);border-radius:999px;color:var(--accent-soft-on,var(--color-on-accent));display:inline-flex;flex-shrink:0;font-size:var(--text-md);height:2.5rem;justify-content:center;line-height:1;width:2.5rem}.modal__icon--success{background-color:var(--color-success-soft);color:var(--color-success-strong)}.modal__icon--danger{background-color:var(--color-danger-soft);color:var(--color-danger-strong)}.modal__icon--info{background-color:var(--color-info-soft);color:var(--color-info-strong)}.modal__icon--warning{background-color:var(--color-warning-soft);color:var(--color-warning-strong)}@media (max-width:768px){.modal--fullscreen-mobile .modal__inner{border-radius:0;height:100%;max-height:none;max-width:none;width:100%}.modal--sheet{align-items:flex-end}.modal--sheet .modal__inner{border-radius:var(--radius-lg) var(--radius-lg) 0 0;max-height:80vh;max-width:none;width:100%}body.modal-open{overflow:hidden}}.modal--success .modal__header{background-color:var(--color-success-soft);border-bottom-color:var(--color-success);color:var(--semantic-success-text-strong,var(--color-success-strong))}.modal--danger .modal__header{background-color:var(--color-danger-soft);border-bottom-color:var(--color-danger);color:var(--semantic-error-text-strong,var(--color-danger-strong))}.modal--info .modal__header{background-color:var(--color-info-soft);border-bottom-color:var(--color-info);color:var(--semantic-info-text-strong,var(--color-info-strong))}.modal--warning .modal__header{background-color:var(--color-warning-soft);border-bottom-color:var(--color-warning);color:var(--semantic-warning-text-strong,var(--color-warning-strong))}.modal--loading .modal__inner{position:relative}.modal--loading .modal__loader{align-items:center;backdrop-filter:none;background-color:var(--overlay-backdrop-loading);bottom:0;display:flex;justify-content:center;left:0;position:absolute;right:0;top:0;z-index:2}.modal--loading .modal__loader-icon{stroke:var(--color-accent);fill:none;height:var(--modal-loader-size-lg);width:var(--modal-loader-size-lg)}.drawer{background-color:var(--color-surface);border-left:1px solid var(--color-border-subtle);border-right:1px solid var(--color-border-subtle);bottom:0;box-shadow:var(--shadow-3);display:flex;flex-direction:column;max-width:90vw;position:fixed;top:0;transition:none;width:var(--drawer-width);z-index:95;z-index:var(--z-drawer,95)}.drawer--left{left:0}.drawer--right{right:0}.drawer--hidden{display:none}.drawer:not(.drawer--hidden){display:flex}.drawer__footer,.drawer__header{border-bottom:1px solid var(--color-border-subtle);padding:var(--space-6)}.drawer__footer{border-bottom:none;border-top:1px solid var(--color-border-subtle)}.drawer__body{flex:1;overflow-y:auto;padding:var(--space-6)}.overlay-inline-container{position:relative}.overlay-inline{background-color:var(--color-surface);border:1px solid var(--color-border-subtle);border-radius:var(--radius-md);bottom:0;box-shadow:var(--shadow-1);display:none;left:0;position:absolute;right:0;top:0;z-index:10}.overlay-inline--active{display:block}.overlay-inline__header{border-bottom:1px solid var(--color-border-subtle);padding:var(--space-4) var(--space-6)}.overlay-inline__body{padding:var(--space-6)}.overlay-inline--info{background-color:var(--semantic-info-bg);border-color:var(--semantic-info-border);color:var(--semantic-info-text)}.overlay-inline--success{background-color:var(--semantic-success-bg);border-color:var(--semantic-success-border);color:var(--semantic-success-text)}.overlay-inline--warning{background-color:var(--semantic-warning-bg);border-color:var(--semantic-warning-border);color:var(--semantic-warning-text)}.overlay-inline--danger{background-color:var(--semantic-danger-bg);border-color:var(--semantic-danger-border);color:var(--semantic-danger-text)}.modal--split .modal__inner{display:grid;grid-template-columns:2fr 1fr}.modal__side{border-left:1px solid var(--color-border-subtle);overflow-y:auto;padding:var(--space-8)}@media (max-width:768px){.modal--split .modal__inner{display:flex;flex-direction:column}.modal__side{border-left:none;border-top:1px solid var(--color-border-subtle)}}.modal--no-footer .modal__footer,.modal--no-header .modal__header{display:none}.modal--level-2{z-index:100;z-index:calc(var(--z-modal, 90) + 10)}.modal--level-3{z-index:110;z-index:calc(var(--z-modal, 90) + 20)}.backdrop--level-2{z-index:90;z-index:calc(var(--z-backdrop, 80) + 10)}.backdrop--level-3{z-index:100;z-index:calc(var(--z-backdrop, 80) + 20)}
1
+ .vds-overlay,[data-vds-overlay]{--modal-width-xs:22.5rem;--modal-width-sm:26.25rem;--modal-width-md:40rem;--modal-width-lg:51.25rem;--modal-width-xl:65rem;--modal-loader-size-lg:2.5rem;--drawer-width:22.5rem;--modal-width-workspace:58rem;--modal-workspace-min-height:26rem;--modal-workspace-max-height:calc(100vh - var(--space-10))}.backdrop{backdrop-filter:none;background-color:var(--overlay-backdrop-default);bottom:0;left:0;opacity:0;pointer-events:none;position:fixed;right:0;top:0;z-index:80;z-index:var(--z-backdrop,80)}.backdrop--light{background-color:var(--overlay-backdrop-light)}.backdrop--blocking,.backdrop--heavy{background-color:var(--overlay-backdrop-heavy)}.backdrop--blocking{cursor:not-allowed}.backdrop--active{opacity:1;pointer-events:auto}.modal{align-items:center;bottom:0;display:flex;justify-content:center;left:0;opacity:0;pointer-events:none;position:fixed;right:0;top:0;transform:none;transition:none;z-index:90;z-index:var(--z-modal,90)}.modal--active{opacity:1;pointer-events:auto}.modal__inner{background-color:var(--color-surface);border:1px solid var(--color-border-subtle);border-radius:var(--radius-lg);box-shadow:var(--shadow-3);display:flex;flex-direction:column;max-height:calc(100vh - var(--space-20));max-width:var(--modal-width-md);overflow:hidden;pointer-events:auto;transition:none;width:100%}.modal__header{align-items:center;border-bottom:1px solid var(--color-border-subtle);display:flex;justify-content:space-between;padding:var(--space-6) var(--space-8)}.modal__title{font-size:var(--text-lg);font-weight:600}.modal__close{background:none;border:none;color:var(--color-text-muted);cursor:pointer;display:inline-flex;padding:var(--space-2)}.modal__body{flex:1;overflow-y:auto;padding:var(--space-8)}.modal__footer{border-top:1px solid var(--color-border-subtle);display:flex;gap:var(--space-4);justify-content:flex-end;padding:var(--space-6) var(--space-8)}.modal--a .modal__footer,.modal--a .modal__header{padding:var(--space-8) var(--space-10)}.modal--a .modal__body{padding:var(--space-10)}.modal--b .modal__footer,.modal--b .modal__header{padding:var(--space-6) var(--space-8)}.modal--b .modal__body{padding:var(--space-8)}.modal--c .modal__footer,.modal--c .modal__header{padding:var(--space-4) var(--space-6)}.modal--c .modal__body{padding:var(--space-6)}.modal--xs .modal__inner{max-width:var(--modal-width-xs)}.modal--sm .modal__inner{max-width:var(--modal-width-sm)}.modal--md .modal__inner{max-width:var(--modal-width-md)}.modal--lg .modal__inner{max-width:var(--modal-width-lg)}.modal--xl .modal__inner{max-width:var(--modal-width-xl)}.modal--full .modal__inner{border-radius:0;height:100%;max-width:none;width:100%}.modal--workspace .modal__inner{max-height:var(--modal-workspace-max-height);max-width:var(--modal-width-workspace);min-height:var(--modal-workspace-min-height)}.modal--confirm .modal__inner{max-width:var(--modal-width-xs)}.modal--confirm .modal__body,.modal--confirm .modal__footer,.modal--confirm .modal__header{text-align:center}.modal--confirm .modal__footer{justify-content:center}.modal--blocking .modal__close{display:none}.modal__body--form{display:grid;grid-gap:var(--space-6);gap:var(--space-6)}.modal__section{display:grid;grid-gap:var(--space-3);gap:var(--space-3)}.modal__divider{background-color:var(--color-border-subtle);border:none;height:1px}.modal__footer--split{align-items:center;justify-content:space-between}.modal__footer--stack{align-items:stretch;flex-direction:column;justify-content:flex-start}.modal__icon{align-items:center;background-color:var(--color-accent-soft);border-radius:999px;color:var(--accent-soft-on,var(--color-on-accent));display:inline-flex;flex-shrink:0;font-size:var(--text-md);height:2.5rem;justify-content:center;line-height:1;width:2.5rem}.modal__icon--success{background-color:var(--color-success-soft);color:var(--color-success-strong)}.modal__icon--danger{background-color:var(--color-danger-soft);color:var(--color-danger-strong)}.modal__icon--info{background-color:var(--color-info-soft);color:var(--color-info-strong)}.modal__icon--warning{background-color:var(--color-warning-soft);color:var(--color-warning-strong)}@media (max-width:768px){.modal--fullscreen-mobile .modal__inner{border-radius:0;height:100%;max-height:none;max-width:none;width:100%}.modal--sheet{align-items:flex-end}.modal--sheet .modal__inner{border-radius:var(--radius-lg) var(--radius-lg) 0 0;max-height:80vh;max-width:none;width:100%}body.modal-open{overflow:hidden}}.modal--success .modal__header{background-color:var(--color-success-soft);border-bottom-color:var(--color-success);color:var(--semantic-success-text-strong,var(--color-success-strong))}.modal--danger .modal__header{background-color:var(--color-danger-soft);border-bottom-color:var(--color-danger);color:var(--semantic-error-text-strong,var(--color-danger-strong))}.modal--info .modal__header{background-color:var(--color-info-soft);border-bottom-color:var(--color-info);color:var(--semantic-info-text-strong,var(--color-info-strong))}.modal--warning .modal__header{background-color:var(--color-warning-soft);border-bottom-color:var(--color-warning);color:var(--semantic-warning-text-strong,var(--color-warning-strong))}.modal--loading .modal__inner{position:relative}.modal--loading .modal__loader{align-items:center;backdrop-filter:none;background-color:var(--overlay-backdrop-loading);bottom:0;display:flex;justify-content:center;left:0;position:absolute;right:0;top:0;z-index:2}.modal--loading .modal__loader-icon{fill:none;height:var(--modal-loader-size-lg);stroke:var(--color-accent);width:var(--modal-loader-size-lg)}.drawer{background-color:var(--color-surface);border-left:1px solid var(--color-border-subtle);border-right:1px solid var(--color-border-subtle);bottom:0;box-shadow:var(--shadow-3);display:flex;flex-direction:column;max-width:90vw;position:fixed;top:0;transition:none;width:var(--drawer-width);z-index:95;z-index:var(--z-drawer,95)}.drawer--left{left:0}.drawer--right{right:0}.drawer--hidden{display:none}.drawer:not(.drawer--hidden){display:flex}.drawer__footer,.drawer__header{border-bottom:1px solid var(--color-border-subtle);padding:var(--space-6)}.drawer__footer{border-bottom:none;border-top:1px solid var(--color-border-subtle)}.drawer__body{flex:1;overflow-y:auto;padding:var(--space-6)}.overlay-inline-container{position:relative}.overlay-inline{background-color:var(--color-surface);border:1px solid var(--color-border-subtle);border-radius:var(--radius-md);bottom:0;box-shadow:var(--shadow-1);display:none;left:0;position:absolute;right:0;top:0;z-index:10}.overlay-inline--active{display:block}.overlay-inline__header{border-bottom:1px solid var(--color-border-subtle);padding:var(--space-4) var(--space-6)}.overlay-inline__body{padding:var(--space-6)}.overlay-inline--info{background-color:var(--semantic-info-bg);border-color:var(--semantic-info-border);color:var(--semantic-info-text)}.overlay-inline--success{background-color:var(--semantic-success-bg);border-color:var(--semantic-success-border);color:var(--semantic-success-text)}.overlay-inline--warning{background-color:var(--semantic-warning-bg);border-color:var(--semantic-warning-border);color:var(--semantic-warning-text)}.overlay-inline--danger{background-color:var(--semantic-danger-bg);border-color:var(--semantic-danger-border);color:var(--semantic-danger-text)}.modal--split .modal__inner{display:grid;grid-template-columns:2fr 1fr}.modal__side{border-left:1px solid var(--color-border-subtle);overflow-y:auto;padding:var(--space-8)}@media (max-width:768px){.modal--split .modal__inner{display:flex;flex-direction:column}.modal__side{border-left:none;border-top:1px solid var(--color-border-subtle)}}.modal--no-footer .modal__footer,.modal--no-header .modal__header{display:none}.modal--level-2{z-index:100;z-index:calc(var(--z-modal, 90) + 10)}.modal--level-3{z-index:110;z-index:calc(var(--z-modal, 90) + 20)}.backdrop--level-2{z-index:90;z-index:calc(var(--z-backdrop, 80) + 10)}.backdrop--level-3{z-index:100;z-index:calc(var(--z-backdrop, 80) + 20)}
@@ -14,7 +14,6 @@
14
14
  /* ---------------------------------------------------------
15
15
  1. PROGRESS TOKENS
16
16
  --------------------------------------------------------- */
17
-
18
17
  [data-vds-progress],
19
18
  .vds-progress {
20
19
  --progress-height-sm: 0.35rem;
@@ -42,7 +41,6 @@
42
41
  /* ---------------------------------------------------------
43
42
  2. LINEAR PROGRESS
44
43
  --------------------------------------------------------- */
45
-
46
44
  .progress-stack {
47
45
  display: grid;
48
46
  grid-gap: var(--space-2);
@@ -157,7 +155,6 @@
157
155
  /* ---------------------------------------------------------
158
156
  3. PROGRESS SEMANTICS
159
157
  --------------------------------------------------------- */
160
-
161
158
  [data-vds-progress] .progress--success, .vds-progress .progress--success {
162
159
  --progress-fill: var(--color-success);
163
160
  }
@@ -177,7 +174,6 @@
177
174
  /* ---------------------------------------------------------
178
175
  4. STEPPER
179
176
  --------------------------------------------------------- */
180
-
181
177
  .stepper {
182
178
  display: flex;
183
179
  gap: var(--stepper-gap);
@@ -273,7 +269,6 @@
273
269
  /* ---------------------------------------------------------
274
270
  5. VERTICAL STEPPER
275
271
  --------------------------------------------------------- */
276
-
277
272
  .stepper--vertical {
278
273
  flex-direction: column;
279
274
  gap: var(--space-4);
@@ -1 +1 @@
1
- .vds-progress,[data-vds-progress]{--progress-height-sm:0.35rem;--progress-height-md:var(--space-2);--progress-height-lg:0.9rem;--progress-radius:var(--radius-sm);--progress-track-bg:var(--color-muted-bg);--progress-track-border:transparent;--progress-fill:var(--color-accent);--progress-label-color:var(--color-text-muted);--progress-value-color:var(--color-text);--progress-meta-color:var(--color-text-muted);--stepper-gap:var(--space-6);--stepper-marker-size:var(--space-6);--stepper-line-size:2px;--stepper-line:var(--color-border-subtle);--stepper-marker-bg:var(--color-surface);--stepper-marker-border:var(--color-border-subtle);--stepper-marker-text:var(--color-text);--stepper-active:var(--color-accent);--stepper-title-bg:var(--color-surface)}.progress-stack{grid-gap:var(--space-2);display:grid;gap:var(--space-2);width:100%}.progress-stack--compact{gap:var(--space-1_5)}.progress__header{align-items:center;display:flex;gap:var(--space-3);justify-content:space-between}.progress__label{color:var(--progress-label-color);font-size:var(--text-xs)}.progress__value{color:var(--progress-value-color);font-size:var(--text-xs);font-weight:600}.progress__meta{color:var(--progress-meta-color);font-size:var(--text-xs)}.progress,.progress__track{background:var(--progress-track-bg);border:1px solid var(--progress-track-border);border-radius:var(--progress-radius);height:var(--progress-height-md);overflow:hidden;position:relative;width:100%}.progress__bar{background:var(--progress-fill);border-radius:inherit;height:100%;transition:width var(--transition-normal);width:0;width:var(--progress-value,0)}.vds-progress .progress--sm,.vds-progress .progress--sm .progress__track,[data-vds-progress] .progress--sm,[data-vds-progress] .progress--sm .progress__track{height:var(--progress-height-sm)}.vds-progress .progress--lg,.vds-progress .progress--lg .progress__track,[data-vds-progress] .progress--lg,[data-vds-progress] .progress--lg .progress__track{height:var(--progress-height-lg)}.vds-progress .progress--outlined,[data-vds-progress] .progress--outlined{--progress-track-border:var(--color-border-subtle)}.vds-progress .progress--pill,[data-vds-progress] .progress--pill{--progress-radius:var(--radius-full)}.vds-progress .progress--striped .progress__bar,[data-vds-progress] .progress--striped .progress__bar{background-image:linear-gradient(45deg,hsla(0,0%,100%,.2) 25%,hsla(0,0%,100%,0) 0,hsla(0,0%,100%,0) 50%,hsla(0,0%,100%,.2) 0,hsla(0,0%,100%,.2) 75%,hsla(0,0%,100%,0) 0,hsla(0,0%,100%,0));background-size:1.2rem 1.2rem}.vds-progress .progress--animated .progress__bar,[data-vds-progress] .progress--animated .progress__bar{animation:vds-progress-stripes .9s linear infinite}.vds-progress .progress--indeterminate .progress__bar,[data-vds-progress] .progress--indeterminate .progress__bar{animation:progress-indeterminate 1.4s ease infinite;width:35%}@keyframes vds-progress-stripes{0%{background-position:1.2rem 0}to{background-position:0 0}}@keyframes progress-indeterminate{0%{transform:translateX(-120%)}to{transform:translateX(260%)}}.vds-progress .progress--success,[data-vds-progress] .progress--success{--progress-fill:var(--color-success)}.vds-progress .progress--info,[data-vds-progress] .progress--info{--progress-fill:var(--color-info)}.vds-progress .progress--warning,[data-vds-progress] .progress--warning{--progress-fill:var(--color-warning)}.vds-progress .progress--danger,[data-vds-progress] .progress--danger{--progress-fill:var(--color-danger)}.stepper{align-items:flex-start;display:flex;gap:var(--stepper-gap);padding:var(--space-5)}.stepper__item{display:flex;flex:1 1 0;gap:var(--space-3);min-width:0;position:relative}.stepper__item:not(:last-child):after{background:var(--stepper-line);content:"";height:var(--stepper-line-size);left:calc(var(--stepper-marker-size) + var(--space-3));position:absolute;right:calc(var(--stepper-gap)*-1 + var(--stepper-marker-size)/2);top:calc(var(--stepper-marker-size)/2);z-index:0}.stepper__marker{align-items:center;background:var(--stepper-marker-bg);border:1px solid var(--stepper-marker-border);border-radius:999px;color:var(--stepper-marker-text);display:inline-flex;flex-shrink:0;font-size:var(--text-xs);font-weight:600;height:var(--stepper-marker-size);justify-content:center;width:var(--stepper-marker-size);z-index:1}.stepper__content{display:flex;flex-direction:column;gap:var(--space-1);position:relative;z-index:1}.stepper__title{align-self:flex-start;background:var(--stepper-title-bg);-webkit-box-decoration-break:clone;box-decoration-break:clone;color:var(--color-text);font-size:var(--text-sm);font-weight:600;padding-right:var(--space-2)}.stepper__desc{color:var(--color-text-muted);font-size:var(--text-xs)}.stepper__item--active .stepper__marker{border-color:var(--stepper-active);box-shadow:0 0 0 2px color-mix(in srgb,var(--stepper-active) 30%,transparent);color:var(--stepper-active)}.stepper__item--complete .stepper__marker{background:var(--color-success);border-color:var(--color-success);color:var(--color-on-success)}.stepper__item--disabled .stepper__content{opacity:.5;pointer-events:none}.stepper__item--disabled .stepper__marker{pointer-events:none}.stepper--compact{--stepper-gap:var(--space-4);--stepper-marker-size:var(--space-5)}.stepper--vertical{flex-direction:column;gap:var(--space-4)}.stepper--vertical .stepper__item{padding-left:calc(var(--stepper-marker-size) + var(--space-3))}.stepper--vertical .stepper__marker{left:0;position:absolute;top:0}.stepper--vertical .stepper__item:not(:last-child):after{height:calc(100% + var(--space-4));left:calc(var(--stepper-marker-size)/2);right:auto;top:var(--stepper-marker-size);width:var(--stepper-line-size)}@media (max-width:768px){.stepper{flex-direction:column}.stepper__item{padding-left:calc(var(--stepper-marker-size) + var(--space-3))}.stepper__marker{left:0;position:absolute;top:0}.stepper__item:not(:last-child):after{height:calc(100% + var(--space-4));left:calc(var(--stepper-marker-size)/2);right:auto;top:var(--stepper-marker-size);width:var(--stepper-line-size)}}
1
+ .vds-progress,[data-vds-progress]{--progress-height-sm:0.35rem;--progress-height-md:var(--space-2);--progress-height-lg:0.9rem;--progress-radius:var(--radius-sm);--progress-track-bg:var(--color-muted-bg);--progress-track-border:transparent;--progress-fill:var(--color-accent);--progress-label-color:var(--color-text-muted);--progress-value-color:var(--color-text);--progress-meta-color:var(--color-text-muted);--stepper-gap:var(--space-6);--stepper-marker-size:var(--space-6);--stepper-line-size:2px;--stepper-line:var(--color-border-subtle);--stepper-marker-bg:var(--color-surface);--stepper-marker-border:var(--color-border-subtle);--stepper-marker-text:var(--color-text);--stepper-active:var(--color-accent);--stepper-title-bg:var(--color-surface)}.progress-stack{display:grid;grid-gap:var(--space-2);gap:var(--space-2);width:100%}.progress-stack--compact{gap:var(--space-1_5)}.progress__header{align-items:center;display:flex;gap:var(--space-3);justify-content:space-between}.progress__label{color:var(--progress-label-color);font-size:var(--text-xs)}.progress__value{color:var(--progress-value-color);font-size:var(--text-xs);font-weight:600}.progress__meta{color:var(--progress-meta-color);font-size:var(--text-xs)}.progress,.progress__track{background:var(--progress-track-bg);border:1px solid var(--progress-track-border);border-radius:var(--progress-radius);height:var(--progress-height-md);overflow:hidden;position:relative;width:100%}.progress__bar{background:var(--progress-fill);border-radius:inherit;height:100%;transition:width var(--transition-normal);width:0;width:var(--progress-value,0)}.vds-progress .progress--sm,.vds-progress .progress--sm .progress__track,[data-vds-progress] .progress--sm,[data-vds-progress] .progress--sm .progress__track{height:var(--progress-height-sm)}.vds-progress .progress--lg,.vds-progress .progress--lg .progress__track,[data-vds-progress] .progress--lg,[data-vds-progress] .progress--lg .progress__track{height:var(--progress-height-lg)}.vds-progress .progress--outlined,[data-vds-progress] .progress--outlined{--progress-track-border:var(--color-border-subtle)}.vds-progress .progress--pill,[data-vds-progress] .progress--pill{--progress-radius:var(--radius-full)}.vds-progress .progress--striped .progress__bar,[data-vds-progress] .progress--striped .progress__bar{background-image:linear-gradient(45deg,hsla(0,0%,100%,.2) 25%,hsla(0,0%,100%,0) 0,hsla(0,0%,100%,0) 50%,hsla(0,0%,100%,.2) 0,hsla(0,0%,100%,.2) 75%,hsla(0,0%,100%,0) 0,hsla(0,0%,100%,0));background-size:1.2rem 1.2rem}.vds-progress .progress--animated .progress__bar,[data-vds-progress] .progress--animated .progress__bar{animation:vds-progress-stripes .9s linear infinite}.vds-progress .progress--indeterminate .progress__bar,[data-vds-progress] .progress--indeterminate .progress__bar{animation:progress-indeterminate 1.4s ease infinite;width:35%}@keyframes vds-progress-stripes{0%{background-position:1.2rem 0}to{background-position:0 0}}@keyframes progress-indeterminate{0%{transform:translateX(-120%)}to{transform:translateX(260%)}}.vds-progress .progress--success,[data-vds-progress] .progress--success{--progress-fill:var(--color-success)}.vds-progress .progress--info,[data-vds-progress] .progress--info{--progress-fill:var(--color-info)}.vds-progress .progress--warning,[data-vds-progress] .progress--warning{--progress-fill:var(--color-warning)}.vds-progress .progress--danger,[data-vds-progress] .progress--danger{--progress-fill:var(--color-danger)}.stepper{align-items:flex-start;display:flex;gap:var(--stepper-gap);padding:var(--space-5)}.stepper__item{display:flex;flex:1 1 0;gap:var(--space-3);min-width:0;position:relative}.stepper__item:not(:last-child):after{background:var(--stepper-line);content:"";height:var(--stepper-line-size);left:calc(var(--stepper-marker-size) + var(--space-3));position:absolute;right:calc(var(--stepper-gap)*-1 + var(--stepper-marker-size)/2);top:calc(var(--stepper-marker-size)/2);z-index:0}.stepper__marker{align-items:center;background:var(--stepper-marker-bg);border:1px solid var(--stepper-marker-border);border-radius:999px;color:var(--stepper-marker-text);display:inline-flex;flex-shrink:0;font-size:var(--text-xs);font-weight:600;height:var(--stepper-marker-size);justify-content:center;width:var(--stepper-marker-size);z-index:1}.stepper__content{display:flex;flex-direction:column;gap:var(--space-1);position:relative;z-index:1}.stepper__title{align-self:flex-start;background:var(--stepper-title-bg);-webkit-box-decoration-break:clone;box-decoration-break:clone;color:var(--color-text);font-size:var(--text-sm);font-weight:600;padding-right:var(--space-2)}.stepper__desc{color:var(--color-text-muted);font-size:var(--text-xs)}.stepper__item--active .stepper__marker{border-color:var(--stepper-active);box-shadow:0 0 0 2px color-mix(in srgb,var(--stepper-active) 30%,transparent);color:var(--stepper-active)}.stepper__item--complete .stepper__marker{background:var(--color-success);border-color:var(--color-success);color:var(--color-on-success)}.stepper__item--disabled .stepper__content{opacity:.5;pointer-events:none}.stepper__item--disabled .stepper__marker{pointer-events:none}.stepper--compact{--stepper-gap:var(--space-4);--stepper-marker-size:var(--space-5)}.stepper--vertical{flex-direction:column;gap:var(--space-4)}.stepper--vertical .stepper__item{padding-left:calc(var(--stepper-marker-size) + var(--space-3))}.stepper--vertical .stepper__marker{left:0;position:absolute;top:0}.stepper--vertical .stepper__item:not(:last-child):after{height:calc(100% + var(--space-4));left:calc(var(--stepper-marker-size)/2);right:auto;top:var(--stepper-marker-size);width:var(--stepper-line-size)}@media (max-width:768px){.stepper{flex-direction:column}.stepper__item{padding-left:calc(var(--stepper-marker-size) + var(--space-3))}.stepper__marker{left:0;position:absolute;top:0}.stepper__item:not(:last-child):after{height:calc(100% + var(--space-4));left:calc(var(--stepper-marker-size)/2);right:auto;top:var(--stepper-marker-size);width:var(--stepper-line-size)}}
@@ -20,7 +20,6 @@
20
20
  /* ---------------------------------------------------------
21
21
  1. BASE SECTION CONTAINER
22
22
  --------------------------------------------------------- */
23
-
24
23
  .section {
25
24
  --section-pad-top: var(--section-spacing-md);
26
25
  --section-pad-bottom: var(--section-spacing-md);
@@ -49,7 +48,6 @@
49
48
  /* ---------------------------------------------------------
50
49
  2. INNER WIDTH + EDGE CONTROL
51
50
  --------------------------------------------------------- */
52
-
53
51
  .section--tight {
54
52
  --section-inner-max: var(--content-width-md);
55
53
  }
@@ -105,7 +103,6 @@
105
103
  /* ---------------------------------------------------------
106
104
  3. LEGACY DENSITY SYSTEM (A / B / C / FLUSH)
107
105
  --------------------------------------------------------- */
108
-
109
106
  .section--a {
110
107
  --section-pad-top: var(--space-20);
111
108
  --section-pad-bottom: var(--space-20);
@@ -129,7 +126,6 @@
129
126
  /* ---------------------------------------------------------
130
127
  4. NEW UNIVERSAL SECTION RHYTHM (XS–XL)
131
128
  --------------------------------------------------------- */
132
-
133
129
  .section--xs {
134
130
  --section-pad-top: var(--section-spacing-xs);
135
131
  --section-pad-bottom: var(--section-spacing-xs);
@@ -158,7 +154,6 @@
158
154
  /* ---------------------------------------------------------
159
155
  5. SECTION HEADER SYSTEM
160
156
  --------------------------------------------------------- */
161
-
162
157
  .section__header {
163
158
  display: flex;
164
159
  flex-direction: column;
@@ -220,7 +215,6 @@
220
215
  /* ---------------------------------------------------------
221
216
  6. SECTION DIVIDERS
222
217
  --------------------------------------------------------- */
223
-
224
218
  .section--divided {
225
219
  border-top: 1px solid var(--color-border-subtle);
226
220
  }
@@ -238,7 +232,6 @@
238
232
  /* ---------------------------------------------------------
239
233
  7. SURFACES (surface / subtle / brand)
240
234
  --------------------------------------------------------- */
241
-
242
235
  .section--surface {
243
236
  --section-pad-top: var(--section-spacing-lg);
244
237
  --section-pad-bottom: var(--section-spacing-lg);
@@ -265,7 +258,6 @@
265
258
  /* ---------------------------------------------------------
266
259
  8. ALTERNATE BACKGROUND
267
260
  --------------------------------------------------------- */
268
-
269
261
  .section--alt {
270
262
  background-color: var(--color-bg-soft);
271
263
  }
@@ -273,7 +265,6 @@
273
265
  /* ---------------------------------------------------------
274
266
  9. SPLIT SECTIONS - CLEAN GRID REVERSAL
275
267
  --------------------------------------------------------- */
276
-
277
268
  .section--split .section__inner {
278
269
  display: grid;
279
270
  grid-template-columns: 1fr 1fr;
@@ -299,7 +290,6 @@
299
290
  /* ---------------------------------------------------------
300
291
  10. INSET SECTIONS (Base + SM/LG)
301
292
  --------------------------------------------------------- */
302
-
303
293
  .section--inset .section__inner {
304
294
  background-color: var(--color-surface);
305
295
  border-radius: var(--radius-md);
@@ -318,7 +308,6 @@
318
308
  /* ---------------------------------------------------------
319
309
  11. COLUMN GRIDS (2/3/4/5/6/auto) + GAP VARIANTS
320
310
  --------------------------------------------------------- */
321
-
322
311
  .section__grid-2,
323
312
  .section__grid-3,
324
313
  .section__grid-4,
@@ -369,7 +358,6 @@
369
358
  /* ---------------------------------------------------------
370
359
  12. CONTENT STACKS (VERTICAL)
371
360
  --------------------------------------------------------- */
372
-
373
361
  .section__stack {
374
362
  display: flex;
375
363
  flex-direction: column;
@@ -391,7 +379,6 @@
391
379
  /* ---------------------------------------------------------
392
380
  13. INLINE STACKS (HORIZONTAL)
393
381
  --------------------------------------------------------- */
394
-
395
382
  .section__inline {
396
383
  display: flex;
397
384
  flex-direction: row;
@@ -416,7 +403,6 @@
416
403
  /* ---------------------------------------------------------
417
404
  14. VALUE / LIST SECTIONS
418
405
  --------------------------------------------------------- */
419
-
420
406
  .section__list {
421
407
  display: flex;
422
408
  flex-direction: column;
@@ -452,7 +438,6 @@
452
438
  /* ---------------------------------------------------------
453
439
  15. RESPONSIVE BEHAVIOUR
454
440
  --------------------------------------------------------- */
455
-
456
441
  @media (max-width: 1280px) {
457
442
  .section__grid-2,
458
443
  .section__grid-3,
@@ -540,7 +525,6 @@
540
525
  /* ---------------------------------------------------------
541
526
  16. PADDING OVERRIDES (TOP / BOTTOM)
542
527
  --------------------------------------------------------- */
543
-
544
528
  .section--pad-top-none {
545
529
  --section-pad-top: 0;
546
530
  }
@@ -1 +1 @@
1
- .section{--section-pad-top:var(--section-spacing-md);--section-pad-bottom:var(--section-spacing-md);--section-inner-max:var(--layout-max-width);--section-inner-pad:var(--space-6);--section-inner-gap:var(--space-6);background-color:var(--color-bg);padding-bottom:var(--section-pad-bottom);padding-top:var(--section-pad-top);position:relative;width:100%}.section__inner{display:flex;flex-direction:column;gap:var(--section-inner-gap);margin:0 auto;max-width:var(--section-inner-max);padding:0 var(--section-inner-pad);width:100%}.section--tight{--section-inner-max:var(--content-width-md)}.section--narrow{--section-inner-max:var(--content-width-lg)}.section--relaxed{--section-inner-max:90ch}.section--wide{--section-inner-max:var(--content-width-2xl)}.section--full{--section-inner-max:none}.section--pad-x-sm{--section-inner-pad:var(--space-4)}.section--pad-x-md{--section-inner-pad:var(--space-6)}.section--pad-x-lg{--section-inner-pad:var(--space-8)}.section--pad-x-xl{--section-inner-pad:var(--space-10)}.section--edge{--section-inner-pad:0}.section--gap-sm{--section-inner-gap:var(--space-4)}.section--gap-lg{--section-inner-gap:var(--space-10)}.section--gap-xl{--section-inner-gap:var(--space-14)}.section--a{--section-pad-top:var(--space-20);--section-pad-bottom:var(--space-20)}.section--b{--section-pad-top:var(--space-14);--section-pad-bottom:var(--space-14)}.section--c{--section-pad-top:var(--space-10);--section-pad-bottom:var(--space-10)}.section--flush{--section-pad-top:0;--section-pad-bottom:0}.section--xs{--section-pad-top:var(--section-spacing-xs);--section-pad-bottom:var(--section-spacing-xs)}.section--sm{--section-pad-top:var(--section-spacing-sm);--section-pad-bottom:var(--section-spacing-sm)}.section--md{--section-pad-top:var(--section-spacing-md);--section-pad-bottom:var(--section-spacing-md)}.section--lg{--section-pad-top:var(--section-spacing-lg);--section-pad-bottom:var(--section-spacing-lg)}.section--xl{--section-pad-top:var(--section-spacing-xl);--section-pad-bottom:var(--section-spacing-xl)}.section__header{display:flex;flex-direction:column;gap:var(--space-3);max-width:70ch}.section__eyebrow{color:var(--section-brand-eyebrow,var(--color-text-muted));font-size:var(--text-xs);font-weight:600;letter-spacing:.05em;text-transform:uppercase}.section__title{color:var(--section-brand-title,var(--color-text));font-size:var(--text-2xl);font-weight:600;line-height:1.2}.section__subtitle{color:var(--section-brand-subtitle,var(--color-text-muted));font-size:var(--text-sm);max-width:60ch}.section--a .section__title{font-size:var(--text-3xl)}.section--b .section__title{font-size:var(--text-2xl)}.section--c .section__title{font-size:var(--text-xl)}.section--center .section__header{align-items:center;text-align:center}.section--right .section__header{align-items:flex-end;text-align:right}.section__header--tight{gap:var(--space-2)}.section__header--wide{gap:var(--space-6)}.section--divided{border-top:1px solid var(--color-border-subtle)}.section--divided+.section--divided{border-bottom:1px solid var(--color-border-subtle);border-top:none}.section--divided-x{border-left:1px solid var(--color-border-subtle);border-right:1px solid var(--color-border-subtle)}.section--surface{--section-pad-top:var(--section-spacing-lg);--section-pad-bottom:var(--section-spacing-lg);background-color:var(--color-surface);border:1px solid var(--color-border-subtle);border-radius:var(--radius-md);transition:background-color .15s ease}.section--surface:hover{background-color:var(--color-surface-hover)}.section--subtle{background-color:var(--color-surface-subtle)}.section--brand{background-color:var(--color-accent-soft)}.section--alt{background-color:var(--color-bg-soft)}.section--split .section__inner,.section--split-reverse .section__inner{grid-gap:var(--space-12);display:grid;gap:var(--space-12);grid-template-columns:1fr 1fr}.section--split-reverse .section__inner>:first-child{order:2}.section--split-reverse .section__inner>:last-child{order:1}.section--inset .section__inner{background-color:var(--color-surface);border:1px solid var(--color-border-subtle);border-radius:var(--radius-md);padding:var(--space-10)}.section--inset-sm .section__inner{padding:var(--space-6)}.section--inset-lg .section__inner{padding:var(--space-14)}.section__grid-2,.section__grid-3,.section__grid-4,.section__grid-5,.section__grid-6,.section__grid-auto{grid-gap:var(--space-10);display:grid;gap:var(--space-10)}.section__grid-2{grid-template-columns:repeat(2,1fr)}.section__grid-3{grid-template-columns:repeat(3,1fr)}.section__grid-4{grid-template-columns:repeat(4,1fr)}.section__grid-5{grid-template-columns:repeat(5,1fr)}.section__grid-6{grid-template-columns:repeat(6,1fr)}.section__grid-auto{grid-template-columns:repeat(auto-fit,minmax(var(--grid-min),1fr))}.section__grid-sm{gap:var(--space-4)}.section__grid-md{gap:var(--space-6)}.section__grid-lg{gap:var(--space-14)}.section__stack{display:flex;flex-direction:column;gap:var(--space-6)}.section__stack-sm{display:flex;flex-direction:column;gap:var(--space-4)}.section__stack-lg{display:flex;flex-direction:column;gap:var(--space-10)}.section__inline{gap:var(--space-3)}.section__inline,.section__inline-sm{align-items:center;display:flex;flex-direction:row}.section__inline-sm{gap:var(--space-2)}.section__inline-lg{align-items:center;display:flex;flex-direction:row;gap:var(--space-4)}.section__list{display:flex;flex-direction:column;gap:var(--space-3)}.section__list-item{align-items:flex-start;color:var(--color-text);display:flex;font-size:var(--text-sm);gap:var(--space-3)}.section__list-item svg{stroke:var(--color-accent);fill:none;flex-shrink:0;height:1.25em;width:1.25em}.section__list-item-title{color:var(--color-text);font-weight:600}.section__list-item-desc{color:var(--color-text-muted);font-size:var(--text-sm)}@media (max-width:1280px){.section__grid-2,.section__grid-3,.section__grid-4,.section__grid-5,.section__grid-6,.section__grid-auto{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}}@media (max-width:1024px){.section--split .section__inner,.section--split-reverse .section__inner{grid-template-columns:1fr}.section__grid-2,.section__grid-3,.section__grid-4,.section__grid-5,.section__grid-6,.section__grid-auto{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}}@media (max-width:768px){.section,.section--a,.section--b,.section--c{--section-pad-top:var(--space-10);--section-pad-bottom:var(--space-10)}.section--xs{--section-pad-top:var(--section-spacing-xs);--section-pad-bottom:var(--section-spacing-xs)}.section--sm{--section-pad-top:var(--section-spacing-sm);--section-pad-bottom:var(--section-spacing-sm)}.section--md{--section-pad-top:var(--section-spacing-md);--section-pad-bottom:var(--section-spacing-md)}.section--lg{--section-pad-top:var(--section-spacing-lg);--section-pad-bottom:var(--section-spacing-lg)}.section--xl{--section-pad-top:var(--section-spacing-xl);--section-pad-bottom:var(--section-spacing-xl)}.section__grid-2,.section__grid-3,.section__grid-4,.section__grid-5,.section__grid-6,.section__grid-auto{grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}.section__title{font-size:var(--text-xl)}.section__subtitle{font-size:var(--text-sm)}.section--inset .section__inner{padding:var(--space-6)}}.section--pad-top-none{--section-pad-top:0}.section--pad-top-xs{--section-pad-top:var(--section-spacing-xs)}.section--pad-top-sm{--section-pad-top:var(--section-spacing-sm)}.section--pad-top-md{--section-pad-top:var(--section-spacing-md)}.section--pad-top-lg{--section-pad-top:var(--section-spacing-lg)}.section--pad-top-xl{--section-pad-top:var(--section-spacing-xl)}.section--pad-bottom-none{--section-pad-bottom:0}.section--pad-bottom-xs{--section-pad-bottom:var(--section-spacing-xs)}.section--pad-bottom-sm{--section-pad-bottom:var(--section-spacing-sm)}.section--pad-bottom-md{--section-pad-bottom:var(--section-spacing-md)}.section--pad-bottom-lg{--section-pad-bottom:var(--section-spacing-lg)}.section--pad-bottom-xl{--section-pad-bottom:var(--section-spacing-xl)}
1
+ .section{--section-pad-top:var(--section-spacing-md);--section-pad-bottom:var(--section-spacing-md);--section-inner-max:var(--layout-max-width);--section-inner-pad:var(--space-6);--section-inner-gap:var(--space-6);background-color:var(--color-bg);padding-bottom:var(--section-pad-bottom);padding-top:var(--section-pad-top);position:relative;width:100%}.section__inner{display:flex;flex-direction:column;gap:var(--section-inner-gap);margin:0 auto;max-width:var(--section-inner-max);padding:0 var(--section-inner-pad);width:100%}.section--tight{--section-inner-max:var(--content-width-md)}.section--narrow{--section-inner-max:var(--content-width-lg)}.section--relaxed{--section-inner-max:90ch}.section--wide{--section-inner-max:var(--content-width-2xl)}.section--full{--section-inner-max:none}.section--pad-x-sm{--section-inner-pad:var(--space-4)}.section--pad-x-md{--section-inner-pad:var(--space-6)}.section--pad-x-lg{--section-inner-pad:var(--space-8)}.section--pad-x-xl{--section-inner-pad:var(--space-10)}.section--edge{--section-inner-pad:0}.section--gap-sm{--section-inner-gap:var(--space-4)}.section--gap-lg{--section-inner-gap:var(--space-10)}.section--gap-xl{--section-inner-gap:var(--space-14)}.section--a{--section-pad-top:var(--space-20);--section-pad-bottom:var(--space-20)}.section--b{--section-pad-top:var(--space-14);--section-pad-bottom:var(--space-14)}.section--c{--section-pad-top:var(--space-10);--section-pad-bottom:var(--space-10)}.section--flush{--section-pad-top:0;--section-pad-bottom:0}.section--xs{--section-pad-top:var(--section-spacing-xs);--section-pad-bottom:var(--section-spacing-xs)}.section--sm{--section-pad-top:var(--section-spacing-sm);--section-pad-bottom:var(--section-spacing-sm)}.section--md{--section-pad-top:var(--section-spacing-md);--section-pad-bottom:var(--section-spacing-md)}.section--lg{--section-pad-top:var(--section-spacing-lg);--section-pad-bottom:var(--section-spacing-lg)}.section--xl{--section-pad-top:var(--section-spacing-xl);--section-pad-bottom:var(--section-spacing-xl)}.section__header{display:flex;flex-direction:column;gap:var(--space-3);max-width:70ch}.section__eyebrow{color:var(--section-brand-eyebrow,var(--color-text-muted));font-size:var(--text-xs);font-weight:600;letter-spacing:.05em;text-transform:uppercase}.section__title{color:var(--section-brand-title,var(--color-text));font-size:var(--text-2xl);font-weight:600;line-height:1.2}.section__subtitle{color:var(--section-brand-subtitle,var(--color-text-muted));font-size:var(--text-sm);max-width:60ch}.section--a .section__title{font-size:var(--text-3xl)}.section--b .section__title{font-size:var(--text-2xl)}.section--c .section__title{font-size:var(--text-xl)}.section--center .section__header{align-items:center;text-align:center}.section--right .section__header{align-items:flex-end;text-align:right}.section__header--tight{gap:var(--space-2)}.section__header--wide{gap:var(--space-6)}.section--divided{border-top:1px solid var(--color-border-subtle)}.section--divided+.section--divided{border-bottom:1px solid var(--color-border-subtle);border-top:none}.section--divided-x{border-left:1px solid var(--color-border-subtle);border-right:1px solid var(--color-border-subtle)}.section--surface{--section-pad-top:var(--section-spacing-lg);--section-pad-bottom:var(--section-spacing-lg);background-color:var(--color-surface);border:1px solid var(--color-border-subtle);border-radius:var(--radius-md);transition:background-color .15s ease}.section--surface:hover{background-color:var(--color-surface-hover)}.section--subtle{background-color:var(--color-surface-subtle)}.section--brand{background-color:var(--color-accent-soft)}.section--alt{background-color:var(--color-bg-soft)}.section--split .section__inner,.section--split-reverse .section__inner{display:grid;grid-template-columns:1fr 1fr;grid-gap:var(--space-12);gap:var(--space-12)}.section--split-reverse .section__inner>:first-child{order:2}.section--split-reverse .section__inner>:last-child{order:1}.section--inset .section__inner{background-color:var(--color-surface);border:1px solid var(--color-border-subtle);border-radius:var(--radius-md);padding:var(--space-10)}.section--inset-sm .section__inner{padding:var(--space-6)}.section--inset-lg .section__inner{padding:var(--space-14)}.section__grid-2,.section__grid-3,.section__grid-4,.section__grid-5,.section__grid-6,.section__grid-auto{display:grid;grid-gap:var(--space-10);gap:var(--space-10)}.section__grid-2{grid-template-columns:repeat(2,1fr)}.section__grid-3{grid-template-columns:repeat(3,1fr)}.section__grid-4{grid-template-columns:repeat(4,1fr)}.section__grid-5{grid-template-columns:repeat(5,1fr)}.section__grid-6{grid-template-columns:repeat(6,1fr)}.section__grid-auto{grid-template-columns:repeat(auto-fit,minmax(var(--grid-min),1fr))}.section__grid-sm{gap:var(--space-4)}.section__grid-md{gap:var(--space-6)}.section__grid-lg{gap:var(--space-14)}.section__stack{display:flex;flex-direction:column;gap:var(--space-6)}.section__stack-sm{display:flex;flex-direction:column;gap:var(--space-4)}.section__stack-lg{display:flex;flex-direction:column;gap:var(--space-10)}.section__inline{gap:var(--space-3)}.section__inline,.section__inline-sm{align-items:center;display:flex;flex-direction:row}.section__inline-sm{gap:var(--space-2)}.section__inline-lg{align-items:center;display:flex;flex-direction:row;gap:var(--space-4)}.section__list{display:flex;flex-direction:column;gap:var(--space-3)}.section__list-item{align-items:flex-start;color:var(--color-text);display:flex;font-size:var(--text-sm);gap:var(--space-3)}.section__list-item svg{fill:none;flex-shrink:0;height:1.25em;stroke:var(--color-accent);width:1.25em}.section__list-item-title{color:var(--color-text);font-weight:600}.section__list-item-desc{color:var(--color-text-muted);font-size:var(--text-sm)}@media (max-width:1280px){.section__grid-2,.section__grid-3,.section__grid-4,.section__grid-5,.section__grid-6,.section__grid-auto{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}}@media (max-width:1024px){.section--split .section__inner,.section--split-reverse .section__inner{grid-template-columns:1fr}.section__grid-2,.section__grid-3,.section__grid-4,.section__grid-5,.section__grid-6,.section__grid-auto{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}}@media (max-width:768px){.section,.section--a,.section--b,.section--c{--section-pad-top:var(--space-10);--section-pad-bottom:var(--space-10)}.section--xs{--section-pad-top:var(--section-spacing-xs);--section-pad-bottom:var(--section-spacing-xs)}.section--sm{--section-pad-top:var(--section-spacing-sm);--section-pad-bottom:var(--section-spacing-sm)}.section--md{--section-pad-top:var(--section-spacing-md);--section-pad-bottom:var(--section-spacing-md)}.section--lg{--section-pad-top:var(--section-spacing-lg);--section-pad-bottom:var(--section-spacing-lg)}.section--xl{--section-pad-top:var(--section-spacing-xl);--section-pad-bottom:var(--section-spacing-xl)}.section__grid-2,.section__grid-3,.section__grid-4,.section__grid-5,.section__grid-6,.section__grid-auto{grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}.section__title{font-size:var(--text-xl)}.section__subtitle{font-size:var(--text-sm)}.section--inset .section__inner{padding:var(--space-6)}}.section--pad-top-none{--section-pad-top:0}.section--pad-top-xs{--section-pad-top:var(--section-spacing-xs)}.section--pad-top-sm{--section-pad-top:var(--section-spacing-sm)}.section--pad-top-md{--section-pad-top:var(--section-spacing-md)}.section--pad-top-lg{--section-pad-top:var(--section-spacing-lg)}.section--pad-top-xl{--section-pad-top:var(--section-spacing-xl)}.section--pad-bottom-none{--section-pad-bottom:0}.section--pad-bottom-xs{--section-pad-bottom:var(--section-spacing-xs)}.section--pad-bottom-sm{--section-pad-bottom:var(--section-spacing-sm)}.section--pad-bottom-md{--section-pad-bottom:var(--section-spacing-md)}.section--pad-bottom-lg{--section-pad-bottom:var(--section-spacing-lg)}.section--pad-bottom-xl{--section-pad-bottom:var(--section-spacing-xl)}
@@ -18,7 +18,6 @@
18
18
  /* ---------------------------------------------------------
19
19
  1. SKELETON TOKEN DEFINITIONS
20
20
  --------------------------------------------------------- */
21
-
22
21
  [data-vds-skeleton],
23
22
  .vds-skeleton {
24
23
  --skeleton-line-height: 1rem;
@@ -29,7 +28,6 @@
29
28
  /* ---------------------------------------------------------
30
29
  2. SHIMMER ANIMATION (Shared with forms)
31
30
  --------------------------------------------------------- */
32
-
33
31
  @keyframes vds-skeleton-shimmer {
34
32
  0% {
35
33
  transform: translateX(-150%);
@@ -42,7 +40,6 @@
42
40
  /* ---------------------------------------------------------
43
41
  3. BASE SKELETON
44
42
  --------------------------------------------------------- */
45
-
46
43
  .skeleton {
47
44
  position: relative;
48
45
  display: block;
@@ -117,7 +114,6 @@
117
114
  /* ---------------------------------------------------------
118
115
  4. SKELETON LINE (Text simulation)
119
116
  --------------------------------------------------------- */
120
-
121
117
  .skeleton-line {
122
118
  display: block;
123
119
  width: 100%;
@@ -180,7 +176,6 @@
180
176
  /* ---------------------------------------------------------
181
177
  5. SKELETON AVATAR
182
178
  --------------------------------------------------------- */
183
-
184
179
  .skeleton-avatar {
185
180
  display: inline-block;
186
181
 
@@ -231,7 +226,6 @@
231
226
  /* ---------------------------------------------------------
232
227
  6. SKELETON BLOCK (Media / Images)
233
228
  --------------------------------------------------------- */
234
-
235
229
  .skeleton-block {
236
230
  width: 100%;
237
231
  background-color: var(--color-muted-bg);
@@ -289,7 +283,6 @@
289
283
  /* ---------------------------------------------------------
290
284
  7. SKELETON CARD (Composite pattern)
291
285
  --------------------------------------------------------- */
292
-
293
286
  .skeleton-card {
294
287
  display: flex;
295
288
  flex-direction: column;
@@ -328,7 +321,6 @@
328
321
  /* ---------------------------------------------------------
329
322
  8. SKELETON ROW (Table loading)
330
323
  --------------------------------------------------------- */
331
-
332
324
  .skeleton-row td {
333
325
  padding: var(--space-3) var(--space-4);
334
326
  }
@@ -344,7 +336,6 @@
344
336
  /* ---------------------------------------------------------
345
337
  9. SKELETON ITEM (List items)
346
338
  --------------------------------------------------------- */
347
-
348
339
  .skeleton-item {
349
340
  display: flex;
350
341
  align-items: center;
@@ -365,7 +356,6 @@
365
356
  /* ---------------------------------------------------------
366
357
  10. COMPOSITION HELPERS
367
358
  --------------------------------------------------------- */
368
-
369
359
  .skeleton-stack {
370
360
  display: flex;
371
361
  flex-direction: column;
@@ -393,7 +383,6 @@
393
383
  /* ---------------------------------------------------------
394
384
  11. REDUCED MOTION HANDLING
395
385
  --------------------------------------------------------- */
396
-
397
386
  @media (prefers-reduced-motion: reduce) {
398
387
  .skeleton::after,
399
388
  .skeleton-line::after,
@@ -14,7 +14,6 @@
14
14
  /* ---------------------------------------------------------
15
15
  1. STATE TOKENS
16
16
  --------------------------------------------------------- */
17
-
18
17
  [data-vds-state],
19
18
  .vds-state {
20
19
  --state-gap: var(--space-4);
@@ -36,7 +35,6 @@
36
35
  /* ---------------------------------------------------------
37
36
  2. BASE STATE
38
37
  --------------------------------------------------------- */
39
-
40
38
  .state {
41
39
  display: flex;
42
40
  flex-direction: column;
@@ -112,7 +110,6 @@
112
110
  /* ---------------------------------------------------------
113
111
  3. VARIANTS
114
112
  --------------------------------------------------------- */
115
-
116
113
  .state--left {
117
114
  align-items: flex-start;
118
115
  text-align: left;
@@ -21,7 +21,6 @@
21
21
  /* ---------------------------------------------------------
22
22
  1. TABLE TOKEN DEFINITIONS
23
23
  --------------------------------------------------------- */
24
-
25
24
  [data-vds-table],
26
25
  .vds-table {
27
26
  --table-currency-tint: color-mix(in srgb, currentColor 50%, transparent 30%);
@@ -30,7 +29,6 @@
30
29
  /* ---------------------------------------------------------
31
30
  2. TABLE WRAPPERS & PANELS
32
31
  --------------------------------------------------------- */
33
-
34
32
  .table-wrapper {
35
33
  width: 100%;
36
34
  overflow-x: auto;
@@ -74,7 +72,6 @@
74
72
  /* ---------------------------------------------------------
75
73
  3. BASE TABLE STRUCTURE
76
74
  --------------------------------------------------------- */
77
-
78
75
  .table {
79
76
  width: 100%;
80
77
  border-collapse: collapse;
@@ -146,7 +143,6 @@
146
143
  /* ---------------------------------------------------------
147
144
  4. DENSITY (A/B/C) & COMPACT
148
145
  --------------------------------------------------------- */
149
-
150
146
  .table--a {
151
147
  --table-cell-pad-y: var(--space-4);
152
148
  --table-cell-pad-x: var(--space-5);
@@ -172,7 +168,6 @@
172
168
  /* ---------------------------------------------------------
173
169
  5. VISUAL VARIANTS
174
170
  --------------------------------------------------------- */
175
-
176
171
  .table--bordered th,
177
172
  .table--bordered td {
178
173
  border: var(--border-width) solid var(--color-border-subtle);
@@ -223,7 +218,6 @@
223
218
  /* ---------------------------------------------------------
224
219
  6. STICKY HEADER / COL
225
220
  --------------------------------------------------------- */
226
-
227
221
  .table--sticky-header thead th {
228
222
  position: sticky;
229
223
  top: 0;
@@ -253,7 +247,6 @@
253
247
  /* ---------------------------------------------------------
254
248
  7. ROW STATES
255
249
  --------------------------------------------------------- */
256
-
257
250
  .table tbody tr.table-row--selected {
258
251
  background-color: var(--color-accent-soft);
259
252
  }
@@ -291,7 +284,6 @@
291
284
  /* ---------------------------------------------------------
292
285
  8. INLINE ACTIONS
293
286
  --------------------------------------------------------- */
294
-
295
287
  .table-actions {
296
288
  display: flex;
297
289
  gap: var(--space-2);
@@ -313,7 +305,6 @@
313
305
  /* ---------------------------------------------------------
314
306
  9. EXPANDABLE ROWS
315
307
  --------------------------------------------------------- */
316
-
317
308
  .table-row--expandable {
318
309
  cursor: pointer;
319
310
  }
@@ -335,7 +326,6 @@
335
326
  /* ---------------------------------------------------------
336
327
  10. GROUP HEADERS
337
328
  --------------------------------------------------------- */
338
-
339
329
  .table-group-header th {
340
330
  background-color: var(--color-surface-soft);
341
331
  font-weight: 600;
@@ -347,7 +337,6 @@
347
337
  /* ---------------------------------------------------------
348
338
  11. METRIC TABLES
349
339
  --------------------------------------------------------- */
350
-
351
340
  .metric-table {
352
341
  width: 100%;
353
342
  border-collapse: collapse;
@@ -376,7 +365,6 @@
376
365
  /* ---------------------------------------------------------
377
366
  12. EMPTY & LOADING STATES
378
367
  --------------------------------------------------------- */
379
-
380
368
  .table-empty {
381
369
  text-align: center;
382
370
  padding: var(--space-6) 0;
@@ -428,7 +416,6 @@
428
416
  /* ---------------------------------------------------------
429
417
  13. RESPONSIVE COLLAPSE
430
418
  --------------------------------------------------------- */
431
-
432
419
  @media (max-width: 640px) {
433
420
  .table--collapse thead {
434
421
  display: none;
@@ -467,7 +454,6 @@
467
454
  /* ---------------------------------------------------------
468
455
  14. HIGH FREQUENCY TABLE (HF)
469
456
  --------------------------------------------------------- */
470
-
471
457
  .table--hf {
472
458
  font-size: var(--text-xs);
473
459
  }
@@ -495,7 +481,6 @@
495
481
  /* ---------------------------------------------------------
496
482
  15. NUMERIC / CURRENCY / PERCENT HELPERS (SPAN-BASED)
497
483
  --------------------------------------------------------- */
498
-
499
484
  .t-num,
500
485
  .t-pct {
501
486
  text-align: right;
@@ -556,7 +541,6 @@
556
541
  /* ---------------------------------------------------------
557
542
  16. FOOTER / SUMMARY ROWS
558
543
  --------------------------------------------------------- */
559
-
560
544
  .table tfoot td {
561
545
  border-top: var(--border-width-strong) solid var(--color-border-strong);
562
546
  background-color: var(--color-surface-subtle);
@@ -573,7 +557,6 @@
573
557
  /* ---------------------------------------------------------
574
558
  17. TREND HELPERS (SPAN-BASED)
575
559
  --------------------------------------------------------- */
576
-
577
560
  .t-trend {
578
561
  display: flex;
579
562
  justify-content: space-between;
@@ -636,7 +619,6 @@
636
619
  /* ---------------------------------------------------------
637
620
  18. FINANCE ROW STATES (NAMESPACED)
638
621
  --------------------------------------------------------- */
639
-
640
622
  .table tbody tr.table-fin--good {
641
623
  background-color: var(--table-row-good-bg, var(--color-success-soft));
642
624
  }