@gouvfr-lasuite/ui-kit 0.19.2 → 0.19.3
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 -0
- package/dist/index.js.map +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -22031,6 +22031,7 @@ const ry = 200, ny = ({
|
|
|
22031
22031
|
"a",
|
|
22032
22032
|
{
|
|
22033
22033
|
className: "c__onboarding-modal__footer-link",
|
|
22034
|
+
target: "_blank",
|
|
22034
22035
|
href: l.href,
|
|
22035
22036
|
onClick: (A) => {
|
|
22036
22037
|
l.onClick && (l.href || A.preventDefault(), l.onClick());
|