@selfcommunity/react-ui 0.7.0-alpha.45 → 0.7.0-alpha.46
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/UserProfileEdit/Section/Account.d.ts +18 -0
- package/lib/cjs/components/UserProfileEdit/Section/Account.d.ts.map +1 -0
- package/lib/cjs/components/UserProfileEdit/Section/{SocialAccount.js → Account.js} +11 -8
- package/lib/cjs/components/UserProfileEdit/Section/Account.js.map +1 -0
- package/lib/cjs/components/UserProfileEdit/Section/PublicInfo.d.ts +0 -10
- package/lib/cjs/components/UserProfileEdit/Section/PublicInfo.d.ts.map +1 -1
- package/lib/cjs/components/UserProfileEdit/Section/PublicInfo.js +1 -5
- package/lib/cjs/components/UserProfileEdit/Section/PublicInfo.js.map +1 -1
- package/lib/cjs/components/UserProfileEdit/UserProfileEdit.d.ts +6 -0
- package/lib/cjs/components/UserProfileEdit/UserProfileEdit.d.ts.map +1 -1
- package/lib/cjs/components/UserProfileEdit/UserProfileEdit.js +8 -1
- package/lib/cjs/components/UserProfileEdit/UserProfileEdit.js.map +1 -1
- package/lib/cjs/components/UserProfileEdit/index.d.ts +2 -2
- package/lib/cjs/components/UserProfileEdit/index.d.ts.map +1 -1
- package/lib/cjs/components/UserProfileEdit/index.js +3 -3
- package/lib/cjs/components/UserProfileEdit/index.js.map +1 -1
- package/lib/esm/components/UserProfileEdit/Section/Account.d.ts +18 -0
- package/lib/esm/components/UserProfileEdit/Section/Account.d.ts.map +1 -0
- package/lib/esm/components/UserProfileEdit/Section/{SocialAccount.js → Account.js} +10 -7
- package/lib/esm/components/UserProfileEdit/Section/Account.js.map +1 -0
- package/lib/esm/components/UserProfileEdit/Section/PublicInfo.d.ts +0 -10
- package/lib/esm/components/UserProfileEdit/Section/PublicInfo.d.ts.map +1 -1
- package/lib/esm/components/UserProfileEdit/Section/PublicInfo.js +1 -5
- package/lib/esm/components/UserProfileEdit/Section/PublicInfo.js.map +1 -1
- package/lib/esm/components/UserProfileEdit/UserProfileEdit.d.ts +6 -0
- package/lib/esm/components/UserProfileEdit/UserProfileEdit.d.ts.map +1 -1
- package/lib/esm/components/UserProfileEdit/UserProfileEdit.js +8 -1
- package/lib/esm/components/UserProfileEdit/UserProfileEdit.js.map +1 -1
- package/lib/esm/components/UserProfileEdit/index.d.ts +2 -2
- package/lib/esm/components/UserProfileEdit/index.d.ts.map +1 -1
- package/lib/esm/components/UserProfileEdit/index.js +2 -2
- package/lib/esm/components/UserProfileEdit/index.js.map +1 -1
- package/lib/umd/react-ui.js +2 -2
- package/lib/umd/react-ui.js.map +1 -1
- package/package.json +4 -4
- package/lib/cjs/components/UserProfileEdit/Section/SocialAccount.d.ts +0 -24
- package/lib/cjs/components/UserProfileEdit/Section/SocialAccount.d.ts.map +0 -1
- package/lib/cjs/components/UserProfileEdit/Section/SocialAccount.js.map +0 -1
- package/lib/esm/components/UserProfileEdit/Section/SocialAccount.d.ts +0 -24
- package/lib/esm/components/UserProfileEdit/Section/SocialAccount.d.ts.map +0 -1
- package/lib/esm/components/UserProfileEdit/Section/SocialAccount.js.map +0 -1
|
@@ -2,7 +2,7 @@ import UserProfileEdit from './UserProfileEdit';
|
|
|
2
2
|
import UserProfileEditSkeleton from './Skeleton';
|
|
3
3
|
import UserProfileEditSectionPublicInfo from './Section/PublicInfo';
|
|
4
4
|
import UserProfileEditSectionSettings from './Section/Settings';
|
|
5
|
-
import
|
|
5
|
+
import UserProfileEditSectionAccount from './Section/Account';
|
|
6
6
|
export default UserProfileEdit;
|
|
7
|
-
export { UserProfileEditSkeleton, UserProfileEditSectionPublicInfo, UserProfileEditSectionSettings,
|
|
7
|
+
export { UserProfileEditSkeleton, UserProfileEditSectionPublicInfo, UserProfileEditSectionSettings, UserProfileEditSectionAccount };
|
|
8
8
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/components/UserProfileEdit/index.tsx"],"names":[],"mappings":"AAAA,OAAO,eAAuC,MAAM,mBAAmB,CAAC;AACxE,OAAO,uBAAuB,MAAM,YAAY,CAAC;AACjD,OAAO,gCAA4F,MAAM,sBAAsB,CAAC;AAChI,OAAO,8BAAsF,MAAM,oBAAoB,CAAC;AACxH,OAAO,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/components/UserProfileEdit/index.tsx"],"names":[],"mappings":"AAAA,OAAO,eAAuC,MAAM,mBAAmB,CAAC;AACxE,OAAO,uBAAuB,MAAM,YAAY,CAAC;AACjD,OAAO,gCAA4F,MAAM,sBAAsB,CAAC;AAChI,OAAO,8BAAsF,MAAM,oBAAoB,CAAC;AACxH,OAAO,6BAAmF,MAAM,mBAAmB,CAAC;AACpH,eAAe,eAAe,CAAC;AAC/B,OAAO,EAEL,uBAAuB,EACvB,gCAAgC,EAEhC,8BAA8B,EAE9B,6BAA6B,EAE9B,CAAC"}
|