beer-assembly-biz 1.1.1-alpha.23 → 1.1.1-alpha.25

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.
Files changed (2) hide show
  1. package/AppLayout.js +1 -0
  2. package/package.json +2 -2
package/AppLayout.js CHANGED
@@ -180,6 +180,7 @@ const Component = (props) => {
180
180
  paddingInlineLayoutMenu: 4,
181
181
  colorMenuBackground: '#fff',
182
182
  colorTextMenu: 'rgb(87, 89, 102)',
183
+ colorTextMenuSelected: 'rgb(51, 51, 51)',
183
184
  colorBgMenuItemSelected: 'rgba(0,0,0,0.08)'
184
185
  },
185
186
  pageContainer: {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "beer-assembly-biz",
3
3
  "private": false,
4
- "version": "1.1.1-alpha.23",
4
+ "version": "1.1.1-alpha.25",
5
5
  "scripts": {
6
6
  "pub-w": "tsc && copy package.json .\\dist\\package.json && npm publish ./dist",
7
7
  "pub-m": "tsc && cp -a src/icon ./dist && cp -a src/fonts ./dist && cp -a src/images ./dist && cp package.json ./dist/package.json && npm publish ./dist"
@@ -10,7 +10,7 @@
10
10
  "@ant-design/icons": "^5.2.6",
11
11
  "@ant-design/pro-components": "^2.6.49",
12
12
  "@emotion/css": "^11.11.2",
13
- "antd": "^5.10.0",
13
+ "antd": "^5.21.0",
14
14
  "beer-network": "^1.1.1-alpha.17",
15
15
  "beer-assembly": "^1.1.1-alpha.73",
16
16
  "dayjs": "^1.11.13",