@ctlyst.id/internal-ui 3.1.13 → 3.1.14
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.d.mts +2 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
@@ -4745,7 +4745,8 @@ var useToast = () => {
|
|
4745
4745
|
...restOptions,
|
4746
4746
|
style: { backgroundColor: style == null ? void 0 : style.backgroundColor, color: style == null ? void 0 : style.color }
|
4747
4747
|
});
|
4748
|
-
}
|
4748
|
+
},
|
4749
|
+
dismiss: (id) => toast.dismiss(id)
|
4749
4750
|
};
|
4750
4751
|
};
|
4751
4752
|
|