@vuetify/one 1.9.4 → 1.9.5

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/dist/index.d.ts CHANGED
@@ -166,6 +166,7 @@ interface Banner {
166
166
  attributes: Record<string, any>;
167
167
  start_date: string;
168
168
  end_date: string;
169
+ bg_blur: number | null;
169
170
  images: {
170
171
  bg: {
171
172
  url: string;