@local-civics/hub-ui 0.1.61 → 0.1.62
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.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -3070,7 +3070,7 @@ const BadgeEmblem = (props) => {
|
|
|
3070
3070
|
strokeWidth: "44"
|
|
3071
3071
|
}
|
|
3072
3072
|
)
|
|
3073
|
-
), /* @__PURE__ */ React__namespace.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__namespace.createElement(Icon, { name: props.icon }), props.iconURL && /* @__PURE__ */ React__namespace.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__namespace.createElement("svg", { "data-src": props.iconURL, width: "32", height: "32" })))));
|
|
3073
|
+
), /* @__PURE__ */ React__namespace.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__namespace.createElement(Icon, { name: props.icon }), props.iconURL && /* @__PURE__ */ React__namespace.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__namespace.createElement("svg", { "data-cache": "disabled", "data-src": props.iconURL, width: "32", height: "32" })))));
|
|
3074
3074
|
};
|
|
3075
3075
|
|
|
3076
3076
|
const ordNumber$1 = (n) => {
|