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 +1 -1
- package/package.json +1 -1
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-
|
|
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, {
|