@arcblock/ux 2.7.0 → 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/package.json +4 -4
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@arcblock/ux",
|
3
|
-
"version": "2.7.
|
3
|
+
"version": "2.7.1",
|
4
4
|
"description": "Common used react components for arcblock products",
|
5
5
|
"keywords": [
|
6
6
|
"react",
|
@@ -314,11 +314,11 @@
|
|
314
314
|
"peerDependencies": {
|
315
315
|
"react": ">=18.1.0"
|
316
316
|
},
|
317
|
-
"gitHead": "
|
317
|
+
"gitHead": "533c4b66af7cf36f23f0727af2082f95efae9b40",
|
318
318
|
"dependencies": {
|
319
319
|
"@arcblock/did-motif": "^1.1.13",
|
320
|
-
"@arcblock/icons": "^2.7.
|
321
|
-
"@arcblock/react-hooks": "^2.7.
|
320
|
+
"@arcblock/icons": "^2.7.1",
|
321
|
+
"@arcblock/react-hooks": "^2.7.1",
|
322
322
|
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
323
323
|
"@emotion/react": "^11.10.4",
|
324
324
|
"@emotion/styled": "^11.10.4",
|