@local-civics/hub-ui 0.1.62 → 0.1.63

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.mjs CHANGED
@@ -3050,7 +3050,7 @@ const BadgeEmblem = (props) => {
3050
3050
  strokeWidth: "44"
3051
3051
  }
3052
3052
  )
3053
- ), /* @__PURE__ */ React.createElement("div", { className: `absolute overflow-hidden left-0 right-0 top-0 bottom-0 m-auto text-dark-blue-400 ${size[1]}` }, !props.iconURL && !!props.icon && /* @__PURE__ */ React.createElement(Icon, { name: props.icon }), props.iconURL && /* @__PURE__ */ React.createElement("svg", { className: "w-full h-full drop-shadow-[inherit]", viewBox: "0 0 32 32", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, /* @__PURE__ */ React.createElement("svg", { "data-cache": "disabled", "data-src": props.iconURL, width: "32", height: "32" })))));
3053
+ ), /* @__PURE__ */ React.createElement("div", { className: `absolute overflow-hidden left-0 right-0 top-0 bottom-0 m-auto text-dark-blue-400 ${size[1]}` }, !props.iconURL && !!props.icon && /* @__PURE__ */ React.createElement(Icon, { name: props.icon }), props.iconURL && /* @__PURE__ */ React.createElement("svg", { "data-cache": "disabled", "data-src": props.iconURL, className: "w-full h-full drop-shadow-[inherit]", viewBox: "0 0 32 32", width: "32", height: "32", fill: "none", xmlns: "http://www.w3.org/2000/svg" }))));
3054
3054
  };
3055
3055
 
3056
3056
  const ordNumber$1 = (n) => {