@vuetify/nightly 3.6.3-dev.2024-05-14 → 3.6.3-dev.2024-05-30

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.3-dev.2024-05-14
2
+ * Vuetify v3.6.3-dev.2024-05-30
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -18955,6 +18955,11 @@ html.overflow-y-hidden {
18955
18955
  pointer-events: none;
18956
18956
  opacity: 0;
18957
18957
  transition: opacity 0.2s ease-in-out;
18958
+ }.v-checkbox.v-input {
18959
+ flex: 0 1 auto;
18960
+ }
18961
+ .v-checkbox .v-selection-control {
18962
+ min-height: var(--v-input-control-height);
18958
18963
  }.v-carousel {
18959
18964
  overflow: hidden;
18960
18965
  position: relative;
@@ -19018,11 +19023,6 @@ html.overflow-y-hidden {
19018
19023
  flex-direction: column;
19019
19024
  height: 100% !important;
19020
19025
  width: 50px;
19021
- }.v-checkbox.v-input {
19022
- flex: 0 1 auto;
19023
- }
19024
- .v-checkbox .v-selection-control {
19025
- min-height: var(--v-input-control-height);
19026
19026
  }.v-chip {
19027
19027
  align-items: center;
19028
19028
  display: inline-flex;
@@ -21822,67 +21822,6 @@ textarea.v-field__input::placeholder {
21822
21822
 
21823
21823
  .v-icon--end {
21824
21824
  margin-inline-start: 8px;
21825
- }.v-img {
21826
- --v-theme-overlay-multiplier: 3;
21827
- z-index: 0;
21828
- }
21829
- .v-img--booting .v-responsive__sizer {
21830
- transition: none;
21831
- }
21832
- .v-img--rounded {
21833
- border-radius: 4px;
21834
- }
21835
-
21836
- .v-img__img,
21837
- .v-img__picture,
21838
- .v-img__gradient,
21839
- .v-img__placeholder,
21840
- .v-img__error {
21841
- z-index: -1;
21842
- position: absolute;
21843
- top: 0;
21844
- left: 0;
21845
- width: 100%;
21846
- height: 100%;
21847
- }
21848
-
21849
- .v-img__img--preload {
21850
- filter: blur(4px);
21851
- }
21852
- .v-img__img--contain {
21853
- object-fit: contain;
21854
- }
21855
- .v-img__img--cover {
21856
- object-fit: cover;
21857
- }
21858
-
21859
- .v-img__gradient {
21860
- background-repeat: no-repeat;
21861
- }.v-infinite-scroll--horizontal {
21862
- display: flex;
21863
- flex-direction: row;
21864
- overflow-x: auto;
21865
- }
21866
- .v-infinite-scroll--horizontal .v-infinite-scroll-intersect {
21867
- height: 100%;
21868
- width: 1px;
21869
- }
21870
-
21871
- .v-infinite-scroll--vertical {
21872
- display: flex;
21873
- flex-direction: column;
21874
- overflow-y: auto;
21875
- }
21876
- .v-infinite-scroll--vertical .v-infinite-scroll-intersect {
21877
- height: 1px;
21878
- width: 100%;
21879
- }
21880
-
21881
- .v-infinite-scroll__side {
21882
- align-items: center;
21883
- display: flex;
21884
- justify-content: center;
21885
- padding: 8px;
21886
21825
  }.v-input {
21887
21826
  display: grid;
21888
21827
  flex: 1 1 auto;
@@ -22025,6 +21964,76 @@ textarea.v-field__input::placeholder {
22025
21964
 
22026
21965
  .v-input--density-compact.v-input--plain-underlined .v-input__prepend, .v-input--density-compact.v-input--plain-underlined .v-input__append {
22027
21966
  padding-top: calc(var(--v-input-padding-top) + 0px);
21967
+ }.v-img {
21968
+ --v-theme-overlay-multiplier: 3;
21969
+ z-index: 0;
21970
+ }
21971
+ .v-img.v-img--absolute {
21972
+ height: 100%;
21973
+ left: 0;
21974
+ overflow: hidden;
21975
+ position: absolute;
21976
+ top: 0;
21977
+ width: 100%;
21978
+ z-index: -1;
21979
+ }
21980
+ .v-img--booting .v-responsive__sizer {
21981
+ transition: none;
21982
+ }
21983
+ .v-img--rounded {
21984
+ border-radius: 4px;
21985
+ }
21986
+
21987
+ .v-img__img,
21988
+ .v-img__picture,
21989
+ .v-img__gradient,
21990
+ .v-img__placeholder,
21991
+ .v-img__error {
21992
+ z-index: -1;
21993
+ position: absolute;
21994
+ top: 0;
21995
+ left: 0;
21996
+ width: 100%;
21997
+ height: 100%;
21998
+ }
21999
+
22000
+ .v-img__img--preload {
22001
+ filter: blur(4px);
22002
+ }
22003
+ .v-img__img--contain {
22004
+ object-fit: contain;
22005
+ }
22006
+ .v-img__img--cover {
22007
+ object-fit: cover;
22008
+ }
22009
+
22010
+ .v-img__gradient {
22011
+ background-repeat: no-repeat;
22012
+ }.v-infinite-scroll--horizontal {
22013
+ display: flex;
22014
+ flex-direction: row;
22015
+ overflow-x: auto;
22016
+ }
22017
+ .v-infinite-scroll--horizontal .v-infinite-scroll-intersect {
22018
+ height: 100%;
22019
+ width: 1px;
22020
+ }
22021
+
22022
+ .v-infinite-scroll--vertical {
22023
+ display: flex;
22024
+ flex-direction: column;
22025
+ overflow-y: auto;
22026
+ }
22027
+ .v-infinite-scroll--vertical .v-infinite-scroll-intersect {
22028
+ height: 1px;
22029
+ width: 100%;
22030
+ }
22031
+
22032
+ .v-infinite-scroll__side {
22033
+ align-items: center;
22034
+ display: flex;
22035
+ justify-content: center;
22036
+ padding: 8px;
22028
22037
  }.v-item-group {
22029
22038
  flex: 0 1 auto;
22030
22039
  max-width: 100%;
@@ -22660,6 +22669,22 @@ textarea.v-field__input::placeholder {
22660
22669
  overflow: auto;
22661
22670
  height: 100%;
22662
22671
  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));
22672
+ }.v-messages {
22673
+ flex: 1 1 auto;
22674
+ font-size: 12px;
22675
+ min-height: 14px;
22676
+ min-width: 1px;
22677
+ opacity: var(--v-medium-emphasis-opacity);
22678
+ position: relative;
22679
+ }
22680
+ .v-messages__message {
22681
+ line-height: 12px;
22682
+ word-break: break-word;
22683
+ overflow-wrap: break-word;
22684
+ word-wrap: break-word;
22685
+ -webkit-hyphens: auto;
22686
+ hyphens: auto;
22687
+ transition-duration: 150ms;
22663
22688
  }.v-navigation-drawer {
22664
22689
  -webkit-overflow-scrolling: touch;
22665
22690
  background: rgb(var(--v-theme-surface));
@@ -22762,22 +22787,6 @@ textarea.v-field__input::placeholder {
22762
22787
  .v-navigation-drawer__append {
22763
22788
  flex: none;
22764
22789
  overflow: hidden;
22765
- }.v-messages {
22766
- flex: 1 1 auto;
22767
- font-size: 12px;
22768
- min-height: 14px;
22769
- min-width: 1px;
22770
- opacity: var(--v-medium-emphasis-opacity);
22771
- position: relative;
22772
- }
22773
- .v-messages__message {
22774
- line-height: 12px;
22775
- word-break: break-word;
22776
- overflow-wrap: break-word;
22777
- word-wrap: break-word;
22778
- -webkit-hyphens: auto;
22779
- hyphens: auto;
22780
- transition-duration: 150ms;
22781
22790
  }.v-otp-input {
22782
22791
  border-radius: 4px;
22783
22792
  align-items: center;
@@ -25292,6 +25301,76 @@ html.v-overlay-scroll-blocked {
25292
25301
  }
25293
25302
  .v-window-y-reverse-transition-leave-to {
25294
25303
  transform: translateY(100%);
25304
+ }.v-color-picker-preview__alpha .v-slider-track__background {
25305
+ background-color: transparent !important;
25306
+ }
25307
+ .v-locale--is-ltr.v-color-picker-preview__alpha .v-slider-track__background, .v-locale--is-ltr .v-color-picker-preview__alpha .v-slider-track__background {
25308
+ background-image: linear-gradient(to right, transparent, var(--v-color-picker-color-hsv));
25309
+ }
25310
+
25311
+ .v-locale--is-rtl.v-color-picker-preview__alpha .v-slider-track__background, .v-locale--is-rtl .v-color-picker-preview__alpha .v-slider-track__background {
25312
+ background-image: linear-gradient(to left, transparent, var(--v-color-picker-color-hsv));
25313
+ }
25314
+
25315
+ .v-color-picker-preview__alpha .v-slider-track__background::after {
25316
+ content: "";
25317
+ z-index: -1;
25318
+ left: 0;
25319
+ top: 0;
25320
+ width: 100%;
25321
+ height: 100%;
25322
+ position: absolute;
25323
+ background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
25324
+ border-radius: inherit;
25325
+ }
25326
+
25327
+ .v-color-picker-preview__sliders {
25328
+ display: flex;
25329
+ flex: 1 0 auto;
25330
+ flex-direction: column;
25331
+ padding-inline-end: 16px;
25332
+ }
25333
+
25334
+ .v-color-picker-preview__dot {
25335
+ position: relative;
25336
+ height: 30px;
25337
+ width: 30px;
25338
+ background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
25339
+ border-radius: 50%;
25340
+ overflow: hidden;
25341
+ margin-inline-end: 24px;
25342
+ }
25343
+ .v-color-picker-preview__dot > div {
25344
+ width: 100%;
25345
+ height: 100%;
25346
+ }
25347
+
25348
+ .v-locale--is-ltr.v-color-picker-preview__hue:not(.v-input--is-disabled) .v-slider-track__background, .v-locale--is-ltr .v-color-picker-preview__hue:not(.v-input--is-disabled) .v-slider-track__background {
25349
+ background: linear-gradient(to right, #F00 0%, #FF0 16.66%, #0F0 33.33%, #0FF 50%, #00F 66.66%, #F0F 83.33%, #F00 100%);
25350
+ }
25351
+
25352
+ .v-locale--is-rtl.v-color-picker-preview__hue:not(.v-input--is-disabled) .v-slider-track__background, .v-locale--is-rtl .v-color-picker-preview__hue:not(.v-input--is-disabled) .v-slider-track__background {
25353
+ background: linear-gradient(to left, #F00 0%, #FF0 16.66%, #0F0 33.33%, #0FF 50%, #00F 66.66%, #F0F 83.33%, #F00 100%);
25354
+ }
25355
+
25356
+ .v-color-picker-preview__track {
25357
+ position: relative;
25358
+ width: 100%;
25359
+ margin: 0 !important;
25360
+ }
25361
+ .v-color-picker-preview__track .v-slider-track__fill {
25362
+ display: none;
25363
+ }
25364
+
25365
+ .v-color-picker-preview {
25366
+ align-items: center;
25367
+ display: flex;
25368
+ margin-bottom: 0;
25369
+ }
25370
+
25371
+ .v-color-picker-preview__eye-dropper {
25372
+ position: relative;
25373
+ margin-right: 12px;
25295
25374
  }.v-color-picker-canvas {
25296
25375
  display: flex;
25297
25376
  position: relative;
@@ -25377,86 +25456,16 @@ html.v-overlay-scroll-blocked {
25377
25456
  }
25378
25457
  .v-color-picker-edit__input span {
25379
25458
  font-size: 0.75rem;
25380
- }.v-color-picker-preview__alpha .v-slider-track__background {
25381
- background-color: transparent !important;
25459
+ }.v-picker.v-sheet {
25460
+ 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));
25461
+ border-radius: 4px;
25462
+ display: grid;
25463
+ grid-auto-rows: min-content;
25464
+ grid-template-areas: "title" "header" "body";
25465
+ overflow: hidden;
25382
25466
  }
25383
- .v-locale--is-ltr.v-color-picker-preview__alpha .v-slider-track__background, .v-locale--is-ltr .v-color-picker-preview__alpha .v-slider-track__background {
25384
- background-image: linear-gradient(to right, transparent, var(--v-color-picker-color-hsv));
25385
- }
25386
-
25387
- .v-locale--is-rtl.v-color-picker-preview__alpha .v-slider-track__background, .v-locale--is-rtl .v-color-picker-preview__alpha .v-slider-track__background {
25388
- background-image: linear-gradient(to left, transparent, var(--v-color-picker-color-hsv));
25389
- }
25390
-
25391
- .v-color-picker-preview__alpha .v-slider-track__background::after {
25392
- content: "";
25393
- z-index: -1;
25394
- left: 0;
25395
- top: 0;
25396
- width: 100%;
25397
- height: 100%;
25398
- position: absolute;
25399
- background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
25400
- border-radius: inherit;
25401
- }
25402
-
25403
- .v-color-picker-preview__sliders {
25404
- display: flex;
25405
- flex: 1 0 auto;
25406
- flex-direction: column;
25407
- padding-inline-end: 16px;
25408
- }
25409
-
25410
- .v-color-picker-preview__dot {
25411
- position: relative;
25412
- height: 30px;
25413
- width: 30px;
25414
- background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
25415
- border-radius: 50%;
25416
- overflow: hidden;
25417
- margin-inline-end: 24px;
25418
- }
25419
- .v-color-picker-preview__dot > div {
25420
- width: 100%;
25421
- height: 100%;
25422
- }
25423
-
25424
- .v-locale--is-ltr.v-color-picker-preview__hue:not(.v-input--is-disabled) .v-slider-track__background, .v-locale--is-ltr .v-color-picker-preview__hue:not(.v-input--is-disabled) .v-slider-track__background {
25425
- background: linear-gradient(to right, #F00 0%, #FF0 16.66%, #0F0 33.33%, #0FF 50%, #00F 66.66%, #F0F 83.33%, #F00 100%);
25426
- }
25427
-
25428
- .v-locale--is-rtl.v-color-picker-preview__hue:not(.v-input--is-disabled) .v-slider-track__background, .v-locale--is-rtl .v-color-picker-preview__hue:not(.v-input--is-disabled) .v-slider-track__background {
25429
- background: linear-gradient(to left, #F00 0%, #FF0 16.66%, #0F0 33.33%, #0FF 50%, #00F 66.66%, #F0F 83.33%, #F00 100%);
25430
- }
25431
-
25432
- .v-color-picker-preview__track {
25433
- position: relative;
25434
- width: 100%;
25435
- margin: 0 !important;
25436
- }
25437
- .v-color-picker-preview__track .v-slider-track__fill {
25438
- display: none;
25439
- }
25440
-
25441
- .v-color-picker-preview {
25442
- align-items: center;
25443
- display: flex;
25444
- margin-bottom: 0;
25445
- }
25446
-
25447
- .v-color-picker-preview__eye-dropper {
25448
- position: relative;
25449
- margin-right: 12px;
25450
- }.v-picker.v-sheet {
25451
- 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));
25452
- border-radius: 4px;
25453
- display: grid;
25454
- grid-auto-rows: min-content;
25455
- grid-template-areas: "title" "header" "body";
25456
- overflow: hidden;
25457
- }
25458
- .v-picker.v-sheet.v-picker--with-actions {
25459
- grid-template-areas: "title" "header" "body" "actions";
25467
+ .v-picker.v-sheet.v-picker--with-actions {
25468
+ grid-template-areas: "title" "header" "body" "actions";
25460
25469
  }
25461
25470
 
25462
25471
  .v-picker__body {
@@ -25500,160 +25509,6 @@ html.v-overlay-scroll-blocked {
25500
25509
  padding-bottom: 16px;
25501
25510
  font-weight: 400;
25502
25511
  letter-spacing: 0.1666666667em;
25503
- }.v-slider-thumb {
25504
- touch-action: none;
25505
- color: rgb(var(--v-theme-surface-variant));
25506
- }
25507
- .v-input--error:not(.v-input--disabled) .v-slider-thumb {
25508
- color: inherit;
25509
- }
25510
-
25511
- .v-slider-thumb__label {
25512
- background: rgba(var(--v-theme-surface-variant), 0.7);
25513
- color: rgb(var(--v-theme-on-surface-variant));
25514
- }
25515
- .v-slider-thumb__label::before {
25516
- color: rgba(var(--v-theme-surface-variant), 0.7);
25517
- }
25518
-
25519
- .v-slider-thumb {
25520
- outline: none;
25521
- position: absolute;
25522
- transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
25523
- }
25524
-
25525
- .v-slider-thumb__surface {
25526
- cursor: pointer;
25527
- width: var(--v-slider-thumb-size);
25528
- height: var(--v-slider-thumb-size);
25529
- border-radius: 50%;
25530
- -webkit-user-select: none;
25531
- user-select: none;
25532
- background-color: currentColor;
25533
- }
25534
- .v-slider-thumb__surface::before {
25535
- transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
25536
- content: "";
25537
- color: inherit;
25538
- top: 0;
25539
- left: 0;
25540
- width: 100%;
25541
- height: 100%;
25542
- border-radius: 50%;
25543
- background: currentColor;
25544
- position: absolute;
25545
- pointer-events: none;
25546
- opacity: 0;
25547
- }
25548
- .v-slider-thumb__surface::after {
25549
- content: "";
25550
- width: 42px;
25551
- height: 42px;
25552
- position: absolute;
25553
- top: 50%;
25554
- left: 50%;
25555
- transform: translate(-50%, -50%);
25556
- }
25557
-
25558
- .v-slider-thumb__label-container {
25559
- position: absolute;
25560
- transition: 0.2s cubic-bezier(0.4, 0, 1, 1);
25561
- }
25562
-
25563
- .v-slider-thumb__label {
25564
- display: flex;
25565
- align-items: center;
25566
- justify-content: center;
25567
- font-size: 0.75rem;
25568
- min-width: 35px;
25569
- height: 25px;
25570
- border-radius: 4px;
25571
- padding: 6px;
25572
- position: absolute;
25573
- -webkit-user-select: none;
25574
- user-select: none;
25575
- transition: 0.2s cubic-bezier(0.4, 0, 1, 1);
25576
- }
25577
- .v-slider-thumb__label::before {
25578
- content: "";
25579
- width: 0;
25580
- height: 0;
25581
- position: absolute;
25582
- }
25583
-
25584
- .v-slider-thumb__ripple {
25585
- position: absolute;
25586
- left: calc(var(--v-slider-thumb-size) / -2);
25587
- top: calc(var(--v-slider-thumb-size) / -2);
25588
- width: calc(var(--v-slider-thumb-size) * 2);
25589
- height: calc(var(--v-slider-thumb-size) * 2);
25590
- background: inherit;
25591
- }
25592
-
25593
- .v-slider.v-input--horizontal .v-slider-thumb {
25594
- top: 50%;
25595
- transform: translateY(-50%);
25596
- inset-inline-start: calc(var(--v-slider-thumb-position) - var(--v-slider-thumb-size) / 2);
25597
- }
25598
- .v-slider.v-input--horizontal .v-slider-thumb__label-container {
25599
- left: calc(var(--v-slider-thumb-size) / 2);
25600
- top: 0;
25601
- }
25602
- .v-slider.v-input--horizontal .v-slider-thumb__label {
25603
- bottom: calc(var(--v-slider-thumb-size) / 2);
25604
- }
25605
- .v-locale--is-ltr.v-slider.v-input--horizontal .v-slider-thumb__label, .v-locale--is-ltr .v-slider.v-input--horizontal .v-slider-thumb__label {
25606
- transform: translateX(-50%);
25607
- }
25608
-
25609
- .v-locale--is-rtl.v-slider.v-input--horizontal .v-slider-thumb__label, .v-locale--is-rtl .v-slider.v-input--horizontal .v-slider-thumb__label {
25610
- transform: translateX(50%);
25611
- }
25612
-
25613
- .v-slider.v-input--horizontal .v-slider-thumb__label::before {
25614
- border-left: 6px solid transparent;
25615
- border-right: 6px solid transparent;
25616
- border-top: 6px solid currentColor;
25617
- bottom: -6px;
25618
- }
25619
-
25620
- .v-slider.v-input--vertical .v-slider-thumb {
25621
- top: calc(var(--v-slider-thumb-position) - var(--v-slider-thumb-size) / 2);
25622
- }
25623
- .v-slider.v-input--vertical .v-slider-thumb__label-container {
25624
- top: calc(var(--v-slider-thumb-size) / 2);
25625
- right: 0;
25626
- }
25627
- .v-slider.v-input--vertical .v-slider-thumb__label {
25628
- top: -12.5px;
25629
- left: calc(var(--v-slider-thumb-size) / 2);
25630
- }
25631
- .v-slider.v-input--vertical .v-slider-thumb__label::before {
25632
- border-right: 6px solid currentColor;
25633
- border-top: 6px solid transparent;
25634
- border-bottom: 6px solid transparent;
25635
- left: -6px;
25636
- }
25637
-
25638
- .v-slider-thumb--focused .v-slider-thumb__surface::before {
25639
- transform: scale(2);
25640
- opacity: var(--v-focus-opacity);
25641
- }
25642
-
25643
- .v-slider-thumb--pressed {
25644
- transition: none;
25645
- }
25646
- .v-slider-thumb--pressed .v-slider-thumb__surface::before {
25647
- opacity: var(--v-pressed-opacity);
25648
- }
25649
-
25650
- @media (hover: hover) {
25651
- .v-slider-thumb:hover .v-slider-thumb__surface::before {
25652
- transform: scale(2);
25653
- }
25654
- .v-slider-thumb:hover:not(.v-slider-thumb--focused) .v-slider-thumb__surface::before {
25655
- opacity: var(--v-hover-opacity);
25656
- }
25657
25512
  }.v-slider-track__background {
25658
25513
  background-color: rgb(var(--v-theme-surface-variant));
25659
25514
  }
@@ -25817,4 +25672,158 @@ html.v-overlay-scroll-blocked {
25817
25672
 
25818
25673
  .v-slider-track__background--opacity {
25819
25674
  opacity: 0.38;
25675
+ }.v-slider-thumb {
25676
+ touch-action: none;
25677
+ color: rgb(var(--v-theme-surface-variant));
25678
+ }
25679
+ .v-input--error:not(.v-input--disabled) .v-slider-thumb {
25680
+ color: inherit;
25681
+ }
25682
+
25683
+ .v-slider-thumb__label {
25684
+ background: rgba(var(--v-theme-surface-variant), 0.7);
25685
+ color: rgb(var(--v-theme-on-surface-variant));
25686
+ }
25687
+ .v-slider-thumb__label::before {
25688
+ color: rgba(var(--v-theme-surface-variant), 0.7);
25689
+ }
25690
+
25691
+ .v-slider-thumb {
25692
+ outline: none;
25693
+ position: absolute;
25694
+ transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
25695
+ }
25696
+
25697
+ .v-slider-thumb__surface {
25698
+ cursor: pointer;
25699
+ width: var(--v-slider-thumb-size);
25700
+ height: var(--v-slider-thumb-size);
25701
+ border-radius: 50%;
25702
+ -webkit-user-select: none;
25703
+ user-select: none;
25704
+ background-color: currentColor;
25705
+ }
25706
+ .v-slider-thumb__surface::before {
25707
+ transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
25708
+ content: "";
25709
+ color: inherit;
25710
+ top: 0;
25711
+ left: 0;
25712
+ width: 100%;
25713
+ height: 100%;
25714
+ border-radius: 50%;
25715
+ background: currentColor;
25716
+ position: absolute;
25717
+ pointer-events: none;
25718
+ opacity: 0;
25719
+ }
25720
+ .v-slider-thumb__surface::after {
25721
+ content: "";
25722
+ width: 42px;
25723
+ height: 42px;
25724
+ position: absolute;
25725
+ top: 50%;
25726
+ left: 50%;
25727
+ transform: translate(-50%, -50%);
25728
+ }
25729
+
25730
+ .v-slider-thumb__label-container {
25731
+ position: absolute;
25732
+ transition: 0.2s cubic-bezier(0.4, 0, 1, 1);
25733
+ }
25734
+
25735
+ .v-slider-thumb__label {
25736
+ display: flex;
25737
+ align-items: center;
25738
+ justify-content: center;
25739
+ font-size: 0.75rem;
25740
+ min-width: 35px;
25741
+ height: 25px;
25742
+ border-radius: 4px;
25743
+ padding: 6px;
25744
+ position: absolute;
25745
+ -webkit-user-select: none;
25746
+ user-select: none;
25747
+ transition: 0.2s cubic-bezier(0.4, 0, 1, 1);
25748
+ }
25749
+ .v-slider-thumb__label::before {
25750
+ content: "";
25751
+ width: 0;
25752
+ height: 0;
25753
+ position: absolute;
25754
+ }
25755
+
25756
+ .v-slider-thumb__ripple {
25757
+ position: absolute;
25758
+ left: calc(var(--v-slider-thumb-size) / -2);
25759
+ top: calc(var(--v-slider-thumb-size) / -2);
25760
+ width: calc(var(--v-slider-thumb-size) * 2);
25761
+ height: calc(var(--v-slider-thumb-size) * 2);
25762
+ background: inherit;
25763
+ }
25764
+
25765
+ .v-slider.v-input--horizontal .v-slider-thumb {
25766
+ top: 50%;
25767
+ transform: translateY(-50%);
25768
+ inset-inline-start: calc(var(--v-slider-thumb-position) - var(--v-slider-thumb-size) / 2);
25769
+ }
25770
+ .v-slider.v-input--horizontal .v-slider-thumb__label-container {
25771
+ left: calc(var(--v-slider-thumb-size) / 2);
25772
+ top: 0;
25773
+ }
25774
+ .v-slider.v-input--horizontal .v-slider-thumb__label {
25775
+ bottom: calc(var(--v-slider-thumb-size) / 2);
25776
+ }
25777
+ .v-locale--is-ltr.v-slider.v-input--horizontal .v-slider-thumb__label, .v-locale--is-ltr .v-slider.v-input--horizontal .v-slider-thumb__label {
25778
+ transform: translateX(-50%);
25779
+ }
25780
+
25781
+ .v-locale--is-rtl.v-slider.v-input--horizontal .v-slider-thumb__label, .v-locale--is-rtl .v-slider.v-input--horizontal .v-slider-thumb__label {
25782
+ transform: translateX(50%);
25783
+ }
25784
+
25785
+ .v-slider.v-input--horizontal .v-slider-thumb__label::before {
25786
+ border-left: 6px solid transparent;
25787
+ border-right: 6px solid transparent;
25788
+ border-top: 6px solid currentColor;
25789
+ bottom: -6px;
25790
+ }
25791
+
25792
+ .v-slider.v-input--vertical .v-slider-thumb {
25793
+ top: calc(var(--v-slider-thumb-position) - var(--v-slider-thumb-size) / 2);
25794
+ }
25795
+ .v-slider.v-input--vertical .v-slider-thumb__label-container {
25796
+ top: calc(var(--v-slider-thumb-size) / 2);
25797
+ right: 0;
25798
+ }
25799
+ .v-slider.v-input--vertical .v-slider-thumb__label {
25800
+ top: -12.5px;
25801
+ left: calc(var(--v-slider-thumb-size) / 2);
25802
+ }
25803
+ .v-slider.v-input--vertical .v-slider-thumb__label::before {
25804
+ border-right: 6px solid currentColor;
25805
+ border-top: 6px solid transparent;
25806
+ border-bottom: 6px solid transparent;
25807
+ left: -6px;
25808
+ }
25809
+
25810
+ .v-slider-thumb--focused .v-slider-thumb__surface::before {
25811
+ transform: scale(2);
25812
+ opacity: var(--v-focus-opacity);
25813
+ }
25814
+
25815
+ .v-slider-thumb--pressed {
25816
+ transition: none;
25817
+ }
25818
+ .v-slider-thumb--pressed .v-slider-thumb__surface::before {
25819
+ opacity: var(--v-pressed-opacity);
25820
+ }
25821
+
25822
+ @media (hover: hover) {
25823
+ .v-slider-thumb:hover .v-slider-thumb__surface::before {
25824
+ transform: scale(2);
25825
+ }
25826
+ .v-slider-thumb:hover:not(.v-slider-thumb--focused) .v-slider-thumb__surface::before {
25827
+ opacity: var(--v-hover-opacity);
25828
+ }
25820
25829
  }