@vuetify/nightly 3.3.22-master.2023-10-21 → 3.3.22-master.2023-10-24

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.
package/CHANGELOG.md CHANGED
@@ -1,8 +1,8 @@
1
- # [](https://github.com/vuetifyjs/vuetify/compare/v3.3.22-master.2023-10-21...v) (2023-10-21)
1
+ # [](https://github.com/vuetifyjs/vuetify/compare/v3.3.22-master.2023-10-24...v) (2023-10-24)
2
2
 
3
3
 
4
4
 
5
- ## [3.3.22-master.2023-10-21](https://github.com/vuetifyjs/vuetify/compare/v3.3.22...v3.3.22-master.2023-10-21) (2023-10-21)
5
+ ## [3.3.22-master.2023-10-24](https://github.com/vuetifyjs/vuetify/compare/v3.3.22...v3.3.22-master.2023-10-24) (2023-10-24)
6
6
 
7
7
 
8
8
  ### Bug Fixes
@@ -200,10 +200,6 @@
200
200
  "from": "components/VIcon/index.mjs",
201
201
  "styles": []
202
202
  },
203
- "VImg": {
204
- "from": "components/VImg/index.mjs",
205
- "styles": []
206
- },
207
203
  "VInput": {
208
204
  "from": "components/VInput/index.mjs",
209
205
  "styles": []
@@ -216,6 +212,10 @@
216
212
  "from": "components/VItemGroup/index.mjs",
217
213
  "styles": []
218
214
  },
215
+ "VImg": {
216
+ "from": "components/VImg/index.mjs",
217
+ "styles": []
218
+ },
219
219
  "VKbd": {
220
220
  "from": "components/VKbd/index.mjs",
221
221
  "styles": []
@@ -360,6 +360,26 @@
360
360
  "from": "components/VTextField/index.mjs",
361
361
  "styles": []
362
362
  },
363
+ "VTimeline": {
364
+ "from": "components/VTimeline/index.mjs",
365
+ "styles": []
366
+ },
367
+ "VTimelineItem": {
368
+ "from": "components/VTimeline/index.mjs",
369
+ "styles": []
370
+ },
371
+ "VToolbar": {
372
+ "from": "components/VToolbar/index.mjs",
373
+ "styles": []
374
+ },
375
+ "VToolbarTitle": {
376
+ "from": "components/VToolbar/index.mjs",
377
+ "styles": []
378
+ },
379
+ "VToolbarItems": {
380
+ "from": "components/VToolbar/index.mjs",
381
+ "styles": []
382
+ },
363
383
  "VTooltip": {
364
384
  "from": "components/VTooltip/index.mjs",
365
385
  "styles": []
@@ -511,26 +531,6 @@
511
531
  "VDialogTransition": {
512
532
  "from": "components/transitions/index.mjs",
513
533
  "styles": []
514
- },
515
- "VTimeline": {
516
- "from": "components/VTimeline/index.mjs",
517
- "styles": []
518
- },
519
- "VTimelineItem": {
520
- "from": "components/VTimeline/index.mjs",
521
- "styles": []
522
- },
523
- "VToolbar": {
524
- "from": "components/VToolbar/index.mjs",
525
- "styles": []
526
- },
527
- "VToolbarTitle": {
528
- "from": "components/VToolbar/index.mjs",
529
- "styles": []
530
- },
531
- "VToolbarItems": {
532
- "from": "components/VToolbar/index.mjs",
533
- "styles": []
534
534
  }
535
535
  },
