@vuetify/nightly 3.1.8-master-20230307.0 → 3.1.8

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 (105) hide show
  1. package/CHANGELOG.md +10 -2
  2. package/dist/json/attributes.json +0 -528
  3. package/dist/json/importMap.json +90 -90
  4. package/dist/json/tags.json +2 -136
  5. package/dist/json/web-types.json +20 -1210
  6. package/dist/vuetify-labs.css +242 -99
  7. package/dist/vuetify-labs.esm.js +33 -32
  8. package/dist/vuetify-labs.esm.js.map +1 -1
  9. package/dist/vuetify-labs.js +33 -32
  10. package/dist/vuetify-labs.min.css +2 -2
  11. package/dist/vuetify.css +261 -118
  12. package/dist/vuetify.d.ts +27 -27
  13. package/dist/vuetify.esm.js +33 -32
  14. package/dist/vuetify.esm.js.map +1 -1
  15. package/dist/vuetify.js +33 -32
  16. package/dist/vuetify.js.map +1 -1
  17. package/dist/vuetify.min.css +2 -2
  18. package/dist/vuetify.min.js +209 -210
  19. package/dist/vuetify.min.js.map +1 -1
  20. package/lib/components/VAlert/VAlert.css +1 -1
  21. package/lib/components/VAlert/VAlert.mjs.map +1 -1
  22. package/lib/components/VAlert/_variables.scss +1 -1
  23. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  24. package/lib/components/VBanner/VBanner.mjs.map +1 -1
  25. package/lib/components/VBottomNavigation/VBottomNavigation.mjs.map +1 -1
  26. package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs.map +1 -1
  27. package/lib/components/VBtn/VBtn.mjs.map +1 -1
  28. package/lib/components/VBtnToggle/VBtnToggle.mjs.map +1 -1
  29. package/lib/components/VCard/VCard.mjs.map +1 -1
  30. package/lib/components/VCard/VCardItem.mjs.map +1 -1
  31. package/lib/components/VCarousel/VCarousel.mjs.map +1 -1
  32. package/lib/components/VChip/VChip.mjs.map +1 -1
  33. package/lib/components/VChipGroup/VChipGroup.mjs.map +1 -1
  34. package/lib/components/VColorPicker/VColorPicker.mjs.map +1 -1
  35. package/lib/components/VColorPicker/VColorPickerEdit.mjs.map +1 -1
  36. package/lib/components/VColorPicker/VColorPickerPreview.mjs.map +1 -1
  37. package/lib/components/VColorPicker/VColorPickerSwatches.mjs.map +1 -1
  38. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  39. package/lib/components/VDivider/VDivider.mjs.map +1 -1
  40. package/lib/components/VExpansionPanel/VExpansionPanel.mjs.map +1 -1
  41. package/lib/components/VExpansionPanel/VExpansionPanelText.mjs.map +1 -1
  42. package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.map +1 -1
  43. package/lib/components/VField/VField.mjs.map +1 -1
  44. package/lib/components/VFileInput/VFileInput.mjs +1 -0
  45. package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
  46. package/lib/components/VInput/VInput.mjs.map +1 -1
  47. package/lib/components/VItemGroup/VItemGroup.mjs.map +1 -1
  48. package/lib/components/VList/VListGroup.mjs.map +1 -1
  49. package/lib/components/VList/VListItem.mjs.map +1 -1
  50. package/lib/components/VList/VListSubheader.mjs.map +1 -1
  51. package/lib/components/VMessages/VMessages.mjs.map +1 -1
  52. package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
  53. package/lib/components/VPagination/VPagination.mjs.map +1 -1
  54. package/lib/components/VProgressCircular/VProgressCircular.mjs.map +1 -1
  55. package/lib/components/VProgressLinear/VProgressLinear.mjs.map +1 -1
  56. package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
  57. package/lib/components/VRangeSlider/VRangeSlider.mjs.map +1 -1
  58. package/lib/components/VRating/VRating.mjs.map +1 -1
  59. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  60. package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
  61. package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
  62. package/lib/components/VSlider/VSliderTrack.mjs.map +1 -1
  63. package/lib/components/VSnackbar/VSnackbar.css +0 -2
  64. package/lib/components/VSnackbar/VSnackbar.mjs +6 -8
  65. package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
  66. package/lib/components/VSnackbar/VSnackbar.sass +0 -2
  67. package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
  68. package/lib/components/VTable/VTable.mjs.map +1 -1
  69. package/lib/components/VTabs/VTab.mjs.map +1 -1
  70. package/lib/components/VTabs/VTabs.mjs.map +1 -1
  71. package/lib/components/VTextField/VTextField.mjs +1 -0
  72. package/lib/components/VTextField/VTextField.mjs.map +1 -1
  73. package/lib/components/VTextarea/VTextarea.mjs +1 -0
  74. package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
  75. package/lib/components/VTimeline/VTimelineDivider.mjs.map +1 -1
  76. package/lib/components/VTimeline/VTimelineItem.mjs.map +1 -1
  77. package/lib/components/VToolbar/VToolbar.mjs.map +1 -1
  78. package/lib/components/VToolbar/VToolbarTitle.mjs.map +1 -1
  79. package/lib/components/transitions/createTransition.mjs +1 -1
  80. package/lib/components/transitions/createTransition.mjs.map +1 -1
  81. package/lib/composables/display.mjs +13 -10
  82. package/lib/composables/display.mjs.map +1 -1
  83. package/lib/composables/loader.mjs.map +1 -1
  84. package/lib/composables/theme.mjs +7 -10
  85. package/lib/composables/theme.mjs.map +1 -1
  86. package/lib/composables/variant.mjs.map +1 -1
  87. package/lib/entry-bundler.mjs +1 -1
  88. package/lib/entry-bundler.mjs.map +1 -1
  89. package/lib/framework.mjs +1 -1
  90. package/lib/framework.mjs.map +1 -1
  91. package/lib/index.d.ts +27 -27
  92. package/lib/labs/VDataTable/VDataTable.mjs.map +1 -1
  93. package/lib/labs/VDataTable/VDataTableFooter.mjs.map +1 -1
  94. package/lib/labs/VDataTable/VDataTableHeaders.mjs.map +1 -1
  95. package/lib/labs/VDataTable/VDataTableRow.mjs.map +1 -1
  96. package/lib/labs/VDataTable/VDataTableRows.mjs.map +1 -1
  97. package/lib/labs/VDataTable/VDataTableServer.mjs.map +1 -1
  98. package/lib/labs/VDataTable/VDataTableVirtual.mjs.map +1 -1
  99. package/lib/labs/VVirtualScroll/VVirtualScroll.mjs.map +1 -1
  100. package/lib/locale/index.mjs +1 -1
  101. package/lib/locale/index.mjs.map +1 -1
  102. package/lib/styles/elements/_global.sass +0 -4
  103. package/lib/styles/generic/_transitions.scss +111 -9
  104. package/lib/styles/main.css +212 -67
  105. package/package.json +16 -3
