@granto-umbrella/umbrella-components 3.0.18 → 3.0.20

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.
@@ -79124,7 +79124,7 @@ const Sk1 = R.div`
79124
79124
  flex-direction: row;
79125
79125
  padding: ${r0.size.x3} ${r0.size.x4};
79126
79126
  cursor: pointer;
79127
- color: ${t0.gray[600]};
79127
+ color: ${(a) => a.$type === "default" ? t0.gray[600] : t0.red[600]};
79128
79128
 
79129
79129
  &:hover {
79130
79130
  background-color: ${t0.gray[200]};
@@ -79193,6 +79193,7 @@ const Sk1 = R.div`
79193
79193
  onClick: s.onClick,
79194
79194
  "data-testid": s.testId,
79195
79195
  id: s.id,
79196
+ $type: (s == null ? void 0 : s.type) || "default",
79196
79197
  children: [
79197
79198
  s.icon && /* @__PURE__ */ v.jsx("span", { style: { marginRight: 8 }, children: s.icon }),
79198
79199
  s.label