szld-libs 0.3.91 → 0.3.92

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.
@@ -102,7 +102,7 @@ const DynamicForm = forwardRef((props, ref) => {
102
102
  instructionShowMode,
103
103
  relatedid,
104
104
  form,
105
- defaultWidth: (formListItemWidth == null ? void 0 : formListItemWidth[index]) || defaultWidth,
105
+ defaultWidth: defaultWidth - 30,
106
106
  formItemStyle,
107
107
  isFormListItem: true,
108
108
  formListField: field,
@@ -103,7 +103,7 @@ const DynamicForm = react.forwardRef((props, ref) => {
103
103
  instructionShowMode,
104
104
  relatedid,
105
105
  form,
106
- defaultWidth: (formListItemWidth == null ? void 0 : formListItemWidth[index]) || defaultWidth,
106
+ defaultWidth: defaultWidth - 30,
107
107
  formItemStyle,
108
108
  isFormListItem: true,
109
109
  formListField: field,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "szld-libs",
3
3
  "private": false,
4
- "version": "0.3.91",
4
+ "version": "0.3.92",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "dev": "vite",