@parrot-co/parrot-ui 0.0.79 → 0.0.80
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/main.js +1 -0
- package/dist/main.js.map +1 -1
- package/dist/module.js +1 -0
- package/dist/module.js.map +1 -1
- package/package.json +2 -2
package/dist/main.js
CHANGED
|
@@ -5259,6 +5259,7 @@ function $ceb05569908c0e0d$var$Dialog({ width: width = 400 , title: title , onCa
|
|
|
5259
5259
|
children: cancelLabel
|
|
5260
5260
|
}),
|
|
5261
5261
|
onConfirm && /*#__PURE__*/ (0, $E4F9t$reactjsxruntime.jsx)((0, $8d4373b1a05e63fb$export$353f5b6fc5456de1), {
|
|
5262
|
+
onPress: onConfirm,
|
|
5262
5263
|
...confirmButtonProps,
|
|
5263
5264
|
children: confirmLabel
|
|
5264
5265
|
})
|