@vuetify/nightly 3.2.0-dev-20230214.0 → 3.2.0-dev-20230309.0

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 (242) hide show
  1. package/CHANGELOG.md +5 -17
  2. package/dist/json/attributes.json +38 -34
  3. package/dist/json/importMap.json +4 -4
  4. package/dist/json/tags.json +1 -0
  5. package/dist/json/web-types.json +993 -90
  6. package/dist/vuetify-labs.css +1520 -1376
  7. package/dist/vuetify-labs.d.ts +3476 -180
  8. package/dist/vuetify-labs.esm.js +249 -177
  9. package/dist/vuetify-labs.esm.js.map +1 -1
  10. package/dist/vuetify-labs.js +249 -177
  11. package/dist/vuetify-labs.min.css +2 -2
  12. package/dist/vuetify.css +321 -177
  13. package/dist/vuetify.d.ts +1939 -101
  14. package/dist/vuetify.esm.js +213 -162
  15. package/dist/vuetify.esm.js.map +1 -1
  16. package/dist/vuetify.js +213 -162
  17. package/dist/vuetify.js.map +1 -1
  18. package/dist/vuetify.min.css +2 -2
  19. package/dist/vuetify.min.js +700 -701
  20. package/dist/vuetify.min.js.map +1 -1
  21. package/lib/components/VAlert/VAlert.css +1 -1
  22. package/lib/components/VAlert/VAlert.mjs.map +1 -1
  23. package/lib/components/VAlert/_variables.scss +1 -1
  24. package/lib/components/VAlert/index.d.ts +22 -0
  25. package/lib/components/VApp/index.d.ts +6 -0
  26. package/lib/components/VAppBar/VAppBar.mjs +7 -2
  27. package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
  28. package/lib/components/VAppBar/index.d.ts +36 -0
  29. package/lib/components/VAutocomplete/VAutocomplete.mjs +10 -1
  30. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  31. package/lib/components/VAutocomplete/index.d.ts +120 -15
  32. package/lib/components/VAvatar/index.d.ts +6 -0
  33. package/lib/components/VBadge/index.d.ts +8 -0
  34. package/lib/components/VBanner/VBanner.mjs.map +1 -1
  35. package/lib/components/VBanner/index.d.ts +24 -0
  36. package/lib/components/VBottomNavigation/VBottomNavigation.mjs +6 -2
  37. package/lib/components/VBottomNavigation/VBottomNavigation.mjs.map +1 -1
  38. package/lib/components/VBottomNavigation/index.d.ts +6 -0
  39. package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs.map +1 -1
  40. package/lib/components/VBreadcrumbs/index.d.ts +28 -4
  41. package/lib/components/VBtn/VBtn.mjs.map +1 -1
  42. package/lib/components/VBtn/index.d.ts +12 -0
  43. package/lib/components/VBtnGroup/index.d.ts +6 -0
  44. package/lib/components/VBtnToggle/VBtnToggle.mjs.map +1 -1
  45. package/lib/components/VBtnToggle/index.d.ts +6 -0
  46. package/lib/components/VCard/VCard.mjs.map +1 -1
  47. package/lib/components/VCard/VCardItem.mjs.map +1 -1
  48. package/lib/components/VCard/index.d.ts +60 -0
  49. package/lib/components/VCarousel/VCarousel.mjs.map +1 -1
  50. package/lib/components/VCarousel/index.d.ts +60 -0
  51. package/lib/components/VCheckbox/index.d.ts +38 -0
  52. package/lib/components/VChip/VChip.mjs.map +1 -1
  53. package/lib/components/VChip/index.d.ts +12 -0
  54. package/lib/components/VChipGroup/VChipGroup.mjs.map +1 -1
  55. package/lib/components/VChipGroup/index.d.ts +6 -0
  56. package/lib/components/VCode/index.d.ts +6 -0
  57. package/lib/components/VColorPicker/VColorPicker.mjs +9 -1
  58. package/lib/components/VColorPicker/VColorPicker.mjs.map +1 -1
  59. package/lib/components/VColorPicker/VColorPickerCanvas.css +2 -1
  60. package/lib/components/VColorPicker/VColorPickerCanvas.mjs +36 -18
  61. package/lib/components/VColorPicker/VColorPickerCanvas.mjs.map +1 -1
  62. package/lib/components/VColorPicker/VColorPickerCanvas.sass +2 -1
  63. package/lib/components/VColorPicker/VColorPickerEdit.mjs +4 -4
  64. package/lib/components/VColorPicker/VColorPickerEdit.mjs.map +1 -1
  65. package/lib/components/VColorPicker/VColorPickerPreview.mjs +2 -2
  66. package/lib/components/VColorPicker/VColorPickerPreview.mjs.map +1 -1
  67. package/lib/components/VColorPicker/VColorPickerSwatches.mjs.map +1 -1
  68. package/lib/components/VColorPicker/util/index.mjs +2 -5
  69. package/lib/components/VColorPicker/util/index.mjs.map +1 -1
  70. package/lib/components/VCombobox/VCombobox.mjs +10 -1
  71. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  72. package/lib/components/VCombobox/index.d.ts +120 -15
  73. package/lib/components/VCounter/index.d.ts +24 -0
  74. package/lib/components/VDefaultsProvider/index.d.ts +6 -0
  75. package/lib/components/VDialog/index.d.ts +64 -1
  76. package/lib/components/VDivider/VDivider.mjs.map +1 -1
  77. package/lib/components/VDivider/index.d.ts +6 -0
  78. package/lib/components/VExpansionPanel/VExpansionPanel.mjs.map +1 -1
  79. package/lib/components/VExpansionPanel/VExpansionPanelText.mjs.map +1 -1
  80. package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.map +1 -1
  81. package/lib/components/VExpansionPanel/index.d.ts +49 -12
  82. package/lib/components/VField/VField.mjs.map +1 -1
  83. package/lib/components/VField/index.d.ts +20 -6
  84. package/lib/components/VFileInput/VFileInput.mjs +1 -0
  85. package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
  86. package/lib/components/VFileInput/index.d.ts +43 -1
  87. package/lib/components/VFooter/index.d.ts +7 -1
  88. package/lib/components/VForm/index.d.ts +6 -0
  89. package/lib/components/VGrid/index.d.ts +24 -0
  90. package/lib/components/VHover/index.d.ts +12 -0
  91. package/lib/components/VIcon/index.d.ts +12 -0
  92. package/lib/components/VImg/index.d.ts +12 -0
  93. package/lib/components/VInput/VInput.mjs.map +1 -1
  94. package/lib/components/VInput/index.d.ts +12 -0
  95. package/lib/components/VItemGroup/VItemGroup.mjs.map +1 -1
  96. package/lib/components/VItemGroup/index.d.ts +12 -0
  97. package/lib/components/VKbd/index.d.ts +6 -0
  98. package/lib/components/VLabel/index.d.ts +6 -0
  99. package/lib/components/VLayout/index.d.ts +12 -0
  100. package/lib/components/VLazy/index.d.ts +6 -0
  101. package/lib/components/VList/VListGroup.mjs.map +1 -1
  102. package/lib/components/VList/VListItem.mjs.map +1 -1
  103. package/lib/components/VList/VListSubheader.mjs.map +1 -1
  104. package/lib/components/VList/index.d.ts +77 -6
  105. package/lib/components/VLocaleProvider/index.d.ts +6 -0
  106. package/lib/components/VMain/index.d.ts +6 -0
  107. package/lib/components/VMenu/VMenu.mjs +6 -5
  108. package/lib/components/VMenu/VMenu.mjs.map +1 -1
  109. package/lib/components/VMenu/index.d.ts +65 -1
  110. package/lib/components/VMessages/VMessages.mjs.map +1 -1
  111. package/lib/components/VMessages/index.d.ts +24 -0
  112. package/lib/components/VNavigationDrawer/index.d.ts +12 -0
  113. package/lib/components/VNoSsr/index.d.ts +6 -0
  114. package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
  115. package/lib/components/VOverlay/index.d.ts +18 -0
  116. package/lib/components/VOverlay/scrollStrategies.mjs +2 -2
  117. package/lib/components/VOverlay/scrollStrategies.mjs.map +1 -1
  118. package/lib/components/VPagination/VPagination.mjs.map +1 -1
  119. package/lib/components/VPagination/index.d.ts +14 -0
  120. package/lib/components/VParallax/index.d.ts +12 -0
  121. package/lib/components/VProgressCircular/VProgressCircular.mjs.map +1 -1
  122. package/lib/components/VProgressCircular/index.d.ts +6 -0
  123. package/lib/components/VProgressLinear/VProgressLinear.mjs.map +1 -1
  124. package/lib/components/VProgressLinear/index.d.ts +12 -0
  125. package/lib/components/VRadio/index.d.ts +16 -0
  126. package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
  127. package/lib/components/VRadioGroup/index.d.ts +22 -0
  128. package/lib/components/VRangeSlider/VRangeSlider.mjs.map +1 -1
  129. package/lib/components/VRangeSlider/index.d.ts +16 -0
  130. package/lib/components/VRating/VRating.css +0 -4
  131. package/lib/components/VRating/VRating.mjs +6 -35
  132. package/lib/components/VRating/VRating.mjs.map +1 -1
  133. package/lib/components/VRating/VRating.sass +0 -5
  134. package/lib/components/VRating/index.d.ts +9 -0
  135. package/lib/components/VResponsive/index.d.ts +8 -0
  136. package/lib/components/VSelect/VSelect.mjs +10 -1
  137. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  138. package/lib/components/VSelect/index.d.ts +186 -15
  139. package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
  140. package/lib/components/VSelectionControl/index.d.ts +14 -6
  141. package/lib/components/VSelectionControlGroup/index.d.ts +6 -0
  142. package/lib/components/VSheet/VSheet.mjs +22 -12
  143. package/lib/components/VSheet/VSheet.mjs.map +1 -1
  144. package/lib/components/VSheet/index.d.ts +7 -1
  145. package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
  146. package/lib/components/VSlideGroup/index.d.ts +26 -0
  147. package/lib/components/VSlider/VSliderTrack.mjs.map +1 -1
  148. package/lib/components/VSlider/index.d.ts +16 -0
  149. package/lib/components/VSnackbar/VSnackbar.css +0 -2
  150. package/lib/components/VSnackbar/VSnackbar.mjs +6 -8
  151. package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
  152. package/lib/components/VSnackbar/VSnackbar.sass +0 -2
  153. package/lib/components/VSnackbar/index.d.ts +44 -1
  154. package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
  155. package/lib/components/VSwitch/index.d.ts +22 -0
  156. package/lib/components/VSystemBar/VSystemBar.css +5 -1
  157. package/lib/components/VSystemBar/VSystemBar.mjs +6 -2
  158. package/lib/components/VSystemBar/VSystemBar.mjs.map +1 -1
  159. package/lib/components/VSystemBar/VSystemBar.sass +5 -1
  160. package/lib/components/VSystemBar/_variables.scss +4 -1
  161. package/lib/components/VSystemBar/index.d.ts +6 -0
  162. package/lib/components/VTable/VTable.mjs.map +1 -1
  163. package/lib/components/VTable/index.d.ts +12 -0
  164. package/lib/components/VTabs/VTab.mjs.map +1 -1
  165. package/lib/components/VTabs/VTabs.mjs.map +1 -1
  166. package/lib/components/VTabs/index.d.ts +12 -0
  167. package/lib/components/VTextField/VTextField.mjs +1 -0
  168. package/lib/components/VTextField/VTextField.mjs.map +1 -1
  169. package/lib/components/VTextField/index.d.ts +54 -6
  170. package/lib/components/VTextarea/VTextarea.mjs +1 -0
  171. package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
  172. package/lib/components/VTextarea/index.d.ts +39 -1
  173. package/lib/components/VThemeProvider/index.d.ts +6 -0
  174. package/lib/components/VTimeline/VTimelineDivider.mjs.map +1 -1
  175. package/lib/components/VTimeline/VTimelineItem.mjs.map +1 -1
  176. package/lib/components/VTimeline/index.d.ts +16 -0
  177. package/lib/components/VToolbar/VToolbar.mjs.map +1 -1
  178. package/lib/components/VToolbar/VToolbarTitle.mjs.map +1 -1
  179. package/lib/components/VToolbar/index.d.ts +30 -0
  180. package/lib/components/VTooltip/VTooltip.mjs +2 -2
  181. package/lib/components/VTooltip/VTooltip.mjs.map +1 -1
  182. package/lib/components/VTooltip/index.d.ts +49 -1
  183. package/lib/components/VValidation/index.d.ts +6 -0
  184. package/lib/components/VWindow/index.d.ts +34 -0
  185. package/lib/components/index.d.ts +1954 -116
  186. package/lib/components/transitions/createTransition.mjs +1 -1
  187. package/lib/components/transitions/createTransition.mjs.map +1 -1
  188. package/lib/components/transitions/index.d.ts +96 -0
  189. package/lib/composables/defaults.mjs +3 -1
  190. package/lib/composables/defaults.mjs.map +1 -1
  191. package/lib/composables/display.mjs +13 -10
  192. package/lib/composables/display.mjs.map +1 -1
  193. package/lib/composables/loader.mjs.map +1 -1
  194. package/lib/composables/nested/nested.mjs +2 -2
  195. package/lib/composables/nested/nested.mjs.map +1 -1
  196. package/lib/composables/nested/selectStrategies.mjs +7 -1
  197. package/lib/composables/nested/selectStrategies.mjs.map +1 -1
  198. package/lib/composables/proxiedModel.mjs +1 -1
  199. package/lib/composables/proxiedModel.mjs.map +1 -1
  200. package/lib/composables/resizeObserver.mjs.map +1 -1
  201. package/lib/composables/stack.mjs +2 -2
  202. package/lib/composables/stack.mjs.map +1 -1
  203. package/lib/composables/theme.mjs +28 -23
  204. package/lib/composables/theme.mjs.map +1 -1
  205. package/lib/composables/variant.mjs.map +1 -1
  206. package/lib/entry-bundler.mjs +1 -1
  207. package/lib/framework.mjs +1 -1
  208. package/lib/index.d.ts +1 -1
  209. package/lib/labs/VDataTable/VDataTable.mjs +4 -2
  210. package/lib/labs/VDataTable/VDataTable.mjs.map +1 -1
  211. package/lib/labs/VDataTable/VDataTableFooter.mjs.map +1 -1
  212. package/lib/labs/VDataTable/VDataTableHeaders.mjs.map +1 -1
  213. package/lib/labs/VDataTable/VDataTableRow.mjs.map +1 -1
  214. package/lib/labs/VDataTable/VDataTableRows.mjs +4 -6
  215. package/lib/labs/VDataTable/VDataTableRows.mjs.map +1 -1
  216. package/lib/labs/VDataTable/VDataTableServer.mjs +2 -2
  217. package/lib/labs/VDataTable/VDataTableServer.mjs.map +1 -1
  218. package/lib/labs/VDataTable/VDataTableVirtual.mjs +4 -2
  219. package/lib/labs/VDataTable/VDataTableVirtual.mjs.map +1 -1
  220. package/lib/labs/VDataTable/composables/options.mjs +7 -1
  221. package/lib/labs/VDataTable/composables/options.mjs.map +1 -1
  222. package/lib/labs/VDataTable/index.d.ts +1503 -48
  223. package/lib/labs/VVirtualScroll/VVirtualScroll.mjs +18 -5
  224. package/lib/labs/VVirtualScroll/VVirtualScroll.mjs.map +1 -1
  225. package/lib/labs/VVirtualScroll/index.d.ts +9 -6
  226. package/lib/labs/components.d.ts +1512 -54
  227. package/lib/locale/index.mjs +1 -1
  228. package/lib/locale/index.mjs.map +1 -1
  229. package/lib/styles/elements/_global.sass +0 -4
  230. package/lib/styles/generic/_index.scss +0 -1
  231. package/lib/styles/generic/_transitions.scss +111 -9
  232. package/lib/styles/main.css +312 -167
  233. package/lib/styles/tools/_sheet.sass +3 -6
  234. package/lib/styles/utilities/_display.sass +6 -5
  235. package/lib/styles/utilities/_elevation.scss +13 -0
  236. package/lib/styles/utilities/_index.sass +3 -2
  237. package/lib/styles/utilities/_screenreaders.sass +13 -11
  238. package/lib/util/colorUtils.mjs +4 -5
  239. package/lib/util/colorUtils.mjs.map +1 -1
  240. package/lib/util/defineComponent.mjs.map +1 -1
  241. package/package.json +18 -5
  242. package/lib/styles/generic/_elevation.scss +0 -10
