@useloops/design-system 1.4.119 → 1.4.120

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 -0
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -653,6 +653,7 @@ interface SurfaceProps extends PropsWithChildren {
653
653
  borderradius?: BorderRadius;
654
654
  sx?: SxProps<Theme>;
655
655
  ref?: PaperProps['ref'];
656
+ component?: PaperProps['component'];
656
657
  }
657
658
  declare const Surface: FC<SurfaceProps>;
658
659
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@useloops/design-system",
3
- "version": "1.4.119",
3
+ "version": "1.4.120",
4
4
  "description": "The official React based Loops design system",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/esm/index.js",