@vonage/vivid 3.39.0 → 3.41.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 (182) hide show
  1. package/accordion/index.js +2 -2
  2. package/accordion-item/index.js +2 -2
  3. package/alert/index.js +7 -5
  4. package/audio-player/index.js +33 -0
  5. package/avatar/index.js +2 -2
  6. package/badge/index.js +2 -2
  7. package/banner/index.js +9 -5
  8. package/breadcrumb/index.js +1 -1
  9. package/breadcrumb-item/index.js +3 -3
  10. package/button/index.js +5 -4
  11. package/calendar/index.js +1 -1
  12. package/calendar-event/index.js +1 -1
  13. package/card/index.js +4 -3
  14. package/checkbox/index.js +3 -3
  15. package/combobox/index.js +9 -7
  16. package/custom-elements.json +809 -5
  17. package/data-grid/index.js +3 -2
  18. package/date-picker/index.js +11 -9
  19. package/date-range-picker/index.js +11 -9
  20. package/dialog/index.js +10 -6
  21. package/divider/index.js +1 -1
  22. package/elevation/index.js +1 -1
  23. package/empty-state/index.js +2 -2
  24. package/fab/index.js +3 -3
  25. package/file-picker/index.js +6 -5
  26. package/focus/index.js +1 -1
  27. package/header/index.js +2 -2
  28. package/icon/index.js +1 -1
  29. package/index.js +60 -55
  30. package/layout/index.js +1 -1
  31. package/lib/alert/alert.d.ts +3 -1
  32. package/lib/alert/locale.d.ts +3 -0
  33. package/lib/audio-player/audio-player.d.ts +17 -0
  34. package/lib/audio-player/audio-player.template.d.ts +4 -0
  35. package/lib/audio-player/definition.d.ts +4 -0
  36. package/lib/audio-player/locale.d.ts +5 -0
  37. package/lib/banner/banner.d.ts +3 -1
  38. package/lib/banner/locale.d.ts +3 -0
  39. package/lib/card/card.d.ts +3 -0
  40. package/lib/card/card.template.d.ts +1 -1
  41. package/lib/card/definition.d.ts +1 -0
  42. package/lib/checkbox/checkbox.d.ts +2 -0
  43. package/lib/components.d.ts +2 -0
  44. package/lib/dialog/dialog.d.ts +4 -0
  45. package/lib/dialog/locale.d.ts +3 -0
  46. package/lib/enums.d.ts +2 -1
  47. package/lib/menu/menu.d.ts +1 -0
  48. package/lib/number-field/locale.d.ts +4 -0
  49. package/lib/number-field/number-field.d.ts +4 -2
  50. package/lib/progress/progress.d.ts +1 -0
  51. package/lib/progress-ring/progress-ring.d.ts +1 -0
  52. package/lib/radio/radio.d.ts +1 -0
  53. package/lib/selectable-box/definition.d.ts +3 -0
  54. package/lib/selectable-box/selectable-box.d.ts +12 -0
  55. package/lib/selectable-box/selectable-box.template.d.ts +4 -0
  56. package/lib/slider/definition.d.ts +1 -0
  57. package/lib/slider/slider.d.ts +5 -0
  58. package/lib/split-button/locale.d.ts +3 -0
  59. package/lib/split-button/split-button.d.ts +3 -1
  60. package/lib/text-area/text-area.d.ts +3 -0
  61. package/lib/text-field/text-field.d.ts +5 -2
  62. package/listbox/index.js +5 -4
  63. package/locales/en-GB.js +21 -0
  64. package/locales/en-US.js +21 -0
  65. package/locales/ja-JP.js +21 -0
  66. package/locales/zh-CN.js +21 -0
  67. package/menu/index.js +9 -8
  68. package/menu-item/index.js +3 -3
  69. package/nav/index.js +1 -1
  70. package/nav-disclosure/index.js +3 -3
  71. package/nav-item/index.js +3 -3
  72. package/note/index.js +2 -2
  73. package/number-field/index.js +8 -6
  74. package/option/index.js +3 -3
  75. package/package.json +1 -1
  76. package/pagination/index.js +6 -5
  77. package/popup/index.js +7 -6
  78. package/progress/index.js +1 -1
  79. package/progress-ring/index.js +1 -1
  80. package/radio/index.js +2 -2
  81. package/radio-group/index.js +2 -2
  82. package/select/index.js +10 -8
  83. package/selectable-box/index.js +23 -0
  84. package/shared/Reflector.js +65 -0
  85. package/shared/date-picker/calendar/segment.d.ts +21 -0
  86. package/shared/date-picker/date-picker-base.d.ts +1 -0
  87. package/shared/definition.js +3 -3
  88. package/shared/definition10.js +89 -227
  89. package/shared/definition11.js +151 -29
  90. package/shared/definition12.js +37 -766
  91. package/shared/definition13.js +747 -106
  92. package/shared/definition14.js +122 -192
  93. package/shared/definition15.js +156 -664
  94. package/shared/definition16.js +576 -1123
  95. package/shared/definition17.js +1278 -143
  96. package/shared/definition18.js +64 -298
  97. package/shared/definition19.js +358 -211
  98. package/shared/definition2.js +2 -2
  99. package/shared/definition20.js +259 -67
  100. package/shared/definition21.js +66 -58
  101. package/shared/definition22.js +43 -84
  102. package/shared/definition23.js +76 -2352
  103. package/shared/definition24.js +2362 -45
  104. package/shared/definition25.js +63 -27
  105. package/shared/definition26.js +24 -51
  106. package/shared/definition27.js +36 -813
  107. package/shared/definition28.js +837 -49
  108. package/shared/definition29.js +52 -89
  109. package/shared/definition3.js +1 -1
  110. package/shared/definition30.js +88 -24
  111. package/shared/definition31.js +25 -12
  112. package/shared/definition32.js +12 -52
  113. package/shared/definition33.js +28 -487
  114. package/shared/definition34.js +442 -197
  115. package/shared/definition35.js +260 -185
  116. package/shared/definition36.js +188 -69
  117. package/shared/definition37.js +72 -52
  118. package/shared/definition38.js +65 -421
  119. package/shared/definition39.js +435 -35
  120. package/shared/definition4.js +44 -16
  121. package/shared/definition40.js +32 -680
  122. package/shared/definition41.js +661 -77
  123. package/shared/definition42.js +103 -555
  124. package/shared/definition43.js +76 -103
  125. package/shared/definition44.js +522 -87
  126. package/shared/definition45.js +133 -22
  127. package/shared/definition46.js +131 -58
  128. package/shared/definition47.js +16 -501
  129. package/shared/definition48.js +69 -23
  130. package/shared/definition49.js +477 -108
  131. package/shared/definition5.js +160 -44
  132. package/shared/definition50.js +25 -271
  133. package/shared/definition51.js +103 -122
  134. package/shared/definition52.js +277 -122
  135. package/shared/definition53.js +274 -103
  136. package/shared/definition54.js +126 -71
  137. package/shared/definition55.js +128 -294
  138. package/shared/definition56.js +91 -13
  139. package/shared/definition57.js +298 -39
  140. package/shared/definition58.js +11 -175
  141. package/shared/definition59.js +47 -0
  142. package/shared/definition6.js +43 -33
  143. package/shared/definition60.js +181 -0
  144. package/shared/definition7.js +39 -105
  145. package/shared/definition8.js +122 -38
  146. package/shared/definition9.js +56 -89
  147. package/shared/enums.js +72 -0
  148. package/shared/icon.js +2 -2
  149. package/shared/index2.js +28 -1
  150. package/shared/key-codes.js +1 -1
  151. package/shared/key-codes2.js +9 -0
  152. package/shared/listbox.js +3 -8
  153. package/shared/localization/Locale.d.ts +12 -0
  154. package/shared/patterns/form-elements/form-elements.d.ts +6 -6
  155. package/shared/presentationDate.js +196 -143
  156. package/shared/radio.js +7 -0
  157. package/shared/text-field.js +1 -1
  158. package/shared/utils/Reflector.d.ts +8 -0
  159. package/shared/utils/randomId.d.ts +1 -0
  160. package/side-drawer/index.js +1 -1
  161. package/slider/index.js +3 -3
  162. package/split-button/index.js +6 -3
  163. package/style.css +889 -722
  164. package/styles/core/all.css +1 -1
  165. package/styles/core/theme.css +1 -1
  166. package/styles/core/typography.css +1 -1
  167. package/styles/tokens/theme-dark.css +4 -4
  168. package/styles/tokens/theme-light.css +4 -4
  169. package/styles/tokens/vivid-2-compat.css +1 -1
  170. package/switch/index.js +3 -3
  171. package/tab/index.js +3 -3
  172. package/tab-panel/index.js +1 -1
  173. package/tabs/index.js +5 -5
  174. package/tag/index.js +3 -3
  175. package/tag-group/index.js +1 -1
  176. package/text-area/index.js +4 -3
  177. package/text-field/index.js +4 -3
  178. package/toggletip/index.js +8 -7
  179. package/tooltip/index.js +8 -7
  180. package/tree-item/index.js +3 -3
  181. package/tree-view/index.js +1 -1
  182. package/vivid.api.json +392 -0
