oa-componentbook 0.18.248 → 0.18.249

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.
@@ -284,7 +284,7 @@ function AddSparePartCollapseWidget(_ref) {
284
284
  }, /*#__PURE__*/_react.default.createElement(_Typography.default, {
285
285
  className: "type-b2-400",
286
286
  color: "primary-content"
287
- }, "HSN Code")), /*#__PURE__*/_react.default.createElement(_CustomInput.default, {
287
+ }, "HSN Code")), !disableHsn && /*#__PURE__*/_react.default.createElement(_CustomInput.default, {
288
288
  placeholder: "HSN Code",
289
289
  onChange: e => onFieldChange(item.id, 'hsnId', e.target.value),
290
290
  value: ((_formValues$item$id7 = formValues[item.id]) === null || _formValues$item$id7 === void 0 ? void 0 : _formValues$item$id7.hsnId) || '',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oa-componentbook",
3
- "version": "0.18.248",
3
+ "version": "0.18.249",
4
4
  "private": false,
5
5
  "description": "Reusable components",
6
6
  "main": "build/index.js",