@24vlh/vds 0.3.4 → 0.3.5

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 (39) 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/avatar.css +0 -6
  5. package/dist/components/badge-tag.css +0 -6
  6. package/dist/components/buttons.css +0 -12
  7. package/dist/components/charts.css +0 -10
  8. package/dist/components/command.css +0 -20
  9. package/dist/components/content-blocks.css +0 -21
  10. package/dist/components/description-list.css +0 -5
  11. package/dist/components/doc-block.css +0 -24
  12. package/dist/components/feedback.css +0 -15
  13. package/dist/components/flows.css +0 -14
  14. package/dist/components/forms-advanced.css +0 -13
  15. package/dist/components/forms.css +0 -28
  16. package/dist/components/guidance.css +0 -14
  17. package/dist/components/header-footer.css +0 -10
  18. package/dist/components/hero.css +0 -12
  19. package/dist/components/icons.css +20 -19
  20. package/dist/components/icons.min.css +1 -1
  21. package/dist/components/inbox.css +0 -54
  22. package/dist/components/navigation.css +0 -13
  23. package/dist/components/overlays.css +0 -15
  24. package/dist/components/progress.css +0 -5
  25. package/dist/components/sections.css +0 -16
  26. package/dist/components/skeleton.css +0 -11
  27. package/dist/components/state.css +0 -3
  28. package/dist/components/tables.css +0 -18
  29. package/dist/components/tabs.css +0 -10
  30. package/dist/components/toasts.css +0 -8
  31. package/dist/components/tooltips-popovers.css +0 -13
  32. package/dist/components/utilities.css +0 -21
  33. package/dist/themes/carbon.css +0 -2
  34. package/dist/themes/graphite.css +0 -2
  35. package/dist/themes/navy.css +0 -2
  36. package/dist/themes/slate.css +0 -2
  37. package/dist/vds.css +20 -0
  38. package/dist/vds.min.css +1 -1
  39. package/package.json +1 -1
@@ -18,7 +18,6 @@
18
18
  /* ---------------------------------------------------------
19
19
  0. ROOT (tokens + component defaults)
20
20
  --------------------------------------------------------- */
21
-
22
21
  [data-vds-inbox],
23
22
  .vds-inbox {
24
23
  --inbox-row-radius: var(--radius-lg, var(--radius-md));
@@ -47,7 +46,6 @@
47
46
  }
48
47
 
49
48
  /* Optional: make the whole surface slightly denser */
50
-
51
49
  .inbox--dense {
52
50
  --inbox-row-pad-x: var(--space-3);
53
51
  --inbox-row-pad-y: var(--space-3);
@@ -58,7 +56,6 @@
58
56
  /* ---------------------------------------------------------
59
57
  1. TOP NAV (search + tabs + actions)
60
58
  --------------------------------------------------------- */
61
-
62
59
  .inbox-nav {
63
60
  display: flex;
64
61
  flex-direction: column;
@@ -85,7 +82,6 @@
85
82
  }
86
83
 
87
84
  /* left / right rails */
88
-
89
85
  .inbox-nav__left,
90
86
  .inbox-nav__right {
91
87
  display: inline-flex;
@@ -95,7 +91,6 @@
95
91
  }
96
92
 
97
93
  /* bottom rail (optional helper row under tabs/search) */
98
-
99
94
  .inbox-nav__bottom {
100
95
  display: flex;
101
96
  align-items: center;
@@ -116,7 +111,6 @@
116
111
  }
117
112
 
118
113
  /* bottom alignment helpers */
119
-
120
114
  .inbox-nav__bottom--left {
121
115
  justify-content: flex-start;
122
116
  }
@@ -134,7 +128,6 @@
134
128
  }
135
129
 
136
130
  /* Tabs */
137
-
138
131
  .inbox-tabs {
139
132
  display: inline-flex;
140
133
  align-items: center;
@@ -201,7 +194,6 @@
201
194
  }
202
195
 
203
196
  /* Optional tab badge */
204
-
205
197
  .inbox-tab__count {
206
198
  display: inline-flex;
207
199
  align-items: center;
@@ -220,7 +212,6 @@
220
212
  }
221
213
 
222
214
  /* --- Search (icon -> expanding field) --- */
223
-
224
215
  .inbox-search {
225
216
  display: inline-flex;
226
217
  align-items: center;
@@ -272,7 +263,6 @@
272
263
  }
273
264
 
274
265
  /* Field wrapper starts collapsed */
