Skip to content

Commit

Permalink
lock: update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
chenshuai2144 committed Jul 4, 2023
1 parent a6ee785 commit 5da86a4
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 51 deletions.
2 changes: 1 addition & 1 deletion packages/field/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@babel/runtime": "^7.18.0",
"@chenshuai2144/sketch-color": "^1.0.8",
"classnames": "^2.3.2",
"dayjs": "^1.11.8",
"dayjs": "^1.11.9",
"lodash.tonumber": "^4.0.3",
"omit.js": "^2.0.2",
"rc-util": "^5.4.0",
Expand Down
5 changes: 3 additions & 2 deletions packages/layout/src/components/Help/ProHelpPanel.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { CloseOutlined, ProfileOutlined } from '@ant-design/icons';
import { isNeedOpenHash, ProProvider } from '@ant-design/pro-provider';
import { coverToNewToken } from '@ant-design/pro-utils';
import { Card, ConfigProvider, Menu } from 'antd';
import useMergedState from 'rc-util/es/hooks/useMergedState';
import React, { useContext, useMemo, useState } from 'react';
Expand Down Expand Up @@ -221,7 +222,7 @@ export const ProHelpPanel: React.FC<ProHelpPanelProps> = ({
theme={{
hashed: isNeedOpenHash(),
components: {
Menu: {
Menu: coverToNewToken({
lineHeight: 1.2,
controlHeightLG: 26,
fontSize: 12,
Expand All @@ -248,7 +249,7 @@ export const ProHelpPanel: React.FC<ProHelpPanelProps> = ({
colorBgElevated:
token?.layout?.sider?.colorBgMenuItemCollapsedElevated ||
'#fff',
},
}),
},
}}
>
Expand Down
2 changes: 1 addition & 1 deletion packages/list/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@ant-design/pro-utils": "2.12.2",
"@babel/runtime": "^7.18.0",
"classnames": "^2.3.2",
"dayjs": "^1.11.8",
"dayjs": "^1.11.9",
"rc-resize-observer": "^1.0.0",
"rc-util": "^4.19.0",
"use-media-antd-query": "^1.1.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"> 1%"
],
"dependencies": {
"@ant-design/cssinjs": "^1.9.1",
"@ant-design/cssinjs": "^1.11.0",
"@babel/runtime": "^7.18.0",
"@ctrl/tinycolor": "^3.4.0",
"rc-util": "^5.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/table/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@dnd-kit/sortable": "^7.0.2",
"@dnd-kit/utilities": "^3.2.1",
"classnames": "^2.3.2",
"dayjs": "^1.11.8",
"dayjs": "^1.11.9",
"omit.js": "^2.0.2",
"rc-resize-observer": "^1.0.0",
"rc-util": "^5.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@ant-design/pro-provider": "2.10.5",
"@babel/runtime": "^7.18.0",
"classnames": "^2.3.2",
"dayjs": "^1.11.8",
"dayjs": "^1.11.9",
"rc-util": "^5.0.6",
"swr": "^2.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/src/components/FieldLabel/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ const FieldLabelFunction: React.ForwardRefRenderFunction<
);
}
return (
<span style={{ display: 'flex' }}>
<span key={index} style={{ display: 'flex' }}>
{item}
{comma}
</span>
Expand Down
62 changes: 19 additions & 43 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5da86a4

Please sign in to comment.