@its/core 1.1.8 → 1.1.10
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.es.js +11160 -11076
- package/dist/core.umd.js +69 -49
- package/dist/src/components/Auth/AuthWrapper.d.ts +3 -0
- package/dist/src/components/Auth/AuthWrapper.d.ts.map +1 -0
- package/dist/src/components/Auth/index.d.ts +2 -0
- package/dist/src/components/Auth/index.d.ts.map +1 -0
- package/dist/src/components/Auth/types.d.ts +21 -0
- package/dist/src/components/Auth/types.d.ts.map +1 -0
- package/dist/src/graphQL/Fragments/ErrorFragment.d.ts +2 -0
- package/dist/src/graphQL/Fragments/ErrorFragment.d.ts.map +1 -0
- package/dist/src/graphQL/Mutations/LoginMutation.d.ts +2 -0
- package/dist/src/graphQL/Mutations/LoginMutation.d.ts.map +1 -0
- package/dist/src/graphQL/Mutations/LogoutMutation.d.ts +2 -0
- package/dist/src/graphQL/Mutations/LogoutMutation.d.ts.map +1 -0
- package/dist/src/graphQL/Subscriptions/DeletedNode.d.ts +2 -0
- package/dist/src/graphQL/Subscriptions/DeletedNode.d.ts.map +1 -0
- package/dist/src/graphQL/__generated__/DeletedNodeSubscription.graphql.d.ts +12 -0
- package/dist/src/graphQL/__generated__/DeletedNodeSubscription.graphql.d.ts.map +1 -0
- package/dist/src/graphQL/__generated__/ErrorFragment.graphql.d.ts +13 -0
- package/dist/src/graphQL/__generated__/ErrorFragment.graphql.d.ts.map +1 -0
- package/dist/src/graphQL/__generated__/LoginMutation.graphql.d.ts +33 -0
- package/dist/src/graphQL/__generated__/LoginMutation.graphql.d.ts.map +1 -0
- package/dist/src/graphQL/__generated__/LogoutMutation.graphql.d.ts +14 -0
- package/dist/src/graphQL/__generated__/LogoutMutation.graphql.d.ts.map +1 -0
- package/dist/src/hooks/useAuth/index.d.ts +2 -0
- package/dist/src/hooks/useAuth/index.d.ts.map +1 -0
- package/dist/src/hooks/useAuth/types.d.ts +17 -0
- package/dist/src/hooks/useAuth/types.d.ts.map +1 -0
- package/dist/src/hooks/useAuth/useAuth.d.ts +3 -0
- package/dist/src/hooks/useAuth/useAuth.d.ts.map +1 -0
- package/dist/src/store/AuthContext/AuthProvider.d.ts +5 -0
- package/dist/src/store/AuthContext/AuthProvider.d.ts.map +1 -0
- package/dist/src/store/AuthContext/index.d.ts +3 -0
- package/dist/src/store/AuthContext/index.d.ts.map +1 -0
- package/dist/src/store/AuthContext/useAuthContext.d.ts +2 -0
- package/dist/src/store/AuthContext/useAuthContext.d.ts.map +1 -0
- package/dist/src/store/index.d.ts +1 -0
- package/dist/src/store/index.d.ts.map +1 -1
- package/dist/types/src/components/Auth/AuthWrapper.d.ts +3 -0
- package/dist/types/src/components/Auth/AuthWrapper.d.ts.map +1 -0
- package/dist/types/src/components/Auth/index.d.ts +2 -0
- package/dist/types/src/components/Auth/index.d.ts.map +1 -0
- package/dist/types/src/components/Auth/types.d.ts +21 -0
- package/dist/types/src/components/Auth/types.d.ts.map +1 -0
- package/dist/types/src/graphQL/Fragments/ErrorFragment.d.ts +2 -0
- package/dist/types/src/graphQL/Fragments/ErrorFragment.d.ts.map +1 -0
- package/dist/types/src/graphQL/Mutations/LoginMutation.d.ts +2 -0
- package/dist/types/src/graphQL/Mutations/LoginMutation.d.ts.map +1 -0
- package/dist/types/src/graphQL/Mutations/LogoutMutation.d.ts +2 -0
- package/dist/types/src/graphQL/Mutations/LogoutMutation.d.ts.map +1 -0
- package/dist/types/src/graphQL/Subscriptions/DeletedNode.d.ts +2 -0
- package/dist/types/src/graphQL/Subscriptions/DeletedNode.d.ts.map +1 -0
- package/dist/types/src/graphQL/__generated__/DeletedNodeSubscription.graphql.d.ts +17 -0
- package/dist/types/src/graphQL/__generated__/DeletedNodeSubscription.graphql.d.ts.map +1 -0
- package/dist/types/src/graphQL/__generated__/ErrorFragment.graphql.d.ts +19 -0
- package/dist/types/src/graphQL/__generated__/ErrorFragment.graphql.d.ts.map +1 -0
- package/dist/types/src/graphQL/__generated__/LoginMutation.graphql.d.ts +38 -0
- package/dist/types/src/graphQL/__generated__/LoginMutation.graphql.d.ts.map +1 -0
- package/dist/types/src/graphQL/__generated__/LogoutMutation.graphql.d.ts +19 -0
- package/dist/types/src/graphQL/__generated__/LogoutMutation.graphql.d.ts.map +1 -0
- package/dist/types/src/hooks/useAuth/index.d.ts +2 -0
- package/dist/types/src/hooks/useAuth/index.d.ts.map +1 -0
- package/dist/types/src/hooks/useAuth/types.d.ts +17 -0
- package/dist/types/src/hooks/useAuth/types.d.ts.map +1 -0
- package/dist/types/src/hooks/useAuth/useAuth.d.ts +3 -0
- package/dist/types/src/hooks/useAuth/useAuth.d.ts.map +1 -0
- package/dist/types/src/store/AuthContext/AuthProvider.d.ts +5 -0
- package/dist/types/src/store/AuthContext/AuthProvider.d.ts.map +1 -0
- package/dist/types/src/store/AuthContext/index.d.ts +3 -0
- package/dist/types/src/store/AuthContext/index.d.ts.map +1 -0
- package/dist/types/src/store/AuthContext/useAuthContext.d.ts +2 -0
- package/dist/types/src/store/AuthContext/useAuthContext.d.ts.map +1 -0
- 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