@vuetify/nightly 3.7.1-master.2024-09-10 → 3.7.1-master.2024-09-11

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.7.1-master.2024-09-10
2
+ * Vuetify v3.7.1-master.2024-09-11
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -17978,6 +17978,18 @@ html.overflow-y-hidden {
17978
17978
  .v-ripple__animation--out {
17979
17979
  transition: opacity 0.3s cubic-bezier(0, 0, 0.2, 1);
17980
17980
  opacity: 0;
17981
+ }.v-app-bar {
17982
+ display: flex;
17983
+ }
17984
+ .v-app-bar.v-toolbar {
17985
+ background: rgb(var(--v-theme-surface));
17986
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
17987
+ }
17988
+ .v-app-bar.v-toolbar:not(.v-toolbar--flat) {
17989
+ 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));
17990
+ }
17991
+ .v-app-bar:not(.v-toolbar--absolute) {
17992
+ padding-inline-end: var(--v-scrollbar-offset);
17981
17993
  }.v-application {
17982
17994
  display: flex;
17983
17995
  background: rgb(var(--v-theme-background));
@@ -17994,18 +18006,6 @@ html.overflow-y-hidden {
17994
18006
  min-height: 100vh;
17995
18007
  min-height: 100dvh;
17996
18008
  position: relative;
17997
- }.v-app-bar {
17998
- display: flex;
17999
- }
18000
- .v-app-bar.v-toolbar {
18001
- background: rgb(var(--v-theme-surface));
18002
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
18003
- }
18004
- .v-app-bar.v-toolbar:not(.v-toolbar--flat) {
18005
- 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));
18006
- }
18007
- .v-app-bar:not(.v-toolbar--absolute) {
18008
- padding-inline-end: var(--v-scrollbar-offset);
18009
18009
  }.v-autocomplete .v-field .v-text-field__prefix,
18010
18010
  .v-autocomplete .v-field .v-text-field__suffix,
18011
18011
  .v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
