@algorithm-shift/design-system 1.2.991 → 1.2.992

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
@@ -3707,11 +3707,11 @@ var cellRendererFactory = (renderer, rendererProps, value, row, customRenderers
3707
3707
  return /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
3708
3708
  Icon,
3709
3709
  {
3710
- iconSet: rendererProps.iconSet,
3711
- icon: rendererProps.icon,
3712
- prefix: rendererProps.prefix,
3713
- iconSize: rendererProps.size,
3714
- className: rendererProps.className
3710
+ iconSet: rendererProps?.iconSet,
3711
+ icon: rendererProps?.icon,
3712
+ prefix: rendererProps?.iconSetPrefix,
3713
+ iconSize: rendererProps?.size,
3714
+ className: rendererProps?.className
3715
3715
  }
3716
3716
  );
3717
3717
  case "badge": {