@selfcommunity/react-theme-default 0.1.0-alpha.177 → 0.1.0-alpha.179

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 (43) hide show
  1. package/lib/cjs/components/SCAccountDataPortability.d.ts +21 -0
  2. package/lib/cjs/components/SCAccountDataPortability.d.ts.map +1 -0
  3. package/lib/cjs/components/SCAccountDataPortability.js +23 -0
  4. package/lib/cjs/components/SCAccountDataPortability.js.map +1 -0
  5. package/lib/cjs/components/SCAccountDelete.d.ts +14 -0
  6. package/lib/cjs/components/SCAccountDelete.d.ts.map +1 -0
  7. package/lib/cjs/components/SCAccountDelete.js +16 -0
  8. package/lib/cjs/components/SCAccountDelete.js.map +1 -0
  9. package/lib/cjs/components/SCUserProfileEditSectionAccount.d.ts +14 -0
  10. package/lib/cjs/components/SCUserProfileEditSectionAccount.d.ts.map +1 -0
  11. package/lib/cjs/components/SCUserProfileEditSectionAccount.js +16 -0
  12. package/lib/cjs/components/SCUserProfileEditSectionAccount.js.map +1 -0
  13. package/lib/cjs/components/SCUserProfileEditSectionAccountCredentials.d.ts +30 -0
  14. package/lib/cjs/components/SCUserProfileEditSectionAccountCredentials.d.ts.map +1 -0
  15. package/lib/cjs/components/SCUserProfileEditSectionAccountCredentials.js +32 -0
  16. package/lib/cjs/components/SCUserProfileEditSectionAccountCredentials.js.map +1 -0
  17. package/lib/cjs/index.d.ts +71 -0
  18. package/lib/cjs/index.d.ts.map +1 -1
  19. package/lib/cjs/index.js +8 -0
  20. package/lib/cjs/index.js.map +1 -1
  21. package/lib/esm/components/SCAccountDataPortability.d.ts +21 -0
  22. package/lib/esm/components/SCAccountDataPortability.d.ts.map +1 -0
  23. package/lib/esm/components/SCAccountDataPortability.js +21 -0
  24. package/lib/esm/components/SCAccountDataPortability.js.map +1 -0
  25. package/lib/esm/components/SCAccountDelete.d.ts +14 -0
  26. package/lib/esm/components/SCAccountDelete.d.ts.map +1 -0
  27. package/lib/esm/components/SCAccountDelete.js +14 -0
  28. package/lib/esm/components/SCAccountDelete.js.map +1 -0
  29. package/lib/esm/components/SCUserProfileEditSectionAccount.d.ts +14 -0
  30. package/lib/esm/components/SCUserProfileEditSectionAccount.d.ts.map +1 -0
  31. package/lib/esm/components/SCUserProfileEditSectionAccount.js +14 -0
  32. package/lib/esm/components/SCUserProfileEditSectionAccount.js.map +1 -0
  33. package/lib/esm/components/SCUserProfileEditSectionAccountCredentials.d.ts +30 -0
  34. package/lib/esm/components/SCUserProfileEditSectionAccountCredentials.d.ts.map +1 -0
  35. package/lib/esm/components/SCUserProfileEditSectionAccountCredentials.js +30 -0
  36. package/lib/esm/components/SCUserProfileEditSectionAccountCredentials.js.map +1 -0
  37. package/lib/esm/index.d.ts +71 -0
  38. package/lib/esm/index.d.ts.map +1 -1
  39. package/lib/esm/index.js +8 -0
  40. package/lib/esm/index.js.map +1 -1
  41. package/lib/umd/react-theme-default.js +2 -2
  42. package/lib/umd/react-theme-default.js.map +1 -1
  43. package/package.json +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@selfcommunity/react-theme-default",
3
- "version": "0.1.0-alpha.177",
3
+ "version": "0.1.0-alpha.179",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "main": "./lib/cjs/index.js",
@@ -50,8 +50,8 @@
50
50
  "react-dom": "17 || 18"
51
51
  },
52
52
  "dependencies": {
53
- "@selfcommunity/react-core": "^0.4.0-alpha.62",
54
- "@selfcommunity/react-ui": "^0.7.0-alpha.228"
53
+ "@selfcommunity/react-core": "^0.4.0-alpha.63",
54
+ "@selfcommunity/react-ui": "^0.7.0-alpha.230"
55
55
  },
56
56
  "devDependencies": {
57
57
  "@babel/cli": "^7.12.13",
@@ -111,5 +111,5 @@
111
111
  "bugs": {
112
112
  "url": "https://github.com/selfcommunity/community-js/issues"
113
113
  },
114
- "gitHead": "5277872e44454c486212d3dc435f19a2f5c0ce65"
114
+ "gitHead": "599f1711572243c9a67e6702f151a7872a161e6c"
115
115
  }