@useloops/design-system 1.4.405 → 1.4.407
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/esm/index.js +4 -4
- package/dist/index.d.ts +3 -1
- package/dist/index.js +2 -2
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1962,6 +1962,8 @@ interface CommentCardProps {
|
|
|
1962
1962
|
onCopyPress?: (element: HTMLElement) => void;
|
|
1963
1963
|
onMorePress?: () => void;
|
|
1964
1964
|
onClick?: () => void;
|
|
1965
|
+
copyLoading?: boolean;
|
|
1966
|
+
favouriteLoading?: boolean;
|
|
1965
1967
|
}
|
|
1966
1968
|
declare const CommentCard: FunctionComponent<CommentCardProps>;
|
|
1967
1969
|
|
|
@@ -2055,8 +2057,8 @@ interface GraphBarProps {
|
|
|
2055
2057
|
id: string;
|
|
2056
2058
|
label: string;
|
|
2057
2059
|
value: number;
|
|
2060
|
+
relativePercentage?: number;
|
|
2058
2061
|
respondentCount?: number;
|
|
2059
|
-
maxValue?: number;
|
|
2060
2062
|
tooltipContent?: ReactNode;
|
|
2061
2063
|
icon?: {
|
|
2062
2064
|
type: 'emoji' | 'icon';
|