@vuetify/nightly 3.6.6-master.2024-05-16 → 3.6.6-master.2024-05-21

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.6.6-master.2024-05-16
2
+ * Vuetify v3.6.6-master.2024-05-21
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -18079,95 +18079,6 @@ html.overflow-y-hidden {
18079
18079
  }
18080
18080
  .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
18081
18081
  transform: translateY(0.5rem);
18082
- }.bottom-sheet-transition-enter-from {
18083
- transform: translateY(100%);
18084
- }
18085
- .bottom-sheet-transition-leave-to {
18086
- transform: translateY(100%);
18087
- }
18088
-
18089
- .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
18090
- align-self: flex-end;
18091
- border-radius: 0;
18092
- flex: 0 1 auto;
18093
- left: 0;
18094
- right: 0;
18095
- margin-inline: 0;
18096
- margin-bottom: 0;
18097
- transition-duration: 0.2s;
18098
- width: 100%;
18099
- max-width: 100%;
18100
- overflow: visible;
18101
- 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));
18102
- }
18103
- .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-card,
18104
- .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-sheet {
18105
- border-radius: 0;
18106
- }
18107
- .v-bottom-sheet.v-bottom-sheet--inset {
18108
- max-width: none;
18109
- }
18110
- @media (min-width: 600px) {
18111
- .v-bottom-sheet.v-bottom-sheet--inset {
18112
- max-width: 70%;
18113
- }
18114
- }.v-breadcrumbs {
18115
- display: flex;
18116
- align-items: center;
18117
- line-height: 1.6;
18118
- padding: 16px 12px;
18119
- }
18120
- .v-breadcrumbs--rounded {
18121
- border-radius: 4px;
18122
- }
18123
- .v-breadcrumbs--density-default {
18124
- padding-top: 16px;
18125
- padding-bottom: 16px;
18126
- }
18127
-
18128
- .v-breadcrumbs--density-comfortable {
18129
- padding-top: 12px;
18130
- padding-bottom: 12px;
18131
- }
18132
-
18133
- .v-breadcrumbs--density-compact {
18134
- padding-top: 8px;
18135
- padding-bottom: 8px;
18136
- }
18137
-
18138
- .v-breadcrumbs__prepend {
18139
- align-items: center;
18140
- display: inline-flex;
18141
- }
18142
-
18143
- .v-breadcrumbs-item {
18144
- align-items: center;
18145
- color: inherit;
18146
- display: inline-flex;
18147
- padding: 0 4px;
18148
- text-decoration: none;
18149
- vertical-align: middle;
18150
- }
18151
- .v-breadcrumbs-item--disabled {
18152
- opacity: var(--v-disabled-opacity);
18153
- pointer-events: none;
18154
- }
18155
- .v-breadcrumbs-item--link {
18156
- color: inherit;
18157
- text-decoration: none;
18158
- }
18159
- .v-breadcrumbs-item--link:hover {
18160
- text-decoration: underline;
18161
- }
18162
- .v-breadcrumbs-item .v-icon {
18163
- font-size: 1rem;
18164
- margin-inline: -4px 2px;
18165
- }
18166
-
18167
- .v-breadcrumbs-divider {
18168
- display: inline-block;
18169
- padding: 0 8px;
18170
- vertical-align: middle;
18171
18082
  }.v-btn {
18172
18083
  align-items: center;
18173
18084
  border-radius: 4px;
@@ -18527,11 +18438,17 @@ html.overflow-y-hidden {
18527
18438
  grid-area: prepend;
18528
18439
  margin-inline: calc(var(--v-btn-height) / -9) calc(var(--v-btn-height) / 4.5);
18529
18440
  }
18441
+ .v-btn--slim .v-btn__prepend {
18442
+ margin-inline-start: 0;
18443
+ }
18530
18444
 
18531
18445
  .v-btn__append {
18532
18446
  grid-area: append;
18533
18447
  margin-inline: calc(var(--v-btn-height) / 4.5) calc(var(--v-btn-height) / -9);
18534
18448
  }
18449
+ .v-btn--slim .v-btn__append {
18450
+ margin-inline-end: 0;
18451
+ }
18535
18452
 
18536
18453
  .v-btn__content {
18537
18454
  grid-area: content;
@@ -18580,6 +18497,151 @@ html.overflow-y-hidden {
18580
18497
  }
18581
18498
  .v-pagination__item--is-active .v-btn__overlay {
18582
18499
  opacity: var(--v-border-opacity);
18500
+ }.v-breadcrumbs {
18501
+ display: flex;
18502
+ align-items: center;
18503
+ line-height: 1.6;
18504
+ padding: 16px 12px;
18505
+ }
18506
+ .v-breadcrumbs--rounded {
18507
+ border-radius: 4px;
18508
+ }
18509
+ .v-breadcrumbs--density-default {
18510
+ padding-top: 16px;
18511
+ padding-bottom: 16px;
18512
+ }
18513
+
18514
+ .v-breadcrumbs--density-comfortable {
18515
+ padding-top: 12px;
18516
+ padding-bottom: 12px;
18517
+ }
18518
+
18519
+ .v-breadcrumbs--density-compact {
18520
+ padding-top: 8px;
18521
+ padding-bottom: 8px;
18522
+ }
18523
+
18524
+ .v-breadcrumbs__prepend {
18525
+ align-items: center;
18526
+ display: inline-flex;
18527
+ }
18528
+
18529
+ .v-breadcrumbs-item {
18530
+ align-items: center;
18531
+ color: inherit;
18532
+ display: inline-flex;
18533
+ padding: 0 4px;
18534
+ text-decoration: none;
18535
+ vertical-align: middle;
18536
+ }
18537
+ .v-breadcrumbs-item--disabled {
18538
+ opacity: var(--v-disabled-opacity);
18539
+ pointer-events: none;
18540
+ }
18541
+ .v-breadcrumbs-item--link {
18542
+ color: inherit;
18543
+ text-decoration: none;
18544
+ }
18545
+ .v-breadcrumbs-item--link:hover {
18546
+ text-decoration: underline;
18547
+ }
18548
+ .v-breadcrumbs-item .v-icon {
18549
+ font-size: 1rem;
18550
+ margin-inline: -4px 2px;
18551
+ }
18552
+
18553
+ .v-breadcrumbs-divider {
18554
+ display: inline-block;
18555
+ padding: 0 8px;
18556
+ vertical-align: middle;
18557
+ }.bottom-sheet-transition-enter-from {
18558
+ transform: translateY(100%);
18559
+ }
18560
+ .bottom-sheet-transition-leave-to {
18561
+ transform: translateY(100%);
18562
+ }
18563
+
18564
+ .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
18565
+ align-self: flex-end;
18566
+ border-radius: 0;
18567
+ flex: 0 1 auto;
18568
+ left: 0;
18569
+ right: 0;
18570
+ margin-inline: 0;
18571
+ margin-bottom: 0;
18572
+ transition-duration: 0.2s;
18573
+ width: 100%;
18574
+ max-width: 100%;
18575
+ overflow: visible;
18576
+ 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));
18577
+ }
18578
+ .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-card,
18579
+ .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-sheet {
18580
+ border-radius: 0;
18581
+ }
18582
+ .v-bottom-sheet.v-bottom-sheet--inset {
18583
+ max-width: none;
18584
+ }
18585
+ @media (min-width: 600px) {
18586
+ .v-bottom-sheet.v-bottom-sheet--inset {
18587
+ max-width: 70%;
18588
+ }
18589
+ }.v-btn-group {
18590
+ display: inline-flex;
18591
+ flex-wrap: nowrap;
18592
+ max-width: 100%;
18593
+ min-width: 0;
18594
+ overflow: hidden;
18595
+ vertical-align: middle;
18596
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
18597
+ border-style: solid;
18598
+ border-width: 0;
18599
+ 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));
18600
+ border-radius: 4px;
18601
+ background: transparent;
18602
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
18603
+ }
18604
+ .v-btn-group--border {
18605
+ border-width: thin;
18606
+ box-shadow: none;
18607
+ }
18608
+ .v-btn-group--density-default.v-btn-group {
18609
+ height: 48px;
18610
+ }
18611
+
18612
+ .v-btn-group--density-comfortable.v-btn-group {
18613
+ height: 40px;
18614
+ }
18615
+
18616
+ .v-btn-group--density-compact.v-btn-group {
18617
+ height: 36px;
18618
+ }
18619
+
18620
+ .v-btn-group .v-btn {
18621
+ border-radius: 0;
18622
+ border-color: inherit;
18623
+ }
18624
+ .v-btn-group .v-btn:not(:last-child) {
18625
+ border-inline-end: none;
18626
+ }
18627
+ .v-btn-group .v-btn:not(:first-child) {
18628
+ border-inline-start: none;
18629
+ }
18630
+ .v-btn-group .v-btn:first-child {
18631
+ border-start-start-radius: inherit;
18632
+ border-end-start-radius: inherit;
18633
+ }
18634
+ .v-btn-group .v-btn:last-child {
18635
+ border-start-end-radius: inherit;
18636
+ border-end-end-radius: inherit;
18637
+ }
18638
+ .v-btn-group--divided .v-btn:not(:last-child) {
18639
+ border-inline-end-width: thin;
18640
+ border-inline-end-style: solid;
18641
+ border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity));
18642
+ }
18643
+ .v-btn-group--tile {
18644
+ border-radius: 0;
18583
18645
  }.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
