@vuetify/nightly 3.7.0-master.2024-08-21 → 3.7.0-master.2024-08-26

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (55) hide show
  1. package/dist/json/importMap-labs.json +16 -16
  2. package/dist/json/importMap.json +128 -128
  3. package/dist/json/web-types.json +12 -1
  4. package/dist/vuetify-labs.css +2915 -2915
  5. package/dist/vuetify-labs.d.ts +1845 -36
  6. package/dist/vuetify-labs.esm.js +7 -3
  7. package/dist/vuetify-labs.esm.js.map +1 -1
  8. package/dist/vuetify-labs.js +7 -3
  9. package/dist/vuetify-labs.min.css +2 -2
  10. package/dist/vuetify.css +704 -704
  11. package/dist/vuetify.d.ts +400 -70
  12. package/dist/vuetify.esm.js +7 -3
  13. package/dist/vuetify.esm.js.map +1 -1
  14. package/dist/vuetify.js +7 -3
  15. package/dist/vuetify.js.map +1 -1
  16. package/dist/vuetify.min.css +2 -2
  17. package/dist/vuetify.min.js +5 -5
  18. package/dist/vuetify.min.js.map +1 -1
  19. package/lib/components/VAutocomplete/index.d.mts +45 -3
  20. package/lib/components/VCombobox/index.d.mts +45 -3
  21. package/lib/components/VDialog/VDialog.mjs +2 -0
  22. package/lib/components/VDialog/VDialog.mjs.map +1 -1
  23. package/lib/components/VDialog/index.d.mts +42 -3
  24. package/lib/components/VFileInput/index.d.mts +27 -3
  25. package/lib/components/VForm/index.d.mts +96 -3
  26. package/lib/components/VMenu/index.d.mts +45 -3
  27. package/lib/components/VSelect/index.d.mts +45 -3
  28. package/lib/components/VSnackbar/index.d.mts +36 -3
  29. package/lib/components/VTabs/index.d.mts +15 -3
  30. package/lib/components/VTextField/index.d.mts +33 -3
  31. package/lib/components/VTextarea/index.d.mts +27 -3
  32. package/lib/components/VTooltip/index.d.mts +36 -3
  33. package/lib/components/index.d.mts +357 -27
  34. package/lib/components/index.mjs +1 -1
  35. package/lib/components/index.mjs.map +1 -1
  36. package/lib/composables/forwardRefs.mjs +2 -0
  37. package/lib/composables/forwardRefs.mjs.map +1 -1
  38. package/lib/entry-bundler.mjs +1 -1
  39. package/lib/framework.mjs +1 -1
  40. package/lib/index.d.mts +43 -43
  41. package/lib/labs/VNumberInput/index.d.mts +2273 -794
  42. package/lib/labs/VSnackbarQueue/index.d.mts +36 -3
  43. package/lib/labs/components.d.mts +2293 -781
  44. package/package.json +1 -1
  45. package/lib/components/VTreeview/VTreeview.mjs +0 -350
  46. package/lib/components/VTreeview/VTreeview.mjs.map +0 -1
  47. package/lib/components/VTreeview/VTreeview.sass +0 -128
  48. package/lib/components/VTreeview/VTreeviewNode.mjs +0 -321
  49. package/lib/components/VTreeview/VTreeviewNode.mjs.map +0 -1
  50. package/lib/components/VTreeview/_mixins.sass +0 -18
  51. package/lib/components/VTreeview/_variables.scss +0 -10
  52. package/lib/components/VTreeview/index.mjs +0 -10
  53. package/lib/components/VTreeview/index.mjs.map +0 -1
  54. package/lib/components/VTreeview/util/filterTreeItems.mjs +0 -25
  55. package/lib/components/VTreeview/util/filterTreeItems.mjs.map +0 -1
package/dist/vuetify.css CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.7.0-master.2024-08-21
2
+ * Vuetify v3.7.0-master.2024-08-26
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -18486,69 +18486,6 @@ html.overflow-y-hidden {
18486
18486
  display: inline-flex;
18487
18487
  justify-content: center;
18488
18488
  margin: 0 4px;
18489
- }.v-bottom-navigation {
18490
- display: flex;
18491
- max-width: 100%;
18492
- overflow: hidden;
18493
- position: absolute;
18494
- transition: transform, color, 0.2s, 0.1s cubic-bezier(0.4, 0, 0.2, 1);
18495
- }
18496
- .v-bottom-navigation {
18497
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
18498
- border-style: solid;
18499
- border-width: 0;
18500
- }
18501
- .v-bottom-navigation--border {
18502
- border-width: thin;
18503
- box-shadow: none;
18504
- }
18505
- .v-bottom-navigation {
18506
- border-radius: 0;
18507
- }
18508
- .v-bottom-navigation {
18509
- background: rgb(var(--v-theme-surface));
18510
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
18511
- }
18512
- .v-bottom-navigation--active {
18513
- 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));
18514
- }
18515
-
18516
- .v-bottom-navigation__content {
18517
- display: flex;
18518
- flex: none;
18519
- font-size: 0.75rem;
18520
- justify-content: center;
18521
- transition: inherit;
18522
- width: 100%;
18523
- }
18524
- .v-bottom-navigation .v-bottom-navigation__content > .v-btn {
18525
- font-size: inherit;
18526
- height: 100%;
18527
- max-width: 168px;
18528
- min-width: 80px;
18529
- text-transform: none;
18530
- transition: inherit;
18531
- width: auto;
18532
- }
18533
- .v-bottom-navigation .v-bottom-navigation__content > .v-btn {
18534
- border-radius: 0;
18535
- }
18536
- .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__content,
18537
- .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
18538
- transition: inherit;
18539
- }
18540
- .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
18541
- font-size: 1.5rem;
18542
- }
18543
- .v-bottom-navigation--grow .v-bottom-navigation__content > .v-btn {
18544
- flex-grow: 1;
18545
- }
18546
- .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content > span {
18547
- transition: inherit;
18548
- opacity: 0;
18549
- }
18550
- .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
18551
- transform: translateY(0.5rem);
18552
18489
  }.v-banner {
18553
18490
  display: grid;
18554
18491
  flex: 1 1;
@@ -18715,6 +18652,69 @@ html.overflow-y-hidden {
18715
18652
  }
18716
18653
  .v-banner--two-line .v-banner-text, .v-banner--three-line .v-banner-text {
18717
18654
  align-self: flex-start;
18655
+ }.v-bottom-navigation {
18656
+ display: flex;
18657
+ max-width: 100%;
18658
+ overflow: hidden;
18659
+ position: absolute;
18660
+ transition: transform, color, 0.2s, 0.1s cubic-bezier(0.4, 0, 0.2, 1);
18661
+ }
18662
+ .v-bottom-navigation {
18663
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
18664
+ border-style: solid;
18665
+ border-width: 0;
18666
+ }
18667
+ .v-bottom-navigation--border {
18668
+ border-width: thin;
18669
+ box-shadow: none;
18670
+ }
18671
+ .v-bottom-navigation {
18672
+ border-radius: 0;
18673
+ }
18674
+ .v-bottom-navigation {
18675
+ background: rgb(var(--v-theme-surface));
18676
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
18677
+ }
18678
+ .v-bottom-navigation--active {
18679
+ 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));
18680
+ }
18681
+
18682
+ .v-bottom-navigation__content {
18683
+ display: flex;
18684
+ flex: none;
18685
+ font-size: 0.75rem;
18686
+ justify-content: center;
18687
+ transition: inherit;
18688
+ width: 100%;
18689
+ }
18690
+ .v-bottom-navigation .v-bottom-navigation__content > .v-btn {
18691
+ font-size: inherit;
18692
+ height: 100%;
18693
+ max-width: 168px;
18694
+ min-width: 80px;
18695
+ text-transform: none;
18696
+ transition: inherit;
18697
+ width: auto;
18698
+ }
18699
+ .v-bottom-navigation .v-bottom-navigation__content > .v-btn {
18700
+ border-radius: 0;
18701
+ }
18702
+ .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__content,
18703
+ .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
18704
+ transition: inherit;
18705
+ }
18706
+ .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
18707
+ font-size: 1.5rem;
18708
+ }
18709
+ .v-bottom-navigation--grow .v-bottom-navigation__content > .v-btn {
18710
+ flex-grow: 1;
18711
+ }
18712
+ .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content > span {
18713
+ transition: inherit;
18714
+ opacity: 0;
18715
+ }
18716
+ .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
18717
+ transform: translateY(0.5rem);
18718
18718
  }.bottom-sheet-transition-enter-from {
18719
18719
  transform: translateY(100%);
18720
18720
  }
