@local-civics/hub-ui 0.1.63 → 0.1.64

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
@@ -176,6 +176,7 @@ type CriterionProps$1 = {
176
176
  */
177
177
  type BadgeCardProps = {
178
178
  icon?: IconName$1;
179
+ iconURL?: string;
179
180
  isLoading?: boolean;
180
181
  displayName?: string;
181
182
  imageURL?: string;
package/dist/index.js CHANGED
@@ -3141,6 +3141,7 @@ const BadgeCard = (props) => {
3141
3141
  {
3142
3142
  icon: props.icon,
3143
3143
  imageURL: props.imageURL,
3144
+ iconURL: props.iconURL,
3144
3145
  alt: props.displayName,
3145
3146
  level: props.level,
3146
3147
  size: "sm"