536
536
  "directives": [
@@ -2,7 +2,7 @@
2
2
  "$schema": "http://json.schemastore.org/web-types",
3
3
  "framework": "vue",
4
4
  "name": "vuetify",
5
- "version": "3.3.22-master.2023-10-21",
5
+ "version": "3.3.22-master.2023-10-24",
6
6
  "contributions": {
7
7
  "html": {
8
8
  "types-syntax": "typescript",
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.3.22-master.2023-10-21
2
+ * Vuetify v3.3.22-master.2023-10-24
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -22424,6 +22424,14 @@ html.v-overlay-scroll-blocked {
22424
22424
  }
22425
22425
  .v-selection-control--focus-visible .v-selection-control__input::before {
22426
22426
  opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
22427
+ }.v-selection-control-group {
22428
+ grid-area: control;
22429
+ display: flex;
22430
+ flex-direction: column;
22431
+ }
22432
+ .v-selection-control-group--inline {
22433
+ flex-direction: row;
22434
+ flex-wrap: wrap;
22427
22435
  }.v-sheet {
22428
22436
  display: block;
22429
22437
  border-color: rgba(var(--v-border-color), var(--v-border-opacity));
@@ -22733,101 +22741,6 @@ html.v-overlay-scroll-blocked {
22733
22741
  }
22734
22742
  .v-system-bar:not(.v-system-bar--absolute) {
22735
22743
  padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
22736
- }.v-tabs {
22737
- display: flex;
22738
- height: var(--v-tabs-height);
22739
- }
22740
- .v-tabs--density-default {
22741
- --v-tabs-height: 48px;
22742
- }
22743
- .v-tabs--density-default.v-tabs--stacked {
22744
- --v-tabs-height: 72px;
22745
- }
22746
-
22747
- .v-tabs--density-comfortable {
22748
- --v-tabs-height: 44px;
22749
- }
22750
- .v-tabs--density-comfortable.v-tabs--stacked {
22751
- --v-tabs-height: 68px;
22752
- }
22753
-
22754
- .v-tabs--density-compact {
22755
- --v-tabs-height: 36px;
22756
- }
22757
- .v-tabs--density-compact.v-tabs--stacked {
22758
- --v-tabs-height: 60px;
22759
- }
22760
-
22761
- .v-tabs.v-slide-group--vertical {
22762
- height: auto;
22763
- flex: none;
22764
- --v-tabs-height: 48px;
22765
- }
22766
-
22767
- .v-tabs--align-tabs-title:not(.v-slide-group--has-affixes) .v-tab:first-child {
22768
- margin-inline-start: 42px;
22769
- }
22770
-
22771
- .v-tabs--fixed-tabs .v-slide-group__content > *:last-child,
22772
- .v-tabs--align-tabs-center .v-slide-group__content > *:last-child {
22773
- margin-inline-end: auto;
22774
- }
22775
- .v-tabs--fixed-tabs .v-slide-group__content > *:first-child,
22776
- .v-tabs--align-tabs-center .v-slide-group__content > *:first-child {
22777
- margin-inline-start: auto;
22778
- }
22779
-
22780
- .v-tabs--grow {
22781
- flex-grow: 1;
22782
- }
22783
- .v-tabs--grow .v-tab {
22784
- flex: 1 0 auto;
22785
- max-width: none;
22786
- }
22787
-
22788
- .v-tabs--align-tabs-end .v-tab:first-child {
22789
- margin-inline-start: auto;
22790
- }
22791
- .v-tabs--align-tabs-end .v-tab:last-child {
22792
- margin-inline-end: 0;
22793
- }
22794
-
22795
- @media (max-width: 1279.98px) {
22796
- .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:first-child {
22797
- margin-inline-start: 52px;
22798
- }
22799
- .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
22800
- margin-inline-end: 52px;
22801
- }
22802
- }.v-tab.v-tab {
22803
- --v-btn-height: var(--v-tabs-height);
22804
- border-radius: 0;
22805
- min-width: 90px;
22806
- }
22807
- .v-slide-group--horizontal .v-tab {
22808
- max-width: 360px;
22809
- }
22810
- .v-slide-group--vertical .v-tab {
22811
- justify-content: start;
22812
- }
22813
-
22814
- .v-tab__slider {
22815
- position: absolute;
22816
- bottom: 0;
22817
- left: 0;
22818
- height: 2px;
22819
- width: 100%;
22820
- background: currentColor;
22821
- pointer-events: none;
22822
- opacity: 0;
22823
- }
22824
- .v-tab--selected .v-tab__slider {
22825
- opacity: 1;
22826
- }
22827
- .v-slide-group--vertical .v-tab__slider {
22828
- top: 0;
22829
- height: 100%;
22830
- width: 2px;
22831
22744
  }.v-table {
22832
22745
  background: rgb(var(--v-theme-surface));
22833
22746
  color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
@@ -22969,6 +22882,101 @@ html.v-overlay-scroll-blocked {
22969
22882
  .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > td,
22970
22883
  .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > th {
22971
22884
  border-top: 0px !important;
22885
+ }.v-tabs {
22886
+ display: flex;
22887
+ height: var(--v-tabs-height);
22888
+ }
22889
+ .v-tabs--density-default {
22890
+ --v-tabs-height: 48px;
22891
+ }
22892
+ .v-tabs--density-default.v-tabs--stacked {
22893
+ --v-tabs-height: 72px;
22894
+ }
22895
+
22896
+ .v-tabs--density-comfortable {
22897
+ --v-tabs-height: 44px;
22898
+ }
22899
+ .v-tabs--density-comfortable.v-tabs--stacked {
22900
+ --v-tabs-height: 68px;
22901
+ }
22902
+
22903
+ .v-tabs--density-compact {
22904
+ --v-tabs-height: 36px;
22905
+ }
22906
+ .v-tabs--density-compact.v-tabs--stacked {
22907
+ --v-tabs-height: 60px;
22908
+ }
22909
+
22910
+ .v-tabs.v-slide-group--vertical {
22911
+ height: auto;
22912
+ flex: none;
22913
+ --v-tabs-height: 48px;
22914
+ }
22915
+
22916
+ .v-tabs--align-tabs-title:not(.v-slide-group--has-affixes) .v-tab:first-child {
22917
+ margin-inline-start: 42px;
22918
+ }
22919
+
22920
+ .v-tabs--fixed-tabs .v-slide-group__content > *:last-child,
22921
+ .v-tabs--align-tabs-center .v-slide-group__content > *:last-child {
22922
+ margin-inline-end: auto;
22923
+ }
22924
+ .v-tabs--fixed-tabs .v-slide-group__content > *:first-child,
22925
+ .v-tabs--align-tabs-center .v-slide-group__content > *:first-child {
22926
+ margin-inline-start: auto;
22927
+ }
22928
+
22929
+ .v-tabs--grow {
22930
+ flex-grow: 1;
22931
+ }
22932
+ .v-tabs--grow .v-tab {
22933
+ flex: 1 0 auto;
22934
+ max-width: none;
22935
+ }
22936
+
22937
+ .v-tabs--align-tabs-end .v-tab:first-child {
22938
+ margin-inline-start: auto;
22939
+ }
22940
+ .v-tabs--align-tabs-end .v-tab:last-child {
22941
+ margin-inline-end: 0;
22942
+ }
22943
+
22944
+ @media (max-width: 1279.98px) {
22945
+ .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:first-child {
22946
+ margin-inline-start: 52px;
22947
+ }
22948
+ .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
22949
+ margin-inline-end: 52px;
22950
+ }
22951
+ }.v-tab.v-tab {
22952
+ --v-btn-height: var(--v-tabs-height);
22953
+ border-radius: 0;
22954
+ min-width: 90px;
22955
+ }
22956
+ .v-slide-group--horizontal .v-tab {
22957
+ max-width: 360px;
22958
+ }
22959
+ .v-slide-group--vertical .v-tab {
22960
+ justify-content: start;
22961
+ }
22962
+
22963
+ .v-tab__slider {
22964
+ position: absolute;
22965
+ bottom: 0;
22966
+ left: 0;
22967
+ height: 2px;
22968
+ width: 100%;
22969
+ background: currentColor;
22970
+ pointer-events: none;
22971
+ opacity: 0;
22972
+ }
22973
+ .v-tab--selected .v-tab__slider {
22974
+ opacity: 1;
22975
+ }
22976
+ .v-slide-group--vertical .v-tab__slider {
22977
+ top: 0;
22978
+ height: 100%;
22979
+ width: 2px;
22972
22980
  }.v-textarea .v-field {
22973
22981
  --v-textarea-control-height: var(--v-input-control-height);
22974
22982
  }
@@ -23788,14 +23796,6 @@ html.v-overlay-scroll-blocked {
23788
23796
  }
23789
23797
  .v-window-y-reverse-transition-leave-to {
23790
23798
  transform: translateY(100%);
23791
- }.v-selection-control-group {
23792
- grid-area: control;
23793
- display: flex;
23794
- flex-direction: column;
23795
- }
23796
- .v-selection-control-group--inline {
23797
- flex-direction: row;
23798
- flex-wrap: wrap;
23799
23799
  }.v-color-picker-canvas {
23800
23800
  display: flex;
23801
23801
  position: relative;
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.3.22-master.2023-10-21
2
+ * Vuetify v3.3.22-master.2023-10-24
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -24679,7 +24679,7 @@ function createVuetify$1() {
24679
24679
  date
24680
24680
  };
24681
24681
  }
24682
- const version$1 = "3.3.22-master.2023-10-21";
24682
+ const version$1 = "3.3.22-master.2023-10-24";
24683
24683
  createVuetify$1.version = version$1;
24684
24684
 
24685
24685
  // Vue's inject() can only be used in setup
@@ -24693,7 +24693,7 @@ function inject(key) {
24693
24693
 
24694
24694
  /* eslint-disable local-rules/sort-imports */
24695
24695
 
24696
- const version = "3.3.22-master.2023-10-21";
24696
+ const version = "3.3.22-master.2023-10-24";
24697
24697
 
24698
24698
  /* eslint-disable local-rules/sort-imports */
24699
24699
 
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.3.22-master.2023-10-21
2
+ * Vuetify v3.3.22-master.2023-10-24
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -24683,7 +24683,7 @@
24683
24683
  date
24684
24684
  };
24685
24685
  }
24686
- const version$1 = "3.3.22-master.2023-10-21";
24686
+ const version$1 = "3.3.22-master.2023-10-24";
24687
24687
  createVuetify$1.version = version$1;
24688
24688
 
24689
24689
  // Vue's inject() can only be used in setup
@@ -24697,7 +24697,7 @@
24697
24697
 
24698
24698
  /* eslint-disable local-rules/sort-imports */
24699
24699
 
24700
- const version = "3.3.22-master.2023-10-21";
24700
+ const version = "3.3.22-master.2023-10-24";
24701
24701
 
24702
24702
  /* eslint-disable local-rules/sort-imports */
24703
24703