@arcblock/ux 2.7.22 → 2.7.24

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.
@@ -98,7 +98,7 @@ Footer.propTypes = {
98
98
  };
99
99
  Footer.defaultProps = {
100
100
  dark: false,
101
- brand: 'ArcBlock, Inc.',
101
+ brand: 'ArcBlock',
102
102
  copyStart: '2017',
103
103
  className: '',
104
104
  style: {},
@@ -107,7 +107,7 @@ Footer.propTypes = {
107
107
  };
108
108
  Footer.defaultProps = {
109
109
  dark: false,
110
- brand: 'ArcBlock, Inc.',
110
+ brand: 'ArcBlock',
111
111
  copyStart: '2017',
112
112
  className: '',
113
113
  style: {},
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcblock/ux",
3
- "version": "2.7.22",
3
+ "version": "2.7.24",
4
4
  "description": "Common used react components for arcblock products",
5
5
  "keywords": [
6
6
  "react",
@@ -322,11 +322,11 @@
322
322
  "peerDependencies": {
323
323
  "react": ">=18.1.0"
324
324
  },
325
- "gitHead": "09ea2ed5bc7fdbe617078b82f6c940d0e6507500",
325
+ "gitHead": "a6e7be2c901fb69d0bbe7b350dab1d5af3fcd0af",
326
326
  "dependencies": {
327
327
  "@arcblock/did-motif": "^1.1.13",
328
- "@arcblock/icons": "^2.7.22",
329
- "@arcblock/react-hooks": "^2.7.22",
328
+ "@arcblock/icons": "^2.7.24",
329
+ "@arcblock/react-hooks": "^2.7.24",
330
330
  "@babel/plugin-syntax-dynamic-import": "^7.8.3",
331
331
  "@emotion/react": "^11.10.4",
332
332
  "@emotion/styled": "^11.10.4",
@@ -61,7 +61,7 @@ Footer.propTypes = {
61
61
 
62
62
  Footer.defaultProps = {
63
63
  dark: false,
64
- brand: 'ArcBlock, Inc.',
64
+ brand: 'ArcBlock',
65
65
  copyStart: '2017',
66
66
  className: '',
67
67
  style: {},