@local-civics/mgmt-ui 0.1.222 → 0.1.224

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
@@ -154,10 +154,11 @@ declare const Badge: (props: BadgeProps) => JSX.Element;
154
154
  interface Item$l {
155
155
  badgeId: string;
156
156
  name: string;
157
- description: string;
157
+ description?: string;
158
158
  imageURL?: string;
159
159
  pathway?: string;
160
160
  numberOfLessons?: number;
161
+ weight?: number;
161
162
  href: string;
162
163
  }
163
164