@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.
- package/lib/cjs/components/SCAccountDataPortability.d.ts +21 -0
- package/lib/cjs/components/SCAccountDataPortability.d.ts.map +1 -0
- package/lib/cjs/components/SCAccountDataPortability.js +23 -0
- package/lib/cjs/components/SCAccountDataPortability.js.map +1 -0
- package/lib/cjs/components/SCAccountDelete.d.ts +14 -0
- package/lib/cjs/components/SCAccountDelete.d.ts.map +1 -0
- package/lib/cjs/components/SCAccountDelete.js +16 -0
- package/lib/cjs/components/SCAccountDelete.js.map +1 -0
- package/lib/cjs/components/SCUserProfileEditSectionAccount.d.ts +14 -0
- package/lib/cjs/components/SCUserProfileEditSectionAccount.d.ts.map +1 -0
- package/lib/cjs/components/SCUserProfileEditSectionAccount.js +16 -0
- package/lib/cjs/components/SCUserProfileEditSectionAccount.js.map +1 -0
- package/lib/cjs/components/SCUserProfileEditSectionAccountCredentials.d.ts +30 -0
- package/lib/cjs/components/SCUserProfileEditSectionAccountCredentials.d.ts.map +1 -0
- package/lib/cjs/components/SCUserProfileEditSectionAccountCredentials.js +32 -0
- package/lib/cjs/components/SCUserProfileEditSectionAccountCredentials.js.map +1 -0
- package/lib/cjs/index.d.ts +71 -0
- package/lib/cjs/index.d.ts.map +1 -1
- package/lib/cjs/index.js +8 -0
- package/lib/cjs/index.js.map +1 -1
- package/lib/esm/components/SCAccountDataPortability.d.ts +21 -0
- package/lib/esm/components/SCAccountDataPortability.d.ts.map +1 -0
- package/lib/esm/components/SCAccountDataPortability.js +21 -0
- package/lib/esm/components/SCAccountDataPortability.js.map +1 -0
- package/lib/esm/components/SCAccountDelete.d.ts +14 -0
- package/lib/esm/components/SCAccountDelete.d.ts.map +1 -0
- package/lib/esm/components/SCAccountDelete.js +14 -0
- package/lib/esm/components/SCAccountDelete.js.map +1 -0
- package/lib/esm/components/SCUserProfileEditSectionAccount.d.ts +14 -0
- package/lib/esm/components/SCUserProfileEditSectionAccount.d.ts.map +1 -0
- package/lib/esm/components/SCUserProfileEditSectionAccount.js +14 -0
- package/lib/esm/components/SCUserProfileEditSectionAccount.js.map +1 -0
- package/lib/esm/components/SCUserProfileEditSectionAccountCredentials.d.ts +30 -0
- package/lib/esm/components/SCUserProfileEditSectionAccountCredentials.d.ts.map +1 -0
- package/lib/esm/components/SCUserProfileEditSectionAccountCredentials.js +30 -0
- package/lib/esm/components/SCUserProfileEditSectionAccountCredentials.js.map +1 -0
- package/lib/esm/index.d.ts +71 -0
- package/lib/esm/index.d.ts.map +1 -1
- package/lib/esm/index.js +8 -0
- package/lib/esm/index.js.map +1 -1
- package/lib/umd/react-theme-default.js +2 -2
- package/lib/umd/react-theme-default.js.map +1 -1
- 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.
|
|
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.
|
|
54
|
-
"@selfcommunity/react-ui": "^0.7.0-alpha.
|
|
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": "
|
|
114
|
+
"gitHead": "599f1711572243c9a67e6702f151a7872a161e6c"
|
|
115
115
|
}
|