@vuetify/nightly 3.0.2-next-20221122.0 → 3.0.2

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 (35) hide show
  1. package/CHANGELOG.md +2 -11
  2. package/dist/json/importMap.json +84 -84
  3. package/dist/vuetify.css +85 -84
  4. package/dist/vuetify.d.ts +37 -37
  5. package/dist/vuetify.esm.js +42 -37
  6. package/dist/vuetify.esm.js.map +1 -1
  7. package/dist/vuetify.js +41 -36
  8. package/dist/vuetify.js.map +1 -1
  9. package/dist/vuetify.min.css +2 -2
  10. package/dist/vuetify.min.js +328 -325
  11. package/dist/vuetify.min.js.map +1 -1
  12. package/lib/components/VCard/VCardItem.mjs +1 -2
  13. package/lib/components/VCard/VCardItem.mjs.map +1 -1
  14. package/lib/components/VDefaultsProvider/VDefaultsProvider.mjs +1 -1
  15. package/lib/components/VDefaultsProvider/VDefaultsProvider.mjs.map +1 -1
  16. package/lib/components/VOverlay/scrollStrategies.mjs +4 -0
  17. package/lib/components/VOverlay/scrollStrategies.mjs.map +1 -1
  18. package/lib/components/VOverlay/useActivator.mjs +4 -0
  19. package/lib/components/VOverlay/useActivator.mjs.map +1 -1
  20. package/lib/components/VRating/VRating.mjs +7 -6
  21. package/lib/components/VRating/VRating.mjs.map +1 -1
  22. package/lib/components/VRating/index.d.ts +14 -14
  23. package/lib/components/VSlideGroup/VSlideGroup.css +1 -0
  24. package/lib/components/VSlideGroup/VSlideGroup.sass +1 -0
  25. package/lib/components/index.d.ts +14 -14
  26. package/lib/composables/toggleScope.mjs +6 -2
  27. package/lib/composables/toggleScope.mjs.map +1 -1
  28. package/lib/entry-bundler.mjs +1 -1
  29. package/lib/entry-bundler.mjs.map +1 -1
  30. package/lib/framework.mjs +1 -1
  31. package/lib/framework.mjs.map +1 -1
  32. package/lib/index.d.ts +23 -23
  33. package/lib/util/defineComponent.mjs +8 -13
  34. package/lib/util/defineComponent.mjs.map +1 -1
  35. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,17 +1,8 @@
1
- # [](https://github.com/vuetifyjs/vuetify/compare/v3.0.2-next-20221122.0...v) (2022-11-22)
1
+ # [](https://github.com/vuetifyjs/vuetify/compare/v3.0.3-next-20221123.0...v) (2022-11-23)
2
2
 
3
3
 
4
4
 
