willba-component-library 0.3.0 → 0.3.1

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.
@@ -59,7 +59,7 @@ export type Tab = {
59
59
  label?: Translations;
60
60
  };
61
61
  export type Location = {
62
- id: string;
62
+ id: number;
63
63
  label: Translations;
64
64
  description?: Translations;
65
65
  imageUrl?: string;
package/lib/index.d.ts CHANGED
@@ -117,7 +117,7 @@ type Tab = {
117
117
  label?: Translations;
118
118
  };
119
119
  type Location = {
120
- id: string;
120
+ id: number;
121
121
  label: Translations;
122
122
  description?: Translations;
123
123
  imageUrl?: string;