@useloops/design-system 1.4.445 → 1.4.447
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 +1 -0
- package/dist/index.js +2 -2
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1961,6 +1961,7 @@ interface CommentCardProps {
|
|
|
1961
1961
|
copyLoading?: boolean;
|
|
1962
1962
|
favouriteLoading?: boolean;
|
|
1963
1963
|
isActive?: boolean;
|
|
1964
|
+
isHovered?: boolean;
|
|
1964
1965
|
isStarred?: boolean;
|
|
1965
1966
|
moreMenuItems?: MenuProps['menuItems'];
|
|
1966
1967
|
moreMenuState?: MenuProps['state'];
|