@vuetify/nightly 4.0.0-dev-20230206.0 → 4.0.0-master-20230206.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.
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v4.0.0-dev-20230206.0
2
+ * Vuetify v4.0.0-master-20230206.0
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -18428,16 +18428,6 @@ html.overflow-y-hidden {
18428
18428
  font-weight: normal;
18429
18429
  padding: 0.2em 0.4rem;
18430
18430
  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));
18431
- }.v-virtual-scroll {
18432
- display: block;
18433
- flex: 1 1 auto;
18434
- height: 100%;
18435
- max-width: 100%;
18436
- overflow: auto;
18437
- position: relative;
18438
- }
18439
- .v-virtual-scroll__container {
18440
- display: block;
18441
18431
  }.v-data-table {
18442
18432
  width: 100%;
18443
18433
  }
@@ -18577,6 +18567,16 @@ html.overflow-y-hidden {
18577
18567
  .v-data-table-footer__info {
18578
18568
  display: flex;
18579
18569
  padding-inline-end: 24px;
18570
+ }.v-virtual-scroll {
18571
+ display: block;
18572
+ flex: 1 1 auto;
18573
+ height: 100%;
18574
+ max-width: 100%;
18575
+ overflow: auto;
18576
+ position: relative;
18577
+ }
18578
+ .v-virtual-scroll__container {
18579
+ display: block;
18580
18580
  }.v-application {
18581
18581
  display: flex;
18582
18582
  background: rgb(var(--v-theme-background));
@@ -18604,89 +18604,6 @@ html.overflow-y-hidden {
18604
18604
  }
18605
18605
  .v-app-bar:not(.v-toolbar--absolute) {
18606
18606
  padding-inline-end: var(--v-scrollbar-offset);
18607
- }.v-input--density-default {
18608
- --autocomplete-chips-margin-bottom: 0px;
18609
- }
18610
-
18611
- .v-input--density-comfortable {
18612
- --autocomplete-chips-margin-bottom: 2px;
18613
- }
18614
-
18615
- .v-input--density-compact {
18616
- --autocomplete-chips-margin-bottom: 4px;
18617
- }
18618
-
18619
- .v-autocomplete .v-field .v-text-field__prefix,
18620
- .v-autocomplete .v-field .v-text-field__suffix,
18621
- .v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
18622
- cursor: text;
18623
- }
18624
- .v-autocomplete .v-field .v-field__input > input {
18625
- align-self: flex-start;
18626
- flex: 1 1;
18627
- }
18628
- .v-autocomplete .v-field .v-field__append-inner > .v-icon {
18629
- margin-inline-start: 4px;
18630
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
18631
- }
18632
- .v-autocomplete .v-field:not(.v-field--focused) input {
18633
- min-width: 0;
18634
- }
18635
- .v-autocomplete .v-field--dirty .v-autocomplete__selection {
18636
- margin-inline-end: 2px;
18637
- }
18638
- .v-autocomplete .v-field--single-line .v-autocomplete__selection-text {
18639
- overflow: hidden;
18640
- text-overflow: ellipsis;
18641
- white-space: nowrap;
18642
- }
18643
-
18644
- .v-autocomplete__content {
18645
- overflow: hidden;
18646
- 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));
18647
- border-radius: 4px;
18648
- }
18649
- .v-autocomplete__mask {
18650
- background: rgb(var(--v-theme-on-surface-variant));
18651
- }
18652
- .v-autocomplete__selection {
18653
- display: inline-flex;
18654
- letter-spacing: inherit;
18655
- line-height: inherit;
18656
- max-width: 100%;
18657
- }
18658
- .v-autocomplete--active-menu .v-field__append-inner > .v-icon {
18659
- opacity: var(--v-high-emphasis-opacity);
18660
- transform: rotate(180deg);
18661
- }
18662
- .v-autocomplete--chips .v-autocomplete__selection {
18663
- margin-top: 2px;
18664
- margin-bottom: var(--autocomplete-chips-margin-bottom);
18665
- }
18666
- .v-autocomplete--chips .v-autocomplete__selection:first-child {
18667
- margin-inline-start: 0;
18668
- }
18669
- .v-autocomplete--single.v-text-field input {
18670
- flex: 1 1;
18671
- position: absolute;
18672
- left: 0;
18673
- right: 0;
18674
- width: 100%;
18675
- padding-inline-start: inherit;
18676
- padding-inline-end: inherit;
18677
- }
18678
- .v-autocomplete--single .v-field--active input {
18679
- transition: none;
18680
- }
18681
- .v-autocomplete--single .v-field--dirty:not(.v-field--focused) input {
18682
- opacity: 0;
18683
- }
18684
- .v-autocomplete--single .v-field--focused .v-autocomplete__selection-text {
18685
- opacity: 0;
18686
- }
18687
- .v-autocomplete--selection-slot.v-text-field input {
18688
- position: relative;
18689
- padding-inline-start: 0;
18690
18607
  }.v-alert {
18691
18608
  display: grid;
18692
18609
  flex: 1 1;
@@ -18897,6 +18814,89 @@ html.overflow-y-hidden {
18897
18814
  text-transform: none;
18898
18815
  word-break: normal;
18899
18816
  word-wrap: break-word;
18817
+ }.v-input--density-default {
18818
+ --autocomplete-chips-margin-bottom: 0px;
18819
+ }
18820
+
18821
+ .v-input--density-comfortable {
18822
+ --autocomplete-chips-margin-bottom: 2px;
18823
+ }
18824
+
18825
+ .v-input--density-compact {
18826
+ --autocomplete-chips-margin-bottom: 4px;
18827
+ }
18828
+
18829
+ .v-autocomplete .v-field .v-text-field__prefix,
18830
+ .v-autocomplete .v-field .v-text-field__suffix,
18831
+ .v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
18832
+ cursor: text;
18833
+ }
18834
+ .v-autocomplete .v-field .v-field__input > input {
18835
+ align-self: flex-start;
18836
+ flex: 1 1;
18837
+ }
18838
+ .v-autocomplete .v-field .v-field__append-inner > .v-icon {
18839
+ margin-inline-start: 4px;
18840
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
18841
+ }
18842
+ .v-autocomplete .v-field:not(.v-field--focused) input {
18843
+ min-width: 0;
18844
+ }
18845
+ .v-autocomplete .v-field--dirty .v-autocomplete__selection {
18846
+ margin-inline-end: 2px;
18847
+ }
18848
+ .v-autocomplete .v-field--single-line .v-autocomplete__selection-text {
18849
+ overflow: hidden;
18850
+ text-overflow: ellipsis;
18851
+ white-space: nowrap;
18852
+ }
18853
+
18854
+ .v-autocomplete__content {
18855
+ overflow: hidden;
18856
+ 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));
18857
+ border-radius: 4px;
18858
+ }
18859
+ .v-autocomplete__mask {
18860
+ background: rgb(var(--v-theme-on-surface-variant));
18861
+ }
18862
+ .v-autocomplete__selection {
18863
+ display: inline-flex;
18864
+ letter-spacing: inherit;
18865
+ line-height: inherit;
18866
+ max-width: 100%;
18867
+ }
18868
+ .v-autocomplete--active-menu .v-field__append-inner > .v-icon {
18869
+ opacity: var(--v-high-emphasis-opacity);
18870
+ transform: rotate(180deg);
18871
+ }
18872
+ .v-autocomplete--chips .v-autocomplete__selection {
18873
+ margin-top: 2px;
18874
+ margin-bottom: var(--autocomplete-chips-margin-bottom);
18875
+ }
18876
+ .v-autocomplete--chips .v-autocomplete__selection:first-child {
18877
+ margin-inline-start: 0;
18878
+ }
18879
+ .v-autocomplete--single.v-text-field input {
18880
+ flex: 1 1;
18881
+ position: absolute;
18882
+ left: 0;
18883
+ right: 0;
18884
+ width: 100%;
18885
+ padding-inline-start: inherit;
18886
+ padding-inline-end: inherit;
18887
+ }
18888
+ .v-autocomplete--single .v-field--active input {
18889
+ transition: none;
18890
+ }
18891
+ .v-autocomplete--single .v-field--dirty:not(.v-field--focused) input {
18892
+ opacity: 0;
18893
+ }
18894
+ .v-autocomplete--single .v-field--focused .v-autocomplete__selection-text {
18895
+ opacity: 0;
18896
+ }
18897
+ .v-autocomplete--selection-slot.v-text-field input {
18898
+ position: relative;
18899
+ padding-inline-start: 0;
18900
18900
  }.v-avatar {
18901
18901
  flex: none;
18902
18902
  align-items: center;
@@ -21960,30 +21960,6 @@ html.overflow-y-hidden {
21960
21960
  }
21961
21961
  .v-expansion-panels--variant-inset > .v-expansion-panel--active {
21962
21962
  max-width: calc(100% - 32px);
21963
- }.v-input--density-default {
21964
- --file-input-chips-margin-bottom: 0px;
21965
- }
21966
-
21967
- .v-input--density-comfortable {
21968
- --file-input-chips-margin-bottom: 2px;
21969
- }
21970
-
21971
- .v-input--density-compact {
21972
- --file-input-chips-margin-bottom: 4px;
21973
- }
21974
-
21975
- .v-file-input input[type=file] {
21976
- height: 100%;
21977
- left: 0;
21978
- opacity: 0;
21979
- position: absolute;
21980
- top: 0;
21981
- width: 100%;
21982
- z-index: 1;
21983
- }
21984
- .v-file-input .v-chip {
21985
- margin-top: 2px;
21986
- margin-bottom: var(--file-input-chips-margin-bottom);
21987
21963
  }/* region INPUT */
21988
21964
  .v-field {
21989
21965
  display: grid;
@@ -22415,7 +22391,31 @@ textarea.v-field__input::placeholder {
22415
22391
  opacity: 0;
22416
22392
  }
22417
22393
 
22418
- /* endregion */.v-footer {
22394
+ /* endregion */.v-input--density-default {
22395
+ --file-input-chips-margin-bottom: 0px;
22396
+ }
22397
+
22398
+ .v-input--density-comfortable {
22399
+ --file-input-chips-margin-bottom: 2px;
22400
+ }
22401
+
22402
+ .v-input--density-compact {
22403
+ --file-input-chips-margin-bottom: 4px;
22404
+ }
22405
+
22406
+ .v-file-input input[type=file] {
22407
+ height: 100%;
22408
+ left: 0;
22409
+ opacity: 0;
22410
+ position: absolute;
22411
+ top: 0;
22412
+ width: 100%;
22413
+ z-index: 1;
22414
+ }
22415
+ .v-file-input .v-chip {
22416
+ margin-top: 2px;
22417
+ margin-bottom: var(--file-input-chips-margin-bottom);
22418
+ }.v-footer {
22419
22419
  align-items: center;
22420
22420
  display: flex;
22421
22421
  flex: 1 1 auto;
@@ -22488,52 +22488,19 @@ textarea.v-field__input::placeholder {
22488
22488
 
22489
22489
  .v-icon--end {
22490
22490
  margin-inline-start: 8px;
22491
- }.v-img {
22492
- --v-theme-overlay-multiplier: 3;
22493
- z-index: 0;
22491
+ }.v-input {
22492
+ display: grid;
22493
+ flex: 1 1 auto;
22494
+ font-size: 1rem;
22495
+ font-weight: 400;
22496
+ line-height: 1.5;
22494
22497
  }
22495
- .v-img--booting .v-responsive__sizer {
22496
- transition: none;
22497
- }
22498
-
22499
- .v-img__img,
22500
- .v-img__picture,
22501
- .v-img__gradient,
22502
- .v-img__placeholder,
22503
- .v-img__error {
22504
- z-index: -1;
22505
- position: absolute;
22506
- top: 0;
22507
- left: 0;
22508
- width: 100%;
22509
- height: 100%;
22510
- }
22511
-
22512
- .v-img__img--preload {
22513
- filter: blur(4px);
22514
- }
22515
- .v-img__img--contain {
22516
- object-fit: contain;
22517
- }
22518
- .v-img__img--cover {
22519
- object-fit: cover;
22520
- }
22521
-
22522
- .v-img__gradient {
22523
- background-repeat: no-repeat;
22524
- }.v-input {
22525
- display: grid;
22526
- flex: 1 1 auto;
22527
- font-size: 1rem;
22528
- font-weight: 400;
22529
- line-height: 1.5;
22530
- }
22531
- .v-input--disabled {
22532
- pointer-events: none;
22533
- }
22534
- .v-input--density-default {
22535
- --v-input-control-height: 56px;
22536
- --v-input-padding-top: 16px;
22498
+ .v-input--disabled {
22499
+ pointer-events: none;
22500
+ }
22501
+ .v-input--density-default {
22502
+ --v-input-control-height: 56px;
22503
+ --v-input-padding-top: 16px;
22537
22504
  }
22538
22505
 
22539
22506
  .v-input--density-comfortable {
@@ -22638,6 +22605,20 @@ textarea.v-field__input::placeholder {
22638
22605
  max-width: 100%;
22639
22606
  position: relative;
22640
22607
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22608
+ }.v-label {
22609
+ align-items: center;
22610
+ display: inline-flex;
22611
+ font-size: 1rem;
22612
+ letter-spacing: 0.009375em;
22613
+ min-width: 0;
22614
+ opacity: var(--v-medium-emphasis-opacity);
22615
+ overflow: hidden;
22616
+ text-overflow: ellipsis;
22617
+ white-space: nowrap;
22618
+ }
22619
+
22620
+ .v-label--clickable {
22621
+ cursor: pointer;
22641
22622
  }.v-layout {
22642
22623
  --v-scrollbar-offset: 0px;
22643
22624
  display: flex;
@@ -22653,20 +22634,6 @@ textarea.v-field__input::placeholder {
22653
22634
 
22654
22635
  .v-layout-item--absolute {
22655
22636
  position: absolute;
22656
- }.v-label {
22657
- align-items: center;
22658
- display: inline-flex;
22659
- font-size: 1rem;
22660
- letter-spacing: 0.009375em;
22661
- min-width: 0;
22662
- opacity: var(--v-medium-emphasis-opacity);
22663
- overflow: hidden;
22664
- text-overflow: ellipsis;
22665
- white-space: nowrap;
22666
- }
22667
-
22668
- .v-label--clickable {
22669
- cursor: pointer;
22670
22637
  }.v-list {
22671
22638
  overflow: auto;
22672
22639
  padding: 8px 0;
@@ -23831,6 +23798,68 @@ html.v-overlay-scroll-blocked {
23831
23798
  flex: 1 0 0px;
23832
23799
  transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
23833
23800
  pointer-events: none;
23801
+ }.v-input--density-default {
23802
+ --select-chips-margin-bottom: 0px;
23803
+ }
23804
+
23805
+ .v-input--density-comfortable {
23806
+ --select-chips-margin-bottom: 2px;
23807
+ }
23808
+
23809
+ .v-input--density-compact {
23810
+ --select-chips-margin-bottom: 4px;
23811
+ }
23812
+
23813
+ .v-select .v-field .v-text-field__prefix,
23814
+ .v-select .v-field .v-text-field__suffix,
23815
+ .v-select .v-field .v-field__input, .v-select .v-field.v-field {
23816
+ cursor: pointer;
23817
+ }
23818
+ .v-select .v-field .v-field__input > input {
23819
+ align-self: flex-start;
23820
+ opacity: 1;
23821
+ flex: 0 0;
23822
+ position: absolute;
23823
+ width: 100%;
23824
+ transition: none;
23825
+ pointer-events: none;
23826
+ }
23827
+ .v-select .v-field .v-field__append-inner > .v-icon {
23828
+ margin-inline-start: 4px;
23829
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
23830
+ }
23831
+ .v-select .v-field--dirty .v-select__selection {
23832
+ margin-inline-end: 2px;
23833
+ }
23834
+ .v-select .v-field--single-line .v-select__selection-text {
23835
+ overflow: hidden;
23836
+ text-overflow: ellipsis;
23837
+ white-space: nowrap;
23838
+ }
23839
+ .v-select__content {
23840
+ overflow: hidden;
23841
+ 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));
23842
+ border-radius: 4px;
23843
+ }
23844
+ .v-select__selection {
23845
+ display: inline-flex;
23846
+ letter-spacing: inherit;
23847
+ line-height: inherit;
23848
+ max-width: 100%;
23849
+ }
23850
+ .v-select--active-menu .v-field__append-inner > .v-icon {
23851
+ opacity: var(--v-high-emphasis-opacity);
23852
+ transform: rotate(180deg);
23853
+ }
23854
+ .v-select--chips .v-select__selection {
23855
+ margin-top: 2px;
23856
+ margin-bottom: var(--select-chips-margin-bottom);
23857
+ }
23858
+ .v-select--chips .v-select__selection:first-child {
23859
+ margin-inline-start: 0;
23860
+ }
23861
+ .v-select--selected .v-field .v-field__input > input {
23862
+ opacity: 0;
23834
23863
  }.v-selection-control {
23835
23864
  align-items: center;
23836
23865
  contain: layout;
@@ -23933,68 +23962,6 @@ html.v-overlay-scroll-blocked {
23933
23962
  }
23934
23963
  .v-selection-control--focus-visible .v-selection-control__input::before {
23935
23964
  opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
23936
- }.v-input--density-default {
23937
- --select-chips-margin-bottom: 0px;
23938
- }
23939
-
23940
- .v-input--density-comfortable {
23941
- --select-chips-margin-bottom: 2px;
23942
- }
23943
-
23944
- .v-input--density-compact {
23945
- --select-chips-margin-bottom: 4px;
23946
- }
23947
-
23948
- .v-select .v-field .v-text-field__prefix,
23949
- .v-select .v-field .v-text-field__suffix,
23950
- .v-select .v-field .v-field__input, .v-select .v-field.v-field {
23951
- cursor: pointer;
23952
- }
23953
- .v-select .v-field .v-field__input > input {
23954
- align-self: flex-start;
23955
- opacity: 1;
23956
- flex: 0 0;
23957
- position: absolute;
23958
- width: 100%;
23959
- transition: none;
23960
- pointer-events: none;
23961
- }
23962
- .v-select .v-field .v-field__append-inner > .v-icon {
23963
- margin-inline-start: 4px;
23964
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
23965
- }
23966
- .v-select .v-field--dirty .v-select__selection {
23967
- margin-inline-end: 2px;
23968
- }
23969
- .v-select .v-field--single-line .v-select__selection-text {
23970
- overflow: hidden;
23971
- text-overflow: ellipsis;
23972
- white-space: nowrap;
23973
- }
23974
- .v-select__content {
23975
- overflow: hidden;
23976
- 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));
23977
- border-radius: 4px;
23978
- }
23979
- .v-select__selection {
23980
- display: inline-flex;
23981
- letter-spacing: inherit;
23982
- line-height: inherit;
23983
- max-width: 100%;
23984
- }
23985
- .v-select--active-menu .v-field__append-inner > .v-icon {
23986
- opacity: var(--v-high-emphasis-opacity);
23987
- transform: rotate(180deg);
23988
- }
23989
- .v-select--chips .v-select__selection {
23990
- margin-top: 2px;
23991
- margin-bottom: var(--select-chips-margin-bottom);
23992
- }
23993
- .v-select--chips .v-select__selection:first-child {
23994
- margin-inline-start: 0;
23995
- }
23996
- .v-select--selected .v-field .v-field__input > input {
23997
- opacity: 0;
23998
23965
  }.v-selection-control-group {
23999
23966
  grid-area: control;
24000
23967
  display: flex;
@@ -24184,6 +24151,40 @@ html.v-overlay-scroll-blocked {
24184
24151
  }
24185
24152
  .v-snackbar-transition-leave-to {
24186
24153
  opacity: 0;
24154
+ }.v-system-bar {
24155
+ align-items: center;
24156
+ display: flex;
24157
+ flex: 1 1 auto;
24158
+ height: 24px;
24159
+ justify-content: flex-end;
24160
+ max-width: 100%;
24161
+ padding: 0 8px;
24162
+ position: relative;
24163
+ text-align: end;
24164
+ width: 100%;
24165
+ 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));
24166
+ background: rgba(var(--v-theme-on-surface-variant));
24167
+ color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
24168
+ font-size: 0.75rem;
24169
+ font-weight: 400;
24170
+ letter-spacing: 0.0333333333em;
24171
+ line-height: 1.25rem;
24172
+ text-transform: none;
24173
+ }
24174
+ .v-system-bar .v-icon {
24175
+ opacity: var(--v-medium-emphasis-opacity);
24176
+ }
24177
+ .v-system-bar--absolute {
24178
+ position: absolute;
24179
+ }
24180
+ .v-system-bar--fixed {
24181
+ position: fixed;
24182
+ }
24183
+ .v-system-bar--rounded {
24184
+ border-radius: 0;
24185
+ }
24186
+ .v-system-bar--window {
24187
+ height: 32px;
24187
24188
  }.v-switch .v-label {
24188
24189
  padding-inline-start: 10px;
24189
24190
  }
@@ -24259,40 +24260,6 @@ html.v-overlay-scroll-blocked {
24259
24260
  .v-switch.v-switch--indeterminate .v-switch__thumb {
24260
24261
  transform: scale(0.75);
24261
24262
  box-shadow: none;
24262
- }.v-system-bar {
24263
- align-items: center;
24264
- display: flex;
24265
- flex: 1 1 auto;
24266
- height: 24px;
24267
- justify-content: flex-end;
24268
- max-width: 100%;
24269
- padding: 0 8px;
24270
- position: relative;
24271
- text-align: end;
24272
- width: 100%;
24273
- 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));
24274
- background: rgba(var(--v-theme-on-surface-variant));
24275
- color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
24276
- font-size: 0.75rem;
24277
- font-weight: 400;
24278
- letter-spacing: 0.0333333333em;
24279
- line-height: 1.25rem;
24280
- text-transform: none;
24281
- }
24282
- .v-system-bar .v-icon {
24283
- opacity: var(--v-medium-emphasis-opacity);
24284
- }
24285
- .v-system-bar--absolute {
24286
- position: absolute;
24287
- }
24288
- .v-system-bar--fixed {
24289
- position: fixed;
24290
- }
24291
- .v-system-bar--rounded {
24292
- border-radius: 0;
24293
- }
24294
- .v-system-bar--window {
24295
- height: 32px;
24296
24263
  }.v-tabs {
24297
24264
  display: flex;
24298
24265
  height: var(--v-tabs-height);
@@ -24624,7 +24591,10 @@ html.v-overlay-scroll-blocked {
24624
24591
  padding: 0;
24625
24592
  }
24626
24593
 
24627
- /* endregion */.v-timeline .v-timeline-divider__dot {
24594
+ /* endregion */.v-theme-provider {
24595
+ background: rgb(var(--v-theme-background));
24596
+ color: rgb(var(--v-theme-on-background));
24597
+ }.v-timeline .v-timeline-divider__dot {
24628
24598
  background: rgb(var(--v-theme-on-surface-variant));
24629
24599
  }
24630
24600
  .v-timeline .v-timeline-divider__inner-dot {
@@ -25288,9 +25258,39 @@ html.v-overlay-scroll-blocked {
25288
25258
  }
25289
25259
  .v-window-y-reverse-transition-leave-to {
25290
25260
  transform: translateY(100%);
25291
- }.v-theme-provider {
25292
- background: rgb(var(--v-theme-background));
25293
- color: rgb(var(--v-theme-on-background));
25261
+ }.v-img {
25262
+ --v-theme-overlay-multiplier: 3;
25263
+ z-index: 0;
25264
+ }
25265
+ .v-img--booting .v-responsive__sizer {
25266
+ transition: none;
25267
+ }
25268
+
25269
+ .v-img__img,
25270
+ .v-img__picture,
25271
+ .v-img__gradient,
25272
+ .v-img__placeholder,
25273
+ .v-img__error {
25274
+ z-index: -1;
25275
+ position: absolute;
25276
+ top: 0;
25277
+ left: 0;
25278
+ width: 100%;
25279
+ height: 100%;
25280
+ }
25281
+
25282
+ .v-img__img--preload {
25283
+ filter: blur(4px);
25284
+ }
25285
+ .v-img__img--contain {
25286
+ object-fit: contain;
25287
+ }
25288
+ .v-img__img--cover {
25289
+ object-fit: cover;
25290
+ }
25291
+
25292
+ .v-img__gradient {
25293
+ background-repeat: no-repeat;
25294
25294
  }.v-color-picker-canvas {
25295
25295
  position: relative;
25296
25296
  overflow: hidden;
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v4.0.0-dev-20230206.0
2
+ * Vuetify v4.0.0-master-20230206.0
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -7459,7 +7459,8 @@ const useNested = props => {
7459
7459
  };
7460
7460
  const useNestedItem = (id, isGroup) => {
7461
7461
  const parent = inject$1(VNestedSymbol, emptyNested);
7462
- const computedId = computed(() => id.value ?? Symbol(getUid()));
7462
+ const uidSymbol = Symbol(getUid());
7463
+ const computedId = computed(() => id.value ?? uidSymbol);
7463
7464
  const item = {
7464
7465
  ...parent,
7465
7466
  id: computedId,
@@ -20214,7 +20215,7 @@ function createVuetify$1() {
20214
20215
  locale
20215
20216
  };
20216
20217
  }
20217
- const version$1 = "4.0.0-dev-20230206.0";
20218
+ const version$1 = "4.0.0-master-20230206.0";
20218
20219
  createVuetify$1.version = version$1;
20219
20220
 
20220
20221
  // Vue's inject() can only be used in setup
@@ -20227,7 +20228,7 @@ function inject(key) {
20227
20228
  }
20228
20229
  }
20229
20230
 
20230
- const version = "4.0.0-dev-20230206.0";
20231
+ const version = "4.0.0-master-20230206.0";
20231
20232
 
20232
20233
  const createVuetify = function () {
20233
20234
  let options = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};