@useloops/design-system 1.4.113 → 1.4.114

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 -2
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -12,7 +12,6 @@ import { UniqueIdentifier } from '@dnd-kit/core';
12
12
  import * as _emotion_styled from '@emotion/styled';
13
13
  import * as _mui_material_OverridableComponent from '@mui/material/OverridableComponent';
14
14
  import { SubmitHandler } from 'react-hook-form';
15
- import { SurfaceProps as SurfaceProps$1 } from 'WebCore/Surface';
16
15
 
17
16
  interface ColorRange {
18
17
  0: string;
@@ -832,7 +831,7 @@ declare const passwordValidation: (min?: number) => {
832
831
  };
833
832
  };
834
833
 
835
- interface AuthContainerSurfaceProps extends SurfaceProps$1 {
834
+ interface AuthContainerSurfaceProps extends SurfaceProps {
836
835
  headContent?: ReactNode;
837
836
  }
838
837
  declare const AuthContainerSurface: FunctionComponent<AuthContainerSurfaceProps>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@useloops/design-system",
3
- "version": "1.4.113",
3
+ "version": "1.4.114",
4
4
  "description": "The official React based Loops design system",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/esm/index.js",