vuetify 3.3.15 → 3.4.0-alpha.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 (122) hide show
  1. package/dist/json/attributes.json +111 -11
  2. package/dist/json/importMap.json +4 -4
  3. package/dist/json/tags.json +25 -0
  4. package/dist/json/web-types.json +263 -18
  5. package/dist/vuetify-labs.css +1558 -518
  6. package/dist/vuetify-labs.d.ts +499 -179
  7. package/dist/vuetify-labs.esm.js +264 -73
  8. package/dist/vuetify-labs.esm.js.map +1 -1
  9. package/dist/vuetify-labs.js +263 -72
  10. package/dist/vuetify-labs.min.css +2 -2
  11. package/dist/vuetify.css +1080 -40
  12. package/dist/vuetify.d.ts +484 -170
  13. package/dist/vuetify.esm.js +264 -73
  14. package/dist/vuetify.esm.js.map +1 -1
  15. package/dist/vuetify.js +263 -72
  16. package/dist/vuetify.js.map +1 -1
  17. package/dist/vuetify.min.css +2 -2
  18. package/dist/vuetify.min.js +914 -895
  19. package/dist/vuetify.min.js.map +1 -1
  20. package/lib/components/VAutocomplete/index.d.mts +20 -14
  21. package/lib/components/VAvatar/VAvatar.mjs +2 -1
  22. package/lib/components/VAvatar/VAvatar.mjs.map +1 -1
  23. package/lib/components/VAvatar/index.d.mts +6 -0
  24. package/lib/components/VBanner/VBanner.mjs +5 -3
  25. package/lib/components/VBanner/VBanner.mjs.map +1 -1
  26. package/lib/components/VBanner/index.d.mts +10 -0
  27. package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs +9 -4
  28. package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs.map +1 -1
  29. package/lib/components/VBreadcrumbs/index.d.mts +28 -2
  30. package/lib/components/VCarousel/index.d.mts +26 -0
  31. package/lib/components/VCheckbox/index.d.mts +12 -0
  32. package/lib/components/VColorPicker/VColorPickerPreview.css +5 -0
  33. package/lib/components/VColorPicker/VColorPickerPreview.mjs +28 -2
  34. package/lib/components/VColorPicker/VColorPickerPreview.mjs.map +1 -1
  35. package/lib/components/VColorPicker/VColorPickerPreview.sass +4 -0
  36. package/lib/components/VColorPicker/_variables.scss +1 -0
  37. package/lib/components/VCombobox/index.d.mts +20 -14
  38. package/lib/components/VDialog/index.d.mts +41 -20
  39. package/lib/components/VField/index.d.mts +4 -4
  40. package/lib/components/VFileInput/index.d.mts +4 -4
  41. package/lib/components/VImg/VImg.mjs +13 -1
  42. package/lib/components/VImg/VImg.mjs.map +1 -1
  43. package/lib/components/VImg/index.d.mts +26 -0
  44. package/lib/components/VList/index.d.mts +12 -12
  45. package/lib/components/VMenu/index.d.mts +41 -20
  46. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +5 -3
  47. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
  48. package/lib/components/VNavigationDrawer/index.d.mts +10 -0
  49. package/lib/components/VOverlay/VOverlay.mjs +9 -4
  50. package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
  51. package/lib/components/VOverlay/index.d.mts +17 -8
  52. package/lib/components/VOverlay/locationStrategies.mjs +9 -9
  53. package/lib/components/VOverlay/locationStrategies.mjs.map +1 -1
  54. package/lib/components/VOverlay/scrollStrategies.mjs +3 -3
  55. package/lib/components/VOverlay/scrollStrategies.mjs.map +1 -1
  56. package/lib/components/VOverlay/useActivator.mjs +50 -21
  57. package/lib/components/VOverlay/useActivator.mjs.map +1 -1
  58. package/lib/components/VRadio/index.d.mts +6 -0
  59. package/lib/components/VRangeSlider/VRangeSlider.mjs +4 -2
  60. package/lib/components/VRangeSlider/VRangeSlider.mjs.map +1 -1
  61. package/lib/components/VRangeSlider/index.d.mts +14 -0
  62. package/lib/components/VSelect/index.d.mts +20 -14
  63. package/lib/components/VSelectionControl/VSelectionControl.mjs +3 -1
  64. package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
  65. package/lib/components/VSelectionControl/index.d.mts +6 -0
  66. package/lib/components/VSlideGroup/VSlideGroup.mjs +5 -3
  67. package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
  68. package/lib/components/VSlideGroup/index.d.mts +10 -0
  69. package/lib/components/VSlider/VSlider.mjs +2 -1
  70. package/lib/components/VSlider/VSlider.mjs.map +1 -1
  71. package/lib/components/VSlider/index.d.mts +14 -0
  72. package/lib/components/VSlider/slider.mjs +5 -1
  73. package/lib/components/VSlider/slider.mjs.map +1 -1
  74. package/lib/components/VSnackbar/VSnackbar.css +9 -0
  75. package/lib/components/VSnackbar/VSnackbar.mjs +65 -6
  76. package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
  77. package/lib/components/VSnackbar/VSnackbar.sass +9 -0
  78. package/lib/components/VSnackbar/index.d.mts +52 -25
  79. package/lib/components/VSwitch/index.d.mts +6 -0
  80. package/lib/components/VTabs/index.d.mts +10 -0
  81. package/lib/components/VTextField/index.d.mts +16 -16
  82. package/lib/components/VTextarea/index.d.mts +4 -4
  83. package/lib/components/VTooltip/index.d.mts +41 -20
  84. package/lib/components/index.d.mts +455 -168
  85. package/lib/components/transitions/dialog-transition.mjs +4 -3
  86. package/lib/components/transitions/dialog-transition.mjs.map +1 -1
  87. package/lib/components/transitions/index.d.mts +6 -6
  88. package/lib/composables/directiveComponent.mjs +69 -0
  89. package/lib/composables/directiveComponent.mjs.map +1 -0
  90. package/lib/composables/display.mjs +23 -3
  91. package/lib/composables/display.mjs.map +1 -1
  92. package/lib/composables/resizeObserver.mjs.map +1 -1
  93. package/lib/composables/theme.mjs +7 -7
  94. package/lib/composables/theme.mjs.map +1 -1
  95. package/lib/entry-bundler.mjs +1 -1
  96. package/lib/entry-bundler.mjs.map +1 -1
  97. package/lib/framework.mjs +1 -1
  98. package/lib/framework.mjs.map +1 -1
  99. package/lib/iconsets/fa.mjs +2 -1
  100. package/lib/iconsets/fa.mjs.map +1 -1
  101. package/lib/iconsets/fa4.mjs +2 -1
  102. package/lib/iconsets/fa4.mjs.map +1 -1
  103. package/lib/iconsets/md.mjs +2 -1
  104. package/lib/iconsets/md.mjs.map +1 -1
  105. package/lib/iconsets/mdi-svg.mjs +2 -1
  106. package/lib/iconsets/mdi-svg.mjs.map +1 -1
  107. package/lib/iconsets/mdi.mjs +2 -1
  108. package/lib/iconsets/mdi.mjs.map +1 -1
  109. package/lib/index.d.mts +33 -2
  110. package/lib/labs/VBottomSheet/index.d.mts +14 -8
  111. package/lib/labs/VDateInput/index.d.mts +4 -4
  112. package/lib/labs/VOtpInput/index.d.mts +4 -4
  113. package/lib/labs/components.d.mts +18 -12
  114. package/lib/styles/main.css +1026 -0
  115. package/lib/styles/settings/_utilities.scss +20 -0
  116. package/lib/util/box.mjs +12 -0
  117. package/lib/util/box.mjs.map +1 -1
  118. package/lib/util/globals.mjs +1 -0
  119. package/lib/util/globals.mjs.map +1 -1
  120. package/lib/util/helpers.mjs +9 -1
  121. package/lib/util/helpers.mjs.map +1 -1
  122. package/package.json +2 -2
