@arcblock/ux 2.6.9 → 2.7.1
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/babel.config.es.js +12 -0
- package/es/ActionButton/index.js +99 -0
- package/es/ActivityIndicator/index.js +180 -0
- package/es/Address/compact-text.js +105 -0
- package/es/Address/did-address.js +211 -0
- package/es/Address/index.js +23 -0
- package/es/Address/responsive-did-address.js +88 -0
- package/es/Alert/index.js +134 -0
- package/es/AnimationWaiter/default-animation.json +1 -0
- package/es/AnimationWaiter/index.js +239 -0
- package/es/Async/index.js +38 -0
- package/es/Avatar/did-motif.js +64 -0
- package/es/Avatar/etherscan-blockies.js +83 -0
- package/es/Avatar/index.js +176 -0
- package/es/Badge/index.js +98 -0
- package/es/Blocklet/blocklet.js +298 -0
- package/es/Blocklet/index.js +4 -0
- package/es/Blocklet/utils.js +52 -0
- package/es/BlockletNFT/index.js +412 -0
- package/es/Button/index.js +8 -0
- package/es/Button/wrap.js +140 -0
- package/es/ButtonGroup/index.js +6 -0
- package/es/CardSelector/index.js +131 -0
- package/es/Center/index.js +41 -0
- package/es/ClickToCopy/copy-button.js +72 -0
- package/es/ClickToCopy/hook.js +39 -0
- package/es/ClickToCopy/index.js +93 -0
- package/es/CodeBlock/LightBox.js +85 -0
- package/es/CodeBlock/index.js +226 -0
- package/es/Colors/index.js +2 -0
- package/es/Colors/themes/default.js +78 -0
- package/es/ContactForm/index.js +230 -0
- package/es/CookieConsent/index.js +113 -0
- package/es/CountDown/index.js +178 -0
- package/es/DID/index.js +105 -0
- package/es/Datatable/CustomToolbar.js +396 -0
- package/es/Datatable/DatatableContext.js +34 -0
- package/es/Datatable/TableSearch.js +165 -0
- package/es/Datatable/index.js +627 -0
- package/es/Datatable/utils.js +132 -0
- package/es/Dialog/confirm.js +90 -0
- package/es/Dialog/dialog.js +192 -0
- package/es/Dialog/index.js +3 -0
- package/es/DidLogo/index.js +31 -0
- package/es/DriftBot/index.js +70 -0
- package/es/Earth/countries.json +8057 -0
- package/es/Earth/index.js +521 -0
- package/es/Earth/util.js +51 -0
- package/es/Empty/index.js +64 -0
- package/es/ErrorBoundary/fallback.js +73 -0
- package/es/ErrorBoundary/index.js +1 -0
- package/es/Footer/index.js +172 -0
- package/es/Header/auto-hidden.js +35 -0
- package/es/Header/header.js +211 -0
- package/es/Header/index.js +2 -0
- package/es/Header/responsive-header.js +111 -0
- package/es/Icon/image.js +65 -0
- package/es/Icon/index.js +84 -0
- package/es/Img/index.js +217 -0
- package/es/InfoRow/index.js +87 -0
- package/es/Layout/dashboard/external-link.js +58 -0
- package/es/Layout/dashboard/full-page.js +53 -0
- package/es/Layout/dashboard/index.js +275 -0
- package/es/Layout/dashboard/sidebar.js +209 -0
- package/es/Layout/dashboard-legacy/header.js +174 -0
- package/es/Layout/dashboard-legacy/index.js +149 -0
- package/es/Layout/dashboard-legacy/sidebar.js +129 -0
- package/es/Layout/index.js +335 -0
- package/es/Locale/browser-lang.js +52 -0
- package/es/Locale/context.js +114 -0
- package/es/Locale/languages.js +60 -0
- package/es/Locale/selector.js +180 -0
- package/es/Locale/util.js +13 -0
- package/es/Logo/images/logo-dark-text.svg +3 -0
- package/es/Logo/images/logo-dark-top.svg +6 -0
- package/es/Logo/images/logo-light-text.svg +3 -0
- package/es/Logo/images/logo-light-top.svg +6 -0
- package/es/Logo/index.js +136 -0
- package/es/Metric/index.js +132 -0
- package/es/NFTDisplay/README.md +59 -0
- package/es/NFTDisplay/aspect-ratio-container.js +39 -0
- package/es/NFTDisplay/broken.js +18 -0
- package/es/NFTDisplay/demo/data/asset-state-display-url.json +7 -0
- package/es/NFTDisplay/demo/data/asset-state-gzipped-svg-1-1.json +10 -0
- package/es/NFTDisplay/demo/data/asset-state-gzipped-svg-374-130.json +10 -0
- package/es/NFTDisplay/demo/data/asset-state-gzipped-svg-with-foreign-object.json +20 -0
- package/es/NFTDisplay/demo/data/asset-state-svg.json +29 -0
- package/es/NFTDisplay/demo/data/asset-state-url.json +10 -0
- package/es/NFTDisplay/index.js +323 -0
- package/es/NFTDisplay/loading.js +18 -0
- package/es/NFTDisplay/svg-embedder/img.js +45 -0
- package/es/NFTDisplay/svg-embedder/inline-svg.js +39 -0
- package/es/NavMenu/index.js +2 -0
- package/es/NavMenu/nav-menu.js +286 -0
- package/es/NavMenu/style.js +176 -0
- package/es/PageScroller/index.js +286 -0
- package/es/PageScroller/story/FifthComponent.js +9 -0
- package/es/PageScroller/story/FirstComponent.js +9 -0
- package/es/PageScroller/story/FourthComponent.js +12 -0
- package/es/PageScroller/story/FullPage.js +47 -0
- package/es/PageScroller/story/PageContain.js +59 -0
- package/es/PageScroller/story/SecondComponent.js +9 -0
- package/es/PageScroller/story/ThirdComponent.js +9 -0
- package/es/PageScroller/story/index.css +115 -0
- package/es/PageScroller/usePrevValue.js +9 -0
- package/es/PricingTable/PricingPlan.js +124 -0
- package/es/PricingTable/index.js +53 -0
- package/es/QRCode/index.js +72 -0
- package/es/RelativeTime/index.js +98 -0
- package/es/Result/common.js +140 -0
- package/es/Result/demo/fixtures/result-image-404.svg +1 -0
- package/es/Result/index.js +33 -0
- package/es/Result/result.js +59 -0
- package/es/Result/translations.js +54 -0
- package/es/Screenshot/BaseScreenshot/index.js +91 -0
- package/es/Screenshot/BaseScreenshot/shells/Macbook.js +51 -0
- package/es/Screenshot/BaseScreenshot/shells/Phone.js +36 -0
- package/es/Screenshot/demo/images/bg-00.jpg +0 -0
- package/es/Screenshot/demo/images/bg-01.jpg +0 -0
- package/es/Screenshot/demo/images/bg-02.jpg +0 -0
- package/es/Screenshot/demo/images/bg-03.jpg +0 -0
- package/es/Screenshot/demo/images/bg-04.jpg +0 -0
- package/es/Screenshot/demo/images/bg-05.jpg +0 -0
- package/es/Screenshot/demo/images/bg-06.jpg +0 -0
- package/es/Screenshot/demo/images/bg-07.jpg +0 -0
- package/es/Screenshot/demo/images/bg-08.jpg +0 -0
- package/es/Screenshot/demo/images/bg-09.jpg +0 -0
- package/es/Screenshot/devices.css +1366 -0
- package/es/Screenshot/index.js +299 -0
- package/es/SessionManager/federated-login-detecter.js +166 -0
- package/es/SessionManager/index.js +468 -0
- package/es/SessionManager/user-popper.js +132 -0
- package/es/Sparkline/index.js +193 -0
- package/es/Spinner/index.js +28 -0
- package/es/SplitButton/index.js +144 -0
- package/es/Switch/index.js +96 -0
- package/es/Tabs/index.js +48 -0
- package/es/Tag/index.js +108 -0
- package/es/TextCollapse/index.js +92 -0
- package/es/Theme/index.js +16 -0
- package/es/Theme/theme-provider.js +39 -0
- package/es/Theme/theme.js +133 -0
- package/es/Toast/index.js +95 -0
- package/es/Util/deprecate.js +28 -0
- package/es/Util/index.js +298 -0
- package/es/Util/wallet.js +32 -0
- package/es/Video/index.js +89 -0
- package/es/Wallet/Action.js +119 -0
- package/es/Wallet/Download.js +331 -0
- package/es/Wallet/Open.js +45 -0
- package/es/Wallet/images/abtwallet.png +0 -0
- package/es/Wallet/images/android_download.svg +23 -0
- package/es/Wallet/images/app-store.svg +20 -0
- package/es/Wallet/images/google-play.svg +70 -0
- package/es/WebWalletSWKeeper/index.js +115 -0
- package/es/WechatPrompt/images/android.png +0 -0
- package/es/WechatPrompt/images/ios.png +0 -0
- package/es/WechatPrompt/index.js +88 -0
- package/es/index.js +38 -0
- package/es/withTheme/index.js +69 -0
- package/es/withTracker/README.md +34 -0
- package/es/withTracker/error_boundary.js +34 -0
- package/es/withTracker/index.js +56 -0
- package/package.json +272 -5
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@arcblock/ux",
|
3
|
-
"version": "2.
|
3
|
+
"version": "2.7.1",
|
4
4
|
"description": "Common used react components for arcblock products",
|
5
5
|
"keywords": [
|
6
6
|
"react",
|
@@ -11,6 +11,7 @@
|
|
11
11
|
"homepage": "https://github.com/ArcBlock/ux#readme",
|
12
12
|
"license": "Apache-2.0",
|
13
13
|
"main": "lib/index.js",
|
14
|
+
"module": "es/index.js",
|
14
15
|
"repository": {
|
15
16
|
"type": "git",
|
16
17
|
"url": "git+https://github.com/ArcBlock/ux.git"
|
@@ -18,7 +19,10 @@
|
|
18
19
|
"scripts": {
|
19
20
|
"lint": "eslint src tests --ext js --ext jsx",
|
20
21
|
"lint:fix": "npm run lint -- --fix",
|
21
|
-
"build": "
|
22
|
+
"build": "npm run build:lib && npm run build:es && npm run autoexports",
|
23
|
+
"build:lib": "babel src --out-dir lib --copy-files --no-copy-ignored",
|
24
|
+
"build:es": "babel --config-file ./babel.config.es.js src --out-dir es --copy-files --no-copy-ignored",
|
25
|
+
"autoexports": "node tools/auto-exports.js",
|
22
26
|
"watch": "babel src --out-dir lib -w --copy-files --no-copy-ignored",
|
23
27
|
"precommit": "CI=1 npm run lint",
|
24
28
|
"prepush": "CI=1 npm run lint",
|
@@ -32,6 +36,268 @@
|
|
32
36
|
"publishConfig": {
|
33
37
|
"access": "public"
|
34
38
|
},
|
39
|
+
"exports": {
|
40
|
+
".": {
|
41
|
+
"import": "./es/index.js",
|
42
|
+
"require": "./lib/index.js"
|
43
|
+
},
|
44
|
+
"./lib/": {
|
45
|
+
"import": "./es/",
|
46
|
+
"require": "./lib/"
|
47
|
+
},
|
48
|
+
"./lib/ActionButton": {
|
49
|
+
"import": "./es/ActionButton/index.js",
|
50
|
+
"require": "./lib/ActionButton/index.js"
|
51
|
+
},
|
52
|
+
"./lib/ActivityIndicator": {
|
53
|
+
"import": "./es/ActivityIndicator/index.js",
|
54
|
+
"require": "./lib/ActivityIndicator/index.js"
|
55
|
+
},
|
56
|
+
"./lib/Address": {
|
57
|
+
"import": "./es/Address/index.js",
|
58
|
+
"require": "./lib/Address/index.js"
|
59
|
+
},
|
60
|
+
"./lib/Alert": {
|
61
|
+
"import": "./es/Alert/index.js",
|
62
|
+
"require": "./lib/Alert/index.js"
|
63
|
+
},
|
64
|
+
"./lib/AnimationWaiter": {
|
65
|
+
"import": "./es/AnimationWaiter/index.js",
|
66
|
+
"require": "./lib/AnimationWaiter/index.js"
|
67
|
+
},
|
68
|
+
"./lib/Async": {
|
69
|
+
"import": "./es/Async/index.js",
|
70
|
+
"require": "./lib/Async/index.js"
|
71
|
+
},
|
72
|
+
"./lib/Avatar": {
|
73
|
+
"import": "./es/Avatar/index.js",
|
74
|
+
"require": "./lib/Avatar/index.js"
|
75
|
+
},
|
76
|
+
"./lib/Badge": {
|
77
|
+
"import": "./es/Badge/index.js",
|
78
|
+
"require": "./lib/Badge/index.js"
|
79
|
+
},
|
80
|
+
"./lib/Blocklet": {
|
81
|
+
"import": "./es/Blocklet/index.js",
|
82
|
+
"require": "./lib/Blocklet/index.js"
|
83
|
+
},
|
84
|
+
"./lib/BlockletNFT": {
|
85
|
+
"import": "./es/BlockletNFT/index.js",
|
86
|
+
"require": "./lib/BlockletNFT/index.js"
|
87
|
+
},
|
88
|
+
"./lib/Button": {
|
89
|
+
"import": "./es/Button/index.js",
|
90
|
+
"require": "./lib/Button/index.js"
|
91
|
+
},
|
92
|
+
"./lib/ButtonGroup": {
|
93
|
+
"import": "./es/ButtonGroup/index.js",
|
94
|
+
"require": "./lib/ButtonGroup/index.js"
|
95
|
+
},
|
96
|
+
"./lib/CardSelector": {
|
97
|
+
"import": "./es/CardSelector/index.js",
|
98
|
+
"require": "./lib/CardSelector/index.js"
|
99
|
+
},
|
100
|
+
"./lib/Center": {
|
101
|
+
"import": "./es/Center/index.js",
|
102
|
+
"require": "./lib/Center/index.js"
|
103
|
+
},
|
104
|
+
"./lib/ClickToCopy": {
|
105
|
+
"import": "./es/ClickToCopy/index.js",
|
106
|
+
"require": "./lib/ClickToCopy/index.js"
|
107
|
+
},
|
108
|
+
"./lib/CodeBlock": {
|
109
|
+
"import": "./es/CodeBlock/index.js",
|
110
|
+
"require": "./lib/CodeBlock/index.js"
|
111
|
+
},
|
112
|
+
"./lib/Colors": {
|
113
|
+
"import": "./es/Colors/index.js",
|
114
|
+
"require": "./lib/Colors/index.js"
|
115
|
+
},
|
116
|
+
"./lib/ContactForm": {
|
117
|
+
"import": "./es/ContactForm/index.js",
|
118
|
+
"require": "./lib/ContactForm/index.js"
|
119
|
+
},
|
120
|
+
"./lib/CookieConsent": {
|
121
|
+
"import": "./es/CookieConsent/index.js",
|
122
|
+
"require": "./lib/CookieConsent/index.js"
|
123
|
+
},
|
124
|
+
"./lib/CountDown": {
|
125
|
+
"import": "./es/CountDown/index.js",
|
126
|
+
"require": "./lib/CountDown/index.js"
|
127
|
+
},
|
128
|
+
"./lib/DID": {
|
129
|
+
"import": "./es/DID/index.js",
|
130
|
+
"require": "./lib/DID/index.js"
|
131
|
+
},
|
132
|
+
"./lib/Datatable": {
|
133
|
+
"import": "./es/Datatable/index.js",
|
134
|
+
"require": "./lib/Datatable/index.js"
|
135
|
+
},
|
136
|
+
"./lib/Dialog": {
|
137
|
+
"import": "./es/Dialog/index.js",
|
138
|
+
"require": "./lib/Dialog/index.js"
|
139
|
+
},
|
140
|
+
"./lib/DidLogo": {
|
141
|
+
"import": "./es/DidLogo/index.js",
|
142
|
+
"require": "./lib/DidLogo/index.js"
|
143
|
+
},
|
144
|
+
"./lib/DriftBot": {
|
145
|
+
"import": "./es/DriftBot/index.js",
|
146
|
+
"require": "./lib/DriftBot/index.js"
|
147
|
+
},
|
148
|
+
"./lib/Earth": {
|
149
|
+
"import": "./es/Earth/index.js",
|
150
|
+
"require": "./lib/Earth/index.js"
|
151
|
+
},
|
152
|
+
"./lib/Empty": {
|
153
|
+
"import": "./es/Empty/index.js",
|
154
|
+
"require": "./lib/Empty/index.js"
|
155
|
+
},
|
156
|
+
"./lib/ErrorBoundary": {
|
157
|
+
"import": "./es/ErrorBoundary/index.js",
|
158
|
+
"require": "./lib/ErrorBoundary/index.js"
|
159
|
+
},
|
160
|
+
"./lib/Footer": {
|
161
|
+
"import": "./es/Footer/index.js",
|
162
|
+
"require": "./lib/Footer/index.js"
|
163
|
+
},
|
164
|
+
"./lib/Header": {
|
165
|
+
"import": "./es/Header/index.js",
|
166
|
+
"require": "./lib/Header/index.js"
|
167
|
+
},
|
168
|
+
"./lib/Icon": {
|
169
|
+
"import": "./es/Icon/index.js",
|
170
|
+
"require": "./lib/Icon/index.js"
|
171
|
+
},
|
172
|
+
"./lib/Img": {
|
173
|
+
"import": "./es/Img/index.js",
|
174
|
+
"require": "./lib/Img/index.js"
|
175
|
+
},
|
176
|
+
"./lib/InfoRow": {
|
177
|
+
"import": "./es/InfoRow/index.js",
|
178
|
+
"require": "./lib/InfoRow/index.js"
|
179
|
+
},
|
180
|
+
"./lib/Layout/dashboard-legacy": {
|
181
|
+
"import": "./es/Layout/dashboard-legacy/index.js",
|
182
|
+
"require": "./lib/Layout/dashboard-legacy/index.js"
|
183
|
+
},
|
184
|
+
"./lib/Layout/dashboard": {
|
185
|
+
"import": "./es/Layout/dashboard/index.js",
|
186
|
+
"require": "./lib/Layout/dashboard/index.js"
|
187
|
+
},
|
188
|
+
"./lib/Layout": {
|
189
|
+
"import": "./es/Layout/index.js",
|
190
|
+
"require": "./lib/Layout/index.js"
|
191
|
+
},
|
192
|
+
"./lib/Logo": {
|
193
|
+
"import": "./es/Logo/index.js",
|
194
|
+
"require": "./lib/Logo/index.js"
|
195
|
+
},
|
196
|
+
"./lib/Metric": {
|
197
|
+
"import": "./es/Metric/index.js",
|
198
|
+
"require": "./lib/Metric/index.js"
|
199
|
+
},
|
200
|
+
"./lib/NFTDisplay": {
|
201
|
+
"import": "./es/NFTDisplay/index.js",
|
202
|
+
"require": "./lib/NFTDisplay/index.js"
|
203
|
+
},
|
204
|
+
"./lib/NavMenu": {
|
205
|
+
"import": "./es/NavMenu/index.js",
|
206
|
+
"require": "./lib/NavMenu/index.js"
|
207
|
+
},
|
208
|
+
"./lib/PageScroller": {
|
209
|
+
"import": "./es/PageScroller/index.js",
|
210
|
+
"require": "./lib/PageScroller/index.js"
|
211
|
+
},
|
212
|
+
"./lib/PricingTable": {
|
213
|
+
"import": "./es/PricingTable/index.js",
|
214
|
+
"require": "./lib/PricingTable/index.js"
|
215
|
+
},
|
216
|
+
"./lib/QRCode": {
|
217
|
+
"import": "./es/QRCode/index.js",
|
218
|
+
"require": "./lib/QRCode/index.js"
|
219
|
+
},
|
220
|
+
"./lib/RelativeTime": {
|
221
|
+
"import": "./es/RelativeTime/index.js",
|
222
|
+
"require": "./lib/RelativeTime/index.js"
|
223
|
+
},
|
224
|
+
"./lib/Result": {
|
225
|
+
"import": "./es/Result/index.js",
|
226
|
+
"require": "./lib/Result/index.js"
|
227
|
+
},
|
228
|
+
"./lib/Screenshot/BaseScreenshot": {
|
229
|
+
"import": "./es/Screenshot/BaseScreenshot/index.js",
|
230
|
+
"require": "./lib/Screenshot/BaseScreenshot/index.js"
|
231
|
+
},
|
232
|
+
"./lib/Screenshot": {
|
233
|
+
"import": "./es/Screenshot/index.js",
|
234
|
+
"require": "./lib/Screenshot/index.js"
|
235
|
+
},
|
236
|
+
"./lib/SessionManager": {
|
237
|
+
"import": "./es/SessionManager/index.js",
|
238
|
+
"require": "./lib/SessionManager/index.js"
|
239
|
+
},
|
240
|
+
"./lib/Sparkline": {
|
241
|
+
"import": "./es/Sparkline/index.js",
|
242
|
+
"require": "./lib/Sparkline/index.js"
|
243
|
+
},
|
244
|
+
"./lib/Spinner": {
|
245
|
+
"import": "./es/Spinner/index.js",
|
246
|
+
"require": "./lib/Spinner/index.js"
|
247
|
+
},
|
248
|
+
"./lib/SplitButton": {
|
249
|
+
"import": "./es/SplitButton/index.js",
|
250
|
+
"require": "./lib/SplitButton/index.js"
|
251
|
+
},
|
252
|
+
"./lib/Switch": {
|
253
|
+
"import": "./es/Switch/index.js",
|
254
|
+
"require": "./lib/Switch/index.js"
|
255
|
+
},
|
256
|
+
"./lib/Tabs": {
|
257
|
+
"import": "./es/Tabs/index.js",
|
258
|
+
"require": "./lib/Tabs/index.js"
|
259
|
+
},
|
260
|
+
"./lib/Tag": {
|
261
|
+
"import": "./es/Tag/index.js",
|
262
|
+
"require": "./lib/Tag/index.js"
|
263
|
+
},
|
264
|
+
"./lib/TextCollapse": {
|
265
|
+
"import": "./es/TextCollapse/index.js",
|
266
|
+
"require": "./lib/TextCollapse/index.js"
|
267
|
+
},
|
268
|
+
"./lib/Theme": {
|
269
|
+
"import": "./es/Theme/index.js",
|
270
|
+
"require": "./lib/Theme/index.js"
|
271
|
+
},
|
272
|
+
"./lib/Toast": {
|
273
|
+
"import": "./es/Toast/index.js",
|
274
|
+
"require": "./lib/Toast/index.js"
|
275
|
+
},
|
276
|
+
"./lib/Util": {
|
277
|
+
"import": "./es/Util/index.js",
|
278
|
+
"require": "./lib/Util/index.js"
|
279
|
+
},
|
280
|
+
"./lib/Video": {
|
281
|
+
"import": "./es/Video/index.js",
|
282
|
+
"require": "./lib/Video/index.js"
|
283
|
+
},
|
284
|
+
"./lib/WebWalletSWKeeper": {
|
285
|
+
"import": "./es/WebWalletSWKeeper/index.js",
|
286
|
+
"require": "./lib/WebWalletSWKeeper/index.js"
|
287
|
+
},
|
288
|
+
"./lib/WechatPrompt": {
|
289
|
+
"import": "./es/WechatPrompt/index.js",
|
290
|
+
"require": "./lib/WechatPrompt/index.js"
|
291
|
+
},
|
292
|
+
"./lib/withTheme": {
|
293
|
+
"import": "./es/withTheme/index.js",
|
294
|
+
"require": "./lib/withTheme/index.js"
|
295
|
+
},
|
296
|
+
"./lib/withTracker": {
|
297
|
+
"import": "./es/withTracker/index.js",
|
298
|
+
"require": "./lib/withTracker/index.js"
|
299
|
+
}
|
300
|
+
},
|
35
301
|
"devDependencies": {
|
36
302
|
"@babel/cli": "^7.19.3",
|
37
303
|
"@babel/core": "^7.19.3",
|
@@ -40,6 +306,7 @@
|
|
40
306
|
"@babel/preset-react": "^7.18.6",
|
41
307
|
"babel-plugin-inline-react-svg": "^1.1.2",
|
42
308
|
"eslint-plugin-react-hooks": "^4.6.0",
|
309
|
+
"glob": "^10.3.3",
|
43
310
|
"jest": "^28.1.3",
|
44
311
|
"jest-environment-jsdom": "^29.5.0",
|
45
312
|
"moment-timezone": "^0.5.37"
|
@@ -47,11 +314,11 @@
|
|
47
314
|
"peerDependencies": {
|
48
315
|
"react": ">=18.1.0"
|
49
316
|
},
|
50
|
-
"gitHead": "
|
317
|
+
"gitHead": "533c4b66af7cf36f23f0727af2082f95efae9b40",
|
51
318
|
"dependencies": {
|
52
319
|
"@arcblock/did-motif": "^1.1.13",
|
53
|
-
"@arcblock/icons": "^2.
|
54
|
-
"@arcblock/react-hooks": "^2.
|
320
|
+
"@arcblock/icons": "^2.7.1",
|
321
|
+
"@arcblock/react-hooks": "^2.7.1",
|
55
322
|
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
56
323
|
"@emotion/react": "^11.10.4",
|
57
324
|
"@emotion/styled": "^11.10.4",
|