@dpa-id-components/dpa-shared-components 8.9.1 → 8.9.2

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.
@@ -5007,7 +5007,11 @@ const rf = (e, t) => {
5007
5007
  "neon-green": "bg-neon-green text-white"
5008
5008
  })[t.color]);
5009
5009
  return (r, n) => (T(), I("div", {
5010
- class: ie(["group relative inline-block rounded-full px-2 py-0.5", [a.value, { "pl-2": r.iconName }, r.small ? "text-xs" : "text-sm"]])
5010
+ class: ie(["group relative inline-block rounded-full px-2", [
5011
+ a.value,
5012
+ { "pl-2": r.iconName },
5013
+ r.small ? "py-0 text-xs" : "py-0.5 text-sm"
5014
+ ]])
5011
5015
  }, [
5012
5016
  r.mobileTrim || r.trim ? (T(), I("span", {
5013
5017
  key: 0,