package/dist/vuetify.css CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.2.0-dev-20230214.0
2
+ * Vuetify v3.2.0-dev-20230309.0
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -2634,122 +2634,24 @@ progress {
2634
2634
  cursor: default;
2635
2635
  }
2636
2636
 
2637
- .elevation-24 {
2638
- box-shadow: 0px 11px 15px -7px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 24px 38px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 9px 46px 8px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12)) !important;
2639
- }
2640
-
2641
- .elevation-23 {
2642
- box-shadow: 0px 11px 14px -7px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 23px 36px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 9px 44px 8px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12)) !important;
2643
- }
2644
-
2645
- .elevation-22 {
2646
- box-shadow: 0px 10px 14px -6px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 22px 35px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 8px 42px 7px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12)) !important;
2647
- }
2648
-
2649
- .elevation-21 {
2650
- box-shadow: 0px 10px 13px -6px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 21px 33px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 8px 40px 7px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12)) !important;
2651
- }
2652
-
2653
- .elevation-20 {
2654
- box-shadow: 0px 10px 13px -6px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 20px 31px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 8px 38px 7px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12)) !important;
2655
- }
2656
-
2657
- .elevation-19 {
2658
- box-shadow: 0px 9px 12px -6px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 19px 29px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 7px 36px 6px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12)) !important;
2659
- }
2660
-
2661
- .elevation-18 {
2662
- box-shadow: 0px 9px 11px -5px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 18px 28px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 7px 34px 6px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12)) !important;
2663
- }
2664
-
2665
- .elevation-17 {
2666
- box-shadow: 0px 8px 11px -5px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 17px 26px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 6px 32px 5px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12)) !important;
2667
- }
2668
-
2669
- .elevation-16 {
2670
- box-shadow: 0px 8px 10px -5px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 16px 24px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 6px 30px 5px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12)) !important;
2671
- }
2672
-
2673
- .elevation-15 {
2674
- box-shadow: 0px 8px 9px -5px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 15px 22px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 6px 28px 5px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12)) !important;
2675
- }
2676
-
2677
- .elevation-14 {
2678
- box-shadow: 0px 7px 9px -4px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 14px 21px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 5px 26px 4px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12)) !important;
2679
- }
2680
-
2681
- .elevation-13 {
2682
- box-shadow: 0px 7px 8px -4px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 13px 19px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 5px 24px 4px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12)) !important;
2683
- }
2684
-
2685
- .elevation-12 {
2686
- 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-penumbra-opacity, rgba(0, 0, 0, 0.12)) !important;
2687
- }
2688
-
2689
- .elevation-11 {
2690
- box-shadow: 0px 6px 7px -4px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 11px 15px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 4px 20px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12)) !important;
2691
- }
2692
-
2693
- .elevation-10 {
2694
- box-shadow: 0px 6px 6px -3px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 10px 14px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 4px 18px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12)) !important;
2695
- }
2696
-
2697
- .elevation-9 {
2698
- box-shadow: 0px 5px 6px -3px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 9px 12px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 3px 16px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12)) !important;
2699
- }
2700
-
2701
- .elevation-8 {
2702
- 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-penumbra-opacity, rgba(0, 0, 0, 0.12)) !important;
2703
- }
2704
-
2705
- .elevation-7 {
2706
- box-shadow: 0px 4px 5px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 7px 10px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 2px 16px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12)) !important;
2707
- }
2708
-
2709
- .elevation-6 {
2710
- 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-penumbra-opacity, rgba(0, 0, 0, 0.12)) !important;
2711
- }
2712
-
2713
- .elevation-5 {
2714
- box-shadow: 0px 3px 5px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 5px 8px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 14px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12)) !important;
2715
- }
2716
-
2717
- .elevation-4 {
2718
- 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)) !important;
2719
- }
2720
-
2721
- .elevation-3 {
2722
- box-shadow: 0px 3px 3px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 3px 4px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 8px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12)) !important;
2723
- }
2724
-
2725
- .elevation-2 {
2726
- 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)) !important;
2727
- }
2728
-
2729
- .elevation-1 {
2730
- box-shadow: 0px 2px 1px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 1px 1px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 3px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12)) !important;
2731
- }
2732
-
2733
- .elevation-0 {
2734
- 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)) !important;
2735
- }
2736
-
2737
2637
  .dialog-transition-enter-active,
