vuetify 3.6.13 → 3.7.0-beta.1

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 (177) hide show
  1. package/dist/json/attributes.json +166 -26
  2. package/dist/json/importMap-labs.json +16 -16
  3. package/dist/json/importMap.json +138 -138
  4. package/dist/json/tags.json +40 -5
  5. package/dist/json/web-types.json +394 -41
  6. package/dist/vuetify-labs.css +2300 -2284
  7. package/dist/vuetify-labs.d.ts +12763 -12509
  8. package/dist/vuetify-labs.esm.js +153 -145
  9. package/dist/vuetify-labs.esm.js.map +1 -1
  10. package/dist/vuetify-labs.js +153 -145
  11. package/dist/vuetify-labs.min.css +2 -2
  12. package/dist/vuetify.css +887 -871
  13. package/dist/vuetify.d.ts +11161 -10982
  14. package/dist/vuetify.esm.js +107 -65
  15. package/dist/vuetify.esm.js.map +1 -1
  16. package/dist/vuetify.js +107 -65
  17. package/dist/vuetify.js.map +1 -1
  18. package/dist/vuetify.min.css +2 -2
  19. package/dist/vuetify.min.js +1076 -1078
  20. package/dist/vuetify.min.js.map +1 -1
  21. package/lib/components/VAlert/index.d.mts +55 -55
  22. package/lib/components/VAppBar/index.d.mts +175 -169
  23. package/lib/components/VAutocomplete/VAutocomplete.mjs +15 -8
  24. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  25. package/lib/components/VAutocomplete/index.d.mts +635 -634
  26. package/lib/components/VAvatar/VAvatar.css +7 -0
  27. package/lib/components/VAvatar/VAvatar.mjs +6 -1
  28. package/lib/components/VAvatar/VAvatar.mjs.map +1 -1
  29. package/lib/components/VAvatar/VAvatar.sass +1 -0
  30. package/lib/components/VAvatar/_variables.scss +13 -0
  31. package/lib/components/VAvatar/index.d.mts +36 -30
  32. package/lib/components/VBadge/index.d.mts +58 -58
  33. package/lib/components/VBanner/index.d.mts +59 -59
  34. package/lib/components/VBottomNavigation/index.d.mts +58 -58
  35. package/lib/components/VBottomSheet/index.d.mts +125 -125
  36. package/lib/components/VBreadcrumbs/index.d.mts +42 -42
  37. package/lib/components/VBtn/VBtn.mjs +3 -1
  38. package/lib/components/VBtn/VBtn.mjs.map +1 -1
  39. package/lib/components/VBtn/index.d.mts +113 -107
  40. package/lib/components/VBtnGroup/index.d.mts +23 -23
  41. package/lib/components/VBtnToggle/index.d.mts +40 -40
  42. package/lib/components/VCard/index.d.mts +93 -93
  43. package/lib/components/VCarousel/index.d.mts +130 -121
  44. package/lib/components/VCheckbox/index.d.mts +166 -166
  45. package/lib/components/VChip/index.d.mts +86 -86
  46. package/lib/components/VChipGroup/index.d.mts +46 -46
  47. package/lib/components/VColorPicker/index.d.mts +96 -96
  48. package/lib/components/VCombobox/VCombobox.mjs +15 -8
  49. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  50. package/lib/components/VCombobox/index.d.mts +635 -634
  51. package/lib/components/VConfirmEdit/index.d.mts +2 -2
  52. package/lib/components/VCounter/index.d.mts +27 -27
  53. package/lib/components/VDataIterator/index.d.mts +50 -50
  54. package/lib/components/VDataTable/index.d.mts +253 -253
  55. package/lib/components/VDatePicker/index.d.mts +134 -134
  56. package/lib/components/VDialog/index.d.mts +378 -378
  57. package/lib/components/VDivider/index.d.mts +15 -15
  58. package/lib/components/VEmptyState/index.d.mts +47 -47
  59. package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +7 -2
  60. package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.map +1 -1
  61. package/lib/components/VExpansionPanel/index.d.mts +196 -124
  62. package/lib/components/VFab/index.d.mts +233 -227
  63. package/lib/components/VField/index.d.mts +46 -46
  64. package/lib/components/VFileInput/index.d.mts +243 -243
  65. package/lib/components/VFooter/index.d.mts +50 -50
  66. package/lib/components/VForm/index.d.mts +9 -9
  67. package/lib/components/VGrid/VContainer.mjs +6 -1
  68. package/lib/components/VGrid/VContainer.mjs.map +1 -1
  69. package/lib/components/VGrid/index.d.mts +178 -142
  70. package/lib/components/VIcon/index.d.mts +24 -24
  71. package/lib/components/VImg/VImg.css +9 -0
  72. package/lib/components/VImg/VImg.mjs +2 -0
  73. package/lib/components/VImg/VImg.mjs.map +1 -1
  74. package/lib/components/VImg/VImg.sass +9 -0
  75. package/lib/components/VImg/index.d.mts +101 -92
  76. package/lib/components/VInfiniteScroll/index.d.mts +22 -22
  77. package/lib/components/VInput/index.d.mts +53 -53
  78. package/lib/components/VItemGroup/index.d.mts +17 -17
  79. package/lib/components/VLabel/index.d.mts +8 -8
  80. package/lib/components/VLayout/index.d.mts +36 -36
  81. package/lib/components/VLazy/index.d.mts +31 -31
  82. package/lib/components/VList/VListItem.css +2 -2
  83. package/lib/components/VList/VListItem.mjs +2 -0
  84. package/lib/components/VList/VListItem.mjs.map +1 -1
  85. package/lib/components/VList/VListItem.sass +1 -1
  86. package/lib/components/VList/index.d.mts +191 -190
  87. package/lib/components/VLocaleProvider/index.d.mts +7 -7
  88. package/lib/components/VMain/index.d.mts +10 -10
  89. package/lib/components/VMenu/VMenu.mjs +7 -5
  90. package/lib/components/VMenu/VMenu.mjs.map +1 -1
  91. package/lib/components/VMenu/index.d.mts +423 -423
  92. package/lib/components/VMessages/index.d.mts +20 -20
  93. package/lib/components/VNavigationDrawer/index.d.mts +72 -72
  94. package/lib/components/VNavigationDrawer/sticky.mjs.map +1 -1
  95. package/lib/components/VOtpInput/index.d.mts +88 -88
  96. package/lib/components/VOverlay/index.d.mts +104 -104
  97. package/lib/components/VOverlay/locationStrategies.mjs +0 -6
  98. package/lib/components/VOverlay/locationStrategies.mjs.map +1 -1
  99. package/lib/components/VPagination/index.d.mts +55 -55
  100. package/lib/components/VParallax/index.d.mts +7 -7
  101. package/lib/components/VProgressCircular/index.d.mts +24 -24
  102. package/lib/components/VProgressLinear/index.d.mts +52 -52
  103. package/lib/components/VRadio/index.d.mts +41 -41
  104. package/lib/components/VRadioGroup/index.d.mts +97 -97
  105. package/lib/components/VRangeSlider/index.d.mts +94 -94
  106. package/lib/components/VRating/index.d.mts +22 -22
  107. package/lib/components/VResponsive/index.d.mts +23 -23
  108. package/lib/components/VSelect/VSelect.mjs +15 -13
  109. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  110. package/lib/components/VSelect/index.d.mts +635 -634
  111. package/lib/components/VSelect/useScrolling.mjs +3 -3
  112. package/lib/components/VSelect/useScrolling.mjs.map +1 -1
  113. package/lib/components/VSelectionControl/index.d.mts +43 -43
  114. package/lib/components/VSelectionControlGroup/index.d.mts +39 -39
  115. package/lib/components/VSheet/index.d.mts +34 -34
  116. package/lib/components/VSkeletonLoader/index.d.mts +17 -17
  117. package/lib/components/VSlideGroup/VSlideGroup.mjs +3 -1
  118. package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
  119. package/lib/components/VSlideGroup/index.d.mts +39 -33
  120. package/lib/components/VSlider/index.d.mts +87 -87
  121. package/lib/components/VSnackbar/index.d.mts +436 -436
  122. package/lib/components/VSparkline/index.d.mts +38 -38
  123. package/lib/components/VSpeedDial/index.d.mts +185 -185
  124. package/lib/components/VStepper/index.d.mts +119 -119
  125. package/lib/components/VSwitch/index.d.mts +100 -100
  126. package/lib/components/VSystemBar/index.d.mts +39 -39
  127. package/lib/components/VTable/index.d.mts +4 -4
  128. package/lib/components/VTabs/index.d.mts +530 -512
  129. package/lib/components/VTextField/index.d.mts +397 -397
  130. package/lib/components/VTextarea/index.d.mts +274 -274
  131. package/lib/components/VTimeline/index.d.mts +26 -26
  132. package/lib/components/VToolbar/index.d.mts +53 -53
  133. package/lib/components/VTooltip/index.d.mts +451 -451
  134. package/lib/components/VValidation/index.d.mts +22 -21
  135. package/lib/components/VVirtualScroll/VVirtualScroll.mjs +2 -0
  136. package/lib/components/VVirtualScroll/VVirtualScroll.mjs.map +1 -1
  137. package/lib/components/VVirtualScroll/index.d.mts +13 -10
  138. package/lib/components/VWindow/index.d.mts +31 -31
  139. package/lib/components/index.d.mts +11225 -11046
  140. package/lib/components/transitions/index.d.mts +200 -200
  141. package/lib/composables/nested/nested.mjs +3 -4
  142. package/lib/composables/nested/nested.mjs.map +1 -1
  143. package/lib/composables/nested/openStrategies.mjs +4 -2
  144. package/lib/composables/nested/openStrategies.mjs.map +1 -1
  145. package/lib/composables/nested/selectStrategies.mjs +5 -5
  146. package/lib/composables/nested/selectStrategies.mjs.map +1 -1
  147. package/lib/composables/validation.mjs +8 -6
  148. package/lib/composables/validation.mjs.map +1 -1
  149. package/lib/composables/virtual.mjs +1 -0
  150. package/lib/composables/virtual.mjs.map +1 -1
  151. package/lib/entry-bundler.mjs +1 -1
  152. package/lib/entry-bundler.mjs.map +1 -1
  153. package/lib/framework.mjs +1 -1
  154. package/lib/framework.mjs.map +1 -1
  155. package/lib/index.d.mts +44 -44
  156. package/lib/labs/VCalendar/index.d.mts +52 -52
  157. package/lib/labs/VDateInput/index.d.mts +244 -244
  158. package/lib/labs/VNumberInput/index.d.mts +235 -235
  159. package/lib/labs/VPicker/index.d.mts +45 -45
  160. package/lib/labs/VSnackbarQueue/index.d.mts +642 -642
  161. package/lib/labs/VStepperVertical/index.d.mts +224 -188
  162. package/lib/labs/VTimePicker/VTimePickerClock.mjs +0 -1
  163. package/lib/labs/VTimePicker/VTimePickerClock.mjs.map +1 -1
  164. package/lib/labs/VTimePicker/index.d.mts +115 -115
  165. package/lib/labs/VTreeview/VTreeview.mjs +7 -5
  166. package/lib/labs/VTreeview/VTreeview.mjs.map +1 -1
  167. package/lib/labs/VTreeview/VTreeviewChildren.mjs +33 -10
  168. package/lib/labs/VTreeview/VTreeviewChildren.mjs.map +1 -1
  169. package/lib/labs/VTreeview/VTreeviewItem.css +1 -1
  170. package/lib/labs/VTreeview/VTreeviewItem.mjs +14 -74
  171. package/lib/labs/VTreeview/VTreeviewItem.mjs.map +1 -1
  172. package/lib/labs/VTreeview/VTreeviewItem.sass +2 -5
  173. package/lib/labs/VTreeview/index.d.mts +270 -253
  174. package/lib/labs/components.d.mts +1835 -1782
  175. package/lib/util/helpers.mjs +5 -0
  176. package/lib/util/helpers.mjs.map +1 -1
  177. package/package.json +10 -5
