@youngonesworks/ui 0.1.91 → 0.1.94
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.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1648,7 +1648,7 @@ const Modal = ({ title, children, withCloseButton = true, opened, additionalClas
|
|
|
1648
1648
|
className: "absolute top-0 right-0",
|
|
1649
1649
|
"data-testid": "close-modal",
|
|
1650
1650
|
icon: /* @__PURE__ */ jsx(IconX, {}),
|
|
1651
|
-
title: "
|
|
1651
|
+
title: "Close modal"
|
|
1652
1652
|
})
|
|
1653
1653
|
}),
|
|
1654
1654
|
title && /* @__PURE__ */ jsx("div", {
|