2738
2638
  .dialog-bottom-transition-enter-active,
2739
2639
  .dialog-top-transition-enter-active {
2740
- transition: 225ms cubic-bezier(0, 0, 0.2, 1);
2640
+ transition-duration: 225ms !important;
2641
+ transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
2741
2642
  }
2742
2643
  .dialog-transition-leave-active,
2743
2644
  .dialog-bottom-transition-leave-active,
2744
2645
  .dialog-top-transition-leave-active {
2745
- transition: 125ms cubic-bezier(0.4, 0, 1, 1);
2646
+ transition-duration: 125ms !important;
2647
+ transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
2746
2648
  }
2747
2649
  .dialog-transition-enter-active, .dialog-transition-leave-active,
2748
2650
  .dialog-bottom-transition-enter-active,
2749
2651
  .dialog-bottom-transition-leave-active,
2750
2652
  .dialog-top-transition-enter-active,
2751
2653
  .dialog-top-transition-leave-active {
2752
- transition-property: transform, opacity;
2654
+ transition-property: transform, opacity !important;
2753
2655
  pointer-events: none;
2754
2656
  }
2755
2657
 
@@ -2771,15 +2673,19 @@ progress {
2771
2673
 
2772
2674
  .picker-transition-enter-active,
2773
2675
  .picker-reverse-transition-enter-active {
2774
- transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
2676
+ transition-duration: 0.3s !important;
2677
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
2775
2678
  }
2776
2679
  .picker-transition-leave-active,
2777
2680
  .picker-reverse-transition-leave-active {
2778
- transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
2681
+ transition-duration: 0.3s !important;
2682
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
2779
2683
  }
2780
2684
  .picker-transition-move,
2781
2685
  .picker-reverse-transition-move {
2782
- transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
2686
+ transition-duration: 0.5s !important;
2687
+ transition-property: transform !important;
2688
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
2783
2689
  }
2784
2690
  .picker-transition-enter-from, .picker-transition-leave-to,
2785
2691
  .picker-reverse-transition-enter-from,
@@ -2792,15 +2698,24 @@ progress {
2792
2698
  .picker-reverse-transition-leave-to {
2793
2699
  position: absolute !important;
2794
2700
  }
2701
+ .picker-transition-enter-active, .picker-transition-leave-active,
2702
+ .picker-reverse-transition-enter-active,
2703
+ .picker-reverse-transition-leave-active {
2704
+ transition-property: transform, opacity !important;
2705
+ }
2795
2706
 
2796
2707
  .picker-transition-enter-active {
2797
- transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
2708
+ transition-duration: 0.3s !important;
2709
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
2798
2710
  }
2799
2711
  .picker-transition-leave-active {
2800
- transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
2712
+ transition-duration: 0.3s !important;
2713
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
2801
2714
  }
2802
2715
  .picker-transition-move {
2803
- transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
2716
+ transition-duration: 0.5s !important;
2717
+ transition-property: transform !important;
2718
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
2804
2719
  }
2805
2720
  .picker-transition-enter-from {
2806
2721
  transform: translate(0, 100%);
@@ -2810,13 +2725,17 @@ progress {
2810
2725
  }
2811
2726
 
2812
2727
  .picker-reverse-transition-enter-active {
2813
- transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
2728
+ transition-duration: 0.3s !important;
2729
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
2814
2730
  }
2815
2731
  .picker-reverse-transition-leave-active {
2816
- transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
2732
+ transition-duration: 0.3s !important;
2733
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
2817
2734
  }
2818
2735
  .picker-reverse-transition-move {
2819
- transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
2736
+ transition-duration: 0.5s !important;
2737
+ transition-property: transform !important;
2738
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
2820
2739
  }
2821
2740
  .picker-reverse-transition-enter-from {
2822
2741
  transform: translate(0, -100%);
@@ -2826,75 +2745,132 @@ progress {
2826
2745
  }
2827
2746
 
2828
2747
  .expand-transition-enter-active {
2829
- transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
2748
+ transition-duration: 0.3s !important;
2749
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
2830
2750
  }
2831
2751
  .expand-transition-leave-active {
2832
- transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
2752
+ transition-duration: 0.3s !important;
2753
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
2833
2754
  }
2834
2755
  .expand-transition-move {
2835
- transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
2756
+ transition-duration: 0.5s !important;
2757
+ transition-property: transform !important;
2758
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
2759
+ }
2760
+ .expand-transition-enter-active, .expand-transition-leave-active {
2761
+ transition-property: height !important;
2836
2762
  }
2837
2763
 
2838
2764
  .expand-x-transition-enter-active {
2839
- transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
2765
+ transition-duration: 0.3s !important;
2766
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
2840
2767
  }
2841
2768
  .expand-x-transition-leave-active {
2842
- transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
2769
+ transition-duration: 0.3s !important;
2770
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
2843
2771
  }
2844
2772
  .expand-x-transition-move {
2845
- transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
2773
+ transition-duration: 0.5s !important;
2774
+ transition-property: transform !important;
2775
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
2776
+ }
2777
+ .expand-x-transition-enter-active, .expand-x-transition-leave-active {
2778
+ transition-property: width !important;
2846
2779
  }
2847
2780
 
2848
2781
  .scale-transition-enter-active {
2849
- transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
2782
+ transition-duration: 0.3s !important;
2783
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
2850
2784
  }
2851
2785
  .scale-transition-leave-active {
2852
- transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
2786
+ transition-duration: 0.3s !important;
2787
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
2853
2788
  }
2854
2789
  .scale-transition-move {
2855
- transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
2790
+ transition-duration: 0.5s !important;
2791
+ transition-property: transform !important;
2792
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
2856
2793
  }
2857
- .scale-transition-enter-from, .scale-transition-leave-from, .scale-transition-leave-to {
2794
+ .scale-transition-leave-to {
2795
+ opacity: 0;
2796
+ }
2797
+ .scale-transition-leave-active {
2798
+ transition-duration: 100ms !important;
2799
+ }
2800
+ .scale-transition-enter-from {
2858
2801
  opacity: 0;
2859
2802
  transform: scale(0);
2860
2803
  }
2804
+ .scale-transition-enter-active, .scale-transition-leave-active {
2805
+ transition-property: transform, opacity !important;
2806
+ }
2861
2807
 
2862
2808
  .scale-rotate-transition-enter-active {
2863
- transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
2809
+ transition-duration: 0.3s !important;
2810
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
2864
2811
  }
2865
2812
  .scale-rotate-transition-leave-active {
2866
- transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
2813
+ transition-duration: 0.3s !important;
2814
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
2867
2815
  }
2868
2816
  .scale-rotate-transition-move {
2869
- transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
2817
+ transition-duration: 0.5s !important;
2818
+ transition-property: transform !important;
2819
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
2870
2820
  }
2871
- .scale-rotate-transition-enter-from, .scale-rotate-transition-leave, .scale-rotate-transition-leave-to {
2821
+ .scale-rotate-transition-leave-to {
2822
+ opacity: 0;
2823
+ }
2824
+ .scale-rotate-transition-leave-active {
2825
+ transition-duration: 100ms !important;
2826
+ }
2827
+ .scale-rotate-transition-enter-from {
2872
2828
  opacity: 0;
2873
2829
  transform: scale(0) rotate(-45deg);
2874
2830
  }
2831
+ .scale-rotate-transition-enter-active, .scale-rotate-transition-leave-active {
2832
+ transition-property: transform, opacity !important;
2833
+ }
2875
2834
 
2876
2835
  .scale-rotate-reverse-transition-enter-active {
2877
- transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
2836
+ transition-duration: 0.3s !important;
2837
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
2878
2838
  }
2879
2839
  .scale-rotate-reverse-transition-leave-active {
2880
- transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
2840
+ transition-duration: 0.3s !important;
2841
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
2881
2842
  }
2882
2843
  .scale-rotate-reverse-transition-move {
2883
- transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
2844
+ transition-duration: 0.5s !important;
2845
+ transition-property: transform !important;
2846
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
2884
2847
  }
2885
- .scale-rotate-reverse-transition-enter-from, .scale-rotate-reverse-transition-leave-from, .scale-rotate-reverse-transition-leave-to {
2848
+ .scale-rotate-reverse-transition-leave-to {
2849
+ opacity: 0;
2850
+ }
2851
+ .scale-rotate-reverse-transition-leave-active {
2852
+ transition-duration: 100ms !important;
2853
+ }
2854
+ .scale-rotate-reverse-transition-enter-from {
2886
2855
  opacity: 0;
2887
2856
  transform: scale(0) rotate(45deg);
2888
2857
  }
2858
+ .scale-rotate-reverse-transition-enter-active, .scale-rotate-reverse-transition-leave-active {
2859
+ transition-property: transform, opacity !important;
2860
+ }
2889
2861
 
2890
2862
  .message-transition-enter-active {
2891
- transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
2863
+ transition-duration: 0.3s !important;
2864
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
2892
2865
  }
2893
2866
  .message-transition-leave-active {
2894
- transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
2867
+ transition-duration: 0.3s !important;
2868
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
2895
2869
  }
2896
2870
  .message-transition-move {
2897
- transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
2871
+ transition-duration: 0.5s !important;
2872
+ transition-property: transform !important;
2873
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
2898
2874
  }
2899
2875
  .message-transition-enter-from, .message-transition-leave-to {
2900
2876
  opacity: 0;
@@ -2903,43 +2879,64 @@ progress {
2903
2879
  .message-transition-leave-from, .message-transition-leave-active {
2904
2880
  position: absolute;
2905
2881
  }
2882
+ .message-transition-enter-active, .message-transition-leave-active {
2883
+ transition-property: transform, opacity !important;
2884
+ }
2906
2885
 
2907
2886
  .slide-y-transition-enter-active {
2908
- transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
2887
+ transition-duration: 0.3s !important;
2888
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
2909
2889
  }
2910
2890
  .slide-y-transition-leave-active {
2911
- transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
2891
+ transition-duration: 0.3s !important;
2892
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
2912
2893
  }
2913
2894
  .slide-y-transition-move {
2914
- transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
2895
+ transition-duration: 0.5s !important;
2896
+ transition-property: transform !important;
2897
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
2915
2898
  }
2916
2899
  .slide-y-transition-enter-from, .slide-y-transition-leave-to {
2917
2900
  opacity: 0;
2918
2901
  transform: translateY(-15px);
2919
2902
  }
2903
+ .slide-y-transition-enter-active, .slide-y-transition-leave-active {
2904
+ transition-property: transform, opacity !important;
2905
+ }
2920
2906
 
2921
2907
  .slide-y-reverse-transition-enter-active {
2922
- transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
2908
+ transition-duration: 0.3s !important;
2909
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
2923
2910
  }
2924
2911
  .slide-y-reverse-transition-leave-active {
2925
- transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
2912
+ transition-duration: 0.3s !important;
2913
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
2926
2914
  }
2927
2915
  .slide-y-reverse-transition-move {
2928
- transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
2916
+ transition-duration: 0.5s !important;
2917
+ transition-property: transform !important;
2918
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
2929
2919
  }
2930
2920
  .slide-y-reverse-transition-enter-from, .slide-y-reverse-transition-leave-to {
2931
2921
  opacity: 0;
2932
2922
  transform: translateY(15px);
2933
2923
  }
2924
+ .slide-y-reverse-transition-enter-active, .slide-y-reverse-transition-leave-active {
2925
+ transition-property: transform, opacity !important;
2926
+ }
2934
2927
 
2935
2928
  .scroll-y-transition-enter-active {
2936
- transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
2929
+ transition-duration: 0.3s !important;
2930
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
2937
2931
  }
2938
2932
  .scroll-y-transition-leave-active {
2939
- transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
2933
+ transition-duration: 0.3s !important;
2934
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
2940
2935
  }
2941
2936
  .scroll-y-transition-move {
2942
- transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
2937
+ transition-duration: 0.5s !important;
2938
+ transition-property: transform !important;
2939
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
2943
2940
  }
2944
2941
  .scroll-y-transition-enter-from, .scroll-y-transition-leave-to {
2945
2942
  opacity: 0;
@@ -2950,15 +2947,22 @@ progress {
2950
2947
  .scroll-y-transition-leave-to {
2951
2948
  transform: translateY(15px);
2952
2949
  }
2950
+ .scroll-y-transition-enter-active, .scroll-y-transition-leave-active {
2951
+ transition-property: transform, opacity !important;
2952
+ }
2953
2953
 
2954
2954
  .scroll-y-reverse-transition-enter-active {
2955
- transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
2955
+ transition-duration: 0.3s !important;
2956
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
2956
2957
  }
2957
2958
  .scroll-y-reverse-transition-leave-active {
2958
- transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
2959
+ transition-duration: 0.3s !important;
2960
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
2959
2961
  }
2960
2962
  .scroll-y-reverse-transition-move {
2961
- transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
2963
+ transition-duration: 0.5s !important;
2964
+ transition-property: transform !important;
2965
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
2962
2966
  }
2963
2967
  .scroll-y-reverse-transition-enter-from, .scroll-y-reverse-transition-leave-to {
2964
2968
  opacity: 0;
@@ -2969,15 +2973,22 @@ progress {
2969
2973
  .scroll-y-reverse-transition-leave-to {
2970
2974
  transform: translateY(-15px);
2971
2975
  }
2976
+ .scroll-y-reverse-transition-enter-active, .scroll-y-reverse-transition-leave-active {
2977
+ transition-property: transform, opacity !important;
2978
+ }
2972
2979
 
2973
2980
  .scroll-x-transition-enter-active {
2974
- transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
2981
+ transition-duration: 0.3s !important;
2982
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
2975
2983
  }
2976
2984
  .scroll-x-transition-leave-active {
2977
- transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
2985
+ transition-duration: 0.3s !important;
2986
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
2978
2987
  }
2979
2988
  .scroll-x-transition-move {
2980
- transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
2989
+ transition-duration: 0.5s !important;
2990
+ transition-property: transform !important;
2991
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
2981
2992
  }
2982
2993
  .scroll-x-transition-enter-from, .scroll-x-transition-leave-to {
2983
2994
  opacity: 0;
@@ -2988,15 +2999,22 @@ progress {
2988
2999
  .scroll-x-transition-leave-to {
2989
3000
  transform: translateX(15px);
2990
3001
  }
3002
+ .scroll-x-transition-enter-active, .scroll-x-transition-leave-active {
3003
+ transition-property: transform, opacity !important;
3004
+ }
2991
3005
 
2992
3006
  .scroll-x-reverse-transition-enter-active {
2993
- transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
3007
+ transition-duration: 0.3s !important;
3008
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
2994
3009
  }
2995
3010
  .scroll-x-reverse-transition-leave-active {
2996
- transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
3011
+ transition-duration: 0.3s !important;
3012
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
2997
3013
  }
2998
3014
  .scroll-x-reverse-transition-move {
2999
- transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
3015
+ transition-duration: 0.5s !important;
3016
+ transition-property: transform !important;
3017
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
3000
3018
  }
3001
3019
  .scroll-x-reverse-transition-enter-from, .scroll-x-reverse-transition-leave-to {
3002
3020
  opacity: 0;
@@ -3007,60 +3025,91 @@ progress {
3007
3025
  .scroll-x-reverse-transition-leave-to {
3008
3026
  transform: translateX(-15px);
3009
3027
  }
3028
+ .scroll-x-reverse-transition-enter-active, .scroll-x-reverse-transition-leave-active {
3029
+ transition-property: transform, opacity !important;
3030
+ }
3010
3031
 
3011
3032
  .slide-x-transition-enter-active {
3012
- transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
3033
+ transition-duration: 0.3s !important;
3034
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
3013
3035
  }
3014
3036
  .slide-x-transition-leave-active {
3015
- transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
3037
+ transition-duration: 0.3s !important;
3038
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
3016
3039
  }
3017
3040
  .slide-x-transition-move {
3018
- transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
3041
+ transition-duration: 0.5s !important;
3042
+ transition-property: transform !important;
3043
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
3019
3044
  }
3020
3045
  .slide-x-transition-enter-from, .slide-x-transition-leave-to {
3021
3046
  opacity: 0;
3022
3047
  transform: translateX(-15px);
3023
3048
  }
3049
+ .slide-x-transition-enter-active, .slide-x-transition-leave-active {
3050
+ transition-property: transform, opacity !important;
3051
+ }
3024
3052
 
3025
3053
  .slide-x-reverse-transition-enter-active {
3026
- transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
3054
+ transition-duration: 0.3s !important;
3055
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
3027
3056
  }
3028
3057
  .slide-x-reverse-transition-leave-active {
3029
- transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
3058
+ transition-duration: 0.3s !important;
3059
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
3030
3060
  }
3031
3061
  .slide-x-reverse-transition-move {
3032
- transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
3062
+ transition-duration: 0.5s !important;
3063
+ transition-property: transform !important;
3064
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
3033
3065
  }
3034
3066
  .slide-x-reverse-transition-enter-from, .slide-x-reverse-transition-leave-to {
3035
3067
  opacity: 0;
3036
3068
  transform: translateX(15px);
3037
3069
  }
3070
+ .slide-x-reverse-transition-enter-active, .slide-x-reverse-transition-leave-active {
3071
+ transition-property: transform, opacity !important;
3072
+ }
3038
3073
 
3039
3074
  .fade-transition-enter-active {
3040
- transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
3075
+ transition-duration: 0.3s !important;
3076
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
3041
3077
  }
3042
3078
  .fade-transition-leave-active {
3043
- transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
3079
+ transition-duration: 0.3s !important;
3080
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
3044
3081
  }
3045
3082
  .fade-transition-move {
3046
- transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
3083
+ transition-duration: 0.5s !important;
3084
+ transition-property: transform !important;
3085
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
3047
3086
  }
3048
3087
  .fade-transition-enter-from, .fade-transition-leave-to {
3049
3088
  opacity: 0 !important;
3050
3089
  }
3090
+ .fade-transition-enter-active, .fade-transition-leave-active {
3091
+ transition-property: opacity !important;
3092
+ }
3051
3093
 
3052
3094
  .fab-transition-enter-active {
3053
- transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
3095
+ transition-duration: 0.3s !important;
3096
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
3054
3097
  }
3055
3098
  .fab-transition-leave-active {
3056
- transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
3099
+ transition-duration: 0.3s !important;
3100
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
3057
3101
  }
3058
3102
  .fab-transition-move {
3059
- transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
3103
+ transition-duration: 0.5s !important;
3104
+ transition-property: transform !important;
3105
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
3060
3106
  }
3061
3107
  .fab-transition-enter-from, .fab-transition-leave-to {
3062
3108
  transform: scale(0) rotate(-45deg);
3063
3109
  }
3110
+ .fab-transition-enter-active, .fab-transition-leave-active {
3111
+ transition-property: transform !important;
3112
+ }
3064
3113
 
3065
3114
  .v-locale--is-rtl {
3066
3115
  direction: rtl;
@@ -3091,10 +3140,6 @@ html.overflow-y-hidden {
3091
3140
  }
3092
3141
 
3093
3142
  :root {
3094
- --v-theme-background: #fff;
3095
- --v-theme-on-background: #000;
3096
- --v-theme-surface: #fff;
3097
- --v-theme-on-surface: #000;
3098
3143
  --v-theme-overlay-multiplier: 1;
3099
3144
  --v-scrollbar-offset: 0px;
3100
3145
  }
@@ -3200,6 +3245,106 @@ html.overflow-y-hidden {
3200
3245
  }
3201
3246
  }
3202
3247
 
3248
+ .elevation-24 {
3249
+ box-shadow: 0px 11px 15px -7px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 24px 38px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 9px 46px 8px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12)) !important;
3250
+ }
3251
+
3252
+ .elevation-23 {
3253
+ box-shadow: 0px 11px 14px -7px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 23px 36px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 9px 44px 8px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12)) !important;
3254
+ }
3255
+
3256
+ .elevation-22 {
3257
+ box-shadow: 0px 10px 14px -6px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 22px 35px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 8px 42px 7px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12)) !important;
3258
+ }
3259
+
3260
+ .elevation-21 {
3261
+ box-shadow: 0px 10px 13px -6px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 21px 33px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 8px 40px 7px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12)) !important;
3262
+ }
3263
+
3264
+ .elevation-20 {
3265
+ box-shadow: 0px 10px 13px -6px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 20px 31px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 8px 38px 7px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12)) !important;
3266
+ }
3267
+
3268
+ .elevation-19 {
3269
+ box-shadow: 0px 9px 12px -6px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 19px 29px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 7px 36px 6px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12)) !important;
3270
+ }
3271
+
3272
+ .elevation-18 {
3273
+ box-shadow: 0px 9px 11px -5px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 18px 28px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 7px 34px 6px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12)) !important;
3274
+ }
3275
+
3276
+ .elevation-17 {
3277
+ box-shadow: 0px 8px 11px -5px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 17px 26px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 6px 32px 5px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12)) !important;
3278
+ }
3279
+
3280
+ .elevation-16 {
3281
+ box-shadow: 0px 8px 10px -5px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 16px 24px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 6px 30px 5px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12)) !important;
3282
+ }
3283
+
3284
+ .elevation-15 {
3285
+ box-shadow: 0px 8px 9px -5px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 15px 22px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 6px 28px 5px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12)) !important;
3286
+ }
3287
+
3288
+ .elevation-14 {
3289
+ box-shadow: 0px 7px 9px -4px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 14px 21px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 5px 26px 4px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12)) !important;
3290
+ }
3291
+
3292
+ .elevation-13 {
3293
+ box-shadow: 0px 7px 8px -4px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 13px 19px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 5px 24px 4px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12)) !important;
3294
+ }
3295
+
3296
+ .elevation-12 {
3297
+ 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-penumbra-opacity, rgba(0, 0, 0, 0.12)) !important;
3298
+ }
3299
+
3300
+ .elevation-11 {
3301
+ box-shadow: 0px 6px 7px -4px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 11px 15px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 4px 20px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12)) !important;
3302
+ }
3303
+
3304
+ .elevation-10 {
3305
+ box-shadow: 0px 6px 6px -3px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 10px 14px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 4px 18px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12)) !important;
3306
+ }
3307
+
3308
+ .elevation-9 {
3309
+ box-shadow: 0px 5px 6px -3px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 9px 12px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 3px 16px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12)) !important;
3310
+ }
3311
+
3312
+ .elevation-8 {
3313
+ 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-penumbra-opacity, rgba(0, 0, 0, 0.12)) !important;
3314
+ }
3315
+
3316
+ .elevation-7 {
3317
+ box-shadow: 0px 4px 5px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 7px 10px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 2px 16px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12)) !important;
3318
+ }
3319
+
3320
+ .elevation-6 {
3321
+ 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-penumbra-opacity, rgba(0, 0, 0, 0.12)) !important;
3322
+ }
3323
+
3324
+ .elevation-5 {
3325
+ box-shadow: 0px 3px 5px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 5px 8px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 14px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12)) !important;
3326
+ }
3327
+
3328
+ .elevation-4 {
3329
+ 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)) !important;
3330
+ }
3331
+
3332
+ .elevation-3 {
3333
+ box-shadow: 0px 3px 3px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 3px 4px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 8px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12)) !important;
3334
+ }
3335
+
3336
+ .elevation-2 {
3337
+ 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)) !important;
3338
+ }
3339
+
3340
+ .elevation-1 {
3341
+ box-shadow: 0px 2px 1px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 1px 1px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 3px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12)) !important;
3342
+ }
3343
+
3344
+ .elevation-0 {
3345
+ 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)) !important;
3346
+ }
3347
+
3203
3348
  .d-sr-only,