package/dist/vuetify.css CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.6.13
2
+ * Vuetify v3.7.0-beta.1
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -17456,6 +17456,18 @@ html.overflow-y-hidden {
17456
17456
  .v-ripple__animation--out {
17457
17457
  transition: opacity 0.3s cubic-bezier(0, 0, 0.2, 1);
17458
17458
  opacity: 0;
17459
+ }.v-app-bar {
17460
+ display: flex;
17461
+ }
17462
+ .v-app-bar.v-toolbar {
17463
+ background: rgb(var(--v-theme-surface));
17464
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
17465
+ }
17466
+ .v-app-bar.v-toolbar:not(.v-toolbar--flat) {
17467
+ 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));
17468
+ }
17469
+ .v-app-bar:not(.v-toolbar--absolute) {
17470
+ padding-inline-end: var(--v-scrollbar-offset);
17459
17471
  }.v-application {
17460
17472
  display: flex;
17461
17473
  background: rgb(var(--v-theme-background));
@@ -17472,18 +17484,6 @@ html.overflow-y-hidden {
17472
17484
  min-height: 100vh;
17473
17485
  min-height: 100dvh;
17474
17486
  position: relative;
17475
- }.v-app-bar {
17476
- display: flex;
17477
- }
17478
- .v-app-bar.v-toolbar {
17479
- background: rgb(var(--v-theme-surface));
17480
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
17481
- }
17482
- .v-app-bar.v-toolbar:not(.v-toolbar--flat) {
17483
- 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));
17484
- }
17485
- .v-app-bar:not(.v-toolbar--absolute) {
17486
- padding-inline-end: var(--v-scrollbar-offset);
17487
17487
  }.v-alert {
17488
17488
  display: grid;
17489
17489
  flex: 1 1;
@@ -17696,6 +17696,87 @@ html.overflow-y-hidden {
17696
17696
  text-transform: none;
17697
17697
  word-break: normal;
17698
17698
  word-wrap: break-word;
17699
+ }.v-autocomplete .v-field .v-text-field__prefix,
17700
+ .v-autocomplete .v-field .v-text-field__suffix,
17701
+ .v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
17702
+ cursor: text;
17703
+ }
17704
+ .v-autocomplete .v-field .v-field__input > input {
17705
+ flex: 1 1;
17706
+ }
17707
+ .v-autocomplete .v-field input {
17708
+ min-width: 64px;
17709
+ }
17710
+ .v-autocomplete .v-field:not(.v-field--focused) input {
17711
+ min-width: 0;
17712
+ }
17713
+ .v-autocomplete .v-field--dirty .v-autocomplete__selection {
17714
+ margin-inline-end: 2px;
17715
+ }
17716
+ .v-autocomplete .v-autocomplete__selection-text {
17717
+ overflow: hidden;
17718
+ text-overflow: ellipsis;
17719
+ white-space: nowrap;
17720
+ }
17721
+
17722
+ .v-autocomplete__content {
17723
+ overflow: hidden;
17724
+ 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));
17725
+ border-radius: 4px;
17726
+ }
17727
+ .v-autocomplete__mask {
17728
+ background: rgb(var(--v-theme-surface-light));
17729
+ }
17730
+ .v-autocomplete__selection {
17731
+ display: inline-flex;
17732
+ align-items: center;
17733
+ height: 1.5rem;
17734
+ letter-spacing: inherit;
17735
+ line-height: inherit;
17736
+ max-width: calc(100% - 2px - 2px);
17737
+ }
17738
+ .v-autocomplete__selection:first-child {
17739
+ margin-inline-start: 0;
17740
+ }
17741
+ .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
17742
+ .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
17743
+ .v-autocomplete--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
17744
+ .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
17745
+ top: 0px;
17746
+ }
17747
+ .v-autocomplete--selecting-index .v-autocomplete__selection {
17748
+ opacity: var(--v-medium-emphasis-opacity);
17749
+ }
17750
+ .v-autocomplete--selecting-index .v-autocomplete__selection--selected {
17751
+ opacity: 1;
17752
+ }
17753
+ .v-autocomplete--selecting-index .v-field__input > input {
17754
+ caret-color: transparent;
17755
+ }
17756
+ .v-autocomplete--single:not(.v-autocomplete--selection-slot).v-text-field input {
17757
+ flex: 1 1;
17758
+ position: absolute;
17759
+ left: 0;
17760
+ right: 0;
17761
+ width: 100%;
17762
+ padding-inline: inherit;
17763
+ }
17764
+ .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--active input {
17765
+ transition: none;
17766
+ }
17767
+ .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--dirty:not(.v-field--focused) input {
17768
+ opacity: 0;
17769
+ }
17770
+ .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--focused .v-autocomplete__selection {
17771
+ opacity: 0;
17772
+ }
17773
+ .v-autocomplete__menu-icon {
17774
+ margin-inline-start: 4px;
17775
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
17776
+ }
17777
+ .v-autocomplete--active-menu .v-autocomplete__menu-icon {
17778
+ opacity: var(--v-high-emphasis-opacity);
17779
+ transform: rotate(180deg);
17699
17780
  }.v-avatar {
17700
17781
  flex: none;
17701
17782
  align-items: center;
@@ -17708,6 +17789,9 @@ html.overflow-y-hidden {
17708
17789
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
17709
17790
  transition-property: width, height;
17710
17791
  vertical-align: middle;
17792
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
17793
+ border-style: solid;
17794
+ border-width: thin;
17711
17795
  border-radius: 50%;
17712
17796
  }
17713
17797
  .v-avatar.v-avatar--size-x-small {
@@ -17737,6 +17821,10 @@ html.overflow-y-hidden {
17737
17821
  height: calc(var(--v-avatar-height) + -8px);
17738
17822
  width: calc(var(--v-avatar-height) + -8px);
17739
17823
  }
17824
+ .v-avatar--border {
17825
+ border-width: thin;
17826
+ box-shadow: none;
17827
+ }
17740
17828
  .v-avatar--variant-plain, .v-avatar--variant-outlined, .v-avatar--variant-text, .v-avatar--variant-tonal {
17741
17829
  background: transparent;
17742
17830
  color: inherit;
@@ -17791,87 +17879,6 @@ html.overflow-y-hidden {
17791
17879
  .v-avatar .v-img {
17792
17880
  height: 100%;
17793
17881
  width: 100%;
17794
- }.v-autocomplete .v-field .v-text-field__prefix,
17795
- .v-autocomplete .v-field .v-text-field__suffix,
17796
- .v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
17797
- cursor: text;
17798
- }
17799
- .v-autocomplete .v-field .v-field__input > input {
17800
- flex: 1 1;
17801
- }
17802
- .v-autocomplete .v-field input {
17803
- min-width: 64px;
17804
- }
17805
- .v-autocomplete .v-field:not(.v-field--focused) input {
17806
- min-width: 0;
17807
- }
17808
- .v-autocomplete .v-field--dirty .v-autocomplete__selection {
17809
- margin-inline-end: 2px;
17810
- }
17811
- .v-autocomplete .v-autocomplete__selection-text {
17812
- overflow: hidden;
17813
- text-overflow: ellipsis;
17814
- white-space: nowrap;
17815
- }
17816
-
17817
- .v-autocomplete__content {
17818
- overflow: hidden;
17819
- 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));
17820
- border-radius: 4px;
17821
- }
17822
- .v-autocomplete__mask {
17823
- background: rgb(var(--v-theme-surface-light));
17824
- }
17825
- .v-autocomplete__selection {
17826
- display: inline-flex;
17827
- align-items: center;
17828
- height: 1.5rem;
17829
- letter-spacing: inherit;
17830
- line-height: inherit;
17831
- max-width: calc(100% - 2px - 2px);
17832
- }
17833
- .v-autocomplete__selection:first-child {
17834
- margin-inline-start: 0;
17835
- }
17836
- .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
17837
- .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
17838
- .v-autocomplete--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
17839
- .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
17840
- top: 0px;
17841
- }
17842
- .v-autocomplete--selecting-index .v-autocomplete__selection {
17843
- opacity: var(--v-medium-emphasis-opacity);
17844
- }
17845
- .v-autocomplete--selecting-index .v-autocomplete__selection--selected {
17846
- opacity: 1;
17847
- }
17848
- .v-autocomplete--selecting-index .v-field__input > input {
17849
- caret-color: transparent;
17850
- }
17851
- .v-autocomplete--single:not(.v-autocomplete--selection-slot).v-text-field input {
17852
- flex: 1 1;
17853
- position: absolute;
17854
- left: 0;
17855
- right: 0;
17856
- width: 100%;
17857
- padding-inline: inherit;
17858
- }
17859
- .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--active input {
17860
- transition: none;
17861
- }
17862
- .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--dirty:not(.v-field--focused) input {
17863
- opacity: 0;
17864
- }
17865
- .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--focused .v-autocomplete__selection {
17866
- opacity: 0;
17867
- }
17868
- .v-autocomplete__menu-icon {
17869
- margin-inline-start: 4px;
17870
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
17871
- }
17872
- .v-autocomplete--active-menu .v-autocomplete__menu-icon {
17873
- opacity: var(--v-high-emphasis-opacity);
17874
- transform: rotate(180deg);
17875
17882
  }.v-badge {
17876
17883
  display: inline-block;
17877
17884
  line-height: 1;
@@ -18156,6 +18163,38 @@ html.overflow-y-hidden {
18156
18163
  }
18157
18164
  .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
18158
18165
  transform: translateY(0.5rem);
18166
+ }.bottom-sheet-transition-enter-from {
18167
+ transform: translateY(100%);
18168
+ }
18169
+ .bottom-sheet-transition-leave-to {
18170
+ transform: translateY(100%);
18171
+ }
18172
+
18173
+ .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
18174
+ align-self: flex-end;
18175
+ border-radius: 0;
18176
+ flex: 0 1 auto;
18177
+ left: 0;
18178
+ right: 0;
18179
+ margin-inline: 0;
18180
+ margin-bottom: 0;
18181
+ transition-duration: 0.2s;
18182
+ width: 100%;
18183
+ max-width: 100%;
18184
+ overflow: visible;
18185
+ box-shadow: 0px 7px 8px -4px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 12px 17px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 5px 22px 4px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
18186
+ }
18187
+ .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-card,
18188
+ .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-sheet {
18189
+ border-radius: 0;
18190
+ }
18191
+ .v-bottom-sheet.v-bottom-sheet--inset {
18192
+ max-width: none;
18193
+ }
18194
+ @media (min-width: 600px) {
18195
+ .v-bottom-sheet.v-bottom-sheet--inset {
18196
+ max-width: 70%;
18197
+ }
18159
18198
  }.v-breadcrumbs {
18160
18199
  display: flex;
18161
18200
  align-items: center;
@@ -18213,38 +18252,6 @@ html.overflow-y-hidden {
18213
18252
  display: inline-block;
18214
18253
  padding: 0 8px;
18215
18254
  vertical-align: middle;
18216
- }.bottom-sheet-transition-enter-from {
18217
- transform: translateY(100%);
18218
- }
18219
- .bottom-sheet-transition-leave-to {
18220
- transform: translateY(100%);
18221
- }
18222
-
18223
- .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
18224
- align-self: flex-end;
18225
- border-radius: 0;
18226
- flex: 0 1 auto;
18227
- left: 0;
18228
- right: 0;
18229
- margin-inline: 0;
18230
- margin-bottom: 0;
18231
- transition-duration: 0.2s;
18232
- width: 100%;
18233
- max-width: 100%;
18234
- overflow: visible;
18235
- box-shadow: 0px 7px 8px -4px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 12px 17px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 5px 22px 4px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
18236
- }
18237
- .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-card,
18238
- .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-sheet {
18239
- border-radius: 0;
18240
- }
18241
- .v-bottom-sheet.v-bottom-sheet--inset {
18242
- max-width: none;
18243
- }
18244
- @media (min-width: 600px) {
18245
- .v-bottom-sheet.v-bottom-sheet--inset {
18246
- max-width: 70%;
18247
- }
18248
18255
  }.v-btn {
18249
18256
  align-items: center;
18250
18257
  border-radius: 4px;
@@ -19102,6 +19109,24 @@ html.overflow-y-hidden {
19102
19109
  }
19103
19110
  .v-checkbox .v-selection-control {
19104
19111
  min-height: var(--v-input-control-height);
19112
+ }.v-chip-group {
19113
+ display: flex;
19114
+ max-width: 100%;
19115
+ min-width: 0;
19116
+ overflow-x: auto;
19117
+ padding: 4px 0;
19118
+ }
19119
+ .v-chip-group .v-chip {
19120
+ margin: 4px 8px 4px 0;
19121
+ }
19122
+ .v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
19123
+ opacity: var(--v-activated-opacity);
19124
+ }
19125
+
19126
+ .v-chip-group--column .v-slide-group__content {
19127
+ white-space: normal;
19128
+ flex-wrap: wrap;
19129
+ max-width: 100%;
19105
19130
  }.v-chip {
19106
19131
  align-items: center;
19107
19132
  display: inline-flex;
@@ -19514,24 +19539,26 @@ html.overflow-y-hidden {
19514
19539
 
19515
19540
  .v-chip--label {
19516
19541
  border-radius: 4px;
19517
- }.v-chip-group {
19518
- display: flex;
19519
- max-width: 100%;
19520
- min-width: 0;
19521
- overflow-x: auto;
19522
- padding: 4px 0;
19542
+ }.v-color-picker {
19543
+ align-self: flex-start;
19544
+ contain: content;
19523
19545
  }
19524
- .v-chip-group .v-chip {
19525
- margin: 4px 8px 4px 0;
19546
+ .v-color-picker.v-sheet {
19547
+ 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));
19548
+ border-radius: 4px;
19526
19549
  }
19527
- .v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
19528
- opacity: var(--v-activated-opacity);
19550
+
19551
+ .v-color-picker__controls {
19552
+ display: flex;
19553
+ flex-direction: column;
19554
+ padding: 16px;
19529
19555
  }
19530
19556
 
19531
- .v-chip-group--column .v-slide-group__content {
19532
- white-space: normal;
19533
- flex-wrap: wrap;
19534
- max-width: 100%;
19557
+ .v-color-picker--flat {
19558
+ 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));
19559
+ }
19560
+ .v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb {
19561
+ 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));
19535
19562
  }.v-combobox .v-field .v-text-field__prefix,
