@vuetify/nightly 3.4.10-dev.2024-01-17 → 3.4.10-dev.2024-01-18

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.
package/dist/vuetify.css CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.4.10-dev.2024-01-17
2
+ * Vuetify v3.4.10-dev.2024-01-18
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -16981,18 +16981,6 @@ html.overflow-y-hidden {
16981
16981
  .v-ripple__animation--out {
16982
16982
  transition: opacity 0.3s cubic-bezier(0, 0, 0.2, 1);
16983
16983
  opacity: 0;
16984
- }.v-app-bar {
16985
- display: flex;
16986
- }
16987
- .v-app-bar.v-toolbar {
16988
- background: rgb(var(--v-theme-surface));
16989
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
16990
- }
16991
- .v-app-bar.v-toolbar:not(.v-toolbar--flat) {
16992
- 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-ambient-opacity, rgba(0, 0, 0, 0.12));
16993
- }
16994
- .v-app-bar:not(.v-toolbar--absolute) {
16995
- padding-inline-end: var(--v-scrollbar-offset);
16996
16984
  }.v-application {
16997
16985
  display: flex;
16998
16986
  background: rgb(var(--v-theme-background));
@@ -17009,87 +16997,6 @@ html.overflow-y-hidden {
17009
16997
  min-height: 100vh;
17010
16998
  min-height: 100dvh;
17011
16999
  position: relative;
17012
- }.v-autocomplete .v-field .v-text-field__prefix,
17013
- .v-autocomplete .v-field .v-text-field__suffix,
17014
- .v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
17015
- cursor: text;
17016
- }
17017
- .v-autocomplete .v-field .v-field__input > input {
17018
- flex: 1 1;
17019
- }
17020
- .v-autocomplete .v-field input {
17021
- min-width: 64px;
17022
- }
17023
- .v-autocomplete .v-field:not(.v-field--focused) input {
17024
- min-width: 0;
17025
- }
17026
- .v-autocomplete .v-field--dirty .v-autocomplete__selection {
17027
- margin-inline-end: 2px;
17028
- }
17029
- .v-autocomplete .v-autocomplete__selection-text {
17030
- overflow: hidden;
17031
- text-overflow: ellipsis;
17032
- white-space: nowrap;
17033
- }
17034
-
17035
- .v-autocomplete__content {
17036
- overflow: hidden;
17037
- 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-ambient-opacity, rgba(0, 0, 0, 0.12));
17038
- border-radius: 4px;
17039
- }
17040
- .v-autocomplete__mask {
17041
- background: rgb(var(--v-theme-surface-light));
17042
- }
17043
- .v-autocomplete__selection {
17044
- display: inline-flex;
17045
- align-items: center;
17046
- height: 1.5rem;
17047
- letter-spacing: inherit;
17048
- line-height: inherit;
17049
- max-width: calc(100% - 2px - 2px);
17050
- }
17051
- .v-autocomplete__selection:first-child {
17052
- margin-inline-start: 0;
17053
- }
17054
- .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
17055
- .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
17056
- .v-autocomplete--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
17057
- .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
17058
- top: 0px;
17059
- }
17060
- .v-autocomplete--selecting-index .v-autocomplete__selection {
17061
- opacity: var(--v-medium-emphasis-opacity);
17062
- }
17063
- .v-autocomplete--selecting-index .v-autocomplete__selection--selected {
17064
- opacity: 1;
17065
- }
17066
- .v-autocomplete--selecting-index .v-field__input > input {
17067
- caret-color: transparent;
17068
- }
17069
- .v-autocomplete--single.v-text-field .v-field--focused input {
17070
- flex: 1 1;
17071
- position: absolute;
17072
- left: 0;
17073
- right: 0;
17074
- width: 100%;
17075
- padding-inline: inherit;
17076
- }
17077
- .v-autocomplete--single .v-field--active input {
17078
- transition: none;
17079
- }
17080
- .v-autocomplete--single .v-field--dirty:not(.v-field--focused) input {
17081
- opacity: 0;
17082
- }
17083
- .v-autocomplete--single .v-field--focused .v-autocomplete__selection {
17084
- opacity: 0;
17085
- }
17086
- .v-autocomplete__menu-icon {
17087
- margin-inline-start: 4px;
17088
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
17089
- }
17090
- .v-autocomplete--active-menu .v-autocomplete__menu-icon {
17091
- opacity: var(--v-high-emphasis-opacity);
17092
- transform: rotate(180deg);
17093
17000
  }.v-alert {
17094
17001
  display: grid;
17095
17002
  flex: 1 1;
@@ -17300,93 +17207,99 @@ html.overflow-y-hidden {
17300
17207
  text-transform: none;
17301
17208
  word-break: normal;
17302
17209
  word-wrap: break-word;
17303
- }.v-avatar {
17304
- flex: none;
17305
- align-items: center;
17306
- display: inline-flex;
17307
- justify-content: center;
17308
- line-height: normal;
17309
- overflow: hidden;
17310
- position: relative;
17311
- text-align: center;
17312
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
17313
- transition-property: width, height;
17314
- vertical-align: middle;
17315
- border-radius: 50%;
17316
- }
17317
- .v-avatar.v-avatar--size-x-small {
17318
- --v-avatar-height: 24px;
17210
+ }.v-app-bar {
17211
+ display: flex;
17319
17212
  }
17320
- .v-avatar.v-avatar--size-small {
17321
- --v-avatar-height: 32px;
17213
+ .v-app-bar.v-toolbar {
17214
+ background: rgb(var(--v-theme-surface));
17215
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
17322
17216
  }
17323
- .v-avatar.v-avatar--size-default {
17324
- --v-avatar-height: 40px;
17217
+ .v-app-bar.v-toolbar:not(.v-toolbar--flat) {
17218
+ 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-ambient-opacity, rgba(0, 0, 0, 0.12));
17325
17219
  }
17326
- .v-avatar.v-avatar--size-large {
17327
- --v-avatar-height: 48px;
17220
+ .v-app-bar:not(.v-toolbar--absolute) {
17221
+ padding-inline-end: var(--v-scrollbar-offset);
17222
+ }.v-autocomplete .v-field .v-text-field__prefix,
17223
+ .v-autocomplete .v-field .v-text-field__suffix,
17224
+ .v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
17225
+ cursor: text;
17328
17226
  }
17329
- .v-avatar.v-avatar--size-x-large {
17330
- --v-avatar-height: 56px;
17227
+ .v-autocomplete .v-field .v-field__input > input {
17228
+ flex: 1 1;
17331
17229
  }
17332
- .v-avatar.v-avatar--density-default {
17333
- height: calc(var(--v-avatar-height) + 0px);
17334
- width: calc(var(--v-avatar-height) + 0px);
17230
+ .v-autocomplete .v-field input {
17231
+ min-width: 64px;
17335
17232
  }
17336
- .v-avatar.v-avatar--density-comfortable {
17337
- height: calc(var(--v-avatar-height) + -4px);
17338
- width: calc(var(--v-avatar-height) + -4px);
17233
+ .v-autocomplete .v-field:not(.v-field--focused) input {
17234
+ min-width: 0;
17339
17235
  }
17340
- .v-avatar.v-avatar--density-compact {
17341
- height: calc(var(--v-avatar-height) + -8px);
17342
- width: calc(var(--v-avatar-height) + -8px);
17236
+ .v-autocomplete .v-field--dirty .v-autocomplete__selection {
17237
+ margin-inline-end: 2px;
17343
17238
  }
17344
- .v-avatar--variant-plain, .v-avatar--variant-outlined, .v-avatar--variant-text, .v-avatar--variant-tonal {
17345
- background: transparent;
17346
- color: inherit;
17239
+ .v-autocomplete .v-autocomplete__selection-text {
17240
+ overflow: hidden;
17241
+ text-overflow: ellipsis;
17242
+ white-space: nowrap;
17347
17243
  }
17348
- .v-avatar--variant-plain {
17349
- opacity: 0.62;
17244
+
17245
+ .v-autocomplete__content {
17246
+ overflow: hidden;
17247
+ 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-ambient-opacity, rgba(0, 0, 0, 0.12));
17248
+ border-radius: 4px;
17350
17249
  }
17351
- .v-avatar--variant-plain:focus, .v-avatar--variant-plain:hover {
17352
- opacity: 1;
17250
+ .v-autocomplete__mask {
17251
+ background: rgb(var(--v-theme-surface-light));
17353
17252
  }
17354
- .v-avatar--variant-plain .v-avatar__overlay {
17355
- display: none;
17253
+ .v-autocomplete__selection {
17254
+ display: inline-flex;
17255
+ align-items: center;
17256
+ height: 1.5rem;
17257
+ letter-spacing: inherit;
17258
+ line-height: inherit;
17259
+ max-width: calc(100% - 2px - 2px);
17356
17260
  }
17357
- .v-avatar--variant-elevated, .v-avatar--variant-flat {
17358
- background: var(--v-theme-surface);
17359
- color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
17261
+ .v-autocomplete__selection:first-child {
17262
+ margin-inline-start: 0;
17360
17263
  }
17361
- .v-avatar--variant-elevated {
17362
- box-shadow: 0px 2px 1px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 1px 1px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 3px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
17264
+ .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
17265
+ .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
17266
+ .v-autocomplete--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
17267
+ .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
17268
+ top: 0px;
17363
17269
  }
17364
- .v-avatar--variant-flat {
17365
- box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
17270
+ .v-autocomplete--selecting-index .v-autocomplete__selection {
17271
+ opacity: var(--v-medium-emphasis-opacity);
17366
17272
  }
17367
- .v-avatar--variant-outlined {
17368
- border: thin solid currentColor;
17273
+ .v-autocomplete--selecting-index .v-autocomplete__selection--selected {
17274
+ opacity: 1;
17369
17275
  }
17370
- .v-avatar--variant-text .v-avatar__overlay {
17371
- background: currentColor;
17276
+ .v-autocomplete--selecting-index .v-field__input > input {
17277
+ caret-color: transparent;
17372
17278
  }
17373
- .v-avatar--variant-tonal .v-avatar__underlay {
17374
- background: currentColor;
17375
- opacity: var(--v-activated-opacity);
17376
- border-radius: inherit;
17279
+ .v-autocomplete--single.v-text-field .v-field--focused input {
17280
+ flex: 1 1;
17377
17281
  position: absolute;
17378
- top: 0;
17379
- right: 0;
17380
- bottom: 0;
17381
17282
  left: 0;
17382
- pointer-events: none;
17283
+ right: 0;
17284
+ width: 100%;
17285
+ padding-inline: inherit;
17383
17286
  }
17384
- .v-avatar--rounded {
17385
- border-radius: 4px;
17287
+ .v-autocomplete--single .v-field--active input {
17288
+ transition: none;
17386
17289
  }
17387
- .v-avatar .v-img {
17388
- height: 100%;
17389
- width: 100%;
17290
+ .v-autocomplete--single .v-field--dirty:not(.v-field--focused) input {
17291
+ opacity: 0;
17292
+ }
17293
+ .v-autocomplete--single .v-field--focused .v-autocomplete__selection {
17294
+ opacity: 0;
17295
+ }
17296
+ .v-autocomplete__menu-icon {
17297
+ margin-inline-start: 4px;
17298
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
17299
+ }
17300
+ .v-autocomplete--active-menu .v-autocomplete__menu-icon {
17301
+ opacity: var(--v-high-emphasis-opacity);
17302
+ transform: rotate(180deg);
17390
17303
  }.v-badge {
17391
17304
  display: inline-block;
17392
17305
  line-height: 1;
@@ -17458,6 +17371,93 @@ html.overflow-y-hidden {
17458
17371
  display: inline-flex;
17459
17372
  justify-content: center;
17460
17373
  margin: 0 4px;
17374
+ }.v-avatar {
17375
+ flex: none;
17376
+ align-items: center;
17377
+ display: inline-flex;
17378
+ justify-content: center;
17379
+ line-height: normal;
17380
+ overflow: hidden;
17381
+ position: relative;
17382
+ text-align: center;
17383
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
17384
+ transition-property: width, height;
17385
+ vertical-align: middle;
17386
+ border-radius: 50%;
17387
+ }
17388
+ .v-avatar.v-avatar--size-x-small {
17389
+ --v-avatar-height: 24px;
17390
+ }
17391
+ .v-avatar.v-avatar--size-small {
17392
+ --v-avatar-height: 32px;
17393
+ }
17394
+ .v-avatar.v-avatar--size-default {
17395
+ --v-avatar-height: 40px;
17396
+ }
17397
+ .v-avatar.v-avatar--size-large {
17398
+ --v-avatar-height: 48px;
17399
+ }
17400
+ .v-avatar.v-avatar--size-x-large {
17401
+ --v-avatar-height: 56px;
17402
+ }
17403
+ .v-avatar.v-avatar--density-default {
17404
+ height: calc(var(--v-avatar-height) + 0px);
17405
+ width: calc(var(--v-avatar-height) + 0px);
17406
+ }
17407
+ .v-avatar.v-avatar--density-comfortable {
17408
+ height: calc(var(--v-avatar-height) + -4px);
17409
+ width: calc(var(--v-avatar-height) + -4px);
17410
+ }
17411
+ .v-avatar.v-avatar--density-compact {
17412
+ height: calc(var(--v-avatar-height) + -8px);
17413
+ width: calc(var(--v-avatar-height) + -8px);
17414
+ }
17415
+ .v-avatar--variant-plain, .v-avatar--variant-outlined, .v-avatar--variant-text, .v-avatar--variant-tonal {
17416
+ background: transparent;
17417
+ color: inherit;
17418
+ }
17419
+ .v-avatar--variant-plain {
17420
+ opacity: 0.62;
17421
+ }
17422
+ .v-avatar--variant-plain:focus, .v-avatar--variant-plain:hover {
17423
+ opacity: 1;
17424
+ }
17425
+ .v-avatar--variant-plain .v-avatar__overlay {
17426
+ display: none;
17427
+ }
17428
+ .v-avatar--variant-elevated, .v-avatar--variant-flat {
17429
+ background: var(--v-theme-surface);
17430
+ color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
17431
+ }
17432
+ .v-avatar--variant-elevated {
17433
+ box-shadow: 0px 2px 1px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 1px 1px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 3px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
17434
+ }
17435
+ .v-avatar--variant-flat {
17436
+ box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
17437
+ }
17438
+ .v-avatar--variant-outlined {
17439
+ border: thin solid currentColor;
17440
+ }
17441
+ .v-avatar--variant-text .v-avatar__overlay {
17442
+ background: currentColor;
17443
+ }
17444
+ .v-avatar--variant-tonal .v-avatar__underlay {
17445
+ background: currentColor;
17446
+ opacity: var(--v-activated-opacity);
17447
+ border-radius: inherit;
17448
+ position: absolute;
17449
+ top: 0;
17450
+ right: 0;
17451
+ bottom: 0;
17452
+ left: 0;
17453
+ pointer-events: none;
17454
+ }
17455
+ .v-avatar--rounded {
17456
+ border-radius: 4px;
17457
+ }
17458
+ .v-avatar .v-img {
17459
+ height: 100%;
17460
+ width: 100%;
17461
17461
  }.v-banner {
17462
17462
  display: grid;
17463
17463
  flex: 1 1;
@@ -19796,41 +19796,6 @@ html.overflow-y-hidden {
19796
19796
  flex: 0 1 auto;
19797
19797
  font-size: 12px;
19798
19798
  transition-duration: 150ms;
19799
- }.v-data-table-footer {
19800
- display: flex;
19801
- align-items: center;
19802
- flex-wrap: wrap;
19803
- padding: 4px;
19804
- justify-content: flex-end;
19805
- }
19806
-
19807
- .v-data-table-footer__items-per-page {
19808
- display: flex;
19809
- align-items: center;
19810
- justify-content: center;
19811
- }
19812
- .v-data-table-footer__items-per-page > span {
19813
- padding-inline-end: 8px;
19814
- }
19815
- .v-data-table-footer__items-per-page > .v-select {
19816
- width: 90px;
19817
- }
19818
-
19819
- .v-data-table-footer__info {
19820
- display: flex;
19821
- justify-content: flex-end;
19822
- min-width: 116px;
19823
- padding: 0 16px;
19824
- }
19825
-
19826
- .v-data-table-footer__pagination {
19827
- display: flex;
19828
- align-items: center;
19829
- margin-inline-start: 16px;
19830
- }
19831
-
19832
- .v-data-table-footer__page {
19833
- padding: 0 8px;
19834
19799
  }.v-data-table {
19835
19800
  width: 100%;
19836
19801
  }
@@ -19900,7 +19865,8 @@ html.overflow-y-hidden {
19900
19865
  opacity: 0.5;
19901
19866
  }
19902
19867
 
19903
- .v-data-table-column--fixed, .v-data-table__th--sticky {
19868
+ .v-data-table-column--fixed,
19869
+ .v-data-table__th--sticky {
19904
19870
  background: rgb(var(--v-theme-surface));
19905
19871
  position: sticky !important;
19906
19872
  left: 0;
@@ -19950,19 +19916,54 @@ html.overflow-y-hidden {
19950
19916
  height: 20px;
19951
19917
  }
19952
19918
 
19953
- .v-data-table-progress > th {
19954
- border: none !important;
19955
- height: auto !important;
19956
- padding: 0 !important;
19919
+ .v-data-table-progress > th {
19920
+ border: none !important;
19921
+ height: auto !important;
19922
+ padding: 0 !important;
19923
+ }
19924
+
19925
+ .v-data-table-progress__loader {
19926
+ position: relative;
19927
+ }
19928
+
19929
+ .v-data-table-rows-loading,
19930
+ .v-data-table-rows-no-data {
19931
+ text-align: center;
19932
+ }.v-data-table-footer {
19933
+ display: flex;
19934
+ align-items: center;
19935
+ flex-wrap: wrap;
19936
+ padding: 4px;
19937
+ justify-content: flex-end;
19938
+ }
19939
+
19940
+ .v-data-table-footer__items-per-page {
19941
+ display: flex;
19942
+ align-items: center;
19943
+ justify-content: center;
19944
+ }
19945
+ .v-data-table-footer__items-per-page > span {
19946
+ padding-inline-end: 8px;
19947
+ }
19948
+ .v-data-table-footer__items-per-page > .v-select {
19949
+ width: 90px;
19950
+ }
19951
+
19952
+ .v-data-table-footer__info {
19953
+ display: flex;
19954
+ justify-content: flex-end;
19955
+ min-width: 116px;
19956
+ padding: 0 16px;
19957
19957
  }
19958
19958
 
19959
- .v-data-table-progress__loader {
19960
- position: relative;
19959
+ .v-data-table-footer__pagination {
19960
+ display: flex;
19961
+ align-items: center;
19962
+ margin-inline-start: 16px;
19961
19963
  }
19962
19964
 
19963
- .v-data-table-rows-loading,
19964
- .v-data-table-rows-no-data {
19965
- text-align: center;
19965
+ .v-data-table-footer__page {
19966
+ padding: 0 8px;
19966
19967
  }.v-date-picker-controls {
19967
19968
  display: flex;
19968
19969
  align-items: center;
@@ -21371,13 +21372,6 @@ textarea.v-field__input::placeholder {
21371
21372
 
21372
21373
  .v-label--clickable {
21373
21374
  cursor: pointer;
21374
- }.v-layout-item {
21375
- position: absolute;
21376
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
21377
- }
21378
-
21379
- .v-layout-item--absolute {
21380
- position: absolute;
21381
21375
  }.v-layout {
21382
21376
  --v-scrollbar-offset: 0px;
21383
21377
  display: flex;
@@ -21386,8 +21380,13 @@ textarea.v-field__input::placeholder {
21386
21380
  .v-layout--full-height {
21387
21381
  --v-scrollbar-offset: inherit;
21388
21382
  height: 100%;
21389
- }.v-locale-provider {
21390
- display: contents;
21383
+ }.v-layout-item {
21384
+ position: absolute;
21385
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
21386
+ }
21387
+
21388
+ .v-layout-item--absolute {
21389
+ position: absolute;
21391
21390
  }.v-list {
21392
21391
  overflow: auto;
21393
21392
  padding: 8px 0;
@@ -21926,6 +21925,8 @@ textarea.v-field__input::placeholder {
21926
21925
  }
21927
21926
  .v-list-group__header.v-list-item--active:hover .v-list-item__overlay {
21928
21927
  opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
21928
+ }.v-locale-provider {
21929
+ display: contents;
21929
21930
  }.v-main {
21930
21931
  flex: 1 0 auto;
21931
21932
  max-width: 100%;
@@ -22526,18 +22527,6 @@ html.v-overlay-scroll-blocked {
22526
22527
  0% {
22527
22528
  background-position-x: var(--v-progress-linear-height);
22528
22529
  }
22529
- }.v-radio-group > .v-input__control {
22530
- flex-direction: column;
22531
- }
22532
- .v-radio-group > .v-input__control > .v-label {
22533
- margin-inline-start: 16px;
22534
- }
22535
- .v-radio-group > .v-input__control > .v-label + .v-selection-control-group {
22536
- padding-inline-start: 6px;
22537
- margin-top: 8px;
22538
- }
22539
- .v-radio-group .v-input__details {
22540
- padding-inline: 16px;
22541
22530
  }.v-slider .v-slider__container input {
22542
22531
  cursor: default;
22543
22532
  padding: 0;
@@ -22595,6 +22584,18 @@ html.v-overlay-scroll-blocked {
22595
22584
 
22596
22585
  .v-slider__label {
22597
22586
  margin-inline-end: 12px;
22587
+ }.v-radio-group > .v-input__control {
22588
+ flex-direction: column;
22589
+ }
22590
+ .v-radio-group > .v-input__control > .v-label {
22591
+ margin-inline-start: 16px;
22592
+ }
22593
+ .v-radio-group > .v-input__control > .v-label + .v-selection-control-group {
22594
+ padding-inline-start: 6px;
22595
+ margin-top: 8px;
22596
+ }
22597
+ .v-radio-group .v-input__details {
22598
+ padding-inline: 16px;
22598
22599
  }.v-rating {
22599
22600
  max-width: 100%;
22600
22601
  display: inline-flex;
@@ -22824,6 +22825,14 @@ html.v-overlay-scroll-blocked {
22824
22825
  }
22825
22826
  .v-selection-control--focus-visible .v-selection-control__input::before {
22826
22827
  opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
22828
+ }.v-selection-control-group {
22829
+ grid-area: control;
22830
+ display: flex;
22831
+ flex-direction: column;
22832
+ }
22833
+ .v-selection-control-group--inline {
22834
+ flex-direction: row;
22835
+ flex-wrap: wrap;
22827
22836
  }.v-sheet {
22828
22837
  display: block;
22829
22838
  border-color: rgba(var(--v-border-color), var(--v-border-opacity));
@@ -22852,14 +22861,6 @@ html.v-overlay-scroll-blocked {
22852
22861
  }
22853
22862
  .v-sheet--rounded {
22854
22863
  border-radius: 4px;
22855
- }.v-selection-control-group {
22856
- grid-area: control;
22857
- display: flex;
22858
- flex-direction: column;
22859
- }
22860
- .v-selection-control-group--inline {
22861
- flex-direction: row;
22862
- flex-wrap: wrap;
22863
22864
  }.v-skeleton-loader {
22864
22865
  align-items: center;
22865
22866
  background: rgb(var(--v-theme-surface));
@@ -23488,35 +23489,6 @@ html.v-overlay-scroll-blocked {
23488
23489
  }
23489
23490
  .v-system-bar:not(.v-system-bar--absolute) {
23490
23491
  padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
23491
- }.v-tab.v-tab.v-btn {
23492
- height: var(--v-tabs-height);
23493
- border-radius: 0;
23494
- min-width: 90px;
23495
- }
23496
- .v-slide-group--horizontal .v-tab {
23497
- max-width: 360px;
23498
- }
23499
- .v-slide-group--vertical .v-tab {
23500
- justify-content: start;
23501
- }
23502
-
23503
- .v-tab__slider {
23504
- position: absolute;
23505
- bottom: 0;
23506
- left: 0;
23507
- height: 2px;
23508
- width: 100%;
23509
- background: currentColor;
23510
- pointer-events: none;
23511
- opacity: 0;
23512
- }
23513
- .v-tab--selected .v-tab__slider {
23514
- opacity: 1;
23515
- }
23516
- .v-slide-group--vertical .v-tab__slider {
23517
- top: 0;
23518
- height: 100%;
23519
- width: 2px;
23520
23492
  }.v-tabs {
23521
23493
  display: flex;
23522
23494
  height: var(--v-tabs-height);
@@ -23583,6 +23555,35 @@ html.v-overlay-scroll-blocked {
23583
23555
  .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
23584
23556
  margin-inline-end: 52px;
23585
23557
  }
23558
+ }.v-tab.v-tab.v-btn {
23559
+ height: var(--v-tabs-height);
23560
+ border-radius: 0;
23561
+ min-width: 90px;
23562
+ }
23563
+ .v-slide-group--horizontal .v-tab {
23564
+ max-width: 360px;
23565
+ }
23566
+ .v-slide-group--vertical .v-tab {
23567
+ justify-content: start;
23568
+ }
23569
+
23570
+ .v-tab__slider {
23571
+ position: absolute;
23572
+ bottom: 0;
23573
+ left: 0;
23574
+ height: 2px;
23575
+ width: 100%;
23576
+ background: currentColor;
23577
+ pointer-events: none;
23578
+ opacity: 0;
23579
+ }
23580
+ .v-tab--selected .v-tab__slider {
23581
+ opacity: 1;
23582
+ }
23583
+ .v-slide-group--vertical .v-tab__slider {
23584
+ top: 0;
23585
+ height: 100%;
23586
+ width: 2px;
23586
23587
  }.v-table {
23587
23588
  background: rgb(var(--v-theme-surface));
23588
23589
  color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
@@ -24485,63 +24486,6 @@ html.v-overlay-scroll-blocked {
24485
24486
  }
24486
24487
  .v-window-y-reverse-transition-leave-to {
24487
24488
  transform: translateY(100%);
24488
- }.v-color-picker-canvas {
24489
- display: flex;
24490
- position: relative;
24491
- overflow: hidden;
24492
- contain: content;
24493
- touch-action: none;
24494
- }
24495
- .v-color-picker-canvas__dot {
24496
- position: absolute;
24497
- top: 0;
24498
- left: 0;
24499
- width: 15px;
24500
- height: 15px;
24501
- background: transparent;
24502
- border-radius: 50%;
24503
- box-shadow: 0px 0px 0px 1.5px rgb(255, 255, 255), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
24504
- }
24505
- .v-color-picker-canvas__dot--disabled {
24506
- box-shadow: 0px 0px 0px 1.5px rgba(255, 255, 255, 0.7), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
24507
- }
24508
- .v-color-picker-canvas:hover .v-color-picker-canvas__dot {
24509
- will-change: transform;
24510
- }.v-color-picker-swatches {
24511
- overflow-y: auto;
24512
- }
24513
- .v-color-picker-swatches > div {
24514
- display: flex;
24515
- flex-wrap: wrap;
24516
- justify-content: center;
24517
- padding: 8px;
24518
- }
24519
-
24520
- .v-color-picker-swatches__swatch {
24521
- display: flex;
24522
- flex-direction: column;
24523
- margin-bottom: 10px;
24524
- }
24525
-
24526
- .v-color-picker-swatches__color {
24527
- position: relative;
24528
- height: 18px;
24529
- max-height: 18px;
24530
- width: 45px;
24531
- margin: 2px 4px;
24532
- border-radius: 2px;
24533
- -webkit-user-select: none;
24534
- user-select: none;
24535
- overflow: hidden;
24536
- background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
24537
- cursor: pointer;
24538
- }
24539
- .v-color-picker-swatches__color > div {
24540
- display: flex;
24541
- align-items: center;
24542
- justify-content: center;
24543
- width: 100%;
24544
- height: 100%;
24545
24489
  }.v-color-picker-edit {
24546
24490
  display: flex;
24547
24491
  margin-top: 24px;
@@ -24570,6 +24514,28 @@ html.v-overlay-scroll-blocked {
24570
24514
  }
24571
24515
  .v-color-picker-edit__input span {
24572
24516
  font-size: 0.75rem;
24517
+ }.v-color-picker-canvas {
24518
+ display: flex;
24519
+ position: relative;
24520
+ overflow: hidden;
24521
+ contain: content;
24522
+ touch-action: none;
24523
+ }
24524
+ .v-color-picker-canvas__dot {
24525
+ position: absolute;
24526
+ top: 0;
24527
+ left: 0;
24528
+ width: 15px;
24529
+ height: 15px;
24530
+ background: transparent;
24531
+ border-radius: 50%;
24532
+ box-shadow: 0px 0px 0px 1.5px rgb(255, 255, 255), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
24533
+ }
24534
+ .v-color-picker-canvas__dot--disabled {
24535
+ box-shadow: 0px 0px 0px 1.5px rgba(255, 255, 255, 0.7), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
24536
+ }
24537
+ .v-color-picker-canvas:hover .v-color-picker-canvas__dot {
24538
+ will-change: transform;
24573
24539
  }.v-color-picker-preview__alpha .v-slider-track__background {
24574
24540
  background-color: transparent !important;
24575
24541
  }
@@ -24639,6 +24605,41 @@ html.v-overlay-scroll-blocked {
24639
24605
  .v-color-picker-preview__eye-dropper {
24640
24606
  position: relative;
24641
24607
  margin-right: 12px;
24608
+ }.v-color-picker-swatches {
24609
+ overflow-y: auto;
24610
+ }
24611
+ .v-color-picker-swatches > div {
24612
+ display: flex;
24613
+ flex-wrap: wrap;
24614
+ justify-content: center;
24615
+ padding: 8px;
24616
+ }
24617
+
24618
+ .v-color-picker-swatches__swatch {
24619
+ display: flex;
24620
+ flex-direction: column;
24621
+ margin-bottom: 10px;
24622
+ }
24623
+
24624
+ .v-color-picker-swatches__color {
24625
+ position: relative;
24626
+ height: 18px;
24627
+ max-height: 18px;
24628
+ width: 45px;
24629
+ margin: 2px 4px;
24630
+ border-radius: 2px;
24631
+ -webkit-user-select: none;
24632
+ user-select: none;
24633
+ overflow: hidden;
24634
+ background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
24635
+ cursor: pointer;
24636
+ }
24637
+ .v-color-picker-swatches__color > div {
24638
+ display: flex;
24639
+ align-items: center;
24640
+ justify-content: center;
24641
+ width: 100%;
24642
+ height: 100%;
24642
24643
  }.v-picker.v-sheet {
24643
24644
  box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
24644
24645
  border-radius: 4px;