@eqtylab/equality 1.1.4 → 1.1.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/index.js CHANGED
@@ -3111,7 +3111,7 @@ var getStatusConfig = (status) => {
3111
3111
  };
3112
3112
  case "non-compliant":
3113
3113
  return {
3114
- icon: "X",
3114
+ icon: "TriangleAlert",
3115
3115
  className: styles59["badge--non-compliant"],
3116
3116
  label: "Non-compliant"
3117
3117
  };