@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.esm.js
CHANGED
|
@@ -52278,11 +52278,12 @@ var DashboardStageInner = function DashboardStageInner(_ref3) {
|
|
|
52278
52278
|
scrollable: false,
|
|
52279
52279
|
grow: true,
|
|
52280
52280
|
children: [toasts.length > 0 && /*#__PURE__*/jsx("div", {
|
|
52281
|
-
className: "fixed bottom-4 right-4 z-[9999] flex flex-col gap-2 pointer-events-none",
|
|
52281
|
+
className: "fixed bottom-4 right-4 z-[9999] flex flex-col gap-2 pointer-events-none w-80",
|
|
52282
52282
|
children: toasts.map(function (t) {
|
|
52283
52283
|
return /*#__PURE__*/jsx("div", {
|
|
52284
52284
|
className: "pointer-events-auto",
|
|
52285
52285
|
children: /*#__PURE__*/jsx(Toast, {
|
|
52286
|
+
type: t.type,
|
|
52286
52287
|
title: t.title,
|
|
52287
52288
|
message: t.message,
|
|
52288
52289
|
onClose: function onClose() {
|