@vuetify/one 2.13.1 → 2.13.2

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
@@ -198,6 +198,10 @@ interface VOneBanner {
198
198
  metadata: {
199
199
  active: boolean;
200
200
  closable: boolean;
201
+ priority?: number | {
202
+ key: string;
203
+ value: string;
204
+ };
201
205
  color: string;
202
206
  label: string;
203
207
  height: number;