@arcblock/ux 2.4.44 → 2.4.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/src/index.js CHANGED
@@ -1,8 +1,10 @@
1
1
  import ActionButton from './ActionButton';
2
2
  import ActivityIndicator from './ActivityIndicator';
3
+ import Address from './Address';
3
4
  import Alert from './Alert';
4
5
  import AnimationWaiter from './AnimationWaiter';
5
6
  import Async from './Async';
7
+ import Avatar from './Avatar';
6
8
  import Badge from './Badge';
7
9
  import Button from './Button';
8
10
  import ClickToCopy from './ClickToCopy';
@@ -15,7 +17,10 @@ import Icon from './Icon';
15
17
  import LocaleSelector from './Locale/selector';
16
18
  import Logo from './Logo';
17
19
  import RelativeTime from './RelativeTime';
20
+ import SessionManager from './SessionManager';
18
21
  import Datatable from './Datatable';
22
+ import Dialog from './Dialog';
23
+ import DidLogo from './DidLogo';
19
24
  import Tabs from './Tabs';
20
25
  import Tag from './Tag';
21
26
  import TextCollapse from './TextCollapse';
@@ -23,6 +28,7 @@ import Theme from './Theme';
23
28
  import Toast from './Toast';
24
29
  import Util from './Util';
25
30
  import Video from './Video';
31
+ import WebWalletSWKeeper from './WebWalletSWKeeper';
26
32
  import WalletAction from './Wallet/Action';
27
33
  import WalletDownload from './Wallet/Download';
28
34
  import WechatPrompt from './WechatPrompt';
@@ -33,9 +39,11 @@ import Img from './Img';
33
39
  export {
34
40
  ActionButton,
35
41
  ActivityIndicator,
42
+ Address,
36
43
  Alert,
37
44
  AnimationWaiter,
38
45
  Async,
46
+ Avatar,
39
47
  Badge,
40
48
  Button,
41
49
  ClickToCopy,
@@ -49,13 +57,17 @@ export {
49
57
  Logo,
50
58
  Tabs,
51
59
  RelativeTime,
60
+ SessionManager,
52
61
  Datatable,
62
+ Dialog,
63
+ DidLogo,
53
64
  Tag,
54
65
  TextCollapse,
55
66
  Theme,
56
67
  Toast,
57
68
  Util,
58
69
  Video,
70
+ WebWalletSWKeeper,
59
71
  WalletAction,
60
72
  WalletDownload,
61
73
  WechatPrompt,