vuetify 3.3.14 → 3.3.15

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 (60) hide show
  1. package/dist/json/importMap-labs.json +4 -4
  2. package/dist/json/web-types.json +95 -46
  3. package/dist/vuetify-labs.css +411 -391
  4. package/dist/vuetify-labs.d.ts +447 -226
  5. package/dist/vuetify-labs.esm.js +47 -17
  6. package/dist/vuetify-labs.esm.js.map +1 -1
  7. package/dist/vuetify-labs.js +47 -17
  8. package/dist/vuetify-labs.min.css +2 -2
  9. package/dist/vuetify.css +39 -19
  10. package/dist/vuetify.d.ts +448 -227
  11. package/dist/vuetify.esm.js +47 -17
  12. package/dist/vuetify.esm.js.map +1 -1
  13. package/dist/vuetify.js +47 -17
  14. package/dist/vuetify.js.map +1 -1
  15. package/dist/vuetify.min.css +2 -2
  16. package/dist/vuetify.min.js +18 -17
  17. package/dist/vuetify.min.js.map +1 -1
  18. package/lib/components/VBtnToggle/VBtnToggle.css +13 -2
  19. package/lib/components/VBtnToggle/VBtnToggle.sass +3 -3
  20. package/lib/components/VBtnToggle/_variables.scss +2 -1
  21. package/lib/components/VCheckbox/VCheckbox.mjs.map +1 -1
  22. package/lib/components/VCheckbox/index.d.mts +203 -87
  23. package/lib/components/VField/VField.css +14 -11
  24. package/lib/components/VField/VField.sass +14 -7
  25. package/lib/components/VField/_variables.scss +0 -1
  26. package/lib/components/VIcon/VIcon.css +1 -0
  27. package/lib/components/VIcon/VIcon.sass +1 -0
  28. package/lib/components/VOverlay/useActivator.mjs +1 -1
  29. package/lib/components/VOverlay/useActivator.mjs.map +1 -1
  30. package/lib/components/VRadio/index.d.mts +82 -23
  31. package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
  32. package/lib/components/VRadioGroup/index.d.mts +75 -109
  33. package/lib/components/VSelectionControl/VSelectionControl.mjs +17 -2
  34. package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
  35. package/lib/components/VSelectionControl/index.d.mts +19 -5
  36. package/lib/components/VSwitch/VSwitch.css +7 -5
  37. package/lib/components/VSwitch/VSwitch.mjs +18 -8
  38. package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
  39. package/lib/components/VSwitch/VSwitch.sass +6 -4
  40. package/lib/components/VSwitch/_variables.scss +5 -3
  41. package/lib/components/VSwitch/index.d.mts +82 -23
  42. package/lib/components/VTable/VTable.css +3 -0
  43. package/lib/components/VTable/VTable.sass +4 -0
  44. package/lib/components/VTable/_variables.scss +3 -0
  45. package/lib/components/VTabs/VTab.mjs +2 -2
  46. package/lib/components/VTabs/VTab.mjs.map +1 -1
  47. package/lib/components/VTextarea/VTextarea.mjs +1 -0
  48. package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
  49. package/lib/components/index.d.mts +448 -227
  50. package/lib/composables/theme.mjs +6 -2
  51. package/lib/composables/theme.mjs.map +1 -1
  52. package/lib/entry-bundler.mjs +1 -1
  53. package/lib/framework.mjs +1 -1
  54. package/lib/index.d.mts +1 -1
  55. package/lib/locale/bg.mjs +23 -23
  56. package/lib/locale/bg.mjs.map +1 -1
  57. package/lib/locale/fa.mjs +16 -16
  58. package/lib/locale/fa.mjs.map +1 -1
  59. package/lib/styles/tools/_states.sass +5 -5
  60. package/package.json +2 -2
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.3.14
2
+ * Vuetify v3.3.15
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -16172,27 +16172,6 @@ html.overflow-y-hidden {
16172
16172
  --v-btn-height: 28px;
16173
16173
  --v-btn-size: 0.75rem;
16174
16174
  min-width: unset;
16175
- }.v-date-picker__input {
16176
- padding-top: 16px;
16177
- padding-left: 24px;
16178
- padding-right: 24px;
16179
- }
16180
-
16181
- .v-date-picker {
16182
- overflow: hidden;
16183
- }
16184
-
16185
- .v-date-picker-month {
16186
- padding: 0 12px 12px;
16187
- }
16188
-
16189
- .v-date-picker-month__day {
16190
- height: 48px;
16191
- width: 48px;
16192
- }
16193
- .v-date-picker-month__day .v-btn {
16194
- --v-btn-height: 28px;
16195
- --v-btn-size: 0.85rem;
16196
16175
  }.v-date-picker-controls {
16197
16176
  display: flex;
16198
16177
  align-items: center;
@@ -16216,6 +16195,27 @@ html.overflow-y-hidden {
16216
16195
  }
16217
16196
  .v-locale--is-rtl.v-date-picker-controls__month, .v-locale--is-rtl .v-date-picker-controls__month {
16218
16197
  flex-direction: row-reverse;
16198
+ }.v-date-picker__input {
16199
+ padding-top: 16px;
16200
+ padding-left: 24px;
16201
+ padding-right: 24px;
16202
+ }
16203
+
16204
+ .v-date-picker {
16205
+ overflow: hidden;
16206
+ }
16207
+
16208
+ .v-date-picker-month {
16209
+ padding: 0 12px 12px;
16210
+ }
16211
+
16212
+ .v-date-picker-month__day {
16213
+ height: 48px;
16214
+ width: 48px;
16215
+ }
16216
+ .v-date-picker-month__day .v-btn {
16217
+ --v-btn-height: 28px;
16218
+ --v-btn-size: 0.85rem;
16219
16219
  }.v-date-picker-header {
16220
16220
  display: grid;
16221
16221
  grid-template-areas: "prepend content append";
@@ -16493,6 +16493,113 @@ html.overflow-y-hidden {
16493
16493
  padding-bottom: 16px;
16494
16494
  font-weight: 600;
16495
16495
  letter-spacing: 0.1666666667em;
16496
+ }.v-stepper.v-sheet {
16497
+ 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-penumbra-opacity, rgba(0, 0, 0, 0.12));
16498
+ border-radius: 4px;
16499
+ overflow: hidden;
16500
+ }
16501
+
16502
+ .v-stepper-header {
16503
+ 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-penumbra-opacity, rgba(0, 0, 0, 0.12));
16504
+ align-items: center;
16505
+ display: flex;
16506
+ position: relative;
16507
+ overflow-x: auto;
16508
+ justify-content: space-between;
16509
+ z-index: 1;
16510
+ }
16511
+ .v-stepper-header .v-divider {
16512
+ margin: 0 -16px;
16513
+ }
16514
+ .v-stepper--alt-labels .v-stepper-header {
16515
+ height: auto;
16516
+ }
16517
+ .v-stepper--alt-labels .v-stepper-header .v-divider {
16518
+ align-self: flex-start;
16519
+ margin: 35px -67px 0;
16520
+ }
16521
+
16522
+ .v-stepper-window {
16523
+ margin: 1.5rem;
16524
+ }
16525
+
16526
+ .v-stepper-actions {
16527
+ display: flex;
16528
+ align-items: center;
16529
+ justify-content: space-between;
16530
+ padding: 1rem;
16531
+ }
16532
+ .v-stepper .v-stepper-actions {
16533
+ padding: 0 1.5rem 1rem;
16534
+ }
16535
+ .v-stepper-window-item .v-stepper-actions {
16536
+ padding: 1.5rem 0 0;
16537
+ }.v-stepper-item {
16538
+ align-items: center;
16539
+ align-self: stretch;
16540
+ display: inline-flex;
16541
+ flex: none;
16542
+ opacity: var(--v-medium-emphasis-opacity);
16543
+ padding: 1.5rem;
16544
+ transition-duration: 0.2s;
16545
+ transition-property: opacity;
16546
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
16547
+ }
16548
+ .v-stepper-item--selected {
16549
+ opacity: 1;
16550
+ }
16551
+ .v-stepper-item--error {
16552
+ color: rgb(var(--v-theme-error));
16553
+ }
16554
+ .v-stepper-item--disabled {
16555
+ opacity: var(--v-medium-emphasis-opacity);
16556
+ pointer-events: none;
16557
+ }
16558
+ .v-stepper--alt-labels .v-stepper-item {
16559
+ flex-direction: column;
16560
+ justify-content: flex-start;
16561
+ align-items: center;
16562
+ flex-basis: 175px;
16563
+ }
16564
+
16565
+ .v-stepper-item__avatar.v-avatar {
16566
+ background: rgba(var(--v-theme-surface-variant), var(--v-medium-emphasis-opacity));
16567
+ color: rgb(var(--v-theme-on-surface-variant));
16568
+ font-size: 0.75rem;
16569
+ margin-inline-end: 8px;
16570
+ }
16571
+ .v-stepper-item__avatar.v-avatar .v-icon {
16572
+ font-size: 0.875rem;
16573
+ }
16574
+ .v-stepper-item--selected .v-stepper-item__avatar.v-avatar, .v-stepper-item--complete .v-stepper-item__avatar.v-avatar {
16575
+ background: rgb(var(--v-theme-surface-variant));
16576
+ }
16577
+ .v-stepper-item--error .v-stepper-item__avatar.v-avatar {
16578
+ background: rgb(var(--v-theme-error));
16579
+ }
16580
+ .v-stepper--alt-labels .v-stepper-item__avatar.v-avatar {
16581
+ margin-bottom: 16px;
16582
+ margin-inline-end: 0;
16583
+ }
16584
+
16585
+ .v-stepper-item__title {
16586
+ line-height: 1;
16587
+ }
16588
+ .v-stepper--mobile .v-stepper-item__title {
16589
+ display: none;
16590
+ }
16591
+
16592
+ .v-stepper-item__subtitle {
16593
+ font-size: 0.75rem;
16594
+ text-align: left;
16595
+ line-height: 1;
16596
+ opacity: var(--v-medium-emphasis-opacity);
16597
+ }
16598
+ .v-stepper--alt-labels .v-stepper-item__subtitle {
16599
+ text-align: center;
16600
+ }
16601
+ .v-stepper--mobile .v-stepper-item__subtitle {
16602
+ display: none;
16496
16603
  }.v-skeleton-loader {
16497
16604
  align-items: center;
16498
16605
  background: rgb(var(--v-theme-surface));
@@ -16713,113 +16820,6 @@ html.overflow-y-hidden {
16713
16820
  100% {
16714
16821
  transform: translateX(100%);
16715
16822
  }
16716
- }.v-stepper.v-sheet {
16717
- 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-penumbra-opacity, rgba(0, 0, 0, 0.12));
16718
- border-radius: 4px;
16719
- overflow: hidden;
16720
- }
16721
-
16722
- .v-stepper-header {
16723
- 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-penumbra-opacity, rgba(0, 0, 0, 0.12));
16724
- align-items: center;
16725
- display: flex;
16726
- position: relative;
16727
- overflow-x: auto;
16728
- justify-content: space-between;
16729
- z-index: 1;
16730
- }
16731
- .v-stepper-header .v-divider {
16732
- margin: 0 -16px;
16733
- }
16734
- .v-stepper--alt-labels .v-stepper-header {
16735
- height: auto;
16736
- }
16737
- .v-stepper--alt-labels .v-stepper-header .v-divider {
16738
- align-self: flex-start;
16739
- margin: 35px -67px 0;
16740
- }
16741
-
16742
- .v-stepper-window {
16743
- margin: 1.5rem;
16744
- }
16745
-
16746
- .v-stepper-actions {
16747
- display: flex;
16748
- align-items: center;
16749
- justify-content: space-between;
16750
- padding: 1rem;
16751
- }
16752
- .v-stepper .v-stepper-actions {
16753
- padding: 0 1.5rem 1rem;
16754
- }
16755
- .v-stepper-window-item .v-stepper-actions {
16756
- padding: 1.5rem 0 0;
16757
- }.v-stepper-item {
16758
- align-items: center;
16759
- align-self: stretch;
16760
- display: inline-flex;
16761
- flex: none;
16762
- opacity: var(--v-medium-emphasis-opacity);
16763
- padding: 1.5rem;
16764
- transition-duration: 0.2s;
16765
- transition-property: opacity;
16766
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
16767
- }
16768
- .v-stepper-item--selected {
16769
- opacity: 1;
16770
- }
16771
- .v-stepper-item--error {
16772
- color: rgb(var(--v-theme-error));
16773
- }
16774
- .v-stepper-item--disabled {
16775
- opacity: var(--v-medium-emphasis-opacity);
16776
- pointer-events: none;
16777
- }
16778
- .v-stepper--alt-labels .v-stepper-item {
16779
- flex-direction: column;
16780
- justify-content: flex-start;
16781
- align-items: center;
16782
- flex-basis: 175px;
16783
- }
16784
-
16785
- .v-stepper-item__avatar.v-avatar {
16786
- background: rgba(var(--v-theme-surface-variant), var(--v-medium-emphasis-opacity));
16787
- color: rgb(var(--v-theme-on-surface-variant));
16788
- font-size: 0.75rem;
16789
- margin-inline-end: 8px;
16790
- }
16791
- .v-stepper-item__avatar.v-avatar .v-icon {
16792
- font-size: 0.875rem;
16793
- }
16794
- .v-stepper-item--selected .v-stepper-item__avatar.v-avatar, .v-stepper-item--complete .v-stepper-item__avatar.v-avatar {
16795
- background: rgb(var(--v-theme-surface-variant));
16796
- }
16797
- .v-stepper-item--error .v-stepper-item__avatar.v-avatar {
16798
- background: rgb(var(--v-theme-error));
16799
- }
16800
- .v-stepper--alt-labels .v-stepper-item__avatar.v-avatar {
16801
- margin-bottom: 16px;
16802
- margin-inline-end: 0;
16803
- }
16804
-
16805
- .v-stepper-item__title {
16806
- line-height: 1;
16807
- }
16808
- .v-stepper--mobile .v-stepper-item__title {
16809
- display: none;
16810
- }
16811
-
16812
- .v-stepper-item__subtitle {
16813
- font-size: 0.75rem;
16814
- text-align: left;
16815
- line-height: 1;
16816
- opacity: var(--v-medium-emphasis-opacity);
16817
- }
16818
- .v-stepper--alt-labels .v-stepper-item__subtitle {
16819
- text-align: center;
16820
- }
16821
- .v-stepper--mobile .v-stepper-item__subtitle {
16822
- display: none;
16823
16823
  }.v-application {
16824
16824
  display: flex;
16825
16825
  background: rgb(var(--v-theme-background));
@@ -16836,6 +16836,18 @@ html.overflow-y-hidden {
16836
16836
  min-height: 100vh;
16837
16837
  min-height: 100dvh;
16838
16838
  position: relative;
16839
+ }.v-app-bar {
16840
+ display: flex;
16841
+ }
16842
+ .v-app-bar.v-toolbar {
16843
+ background: rgb(var(--v-theme-surface));
16844
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
16845
+ }
16846
+ .v-app-bar.v-toolbar:not(.v-toolbar--flat) {
16847
+ 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-penumbra-opacity, rgba(0, 0, 0, 0.12));
16848
+ }
16849
+ .v-app-bar:not(.v-toolbar--absolute) {
16850
+ padding-inline-end: var(--v-scrollbar-offset);
16839
16851
  }.v-alert {
16840
16852
  display: grid;
16841
16853
  flex: 1 1;
@@ -17046,18 +17058,6 @@ html.overflow-y-hidden {
17046
17058
  text-transform: none;
17047
17059
  word-break: normal;
17048
17060
  word-wrap: break-word;
17049
- }.v-app-bar {
17050
- display: flex;
17051
- }
17052
- .v-app-bar.v-toolbar {
17053
- background: rgb(var(--v-theme-surface));
17054
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
17055
- }
17056
- .v-app-bar.v-toolbar:not(.v-toolbar--flat) {
17057
- 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-penumbra-opacity, rgba(0, 0, 0, 0.12));
17058
- }
17059
- .v-app-bar:not(.v-toolbar--absolute) {
17060
- padding-inline-end: var(--v-scrollbar-offset);
17061
17061
  }.v-autocomplete .v-field .v-text-field__prefix,
