@lowdefy/blocks-antd 5.2.0 → 5.3.0

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.
@@ -59,7 +59,8 @@ const PageHeaderMenu = ({ basePath, blockId, classNames = {}, components: { Icon
59
59
  styles: {
60
60
  element: mergeObjects([
61
61
  {
62
- background: 'var(--ant-color-bg-container)'
62
+ background: 'var(--ant-color-bg-container)',
63
+ borderBottom: '1px solid var(--ant-color-border)'
63
64
  },
64
65
  styles.header
65
66
  ])
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lowdefy/blocks-antd",
3
- "version": "5.2.0",
3
+ "version": "5.3.0",
4
4
  "license": "Apache-2.0",
5
5
  "description": "Lowdefy Ant Design Blocks",
6
6
  "homepage": "https://lowdefy.com",
@@ -45,8 +45,8 @@
45
45
  ],
46
46
  "dependencies": {
47
47
  "@ant-design/icons": "6.1.0",
48
- "@lowdefy/block-utils": "5.2.0",
49
- "@lowdefy/helpers": "5.2.0",
48
+ "@lowdefy/block-utils": "5.3.0",
49
+ "@lowdefy/helpers": "5.3.0",
50
50
  "@rc-component/motion": "1.3.1",
51
51
  "classnames": "2.3.2",
52
52
  "dayjs": "1.11.19",
@@ -58,9 +58,9 @@
58
58
  "react-dom": ">=18"
59
59
  },
60
60
  "devDependencies": {
61
- "@lowdefy/block-dev-e2e": "5.2.0",
62
- "@lowdefy/e2e-utils": "5.2.0",
63
- "@lowdefy/node-utils": "5.2.0",
61
+ "@lowdefy/block-dev-e2e": "5.3.0",
62
+ "@lowdefy/e2e-utils": "5.3.0",
63
+ "@lowdefy/node-utils": "5.3.0",
64
64
  "@playwright/test": "1.50.1",
65
65
  "@swc/cli": "0.8.0",
66
66
  "@swc/core": "1.15.18",