ods-component-lib 1.17.33 → 1.17.35

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.
package/dist/index.js CHANGED
@@ -599,8 +599,9 @@ function OdsPhoneInput(props) {
599
599
  enableSearch: props === null || props === void 0 ? void 0 : props.enableSearchField,
600
600
  value: props === null || props === void 0 ? void 0 : props.value,
601
601
  onChange: props === null || props === void 0 ? void 0 : props.onChange,
602
+ placeholder: props === null || props === void 0 ? void 0 : props.placeholder,
602
603
  inputProps: {
603
- required: true
604
+ required: props === null || props === void 0 ? void 0 : props.required
604
605
  }
605
606
  }));
606
607
  }
@@ -1239,7 +1240,8 @@ function grid(props, dataGridRef) {
1239
1240
  style: {
1240
1241
  width: "100%",
1241
1242
  overflowX: 'hidden',
1242
- overflowY: "hidden"
1243
+ overflowY: "hidden",
1244
+ marginTop: "10px"
1243
1245
  }
1244
1246
  }, React__default.createElement(dataGrid.DataGrid, {
1245
1247
  dataSource: props.dataSource,