@vuetify/nightly 3.1.14 → 3.1.15-master-20230417.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.
package/CHANGELOG.md CHANGED
@@ -1,8 +1,8 @@
1
- # [](https://github.com/vuetifyjs/vuetify/compare/v3.1.15-master-20230413.0...v) (2023-04-13)
1
+ # [](https://github.com/vuetifyjs/vuetify/compare/v3.1.15-master-20230417.0...v) (2023-04-17)
2
2
 
3
3
 
4
4
 
5
- ## [3.1.15-master-20230413.0](https://github.com/vuetifyjs/vuetify/compare/v3.1.14...v3.1.15-master-20230413.0) (2023-04-13)
5
+ ## [3.1.15-master-20230417.0](https://github.com/vuetifyjs/vuetify/compare/v3.1.14...v3.1.15-master-20230417.0) (2023-04-17)
6
6
 
7
7
 
8
8
 
@@ -2,7 +2,7 @@
2
2
  "$schema": "http://json.schemastore.org/web-types",
3
3
  "framework": "vue",
4
4
  "name": "vuetify",
5
- "version": "3.1.14",
5
+ "version": "3.1.15-master-20230417.0",
6
6
  "contributions": {
7
7
  "html": {
8
8
  "types-syntax": "typescript",
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.1.14
2
+ * Vuetify v3.1.15-master-20230417.0
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -16515,77 +16515,6 @@ html.overflow-y-hidden {
16515
16515
  .v-autocomplete--selection-slot.v-text-field input {
16516
16516
  position: relative;
16517
16517
  padding-inline-start: 0;
16518
- }.v-badge {
16519
- display: inline-block;
16520
- line-height: 1;
16521
- }
16522
-
16523
- .v-badge__badge {
16524
- align-items: center;
16525
- display: inline-flex;
16526
- border-radius: 10px;
16527
- font-size: 0.75rem;
16528
- font-weight: 500;
16529
- height: 1.25rem;
16530
- justify-content: center;
16531
- min-width: 20px;
16532
- padding: 4px 6px;
16533
- pointer-events: auto;
16534
- position: absolute;
16535
- text-align: center;
16536
- text-indent: 0;
16537
- transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
16538
- white-space: nowrap;
16539
- background: rgb(var(--v-theme-surface-variant));
16540
- color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
16541
- }
16542
- .v-badge--bordered .v-badge__badge::after {
16543
- border-radius: inherit;
16544
- border-style: solid;
16545
- border-width: 2px;
16546
- bottom: 0;
16547
- color: rgb(var(--v-theme-background));
16548
- content: "";
16549
- left: 0;
16550
- position: absolute;
16551
- right: 0;
16552
- top: 0;
16553
- transform: scale(1.2);
16554
- }
16555
- .v-badge--dot .v-badge__badge {
16556
- border-radius: 4.5px;
16557
- height: 9px;
16558
- min-width: 0;
16559
- padding: 0;
16560
- width: 9px;
16561
- }
16562
- .v-badge--dot .v-badge__badge::after {
16563
- border-width: 1.5px;
16564
- }
16565
- .v-badge--inline .v-badge__badge {
16566
- position: relative;
16567
- vertical-align: middle;
16568
- }
16569
- .v-badge__badge .v-icon {
16570
- color: inherit;
16571
- font-size: 0.75rem;
16572
- margin: 0 -2px;
16573
- }
16574
- .v-badge__badge img,
16575
- .v-badge__badge .v-img {
16576
- height: 100%;
16577
- width: 100%;
16578
- }
16579
-
16580
- .v-badge__wrapper {
16581
- display: flex;
16582
- position: relative;
16583
- }
16584
- .v-badge--inline .v-badge__wrapper {
16585
- align-items: center;
16586
- display: inline-flex;
16587
- justify-content: center;
16588
- margin: 0 4px;
16589
16518
  }.v-avatar {
16590
16519
  flex: none;
16591
16520
  align-items: center;
@@ -16673,6 +16602,77 @@ html.overflow-y-hidden {
16673
16602
  .v-avatar .v-img {
16674
16603
  height: 100%;
16675
16604
  width: 100%;
16605
+ }.v-badge {
16606
+ display: inline-block;
16607
+ line-height: 1;
16608
+ }
16609
+
16610
+ .v-badge__badge {
16611
+ align-items: center;
16612
+ display: inline-flex;
16613
+ border-radius: 10px;
16614
+ font-size: 0.75rem;
16615
+ font-weight: 500;
16616
+ height: 1.25rem;
16617
+ justify-content: center;
16618
+ min-width: 20px;
16619
+ padding: 4px 6px;
16620
+ pointer-events: auto;
16621
+ position: absolute;
16622
+ text-align: center;
16623
+ text-indent: 0;
16624
+ transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
16625
+ white-space: nowrap;
16626
+ background: rgb(var(--v-theme-surface-variant));
16627
+ color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
16628
+ }
16629
+ .v-badge--bordered .v-badge__badge::after {
16630
+ border-radius: inherit;
16631
+ border-style: solid;
16632
+ border-width: 2px;
16633
+ bottom: 0;
16634
+ color: rgb(var(--v-theme-background));
16635
+ content: "";
16636
+ left: 0;
16637
+ position: absolute;
16638
+ right: 0;
16639
+ top: 0;
16640
+ transform: scale(1.2);
16641
+ }
16642
+ .v-badge--dot .v-badge__badge {
16643
+ border-radius: 4.5px;
16644
+ height: 9px;
16645
+ min-width: 0;
16646
+ padding: 0;
16647
+ width: 9px;
16648
+ }
16649
+ .v-badge--dot .v-badge__badge::after {
16650
+ border-width: 1.5px;
16651
+ }
16652
+ .v-badge--inline .v-badge__badge {
16653
+ position: relative;
16654
+ vertical-align: middle;
16655
+ }
16656
+ .v-badge__badge .v-icon {
16657
+ color: inherit;
16658
+ font-size: 0.75rem;
16659
+ margin: 0 -2px;
16660
+ }
16661
+ .v-badge__badge img,
16662
+ .v-badge__badge .v-img {
16663
+ height: 100%;
16664
+ width: 100%;
16665
+ }
16666
+
16667
+ .v-badge__wrapper {
16668
+ display: flex;
16669
+ position: relative;
16670
+ }
16671
+ .v-badge--inline .v-badge__wrapper {
16672
+ align-items: center;
16673
+ display: inline-flex;
16674
+ justify-content: center;
16675
+ margin: 0 4px;
16676
16676
  }.v-banner {
16677
16677
  display: grid;
16678
16678
  flex: 1 1;
@@ -21525,14 +21525,6 @@ html.v-overlay-scroll-blocked {
21525
21525
  }
21526
21526
  .v-selection-control--focus-visible .v-selection-control__input::before {
21527
21527
  opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
21528
- }.v-selection-control-group {
21529
- grid-area: control;
21530
- display: flex;
21531
- flex-direction: column;
21532
- }
21533
- .v-selection-control-group--inline {
21534
- flex-direction: row;
21535
- flex-wrap: wrap;
21536
21528
  }.v-sheet {
21537
21529
  display: block;
21538
21530
  border-color: rgba(var(--v-border-color), var(--v-border-opacity));
@@ -21597,6 +21589,14 @@ html.v-overlay-scroll-blocked {
21597
21589
  .v-slide-group--vertical .v-slide-group__container,
21598
21590
  .v-slide-group--vertical .v-slide-group__content {
21599
21591
  flex-direction: column;
21592
+ }.v-selection-control-group {
21593
+ grid-area: control;
21594
+ display: flex;
21595
+ flex-direction: column;
21596
+ }
21597
+ .v-selection-control-group--inline {
21598
+ flex-direction: row;
21599
+ flex-wrap: wrap;
21600
21600
  }.v-snackbar {
21601
21601
  justify-content: center;
21602
21602
  z-index: 10000;
@@ -22846,36 +22846,6 @@ html.v-overlay-scroll-blocked {
22846
22846
  }
22847
22847
  .v-color-picker-canvas:hover .v-color-picker-canvas__dot {
22848
22848
  will-change: transform;
22849
- }.v-color-picker-edit {
22850
- display: flex;
22851
- }
22852
-
22853
- .v-color-picker-edit__input {
22854
- width: 100%;
22855
- display: flex;
22856
- flex-wrap: wrap;
22857
- justify-content: center;
22858
- text-align: center;
22859
- }
22860
- .v-color-picker-edit__input:not(:last-child).v-locale--is-ltr, .v-locale--is-ltr .v-color-picker-edit__input:not(:last-child) {
22861
- margin-right: 8px;
22862
- }
22863
- .v-color-picker-edit__input:not(:last-child).v-locale--is-rtl, .v-locale--is-rtl .v-color-picker-edit__input:not(:last-child) {
22864
- margin-left: 8px;
22865
- }
22866
- .v-color-picker-edit__input input {
22867
- border-radius: 4px;
22868
- margin-bottom: 8px;
22869
- min-width: 0;
22870
- outline: none;
22871
- text-align: center;
22872
- width: 100%;
22873
- height: 32px;
22874
- background: rgba(var(--v-theme-surface-variant), 0.2);
22875
- color: rgba(var(--v-theme-on-surface));
22876
- }
22877
- .v-color-picker-edit__input span {
22878
- font-size: 0.75rem;
22879
22849
  }.v-color-picker-preview__alpha .v-slider-track__background {
22880
22850
  background-color: transparent !important;
22881
22851
  }
@@ -22942,6 +22912,36 @@ html.v-overlay-scroll-blocked {
22942
22912
  align-items: center;
22943
22913
  display: flex;
22944
22914
  margin-bottom: 24px;
22915
+ }.v-color-picker-edit {
22916
+ display: flex;
22917
+ }
22918
+
22919
+ .v-color-picker-edit__input {
22920
+ width: 100%;
22921
+ display: flex;
22922
+ flex-wrap: wrap;
22923
+ justify-content: center;
22924
+ text-align: center;
22925
+ }
22926
+ .v-color-picker-edit__input:not(:last-child).v-locale--is-ltr, .v-locale--is-ltr .v-color-picker-edit__input:not(:last-child) {
22927
+ margin-right: 8px;
22928
+ }
22929
+ .v-color-picker-edit__input:not(:last-child).v-locale--is-rtl, .v-locale--is-rtl .v-color-picker-edit__input:not(:last-child) {
22930
+ margin-left: 8px;
22931
+ }
22932
+ .v-color-picker-edit__input input {
22933
+ border-radius: 4px;
22934
+ margin-bottom: 8px;
22935
+ min-width: 0;
22936
+ outline: none;
22937
+ text-align: center;
22938
+ width: 100%;
22939
+ height: 32px;
22940
+ background: rgba(var(--v-theme-surface-variant), 0.2);
22941
+ color: rgba(var(--v-theme-on-surface));
22942
+ }
22943
+ .v-color-picker-edit__input span {
22944
+ font-size: 0.75rem;
22945
22945
  }.v-color-picker-swatches {
22946
22946
  overflow-y: auto;
22947
22947
  }
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.1.14
2
+ * Vuetify v3.1.15-master-20230417.0
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -20462,7 +20462,7 @@ function createVuetify$1() {
20462
20462
  locale
20463
20463
  };
20464
20464
  }
20465
- const version$1 = "3.1.14";
20465
+ const version$1 = "3.1.15-master-20230417.0";
20466
20466
  createVuetify$1.version = version$1;
20467
20467
 
20468
20468
  // Vue's inject() can only be used in setup
@@ -20474,7 +20474,7 @@ function inject(key) {
20474
20474
  }
20475
20475
  }
20476
20476
 
20477
- const version = "3.1.14";
20477
+ const version = "3.1.15-master-20230417.0";
20478
20478
 
20479
20479
  const createVuetify = function () {
20480
20480
  let options = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};