275
-
276
266
  .inbox-search__field {
277
267
  display: inline-flex;
278
268
  align-items: center;
@@ -305,7 +295,6 @@
305
295
  }
306
296
 
307
297
  /* Open state: set on .inbox-search or on toggle via aria-expanded */
308
-
309
298
  .inbox-search.is-open .inbox-search__field,
310
299
  .inbox-search__toggle[aria-expanded="true"] + .inbox-search__field {
311
300
  width: 100%;
@@ -314,7 +303,6 @@
314
303
  }
315
304
 
316
305
  /* Toolbar takeover: search spans the entire nav bar */
317
-
318
306
  .inbox-nav__bar--search-full .inbox-nav__left {
319
307
  flex: 1 1 auto;
320
308
  width: 100%;
@@ -343,7 +331,6 @@
343
331
  /* ---------------------------------------------------------
344
332
  2. LIST (rounded vs flat)
345
333
  --------------------------------------------------------- */
346
-
347
334
  .inbox__list {
348
335
  display: flex;
349
336
  flex-direction: column;
@@ -351,7 +338,6 @@
351
338
  }
352
339
 
353
340
  /* Flat list: separators + list border, no side borders on rows */
354
-
355
341
  .inbox--flat .inbox__list {
356
342
  gap: 0;
357
343
  border-top: 1px solid var(--color-border-subtle);
@@ -372,7 +358,6 @@
372
358
  /* ---------------------------------------------------------
373
359
  3. ROW BASE
374
360
  --------------------------------------------------------- */
375
-
376
361
  .inbox-row {
377
362
  position: relative;
378
363
  width: 100%;
@@ -396,7 +381,6 @@
396
381
  }
397
382
 
398
383
  /* Recommended clickable wrapper: <button> or <a> */
399
-
400
384
  .inbox-row__main {
401
385
  width: 100%;
402
386
  border: 0;
@@ -410,7 +394,6 @@
410
394
  }
411
395
 
412
396
  /* Core grid: meta left + actions right */
413
-
414
397
  .inbox-row__inner {
415
398
  display: grid;
416
399
  grid-template-columns: 1fr auto;
@@ -428,7 +411,6 @@
428
411
  --------------------------------------------------------- */
429
412
 
430
413
  /* Replace the simple 2-col grid with explicit areas */
431
-
432
414
  .inbox-row__inner {
433
415
  grid-template-columns: 1fr auto; /* keep the intent:contentReference[oaicite:2]{index=2} */
434
416
  grid-template-areas:
@@ -439,7 +421,6 @@
439
421
 
440
422
  /* Existing badges row is already full width:contentReference[oaicite:3]{index=3}.
441
423
  We map it into the grid areas as well (harmless if not present). */
442
-
443
424
  .inbox-row__badges {
444
425
  grid-area: badges;
445
426
  }
@@ -454,7 +435,6 @@
454
435
  }
455
436
 
456
437
  /* NEW: one container for all “row data” blocks */
457
-
458
438
  .inbox-row__data {
459
439
  grid-area: data;
460
440
  min-width: 0;
@@ -467,7 +447,6 @@
467
447
  (These selectors already exist in your file.):contentReference[oaicite:4]{index=4}:contentReference[oaicite:5]{index=5}:contentReference[oaicite:6]{index=6} */
468
448
 
469
449
  /* --- Mobile / narrow screens: actions must be last, full width, aligned right --- */
470
-
471
450
  @media (max-width: 768px) {
472
451
  .inbox-row__inner {
473
452
  grid-template-columns: 1fr;
@@ -487,7 +466,6 @@
487
466
  }
488
467
 
489
468
  /* --- Actions “full row” helper should still work; now it just reinforces the layout --- */
490
-
491
469
  .inbox-row--actions-full .inbox-row__actions {
492
470
  grid-column: 1 / -1; /* already in file:contentReference[oaicite:8]{index=8} */
493
471
  }
@@ -499,7 +477,6 @@
499
477
  /* The symptoms you described usually happen when labels are pushed right
500
478
  (commonly via margin-left:auto or justify-content:flex-end).
501
479
  Force labels to align left and wrap cleanly. */
502
-
503
480
  .inbox-row__labels {
504
481
  justify-content: flex-start;
505
482
  align-items: center;
@@ -512,7 +489,6 @@
512
489
  - title grows
513
490
  - labels sit after title but do NOT right-align internally
514
491
  */
515
-
516
492
  .inbox-row__title {
517
493
  min-width: 0;
518
494
  flex: 1 1 auto;
@@ -521,9 +497,7 @@
521
497
  /* ---------------------------------------------------------
522
498
  4. ROW VARIANTS (minimal / normal / rich / mega)
523
499
  --------------------------------------------------------- */
524
-
525
500
  /* Minimalistic: title + status + tiny actions (no extra vertical air) */
526
-
527
501
  .inbox-row--minimal .inbox-row__inner {
528
502
  gap: var(--space-3);
529
503
  padding: var(--space-3) var(--space-3);
@@ -535,14 +509,12 @@
535
509
  }
536
510
 
537
511
  /* Normal: default */
538
-
539
512
  .inbox-row--normal .inbox-row__inner {
540
513
  padding: var(--space-4) var(--space-4);
541
514
  gap: var(--space-4);
542
515
  }
543
516
 
544
517
  /* Rich: more air + larger typography */
545
-
546
518
  .inbox-row--rich .inbox-row__inner {
547
519
  padding: var(--space-5) var(--space-5);
548
520
  gap: var(--space-5);
@@ -554,7 +526,6 @@
554
526
  }
555
527
 
556
528
  /* Mega: “data-heavy” row */
557
-
558
529
  .inbox-row--mega .inbox-row__inner {
559
530
  padding: var(--space-6) var(--space-6);
560
531
  gap: var(--space-6);
@@ -568,7 +539,6 @@
568
539
  /* ---------------------------------------------------------
569
540
  5. BADGES ROW (FULL WIDTH)
570
541
  --------------------------------------------------------- */
571
-
572
542
  .inbox-row__badges {
573
543
  grid-column: 1 / -1;
574
544
  display: flex;
@@ -636,7 +606,6 @@
636
606
  /* ---------------------------------------------------------
637
607
  6. META AREA
638
608
  --------------------------------------------------------- */
639
-
640
609
  .inbox-row__meta {
641
610
  display: flex;
642
611
  flex-direction: column;
@@ -652,7 +621,6 @@
652
621
  }
653
622
 
654
623
  /* Status icons cluster (bookmark/star/flag) */
655
-
656
624
  .inbox-row__status {
657
625
  display: inline-flex;
658
626
  align-items: center;
@@ -675,7 +643,6 @@
675
643
  }
676
644
 
677
645
  /* state toggles (apply on row) */
678
-
679
646
  .inbox-row.is-bookmarked .inbox-row__status-icon--bookmark,
680
647
  .inbox-row.is-starred .inbox-row__status-icon--star {
681
648
  color: var(--color-accent);
@@ -703,7 +670,6 @@
703
670
  }
704
671
 
705
672
  /* Inline labels next to title (wide); reflow rules below */
706
-
707
673
  .inbox-row__labels {
708
674
  display: inline-flex;
709
675
  align-items: center;
@@ -741,7 +707,6 @@
741
707
  }
742
708
 
743
709
  /* Glance / description (clamped by default) */
744
-
745
710
  .inbox-row__glance {
746
711
  font-size: var(--inbox-desc-size);
747
712
  line-height: var(--line-height-relaxed);
@@ -755,7 +720,6 @@
755
720
  }
756
721
 
757
722
  /* Rich/mega can show more lines (still clamped unless row open) */
758
-
759
723
  .inbox-row--rich .inbox-row__glance {
760
724
  -webkit-line-clamp: 3;
761
725
  }
@@ -765,7 +729,6 @@
765
729
  }
766
730
 
767
731
  /* Optional metadata footer */
768
-
769
732
  .inbox-row__metafoot {
770
733
  display: flex;
771
734
  flex-wrap: wrap;
@@ -781,7 +744,6 @@
781
744
  }
782
745
 
783
746
  /* Optional “detail chips row” (horizontal list of small metadata items) */
784
-
785
747
  .inbox-row__details {
786
748
  display: flex;
787
749
  flex-wrap: wrap;
@@ -812,7 +774,6 @@
812
774
  /* ---------------------------------------------------------
813
775
  7. ACTIONS (right rail; can reflow below)
814
776
  --------------------------------------------------------- */
815
-
816
777
  .inbox-row__actions {
817
778
  display: flex;
818
779
  align-items: flex-start;
@@ -824,7 +785,6 @@
824
785
  }
825
786
 
826
787
  /* Force actions below even on wide screens */
827
-
828
788
  .inbox-row--actions-below .inbox-row__inner {
829
789
  grid-template-columns: 1fr;
830
790
  grid-template-areas:
@@ -840,7 +800,6 @@
840
800
  }
841
801
 
842
802
  /* Force actions to occupy a full row (even when grid is 2 cols) */
843
-
844
803
  .inbox-row--actions-full .inbox-row__actions {
845
804
  grid-column: 1 / -1;
846
805
  justify-content: flex-start;
@@ -848,7 +807,6 @@
848
807
  }
849
808
 
850
809
  /* Actions alignment helpers (useful on mobile / below layout) */
851
-
852
810
  .inbox-row__actions--left {
853
811
  justify-content: flex-start;
854
812
  }
@@ -862,7 +820,6 @@
862
820
  }
863
821
 
864
822
  /* Action button */
865
-
866
823
  .inbox-action {
867
824
  display: inline-flex;
868
825
  align-items: center;
@@ -915,7 +872,6 @@ a.inbox-action {
915
872
  }
916
873
 
917
874
  /* icon-only action */
918
-
919
875
  .inbox-action--icon {
920
876
  width: 2.25rem;
921
877
  width: var(--icon-container-md, 2.25rem);
@@ -925,7 +881,6 @@ a.inbox-action {
925
881
  }
926
882
 
927
883
  /* “Flat” action style (no border, lighter affordance) */
928
-
929
884
  .inbox-action--flat {
930
885
  border-color: transparent;
931
886
  background: transparent;
@@ -946,7 +901,6 @@ a.inbox-action {
946
901
  }
947
902
 
948
903
  /* Global switch: make all actions flat within an inbox */
949
-
950
904
  .inbox--actions-flat .inbox-action {
951
905
  border-color: transparent;
952
906
  background: transparent;
@@ -989,7 +943,6 @@ a.inbox-action.is-disabled {
989
943
  /* ---------------------------------------------------------
990
944
  8. EXPANDED CONTENT (OPEN STATE HELPERS)
991
945
  --------------------------------------------------------- */
992
-
993
946
  .inbox-row__expanded {
994
947
  grid-column: 1 / -1;
995
948
  grid-row: 2;
@@ -1017,7 +970,6 @@ a.inbox-action.is-disabled {
1017
970
  }
1018
971
 
1019
972
  /* Expanded content can be made “flush” in flat list mode */
1020
-
1021
973
  .inbox--flat .inbox-row__expanded {
1022
974
  background: var(--color-surface-subtle);
1023
975
  }
@@ -1033,7 +985,6 @@ a.inbox-action.is-disabled {
1033
985
  /* ---------------------------------------------------------
1034
986
  9. FLAGS (5 COLORS)
1035
987
  --------------------------------------------------------- */
1036
-
1037
988
  .inbox-row.is-flagged::before {
1038
989
  content: "";
1039
990
  position: absolute;
@@ -1093,7 +1044,6 @@ a.inbox-action.is-disabled {
1093
1044
  /* ---------------------------------------------------------
1094
1045
  10. FILTER TEMPLATE (lightweight)
1095
1046
  --------------------------------------------------------- */
1096
-
1097
1047
  .inbox-filter {
1098
1048
  display: flex;
1099
1049
  flex-wrap: wrap;
@@ -1168,7 +1118,6 @@ button.inbox-filter__chip[aria-disabled="true"] {
1168
1118
  /* ---------------------------------------------------------
1169
1119
  11. BOTTOM CORNER ACTION BAR (one/two buttons)
1170
1120
  --------------------------------------------------------- */
1171
-
1172
1121
  .inbox-cornerbar {
1173
1122
  position: fixed;
1174
1123
  top: auto;
@@ -1208,7 +1157,6 @@ button.inbox-filter__chip[aria-disabled="true"] {
1208
1157
  /* ---------------------------------------------------------
1209
1158
  12. RESPONSIVE
1210
1159
  --------------------------------------------------------- */
1211
-
1212
1160
  @media (max-width: 768px) {
1213
1161
  .inbox-row__inner {
1214
1162
  grid-template-columns: 1fr;
@@ -1289,7 +1237,6 @@ button.inbox-filter__chip[aria-disabled="true"] {
1289
1237
  13. RESPONSIVE VISIBILITY HELPERS (COMPONENT-LOCAL)
1290
1238
  (useful for hiding icons/actions/labels by breakpoint)
1291
1239
  --------------------------------------------------------- */
1292
-
1293
1240
  @media (max-width: 768px) {
1294
1241
  .inbox__hide-sm {
1295
1242
  display: none !important;
@@ -1317,7 +1264,6 @@ button.inbox-filter__chip[aria-disabled="true"] {
1317
1264
  /* ---------------------------------------------------------
1318
1265
  14. SMALL UTILITIES (COMPONENT-LOCAL)
1319
1266
  --------------------------------------------------------- */
1320
-
1321
1267
  .inbox__truncate {
1322
1268
  overflow: hidden;
1323
1269
  text-overflow: ellipsis;
@@ -19,7 +19,6 @@
19
19
  /* ---------------------------------------------------------
20
20
  1. CORE NAV PRIMITIVES
21
21
  --------------------------------------------------------- */
22
-
23
22
  .nav {
24
23
  display: flex;
25
24
  align-items: center;
@@ -121,7 +120,6 @@
121
120
  /* ---------------------------------------------------------
122
121
  2. BRAND / LOGO / ACTION SLOTS
123
122
  --------------------------------------------------------- */
124
-
125
123
  .nav__brand {
126
124
  display: inline-flex;
127
125
  align-items: center;
@@ -151,7 +149,6 @@
151
149
  /* ---------------------------------------------------------
152
150
  3. NAV TOGGLE (MOBILE HAMBURGER)
153
151
  --------------------------------------------------------- */
154
-
155
152
  .nav__toggle {
156
153
  display: none;
157
154
  cursor: pointer;
@@ -195,7 +192,6 @@
195
192
  /* ---------------------------------------------------------
196
193
  4. HORIZONTAL / PRIMARY NAV
197
194
  --------------------------------------------------------- */
198
-
199
195
  .nav--primary {
200
196
  display: flex;
201
197
  align-items: center;
@@ -222,7 +218,6 @@
222
218
  /* ---------------------------------------------------------
223
219
  5. SUB NAV (TABS) + PILL NAV
224
220
  --------------------------------------------------------- */
225
-
226
221
  .nav--sub {
227
222
  display: flex;
228
223
  gap: var(--space-6);
@@ -305,7 +300,6 @@
305
300
  /* ---------------------------------------------------------
306
301
  6. VERTICAL NAV + SIDEBAR
307
302
  --------------------------------------------------------- */
308
-
309
303
  .nav--vertical {
310
304
  display: flex;
311
305
  flex-direction: column;
@@ -413,7 +407,6 @@
413
407
  /* ---------------------------------------------------------
414
408
  7. ANNOUNCEMENT BAR
415
409
  --------------------------------------------------------- */
416
-
417
410
  .announcement {
418
411
  width: 100%;
419
412
  background-color: var(--color-muted-bg);
@@ -511,7 +504,6 @@
511
504
  /* ---------------------------------------------------------
512
505
  8. BREADCRUMBS
513
506
  --------------------------------------------------------- */
514
-
515
507
  .breadcrumbs {
516
508
  display: flex;
517
509
  align-items: center;
@@ -556,7 +548,6 @@
556
548
  /* ---------------------------------------------------------
557
549
  9. PAGINATION
558
550
  --------------------------------------------------------- */
559
-
560
551
  .pagination {
561
552
  --pagination-gap: var(--space-1);
562
553
  --pagination-item-height: 2rem;
@@ -689,7 +680,6 @@
689
680
  /* ---------------------------------------------------------
690
681
  10. TOOLBAR
691
682
  --------------------------------------------------------- */
692
-
693
683
  .toolbar {
694
684
  display: flex;
695
685
  align-items: center;
@@ -730,7 +720,6 @@
730
720
  /* ---------------------------------------------------------
731
721
  11. FOOTER NAV CONTEXT
732
722
  --------------------------------------------------------- */
733
-
734
723
  .footer .nav {
735
724
  display: flex;
736
725
  flex-direction: column;
@@ -765,7 +754,6 @@
765
754
  /* ---------------------------------------------------------
766
755
  12. MOBILE NAV (OVERLAY / PANEL PATTERN)
767
756
  --------------------------------------------------------- */
768
-
769
757
  .nav-panel {
770
758
  position: fixed;
771
759
  top: 0;
@@ -838,7 +826,6 @@
838
826
  /* ---------------------------------------------------------
839
827
  TABS (Standalone Component)
840
828
  --------------------------------------------------------- */
841
-
842
829
  .nav-tabs {
843
830
  display: flex;
844
831
  align-items: center;
@@ -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);
@@ -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);