package/dist/vuetify.css CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.3.15
2
+ * Vuetify v3.4.0-alpha.1
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -3686,6 +3686,222 @@ html.overflow-y-hidden {
3686
3686
  order: 13 !important;
3687
3687
  }
3688
3688
 
3689
+ .ga-0 {
3690
+ gap: 0px !important;
3691
+ }
3692
+
3693
+ .ga-1 {
3694
+ gap: 4px !important;
3695
+ }
3696
+
3697
+ .ga-2 {
3698
+ gap: 8px !important;
3699
+ }
3700
+
3701
+ .ga-3 {
3702
+ gap: 12px !important;
3703
+ }
3704
+
3705
+ .ga-4 {
3706
+ gap: 16px !important;
3707
+ }
3708
+
3709
+ .ga-5 {
3710
+ gap: 20px !important;
3711
+ }
3712
+
3713
+ .ga-6 {
3714
+ gap: 24px !important;
3715
+ }
3716
+
3717
+ .ga-7 {
3718
+ gap: 28px !important;
3719
+ }
3720
+
3721
+ .ga-8 {
3722
+ gap: 32px !important;
3723
+ }
3724
+
3725
+ .ga-9 {
3726
+ gap: 36px !important;
3727
+ }
3728
+
3729
+ .ga-10 {
3730
+ gap: 40px !important;
3731
+ }
3732
+
3733
+ .ga-11 {
3734
+ gap: 44px !important;
3735
+ }
3736
+
3737
+ .ga-12 {
3738
+ gap: 48px !important;
3739
+ }
3740
+
3741
+ .ga-13 {
3742
+ gap: 52px !important;
3743
+ }
3744
+
3745
+ .ga-14 {
3746
+ gap: 56px !important;
3747
+ }
3748
+
3749
+ .ga-15 {
3750
+ gap: 60px !important;
3751
+ }
3752
+
3753
+ .ga-16 {
3754
+ gap: 64px !important;
3755
+ }
3756
+
3757
+ .ga-auto {
3758
+ gap: auto !important;
3759
+ }
3760
+
3761
+ .gr-0 {
3762
+ row-gap: 0px !important;
3763
+ }
3764
+
3765
+ .gr-1 {
3766
+ row-gap: 4px !important;
3767
+ }
3768
+
3769
+ .gr-2 {
3770
+ row-gap: 8px !important;
3771
+ }
3772
+
3773
+ .gr-3 {
3774
+ row-gap: 12px !important;
3775
+ }
3776
+
3777
+ .gr-4 {
3778
+ row-gap: 16px !important;
3779
+ }
3780
+
3781
+ .gr-5 {
3782
+ row-gap: 20px !important;
3783
+ }
3784
+
3785
+ .gr-6 {
3786
+ row-gap: 24px !important;
3787
+ }
3788
+
3789
+ .gr-7 {
3790
+ row-gap: 28px !important;
3791
+ }
3792
+
3793
+ .gr-8 {
3794
+ row-gap: 32px !important;
3795
+ }
3796
+
3797
+ .gr-9 {
3798
+ row-gap: 36px !important;
3799
+ }
3800
+
3801
+ .gr-10 {
3802
+ row-gap: 40px !important;
3803
+ }
3804
+
3805
+ .gr-11 {
3806
+ row-gap: 44px !important;
3807
+ }
3808
+
3809
+ .gr-12 {
3810
+ row-gap: 48px !important;
3811
+ }
3812
+
3813
+ .gr-13 {
3814
+ row-gap: 52px !important;
3815
+ }
3816
+
3817
+ .gr-14 {
3818
+ row-gap: 56px !important;
3819
+ }
3820
+
3821
+ .gr-15 {
3822
+ row-gap: 60px !important;
3823
+ }
3824
+
3825
+ .gr-16 {
3826
+ row-gap: 64px !important;
3827
+ }
3828
+
3829
+ .gr-auto {
3830
+ row-gap: auto !important;
3831
+ }
3832
+
3833
+ .gc-0 {
3834
+ column-gap: 0px !important;
3835
+ }
3836
+
3837
+ .gc-1 {
3838
+ column-gap: 4px !important;
3839
+ }
3840
+
3841
+ .gc-2 {
3842
+ column-gap: 8px !important;
3843
+ }
3844
+
3845
+ .gc-3 {
3846
+ column-gap: 12px !important;
3847
+ }
3848
+
3849
+ .gc-4 {
3850
+ column-gap: 16px !important;
3851
+ }
3852
+
3853
+ .gc-5 {
3854
+ column-gap: 20px !important;
3855
+ }
3856
+
3857
+ .gc-6 {
3858
+ column-gap: 24px !important;
3859
+ }
3860
+
3861
+ .gc-7 {
3862
+ column-gap: 28px !important;
3863
+ }
3864
+
3865
+ .gc-8 {
3866
+ column-gap: 32px !important;
3867
+ }
3868
+
3869
+ .gc-9 {
3870
+ column-gap: 36px !important;
3871
+ }
3872
+
3873
+ .gc-10 {
3874
+ column-gap: 40px !important;
3875
+ }
3876
+
3877
+ .gc-11 {
3878
+ column-gap: 44px !important;
3879
+ }
3880
+
3881
+ .gc-12 {
3882
+ column-gap: 48px !important;
3883
+ }
3884
+
3885
+ .gc-13 {
3886
+ column-gap: 52px !important;
3887
+ }
3888
+
3889
+ .gc-14 {
3890
+ column-gap: 56px !important;
3891
+ }
3892
+
3893
+ .gc-15 {
3894
+ column-gap: 60px !important;
3895
+ }
3896
+
3897
+ .gc-16 {
3898
+ column-gap: 64px !important;
3899
+ }
3900
+
3901
+ .gc-auto {
3902
+ column-gap: auto !important;
3903
+ }
3904
+
3689
3905
  .ma-0 {
3690
3906
  margin: 0px !important;
3691
3907
  }
