px-react-ui-components 1.1.23 → 1.1.24

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.
@@ -273,7 +273,7 @@ function MyFileUpload({
273
273
  className: _MyFileUploadModule.default.myFileUploadButton + (classNameButton != null ? " " + classNameButton : ''),
274
274
  onClick: () => fileInputRef.current.click(),
275
275
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_md.MdOutlineAttachFile, {
276
- className: +(classNameButtonIcon != null ? " " + classNameButtonIcon : '')
276
+ className: classNameButtonIcon != null ? classNameButtonIcon : ''
277
277
  })
278
278
  })]
279
279
  })]
@@ -296,7 +296,7 @@ function MyFileUpload({
296
296
  className: _MyFileUploadModule.default.myFileUploadButton + (classNameButton != null ? " " + classNameButton : ''),
297
297
  onClick: () => setCameraopen(true),
298
298
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_pi.PiCamera, {
299
- className: +(classNameButtonIcon != null ? " " + classNameButtonIcon : '')
299
+ className: classNameButtonIcon != null ? classNameButtonIcon : ''
300
300
  })
301
301
  })
302
302
  })]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "px-react-ui-components",
3
- "version": "1.1.23",
3
+ "version": "1.1.24",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.js",
6
6
  "type": "commonjs",