lupine.components 1.1.40 → 1.1.41

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lupine.components",
3
- "version": "1.1.40",
3
+ "version": "1.1.41",
4
4
  "license": "MIT",
5
5
  "author": "uuware.com",
6
6
  "homepage": "https://github.com/uuware/lupine.js",
@@ -270,7 +270,7 @@ export class ActionSheetMessage {
270
270
  confirmButtonText,
271
271
  handleConfirmClicked,
272
272
  cancelButtonText = '',
273
- closeWhenClickMessage = true,
273
+ closeWhenClickMessage = false,
274
274
  }: ActionSheetMessageProps): Promise<ActionSheetCloseProps> {
275
275
  const handleClose = await ActionSheet.show({
276
276
  title,