px-react-ui-components 1.1.27 → 1.1.28

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.
@@ -285,7 +285,6 @@ function MyFileUpload({
285
285
  textTransform: "uppercase",
286
286
  letterSpacing: "0.05em"
287
287
  },
288
- className: labelClassName ? labelClassName : '',
289
288
  children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("span", {
290
289
  style: {
291
290
  display: 'flex',
@@ -293,6 +292,7 @@ function MyFileUpload({
293
292
  gap: '5px'
294
293
  },
295
294
  children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("span", {
295
+ className: labelClassName ? labelClassName : '',
296
296
  children: label
297
297
  }), required && /*#__PURE__*/(0, _jsxRuntime.jsx)("span", {
298
298
  style: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "px-react-ui-components",
3
- "version": "1.1.27",
3
+ "version": "1.1.28",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.js",
6
6
  "type": "commonjs",