hplx-react-elements-dev 1.1.25 → 1.1.26

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/esm/index.js CHANGED
@@ -4934,7 +4934,7 @@ var RadioBtn = function RadioBtn(_a) {
4934
4934
  }), jsxRuntime.exports.jsx("div", {
4935
4935
  className: "".concat(getIconTypeClassName(iconfile, size, disabled))
4936
4936
  }), jsxRuntime.exports.jsxs("label", __assign({
4937
- className: " ".concat(size === "sm" ? "peer-checked:hplxt-mx-[20.85px]" : "peer-checked:hplxt-mx-[22px]", " hplxt-mx-4 ").concat(getLabelStyle$1(disabled), " "),
4937
+ className: " hplxt-mx-[16px] ".concat(getLabelStyle$1(disabled), " ").concat(size === "sm" ? "peer-checked:hplxt-mx-[20.85px]" : "peer-checked:hplxt-mx-[22px]"),
4938
4938
  htmlFor: id
4939
4939
  }, {
4940
4940
  children: [jsxRuntime.exports.jsx(Typography, __assign({
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "frontend",
10
10
  "healthplix"
11
11
  ],
12
- "version": "1.1.25",
12
+ "version": "1.1.26",
13
13
  "main": "dist/esm/index.js",
14
14
  "module": "dist/esm/index.js",
15
15
  "types": "dist/esm/index.d.ts",