@vonage/vivid 3.38.0 → 3.40.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (149) hide show
  1. package/accordion/index.js +1 -1
  2. package/accordion-item/index.js +1 -1
  3. package/alert/index.js +3 -2
  4. package/banner/index.js +2 -1
  5. package/breadcrumb-item/index.js +1 -1
  6. package/button/index.js +2 -1
  7. package/card/index.js +1 -1
  8. package/checkbox/index.js +1 -1
  9. package/combobox/index.js +5 -3
  10. package/custom-elements.json +1307 -8
  11. package/data-grid/index.js +1 -0
  12. package/date-picker/index.js +6 -4
  13. package/date-range-picker/index.js +5 -3
  14. package/dialog/index.js +6 -2
  15. package/elevation/index.js +1 -1
  16. package/fab/index.js +1 -1
  17. package/file-picker/index.js +2 -1
  18. package/focus/index.js +1 -1
  19. package/header/index.js +1 -1
  20. package/index.js +23 -19
  21. package/lib/checkbox/checkbox.d.ts +1 -0
  22. package/lib/components.d.ts +1 -0
  23. package/lib/date-range-picker/date-range-picker.d.ts +0 -1
  24. package/lib/dialog/dialog.d.ts +4 -0
  25. package/lib/dialog/locale.d.ts +3 -0
  26. package/lib/menu/menu.d.ts +1 -0
  27. package/lib/menu-item/menu-item.d.ts +6 -0
  28. package/lib/number-field/locale.d.ts +4 -0
  29. package/lib/number-field/number-field.d.ts +4 -2
  30. package/lib/progress/progress.d.ts +1 -0
  31. package/lib/progress-ring/progress-ring.d.ts +1 -0
  32. package/lib/radio/radio.d.ts +1 -0
  33. package/lib/selectable-box/definition.d.ts +3 -0
  34. package/lib/selectable-box/selectable-box.d.ts +13 -0
  35. package/lib/selectable-box/selectable-box.template.d.ts +4 -0
  36. package/lib/slider/definition.d.ts +1 -0
  37. package/lib/slider/slider.d.ts +5 -0
  38. package/lib/text-area/text-area.d.ts +3 -0
  39. package/lib/text-field/text-field.d.ts +5 -2
  40. package/listbox/index.js +3 -2
  41. package/locales/en-GB.js +7 -0
  42. package/locales/en-US.js +7 -0
  43. package/locales/ja-JP.js +7 -0
  44. package/locales/zh-CN.js +7 -0
  45. package/menu/index.js +4 -3
  46. package/menu-item/index.js +1 -1
  47. package/nav-disclosure/index.js +1 -1
  48. package/nav-item/index.js +1 -1
  49. package/number-field/index.js +3 -1
  50. package/option/index.js +1 -1
  51. package/package.json +1 -1
  52. package/pagination/index.js +2 -1
  53. package/popup/index.js +4 -3
  54. package/radio/index.js +1 -1
  55. package/select/index.js +5 -3
  56. package/selectable-box/index.js +23 -0
  57. package/shared/Reflector.js +65 -0
  58. package/shared/date-picker/calendar/segment.d.ts +21 -0
  59. package/shared/date-picker/date-picker-base.d.ts +1 -1
  60. package/shared/definition.js +2 -2
  61. package/shared/definition10.js +4 -73
  62. package/shared/definition11.js +1 -1
  63. package/shared/definition12.js +1 -1
  64. package/shared/definition13.js +2 -2
  65. package/shared/definition14.js +12 -5
  66. package/shared/definition15.js +3 -3
  67. package/shared/definition16.js +22 -8
  68. package/shared/definition17.js +5 -5
  69. package/shared/definition18.js +18 -8
  70. package/shared/definition19.js +18 -10
  71. package/shared/definition2.js +2 -2
  72. package/shared/definition20.js +1 -1
  73. package/shared/definition21.js +1 -1
  74. package/shared/definition22.js +2 -2
  75. package/shared/definition23.js +4 -3
  76. package/shared/definition24.js +2 -2
  77. package/shared/definition27.js +39 -22
  78. package/shared/definition28.js +2 -2
  79. package/shared/definition29.js +2 -2
  80. package/shared/definition3.js +1 -1
  81. package/shared/definition30.js +2 -2
  82. package/shared/definition32.js +1 -1
  83. package/shared/definition33.js +19 -4
  84. package/shared/definition34.js +2 -2
  85. package/shared/definition35.js +3 -2
  86. package/shared/definition36.js +11 -3
  87. package/shared/definition37.js +13 -9
  88. package/shared/definition38.js +2 -2
  89. package/shared/definition39.js +5 -4
  90. package/shared/definition4.js +4 -3
  91. package/shared/definition40.js +4 -4
  92. package/shared/definition41.js +111 -76
  93. package/shared/definition42.js +77 -557
  94. package/shared/definition43.js +568 -102
  95. package/shared/definition44.js +104 -135
  96. package/shared/definition45.js +153 -17
  97. package/shared/definition46.js +16 -79
  98. package/shared/definition47.js +53 -475
  99. package/shared/definition48.js +493 -25
  100. package/shared/definition49.js +22 -121
  101. package/shared/definition5.js +1 -1
  102. package/shared/definition50.js +114 -261
  103. package/shared/definition51.js +258 -119
  104. package/shared/definition52.js +258 -109
  105. package/shared/definition53.js +84 -74
  106. package/shared/definition54.js +114 -69
  107. package/shared/definition55.js +81 -292
  108. package/shared/definition56.js +302 -13
  109. package/shared/definition57.js +11 -41
  110. package/shared/definition58.js +20 -154
  111. package/shared/definition59.js +181 -0
  112. package/shared/definition6.js +1 -1
  113. package/shared/definition7.js +3 -2
  114. package/shared/definition8.js +2 -2
  115. package/shared/enums.js +71 -0
  116. package/shared/icon.js +1 -1
  117. package/shared/index2.js +28 -1
  118. package/shared/key-codes.js +1 -1
  119. package/shared/key-codes2.js +9 -0
  120. package/shared/listbox.js +2 -7
  121. package/shared/localization/Locale.d.ts +4 -0
  122. package/shared/presentationDate.js +194 -141
  123. package/shared/radio.js +7 -0
  124. package/shared/text-field.js +1 -1
  125. package/shared/utils/Reflector.d.ts +8 -0
  126. package/shared/utils/randomId.d.ts +1 -0
  127. package/side-drawer/index.js +1 -1
  128. package/slider/index.js +2 -2
  129. package/split-button/index.js +2 -2
  130. package/style.css +686 -559
  131. package/styles/core/all.css +1 -1
  132. package/styles/core/theme.css +1 -1
  133. package/styles/core/typography.css +1 -1
  134. package/styles/tokens/theme-dark.css +4 -4
  135. package/styles/tokens/theme-light.css +4 -4
  136. package/styles/tokens/vivid-2-compat.css +1 -1
  137. package/switch/index.js +2 -2
  138. package/tab/index.js +2 -2
  139. package/tab-panel/index.js +1 -1
  140. package/tabs/index.js +4 -4
  141. package/tag/index.js +2 -2
  142. package/tag-group/index.js +1 -1
  143. package/text-area/index.js +3 -2
  144. package/text-field/index.js +3 -2
  145. package/toggletip/index.js +5 -4
  146. package/tooltip/index.js +5 -4
  147. package/tree-item/index.js +2 -2
  148. package/tree-view/index.js +1 -1
  149. package/vivid.api.json +141 -0
package/style.css CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 13 Oct 2023 14:45:50 GMT
3
+ * Generated on Wed, 01 Nov 2023 12:16:28 GMT
4
4
  */
5
5
  :host {
6
6
  display: inline-block;
@@ -108,14 +108,16 @@
108
108
  --_low-ink-color: var(--_appearance-color-text);
109
109
  }
110
110
 
