@idds/react 1.1.87 → 1.1.88

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.es.js CHANGED
@@ -5650,6 +5650,7 @@ const ToastProvider = ({ children }) => {
5650
5650
  onClose: () => handleClose(t.id),
5651
5651
  title: t.title,
5652
5652
  description: t.description,
5653
+ style: t.style,
5653
5654
  actionNode: t.actionNode,
5654
5655
  state: t.state,
5655
5656
  duration: t.duration,