ronds-metadata 1.1.57 → 1.1.58

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.
@@ -226,6 +226,7 @@ function Index(props) {
226
226
  border: '1px solid var(--ronds-metadata-color-border-1)',
227
227
  width: '100%',
228
228
  borderRadius: '4px',
229
+ margin: '0 0 8px',
229
230
  display: "".concat(formContext.isFoldForm && isFold ? 'none' : '')
230
231
  }
231
232
  }, /*#__PURE__*/React.createElement(MetadataRefContext.Provider, {
@@ -241,7 +242,8 @@ function Index(props) {
241
242
  padding: '10px',
242
243
  border: '1px solid var(--ronds-metadata-color-border-1)',
243
244
  width: '100%',
244
- borderRadius: '4px'
245
+ borderRadius: '4px',
246
+ margin: '0 0 8px'
245
247
  }
246
248
  }, /*#__PURE__*/React.createElement(MetadataRefContext.Provider, {
247
249
  value: {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "public": true,
3
3
  "name": "ronds-metadata",
4
- "version": "1.1.57",
4
+ "version": "1.1.58",
5
5
  "scripts": {
6
6
  "start": "dumi dev",
7
7
  "docs:build": "dumi build",