111
- .label {
111
+ .label:not(slot),
112
+ .label::slotted(label) {
112
113
  color: var(--vvd-color-canvas-text);
113
114
  contain: inline-size;
114
115
  font: var(--vvd-typography-base);
115
116
  grid-column: 1/4;
116
117
  grid-row: 1;
117
118
  }
118
- .char-count + .label {
119
+ .char-count + .label:not(slot),
120
+ .char-count + .label::slotted(label) {
119
121
  grid-column: 1/3;
120
122
  }
121
123
 
@@ -169,7 +171,7 @@
169
171
  outline: none;
170
172
  }
171
173
 
172
- .control {
174
+ .control:not(slot), .control::slotted(input) {
173
175
  width: 100%;
174
176
  box-sizing: border-box;
175
177
  border: 0 none;
@@ -183,19 +185,19 @@
183
185
  padding-inline-end: var(--_text-field-gutter);
184
186
  padding-inline-start: var(--_text-field-gutter);
185
187
  }
186
- .control:disabled {
188
+ .control:not(slot):disabled, .control::slotted(input:disabled) {
187
189
  cursor: not-allowed;
188
190
  opacity: 1; /* 2. correct opacity on iOS */
189
191
  -webkit-text-fill-color: var(--_appearance-color-text); /* 1. sets text fill to current `color` for safari */
190
192
  }
191
- .control::placeholder, .control:disabled::placeholder {
192
- opacity: 1; /* 2. correct opacity on iOS */
193
- -webkit-text-fill-color: var(--_low-ink-color); /* 1. sets text fill to current `color` for safari */
193
+ .control:not(slot)::placeholder {
194
+ opacity: 1 !important; /* 2. correct opacity on iOS */
195
+ -webkit-text-fill-color: var(--_low-ink-color) !important; /* 1. sets text fill to current `color` for safari */
194
196
  }
195
- .control:focus-visible {
197
+ .control:not(slot):focus-visible, .control::slotted(input:focus-visible) {
196
198
  outline: none;
197
199
  }
198
- .has-icon .control {
200
+ .has-icon .control:not(slot), .has-icon .control::slotted(input) {
199
201
  padding-inline-start: calc(var(--_text-field-icon-size) + var(--_text-field-gutter) * 2);
200
202
  }
201
203
 
@@ -317,7 +319,7 @@ slot, svg, ::slotted(:where(svg, img)) {
317
319
  inline-size: inherit;
318
320
  }/**
319
321
  * Do not edit directly
320
- * Generated on Fri, 13 Oct 2023 14:45:50 GMT
322
+ * Generated on Wed, 01 Nov 2023 12:16:28 GMT
321
323
  */
322
324
  :host {
323
325
  display: contents;
@@ -335,7 +337,7 @@ slot, svg, ::slotted(:where(svg, img)) {
335
337
  outline-offset: -2px;
336
338
  }/**
337
339
  * Do not edit directly
338
- * Generated on Fri, 13 Oct 2023 14:45:50 GMT
340
+ * Generated on Wed, 01 Nov 2023 12:16:28 GMT
339
341
  */
340
342
  .message {
341
343
  display: flex;
@@ -360,7 +362,7 @@ slot, svg, ::slotted(:where(svg, img)) {
360
362
  color: var(--vvd-color-alert-500);
361
363
  }/**
362
364
  * Do not edit directly
363
- * Generated on Fri, 13 Oct 2023 14:45:50 GMT
365
+ * Generated on Wed, 01 Nov 2023 12:16:28 GMT
364
366
  */
365
367
  :host {
366
368
  display: contents;
@@ -497,7 +499,7 @@ p {
497
499
  font: var(--vvd-typography-base-condensed);
498
500
  }/**
499
501
  * Do not edit directly
500
- * Generated on Fri, 13 Oct 2023 14:45:50 GMT
502
+ * Generated on Wed, 01 Nov 2023 12:16:28 GMT
501
503
  */
502
504
  .base {
503
505
  display: flex;
@@ -548,7 +550,7 @@ p {
548
550
  display: none;
549
551
  }/**
550
552
  * Do not edit directly
551
- * Generated on Fri, 13 Oct 2023 14:45:50 GMT
553
+ * Generated on Wed, 01 Nov 2023 12:16:28 GMT
552
554
  */
553
555
  @supports selector(:focus-visible) {
554
556
  :host(:focus-visible) {
@@ -608,7 +610,7 @@ p {
608
610
  --_appearance-color-fill: var(--_connotation-color-primary);
609
611
  --_appearance-color-outline: var(--_connotation-color-primary);
610
612
  }
611
- .base:where(:checked, .checked):where(:hover, .hover) {
613
+ .base:where(:checked, .checked):where(:hover, .hover):where(:not(:disabled, .disabled, .readonly)) {
612
614
  --_appearance-color-text: var(--_connotation-color-primary-text);
613
615
  --_appearance-color-fill: var(--_connotation-color-primary-increment);
614
616
  --_appearance-color-outline: var(--_connotation-color-primary);
@@ -671,7 +673,7 @@ label {
671
673
  display: none;
672
674
  }/**
673
675
  * Do not edit directly
674
- * Generated on Fri, 13 Oct 2023 14:45:50 GMT
676
+ * Generated on Wed, 01 Nov 2023 12:16:28 GMT
675
677
  */
676
678
  :host {
677
679
  display: inline-block;
@@ -758,7 +760,7 @@ label {
758
760
  pointer-events: none;
759
761
  }/**
760
762
  * Do not edit directly
761
- * Generated on Fri, 13 Oct 2023 14:45:50 GMT
763
+ * Generated on Wed, 01 Nov 2023 12:16:28 GMT
762
764
  */
763
765
  :host {
764
766
  display: inline-block;
@@ -822,7 +824,7 @@ label {
822
824
  margin-block: 4px;
823
825
  }/**
824
826
  * Do not edit directly
825
- * Generated on Fri, 13 Oct 2023 14:45:50 GMT
827
+ * Generated on Wed, 01 Nov 2023 12:16:28 GMT
826
828
  */
827
829
  .control {
828
830
  position: fixed;
@@ -923,129 +925,444 @@ label {
923
925
  .base .dismiss-button {
924
926
  border-left: 1px solid var(--vvd-color-neutral-200);
925
927
  padding-inline-start: 8px;
926
- }:host {
927
- display: contents;
928
+ }/**
929
+ * Do not edit directly
930
+ * Generated on Wed, 01 Nov 2023 12:16:28 GMT
931
+ */
932
+ :host {
933
+ display: inline-block;
928
934
  }
929
935
 
930
936
  .control {
931
- display: contents;
932
- }
933
- .control.dp-0 {
934
- --_elevation-fill: var(--vvd-color-surface-0dp);
935
- --_elevation-shadow: var(--vvd-shadow-surface-0dp);
936
- }
937
- .control.dp-4 {
938
- --_elevation-fill: var(--vvd-color-surface-4dp);
939
- --_elevation-shadow: var(--vvd-shadow-surface-4dp);
940
- }
941
- .control.dp-8 {
942
- --_elevation-fill: var(--vvd-color-surface-8dp);
943
- --_elevation-shadow: var(--vvd-shadow-surface-8dp);
937
+ position: relative;
938
+ display: inline-flex;
939
+ box-sizing: border-box;
940
+ align-items: center;
941
+ justify-content: center;
942
+ border: 0 none;
943
+ margin: 0;
944
+ background-color: var(--_appearance-color-fill);
945
+ block-size: var(--_button-block-size);
946
+ box-shadow: inset 0 0 0 1px var(--_appearance-color-outline);
947
+ color: var(--_appearance-color-text);
948
+ gap: var(--_button-icon-gap);
949
+ vertical-align: middle;
950
+ /* Shape */
951
+ /* Size */
944
952
  }
945
- .control.dp-12 {
946
- --_elevation-fill: var(--vvd-color-surface-12dp);
947
- --_elevation-shadow: var(--vvd-shadow-surface-12dp);
953
+ .control.connotation-cta {
954
+ /* @cssprop [--vvd-button-cta-primary=var(--vvd-color-cta-500)] */
955
+ --_connotation-color-primary: var(--vvd-button-cta-primary, var(--vvd-color-cta-500));
956
+ /* @cssprop [--vvd-button-cta-primary-text=var(--vvd-color-canvas)] */
957
+ --_connotation-color-primary-text: var(--vvd-button-cta-primary-text, var(--vvd-color-canvas));
958
+ /* @cssprop [--vvd-button-cta-primary-increment=var(--vvd-color-cta-600)] */
959
+ --_connotation-color-primary-increment: var(--vvd-button-cta-primary-increment, var(--vvd-color-cta-600));
960
+ /* @cssprop [--vvd-button-cta-contrast=var(--vvd-color-cta-800)] */
961
+ --_connotation-color-contrast: var(--vvd-button-cta-contrast, var(--vvd-color-cta-800));
962
+ /* @cssprop [--vvd-button-cta-fierce=var(--vvd-color-cta-700)] */
963
+ --_connotation-color-fierce: var(--vvd-button-cta-fierce, var(--vvd-color-cta-700));
964
+ /* @cssprop [--vvd-button-cta-firm=var(--vvd-color-cta-600)] */
965
+ --_connotation-color-firm: var(--vvd-button-cta-firm, var(--vvd-color-cta-600));
966
+ /* @cssprop [--vvd-button-cta-soft=var(--vvd-color-cta-100)] */
967
+ --_connotation-color-soft: var(--vvd-button-cta-soft, var(--vvd-color-cta-100));
968
+ /* @cssprop [--vvd-button-cta-faint=var(--vvd-color-cta-50)] */
969
+ --_connotation-color-faint: var(--vvd-button-cta-faint, var(--vvd-color-cta-50));
948
970
  }
949
- .control.dp-16 {
950
- --_elevation-fill: var(--vvd-color-surface-16dp);
951
- --_elevation-shadow: var(--vvd-shadow-surface-16dp);
971
+ .control.connotation-success {
972
+ /* @cssprop [--vvd-button-success-primary=var(--vvd-color-success-500)] */
973
+ --_connotation-color-primary: var(--vvd-button-success-primary, var(--vvd-color-success-500));
974
+ /* @cssprop [--vvd-button-success-primary-text=var(--vvd-color-canvas)] */
975
+ --_connotation-color-primary-text: var(--vvd-button-success-primary-text, var(--vvd-color-canvas));
976
+ /* @cssprop [--vvd-button-success-primary-increment=var(--vvd-color-success-600)] */
977
+ --_connotation-color-primary-increment: var(--vvd-button-success-primary-increment, var(--vvd-color-success-600));
978
+ /* @cssprop [--vvd-button-success-contrast=var(--vvd-color-success-800)] */
979
+ --_connotation-color-contrast: var(--vvd-button-success-contrast, var(--vvd-color-success-800));
980
+ /* @cssprop [--vvd-button-success-fierce=var(--vvd-color-success-700)] */
981
+ --_connotation-color-fierce: var(--vvd-button-success-fierce, var(--vvd-color-success-700));
982
+ /* @cssprop [--vvd-button-success-firm=var(--vvd-color-success-600)] */
983
+ --_connotation-color-firm: var(--vvd-button-success-firm, var(--vvd-color-success-600));
984
+ /* @cssprop [--vvd-button-success-soft=var(--vvd-color-success-100)] */
985
+ --_connotation-color-soft: var(--vvd-button-success-soft, var(--vvd-color-success-100));
986
+ /* @cssprop [--vvd-button-success-faint=var(--vvd-color-success-50)] */
987
+ --_connotation-color-faint: var(--vvd-button-success-faint, var(--vvd-color-success-50));
952
988
  }
953
- .control.dp-24 {
954
- --_elevation-fill: var(--vvd-color-surface-24dp);
955
- --_elevation-shadow: var(--vvd-shadow-surface-24dp);
989
+ .control.connotation-alert {
990
+ /* @cssprop [--vvd-button-alert-primary=var(--vvd-color-alert-500)] */
991
+ --_connotation-color-primary: var(--vvd-button-alert-primary, var(--vvd-color-alert-500));
992
+ /* @cssprop [--vvd-button-alert-primary-text=var(--vvd-color-canvas)] */
993
+ --_connotation-color-primary-text: var(--vvd-button-alert-primary-text, var(--vvd-color-canvas));
994
+ /* @cssprop [--vvd-button-alert-primary-increment=var(--vvd-color-alert-600)] */
995
+ --_connotation-color-primary-increment: var(--vvd-button-alert-primary-increment, var(--vvd-color-alert-600));
996
+ /* @cssprop [--vvd-button-alert-contrast=var(--vvd-color-alert-800)] */
997
+ --_connotation-color-contrast: var(--vvd-button-alert-contrast, var(--vvd-color-alert-800));
998
+ /* @cssprop [--vvd-button-alert-fierce=var(--vvd-color-alert-700)] */
999
+ --_connotation-color-fierce: var(--vvd-button-alert-fierce, var(--vvd-color-alert-700));
1000
+ /* @cssprop [--vvd-button-alert-firm=var(--vvd-color-alert-600)] */
1001
+ --_connotation-color-firm: var(--vvd-button-alert-firm, var(--vvd-color-alert-600));
1002
+ /* @cssprop [--vvd-button-alert-soft=var(--vvd-color-alert-100)] */
1003
+ --_connotation-color-soft: var(--vvd-button-alert-soft, var(--vvd-color-alert-100));
1004
+ /* @cssprop [--vvd-button-alert-faint=var(--vvd-color-alert-50)] */
1005
+ --_connotation-color-faint: var(--vvd-button-alert-faint, var(--vvd-color-alert-50));
956
1006
  }
957
- .control:not(.dp-0, .dp-4, .dp-8, .dp-12, .dp-16, .dp-24) {
958
- --_elevation-fill: var(--vvd-color-surface-2dp);
959
- --_elevation-shadow: var(--vvd-shadow-surface-2dp);
1007
+ .control:not(.connotation-cta, .connotation-success, .connotation-alert) {
1008
+ /* @cssprop [--vvd-button-accent-primary=var(--vvd-color-canvas-text)] */
1009
+ --_connotation-color-primary: var(--vvd-button-accent-primary, var(--vvd-color-canvas-text));
1010
+ /* @cssprop [--vvd-button-accent-primary-text=var(--vvd-color-canvas)] */
1011
+ --_connotation-color-primary-text: var(--vvd-button-accent-primary-text, var(--vvd-color-canvas));
1012
+ /* @cssprop [--vvd-button-accent-primary-increment=var(--vvd-color-neutral-800)] */
1013
+ --_connotation-color-primary-increment: var(--vvd-button-accent-primary-increment, var(--vvd-color-neutral-800));
1014
+ /* @cssprop [--vvd-button-accent-contrast=var(--vvd-color-neutral-800)] */
1015
+ --_connotation-color-contrast: var(--vvd-button-accent-contrast, var(--vvd-color-neutral-800));
1016
+ /* @cssprop [--vvd-button-accent-fierce=var(--vvd-color-neutral-700)] */
1017
+ --_connotation-color-fierce: var(--vvd-button-accent-fierce, var(--vvd-color-neutral-700));
1018
+ /* @cssprop [--vvd-button-accent-firm=var(--vvd-color-canvas-text)] */
1019
+ --_connotation-color-firm: var(--vvd-button-accent-firm, var(--vvd-color-canvas-text));
1020
+ /* @cssprop [--vvd-button-accent-soft=var(--vvd-color-neutral-100)] */
1021
+ --_connotation-color-soft: var(--vvd-button-accent-soft, var(--vvd-color-neutral-100));
1022
+ /* @cssprop [--vvd-button-accent-faint=var(--vvd-color-neutral-50)] */
1023
+ --_connotation-color-faint: var(--vvd-button-accent-faint, var(--vvd-color-neutral-50));
960
1024
  }
961
- .control ::slotted(*) {
962
- position: relative;
963
- isolation: isolate;
1025
+ .control.appearance-filled {
1026
+ --_appearance-color-text: var(--_connotation-color-primary-text);
1027
+ --_appearance-color-fill: var(--_connotation-color-primary);
1028
+ --_appearance-color-outline: transparent;
964
1029
  }
965
- .control ::slotted(*)::before {
966
- position: absolute;
967
- z-index: -1;
968
- background: var(--_elevation-fill);
969
- block-size: 100%;
970
- border-radius: inherit;
971
- content: "";
972
- filter: var(--_elevation-shadow);
973
- inline-size: 100%;
974
- inset-block-start: 0;
975
- inset-inline-start: 0;
976
- transition: background-color 0.15s linear, filter 0.15s linear;
1030
+ .control.appearance-outlined {
1031
+ --_appearance-color-text: var(--_connotation-color-firm);
1032
+ --_appearance-color-fill: transparent;
1033
+ --_appearance-color-outline: var(--_connotation-color-firm);
977
1034
  }
978
- .control.no-shadow ::slotted(*)::before {
979
- filter: none;
980
- }/**
981
- * Do not edit directly
982
- * Generated on Fri, 13 Oct 2023 14:45:50 GMT
983
- */
984
- .base {
985
- align-items: center;
986
- block-size: var(--_size);
987
- color: var(--_appearance-color-text);
988
- inline-size: var(--_size);
989
- outline: none;
1035
+ .control {
1036
+ --_appearance-color-text: var(--_connotation-color-primary);
1037
+ --_appearance-color-fill: transparent;
1038
+ --_appearance-color-outline: transparent;
990
1039
  }
991
- .base.connotation-cta {
992
- /* @cssprop [--vvd-progress-ring-cta-primary=var(--vvd-color-cta-500)] */
993
- --_connotation-color-primary: var(--vvd-progress-ring-cta-primary, var(--vvd-color-cta-500));
1040
+ .control:where(:hover, .hover):where(:not(:disabled, .disabled, .readonly)).appearance-filled {
1041
+ --_appearance-color-text: var(--_connotation-color-primary-text);
1042
+ --_appearance-color-fill: var(--_connotation-color-primary-increment);
1043
+ --_appearance-color-outline: transparent;
994
1044
  }
995
- .base.connotation-alert {
996
- /* @cssprop [--vvd-progress-ring-alert-primary=var(--vvd-color-alert-500)] */
997
- --_connotation-color-primary: var(--vvd-progress-ring-alert-primary, var(--vvd-color-alert-500));
1045
+ .control:where(:hover, .hover):where(:not(:disabled, .disabled, .readonly)).appearance-outlined {
1046
+ --_appearance-color-text: var(--_connotation-color-firm);
1047
+ --_appearance-color-fill: var(--_connotation-color-faint);
1048
+ --_appearance-color-outline: var(--_connotation-color-firm);
998
1049
  }
999
- .base.connotation-success {
1000
- /* @cssprop [--vvd-progress-ring-success-primary=var(--vvd-color-success-500)] */
1001
- --_connotation-color-primary: var(--vvd-progress-ring-success-primary, var(--vvd-color-success-500));
1050
+ .control:where(:hover, .hover):where(:not(:disabled, .disabled, .readonly)) {
1051
+ --_appearance-color-text: var(--_connotation-color-primary);
1052
+ --_appearance-color-fill: var(--_connotation-color-faint);
1053
+ --_appearance-color-outline: transparent;
1002
1054
  }
1003
- .base:not(.connotation-cta, .connotation-alert, .connotation-success) {
1004
- /* @cssprop [--vvd-progress-ring-accent-primary=var(--vvd-color-canvas-text)] */
1005
- --_connotation-color-primary: var(--vvd-progress-ring-accent-primary, var(--vvd-color-canvas-text));
1055
+ .control:where(:disabled, .disabled).appearance-filled {
1056
+ --_appearance-color-text: var(--vvd-color-neutral-300);
1057
+ --_appearance-color-fill: var(--vvd-color-neutral-100);
1058
+ --_appearance-color-outline: transparent;
1006
1059
  }
1007
- .base {
1008
- --_appearance-color-text: var(--_connotation-color-primary);
1060
+ .control:where(:disabled, .disabled).appearance-outlined {
1061
+ --_appearance-color-text: var(--vvd-color-neutral-300);
1009
1062
  --_appearance-color-fill: transparent;
1010
- --_appearance-color-outline: transparent;
1063
+ --_appearance-color-outline: var(--vvd-color-neutral-300);
1011
1064
  }
1012
- .base:where(:disabled, .disabled) {
1065
+ .control:where(:disabled, .disabled) {
1013
1066
  --_appearance-color-text: var(--vvd-color-neutral-300);
1014
1067
  --_appearance-color-fill: transparent;
1015
1068
  --_appearance-color-outline: transparent;
1016
1069
  }
1017
- .base.size--6 {
1018
- --_size: calc(1px * (40 + 4 * clamp(-1, var(--vvd-size-density, 0), 2)) - 1px * (40 + 4 * clamp(-1, var(--vvd-size-density, 0), 2) - 16));
1070
+ .control:where(:active, .active):where(:not(:disabled, .disabled)).appearance-filled {
1071
+ --_appearance-color-text: var(--_connotation-color-primary-text);
1072
+ --_appearance-color-fill: var(--_connotation-color-fierce);
1073
+ --_appearance-color-outline: transparent;
1019
1074
  }
1020
- .base.size--5 {
1021
- --_size: calc(1px * (40 + 4 * clamp(-1, var(--vvd-size-density, 0), 2) - 20));
1075
+ .control:where(:active, .active):where(:not(:disabled, .disabled)).appearance-outlined {
1076
+ --_appearance-color-text: var(--_connotation-color-firm);
1077
+ --_appearance-color-fill: var(--_connotation-color-soft);
1078
+ --_appearance-color-outline: var(--_connotation-color-firm);
1022
1079
  }
1023
- .base.size--4 {
1024
- --_size: calc(1px * (40 + 4 * clamp(-1, var(--vvd-size-density, 0), 2) - 16));
1080
+ .control:where(:active, .active):where(:not(:disabled, .disabled)) {
1081
+ --_appearance-color-text: var(--_connotation-color-primary);
1082
+ --_appearance-color-fill: var(--_connotation-color-soft);
1083
+ --_appearance-color-outline: transparent;
1025
1084
  }
1026
- .base.size--3 {
1027
- --_size: calc(1px * (40 + 4 * clamp(-1, var(--vvd-size-density, 0), 2) - 12));
1085
+ .control .text {
1086
+ /* stylelint-disable value-no-vendor-prefix */
1087
+ display: -webkit-box;
1088
+ /* stylelint-enable value-no-vendor-prefix */
1089
+ overflow: hidden;
1090
+ -webkit-box-orient: vertical;
1091
+ -webkit-line-clamp: var(--button-line-clamp, 1);
1092
+ max-inline-size: 100%;
1028
1093
  }
1029
- .base.size--2 {
1030
- --_size: calc(1px * (40 + 4 * clamp(-1, var(--vvd-size-density, 0), 2) - 8));
1094
+ .control:not(.icon-only) {
1095
+ inline-size: 100%;
1031
1096
  }
1032
- .base.size--1 {
1033
- --_size: calc(1px * (40 + 4 * clamp(-1, var(--vvd-size-density, 0), 2) - 4));
1097
+ @supports selector(:focus-visible) {
1098
+ .control:focus-visible {
1099
+ outline: none;
1100
+ }
1034
1101
  }
1035
- .base.size-1 {
1036
- --_size: calc(1px * (40 + 4 * clamp(-1, var(--vvd-size-density, 0), 2) + 4));
1102
+ @supports (user-select: none) {
1103
+ .control {
1104
+ user-select: none;
1105
+ }
1037
1106
  }
1038
- .base.size-2 {
1039
- --_size: calc(1px * (40 + 4 * clamp(-1, var(--vvd-size-density, 0), 2) + 8));
1107
+ .control:not(:disabled) {
1108
+ cursor: pointer;
1040
1109
  }
1041
- .base.size-3 {
1042
- --_size: calc(1px * (40 + 4 * clamp(-1, var(--vvd-size-density, 0), 2) + 12));
1110
+ .control:disabled {
1111
+ cursor: not-allowed;
1043
1112
  }
1044
- .base.size-4 {
1045
- --_size: calc(1px * (40 + 4 * clamp(-1, var(--vvd-size-density, 0), 2) + 16));
1113
+ .control.icon-only {
1114
+ contain: size;
1115
+ padding-inline: 0;
1116
+ place-content: center;
1046
1117
  }
1047
- .base.size-5 {
1048
- --_size: calc(1px * (40 + 4 * clamp(-1, var(--vvd-size-density, 0), 2) + 20));
1118
+ @supports (aspect-ratio: 1) {
1119
+ .control.icon-only {
1120
+ aspect-ratio: 1;
1121
+ }
1122
+ }
1123
+ @supports not (aspect-ratio: 1) {
1124
+ .control.icon-only {
1125
+ inline-size: var(--_button-block-size);
1126
+ }
1127
+ }
1128
+ .control:not(.shape-pill) {
1129
+ border-radius: 6px;
1130
+ }
1131
+ .control.shape-pill:not(.icon-only, .stacked) {
1132
+ border-radius: 24px;
1133
+ }
1134
+ .control.shape-pill.stacked {
1135
+ border-radius: 24px;
1136
+ }
1137
+ .control.shape-pill.icon-only {
1138
+ border-radius: 50%;
1139
+ }
1140
+ .control:not(.stacked).size-super-condensed {
1141
+ --_button-block-size: calc(1px * (40 + 4 * clamp(-1, var(--vvd-size-density, 0), 2) - 16));
1142
+ font: var(--vvd-typography-base-condensed-bold);
1143
+ }
1144
+ .control:not(.stacked).size-super-condensed:not(.icon-only) {
1145
+ --_button-icon-gap: 4px;
1146
+ padding-inline: 8px;
1147
+ }
1148
+ .control:not(.stacked).size-condensed {
1149
+ --_button-block-size: calc(1px * (40 + 4 * clamp(-1, var(--vvd-size-density, 0), 2) - 8));
1150
+ font: var(--vvd-typography-base-condensed-bold);
1151
+ }
1152
+ .control:not(.stacked).size-condensed:not(.icon-only) {
1153
+ --_button-icon-gap: 8px;
1154
+ padding-inline: 12px;
1155
+ }
1156
+ .control:not(.stacked).size-expanded {
1157
+ --_button-block-size: calc(1px * (40 + 4 * clamp(-1, var(--vvd-size-density, 0), 2) + 8));
1158
+ font: var(--vvd-typography-base-extended-bold);
1159
+ }
1160
+ .control:not(.stacked).size-expanded:not(.icon-only) {
1161
+ --_button-icon-gap: 10px;
1162
+ padding-inline: 20px;
1163
+ }
1164
+ .control:not(.stacked):not(.size-condensed, .size-expanded, .size-super-condensed) {
1165
+ --_button-block-size: calc(1px * (40 + 4 * clamp(-1, var(--vvd-size-density, 0), 2)));
1166
+ font: var(--vvd-typography-base-bold);
1167
+ }
1168
+ .control:not(.stacked):not(.size-condensed, .size-expanded, .size-super-condensed):not(.icon-only) {
1169
+ --_button-icon-gap: 8px;
1170
+ padding-inline: 16px;
1171
+ }
1172
+ .control.stacked {
1173
+ flex-direction: column;
1174
+ justify-content: center;
1175
+ }
1176
+ .control.stacked.size-super-condensed {
1177
+ --stacked-size: calc(1px * (40 + 4 * clamp(-1, var(--vvd-size-density, 0), 2) - 16));
1178
+ --_button-block-size: calc(var(--stacked-size) + 20px);
1179
+ font: var(--vvd-typography-base-condensed-bold);
1180
+ }
1181
+ .control.stacked.size-super-condensed:not(.icon-only) {
1182
+ --_button-icon-gap: 4px;
1183
+ padding-inline: 8px;
1184
+ }
1185
+ .control.stacked.size-condensed {
1186
+ --stacked-size: calc(1px * (40 + 4 * clamp(-1, var(--vvd-size-density, 0), 2) - 8));
1187
+ --_button-block-size: calc(var(--stacked-size) + 24px);
1188
+ font: var(--vvd-typography-base-condensed-bold);
1189
+ }
1190
+ .control.stacked.size-condensed:not(.icon-only) {
1191
+ --_button-icon-gap: 6px;
1192
+ padding-inline: 12px;
1193
+ }
1194
+ .control.stacked.size-expanded {
1195
+ --stacked-size: calc(1px * (40 + 4 * clamp(-1, var(--vvd-size-density, 0), 2) + 8));
1196
+ --_button-block-size: calc(var(--stacked-size) + 32px);
1197
+ font: var(--vvd-typography-base-extended-bold);
1198
+ }
1199
+ .control.stacked.size-expanded:not(.icon-only) {
1200
+ --_button-icon-gap: 10px;
1201
+ padding-inline: 20px;
1202
+ }
1203
+ .control.stacked:not(.size-condensed, .size-expanded, .size-super-condensed) {
1204
+ --stacked-size: calc(1px * (40 + 4 * clamp(-1, var(--vvd-size-density, 0), 2)));
1205
+ --_button-block-size: calc(var(--stacked-size) + 28px);
1206
+ font: var(--vvd-typography-base-bold);
1207
+ }
1208
+ .control.stacked:not(.size-condensed, .size-expanded, .size-super-condensed):not(.icon-only) {
1209
+ --_button-icon-gap: 8px;
1210
+ padding-inline: 16px;
1211
+ }
1212
+
1213
+ /* Icon */
1214
+ slot[name=icon] {
1215
+ line-height: 1;
1216
+ }
1217
+ .icon-trailing slot[name=icon] {
1218
+ display: flex;
1219
+ order: 1;
1220
+ }
1221
+ .control.stacked > slot[name=icon] {
1222
+ font-size: calc(var(--stacked-size) / 2);
1223
+ }
1224
+ .control:not(.stacked) > slot[name=icon] {
1225
+ font-size: calc(var(--_button-block-size) / 2);
1226
+ }
1227
+
1228
+ .focus-indicator {
1229
+ --focus-stroke-gap-color: transparent;
1230
+ }
1231
+ .appearance-filled .focus-indicator {
1232
+ --focus-stroke-gap-color: unset;
1233
+ }
1234
+ .control:not(:focus-visible) > .focus-indicator {
1235
+ display: none;
1236
+ }
1237
+
1238
+ :host(:not([icon])) .pending {
1239
+ position: absolute;
1240
+ }
1241
+ :host(:not([icon])) .pending + .text {
1242
+ visibility: hidden;
1243
+ }:host {
1244
+ display: contents;
1245
+ }
1246
+
1247
+ .control {
1248
+ display: contents;
1249
+ }
1250
+ .control.dp-0 {
1251
+ --_elevation-fill: var(--vvd-color-surface-0dp);
1252
+ --_elevation-shadow: var(--vvd-shadow-surface-0dp);
1253
+ }
1254
+ .control.dp-4 {
1255
+ --_elevation-fill: var(--vvd-color-surface-4dp);
1256
+ --_elevation-shadow: var(--vvd-shadow-surface-4dp);
1257
+ }
1258
+ .control.dp-8 {
1259
+ --_elevation-fill: var(--vvd-color-surface-8dp);
1260
+ --_elevation-shadow: var(--vvd-shadow-surface-8dp);
1261
+ }
1262
+ .control.dp-12 {
1263
+ --_elevation-fill: var(--vvd-color-surface-12dp);
1264
+ --_elevation-shadow: var(--vvd-shadow-surface-12dp);
1265
+ }
1266
+ .control.dp-16 {
1267
+ --_elevation-fill: var(--vvd-color-surface-16dp);
1268
+ --_elevation-shadow: var(--vvd-shadow-surface-16dp);
1269
+ }
1270
+ .control.dp-24 {
1271
+ --_elevation-fill: var(--vvd-color-surface-24dp);
1272
+ --_elevation-shadow: var(--vvd-shadow-surface-24dp);
1273
+ }
1274
+ .control:not(.dp-0, .dp-4, .dp-8, .dp-12, .dp-16, .dp-24) {
1275
+ --_elevation-fill: var(--vvd-color-surface-2dp);
1276
+ --_elevation-shadow: var(--vvd-shadow-surface-2dp);
1277
+ }
1278
+ .control ::slotted(*) {
1279
+ position: relative;
1280
+ isolation: isolate;
1281
+ }
1282
+ .control ::slotted(*)::before {
1283
+ position: absolute;
1284
+ z-index: -1;
1285
+ background: var(--_elevation-fill);
1286
+ block-size: 100%;
1287
+ border-radius: inherit;
1288
+ content: "";
1289
+ filter: var(--_elevation-shadow);
1290
+ inline-size: 100%;
1291
+ inset-block-start: 0;
1292
+ inset-inline-start: 0;
1293
+ transition: background-color 0.15s linear, filter 0.15s linear;
1294
+ }
1295
+ .control.no-shadow ::slotted(*)::before {
1296
+ filter: none;
1297
+ }/**
1298
+ * Do not edit directly
1299
+ * Generated on Wed, 01 Nov 2023 12:16:28 GMT
1300
+ */
1301
+ .base {
1302
+ align-items: center;
1303
+ block-size: var(--_size);
1304
+ color: var(--_appearance-color-text);
1305
+ inline-size: var(--_size);
1306
+ outline: none;
1307
+ }
1308
+ .base.connotation-cta {
1309
+ /* @cssprop [--vvd-progress-ring-cta-primary=var(--vvd-color-cta-500)] */
1310
+ --_connotation-color-primary: var(--vvd-progress-ring-cta-primary, var(--vvd-color-cta-500));
1311
+ }
1312
+ .base.connotation-alert {
1313
+ /* @cssprop [--vvd-progress-ring-alert-primary=var(--vvd-color-alert-500)] */
1314
+ --_connotation-color-primary: var(--vvd-progress-ring-alert-primary, var(--vvd-color-alert-500));
1315
+ }
1316
+ .base.connotation-success {
1317
+ /* @cssprop [--vvd-progress-ring-success-primary=var(--vvd-color-success-500)] */
1318
+ --_connotation-color-primary: var(--vvd-progress-ring-success-primary, var(--vvd-color-success-500));
1319
+ }
1320
+ .base:not(.connotation-cta, .connotation-alert, .connotation-success) {
1321
+ /* @cssprop [--vvd-progress-ring-accent-primary=var(--vvd-color-canvas-text)] */
1322
+ --_connotation-color-primary: var(--vvd-progress-ring-accent-primary, var(--vvd-color-canvas-text));
1323
+ }
1324
+ .base {
1325
+ --_appearance-color-text: var(--_connotation-color-primary);
1326
+ --_appearance-color-fill: transparent;
1327
+ --_appearance-color-outline: transparent;
1328
+ }
1329
+ .base:where(:disabled, .disabled) {
1330
+ --_appearance-color-text: var(--vvd-color-neutral-300);
1331
+ --_appearance-color-fill: transparent;
1332
+ --_appearance-color-outline: transparent;
1333
+ }
1334
+ .base.size--6 {
1335
+ --_size: calc(1px * (40 + 4 * clamp(-1, var(--vvd-size-density, 0), 2)) - 1px * (40 + 4 * clamp(-1, var(--vvd-size-density, 0), 2) - 16));
1336
+ }
1337
+ .base.size--5 {
1338
+ --_size: calc(1px * (40 + 4 * clamp(-1, var(--vvd-size-density, 0), 2) - 20));
1339
+ }
1340
+ .base.size--4 {
1341
+ --_size: calc(1px * (40 + 4 * clamp(-1, var(--vvd-size-density, 0), 2) - 16));
1342
+ }
1343
+ .base.size--3 {
1344
+ --_size: calc(1px * (40 + 4 * clamp(-1, var(--vvd-size-density, 0), 2) - 12));
1345
+ }
1346
+ .base.size--2 {
1347
+ --_size: calc(1px * (40 + 4 * clamp(-1, var(--vvd-size-density, 0), 2) - 8));
1348
+ }
1349
+ .base.size--1 {
1350
+ --_size: calc(1px * (40 + 4 * clamp(-1, var(--vvd-size-density, 0), 2) - 4));
1351
+ }
1352
+ .base.size-1 {
1353
+ --_size: calc(1px * (40 + 4 * clamp(-1, var(--vvd-size-density, 0), 2) + 4));
1354
+ }
1355
+ .base.size-2 {
1356
+ --_size: calc(1px * (40 + 4 * clamp(-1, var(--vvd-size-density, 0), 2) + 8));
1357
+ }
1358
+ .base.size-3 {
1359
+ --_size: calc(1px * (40 + 4 * clamp(-1, var(--vvd-size-density, 0), 2) + 12));
1360
+ }
1361
+ .base.size-4 {
1362
+ --_size: calc(1px * (40 + 4 * clamp(-1, var(--vvd-size-density, 0), 2) + 16));
1363
+ }
1364
+ .base.size-5 {
1365
+ --_size: calc(1px * (40 + 4 * clamp(-1, var(--vvd-size-density, 0), 2) + 20));
1049
1366
  }
1050
1367
  .base:not(.size--6, .size--5, .size--4, .size--3, .size--2, .size--1, .size-1, .size-2, .size-3, .size-4, .size-5) {
1051
1368
  --_size: calc(1px * (40 + 4 * clamp(-1, var(--vvd-size-density, 0), 2)));
@@ -1102,7 +1419,7 @@ label {
1102
1419
  }
1103
1420
  }/**
1104
1421
  * Do not edit directly
1105
- * Generated on Fri, 13 Oct 2023 14:45:50 GMT
1422
+ * Generated on Wed, 01 Nov 2023 12:16:28 GMT
1106
1423
  */
1107
1424
  .base {
1108
1425
  display: inline-flex;
@@ -1209,7 +1526,7 @@ label {
1209
1526
  object-fit: cover;
1210
1527
  }/**
1211
1528
  * Do not edit directly
1212
- * Generated on Fri, 13 Oct 2023 14:45:50 GMT
1529
+ * Generated on Wed, 01 Nov 2023 12:16:28 GMT
1213
1530
  */
1214
1531
  .base {
1215
1532
  --_badge-block-size: calc(1px * (40 + 4 * clamp(-1, var(--vvd-size-density, 0), 2) - 20));
@@ -1382,8 +1699,12 @@ slot[name=icon] {
1382
1699
  order: 1;
1383
1700
  }/**
1384
1701
  * Do not edit directly
1385
- * Generated on Fri, 13 Oct 2023 14:45:50 GMT
1702
+ * Generated on Wed, 01 Nov 2023 12:16:28 GMT
1386
1703
  */
1704
+ :host {
1705
+ display: block;
1706
+ }
1707
+
1387
1708
  .control {
1388
1709
  overflow: hidden;
1389
1710
  max-height: 160px;
@@ -1459,7 +1780,7 @@ slot[name=icon] {
1459
1780
  margin-inline-end: 8px;
1460
1781
  }/**
1461
1782
  * Do not edit directly
1462
- * Generated on Fri, 13 Oct 2023 14:45:50 GMT
1783
+ * Generated on Wed, 01 Nov 2023 12:16:28 GMT
1463
1784
  */
1464
1785
  .base {
1465
1786
  display: flex;
@@ -1499,7 +1820,7 @@ slot[name=icon] {
1499
1820
  display: none;
1500
1821
  }/**
1501
1822
  * Do not edit directly
1502
- * Generated on Fri, 13 Oct 2023 14:45:50 GMT
1823
+ * Generated on Wed, 01 Nov 2023 12:16:28 GMT
1503
1824
  */
1504
1825
  :host {
1505
1826
  display: flex;
@@ -1600,7 +1921,7 @@ slot[name=icon] {
1600
1921
  margin-inline-start: auto;
1601
1922
  }/**
1602
1923
  * Do not edit directly
1603
- * Generated on Fri, 13 Oct 2023 14:45:50 GMT
1924
+ * Generated on Wed, 01 Nov 2023 12:16:28 GMT
1604
1925
  */
1605
1926
  :host {
1606
1927
  display: block;
@@ -1649,7 +1970,7 @@ header {
1649
1970
  display: none;
1650
1971
  }/**
1651
1972
  * Do not edit directly
1652
- * Generated on Fri, 13 Oct 2023 14:45:50 GMT
1973
+ * Generated on Wed, 01 Nov 2023 12:16:28 GMT
1653
1974
  */
1654
1975
  .control {
1655
1976
  position: relative;
@@ -1794,7 +2115,7 @@ slot[name=icon] {
1794
2115
  --focus-stroke-gap-color: transparent;
1795
2116
  }/**
1796
2117
  * Do not edit directly
1797
- * Generated on Fri, 13 Oct 2023 14:45:50 GMT
2118
+ * Generated on Wed, 01 Nov 2023 12:16:28 GMT
1798
2119
  */
1799
2120
  .base {
1800
2121
  z-index: 1;
@@ -1936,7 +2257,7 @@ slot[name=icon] {
1936
2257
  gap: 4px;
1937
2258
  }/**
1938
2259
  * Do not edit directly
1939
- * Generated on Fri, 13 Oct 2023 14:45:50 GMT
2260
+ * Generated on Wed, 01 Nov 2023 12:16:28 GMT
1940
2261
  */
1941
2262
  .control {
1942
2263
  position: relative;
@@ -2038,7 +2359,7 @@ details > summary::-webkit-details-marker {
2038
2359
  display: none;
2039
2360
  }/**
2040
2361
  * Do not edit directly
2041
- * Generated on Fri, 13 Oct 2023 14:45:50 GMT
2362
+ * Generated on Wed, 01 Nov 2023 12:16:28 GMT
2042
2363
  */
2043
2364
  .control {
2044
2365
  position: relative;
@@ -2121,7 +2442,7 @@ slot[name=icon] {
2121
2442
  line-height: 1;
2122
2443
  }/**
2123
2444
  * Do not edit directly
2124
- * Generated on Fri, 13 Oct 2023 14:45:50 GMT
2445
+ * Generated on Wed, 01 Nov 2023 12:16:28 GMT
2125
2446
  */
2126
2447
  .base {
2127
2448
  display: flex;
@@ -2211,7 +2532,7 @@ slot[name=icon] {
2211
2532
  font: var(--vvd-typography-base);
2212
2533
  }/**
2213
2534
  * Do not edit directly
2214
- * Generated on Fri, 13 Oct 2023 14:45:50 GMT
2535
+ * Generated on Wed, 01 Nov 2023 12:16:28 GMT
2215
2536
  */
2216
2537
  .control {
2217
2538
  display: inline-flex;
@@ -2260,7 +2581,7 @@ slot[name=icon] {
2260
2581
  inline-size: calc(1px * (40 + 4 * clamp(-1, var(--vvd-size-density, 0), 2)));
2261
2582
  }/**
2262
2583
  * Do not edit directly
2263
- * Generated on Fri, 13 Oct 2023 14:45:50 GMT
2584
+ * Generated on Wed, 01 Nov 2023 12:16:28 GMT
2264
2585
  */
2265
2586
  .base {
2266
2587
  height: 6px;
@@ -2412,13 +2733,94 @@ slot[name=icon] {
2412
2733
  }
2413
2734
  }/**
2414
2735
  * Do not edit directly
2415
- * Generated on Fri, 13 Oct 2023 14:45:50 GMT
2736
+ * Generated on Wed, 01 Nov 2023 12:16:28 GMT
2416
2737
  */
2417
- .control {
2418
- position: fixed;
2419
- z-index: 1;
2420
- background-color: var(--vvd-color-canvas);
2421
- color: var(--vvd-color-canvas-text);
2738
+ @supports selector(:focus-visible) {
2739
+ .base:focus-visible {
2740
+ outline: none;
2741
+ }
2742
+ }
2743
+ :host {
2744
+ display: flex;
2745
+ }
2746
+
2747
+ .base {
2748
+ position: relative;
2749
+ padding: var(--selectable-box-spacing, 16px);
2750
+ border: 1px solid var(--_appearance-color-outline);
2751
+ background-color: var(--_appearance-color-fill);
2752
+ border-radius: 6px;
2753
+ inline-size: 100%;
2754
+ padding-block-start: calc(var(--selectable-box-spacing, 16px) + 36px);
2755
+ text-align: start;
2756
+ }
2757
+ .base.connotation-cta {
2758
+ /* @cssprop [--vvd-selectable-box-cta-firm=var(--vvd-color-cta-600)] */
2759
+ --_connotation-color-firm: var(--vvd-selectable-box-cta-firm, var(--vvd-color-cta-600));
2760
+ /* @cssprop [--vvd-selectable-box-cta-pale=var(--vvd-color-cta-300)] */
2761
+ --_connotation-color-pale: var(--vvd-selectable-box-cta-pale, var(--vvd-color-cta-300));
2762
+ /* @cssprop [--vvd-selectable-box-cta-soft=var(--vvd-color-cta-100)] */
2763
+ --_connotation-color-soft: var(--vvd-selectable-box-cta-soft, var(--vvd-color-cta-100));
2764
+ }
2765
+ .base:not(.connotation-cta) {
2766
+ /* @cssprop [--vvd-selectable-box-accent-firm=var(--vvd-color-canvas-text)] */
2767
+ --_connotation-color-firm: var(--vvd-selectable-box-accent-firm, var(--vvd-color-canvas-text));
2768
+ /* @cssprop [--vvd-selectable-box-accent-pale=var(--vvd-color-neutral-300)] */
2769
+ --_connotation-color-pale: var(--vvd-selectable-box-accent-pale, var(--vvd-color-neutral-300));
2770
+ /* @cssprop [--vvd-selectable-box-accent-soft=var(--vvd-color-neutral-100)] */
2771
+ --_connotation-color-soft: var(--vvd-selectable-box-accent-soft, var(--vvd-color-neutral-100));
2772
+ }
2773
+ .base {
2774
+ --_appearance-color-text: var(--_connotation-color-firm);
2775
+ --_appearance-color-fill: var(--vvd-color-canvas);
2776
+ --_appearance-color-outline: var(--_connotation-color-pale);
2777
+ }
2778
+ .base:where(:hover, .hover):where(:not(:disabled, .disabled, .readonly)) {
2779
+ --_appearance-color-text: var(--_connotation-color-firm);
2780
+ --_appearance-color-fill: var(--vvd-color-canvas);
2781
+ --_appearance-color-outline: var(--_connotation-color-firm);
2782
+ }
2783
+ .base:where(:checked, .checked):where(:not(:disabled, .disabled)) {
2784
+ --_appearance-color-text: var(--_connotation-color-firm);
2785
+ --_appearance-color-fill: var(--_connotation-color-soft);
2786
+ --_appearance-color-outline: var(--_connotation-color-pale);
2787
+ }
2788
+ .base:where(:checked, .checked):where(:hover, .hover):where(:not(:disabled, .disabled, .readonly)) {
2789
+ --_appearance-color-text: var(--_connotation-color-firm);
2790
+ --_appearance-color-fill: var(--_connotation-color-soft);
2791
+ --_appearance-color-outline: var(--_connotation-color-firm);
2792
+ }
2793
+ .base.tight {
2794
+ overflow: hidden;
2795
+ min-height: calc(var(--selectable-box-spacing, 16px) * 2 + 22px);
2796
+ padding: 0;
2797
+ }
2798
+ .base.clickable {
2799
+ cursor: pointer;
2800
+ }
2801
+
2802
+ .focus-indicator {
2803
+ --focus-stroke-gap-color: transparent;
2804
+ --focus-inset: -1px;
2805
+ pointer-events: none;
2806
+ }
2807
+ .base:not(:focus-visible) > .focus-indicator {
2808
+ display: none;
2809
+ }
2810
+
2811
+ .control {
2812
+ position: absolute;
2813
+ inset-block-start: var(--selectable-box-spacing, 16px);
2814
+ inset-inline-end: var(--selectable-box-spacing, 16px);
2815
+ }/**
2816
+ * Do not edit directly
2817
+ * Generated on Wed, 01 Nov 2023 12:16:28 GMT
2818
+ */
2819
+ .control {
2820
+ position: fixed;
2821
+ z-index: 1;
2822
+ background-color: var(--vvd-color-canvas);
2823
+ color: var(--vvd-color-canvas-text);
2422
2824
  inline-size: 280px;
2423
2825
  inset-block: 0;
2424
2826
  overflow-y: auto;
@@ -2459,7 +2861,7 @@ slot[name=icon] {
2459
2861
  display: none;
2460
2862
  }/**
2461
2863
  * Do not edit directly
2462
- * Generated on Fri, 13 Oct 2023 14:45:50 GMT
2864
+ * Generated on Wed, 01 Nov 2023 12:16:28 GMT
2463
2865
  */
2464
2866
  :host {
2465
2867
  display: inline-block;
@@ -2763,7 +3165,7 @@ slot[name=icon] {
2763
3165
  --focus-inset: -1px;
2764
3166
  }/**
2765
3167
  * Do not edit directly
2766
- * Generated on Fri, 13 Oct 2023 14:45:50 GMT
3168
+ * Generated on Wed, 01 Nov 2023 12:16:28 GMT
2767
3169
  */
2768
3170
  .base {
2769
3171
  --tag-block-size: calc(1px * (40 + 4 * clamp(-1, var(--vvd-size-density, 0), 2) - 16));
@@ -2922,7 +3324,7 @@ slot[name=icon] {
2922
3324
  gap: 8px;
2923
3325
  }/**
2924
3326
  * Do not edit directly
2925
- * Generated on Fri, 13 Oct 2023 14:45:50 GMT
3327
+ * Generated on Wed, 01 Nov 2023 12:16:28 GMT
2926
3328
  */
2927
3329
  .control {
2928
3330
  display: inline-block;
@@ -2947,7 +3349,7 @@ slot[name=icon] {
2947
3349
  margin-block-start: 16px;
2948
3350
  }/**
2949
3351
  * Do not edit directly
2950
- * Generated on Fri, 13 Oct 2023 14:45:50 GMT
3352
+ * Generated on Wed, 01 Nov 2023 12:16:28 GMT
2951
3353
  */
2952
3354
  .control {
2953
3355
  pointer-events: none;
@@ -2962,7 +3364,7 @@ slot[name=icon] {
2962
3364
  font: var(--vvd-typography-base-bold);
2963
3365
  }/**
2964
3366
  * Do not edit directly
2965
- * Generated on Fri, 13 Oct 2023 14:45:50 GMT
3367
+ * Generated on Wed, 01 Nov 2023 12:16:28 GMT
2966
3368
  */
2967
3369
  @supports selector(:focus-visible) {
2968
3370
  :host(:focus-visible) {
@@ -3090,7 +3492,7 @@ slot[name=icon] {
3090
3492
  color: var(--vvd-color-neutral-600);
3091
3493
  }/**
3092
3494
  * Do not edit directly
3093
- * Generated on Fri, 13 Oct 2023 14:45:50 GMT
3495
+ * Generated on Wed, 01 Nov 2023 12:16:28 GMT
3094
3496
  */
3095
3497
  .base {
3096
3498
  display: flex;
@@ -3102,7 +3504,7 @@ slot[name=icon] {
3102
3504
  border-bottom: 1px solid var(--vvd-color-neutral-200);
3103
3505
  }/**
3104
3506
  * Do not edit directly
3105
- * Generated on Fri, 13 Oct 2023 14:45:50 GMT
3507
+ * Generated on Wed, 01 Nov 2023 12:16:28 GMT
3106
3508
  */
3107
3509
  :host {
3108
3510
  display: flex;
@@ -3114,427 +3516,112 @@ slot[name=icon] {
3114
3516
  margin: 0;
3115
3517
  }
3116
3518
 
3117
- .heading-button {
3118
- position: relative;
3119
- display: flex;
3120
- width: 100%;
3121
- align-items: center;
3122
- padding: 16px;
3123
- border: none;
3124
- background-color: var(--_appearance-color-fill);
3125
- color: var(--_appearance-color-text);
3126
- cursor: pointer;
3127
- text-align: left;
3128
- }
3129
- .heading-button {
3130
- --_appearance-color-text: var(--_connotation-color-primary);
3131
- --_appearance-color-fill: transparent;
3132
- --_appearance-color-outline: transparent;
3133
- }
3134
- .heading-button:where(:hover, .hover):where(:not(:disabled, .disabled, .readonly)) {
3135
- --_appearance-color-text: var(--_connotation-color-primary);
3136
- --_appearance-color-fill: var(--_connotation-color-faint);
3137
- --_appearance-color-outline: transparent;
3138
- }
3139
- .heading-button:where(:active, .active):where(:not(:disabled, .disabled)) {
3140
- --_appearance-color-text: var(--_connotation-color-primary);
3141
- --_appearance-color-fill: var(--_connotation-color-soft);
3142
- --_appearance-color-outline: transparent;
3143
- }
3144
- .heading-button {
3145
- /* @cssprop [--vvd-accordion-item-accent-primary=var(--vvd-color-canvas-text)] */
3146
- --_connotation-color-primary: var(--vvd-accordion-item-accent-primary, var(--vvd-color-canvas-text));
3147
- /* @cssprop [--vvd-accordion-item-accent-faint=var(--vvd-color-neutral-50)] */
3148
- --_connotation-color-faint: var(--vvd-accordion-item-accent-faint, var(--vvd-color-neutral-50));
3149
- /* @cssprop [--vvd-accordion-item-accent-soft=var(--vvd-color-neutral-100)] */
3150
- --_connotation-color-soft: var(--vvd-accordion-item-accent-soft, var(--vvd-color-neutral-100));
3151
- }
3152
- @supports selector(:focus-visible) {
3153
- .heading-button:focus-visible {
3154
- outline: none;
3155
- }
3156
- }
3157
- .heading-button.size-condensed {
3158
- font: var(--vvd-typography-base-bold);
3159
- gap: 12px;
3160
- }
3161
- .heading-button:not(.size-condensed) {
3162
- font: var(--vvd-typography-heading-4);
3163
- gap: 16px;
3164
- }
3165
-
3166
- .heading-content {
3167
- flex: auto;
3168
- }
3169
-
3170
- .meta {
3171
- overflow: hidden;
3172
- max-width: 20%;
3173
- flex-shrink: 0;
3174
- color: var(--vvd-color-neutral-600);
3175
- text-align: end;
3176
- text-overflow: ellipsis;
3177
- white-space: nowrap;
3178
- }
3179
- .heading-button:not(.size-condensed) .meta {
3180
- font: var(--vvd-typography-base-bold);
3181
- }
3182
- .heading-button.size-condensed .meta {
3183
- font: var(--vvd-typography-base-condensed-bold);
3184
- }
3185
-
3186
- .region {
3187
- display: none;
3188
- padding: 8px 32px 24px 16px;
3189
- }
3190
- .region:not(.size-condensed).padded {
3191
- padding-inline-start: 52px;
3192
- }
3193
- :host([expanded]) .region {
3194
- display: block;
3195
- }
3196
- .region.size-condensed.padded {
3197
- padding-inline-start: 44px;
3198
- }
3199
-
3200
- slot[name=icon] {
3201
- color: var(--vvd-color-neutral-600);
3202
- }
3203
- .heading-button:not(.size-condensed) slot[name=icon] {
3204
- font: inherit;
3205
- }
3206
- .heading-button.size-condensed slot[name=icon] {
3207
- font: var(--vvd-typography-base-extended);
3208
- }
3209
- :host(:not([icon-trailing])) slot[name=icon]:last-of-type {
3210
- color: var(--_appearance-color-text);
3211
- }
3212
-
3213
- .focus-indicator {
3214
- --focus-stroke-gap-color: transparent;
3215
- }
3216
- button:not(:focus-visible) > .focus-indicator {
3217
- display: none;
3218
- }/**
3219
- * Do not edit directly
3220
- * Generated on Fri, 13 Oct 2023 14:45:50 GMT
3221
- */
3222
- :host {
3223
- display: inline-block;
3224
- }
3225
-
3226
- .control {
3227
- position: relative;
3228
- display: inline-flex;
3229
- box-sizing: border-box;
3230
- align-items: center;
3231
- justify-content: center;
3232
- border: 0 none;
3233
- margin: 0;
3234
- background-color: var(--_appearance-color-fill);
3235
- block-size: var(--_button-block-size);
3236
- box-shadow: inset 0 0 0 1px var(--_appearance-color-outline);
3237
- color: var(--_appearance-color-text);
3238
- gap: var(--_button-icon-gap);
3239
- vertical-align: middle;
3240
- /* Shape */
3241
- /* Size */
3242
- }
3243
- .control.connotation-cta {
3244
- /* @cssprop [--vvd-button-cta-primary=var(--vvd-color-cta-500)] */
3245
- --_connotation-color-primary: var(--vvd-button-cta-primary, var(--vvd-color-cta-500));
3246
- /* @cssprop [--vvd-button-cta-primary-text=var(--vvd-color-canvas)] */
3247
- --_connotation-color-primary-text: var(--vvd-button-cta-primary-text, var(--vvd-color-canvas));
3248
- /* @cssprop [--vvd-button-cta-primary-increment=var(--vvd-color-cta-600)] */
3249
- --_connotation-color-primary-increment: var(--vvd-button-cta-primary-increment, var(--vvd-color-cta-600));
3250
- /* @cssprop [--vvd-button-cta-contrast=var(--vvd-color-cta-800)] */
3251
- --_connotation-color-contrast: var(--vvd-button-cta-contrast, var(--vvd-color-cta-800));
3252
- /* @cssprop [--vvd-button-cta-fierce=var(--vvd-color-cta-700)] */
3253
- --_connotation-color-fierce: var(--vvd-button-cta-fierce, var(--vvd-color-cta-700));
3254
- /* @cssprop [--vvd-button-cta-firm=var(--vvd-color-cta-600)] */
3255
- --_connotation-color-firm: var(--vvd-button-cta-firm, var(--vvd-color-cta-600));
3256
- /* @cssprop [--vvd-button-cta-soft=var(--vvd-color-cta-100)] */
3257
- --_connotation-color-soft: var(--vvd-button-cta-soft, var(--vvd-color-cta-100));
3258
- /* @cssprop [--vvd-button-cta-faint=var(--vvd-color-cta-50)] */
3259
- --_connotation-color-faint: var(--vvd-button-cta-faint, var(--vvd-color-cta-50));
3260
- }
3261
- .control.connotation-success {
3262
- /* @cssprop [--vvd-button-success-primary=var(--vvd-color-success-500)] */
3263
- --_connotation-color-primary: var(--vvd-button-success-primary, var(--vvd-color-success-500));
3264
- /* @cssprop [--vvd-button-success-primary-text=var(--vvd-color-canvas)] */
3265
- --_connotation-color-primary-text: var(--vvd-button-success-primary-text, var(--vvd-color-canvas));
3266
- /* @cssprop [--vvd-button-success-primary-increment=var(--vvd-color-success-600)] */
3267
- --_connotation-color-primary-increment: var(--vvd-button-success-primary-increment, var(--vvd-color-success-600));
3268
- /* @cssprop [--vvd-button-success-contrast=var(--vvd-color-success-800)] */
3269
- --_connotation-color-contrast: var(--vvd-button-success-contrast, var(--vvd-color-success-800));
3270
- /* @cssprop [--vvd-button-success-fierce=var(--vvd-color-success-700)] */
3271
- --_connotation-color-fierce: var(--vvd-button-success-fierce, var(--vvd-color-success-700));
3272
- /* @cssprop [--vvd-button-success-firm=var(--vvd-color-success-600)] */
3273
- --_connotation-color-firm: var(--vvd-button-success-firm, var(--vvd-color-success-600));
3274
- /* @cssprop [--vvd-button-success-soft=var(--vvd-color-success-100)] */
3275
- --_connotation-color-soft: var(--vvd-button-success-soft, var(--vvd-color-success-100));
3276
- /* @cssprop [--vvd-button-success-faint=var(--vvd-color-success-50)] */
3277
- --_connotation-color-faint: var(--vvd-button-success-faint, var(--vvd-color-success-50));
3278
- }
3279
- .control.connotation-alert {
3280
- /* @cssprop [--vvd-button-alert-primary=var(--vvd-color-alert-500)] */
3281
- --_connotation-color-primary: var(--vvd-button-alert-primary, var(--vvd-color-alert-500));
3282
- /* @cssprop [--vvd-button-alert-primary-text=var(--vvd-color-canvas)] */
3283
- --_connotation-color-primary-text: var(--vvd-button-alert-primary-text, var(--vvd-color-canvas));
3284
- /* @cssprop [--vvd-button-alert-primary-increment=var(--vvd-color-alert-600)] */
3285
- --_connotation-color-primary-increment: var(--vvd-button-alert-primary-increment, var(--vvd-color-alert-600));
3286
- /* @cssprop [--vvd-button-alert-contrast=var(--vvd-color-alert-800)] */
3287
- --_connotation-color-contrast: var(--vvd-button-alert-contrast, var(--vvd-color-alert-800));
3288
- /* @cssprop [--vvd-button-alert-fierce=var(--vvd-color-alert-700)] */
3289
- --_connotation-color-fierce: var(--vvd-button-alert-fierce, var(--vvd-color-alert-700));
3290
- /* @cssprop [--vvd-button-alert-firm=var(--vvd-color-alert-600)] */
3291
- --_connotation-color-firm: var(--vvd-button-alert-firm, var(--vvd-color-alert-600));
3292
- /* @cssprop [--vvd-button-alert-soft=var(--vvd-color-alert-100)] */
3293
- --_connotation-color-soft: var(--vvd-button-alert-soft, var(--vvd-color-alert-100));
3294
- /* @cssprop [--vvd-button-alert-faint=var(--vvd-color-alert-50)] */
3295
- --_connotation-color-faint: var(--vvd-button-alert-faint, var(--vvd-color-alert-50));
3296
- }
3297
- .control:not(.connotation-cta, .connotation-success, .connotation-alert) {
3298
- /* @cssprop [--vvd-button-accent-primary=var(--vvd-color-canvas-text)] */
3299
- --_connotation-color-primary: var(--vvd-button-accent-primary, var(--vvd-color-canvas-text));
3300
- /* @cssprop [--vvd-button-accent-primary-text=var(--vvd-color-canvas)] */
3301
- --_connotation-color-primary-text: var(--vvd-button-accent-primary-text, var(--vvd-color-canvas));
3302
- /* @cssprop [--vvd-button-accent-primary-increment=var(--vvd-color-neutral-800)] */
3303
- --_connotation-color-primary-increment: var(--vvd-button-accent-primary-increment, var(--vvd-color-neutral-800));
3304
- /* @cssprop [--vvd-button-accent-contrast=var(--vvd-color-neutral-800)] */
3305
- --_connotation-color-contrast: var(--vvd-button-accent-contrast, var(--vvd-color-neutral-800));
3306
- /* @cssprop [--vvd-button-accent-fierce=var(--vvd-color-neutral-700)] */
3307
- --_connotation-color-fierce: var(--vvd-button-accent-fierce, var(--vvd-color-neutral-700));
3308
- /* @cssprop [--vvd-button-accent-firm=var(--vvd-color-canvas-text)] */
3309
- --_connotation-color-firm: var(--vvd-button-accent-firm, var(--vvd-color-canvas-text));
3310
- /* @cssprop [--vvd-button-accent-soft=var(--vvd-color-neutral-100)] */
3311
- --_connotation-color-soft: var(--vvd-button-accent-soft, var(--vvd-color-neutral-100));
3312
- /* @cssprop [--vvd-button-accent-faint=var(--vvd-color-neutral-50)] */
3313
- --_connotation-color-faint: var(--vvd-button-accent-faint, var(--vvd-color-neutral-50));
3314
- }
3315
- .control.appearance-filled {
3316
- --_appearance-color-text: var(--_connotation-color-primary-text);
3317
- --_appearance-color-fill: var(--_connotation-color-primary);
3318
- --_appearance-color-outline: transparent;
3319
- }
3320
- .control.appearance-outlined {
3321
- --_appearance-color-text: var(--_connotation-color-firm);
3322
- --_appearance-color-fill: transparent;
3323
- --_appearance-color-outline: var(--_connotation-color-firm);
3324
- }
3325
- .control {
3326
- --_appearance-color-text: var(--_connotation-color-primary);
3327
- --_appearance-color-fill: transparent;
3328
- --_appearance-color-outline: transparent;
3329
- }
3330
- .control:where(:hover, .hover):where(:not(:disabled, .disabled, .readonly)).appearance-filled {
3331
- --_appearance-color-text: var(--_connotation-color-primary-text);
3332
- --_appearance-color-fill: var(--_connotation-color-primary-increment);
3333
- --_appearance-color-outline: transparent;
3334
- }
3335
- .control:where(:hover, .hover):where(:not(:disabled, .disabled, .readonly)).appearance-outlined {
3336
- --_appearance-color-text: var(--_connotation-color-firm);
3337
- --_appearance-color-fill: var(--_connotation-color-faint);
3338
- --_appearance-color-outline: var(--_connotation-color-firm);
3339
- }
3340
- .control:where(:hover, .hover):where(:not(:disabled, .disabled, .readonly)) {
3341
- --_appearance-color-text: var(--_connotation-color-primary);
3342
- --_appearance-color-fill: var(--_connotation-color-faint);
3343
- --_appearance-color-outline: transparent;
3344
- }
3345
- .control:where(:disabled, .disabled).appearance-filled {
3346
- --_appearance-color-text: var(--vvd-color-neutral-300);
3347
- --_appearance-color-fill: var(--vvd-color-neutral-100);
3348
- --_appearance-color-outline: transparent;
3349
- }
3350
- .control:where(:disabled, .disabled).appearance-outlined {
3351
- --_appearance-color-text: var(--vvd-color-neutral-300);
3352
- --_appearance-color-fill: transparent;
3353
- --_appearance-color-outline: var(--vvd-color-neutral-300);
3519
+ .heading-button {
3520
+ position: relative;
3521
+ display: flex;
3522
+ width: 100%;
3523
+ align-items: center;
3524
+ padding: 16px;
3525
+ border: none;
3526
+ background-color: var(--_appearance-color-fill);
3527
+ color: var(--_appearance-color-text);
3528
+ cursor: pointer;
3529
+ text-align: left;
3354
3530
  }
3355
- .control:where(:disabled, .disabled) {
3356
- --_appearance-color-text: var(--vvd-color-neutral-300);
3531
+ .heading-button {
3532
+ --_appearance-color-text: var(--_connotation-color-primary);
3357
3533
  --_appearance-color-fill: transparent;
3358
3534
  --_appearance-color-outline: transparent;
3359
3535
  }
3360
- .control:where(:active, .active):where(:not(:disabled, .disabled)).appearance-filled {
3361
- --_appearance-color-text: var(--_connotation-color-primary-text);
3362
- --_appearance-color-fill: var(--_connotation-color-fierce);
3536
+ .heading-button:where(:hover, .hover):where(:not(:disabled, .disabled, .readonly)) {
3537
+ --_appearance-color-text: var(--_connotation-color-primary);
3538
+ --_appearance-color-fill: var(--_connotation-color-faint);
3363
3539
  --_appearance-color-outline: transparent;
3364
3540
  }
3365
- .control:where(:active, .active):where(:not(:disabled, .disabled)).appearance-outlined {
3366
- --_appearance-color-text: var(--_connotation-color-firm);
3367
- --_appearance-color-fill: var(--_connotation-color-soft);
3368
- --_appearance-color-outline: var(--_connotation-color-firm);
3369
- }
3370
- .control:where(:active, .active):where(:not(:disabled, .disabled)) {
3541
+ .heading-button:where(:active, .active):where(:not(:disabled, .disabled)) {
3371
3542
  --_appearance-color-text: var(--_connotation-color-primary);
3372
3543
  --_appearance-color-fill: var(--_connotation-color-soft);
3373
3544
  --_appearance-color-outline: transparent;
3374
3545
  }
3375
- .control .text {
3376
- /* stylelint-disable value-no-vendor-prefix */
3377
- display: -webkit-box;
3378
- /* stylelint-enable value-no-vendor-prefix */
3379
- overflow: hidden;
3380
- -webkit-box-orient: vertical;
3381
- -webkit-line-clamp: var(--button-line-clamp, 1);
3382
- max-inline-size: 100%;
3383
- }
3384
- .control:not(.icon-only) {
3385
- inline-size: 100%;
3546
+ .heading-button {
3547
+ /* @cssprop [--vvd-accordion-item-accent-primary=var(--vvd-color-canvas-text)] */
3548
+ --_connotation-color-primary: var(--vvd-accordion-item-accent-primary, var(--vvd-color-canvas-text));
3549
+ /* @cssprop [--vvd-accordion-item-accent-faint=var(--vvd-color-neutral-50)] */
3550
+ --_connotation-color-faint: var(--vvd-accordion-item-accent-faint, var(--vvd-color-neutral-50));
3551
+ /* @cssprop [--vvd-accordion-item-accent-soft=var(--vvd-color-neutral-100)] */
3552
+ --_connotation-color-soft: var(--vvd-accordion-item-accent-soft, var(--vvd-color-neutral-100));
3386
3553
  }
3387
3554
  @supports selector(:focus-visible) {
3388
- .control:focus-visible {
3555
+ .heading-button:focus-visible {
3389
3556
  outline: none;
3390
3557
  }
3391
3558
  }
3392
- @supports (user-select: none) {
3393
- .control {
3394
- user-select: none;
3395
- }
3396
- }
3397
- .control:not(:disabled) {
3398
- cursor: pointer;
3399
- }
3400
- .control:disabled {
3401
- cursor: not-allowed;
3402
- }
3403
- .control.icon-only {
3404
- contain: size;
3405
- padding-inline: 0;
3406
- place-content: center;
3407
- }
3408
- @supports (aspect-ratio: 1) {
3409
- .control.icon-only {
3410
- aspect-ratio: 1;
3411
- }
3412
- }
3413
- @supports not (aspect-ratio: 1) {
3414
- .control.icon-only {
3415
- inline-size: var(--_button-block-size);
3416
- }
3417
- }
3418
- .control:not(.shape-pill) {
3419
- border-radius: 6px;
3420
- }
3421
- .control.shape-pill:not(.icon-only, .stacked) {
3422
- border-radius: 24px;
3423
- }
3424
- .control.shape-pill.stacked {
3425
- border-radius: 24px;
3426
- }
3427
- .control.shape-pill.icon-only {
3428
- border-radius: 50%;
3429
- }
3430
- .control:not(.stacked).size-super-condensed {
3431
- --_button-block-size: calc(1px * (40 + 4 * clamp(-1, var(--vvd-size-density, 0), 2) - 16));
3432
- font: var(--vvd-typography-base-condensed-bold);
3433
- }
3434
- .control:not(.stacked).size-super-condensed:not(.icon-only) {
3435
- --_button-icon-gap: 4px;
3436
- padding-inline: 8px;
3437
- }
3438
- .control:not(.stacked).size-condensed {
3439
- --_button-block-size: calc(1px * (40 + 4 * clamp(-1, var(--vvd-size-density, 0), 2) - 8));
3440
- font: var(--vvd-typography-base-condensed-bold);
3441
- }
3442
- .control:not(.stacked).size-condensed:not(.icon-only) {
3443
- --_button-icon-gap: 8px;
3444
- padding-inline: 12px;
3445
- }
3446
- .control:not(.stacked).size-expanded {
3447
- --_button-block-size: calc(1px * (40 + 4 * clamp(-1, var(--vvd-size-density, 0), 2) + 8));
3448
- font: var(--vvd-typography-base-extended-bold);
3449
- }
3450
- .control:not(.stacked).size-expanded:not(.icon-only) {
3451
- --_button-icon-gap: 10px;
3452
- padding-inline: 20px;
3453
- }
3454
- .control:not(.stacked):not(.size-condensed, .size-expanded, .size-super-condensed) {
3455
- --_button-block-size: calc(1px * (40 + 4 * clamp(-1, var(--vvd-size-density, 0), 2)));
3559
+ .heading-button.size-condensed {
3456
3560
  font: var(--vvd-typography-base-bold);
3561
+ gap: 12px;
3457
3562
  }
3458
- .control:not(.stacked):not(.size-condensed, .size-expanded, .size-super-condensed):not(.icon-only) {
3459
- --_button-icon-gap: 8px;
3460
- padding-inline: 16px;
3563
+ .heading-button:not(.size-condensed) {
3564
+ font: var(--vvd-typography-heading-4);
3565
+ gap: 16px;
3461
3566
  }
3462
- .control.stacked {
3463
- flex-direction: column;
3464
- justify-content: center;
3567
+
3568
+ .heading-content {
3569
+ flex: auto;
3465
3570
  }
3466
- .control.stacked.size-super-condensed {
3467
- --stacked-size: calc(1px * (40 + 4 * clamp(-1, var(--vvd-size-density, 0), 2) - 16));
3468
- --_button-block-size: calc(var(--stacked-size) + 20px);
3469
- font: var(--vvd-typography-base-condensed-bold);
3571
+
3572
+ .meta {
3573
+ overflow: hidden;
3574
+ max-width: 20%;
3575
+ flex-shrink: 0;
3576
+ color: var(--vvd-color-neutral-600);
3577
+ text-align: end;
3578
+ text-overflow: ellipsis;
3579
+ white-space: nowrap;
3470
3580
  }
3471
- .control.stacked.size-super-condensed:not(.icon-only) {
3472
- --_button-icon-gap: 4px;
3473
- padding-inline: 8px;
3581
+ .heading-button:not(.size-condensed) .meta {
3582
+ font: var(--vvd-typography-base-bold);
3474
3583
  }
3475
- .control.stacked.size-condensed {
3476
- --stacked-size: calc(1px * (40 + 4 * clamp(-1, var(--vvd-size-density, 0), 2) - 8));
3477
- --_button-block-size: calc(var(--stacked-size) + 24px);
3584
+ .heading-button.size-condensed .meta {
3478
3585
  font: var(--vvd-typography-base-condensed-bold);
3479
3586
  }
3480
- .control.stacked.size-condensed:not(.icon-only) {
3481
- --_button-icon-gap: 6px;
3482
- padding-inline: 12px;
3483
- }
3484
- .control.stacked.size-expanded {
3485
- --stacked-size: calc(1px * (40 + 4 * clamp(-1, var(--vvd-size-density, 0), 2) + 8));
3486
- --_button-block-size: calc(var(--stacked-size) + 32px);
3487
- font: var(--vvd-typography-base-extended-bold);
3587
+
3588
+ .region {
3589
+ display: none;
3590
+ padding: 8px 32px 24px 16px;
3488
3591
  }
3489
- .control.stacked.size-expanded:not(.icon-only) {
3490
- --_button-icon-gap: 10px;
3491
- padding-inline: 20px;
3592
+ .region:not(.size-condensed).padded {
3593
+ padding-inline-start: 52px;
3492
3594
  }
3493
- .control.stacked:not(.size-condensed, .size-expanded, .size-super-condensed) {
3494
- --stacked-size: calc(1px * (40 + 4 * clamp(-1, var(--vvd-size-density, 0), 2)));
3495
- --_button-block-size: calc(var(--stacked-size) + 28px);
3496
- font: var(--vvd-typography-base-bold);
3595
+ :host([expanded]) .region {
3596
+ display: block;
3497
3597
  }
3498
- .control.stacked:not(.size-condensed, .size-expanded, .size-super-condensed):not(.icon-only) {
3499
- --_button-icon-gap: 8px;
3500
- padding-inline: 16px;
3598
+ .region.size-condensed.padded {
3599
+ padding-inline-start: 44px;
3501
3600
  }
3502
3601
 
3503
- /* Icon */
3504
3602
  slot[name=icon] {
3505
- line-height: 1;
3603
+ color: var(--vvd-color-neutral-600);
3506
3604
  }
3507
- .icon-trailing slot[name=icon] {
3508
- display: flex;
3509
- order: 1;
3605
+ .heading-button:not(.size-condensed) slot[name=icon] {
3606
+ font: inherit;
3510
3607
  }
3511
- .control.stacked > slot[name=icon] {
3512
- font-size: calc(var(--stacked-size) / 2);
3608
+ .heading-button.size-condensed slot[name=icon] {
3609
+ font: var(--vvd-typography-base-extended);
3513
3610
  }
3514
- .control:not(.stacked) > slot[name=icon] {
3515
- font-size: calc(var(--_button-block-size) / 2);
3611
+ :host(:not([icon-trailing])) slot[name=icon]:last-of-type {
3612
+ color: var(--_appearance-color-text);
3516
3613
  }
3517
3614
 
3518
3615
  .focus-indicator {
3519
3616
  --focus-stroke-gap-color: transparent;
3520
3617
  }
3521
- .appearance-filled .focus-indicator {
3522
- --focus-stroke-gap-color: unset;
3523
- }
3524
- .control:not(:focus-visible) > .focus-indicator {
3618
+ button:not(:focus-visible) > .focus-indicator {
3525
3619
  display: none;
3526
- }
3527
-
3528
- :host(:not([icon])) .pending {
3529
- position: absolute;
3530
- }
3531
- :host(:not([icon])) .pending + .text {
3532
- visibility: hidden;
3533
3620
  }.list {
3534
3621
  display: flex;
3535
3622
  }/**
3536
3623
  * Do not edit directly
3537
- * Generated on Fri, 13 Oct 2023 14:45:50 GMT
3624
+ * Generated on Wed, 01 Nov 2023 12:16:28 GMT
3538
3625
  */
3539
3626
  :host([disabled]) {
3540
3627
  cursor: not-allowed;
@@ -3671,7 +3758,7 @@ dialog.fixed {
3671
3758
  transform: translate(0, -50%);
3672
3759
  }/**
3673
3760
  * Do not edit directly
3674
- * Generated on Fri, 13 Oct 2023 14:45:50 GMT
3761
+ * Generated on Wed, 01 Nov 2023 12:16:28 GMT
3675
3762
  */
3676
3763
  .base {
3677
3764
  box-sizing: border-box;
@@ -3812,7 +3899,7 @@ slot[name=main] {
3812
3899
  border-radius: inherit;
3813
3900
  }/**
3814
3901
  * Do not edit directly
3815
- * Generated on Fri, 13 Oct 2023 14:45:50 GMT
3902
+ * Generated on Wed, 01 Nov 2023 12:16:28 GMT
3816
3903
  */
3817
3904
  .positioning-region {
3818
3905
  display: flex;
@@ -3831,7 +3918,7 @@ label {
3831
3918
  font: var(--vvd-typography-base);
3832
3919
  }/**
3833
3920
  * Do not edit directly
3834
- * Generated on Fri, 13 Oct 2023 14:45:50 GMT
3921
+ * Generated on Wed, 01 Nov 2023 12:16:28 GMT
3835
3922
  */
3836
3923
  @supports selector(:focus-visible) {
3837
3924
  :host(:focus-visible) {
@@ -3964,7 +4051,7 @@ slot[name=icon] {
3964
4051
  opacity: 0;
3965
4052
  }/**
3966
4053
  * Do not edit directly
3967
- * Generated on Fri, 13 Oct 2023 14:45:50 GMT
4054
+ * Generated on Wed, 01 Nov 2023 12:16:28 GMT
3968
4055
  */
3969
4056
  .base {
3970
4057
  display: grid;
@@ -4081,8 +4168,14 @@ slot[name=icon] {
4081
4168
  gap: 4px;
4082
4169
  }/**
4083
4170
  * Do not edit directly
4084
- * Generated on Fri, 13 Oct 2023 14:45:50 GMT
4171
+ * Generated on Wed, 01 Nov 2023 12:16:28 GMT
4085
4172
  */
4173
+ :host {
4174
+ display: inline-flex;
4175
+ flex-direction: column;
4176
+ vertical-align: middle;
4177
+ }
4178
+
4086
4179
  :host([disabled]) {
4087
4180
  cursor: not-allowed;
4088
4181
  }
@@ -4136,7 +4229,7 @@ slot[name=icon] {
4136
4229
  --_appearance-color-fill: var(--_connotation-color-primary);
4137
4230
  --_appearance-color-outline: var(--_connotation-color-primary);
4138
4231
  }
4139
- .base:where(:checked, .checked):where(:hover, .hover) {
4232
+ .base:where(:checked, .checked):where(:hover, .hover):where(:not(:disabled, .disabled, .readonly)) {
4140
4233
  --_appearance-color-text: var(--_connotation-color-primary-text);
4141
4234
  --_appearance-color-fill: var(--_connotation-color-primary-increment);
4142
4235
  --_appearance-color-outline: var(--_connotation-color-primary);
@@ -4268,7 +4361,7 @@ label {
4268
4361
  margin-inline-end: 4px;
4269
4362
  }/**
4270
4363
  * Do not edit directly
4271
- * Generated on Fri, 13 Oct 2023 14:45:50 GMT
4364
+ * Generated on Wed, 01 Nov 2023 12:16:28 GMT
4272
4365
  */
4273
4366
  :host {
4274
4367
  display: block;
@@ -4287,7 +4380,7 @@ label {
4287
4380
  inline-size: 1px;
4288
4381
  }/**
4289
4382
  * Do not edit directly
4290
- * Generated on Fri, 13 Oct 2023 14:45:50 GMT
4383
+ * Generated on Wed, 01 Nov 2023 12:16:28 GMT
4291
4384
  */
4292
4385
  :host {
4293
4386
  display: inline-block;
@@ -4395,14 +4488,16 @@ label {
4395
4488
  --_low-ink-color: var(--_appearance-color-text);
4396
4489
  }
4397
4490
 
4398
- .label {
4491
+ .label:not(slot),
4492
+ .label::slotted(label) {
4399
4493
  color: var(--vvd-color-canvas-text);
4400
4494
  contain: inline-size;
4401
4495
  font: var(--vvd-typography-base);
4402
4496
  grid-column: 1/4;
4403
4497
  grid-row: 1;
4404
4498
  }
4405
- .char-count + .label {
4499
+ .char-count + .label:not(slot),
4500
+ .char-count + .label::slotted(label) {
4406
4501
  grid-column: 1/3;
4407
4502
  }
4408
4503
 
@@ -4456,7 +4551,7 @@ label {
4456
4551
  outline: none;
4457
4552
  }
4458
4553
 
4459
- .control {
4554
+ .control:not(slot), .control::slotted(input) {
4460
4555
  width: 100%;
4461
4556
  box-sizing: border-box;
4462
4557
  border: 0 none;
@@ -4470,19 +4565,19 @@ label {
4470
4565
  padding-inline-end: var(--_text-field-gutter);
4471
4566
  padding-inline-start: var(--_text-field-gutter);
4472
4567
  }
4473
- .control:disabled {
4568
+ .control:not(slot):disabled, .control::slotted(input:disabled) {
4474
4569
  cursor: not-allowed;
4475
4570
  opacity: 1; /* 2. correct opacity on iOS */
4476
4571
  -webkit-text-fill-color: var(--_appearance-color-text); /* 1. sets text fill to current `color` for safari */
4477
4572
  }
4478
- .control::placeholder, .control:disabled::placeholder {
4479
- opacity: 1; /* 2. correct opacity on iOS */
4480
- -webkit-text-fill-color: var(--_low-ink-color); /* 1. sets text fill to current `color` for safari */
4573
+ .control:not(slot)::placeholder {
4574
+ opacity: 1 !important; /* 2. correct opacity on iOS */
4575
+ -webkit-text-fill-color: var(--_low-ink-color) !important; /* 1. sets text fill to current `color` for safari */
4481
4576
  }
4482
- .control:focus-visible {
4577
+ .control:not(slot):focus-visible, .control::slotted(input:focus-visible) {
4483
4578
  outline: none;
4484
4579
  }
4485
- .has-icon .control {
4580
+ .has-icon .control:not(slot), .has-icon .control::slotted(input) {
4486
4581
  padding-inline-start: calc(var(--_text-field-icon-size) + var(--_text-field-gutter) * 2);
4487
4582
  }
4488
4583
 
@@ -4520,7 +4615,7 @@ label {
4520
4615
  }
4521
4616
 
4522
4617
  .control {
4523
- padding-inline-end: 70px;
4618
+ padding-inline-end: 70px !important;
4524
4619
  }
4525
4620
  .control::-webkit-outer-spin-button, .control::-webkit-inner-spin-button {
4526
4621
  appearance: none;
@@ -4546,7 +4641,7 @@ label {
4546
4641
  pointer-events: none;
4547
4642
  }/**
4548
4643
  * Do not edit directly
4549
- * Generated on Fri, 13 Oct 2023 14:45:50 GMT
4644
+ * Generated on Wed, 01 Nov 2023 12:16:28 GMT
4550
4645
  */
4551
4646
  @supports selector(:focus-visible) {
4552
4647
  :host(:focus-visible) {
@@ -4727,7 +4822,7 @@ label {
4727
4822
  --_select-control-border-radius: 6px;
4728
4823
  }/**
4729
4824
  * Do not edit directly
4730
- * Generated on Fri, 13 Oct 2023 14:45:50 GMT
4825
+ * Generated on Wed, 01 Nov 2023 12:16:28 GMT
4731
4826
  */
4732
4827
  :host(.disabled) {
4733
4828
  cursor: not-allowed;
@@ -4901,7 +4996,7 @@ label {
4901
4996
  display: none;
4902
4997
  }/**
4903
4998
  * Do not edit directly
4904
- * Generated on Fri, 13 Oct 2023 14:45:50 GMT
4999
+ * Generated on Wed, 01 Nov 2023 12:16:28 GMT
4905
5000
  */
4906
5001
  :host {
4907
5002
  position: relative;
@@ -4909,7 +5004,7 @@ label {
4909
5004
 
4910
5005
  .control {
4911
5006
  display: flex;
4912
- padding-inline-end: 44px;
5007
+ padding-inline-end: 44px !important;
4913
5008
  }
4914
5009
 
4915
5010
  .icon {
@@ -4965,7 +5060,7 @@ label {
4965
5060
  inline-size: 100%;
4966
5061
  }/**
4967
5062
  * Do not edit directly
4968
- * Generated on Fri, 13 Oct 2023 14:45:50 GMT
5063
+ * Generated on Wed, 01 Nov 2023 12:16:28 GMT
4969
5064
  */
4970
5065
  :host {
4971
5066
  display: block;
@@ -5080,7 +5175,7 @@ label {
5080
5175
  display: none;
5081
5176
  }/**
5082
5177
  * Do not edit directly
5083
- * Generated on Fri, 13 Oct 2023 14:45:50 GMT
5178
+ * Generated on Wed, 01 Nov 2023 12:16:28 GMT
5084
5179
  */
5085
5180
  :host {
5086
5181
  display: inline-block;
@@ -5240,7 +5335,7 @@ label {
5240
5335
  resize: vertical;
5241
5336
  }/**
5242
5337
  * Do not edit directly
5243
- * Generated on Fri, 13 Oct 2023 14:45:50 GMT
5338
+ * Generated on Wed, 01 Nov 2023 12:16:28 GMT
5244
5339
  */
5245
5340
  @supports selector(:focus-visible) {
5246
5341
  :host(:focus-visible) {
@@ -5402,7 +5497,11 @@ label {
5402
5497
  }
5403
5498
  .base.two-lines .text-secondary {
5404
5499
  color: var(--vvd-color-neutral-600);
5405
- }:host {
5500
+ }/**
5501
+ * Do not edit directly
5502
+ * Generated on Wed, 01 Nov 2023 12:16:28 GMT
5503
+ */
5504
+ :host {
5406
5505
  display: inline-block;
5407
5506
  width: 100%;
5408
5507
  }
@@ -5424,6 +5523,19 @@ label {
5424
5523
  outline: none;
5425
5524
  user-select: none;
5426
5525
  }
5526
+ .control.connotation-cta {
5527
+ /* @cssprop [--vvd-slider-cta-primary=var(--vvd-color-cta-500)] */
5528
+ --_connotation-color-primary: var(--vvd-slider-cta-primary, var(--vvd-color-cta-500));
5529
+ }
5530
+ .control:not(.connotation-cta) {
5531
+ /* @cssprop [--vvd-slider-accent-primary=var(--vvd-color-canvas-text)] */
5532
+ --_connotation-color-primary: var(--vvd-slider-accent-primary, var(--vvd-color-canvas-text));
5533
+ }
5534
+ .control {
5535
+ --_appearance-color-text: var(--_connotation-color-primary-text);
5536
+ --_appearance-color-fill: var(--_connotation-color-primary);
5537
+ --_appearance-color-outline: transparent;
5538
+ }
5427
5539
  @supports selector(:focus-visible) {
5428
5540
  .control:focus-visible {
5429
5541
  outline: none;
@@ -5522,7 +5634,7 @@ label {
5522
5634
  }
5523
5635
  .control:not(.disabled) {
5524
5636
  --_track-background-color: var(--vvd-color-neutral-300);
5525
- --_track-start-background-color: var(--vvd-color-canvas-text);
5637
+ --_track-start-background-color: var(--_appearance-color-fill);
5526
5638
  }
5527
5639
  .control:not(.disabled) .thumb-container:hover {
5528
5640
  --_thumb-interaction-indicator-alpha: 0.12;
@@ -5557,7 +5669,7 @@ label {
5557
5669
  display: none;
5558
5670
  }/**
5559
5671
  * Do not edit directly
5560
- * Generated on Fri, 13 Oct 2023 14:45:50 GMT
5672
+ * Generated on Wed, 01 Nov 2023 12:16:28 GMT
5561
5673
  */
5562
5674
  .base {
5563
5675
  display: grid;
@@ -5622,16 +5734,20 @@ label {
5622
5734
  :host([row-type=hidden-header]) .base {
5623
5735
  display: none;
5624
5736
  }
5625
- :host(:is([aria-selected]):not([row-type=header])) .base {
5737
+ :host(:is([aria-selected]):not([row-type*=header])) .base {
5626
5738
  background-color: var(--_appearance-color-fill);
5627
5739
  }/**
5628
5740
  * Do not edit directly
5629
- * Generated on Fri, 13 Oct 2023 14:45:50 GMT
5741
+ * Generated on Wed, 01 Nov 2023 12:16:28 GMT
5630
5742
  */
5631
5743
  :host {
5632
5744
  min-inline-size: 80px;
5633
5745
  }
5634
5746
 
5747
+ :host(:focus-visible) {
5748
+ outline: none;
5749
+ }
5750
+
5635
5751
  .base {
5636
5752
  position: relative;
5637
5753
  display: flex;
@@ -5703,7 +5819,7 @@ label {
5703
5819
  --focus-stroke-gap-color: transparent;
5704
5820
  pointer-events: none;
5705
5821
  }
5706
- .base:not(.active) > .focus-indicator {
5822
+ :host(:not(:focus)) .base > .focus-indicator {
5707
5823
  display: none;
5708
5824
  }
5709
5825
 
@@ -5719,7 +5835,7 @@ slot {
5719
5835
  margin-inline-start: auto;
5720
5836
  }/**
5721
5837
  * Do not edit directly
5722
- * Generated on Fri, 13 Oct 2023 14:45:50 GMT
5838
+ * Generated on Wed, 01 Nov 2023 12:16:28 GMT
5723
5839
  */
5724
5840
  ol {
5725
5841
  padding: 0;
@@ -5979,7 +6095,7 @@ ol {
5979
6095
  text-transform: uppercase;
5980
6096
  }/**
5981
6097
  * Do not edit directly
5982
- * Generated on Fri, 13 Oct 2023 14:45:50 GMT
6098
+ * Generated on Wed, 01 Nov 2023 12:16:28 GMT
5983
6099
  */
5984
6100
  :host {
5985
6101
  display: inline-block;
@@ -6000,29 +6116,40 @@ ol {
6000
6116
  padding: 12px;
6001
6117
  gap: 12px;
6002
6118
  }
6003
- .dialog .header {
6119
+ .dialog .footer {
6120
+ display: flex;
6121
+ align-items: center;
6122
+ justify-content: flex-end;
6123
+ padding: 8px;
6124
+ gap: 8px;
6125
+ }
6126
+
6127
+ .segments {
6128
+ display: flex;
6129
+ gap: 24px;
6130
+ }
6131
+
6132
+ .segment {
6133
+ display: flex;
6134
+ flex-direction: column;
6135
+ gap: 12px;
6136
+ }
6137
+ .segment .header {
6004
6138
  display: flex;
6005
6139
  align-items: center;
6006
6140
  padding-block: 8px;
6007
6141
  }
6008
- .dialog .title {
6142
+ .segment .title {
6009
6143
  display: flex;
6010
6144
  flex-grow: 1;
6011
6145
  justify-content: center;
6012
6146
  }
6013
- .dialog .title-action {
6147
+ .segment .title-action {
6014
6148
  block-size: 24px;
6015
6149
  border-radius: 6px;
6016
6150
  font: var(--vvd-typography-base-extended);
6017
6151
  padding-inline: 6px;
6018
6152
  }
6019
- .dialog .footer {
6020
- display: flex;
6021
- align-items: center;
6022
- justify-content: flex-end;
6023
- padding: 8px;
6024
- gap: 8px;
6025
- }
6026
6153
 
6027
6154
  .calendar {
6028
6155
  display: flex;