19536
19563
  .v-combobox .v-field .v-text-field__suffix,
19537
19564
  .v-combobox .v-field .v-field__input, .v-combobox .v-field.v-field {
@@ -19613,26 +19640,6 @@ html.overflow-y-hidden {
19613
19640
  .v-combobox--active-menu .v-combobox__menu-icon {
19614
19641
  opacity: var(--v-high-emphasis-opacity);
19615
19642
  transform: rotate(180deg);
19616
- }.v-color-picker {
19617
- align-self: flex-start;
19618
- contain: content;
19619
- }
19620
- .v-color-picker.v-sheet {
19621
- 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));
19622
- border-radius: 4px;
19623
- }
19624
-
19625
- .v-color-picker__controls {
19626
- display: flex;
19627
- flex-direction: column;
19628
- padding: 16px;
19629
- }
19630
-
19631
- .v-color-picker--flat {
19632
- 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));
19633
- }
19634
- .v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb {
19635
- 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));
19636
19643
  }.v-counter {
19637
19644
  color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
19638
19645
  flex: 0 1 auto;
@@ -19856,6 +19863,68 @@ html.overflow-y-hidden {
19856
19863
  }
19857
19864
  .v-data-table-footer__page {
19858
19865
  padding: 0 8px;
19866
+ }.v-date-picker {
19867
+ overflow: hidden;
19868
+ width: 328px;
19869
+ }
19870
+ .v-date-picker--show-week {
19871
+ width: 368px;
19872
+ }.v-date-picker-controls {
19873
+ display: flex;
19874
+ align-items: center;
19875
+ justify-content: space-between;
19876
+ font-size: 0.875rem;
19877
+ padding-top: 4px;
19878
+ padding-bottom: 4px;
19879
+ padding-inline-start: 6px;
19880
+ padding-inline-end: 12px;
19881
+ }
19882
+ .v-date-picker-controls > .v-btn:first-child {
19883
+ text-transform: none;
19884
+ font-weight: 400;
19885
+ line-height: initial;
19886
+ letter-spacing: initial;
19887
+ }
19888
+ .v-date-picker-controls--variant-classic {
19889
+ padding-inline-start: 12px;
19890
+ }
19891
+ .v-date-picker-controls--variant-modern .v-date-picker__title:not(:hover) {
19892
+ opacity: 0.7;
19893
+ }
19894
+ .v-date-picker--month .v-date-picker-controls--variant-modern .v-date-picker__title {
19895
+ cursor: pointer;
19896
+ }
19897
+ .v-date-picker--year .v-date-picker-controls--variant-modern .v-date-picker__title {
19898
+ opacity: 1;
19899
+ }
19900
+ .v-date-picker-controls .v-btn:last-child {
19901
+ margin-inline-start: 4px;
19902
+ }
19903
+ .v-date-picker--year .v-date-picker-controls .v-date-picker-controls__mode-btn {
19904
+ transform: rotate(180deg);
19905
+ }
19906
+
19907
+ .v-date-picker-controls__date {
19908
+ margin-inline-end: 4px;
19909
+ }
19910
+ .v-date-picker-controls--variant-classic .v-date-picker-controls__date {
19911
+ margin: auto;
19912
+ text-align: center;
19913
+ }
19914
+
19915
+ .v-date-picker-controls__month {
19916
+ display: flex;
19917
+ }
19918
+ .v-locale--is-rtl.v-date-picker-controls__month, .v-locale--is-rtl .v-date-picker-controls__month {
19919
+ flex-direction: row-reverse;
19920
+ }
19921
+
19922
+ .v-date-picker-controls--variant-classic .v-date-picker-controls__month {
19923
+ flex: 1 0 auto;
19924
+ }
19925
+
19926
+ .v-date-picker__title {
19927
+ display: inline-block;
19859
19928
  }.v-date-picker-header {
19860
19929
  align-items: flex-end;
19861
19930
  height: 70px;
@@ -19916,68 +19985,25 @@ html.overflow-y-hidden {
19916
19985
  .date-picker-header-reverse-transition-leave-to {
19917
19986
  opacity: 0;
19918
19987
  transform: translate(0, 100%);
19919
- }.v-date-picker {
19920
- overflow: hidden;
19921
- width: 328px;
19988
+ }.v-date-picker-months {
19989
+ height: 288px;
19922
19990
  }
19923
- .v-date-picker--show-week {
19924
- width: 368px;
19925
- }.v-date-picker-controls {
19926
- display: flex;
19991
+
19992
+ .v-date-picker-months__content {
19927
19993
  align-items: center;
19928
- justify-content: space-between;
19929
- font-size: 0.875rem;
19930
- padding-top: 4px;
19931
- padding-bottom: 4px;
19932
- padding-inline-start: 6px;
19933
- padding-inline-end: 12px;
19994
+ display: grid;
19995
+ flex: 1 1;
19996
+ height: inherit;
19997
+ justify-content: space-around;
19998
+ grid-template-columns: repeat(2, 1fr);
19999
+ grid-gap: 0px 24px;
20000
+ padding-inline-start: 36px;
20001
+ padding-inline-end: 36px;
19934
20002
  }
19935
- .v-date-picker-controls > .v-btn:first-child {
20003
+ .v-date-picker-months__content .v-btn {
19936
20004
  text-transform: none;
19937
- font-weight: 400;
19938
- line-height: initial;
19939
- letter-spacing: initial;
19940
- }
19941
- .v-date-picker-controls--variant-classic {
19942
- padding-inline-start: 12px;
19943
- }
19944
- .v-date-picker-controls--variant-modern .v-date-picker__title:not(:hover) {
19945
- opacity: 0.7;
19946
- }
19947
- .v-date-picker--month .v-date-picker-controls--variant-modern .v-date-picker__title {
19948
- cursor: pointer;
19949
- }
19950
- .v-date-picker--year .v-date-picker-controls--variant-modern .v-date-picker__title {
19951
- opacity: 1;
19952
- }
19953
- .v-date-picker-controls .v-btn:last-child {
19954
- margin-inline-start: 4px;
19955
- }
19956
- .v-date-picker--year .v-date-picker-controls .v-date-picker-controls__mode-btn {
19957
- transform: rotate(180deg);
19958
- }
19959
-
19960
- .v-date-picker-controls__date {
19961
- margin-inline-end: 4px;
19962
- }
19963
- .v-date-picker-controls--variant-classic .v-date-picker-controls__date {
19964
- margin: auto;
19965
- text-align: center;
19966
- }
19967
-
19968
- .v-date-picker-controls__month {
19969
- display: flex;
19970
- }
19971
- .v-locale--is-rtl.v-date-picker-controls__month, .v-locale--is-rtl .v-date-picker-controls__month {
19972
- flex-direction: row-reverse;
19973
- }
19974
-
19975
- .v-date-picker-controls--variant-classic .v-date-picker-controls__month {
19976
- flex: 1 0 auto;
19977
- }
19978
-
19979
- .v-date-picker__title {
19980
- display: inline-block;
20005
+ padding-inline-start: 8px;
20006
+ padding-inline-end: 8px;
19981
20007
  }.v-date-picker-month {
19982
20008
  display: flex;
19983
20009
  justify-content: center;
@@ -20033,25 +20059,6 @@ html.overflow-y-hidden {
20033
20059
 
20034
20060
  .v-date-picker-month__day--hide-adjacent {
20035
20061
  opacity: 0;
20036
- }.v-date-picker-months {
20037
- height: 288px;
20038
- }
20039
-
20040
- .v-date-picker-months__content {
20041
- align-items: center;
20042
- display: grid;
20043
- flex: 1 1;
20044
- height: inherit;
20045
- justify-content: space-around;
20046
- grid-template-columns: repeat(2, 1fr);
20047
- grid-gap: 0px 24px;
20048
- padding-inline-start: 36px;
20049
- padding-inline-end: 36px;
20050
- }
20051
- .v-date-picker-months__content .v-btn {
20052
- text-transform: none;
20053
- padding-inline-start: 8px;
20054
- padding-inline-end: 8px;
20055
20062
  }.v-date-picker-years {
20056
20063
  height: 288px;
20057
20064
  overflow-y: scroll;
@@ -20067,66 +20074,16 @@ html.overflow-y-hidden {
20067
20074
  }
20068
20075
  .v-date-picker-years__content .v-btn {
20069
20076
  padding-inline: 8px;
20070
- }.v-divider {
20071
- display: block;
20072
- flex: 1 1 100%;
20073
- height: 0px;
20074
- max-height: 0px;
20075
- opacity: var(--v-border-opacity);
20076
- transition: inherit;
20077
- border-style: solid;
20078
- border-width: thin 0 0 0;
20079
- }
20080
- .v-divider--vertical {
20081
- align-self: stretch;
20082
- border-width: 0 thin 0 0;
20083
- display: inline-flex;
20084
- height: auto;
20085
- margin-left: -1px;
20086
- max-height: 100%;
20087
- max-width: 0px;
20088
- vertical-align: text-bottom;
20089
- width: 0px;
20077
+ }.v-dialog {
20078
+ align-items: center;
20079
+ justify-content: center;
20080
+ margin: auto;
20090
20081
  }
20091
- .v-divider--inset:not(.v-divider--vertical) {
20092
- max-width: calc(100% - 72px);
20093
- margin-inline-start: 72px;
20094
- }
20095
- .v-divider--inset.v-divider--vertical {
20096
- margin-bottom: 8px;
20097
- margin-top: 8px;
20098
- max-height: calc(100% - 16px);
20099
- }
20100
-
20101
- .v-divider__content {
20102
- padding: 0 16px;
20103
- text-wrap: nowrap;
20104
- }
20105
- .v-divider__wrapper--vertical .v-divider__content {
20106
- padding: 4px 0;
20107
- }
20108
-
20109
- .v-divider__wrapper {
20110
- display: flex;
20111
- align-items: center;
20112
- justify-content: center;
20113
- }
20114
- .v-divider__wrapper--vertical {
20115
- flex-direction: column;
20116
- height: 100%;
20117
- }
20118
- .v-divider__wrapper--vertical .v-divider {
20119
- margin: 0 auto;
20120
- }.v-dialog {
20121
- align-items: center;
20122
- justify-content: center;
20123
- margin: auto;
20124
- }
20125
- .v-dialog > .v-overlay__content {
20126
- max-height: calc(100% - 48px);
20127
- width: calc(100% - 48px);
20128
- max-width: calc(100% - 48px);
20129
- margin: 24px;
20082
+ .v-dialog > .v-overlay__content {
20083
+ max-height: calc(100% - 48px);
20084
+ width: calc(100% - 48px);
20085
+ max-width: calc(100% - 48px);
20086
+ margin: 24px;
20130
20087
  }
20131
20088
  .v-dialog > .v-overlay__content,
20132
20089
  .v-dialog > .v-overlay__content > form {
@@ -20209,6 +20166,56 @@ html.overflow-y-hidden {
20209
20166
  -webkit-backface-visibility: hidden;
20210
20167
  backface-visibility: hidden;
20211
20168
  overflow-y: auto;
20169
+ }.v-divider {
20170
+ display: block;
20171
+ flex: 1 1 100%;
20172
+ height: 0px;
20173
+ max-height: 0px;
20174
+ opacity: var(--v-border-opacity);
20175
+ transition: inherit;
20176
+ border-style: solid;
20177
+ border-width: thin 0 0 0;
20178
+ }
20179
+ .v-divider--vertical {
20180
+ align-self: stretch;
20181
+ border-width: 0 thin 0 0;
20182
+ display: inline-flex;
20183
+ height: auto;
20184
+ margin-left: -1px;
20185
+ max-height: 100%;
20186
+ max-width: 0px;
20187
+ vertical-align: text-bottom;
20188
+ width: 0px;
20189
+ }
20190
+ .v-divider--inset:not(.v-divider--vertical) {
20191
+ max-width: calc(100% - 72px);
20192
+ margin-inline-start: 72px;
20193
+ }
20194
+ .v-divider--inset.v-divider--vertical {
20195
+ margin-bottom: 8px;
20196
+ margin-top: 8px;
20197
+ max-height: calc(100% - 16px);
20198
+ }
20199
+
20200
+ .v-divider__content {
20201
+ padding: 0 16px;
20202
+ text-wrap: nowrap;
20203
+ }
20204
+ .v-divider__wrapper--vertical .v-divider__content {
20205
+ padding: 4px 0;
20206
+ }
20207
+
20208
+ .v-divider__wrapper {
20209
+ display: flex;
20210
+ align-items: center;
20211
+ justify-content: center;
20212
+ }
20213
+ .v-divider__wrapper--vertical {
20214
+ flex-direction: column;
20215
+ height: 100%;
20216
+ }
20217
+ .v-divider__wrapper--vertical .v-divider {
20218
+ margin: 0 auto;
20212
20219
  }.v-empty-state {
20213
20220
  align-items: center;
20214
20221
  display: flex;
@@ -20555,6 +20562,35 @@ html.overflow-y-hidden {
20555
20562
  }
20556
20563
  .v-fab--right .v-fab__container, .v-fab--end .v-fab__container {
20557
20564
  right: 0;
20565
+ }.v-file-input--hide.v-input .v-field,
20566
+ .v-file-input--hide.v-input .v-input__control,
20567
+ .v-file-input--hide.v-input .v-input__details {
20568
+ display: none;
20569
+ }
20570
+ .v-file-input--hide.v-input .v-input__prepend {
20571
+ grid-area: control;
20572
+ margin: 0 auto;
20573
+ }
20574
+ .v-file-input--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
20575
+ .v-file-input--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
20576
+ .v-file-input--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
20577
+ .v-file-input--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
20578
+ top: 0px;
20579
+ }
20580
+ .v-file-input input[type=file] {
20581
+ height: 100%;
20582
+ left: 0;
20583
+ opacity: 0;
20584
+ position: absolute;
20585
+ top: 0;
20586
+ width: 100%;
20587
+ z-index: 1;
20588
+ }
20589
+ .v-file-input .v-input__details {
20590
+ padding-inline: 16px;
20591
+ }
20592
+ .v-input--plain-underlined.v-file-input .v-input__details {
20593
+ padding-inline: 0;
20558
20594
  }/* region INPUT */
20559
20595
  .v-field {
20560
20596
  --v-theme-overlay-multiplier: 1;
@@ -21126,35 +21162,34 @@ textarea.v-field__input::placeholder {
21126
21162
  opacity: 0;
21127
21163
  }
21128
21164
 
21129
- /* endregion */.v-file-input--hide.v-input .v-field,
21130
- .v-file-input--hide.v-input .v-input__control,
21131
- .v-file-input--hide.v-input .v-input__details {
21132
- display: none;
21133
- }
21134
- .v-file-input--hide.v-input .v-input__prepend {
21135
- grid-area: control;
21136
- margin: 0 auto;
21165
+ /* endregion */.v-footer {
21166
+ align-items: center;
21167
+ display: flex;
21168
+ flex: 1 1 auto;
21169
+ padding: 8px 16px;
21170
+ position: relative;
21171
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
21172
+ transition-property: height, width, transform, max-width, left, right, top, bottom;
21173
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
21174
+ border-style: solid;
21175
+ border-width: 0;
21176
+ 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));
21177
+ border-radius: 0;
21178
+ background: rgb(var(--v-theme-surface));
21179
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
21137
21180
  }
21138
- .v-file-input--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
21139
- .v-file-input--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
21140
- .v-file-input--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
21141
- .v-file-input--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
21142
- top: 0px;
21181
+ .v-footer--border {
21182
+ border-width: thin;
21183
+ box-shadow: none;
21143
21184
  }
21144
- .v-file-input input[type=file] {
21145
- height: 100%;
21146
- left: 0;
21147
- opacity: 0;
21185
+ .v-footer--absolute {
21148
21186
  position: absolute;
21149
- top: 0;
21150
- width: 100%;
21151
- z-index: 1;
21152
21187
  }
21153
- .v-file-input .v-input__details {
21154
- padding-inline: 16px;
21188
+ .v-footer--fixed {
21189
+ position: fixed;
21155
21190
  }
21156
- .v-input--plain-underlined.v-file-input .v-input__details {
21157
- padding-inline: 0;
21191
+ .v-footer--rounded {
21192
+ border-radius: 4px;
21158
21193
  }.v-container {
21159
21194
  width: 100%;
21160
21195
  padding: 16px;
@@ -21827,34 +21862,6 @@ textarea.v-field__input::placeholder {
21827
21862
  .offset-xxl-11 {
21828
21863
  margin-inline-start: 91.6666666667%;
21829
21864
  }
21830
- }.v-footer {
21831
- align-items: center;
21832
- display: flex;
21833
- flex: 1 1 auto;
21834
- padding: 8px 16px;
21835
- position: relative;
21836
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
21837
- transition-property: height, width, transform, max-width, left, right, top, bottom;
21838
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
21839
- border-style: solid;
21840
- border-width: 0;
21841
- 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));
21842
- border-radius: 0;
21843
- background: rgb(var(--v-theme-surface));
21844
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
21845
- }
21846
- .v-footer--border {
21847
- border-width: thin;
21848
- box-shadow: none;
21849
- }
21850
- .v-footer--absolute {
21851
- position: absolute;
21852
- }
21853
- .v-footer--fixed {
21854
- position: fixed;
21855
- }
21856
- .v-footer--rounded {
21857
- border-radius: 4px;
21858
21865
  }.v-icon {
21859
21866
  --v-icon-size-multiplier: 1;
21860
21867
  align-items: center;
@@ -21912,6 +21919,15 @@ textarea.v-field__input::placeholder {
21912
21919
  --v-theme-overlay-multiplier: 3;
21913
21920
  z-index: 0;
21914
21921
  }
21922
+ .v-img.v-img--absolute {
21923
+ height: 100%;
21924
+ left: 0;
21925
+ overflow: hidden;
21926
+ position: absolute;
21927
+ top: 0;
21928
+ width: 100%;
21929
+ z-index: -1;
21930
+ }
21915
21931
  .v-img--booting .v-responsive__sizer {
21916
21932
  transition: none;
21917
21933
  }
@@ -22698,10 +22714,10 @@ textarea.v-field__input::placeholder {
22698
22714
  padding-inline-start: calc(16px + var(--indent-padding)) !important;
22699
22715
  }
22700
22716
 
22701
- .v-list-group__header:not(.v-treeview-item--activetable-group-activator).v-list-item--active:not(:focus-visible) .v-list-item__overlay {
22717
+ .v-list-group__header:not(.v-treeview-item--activatable-group-activator).v-list-item--active:not(:focus-visible) .v-list-item__overlay {
22702
22718
  opacity: 0;
22703
22719
  }
22704
- .v-list-group__header:not(.v-treeview-item--activetable-group-activator).v-list-item--active:hover .v-list-item__overlay {
22720
+ .v-list-group__header:not(.v-treeview-item--activatable-group-activator).v-list-item--active:hover .v-list-item__overlay {
22705
22721
  opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
22706
22722
  }.v-locale-provider {
22707
22723
  display: contents;
@@ -22746,6 +22762,22 @@ textarea.v-field__input::placeholder {
22746
22762
  overflow: auto;
22747
22763
  height: 100%;
22748
22764
  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));
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;
22749
22781
  }.v-navigation-drawer {
22750
22782
  -webkit-overflow-scrolling: touch;
22751
22783
  background: rgb(var(--v-theme-surface));
@@ -22848,22 +22880,6 @@ textarea.v-field__input::placeholder {
22848
22880
  .v-navigation-drawer__append {
22849
22881
  flex: none;
22850
22882
  overflow: hidden;
22851
- }.v-messages {
22852
- flex: 1 1 auto;
22853
- font-size: 12px;
22854
- min-height: 14px;
22855
- min-width: 1px;
22856
- opacity: var(--v-medium-emphasis-opacity);
22857
- position: relative;
22858
- }
22859
- .v-messages__message {
22860
- line-height: 12px;
22861
- word-break: break-word;
22862
- overflow-wrap: break-word;
22863
- word-wrap: break-word;
22864
- -webkit-hyphens: auto;
22865
- hyphens: auto;
22866
- transition-duration: 150ms;
22867
22883
  }.v-otp-input {
22868
22884
  border-radius: 4px;
22869
22885
  align-items: center;
@@ -23625,14 +23641,6 @@ html.v-overlay-scroll-blocked {
23625
23641
  }
23626
23642
  .v-selection-control--focus-visible .v-selection-control__input::before {
23627
23643
  opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
23628
- }.v-selection-control-group {
23629
- grid-area: control;
23630
- display: flex;
23631
- flex-direction: column;
23632
- }
23633
- .v-selection-control-group--inline {
23634
- flex-direction: row;
23635
- flex-wrap: wrap;
23636
23644
  }.v-sheet {
23637
23645
  display: block;
23638
23646
  border-color: rgba(var(--v-border-color), var(--v-border-opacity));
@@ -23661,207 +23669,22 @@ html.v-overlay-scroll-blocked {
23661
23669
  }
23662
23670
  .v-sheet--rounded {
23663
23671
  border-radius: 4px;
23664
- }.v-slide-group {
23672
+ }.v-selection-control-group {
23673
+ grid-area: control;
23665
23674
  display: flex;
23666
- overflow: hidden;
23675
+ flex-direction: column;
23667
23676
  }
23668
-
23669
- .v-slide-group__next,
23670
- .v-slide-group__prev {
23677
+ .v-selection-control-group--inline {
23678
+ flex-direction: row;
23679
+ flex-wrap: wrap;
23680
+ }.v-skeleton-loader {
23671
23681
  align-items: center;
23682
+ background: rgb(var(--v-theme-surface));
23683
+ border-radius: 4px;
23672
23684
  display: flex;
23673
- flex: 0 1 52px;
23674
- justify-content: center;
23675
- min-width: 52px;
23676
- cursor: pointer;
23677
- }
23678
- .v-slide-group__next--disabled,
23679
- .v-slide-group__prev--disabled {
23680
- pointer-events: none;
23681
- opacity: var(--v-disabled-opacity);
23682
- }
23683
-
23684
- .v-slide-group__content {
23685
- display: flex;
23686
- flex: 1 0 auto;
23687
- position: relative;
23688
- transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
23689
- white-space: nowrap;
23690
- }
23691
- .v-slide-group__content > * {
23692
- white-space: initial;
23693
- }
23694
-
23695
- .v-slide-group__container {
23696
- contain: content;
23697
- display: flex;
23698
- flex: 1 1 auto;
23699
- overflow-x: auto;
23700
- overflow-y: hidden;
23701
- scrollbar-width: none;
23702
- scrollbar-color: rgba(0, 0, 0, 0);
23703
- }
23704
- .v-slide-group__container::-webkit-scrollbar {
23705
- display: none;
23706
- }
23707
-
23708
- .v-slide-group--vertical {
23709
- max-height: inherit;
23710
- }
23711
- .v-slide-group--vertical,
23712
- .v-slide-group--vertical .v-slide-group__container,
23713
- .v-slide-group--vertical .v-slide-group__content {
23714
- flex-direction: column;
23715
- }
23716
- .v-slide-group--vertical .v-slide-group__container {
23717
- overflow-x: hidden;
23718
- overflow-y: auto;
23719
- }.v-snackbar {
23720
- justify-content: center;
23721
- z-index: 10000;
23722
- margin: 8px;
23723
- margin-inline-end: calc(8px + var(--v-scrollbar-offset));
23724
- padding: var(--v-layout-top) var(--v-layout-right) var(--v-layout-bottom) var(--v-layout-left);
23725
- }
23726
- .v-snackbar:not(.v-snackbar--center):not(.v-snackbar--top) {
23727
- align-items: flex-end;
23728
- }
23729
- .v-snackbar__wrapper {
23730
- align-items: center;
23731
- display: flex;
23732
- max-width: 672px;
23733
- min-height: 48px;
23734
- min-width: 344px;
23735
- overflow: hidden;
23736
- padding: 0;
23737
- border-radius: 4px;
23738
- }
23739
- .v-snackbar--variant-plain, .v-snackbar--variant-outlined, .v-snackbar--variant-text, .v-snackbar--variant-tonal {
23740
- background: transparent;
23741
- color: inherit;
23742
- }
23743
- .v-snackbar--variant-plain {
23744
- opacity: 0.62;
23745
- }
23746
- .v-snackbar--variant-plain:focus, .v-snackbar--variant-plain:hover {
23747
- opacity: 1;
23748
- }
23749
- .v-snackbar--variant-plain .v-snackbar__overlay {
23750
- display: none;
23751
- }
23752
- .v-snackbar--variant-elevated, .v-snackbar--variant-flat {
23753
- background: rgb(var(--v-theme-surface-variant));
23754
- color: rgb(var(--v-theme-on-surface-variant));
23755
- }
23756
- .v-snackbar--variant-elevated {
23757
- box-shadow: 0px 3px 5px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 6px 10px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 18px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
23758
- }
23759
- .v-snackbar--variant-flat {
23760
- 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));
23761
- }
23762
- .v-snackbar--variant-outlined {
23763
- border: thin solid currentColor;
23764
- }
23765
- .v-snackbar--variant-text .v-snackbar__overlay {
23766
- background: currentColor;
23767
- }
23768
- .v-snackbar--variant-tonal .v-snackbar__underlay {
23769
- background: currentColor;
23770
- opacity: var(--v-activated-opacity);
23771
- border-radius: inherit;
23772
- top: 0;
23773
- right: 0;
23774
- bottom: 0;
23775
- left: 0;
23776
- pointer-events: none;
23777
- }
23778
- .v-snackbar .v-snackbar__underlay {
23779
- position: absolute;
23780
- }
23781
-
23782
- .v-snackbar__content {
23783
- flex-grow: 1;
23784
- font-size: 0.875rem;
23785
- font-weight: 400;
23786
- letter-spacing: 0.0178571429em;
23787
- line-height: 1.425;
23788
- margin-right: auto;
23789
- padding: 14px 16px;
23790
- text-align: initial;
23791
- }
23792
- .v-snackbar__actions {
23793
- align-items: center;
23794
- align-self: center;
23795
- display: flex;
23796
- margin-inline-end: 8px;
23797
- }
23798
- .v-snackbar__actions > .v-btn {
23799
- padding: 0 8px;
23800
- min-width: auto;
23801
- }
23802
- .v-snackbar__timer {
23803
- width: 100%;
23804
- position: absolute;
23805
- top: 0;
23806
- }
23807
- .v-snackbar__timer .v-progress-linear {
23808
- transition: 0.2s linear;
23809
- }
23810
- .v-snackbar--absolute {
23811
- position: absolute;
23812
- z-index: 1;
23813
- }
23814
- .v-snackbar--multi-line .v-snackbar__wrapper {
23815
- min-height: 68px;
23816
- }
23817
- .v-snackbar--vertical .v-snackbar__wrapper {
23818
- flex-direction: column;
23819
- }
23820
- .v-snackbar--vertical .v-snackbar__wrapper .v-snackbar__actions {
23821
- align-self: flex-end;
23822
- margin-bottom: 8px;
23823
- }
23824
- .v-snackbar--center {
23825
- align-items: center;
23826
- justify-content: center;
23827
- }
23828
- .v-snackbar--top {
23829
- align-items: flex-start;
23830
- }
23831
- .v-snackbar--bottom {
23832
- align-items: flex-end;
23833
- }
23834
- .v-snackbar--left, .v-snackbar--start {
23835
- justify-content: flex-start;
23836
- }
23837
- .v-snackbar--right, .v-snackbar--end {
23838
- justify-content: flex-end;
23839
- }
23840
-
23841
- .v-snackbar-transition-enter-active, .v-snackbar-transition-leave-active {
23842
- transition-duration: 0.15s;
23843
- transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
23844
- }
23845
- .v-snackbar-transition-enter-active {
23846
- transition-property: opacity, transform;
23847
- }
23848
- .v-snackbar-transition-enter-from {
23849
- opacity: 0;
23850
- transform: scale(0.8);
23851
- }
23852
- .v-snackbar-transition-leave-active {
23853
- transition-property: opacity;
23854
- }
23855
- .v-snackbar-transition-leave-to {
23856
- opacity: 0;
23857
- }.v-skeleton-loader {
23858
- align-items: center;
23859
- background: rgb(var(--v-theme-surface));
23860
- border-radius: 4px;
23861
- display: flex;
23862
- flex-wrap: wrap;
23863
- position: relative;
23864
- vertical-align: top;
23685
+ flex-wrap: wrap;
23686
+ position: relative;
23687
+ vertical-align: top;
23865
23688
  }
23866
23689
  .v-skeleton-loader__actions {
23867
23690
  justify-content: end;
@@ -24077,213 +23900,240 @@ html.v-overlay-scroll-blocked {
24077
23900
  100% {
24078
23901
  transform: translateX(100%);
24079
23902
  }
24080
- }.v-speed-dial__content {
24081
- gap: 8px;
24082
- }
24083
- .v-speed-dial__content.v-overlay__content.v-speed-dial__content--end, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--end-center, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--right, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--right-center {
24084
- flex-direction: row;
24085
- }
24086
- .v-speed-dial__content.v-overlay__content.v-speed-dial__content--left, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--left-center, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--start, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--start-center {
24087
- flex-direction: row-reverse;
24088
- }
24089
- .v-speed-dial__content.v-overlay__content.v-speed-dial__content--top, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--top-center {
24090
- flex-direction: column-reverse;
23903
+ }.v-slide-group {
23904
+ display: flex;
23905
+ overflow: hidden;
24091
23906
  }
24092
- .v-speed-dial__content > *:nth-child(1) {
24093
- transition-delay: 0s;
23907
+
23908
+ .v-slide-group__next,
23909
+ .v-slide-group__prev {
23910
+ align-items: center;
23911
+ display: flex;
23912
+ flex: 0 1 52px;
23913
+ justify-content: center;
23914
+ min-width: 52px;
23915
+ cursor: pointer;
24094
23916
  }
24095
- .v-speed-dial__content > *:nth-child(2) {
24096
- transition-delay: 0.05s;
23917
+ .v-slide-group__next--disabled,
23918
+ .v-slide-group__prev--disabled {
23919
+ pointer-events: none;
23920
+ opacity: var(--v-disabled-opacity);
24097
23921
  }
24098
- .v-speed-dial__content > *:nth-child(3) {
24099
- transition-delay: 0.1s;
23922
+
23923
+ .v-slide-group__content {
23924
+ display: flex;
23925
+ flex: 1 0 auto;
23926
+ position: relative;
23927
+ transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
23928
+ white-space: nowrap;
24100
23929
  }
24101
- .v-speed-dial__content > *:nth-child(4) {
24102
- transition-delay: 0.15s;
23930
+ .v-slide-group__content > * {
23931
+ white-space: initial;
24103
23932
  }
24104
- .v-speed-dial__content > *:nth-child(5) {
24105
- transition-delay: 0.2s;
23933
+
23934
+ .v-slide-group__container {
23935
+ contain: content;
23936
+ display: flex;
23937
+ flex: 1 1 auto;
23938
+ overflow-x: auto;
23939
+ overflow-y: hidden;
23940
+ scrollbar-width: none;
23941
+ scrollbar-color: rgba(0, 0, 0, 0);
24106
23942
  }
24107
- .v-speed-dial__content > *:nth-child(6) {
24108
- transition-delay: 0.25s;
23943
+ .v-slide-group__container::-webkit-scrollbar {
23944
+ display: none;
24109
23945
  }
24110
- .v-speed-dial__content > *:nth-child(7) {
24111
- transition-delay: 0.3s;
23946
+
23947
+ .v-slide-group--vertical {
23948
+ max-height: inherit;
24112
23949
  }
24113
- .v-speed-dial__content > *:nth-child(8) {
24114
- transition-delay: 0.35s;
23950
+ .v-slide-group--vertical,
23951
+ .v-slide-group--vertical .v-slide-group__container,
23952
+ .v-slide-group--vertical .v-slide-group__content {
23953
+ flex-direction: column;
24115
23954
  }
24116
- .v-speed-dial__content > *:nth-child(9) {
24117
- transition-delay: 0.4s;
24118
- }
24119
- .v-speed-dial__content > *:nth-child(10) {
24120
- transition-delay: 0.45s;
24121
- }.v-stepper.v-sheet {
24122
- 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));
24123
- border-radius: 4px;
24124
- overflow: hidden;
23955
+ .v-slide-group--vertical .v-slide-group__container {
23956
+ overflow-x: hidden;
23957
+ overflow-y: auto;
23958
+ }.v-snackbar {
23959
+ justify-content: center;
23960
+ z-index: 10000;
23961
+ margin: 8px;
23962
+ margin-inline-end: calc(8px + var(--v-scrollbar-offset));
23963
+ padding: var(--v-layout-top) var(--v-layout-right) var(--v-layout-bottom) var(--v-layout-left);
24125
23964
  }
24126
- .v-stepper.v-sheet.v-stepper--flat {
24127
- 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));
23965
+ .v-snackbar:not(.v-snackbar--center):not(.v-snackbar--top) {
23966
+ align-items: flex-end;
24128
23967
  }
24129
-
24130
- .v-stepper-header {
24131
- 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));
23968
+ .v-snackbar__wrapper {
24132
23969
  align-items: center;
24133
23970
  display: flex;
24134
- position: relative;
24135
- overflow-x: auto;
24136
- justify-content: space-between;
24137
- z-index: 1;
23971
+ max-width: 672px;
23972
+ min-height: 48px;
23973
+ min-width: 344px;
23974
+ overflow: hidden;
23975
+ padding: 0;
23976
+ border-radius: 4px;
24138
23977
  }
24139
- .v-stepper-header .v-divider {
24140
- margin: 0 -16px;
23978
+ .v-snackbar--variant-plain, .v-snackbar--variant-outlined, .v-snackbar--variant-text, .v-snackbar--variant-tonal {
23979
+ background: transparent;
23980
+ color: inherit;
24141
23981
  }
24142
- .v-stepper-header .v-divider:last-child {
24143
- margin-inline-end: 0;
23982
+ .v-snackbar--variant-plain {
23983
+ opacity: 0.62;
24144
23984
  }
24145
- .v-stepper-header .v-divider:first-child {
24146
- margin-inline-start: 0;
23985
+ .v-snackbar--variant-plain:focus, .v-snackbar--variant-plain:hover {
23986
+ opacity: 1;
24147
23987
  }
24148
- .v-stepper--alt-labels .v-stepper-header {
24149
- height: auto;
23988
+ .v-snackbar--variant-plain .v-snackbar__overlay {
23989
+ display: none;
24150
23990
  }
24151
- .v-stepper--alt-labels .v-stepper-header .v-divider {
24152
- align-self: flex-start;
24153
- margin: 35px -67px 0;
23991
+ .v-snackbar--variant-elevated, .v-snackbar--variant-flat {
23992
+ background: rgb(var(--v-theme-surface-variant));
23993
+ color: rgb(var(--v-theme-on-surface-variant));
24154
23994
  }
24155
-
24156
- .v-stepper-window {
24157
- margin: 1.5rem;
23995
+ .v-snackbar--variant-elevated {
23996
+ box-shadow: 0px 3px 5px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 6px 10px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 18px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
24158
23997
  }
24159
-
24160
- .v-stepper-actions {
24161
- display: flex;
24162
- align-items: center;
24163
- justify-content: space-between;
24164
- padding: 1rem;
23998
+ .v-snackbar--variant-flat {
23999
+ 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));
24165
24000
  }
24166
- .v-stepper .v-stepper-actions {
24167
- padding: 0 1.5rem 1rem;
24001
+ .v-snackbar--variant-outlined {
24002
+ border: thin solid currentColor;
24168
24003
  }
24169
- .v-stepper-window-item .v-stepper-actions {
24170
- padding: 1.5rem 0 0;
24171
- }.v-stepper-item {
24172
- align-items: center;
24173
- align-self: stretch;
24174
- display: inline-flex;
24175
- flex: none;
24176
- outline: none;
24177
- opacity: var(--v-medium-emphasis-opacity);
24178
- padding: 1.5rem;
24179
- position: relative;
24180
- transition-duration: 0.2s;
24181
- transition-property: opacity;
24182
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
24004
+ .v-snackbar--variant-text .v-snackbar__overlay {
24005
+ background: currentColor;
24183
24006
  }
24184
- .v-stepper-item:hover > .v-stepper-item__overlay {
24185
- opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
24007
+ .v-snackbar--variant-tonal .v-snackbar__underlay {
24008
+ background: currentColor;
24009
+ opacity: var(--v-activated-opacity);
24010
+ border-radius: inherit;
24011
+ top: 0;
24012
+ right: 0;
24013
+ bottom: 0;
24014
+ left: 0;
24015
+ pointer-events: none;
24186
24016
  }
24187
- .v-stepper-item:focus-visible > .v-stepper-item__overlay {
24188
- opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
24017
+ .v-snackbar .v-snackbar__underlay {
24018
+ position: absolute;
24189
24019
  }
24190
- @supports not selector(:focus-visible) {
24191
- .v-stepper-item:focus > .v-stepper-item__overlay {
24192
- opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
24193
- }
24020
+
24021
+ .v-snackbar__content {
24022
+ flex-grow: 1;
24023
+ font-size: 0.875rem;
24024
+ font-weight: 400;
24025
+ letter-spacing: 0.0178571429em;
24026
+ line-height: 1.425;
24027
+ margin-right: auto;
24028
+ padding: 14px 16px;
24029
+ text-align: initial;
24194
24030
  }
24195
- .v-stepper-item--active > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true] > .v-stepper-item__overlay {
24196
- opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
24031
+ .v-snackbar__actions {
24032
+ align-items: center;
24033
+ align-self: center;
24034
+ display: flex;
24035
+ margin-inline-end: 8px;
24197
24036
  }
24198
- .v-stepper-item--active:hover > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true]:hover > .v-stepper-item__overlay {
24199
- opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
24037
+ .v-snackbar__actions > .v-btn {
24038
+ padding: 0 8px;
24039
+ min-width: auto;
24200
24040
  }
24201
- .v-stepper-item--active:focus-visible > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true]:focus-visible > .v-stepper-item__overlay {
24202
- opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
24041
+ .v-snackbar__timer {
24042
+ width: 100%;
24043
+ position: absolute;
24044
+ top: 0;
24203
24045
  }
24204
- @supports not selector(:focus-visible) {
24205
- .v-stepper-item--active:focus > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true]:focus > .v-stepper-item__overlay {
24206
- opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
24207
- }
24046
+ .v-snackbar__timer .v-progress-linear {
24047
+ transition: 0.2s linear;
24208
24048
  }
24209
- .v-stepper--non-linear .v-stepper-item {
24210
- opacity: var(--v-high-emphasis-opacity);
24049
+ .v-snackbar--absolute {
24050
+ position: absolute;
24051
+ z-index: 1;
24211
24052
  }
24212
- .v-stepper-item--selected {
24213
- opacity: 1;
24053
+ .v-snackbar--multi-line .v-snackbar__wrapper {
24054
+ min-height: 68px;
24214
24055
  }
24215
- .v-stepper-item--error {
24216
- color: rgb(var(--v-theme-error));
24056
+ .v-snackbar--vertical .v-snackbar__wrapper {
24057
+ flex-direction: column;
24217
24058
  }
24218
- .v-stepper-item--disabled {
24219
- opacity: var(--v-medium-emphasis-opacity);
24220
- pointer-events: none;
24059
+ .v-snackbar--vertical .v-snackbar__wrapper .v-snackbar__actions {
24060
+ align-self: flex-end;
24061
+ margin-bottom: 8px;
24221
24062
  }
24222
- .v-stepper--alt-labels .v-stepper-item {
24223
- flex-direction: column;
24224
- justify-content: flex-start;
24063
+ .v-snackbar--center {
24225
24064
  align-items: center;
24226
- flex-basis: 175px;
24065
+ justify-content: center;
24066
+ }
24067
+ .v-snackbar--top {
24068
+ align-items: flex-start;
24069
+ }
24070
+ .v-snackbar--bottom {
24071
+ align-items: flex-end;
24072
+ }
24073
+ .v-snackbar--left, .v-snackbar--start {
24074
+ justify-content: flex-start;
24075
+ }
24076
+ .v-snackbar--right, .v-snackbar--end {
24077
+ justify-content: flex-end;
24227
24078
  }
24228
24079
 
24229
- .v-stepper-item__avatar.v-avatar {
24230
- background: rgba(var(--v-theme-surface-variant), var(--v-medium-emphasis-opacity));
24231
- color: rgb(var(--v-theme-on-surface-variant));
24232
- font-size: 0.75rem;
24233
- margin-inline-end: 8px;
24080
+ .v-snackbar-transition-enter-active, .v-snackbar-transition-leave-active {
24081
+ transition-duration: 0.15s;
24082
+ transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
24234
24083
  }
24235
- .v-stepper--mobile .v-stepper-item__avatar.v-avatar {
24236
- margin-inline-end: 0;
24084
+ .v-snackbar-transition-enter-active {
24085
+ transition-property: opacity, transform;
24237
24086
  }
24238
- .v-stepper-item__avatar.v-avatar .v-icon {
24239
- font-size: 0.875rem;
24087
+ .v-snackbar-transition-enter-from {
24088
+ opacity: 0;
24089
+ transform: scale(0.8);
24240
24090
  }
24241
- .v-stepper-item--selected .v-stepper-item__avatar.v-avatar, .v-stepper-item--complete .v-stepper-item__avatar.v-avatar {
24242
- background: rgb(var(--v-theme-surface-variant));
24091
+ .v-snackbar-transition-leave-active {
24092
+ transition-property: opacity;
24243
24093
  }
24244
- .v-stepper-item--error .v-stepper-item__avatar.v-avatar {
24245
- background: rgb(var(--v-theme-error));
24094
+ .v-snackbar-transition-leave-to {
24095
+ opacity: 0;
24096
+ }.v-speed-dial__content {
24097
+ gap: 8px;
24246
24098
  }
24247
- .v-stepper--alt-labels .v-stepper-item__avatar.v-avatar {
24248
- margin-bottom: 16px;
24249
- margin-inline-end: 0;
24099
+ .v-speed-dial__content.v-overlay__content.v-speed-dial__content--end, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--end-center, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--right, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--right-center {
24100
+ flex-direction: row;
24250
24101
  }
24251
-
24252
- .v-stepper-item__title {
24253
- line-height: 1;
24102
+ .v-speed-dial__content.v-overlay__content.v-speed-dial__content--left, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--left-center, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--start, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--start-center {
24103
+ flex-direction: row-reverse;
24254
24104
  }
24255
- .v-stepper--mobile .v-stepper-item__title {
24256
- display: none;
24105
+ .v-speed-dial__content.v-overlay__content.v-speed-dial__content--top, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--top-center {
24106
+ flex-direction: column-reverse;
24257
24107
  }
24258
-
24259
- .v-stepper-item__subtitle {
24260
- font-size: 0.75rem;
24261
- text-align: left;
24262
- line-height: 1;
24263
- opacity: var(--v-medium-emphasis-opacity);
24108
+ .v-speed-dial__content > *:nth-child(1) {
24109
+ transition-delay: 0s;
24264
24110
  }
24265
- .v-stepper--alt-labels .v-stepper-item__subtitle {
24266
- text-align: center;
24111
+ .v-speed-dial__content > *:nth-child(2) {
24112
+ transition-delay: 0.05s;
24267
24113
  }
24268
- .v-stepper--mobile .v-stepper-item__subtitle {
24269
- display: none;
24114
+ .v-speed-dial__content > *:nth-child(3) {
24115
+ transition-delay: 0.1s;
24270
24116
  }
24271
-
24272
- .v-stepper-item__overlay {
24273
- background-color: currentColor;
24274
- border-radius: inherit;
24275
- opacity: 0;
24276
- transition: opacity 0.2s ease-in-out;
24117
+ .v-speed-dial__content > *:nth-child(4) {
24118
+ transition-delay: 0.15s;
24277
24119
  }
24278
-
24279
- .v-stepper-item__overlay,
24280
- .v-stepper-item__underlay {
24281
- position: absolute;
24282
- top: 0;
24283
- left: 0;
24284
- width: 100%;
24285
- height: 100%;
24286
- pointer-events: none;
24120
+ .v-speed-dial__content > *:nth-child(5) {
24121
+ transition-delay: 0.2s;
24122
+ }
24123
+ .v-speed-dial__content > *:nth-child(6) {
24124
+ transition-delay: 0.25s;
24125
+ }
24126
+ .v-speed-dial__content > *:nth-child(7) {
24127
+ transition-delay: 0.3s;
24128
+ }
24129
+ .v-speed-dial__content > *:nth-child(8) {
24130
+ transition-delay: 0.35s;
24131
+ }
24132
+ .v-speed-dial__content > *:nth-child(9) {
24133
+ transition-delay: 0.4s;
24134
+ }
24135
+ .v-speed-dial__content > *:nth-child(10) {
24136
+ transition-delay: 0.45s;
24287
24137
  }.v-switch .v-label {
24288
24138
  padding-inline-start: 10px;
24289
24139
  }
@@ -24389,81 +24239,247 @@ html.v-overlay-scroll-blocked {
24389
24239
  .v-locale--is-ltr.v-switch .v-selection-control__input, .v-locale--is-ltr .v-switch .v-selection-control__input {
24390
24240
  transform: translateX(-10px);
24391
24241
  }
24392
-
24393
- .v-locale--is-rtl.v-switch .v-selection-control__input, .v-locale--is-rtl .v-switch .v-selection-control__input {
24394
- transform: translateX(10px);
24242
+
24243
+ .v-locale--is-rtl.v-switch .v-selection-control__input, .v-locale--is-rtl .v-switch .v-selection-control__input {
24244
+ transform: translateX(10px);
24245
+ }
24246
+
24247
+ .v-switch .v-selection-control__input .v-icon {
24248
+ position: absolute;
24249
+ }
24250
+ .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 {
24251
+ transform: translateX(10px);
24252
+ }
24253
+
24254
+ .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 {
24255
+ transform: translateX(-10px);
24256
+ }
24257
+
24258
+ .v-switch.v-switch--indeterminate .v-selection-control__input {
24259
+ transform: scale(0.8);
24260
+ }
24261
+ .v-switch.v-switch--indeterminate .v-switch__thumb {
24262
+ transform: scale(0.75);
24263
+ box-shadow: none;
24264
+ }
24265
+ .v-switch.v-switch--inset .v-selection-control__wrapper {
24266
+ width: auto;
24267
+ }
24268
+ .v-switch.v-input--vertical .v-label {
24269
+ min-width: max-content;
24270
+ }
24271
+ .v-switch.v-input--vertical .v-selection-control__wrapper {
24272
+ transform: rotate(-90deg);
24273
+ }
24274
+
24275
+ @media (forced-colors: active) {
24276
+ .v-switch .v-switch__loader .v-progress-circular {
24277
+ color: currentColor;
24278
+ }
24279
+ .v-switch .v-switch__thumb {
24280
+ background-color: buttontext;
24281
+ }
24282
+ .v-switch .v-switch__track,
24283
+ .v-switch .v-switch__thumb {
24284
+ border: 1px solid;
24285
+ color: buttontext;
24286
+ }
24287
+ .v-switch:not(.v-switch--loading):not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
24288
+ background-color: highlight;
24289
+ }
24290
+ .v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__track {
24291
+ background-color: highlight;
24292
+ }
24293
+ .v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__track,
24294
+ .v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
24295
+ color: highlight;
24296
+ }
24297
+ .v-switch.v-switch--inset .v-switch__track {
24298
+ border-width: 2px;
24299
+ }
24300
+ .v-switch.v-switch--inset:not(.v-switch--loading):not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
24301
+ background-color: highlighttext;
24302
+ color: highlighttext;
24303
+ }
24304
+ .v-switch.v-input--disabled .v-switch__thumb {
24305
+ background-color: graytext;
24306
+ }
24307
+ .v-switch.v-input--disabled .v-switch__track,
24308
+ .v-switch.v-input--disabled .v-switch__thumb {
24309
+ color: graytext;
24310
+ }
24311
+ .v-switch.v-switch--loading .v-switch__thumb {
24312
+ background-color: canvas;
24313
+ }
24314
+ .v-switch.v-switch--loading.v-switch--inset .v-switch__thumb, .v-switch.v-switch--loading.v-switch--indeterminate .v-switch__thumb {
24315
+ border-width: 0;
24316
+ }
24317
+ }.v-stepper.v-sheet {
24318
+ 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));
24319
+ border-radius: 4px;
24320
+ overflow: hidden;
24321
+ }
24322
+ .v-stepper.v-sheet.v-stepper--flat {
24323
+ 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));
24324
+ }
24325
+
24326
+ .v-stepper-header {
24327
+ 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));
24328
+ align-items: center;
24329
+ display: flex;
24330
+ position: relative;
24331
+ overflow-x: auto;
24332
+ justify-content: space-between;
24333
+ z-index: 1;
24334
+ }
24335
+ .v-stepper-header .v-divider {
24336
+ margin: 0 -16px;
24337
+ }
24338
+ .v-stepper-header .v-divider:last-child {
24339
+ margin-inline-end: 0;
24340
+ }
24341
+ .v-stepper-header .v-divider:first-child {
24342
+ margin-inline-start: 0;
24343
+ }
24344
+ .v-stepper--alt-labels .v-stepper-header {
24345
+ height: auto;
24346
+ }
24347
+ .v-stepper--alt-labels .v-stepper-header .v-divider {
24348
+ align-self: flex-start;
24349
+ margin: 35px -67px 0;
24350
+ }
24351
+
24352
+ .v-stepper-window {
24353
+ margin: 1.5rem;
24354
+ }
24355
+
24356
+ .v-stepper-actions {
24357
+ display: flex;
24358
+ align-items: center;
24359
+ justify-content: space-between;
24360
+ padding: 1rem;
24361
+ }
24362
+ .v-stepper .v-stepper-actions {
24363
+ padding: 0 1.5rem 1rem;
24364
+ }
24365
+ .v-stepper-window-item .v-stepper-actions {
24366
+ padding: 1.5rem 0 0;
24367
+ }.v-stepper-item {
24368
+ align-items: center;
24369
+ align-self: stretch;
24370
+ display: inline-flex;
24371
+ flex: none;
24372
+ outline: none;
24373
+ opacity: var(--v-medium-emphasis-opacity);
24374
+ padding: 1.5rem;
24375
+ position: relative;
24376
+ transition-duration: 0.2s;
24377
+ transition-property: opacity;
24378
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
24379
+ }
24380
+ .v-stepper-item:hover > .v-stepper-item__overlay {
24381
+ opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
24382
+ }
24383
+ .v-stepper-item:focus-visible > .v-stepper-item__overlay {
24384
+ opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
24385
+ }
24386
+ @supports not selector(:focus-visible) {
24387
+ .v-stepper-item:focus > .v-stepper-item__overlay {
24388
+ opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
24389
+ }
24390
+ }
24391
+ .v-stepper-item--active > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true] > .v-stepper-item__overlay {
24392
+ opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
24393
+ }
24394
+ .v-stepper-item--active:hover > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true]:hover > .v-stepper-item__overlay {
24395
+ opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
24396
+ }
24397
+ .v-stepper-item--active:focus-visible > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true]:focus-visible > .v-stepper-item__overlay {
24398
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
24399
+ }
24400
+ @supports not selector(:focus-visible) {
24401
+ .v-stepper-item--active:focus > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true]:focus > .v-stepper-item__overlay {
24402
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
24403
+ }
24404
+ }
24405
+ .v-stepper--non-linear .v-stepper-item {
24406
+ opacity: var(--v-high-emphasis-opacity);
24407
+ }
24408
+ .v-stepper-item--selected {
24409
+ opacity: 1;
24410
+ }
24411
+ .v-stepper-item--error {
24412
+ color: rgb(var(--v-theme-error));
24413
+ }
24414
+ .v-stepper-item--disabled {
24415
+ opacity: var(--v-medium-emphasis-opacity);
24416
+ pointer-events: none;
24417
+ }
24418
+ .v-stepper--alt-labels .v-stepper-item {
24419
+ flex-direction: column;
24420
+ justify-content: flex-start;
24421
+ align-items: center;
24422
+ flex-basis: 175px;
24423
+ }
24424
+
24425
+ .v-stepper-item__avatar.v-avatar {
24426
+ background: rgba(var(--v-theme-surface-variant), var(--v-medium-emphasis-opacity));
24427
+ color: rgb(var(--v-theme-on-surface-variant));
24428
+ font-size: 0.75rem;
24429
+ margin-inline-end: 8px;
24430
+ }
24431
+ .v-stepper--mobile .v-stepper-item__avatar.v-avatar {
24432
+ margin-inline-end: 0;
24433
+ }
24434
+ .v-stepper-item__avatar.v-avatar .v-icon {
24435
+ font-size: 0.875rem;
24436
+ }
24437
+ .v-stepper-item--selected .v-stepper-item__avatar.v-avatar, .v-stepper-item--complete .v-stepper-item__avatar.v-avatar {
24438
+ background: rgb(var(--v-theme-surface-variant));
24395
24439
  }
24396
-
24397
- .v-switch .v-selection-control__input .v-icon {
24398
- position: absolute;
24440
+ .v-stepper-item--error .v-stepper-item__avatar.v-avatar {
24441
+ background: rgb(var(--v-theme-error));
24399
24442
  }
24400
- .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 {
24401
- transform: translateX(10px);
24443
+ .v-stepper--alt-labels .v-stepper-item__avatar.v-avatar {
24444
+ margin-bottom: 16px;
24445
+ margin-inline-end: 0;
24402
24446
  }
24403
24447
 
24404
- .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 {
24405
- transform: translateX(-10px);
24448
+ .v-stepper-item__title {
24449
+ line-height: 1;
24406
24450
  }
24407
-
24408
- .v-switch.v-switch--indeterminate .v-selection-control__input {
24409
- transform: scale(0.8);
24451
+ .v-stepper--mobile .v-stepper-item__title {
24452
+ display: none;
24410
24453
  }
24411
- .v-switch.v-switch--indeterminate .v-switch__thumb {
24412
- transform: scale(0.75);
24413
- box-shadow: none;
24454
+
24455
+ .v-stepper-item__subtitle {
24456
+ font-size: 0.75rem;
24457
+ text-align: left;
24458
+ line-height: 1;
24459
+ opacity: var(--v-medium-emphasis-opacity);
24414
24460
  }
24415
- .v-switch.v-switch--inset .v-selection-control__wrapper {
24416
- width: auto;
24461
+ .v-stepper--alt-labels .v-stepper-item__subtitle {
24462
+ text-align: center;
24417
24463
  }
24418
- .v-switch.v-input--vertical .v-label {
24419
- min-width: max-content;
24464
+ .v-stepper--mobile .v-stepper-item__subtitle {
24465
+ display: none;
24420
24466
  }
24421
- .v-switch.v-input--vertical .v-selection-control__wrapper {
24422
- transform: rotate(-90deg);
24467
+
24468
+ .v-stepper-item__overlay {
24469
+ background-color: currentColor;
24470
+ border-radius: inherit;
24471
+ opacity: 0;
24472
+ transition: opacity 0.2s ease-in-out;
24423
24473
  }
24424
24474
 
24425
- @media (forced-colors: active) {
24426
- .v-switch .v-switch__loader .v-progress-circular {
24427
- color: currentColor;
24428
- }
24429
- .v-switch .v-switch__thumb {
24430
- background-color: buttontext;
24431
- }
24432
- .v-switch .v-switch__track,
24433
- .v-switch .v-switch__thumb {
24434
- border: 1px solid;
24435
- color: buttontext;
24436
- }
24437
- .v-switch:not(.v-switch--loading):not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
24438
- background-color: highlight;
24439
- }
24440
- .v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__track {
24441
- background-color: highlight;
24442
- }
24443
- .v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__track,
24444
- .v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
24445
- color: highlight;
24446
- }
24447
- .v-switch.v-switch--inset .v-switch__track {
24448
- border-width: 2px;
24449
- }
24450
- .v-switch.v-switch--inset:not(.v-switch--loading):not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
24451
- background-color: highlighttext;
24452
- color: highlighttext;
24453
- }
24454
- .v-switch.v-input--disabled .v-switch__thumb {
24455
- background-color: graytext;
24456
- }
24457
- .v-switch.v-input--disabled .v-switch__track,
24458
- .v-switch.v-input--disabled .v-switch__thumb {
24459
- color: graytext;
24460
- }
24461
- .v-switch.v-switch--loading .v-switch__thumb {
24462
- background-color: canvas;
24463
- }
24464
- .v-switch.v-switch--loading.v-switch--inset .v-switch__thumb, .v-switch.v-switch--loading.v-switch--indeterminate .v-switch__thumb {
24465
- border-width: 0;
24466
- }
24475
+ .v-stepper-item__overlay,
24476
+ .v-stepper-item__underlay {
24477
+ position: absolute;
24478
+ top: 0;
24479
+ left: 0;
24480
+ width: 100%;
24481
+ height: 100%;
24482
+ pointer-events: none;
24467
24483
  }.v-system-bar {
24468
24484
  align-items: center;
24469
24485
  display: flex;
@@ -24501,6 +24517,35 @@ html.v-overlay-scroll-blocked {
24501
24517
  }
24502
24518
  .v-system-bar:not(.v-system-bar--absolute) {
24503
24519
  padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
24520
+ }.v-tab.v-tab.v-btn {
24521
+ height: var(--v-tabs-height);
24522
+ border-radius: 0;
24523
+ min-width: 90px;
24524
+ }
24525
+ .v-slide-group--horizontal .v-tab {
24526
+ max-width: 360px;
24527
+ }
24528
+ .v-slide-group--vertical .v-tab {
24529
+ justify-content: start;
24530
+ }
24531
+
24532
+ .v-tab__slider {
24533
+ position: absolute;
24534
+ bottom: 0;
24535
+ left: 0;
24536
+ height: 2px;
24537
+ width: 100%;
24538
+ background: currentColor;
24539
+ pointer-events: none;
24540
+ opacity: 0;
24541
+ }
24542
+ .v-tab--selected .v-tab__slider {
24543
+ opacity: 1;
24544
+ }
24545
+ .v-slide-group--vertical .v-tab__slider {
24546
+ top: 0;
24547
+ height: 100%;
24548
+ width: 2px;
24504
24549
  }.v-tabs {
24505
24550
  display: flex;
24506
24551
  height: var(--v-tabs-height);
@@ -24567,35 +24612,6 @@ html.v-overlay-scroll-blocked {
24567
24612
  .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
24568
24613
  margin-inline-end: 52px;
24569
24614
  }
24570
- }.v-tab.v-tab.v-btn {
24571
- height: var(--v-tabs-height);
24572
- border-radius: 0;
24573
- min-width: 90px;
24574
- }
24575
- .v-slide-group--horizontal .v-tab {
24576
- max-width: 360px;
24577
- }
24578
- .v-slide-group--vertical .v-tab {
24579
- justify-content: start;
24580
- }
24581
-
24582
- .v-tab__slider {
24583
- position: absolute;
24584
- bottom: 0;
24585
- left: 0;
24586
- height: 2px;
24587
- width: 100%;
24588
- background: currentColor;
24589
- pointer-events: none;
24590
- opacity: 0;
24591
- }
24592
- .v-tab--selected .v-tab__slider {
24593
- opacity: 1;
24594
- }
24595
- .v-slide-group--vertical .v-tab__slider {
24596
- top: 0;
24597
- height: 100%;
24598
- width: 2px;
24599
24615
  }.v-table {
24600
24616
  background: rgb(var(--v-theme-surface));
24601
24617
  color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
@@ -25489,41 +25505,28 @@ html.v-overlay-scroll-blocked {
25489
25505
  }
25490
25506
  .v-window-y-reverse-transition-leave-to {
25491
25507
  transform: translateY(100%);
25492
- }.v-color-picker-swatches {
25493
- overflow-y: auto;
25494
- }
25495
- .v-color-picker-swatches > div {
25496
- display: flex;
25497
- flex-wrap: wrap;
25498
- justify-content: center;
25499
- padding: 8px;
25500
- }
25501
-
25502
- .v-color-picker-swatches__swatch {
25508
+ }.v-color-picker-canvas {
25503
25509
  display: flex;
25504
- flex-direction: column;
25505
- margin-bottom: 10px;
25506
- }
25507
-
25508
- .v-color-picker-swatches__color {
25509
25510
  position: relative;
25510
- height: 18px;
25511
- max-height: 18px;
25512
- width: 45px;
25513
- margin: 2px 4px;
25514
- border-radius: 2px;
25515
- -webkit-user-select: none;
25516
- user-select: none;
25517
25511
  overflow: hidden;
25518
- background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
25519
- cursor: pointer;
25512
+ contain: content;
25513
+ touch-action: none;
25520
25514
  }
25521
- .v-color-picker-swatches__color > div {
25522
- display: flex;
25523
- align-items: center;
25524
- justify-content: center;
25525
- width: 100%;
25526
- height: 100%;
25515
+ .v-color-picker-canvas__dot {
25516
+ position: absolute;
25517
+ top: 0;
25518
+ left: 0;
25519
+ width: 15px;
25520
+ height: 15px;
25521
+ background: transparent;
25522
+ border-radius: 50%;
25523
+ box-shadow: 0px 0px 0px 1.5px rgb(255, 255, 255), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
25524
+ }
25525
+ .v-color-picker-canvas__dot--disabled {
25526
+ 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);
25527
+ }
25528
+ .v-color-picker-canvas:hover .v-color-picker-canvas__dot {
25529
+ will-change: transform;
25527
25530
  }.v-color-picker-edit {
25528
25531
  display: flex;
25529
25532
  margin-top: 24px;
@@ -25552,28 +25555,41 @@ html.v-overlay-scroll-blocked {
25552
25555
  }
25553
25556
  .v-color-picker-edit__input span {
25554
25557
  font-size: 0.75rem;
25555
- }.v-color-picker-canvas {
25558
+ }.v-color-picker-swatches {
25559
+ overflow-y: auto;
25560
+ }
25561
+ .v-color-picker-swatches > div {
25556
25562
  display: flex;
25557
- position: relative;
25558
- overflow: hidden;
25559
- contain: content;
25560
- touch-action: none;
25563
+ flex-wrap: wrap;
25564
+ justify-content: center;
25565
+ padding: 8px;
25561
25566
  }
25562
- .v-color-picker-canvas__dot {
25563
- position: absolute;
25564
- top: 0;
25565
- left: 0;
25566
- width: 15px;
25567
- height: 15px;
25568
- background: transparent;
25569
- border-radius: 50%;
25570
- box-shadow: 0px 0px 0px 1.5px rgb(255, 255, 255), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
25567
+
25568
+ .v-color-picker-swatches__swatch {
25569
+ display: flex;
25570
+ flex-direction: column;
25571
+ margin-bottom: 10px;
25571
25572
  }
25572
- .v-color-picker-canvas__dot--disabled {
25573
- 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);
25573
+
25574
+ .v-color-picker-swatches__color {
25575
+ position: relative;
25576
+ height: 18px;
25577
+ max-height: 18px;
25578
+ width: 45px;
25579
+ margin: 2px 4px;
25580
+ border-radius: 2px;
25581
+ -webkit-user-select: none;
25582
+ user-select: none;
25583
+ overflow: hidden;
25584
+ background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
25585
+ cursor: pointer;
25574
25586
  }
25575
- .v-color-picker-canvas:hover .v-color-picker-canvas__dot {
25576
- will-change: transform;
25587
+ .v-color-picker-swatches__color > div {
25588
+ display: flex;
25589
+ align-items: center;
25590
+ justify-content: center;
25591
+ width: 100%;
25592
+ height: 100%;
25577
25593
  }.v-color-picker-preview__alpha .v-slider-track__background {
25578
25594
  background-color: transparent !important;
25579
25595
  }