@vuetify/nightly 3.5.3-dev.2024-03-06 → 3.5.3-dev.2024-03-07

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.5.3-dev.2024-03-06
2
+ * Vuetify v3.5.3-dev.2024-03-07
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -17364,6 +17364,77 @@ html.overflow-y-hidden {
17364
17364
  .v-autocomplete--active-menu .v-autocomplete__menu-icon {
17365
17365
  opacity: var(--v-high-emphasis-opacity);
17366
17366
  transform: rotate(180deg);
17367
+ }.v-badge {
17368
+ display: inline-block;
17369
+ line-height: 1;
17370
+ }
17371
+
17372
+ .v-badge__badge {
17373
+ align-items: center;
17374
+ display: inline-flex;
17375
+ border-radius: 10px;
17376
+ font-size: 0.75rem;
17377
+ font-weight: 500;
17378
+ height: 1.25rem;
17379
+ justify-content: center;
17380
+ min-width: 20px;
17381
+ padding: 4px 6px;
17382
+ pointer-events: auto;
17383
+ position: absolute;
17384
+ text-align: center;
17385
+ text-indent: 0;
17386
+ transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
17387
+ white-space: nowrap;
17388
+ background: rgb(var(--v-theme-surface-variant));
17389
+ color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
17390
+ }
17391
+ .v-badge--bordered .v-badge__badge::after {
17392
+ border-radius: inherit;
17393
+ border-style: solid;
17394
+ border-width: 2px;
17395
+ bottom: 0;
17396
+ color: rgb(var(--v-theme-background));
17397
+ content: "";
17398
+ left: 0;
17399
+ position: absolute;
17400
+ right: 0;
17401
+ top: 0;
17402
+ transform: scale(1.05);
17403
+ }
17404
+ .v-badge--dot .v-badge__badge {
17405
+ border-radius: 4.5px;
17406
+ height: 9px;
17407
+ min-width: 0;
17408
+ padding: 0;
17409
+ width: 9px;
17410
+ }
17411
+ .v-badge--dot .v-badge__badge::after {
17412
+ border-width: 1.5px;
17413
+ }
17414
+ .v-badge--inline .v-badge__badge {
17415
+ position: relative;
17416
+ vertical-align: middle;
17417
+ }
17418
+ .v-badge__badge .v-icon {
17419
+ color: inherit;
17420
+ font-size: 0.75rem;
17421
+ margin: 0 -2px;
17422
+ }
17423
+ .v-badge__badge img,
17424
+ .v-badge__badge .v-img {
17425
+ height: 100%;
17426
+ width: 100%;
17427
+ }
17428
+
17429
+ .v-badge__wrapper {
17430
+ display: flex;
17431
+ position: relative;
17432
+ }
17433
+ .v-badge--inline .v-badge__wrapper {
17434
+ align-items: center;
17435
+ display: inline-flex;
17436
+ justify-content: center;
17437
+ margin: 0 4px;
17367
17438
  }.v-avatar {
17368
17439
  flex: none;
17369
17440
  align-items: center;
@@ -17451,77 +17522,6 @@ html.overflow-y-hidden {
17451
17522
  .v-avatar .v-img {
17452
17523
  height: 100%;
17453
17524
  width: 100%;
17454
- }.v-badge {
17455
- display: inline-block;
17456
- line-height: 1;
17457
- }
17458
-
17459
- .v-badge__badge {
17460
- align-items: center;
17461
- display: inline-flex;
17462
- border-radius: 10px;
17463
- font-size: 0.75rem;
17464
- font-weight: 500;
17465
- height: 1.25rem;
17466
- justify-content: center;
17467
- min-width: 20px;
17468
- padding: 4px 6px;
17469
- pointer-events: auto;
17470
- position: absolute;
17471
- text-align: center;
17472
- text-indent: 0;
17473
- transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
17474
- white-space: nowrap;
17475
- background: rgb(var(--v-theme-surface-variant));
17476
- color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
17477
- }
17478
- .v-badge--bordered .v-badge__badge::after {
17479
- border-radius: inherit;
17480
- border-style: solid;
17481
- border-width: 2px;
17482
- bottom: 0;
17483
- color: rgb(var(--v-theme-background));
17484
- content: "";
17485
- left: 0;
17486
- position: absolute;
17487
- right: 0;
17488
- top: 0;
17489
- transform: scale(1.05);
17490
- }
17491
- .v-badge--dot .v-badge__badge {
17492
- border-radius: 4.5px;
17493
- height: 9px;
17494
- min-width: 0;
17495
- padding: 0;
17496
- width: 9px;
17497
- }
17498
- .v-badge--dot .v-badge__badge::after {
17499
- border-width: 1.5px;
17500
- }
17501
- .v-badge--inline .v-badge__badge {
17502
- position: relative;
17503
- vertical-align: middle;
17504
- }
17505
- .v-badge__badge .v-icon {
17506
- color: inherit;
17507
- font-size: 0.75rem;
17508
- margin: 0 -2px;
17509
- }
17510
- .v-badge__badge img,
17511
- .v-badge__badge .v-img {
17512
- height: 100%;
17513
- width: 100%;
17514
- }
17515
-
17516
- .v-badge__wrapper {
17517
- display: flex;
17518
- position: relative;
17519
- }
17520
- .v-badge--inline .v-badge__wrapper {
17521
- align-items: center;
17522
- display: inline-flex;
17523
- justify-content: center;
17524
- margin: 0 4px;
17525
17525
  }.v-banner {
17526
17526
  display: grid;
17527
17527
  flex: 1 1;
@@ -17679,6 +17679,38 @@ html.overflow-y-hidden {
17679
17679
  }
17680
17680
  .v-banner--two-line .v-banner-text, .v-banner--three-line .v-banner-text {
17681
17681
  align-self: flex-start;
17682
+ }.bottom-sheet-transition-enter-from {
17683
+ transform: translateY(100%);
17684
+ }
17685
+ .bottom-sheet-transition-leave-to {
17686
+ transform: translateY(100%);
17687
+ }
17688
+
17689
+ .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
17690
+ align-self: flex-end;
17691
+ border-radius: 0;
17692
+ flex: 0 1 auto;
17693
+ left: 0;
17694
+ right: 0;
17695
+ margin-inline: 0;
17696
+ margin-bottom: 0;
17697
+ transition-duration: 0.2s;
17698
+ width: 100%;
17699
+ max-width: 100%;
17700
+ overflow: visible;
17701
+ box-shadow: 0px 7px 8px -4px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 12px 17px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 5px 22px 4px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
17702
+ }
17703
+ .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-card,
17704
+ .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-sheet {
17705
+ border-radius: 0;
17706
+ }
17707
+ .v-bottom-sheet.v-bottom-sheet--inset {
17708
+ max-width: none;
17709
+ }
17710
+ @media (min-width: 600px) {
17711
+ .v-bottom-sheet.v-bottom-sheet--inset {
17712
+ max-width: 70%;
17713
+ }
17682
17714
  }.v-bottom-navigation {
17683
17715
  display: flex;
17684
17716
  max-width: 100%;
@@ -17734,38 +17766,6 @@ html.overflow-y-hidden {
17734
17766
  }
17735
17767
  .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
17736
17768
  transform: translateY(0.5rem);
17737
- }.bottom-sheet-transition-enter-from {
17738
- transform: translateY(100%);
17739
- }
17740
- .bottom-sheet-transition-leave-to {
17741
- transform: translateY(100%);
17742
- }
17743
-
17744
- .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
17745
- align-self: flex-end;
17746
- border-radius: 0;
17747
- flex: 0 1 auto;
17748
- left: 0;
17749
- right: 0;
17750
- margin-inline: 0;
17751
- margin-bottom: 0;
17752
- transition-duration: 0.2s;
17753
- width: 100%;
17754
- max-width: 100%;
17755
- overflow: visible;
17756
- box-shadow: 0px 7px 8px -4px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 12px 17px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 5px 22px 4px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
17757
- }
17758
- .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-card,
17759
- .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-sheet {
17760
- border-radius: 0;
17761
- }
17762
- .v-bottom-sheet.v-bottom-sheet--inset {
17763
- max-width: none;
17764
- }
17765
- @media (min-width: 600px) {
17766
- .v-bottom-sheet.v-bottom-sheet--inset {
17767
- max-width: 70%;
17768
- }
17769
17769
  }.v-breadcrumbs {
17770
17770
  display: flex;
17771
17771
  align-items: center;
@@ -18282,6 +18282,19 @@ html.overflow-y-hidden {
18282
18282
  }
18283
18283
  .v-btn-group--tile {
18284
18284
  border-radius: 0;
18285
+ }.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
18286
+ opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
18287
+ }
18288
+ .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
18289
+ opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
18290
+ }
18291
+ .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
18292
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
18293
+ }
18294
+ @supports not selector(:focus-visible) {
18295
+ .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
18296
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
18297
+ }
18285
18298
  }.v-card {
18286
18299
  display: block;
18287
18300
  overflow: hidden;
@@ -18578,19 +18591,11 @@ html.overflow-y-hidden {
18578
18591
  pointer-events: none;
18579
18592
  opacity: 0;
18580
18593
  transition: opacity 0.2s ease-in-out;
18581
- }.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
18582
- opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
18583
- }
18584
- .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
18585
- opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
18586
- }
18587
- .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
18588
- opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
18594
+ }.v-checkbox.v-input {
18595
+ flex: 0 1 auto;
18589
18596
  }
