@oliasoft-open-source/react-ui-library 5.8.0-beta-6 → 5.8.1-beta-1

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.
Files changed (2) hide show
  1. package/dist/index.js +2 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -6938,7 +6938,8 @@ var normalizeUnits = (e) => e.reduce(({ preferredUnits: e, storageUnits: t }, {
6938
6938
  unitKey: o,
6939
6939
  value: e.target.value
6940
6940
  }),
6941
- testId: a
6941
+ testId: a,
6942
+ style: e.style
6942
6943
  };
6943
6944
  }
6944
6945
  return e;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oliasoft-open-source/react-ui-library",
3
- "version": "5.8.0-beta-6",
3
+ "version": "5.8.1-beta-1",
4
4
  "description": "Reusable UI components for React projects",
5
5
  "homepage": "https://oliasoft-open-source.gitlab.io/react-ui-library",
6
6
  "bugs": {