@@ -19230,19 +19230,6 @@ html.overflow-y-hidden {
19230
19230
  }
19231
19231
  .v-pagination__item--is-active .v-btn__overlay {
19232
19232
  opacity: var(--v-border-opacity);
19233
- }.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
19234
- opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
19235
- }
19236
- .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
19237
- opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
19238
- }
19239
- .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
19240
- opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
19241
- }
19242
- @supports not selector(:focus-visible) {
19243
- .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
19244
- opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
19245
- }
19246
19233
  }.v-btn-group {
19247
19234
  display: inline-flex;
19248
19235
  flex-wrap: nowrap;
@@ -19307,6 +19294,19 @@ html.overflow-y-hidden {
19307
19294
  }
19308
19295
  .v-btn-group--tile {
19309
19296
  border-radius: 0;
19297
+ }.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
19298
+ opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
19299
+ }
19300
+ .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
19301
+ opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
19302
+ }
19303
+ .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
19304
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
19305
+ }
19306
+ @supports not selector(:focus-visible) {
19307
+ .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
19308
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
19309
+ }
19310
19310
  }.v-card {
19311
19311
  display: block;
19312
19312
  overflow: hidden;
@@ -20451,6 +20451,67 @@ html.overflow-y-hidden {
20451
20451
  }
20452
20452
  .v-data-table-footer__page {
20453
20453
  padding: 0 8px;
20454
+ }.v-date-picker {
20455
+ overflow: hidden;
20456
+ width: 328px;
20457
+ }
20458
+ .v-date-picker--show-week {
20459
+ width: 368px;
20460
+ }.v-date-picker-month {
20461
+ display: flex;
20462
+ justify-content: center;
20463
+ padding: 0 12px 8px;
20464
+ --v-date-picker-month-day-diff: 4px;
20465
+ }
20466
+
20467
+ .v-date-picker-month__weeks {
20468
+ display: grid;
20469
+ grid-template-rows: min-content min-content min-content min-content min-content min-content min-content;
20470
+ column-gap: 4px;
20471
+ font-size: 0.85rem;
20472
+ }
20473
+ .v-date-picker-month__weeks + .v-date-picker-month__days {
20474
+ grid-row-gap: 0;
20475
+ }
20476
+
20477
+ .v-date-picker-month__weekday {
20478
+ font-size: 0.85rem;
20479
+ }
20480
+
20481
+ .v-date-picker-month__days {
20482
+ display: grid;
20483
+ grid-template-columns: min-content min-content min-content min-content min-content min-content min-content;
20484
+ column-gap: 4px;
20485
+ flex: 1 1;
20486
+ justify-content: space-around;
20487
+ }
20488
+
20489
+ .v-date-picker-month__day {
20490
+ align-items: center;
20491
+ display: flex;
20492
+ justify-content: center;
20493
+ position: relative;
20494
+ height: 40px;
20495
+ width: 40px;
20496
+ }
20497
+ .v-date-picker-month__day--selected .v-btn {
20498
+ background-color: rgb(var(--v-theme-surface-variant));
20499
+ color: rgb(var(--v-theme-on-surface-variant));
20500
+ }
20501
+ .v-date-picker-month__day .v-btn.v-date-picker-month__day-btn {
20502
+ --v-btn-height: 24px;
20503
+ --v-btn-size: 0.85rem;
20504
+ }
20505
+ .v-date-picker-month__day--week {
20506
+ font-size: var(--v-btn-size);
20507
+ }
20508
+
20509
+ .v-date-picker-month__day--adjacent {
20510
+ opacity: 0.5;
20511
+ }
20512
+
20513
+ .v-date-picker-month__day--hide-adjacent {
20514
+ opacity: 0;
20454
20515
  }.v-date-picker-header {
20455
20516
  align-items: flex-end;
20456
20517
  height: 70px;
@@ -20511,12 +20572,25 @@ html.overflow-y-hidden {
20511
20572
  .date-picker-header-reverse-transition-leave-to {
20512
20573
  opacity: 0;
20513
20574
  transform: translate(0, 100%);
20514
- }.v-date-picker {
20515
- overflow: hidden;
20516
- width: 328px;
20575
+ }.v-date-picker-months {
20576
+ height: 288px;
20517
20577
  }
20518
- .v-date-picker--show-week {
20519
- width: 368px;
20578
+
20579
+ .v-date-picker-months__content {
20580
+ align-items: center;
20581
+ display: grid;
20582
+ flex: 1 1;
20583
+ height: inherit;
20584
+ justify-content: space-around;
20585
+ grid-template-columns: repeat(2, 1fr);
20586
+ grid-gap: 0px 24px;
20587
+ padding-inline-start: 36px;
20588
+ padding-inline-end: 36px;
20589
+ }
20590
+ .v-date-picker-months__content .v-btn {
20591
+ text-transform: none;
20592
+ padding-inline-start: 8px;
20593
+ padding-inline-end: 8px;
20520
20594
  }.v-date-picker-controls {
20521
20595
  display: flex;
20522
20596
  align-items: center;
@@ -20573,92 +20647,18 @@ html.overflow-y-hidden {
20573
20647
 
20574
20648
  .v-date-picker__title {
20575
20649
  display: inline-block;
20576
- }.v-date-picker-month {
20577
- display: flex;
20578
- justify-content: center;
20579
- padding: 0 12px 8px;
20580
- --v-date-picker-month-day-diff: 4px;
20650
+ }.v-date-picker-years {
20651
+ height: 288px;
20652
+ overflow-y: scroll;
20581
20653
  }
20582
20654
 
20583
- .v-date-picker-month__weeks {
20655
+ .v-date-picker-years__content {
20584
20656
  display: grid;
20585
- grid-template-rows: min-content min-content min-content min-content min-content min-content min-content;
20586
- column-gap: 4px;
20587
- font-size: 0.85rem;
20588
- }
20589
- .v-date-picker-month__weeks + .v-date-picker-month__days {
20590
- grid-row-gap: 0;
20591
- }
20592
-
20593
- .v-date-picker-month__weekday {
20594
- font-size: 0.85rem;
20595
- }
20596
-
20597
- .v-date-picker-month__days {
20598
- display: grid;
20599
- grid-template-columns: min-content min-content min-content min-content min-content min-content min-content;
20600
- column-gap: 4px;
20601
- flex: 1 1;
20602
- justify-content: space-around;
20603
- }
20604
-
20605
- .v-date-picker-month__day {
20606
- align-items: center;
20607
- display: flex;
20608
- justify-content: center;
20609
- position: relative;
20610
- height: 40px;
20611
- width: 40px;
20612
- }
20613
- .v-date-picker-month__day--selected .v-btn {
20614
- background-color: rgb(var(--v-theme-surface-variant));
20615
- color: rgb(var(--v-theme-on-surface-variant));
20616
- }
20617
- .v-date-picker-month__day .v-btn.v-date-picker-month__day-btn {
20618
- --v-btn-height: 24px;
20619
- --v-btn-size: 0.85rem;
20620
- }
20621
- .v-date-picker-month__day--week {
20622
- font-size: var(--v-btn-size);
20623
- }
20624
-
20625
- .v-date-picker-month__day--adjacent {
20626
- opacity: 0.5;
20627
- }
20628
-
20629
- .v-date-picker-month__day--hide-adjacent {
20630
- opacity: 0;
20631
- }.v-date-picker-months {
20632
- height: 288px;
20633
- }
20634
-
20635
- .v-date-picker-months__content {
20636
- align-items: center;
20637
- display: grid;
20638
- flex: 1 1;
20639
- height: inherit;
20640
- justify-content: space-around;
20641
- grid-template-columns: repeat(2, 1fr);
20642
- grid-gap: 0px 24px;
20643
- padding-inline-start: 36px;
20644
- padding-inline-end: 36px;
20645
- }
20646
- .v-date-picker-months__content .v-btn {
20647
- text-transform: none;
20648
- padding-inline-start: 8px;
20649
- padding-inline-end: 8px;
20650
- }.v-date-picker-years {
20651
- height: 288px;
20652
- overflow-y: scroll;
20653
- }
20654
-
20655
- .v-date-picker-years__content {
20656
- display: grid;
20657
- flex: 1 1;
20658
- justify-content: space-around;
20659
- grid-template-columns: repeat(3, 1fr);
20660
- gap: 8px 24px;
20661
- padding-inline: 32px;
20657
+ flex: 1 1;
20658
+ justify-content: space-around;
20659
+ grid-template-columns: repeat(3, 1fr);
20660
+ gap: 8px 24px;
20661
+ padding-inline: 32px;
20662
20662
  }
20663
20663
  .v-date-picker-years__content .v-btn {
20664
20664
  padding-inline: 8px;
@@ -20759,58 +20759,6 @@ html.overflow-y-hidden {
20759
20759
  -webkit-backface-visibility: hidden;
20760
20760
  backface-visibility: hidden;
20761
20761
  overflow-y: auto;
20762
- }.v-divider {
20763
- display: block;
20764
- flex: 1 1 100%;
20765
- height: 0px;
20766
- max-height: 0px;
20767
- opacity: var(--v-border-opacity);
20768
- transition: inherit;
20769
- }
20770
- .v-divider {
20771
- border-style: solid;
20772
- border-width: thin 0 0 0;
20773
- }
20774
- .v-divider--vertical {
20775
- align-self: stretch;
20776
- border-width: 0 thin 0 0;
20777
- display: inline-flex;
20778
- height: auto;
20779
- margin-left: -1px;
20780
- max-height: 100%;
20781
- max-width: 0px;
20782
- vertical-align: text-bottom;
20783
- width: 0px;
20784
- }
20785
- .v-divider--inset:not(.v-divider--vertical) {
20786
- max-width: calc(100% - 72px);
20787
- margin-inline-start: 72px;
20788
- }
20789
- .v-divider--inset.v-divider--vertical {
20790
- margin-bottom: 8px;
20791
- margin-top: 8px;
20792
- max-height: calc(100% - 16px);
20793
- }
20794
-
20795
- .v-divider__content {
20796
- padding: 0 16px;
20797
- text-wrap: nowrap;
20798
- }
20799
- .v-divider__wrapper--vertical .v-divider__content {
20800
- padding: 4px 0;
20801
- }
20802
-
20803
- .v-divider__wrapper {
20804
- display: flex;
20805
- align-items: center;
20806
- justify-content: center;
20807
- }
20808
- .v-divider__wrapper--vertical {
20809
- flex-direction: column;
20810
- height: 100%;
20811
- }
20812
- .v-divider__wrapper--vertical .v-divider {
20813
- margin: 0 auto;
20814
20762
  }.v-empty-state {
20815
20763
  align-items: center;
20816
20764
  display: flex;
@@ -20878,6 +20826,58 @@ html.overflow-y-hidden {
20878
20826
  .v-empty-state__action-btn.v-btn {
20879
20827
  background-color: initial;
20880
20828
  color: initial;
20829
+ }.v-divider {
20830
+ display: block;
20831
+ flex: 1 1 100%;
20832
+ height: 0px;
20833
+ max-height: 0px;
20834
+ opacity: var(--v-border-opacity);
20835
+ transition: inherit;
20836
+ }
20837
+ .v-divider {
20838
+ border-style: solid;
20839
+ border-width: thin 0 0 0;
20840
+ }
20841
+ .v-divider--vertical {
20842
+ align-self: stretch;
20843
+ border-width: 0 thin 0 0;
20844
+ display: inline-flex;
20845
+ height: auto;
20846
+ margin-left: -1px;
20847
+ max-height: 100%;
20848
+ max-width: 0px;
20849
+ vertical-align: text-bottom;
20850
+ width: 0px;
20851
+ }
20852
+ .v-divider--inset:not(.v-divider--vertical) {
20853
+ max-width: calc(100% - 72px);
20854
+ margin-inline-start: 72px;
20855
+ }
20856
+ .v-divider--inset.v-divider--vertical {
20857
+ margin-bottom: 8px;
20858
+ margin-top: 8px;
20859
+ max-height: calc(100% - 16px);
20860
+ }
20861
+
20862
+ .v-divider__content {
20863
+ padding: 0 16px;
20864
+ text-wrap: nowrap;
20865
+ }
20866
+ .v-divider__wrapper--vertical .v-divider__content {
20867
+ padding: 4px 0;
20868
+ }
20869
+
20870
+ .v-divider__wrapper {
20871
+ display: flex;
20872
+ align-items: center;
20873
+ justify-content: center;
20874
+ }
20875
+ .v-divider__wrapper--vertical {
20876
+ flex-direction: column;
20877
+ height: 100%;
20878
+ }
20879
+ .v-divider__wrapper--vertical .v-divider {
20880
+ margin: 0 auto;
20881
20881
  }.v-expansion-panel {
20882
20882
  background-color: rgb(var(--v-theme-surface));
20883
20883
  color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
@@ -22483,6 +22483,57 @@ textarea.v-field__input::placeholder {
22483
22483
  .offset-xxl-11 {
22484
22484
  margin-inline-start: 91.6666666667%;
22485
22485
  }
22486
+ }.v-img {
22487
+ --v-theme-overlay-multiplier: 3;
22488
+ z-index: 0;
22489
+ }
22490
+ .v-img.v-img--absolute {
22491
+ height: 100%;
22492
+ left: 0;
22493
+ overflow: hidden;
22494
+ position: absolute;
22495
+ top: 0;
22496
+ width: 100%;
22497
+ z-index: -1;
22498
+ }
22499
+ .v-img--booting .v-responsive__sizer {
22500
+ transition: none;
22501
+ }
22502
+ .v-img--rounded {
22503
+ border-radius: 4px;
22504
+ }
22505
+
22506
+ .v-img__img,
22507
+ .v-img__picture,
22508
+ .v-img__gradient,
22509
+ .v-img__placeholder,
22510
+ .v-img__error {
22511
+ z-index: -1;
22512
+ }
22513
+ .v-img__img,
22514
+ .v-img__picture,
22515
+ .v-img__gradient,
22516
+ .v-img__placeholder,
22517
+ .v-img__error {
22518
+ position: absolute;
22519
+ top: 0;
22520
+ left: 0;
22521
+ width: 100%;
22522
+ height: 100%;
22523
+ }
22524
+
22525
+ .v-img__img--preload {
22526
+ filter: blur(4px);
22527
+ }
22528
+ .v-img__img--contain {
22529
+ object-fit: contain;
22530
+ }
22531
+ .v-img__img--cover {
22532
+ object-fit: cover;
22533
+ }
22534
+
22535
+ .v-img__gradient {
22536
+ background-repeat: no-repeat;
22486
22537
  }.v-icon {
22487
22538
  --v-icon-size-multiplier: 1;
22488
22539
  align-items: center;
@@ -22536,57 +22587,31 @@ textarea.v-field__input::placeholder {
22536
22587
 
22537
22588
  .v-icon--end {
22538
22589
  margin-inline-start: 8px;
22539
- }.v-img {
22540
- --v-theme-overlay-multiplier: 3;
22541
- z-index: 0;
22590
+ }.v-infinite-scroll--horizontal {
22591
+ display: flex;
22592
+ flex-direction: row;
22593
+ overflow-x: auto;
22542
22594
  }
22543
- .v-img.v-img--absolute {
22595
+ .v-infinite-scroll--horizontal .v-infinite-scroll-intersect {
22544
22596
  height: 100%;
22545
- left: 0;
22546
- overflow: hidden;
22547
- position: absolute;
22548
- top: 0;
22549
- width: 100%;
22550
- z-index: -1;
22597
+ width: 1px;
22551
22598
  }
22552
- .v-img--booting .v-responsive__sizer {
22553
- transition: none;
22599
+
22600
+ .v-infinite-scroll--vertical {
22601
+ display: flex;
22602
+ flex-direction: column;
22603
+ overflow-y: auto;
22554
22604
  }
22555
- .v-img--rounded {
22556
- border-radius: 4px;
22605
+ .v-infinite-scroll--vertical .v-infinite-scroll-intersect {
22606
+ height: 1px;
22607
+ width: 100%;
22557
22608
  }
22558
22609
 
22559
- .v-img__img,
22560
- .v-img__picture,
22561
- .v-img__gradient,
22562
- .v-img__placeholder,
22563
- .v-img__error {
22564
- z-index: -1;
22565
- }
22566
- .v-img__img,
22567
- .v-img__picture,
22568
- .v-img__gradient,
22569
- .v-img__placeholder,
22570
- .v-img__error {
22571
- position: absolute;
22572
- top: 0;
22573
- left: 0;
22574
- width: 100%;
22575
- height: 100%;
22576
- }
22577
-
22578
- .v-img__img--preload {
22579
- filter: blur(4px);
22580
- }
22581
- .v-img__img--contain {
22582
- object-fit: contain;
22583
- }
22584
- .v-img__img--cover {
22585
- object-fit: cover;
22586
- }
22587
-
22588
- .v-img__gradient {
22589
- background-repeat: no-repeat;
22610
+ .v-infinite-scroll__side {
22611
+ align-items: center;
22612
+ display: flex;
22613
+ justify-content: center;
22614
+ padding: 8px;
22590
22615
  }.v-input {
22591
22616
  display: grid;
22592
22617
  flex: 1 1 auto;
@@ -22729,31 +22754,6 @@ textarea.v-field__input::placeholder {
22729
22754
 
22730
22755
  .v-input--density-compact.v-input--plain-underlined .v-input__prepend, .v-input--density-compact.v-input--plain-underlined .v-input__append {
22731
22756
  padding-top: calc(var(--v-input-padding-top) + 0px);
22732
- }.v-infinite-scroll--horizontal {
22733
- display: flex;
22734
- flex-direction: row;
22735
- overflow-x: auto;
22736
- }
22737
- .v-infinite-scroll--horizontal .v-infinite-scroll-intersect {
22738
- height: 100%;
22739
- width: 1px;
22740
- }
22741
-
22742
- .v-infinite-scroll--vertical {
22743
- display: flex;
22744
- flex-direction: column;
22745
- overflow-y: auto;
22746
- }
22747
- .v-infinite-scroll--vertical .v-infinite-scroll-intersect {
22748
- height: 1px;
22749
- width: 100%;
22750
- }
22751
-
22752
- .v-infinite-scroll__side {
22753
- align-items: center;
22754
- display: flex;
22755
- justify-content: center;
22756
- padding: 8px;
22757
22757
  }.v-item-group {
22758
22758
  flex: 0 1 auto;
22759
22759
  max-width: 100%;
@@ -23366,6 +23366,25 @@ textarea.v-field__input::placeholder {
23366
23366
  opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
23367
23367
  }.v-locale-provider {
23368
23368
  display: contents;
23369
+ }.v-menu > .v-overlay__content {
23370
+ display: flex;
23371
+ flex-direction: column;
23372
+ }
23373
+ .v-menu > .v-overlay__content {
23374
+ border-radius: 4px;
23375
+ }
23376
+ .v-menu > .v-overlay__content > .v-card,
23377
+ .v-menu > .v-overlay__content > .v-sheet,
23378
+ .v-menu > .v-overlay__content > .v-list {
23379
+ background: rgb(var(--v-theme-surface));
23380
+ border-radius: inherit;
23381
+ overflow: auto;
23382
+ height: 100%;
23383
+ }
23384
+ .v-menu > .v-overlay__content > .v-card,
23385
+ .v-menu > .v-overlay__content > .v-sheet,
23386
+ .v-menu > .v-overlay__content > .v-list {
23387
+ 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));
23369
23388
  }.v-main {
23370
23389
  flex: 1 0 auto;
23371
23390
  max-width: 100%;
@@ -23412,25 +23431,6 @@ textarea.v-field__input::placeholder {
23412
23431
  -webkit-hyphens: auto;
23413
23432
  hyphens: auto;
23414
23433
  transition-duration: 150ms;
23415
- }.v-menu > .v-overlay__content {
23416
- display: flex;
23417
- flex-direction: column;
23418
- }
23419
- .v-menu > .v-overlay__content {
23420
- border-radius: 4px;
23421
- }
23422
- .v-menu > .v-overlay__content > .v-card,
23423
- .v-menu > .v-overlay__content > .v-sheet,
23424
- .v-menu > .v-overlay__content > .v-list {
23425
- background: rgb(var(--v-theme-surface));
23426
- border-radius: inherit;
23427
- overflow: auto;
23428
- height: 100%;
23429
- }
23430
- .v-menu > .v-overlay__content > .v-card,
23431
- .v-menu > .v-overlay__content > .v-sheet,
23432
- .v-menu > .v-overlay__content > .v-list {
23433
- 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));
23434
23434
  }.v-navigation-drawer {
23435
23435
  -webkit-overflow-scrolling: touch;
23436
23436
  background: rgb(var(--v-theme-surface));
@@ -23539,64 +23539,6 @@ textarea.v-field__input::placeholder {
23539
23539
  .v-navigation-drawer__append {
23540
23540
  flex: none;
23541
23541
  overflow: hidden;
23542
- }.v-otp-input {
23543
- align-items: center;
23544
- display: flex;
23545
- justify-content: center;
23546
- padding: 0.5rem 0;
23547
- position: relative;
23548
- }
23549
- .v-otp-input {
23550
- border-radius: 4px;
23551
- }
23552
- .v-otp-input .v-field {
23553
- height: 100%;
23554
- }
23555
-
23556
- .v-otp-input__divider {
23557
- margin: 0 8px;
23558
- }
23559
-
23560
- .v-otp-input__content {
23561
- align-items: center;
23562
- display: flex;
23563
- gap: 0.5rem;
23564
- height: 64px;
23565
- padding: 0.5rem;
23566
- justify-content: center;
23567
- max-width: 320px;
23568
- position: relative;
23569
- border-radius: inherit;
23570
- }
23571
- .v-otp-input--divided .v-otp-input__content {
23572
- max-width: 360px;
23573
- }
23574
-
23575
- .v-otp-input__field {
23576
- color: inherit;
23577
- font-size: 1.25rem;
23578
- height: 100%;
23579
- outline: none;
23580
- text-align: center;
23581
- width: 100%;
23582
- }
23583
- .v-otp-input__field[type=number]::-webkit-outer-spin-button, .v-otp-input__field[type=number]::-webkit-inner-spin-button {
23584
- -webkit-appearance: none;
23585
- margin: 0;
23586
- }
23587
- .v-otp-input__field[type=number] {
23588
- -moz-appearance: textfield;
23589
- }
23590
-
23591
- .v-otp-input__loader {
23592
- align-items: center;
23593
- display: flex;
23594
- height: 100%;
23595
- justify-content: center;
23596
- width: 100%;
23597
- }
23598
- .v-otp-input__loader .v-progress-linear {
23599
- position: absolute;
23600
23542
  }.v-overlay-container {
23601
23543
  contain: layout;
23602
23544
  left: 0;
@@ -23660,6 +23602,64 @@ html.v-overlay-scroll-blocked {
23660
23602
 
23661
23603
  .v-overlay--scroll-blocked {
23662
23604
  padding-inline-end: var(--v-scrollbar-offset);
23605
+ }.v-otp-input {
23606
+ align-items: center;
23607
+ display: flex;
23608
+ justify-content: center;
23609
+ padding: 0.5rem 0;
23610
+ position: relative;
23611
+ }
23612
+ .v-otp-input {
23613
+ border-radius: 4px;
23614
+ }
23615
+ .v-otp-input .v-field {
23616
+ height: 100%;
23617
+ }
23618
+
23619
+ .v-otp-input__divider {
23620
+ margin: 0 8px;
23621
+ }
23622
+
23623
+ .v-otp-input__content {
23624
+ align-items: center;
23625
+ display: flex;
23626
+ gap: 0.5rem;
23627
+ height: 64px;
23628
+ padding: 0.5rem;
23629
+ justify-content: center;
23630
+ max-width: 320px;
23631
+ position: relative;
23632
+ border-radius: inherit;
23633
+ }
23634
+ .v-otp-input--divided .v-otp-input__content {
23635
+ max-width: 360px;
23636
+ }
23637
+
23638
+ .v-otp-input__field {
23639
+ color: inherit;
23640
+ font-size: 1.25rem;
23641
+ height: 100%;
23642
+ outline: none;
23643
+ text-align: center;
23644
+ width: 100%;
23645
+ }
23646
+ .v-otp-input__field[type=number]::-webkit-outer-spin-button, .v-otp-input__field[type=number]::-webkit-inner-spin-button {
23647
+ -webkit-appearance: none;
23648
+ margin: 0;
23649
+ }
23650
+ .v-otp-input__field[type=number] {
23651
+ -moz-appearance: textfield;
23652
+ }
23653
+
23654
+ .v-otp-input__loader {
23655
+ align-items: center;
23656
+ display: flex;
23657
+ height: 100%;
23658
+ justify-content: center;
23659
+ width: 100%;
23660
+ }
23661
+ .v-otp-input__loader .v-progress-linear {
23662
+ position: absolute;
23663
23663
  }.v-pagination__list {
23664
23664
  display: inline-flex;
23665
23665
  list-style-type: none;
@@ -24812,214 +24812,32 @@ html.v-overlay-scroll-blocked {
24812
24812
  }
24813
24813
  .v-speed-dial__content > *:nth-child(10) {
24814
24814
  transition-delay: 0.45s;
24815
- }.v-switch .v-label {
24816
- padding-inline-start: 10px;
24817
- }
24818
-
24819
- .v-switch__loader {
24820
- display: flex;
24815
+ }.v-stepper.v-sheet {
24816
+ overflow: hidden;
24821
24817
  }
24822
- .v-switch__loader .v-progress-circular {
24823
- color: rgb(var(--v-theme-surface));
24818
+ .v-stepper.v-sheet {
24819
+ box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
24824
24820
  }
24825
-
24826
- .v-switch__track,
24827
- .v-switch__thumb {
24828
- transition: none;
24821
+ .v-stepper.v-sheet {
24822
+ border-radius: 4px;
24829
24823
  }
24830
- .v-selection-control--error:not(.v-selection-control--disabled) .v-switch__track,
24831
- .v-selection-control--error:not(.v-selection-control--disabled) .v-switch__thumb {
24832
- background-color: rgb(var(--v-theme-error));
24833
- color: rgb(var(--v-theme-on-error));
24824
+ .v-stepper.v-sheet.v-stepper--flat {
24825
+ 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));
24834
24826
  }
24835
24827
 
24836
- .v-switch__track-true {
24837
- margin-inline-end: auto;
24828
+ .v-stepper-header {
24829
+ align-items: center;
24830
+ display: flex;
24831
+ position: relative;
24832
+ overflow-x: auto;
24833
+ justify-content: space-between;
24834
+ z-index: 1;
24838
24835
  }
24839
- .v-selection-control:not(.v-selection-control--dirty) .v-switch__track-true {
24840
- opacity: 0;
24836
+ .v-stepper-header {
24837
+ box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
24841
24838
  }
24842
-
24843
- .v-switch__track-false {
24844
- margin-inline-start: auto;
24845
- }
24846
- .v-selection-control--dirty .v-switch__track-false {
24847
- opacity: 0;
24848
- }
24849
-
24850
- .v-switch__track {
24851
- display: inline-flex;
24852
- align-items: center;
24853
- font-size: 0.5rem;
24854
- padding: 0 5px;
24855
- background-color: rgb(var(--v-theme-surface-variant));
24856
- border-radius: 9999px;
24857
- height: 14px;
24858
- opacity: 0.6;
24859
- min-width: 36px;
24860
- cursor: pointer;
24861
- transition: 0.2s background-color cubic-bezier(0.4, 0, 0.2, 1);
24862
- }
24863
- .v-switch--inset .v-switch__track {
24864
- border-radius: 9999px;
24865
- font-size: 0.75rem;
24866
- height: 32px;
24867
- min-width: 52px;
24868
- }
24869
-
24870
- .v-switch__thumb {
24871
- align-items: center;
24872
- background-color: rgb(var(--v-theme-surface-bright));
24873
- color: rgb(var(--v-theme-on-surface-bright));
24874
- border-radius: 50%;
24875
- display: flex;
24876
- font-size: 0.75rem;
24877
- height: 20px;
24878
- justify-content: center;
24879
- width: 20px;
24880
- pointer-events: none;
24881
- transition: 0.15s 0.05s transform cubic-bezier(0, 0, 0.2, 1), 0.2s color cubic-bezier(0.4, 0, 0.2, 1), 0.2s background-color cubic-bezier(0.4, 0, 0.2, 1);
24882
- position: relative;
24883
- overflow: hidden;
24884
- }
24885
- .v-switch:not(.v-switch--inset) .v-switch__thumb {
24886
- 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));
24887
- }
24888
- .v-switch.v-switch--flat:not(.v-switch--inset) .v-switch__thumb {
24889
- background: rgb(var(--v-theme-surface-variant));
24890
- color: rgb(var(--v-theme-on-surface-variant));
24891
- }
24892
- .v-switch.v-switch--flat:not(.v-switch--inset) .v-switch__thumb {
24893
- 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));
24894
- }
24895
- .v-switch--inset .v-switch__thumb {
24896
- height: 24px;
24897
- width: 24px;
24898
- transform: scale(0.6666666667);
24899
- }
24900
- .v-switch--inset .v-switch__thumb--filled {
24901
- transform: none;
24902
- }
24903
- .v-switch--inset .v-selection-control--dirty .v-switch__thumb {
24904
- transform: none;
24905
- transition: 0.15s 0.05s transform cubic-bezier(0, 0, 0.2, 1);
24906
- }
24907
-
24908
- .v-switch.v-input {
24909
- flex: 0 1 auto;
24910
- }
24911
- .v-switch .v-selection-control {
24912
- min-height: var(--v-input-control-height);
24913
- }
24914
- .v-switch .v-selection-control__input {
24915
- border-radius: 50%;
24916
- transition: 0.2s transform cubic-bezier(0.4, 0, 0.2, 1);
24917
- position: absolute;
24918
- }
24919
- .v-locale--is-ltr.v-switch .v-selection-control__input, .v-locale--is-ltr .v-switch .v-selection-control__input {
24920
- transform: translateX(-10px);
24921
- }
24922
-
24923
- .v-locale--is-rtl.v-switch .v-selection-control__input, .v-locale--is-rtl .v-switch .v-selection-control__input {
24924
- transform: translateX(10px);
24925
- }
24926
-
24927
- .v-switch .v-selection-control__input .v-icon {
24928
- position: absolute;
24929
- }
24930
- .v-locale--is-ltr.v-switch .v-selection-control--dirty .v-selection-control__input, .v-locale--is-ltr .v-switch .v-selection-control--dirty .v-selection-control__input {
24931
- transform: translateX(10px);
24932
- }
24933
-
24934
- .v-locale--is-rtl.v-switch .v-selection-control--dirty .v-selection-control__input, .v-locale--is-rtl .v-switch .v-selection-control--dirty .v-selection-control__input {
24935
- transform: translateX(-10px);
24936
- }
24937
-
24938
- .v-switch.v-switch--indeterminate .v-selection-control__input {
24939
- transform: scale(0.8);
24940
- }
24941
- .v-switch.v-switch--indeterminate .v-switch__thumb {
24942
- transform: scale(0.75);
24943
- box-shadow: none;
24944
- }
24945
- .v-switch.v-switch--inset .v-selection-control__wrapper {
24946
- width: auto;
24947
- }
24948
- .v-switch.v-input--vertical .v-label {
24949
- min-width: max-content;
24950
- }
24951
- .v-switch.v-input--vertical .v-selection-control__wrapper {
24952
- transform: rotate(-90deg);
24953
- }
24954
-
24955
- @media (forced-colors: active) {
24956
- .v-switch .v-switch__loader .v-progress-circular {
24957
- color: currentColor;
24958
- }
24959
- .v-switch .v-switch__thumb {
24960
- background-color: buttontext;
24961
- }
24962
- .v-switch .v-switch__track,
24963
- .v-switch .v-switch__thumb {
24964
- border: 1px solid;
24965
- color: buttontext;
24966
- }
24967
- .v-switch:not(.v-switch--loading):not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
24968
- background-color: highlight;
24969
- }
24970
- .v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__track {
24971
- background-color: highlight;
24972
- }
24973
- .v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__track,
24974
- .v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
24975
- color: highlight;
24976
- }
24977
- .v-switch.v-switch--inset .v-switch__track {
24978
- border-width: 2px;
24979
- }
24980
- .v-switch.v-switch--inset:not(.v-switch--loading):not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
24981
- background-color: highlighttext;
24982
- color: highlighttext;
24983
- }
24984
- .v-switch.v-input--disabled .v-switch__thumb {
24985
- background-color: graytext;
24986
- }
24987
- .v-switch.v-input--disabled .v-switch__track,
24988
- .v-switch.v-input--disabled .v-switch__thumb {
24989
- color: graytext;
24990
- }
24991
- .v-switch.v-switch--loading .v-switch__thumb {
24992
- background-color: canvas;
24993
- }
24994
- .v-switch.v-switch--loading.v-switch--inset .v-switch__thumb, .v-switch.v-switch--loading.v-switch--indeterminate .v-switch__thumb {
24995
- border-width: 0;
24996
- }
24997
- }.v-stepper.v-sheet {
24998
- overflow: hidden;
24999
- }
25000
- .v-stepper.v-sheet {
25001
- box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
25002
- }
25003
- .v-stepper.v-sheet {
25004
- border-radius: 4px;
25005
- }
25006
- .v-stepper.v-sheet.v-stepper--flat {
25007
- 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));
25008
- }
25009
-
25010
- .v-stepper-header {
25011
- align-items: center;
25012
- display: flex;
25013
- position: relative;
25014
- overflow-x: auto;
25015
- justify-content: space-between;
25016
- z-index: 1;
25017
- }
25018
- .v-stepper-header {
25019
- box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
25020
- }
25021
- .v-stepper-header .v-divider {
25022
- margin: 0 -16px;
24839
+ .v-stepper-header .v-divider {
24840
+ margin: 0 -16px;
25023
24841
  }
25024
24842
  .v-stepper-header .v-divider:last-child {
25025
24843
  margin-inline-end: 0;
@@ -25169,78 +24987,188 @@ html.v-overlay-scroll-blocked {
25169
24987
  left: 0;
25170
24988
  width: 100%;
25171
24989
  height: 100%;
25172
- }.v-system-bar {
24990
+ }.v-switch .v-label {
24991
+ padding-inline-start: 10px;
24992
+ }
24993
+
24994
+ .v-switch__loader {
24995
+ display: flex;
24996
+ }
24997
+ .v-switch__loader .v-progress-circular {
24998
+ color: rgb(var(--v-theme-surface));
24999
+ }
25000
+
25001
+ .v-switch__track,
25002
+ .v-switch__thumb {
25003
+ transition: none;
25004
+ }
25005
+ .v-selection-control--error:not(.v-selection-control--disabled) .v-switch__track,
25006
+ .v-selection-control--error:not(.v-selection-control--disabled) .v-switch__thumb {
25007
+ background-color: rgb(var(--v-theme-error));
25008
+ color: rgb(var(--v-theme-on-error));
25009
+ }
25010
+
25011
+ .v-switch__track-true {
25012
+ margin-inline-end: auto;
25013
+ }
25014
+ .v-selection-control:not(.v-selection-control--dirty) .v-switch__track-true {
25015
+ opacity: 0;
25016
+ }
25017
+
25018
+ .v-switch__track-false {
25019
+ margin-inline-start: auto;
25020
+ }
25021
+ .v-selection-control--dirty .v-switch__track-false {
25022
+ opacity: 0;
25023
+ }
25024
+
25025
+ .v-switch__track {
25026
+ display: inline-flex;
25027
+ align-items: center;
25028
+ font-size: 0.5rem;
25029
+ padding: 0 5px;
25030
+ background-color: rgb(var(--v-theme-surface-variant));
25031
+ border-radius: 9999px;
25032
+ height: 14px;
25033
+ opacity: 0.6;
25034
+ min-width: 36px;
25035
+ cursor: pointer;
25036
+ transition: 0.2s background-color cubic-bezier(0.4, 0, 0.2, 1);
25037
+ }
25038
+ .v-switch--inset .v-switch__track {
25039
+ border-radius: 9999px;
25040
+ font-size: 0.75rem;
25041
+ height: 32px;
25042
+ min-width: 52px;
25043
+ }
25044
+
25045
+ .v-switch__thumb {
25173
25046
  align-items: center;
25047
+ background-color: rgb(var(--v-theme-surface-bright));
25048
+ color: rgb(var(--v-theme-on-surface-bright));
25049
+ border-radius: 50%;
25174
25050
  display: flex;
25175
- flex: 1 1 auto;
25176
- height: 24px;
25177
- justify-content: flex-end;
25178
- max-width: 100%;
25179
- padding-inline: 8px;
25051
+ font-size: 0.75rem;
25052
+ height: 20px;
25053
+ justify-content: center;
25054
+ width: 20px;
25055
+ pointer-events: none;
25056
+ transition: 0.15s 0.05s transform cubic-bezier(0, 0, 0.2, 1), 0.2s color cubic-bezier(0.4, 0, 0.2, 1), 0.2s background-color cubic-bezier(0.4, 0, 0.2, 1);
25180
25057
  position: relative;
25181
- text-align: end;
25182
- width: 100%;
25058
+ overflow: hidden;
25183
25059
  }
25184
- .v-system-bar .v-icon {
25185
- opacity: var(--v-medium-emphasis-opacity);
25060
+ .v-switch:not(.v-switch--inset) .v-switch__thumb {
25061
+ 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));
25186
25062
  }
25187
- .v-system-bar {
25188
- 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));
25063
+ .v-switch.v-switch--flat:not(.v-switch--inset) .v-switch__thumb {
25064
+ background: rgb(var(--v-theme-surface-variant));
25065
+ color: rgb(var(--v-theme-on-surface-variant));
25189
25066
  }
25190
- .v-system-bar--absolute {
25191
- position: absolute;
25067
+ .v-switch.v-switch--flat:not(.v-switch--inset) .v-switch__thumb {
25068
+ 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));
25192
25069
  }
25193
- .v-system-bar--fixed {
25194
- position: fixed;
25070
+ .v-switch--inset .v-switch__thumb {
25071
+ height: 24px;
25072
+ width: 24px;
25073
+ transform: scale(0.6666666667);
25195
25074
  }
25196
- .v-system-bar {
25197
- background: rgba(var(--v-theme-surface-light));
25198
- color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
25075
+ .v-switch--inset .v-switch__thumb--filled {
25076
+ transform: none;
25199
25077
  }
25200
- .v-system-bar {
25201
- font-size: 0.75rem;
25202
- font-weight: 400;
25203
- letter-spacing: 0.0333333333em;
25204
- line-height: 1.667;
25205
- text-transform: none;
25078
+ .v-switch--inset .v-selection-control--dirty .v-switch__thumb {
25079
+ transform: none;
25080
+ transition: 0.15s 0.05s transform cubic-bezier(0, 0, 0.2, 1);
25206
25081
  }
25207
- .v-system-bar--rounded {
25208
- border-radius: 0;
25082
+
25083
+ .v-switch.v-input {
25084
+ flex: 0 1 auto;
25209
25085
  }
25210
- .v-system-bar--window {
25211
- height: 32px;
25086
+ .v-switch .v-selection-control {
25087
+ min-height: var(--v-input-control-height);
25212
25088
  }
25213
- .v-system-bar:not(.v-system-bar--absolute) {
25214
- padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
25215
- }.v-tab.v-tab.v-btn {
25216
- height: var(--v-tabs-height);
25217
- border-radius: 0;
25218
- min-width: 90px;
25089
+ .v-switch .v-selection-control__input {
25090
+ border-radius: 50%;
25091
+ transition: 0.2s transform cubic-bezier(0.4, 0, 0.2, 1);
25092
+ position: absolute;
25219
25093
  }
25220
- .v-slide-group--horizontal .v-tab {
25221
- max-width: 360px;
25094
+ .v-locale--is-ltr.v-switch .v-selection-control__input, .v-locale--is-ltr .v-switch .v-selection-control__input {
25095
+ transform: translateX(-10px);
25222
25096
  }
25223
- .v-slide-group--vertical .v-tab {
25224
- justify-content: start;
25097
+
25098
+ .v-locale--is-rtl.v-switch .v-selection-control__input, .v-locale--is-rtl .v-switch .v-selection-control__input {
25099
+ transform: translateX(10px);
25225
25100
  }
25226
25101
 
25227
- .v-tab__slider {
25102
+ .v-switch .v-selection-control__input .v-icon {
25228
25103
  position: absolute;
25229
- bottom: 0;
25230
- left: 0;
25231
- height: 2px;
25232
- width: 100%;
25233
- background: currentColor;
25234
- pointer-events: none;
25235
- opacity: 0;
25236
25104
  }
25237
- .v-tab--selected .v-tab__slider {
25238
- opacity: 1;
25105
+ .v-locale--is-ltr.v-switch .v-selection-control--dirty .v-selection-control__input, .v-locale--is-ltr .v-switch .v-selection-control--dirty .v-selection-control__input {
25106
+ transform: translateX(10px);
25239
25107
  }
25240
- .v-slide-group--vertical .v-tab__slider {
25241
- top: 0;
25242
- height: 100%;
25243
- width: 2px;
25108
+
25109
+ .v-locale--is-rtl.v-switch .v-selection-control--dirty .v-selection-control__input, .v-locale--is-rtl .v-switch .v-selection-control--dirty .v-selection-control__input {
25110
+ transform: translateX(-10px);
25111
+ }
25112
+
25113
+ .v-switch.v-switch--indeterminate .v-selection-control__input {
25114
+ transform: scale(0.8);
25115
+ }
25116
+ .v-switch.v-switch--indeterminate .v-switch__thumb {
25117
+ transform: scale(0.75);
25118
+ box-shadow: none;
25119
+ }
25120
+ .v-switch.v-switch--inset .v-selection-control__wrapper {
25121
+ width: auto;
25122
+ }
25123
+ .v-switch.v-input--vertical .v-label {
25124
+ min-width: max-content;
25125
+ }
25126
+ .v-switch.v-input--vertical .v-selection-control__wrapper {
25127
+ transform: rotate(-90deg);
25128
+ }
25129
+
25130
+ @media (forced-colors: active) {
25131
+ .v-switch .v-switch__loader .v-progress-circular {
25132
+ color: currentColor;
25133
+ }
25134
+ .v-switch .v-switch__thumb {
25135
+ background-color: buttontext;
25136
+ }
25137
+ .v-switch .v-switch__track,
25138
+ .v-switch .v-switch__thumb {
25139
+ border: 1px solid;
25140
+ color: buttontext;
25141
+ }
25142
+ .v-switch:not(.v-switch--loading):not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
25143
+ background-color: highlight;
25144
+ }
25145
+ .v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__track {
25146
+ background-color: highlight;
25147
+ }
25148
+ .v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__track,
25149
+ .v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
25150
+ color: highlight;
25151
+ }
25152
+ .v-switch.v-switch--inset .v-switch__track {
25153
+ border-width: 2px;
25154
+ }
25155
+ .v-switch.v-switch--inset:not(.v-switch--loading):not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
25156
+ background-color: highlighttext;
25157
+ color: highlighttext;
25158
+ }
25159
+ .v-switch.v-input--disabled .v-switch__thumb {
25160
+ background-color: graytext;
25161
+ }
25162
+ .v-switch.v-input--disabled .v-switch__track,
25163
+ .v-switch.v-input--disabled .v-switch__thumb {
25164
+ color: graytext;
25165
+ }
25166
+ .v-switch.v-switch--loading .v-switch__thumb {
25167
+ background-color: canvas;
25168
+ }
25169
+ .v-switch.v-switch--loading.v-switch--inset .v-switch__thumb, .v-switch.v-switch--loading.v-switch--indeterminate .v-switch__thumb {
25170
+ border-width: 0;
25171
+ }
25244
25172
  }.v-tabs {
25245
25173
  display: flex;
25246
25174
  height: var(--v-tabs-height);
@@ -25307,6 +25235,78 @@ html.v-overlay-scroll-blocked {
25307
25235
  .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
25308
25236
  margin-inline-end: 52px;
25309
25237
  }
25238
+ }.v-tab.v-tab.v-btn {
25239
+ height: var(--v-tabs-height);
25240
+ border-radius: 0;
25241
+ min-width: 90px;
25242
+ }
25243
+ .v-slide-group--horizontal .v-tab {
25244
+ max-width: 360px;
25245
+ }
25246
+ .v-slide-group--vertical .v-tab {
25247
+ justify-content: start;
25248
+ }
25249
+
25250
+ .v-tab__slider {
25251
+ position: absolute;
25252
+ bottom: 0;
25253
+ left: 0;
25254
+ height: 2px;
25255
+ width: 100%;
25256
+ background: currentColor;
25257
+ pointer-events: none;
25258
+ opacity: 0;
25259
+ }
25260
+ .v-tab--selected .v-tab__slider {
25261
+ opacity: 1;
25262
+ }
25263
+ .v-slide-group--vertical .v-tab__slider {
25264
+ top: 0;
25265
+ height: 100%;
25266
+ width: 2px;
25267
+ }.v-system-bar {
25268
+ align-items: center;
25269
+ display: flex;
25270
+ flex: 1 1 auto;
25271
+ height: 24px;
25272
+ justify-content: flex-end;
25273
+ max-width: 100%;
25274
+ padding-inline: 8px;
25275
+ position: relative;
25276
+ text-align: end;
25277
+ width: 100%;
25278
+ }
25279
+ .v-system-bar .v-icon {
25280
+ opacity: var(--v-medium-emphasis-opacity);
25281
+ }
25282
+ .v-system-bar {
25283
+ 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));
25284
+ }
25285
+ .v-system-bar--absolute {
25286
+ position: absolute;
25287
+ }
25288
+ .v-system-bar--fixed {
25289
+ position: fixed;
25290
+ }
25291
+ .v-system-bar {
25292
+ background: rgba(var(--v-theme-surface-light));
25293
+ color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
25294
+ }
25295
+ .v-system-bar {
25296
+ font-size: 0.75rem;
25297
+ font-weight: 400;
25298
+ letter-spacing: 0.0333333333em;
25299
+ line-height: 1.667;
25300
+ text-transform: none;
25301
+ }
25302
+ .v-system-bar--rounded {
25303
+ border-radius: 0;
25304
+ }
25305
+ .v-system-bar--window {
25306
+ height: 32px;
25307
+ }
25308
+ .v-system-bar:not(.v-system-bar--absolute) {
25309
+ padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
25310
25310
  }.v-table {
25311
25311
  font-size: 0.875rem;
25312
25312
  transition-duration: 0.28s;
@@ -25449,45 +25449,6 @@ html.v-overlay-scroll-blocked {
25449
25449
  .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > td,
25450
25450
  .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > th {
25451
25451
  border-top: 0px !important;
25452
- }.v-textarea .v-field {
25453
- --v-textarea-control-height: var(--v-input-control-height);
25454
- }
25455
- .v-textarea .v-field__field {
25456
- --v-input-control-height: var(--v-textarea-control-height);
25457
- }
25458
- .v-textarea .v-field__input {
25459
- flex: 1 1 auto;
25460
- outline: none;
25461
- -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));
25462
- 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));
25463
- }
25464
- .v-textarea .v-field__input.v-textarea__sizer {
25465
- visibility: hidden;
25466
- position: absolute;
25467
- top: 0;
25468
- left: 0;
25469
- height: 0 !important;
25470
- min-height: 0 !important;
25471
- pointer-events: none;
25472
- }
25473
- .v-textarea--no-resize .v-field__input {
25474
- resize: none;
25475
- }
25476
- .v-textarea .v-field--no-label textarea,
25477
- .v-textarea .v-field--active textarea {
25478
- opacity: 1;
25479
- }
25480
- .v-textarea textarea {
25481
- opacity: 0;
25482
- flex: 1;
25483
- min-width: 0;
25484
- transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
25485
- }
25486
- .v-textarea textarea:focus, .v-textarea textarea:active {
25487
- outline: none;
25488
- }
25489
- .v-textarea textarea:invalid {
25490
- box-shadow: none;
25491
25452
  }/* region BLOCK */
25492
25453
  .v-text-field input {
25493
25454
  color: inherit;
@@ -25555,7 +25516,46 @@ html.v-overlay-scroll-blocked {
25555
25516
  padding-inline-end: var(--v-field-padding-end);
25556
25517
  }
25557
25518
 
25558
- /* endregion */.v-theme-provider {
25519
+ /* endregion */.v-textarea .v-field {
25520
+ --v-textarea-control-height: var(--v-input-control-height);
25521
+ }
25522
+ .v-textarea .v-field__field {
25523
+ --v-input-control-height: var(--v-textarea-control-height);
25524
+ }
25525
+ .v-textarea .v-field__input {
25526
+ flex: 1 1 auto;
25527
+ outline: none;
25528
+ -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));
25529
+ 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));
25530
+ }
25531
+ .v-textarea .v-field__input.v-textarea__sizer {
25532
+ visibility: hidden;
25533
+ position: absolute;
25534
+ top: 0;
25535
+ left: 0;
25536
+ height: 0 !important;
25537
+ min-height: 0 !important;
25538
+ pointer-events: none;
25539
+ }
25540
+ .v-textarea--no-resize .v-field__input {
25541
+ resize: none;
25542
+ }
25543
+ .v-textarea .v-field--no-label textarea,
25544
+ .v-textarea .v-field--active textarea {
25545
+ opacity: 1;
25546
+ }
25547
+ .v-textarea textarea {
25548
+ opacity: 0;
25549
+ flex: 1;
25550
+ min-width: 0;
25551
+ transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
25552
+ }
25553
+ .v-textarea textarea:focus, .v-textarea textarea:active {
25554
+ outline: none;
25555
+ }
25556
+ .v-textarea textarea:invalid {
25557
+ box-shadow: none;
25558
+ }.v-theme-provider {
25559
25559
  background: rgb(var(--v-theme-background));
25560
25560
  color: rgb(var(--v-theme-on-background));
25561
25561
  }.v-timeline .v-timeline-divider__dot {
@@ -26220,28 +26220,34 @@ html.v-overlay-scroll-blocked {
26220
26220
  }
26221
26221
  .v-window-y-reverse-transition-leave-to {
26222
26222
  transform: translateY(100%);
26223
- }.v-color-picker-canvas {
26223
+ }.v-color-picker-edit {
26224
26224
  display: flex;
26225
- position: relative;
26226
- overflow: hidden;
26227
- contain: content;
26228
- touch-action: none;
26225
+ margin-top: 24px;
26229
26226
  }
26230
- .v-color-picker-canvas__dot {
26231
- position: absolute;
26232
- top: 0;
26233
- left: 0;
26234
- width: 15px;
26235
- height: 15px;
26236
- background: transparent;
26237
- border-radius: 50%;
26238
- box-shadow: 0px 0px 0px 1.5px rgb(255, 255, 255), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
26227
+
26228
+ .v-color-picker-edit__input {
26229
+ width: 100%;
26230
+ display: flex;
26231
+ flex-wrap: wrap;
26232
+ justify-content: center;
26233
+ text-align: center;
26239
26234
  }
26240
- .v-color-picker-canvas__dot--disabled {
26241
- 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);
26235
+ .v-color-picker-edit__input:not(:last-child) {
26236
+ margin-inline-end: 8px;
26242
26237
  }
26243
- .v-color-picker-canvas:hover .v-color-picker-canvas__dot {
26244
- will-change: transform;
26238
+ .v-color-picker-edit__input input {
26239
+ border-radius: 4px;
26240
+ margin-bottom: 8px;
26241
+ min-width: 0;
26242
+ outline: none;
26243
+ text-align: center;
26244
+ width: 100%;
26245
+ height: 32px;
26246
+ background: rgba(var(--v-theme-surface-variant), 0.2);
26247
+ color: rgba(var(--v-theme-on-surface));
26248
+ }
26249
+ .v-color-picker-edit__input span {
26250
+ font-size: 0.75rem;
26245
26251
  }.v-color-picker-preview__alpha .v-slider-track__background {
26246
26252
  background-color: transparent !important;
26247
26253
  }
@@ -26312,34 +26318,6 @@ html.v-overlay-scroll-blocked {
26312
26318
  .v-color-picker-preview__eye-dropper {
26313
26319
  position: relative;
26314
26320
  margin-right: 12px;
26315
- }.v-color-picker-edit {
26316
- display: flex;
26317
- margin-top: 24px;
26318
- }
26319
-
26320
- .v-color-picker-edit__input {
26321
- width: 100%;
26322
- display: flex;
26323
- flex-wrap: wrap;
26324
- justify-content: center;
26325
- text-align: center;
26326
- }
26327
- .v-color-picker-edit__input:not(:last-child) {
26328
- margin-inline-end: 8px;
26329
- }
26330
- .v-color-picker-edit__input input {
26331
- border-radius: 4px;
26332
- margin-bottom: 8px;
26333
- min-width: 0;
26334
- outline: none;
26335
- text-align: center;
26336
- width: 100%;
26337
- height: 32px;
26338
- background: rgba(var(--v-theme-surface-variant), 0.2);
26339
- color: rgba(var(--v-theme-on-surface));
26340
- }
26341
- .v-color-picker-edit__input span {
26342
- font-size: 0.75rem;
26343
26321
  }.v-color-picker-swatches {
26344
26322
  overflow-y: auto;
26345
26323
  }
@@ -26375,6 +26353,28 @@ html.v-overlay-scroll-blocked {
26375
26353
  justify-content: center;
26376
26354
  width: 100%;
26377
26355
  height: 100%;
26356
+ }.v-color-picker-canvas {
26357
+ display: flex;
26358
+ position: relative;
26359
+ overflow: hidden;
26360
+ contain: content;
26361
+ touch-action: none;
26362
+ }
26363
+ .v-color-picker-canvas__dot {
26364
+ position: absolute;
26365
+ top: 0;
26366
+ left: 0;
26367
+ width: 15px;
26368
+ height: 15px;
26369
+ background: transparent;
26370
+ border-radius: 50%;
26371
+ box-shadow: 0px 0px 0px 1.5px rgb(255, 255, 255), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
26372
+ }
26373
+ .v-color-picker-canvas__dot--disabled {
26374
+ 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);
26375
+ }
26376
+ .v-color-picker-canvas:hover .v-color-picker-canvas__dot {
26377
+ will-change: transform;
26378
26378
  }.v-picker.v-sheet {
26379
26379
  display: grid;
26380
26380
  grid-auto-rows: min-content;