@useloops/design-system 1.4.462 → 1.4.463

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +1 -1
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -2001,7 +2001,7 @@ interface CommentCardProps {
2001
2001
  translation?: string;
2002
2002
  translationError?: string;
2003
2003
  slotProps?: {
2004
- menu?: MenuProps['slotProps'];
2004
+ menu?: MenuProps;
2005
2005
  };
2006
2006
  }
2007
2007
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@useloops/design-system",
3
- "version": "1.4.462",
3
+ "version": "1.4.463",
4
4
  "description": "The official React based Loops design system",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/esm/index.js",