@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.cjs
CHANGED
|
@@ -1670,7 +1670,7 @@ const Modal = ({ title, children, withCloseButton = true, opened, additionalClas
|
|
|
1670
1670
|
className: "absolute top-0 right-0",
|
|
1671
1671
|
"data-testid": "close-modal",
|
|
1672
1672
|
icon: /* @__PURE__ */ (0, react_jsx_runtime.jsx)(__tabler_icons_react.IconX, {}),
|
|
1673
|
-
title: "
|
|
1673
|
+
title: "Close modal"
|
|
1674
1674
|
})
|
|
1675
1675
|
}),
|
|
1676
1676
|
title && /* @__PURE__ */ (0, react_jsx_runtime.jsx)("div", {
|