vuetify 2.5.7 → 2.5.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.
@@ -2,7 +2,7 @@
2
2
  "$schema": "http://json.schemastore.org/web-types",
3
3
  "framework": "vue",
4
4
  "name": "vuetify",
5
- "version": "2.5.7",
5
+ "version": "2.5.8",
6
6
  "contributions": {
7
7
  "html": {
8
8
  "types-syntax": "typescript",
@@ -5102,7 +5102,7 @@
5102
5102
  "name": "start",
5103
5103
  "description": "The starting date on the calendar (inclusive) in the format of `YYYY-MM-DD`. This may be ignored depending on the `type` of the calendar.",
5104
5104
  "doc-url": "https://www.vuetifyjs.com/api/v-calendar#props",
5105
- "default": "2021-07-20",
5105
+ "default": "2021-07-30",
5106
5106
  "value": {
5107
5107
  "kind": "expression",
5108
5108
  "type": [
@@ -6731,7 +6731,7 @@
6731
6731
  "name": "start",
6732
6732
  "description": "The starting date on the calendar (inclusive) in the format of `YYYY-MM-DD`. This may be ignored depending on the `type` of the calendar.",
6733
6733
  "doc-url": "https://www.vuetifyjs.com/api/v-calendar-daily#props",
6734
- "default": "2021-07-20",
6734
+ "default": "2021-07-30",
6735
6735
  "value": {
6736
6736
  "kind": "expression",
6737
6737
  "type": [
@@ -6949,7 +6949,7 @@
6949
6949
  "name": "start",
6950
6950
  "description": "The starting date on the calendar (inclusive) in the format of `YYYY-MM-DD`. This may be ignored depending on the `type` of the calendar.",
6951
6951
  "doc-url": "https://www.vuetifyjs.com/api/v-calendar-weekly#props",
6952
- "default": "2021-07-20",
6952
+ "default": "2021-07-30",
6953
6953
  "value": {
6954
6954
  "kind": "expression",
6955
6955
  "type": [
@@ -7167,7 +7167,7 @@
7167
7167
  "name": "start",
7168
7168
  "description": "The starting date on the calendar (inclusive) in the format of `YYYY-MM-DD`. This may be ignored depending on the `type` of the calendar.",
7169
7169
  "doc-url": "https://www.vuetifyjs.com/api/v-calendar-monthly#props",
7170
- "default": "2021-07-20",
7170
+ "default": "2021-07-30",
7171
7171
  "value": {
7172
7172
  "kind": "expression",
7173
7173
  "type": [
package/dist/vuetify.css CHANGED
@@ -85,7 +85,7 @@
85
85
  z-index: 5;
86
86
  }
87
87
 
88
- .v-app-bar.v-app-bar--hide-shadow {
88
+ .v-app-bar.v-app-bar.v-app-bar--hide-shadow {
89
89
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12) !important;
90
90
  }
91
91