@idds/react 1.2.13 → 1.2.15
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
|
@@ -6185,6 +6185,7 @@ const ConfirmationProvider = ({
|
|
|
6185
6185
|
open: true,
|
|
6186
6186
|
onClose: () => handleClose(false),
|
|
6187
6187
|
closeOnBackdrop: true,
|
|
6188
|
+
dialogClassname: "w-[80vw] md:!w-[560px]",
|
|
6188
6189
|
title: options.title,
|
|
6189
6190
|
children: /* @__PURE__ */ jsxs("div", { className: "space-y-4", children: [
|
|
6190
6191
|
/* @__PURE__ */ jsx("div", { children: options.message }),
|