@@ -6938,6 +7154,168 @@ html.overflow-y-hidden {
6938
7154
  .order-sm-last {
6939
7155
  order: 13 !important;
6940
7156
  }
7157
+ .ga-sm-0 {
7158
+ gap: 0px !important;
7159
+ }
7160
+ .ga-sm-1 {
7161
+ gap: 4px !important;
7162
+ }
7163
+ .ga-sm-2 {
7164
+ gap: 8px !important;
7165
+ }
7166
+ .ga-sm-3 {
7167
+ gap: 12px !important;
7168
+ }
7169
+ .ga-sm-4 {
7170
+ gap: 16px !important;
7171
+ }
7172
+ .ga-sm-5 {
7173
+ gap: 20px !important;
7174
+ }
7175
+ .ga-sm-6 {
7176
+ gap: 24px !important;
7177
+ }
7178
+ .ga-sm-7 {
7179
+ gap: 28px !important;
7180
+ }
7181
+ .ga-sm-8 {
7182
+ gap: 32px !important;
7183
+ }
7184
+ .ga-sm-9 {
7185
+ gap: 36px !important;
7186
+ }
7187
+ .ga-sm-10 {
7188
+ gap: 40px !important;
7189
+ }
7190
+ .ga-sm-11 {
7191
+ gap: 44px !important;
7192
+ }
7193
+ .ga-sm-12 {
7194
+ gap: 48px !important;
7195
+ }
7196
+ .ga-sm-13 {
7197
+ gap: 52px !important;
7198
+ }
7199
+ .ga-sm-14 {
7200
+ gap: 56px !important;
7201
+ }
7202
+ .ga-sm-15 {
7203
+ gap: 60px !important;
7204
+ }
7205
+ .ga-sm-16 {
7206
+ gap: 64px !important;
7207
+ }
7208
+ .ga-sm-auto {
7209
+ gap: auto !important;
7210
+ }
7211
+ .gr-sm-0 {
7212
+ row-gap: 0px !important;
7213
+ }
7214
+ .gr-sm-1 {
7215
+ row-gap: 4px !important;
7216
+ }
7217
+ .gr-sm-2 {
7218
+ row-gap: 8px !important;
7219
+ }
7220
+ .gr-sm-3 {
7221
+ row-gap: 12px !important;
7222
+ }
7223
+ .gr-sm-4 {
7224
+ row-gap: 16px !important;
7225
+ }
7226
+ .gr-sm-5 {
7227
+ row-gap: 20px !important;
7228
+ }
7229
+ .gr-sm-6 {
7230
+ row-gap: 24px !important;
7231
+ }
7232
+ .gr-sm-7 {
7233
+ row-gap: 28px !important;
7234
+ }
7235
+ .gr-sm-8 {
7236
+ row-gap: 32px !important;
7237
+ }
7238
+ .gr-sm-9 {
7239
+ row-gap: 36px !important;
7240
+ }
7241
+ .gr-sm-10 {
7242
+ row-gap: 40px !important;
7243
+ }
7244
+ .gr-sm-11 {
7245
+ row-gap: 44px !important;
7246
+ }
7247
+ .gr-sm-12 {
7248
+ row-gap: 48px !important;
7249
+ }
7250
+ .gr-sm-13 {
7251
+ row-gap: 52px !important;
7252
+ }
7253
+ .gr-sm-14 {
7254
+ row-gap: 56px !important;
7255
+ }
7256
+ .gr-sm-15 {
7257
+ row-gap: 60px !important;
7258
+ }
7259
+ .gr-sm-16 {
7260
+ row-gap: 64px !important;
7261
+ }
7262
+ .gr-sm-auto {
7263
+ row-gap: auto !important;
7264
+ }
7265
+ .gc-sm-0 {
7266
+ column-gap: 0px !important;
7267
+ }
7268
+ .gc-sm-1 {
7269
+ column-gap: 4px !important;
7270
+ }
7271
+ .gc-sm-2 {
7272
+ column-gap: 8px !important;
7273
+ }
7274
+ .gc-sm-3 {
7275
+ column-gap: 12px !important;
7276
+ }
7277
+ .gc-sm-4 {
7278
+ column-gap: 16px !important;
7279
+ }
7280
+ .gc-sm-5 {
7281
+ column-gap: 20px !important;
7282
+ }
7283
+ .gc-sm-6 {
7284
+ column-gap: 24px !important;
7285
+ }
7286
+ .gc-sm-7 {
7287
+ column-gap: 28px !important;
7288
+ }
7289
+ .gc-sm-8 {
7290
+ column-gap: 32px !important;
7291
+ }
7292
+ .gc-sm-9 {
7293
+ column-gap: 36px !important;
7294
+ }
7295
+ .gc-sm-10 {
7296
+ column-gap: 40px !important;
7297
+ }
7298
+ .gc-sm-11 {
7299
+ column-gap: 44px !important;
7300
+ }
7301
+ .gc-sm-12 {
7302
+ column-gap: 48px !important;
7303
+ }
7304
+ .gc-sm-13 {
7305
+ column-gap: 52px !important;
7306
+ }
7307
+ .gc-sm-14 {
7308
+ column-gap: 56px !important;
7309
+ }
7310
+ .gc-sm-15 {
7311
+ column-gap: 60px !important;
7312
+ }
7313
+ .gc-sm-16 {
7314
+ column-gap: 64px !important;
7315
+ }
7316
+ .gc-sm-auto {
7317
+ column-gap: auto !important;
7318
+ }
6941
7319
  .ma-sm-0 {
6942
7320
  margin: 0px !important;
6943
7321
  }
@@ -8766,6 +9144,168 @@ html.overflow-y-hidden {
8766
9144
  .order-md-last {
8767
9145
  order: 13 !important;
8768
9146
  }
9147
+ .ga-md-0 {
9148
+ gap: 0px !important;
9149
+ }
9150
+ .ga-md-1 {
9151
+ gap: 4px !important;
9152
+ }
9153
+ .ga-md-2 {
9154
+ gap: 8px !important;
9155
+ }
9156
+ .ga-md-3 {
9157
+ gap: 12px !important;
9158
+ }
9159
+ .ga-md-4 {
9160
+ gap: 16px !important;
9161
+ }
9162
+ .ga-md-5 {
9163
+ gap: 20px !important;
9164
+ }
9165
+ .ga-md-6 {
9166
+ gap: 24px !important;
9167
+ }
9168
+ .ga-md-7 {
9169
+ gap: 28px !important;
9170
+ }
9171
+ .ga-md-8 {
9172
+ gap: 32px !important;
9173
+ }
9174
+ .ga-md-9 {
9175
+ gap: 36px !important;
9176
+ }
9177
+ .ga-md-10 {
9178
+ gap: 40px !important;
9179
+ }
9180
+ .ga-md-11 {
9181
+ gap: 44px !important;
9182
+ }
9183
+ .ga-md-12 {
9184
+ gap: 48px !important;
9185
+ }
9186
+ .ga-md-13 {
9187
+ gap: 52px !important;
9188
+ }
9189
+ .ga-md-14 {
9190
+ gap: 56px !important;
9191
+ }
9192
+ .ga-md-15 {
9193
+ gap: 60px !important;
9194
+ }
9195
+ .ga-md-16 {
9196
+ gap: 64px !important;
9197
+ }
9198
+ .ga-md-auto {
9199
+ gap: auto !important;
9200
+ }
9201
+ .gr-md-0 {
9202
+ row-gap: 0px !important;
9203
+ }
9204
+ .gr-md-1 {
9205
+ row-gap: 4px !important;
9206
+ }
9207
+ .gr-md-2 {
9208
+ row-gap: 8px !important;
9209
+ }
9210
+ .gr-md-3 {
9211
+ row-gap: 12px !important;
9212
+ }
9213
+ .gr-md-4 {
9214
+ row-gap: 16px !important;
9215
+ }
9216
+ .gr-md-5 {
9217
+ row-gap: 20px !important;
9218
+ }
9219
+ .gr-md-6 {
9220
+ row-gap: 24px !important;
9221
+ }
9222
+ .gr-md-7 {
9223
+ row-gap: 28px !important;
9224
+ }
9225
+ .gr-md-8 {
9226
+ row-gap: 32px !important;
9227
+ }
9228
+ .gr-md-9 {
9229
+ row-gap: 36px !important;
9230
+ }
9231
+ .gr-md-10 {
9232
+ row-gap: 40px !important;
9233
+ }
9234
+ .gr-md-11 {
9235
+ row-gap: 44px !important;
9236
+ }
9237
+ .gr-md-12 {
9238
+ row-gap: 48px !important;
9239
+ }
9240
+ .gr-md-13 {
9241
+ row-gap: 52px !important;
9242
+ }
9243
+ .gr-md-14 {
9244
+ row-gap: 56px !important;
9245
+ }
9246
+ .gr-md-15 {
9247
+ row-gap: 60px !important;
9248
+ }
9249
+ .gr-md-16 {
9250
+ row-gap: 64px !important;
9251
+ }
9252
+ .gr-md-auto {
9253
+ row-gap: auto !important;
9254
+ }
9255
+ .gc-md-0 {
9256
+ column-gap: 0px !important;
9257
+ }
9258
+ .gc-md-1 {
9259
+ column-gap: 4px !important;
9260
+ }
9261
+ .gc-md-2 {
9262
+ column-gap: 8px !important;
9263
+ }
9264
+ .gc-md-3 {
9265
+ column-gap: 12px !important;
9266
+ }
9267
+ .gc-md-4 {
9268
+ column-gap: 16px !important;
9269
+ }
9270
+ .gc-md-5 {
9271
+ column-gap: 20px !important;
9272
+ }
9273
+ .gc-md-6 {
9274
+ column-gap: 24px !important;
9275
+ }
9276
+ .gc-md-7 {
9277
+ column-gap: 28px !important;
9278
+ }
9279
+ .gc-md-8 {
9280
+ column-gap: 32px !important;
9281
+ }
9282
+ .gc-md-9 {
9283
+ column-gap: 36px !important;
9284
+ }
9285
+ .gc-md-10 {
9286
+ column-gap: 40px !important;
9287
+ }
9288
+ .gc-md-11 {
9289
+ column-gap: 44px !important;
9290
+ }
9291
+ .gc-md-12 {
9292
+ column-gap: 48px !important;
9293
+ }
9294
+ .gc-md-13 {
9295
+ column-gap: 52px !important;
9296
+ }
9297
+ .gc-md-14 {
9298
+ column-gap: 56px !important;
9299
+ }
9300
+ .gc-md-15 {
9301
+ column-gap: 60px !important;
9302
+ }
9303
+ .gc-md-16 {
9304
+ column-gap: 64px !important;
9305
+ }
9306
+ .gc-md-auto {
9307
+ column-gap: auto !important;
9308
+ }
8769
9309
  .ma-md-0 {
8770
9310
  margin: 0px !important;
8771
9311
  }
@@ -10594,6 +11134,168 @@ html.overflow-y-hidden {
10594
11134
  .order-lg-last {
10595
11135
  order: 13 !important;
10596
11136
  }
11137
+ .ga-lg-0 {
11138
+ gap: 0px !important;
11139
+ }
11140
+ .ga-lg-1 {
11141
+ gap: 4px !important;
11142
+ }
11143
+ .ga-lg-2 {
11144
+ gap: 8px !important;
11145
+ }
11146
+ .ga-lg-3 {
11147
+ gap: 12px !important;
11148
+ }
11149
+ .ga-lg-4 {
11150
+ gap: 16px !important;
11151
+ }
11152
+ .ga-lg-5 {
11153
+ gap: 20px !important;
11154
+ }
11155
+ .ga-lg-6 {
11156
+ gap: 24px !important;
11157
+ }
11158
+ .ga-lg-7 {
11159
+ gap: 28px !important;
11160
+ }
11161
+ .ga-lg-8 {
11162
+ gap: 32px !important;
11163
+ }
11164
+ .ga-lg-9 {
11165
+ gap: 36px !important;
11166
+ }
11167
+ .ga-lg-10 {
11168
+ gap: 40px !important;
11169
+ }
11170
+ .ga-lg-11 {
11171
+ gap: 44px !important;
11172
+ }
11173
+ .ga-lg-12 {
11174
+ gap: 48px !important;
11175
+ }
11176
+ .ga-lg-13 {
11177
+ gap: 52px !important;
11178
+ }
11179
+ .ga-lg-14 {
11180
+ gap: 56px !important;
11181
+ }
11182
+ .ga-lg-15 {
11183
+ gap: 60px !important;
11184
+ }
11185
+ .ga-lg-16 {
11186
+ gap: 64px !important;
11187
+ }
11188
+ .ga-lg-auto {
11189
+ gap: auto !important;
11190
+ }
11191
+ .gr-lg-0 {
11192
+ row-gap: 0px !important;
11193
+ }
11194
+ .gr-lg-1 {
11195
+ row-gap: 4px !important;
11196
+ }
11197
+ .gr-lg-2 {
11198
+ row-gap: 8px !important;
11199
+ }
11200
+ .gr-lg-3 {
11201
+ row-gap: 12px !important;
11202
+ }
11203
+ .gr-lg-4 {
11204
+ row-gap: 16px !important;
11205
+ }
11206
+ .gr-lg-5 {
11207
+ row-gap: 20px !important;
11208
+ }
11209
+ .gr-lg-6 {
11210
+ row-gap: 24px !important;
11211
+ }
11212
+ .gr-lg-7 {
11213
+ row-gap: 28px !important;
11214
+ }
11215
+ .gr-lg-8 {
11216
+ row-gap: 32px !important;
11217
+ }
11218
+ .gr-lg-9 {
11219
+ row-gap: 36px !important;
11220
+ }
11221
+ .gr-lg-10 {
11222
+ row-gap: 40px !important;
11223
+ }
11224
+ .gr-lg-11 {
11225
+ row-gap: 44px !important;
11226
+ }
11227
+ .gr-lg-12 {
11228
+ row-gap: 48px !important;
11229
+ }
11230
+ .gr-lg-13 {
11231
+ row-gap: 52px !important;
11232
+ }
11233
+ .gr-lg-14 {
11234
+ row-gap: 56px !important;
11235
+ }
11236
+ .gr-lg-15 {
11237
+ row-gap: 60px !important;
11238
+ }
11239
+ .gr-lg-16 {
11240
+ row-gap: 64px !important;
11241
+ }
11242
+ .gr-lg-auto {
11243
+ row-gap: auto !important;
11244
+ }
11245
+ .gc-lg-0 {
11246
+ column-gap: 0px !important;
11247
+ }
11248
+ .gc-lg-1 {
11249
+ column-gap: 4px !important;
11250
+ }
11251
+ .gc-lg-2 {
11252
+ column-gap: 8px !important;
11253
+ }
11254
+ .gc-lg-3 {
11255
+ column-gap: 12px !important;
11256
+ }
11257
+ .gc-lg-4 {
11258
+ column-gap: 16px !important;
11259
+ }
11260
+ .gc-lg-5 {
11261
+ column-gap: 20px !important;
11262
+ }
11263
+ .gc-lg-6 {
11264
+ column-gap: 24px !important;
11265
+ }
11266
+ .gc-lg-7 {
11267
+ column-gap: 28px !important;
11268
+ }
11269
+ .gc-lg-8 {
11270
+ column-gap: 32px !important;
11271
+ }
11272
+ .gc-lg-9 {
11273
+ column-gap: 36px !important;
11274
+ }
11275
+ .gc-lg-10 {
11276
+ column-gap: 40px !important;
11277
+ }
11278
+ .gc-lg-11 {
11279
+ column-gap: 44px !important;
11280
+ }
11281
+ .gc-lg-12 {
11282
+ column-gap: 48px !important;
11283
+ }
11284
+ .gc-lg-13 {
11285
+ column-gap: 52px !important;
11286
+ }
11287
+ .gc-lg-14 {
11288
+ column-gap: 56px !important;
11289
+ }
11290
+ .gc-lg-15 {
11291
+ column-gap: 60px !important;
11292
+ }
11293
+ .gc-lg-16 {
11294
+ column-gap: 64px !important;
11295
+ }
11296
+ .gc-lg-auto {
11297
+ column-gap: auto !important;
11298
+ }
10597
11299
  .ma-lg-0 {
10598
11300
  margin: 0px !important;
10599
11301
  }
@@ -12422,6 +13124,168 @@ html.overflow-y-hidden {
12422
13124
  .order-xl-last {
12423
13125
  order: 13 !important;
12424
13126
  }
13127
+ .ga-xl-0 {
13128
+ gap: 0px !important;
13129
+ }
13130
+ .ga-xl-1 {
13131
+ gap: 4px !important;
13132
+ }
13133
+ .ga-xl-2 {
13134
+ gap: 8px !important;
13135
+ }
13136
+ .ga-xl-3 {
13137
+ gap: 12px !important;
13138
+ }
13139
+ .ga-xl-4 {
13140
+ gap: 16px !important;
13141
+ }
13142
+ .ga-xl-5 {
13143
+ gap: 20px !important;
13144
+ }
13145
+ .ga-xl-6 {
13146
+ gap: 24px !important;
13147
+ }
13148
+ .ga-xl-7 {
13149
+ gap: 28px !important;
13150
+ }
13151
+ .ga-xl-8 {
13152
+ gap: 32px !important;
13153
+ }
13154
+ .ga-xl-9 {
13155
+ gap: 36px !important;
13156
+ }
13157
+ .ga-xl-10 {
13158
+ gap: 40px !important;
13159
+ }
13160
+ .ga-xl-11 {
13161
+ gap: 44px !important;
13162
+ }
13163
+ .ga-xl-12 {
13164
+ gap: 48px !important;
13165
+ }
13166
+ .ga-xl-13 {
13167
+ gap: 52px !important;
13168
+ }
13169
+ .ga-xl-14 {
13170
+ gap: 56px !important;
13171
+ }
13172
+ .ga-xl-15 {
13173
+ gap: 60px !important;
13174
+ }
13175
+ .ga-xl-16 {
13176
+ gap: 64px !important;
13177
+ }
13178
+ .ga-xl-auto {
13179
+ gap: auto !important;
13180
+ }
13181
+ .gr-xl-0 {
13182
+ row-gap: 0px !important;
13183
+ }
13184
+ .gr-xl-1 {
13185
+ row-gap: 4px !important;
13186
+ }
13187
+ .gr-xl-2 {
13188
+ row-gap: 8px !important;
13189
+ }
13190
+ .gr-xl-3 {
13191
+ row-gap: 12px !important;
13192
+ }
13193
+ .gr-xl-4 {
13194
+ row-gap: 16px !important;
13195
+ }
13196
+ .gr-xl-5 {
13197
+ row-gap: 20px !important;
13198
+ }
13199
+ .gr-xl-6 {
13200
+ row-gap: 24px !important;
13201
+ }
13202
+ .gr-xl-7 {
13203
+ row-gap: 28px !important;
13204
+ }
13205
+ .gr-xl-8 {
13206
+ row-gap: 32px !important;
13207
+ }
13208
+ .gr-xl-9 {
13209
+ row-gap: 36px !important;
13210
+ }
13211
+ .gr-xl-10 {
13212
+ row-gap: 40px !important;
13213
+ }
13214
+ .gr-xl-11 {
13215
+ row-gap: 44px !important;
13216
+ }
13217
+ .gr-xl-12 {
13218
+ row-gap: 48px !important;
13219
+ }
13220
+ .gr-xl-13 {
13221
+ row-gap: 52px !important;
13222
+ }
13223
+ .gr-xl-14 {
13224
+ row-gap: 56px !important;
13225
+ }
13226
+ .gr-xl-15 {
13227
+ row-gap: 60px !important;
13228
+ }
13229
+ .gr-xl-16 {
13230
+ row-gap: 64px !important;
13231
+ }
13232
+ .gr-xl-auto {
13233
+ row-gap: auto !important;
13234
+ }
13235
+ .gc-xl-0 {
13236
+ column-gap: 0px !important;
13237
+ }
13238
+ .gc-xl-1 {
13239
+ column-gap: 4px !important;
13240
+ }
13241
+ .gc-xl-2 {
13242
+ column-gap: 8px !important;
13243
+ }
13244
+ .gc-xl-3 {
13245
+ column-gap: 12px !important;
13246
+ }
13247
+ .gc-xl-4 {
13248
+ column-gap: 16px !important;
13249
+ }
13250
+ .gc-xl-5 {
13251
+ column-gap: 20px !important;
13252
+ }
13253
+ .gc-xl-6 {
13254
+ column-gap: 24px !important;
13255
+ }
13256
+ .gc-xl-7 {
13257
+ column-gap: 28px !important;
13258
+ }
13259
+ .gc-xl-8 {
13260
+ column-gap: 32px !important;
13261
+ }
13262
+ .gc-xl-9 {
13263
+ column-gap: 36px !important;
13264
+ }
13265
+ .gc-xl-10 {
13266
+ column-gap: 40px !important;
13267
+ }
13268
+ .gc-xl-11 {
13269
+ column-gap: 44px !important;
13270
+ }
13271
+ .gc-xl-12 {
13272
+ column-gap: 48px !important;
13273
+ }
13274
+ .gc-xl-13 {
13275
+ column-gap: 52px !important;
13276
+ }
13277
+ .gc-xl-14 {
13278
+ column-gap: 56px !important;
13279
+ }
13280
+ .gc-xl-15 {
13281
+ column-gap: 60px !important;
13282
+ }
13283
+ .gc-xl-16 {
13284
+ column-gap: 64px !important;
13285
+ }
13286
+ .gc-xl-auto {
13287
+ column-gap: auto !important;
13288
+ }
12425
13289
  .ma-xl-0 {
12426
13290
  margin: 0px !important;
12427
13291
  }
@@ -14250,6 +15114,168 @@ html.overflow-y-hidden {
14250
15114
  .order-xxl-last {
14251
15115
  order: 13 !important;
14252
15116
  }
15117
+ .ga-xxl-0 {
15118
+ gap: 0px !important;
15119
+ }
15120
+ .ga-xxl-1 {
15121
+ gap: 4px !important;
15122
+ }
15123
+ .ga-xxl-2 {
15124
+ gap: 8px !important;
15125
+ }
15126
+ .ga-xxl-3 {
15127
+ gap: 12px !important;
15128
+ }
15129
+ .ga-xxl-4 {
15130
+ gap: 16px !important;
15131
+ }
15132
+ .ga-xxl-5 {
15133
+ gap: 20px !important;
15134
+ }
15135
+ .ga-xxl-6 {
15136
+ gap: 24px !important;
15137
+ }
15138
+ .ga-xxl-7 {
15139
+ gap: 28px !important;
15140
+ }
15141
+ .ga-xxl-8 {
15142
+ gap: 32px !important;
15143
+ }
15144
+ .ga-xxl-9 {
15145
+ gap: 36px !important;
15146
+ }
15147
+ .ga-xxl-10 {
15148
+ gap: 40px !important;
15149
+ }
15150
+ .ga-xxl-11 {
15151
+ gap: 44px !important;
15152
+ }
15153
+ .ga-xxl-12 {
15154
+ gap: 48px !important;
15155
+ }
15156
+ .ga-xxl-13 {
15157
+ gap: 52px !important;
15158
+ }
15159
+ .ga-xxl-14 {
15160
+ gap: 56px !important;
15161
+ }
15162
+ .ga-xxl-15 {
15163
+ gap: 60px !important;
15164
+ }
15165
+ .ga-xxl-16 {
15166
+ gap: 64px !important;
15167
+ }
15168
+ .ga-xxl-auto {
15169
+ gap: auto !important;
15170
+ }
15171
+ .gr-xxl-0 {
15172
+ row-gap: 0px !important;
15173
+ }
15174
+ .gr-xxl-1 {
15175
+ row-gap: 4px !important;
15176
+ }
15177
+ .gr-xxl-2 {
15178
+ row-gap: 8px !important;
15179
+ }
15180
+ .gr-xxl-3 {
15181
+ row-gap: 12px !important;
15182
+ }
15183
+ .gr-xxl-4 {
15184
+ row-gap: 16px !important;
15185
+ }
15186
+ .gr-xxl-5 {
15187
+ row-gap: 20px !important;
15188
+ }
15189
+ .gr-xxl-6 {
15190
+ row-gap: 24px !important;
15191
+ }
15192
+ .gr-xxl-7 {
15193
+ row-gap: 28px !important;
15194
+ }
15195
+ .gr-xxl-8 {
15196
+ row-gap: 32px !important;
15197
+ }
15198
+ .gr-xxl-9 {
15199
+ row-gap: 36px !important;
15200
+ }
15201
+ .gr-xxl-10 {
15202
+ row-gap: 40px !important;
15203
+ }
15204
+ .gr-xxl-11 {
15205
+ row-gap: 44px !important;
15206
+ }
15207
+ .gr-xxl-12 {
15208
+ row-gap: 48px !important;
15209
+ }
15210
+ .gr-xxl-13 {
15211
+ row-gap: 52px !important;
15212
+ }
15213
+ .gr-xxl-14 {
15214
+ row-gap: 56px !important;
15215
+ }
15216
+ .gr-xxl-15 {
15217
+ row-gap: 60px !important;
15218
+ }
15219
+ .gr-xxl-16 {
15220
+ row-gap: 64px !important;
15221
+ }
15222
+ .gr-xxl-auto {
15223
+ row-gap: auto !important;
15224
+ }
15225
+ .gc-xxl-0 {
15226
+ column-gap: 0px !important;
15227
+ }
15228
+ .gc-xxl-1 {
15229
+ column-gap: 4px !important;
15230
+ }
15231
+ .gc-xxl-2 {
15232
+ column-gap: 8px !important;
15233
+ }
15234
+ .gc-xxl-3 {
15235
+ column-gap: 12px !important;
15236
+ }
15237
+ .gc-xxl-4 {
15238
+ column-gap: 16px !important;
15239
+ }
15240
+ .gc-xxl-5 {
15241
+ column-gap: 20px !important;
15242
+ }
15243
+ .gc-xxl-6 {
15244
+ column-gap: 24px !important;
15245
+ }
15246
+ .gc-xxl-7 {
15247
+ column-gap: 28px !important;
15248
+ }
15249
+ .gc-xxl-8 {
15250
+ column-gap: 32px !important;
15251
+ }
15252
+ .gc-xxl-9 {
15253
+ column-gap: 36px !important;
15254
+ }
15255
+ .gc-xxl-10 {
15256
+ column-gap: 40px !important;
15257
+ }
15258
+ .gc-xxl-11 {
15259
+ column-gap: 44px !important;
15260
+ }
15261
+ .gc-xxl-12 {
15262
+ column-gap: 48px !important;
15263
+ }
15264
+ .gc-xxl-13 {
15265
+ column-gap: 52px !important;
15266
+ }
15267
+ .gc-xxl-14 {
15268
+ column-gap: 56px !important;
15269
+ }
15270
+ .gc-xxl-15 {
15271
+ column-gap: 60px !important;
15272
+ }
15273
+ .gc-xxl-16 {
15274
+ column-gap: 64px !important;
15275
+ }
15276
+ .gc-xxl-auto {
15277
+ column-gap: auto !important;
15278
+ }
14253
15279
  .ma-xxl-0 {
14254
15280
  margin: 0px !important;
14255
15281
  }
@@ -21594,6 +22620,7 @@ html.v-overlay-scroll-blocked {
21594
22620
  max-width: 672px;
21595
22621
  min-height: 48px;
21596
22622
  min-width: 344px;
22623
+ overflow: hidden;
21597
22624
  padding: 0;
21598
22625
  border-radius: 4px;
21599
22626
  }
@@ -21658,6 +22685,14 @@ html.v-overlay-scroll-blocked {
21658
22685
  padding: 0 8px;
21659
22686
  min-width: auto;
21660
22687
  }
22688
+ .v-snackbar__timer {
22689
+ width: 100%;
22690
+ position: absolute;
22691
+ top: 0;
22692
+ }
22693
+ .v-snackbar__timer .v-progress-linear {
22694
+ transition: 0.2s linear;
22695
+ }
21661
22696
  .v-snackbar--absolute {
21662
22697
  position: absolute;
21663
22698
  z-index: 1;
@@ -22048,45 +23083,6 @@ html.v-overlay-scroll-blocked {
22048
23083
  .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > td,
22049
23084
  .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > th {
22050
23085
  border-top: 0px !important;
22051
- }.v-textarea .v-field {
22052
- --v-textarea-control-height: var(--v-input-control-height);
22053
- }
22054
- .v-textarea .v-field__field {
22055
- --v-input-control-height: var(--v-textarea-control-height);
22056
- }
22057
- .v-textarea .v-field__input {
22058
- flex: 1 1 auto;
22059
- outline: none;
22060
- -webkit-mask-image: linear-gradient(to bottom, transparent, transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px), black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px));
22061
- mask-image: linear-gradient(to bottom, transparent, transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px), black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px));
22062
- }
22063
- .v-textarea .v-field__input.v-textarea__sizer {
22064
- visibility: hidden;
22065
- position: absolute;
22066
- top: 0;
22067
- left: 0;
22068
- height: 0 !important;
22069
- min-height: 0 !important;
22070
- pointer-events: none;
22071
- }
22072
- .v-textarea--no-resize .v-field__input {
22073
- resize: none;
22074
- }
22075
- .v-textarea .v-field--no-label textarea,
22076
- .v-textarea .v-field--active textarea {
22077
- opacity: 1;
22078
- }
22079
- .v-textarea textarea {
22080
- opacity: 0;
22081
- flex: 1;
22082
- min-width: 0;
22083
- transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
22084
- }
22085
- .v-textarea textarea:focus, .v-textarea textarea:active {
22086
- outline: none;
22087
- }
22088
- .v-textarea textarea:invalid {
22089
- box-shadow: none;
22090
23086
  }/* region BLOCK */
22091
23087
  .v-text-field input {
22092
23088
  color: inherit;
@@ -22776,6 +23772,45 @@ html.v-overlay-scroll-blocked {
22776
23772
  }
22777
23773
  .v-toolbar-items > .v-btn {
22778
23774
  border-radius: 0;
23775
+ }.v-textarea .v-field {
23776
+ --v-textarea-control-height: var(--v-input-control-height);
23777
+ }
23778
+ .v-textarea .v-field__field {
23779
+ --v-input-control-height: var(--v-textarea-control-height);
23780
+ }
23781
+ .v-textarea .v-field__input {
23782
+ flex: 1 1 auto;
23783
+ outline: none;
23784
+ -webkit-mask-image: linear-gradient(to bottom, transparent, transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px), black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px));
23785
+ mask-image: linear-gradient(to bottom, transparent, transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px), black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px));
23786
+ }
23787
+ .v-textarea .v-field__input.v-textarea__sizer {
23788
+ visibility: hidden;
23789
+ position: absolute;
23790
+ top: 0;
23791
+ left: 0;
23792
+ height: 0 !important;
23793
+ min-height: 0 !important;
23794
+ pointer-events: none;
23795
+ }
23796
+ .v-textarea--no-resize .v-field__input {
23797
+ resize: none;
23798
+ }
23799
+ .v-textarea .v-field--no-label textarea,
23800
+ .v-textarea .v-field--active textarea {
23801
+ opacity: 1;
23802
+ }
23803
+ .v-textarea textarea {
23804
+ opacity: 0;
23805
+ flex: 1;
23806
+ min-width: 0;
23807
+ transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
23808
+ }
23809
+ .v-textarea textarea:focus, .v-textarea textarea:active {
23810
+ outline: none;
23811
+ }
23812
+ .v-textarea textarea:invalid {
23813
+ box-shadow: none;
22779
23814
  }.v-tooltip > .v-overlay__content {
22780
23815
  background: rgb(var(--v-theme-surface-variant));
22781
23816
  color: rgb(var(--v-theme-on-surface-variant));
@@ -23000,6 +24035,11 @@ html.v-overlay-scroll-blocked {
23000
24035
  align-items: center;
23001
24036
  display: flex;
23002
24037
  margin-bottom: 0;
24038
+ }
24039
+
24040
+ .v-color-picker-preview__eye-dropper {
24041
+ position: relative;
24042
+ margin-right: 12px;
23003
24043
  }.v-color-picker-swatches {
23004
24044
  overflow-y: auto;
23005
24045
  }