hplx-react-elements-dev 1.0.37 → 1.0.38

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
@@ -5472,7 +5472,7 @@ var MessageToast = function MessageToast(_a) {
5472
5472
  setList = _b[1];
5473
5473
 
5474
5474
  return jsxRuntime.exports.jsx("div", __assign({
5475
- className: "hplxt-fixed hplxt-z-90 hplxt-bottom-10 hplxt-right-8 hplxt-flex hplxt-flex-col hplxt-justify-center hplxt-items-center"
5475
+ className: "hplxt-fixed hplxt-z-90 hplxt-bottom-16 hplxt-right-8 hplxt-flex hplxt-flex-col hplxt-justify-center hplxt-items-center"
5476
5476
  }, {
5477
5477
  children: list.map(function (item) {
5478
5478
  return jsxRuntime.exports.jsx(Toast, {
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "frontend",
10
10
  "healthplix"
11
11
  ],
12
- "version": "1.0.37",
12
+ "version": "1.0.38",
13
13
  "main": "dist/esm/index.js",
14
14
  "module": "dist/esm/index.js",
15
15
  "types": "dist/esm/index.d.ts",