@@ -18091,6 +18091,79 @@ html.overflow-y-hidden {
18091
18091
  .v-autocomplete--active-menu .v-autocomplete__menu-icon {
18092
18092
  opacity: var(--v-high-emphasis-opacity);
18093
18093
  transform: rotate(180deg);
18094
+ }.v-badge {
18095
+ display: inline-block;
18096
+ line-height: 1;
18097
+ }
18098
+
18099
+ .v-badge__badge {
18100
+ align-items: center;
18101
+ display: inline-flex;
18102
+ border-radius: 10px;
18103
+ font-size: 0.75rem;
18104
+ font-weight: 500;
18105
+ height: 1.25rem;
18106
+ justify-content: center;
18107
+ min-width: 20px;
18108
+ padding: 4px 6px;
18109
+ pointer-events: auto;
18110
+ position: absolute;
18111
+ text-align: center;
18112
+ text-indent: 0;
18113
+ transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
18114
+ white-space: nowrap;
18115
+ }
18116
+ .v-badge__badge {
18117
+ background: rgb(var(--v-theme-surface-variant));
18118
+ color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
18119
+ }
18120
+ .v-badge--bordered .v-badge__badge::after {
18121
+ border-radius: inherit;
18122
+ border-style: solid;
18123
+ border-width: 2px;
18124
+ bottom: 0;
18125
+ color: rgb(var(--v-theme-background));
18126
+ content: "";
18127
+ left: 0;
18128
+ position: absolute;
18129
+ right: 0;
18130
+ top: 0;
18131
+ transform: scale(1.05);
18132
+ }
18133
+ .v-badge--dot .v-badge__badge {
18134
+ border-radius: 4.5px;
18135
+ height: 9px;
18136
+ min-width: 0;
18137
+ padding: 0;
18138
+ width: 9px;
18139
+ }
18140
+ .v-badge--dot .v-badge__badge::after {
18141
+ border-width: 1.5px;
18142
+ }
18143
+ .v-badge--inline .v-badge__badge {
18144
+ position: relative;
18145
+ vertical-align: middle;
18146
+ }
18147
+ .v-badge__badge .v-icon {
18148
+ color: inherit;
18149
+ font-size: 0.75rem;
18150
+ margin: 0 -2px;
18151
+ }
18152
+ .v-badge__badge img,
18153
+ .v-badge__badge .v-img {
18154
+ height: 100%;
18155
+ width: 100%;
18156
+ }
18157
+
18158
+ .v-badge__wrapper {
18159
+ display: flex;
18160
+ position: relative;
18161
+ }
18162
+ .v-badge--inline .v-badge__wrapper {
18163
+ align-items: center;
18164
+ display: inline-flex;
18165
+ justify-content: center;
18166
+ margin: 0 4px;
18094
18167
  }.v-alert {
18095
18168
  display: grid;
18096
18169
  flex: 1 1;
@@ -18413,79 +18486,6 @@ html.overflow-y-hidden {
18413
18486
  .v-avatar .v-img {
18414
18487
  height: 100%;
18415
18488
  width: 100%;
18416
- }.v-badge {
18417
- display: inline-block;
18418
- line-height: 1;
18419
- }
18420
-
18421
- .v-badge__badge {
18422
- align-items: center;
18423
- display: inline-flex;
18424
- border-radius: 10px;
18425
- font-size: 0.75rem;
18426
- font-weight: 500;
18427
- height: 1.25rem;
18428
- justify-content: center;
18429
- min-width: 20px;
18430
- padding: 4px 6px;
18431
- pointer-events: auto;
18432
- position: absolute;
18433
- text-align: center;
18434
- text-indent: 0;
18435
- transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
18436
- white-space: nowrap;
18437
- }
18438
- .v-badge__badge {
18439
- background: rgb(var(--v-theme-surface-variant));
18440
- color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
18441
- }
18442
- .v-badge--bordered .v-badge__badge::after {
18443
- border-radius: inherit;
18444
- border-style: solid;
18445
- border-width: 2px;
18446
- bottom: 0;
18447
- color: rgb(var(--v-theme-background));
18448
- content: "";
18449
- left: 0;
18450
- position: absolute;
18451
- right: 0;
18452
- top: 0;
18453
- transform: scale(1.05);
18454
- }
18455
- .v-badge--dot .v-badge__badge {
18456
- border-radius: 4.5px;
18457
- height: 9px;
18458
- min-width: 0;
18459
- padding: 0;
18460
- width: 9px;
18461
- }
18462
- .v-badge--dot .v-badge__badge::after {
18463
- border-width: 1.5px;
18464
- }
18465
- .v-badge--inline .v-badge__badge {
18466
- position: relative;
18467
- vertical-align: middle;
18468
- }
18469
- .v-badge__badge .v-icon {
18470
- color: inherit;
18471
- font-size: 0.75rem;
18472
- margin: 0 -2px;
18473
- }
18474
- .v-badge__badge img,
18475
- .v-badge__badge .v-img {
18476
- height: 100%;
18477
- width: 100%;
18478
- }
18479
-
18480
- .v-badge__wrapper {
18481
- display: flex;
18482
- position: relative;
18483
- }
18484
- .v-badge--inline .v-badge__wrapper {
18485
- align-items: center;
18486
- display: inline-flex;
18487
- justify-content: center;
18488
- margin: 0 4px;
18489
18489
  }.v-banner {
18490
18490
  display: grid;
18491
18491
  flex: 1 1;
@@ -18806,6 +18806,70 @@ html.overflow-y-hidden {
18806
18806
  display: inline-block;
18807
18807
  padding: 0 8px;
18808
18808
  vertical-align: middle;
18809
+ }.v-btn-group {
18810
+ display: inline-flex;
18811
+ flex-wrap: nowrap;
18812
+ max-width: 100%;
18813
+ min-width: 0;
18814
+ overflow: hidden;
18815
+ vertical-align: middle;
18816
+ }
18817
+ .v-btn-group {
18818
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
18819
+ border-style: solid;
18820
+ border-width: 0;
18821
+ }
18822
+ .v-btn-group--border {
18823
+ border-width: thin;
18824
+ box-shadow: none;
18825
+ }
18826
+ .v-btn-group {
18827
+ 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));
18828
+ }
18829
+ .v-btn-group {
18830
+ border-radius: 4px;
18831
+ }
18832
+ .v-btn-group {
18833
+ background: transparent;
18834
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
18835
+ }
18836
+ .v-btn-group--density-default.v-btn-group {
18837
+ height: 48px;
18838
+ }
18839
+
18840
+ .v-btn-group--density-comfortable.v-btn-group {
18841
+ height: 40px;
18842
+ }
18843
+
18844
+ .v-btn-group--density-compact.v-btn-group {
18845
+ height: 36px;
18846
+ }
18847
+
18848
+ .v-btn-group .v-btn {
18849
+ border-radius: 0;
18850
+ border-color: inherit;
18851
+ }
18852
+ .v-btn-group .v-btn:not(:last-child) {
18853
+ border-inline-end: none;
18854
+ }
18855
+ .v-btn-group .v-btn:not(:first-child) {
18856
+ border-inline-start: none;
18857
+ }
18858
+ .v-btn-group .v-btn:first-child {
18859
+ border-start-start-radius: inherit;
18860
+ border-end-start-radius: inherit;
18861
+ }
18862
+ .v-btn-group .v-btn:last-child {
18863
+ border-start-end-radius: inherit;
18864
+ border-end-end-radius: inherit;
18865
+ }
18866
+ .v-btn-group--divided .v-btn:not(:last-child) {
18867
+ border-inline-end-width: thin;
18868
+ border-inline-end-style: solid;
18869
+ border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity));
18870
+ }
18871
+ .v-btn-group--tile {
18872
+ border-radius: 0;
18809
18873
  }.v-btn {
18810
18874
  align-items: center;
18811
18875
  border-radius: 4px;
@@ -19230,70 +19294,6 @@ html.overflow-y-hidden {
19230
19294
  }
19231
19295
  .v-pagination__item--is-active .v-btn__overlay {
19232
19296
  opacity: var(--v-border-opacity);
19233
- }.v-btn-group {
19234
- display: inline-flex;
19235
- flex-wrap: nowrap;
19236
- max-width: 100%;
19237
- min-width: 0;
19238
- overflow: hidden;
19239
- vertical-align: middle;
19240
- }
19241
- .v-btn-group {
19242
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
19243
- border-style: solid;
19244
- border-width: 0;
19245
- }
19246
- .v-btn-group--border {
19247
- border-width: thin;
19248
- box-shadow: none;
19249
- }
19250
- .v-btn-group {
19251
- 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));
19252
- }
19253
- .v-btn-group {
19254
- border-radius: 4px;
19255
- }
19256
- .v-btn-group {
19257
- background: transparent;
19258
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
19259
- }
19260
- .v-btn-group--density-default.v-btn-group {
19261
- height: 48px;
19262
- }
19263
-
19264
- .v-btn-group--density-comfortable.v-btn-group {
19265
- height: 40px;
19266
- }
19267
-
19268
- .v-btn-group--density-compact.v-btn-group {
19269
- height: 36px;
19270
- }
19271
-
19272
- .v-btn-group .v-btn {
19273
- border-radius: 0;
19274
- border-color: inherit;
19275
- }
19276
- .v-btn-group .v-btn:not(:last-child) {
19277
- border-inline-end: none;
19278
- }
19279
- .v-btn-group .v-btn:not(:first-child) {
19280
- border-inline-start: none;
19281
- }
19282
- .v-btn-group .v-btn:first-child {
19283
- border-start-start-radius: inherit;
19284
- border-end-start-radius: inherit;
19285
- }
19286
- .v-btn-group .v-btn:last-child {
19287
- border-start-end-radius: inherit;
19288
- border-end-end-radius: inherit;
19289
- }
19290
- .v-btn-group--divided .v-btn:not(:last-child) {
19291
- border-inline-end-width: thin;
19292
- border-inline-end-style: solid;
19293
- border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity));
19294
- }
19295
- .v-btn-group--tile {
19296
- border-radius: 0;
19297
19297
  }.v-card {
19298
19298
  display: block;
19299
19299
  overflow: hidden;
@@ -19615,6 +19615,11 @@ html.overflow-y-hidden {
19615
19615
  .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
19616
19616
  opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
19617
19617
  }
19618
+ }.v-checkbox.v-input {
19619
+ flex: 0 1 auto;
19620
+ }
19621
+ .v-checkbox .v-selection-control {
19622
+ min-height: var(--v-input-control-height);
19618
19623
  }.v-carousel {
19619
19624
  overflow: hidden;
19620
19625
  position: relative;
@@ -19680,11 +19685,6 @@ html.overflow-y-hidden {
19680
19685
  flex-direction: column;
19681
19686
  height: 100% !important;
19682
19687
  width: 50px;
19683
- }.v-checkbox.v-input {
19684
- flex: 0 1 auto;
19685
- }
19686
- .v-checkbox .v-selection-control {
19687
- min-height: var(--v-input-control-height);
19688
19688
  }.v-chip {
19689
19689
  align-items: center;
19690
19690
  display: inline-flex;
@@ -20451,12 +20451,6 @@ 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
20454
  }.v-date-picker-controls {
20461
20455
  display: flex;
20462
20456
  align-items: center;
@@ -20573,6 +20567,12 @@ html.overflow-y-hidden {
20573
20567
  .date-picker-header-reverse-transition-leave-to {
20574
20568
  opacity: 0;
20575
20569
  transform: translate(0, 100%);
20570
+ }.v-date-picker {
20571
+ overflow: hidden;
20572
+ width: 328px;
20573
+ }
20574
+ .v-date-picker--show-week {
20575
+ width: 368px;
20576
20576
  }.v-date-picker-month {
20577
20577
  display: flex;
20578
20578
  justify-content: center;
@@ -21769,15 +21769,51 @@ textarea.v-field__input::placeholder {
21769
21769
  left: 0;
21770
21770
  opacity: 0;
21771
21771
  position: absolute;
21772
- top: 0;
21773
- width: 100%;
21774
- z-index: 1;
21772
+ top: 0;
21773
+ width: 100%;
21774
+ z-index: 1;
21775
+ }
21776
+ .v-file-input .v-input__details {
21777
+ padding-inline: 16px;
21778
+ }
21779
+ .v-input--plain-underlined.v-file-input .v-input__details {
21780
+ padding-inline: 0;
21781
+ }.v-footer {
21782
+ align-items: center;
21783
+ display: flex;
21784
+ flex: 1 1 auto;
21785
+ padding: 8px 16px;
21786
+ position: relative;
21787
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
21788
+ transition-property: height, width, transform, max-width, left, right, top, bottom;
21789
+ }
21790
+ .v-footer {
21791
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
21792
+ border-style: solid;
21793
+ border-width: 0;
21794
+ }
21795
+ .v-footer--border {
21796
+ border-width: thin;
21797
+ box-shadow: none;
21798
+ }
21799
+ .v-footer {
21800
+ 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));
21801
+ }
21802
+ .v-footer--absolute {
21803
+ position: absolute;
21775
21804
  }
21776
- .v-file-input .v-input__details {
21777
- padding-inline: 16px;
21805
+ .v-footer--fixed {
21806
+ position: fixed;
21778
21807
  }
21779
- .v-input--plain-underlined.v-file-input .v-input__details {
21780
- padding-inline: 0;
21808
+ .v-footer {
21809
+ border-radius: 0;
21810
+ }
21811
+ .v-footer {
21812
+ background: rgb(var(--v-theme-surface));
21813
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
21814
+ }
21815
+ .v-footer--rounded {
21816
+ border-radius: 4px;
21781
21817
  }.v-container {
21782
21818
  width: 100%;
21783
21819
  padding: 16px;
@@ -22450,42 +22486,6 @@ textarea.v-field__input::placeholder {
22450
22486
  .offset-xxl-11 {
22451
22487
  margin-inline-start: 91.6666666667%;
22452
22488
  }
22453
- }.v-footer {
22454
- align-items: center;
22455
- display: flex;
22456
- flex: 1 1 auto;
22457
- padding: 8px 16px;
22458
- position: relative;
22459
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22460
- transition-property: height, width, transform, max-width, left, right, top, bottom;
22461
- }
22462
- .v-footer {
22463
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
22464
- border-style: solid;
22465
- border-width: 0;
22466
- }
22467
- .v-footer--border {
22468
- border-width: thin;
22469
- box-shadow: none;
22470
- }
22471
- .v-footer {
22472
- 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));
22473
- }
22474
- .v-footer--absolute {
22475
- position: absolute;
22476
- }
22477
- .v-footer--fixed {
22478
- position: fixed;
22479
- }
22480
- .v-footer {
22481
- border-radius: 0;
22482
- }
22483
- .v-footer {
22484
- background: rgb(var(--v-theme-surface));
22485
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
22486
- }
22487
- .v-footer--rounded {
22488
- border-radius: 4px;
22489
22489
  }.v-icon {
22490
22490
  --v-icon-size-multiplier: 1;
22491
22491
  align-items: center;
@@ -23612,6 +23612,14 @@ textarea.v-field__input::placeholder {
23612
23612
  }
23613
23613
  .v-otp-input__loader .v-progress-linear {
23614
23614
  position: absolute;
23615
+ }.v-pagination__list {
23616
+ display: inline-flex;
23617
+ list-style-type: none;
23618
+ justify-content: center;
23619
+ width: 100%;
23620
+ }
23621
+ .v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
23622
+ margin: 0.3rem;
23615
23623
  }.v-overlay-container {
23616
23624
  contain: layout;
23617
23625
  left: 0;
@@ -23675,20 +23683,6 @@ html.v-overlay-scroll-blocked {
23675
23683
 
23676
23684
  .v-overlay--scroll-blocked {
23677
23685
  padding-inline-end: var(--v-scrollbar-offset);
23678
- }.v-pagination__list {
23679
- display: inline-flex;
23680
- list-style-type: none;
23681
- justify-content: center;
23682
- width: 100%;
23683
- }
23684
- .v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
23685
- margin: 0.3rem;
23686
- }.v-parallax {
23687
- position: relative;
23688
- overflow: hidden;
23689
- }
23690
- .v-parallax--active > .v-img__img {
23691
- will-change: transform;
23692
23686
  }.v-progress-circular {
23693
23687
  align-items: center;
23694
23688
  display: inline-flex;
@@ -24019,6 +24013,12 @@ html.v-overlay-scroll-blocked {
24019
24013
  0% {
24020
24014
  background-position-x: var(--v-progress-linear-height);
24021
24015
  }
24016
+ }.v-parallax {
24017
+ position: relative;
24018
+ overflow: hidden;
24019
+ }
24020
+ .v-parallax--active > .v-img__img {
24021
+ will-change: transform;
24022
24022
  }.v-radio-group > .v-input__control {
24023
24023
  flex-direction: column;
24024
24024
  }
@@ -25227,6 +25227,35 @@ html.v-overlay-scroll-blocked {
25227
25227
  }
25228
25228
  .v-system-bar:not(.v-system-bar--absolute) {
25229
25229
  padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
25230
+ }.v-tab.v-tab.v-btn {
25231
+ height: var(--v-tabs-height);
25232
+ border-radius: 0;
25233
+ min-width: 90px;
25234
+ }
25235
+ .v-slide-group--horizontal .v-tab {
25236
+ max-width: 360px;
25237
+ }
25238
+ .v-slide-group--vertical .v-tab {
25239
+ justify-content: start;
25240
+ }
25241
+
25242
+ .v-tab__slider {
25243
+ position: absolute;
25244
+ bottom: 0;
25245
+ left: 0;
25246
+ height: 2px;
25247
+ width: 100%;
25248
+ background: currentColor;
25249
+ pointer-events: none;
25250
+ opacity: 0;
25251
+ }
25252
+ .v-tab--selected .v-tab__slider {
25253
+ opacity: 1;
25254
+ }
25255
+ .v-slide-group--vertical .v-tab__slider {
25256
+ top: 0;
25257
+ height: 100%;
25258
+ width: 2px;
25230
25259
  }.v-tabs {
25231
25260
  display: flex;
25232
25261
  height: var(--v-tabs-height);
@@ -25293,35 +25322,6 @@ html.v-overlay-scroll-blocked {
25293
25322
  .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
25294
25323
  margin-inline-end: 52px;
25295
25324
  }
25296
- }.v-tab.v-tab.v-btn {
25297
- height: var(--v-tabs-height);
25298
- border-radius: 0;
25299
- min-width: 90px;
25300
- }
25301
- .v-slide-group--horizontal .v-tab {
25302
- max-width: 360px;
25303
- }
25304
- .v-slide-group--vertical .v-tab {
25305
- justify-content: start;
25306
- }
25307
-
25308
- .v-tab__slider {
25309
- position: absolute;
25310
- bottom: 0;
25311
- left: 0;
25312
- height: 2px;
25313
- width: 100%;
25314
- background: currentColor;
25315
- pointer-events: none;
25316
- opacity: 0;
25317
- }
25318
- .v-tab--selected .v-tab__slider {
25319
- opacity: 1;
25320
- }
25321
- .v-slide-group--vertical .v-tab__slider {
25322
- top: 0;
25323
- height: 100%;
25324
- width: 2px;
25325
25325
  }.v-table {
25326
25326
  font-size: 0.875rem;
25327
25327
  transition-duration: 0.28s;
@@ -26235,63 +26235,6 @@ html.v-overlay-scroll-blocked {
26235
26235
  }
26236
26236
  .v-window-y-reverse-transition-leave-to {
26237
26237
  transform: translateY(100%);
26238
- }.v-color-picker-canvas {
26239
- display: flex;
26240
- position: relative;
26241
- overflow: hidden;
26242
- contain: content;
26243
- touch-action: none;
26244
- }
26245
- .v-color-picker-canvas__dot {
26246
- position: absolute;
26247
- top: 0;
26248
- left: 0;
26249
- width: 15px;
26250
- height: 15px;
26251
- background: transparent;
26252
- border-radius: 50%;
26253
- box-shadow: 0px 0px 0px 1.5px rgb(255, 255, 255), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
26254
- }
26255
- .v-color-picker-canvas__dot--disabled {
26256
- 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);
26257
- }
26258
- .v-color-picker-canvas:hover .v-color-picker-canvas__dot {
26259
- will-change: transform;
26260
- }.v-color-picker-swatches {
26261
- overflow-y: auto;
26262
- }
26263
- .v-color-picker-swatches > div {
26264
- display: flex;
26265
- flex-wrap: wrap;
26266
- justify-content: center;
26267
- padding: 8px;
26268
- }
26269
-
26270
- .v-color-picker-swatches__swatch {
26271
- display: flex;
26272
- flex-direction: column;
26273
- margin-bottom: 10px;
26274
- }
26275
-
26276
- .v-color-picker-swatches__color {
26277
- position: relative;
26278
- height: 18px;
26279
- max-height: 18px;
26280
- width: 45px;
26281
- margin: 2px 4px;
26282
- border-radius: 2px;
26283
- -webkit-user-select: none;
26284
- user-select: none;
26285
- overflow: hidden;
26286
- background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
26287
- cursor: pointer;
26288
- }
26289
- .v-color-picker-swatches__color > div {
26290
- display: flex;
26291
- align-items: center;
26292
- justify-content: center;
26293
- width: 100%;
26294
- height: 100%;
26295
26238
  }.v-color-picker-preview__alpha .v-slider-track__background {
26296
26239
  background-color: transparent !important;
26297
26240
  }
@@ -26390,6 +26333,63 @@ html.v-overlay-scroll-blocked {
26390
26333
  }
26391
26334
  .v-color-picker-edit__input span {
26392
26335
  font-size: 0.75rem;
26336
+ }.v-color-picker-swatches {
26337
+ overflow-y: auto;
26338
+ }
26339
+ .v-color-picker-swatches > div {
26340
+ display: flex;
26341
+ flex-wrap: wrap;
26342
+ justify-content: center;
26343
+ padding: 8px;
26344
+ }
26345
+
26346
+ .v-color-picker-swatches__swatch {
26347
+ display: flex;
26348
+ flex-direction: column;
26349
+ margin-bottom: 10px;
26350
+ }
26351
+
26352
+ .v-color-picker-swatches__color {
26353
+ position: relative;
26354
+ height: 18px;
26355
+ max-height: 18px;
26356
+ width: 45px;
26357
+ margin: 2px 4px;
26358
+ border-radius: 2px;
26359
+ -webkit-user-select: none;
26360
+ user-select: none;
26361
+ overflow: hidden;
26362
+ background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
26363
+ cursor: pointer;
26364
+ }
26365
+ .v-color-picker-swatches__color > div {
26366
+ display: flex;
26367
+ align-items: center;
26368
+ justify-content: center;
26369
+ width: 100%;
26370
+ height: 100%;
26371
+ }.v-color-picker-canvas {
26372
+ display: flex;
26373
+ position: relative;
26374
+ overflow: hidden;
26375
+ contain: content;
26376
+ touch-action: none;
26377
+ }
26378
+ .v-color-picker-canvas__dot {
26379
+ position: absolute;
26380
+ top: 0;
26381
+ left: 0;
26382
+ width: 15px;
26383
+ height: 15px;
26384
+ background: transparent;
26385
+ border-radius: 50%;
26386
+ box-shadow: 0px 0px 0px 1.5px rgb(255, 255, 255), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
26387
+ }
26388
+ .v-color-picker-canvas__dot--disabled {
26389
+ 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);
26390
+ }
26391
+ .v-color-picker-canvas:hover .v-color-picker-canvas__dot {
26392
+ will-change: transform;
26393
26393
  }.v-picker.v-sheet {
26394
26394
  display: grid;
26395
26395
  grid-auto-rows: min-content;