18584
18646
  opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
18585
18647
  }
@@ -18892,62 +18954,11 @@ html.overflow-y-hidden {
18892
18954
  pointer-events: none;
18893
18955
  opacity: 0;
18894
18956
  transition: opacity 0.2s ease-in-out;
18895
- }.v-btn-group {
18896
- display: inline-flex;
18897
- flex-wrap: nowrap;
18898
- max-width: 100%;
18899
- min-width: 0;
18900
- overflow: hidden;
18901
- vertical-align: middle;
18902
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
18903
- border-style: solid;
18904
- border-width: 0;
18905
- 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));
18906
- border-radius: 4px;
18907
- background: transparent;
18908
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
18957
+ }.v-checkbox.v-input {
18958
+ flex: 0 1 auto;
18909
18959
  }
18910
- .v-btn-group--border {
18911
- border-width: thin;
18912
- box-shadow: none;
18913
- }
18914
- .v-btn-group--density-default.v-btn-group {
18915
- height: 48px;
18916
- }
18917
-
18918
- .v-btn-group--density-comfortable.v-btn-group {
18919
- height: 40px;
18920
- }
18921
-
18922
- .v-btn-group--density-compact.v-btn-group {
18923
- height: 36px;
18924
- }
18925
-
18926
- .v-btn-group .v-btn {
18927
- border-radius: 0;
18928
- border-color: inherit;
18929
- }
18930
- .v-btn-group .v-btn:not(:last-child) {
18931
- border-inline-end: none;
18932
- }
18933
- .v-btn-group .v-btn:not(:first-child) {
18934
- border-inline-start: none;
18935
- }
18936
- .v-btn-group .v-btn:first-child {
18937
- border-start-start-radius: inherit;
18938
- border-end-start-radius: inherit;
18939
- }
18940
- .v-btn-group .v-btn:last-child {
18941
- border-start-end-radius: inherit;
18942
- border-end-end-radius: inherit;
18943
- }
18944
- .v-btn-group--divided .v-btn:not(:last-child) {
18945
- border-inline-end-width: thin;
18946
- border-inline-end-style: solid;
18947
- border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity));
18948
- }
18949
- .v-btn-group--tile {
18950
- border-radius: 0;
18960
+ .v-checkbox .v-selection-control {
18961
+ min-height: var(--v-input-control-height);
18951
18962
  }.v-carousel {
18952
18963
  overflow: hidden;
18953
18964
  position: relative;
@@ -19011,11 +19022,6 @@ html.overflow-y-hidden {
19011
19022
  flex-direction: column;
19012
19023
  height: 100% !important;
19013
19024
  width: 50px;
19014
- }.v-checkbox.v-input {
19015
- flex: 0 1 auto;
19016
- }
19017
- .v-checkbox .v-selection-control {
19018
- min-height: var(--v-input-control-height);
19019
19025
  }.v-chip {
19020
19026
  align-items: center;
19021
19027
  display: inline-flex;
@@ -19428,24 +19434,6 @@ html.overflow-y-hidden {
19428
19434
 
19429
19435
  .v-chip--label {
19430
19436
  border-radius: 4px;
19431
- }.v-chip-group {
19432
- display: flex;
19433
- max-width: 100%;
19434
- min-width: 0;
19435
- overflow-x: auto;
19436
- padding: 4px 0;
19437
- }
19438
- .v-chip-group .v-chip {
19439
- margin: 4px 8px 4px 0;
19440
- }
19441
- .v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
19442
- opacity: var(--v-activated-opacity);
19443
- }
19444
-
19445
- .v-chip-group--column .v-slide-group__content {
19446
- white-space: normal;
19447
- flex-wrap: wrap;
19448
- max-width: 100%;
19449
19437
  }.v-container {
19450
19438
  width: 100%;
19451
19439
  padding: 16px;
@@ -20118,6 +20106,24 @@ html.overflow-y-hidden {
20118
20106
  .offset-xxl-11 {
20119
20107
  margin-inline-start: 91.6666666667%;
20120
20108
  }
20109
+ }.v-chip-group {
20110
+ display: flex;
20111
+ max-width: 100%;
20112
+ min-width: 0;
20113
+ overflow-x: auto;
20114
+ padding: 4px 0;
20115
+ }
20116
+ .v-chip-group .v-chip {
20117
+ margin: 4px 8px 4px 0;
20118
+ }
20119
+ .v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
20120
+ opacity: var(--v-activated-opacity);
20121
+ }
20122
+
20123
+ .v-chip-group--column .v-slide-group__content {
20124
+ white-space: normal;
20125
+ flex-wrap: wrap;
20126
+ max-width: 100%;
20121
20127
  }.v-color-picker {
20122
20128
  align-self: flex-start;
20123
20129
  contain: content;
@@ -20437,6 +20443,62 @@ html.overflow-y-hidden {
20437
20443
  }
20438
20444
  .v-data-table-footer__page {
20439
20445
  padding: 0 8px;
20446
+ }.v-date-picker-controls {
20447
+ display: flex;
20448
+ align-items: center;
20449
+ justify-content: space-between;
20450
+ font-size: 0.875rem;
20451
+ padding-top: 4px;
20452
+ padding-bottom: 4px;
20453
+ padding-inline-start: 6px;
20454
+ padding-inline-end: 12px;
20455
+ }
20456
+ .v-date-picker-controls > .v-btn:first-child {
20457
+ text-transform: none;
20458
+ font-weight: 400;
20459
+ line-height: initial;
20460
+ letter-spacing: initial;
20461
+ }
20462
+ .v-date-picker-controls--variant-classic {
20463
+ padding-inline-start: 12px;
20464
+ }
20465
+ .v-date-picker-controls--variant-modern .v-date-picker__title:not(:hover) {
20466
+ opacity: 0.7;
20467
+ }
20468
+ .v-date-picker--month .v-date-picker-controls--variant-modern .v-date-picker__title {
20469
+ cursor: pointer;
20470
+ }
20471
+ .v-date-picker--year .v-date-picker-controls--variant-modern .v-date-picker__title {
20472
+ opacity: 1;
20473
+ }
20474
+ .v-date-picker-controls .v-btn:last-child {
20475
+ margin-inline-start: 4px;
20476
+ }
20477
+ .v-date-picker--year .v-date-picker-controls .v-date-picker-controls__mode-btn {
20478
+ transform: rotate(180deg);
20479
+ }
20480
+
20481
+ .v-date-picker-controls__date {
20482
+ margin-inline-end: 4px;
20483
+ }
20484
+ .v-date-picker-controls--variant-classic .v-date-picker-controls__date {
20485
+ margin: auto;
20486
+ text-align: center;
20487
+ }
20488
+
20489
+ .v-date-picker-controls__month {
20490
+ display: flex;
20491
+ }
20492
+ .v-locale--is-rtl.v-date-picker-controls__month, .v-locale--is-rtl .v-date-picker-controls__month {
20493
+ flex-direction: row-reverse;
20494
+ }
20495
+
20496
+ .v-date-picker-controls--variant-classic .v-date-picker-controls__month {
20497
+ flex: 1 0 auto;
20498
+ }
20499
+
20500
+ .v-date-picker__title {
20501
+ display: inline-block;
20440
20502
  }.v-date-picker {
20441
20503
  overflow: hidden;
20442
20504
  width: 328px;
@@ -20503,62 +20565,6 @@ html.overflow-y-hidden {
20503
20565
  .date-picker-header-reverse-transition-leave-to {
20504
20566
  opacity: 0;
20505
20567
  transform: translate(0, 100%);
20506
- }.v-date-picker-controls {
20507
- display: flex;
20508
- align-items: center;
20509
- justify-content: space-between;
20510
- font-size: 0.875rem;
20511
- padding-top: 4px;
20512
- padding-bottom: 4px;
20513
- padding-inline-start: 6px;
20514
- padding-inline-end: 12px;
20515
- }
20516
- .v-date-picker-controls > .v-btn:first-child {
20517
- text-transform: none;
20518
- font-weight: 400;
20519
- line-height: initial;
20520
- letter-spacing: initial;
20521
- }
20522
- .v-date-picker-controls--variant-classic {
20523
- padding-inline-start: 12px;
20524
- }
20525
- .v-date-picker-controls--variant-modern .v-date-picker__title:not(:hover) {
20526
- opacity: 0.7;
20527
- }
20528
- .v-date-picker--month .v-date-picker-controls--variant-modern .v-date-picker__title {
20529
- cursor: pointer;
20530
- }
20531
- .v-date-picker--year .v-date-picker-controls--variant-modern .v-date-picker__title {
20532
- opacity: 1;
20533
- }
20534
- .v-date-picker-controls .v-btn:last-child {
20535
- margin-inline-start: 4px;
20536
- }
20537
- .v-date-picker--year .v-date-picker-controls .v-date-picker-controls__mode-btn {
20538
- transform: rotate(180deg);
20539
- }
20540
-
20541
- .v-date-picker-controls__date {
20542
- margin-inline-end: 4px;
20543
- }
20544
- .v-date-picker-controls--variant-classic .v-date-picker-controls__date {
20545
- margin: auto;
20546
- text-align: center;
20547
- }
20548
-
20549
- .v-date-picker-controls__month {
20550
- display: flex;
20551
- }
20552
- .v-locale--is-rtl.v-date-picker-controls__month, .v-locale--is-rtl .v-date-picker-controls__month {
20553
- flex-direction: row-reverse;
20554
- }
20555
-
20556
- .v-date-picker-controls--variant-classic .v-date-picker-controls__month {
20557
- flex: 1 0 auto;
20558
- }
20559
-
20560
- .v-date-picker__title {
20561
- display: inline-block;
20562
20568
  }.v-date-picker-month {
20563
20569
  display: flex;
20564
20570
  justify-content: center;
@@ -21138,6 +21144,7 @@ html.overflow-y-hidden {
21138
21144
  right: 0;
21139
21145
  }/* region INPUT */
21140
21146
  .v-field {
21147
+ --v-theme-overlay-multiplier: 1;
21141
21148
  display: grid;
21142
21149
  grid-template-areas: "prepend-inner field clear append-inner";
21143
21150
  grid-template-columns: min-content minmax(0, 1fr) min-content min-content;
@@ -22054,8 +22061,6 @@ textarea.v-field__input::placeholder {
22054
22061
 
22055
22062
  .v-layout-item--absolute {
22056
22063
  position: absolute;
22057
- }.v-locale-provider {
22058
- display: contents;
22059
22064
  }.v-list {
22060
22065
  overflow: auto;
22061
22066
  padding: 8px 0;
@@ -22613,6 +22618,8 @@ textarea.v-field__input::placeholder {
22613
22618
  }
22614
22619
  .v-list-group__header.v-list-item--active:hover .v-list-item__overlay {
22615
22620
  opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
22621
+ }.v-locale-provider {
22622
+ display: contents;
22616
22623
  }.v-main {
22617
22624
  flex: 1 0 auto;
22618
22625
  max-width: 100%;
@@ -23287,60 +23294,6 @@ html.v-overlay-scroll-blocked {
23287
23294
 
23288
23295
  .v-slider__label {
23289
23296
  margin-inline-end: 12px;
23290
- }.v-rating {
23291
- max-width: 100%;
23292
- display: inline-flex;
23293
- white-space: nowrap;
23294
- }
23295
- .v-rating--readonly {
23296
- pointer-events: none;
23297
- }
23298
-
23299
- .v-rating__wrapper {
23300
- align-items: center;
23301
- display: inline-flex;
23302
- flex-direction: column;
23303
- }
23304
- .v-rating__wrapper--bottom {
23305
- flex-direction: column-reverse;
23306
- }
23307
-
23308
- .v-rating__item {
23309
- display: inline-flex;
23310
- position: relative;
23311
- }
23312
- .v-rating__item label {
23313
- cursor: pointer;
23314
- }
23315
- .v-rating__item .v-btn--variant-plain {
23316
- opacity: 1;
23317
- }
23318
- .v-rating__item .v-btn {
23319
- transition-property: transform;
23320
- }
23321
- .v-rating__item .v-btn .v-icon {
23322
- transition: inherit;
23323
- transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
23324
- }
23325
- .v-rating--hover .v-rating__item:hover:not(.v-rating__item--focused) .v-btn {
23326
- transform: scale(1.25);
23327
- }
23328
- .v-rating__item--half {
23329
- overflow: hidden;
23330
- position: absolute;
23331
- -webkit-clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
23332
- clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
23333
- z-index: 1;
23334
- }
23335
- .v-rating__item--half .v-btn__overlay, .v-rating__item--half:hover .v-btn__overlay {
23336
- opacity: 0;
23337
- }
23338
-
23339
- .v-rating__hidden {
23340
- height: 0;
23341
- opacity: 0;
23342
- position: absolute;
23343
- width: 0;
23344
23297
  }.v-responsive {
23345
23298
  display: flex;
23346
23299
  flex: 1 0 auto;
@@ -23367,54 +23320,6 @@ html.v-overlay-scroll-blocked {
23367
23320
  flex: 1 0 0px;
23368
23321
  transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
23369
23322
  pointer-events: none;
23370
- }.v-select .v-field .v-text-field__prefix,
23371
- .v-select .v-field .v-text-field__suffix,
23372
- .v-select .v-field .v-field__input, .v-select .v-field.v-field {
23373
- cursor: pointer;
23374
- }
23375
- .v-select .v-field .v-field__input > input {
23376
- align-self: flex-start;
23377
- opacity: 1;
23378
- flex: 0 0;
23379
- position: absolute;
23380
- width: 100%;
23381
- transition: none;
23382
- pointer-events: none;
23383
- caret-color: transparent;
23384
- }
23385
- .v-select .v-field--dirty .v-select__selection {
23386
- margin-inline-end: 2px;
23387
- }
23388
- .v-select .v-select__selection-text {
23389
- overflow: hidden;
23390
- text-overflow: ellipsis;
23391
- white-space: nowrap;
23392
- }
23393
- .v-select__content {
23394
- overflow: hidden;
23395
- 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));
23396
- border-radius: 4px;
23397
- }
23398
- .v-select__selection {
23399
- display: inline-flex;
23400
- align-items: center;
23401
- letter-spacing: inherit;
23402
- line-height: inherit;
23403
- max-width: 100%;
23404
- }
23405
- .v-select .v-select__selection:first-child {
23406
- margin-inline-start: 0;
23407
- }
23408
- .v-select--selected .v-field .v-field__input > input {
23409
- opacity: 0;
23410
- }
23411
- .v-select__menu-icon {
23412
- margin-inline-start: 4px;
23413
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
23414
- }
23415
- .v-select--active-menu .v-select__menu-icon {
23416
- opacity: var(--v-high-emphasis-opacity);
23417
- transform: rotate(180deg);
23418
23323
  }.v-selection-control {
23419
23324
  align-items: center;
23420
23325
  contain: layout;
@@ -23516,14 +23421,60 @@ html.v-overlay-scroll-blocked {
23516
23421
  }
23517
23422
  .v-selection-control--focus-visible .v-selection-control__input::before {
23518
23423
  opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
23519
- }.v-selection-control-group {
23520
- grid-area: control;
23521
- display: flex;
23424
+ }.v-rating {
23425
+ max-width: 100%;
23426
+ display: inline-flex;
23427
+ white-space: nowrap;
23428
+ }
23429
+ .v-rating--readonly {
23430
+ pointer-events: none;
23431
+ }
23432
+
23433
+ .v-rating__wrapper {
23434
+ align-items: center;
23435
+ display: inline-flex;
23522
23436
  flex-direction: column;
23523
23437
  }
23524
- .v-selection-control-group--inline {
23525
- flex-direction: row;
23526
- flex-wrap: wrap;
23438
+ .v-rating__wrapper--bottom {
23439
+ flex-direction: column-reverse;
23440
+ }
23441
+
23442
+ .v-rating__item {
23443
+ display: inline-flex;
23444
+ position: relative;
23445
+ }
23446
+ .v-rating__item label {
23447
+ cursor: pointer;
23448
+ }
23449
+ .v-rating__item .v-btn--variant-plain {
23450
+ opacity: 1;
23451
+ }
23452
+ .v-rating__item .v-btn {
23453
+ transition-property: transform;
23454
+ }
23455
+ .v-rating__item .v-btn .v-icon {
23456
+ transition: inherit;
23457
+ transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
23458
+ }
23459
+ .v-rating--hover .v-rating__item:hover:not(.v-rating__item--focused) .v-btn {
23460
+ transform: scale(1.25);
23461
+ }
23462
+ .v-rating__item--half {
23463
+ overflow: hidden;
23464
+ position: absolute;
23465
+ -webkit-clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
23466
+ clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
23467
+ z-index: 1;
23468
+ }
23469
+ .v-rating__item--half .v-btn__overlay, .v-rating__item--half:hover .v-btn__overlay {
23470
+ opacity: 0;
23471
+ }
23472
+
23473
+ .v-rating__hidden {
23474
+ height: 0;
23475
+ opacity: 0;
23476
+ position: absolute;
23477
+ width: 0;
23527
23478
  }.v-sheet {
23528
23479
  display: block;
23529
23480
  border-color: rgba(var(--v-border-color), var(--v-border-opacity));
@@ -23552,61 +23503,62 @@ html.v-overlay-scroll-blocked {
23552
23503
  }
23553
23504
  .v-sheet--rounded {
23554
23505
  border-radius: 4px;
23555
- }.v-slide-group {
23556
- display: flex;
23557
- overflow: hidden;
23558
- }
23559
-
23560
- .v-slide-group__next,
23561
- .v-slide-group__prev {
23562
- align-items: center;
23563
- display: flex;
23564
- flex: 0 1 52px;
23565
- justify-content: center;
23566
- min-width: 52px;
23506
+ }.v-select .v-field .v-text-field__prefix,
23507
+ .v-select .v-field .v-text-field__suffix,
23508
+ .v-select .v-field .v-field__input, .v-select .v-field.v-field {
23567
23509
  cursor: pointer;
23568
23510
  }
23569
- .v-slide-group__next--disabled,
23570
- .v-slide-group__prev--disabled {
23511
+ .v-select .v-field .v-field__input > input {
23512
+ align-self: flex-start;
23513
+ opacity: 1;
23514
+ flex: 0 0;
23515
+ position: absolute;
23516
+ width: 100%;
23517
+ transition: none;
23571
23518
  pointer-events: none;
23572
- opacity: var(--v-disabled-opacity);
23519
+ caret-color: transparent;
23573
23520
  }
23574
-
23575
- .v-slide-group__content {
23576
- display: flex;
23577
- flex: 1 0 auto;
23578
- position: relative;
23579
- transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
23521
+ .v-select .v-field--dirty .v-select__selection {
23522
+ margin-inline-end: 2px;
23523
+ }
23524
+ .v-select .v-select__selection-text {
23525
+ overflow: hidden;
23526
+ text-overflow: ellipsis;
23580
23527
  white-space: nowrap;
23581
23528
  }
23582
- .v-slide-group__content > * {
23583
- white-space: initial;
23529
+ .v-select__content {
23530
+ overflow: hidden;
23531
+ 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));
23532
+ border-radius: 4px;
23584
23533
  }
23585
-
23586
- .v-slide-group__container {
23587
- contain: content;
23588
- display: flex;
23589
- flex: 1 1 auto;
23590
- overflow-x: auto;
23591
- overflow-y: hidden;
23592
- scrollbar-width: none;
23593
- scrollbar-color: rgba(0, 0, 0, 0);
23534
+ .v-select__selection {
23535
+ display: inline-flex;
23536
+ align-items: center;
23537
+ letter-spacing: inherit;
23538
+ line-height: inherit;
23539
+ max-width: 100%;
23594
23540
  }
23595
- .v-slide-group__container::-webkit-scrollbar {
23596
- display: none;
23541
+ .v-select .v-select__selection:first-child {
23542
+ margin-inline-start: 0;
23597
23543
  }
23598
-
23599
- .v-slide-group--vertical {
23600
- max-height: inherit;
23544
+ .v-select--selected .v-field .v-field__input > input {
23545
+ opacity: 0;
23601
23546
  }
23602
- .v-slide-group--vertical,
23603
- .v-slide-group--vertical .v-slide-group__container,
23604
- .v-slide-group--vertical .v-slide-group__content {
23547
+ .v-select__menu-icon {
23548
+ margin-inline-start: 4px;
23549
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
23550
+ }
23551
+ .v-select--active-menu .v-select__menu-icon {
23552
+ opacity: var(--v-high-emphasis-opacity);
23553
+ transform: rotate(180deg);
23554
+ }.v-selection-control-group {
23555
+ grid-area: control;
23556
+ display: flex;
23605
23557
  flex-direction: column;
23606
23558
  }
23607
- .v-slide-group--vertical .v-slide-group__container {
23608
- overflow-x: hidden;
23609
- overflow-y: auto;
23559
+ .v-selection-control-group--inline {
23560
+ flex-direction: row;
23561
+ flex-wrap: wrap;
23610
23562
  }.v-skeleton-loader {
23611
23563
  align-items: center;
23612
23564
  background: rgb(var(--v-theme-surface));
@@ -23830,6 +23782,61 @@ html.v-overlay-scroll-blocked {
23830
23782
  100% {
23831
23783
  transform: translateX(100%);
23832
23784
  }
23785
+ }.v-slide-group {
23786
+ display: flex;
23787
+ overflow: hidden;
23788
+ }
23789
+
23790
+ .v-slide-group__next,
23791
+ .v-slide-group__prev {
23792
+ align-items: center;
23793
+ display: flex;
23794
+ flex: 0 1 52px;
23795
+ justify-content: center;
23796
+ min-width: 52px;
23797
+ cursor: pointer;
23798
+ }
23799
+ .v-slide-group__next--disabled,
23800
+ .v-slide-group__prev--disabled {
23801
+ pointer-events: none;
23802
+ opacity: var(--v-disabled-opacity);
23803
+ }
23804
+
23805
+ .v-slide-group__content {
23806
+ display: flex;
23807
+ flex: 1 0 auto;
23808
+ position: relative;
23809
+ transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
23810
+ white-space: nowrap;
23811
+ }
23812
+ .v-slide-group__content > * {
23813
+ white-space: initial;
23814
+ }
23815
+
23816
+ .v-slide-group__container {
23817
+ contain: content;
23818
+ display: flex;
23819
+ flex: 1 1 auto;
23820
+ overflow-x: auto;
23821
+ overflow-y: hidden;
23822
+ scrollbar-width: none;
23823
+ scrollbar-color: rgba(0, 0, 0, 0);
23824
+ }
23825
+ .v-slide-group__container::-webkit-scrollbar {
23826
+ display: none;
23827
+ }
23828
+
23829
+ .v-slide-group--vertical {
23830
+ max-height: inherit;
23831
+ }
23832
+ .v-slide-group--vertical,
23833
+ .v-slide-group--vertical .v-slide-group__container,
23834
+ .v-slide-group--vertical .v-slide-group__content {
23835
+ flex-direction: column;
23836
+ }
23837
+ .v-slide-group--vertical .v-slide-group__container {
23838
+ overflow-x: hidden;
23839
+ overflow-y: auto;
23833
23840
  }.v-snackbar {
23834
23841
  justify-content: center;
23835
23842
  z-index: 10000;
@@ -24622,52 +24629,13 @@ html.v-overlay-scroll-blocked {
24622
24629
  .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > td,
24623
24630
  .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > th {
24624
24631
  border-top: 0px !important;
24625
- }.v-textarea .v-field {
24626
- --v-textarea-control-height: var(--v-input-control-height);
24627
- }
24628
- .v-textarea .v-field__field {
24629
- --v-input-control-height: var(--v-textarea-control-height);
24630
- }
24631
- .v-textarea .v-field__input {
24632
- flex: 1 1 auto;
24633
- outline: none;
24634
- -webkit-mask-image: linear-gradient(to bottom, transparent, transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px), black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px));
24635
- mask-image: linear-gradient(to bottom, transparent, transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px), black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px));
24636
- }
24637
- .v-textarea .v-field__input.v-textarea__sizer {
24638
- visibility: hidden;
24639
- position: absolute;
24640
- top: 0;
24641
- left: 0;
24642
- height: 0 !important;
24643
- min-height: 0 !important;
24644
- pointer-events: none;
24645
- }
24646
- .v-textarea--no-resize .v-field__input {
24647
- resize: none;
24648
- }
24649
- .v-textarea .v-field--no-label textarea,
24650
- .v-textarea .v-field--active textarea {
24651
- opacity: 1;
24652
- }
24653
- .v-textarea textarea {
24654
- opacity: 0;
24655
- flex: 1;
24656
- min-width: 0;
24657
- transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
24658
- }
24659
- .v-textarea textarea:focus, .v-textarea textarea:active {
24660
- outline: none;
24661
- }
24662
- .v-textarea textarea:invalid {
24663
- box-shadow: none;
24664
- }/* region BLOCK */
24665
- .v-text-field input {
24666
- color: inherit;
24667
- opacity: 0;
24668
- flex: 1;
24669
- transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
24670
- min-width: 0;
24632
+ }/* region BLOCK */
24633
+ .v-text-field input {
24634
+ color: inherit;
24635
+ opacity: 0;
24636
+ flex: 1;
24637
+ transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
24638
+ min-width: 0;
24671
24639
  }
24672
24640
  .v-text-field input:focus, .v-text-field input:active {
24673
24641
  outline: none;
@@ -24728,138 +24696,48 @@ html.v-overlay-scroll-blocked {
24728
24696
  padding-inline-end: var(--v-field-padding-end);
24729
24697
  }
24730
24698
 
24731
- /* endregion */.v-theme-provider {
24732
- background: rgb(var(--v-theme-background));
24733
- color: rgb(var(--v-theme-on-background));
24734
- }.v-toolbar {
24735
- align-items: flex-start;
24736
- display: flex;
24737
- flex: none;
24738
- flex-direction: column;
24739
- justify-content: space-between;
24740
- max-width: 100%;
24741
- position: relative;
24742
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
24743
- transition-property: height, width, transform, max-width, left, right, top, bottom, box-shadow;
24744
- width: 100%;
24745
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
24746
- border-style: solid;
24747
- border-width: 0;
24748
- 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));
24749
- border-radius: 0;
24750
- background: rgb(var(--v-theme-surface-light));
24751
- color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
24752
- }
24753
- .v-toolbar--border {
24754
- border-width: thin;
24755
- box-shadow: none;
24756
- }
24757
- .v-toolbar--absolute {
24758
- position: absolute;
24759
- }
24760
- .v-toolbar--collapse {
24761
- max-width: 112px;
24762
- overflow: hidden;
24763
- border-end-end-radius: 24px;
24764
- }
24765
- .v-toolbar--collapse .v-toolbar-title {
24766
- display: none;
24767
- }
24768
- .v-toolbar--flat {
24769
- 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));
24770
- }
24771
- .v-toolbar--floating {
24772
- display: inline-flex;
24773
- }
24774
- .v-toolbar--rounded {
24775
- border-radius: 4px;
24776
- }
24777
-
24778
- .v-toolbar__content,
24779
- .v-toolbar__extension {
24780
- align-items: center;
24781
- display: flex;
24782
- flex: 0 0 auto;
24783
- position: relative;
24784
- transition: inherit;
24785
- width: 100%;
24786
- }
24787
-
24788
- .v-toolbar__content {
24789
- overflow: hidden;
24790
- }
24791
- .v-toolbar__content > .v-btn:first-child {
24792
- margin-inline-start: 4px;
24793
- }
24794
- .v-toolbar__content > .v-btn:last-child {
24795
- margin-inline-end: 4px;
24699
+ /* endregion */.v-textarea .v-field {
24700
+ --v-textarea-control-height: var(--v-input-control-height);
24796
24701
  }
24797
- .v-toolbar__content > .v-toolbar-title {
24798
- margin-inline-start: 20px;
24702
+ .v-textarea .v-field__field {
24703
+ --v-input-control-height: var(--v-textarea-control-height);
24799
24704
  }
24800
- .v-toolbar--density-prominent .v-toolbar__content {
24801
- align-items: flex-start;
24705
+ .v-textarea .v-field__input {
24706
+ flex: 1 1 auto;
24707
+ outline: none;
24708
+ -webkit-mask-image: linear-gradient(to bottom, transparent, transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px), black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px));
24709
+ mask-image: linear-gradient(to bottom, transparent, transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px), black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px));
24802
24710
  }
24803
-
24804
- .v-toolbar__image {
24711
+ .v-textarea .v-field__input.v-textarea__sizer {
24712
+ visibility: hidden;
24805
24713
  position: absolute;
24806
24714
  top: 0;
24807
24715
  left: 0;
24808
- width: 100%;
24809
- height: 100%;
24810
- display: flex;
24811
- opacity: var(--v-toolbar-image-opacity, 1);
24812
- transition-property: opacity;
24813
- }
24814
-
24815
- .v-toolbar__prepend,
24816
- .v-toolbar__append {
24817
- align-items: center;
24818
- align-self: stretch;
24819
- display: flex;
24716
+ height: 0 !important;
24717
+ min-height: 0 !important;
24718
+ pointer-events: none;
24820
24719
  }
24821
-
24822
- .v-toolbar__prepend {
24823
- margin-inline: 4px auto;
24720
+ .v-textarea--no-resize .v-field__input {
24721
+ resize: none;
24824
24722
  }
24825
-
24826
- .v-toolbar__append {
24827
- margin-inline: auto 4px;
24723
+ .v-textarea .v-field--no-label textarea,
24724
+ .v-textarea .v-field--active textarea {
24725
+ opacity: 1;
24828
24726
  }
24829
-
24830
- .v-toolbar-title {
24831
- flex: 1 1;
24832
- font-size: 1.25rem;
24727
+ .v-textarea textarea {
24728
+ opacity: 0;
24729
+ flex: 1;
24833
24730
  min-width: 0;
24834
- font-size: 1.25rem;
24835
- font-weight: 400;
24836
- letter-spacing: 0;
24837
- line-height: 1.75rem;
24838
- text-transform: none;
24839
- }
24840
- .v-toolbar--density-prominent .v-toolbar-title {
24841
- align-self: flex-end;
24842
- padding-bottom: 6px;
24843
- font-size: 1.5rem;
24844
- font-weight: 400;
24845
- letter-spacing: 0;
24846
- line-height: 2.25rem;
24847
- text-transform: none;
24848
- }
24849
-
24850
- .v-toolbar-title__placeholder {
24851
- overflow: hidden;
24852
- text-overflow: ellipsis;
24853
- white-space: nowrap;
24731
+ transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
24854
24732
  }
24855
-
24856
- .v-toolbar-items {
24857
- display: flex;
24858
- height: inherit;
24859
- align-self: stretch;
24733
+ .v-textarea textarea:focus, .v-textarea textarea:active {
24734
+ outline: none;
24860
24735
  }
24861
- .v-toolbar-items > .v-btn {
24862
- border-radius: 0;
24736
+ .v-textarea textarea:invalid {
24737
+ box-shadow: none;
24738
+ }.v-theme-provider {
24739
+ background: rgb(var(--v-theme-background));
24740
+ color: rgb(var(--v-theme-on-background));
24863
24741
  }.v-timeline .v-timeline-divider__dot {
24864
24742
  background: rgb(var(--v-theme-surface-light));
24865
24743
  }
@@ -25276,6 +25154,135 @@ html.v-overlay-scroll-blocked {
25276
25154
 
25277
25155
  .v-timeline--horizontal.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider, .v-timeline--horizontal.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-item__body, .v-timeline--horizontal.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-item__opposite {
25278
25156
  padding-inline-end: 0;
25157
+ }.v-toolbar {
25158
+ align-items: flex-start;
25159
+ display: flex;
25160
+ flex: none;
25161
+ flex-direction: column;
25162
+ justify-content: space-between;
25163
+ max-width: 100%;
25164
+ position: relative;
25165
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
25166
+ transition-property: height, width, transform, max-width, left, right, top, bottom, box-shadow;
25167
+ width: 100%;
25168
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
25169
+ border-style: solid;
25170
+ border-width: 0;
25171
+ 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));
25172
+ border-radius: 0;
25173
+ background: rgb(var(--v-theme-surface-light));
25174
+ color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
25175
+ }
25176
+ .v-toolbar--border {
25177
+ border-width: thin;
25178
+ box-shadow: none;
25179
+ }
25180
+ .v-toolbar--absolute {
25181
+ position: absolute;
25182
+ }
25183
+ .v-toolbar--collapse {
25184
+ max-width: 112px;
25185
+ overflow: hidden;
25186
+ border-end-end-radius: 24px;
25187
+ }
25188
+ .v-toolbar--collapse .v-toolbar-title {
25189
+ display: none;
25190
+ }
25191
+ .v-toolbar--flat {
25192
+ 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));
25193
+ }
25194
+ .v-toolbar--floating {
25195
+ display: inline-flex;
25196
+ }
25197
+ .v-toolbar--rounded {
25198
+ border-radius: 4px;
25199
+ }
25200
+
25201
+ .v-toolbar__content,
25202
+ .v-toolbar__extension {
25203
+ align-items: center;
25204
+ display: flex;
25205
+ flex: 0 0 auto;
25206
+ position: relative;
25207
+ transition: inherit;
25208
+ width: 100%;
25209
+ }
25210
+
25211
+ .v-toolbar__content {
25212
+ overflow: hidden;
25213
+ }
25214
+ .v-toolbar__content > .v-btn:first-child {
25215
+ margin-inline-start: 4px;
25216
+ }
25217
+ .v-toolbar__content > .v-btn:last-child {
25218
+ margin-inline-end: 4px;
25219
+ }
25220
+ .v-toolbar__content > .v-toolbar-title {
25221
+ margin-inline-start: 20px;
25222
+ }
25223
+ .v-toolbar--density-prominent .v-toolbar__content {
25224
+ align-items: flex-start;
25225
+ }
25226
+
25227
+ .v-toolbar__image {
25228
+ position: absolute;
25229
+ top: 0;
25230
+ left: 0;
25231
+ width: 100%;
25232
+ height: 100%;
25233
+ display: flex;
25234
+ opacity: var(--v-toolbar-image-opacity, 1);
25235
+ transition-property: opacity;
25236
+ }
25237
+
25238
+ .v-toolbar__prepend,
25239
+ .v-toolbar__append {
25240
+ align-items: center;
25241
+ align-self: stretch;
25242
+ display: flex;
25243
+ }
25244
+
25245
+ .v-toolbar__prepend {
25246
+ margin-inline: 4px auto;
25247
+ }
25248
+
25249
+ .v-toolbar__append {
25250
+ margin-inline: auto 4px;
25251
+ }
25252
+
25253
+ .v-toolbar-title {
25254
+ flex: 1 1;
25255
+ font-size: 1.25rem;
25256
+ min-width: 0;
25257
+ font-size: 1.25rem;
25258
+ font-weight: 400;
25259
+ letter-spacing: 0;
25260
+ line-height: 1.75rem;
25261
+ text-transform: none;
25262
+ }
25263
+ .v-toolbar--density-prominent .v-toolbar-title {
25264
+ align-self: flex-end;
25265
+ padding-bottom: 6px;
25266
+ font-size: 1.5rem;
25267
+ font-weight: 400;
25268
+ letter-spacing: 0;
25269
+ line-height: 2.25rem;
25270
+ text-transform: none;
25271
+ }
25272
+
25273
+ .v-toolbar-title__placeholder {
25274
+ overflow: hidden;
25275
+ text-overflow: ellipsis;
25276
+ white-space: nowrap;
25277
+ }
25278
+
25279
+ .v-toolbar-items {
25280
+ display: flex;
25281
+ height: inherit;
25282
+ align-self: stretch;
25283
+ }
25284
+ .v-toolbar-items > .v-btn {
25285
+ border-radius: 0;
25279
25286
  }.v-tooltip > .v-overlay__content {
25280
25287
  background: rgb(var(--v-theme-surface-variant));
25281
25288
  color: rgb(var(--v-theme-on-surface-variant));
@@ -25298,15 +25305,6 @@ html.v-overlay-scroll-blocked {
25298
25305
  .v-tooltip > .v-overlay__content[class*=leave-active] {
25299
25306
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
25300
25307
  transition-duration: 75ms;
25301
- }.v-virtual-scroll {
25302
- display: block;
25303
- flex: 1 1 auto;
25304
- max-width: 100%;
25305
- overflow: auto;
25306
- position: relative;
25307
- }
25308
- .v-virtual-scroll__container {
25309
- display: block;
25310
25308
  }.v-window {
25311
25309
  overflow: hidden;
25312
25310
  }
@@ -25377,6 +25375,15 @@ html.v-overlay-scroll-blocked {
25377
25375
  }
25378
25376
  .v-window-y-reverse-transition-leave-to {
25379
25377
  transform: translateY(100%);
25378
+ }.v-virtual-scroll {
25379
+ display: block;
25380
+ flex: 1 1 auto;
25381
+ max-width: 100%;
25382
+ overflow: auto;
25383
+ position: relative;
25384
+ }
25385
+ .v-virtual-scroll__container {
25386
+ display: block;
25380
25387
  }.v-color-picker-canvas {
25381
25388
  display: flex;
25382
25389
  position: relative;
@@ -25399,69 +25406,6 @@ html.v-overlay-scroll-blocked {
25399
25406
  }
25400
25407
  .v-color-picker-canvas:hover .v-color-picker-canvas__dot {
25401
25408
  will-change: transform;
25402
- }.v-color-picker-edit {
25403
- display: flex;
25404
- margin-top: 24px;
25405
- }
25406
-
25407
- .v-color-picker-edit__input {
25408
- width: 100%;
25409
- display: flex;
25410
- flex-wrap: wrap;
25411
- justify-content: center;
25412
- text-align: center;
25413
- }
25414
- .v-color-picker-edit__input:not(:last-child) {
25415
- margin-inline-end: 8px;
25416
- }
25417
- .v-color-picker-edit__input input {
25418
- border-radius: 4px;
25419
- margin-bottom: 8px;
25420
- min-width: 0;
25421
- outline: none;
25422
- text-align: center;
25423
- width: 100%;
25424
- height: 32px;
25425
- background: rgba(var(--v-theme-surface-variant), 0.2);
25426
- color: rgba(var(--v-theme-on-surface));
25427
- }
25428
- .v-color-picker-edit__input span {
25429
- font-size: 0.75rem;
25430
- }.v-color-picker-swatches {
25431
- overflow-y: auto;
25432
- }
25433
- .v-color-picker-swatches > div {
25434
- display: flex;
25435
- flex-wrap: wrap;
25436
- justify-content: center;
25437
- padding: 8px;
25438
- }
25439
-
25440
- .v-color-picker-swatches__swatch {
25441
- display: flex;
25442
- flex-direction: column;
25443
- margin-bottom: 10px;
25444
- }
25445
-
25446
- .v-color-picker-swatches__color {
25447
- position: relative;
25448
- height: 18px;
25449
- max-height: 18px;
25450
- width: 45px;
25451
- margin: 2px 4px;
25452
- border-radius: 2px;
25453
- -webkit-user-select: none;
25454
- user-select: none;
25455
- overflow: hidden;
25456
- background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
25457
- cursor: pointer;
25458
- }
25459
- .v-color-picker-swatches__color > div {
25460
- display: flex;
25461
- align-items: center;
25462
- justify-content: center;
25463
- width: 100%;
25464
- height: 100%;
25465
25409
  }.v-color-picker-preview__alpha .v-slider-track__background {
25466
25410
  background-color: transparent !important;
25467
25411
  }
@@ -25532,6 +25476,69 @@ html.v-overlay-scroll-blocked {
25532
25476
  .v-color-picker-preview__eye-dropper {
25533
25477
  position: relative;
25534
25478
  margin-right: 12px;
25479
+ }.v-color-picker-edit {
25480
+ display: flex;
25481
+ margin-top: 24px;
25482
+ }
25483
+
25484
+ .v-color-picker-edit__input {
25485
+ width: 100%;
25486
+ display: flex;
25487
+ flex-wrap: wrap;
25488
+ justify-content: center;
25489
+ text-align: center;
25490
+ }
25491
+ .v-color-picker-edit__input:not(:last-child) {
25492
+ margin-inline-end: 8px;
25493
+ }
25494
+ .v-color-picker-edit__input input {
25495
+ border-radius: 4px;
25496
+ margin-bottom: 8px;
25497
+ min-width: 0;
25498
+ outline: none;
25499
+ text-align: center;
25500
+ width: 100%;
25501
+ height: 32px;
25502
+ background: rgba(var(--v-theme-surface-variant), 0.2);
25503
+ color: rgba(var(--v-theme-on-surface));
25504
+ }
25505
+ .v-color-picker-edit__input span {
25506
+ font-size: 0.75rem;
25507
+ }.v-color-picker-swatches {
25508
+ overflow-y: auto;
25509
+ }
25510
+ .v-color-picker-swatches > div {
25511
+ display: flex;
25512
+ flex-wrap: wrap;
25513
+ justify-content: center;
25514
+ padding: 8px;
25515
+ }
25516
+
25517
+ .v-color-picker-swatches__swatch {
25518
+ display: flex;
25519
+ flex-direction: column;
25520
+ margin-bottom: 10px;
25521
+ }
25522
+
25523
+ .v-color-picker-swatches__color {
25524
+ position: relative;
25525
+ height: 18px;
25526
+ max-height: 18px;
25527
+ width: 45px;
25528
+ margin: 2px 4px;
25529
+ border-radius: 2px;
25530
+ -webkit-user-select: none;
25531
+ user-select: none;
25532
+ overflow: hidden;
25533
+ background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
25534
+ cursor: pointer;
25535
+ }
25536
+ .v-color-picker-swatches__color > div {
25537
+ display: flex;
25538
+ align-items: center;
25539
+ justify-content: center;
25540
+ width: 100%;
25541
+ height: 100%;
25535
25542
  }.v-picker.v-sheet {
25536
25543
  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));
25537
25544
  border-radius: 4px;