17062
17062
  .v-autocomplete .v-field .v-text-field__suffix,
17063
17063
  .v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
@@ -17513,6 +17513,64 @@ html.overflow-y-hidden {
17513
17513
  }
17514
17514
  .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
17515
17515
  transform: translateY(0.5rem);
17516
+ }.v-breadcrumbs {
17517
+ display: flex;
17518
+ align-items: center;
17519
+ line-height: 1.375rem;
17520
+ padding: 16px 12px;
17521
+ }
17522
+ .v-breadcrumbs--rounded {
17523
+ border-radius: 4px;
17524
+ }
17525
+ .v-breadcrumbs--density-default {
17526
+ padding-top: 16px;
17527
+ padding-bottom: 16px;
17528
+ }
17529
+
17530
+ .v-breadcrumbs--density-comfortable {
17531
+ padding-top: 12px;
17532
+ padding-bottom: 12px;
17533
+ }
17534
+
17535
+ .v-breadcrumbs--density-compact {
17536
+ padding-top: 8px;
17537
+ padding-bottom: 8px;
17538
+ }
17539
+
17540
+ .v-breadcrumbs__prepend {
17541
+ align-items: center;
17542
+ display: inline-flex;
17543
+ }
17544
+
17545
+ .v-breadcrumbs-item {
17546
+ align-items: center;
17547
+ color: inherit;
17548
+ display: inline-flex;
17549
+ padding: 0 4px;
17550
+ text-decoration: none;
17551
+ vertical-align: middle;
17552
+ }
17553
+ .v-breadcrumbs-item--disabled {
17554
+ opacity: var(--v-disabled-opacity);
17555
+ pointer-events: none;
17556
+ }
17557
+ .v-breadcrumbs-item--link {
17558
+ color: inherit;
17559
+ text-decoration: none;
17560
+ }
17561
+ .v-breadcrumbs-item--link:hover {
17562
+ text-decoration: underline;
17563
+ }
17564
+ .v-breadcrumbs-item .v-icon {
17565
+ font-size: 1rem;
17566
+ margin-inline-start: -4px;
17567
+ margin-inline-end: 2px;
17568
+ }
17569
+
17570
+ .v-breadcrumbs-divider {
17571
+ display: inline-block;
17572
+ padding: 0 8px;
17573
+ vertical-align: middle;
17516
17574
  }/** if false, disabled buttons will be greyed out */
