@useloops/design-system 1.4.102 → 1.4.104
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/index.d.ts +2 -1
- package/dist/index.js +4 -191
- package/package.json +12 -5
- package/dist/esm/index.js +0 -210
package/dist/index.d.ts
CHANGED
|
@@ -11,6 +11,7 @@ import { Content } from '@tiptap/core/src/types';
|
|
|
11
11
|
import * as _emotion_styled from '@emotion/styled';
|
|
12
12
|
import * as _mui_material_OverridableComponent from '@mui/material/OverridableComponent';
|
|
13
13
|
import { SubmitHandler } from 'react-hook-form';
|
|
14
|
+
import { SurfaceProps as SurfaceProps$1 } from 'WebCore/Surface';
|
|
14
15
|
|
|
15
16
|
interface ColorRange {
|
|
16
17
|
0: string;
|
|
@@ -827,7 +828,7 @@ declare const passwordValidation: (min?: number) => {
|
|
|
827
828
|
};
|
|
828
829
|
};
|
|
829
830
|
|
|
830
|
-
interface AuthContainerSurfaceProps extends SurfaceProps {
|
|
831
|
+
interface AuthContainerSurfaceProps extends SurfaceProps$1 {
|
|
831
832
|
headContent?: ReactNode;
|
|
832
833
|
}
|
|
833
834
|
declare const AuthContainerSurface: FunctionComponent<AuthContainerSurfaceProps>;
|