@eclass/ui-kit 1.7.5 → 1.7.6
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/eclass-ui-kit.es.js
CHANGED
|
@@ -26615,6 +26615,8 @@ function IconSelection({
|
|
|
26615
26615
|
});
|
|
26616
26616
|
case "circularInformation":
|
|
26617
26617
|
return /* @__PURE__ */ jsx(CircularInformation, {});
|
|
26618
|
+
case "info":
|
|
26619
|
+
return /* @__PURE__ */ jsx(CircularInformation, {});
|
|
26618
26620
|
default:
|
|
26619
26621
|
return null;
|
|
26620
26622
|
}
|