@dpa-id-components/dpa-shared-components 8.8.0 → 8.8.1

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.
@@ -15002,8 +15002,9 @@ const c1 = {
15002
15002
  }])
15003
15003
  }, [
15004
15004
  z("div", {
15005
- class: ie(["flex items-center rounded-full bg-gray-900 px-4 py-3 text-white shadow-md ease-in", {
15006
- "bg-red-500 text-white": r.type === "error"
15005
+ class: ie(["flex items-center rounded-full px-4 py-3 shadow-md ease-in", {
15006
+ "bg-red-500 text-white": r.type === "error",
15007
+ "bg-gray-900 text-white": r.type === "info"
15007
15008
  }])
15008
15009
  }, [
15009
15010
  r.iconName || r.type === "error" ? (k(), ke(dt, {