@blocklet/editor 2.4.95 → 2.4.97

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.
@@ -127,7 +127,7 @@ export default function Field({ name, type, default: defaultVal, required, depre
127
127
  pt: 1.25,
128
128
  pb: 2.5,
129
129
  my: 1.25,
130
- '&:last-child': {
130
+ '& &:last-child': {
131
131
  borderBottom: 'none',
132
132
  },
133
133
  }, children: [_jsxs(Bar, { children: [_jsx(Box, { sx: { color: 'primary.main', fontWeight: 500 }, children: name }), !isMobile && metaInfo] }), isMobile && _jsx(Bar, { sx: { mt: 1.25 }, children: metaInfo }), desc && _jsx(Box, { sx: { color: 'text.secondary', mt: 2 }, children: desc }), renderChildren()] }));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blocklet/editor",
3
- "version": "2.4.95",
3
+ "version": "2.4.97",
4
4
  "main": "lib/index.js",
5
5
  "sideEffects": false,
6
6
  "publishConfig": {
@@ -73,7 +73,7 @@
73
73
  "ufo": "^1.5.4",
74
74
  "url-join": "^4.0.1",
75
75
  "zustand": "^4.5.5",
76
- "@blocklet/pdf": "2.4.95"
76
+ "@blocklet/pdf": "2.4.97"
77
77
  },
78
78
  "devDependencies": {
79
79
  "@babel/core": "^7.25.2",