17517
17575
  .v-btn {
17518
17576
  align-items: center;
@@ -17927,66 +17985,6 @@ html.overflow-y-hidden {
17927
17985
 
17928
17986
  .v-snackbar-actions .v-btn {
17929
17987
  padding: 0 8px;
17930
- }.v-breadcrumbs {
17931
- display: flex;
17932
- align-items: center;
17933
- line-height: 1.375rem;
17934
- padding: 16px 12px;
17935
- }
17936
- .v-breadcrumbs--rounded {
17937
- border-radius: 4px;
17938
- }
17939
- .v-breadcrumbs--density-default {
17940
- padding-top: 16px;
17941
- padding-bottom: 16px;
17942
- }
17943
-
17944
- .v-breadcrumbs--density-comfortable {
17945
- padding-top: 12px;
17946
- padding-bottom: 12px;
17947
- }
17948
-
17949
- .v-breadcrumbs--density-compact {
17950
- padding-top: 8px;
17951
- padding-bottom: 8px;
17952
- }
17953
-
17954
- .v-breadcrumbs__prepend {
17955
- align-items: center;
17956
- display: inline-flex;
17957
- }
17958
-
17959
- .v-breadcrumbs-item {
17960
- align-items: center;
17961
- color: inherit;
17962
- display: inline-flex;
17963
- padding: 0 4px;
17964
- text-decoration: none;
17965
- vertical-align: middle;
17966
- }
17967
- .v-breadcrumbs-item--disabled {
17968
- opacity: var(--v-disabled-opacity);
17969
- pointer-events: none;
17970
- }
17971
- .v-breadcrumbs-item--link {
17972
- color: inherit;
17973
- text-decoration: none;
17974
- }
17975
- .v-breadcrumbs-item--link:hover {
17976
- text-decoration: underline;
17977
- }
17978
- .v-breadcrumbs-item .v-icon {
17979
- font-size: 1rem;
17980
- margin-inline-start: -4px;
17981
- margin-inline-end: 2px;
17982
- }
17983
-
17984
- .v-breadcrumbs-divider {
17985
- display: inline-block;
17986
- padding: 0 8px;
17987
- vertical-align: middle;
17988
- }.v-btn-toggle .v-btn.v-btn--selected:not(.v-btn--disabled) .v-btn__overlay {
17989
- opacity: var(--v-activated-opacity);
17990
17988
  }/** if false, disabled buttons will be greyed out */
17991
17989
  .v-btn-group {
17992
17990
  display: inline-flex;
@@ -18044,6 +18042,19 @@ html.overflow-y-hidden {
18044
18042
  }
18045
18043
  .v-btn-group--tile {
18046
18044
  border-radius: 0;
18045
+ }.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
18046
+ opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
18047
+ }
18048
+ .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
18049
+ opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
18050
+ }
18051
+ .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
18052
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
18053
+ }
18054
+ @supports not selector(:focus-visible) {
18055
+ .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
18056
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
18057
+ }
18047
18058
  }.v-card {
18048
18059
  display: block;
18049
18060
  overflow: hidden;
@@ -18796,138 +18807,41 @@ html.overflow-y-hidden {
18796
18807
  opacity: 0;
18797
18808
  transition: opacity 0.2s ease-in-out;
18798
18809
  }
18799
-
18800
- .v-chip--disabled {
18801
- opacity: 0.3;
18802
- pointer-events: none;
18803
- -webkit-user-select: none;
18804
- user-select: none;
18805
- }
18806
-
18807
- .v-chip--label {
18808
- border-radius: 4px;
18809
- }.v-chip-group {
18810
- display: flex;
18811
- max-width: 100%;
18812
- min-width: 0;
18813
- overflow-x: auto;
18814
- padding: 4px 0;
18815
- flex-wrap: wrap;
18816
- }
18817
- .v-chip-group .v-chip {
18818
- margin: 4px 8px 4px 0;
18819
- }
18820
- .v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
18821
- opacity: var(--v-activated-opacity);
18822
- }
18823
-
18824
- .v-chip-group--column {
18825
- flex-wrap: wrap;
18826
- white-space: normal;
18827
- }.v-color-picker {
18828
- align-self: flex-start;
18829
- contain: content;
18830
- }
18831
- .v-color-picker.v-sheet {
18832
- 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-penumbra-opacity, rgba(0, 0, 0, 0.12));
18833
- border-radius: 4px;
18834
- }
18835
-
18836
- .v-color-picker__controls {
18837
- display: flex;
18838
- flex-direction: column;
18839
- padding: 16px;
18840
- }
18841
-
18842
- .v-color-picker--flat {
18843
- 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-penumbra-opacity, rgba(0, 0, 0, 0.12));
18844
- }
18845
- .v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb {
18846
- 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-penumbra-opacity, rgba(0, 0, 0, 0.12));
18847
- }.v-combobox .v-field .v-text-field__prefix,
18848
- .v-combobox .v-field .v-text-field__suffix,
18849
- .v-combobox .v-field .v-field__input, .v-combobox .v-field.v-field {
18850
- cursor: text;
18851
- }
18852
- .v-combobox .v-field .v-field__input > input {
18853
- align-self: flex-start;
18854
- flex: 1 1;
18855
- }
18856
- .v-combobox .v-field input {
18857
- min-width: 64px;
18858
- }
18859
- .v-combobox .v-field:not(.v-field--focused) input {
18860
- min-width: 0;
18861
- }
18862
- .v-combobox .v-field--dirty .v-combobox__selection {
18863
- margin-inline-end: 2px;
18864
- }
18865
- .v-combobox .v-combobox__selection-text {
18866
- overflow: hidden;
18867
- text-overflow: ellipsis;
18868
- white-space: nowrap;
18869
- }
18870
-
18871
- .v-combobox__content {
18872
- overflow: hidden;
18873
- 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-penumbra-opacity, rgba(0, 0, 0, 0.12));
18874
- border-radius: 4px;
18875
- }
18876
- .v-combobox__mask {
18877
- background: rgb(var(--v-theme-on-surface-variant));
18878
- }
18879
- .v-combobox__selection {
18880
- display: inline-flex;
18881
- align-items: center;
18882
- letter-spacing: inherit;
18883
- line-height: inherit;
18884
- max-width: 90%;
18885
- }
18886
- .v-combobox__selection {
18887
- margin-top: var(--v-input-chips-margin-top);
18888
- margin-bottom: var(--v-input-chips-margin-bottom);
18889
- }
18890
- .v-combobox__selection:first-child {
18891
- margin-inline-start: 0;
18892
- }
18893
- .v-combobox--selecting-index .v-combobox__selection {
18894
- opacity: var(--v-medium-emphasis-opacity);
18895
- }
18896
- .v-combobox--selecting-index .v-combobox__selection--selected {
18897
- opacity: 1;
18898
- }
18899
- .v-combobox--selecting-index .v-field__input > input {
18900
- caret-color: transparent;
18901
- }
18902
- .v-combobox--single.v-text-field input {
18903
- flex: 1 1;
18904
- position: absolute;
18905
- left: 0;
18906
- right: 0;
18907
- width: 100%;
18908
- padding-inline-start: inherit;
18909
- padding-inline-end: inherit;
18910
- }
18911
- .v-combobox--single .v-field--variant-outlined input {
18912
- top: 50%;
18913
- transform: translateY(calc(-50% - (var(--v-input-chips-margin-top) + var(--v-input-chips-margin-bottom)) / 2));
18810
+
18811
+ .v-chip--disabled {
18812
+ opacity: 0.3;
18813
+ pointer-events: none;
18814
+ -webkit-user-select: none;
18815
+ user-select: none;
18914
18816
  }
18915
- .v-combobox--single .v-field--active input {
18916
- transition: none;
18817
+
18818
+ .v-chip--label {
18819
+ border-radius: 4px;
18820
+ }.v-color-picker {
18821
+ align-self: flex-start;
18822
+ contain: content;
18917
18823
  }
18918
- .v-combobox--single .v-field--dirty:not(.v-field--focused) input {
18919
- opacity: 0;
18824
+ .v-color-picker.v-sheet {
18825
+ 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-penumbra-opacity, rgba(0, 0, 0, 0.12));
18826
+ border-radius: 4px;
18920
18827
  }
18921
- .v-combobox--single .v-field--focused .v-combobox__selection {
18922
- opacity: 0;
18828
+
18829
+ .v-color-picker__controls {
18830
+ display: flex;
18831
+ flex-direction: column;
18832
+ padding: 16px;
18923
18833
  }
18924
- .v-combobox__menu-icon {
18925
- margin-inline-start: 4px;
18926
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
18834
+
18835
+ .v-color-picker--flat {
18836
+ 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-penumbra-opacity, rgba(0, 0, 0, 0.12));
18927
18837
  }
18928
- .v-combobox--active-menu .v-combobox__menu-icon {
18929
- opacity: var(--v-high-emphasis-opacity);
18930
- transform: rotate(180deg);
18838
+ .v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb {
18839
+ 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-penumbra-opacity, rgba(0, 0, 0, 0.12));
18840
+ }.v-counter {
18841
+ color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
18842
+ flex: 0 1 auto;
18843
+ font-size: 12px;
18844
+ transition-duration: 150ms;
18931
18845
  }.v-container {
18932
18846
  width: 100%;
18933
18847
  padding: 16px;
@@ -19824,11 +19738,90 @@ html.overflow-y-hidden {
19824
19738
  .v-locale--is-rtl.offset-xxl-11, .v-locale--is-rtl .offset-xxl-11 {
19825
19739
  margin-right: 91.6666666667%;
19826
19740
  }
19827
- }.v-counter {
19828
- color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
19829
- flex: 0 1 auto;
19830
- font-size: 12px;
19831
- transition-duration: 150ms;
19741
+ }.v-combobox .v-field .v-text-field__prefix,
19742
+ .v-combobox .v-field .v-text-field__suffix,
19743
+ .v-combobox .v-field .v-field__input, .v-combobox .v-field.v-field {
19744
+ cursor: text;
19745
+ }
19746
+ .v-combobox .v-field .v-field__input > input {
19747
+ align-self: flex-start;
19748
+ flex: 1 1;
19749
+ }
19750
+ .v-combobox .v-field input {
19751
+ min-width: 64px;
19752
+ }
19753
+ .v-combobox .v-field:not(.v-field--focused) input {
19754
+ min-width: 0;
19755
+ }
19756
+ .v-combobox .v-field--dirty .v-combobox__selection {
19757
+ margin-inline-end: 2px;
19758
+ }
19759
+ .v-combobox .v-combobox__selection-text {
19760
+ overflow: hidden;
19761
+ text-overflow: ellipsis;
19762
+ white-space: nowrap;
19763
+ }
19764
+
19765
+ .v-combobox__content {
19766
+ overflow: hidden;
19767
+ 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-penumbra-opacity, rgba(0, 0, 0, 0.12));
19768
+ border-radius: 4px;
19769
+ }
19770
+ .v-combobox__mask {
19771
+ background: rgb(var(--v-theme-on-surface-variant));
19772
+ }
19773
+ .v-combobox__selection {
19774
+ display: inline-flex;
19775
+ align-items: center;
19776
+ letter-spacing: inherit;
19777
+ line-height: inherit;
19778
+ max-width: 90%;
19779
+ }
19780
+ .v-combobox__selection {
19781
+ margin-top: var(--v-input-chips-margin-top);
19782
+ margin-bottom: var(--v-input-chips-margin-bottom);
19783
+ }
19784
+ .v-combobox__selection:first-child {
19785
+ margin-inline-start: 0;
19786
+ }
19787
+ .v-combobox--selecting-index .v-combobox__selection {
19788
+ opacity: var(--v-medium-emphasis-opacity);
19789
+ }
19790
+ .v-combobox--selecting-index .v-combobox__selection--selected {
19791
+ opacity: 1;
19792
+ }
19793
+ .v-combobox--selecting-index .v-field__input > input {
19794
+ caret-color: transparent;
19795
+ }
19796
+ .v-combobox--single.v-text-field input {
19797
+ flex: 1 1;
19798
+ position: absolute;
19799
+ left: 0;
19800
+ right: 0;
19801
+ width: 100%;
19802
+ padding-inline-start: inherit;
19803
+ padding-inline-end: inherit;
19804
+ }
19805
+ .v-combobox--single .v-field--variant-outlined input {
19806
+ top: 50%;
19807
+ transform: translateY(calc(-50% - (var(--v-input-chips-margin-top) + var(--v-input-chips-margin-bottom)) / 2));
19808
+ }
19809
+ .v-combobox--single .v-field--active input {
19810
+ transition: none;
19811
+ }
19812
+ .v-combobox--single .v-field--dirty:not(.v-field--focused) input {
19813
+ opacity: 0;
19814
+ }
19815
+ .v-combobox--single .v-field--focused .v-combobox__selection {
19816
+ opacity: 0;
19817
+ }
19818
+ .v-combobox__menu-icon {
19819
+ margin-inline-start: 4px;
19820
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
19821
+ }
19822
+ .v-combobox--active-menu .v-combobox__menu-icon {
19823
+ opacity: var(--v-high-emphasis-opacity);
19824
+ transform: rotate(180deg);
19832
19825
  }.v-dialog {
19833
19826
  align-items: center;
19834
19827
  justify-content: center;
@@ -20368,6 +20361,7 @@ textarea.v-field__input::placeholder {
20368
20361
  .v-field__clearable {
20369
20362
  cursor: pointer;
20370
20363
  opacity: 0;
20364
+ overflow: hidden;
20371
20365
  margin-inline-start: 4px;
20372
20366
  margin-inline-end: 4px;
20373
20367
  transition: 0.15s cubic-bezier(0.4, 0, 0.2, 1);
@@ -20517,20 +20511,14 @@ textarea.v-field__input::placeholder {
20517
20511
  transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
20518
20512
  }
20519
20513
  .v-field--variant-outlined .v-field__outline__start {
20514
+ flex: 0 0 12px;
20520
20515
  border-top-width: var(--v-field-border-width);
20521
20516
  border-bottom-width: var(--v-field-border-width);
20522
20517
  border-inline-start-width: var(--v-field-border-width);
20523
20518
  }
20524
- .v-input--density-default .v-field--variant-outlined .v-field__outline__start {
20525
- flex: 0 0 29px;
20526
- }
20527
-
20528
- .v-input--density-comfortable .v-field--variant-outlined .v-field__outline__start {
20529
- flex: 0 0 25px;
20530
- }
20531
-
20532
- .v-input--density-compact .v-field--variant-outlined .v-field__outline__start {
20533
- flex: 0 0 21px;
20519
+ .v-field--rounded.v-field--variant-outlined .v-field__outline__start,
20520
+ [class^=rounded-].v-field--variant-outlined .v-field__outline__start {
20521
+ flex-basis: calc(var(--v-input-control-height) / 2 + 2px);
20534
20522
  }
20535
20523
 
20536
20524
  .v-locale--is-ltr.v-field--variant-outlined .v-field__outline__start, .v-locale--is-ltr .v-field--variant-outlined .v-field__outline__start {
@@ -20595,11 +20583,19 @@ textarea.v-field__input::placeholder {
20595
20583
  /* endregion */
20596
20584
  /* region LOADER */
20597
20585
  .v-field__loader {
20598
- bottom: 0;
20586
+ top: calc(100% - 2px);
20599
20587
  left: 0;
20600
20588
  position: absolute;
20601
20589
  right: 0;
20602
20590
  width: 100%;
20591
+ border-top-left-radius: 0;
20592
+ border-top-right-radius: 0;
20593
+ border-bottom-left-radius: inherit;
20594
+ border-bottom-right-radius: inherit;
20595
+ overflow: hidden;
20596
+ }
20597
+ .v-field--variant-outlined .v-field__loader {
20598
+ top: calc(100% - 3px);
20603
20599
  }
20604
20600
 
20605
20601
  /* endregion */
@@ -20700,6 +20696,24 @@ textarea.v-field__input::placeholder {
20700
20696
  .v-file-input .v-chip {
20701
20697
  margin-top: var(--v-input-chips-margin-top);
20702
20698
  margin-bottom: var(--v-input-chips-margin-bottom);
20699
+ }.v-chip-group {
20700
+ display: flex;
20701
+ max-width: 100%;
20702
+ min-width: 0;
20703
+ overflow-x: auto;
20704
+ padding: 4px 0;
20705
+ flex-wrap: wrap;
20706
+ }
20707
+ .v-chip-group .v-chip {
20708
+ margin: 4px 8px 4px 0;
20709
+ }
20710
+ .v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
20711
+ opacity: var(--v-activated-opacity);
20712
+ }
20713
+
20714
+ .v-chip-group--column {
20715
+ flex-wrap: wrap;
20716
+ white-space: normal;
20703
20717
  }.v-footer {
20704
20718
  align-items: center;
20705
20719
  display: flex;
@@ -20744,6 +20758,7 @@ textarea.v-field__input::placeholder {
20744
20758
  user-select: none;
20745
20759
  vertical-align: middle;
20746
20760
  width: 1em;
20761
+ min-width: 1em;
20747
20762
  }
20748
20763
  .v-icon--clickable {
20749
20764
  cursor: pointer;
@@ -20945,6 +20960,20 @@ textarea.v-field__input::placeholder {
20945
20960
  max-width: 100%;
20946
20961
  position: relative;
20947
20962
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
20963
+ }.v-label {
20964
+ align-items: center;
20965
+ display: inline-flex;
20966
+ font-size: 1rem;
20967
+ letter-spacing: 0.009375em;
20968
+ min-width: 0;
20969
+ opacity: var(--v-medium-emphasis-opacity);
20970
+ overflow: hidden;
20971
+ text-overflow: ellipsis;
20972
+ white-space: nowrap;
20973
+ }
20974
+
20975
+ .v-label--clickable {
20976
+ cursor: pointer;
20948
20977
  }.v-layout {
20949
20978
  --v-scrollbar-offset: 0px;
20950
20979
  display: flex;
@@ -20960,20 +20989,6 @@ textarea.v-field__input::placeholder {
20960
20989
 
20961
20990
  .v-layout-item--absolute {
20962
20991
  position: absolute;
20963
- }.v-label {
20964
- align-items: center;
20965
- display: inline-flex;
20966
- font-size: 1rem;
20967
- letter-spacing: 0.009375em;
20968
- min-width: 0;
20969
- opacity: var(--v-medium-emphasis-opacity);
20970
- overflow: hidden;
20971
- text-overflow: ellipsis;
20972
- white-space: nowrap;
20973
- }
20974
-
20975
- .v-label--clickable {
20976
- cursor: pointer;
20977
20992
  }.v-list {
20978
20993
  overflow: auto;
20979
20994
  padding: 8px 0;
@@ -22360,6 +22375,34 @@ html.v-overlay-scroll-blocked {
22360
22375
  .v-selection-control-group--inline {
22361
22376
  flex-direction: row;
22362
22377
  flex-wrap: wrap;
22378
+ }.v-sheet {
22379
+ display: block;
22380
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
22381
+ border-style: solid;
22382
+ border-width: 0;
22383
+ 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-penumbra-opacity, rgba(0, 0, 0, 0.12));
22384
+ border-radius: 0;
22385
+ background: rgb(var(--v-theme-surface));
22386
+ color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
22387
+ }
22388
+ .v-sheet--border {
22389
+ border-width: thin;
22390
+ box-shadow: none;
22391
+ }
22392
+ .v-sheet--absolute {
22393
+ position: absolute;
22394
+ }
22395
+ .v-sheet--fixed {
22396
+ position: fixed;
22397
+ }
22398
+ .v-sheet--relative {
22399
+ position: relative;
22400
+ }
22401
+ .v-sheet--sticky {
22402
+ position: sticky;
22403
+ }
22404
+ .v-sheet--rounded {
22405
+ border-radius: 4px;
22363
22406
  }.v-slide-group {
22364
22407
  display: flex;
22365
22408
  overflow: hidden;
@@ -22402,34 +22445,6 @@ html.v-overlay-scroll-blocked {
22402
22445
  .v-slide-group--vertical .v-slide-group__container,
22403
22446
  .v-slide-group--vertical .v-slide-group__content {
22404
22447
  flex-direction: column;
22405
- }.v-sheet {
22406
- display: block;
22407
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
22408
- border-style: solid;
22409
- border-width: 0;
22410
- 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-penumbra-opacity, rgba(0, 0, 0, 0.12));
22411
- border-radius: 0;
22412
- background: rgb(var(--v-theme-surface));
22413
- color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
22414
- }
22415
- .v-sheet--border {
22416
- border-width: thin;
22417
- box-shadow: none;
22418
- }
22419
- .v-sheet--absolute {
22420
- position: absolute;
22421
- }
22422
- .v-sheet--fixed {
22423
- position: fixed;
22424
- }
22425
- .v-sheet--relative {
22426
- position: relative;
22427
- }
22428
- .v-sheet--sticky {
22429
- position: sticky;
22430
- }
22431
- .v-sheet--rounded {
22432
- border-radius: 4px;
22433
22448
  }.v-snackbar {
22434
22449
  justify-content: center;
22435
22450
  z-index: 10000;
@@ -22543,6 +22558,10 @@ html.v-overlay-scroll-blocked {
22543
22558
  }.v-switch .v-label {
22544
22559
  padding-inline-start: 10px;
22545
22560
  }
22561
+ .v-switch .v-switch__thumb {
22562
+ background-color: rgb(var(--v-theme-surface-bright));
22563
+ color: rgb(var(--v-theme-on-surface-bright));
22564
+ }
22546
22565
 
22547
22566
  .v-switch__loader {
22548
22567
  display: flex;
@@ -22562,13 +22581,13 @@ html.v-overlay-scroll-blocked {
22562
22581
  }
22563
22582
 
22564
22583
  .v-switch__track {
22565
- background-color: currentColor;
22584
+ background-color: rgb(var(--v-theme-surface-variant));
22566
22585
  border-radius: 9999px;
22567
22586
  height: 14px;
22568
22587
  opacity: 0.6;
22569
22588
  width: 36px;
22570
22589
  cursor: pointer;
22571
- transition: 0.2s color cubic-bezier(0.4, 0, 0.2, 1);
22590
+ transition: 0.2s background-color cubic-bezier(0.4, 0, 0.2, 1);
22572
22591
  }
22573
22592
  .v-switch--inset .v-switch__track {
22574
22593
  border-radius: 9999px;
@@ -22579,14 +22598,12 @@ html.v-overlay-scroll-blocked {
22579
22598
  .v-switch__thumb {
22580
22599
  align-items: center;
22581
22600
  border-radius: 50%;
22582
- background: rgb(var(--v-theme-surface));
22583
- color: rgb(var(--v-theme-on-surface));
22584
22601
  display: flex;
22585
22602
  height: 20px;
22586
22603
  justify-content: center;
22587
22604
  width: 20px;
22588
22605
  pointer-events: none;
22589
- transition: 0.15s 0.05s transform cubic-bezier(0, 0, 0.2, 1);
22606
+ 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);
22590
22607
  position: relative;
22591
22608
  overflow: hidden;
22592
22609
  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-penumbra-opacity, rgba(0, 0, 0, 0.12));
@@ -22764,6 +22781,9 @@ html.v-overlay-scroll-blocked {
22764
22781
  }.v-table {
22765
22782
  background: rgb(var(--v-theme-surface));
22766
22783
  color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
22784
+ transition-duration: 0.28s;
22785
+ transition-property: box-shadow, opacity, background;
22786
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
22767
22787
  }
22768
22788
  .v-table .v-table-divider {
22769
22789
  border-right: thin solid rgba(var(--v-border-color), var(--v-border-opacity));