@useloops/design-system 1.4.459 → 1.4.461

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
@@ -2001,9 +2001,12 @@ interface CommentCardProps {
2001
2001
  sentimentScore: number;
2002
2002
  translation?: string;
2003
2003
  translationError?: string;
2004
+ slotProps?: {
2005
+ menu?: MenuProps['slotProps'];
2006
+ };
2004
2007
  }
2005
2008
 
2006
- declare const CommentCard: FunctionComponent<CommentCardProps>;
2009
+ declare const CommentCard: react.ForwardRefExoticComponent<CommentCardProps & react.RefAttributes<HTMLDivElement>>;
2007
2010
 
2008
2011
  type SentimentColor = keyof SemanticColor$1['light']['data'] | undefined;
2009
2012
  interface DataPointSource {