sag_components 2.0.0-beta208 → 2.0.0-beta210
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.ts +1 -5
- package/dist/index.esm.js +191 -211
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +191 -211
- package/dist/index.js.map +1 -1
- package/dist/types/components/ToasterMessageBox/ToasterMessageBox.d.ts +1 -5
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1608,11 +1608,7 @@ declare function ToasterMessageBox({ color, messageText, linkText, duration, wid
|
|
|
1608
1608
|
linkText?: string;
|
|
1609
1609
|
duration?: number;
|
|
1610
1610
|
width?: string;
|
|
1611
|
-
icon?:
|
|
1612
|
-
width?: string;
|
|
1613
|
-
height?: string;
|
|
1614
|
-
color?: string;
|
|
1615
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
1611
|
+
icon?: string;
|
|
1616
1612
|
onLinkClick?: () => void;
|
|
1617
1613
|
onClose?: () => void;
|
|
1618
1614
|
}): react_jsx_runtime.JSX.Element;
|