5
- ## [3.0.2-next-20221122.0](https://github.com/vuetifyjs/vuetify/compare/v3.0.1...v3.0.2-next-20221122.0) (2022-11-22)
6
-
7
-
8
- ### Bug Fixes
9
-
10
- * **nested:** should accept open-strategy object ([59550b3](https://github.com/vuetifyjs/vuetify/commit/59550b358a8df0f83d9794be93fccb502f0d736e)), closes [#16119](https://github.com/vuetifyjs/vuetify/issues/16119)
11
- * **VCard:** remove tab focus when disabled ([0016d13](https://github.com/vuetifyjs/vuetify/commit/0016d13542af9df43069f44fc67b3b841829b439)), closes [#16110](https://github.com/vuetifyjs/vuetify/issues/16110)
12
- * **VCard:** removed duplicated style properties ([#16105](https://github.com/vuetifyjs/vuetify/issues/16105)) ([e9fe8ab](https://github.com/vuetifyjs/vuetify/commit/e9fe8aba906769ce069ac0e586b8e1e12a2a892c)), closes [#16095](https://github.com/vuetifyjs/vuetify/issues/16095)
13
- * **VProgressLinear:** hide from accessibility tree if not active ([#15964](https://github.com/vuetifyjs/vuetify/issues/15964)) ([9fe2bbb](https://github.com/vuetifyjs/vuetify/commit/9fe2bbb1841a6916dd45ac389b0c1b5666272d44))
14
- * **VToolbar:** align prepend/append content center ([dc500e9](https://github.com/vuetifyjs/vuetify/commit/dc500e91aa8ef5490847a64619f5c3322a86b257))
5
+ ## [3.0.3-next-20221123.0](https://github.com/vuetifyjs/vuetify/compare/v3.0.2...v3.0.3-next-20221123.0) (2022-11-23)
15
6
 
16
7
 
17
8
 
@@ -8,10 +8,6 @@
8
8
  "from": "components/VDefaultsProvider/index.mjs",
9
9
  "styles": []
10
10
  },
11
- "VForm": {
12
- "from": "components/VForm/index.mjs",
13
- "styles": []
14
- },
15
11
  "VContainer": {
16
12
  "from": "components/VGrid/index.mjs",
17
13
  "styles": []
@@ -32,6 +28,10 @@
32
28
  "from": "components/VHover/index.mjs",
33
29
  "styles": []
34
30
  },
31
+ "VForm": {
32
+ "from": "components/VForm/index.mjs",
33
+ "styles": []
34
+ },
35
35
  "VLayout": {
36
36
  "from": "components/VLayout/index.mjs",
37
37
  "styles": []
@@ -48,14 +48,14 @@
48
48
  "from": "components/VLocaleProvider/index.mjs",
49
49
  "styles": []
50
50
  },
51
- "VNoSsr": {
52
- "from": "components/VNoSsr/index.mjs",
53
- "styles": []
54
- },
55
51
  "VParallax": {
56
52
  "from": "components/VParallax/index.mjs",
57
53
  "styles": []
58
54
  },
55
+ "VNoSsr": {
56
+ "from": "components/VNoSsr/index.mjs",
57
+ "styles": []
58
+ },
59
59
  "VRadio": {
60
60
  "from": "components/VRadio/index.mjs",
61
61
  "styles": []
@@ -72,8 +72,16 @@
72
72
  "from": "components/VThemeProvider/index.mjs",
73
73
  "styles": []
74
74
  },
75
- "VValidation": {
76
- "from": "components/VValidation/index.mjs",
75
+ "VAppBar": {
76
+ "from": "components/VAppBar/index.mjs",
77
+ "styles": []
78
+ },
79
+ "VAppBarNavIcon": {
80
+ "from": "components/VAppBar/index.mjs",
81
+ "styles": []
82
+ },
83
+ "VAppBarTitle": {
84
+ "from": "components/VAppBar/index.mjs",
77
85
  "styles": []
78
86
  },
79
87
  "VFabTransition": {
@@ -140,18 +148,6 @@
140
148
  "from": "components/transitions/index.mjs",
141
149
  "styles": []
142
150
  },
143
- "VAppBar": {
144
- "from": "components/VAppBar/index.mjs",
145
- "styles": []
146
- },
147
- "VAppBarNavIcon": {
148
- "from": "components/VAppBar/index.mjs",
149
- "styles": []
150
- },
151
- "VAppBarTitle": {
152
- "from": "components/VAppBar/index.mjs",
153
- "styles": []
154
- },
155
151
  "VAlert": {
156
152
  "from": "components/VAlert/index.mjs",
157
153
  "styles": []
@@ -160,10 +156,6 @@
160
156
  "from": "components/VAlert/index.mjs",
161
157
  "styles": []
162
158
  },
163
- "VAutocomplete": {
164
- "from": "components/VAutocomplete/index.mjs",
165
- "styles": []
166
- },
167
159
  "VAvatar": {
168
160
  "from": "components/VAvatar/index.mjs",
169
161
  "styles": []
@@ -172,6 +164,10 @@
172
164
  "from": "components/VBadge/index.mjs",
173
165
  "styles": []
174
166
  },
167
+ "VAutocomplete": {
168
+ "from": "components/VAutocomplete/index.mjs",
169
+ "styles": []
170
+ },
175
171
  "VBanner": {
176
172
  "from": "components/VBanner/index.mjs",
177
173
  "styles": []
@@ -184,22 +180,14 @@
184
180
  "from": "components/VBanner/index.mjs",
185
181
  "styles": []
186
182
  },
187
- "VBreadcrumbs": {
188
- "from": "components/VBreadcrumbs/index.mjs",
189
- "styles": []
190
- },
191
- "VBreadcrumbsItem": {
192
- "from": "components/VBreadcrumbs/index.mjs",
193
- "styles": []
194
- },
195
- "VBreadcrumbsDivider": {
196
- "from": "components/VBreadcrumbs/index.mjs",
197
- "styles": []
198
- },
199
183
  "VBottomNavigation": {
200
184
  "from": "components/VBottomNavigation/index.mjs",
201
185
  "styles": []
202
186
  },
187
+ "VBtnGroup": {
188
+ "from": "components/VBtnGroup/index.mjs",
189
+ "styles": []
190
+ },
203
191
  "VBtn": {
204
192
  "from": "components/VBtn/index.mjs",
205
193
  "styles": []
@@ -232,10 +220,6 @@
232
220
  "from": "components/VCard/index.mjs",
233
221
  "styles": []
234
222
  },
235
- "VBtnGroup": {
236
- "from": "components/VBtnGroup/index.mjs",
237
- "styles": []
238
- },
239
223
  "VCheckbox": {
240
224
  "from": "components/VCheckbox/index.mjs",
241
225
  "styles": []
@@ -244,16 +228,28 @@
244
228
  "from": "components/VCheckbox/index.mjs",
245
229
  "styles": []
246
230
  },
231
+ "VCarousel": {
232
+ "from": "components/VCarousel/index.mjs",
233
+ "styles": []
234
+ },
235
+ "VCarouselItem": {
236
+ "from": "components/VCarousel/index.mjs",
237
+ "styles": []
238
+ },
247
239
  "VChip": {
248
240
  "from": "components/VChip/index.mjs",
249
241
  "styles": []
250
242
  },
243
+ "VCode": {
244
+ "from": "components/VCode/index.mjs",
245
+ "styles": []
246
+ },
251
247
  "VChipGroup": {
252
248
  "from": "components/VChipGroup/index.mjs",
253
249
  "styles": []
254
250
  },
255
- "VCode": {
256
- "from": "components/VCode/index.mjs",
251
+ "VValidation": {
252
+ "from": "components/VValidation/index.mjs",
257
253
  "styles": []
258
254
  },
259
255
  "VColorPicker": {
@@ -288,10 +284,6 @@
288
284
  "from": "components/VExpansionPanel/index.mjs",
289
285
  "styles": []
290
286
  },
291
- "VDivider": {
292
- "from": "components/VDivider/index.mjs",
293
- "styles": []
294
- },
295
287
  "VField": {
296
288
  "from": "components/VField/index.mjs",
297
289
  "styles": []
@@ -332,10 +324,6 @@
332
324
  "from": "components/VImg/index.mjs",
333
325
  "styles": []
334
326
  },
335
- "VInput": {
336
- "from": "components/VInput/index.mjs",
337
- "styles": []
338
- },
339
327
  "VItemGroup": {
340
328
  "from": "components/VItemGroup/index.mjs",
341
329
  "styles": []
@@ -344,6 +332,10 @@
344
332
  "from": "components/VItemGroup/index.mjs",
345
333
  "styles": []
346
334
  },
335
+ "VInput": {
336
+ "from": "components/VInput/index.mjs",
337
+ "styles": []
338
+ },
347
339
  "VKbd": {
348
340
  "from": "components/VKbd/index.mjs",
349
341
  "styles": []
@@ -352,6 +344,10 @@
352
344
  "from": "components/VLabel/index.mjs",
353
345
  "styles": []
354
346
  },
347
+ "VDivider": {
348
+ "from": "components/VDivider/index.mjs",
349
+ "styles": []
350
+ },
355
351
  "VList": {
356
352
  "from": "components/VList/index.mjs",
357
353
  "styles": []
@@ -396,14 +392,14 @@
396
392
  "from": "components/VMenu/index.mjs",
397
393
  "styles": []
398
394
  },
399
- "VMessages": {
400
- "from": "components/VMessages/index.mjs",
401
- "styles": []
402
- },
403
395
  "VNavigationDrawer": {
404
396
  "from": "components/VNavigationDrawer/index.mjs",
405
397
  "styles": []
406
398
  },
399
+ "VMessages": {
400
+ "from": "components/VMessages/index.mjs",
401
+ "styles": []
402
+ },
407
403
  "VOverlay": {
408
404
  "from": "components/VOverlay/index.mjs",
409
405
  "styles": []
@@ -428,10 +424,6 @@
428
424
  "from": "components/VRating/index.mjs",
429
425
  "styles": []
430
426
  },
431
- "VSelect": {
432
- "from": "components/VSelect/index.mjs",
433
- "styles": []
434
- },
435
427
  "VSelectionControl": {
436
428
  "from": "components/VSelectionControl/index.mjs",
437
429
  "styles": []
@@ -440,16 +432,12 @@
440
432
  "from": "components/VSelectionControlGroup/index.mjs",
441
433
  "styles": []
442
434
  },
443
- "VSheet": {
444
- "from": "components/VSheet/index.mjs",
445
- "styles": []
446
- },
447
- "VSlideGroup": {
448
- "from": "components/VSlideGroup/index.mjs",
435
+ "VSelect": {
436
+ "from": "components/VSelect/index.mjs",
449
437
  "styles": []
450
438
  },
451
- "VSlideGroupItem": {
452
- "from": "components/VSlideGroup/index.mjs",
439
+ "VSheet": {
440
+ "from": "components/VSheet/index.mjs",
453
441
  "styles": []
454
442
  },
455
443
  "VSlider": {
@@ -464,10 +452,6 @@
464
452
  "from": "components/VSwitch/index.mjs",
465
453
  "styles": []
466
454
  },
467
- "VSystemBar": {
468
- "from": "components/VSystemBar/index.mjs",
469
- "styles": []
470
- },
471
455
  "VTabs": {
472
456
  "from": "components/VTabs/index.mjs",
473
457
  "styles": []
@@ -476,24 +460,28 @@
476
460
  "from": "components/VTabs/index.mjs",
477
461
  "styles": []
478
462
  },
463
+ "VSystemBar": {
464
+ "from": "components/VSystemBar/index.mjs",
465
+ "styles": []
466
+ },
479
467
  "VTable": {
480
468
  "from": "components/VTable/index.mjs",
481
469
  "styles": []
482
470
  },
483
- "VTextarea": {
484
- "from": "components/VTextarea/index.mjs",
471
+ "VSlideGroup": {
472
+ "from": "components/VSlideGroup/index.mjs",
485
473
  "styles": []
486
474
  },
487
- "VTextField": {
488
- "from": "components/VTextField/index.mjs",
475
+ "VSlideGroupItem": {
476
+ "from": "components/VSlideGroup/index.mjs",
489
477
  "styles": []
490
478
  },
491
- "VTimeline": {
492
- "from": "components/VTimeline/index.mjs",
479
+ "VTextarea": {
480
+ "from": "components/VTextarea/index.mjs",
493
481
  "styles": []
494
482
  },
495
- "VTimelineItem": {
496
- "from": "components/VTimeline/index.mjs",
483
+ "VTextField": {
484
+ "from": "components/VTextField/index.mjs",
497
485
  "styles": []
498
486
  },
499
487
  "VToolbar": {
@@ -508,6 +496,14 @@
508
496
  "from": "components/VToolbar/index.mjs",
509
497
  "styles": []
510
498
  },
499
+ "VTimeline": {
500
+ "from": "components/VTimeline/index.mjs",
501
+ "styles": []
502
+ },
503
+ "VTimelineItem": {
504
+ "from": "components/VTimeline/index.mjs",
505
+ "styles": []
506
+ },
511
507
  "VTooltip": {
512
508
  "from": "components/VTooltip/index.mjs",
513
509
  "styles": []
@@ -520,12 +516,16 @@
520
516
  "from": "components/VWindow/index.mjs",
521
517
  "styles": []
522
518
  },
523
- "VCarousel": {
524
- "from": "components/VCarousel/index.mjs",
519
+ "VBreadcrumbs": {
520
+ "from": "components/VBreadcrumbs/index.mjs",
525
521
  "styles": []
526
522
  },
527
- "VCarouselItem": {
528
- "from": "components/VCarousel/index.mjs",
523
+ "VBreadcrumbsItem": {
524
+ "from": "components/VBreadcrumbs/index.mjs",
525
+ "styles": []
526
+ },
527
+ "VBreadcrumbsDivider": {
528
+ "from": "components/VBreadcrumbs/index.mjs",
529
529
  "styles": []
530
530
  }
531
531
  },
package/dist/vuetify.css CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.0.2-next-20221122.0
2
+ * Vuetify v3.0.2
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -18452,6 +18452,89 @@ html.overflow-y-hidden {
18452
18452
  }
18453
18453
  .v-app-bar:not(.v-toolbar--absolute) {
18454
18454
  padding-inline-end: var(--v-scrollbar-offset);
18455
+ }.v-input--density-default {
18456
+ --autocomplete-chips-margin-bottom: 0px;
18457
+ }
18458
+
18459
+ .v-input--density-comfortable {
18460
+ --autocomplete-chips-margin-bottom: 2px;
18461
+ }
18462
+
18463
+ .v-input--density-compact {
18464
+ --autocomplete-chips-margin-bottom: 4px;
18465
+ }
18466
+
18467
+ .v-autocomplete .v-field .v-text-field__prefix,
18468
+ .v-autocomplete .v-field .v-text-field__suffix,
18469
+ .v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
18470
+ cursor: text;
18471
+ }
18472
+ .v-autocomplete .v-field .v-field__input > input {
18473
+ align-self: flex-start;
18474
+ flex: 1 1;
18475
+ }
18476
+ .v-autocomplete .v-field .v-field__append-inner > .v-icon {
18477
+ margin-inline-start: 4px;
18478
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
18479
+ }
18480
+ .v-autocomplete .v-field:not(.v-field--focused) input {
18481
+ min-width: 0;
18482
+ }
18483
+ .v-autocomplete .v-field--dirty .v-autocomplete__selection {
18484
+ margin-inline-end: 2px;
18485
+ }
18486
+ .v-autocomplete .v-field--single-line .v-autocomplete__selection-text {
18487
+ overflow: hidden;
18488
+ text-overflow: ellipsis;
18489
+ white-space: nowrap;
18490
+ }
18491
+
18492
+ .v-autocomplete__content {
18493
+ overflow: hidden;
18494
+ box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
18495
+ border-radius: 4px;
18496
+ }
18497
+ .v-autocomplete__mask {
18498
+ background: rgb(var(--v-theme-on-surface-variant));
18499
+ }
18500
+ .v-autocomplete__selection {
18501
+ display: inline-flex;
18502
+ letter-spacing: inherit;
18503
+ line-height: inherit;
18504
+ max-width: 100%;
18505
+ }
18506
+ .v-autocomplete--active-menu .v-field__append-inner > .v-icon {
18507
+ opacity: var(--v-high-emphasis-opacity);
18508
+ transform: rotate(180deg);
18509
+ }
18510
+ .v-autocomplete--chips .v-autocomplete__selection {
18511
+ margin-top: 2px;
18512
+ margin-bottom: var(--autocomplete-chips-margin-bottom);
18513
+ }
18514
+ .v-autocomplete--chips .v-autocomplete__selection:first-child {
18515
+ margin-inline-start: 0;
18516
+ }
18517
+ .v-autocomplete--single.v-text-field input {
18518
+ flex: 1 1;
18519
+ position: absolute;
18520
+ left: 0;
18521
+ right: 0;
18522
+ width: 100%;
18523
+ padding-inline-start: inherit;
18524
+ padding-inline-end: inherit;
18525
+ }
18526
+ .v-autocomplete--single .v-field--active input {
18527
+ transition: none;
18528
+ }
18529
+ .v-autocomplete--single .v-field--dirty:not(.v-field--focused) input {
18530
+ opacity: 0;
18531
+ }
18532
+ .v-autocomplete--single .v-field--focused .v-autocomplete__selection-text {
18533
+ opacity: 0;
18534
+ }
18535
+ .v-autocomplete--selection-slot.v-text-field input {
18536
+ position: relative;
18537
+ padding-inline-start: 0;
18455
18538
  }.v-alert {
18456
18539
  display: grid;
18457
18540
  flex: 1 1;
@@ -18662,89 +18745,6 @@ html.overflow-y-hidden {
18662
18745
  text-transform: none;
18663
18746
  word-break: normal;
18664
18747
  word-wrap: break-word;
18665
- }.v-input--density-default {
18666
- --autocomplete-chips-margin-bottom: 0px;
18667
- }
18668
-
18669
- .v-input--density-comfortable {
18670
- --autocomplete-chips-margin-bottom: 2px;
18671
- }
18672
-
18673
- .v-input--density-compact {
18674
- --autocomplete-chips-margin-bottom: 4px;
18675
- }
18676
-
18677
- .v-autocomplete .v-field .v-text-field__prefix,
18678
- .v-autocomplete .v-field .v-text-field__suffix,
18679
- .v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
18680
- cursor: text;
18681
- }
18682
- .v-autocomplete .v-field .v-field__input > input {
18683
- align-self: flex-start;
18684
- flex: 1 1;
18685
- }
18686
- .v-autocomplete .v-field .v-field__append-inner > .v-icon {
18687
- margin-inline-start: 4px;
18688
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
18689
- }
18690
- .v-autocomplete .v-field:not(.v-field--focused) input {
18691
- min-width: 0;
18692
- }
18693
- .v-autocomplete .v-field--dirty .v-autocomplete__selection {
18694
- margin-inline-end: 2px;
18695
- }
18696
- .v-autocomplete .v-field--single-line .v-autocomplete__selection-text {
18697
- overflow: hidden;
18698
- text-overflow: ellipsis;
18699
- white-space: nowrap;
18700
- }
18701
-
18702
- .v-autocomplete__content {
18703
- overflow: hidden;
18704
- box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
18705
- border-radius: 4px;
18706
- }
18707
- .v-autocomplete__mask {
18708
- background: rgb(var(--v-theme-on-surface-variant));
18709
- }
18710
- .v-autocomplete__selection {
18711
- display: inline-flex;
18712
- letter-spacing: inherit;
18713
- line-height: inherit;
18714
- max-width: 100%;
18715
- }
18716
- .v-autocomplete--active-menu .v-field__append-inner > .v-icon {
18717
- opacity: var(--v-high-emphasis-opacity);
18718
- transform: rotate(180deg);
18719
- }
18720
- .v-autocomplete--chips .v-autocomplete__selection {
18721
- margin-top: 2px;
18722
- margin-bottom: var(--autocomplete-chips-margin-bottom);
18723
- }
18724
- .v-autocomplete--chips .v-autocomplete__selection:first-child {
18725
- margin-inline-start: 0;
18726
- }
18727
- .v-autocomplete--single.v-text-field input {
18728
- flex: 1 1;
18729
- position: absolute;
18730
- left: 0;
18731
- right: 0;
18732
- width: 100%;
18733
- padding-inline-start: inherit;
18734
- padding-inline-end: inherit;
18735
- }
18736
- .v-autocomplete--single .v-field--active input {
18737
- transition: none;
18738
- }
18739
- .v-autocomplete--single .v-field--dirty:not(.v-field--focused) input {
18740
- opacity: 0;
18741
- }
18742
- .v-autocomplete--single .v-field--focused .v-autocomplete__selection-text {
18743
- opacity: 0;
18744
- }
18745
- .v-autocomplete--selection-slot.v-text-field input {
18746
- position: relative;
18747
- padding-inline-start: 0;
18748
18748
  }.v-avatar {
18749
18749
  flex: none;
18750
18750
  align-items: center;
@@ -23864,6 +23864,7 @@ html.v-overlay-scroll-blocked {
23864
23864
  border-radius: 4px;
23865
23865
  }.v-slide-group {
23866
23866
  display: flex;
23867
+ overflow: hidden;
23867
23868
  }
23868
23869
 
23869
23870
  .v-slide-group__next,