@commonsku/styles 1.17.72 → 1.17.73

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.d.ts CHANGED
@@ -919,6 +919,7 @@ type ArtworkProps = {
919
919
  date?: string;
920
920
  edit?: boolean;
921
921
  noTruncate?: boolean;
922
+ showTooltip?: boolean;
922
923
  onClick?: React__default.MouseEventHandler<HTMLDivElement>;
923
924
  onEdit?: Function | VoidFunction;
924
925
  onDelete?: Function | VoidFunction;