3204
3349
  .d-sr-only-focusable:not(:focus) {
3205
3350
  border: 0 !important;
@@ -15832,7 +15977,7 @@ html.overflow-y-hidden {
15832
15977
  .v-alert__append,
15833
15978
  .v-alert__close {
15834
15979
  align-self: flex-start;
15835
- margin-inline-start: 90px;
15980
+ margin-inline-start: 16px;
15836
15981
  }
15837
15982
 
15838
15983
  .v-alert__append {
@@ -20741,10 +20886,6 @@ html.v-overlay-scroll-blocked {
20741
20886
  .v-rating--hover .v-rating__item:hover:not(.v-rating__item--focused) .v-btn {
20742
20887
  transform: scale(1.25);
20743
20888
  }
20744
- .v-rating__item--focused .v-btn__overlay {
20745
- display: block;
20746
- opacity: var(--v-hover-opacity);
20747
- }
20748
20889
  .v-rating__item--half {
20749
20890
  overflow: hidden;
20750
20891
  position: absolute;
@@ -21039,8 +21180,6 @@ html.v-overlay-scroll-blocked {
21039
21180
  min-height: 48px;
21040
21181
  min-width: 344px;
21041
21182
  padding: 0;
21042
- pointer-events: auto;
21043
- position: relative;
21044
21183
  border-radius: 4px;
21045
21184
  }
21046
21185
  .v-snackbar--variant-plain, .v-snackbar--variant-outlined, .v-snackbar--variant-text, .v-snackbar--variant-tonal {
@@ -21218,7 +21357,8 @@ html.v-overlay-scroll-blocked {
21218
21357
  height: 24px;
21219
21358
  justify-content: flex-end;
21220
21359
  max-width: 100%;
21221
- padding: 0 8px;
21360
+ padding-inline-start: 8px;
21361
+ padding-inline-end: 8px;
21222
21362
  position: relative;
21223
21363
  text-align: end;
21224
21364
  width: 100%;
@@ -21245,6 +21385,9 @@ html.v-overlay-scroll-blocked {
21245
21385
  }
21246
21386
  .v-system-bar--window {
21247
21387
  height: 32px;
21388
+ }
21389
+ .v-system-bar:not(.v-system-bar--absolute) {
21390
+ padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
21248
21391
  }.v-tabs {
21249
21392
  display: flex;
21250
21393
  height: var(--v-tabs-height);
@@ -22245,9 +22388,10 @@ html.v-overlay-scroll-blocked {
22245
22388
  .v-window-y-reverse-transition-leave-to {
22246
22389
  transform: translateY(100%);
22247
22390
  }.v-color-picker-canvas {
22391
+ display: flex;
22248
22392
  position: relative;
22249
22393
  overflow: hidden;
22250
- contain: strict;
22394
+ contain: content;
22251
22395
  }
22252
22396
  .v-color-picker-canvas__dot {
22253
22397
  position: absolute;