18590
- @supports not selector(:focus-visible) {
18591
- .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
18592
- opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
18593
- }
18597
+ .v-checkbox .v-selection-control {
18598
+ min-height: var(--v-input-control-height);
18594
18599
  }.v-carousel {
18595
18600
  overflow: hidden;
18596
18601
  position: relative;
@@ -18654,11 +18659,24 @@ html.overflow-y-hidden {
18654
18659
  flex-direction: column;
18655
18660
  height: 100% !important;
18656
18661
  width: 50px;
18657
- }.v-checkbox.v-input {
18658
- flex: 0 1 auto;
18662
+ }.v-chip-group {
18663
+ display: flex;
18664
+ max-width: 100%;
18665
+ min-width: 0;
18666
+ overflow-x: auto;
18667
+ padding: 4px 0;
18659
18668
  }
18660
- .v-checkbox .v-selection-control {
18661
- min-height: var(--v-input-control-height);
18669
+ .v-chip-group .v-chip {
18670
+ margin: 4px 8px 4px 0;
18671
+ }
18672
+ .v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
18673
+ opacity: var(--v-activated-opacity);
18674
+ }
18675
+
18676
+ .v-chip-group--column .v-slide-group__content {
18677
+ white-space: normal;
18678
+ flex-wrap: wrap;
18679
+ max-width: 100%;
18662
18680
  }.v-chip {
18663
18681
  align-items: center;
18664
18682
  display: inline-flex;
@@ -19066,24 +19084,6 @@ html.overflow-y-hidden {
19066
19084
 
19067
19085
  .v-chip--label {
19068
19086
  border-radius: 4px;
19069
- }.v-chip-group {
19070
- display: flex;
19071
- max-width: 100%;
19072
- min-width: 0;
19073
- overflow-x: auto;
19074
- padding: 4px 0;
19075
- }
19076
- .v-chip-group .v-chip {
19077
- margin: 4px 8px 4px 0;
19078
- }
19079
- .v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
19080
- opacity: var(--v-activated-opacity);
19081
- }
19082
-
19083
- .v-chip-group--column .v-slide-group__content {
19084
- white-space: normal;
19085
- flex-wrap: wrap;
19086
- max-width: 100%;
19087
19087
  }.v-container {
19088
19088
  width: 100%;
19089
19089
  padding: 16px;
@@ -20111,26 +20111,70 @@ html.overflow-y-hidden {
20111
20111
 
20112
20112
  .v-date-picker__title {
20113
20113
  display: inline-block;
20114
- }.v-date-picker-months {
20114
+ }.v-date-picker-month {
20115
+ display: flex;
20116
+ justify-content: center;
20117
+ min-width: 328px;
20118
+ --v-date-picker-month-day-diff: 4px;
20119
+ }
20120
+
20121
+ .v-date-picker-month__weeks {
20122
+ display: grid;
20123
+ grid-template-rows: min-content min-content min-content min-content min-content min-content min-content;
20124
+ row-gap: 4px;
20125
+ font-size: 0.875rem;
20126
+ }
20127
+ .v-date-picker-month__weeks + .v-date-picker-month__days {
20128
+ grid-row-gap: 0;
20129
+ }
20130
+
20131
+ .v-date-picker-month__weekday {
20132
+ font-size: 0.875rem;
20133
+ }
20134
+
20135
+ .v-date-picker-month__days {
20136
+ display: grid;
20137
+ grid-template-columns: min-content min-content min-content min-content min-content min-content min-content;
20138
+ row-gap: 4px;
20139
+ flex: 1 1;
20140
+ justify-content: space-around;
20141
+ }
20142
+
20143
+ .v-date-picker-month__day {
20144
+ align-items: center;
20145
+ display: flex;
20146
+ justify-content: center;
20147
+ position: relative;
20148
+ }
20149
+ .v-date-picker-month__day--selected .v-btn {
20150
+ background-color: rgb(var(--v-theme-surface-variant));
20151
+ color: rgb(var(--v-theme-on-surface-variant));
20152
+ }
20153
+ .v-date-picker-month__day--week {
20154
+ font-size: var(--v-btn-size);
20155
+ }
20156
+
20157
+ .v-date-picker-month__day--adjacent {
20158
+ opacity: 0.5;
20159
+ }
20160
+
20161
+ .v-date-picker-month__day--hide-adjacent {
20162
+ opacity: 0;
20163
+ }.v-date-picker-years {
20115
20164
  height: 320px;
20116
20165
  overflow-y: scroll;
20117
20166
  }
20118
20167
 
20119
- .v-date-picker-months__content {
20120
- align-items: center;
20168
+ .v-date-picker-years__content {
20121
20169
  display: grid;
20122
20170
  flex: 1 1;
20123
- height: inherit;
20124
20171
  justify-content: space-around;
20125
- grid-template-columns: repeat(2, 1fr);
20126
- grid-gap: 4px 24px;
20127
- padding-inline-start: 36px;
20128
- padding-inline-end: 36px;
20172
+ grid-template-columns: repeat(3, 1fr);
20173
+ gap: 8px 24px;
20174
+ padding-inline: 36px;
20129
20175
  }
20130
- .v-date-picker-months__content .v-btn {
20131
- text-transform: none;
20132
- padding-inline-start: 8px;
20133
- padding-inline-end: 8px;
20176
+ .v-date-picker-years__content .v-btn {
20177
+ padding-inline: 8px;
20134
20178
  }.v-date-picker-header {
20135
20179
  display: grid;
20136
20180
  grid-template-areas: "prepend content append";
@@ -20189,70 +20233,26 @@ html.overflow-y-hidden {
20189
20233
  .date-picker-header-reverse-transition-leave-to {
20190
20234
  opacity: 0;
20191
20235
  transform: translate(0, 100%);
20192
- }.v-date-picker-years {
20236
+ }.v-date-picker-months {
20193
20237
  height: 320px;
20194
20238
  overflow-y: scroll;
20195
20239
  }
20196
20240
 
20197
- .v-date-picker-years__content {
20198
- display: grid;
20199
- flex: 1 1;
20200
- justify-content: space-around;
20201
- grid-template-columns: repeat(3, 1fr);
20202
- gap: 8px 24px;
20203
- padding-inline: 36px;
20204
- }
20205
- .v-date-picker-years__content .v-btn {
20206
- padding-inline: 8px;
20207
- }.v-date-picker-month {
20208
- display: flex;
20209
- justify-content: center;
20210
- min-width: 328px;
20211
- --v-date-picker-month-day-diff: 4px;
20212
- }
20213
-
20214
- .v-date-picker-month__weeks {
20215
- display: grid;
20216
- grid-template-rows: min-content min-content min-content min-content min-content min-content min-content;
20217
- row-gap: 4px;
20218
- font-size: 0.875rem;
20219
- }
20220
- .v-date-picker-month__weeks + .v-date-picker-month__days {
20221
- grid-row-gap: 0;
20222
- }
20223
-
20224
- .v-date-picker-month__weekday {
20225
- font-size: 0.875rem;
20226
- }
20227
-
20228
- .v-date-picker-month__days {
20241
+ .v-date-picker-months__content {
20242
+ align-items: center;
20229
20243
  display: grid;
20230
- grid-template-columns: min-content min-content min-content min-content min-content min-content min-content;
20231
- row-gap: 4px;
20232
20244
  flex: 1 1;
20245
+ height: inherit;
20233
20246
  justify-content: space-around;
20247
+ grid-template-columns: repeat(2, 1fr);
20248
+ grid-gap: 4px 24px;
20249
+ padding-inline-start: 36px;
20250
+ padding-inline-end: 36px;
20234
20251
  }
20235
-
20236
- .v-date-picker-month__day {
20237
- align-items: center;
20238
- display: flex;
20239
- justify-content: center;
20240
- position: relative;
20241
- }
20242
- .v-date-picker-month__day--selected .v-btn {
20243
- background-color: rgb(var(--v-theme-surface-variant));
20244
- color: rgb(var(--v-theme-on-surface-variant));
20245
- }
20246
- .v-date-picker-month__day--week {
20247
- font-size: var(--v-btn-size);
20248
- }
20249
-
20250
- .v-date-picker-month__day--adjacent {
20251
- opacity: 0.5;
20252
- }
20253
-
20254
- .v-date-picker-month__day--hide-adjacent {
20255
- opacity: 0;
20252
+ .v-date-picker-months__content .v-btn {
20253
+ text-transform: none;
20254
+ padding-inline-start: 8px;
20255
+ padding-inline-end: 8px;
20256
20256
  }.v-dialog {
20257
20257
  align-items: center;
20258
20258
  justify-content: center;
@@ -21118,27 +21118,7 @@ textarea.v-field__input::placeholder {
21118
21118
  opacity: 0;
21119
21119
  }
21120
21120
 
21121
- /* endregion */.v-file-input--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
21122
- .v-file-input--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
21123
- .v-file-input--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
21124
- .v-file-input--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
21125
- top: 0px;
21126
- }
21127
- .v-file-input input[type=file] {
21128
- height: 100%;
21129
- left: 0;
21130
- opacity: 0;
21131
- position: absolute;
21132
- top: 0;
21133
- width: 100%;
21134
- z-index: 1;
21135
- }
21136
- .v-file-input .v-input__details {
21137
- padding-inline: 16px;
21138
- }
21139
- .v-input--plain-underlined.v-file-input .v-input__details {
21140
- padding-inline: 0;
21141
- }.v-footer {
21121
+ /* endregion */.v-footer {
21142
21122
  align-items: center;
21143
21123
  display: flex;
21144
21124
  flex: 1 1 auto;
@@ -21161,11 +21141,31 @@ textarea.v-field__input::placeholder {
21161
21141
  .v-footer--absolute {
21162
21142
  position: absolute;
21163
21143
  }
21164
- .v-footer--fixed {
21165
- position: fixed;
21144
+ .v-footer--fixed {
21145
+ position: fixed;
21146
+ }
21147
+ .v-footer--rounded {
21148
+ border-radius: 4px;
21149
+ }.v-file-input--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
21150
+ .v-file-input--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
21151
+ .v-file-input--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
21152
+ .v-file-input--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
21153
+ top: 0px;
21154
+ }
21155
+ .v-file-input input[type=file] {
21156
+ height: 100%;
21157
+ left: 0;
21158
+ opacity: 0;
21159
+ position: absolute;
21160
+ top: 0;
21161
+ width: 100%;
21162
+ z-index: 1;
21163
+ }
21164
+ .v-file-input .v-input__details {
21165
+ padding-inline: 16px;
21166
21166
  }
21167
- .v-footer--rounded {
21168
- border-radius: 4px;
21167
+ .v-input--plain-underlined.v-file-input .v-input__details {
21168
+ padding-inline: 0;
21169
21169
  }.v-icon {
21170
21170
  --v-icon-size-multiplier: 1;
21171
21171
  align-items: center;
@@ -21438,6 +21438,13 @@ textarea.v-field__input::placeholder {
21438
21438
 
21439
21439
  .v-label--clickable {
21440
21440
  cursor: pointer;
21441
+ }.v-layout-item {
21442
+ position: absolute;
21443
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
21444
+ }
21445
+
21446
+ .v-layout-item--absolute {
21447
+ position: absolute;
21441
21448
  }.v-layout {
21442
21449
  --v-scrollbar-offset: 0px;
21443
21450
  display: flex;
@@ -21446,13 +21453,6 @@ textarea.v-field__input::placeholder {
21446
21453
  .v-layout--full-height {
21447
21454
  --v-scrollbar-offset: inherit;
21448
21455
  height: 100%;
21449
- }.v-layout-item {
21450
- position: absolute;
21451
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
21452
- }
21453
-
21454
- .v-layout-item--absolute {
21455
- position: absolute;
21456
21456
  }.v-list {
21457
21457
  overflow: auto;
21458
21458
  padding: 8px 0;
@@ -22004,21 +22004,6 @@ textarea.v-field__input::placeholder {
22004
22004
  }
22005
22005
  .v-list-group__header.v-list-item--active:hover .v-list-item__overlay {
22006
22006
  opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
22007
- }.v-locale-provider {
22008
- display: contents;
22009
- }.v-menu > .v-overlay__content {
22010
- display: flex;
22011
- flex-direction: column;
22012
- border-radius: 4px;
22013
- }
22014
- .v-menu > .v-overlay__content > .v-card,
22015
- .v-menu > .v-overlay__content > .v-sheet,
22016
- .v-menu > .v-overlay__content > .v-list {
22017
- background: rgb(var(--v-theme-surface));
22018
- border-radius: inherit;
22019
- overflow: auto;
22020
- height: 100%;
22021
- box-shadow: 0px 5px 5px -3px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 8px 10px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 3px 14px 2px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
22022
22007
  }.v-main {
22023
22008
  flex: 1 0 auto;
22024
22009
  max-width: 100%;
@@ -22047,6 +22032,21 @@ textarea.v-field__input::placeholder {
22047
22032
  --v-layout-right: 0px;
22048
22033
  --v-layout-top: 0px;
22049
22034
  --v-layout-bottom: 0px;
22035
+ }.v-locale-provider {
22036
+ display: contents;
22037
+ }.v-menu > .v-overlay__content {
22038
+ display: flex;
22039
+ flex-direction: column;
22040
+ border-radius: 4px;
22041
+ }
22042
+ .v-menu > .v-overlay__content > .v-card,
22043
+ .v-menu > .v-overlay__content > .v-sheet,
22044
+ .v-menu > .v-overlay__content > .v-list {
22045
+ background: rgb(var(--v-theme-surface));
22046
+ border-radius: inherit;
22047
+ overflow: auto;
22048
+ height: 100%;
22049
+ box-shadow: 0px 5px 5px -3px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 8px 10px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 3px 14px 2px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
22050
22050
  }.v-messages {
22051
22051
  flex: 1 1 auto;
22052
22052
  font-size: 12px;
@@ -22606,6 +22606,18 @@ html.v-overlay-scroll-blocked {
22606
22606
  0% {
22607
22607
  background-position-x: var(--v-progress-linear-height);
22608
22608
  }
22609
+ }.v-radio-group > .v-input__control {
22610
+ flex-direction: column;
22611
+ }
22612
+ .v-radio-group > .v-input__control > .v-label {
22613
+ margin-inline-start: 16px;
22614
+ }
22615
+ .v-radio-group > .v-input__control > .v-label + .v-selection-control-group {
22616
+ padding-inline-start: 6px;
22617
+ margin-top: 8px;
22618
+ }
22619
+ .v-radio-group .v-input__details {
22620
+ padding-inline: 16px;
22609
22621
  }.v-slider .v-slider__container input {
22610
22622
  cursor: default;
22611
22623
  padding: 0;
@@ -22663,18 +22675,6 @@ html.v-overlay-scroll-blocked {
22663
22675
 
22664
22676
  .v-slider__label {
22665
22677
  margin-inline-end: 12px;
22666
- }.v-radio-group > .v-input__control {
22667
- flex-direction: column;
22668
- }
22669
- .v-radio-group > .v-input__control > .v-label {
22670
- margin-inline-start: 16px;
22671
- }
22672
- .v-radio-group > .v-input__control > .v-label + .v-selection-control-group {
22673
- padding-inline-start: 6px;
22674
- margin-top: 8px;
22675
- }
22676
- .v-radio-group .v-input__details {
22677
- padding-inline: 16px;
22678
22678
  }.v-rating {
22679
22679
  max-width: 100%;
22680
22680
  display: inline-flex;
@@ -22803,14 +22803,6 @@ html.v-overlay-scroll-blocked {
22803
22803
  .v-select--active-menu .v-select__menu-icon {
22804
22804
  opacity: var(--v-high-emphasis-opacity);
22805
22805
  transform: rotate(180deg);
22806
- }.v-selection-control-group {
22807
- grid-area: control;
22808
- display: flex;
22809
- flex-direction: column;
22810
- }
22811
- .v-selection-control-group--inline {
22812
- flex-direction: row;
22813
- flex-wrap: wrap;
22814
22806
  }.v-selection-control {
22815
22807
  align-items: center;
22816
22808
  contain: layout;
@@ -22912,6 +22904,14 @@ html.v-overlay-scroll-blocked {
22912
22904
  }
22913
22905
  .v-selection-control--focus-visible .v-selection-control__input::before {
22914
22906
  opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
22907
+ }.v-selection-control-group {
22908
+ grid-area: control;
22909
+ display: flex;
22910
+ flex-direction: column;
22911
+ }
22912
+ .v-selection-control-group--inline {
22913
+ flex-direction: row;
22914
+ flex-wrap: wrap;
22915
22915
  }.v-sheet {
22916
22916
  display: block;
22917
22917
  border-color: rgba(var(--v-border-color), var(--v-border-opacity));
@@ -23591,35 +23591,6 @@ html.v-overlay-scroll-blocked {
23591
23591
  }
23592
23592
  .v-system-bar:not(.v-system-bar--absolute) {
23593
23593
  padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
23594
- }.v-tab.v-tab.v-btn {
23595
- height: var(--v-tabs-height);
23596
- border-radius: 0;
23597
- min-width: 90px;
23598
- }
23599
- .v-slide-group--horizontal .v-tab {
23600
- max-width: 360px;
23601
- }
23602
- .v-slide-group--vertical .v-tab {
23603
- justify-content: start;
23604
- }
23605
-
23606
- .v-tab__slider {
23607
- position: absolute;
23608
- bottom: 0;
23609
- left: 0;
23610
- height: 2px;
23611
- width: 100%;
23612
- background: currentColor;
23613
- pointer-events: none;
23614
- opacity: 0;
23615
- }
23616
- .v-tab--selected .v-tab__slider {
23617
- opacity: 1;
23618
- }
23619
- .v-slide-group--vertical .v-tab__slider {
23620
- top: 0;
23621
- height: 100%;
23622
- width: 2px;
23623
23594
  }.v-tabs {
23624
23595
  display: flex;
23625
23596
  height: var(--v-tabs-height);
@@ -23686,6 +23657,35 @@ html.v-overlay-scroll-blocked {
23686
23657
  .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
23687
23658
  margin-inline-end: 52px;
23688
23659
  }
23660
+ }.v-tab.v-tab.v-btn {
23661
+ height: var(--v-tabs-height);
23662
+ border-radius: 0;
23663
+ min-width: 90px;
23664
+ }
23665
+ .v-slide-group--horizontal .v-tab {
23666
+ max-width: 360px;
23667
+ }
23668
+ .v-slide-group--vertical .v-tab {
23669
+ justify-content: start;
23670
+ }
23671
+
23672
+ .v-tab__slider {
23673
+ position: absolute;
23674
+ bottom: 0;
23675
+ left: 0;
23676
+ height: 2px;
23677
+ width: 100%;
23678
+ background: currentColor;
23679
+ pointer-events: none;
23680
+ opacity: 0;
23681
+ }
23682
+ .v-tab--selected .v-tab__slider {
23683
+ opacity: 1;
23684
+ }
23685
+ .v-slide-group--vertical .v-tab__slider {
23686
+ top: 0;
23687
+ height: 100%;
23688
+ width: 2px;
23689
23689
  }.v-table {
23690
23690
  background: rgb(var(--v-theme-surface));
23691
23691
  color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
@@ -24575,6 +24575,56 @@ html.v-overlay-scroll-blocked {
24575
24575
  }
24576
24576
  .v-window-y-reverse-transition-leave-to {
24577
24577
  transform: translateY(100%);
24578
+ }.v-color-picker-canvas {
24579
+ display: flex;
24580
+ position: relative;
24581
+ overflow: hidden;
24582
+ contain: content;
24583
+ touch-action: none;
24584
+ }
24585
+ .v-color-picker-canvas__dot {
24586
+ position: absolute;
24587
+ top: 0;
24588
+ left: 0;
24589
+ width: 15px;
24590
+ height: 15px;
24591
+ background: transparent;
24592
+ border-radius: 50%;
24593
+ box-shadow: 0px 0px 0px 1.5px rgb(255, 255, 255), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
24594
+ }
24595
+ .v-color-picker-canvas__dot--disabled {
24596
+ 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);
24597
+ }
24598
+ .v-color-picker-canvas:hover .v-color-picker-canvas__dot {
24599
+ will-change: transform;
24600
+ }.v-color-picker-edit {
24601
+ display: flex;
24602
+ margin-top: 24px;
24603
+ }
24604
+
24605
+ .v-color-picker-edit__input {
24606
+ width: 100%;
24607
+ display: flex;
24608
+ flex-wrap: wrap;
24609
+ justify-content: center;
24610
+ text-align: center;
24611
+ }
24612
+ .v-color-picker-edit__input:not(:last-child) {
24613
+ margin-inline-end: 8px;
24614
+ }
24615
+ .v-color-picker-edit__input input {
24616
+ border-radius: 4px;
24617
+ margin-bottom: 8px;
24618
+ min-width: 0;
24619
+ outline: none;
24620
+ text-align: center;
24621
+ width: 100%;
24622
+ height: 32px;
24623
+ background: rgba(var(--v-theme-surface-variant), 0.2);
24624
+ color: rgba(var(--v-theme-on-surface));
24625
+ }
24626
+ .v-color-picker-edit__input span {
24627
+ font-size: 0.75rem;
24578
24628
  }.v-color-picker-preview__alpha .v-slider-track__background {
24579
24629
  background-color: transparent !important;
24580
24630
  }
@@ -24644,34 +24694,6 @@ html.v-overlay-scroll-blocked {
24644
24694
  .v-color-picker-preview__eye-dropper {
24645
24695
  position: relative;
24646
24696
  margin-right: 12px;
24647
- }.v-color-picker-edit {
24648
- display: flex;
24649
- margin-top: 24px;
24650
- }
24651
-
24652
- .v-color-picker-edit__input {
24653
- width: 100%;
24654
- display: flex;
24655
- flex-wrap: wrap;
24656
- justify-content: center;
24657
- text-align: center;
24658
- }
24659
- .v-color-picker-edit__input:not(:last-child) {
24660
- margin-inline-end: 8px;
24661
- }
24662
- .v-color-picker-edit__input input {
24663
- border-radius: 4px;
24664
- margin-bottom: 8px;
24665
- min-width: 0;
24666
- outline: none;
24667
- text-align: center;
24668
- width: 100%;
24669
- height: 32px;
24670
- background: rgba(var(--v-theme-surface-variant), 0.2);
24671
- color: rgba(var(--v-theme-on-surface));
24672
- }
24673
- .v-color-picker-edit__input span {
24674
- font-size: 0.75rem;
24675
24697
  }.v-color-picker-swatches {
24676
24698
  overflow-y: auto;
24677
24699
  }
@@ -24707,28 +24729,6 @@ html.v-overlay-scroll-blocked {
24707
24729
  justify-content: center;
24708
24730
  width: 100%;
24709
24731
  height: 100%;
24710
- }.v-color-picker-canvas {
24711
- display: flex;
24712
- position: relative;
24713
- overflow: hidden;
24714
- contain: content;
24715
- touch-action: none;
24716
- }
24717
- .v-color-picker-canvas__dot {
24718
- position: absolute;
24719
- top: 0;
24720
- left: 0;
24721
- width: 15px;
24722
- height: 15px;
24723
- background: transparent;
24724
- border-radius: 50%;
24725
- box-shadow: 0px 0px 0px 1.5px rgb(255, 255, 255), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
24726
- }
24727
- .v-color-picker-canvas__dot--disabled {
24728
- 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);
24729
- }
24730
- .v-color-picker-canvas:hover .v-color-picker-canvas__dot {
24731
- will-change: transform;
24732
24732
  }.v-picker.v-sheet {
24733
24733
  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));
24734
24734
  border-radius: 4px;