package/style.css CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 17 Oct 2023 15:27:52 GMT
3
+ * Generated on Wed, 22 Nov 2023 16:09:43 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 Tue, 17 Oct 2023 15:27:52 GMT
322
+ * Generated on Wed, 22 Nov 2023 16:09:43 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 Tue, 17 Oct 2023 15:27:52 GMT
340
+ * Generated on Wed, 22 Nov 2023 16:09:43 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 Tue, 17 Oct 2023 15:27:52 GMT
365
+ * Generated on Wed, 22 Nov 2023 16:09:43 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 Tue, 17 Oct 2023 15:27:52 GMT
502
+ * Generated on Wed, 22 Nov 2023 16:09:43 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 Tue, 17 Oct 2023 15:27:52 GMT
553
+ * Generated on Wed, 22 Nov 2023 16:09:43 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 Tue, 17 Oct 2023 15:27:52 GMT
676
+ * Generated on Wed, 22 Nov 2023 16:09:43 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 Tue, 17 Oct 2023 15:27:52 GMT
763
+ * Generated on Wed, 22 Nov 2023 16:09:43 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 Tue, 17 Oct 2023 15:27:52 GMT
827
+ * Generated on Wed, 22 Nov 2023 16:09:43 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, 22 Nov 2023 16:09:43 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 Tue, 17 Oct 2023 15:27:52 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, 22 Nov 2023 16:09:43 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,20 +1419,46 @@ label {
1102
1419
  }
1103
1420
  }/**
1104
1421
  * Do not edit directly
1105
- * Generated on Tue, 17 Oct 2023 15:27:52 GMT
1422
+ * Generated on Wed, 22 Nov 2023 16:09:43 GMT
1106
1423
  */
