@useloops/design-system 1.4.449 → 1.4.450

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
@@ -1959,6 +1959,8 @@ declare const ClipboardCopyingOverlay: FunctionComponent<ClipboardCopyingOverlay
1959
1959
  interface CommentCardProps {
1960
1960
  author: string;
1961
1961
  copyLoading?: boolean;
1962
+ timeStamp?: string;
1963
+ onTimeStampClick?: () => void;
1962
1964
  favouriteLoading?: boolean;
1963
1965
  isActive?: boolean;
1964
1966
  isHovered?: boolean;
@@ -1974,6 +1976,7 @@ interface CommentCardProps {
1974
1976
  translation?: string;
1975
1977
  translationError?: string;
1976
1978
  }
1979
+
1977
1980
  declare const CommentCard: FunctionComponent<CommentCardProps>;
1978
1981
 
1979
1982
  type SentimentColor = keyof SemanticColor$1['light']['data'] | undefined;