beca-ui 0.1.49 → 0.1.50
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/beca-ui.js +1 -1
- package/dist/main.css +1 -1
- package/package.json +1 -1
package/dist/beca-ui.js
CHANGED
|
@@ -91075,7 +91075,7 @@ const ResizableTitle = (a) => {
|
|
|
91075
91075
|
return AntModal.error({
|
|
91076
91076
|
...a,
|
|
91077
91077
|
className: "bu2-modal-confirm" + (s ? " " + s : ""),
|
|
91078
|
-
icon: /* @__PURE__ */ jsx("span", { className: "bu2-modal-confirm__icon", children: c ?? /* @__PURE__ */ jsx(SvgCloseCircleOutlinedStyle, { size: 22, color: "var(--
|
|
91078
|
+
icon: /* @__PURE__ */ jsx("span", { className: "bu2-modal-confirm__icon", children: c ?? /* @__PURE__ */ jsx(SvgCloseCircleOutlinedStyle, { size: 22, color: "var(--danger-color-4)" }) }),
|
|
91079
91079
|
okText: f,
|
|
91080
91080
|
cancelText: d,
|
|
91081
91081
|
okButtonProps: {
|