1107
1424
  .base {
1108
1425
  display: inline-flex;
1109
- overflow: hidden;
1110
1426
  align-items: center;
1111
- justify-content: center;
1112
- background-color: var(--_appearance-color-fill);
1113
- block-size: var(--_size);
1114
- box-shadow: inset 0 0 0 1px var(--_appearance-color-outline);
1115
- color: var(--_appearance-color-text);
1116
- inline-size: var(--_size);
1117
- vertical-align: middle;
1118
- }
1427
+ padding: 8px;
1428
+ color: var(--vvd-color-canvas-text);
1429
+ user-select: none;
1430
+ }
1431
+ .base .slider {
1432
+ min-inline-size: var(--audio-player-min-inline-size, 200px);
1433
+ }
1434
+ .base .controls {
1435
+ display: flex;
1436
+ align-items: center;
1437
+ gap: 16px;
1438
+ }
1439
+ .base .time-stamp {
1440
+ display: inline-flex;
1441
+ }
1442
+ .base .time-stamp .current-time,
1443
+ .base .time-stamp .total-time {
1444
+ margin-inline: 6px;
1445
+ min-inline-size: 32px;
1446
+ }/**
1447
+ * Do not edit directly
1448
+ * Generated on Wed, 22 Nov 2023 16:09:43 GMT
1449
+ */
1450
+ .base {
1451
+ display: inline-flex;
1452
+ overflow: hidden;
1453
+ align-items: center;
1454
+ justify-content: center;
1455
+ background-color: var(--_appearance-color-fill);
1456
+ block-size: var(--_size);
1457
+ box-shadow: inset 0 0 0 1px var(--_appearance-color-outline);
1458
+ color: var(--_appearance-color-text);
1459
+ inline-size: var(--_size);
1460
+ vertical-align: middle;
1461
+ }
1119
1462
  .base.connotation-cta {
1120
1463
  /* @cssprop [--vvd-avatar-cta-primary=var(--vvd-color-cta-500)] */
1121
1464
  --_connotation-color-primary: var(--vvd-avatar-cta-primary, var(--vvd-color-cta-500));
@@ -1209,8 +1552,12 @@ label {
1209
1552
  object-fit: cover;
1210
1553
  }/**
1211
1554
  * Do not edit directly
1212
- * Generated on Tue, 17 Oct 2023 15:27:52 GMT
1555
+ * Generated on Wed, 22 Nov 2023 16:09:43 GMT
1213
1556
  */
1557
+ :host {
1558
+ display: inline-block;
1559
+ }
1560
+
1214
1561
  .base {
1215
1562
  --_badge-block-size: calc(1px * (40 + 4 * clamp(-1, var(--vvd-size-density, 0), 2) - 20));
1216
1563
  display: inline-flex;
@@ -1222,6 +1569,7 @@ label {
1222
1569
  color: var(--_appearance-color-text);
1223
1570
  column-gap: 8px;
1224
1571
  font: var(--vvd-typography-base-condensed-bold);
1572
+ inline-size: 100%;
1225
1573
  padding-inline: 8px;
1226
1574
  vertical-align: middle;
1227
1575
  }
@@ -1382,8 +1730,12 @@ slot[name=icon] {
1382
1730
  order: 1;
1383
1731
  }/**
1384
1732
  * Do not edit directly
1385
- * Generated on Tue, 17 Oct 2023 15:27:52 GMT
1733
+ * Generated on Wed, 22 Nov 2023 16:09:43 GMT
1386
1734
  */
1735
+ :host {
1736
+ display: block;
1737
+ }
1738
+
1387
1739
  .control {
1388
1740
  overflow: hidden;
1389
1741
  max-height: 160px;
@@ -1459,7 +1811,7 @@ slot[name=icon] {
1459
1811
  margin-inline-end: 8px;
1460
1812
  }/**
1461
1813
  * Do not edit directly
1462
- * Generated on Tue, 17 Oct 2023 15:27:52 GMT
1814
+ * Generated on Wed, 22 Nov 2023 16:09:43 GMT
1463
1815
  */
1464
1816
  .base {
1465
1817
  display: flex;
@@ -1499,7 +1851,7 @@ slot[name=icon] {
1499
1851
  display: none;
1500
1852
  }/**
1501
1853
  * Do not edit directly
1502
- * Generated on Tue, 17 Oct 2023 15:27:52 GMT
1854
+ * Generated on Wed, 22 Nov 2023 16:09:43 GMT
1503
1855
  */
1504
1856
  :host {
1505
1857
  display: flex;
@@ -1600,7 +1952,7 @@ slot[name=icon] {
1600
1952
  margin-inline-start: auto;
1601
1953
  }/**
1602
1954
  * Do not edit directly
1603
- * Generated on Tue, 17 Oct 2023 15:27:52 GMT
1955
+ * Generated on Wed, 22 Nov 2023 16:09:43 GMT
1604
1956
  */
1605
1957
  :host {
1606
1958
  display: block;
@@ -1649,7 +2001,7 @@ header {
1649
2001
  display: none;
1650
2002
  }/**
1651
2003
  * Do not edit directly
1652
- * Generated on Tue, 17 Oct 2023 15:27:52 GMT
2004
+ * Generated on Wed, 22 Nov 2023 16:09:43 GMT
1653
2005
  */
1654
2006
  .control {
1655
2007
  position: relative;
@@ -1794,7 +2146,7 @@ slot[name=icon] {
1794
2146
  --focus-stroke-gap-color: transparent;
1795
2147
  }/**
1796
2148
  * Do not edit directly
1797
- * Generated on Tue, 17 Oct 2023 15:27:52 GMT
2149
+ * Generated on Wed, 22 Nov 2023 16:09:43 GMT
1798
2150
  */
1799
2151
  .base {
1800
2152
  z-index: 1;
@@ -1936,7 +2288,7 @@ slot[name=icon] {
1936
2288
  gap: 4px;
1937
2289
  }/**
1938
2290
  * Do not edit directly
1939
- * Generated on Tue, 17 Oct 2023 15:27:52 GMT
2291
+ * Generated on Wed, 22 Nov 2023 16:09:43 GMT
1940
2292
  */
1941
2293
  .control {
1942
2294
  position: relative;
@@ -2038,7 +2390,7 @@ details > summary::-webkit-details-marker {
2038
2390
  display: none;
2039
2391
  }/**
2040
2392
  * Do not edit directly
2041
- * Generated on Tue, 17 Oct 2023 15:27:52 GMT
2393
+ * Generated on Wed, 22 Nov 2023 16:09:43 GMT
2042
2394
  */
2043
2395
  .control {
2044
2396
  position: relative;
@@ -2121,7 +2473,7 @@ slot[name=icon] {
2121
2473
  line-height: 1;
2122
2474
  }/**
2123
2475
  * Do not edit directly
2124
- * Generated on Tue, 17 Oct 2023 15:27:52 GMT
2476
+ * Generated on Wed, 22 Nov 2023 16:09:43 GMT
2125
2477
  */
2126
2478
  .base {
2127
2479
  display: flex;
@@ -2211,7 +2563,7 @@ slot[name=icon] {
2211
2563
  font: var(--vvd-typography-base);
2212
2564
  }/**
2213
2565
  * Do not edit directly
2214
- * Generated on Tue, 17 Oct 2023 15:27:52 GMT
2566
+ * Generated on Wed, 22 Nov 2023 16:09:43 GMT
2215
2567
  */
2216
2568
  .control {
2217
2569
  display: inline-flex;
@@ -2260,7 +2612,7 @@ slot[name=icon] {
2260
2612
  inline-size: calc(1px * (40 + 4 * clamp(-1, var(--vvd-size-density, 0), 2)));
2261
2613
  }/**
2262
2614
  * Do not edit directly
2263
- * Generated on Tue, 17 Oct 2023 15:27:52 GMT
2615
+ * Generated on Wed, 22 Nov 2023 16:09:43 GMT
2264
2616
  */
2265
2617
  .base {
2266
2618
  height: 6px;
@@ -2412,7 +2764,88 @@ slot[name=icon] {
2412
2764
  }
2413
2765
  }/**
2414
2766
  * Do not edit directly
2415
- * Generated on Tue, 17 Oct 2023 15:27:52 GMT
2767
+ * Generated on Wed, 22 Nov 2023 16:09:43 GMT
2768
+ */
2769
+ @supports selector(:focus-visible) {
2770
+ .base:focus-visible {
2771
+ outline: none;
2772
+ }
2773
+ }
2774
+ :host {
2775
+ display: flex;
2776
+ }
2777
+
2778
+ .base {
2779
+ position: relative;
2780
+ padding: var(--selectable-box-spacing, 16px);
2781
+ border: 1px solid var(--_appearance-color-outline);
2782
+ background-color: var(--_appearance-color-fill);
2783
+ border-radius: 6px;
2784
+ inline-size: 100%;
2785
+ padding-block-start: calc(var(--selectable-box-spacing, 16px) + 36px);
2786
+ text-align: start;
2787
+ }
2788
+ .base.connotation-cta {
2789
+ /* @cssprop [--vvd-selectable-box-cta-firm=var(--vvd-color-cta-600)] */
2790
+ --_connotation-color-firm: var(--vvd-selectable-box-cta-firm, var(--vvd-color-cta-600));
2791
+ /* @cssprop [--vvd-selectable-box-cta-pale=var(--vvd-color-cta-300)] */
2792
+ --_connotation-color-pale: var(--vvd-selectable-box-cta-pale, var(--vvd-color-cta-300));
2793
+ /* @cssprop [--vvd-selectable-box-cta-soft=var(--vvd-color-cta-100)] */
2794
+ --_connotation-color-soft: var(--vvd-selectable-box-cta-soft, var(--vvd-color-cta-100));
2795
+ }
2796
+ .base:not(.connotation-cta) {
2797
+ /* @cssprop [--vvd-selectable-box-accent-firm=var(--vvd-color-canvas-text)] */
2798
+ --_connotation-color-firm: var(--vvd-selectable-box-accent-firm, var(--vvd-color-canvas-text));
2799
+ /* @cssprop [--vvd-selectable-box-accent-pale=var(--vvd-color-neutral-300)] */
2800
+ --_connotation-color-pale: var(--vvd-selectable-box-accent-pale, var(--vvd-color-neutral-300));
2801
+ /* @cssprop [--vvd-selectable-box-accent-soft=var(--vvd-color-neutral-100)] */
2802
+ --_connotation-color-soft: var(--vvd-selectable-box-accent-soft, var(--vvd-color-neutral-100));
2803
+ }
2804
+ .base {
2805
+ --_appearance-color-text: var(--_connotation-color-firm);
2806
+ --_appearance-color-fill: var(--vvd-color-canvas);
2807
+ --_appearance-color-outline: var(--_connotation-color-pale);
2808
+ }
2809
+ .base:where(:hover, .hover):where(:not(:disabled, .disabled, .readonly)) {
2810
+ --_appearance-color-text: var(--_connotation-color-firm);
2811
+ --_appearance-color-fill: var(--vvd-color-canvas);
2812
+ --_appearance-color-outline: var(--_connotation-color-firm);
2813
+ }
2814
+ .base:where(:checked, .checked):where(:not(:disabled, .disabled)) {
2815
+ --_appearance-color-text: var(--_connotation-color-firm);
2816
+ --_appearance-color-fill: var(--_connotation-color-soft);
2817
+ --_appearance-color-outline: var(--_connotation-color-pale);
2818
+ }
2819
+ .base:where(:checked, .checked):where(:hover, .hover):where(:not(:disabled, .disabled, .readonly)) {
2820
+ --_appearance-color-text: var(--_connotation-color-firm);
2821
+ --_appearance-color-fill: var(--_connotation-color-soft);
2822
+ --_appearance-color-outline: var(--_connotation-color-firm);
2823
+ }
2824
+ .base.tight {
2825
+ overflow: hidden;
2826
+ min-height: calc(var(--selectable-box-spacing, 16px) * 2 + 22px);
2827
+ padding: 0;
2828
+ }
2829
+ .base.clickable {
2830
+ cursor: pointer;
2831
+ }
2832
+
2833
+ .focus-indicator {
2834
+ --focus-stroke-gap-color: transparent;
2835
+ --focus-inset: -1px;
2836
+ pointer-events: none;
2837
+ }
2838
+ .base:not(:focus-visible) > .focus-indicator {
2839
+ display: none;
2840
+ }
2841
+
2842
+ .control {
2843
+ position: absolute;
2844
+ inset-block-start: var(--selectable-box-spacing, 16px);
2845
+ inset-inline-end: var(--selectable-box-spacing, 16px);
2846
+ }/**
2847
+ * Do not edit directly
2848
+ * Generated on Wed, 22 Nov 2023 16:09:43 GMT
2416
2849
  */
2417
2850
  .control {
2418
2851
  position: fixed;
@@ -2459,7 +2892,7 @@ slot[name=icon] {
2459
2892
  display: none;
2460
2893
  }/**
2461
2894
  * Do not edit directly
2462
- * Generated on Tue, 17 Oct 2023 15:27:52 GMT
2895
+ * Generated on Wed, 22 Nov 2023 16:09:43 GMT
2463
2896
  */
2464
2897
  :host {
2465
2898
  display: inline-block;
@@ -2763,7 +3196,7 @@ slot[name=icon] {
2763
3196
  --focus-inset: -1px;
2764
3197
  }/**
2765
3198
  * Do not edit directly
2766
- * Generated on Tue, 17 Oct 2023 15:27:52 GMT
3199
+ * Generated on Wed, 22 Nov 2023 16:09:43 GMT
2767
3200
  */
2768
3201
  .base {
2769
3202
  --tag-block-size: calc(1px * (40 + 4 * clamp(-1, var(--vvd-size-density, 0), 2) - 16));
@@ -2922,7 +3355,7 @@ slot[name=icon] {
2922
3355
  gap: 8px;
2923
3356
  }/**
2924
3357
  * Do not edit directly
2925
- * Generated on Tue, 17 Oct 2023 15:27:52 GMT
3358
+ * Generated on Wed, 22 Nov 2023 16:09:43 GMT
2926
3359
  */
2927
3360
  .control {
2928
3361
  display: inline-block;
@@ -2947,7 +3380,7 @@ slot[name=icon] {
2947
3380
  margin-block-start: 16px;
2948
3381
  }/**
2949
3382
  * Do not edit directly
2950
- * Generated on Tue, 17 Oct 2023 15:27:52 GMT
3383
+ * Generated on Wed, 22 Nov 2023 16:09:43 GMT
2951
3384
  */
2952
3385
  .control {
2953
3386
  pointer-events: none;
@@ -2962,7 +3395,7 @@ slot[name=icon] {
2962
3395
  font: var(--vvd-typography-base-bold);
2963
3396
  }/**
2964
3397
  * Do not edit directly
2965
- * Generated on Tue, 17 Oct 2023 15:27:52 GMT
3398
+ * Generated on Wed, 22 Nov 2023 16:09:43 GMT
2966
3399
  */
2967
3400
  @supports selector(:focus-visible) {
2968
3401
  :host(:focus-visible) {
@@ -3090,7 +3523,7 @@ slot[name=icon] {
3090
3523
  color: var(--vvd-color-neutral-600);
3091
3524
  }/**
3092
3525
  * Do not edit directly
3093
- * Generated on Tue, 17 Oct 2023 15:27:52 GMT
3526
+ * Generated on Wed, 22 Nov 2023 16:09:43 GMT
3094
3527
  */
3095
3528
  .base {
3096
3529
  display: flex;
@@ -3102,7 +3535,7 @@ slot[name=icon] {
3102
3535
  border-bottom: 1px solid var(--vvd-color-neutral-200);
3103
3536
  }/**
3104
3537
  * Do not edit directly
3105
- * Generated on Tue, 17 Oct 2023 15:27:52 GMT
3538
+ * Generated on Wed, 22 Nov 2023 16:09:43 GMT
3106
3539
  */
3107
3540
  :host {
3108
3541
  display: flex;
@@ -3164,377 +3597,62 @@ slot[name=icon] {
3164
3597
  }
3165
3598
 
3166
3599
  .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 Tue, 17 Oct 2023 15:27:52 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);
3354
- }
3355
- .control:where(:disabled, .disabled) {
3356
- --_appearance-color-text: var(--vvd-color-neutral-300);
3357
- --_appearance-color-fill: transparent;
3358
- --_appearance-color-outline: transparent;
3359
- }
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);
3363
- --_appearance-color-outline: transparent;
3364
- }
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)) {
3371
- --_appearance-color-text: var(--_connotation-color-primary);
3372
- --_appearance-color-fill: var(--_connotation-color-soft);
3373
- --_appearance-color-outline: transparent;
3374
- }
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%;
3386
- }
3387
- @supports selector(:focus-visible) {
3388
- .control:focus-visible {
3389
- outline: none;
3390
- }
3391
- }
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)));
3456
- font: var(--vvd-typography-base-bold);
3457
- }
3458
- .control:not(.stacked):not(.size-condensed, .size-expanded, .size-super-condensed):not(.icon-only) {
3459
- --_button-icon-gap: 8px;
3460
- padding-inline: 16px;
3461
- }
3462
- .control.stacked {
3463
- flex-direction: column;
3464
- justify-content: center;
3465
- }
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);
3600
+ flex: auto;
3470
3601
  }
3471
- .control.stacked.size-super-condensed:not(.icon-only) {
3472
- --_button-icon-gap: 4px;
3473
- padding-inline: 8px;
3602
+
3603
+ .meta {
3604
+ overflow: hidden;
3605
+ max-width: 20%;
3606
+ flex-shrink: 0;
3607
+ color: var(--vvd-color-neutral-600);
3608
+ text-align: end;
3609
+ text-overflow: ellipsis;
3610
+ white-space: nowrap;
3474
3611
  }
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);
3478
- font: var(--vvd-typography-base-condensed-bold);
3612
+ .heading-button:not(.size-condensed) .meta {
3613
+ font: var(--vvd-typography-base-bold);
3479
3614
  }
3480
- .control.stacked.size-condensed:not(.icon-only) {
3481
- --_button-icon-gap: 6px;
3482
- padding-inline: 12px;
3615
+ .heading-button.size-condensed .meta {
3616
+ font: var(--vvd-typography-base-condensed-bold);
3483
3617
  }
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);
3618
+
3619
+ .region {
3620
+ display: none;
3621
+ padding: 8px 32px 24px 16px;
3488
3622
  }
3489
- .control.stacked.size-expanded:not(.icon-only) {
3490
- --_button-icon-gap: 10px;
3491
- padding-inline: 20px;
3623
+ .region:not(.size-condensed).padded {
3624
+ padding-inline-start: 52px;
3492
3625
  }
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);
3626
+ :host([expanded]) .region {
3627
+ display: block;
3497
3628
  }
3498
- .control.stacked:not(.size-condensed, .size-expanded, .size-super-condensed):not(.icon-only) {
3499
- --_button-icon-gap: 8px;
3500
- padding-inline: 16px;
3629
+ .region.size-condensed.padded {
3630
+ padding-inline-start: 44px;
3501
3631
  }
3502
3632
 
3503
- /* Icon */
3504
3633
  slot[name=icon] {
3505
- line-height: 1;
3634
+ color: var(--vvd-color-neutral-600);
3506
3635
  }
3507
- .icon-trailing slot[name=icon] {
3508
- display: flex;
3509
- order: 1;
3636
+ .heading-button:not(.size-condensed) slot[name=icon] {
3637
+ font: inherit;
3510
3638
  }
3511
- .control.stacked > slot[name=icon] {
3512
- font-size: calc(var(--stacked-size) / 2);
3639
+ .heading-button.size-condensed slot[name=icon] {
3640
+ font: var(--vvd-typography-base-extended);
3513
3641
  }
3514
- .control:not(.stacked) > slot[name=icon] {
3515
- font-size: calc(var(--_button-block-size) / 2);
3642
+ :host(:not([icon-trailing])) slot[name=icon]:last-of-type {
3643
+ color: var(--_appearance-color-text);
3516
3644
  }
3517
3645
 
3518
3646
  .focus-indicator {
3519
3647
  --focus-stroke-gap-color: transparent;
3520
3648
  }
3521
- .appearance-filled .focus-indicator {
3522
- --focus-stroke-gap-color: unset;
3523
- }
3524
- .control:not(:focus-visible) > .focus-indicator {
3649
+ button:not(:focus-visible) > .focus-indicator {
3525
3650
  display: none;
3526
- }
3527
-
3528
- :host(:not([icon])) .pending {
3529
- position: absolute;
3530
- }
3531
- :host(:not([icon])) .pending + .text {
3532
- visibility: hidden;
3533
3651
  }.list {
3534
3652
  display: flex;
3535
3653
  }/**
3536
3654
  * Do not edit directly
3537
- * Generated on Tue, 17 Oct 2023 15:27:52 GMT
3655
+ * Generated on Wed, 22 Nov 2023 16:09:43 GMT
3538
3656
  */
3539
3657
  :host([disabled]) {
3540
3658
  cursor: not-allowed;
@@ -3671,7 +3789,7 @@ dialog.fixed {
3671
3789
  transform: translate(0, -50%);
3672
3790
  }/**
3673
3791
  * Do not edit directly
3674
- * Generated on Tue, 17 Oct 2023 15:27:52 GMT
3792
+ * Generated on Wed, 22 Nov 2023 16:09:43 GMT
3675
3793
  */
3676
3794
  .base {
3677
3795
  box-sizing: border-box;
@@ -3812,7 +3930,7 @@ slot[name=main] {
3812
3930
  border-radius: inherit;
3813
3931
  }/**
3814
3932
  * Do not edit directly
3815
- * Generated on Tue, 17 Oct 2023 15:27:52 GMT
3933
+ * Generated on Wed, 22 Nov 2023 16:09:43 GMT
3816
3934
  */
3817
3935
  .positioning-region {
3818
3936
  display: flex;
@@ -3831,7 +3949,7 @@ label {
3831
3949
  font: var(--vvd-typography-base);
3832
3950
  }/**
3833
3951
  * Do not edit directly
3834
- * Generated on Tue, 17 Oct 2023 15:27:52 GMT
3952
+ * Generated on Wed, 22 Nov 2023 16:09:43 GMT
3835
3953
  */
3836
3954
  @supports selector(:focus-visible) {
3837
3955
  :host(:focus-visible) {
@@ -3964,7 +4082,7 @@ slot[name=icon] {
3964
4082
  opacity: 0;
3965
4083
  }/**
3966
4084
  * Do not edit directly
3967
- * Generated on Tue, 17 Oct 2023 15:27:52 GMT
4085
+ * Generated on Wed, 22 Nov 2023 16:09:43 GMT
3968
4086
  */
3969
4087
  .base {
3970
4088
  display: grid;
@@ -4081,8 +4199,14 @@ slot[name=icon] {
4081
4199
  gap: 4px;
4082
4200
  }/**
4083
4201
  * Do not edit directly
4084
- * Generated on Tue, 17 Oct 2023 15:27:52 GMT
4202
+ * Generated on Wed, 22 Nov 2023 16:09:43 GMT
4085
4203
  */
4204
+ :host {
4205
+ display: inline-flex;
4206
+ flex-direction: column;
4207
+ vertical-align: middle;
4208
+ }
4209
+
4086
4210
  :host([disabled]) {
4087
4211
  cursor: not-allowed;
4088
4212
  }
@@ -4136,7 +4260,7 @@ slot[name=icon] {
4136
4260
  --_appearance-color-fill: var(--_connotation-color-primary);
4137
4261
  --_appearance-color-outline: var(--_connotation-color-primary);
4138
4262
  }
4139
- .base:where(:checked, .checked):where(:hover, .hover) {
4263
+ .base:where(:checked, .checked):where(:hover, .hover):where(:not(:disabled, .disabled, .readonly)) {
4140
4264
  --_appearance-color-text: var(--_connotation-color-primary-text);
4141
4265
  --_appearance-color-fill: var(--_connotation-color-primary-increment);
4142
4266
  --_appearance-color-outline: var(--_connotation-color-primary);
@@ -4268,7 +4392,7 @@ label {
4268
4392
  margin-inline-end: 4px;
4269
4393
  }/**
4270
4394
  * Do not edit directly
4271
- * Generated on Tue, 17 Oct 2023 15:27:52 GMT
4395
+ * Generated on Wed, 22 Nov 2023 16:09:43 GMT
4272
4396
  */
4273
4397
  :host {
4274
4398
  display: block;
@@ -4287,7 +4411,7 @@ label {
4287
4411
  inline-size: 1px;
4288
4412
  }/**
4289
4413
  * Do not edit directly
4290
- * Generated on Tue, 17 Oct 2023 15:27:52 GMT
4414
+ * Generated on Wed, 22 Nov 2023 16:09:43 GMT
4291
4415
  */
4292
4416
  :host {
4293
4417
  display: inline-block;
@@ -4395,14 +4519,16 @@ label {
4395
4519
  --_low-ink-color: var(--_appearance-color-text);
4396
4520
  }
4397
4521
 
4398
- .label {
4522
+ .label:not(slot),
4523
+ .label::slotted(label) {
4399
4524
  color: var(--vvd-color-canvas-text);
4400
4525
  contain: inline-size;
4401
4526
  font: var(--vvd-typography-base);
4402
4527
  grid-column: 1/4;
4403
4528
  grid-row: 1;
4404
4529
  }
4405
- .char-count + .label {
4530
+ .char-count + .label:not(slot),
4531
+ .char-count + .label::slotted(label) {
4406
4532
  grid-column: 1/3;
4407
4533
  }
4408
4534
 
@@ -4456,7 +4582,7 @@ label {
4456
4582
  outline: none;
4457
4583
  }
4458
4584
 
4459
- .control {
4585
+ .control:not(slot), .control::slotted(input) {
4460
4586
  width: 100%;
4461
4587
  box-sizing: border-box;
4462
4588
  border: 0 none;
@@ -4470,19 +4596,19 @@ label {
4470
4596
  padding-inline-end: var(--_text-field-gutter);
4471
4597
  padding-inline-start: var(--_text-field-gutter);
4472
4598
  }
4473
- .control:disabled {
4599
+ .control:not(slot):disabled, .control::slotted(input:disabled) {
4474
4600
  cursor: not-allowed;
4475
4601
  opacity: 1; /* 2. correct opacity on iOS */
4476
4602
  -webkit-text-fill-color: var(--_appearance-color-text); /* 1. sets text fill to current `color` for safari */
4477
4603
  }
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 */
4604
+ .control:not(slot)::placeholder {
4605
+ opacity: 1 !important; /* 2. correct opacity on iOS */
4606
+ -webkit-text-fill-color: var(--_low-ink-color) !important; /* 1. sets text fill to current `color` for safari */
4481
4607
  }
4482
- .control:focus-visible {
4608
+ .control:not(slot):focus-visible, .control::slotted(input:focus-visible) {
4483
4609
  outline: none;
4484
4610
  }
4485
- .has-icon .control {
4611
+ .has-icon .control:not(slot), .has-icon .control::slotted(input) {
4486
4612
  padding-inline-start: calc(var(--_text-field-icon-size) + var(--_text-field-gutter) * 2);
4487
4613
  }
4488
4614
 
@@ -4520,7 +4646,7 @@ label {
4520
4646
  }
4521
4647
 
4522
4648
  .control {
4523
- padding-inline-end: 70px;
4649
+ padding-inline-end: 70px !important;
4524
4650
  }
4525
4651
  .control::-webkit-outer-spin-button, .control::-webkit-inner-spin-button {
4526
4652
  appearance: none;
@@ -4546,7 +4672,7 @@ label {
4546
4672
  pointer-events: none;
4547
4673
  }/**
4548
4674
  * Do not edit directly
4549
- * Generated on Tue, 17 Oct 2023 15:27:52 GMT
4675
+ * Generated on Wed, 22 Nov 2023 16:09:43 GMT
4550
4676
  */
4551
4677
  @supports selector(:focus-visible) {
4552
4678
  :host(:focus-visible) {
@@ -4727,7 +4853,7 @@ label {
4727
4853
  --_select-control-border-radius: 6px;
4728
4854
  }/**
4729
4855
  * Do not edit directly
4730
- * Generated on Tue, 17 Oct 2023 15:27:52 GMT
4856
+ * Generated on Wed, 22 Nov 2023 16:09:43 GMT
4731
4857
  */
4732
4858
  :host(.disabled) {
4733
4859
  cursor: not-allowed;
@@ -4830,7 +4956,7 @@ label {
4830
4956
  }
4831
4957
  .control:where(.readonly):where(:not(:disabled, .disabled)).appearance-filled {
4832
4958
  --_appearance-color-text: var(--vvd-color-neutral-800);
4833
- --_appearance-color-fill: var(--vvd-color-neutral-200);
4959
+ --_appearance-color-fill: var(--vvd-color-neutral-500);
4834
4960
  --_appearance-color-outline: transparent;
4835
4961
  }
4836
4962
  @supports selector(:focus-visible) {
@@ -4873,18 +4999,27 @@ label {
4873
4999
  margin-inline-start: auto;
4874
5000
  transition: all 0.2s ease-in-out 0s;
4875
5001
  }
4876
- .control.appearance-filled .checked-indicator {
4877
- background-color: var(--vvd-color-neutral-100);
4878
- }
4879
5002
  .control:not(.appearance-filled) .checked-indicator {
4880
5003
  background-color: var(--_appearance-color-outline);
4881
5004
  }
5005
+ .control:not(.appearance-filled):where(.readonly) .checked-indicator {
5006
+ background-color: var(--vvd-color-neutral-600);
5007
+ }
5008
+ .control.appearance-filled .checked-indicator {
5009
+ background-color: var(--vvd-color-neutral-100);
5010
+ }
4882
5011
  .control:not(.checked) .checked-indicator {
4883
5012
  transform: translateX(calc(-1 * var(--_switch-inline-size) + var(--_switch-checked-indicator-size) + var(--_switch-gutter)));
4884
5013
  }
4885
5014
  .control.checked .checked-indicator {
4886
5015
  transform: translateX(calc(-1 * var(--_switch-gutter)));
4887
5016
  }
5017
+ .control.appearance-filled.disabled .checked-indicator {
5018
+ background-color: var(--_appearance-color-text);
5019
+ }
5020
+ .control.appearance-filled.readonly .checked-indicator {
5021
+ background-color: var(--vvd-color-neutral-50);
5022
+ }
4888
5023
 
4889
5024
  .label {
4890
5025
  color: var(--vvd-color-canvas-text);
@@ -4901,7 +5036,7 @@ label {
4901
5036
  display: none;
4902
5037
  }/**
4903
5038
  * Do not edit directly
4904
- * Generated on Tue, 17 Oct 2023 15:27:52 GMT
5039
+ * Generated on Wed, 22 Nov 2023 16:09:43 GMT
4905
5040
  */
4906
5041
  :host {
4907
5042
  position: relative;
@@ -4909,7 +5044,7 @@ label {
4909
5044
 
4910
5045
  .control {
4911
5046
  display: flex;
4912
- padding-inline-end: 44px;
5047
+ padding-inline-end: 44px !important;
4913
5048
  }
4914
5049
 
4915
5050
  .icon {
@@ -4965,7 +5100,7 @@ label {
4965
5100
  inline-size: 100%;
4966
5101
  }/**
4967
5102
  * Do not edit directly
4968
- * Generated on Tue, 17 Oct 2023 15:27:52 GMT
5103
+ * Generated on Wed, 22 Nov 2023 16:09:43 GMT
4969
5104
  */
4970
5105
  :host {
4971
5106
  display: block;
@@ -5080,7 +5215,7 @@ label {
5080
5215
  display: none;
5081
5216
  }/**
5082
5217
  * Do not edit directly
5083
- * Generated on Tue, 17 Oct 2023 15:27:52 GMT
5218
+ * Generated on Wed, 22 Nov 2023 16:09:43 GMT
5084
5219
  */
5085
5220
  :host {
5086
5221
  display: inline-block;
@@ -5174,73 +5309,226 @@ label {
5174
5309
  /* @cssprop [--vvd-text-area-accent-soft=var(--vvd-color-neutral-100)] */
5175
5310
  --_connotation-color-soft: var(--vvd-text-area-accent-soft, var(--vvd-color-neutral-100));
5176
5311
  }
5177
- @supports (user-select: none) {
5178
- .base {
5179
- user-select: none;
5180
- }
5312
+ @supports (user-select: none) {
5313
+ .base {
5314
+ user-select: none;
5315
+ }
5316
+ }
5317
+ .base:not(.disabled) {
5318
+ --_low-ink-color: var(--vvd-color-neutral-600);
5319
+ }
5320
+ .base.disabled {
5321
+ --_low-ink-color: var(--_appearance-color-text);
5322
+ cursor: not-allowed;
5323
+ }
5324
+
5325
+ .label {
5326
+ color: var(--vvd-color-canvas-text);
5327
+ contain: inline-size;
5328
+ font: var(--vvd-typography-base);
5329
+ grid-column: 1/2;
5330
+ grid-row: 1;
5331
+ line-height: 20px;
5332
+ }
5333
+
5334
+ .char-count {
5335
+ color: var(--_low-ink-color);
5336
+ font: var(--vvd-typography-base);
5337
+ grid-column: 2/-1;
5338
+ }
5339
+
5340
+ .control {
5341
+ padding: 8px 16px;
5342
+ border: 0 none;
5343
+ appearance: none; /* for box-shadow visibility on IOS */
5344
+ background-color: var(--_appearance-color-fill);
5345
+ border-radius: 6px;
5346
+ box-shadow: inset 0 0 0 1px var(--_appearance-color-outline);
5347
+ color: var(--_appearance-color-text);
5348
+ font: var(--vvd-typography-base);
5349
+ grid-column: 1/-1;
5350
+ min-block-size: calc(1px * (40 + 4 * clamp(-1, var(--vvd-size-density, 0), 2)));
5351
+ resize: none;
5352
+ transition: box-shadow 0.2s, background-color 0.2s, color 0.2s;
5353
+ }
5354
+ .control:disabled {
5355
+ opacity: 1; /* 2. correct opacity on iOS */
5356
+ pointer-events: none;
5357
+ -webkit-text-fill-color: var(--_appearance-color-text); /* 1. sets text fill to current `color` for safari */
5358
+ }
5359
+ .control::placeholder, .control:disabled::placeholder {
5360
+ opacity: 1; /* 2. correct opacity on iOS */
5361
+ pointer-events: none;
5362
+ -webkit-text-fill-color: var(--_low-ink-color); /* 1. sets text fill to current `color` for safari */
5363
+ }
5364
+ .control:focus {
5365
+ outline: 2px solid var(--focus-stroke-color, currentColor);
5366
+ outline-offset: -2px;
5367
+ }
5368
+ :host([resize=both]) .control {
5369
+ resize: both;
5370
+ }
5371
+ :host([resize=horizontal]) .control {
5372
+ resize: horizontal;
5373
+ }
5374
+ :host([resize=vertical]) .control {
5375
+ resize: vertical;
5376
+ }/**
5377
+ * Do not edit directly
5378
+ * Generated on Wed, 22 Nov 2023 16:09:43 GMT
5379
+ */
5380
+ :host {
5381
+ display: inline-block;
5382
+ width: 100%;
5383
+ }
5384
+
5385
+ :host([orientation=vertical]) {
5386
+ height: 100%;
5387
+ min-height: calc(var(--_thumb-interaction-indicator-size) * 5);
5388
+ }
5389
+
5390
+ :host([disabled]) {
5391
+ cursor: not-allowed;
5392
+ }
5393
+
5394
+ .control {
5395
+ --_thumb-size: 12px;
5396
+ --_thumb-interaction-indicator-size: 36px;
5397
+ height: var(--_thumb-interaction-indicator-size);
5398
+ cursor: pointer;
5399
+ outline: none;
5400
+ user-select: none;
5401
+ }
5402
+ .control.connotation-cta {
5403
+ /* @cssprop [--vvd-slider-cta-primary=var(--vvd-color-cta-500)] */
5404
+ --_connotation-color-primary: var(--vvd-slider-cta-primary, var(--vvd-color-cta-500));
5405
+ }
5406
+ .control:not(.connotation-cta) {
5407
+ /* @cssprop [--vvd-slider-accent-primary=var(--vvd-color-canvas-text)] */
5408
+ --_connotation-color-primary: var(--vvd-slider-accent-primary, var(--vvd-color-canvas-text));
5409
+ }
5410
+ .control {
5411
+ --_appearance-color-text: var(--_connotation-color-primary-text);
5412
+ --_appearance-color-fill: var(--_connotation-color-primary);
5413
+ --_appearance-color-outline: transparent;
5414
+ }
5415
+ @supports selector(:focus-visible) {
5416
+ .control:focus-visible {
5417
+ outline: none;
5418
+ }
5419
+ }
5420
+ .control .positioning-region {
5421
+ position: relative;
5422
+ }
5423
+ .control .track {
5424
+ position: absolute;
5425
+ background: var(--_track-background-color);
5426
+ border-radius: 4px;
5427
+ }
5428
+ .control .track .track-start {
5429
+ position: absolute;
5430
+ left: 0;
5431
+ height: 100%;
5432
+ background: var(--_track-start-background-color);
5433
+ border-radius: 4px;
5434
+ }
5435
+ .control .thumb-container {
5436
+ position: absolute;
5437
+ width: var(--_thumb-interaction-indicator-size);
5438
+ height: var(--_thumb-interaction-indicator-size);
5439
+ cursor: inherit;
5440
+ touch-action: none;
5441
+ }
5442
+ .control .thumb-container::before {
5443
+ position: absolute;
5444
+ display: block;
5445
+ width: var(--_thumb-interaction-indicator-size);
5446
+ height: var(--_thumb-interaction-indicator-size);
5447
+ background-color: var(--_track-start-background-color);
5448
+ border-radius: 50%;
5449
+ content: "";
5450
+ opacity: var(--_thumb-interaction-indicator-alpha, 0);
5451
+ transition: opacity 0.2s ease-out 0s;
5452
+ }
5453
+ .control .thumb-container::after {
5454
+ position: absolute;
5455
+ display: block;
5456
+ width: var(--_thumb-size);
5457
+ height: var(--_thumb-size);
5458
+ background-color: var(--_track-start-background-color);
5459
+ border-radius: 50%;
5460
+ content: "";
5461
+ inset: calc((var(--_thumb-interaction-indicator-size) - var(--_thumb-size)) / 2);
5462
+ }
5463
+ .control[aria-orientation=horizontal] {
5464
+ width: calc(100% - var(--_thumb-size));
5465
+ min-width: var(--_thumb-size);
5466
+ margin-left: calc(var(--_thumb-size) / 2);
5467
+ }
5468
+ .control[aria-orientation=horizontal] .track {
5469
+ top: calc((var(--_thumb-interaction-indicator-size) - 2px) / 2);
5470
+ right: 0;
5471
+ left: 0;
5472
+ height: 2px;
5473
+ }
5474
+ .control[aria-orientation=horizontal] .track .mark {
5475
+ width: 100%;
5476
+ height: 4px;
5181
5477
  }
5182
- .base:not(.disabled) {
5183
- --_low-ink-color: var(--vvd-color-neutral-600);
5478
+ .control[aria-orientation=horizontal] .thumb-container {
5479
+ transform: translateX(calc(var(--_thumb-interaction-indicator-size) / 2));
5184
5480
  }
5185
- .base.disabled {
5186
- --_low-ink-color: var(--_appearance-color-text);
5187
- cursor: not-allowed;
5481
+ .control[aria-orientation=vertical] {
5482
+ height: calc(100% - var(--_thumb-interaction-indicator-size));
5483
+ min-height: var(--_thumb-interaction-indicator-size);
5484
+ margin-top: calc(var(--_thumb-interaction-indicator-size) / 2);
5188
5485
  }
5189
-
5190
- .label {
5191
- color: var(--vvd-color-canvas-text);
5192
- contain: inline-size;
5193
- font: var(--vvd-typography-base);
5194
- grid-column: 1/2;
5195
- grid-row: 1;
5196
- line-height: 20px;
5486
+ .control[aria-orientation=vertical] .positioning-region {
5487
+ height: 100%;
5197
5488
  }
5198
-
5199
- .char-count {
5200
- color: var(--_low-ink-color);
5201
- font: var(--vvd-typography-base);
5202
- grid-column: 2/-1;
5489
+ .control[aria-orientation=vertical] .track {
5490
+ left: calc((var(--_thumb-interaction-indicator-size) - 2px) / 2);
5491
+ width: 2px;
5492
+ height: 100%;
5203
5493
  }
5204
-
5205
- .control {
5206
- padding: 8px 16px;
5207
- border: 0 none;
5208
- appearance: none; /* for box-shadow visibility on IOS */
5209
- background-color: var(--_appearance-color-fill);
5210
- border-radius: 6px;
5211
- box-shadow: inset 0 0 0 1px var(--_appearance-color-outline);
5212
- color: var(--_appearance-color-text);
5213
- font: var(--vvd-typography-base);
5214
- grid-column: 1/-1;
5215
- min-block-size: calc(1px * (40 + 4 * clamp(-1, var(--vvd-size-density, 0), 2)));
5216
- resize: none;
5217
- transition: box-shadow 0.2s, background-color 0.2s, color 0.2s;
5494
+ .control[aria-orientation=vertical] .track .mark {
5495
+ width: 4px;
5496
+ height: 100%;
5218
5497
  }
5219
- .control:disabled {
5220
- opacity: 1; /* 2. correct opacity on iOS */
5221
- pointer-events: none;
5222
- -webkit-text-fill-color: var(--_appearance-color-text); /* 1. sets text fill to current `color` for safari */
5498
+ .control[aria-orientation=vertical] .track-start {
5499
+ top: 0;
5500
+ width: 100%;
5501
+ height: auto;
5223
5502
  }
5224
- .control::placeholder, .control:disabled::placeholder {
5225
- opacity: 1; /* 2. correct opacity on iOS */
5503
+ .control[aria-orientation=vertical] .thumb-container {
5504
+ transform: translateY(calc(var(--_thumb-interaction-indicator-size) / 2));
5505
+ }
5506
+ .control.disabled {
5507
+ --_track-background-color: var(--vvd-color-neutral-100);
5508
+ --_track-start-background-color: var(--vvd-color-neutral-500);
5226
5509
  pointer-events: none;
5227
- -webkit-text-fill-color: var(--_low-ink-color); /* 1. sets text fill to current `color` for safari */
5228
5510
  }
5229
- .control:focus {
5230
- outline: 2px solid var(--focus-stroke-color, currentColor);
5231
- outline-offset: -2px;
5511
+ .control:not(.disabled) {
5512
+ --_track-background-color: var(--vvd-color-neutral-300);
5513
+ --_track-start-background-color: var(--_appearance-color-fill);
5232
5514
  }
5233
- :host([resize=both]) .control {
5234
- resize: both;
5515
+ .control:not(.disabled) .thumb-container:hover {
5516
+ --_thumb-interaction-indicator-alpha: 0.12;
5235
5517
  }
5236
- :host([resize=horizontal]) .control {
5237
- resize: horizontal;
5518
+ .control:not(.disabled) .thumb-container:active {
5519
+ --_thumb-interaction-indicator-alpha: 0.25;
5238
5520
  }
5239
- :host([resize=vertical]) .control {
5240
- resize: vertical;
5521
+
5522
+ .focus-indicator {
5523
+ --focus-inset: -3px;
5524
+ --focus-stroke-gap-color: transparent;
5525
+ border-radius: 50%;
5526
+ }
5527
+ .control:not(:focus-visible) .focus-indicator {
5528
+ display: none;
5241
5529
  }/**
5242
5530
  * Do not edit directly
5243
- * Generated on Tue, 17 Oct 2023 15:27:52 GMT
5531
+ * Generated on Wed, 22 Nov 2023 16:09:43 GMT
5244
5532
  */
5245
5533
  @supports selector(:focus-visible) {
5246
5534
  :host(:focus-visible) {
@@ -5402,142 +5690,6 @@ label {
5402
5690
  }
5403
5691
  .base.two-lines .text-secondary {
5404
5692
  color: var(--vvd-color-neutral-600);
5405
- }:host {
5406
- display: inline-block;
5407
- width: 100%;
5408
- }
5409
-
5410
- :host([orientation=vertical]) {
5411
- height: 100%;
5412
- min-height: calc(var(--_thumb-interaction-indicator-size) * 5);
5413
- }
5414
-
5415
- :host([disabled]) {
5416
- cursor: not-allowed;
5417
- }
5418
-
5419
- .control {
5420
- --_thumb-size: 12px;
5421
- --_thumb-interaction-indicator-size: 36px;
5422
- height: var(--_thumb-interaction-indicator-size);
5423
- cursor: pointer;
5424
- outline: none;
5425
- user-select: none;
5426
- }
5427
- @supports selector(:focus-visible) {
5428
- .control:focus-visible {
5429
- outline: none;
5430
- }
5431
- }
5432
- .control .positioning-region {
5433
- position: relative;
5434
- }
5435
- .control .track {
5436
- position: absolute;
5437
- background: var(--_track-background-color);
5438
- border-radius: 4px;
5439
- }
5440
- .control .track .track-start {
5441
- position: absolute;
5442
- left: 0;
5443
- height: 100%;
5444
- background: var(--_track-start-background-color);
5445
- border-radius: 4px;
5446
- }
5447
- .control .thumb-container {
5448
- position: absolute;
5449
- width: var(--_thumb-interaction-indicator-size);
5450
- height: var(--_thumb-interaction-indicator-size);
5451
- cursor: inherit;
5452
- touch-action: none;
5453
- }
5454
- .control .thumb-container::before {
5455
- position: absolute;
5456
- display: block;
5457
- width: var(--_thumb-interaction-indicator-size);
5458
- height: var(--_thumb-interaction-indicator-size);
5459
- background-color: var(--_track-start-background-color);
5460
- border-radius: 50%;
5461
- content: "";
5462
- opacity: var(--_thumb-interaction-indicator-alpha, 0);
5463
- transition: opacity 0.2s ease-out 0s;
5464
- }
5465
- .control .thumb-container::after {
5466
- position: absolute;
5467
- display: block;
5468
- width: var(--_thumb-size);
5469
- height: var(--_thumb-size);
5470
- background-color: var(--_track-start-background-color);
5471
- border-radius: 50%;
5472
- content: "";
5473
- inset: calc((var(--_thumb-interaction-indicator-size) - var(--_thumb-size)) / 2);
5474
- }
5475
- .control[aria-orientation=horizontal] {
5476
- width: calc(100% - var(--_thumb-size));
5477
- min-width: var(--_thumb-size);
5478
- margin-left: calc(var(--_thumb-size) / 2);
5479
- }
5480
- .control[aria-orientation=horizontal] .track {
5481
- top: calc((var(--_thumb-interaction-indicator-size) - 2px) / 2);
5482
- right: 0;
5483
- left: 0;
5484
- height: 2px;
5485
- }
5486
- .control[aria-orientation=horizontal] .track .mark {
5487
- width: 100%;
5488
- height: 4px;
5489
- }
5490
- .control[aria-orientation=horizontal] .thumb-container {
5491
- transform: translateX(calc(var(--_thumb-interaction-indicator-size) / 2));
5492
- }
5493
- .control[aria-orientation=vertical] {
5494
- height: calc(100% - var(--_thumb-interaction-indicator-size));
5495
- min-height: var(--_thumb-interaction-indicator-size);
5496
- margin-top: calc(var(--_thumb-interaction-indicator-size) / 2);
5497
- }
5498
- .control[aria-orientation=vertical] .positioning-region {
5499
- height: 100%;
5500
- }
5501
- .control[aria-orientation=vertical] .track {
5502
- left: calc((var(--_thumb-interaction-indicator-size) - 2px) / 2);
5503
- width: 2px;
5504
- height: 100%;
5505
- }
5506
- .control[aria-orientation=vertical] .track .mark {
5507
- width: 4px;
5508
- height: 100%;
5509
- }
5510
- .control[aria-orientation=vertical] .track-start {
5511
- top: 0;
5512
- width: 100%;
5513
- height: auto;
5514
- }
5515
- .control[aria-orientation=vertical] .thumb-container {
5516
- transform: translateY(calc(var(--_thumb-interaction-indicator-size) / 2));
5517
- }
5518
- .control.disabled {
5519
- --_track-background-color: var(--vvd-color-neutral-100);
5520
- --_track-start-background-color: var(--vvd-color-neutral-500);
5521
- pointer-events: none;
5522
- }
5523
- .control:not(.disabled) {
5524
- --_track-background-color: var(--vvd-color-neutral-300);
5525
- --_track-start-background-color: var(--vvd-color-canvas-text);
5526
- }
5527
- .control:not(.disabled) .thumb-container:hover {
5528
- --_thumb-interaction-indicator-alpha: 0.12;
5529
- }
5530
- .control:not(.disabled) .thumb-container:active {
5531
- --_thumb-interaction-indicator-alpha: 0.25;
5532
- }
5533
-
5534
- .focus-indicator {
5535
- --focus-inset: -3px;
5536
- --focus-stroke-gap-color: transparent;
5537
- border-radius: 50%;
5538
- }
5539
- .control:not(:focus-visible) .focus-indicator {
5540
- display: none;
5541
5693
  }:host {
5542
5694
  display: block;
5543
5695
  }
@@ -5557,7 +5709,7 @@ label {
5557
5709
  display: none;
5558
5710
  }/**
5559
5711
  * Do not edit directly
5560
- * Generated on Tue, 17 Oct 2023 15:27:52 GMT
5712
+ * Generated on Wed, 22 Nov 2023 16:09:43 GMT
5561
5713
  */
5562
5714
  .base {
5563
5715
  display: grid;
@@ -5622,16 +5774,20 @@ label {
5622
5774
  :host([row-type=hidden-header]) .base {
5623
5775
  display: none;
5624
5776
  }
5625
- :host(:is([aria-selected]):not([row-type=header])) .base {
5777
+ :host(:is([aria-selected]):not([row-type*=header])) .base {
5626
5778
  background-color: var(--_appearance-color-fill);
5627
5779
  }/**
5628
5780
  * Do not edit directly
5629
- * Generated on Tue, 17 Oct 2023 15:27:52 GMT
5781
+ * Generated on Wed, 22 Nov 2023 16:09:43 GMT
5630
5782
  */
5631
5783
  :host {
5632
5784
  min-inline-size: 80px;
5633
5785
  }
5634
5786
 
5787
+ :host(:focus-visible) {
5788
+ outline: none;
5789
+ }
5790
+
5635
5791
  .base {
5636
5792
  position: relative;
5637
5793
  display: flex;
@@ -5703,7 +5859,7 @@ label {
5703
5859
  --focus-stroke-gap-color: transparent;
5704
5860
  pointer-events: none;
5705
5861
  }
5706
- .base:not(.active) > .focus-indicator {
5862
+ :host(:not(:focus)) .base > .focus-indicator {
5707
5863
  display: none;
5708
5864
  }
5709
5865
 
@@ -5719,7 +5875,7 @@ slot {
5719
5875
  margin-inline-start: auto;
5720
5876
  }/**
5721
5877
  * Do not edit directly
5722
- * Generated on Tue, 17 Oct 2023 15:27:52 GMT
5878
+ * Generated on Wed, 22 Nov 2023 16:09:43 GMT
5723
5879
  */
5724
5880
  ol {
5725
5881
  padding: 0;
@@ -5979,7 +6135,7 @@ ol {
5979
6135
  text-transform: uppercase;
5980
6136
  }/**
5981
6137
  * Do not edit directly
5982
- * Generated on Tue, 17 Oct 2023 15:27:52 GMT
6138
+ * Generated on Wed, 22 Nov 2023 16:09:43 GMT
5983
6139
  */
5984
6140
  :host {
5985
6141
  display: inline-block;
@@ -6000,29 +6156,40 @@ ol {
6000
6156
  padding: 12px;
6001
6157
  gap: 12px;
6002
6158
  }
6003
- .dialog .header {
6159
+ .dialog .footer {
6160
+ display: flex;
6161
+ align-items: center;
6162
+ justify-content: flex-end;
6163
+ padding: 8px;
6164
+ gap: 8px;
6165
+ }
6166
+
6167
+ .segments {
6168
+ display: flex;
6169
+ gap: 24px;
6170
+ }
6171
+
6172
+ .segment {
6173
+ display: flex;
6174
+ flex-direction: column;
6175
+ gap: 12px;
6176
+ }
6177
+ .segment .header {
6004
6178
  display: flex;
6005
6179
  align-items: center;
6006
6180
  padding-block: 8px;
6007
6181
  }
6008
- .dialog .title {
6182
+ .segment .title {
6009
6183
  display: flex;
6010
6184
  flex-grow: 1;
6011
6185
  justify-content: center;
6012
6186
  }
6013
- .dialog .title-action {
6187
+ .segment .title-action {
6014
6188
  block-size: 24px;
6015
6189
  border-radius: 6px;
6016
6190
  font: var(--vvd-typography-base-extended);
6017
6191
  padding-inline: 6px;
6018
6192
  }
6019
- .dialog .footer {
6020
- display: flex;
6021
- align-items: center;
6022
- justify-content: flex-end;
6023
- padding: 8px;
6024
- gap: 8px;
6025
- }
6026
6193
 
6027
6194
  .calendar {
6028
6195
  display: flex;