From 7bd534f0ed70dc9fce49caa1c42af0becf66d14e Mon Sep 17 00:00:00 2001 From: Hadas Farhi Date: Tue, 20 Jul 2021 10:24:43 +0300 Subject: [PATCH] bump version (#170) * give access to toast types * fix: toast button display feature: support on receive class name prop and give access to toast type constants * chore: undo story change * chore: bump version * bump version * chore: undo comment * chore: undo comment --- package.json | 2 +- src/components/Toast/__stories__/toast.stories.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e83309c48e..5b13be633f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "monday-ui-react-core", - "version": "0.3.57", + "version": "0.3.58", "description": "Official monday.com UI resources for application development in React.js", "main": "dist/main.js", "scripts": { diff --git a/src/components/Toast/__stories__/toast.stories.js b/src/components/Toast/__stories__/toast.stories.js index 55c34a3e10..fbfd669065 100644 --- a/src/components/Toast/__stories__/toast.stories.js +++ b/src/components/Toast/__stories__/toast.stories.js @@ -52,7 +52,7 @@ export const Sandbox = () => { autoHideDuration={knobs.autoHideDuration} hideIcon={knobs.hideIcon} > - Something Happened!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + Something Happened