@its/core 1.1.8 → 1.1.9

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 (70) hide show
  1. package/dist/src/components/Auth/AuthWrapper.d.ts +3 -0
  2. package/dist/src/components/Auth/AuthWrapper.d.ts.map +1 -0
  3. package/dist/src/components/Auth/index.d.ts +2 -0
  4. package/dist/src/components/Auth/index.d.ts.map +1 -0
  5. package/dist/src/components/Auth/types.d.ts +21 -0
  6. package/dist/src/components/Auth/types.d.ts.map +1 -0
  7. package/dist/src/graphQL/Fragments/ErrorFragment.d.ts +2 -0
  8. package/dist/src/graphQL/Fragments/ErrorFragment.d.ts.map +1 -0
  9. package/dist/src/graphQL/Mutations/LoginMutation.d.ts +2 -0
  10. package/dist/src/graphQL/Mutations/LoginMutation.d.ts.map +1 -0
  11. package/dist/src/graphQL/Mutations/LogoutMutation.d.ts +2 -0
  12. package/dist/src/graphQL/Mutations/LogoutMutation.d.ts.map +1 -0
  13. package/dist/src/graphQL/Subscriptions/DeletedNode.d.ts +2 -0
  14. package/dist/src/graphQL/Subscriptions/DeletedNode.d.ts.map +1 -0
  15. package/dist/src/graphQL/__generated__/DeletedNodeSubscription.graphql.d.ts +12 -0
  16. package/dist/src/graphQL/__generated__/DeletedNodeSubscription.graphql.d.ts.map +1 -0
  17. package/dist/src/graphQL/__generated__/ErrorFragment.graphql.d.ts +13 -0
  18. package/dist/src/graphQL/__generated__/ErrorFragment.graphql.d.ts.map +1 -0
  19. package/dist/src/graphQL/__generated__/LoginMutation.graphql.d.ts +33 -0
  20. package/dist/src/graphQL/__generated__/LoginMutation.graphql.d.ts.map +1 -0
  21. package/dist/src/graphQL/__generated__/LogoutMutation.graphql.d.ts +14 -0
  22. package/dist/src/graphQL/__generated__/LogoutMutation.graphql.d.ts.map +1 -0
  23. package/dist/src/hooks/useAuth/index.d.ts +2 -0
  24. package/dist/src/hooks/useAuth/index.d.ts.map +1 -0
  25. package/dist/src/hooks/useAuth/types.d.ts +17 -0
  26. package/dist/src/hooks/useAuth/types.d.ts.map +1 -0
  27. package/dist/src/hooks/useAuth/useAuth.d.ts +3 -0
  28. package/dist/src/hooks/useAuth/useAuth.d.ts.map +1 -0
  29. package/dist/src/store/AuthContext/AuthProvider.d.ts +5 -0
  30. package/dist/src/store/AuthContext/AuthProvider.d.ts.map +1 -0
  31. package/dist/src/store/AuthContext/index.d.ts +3 -0
  32. package/dist/src/store/AuthContext/index.d.ts.map +1 -0
  33. package/dist/src/store/AuthContext/useAuthContext.d.ts +2 -0
  34. package/dist/src/store/AuthContext/useAuthContext.d.ts.map +1 -0
  35. package/dist/types/src/components/Auth/AuthWrapper.d.ts +3 -0
  36. package/dist/types/src/components/Auth/AuthWrapper.d.ts.map +1 -0
  37. package/dist/types/src/components/Auth/index.d.ts +2 -0
  38. package/dist/types/src/components/Auth/index.d.ts.map +1 -0
  39. package/dist/types/src/components/Auth/types.d.ts +21 -0
  40. package/dist/types/src/components/Auth/types.d.ts.map +1 -0
  41. package/dist/types/src/graphQL/Fragments/ErrorFragment.d.ts +2 -0
  42. package/dist/types/src/graphQL/Fragments/ErrorFragment.d.ts.map +1 -0
  43. package/dist/types/src/graphQL/Mutations/LoginMutation.d.ts +2 -0
  44. package/dist/types/src/graphQL/Mutations/LoginMutation.d.ts.map +1 -0
  45. package/dist/types/src/graphQL/Mutations/LogoutMutation.d.ts +2 -0
  46. package/dist/types/src/graphQL/Mutations/LogoutMutation.d.ts.map +1 -0
  47. package/dist/types/src/graphQL/Subscriptions/DeletedNode.d.ts +2 -0
  48. package/dist/types/src/graphQL/Subscriptions/DeletedNode.d.ts.map +1 -0
  49. package/dist/types/src/graphQL/__generated__/DeletedNodeSubscription.graphql.d.ts +17 -0
  50. package/dist/types/src/graphQL/__generated__/DeletedNodeSubscription.graphql.d.ts.map +1 -0
  51. package/dist/types/src/graphQL/__generated__/ErrorFragment.graphql.d.ts +19 -0
  52. package/dist/types/src/graphQL/__generated__/ErrorFragment.graphql.d.ts.map +1 -0
  53. package/dist/types/src/graphQL/__generated__/LoginMutation.graphql.d.ts +38 -0
  54. package/dist/types/src/graphQL/__generated__/LoginMutation.graphql.d.ts.map +1 -0
  55. package/dist/types/src/graphQL/__generated__/LogoutMutation.graphql.d.ts +19 -0
  56. package/dist/types/src/graphQL/__generated__/LogoutMutation.graphql.d.ts.map +1 -0
  57. package/dist/types/src/hooks/useAuth/index.d.ts +2 -0
  58. package/dist/types/src/hooks/useAuth/index.d.ts.map +1 -0
  59. package/dist/types/src/hooks/useAuth/types.d.ts +17 -0
  60. package/dist/types/src/hooks/useAuth/types.d.ts.map +1 -0
  61. package/dist/types/src/hooks/useAuth/useAuth.d.ts +3 -0
  62. package/dist/types/src/hooks/useAuth/useAuth.d.ts.map +1 -0
  63. package/dist/types/src/store/AuthContext/AuthProvider.d.ts +5 -0
  64. package/dist/types/src/store/AuthContext/AuthProvider.d.ts.map +1 -0
  65. package/dist/types/src/store/AuthContext/index.d.ts +3 -0
  66. package/dist/types/src/store/AuthContext/index.d.ts.map +1 -0
  67. package/dist/types/src/store/AuthContext/useAuthContext.d.ts +2 -0
  68. package/dist/types/src/store/AuthContext/useAuthContext.d.ts.map +1 -0
  69. package/dist/types/tsconfig.tsbuildinfo +1 -1
  70. package/package.json +1 -1
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "type": "module",
3
3
  "name": "@its/core",
4
- "version": "1.1.8",
4
+ "version": "1.1.9",
5
5
  "main": "dist/core.umd.js",
6
6
  "module": "dist/core.es.js",
7
7
  "types": "dist/types/index.d.ts",