ronds-metadata 1.2.59 → 1.2.60

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.
@@ -202,14 +202,13 @@ function Index(props) {
202
202
  })))), /*#__PURE__*/React.createElement(_Col, {
203
203
  flex: !(extraInfo === null || extraInfo === void 0 ? void 0 : extraInfo.titleHidden) && labelSpan && (formContext === null || formContext === void 0 ? void 0 : formContext.layout) === 'horizontal' ? "0 0 ".concat((24 - labelSpan) * 100 / 24, "%") : 1
204
204
  }, /*#__PURE__*/React.createElement("div", {
205
- style: {
206
- padding: '10px',
205
+ style: !(extraInfo === null || extraInfo === void 0 ? void 0 : extraInfo.borderHidden) ? {
206
+ padding: '10px 10px 0 10px',
207
207
  border: '1px solid var(--ronds-metadata-color-border-1)',
208
208
  width: '100%',
209
209
  borderRadius: '4px',
210
- margin: '0 0 8px',
211
210
  display: "".concat(formContext.isFoldForm && isFold ? 'none' : '')
212
- }
211
+ } : {}
213
212
  }, /*#__PURE__*/React.createElement(MetadataRefContext.Provider, {
214
213
  value: {
215
214
  fields: refFieldsRef.current
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "public": true,
3
3
  "name": "ronds-metadata",
4
- "version": "1.2.59",
4
+ "version": "1.2.60",
5
5
  "scripts": {
6
6
  "start": "dumi dev",
7
7
  "docs:build": "dumi build",