@trops/dash-core 0.1.331 → 0.1.333
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/index.esm.js +2 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -52296,11 +52296,12 @@ var DashboardStageInner = function DashboardStageInner(_ref3) {
|
|
|
52296
52296
|
scrollable: false,
|
|
52297
52297
|
grow: true,
|
|
52298
52298
|
children: [toasts.length > 0 && /*#__PURE__*/jsxRuntime.jsx("div", {
|
|
52299
|
-
className: "fixed bottom-4 right-4 z-[9999] flex flex-col gap-2 pointer-events-none",
|
|
52299
|
+
className: "fixed bottom-4 right-4 z-[9999] flex flex-col gap-2 pointer-events-none w-80",
|
|
52300
52300
|
children: toasts.map(function (t) {
|
|
52301
52301
|
return /*#__PURE__*/jsxRuntime.jsx("div", {
|
|
52302
52302
|
className: "pointer-events-auto",
|
|
52303
52303
|
children: /*#__PURE__*/jsxRuntime.jsx(DashReact.Toast, {
|
|
52304
|
+
type: t.type,
|
|
52304
52305
|
title: t.title,
|
|
52305
52306
|
message: t.message,
|
|
52306
52307
|
onClose: function onClose() {
|