@@ -2632,19 +2632,21 @@ progress {
2632
2632
  .dialog-transition-enter-active,
2633
2633
  .dialog-bottom-transition-enter-active,
2634
2634
  .dialog-top-transition-enter-active {
2635
- transition: 225ms cubic-bezier(0, 0, 0.2, 1);
2635
+ transition-duration: 225ms !important;
2636
+ transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
2636
2637
  }
2637
2638
  .dialog-transition-leave-active,
2638
2639
  .dialog-bottom-transition-leave-active,
2639
2640
  .dialog-top-transition-leave-active {
2640
- transition: 125ms cubic-bezier(0.4, 0, 1, 1);
2641
+ transition-duration: 125ms !important;
2642
+ transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
2641
2643
  }
2642
2644
  .dialog-transition-enter-active, .dialog-transition-leave-active,
2643
2645
  .dialog-bottom-transition-enter-active,
2644
2646
  .dialog-bottom-transition-leave-active,
2645
2647
  .dialog-top-transition-enter-active,
2646
2648
  .dialog-top-transition-leave-active {
2647
- transition-property: transform, opacity;
2649
+ transition-property: transform, opacity !important;
2648
2650
  pointer-events: none;
2649
2651
  }
2650
2652
 
@@ -2666,15 +2668,19 @@ progress {
2666
2668
 
2667
2669
  .picker-transition-enter-active,
2668
2670
  .picker-reverse-transition-enter-active {
2669
- transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
2671
+ transition-duration: 0.3s !important;
2672
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
2670
2673
  }
2671
2674
  .picker-transition-leave-active,
2672
2675
  .picker-reverse-transition-leave-active {
2673
- 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;
2674
2678
  }
2675
2679
  .picker-transition-move,
2676
2680
  .picker-reverse-transition-move {
2677
- transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
2681
+ transition-duration: 0.5s !important;
2682
+ transition-property: transform !important;
2683
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
2678
2684
  }
2679
2685
  .picker-transition-enter-from, .picker-transition-leave-to,
2680
2686
  .picker-reverse-transition-enter-from,
@@ -2687,15 +2693,24 @@ progress {
2687
2693
  .picker-reverse-transition-leave-to {
2688
2694
  position: absolute !important;
2689
2695
  }
2696
+ .picker-transition-enter-active, .picker-transition-leave-active,
2697
+ .picker-reverse-transition-enter-active,
2698
+ .picker-reverse-transition-leave-active {
2699
+ transition-property: transform, opacity !important;
2700
+ }
2690
2701
 
2691
2702
  .picker-transition-enter-active {
2692
- transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
2703
+ transition-duration: 0.3s !important;
2704
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
2693
2705
  }
2694
2706
  .picker-transition-leave-active {
2695
- transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
2707
+ transition-duration: 0.3s !important;
2708
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
2696
2709
  }
2697
2710
  .picker-transition-move {
2698
- transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
2711
+ transition-duration: 0.5s !important;
2712
+ transition-property: transform !important;
2713
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
2699
2714
  }
2700
2715
  .picker-transition-enter-from {
2701
2716
  transform: translate(0, 100%);
@@ -2705,13 +2720,17 @@ progress {
2705
2720
  }
2706
2721
 
2707
2722
  .picker-reverse-transition-enter-active {
2708
- transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
2723
+ transition-duration: 0.3s !important;
2724
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
2709
2725
  }
2710
2726
  .picker-reverse-transition-leave-active {
2711
- transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
2727
+ transition-duration: 0.3s !important;
2728
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
2712
2729
  }
2713
2730
  .picker-reverse-transition-move {
2714
- transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
2731
+ transition-duration: 0.5s !important;
2732
+ transition-property: transform !important;
2733
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
2715
2734
  }
2716
2735
  .picker-reverse-transition-enter-from {
2717
2736
  transform: translate(0, -100%);
@@ -2721,75 +2740,132 @@ progress {
2721
2740
  }
2722
2741
 
2723
2742
  .expand-transition-enter-active {
2724
- transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
2743
+ transition-duration: 0.3s !important;
2744
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
2725
2745
  }
2726
2746
  .expand-transition-leave-active {
2727
- transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
2747
+ transition-duration: 0.3s !important;
2748
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
2728
2749
  }
2729
2750
  .expand-transition-move {
2730
- transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
2751
+ transition-duration: 0.5s !important;
2752
+ transition-property: transform !important;
2753
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
2754
+ }
2755
+ .expand-transition-enter-active, .expand-transition-leave-active {
2756
+ transition-property: height !important;
2731
2757
  }
2732
2758
 
2733
2759
  .expand-x-transition-enter-active {
2734
- transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
2760
+ transition-duration: 0.3s !important;
2761
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
2735
2762
  }
2736
2763
  .expand-x-transition-leave-active {
2737
- transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
2764
+ transition-duration: 0.3s !important;
2765
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
2738
2766
  }
2739
2767
  .expand-x-transition-move {
2740
- transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
2768
+ transition-duration: 0.5s !important;
2769
+ transition-property: transform !important;
2770
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
2771
+ }
2772
+ .expand-x-transition-enter-active, .expand-x-transition-leave-active {
2773
+ transition-property: width !important;
2741
2774
  }
2742
2775
 
2743
2776
  .scale-transition-enter-active {
2744
- transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
2777
+ transition-duration: 0.3s !important;
2778
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
2745
2779
  }
2746
2780
  .scale-transition-leave-active {
2747
- transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
2781
+ transition-duration: 0.3s !important;
2782
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
2748
2783
  }
2749
2784
  .scale-transition-move {
2750
- transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
2785
+ transition-duration: 0.5s !important;
2786
+ transition-property: transform !important;
2787
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
2788
+ }
2789
+ .scale-transition-leave-to {
2790
+ opacity: 0;
2791
+ }
2792
+ .scale-transition-leave-active {
2793
+ transition-duration: 100ms !important;
2751
2794
  }
2752
- .scale-transition-enter-from, .scale-transition-leave-from, .scale-transition-leave-to {
2795
+ .scale-transition-enter-from {
2753
2796
  opacity: 0;
2754
2797
  transform: scale(0);
2755
2798
  }
2799
+ .scale-transition-enter-active, .scale-transition-leave-active {
2800
+ transition-property: transform, opacity !important;
2801
+ }
2756
2802
 
2757
2803
  .scale-rotate-transition-enter-active {
2758
- transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
2804
+ transition-duration: 0.3s !important;
2805
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
2759
2806
  }
2760
2807
  .scale-rotate-transition-leave-active {
2761
- transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
2808
+ transition-duration: 0.3s !important;
2809
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
2762
2810
  }
2763
2811
  .scale-rotate-transition-move {
2764
- transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
2812
+ transition-duration: 0.5s !important;
2813
+ transition-property: transform !important;
2814
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
2765
2815
  }
2766
- .scale-rotate-transition-enter-from, .scale-rotate-transition-leave, .scale-rotate-transition-leave-to {
2816
+ .scale-rotate-transition-leave-to {
2817
+ opacity: 0;
2818
+ }
2819
+ .scale-rotate-transition-leave-active {
2820
+ transition-duration: 100ms !important;
2821
+ }
2822
+ .scale-rotate-transition-enter-from {
2767
2823
  opacity: 0;
2768
2824
  transform: scale(0) rotate(-45deg);
2769
2825
  }
2826
+ .scale-rotate-transition-enter-active, .scale-rotate-transition-leave-active {
2827
+ transition-property: transform, opacity !important;
2828
+ }
2770
2829
 
2771
2830
  .scale-rotate-reverse-transition-enter-active {
2772
- transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
2831
+ transition-duration: 0.3s !important;
2832
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
2773
2833
  }
2774
2834
  .scale-rotate-reverse-transition-leave-active {
2775
- transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
2835
+ transition-duration: 0.3s !important;
2836
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
2776
2837
  }
2777
2838
  .scale-rotate-reverse-transition-move {
2778
- transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
2839
+ transition-duration: 0.5s !important;
2840
+ transition-property: transform !important;
2841
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
2842
+ }
2843
+ .scale-rotate-reverse-transition-leave-to {
2844
+ opacity: 0;
2845
+ }
2846
+ .scale-rotate-reverse-transition-leave-active {
2847
+ transition-duration: 100ms !important;
2779
2848
  }
2780
- .scale-rotate-reverse-transition-enter-from, .scale-rotate-reverse-transition-leave-from, .scale-rotate-reverse-transition-leave-to {
2849
+ .scale-rotate-reverse-transition-enter-from {
2781
2850
  opacity: 0;
2782
2851
  transform: scale(0) rotate(45deg);
2783
2852
  }
2853
+ .scale-rotate-reverse-transition-enter-active, .scale-rotate-reverse-transition-leave-active {
2854
+ transition-property: transform, opacity !important;
2855
+ }
2784
2856
 
2785
2857
  .message-transition-enter-active {
2786
- transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
2858
+ transition-duration: 0.3s !important;
2859
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
2787
2860
  }
2788
2861
  .message-transition-leave-active {
2789
- transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
2862
+ transition-duration: 0.3s !important;
2863
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
2790
2864
  }
2791
2865
  .message-transition-move {
2792
- transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
2866
+ transition-duration: 0.5s !important;
2867
+ transition-property: transform !important;
2868
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
2793
2869
  }
2794
2870
  .message-transition-enter-from, .message-transition-leave-to {
2795
2871
  opacity: 0;
@@ -2798,43 +2874,64 @@ progress {
2798
2874
  .message-transition-leave-from, .message-transition-leave-active {
2799
2875
  position: absolute;
2800
2876
  }
2877
+ .message-transition-enter-active, .message-transition-leave-active {
2878
+ transition-property: transform, opacity !important;
2879
+ }
2801
2880
 
2802
2881
  .slide-y-transition-enter-active {
2803
- transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
2882
+ transition-duration: 0.3s !important;
2883
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
2804
2884
  }
2805
2885
  .slide-y-transition-leave-active {
2806
- transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
2886
+ transition-duration: 0.3s !important;
2887
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
2807
2888
  }
2808
2889
  .slide-y-transition-move {
2809
- transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
2890
+ transition-duration: 0.5s !important;
2891
+ transition-property: transform !important;
2892
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
2810
2893
  }
2811
2894
  .slide-y-transition-enter-from, .slide-y-transition-leave-to {
2812
2895
  opacity: 0;
2813
2896
  transform: translateY(-15px);
2814
2897
  }
2898
+ .slide-y-transition-enter-active, .slide-y-transition-leave-active {
2899
+ transition-property: transform, opacity !important;
2900
+ }
2815
2901
 
2816
2902
  .slide-y-reverse-transition-enter-active {
2817
- transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
2903
+ transition-duration: 0.3s !important;
2904
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
2818
2905
  }
2819
2906
  .slide-y-reverse-transition-leave-active {
2820
- transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
2907
+ transition-duration: 0.3s !important;
2908
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
2821
2909
  }
2822
2910
  .slide-y-reverse-transition-move {
2823
- transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
2911
+ transition-duration: 0.5s !important;
2912
+ transition-property: transform !important;
2913
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
2824
2914
  }
2825
2915
  .slide-y-reverse-transition-enter-from, .slide-y-reverse-transition-leave-to {
2826
2916
  opacity: 0;
2827
2917
  transform: translateY(15px);
2828
2918
  }
2919
+ .slide-y-reverse-transition-enter-active, .slide-y-reverse-transition-leave-active {
2920
+ transition-property: transform, opacity !important;
2921
+ }
2829
2922
 
2830
2923
  .scroll-y-transition-enter-active {
2831
- transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
2924
+ transition-duration: 0.3s !important;
2925
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
2832
2926
  }
2833
2927
  .scroll-y-transition-leave-active {
2834
- transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
2928
+ transition-duration: 0.3s !important;
2929
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
2835
2930
  }
2836
2931
  .scroll-y-transition-move {
2837
- transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
2932
+ transition-duration: 0.5s !important;
2933
+ transition-property: transform !important;
2934
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
2838
2935
  }
2839
2936
  .scroll-y-transition-enter-from, .scroll-y-transition-leave-to {
2840
2937
  opacity: 0;
@@ -2845,15 +2942,22 @@ progress {
2845
2942
  .scroll-y-transition-leave-to {
2846
2943
  transform: translateY(15px);
2847
2944
  }
2945
+ .scroll-y-transition-enter-active, .scroll-y-transition-leave-active {
2946
+ transition-property: transform, opacity !important;
2947
+ }
2848
2948
 
2849
2949
  .scroll-y-reverse-transition-enter-active {
2850
- transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
2950
+ transition-duration: 0.3s !important;
2951
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
2851
2952
  }
2852
2953
  .scroll-y-reverse-transition-leave-active {
2853
- transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
2954
+ transition-duration: 0.3s !important;
2955
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
2854
2956
  }
2855
2957
  .scroll-y-reverse-transition-move {
2856
- transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
2958
+ transition-duration: 0.5s !important;
2959
+ transition-property: transform !important;
2960
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
2857
2961
  }
2858
2962
  .scroll-y-reverse-transition-enter-from, .scroll-y-reverse-transition-leave-to {
2859
2963
  opacity: 0;
@@ -2864,15 +2968,22 @@ progress {
2864
2968
  .scroll-y-reverse-transition-leave-to {
2865
2969
  transform: translateY(-15px);
2866
2970
  }
2971
+ .scroll-y-reverse-transition-enter-active, .scroll-y-reverse-transition-leave-active {
2972
+ transition-property: transform, opacity !important;
2973
+ }
2867
2974
 
2868
2975
  .scroll-x-transition-enter-active {
2869
- transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
2976
+ transition-duration: 0.3s !important;
2977
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
2870
2978
  }
2871
2979
  .scroll-x-transition-leave-active {
2872
- transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
2980
+ transition-duration: 0.3s !important;
2981
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
2873
2982
  }
2874
2983
  .scroll-x-transition-move {
2875
- transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
2984
+ transition-duration: 0.5s !important;
2985
+ transition-property: transform !important;
2986
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
2876
2987
  }
2877
2988
  .scroll-x-transition-enter-from, .scroll-x-transition-leave-to {
2878
2989
  opacity: 0;
@@ -2883,15 +2994,22 @@ progress {
2883
2994
  .scroll-x-transition-leave-to {
2884
2995
  transform: translateX(15px);
2885
2996
  }
2997
+ .scroll-x-transition-enter-active, .scroll-x-transition-leave-active {
2998
+ transition-property: transform, opacity !important;
2999
+ }
2886
3000
 
2887
3001
  .scroll-x-reverse-transition-enter-active {
2888
- transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
3002
+ transition-duration: 0.3s !important;
3003
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
2889
3004
  }
2890
3005
  .scroll-x-reverse-transition-leave-active {
2891
- transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
3006
+ transition-duration: 0.3s !important;
3007
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
2892
3008
  }
2893
3009
  .scroll-x-reverse-transition-move {
2894
- transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
3010
+ transition-duration: 0.5s !important;
3011
+ transition-property: transform !important;
3012
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
2895
3013
  }
2896
3014
  .scroll-x-reverse-transition-enter-from, .scroll-x-reverse-transition-leave-to {
2897
3015
  opacity: 0;
@@ -2902,60 +3020,91 @@ progress {
2902
3020
  .scroll-x-reverse-transition-leave-to {
2903
3021
  transform: translateX(-15px);
2904
3022
  }
3023
+ .scroll-x-reverse-transition-enter-active, .scroll-x-reverse-transition-leave-active {
3024
+ transition-property: transform, opacity !important;
3025
+ }
2905
3026
 
2906
3027
  .slide-x-transition-enter-active {
2907
- transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
3028
+ transition-duration: 0.3s !important;
3029
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
2908
3030
  }
2909
3031
  .slide-x-transition-leave-active {
2910
- transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
3032
+ transition-duration: 0.3s !important;
3033
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
2911
3034
  }
2912
3035
  .slide-x-transition-move {
2913
- transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
3036
+ transition-duration: 0.5s !important;
3037
+ transition-property: transform !important;
3038
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
2914
3039
  }
2915
3040
  .slide-x-transition-enter-from, .slide-x-transition-leave-to {
2916
3041
  opacity: 0;
2917
3042
  transform: translateX(-15px);
2918
3043
  }
3044
+ .slide-x-transition-enter-active, .slide-x-transition-leave-active {
3045
+ transition-property: transform, opacity !important;
3046
+ }
2919
3047
 
2920
3048
  .slide-x-reverse-transition-enter-active {
2921
- transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
3049
+ transition-duration: 0.3s !important;
3050
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
2922
3051
  }
2923
3052
  .slide-x-reverse-transition-leave-active {
2924
- transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
3053
+ transition-duration: 0.3s !important;
3054
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
2925
3055
  }
2926
3056
  .slide-x-reverse-transition-move {
2927
- transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
3057
+ transition-duration: 0.5s !important;
3058
+ transition-property: transform !important;
3059
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
2928
3060
  }
2929
3061
  .slide-x-reverse-transition-enter-from, .slide-x-reverse-transition-leave-to {
2930
3062
  opacity: 0;
2931
3063
  transform: translateX(15px);
2932
3064
  }
3065
+ .slide-x-reverse-transition-enter-active, .slide-x-reverse-transition-leave-active {
3066
+ transition-property: transform, opacity !important;
3067
+ }
2933
3068
 
2934
3069
  .fade-transition-enter-active {
2935
- transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
3070
+ transition-duration: 0.3s !important;
3071
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
2936
3072
  }
2937
3073
  .fade-transition-leave-active {
2938
- transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
3074
+ transition-duration: 0.3s !important;
3075
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
2939
3076
  }
2940
3077
  .fade-transition-move {
2941
- transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
3078
+ transition-duration: 0.5s !important;
3079
+ transition-property: transform !important;
3080
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
2942
3081
  }
2943
3082
  .fade-transition-enter-from, .fade-transition-leave-to {
2944
3083
  opacity: 0 !important;
2945
3084
  }
3085
+ .fade-transition-enter-active, .fade-transition-leave-active {
3086
+ transition-property: opacity !important;
3087
+ }
2946
3088
 
2947
3089
  .fab-transition-enter-active {
2948
- transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
3090
+ transition-duration: 0.3s !important;
3091
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
2949
3092
  }
2950
3093
  .fab-transition-leave-active {
2951
- transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
3094
+ transition-duration: 0.3s !important;
3095
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
2952
3096
  }
2953
3097
  .fab-transition-move {
2954
- transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
3098
+ transition-duration: 0.5s !important;
3099
+ transition-property: transform !important;
3100
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
2955
3101
  }
2956
3102
  .fab-transition-enter-from, .fab-transition-leave-to {
2957
3103
  transform: scale(0) rotate(-45deg);
2958
3104
  }
3105
+ .fab-transition-enter-active, .fab-transition-leave-active {
3106
+ transition-property: transform !important;
3107
+ }
2959
3108
 
2960
3109
  .v-locale--is-rtl {
2961
3110
  direction: rtl;
@@ -2986,10 +3135,6 @@ html.overflow-y-hidden {
2986
3135
  }
2987
3136
 
2988
3137
  :root {
2989
- --v-theme-background: #fff;
2990
- --v-theme-on-background: #000;
2991
- --v-theme-surface: #fff;
2992
- --v-theme-on-surface: #000;
2993
3138
  --v-theme-overlay-multiplier: 1;
2994
3139
  --v-scrollbar-offset: 0px;
2995
3140
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vuetify/nightly",
3
3
  "description": "Vue Material Component Framework",
4
- "version": "3.1.8-master-20230307.0",
4
+ "version": "3.1.8",
5
5
  "author": {
6
6
  "name": "John Leider",
7
7
  "email": "john@vuetifyjs.com"
@@ -51,9 +51,22 @@
51
51
  "CHANGELOG.md"
52
52
  ],
53
53
  "exports": {
54
- ".": "./lib/framework.mjs",
55
- "./styles": "./lib/styles/main.css",
54
+ ".": {
55
+ "sass": "./lib/styles/main.sass",
56
+ "style": "./lib/styles/main.css",
57
+ "default": "./lib/framework.mjs"
58
+ },
59
+ "./styles": {
60
+ "sass": "./lib/styles/main.sass",
61
+ "default": "./lib/styles/main.css"
62
+ },
56
63
  "./styles/*": "./lib/styles/*",
64
+ "./settings": {
65
+ "sass": "./_settings.scss"
66
+ },
67
+ "./tools": {
68
+ "sass": "./_tools.scss"
69
+ },
57
70
  "./framework": "./lib/framework.mjs",
58
71
  "./blueprints": "./lib/blueprints/index.mjs",
59
72
  "./blueprints/*": "./lib/blueprints/*.mjs",