@vulcanjs/react-ui 0.8.0 → 0.8.1-y.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (45) hide show
  1. package/dist/components/VulcanComponents/Consumer.d.ts.map +0 -0
  2. package/dist/components/VulcanComponents/Context.d.ts.map +0 -0
  3. package/dist/components/VulcanComponents/Dummy.d.ts.map +0 -0
  4. package/dist/components/VulcanComponents/Provider.d.ts.map +0 -0
  5. package/dist/components/VulcanComponents/defaultVulcanComponents/index.d.ts.map +0 -0
  6. package/dist/components/VulcanComponents/index.d.ts.map +0 -0
  7. package/dist/components/VulcanComponents/typings.d.ts.map +0 -0
  8. package/dist/components/VulcanCurrentUser/Consumer.d.ts.map +0 -0
  9. package/dist/components/VulcanCurrentUser/Context.d.ts.map +0 -0
  10. package/dist/components/VulcanCurrentUser/Provider.d.ts.map +0 -0
  11. package/dist/components/VulcanCurrentUser/index.d.ts.map +0 -0
  12. package/dist/components/core/LoadingButton.d.ts.map +0 -0
  13. package/dist/components/core/MutationButton.d.ts.map +0 -0
  14. package/dist/components/core/index.d.ts.map +0 -0
  15. package/dist/components/core/typings.d.ts.map +0 -0
  16. package/dist/components/form/core/Form/Form.d.ts.map +0 -0
  17. package/dist/components/form/core/Form/fields.d.ts.map +0 -0
  18. package/dist/components/form/core/Form/hooks.d.ts.map +0 -0
  19. package/dist/components/form/core/Form/index.d.ts.map +0 -0
  20. package/dist/components/form/core/Form/typings.d.ts.map +0 -0
  21. package/dist/components/form/core/Form/utils.d.ts.map +0 -0
  22. package/dist/components/form/core/FormContainer.d.ts.map +0 -0
  23. package/dist/components/form/core/FormContext.d.ts.map +0 -0
  24. package/dist/components/form/core/index.d.ts.map +0 -0
  25. package/dist/components/form/hooks/useBlockTransition/block.d.ts.map +0 -0
  26. package/dist/components/form/hooks/useBlockTransition/useBlockTransition.d.ts.map +0 -0
  27. package/dist/components/form/hooks/useWarnOnUnsaved/index.d.ts.map +0 -0
  28. package/dist/components/form/hooks/useWarnOnUnsaved/useWarnOnUnsaved.d.ts.map +0 -0
  29. package/dist/components/form/index.d.ts.map +0 -0
  30. package/dist/components/form/typings.d.ts.map +0 -0
  31. package/dist/components/form/utils/formFragments.d.ts.map +0 -0
  32. package/dist/components/form/utils/index.d.ts.map +0 -0
  33. package/dist/components/form/utils/path_utils.d.ts.map +0 -0
  34. package/dist/components/form/utils/schema_utils.d.ts.map +0 -0
  35. package/dist/components/form/utils/ui_utils.d.ts.map +0 -0
  36. package/dist/components/form/utils/utils.d.ts.map +0 -0
  37. package/dist/componentsHelpers.d.ts.map +0 -0
  38. package/dist/index.d.ts.map +0 -0
  39. package/dist/index.js +0 -0
  40. package/dist/index.js.map +0 -0
  41. package/dist/testing/ExpectedErrorBoundary.d.ts.map +0 -0
  42. package/dist/testing.d.ts.map +0 -0
  43. package/dist/testing.js +0 -0
  44. package/dist/testing.js.map +0 -0
  45. package/package.json +6 -6
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
package/dist/index.js CHANGED
File without changes
package/dist/index.js.map CHANGED
File without changes
File without changes
File without changes
package/dist/testing.js CHANGED
File without changes
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vulcanjs/react-ui",
3
- "version": "0.8.0",
3
+ "version": "0.8.1-y.0",
4
4
  "description": "Vulcan UI components for React",
5
5
  "main": "./dist/index.js",
6
6
  "files": [
@@ -30,12 +30,12 @@
30
30
  "license": "MIT",
31
31
  "dependencies": {
32
32
  "@vulcanjs/core": "^0.7.2-alpha.8",
33
- "@vulcanjs/graphql": "^0.7.2-alpha.8",
34
- "@vulcanjs/i18n": "^0.7.2-alpha.8",
33
+ "@vulcanjs/graphql": "^0.8.1-y.0",
34
+ "@vulcanjs/i18n": "^0.8.1-y.0",
35
35
  "@vulcanjs/model": "^0.7.2-alpha.8",
36
36
  "@vulcanjs/permissions": "^0.7.2-alpha.8",
37
- "@vulcanjs/react-hooks": "^0.7.2-alpha.8",
38
- "@vulcanjs/react-i18n": "^0.7.2-alpha.8",
37
+ "@vulcanjs/react-hooks": "^0.8.1-y.0",
38
+ "@vulcanjs/react-i18n": "^0.8.1-y.0",
39
39
  "@vulcanjs/schema": "^0.7.2-alpha.8",
40
40
  "@vulcanjs/utils": "^0.7.2-alpha.8",
41
41
  "classnames": "^2.3.1",
@@ -56,5 +56,5 @@
56
56
  "publishConfig": {
57
57
  "access": "public"
58
58
  },
59
- "gitHead": "5652c5b76efc47bc962987bac33c12384e9574ae"
59
+ "gitHead": "7ff5926cd861de66d953e95ad087c8d1f0881995"
60
60
  }