@its/core 1.1.9 → 1.1.11
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/core.css +1 -1
- package/dist/core.es.js +31800 -30285
- package/dist/core.umd.js +103 -63
- package/dist/src/components/Styled/AppBar.d.ts +1 -1
- package/dist/src/components/Styled/Paper.d.ts +1 -1
- package/dist/src/components/index.d.ts +1 -0
- package/dist/src/components/index.d.ts.map +1 -1
- package/dist/src/graphQL/Fragments/Error.d.ts +2 -0
- package/dist/src/graphQL/Fragments/Error.d.ts.map +1 -0
- package/dist/src/graphQL/Fragments/index.d.ts +2 -0
- package/dist/src/graphQL/Fragments/index.d.ts.map +1 -0
- package/dist/src/graphQL/Mutations/Login.d.ts +2 -0
- package/dist/src/graphQL/Mutations/Login.d.ts.map +1 -0
- package/dist/src/graphQL/Mutations/Logout.d.ts +2 -0
- package/dist/src/graphQL/Mutations/Logout.d.ts.map +1 -0
- package/dist/src/graphQL/Mutations/index.d.ts +3 -0
- package/dist/src/graphQL/Mutations/index.d.ts.map +1 -0
- package/dist/src/graphQL/Subscriptions/index.d.ts +2 -0
- package/dist/src/graphQL/Subscriptions/index.d.ts.map +1 -0
- package/dist/src/graphQL/index.d.ts +8 -0
- package/dist/src/graphQL/index.d.ts.map +1 -0
- package/dist/src/hooks/useAuth/types.d.ts +4 -4
- package/dist/src/hooks/useAuth/types.d.ts.map +1 -1
- package/dist/src/main.d.ts +1 -0
- package/dist/src/main.d.ts.map +1 -1
- package/dist/src/store/index.d.ts +1 -0
- package/dist/src/store/index.d.ts.map +1 -1
- package/dist/types/src/components/Styled/AppBar.d.ts +1 -1
- package/dist/types/src/components/Styled/Paper.d.ts +1 -1
- package/dist/types/src/components/index.d.ts +1 -0
- package/dist/types/src/components/index.d.ts.map +1 -1
- package/dist/types/src/graphQL/Fragments/Error.d.ts +2 -0
- package/dist/types/src/graphQL/Fragments/Error.d.ts.map +1 -0
- package/dist/types/src/graphQL/Fragments/index.d.ts +2 -0
- package/dist/types/src/graphQL/Fragments/index.d.ts.map +1 -0
- package/dist/types/src/graphQL/Mutations/Login.d.ts +2 -0
- package/dist/types/src/graphQL/Mutations/Login.d.ts.map +1 -0
- package/dist/types/src/graphQL/Mutations/Logout.d.ts +2 -0
- package/dist/types/src/graphQL/Mutations/Logout.d.ts.map +1 -0
- package/dist/types/src/graphQL/Mutations/index.d.ts +3 -0
- package/dist/types/src/graphQL/Mutations/index.d.ts.map +1 -0
- package/dist/types/src/graphQL/Subscriptions/index.d.ts +2 -0
- package/dist/types/src/graphQL/Subscriptions/index.d.ts.map +1 -0
- package/dist/types/src/graphQL/index.d.ts +8 -0
- package/dist/types/src/graphQL/index.d.ts.map +1 -0
- package/dist/types/src/hooks/useAuth/types.d.ts +4 -4
- package/dist/types/src/hooks/useAuth/types.d.ts.map +1 -1
- package/dist/types/src/main.d.ts +1 -0
- package/dist/types/src/main.d.ts.map +1 -1
- package/dist/types/src/store/index.d.ts +1 -0
- package/dist/types/src/store/index.d.ts.map +1 -1
- package/dist/types/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/dist/src/graphQL/Fragments/ErrorFragment.d.ts +0 -2
- package/dist/src/graphQL/Fragments/ErrorFragment.d.ts.map +0 -1
- package/dist/src/graphQL/Mutations/LoginMutation.d.ts +0 -2
- package/dist/src/graphQL/Mutations/LoginMutation.d.ts.map +0 -1
- package/dist/src/graphQL/Mutations/LogoutMutation.d.ts +0 -2
- package/dist/src/graphQL/Mutations/LogoutMutation.d.ts.map +0 -1
- package/dist/types/src/graphQL/Fragments/ErrorFragment.d.ts +0 -2
- package/dist/types/src/graphQL/Fragments/ErrorFragment.d.ts.map +0 -1
- package/dist/types/src/graphQL/Mutations/LoginMutation.d.ts +0 -2
- package/dist/types/src/graphQL/Mutations/LoginMutation.d.ts.map +0 -1
- package/dist/types/src/graphQL/Mutations/LogoutMutation.d.ts +0 -2
- package/dist/types/src/graphQL/Mutations/LogoutMutation.d.ts.map +0 -1
|
@@ -2,6 +2,6 @@ import { Theme } from '@mui/material/styles';
|
|
|
2
2
|
type AppBarProps = {
|
|
3
3
|
theme?: Theme;
|
|
4
4
|
};
|
|
5
|
-
declare const AppBar: import('@emotion/styled').StyledComponent<import('@mui/material/AppBar').AppBarOwnProps & Omit<import('@mui/material').PaperOwnProps, "color" | "position" | "classes"> & import('@mui/material/OverridableComponent').CommonProps & Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLElement>, HTMLElement>, "style" | "color" | "position" | "children" | "sx" | "className" | "
|
|
5
|
+
declare const AppBar: import('@emotion/styled').StyledComponent<import('@mui/material/AppBar').AppBarOwnProps & Omit<import('@mui/material').PaperOwnProps, "color" | "position" | "classes"> & import('@mui/material/OverridableComponent').CommonProps & Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLElement>, HTMLElement>, "style" | "color" | "position" | "children" | "sx" | "className" | "elevation" | "classes" | "square" | "variant" | "enableColorOnDark"> & import('@mui/system').MUIStyledCommonProps<Theme> & AppBarProps, {}, {}>;
|
|
6
6
|
export { AppBar };
|
|
7
7
|
//# sourceMappingURL=AppBar.d.ts.map
|
|
@@ -21,7 +21,7 @@ export type FormPaperProps = {
|
|
|
21
21
|
backdropFilter?: string;
|
|
22
22
|
style?: React.CSSProperties;
|
|
23
23
|
};
|
|
24
|
-
declare const FormPaper: import('@emotion/styled').StyledComponent<Pick<import('@mui/material').PaperOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "style" | "children" | "sx" | "className" | "
|
|
24
|
+
declare const FormPaper: import('@emotion/styled').StyledComponent<Pick<import('@mui/material').PaperOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "style" | "children" | "sx" | "className" | "elevation" | "classes" | "square" | "variant">, "children" | "elevation" | "variant"> & {
|
|
25
25
|
theme?: import('@emotion/react').Theme;
|
|
26
26
|
} & FormPaperProps, {}, {}>;
|
|
27
27
|
export { FormPaper };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,gBAAgB,CAAC;AAC/B,cAAc,SAAS,CAAC;AACxB,cAAc,cAAc,CAAC;AAC7B,cAAc,WAAW,CAAC;AAC1B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC;AACzB,cAAc,OAAO,CAAC;AACtB,cAAc,WAAW,CAAC;AAC1B,cAAc,UAAU,CAAC;AACzB,cAAc,WAAW,CAAC;AAC1B,cAAc,UAAU,CAAC;AACzB,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC;AAC3B,cAAc,SAAS,CAAC;AACxB,cAAc,WAAW,CAAC;AAC1B,cAAc,OAAO,CAAC;AACtB,cAAc,aAAa,CAAC;AAC5B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,UAAU,CAAC;AACzB,cAAc,OAAO,CAAC;AACtB,cAAc,SAAS,CAAC;AACxB,cAAc,QAAQ,CAAC;AACvB,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC;AAC3B,cAAc,YAAY,CAAC;AAC3B,cAAc,eAAe,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,QAAQ,CAAC;AACvB,cAAc,gBAAgB,CAAC;AAC/B,cAAc,SAAS,CAAC;AACxB,cAAc,cAAc,CAAC;AAC7B,cAAc,WAAW,CAAC;AAC1B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC;AACzB,cAAc,OAAO,CAAC;AACtB,cAAc,WAAW,CAAC;AAC1B,cAAc,UAAU,CAAC;AACzB,cAAc,WAAW,CAAC;AAC1B,cAAc,UAAU,CAAC;AACzB,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC;AAC3B,cAAc,SAAS,CAAC;AACxB,cAAc,WAAW,CAAC;AAC1B,cAAc,OAAO,CAAC;AACtB,cAAc,aAAa,CAAC;AAC5B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,UAAU,CAAC;AACzB,cAAc,OAAO,CAAC;AACtB,cAAc,SAAS,CAAC;AACxB,cAAc,QAAQ,CAAC;AACvB,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC;AAC3B,cAAc,YAAY,CAAC;AAC3B,cAAc,eAAe,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Error.d.ts","sourceRoot":"","sources":["../../../../src/graphQL/Fragments/Error.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK,2CAKjB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/graphQL/Fragments/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Login.d.ts","sourceRoot":"","sources":["../../../../src/graphQL/Mutations/Login.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK,2CAcjB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Logout.d.ts","sourceRoot":"","sources":["../../../../src/graphQL/Mutations/Logout.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,MAAM,2CAMlB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/graphQL/Mutations/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/graphQL/Subscriptions/index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export * from './__generated__/DeletedNodeSubscription.graphql';
|
|
2
|
+
export * from './__generated__/ErrorFragment.graphql';
|
|
3
|
+
export * from './__generated__/LoginMutation.graphql';
|
|
4
|
+
export * from './__generated__/LogoutMutation.graphql';
|
|
5
|
+
export * from './Mutations';
|
|
6
|
+
export * from './Subscriptions';
|
|
7
|
+
export * from './Fragments';
|
|
8
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/graphQL/index.ts"],"names":[],"mappings":"AAAA,cAAc,iDAAiD,CAAC;AAChE,cAAc,uCAAuC,CAAC;AACtD,cAAc,uCAAuC,CAAC;AACtD,cAAc,wCAAwC,CAAC;AACvD,cAAc,aAAa,CAAC;AAC5B,cAAc,iBAAiB,CAAC;AAChC,cAAc,aAAa,CAAC"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { LoginMutation, LoginMutation$variables } from '../../graphQL/__generated__/LoginMutation.graphql';
|
|
2
2
|
import { LogoutMutation } from '../../graphQL/__generated__/LogoutMutation.graphql';
|
|
3
|
-
export type
|
|
4
|
-
export type
|
|
3
|
+
export type LoginType = [(formData: FormData) => void, boolean];
|
|
4
|
+
export type LogoutType = [() => void, pending: boolean];
|
|
5
5
|
export type AuthActions = {
|
|
6
|
-
login:
|
|
7
|
-
logout:
|
|
6
|
+
login: LoginType;
|
|
7
|
+
logout: LogoutType;
|
|
8
8
|
removeError: (index: number) => void;
|
|
9
9
|
};
|
|
10
10
|
export type LoginMutationType = LoginMutation;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/hooks/useAuth/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,aAAa,EACb,uBAAuB,EACxB,MAAM,mDAAmD,CAAC;AAC3D,OAAO,EAAE,cAAc,EAAE,MAAM,oDAAoD,CAAC;AACpF,MAAM,MAAM,
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/hooks/useAuth/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,aAAa,EACb,uBAAuB,EACxB,MAAM,mDAAmD,CAAC;AAC3D,OAAO,EAAE,cAAc,EAAE,MAAM,oDAAoD,CAAC;AACpF,MAAM,MAAM,SAAS,GAAG,CAAC,CAAC,QAAQ,EAAE,QAAQ,KAAK,IAAI,EAAE,OAAO,CAAC,CAAC;AAChE,MAAM,MAAM,UAAU,GAAG,CAAC,MAAM,IAAI,EAAE,OAAO,EAAE,OAAO,CAAC,CAAC;AACxD,MAAM,MAAM,WAAW,GAAG;IACxB,KAAK,EAAE,SAAS,CAAC;IACjB,MAAM,EAAE,UAAU,CAAC;IACnB,WAAW,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;CACtC,CAAC;AACF,MAAM,MAAM,iBAAiB,GAAG,aAAa,CAAC;AAC9C,MAAM,MAAM,kBAAkB,GAAG,cAAc,CAAC;AAChD,MAAM,MAAM,sBAAsB,GAAG,uBAAuB,CAAC;AAC7D,MAAM,MAAM,iBAAiB,GAAG;IAAE,IAAI,EAAE,MAAM,CAAC;IAAC,WAAW,EAAE,MAAM,CAAA;CAAE,CAAC"}
|
package/dist/src/main.d.ts
CHANGED
package/dist/src/main.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"main.d.ts","sourceRoot":"","sources":["../../src/main.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,QAAQ,CAAC;AACvB,cAAc,WAAW,CAAC;AAC1B,cAAc,YAAY,CAAC;AAC3B,cAAc,WAAW,CAAC;AAC1B,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC;AACzB,cAAc,iBAAiB,CAAC;AAChC,cAAc,SAAS,CAAC;AACxB,cAAc,SAAS,CAAC;AACxB,cAAc,SAAS,CAAC"}
|
|
1
|
+
{"version":3,"file":"main.d.ts","sourceRoot":"","sources":["../../src/main.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,QAAQ,CAAC;AACvB,cAAc,WAAW,CAAC;AAC1B,cAAc,YAAY,CAAC;AAC3B,cAAc,WAAW,CAAC;AAC1B,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC;AACzB,cAAc,iBAAiB,CAAC;AAChC,cAAc,SAAS,CAAC;AACxB,cAAc,SAAS,CAAC;AACxB,cAAc,SAAS,CAAC;AACxB,cAAc,WAAW,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/store/index.ts"],"names":[],"mappings":"AAAA,cAAc,sBAAsB,CAAC;AACrC,cAAc,kBAAkB,CAAC;AACjC,cAAc,gBAAgB,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/store/index.ts"],"names":[],"mappings":"AAAA,cAAc,sBAAsB,CAAC;AACrC,cAAc,kBAAkB,CAAC;AACjC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,eAAe,CAAC"}
|
|
@@ -2,6 +2,6 @@ import type { Theme } from '@mui/material/styles';
|
|
|
2
2
|
type AppBarProps = {
|
|
3
3
|
theme?: Theme;
|
|
4
4
|
};
|
|
5
|
-
declare const AppBar: import("@emotion/styled").StyledComponent<import("@mui/material/AppBar").AppBarOwnProps & Omit<import("@mui/material").PaperOwnProps, "color" | "position" | "classes"> & import("@mui/material/OverridableComponent").CommonProps & Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, "style" | "color" | "position" | "children" | "sx" | "className" | "
|
|
5
|
+
declare const AppBar: import("@emotion/styled").StyledComponent<import("@mui/material/AppBar").AppBarOwnProps & Omit<import("@mui/material").PaperOwnProps, "color" | "position" | "classes"> & import("@mui/material/OverridableComponent").CommonProps & Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, "style" | "color" | "position" | "children" | "sx" | "className" | "elevation" | "classes" | "square" | "variant" | "enableColorOnDark"> & import("@mui/system").MUIStyledCommonProps<Theme> & AppBarProps, {}, {}>;
|
|
6
6
|
export { AppBar };
|
|
7
7
|
//# sourceMappingURL=AppBar.d.ts.map
|
|
@@ -21,7 +21,7 @@ export type FormPaperProps = {
|
|
|
21
21
|
backdropFilter?: string;
|
|
22
22
|
style?: React.CSSProperties;
|
|
23
23
|
};
|
|
24
|
-
declare const FormPaper: import("@emotion/styled").StyledComponent<Pick<import("@mui/material").PaperOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "style" | "children" | "sx" | "className" | "
|
|
24
|
+
declare const FormPaper: import("@emotion/styled").StyledComponent<Pick<import("@mui/material").PaperOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "style" | "children" | "sx" | "className" | "elevation" | "classes" | "square" | "variant">, "children" | "elevation" | "variant"> & {
|
|
25
25
|
theme?: import("@emotion/react").Theme;
|
|
26
26
|
} & FormPaperProps, {}, {}>;
|
|
27
27
|
export { FormPaper };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,gBAAgB,CAAC;AAC/B,cAAc,SAAS,CAAC;AACxB,cAAc,cAAc,CAAC;AAC7B,cAAc,WAAW,CAAC;AAC1B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC;AACzB,cAAc,OAAO,CAAC;AACtB,cAAc,WAAW,CAAC;AAC1B,cAAc,UAAU,CAAC;AACzB,cAAc,WAAW,CAAC;AAC1B,cAAc,UAAU,CAAC;AACzB,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC;AAC3B,cAAc,SAAS,CAAC;AACxB,cAAc,WAAW,CAAC;AAC1B,cAAc,OAAO,CAAC;AACtB,cAAc,aAAa,CAAC;AAC5B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,UAAU,CAAC;AACzB,cAAc,OAAO,CAAC;AACtB,cAAc,SAAS,CAAC;AACxB,cAAc,QAAQ,CAAC;AACvB,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC;AAC3B,cAAc,YAAY,CAAC;AAC3B,cAAc,eAAe,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,QAAQ,CAAC;AACvB,cAAc,gBAAgB,CAAC;AAC/B,cAAc,SAAS,CAAC;AACxB,cAAc,cAAc,CAAC;AAC7B,cAAc,WAAW,CAAC;AAC1B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC;AACzB,cAAc,OAAO,CAAC;AACtB,cAAc,WAAW,CAAC;AAC1B,cAAc,UAAU,CAAC;AACzB,cAAc,WAAW,CAAC;AAC1B,cAAc,UAAU,CAAC;AACzB,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC;AAC3B,cAAc,SAAS,CAAC;AACxB,cAAc,WAAW,CAAC;AAC1B,cAAc,OAAO,CAAC;AACtB,cAAc,aAAa,CAAC;AAC5B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,UAAU,CAAC;AACzB,cAAc,OAAO,CAAC;AACtB,cAAc,SAAS,CAAC;AACxB,cAAc,QAAQ,CAAC;AACvB,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC;AAC3B,cAAc,YAAY,CAAC;AAC3B,cAAc,eAAe,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Error.d.ts","sourceRoot":"","sources":["../../../../../src/graphQL/Fragments/Error.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK,2CAKjB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/graphQL/Fragments/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Login.d.ts","sourceRoot":"","sources":["../../../../../src/graphQL/Mutations/Login.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK,2CAcjB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Logout.d.ts","sourceRoot":"","sources":["../../../../../src/graphQL/Mutations/Logout.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,MAAM,2CAMlB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/graphQL/Mutations/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/graphQL/Subscriptions/index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export * from './__generated__/DeletedNodeSubscription.graphql';
|
|
2
|
+
export * from './__generated__/ErrorFragment.graphql';
|
|
3
|
+
export * from './__generated__/LoginMutation.graphql';
|
|
4
|
+
export * from './__generated__/LogoutMutation.graphql';
|
|
5
|
+
export * from './Mutations';
|
|
6
|
+
export * from './Subscriptions';
|
|
7
|
+
export * from './Fragments';
|
|
8
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/graphQL/index.ts"],"names":[],"mappings":"AAAA,cAAc,iDAAiD,CAAC;AAChE,cAAc,uCAAuC,CAAC;AACtD,cAAc,uCAAuC,CAAC;AACtD,cAAc,wCAAwC,CAAC;AACvD,cAAc,aAAa,CAAC;AAC5B,cAAc,iBAAiB,CAAC;AAChC,cAAc,aAAa,CAAC"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import type { LoginMutation, LoginMutation$variables } from '../../graphQL/__generated__/LoginMutation.graphql';
|
|
2
2
|
import { LogoutMutation } from '../../graphQL/__generated__/LogoutMutation.graphql';
|
|
3
|
-
export type
|
|
4
|
-
export type
|
|
3
|
+
export type LoginType = [(formData: FormData) => void, boolean];
|
|
4
|
+
export type LogoutType = [() => void, pending: boolean];
|
|
5
5
|
export type AuthActions = {
|
|
6
|
-
login:
|
|
7
|
-
logout:
|
|
6
|
+
login: LoginType;
|
|
7
|
+
logout: LogoutType;
|
|
8
8
|
removeError: (index: number) => void;
|
|
9
9
|
};
|
|
10
10
|
export type LoginMutationType = LoginMutation;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../src/hooks/useAuth/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,aAAa,EACb,uBAAuB,EACxB,MAAM,mDAAmD,CAAC;AAC3D,OAAO,EAAE,cAAc,EAAE,MAAM,oDAAoD,CAAC;AACpF,MAAM,MAAM,
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../src/hooks/useAuth/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,aAAa,EACb,uBAAuB,EACxB,MAAM,mDAAmD,CAAC;AAC3D,OAAO,EAAE,cAAc,EAAE,MAAM,oDAAoD,CAAC;AACpF,MAAM,MAAM,SAAS,GAAG,CAAC,CAAC,QAAQ,EAAE,QAAQ,KAAK,IAAI,EAAE,OAAO,CAAC,CAAC;AAChE,MAAM,MAAM,UAAU,GAAG,CAAC,MAAM,IAAI,EAAE,OAAO,EAAE,OAAO,CAAC,CAAC;AACxD,MAAM,MAAM,WAAW,GAAG;IACxB,KAAK,EAAE,SAAS,CAAC;IACjB,MAAM,EAAE,UAAU,CAAC;IACnB,WAAW,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;CACtC,CAAC;AACF,MAAM,MAAM,iBAAiB,GAAG,aAAa,CAAC;AAC9C,MAAM,MAAM,kBAAkB,GAAG,cAAc,CAAC;AAChD,MAAM,MAAM,sBAAsB,GAAG,uBAAuB,CAAC;AAC7D,MAAM,MAAM,iBAAiB,GAAG;IAAE,IAAI,EAAE,MAAM,CAAC;IAAC,WAAW,EAAE,MAAM,CAAA;CAAE,CAAC"}
|
package/dist/types/src/main.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"main.d.ts","sourceRoot":"","sources":["../../../src/main.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,QAAQ,CAAC;AACvB,cAAc,WAAW,CAAC;AAC1B,cAAc,YAAY,CAAC;AAC3B,cAAc,WAAW,CAAC;AAC1B,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC;AACzB,cAAc,iBAAiB,CAAC;AAChC,cAAc,SAAS,CAAC;AACxB,cAAc,SAAS,CAAC;AACxB,cAAc,SAAS,CAAC"}
|
|
1
|
+
{"version":3,"file":"main.d.ts","sourceRoot":"","sources":["../../../src/main.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,QAAQ,CAAC;AACvB,cAAc,WAAW,CAAC;AAC1B,cAAc,YAAY,CAAC;AAC3B,cAAc,WAAW,CAAC;AAC1B,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC;AACzB,cAAc,iBAAiB,CAAC;AAChC,cAAc,SAAS,CAAC;AACxB,cAAc,SAAS,CAAC;AACxB,cAAc,SAAS,CAAC;AACxB,cAAc,WAAW,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/store/index.ts"],"names":[],"mappings":"AAAA,cAAc,sBAAsB,CAAC;AACrC,cAAc,kBAAkB,CAAC;AACjC,cAAc,gBAAgB,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/store/index.ts"],"names":[],"mappings":"AAAA,cAAc,sBAAsB,CAAC;AACrC,cAAc,kBAAkB,CAAC;AACjC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,eAAe,CAAC"}
|