optimized-react-component-library-xyz123 0.4.3 → 0.4.4
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.js +2 -9
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -9
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -1
package/dist/index.mjs
CHANGED
|
@@ -553,6 +553,7 @@ var ExploreFiles = ({
|
|
|
553
553
|
),
|
|
554
554
|
"aria-describedby": `${aboutId} ${questionObject.hasValidationError ? errorId : ""}`.trim(),
|
|
555
555
|
"aria-label": ariaLabelText,
|
|
556
|
+
role: "button",
|
|
556
557
|
children: activatedLanguage === "sv" ? "V\xE4lj fil" : "Choose file"
|
|
557
558
|
}
|
|
558
559
|
),
|
|
@@ -2016,15 +2017,7 @@ var CookieBanner = ({
|
|
|
2016
2017
|
]
|
|
2017
2018
|
}
|
|
2018
2019
|
),
|
|
2019
|
-
/* @__PURE__ */ jsx15(
|
|
2020
|
-
"a",
|
|
2021
|
-
{
|
|
2022
|
-
href: "https://pts.se/om-oss/om-pts.se/kakor-pa-webbplatsen/kakor-pa-pts-e-tjanster/",
|
|
2023
|
-
target: "_blank",
|
|
2024
|
-
rel: "noopener noreferrer",
|
|
2025
|
-
children: "Kakor (cookies) p\xE5 pts.se (\xF6ppnas i nytt f\xF6nster)"
|
|
2026
|
-
}
|
|
2027
|
-
)
|
|
2020
|
+
/* @__PURE__ */ jsx15("a", { href: "www.pts.se", target: "_blank", rel: "noopener noreferrer", children: "Kakor (cookies) p\xE5 pts.se (\xF6ppnas i nytt f\xF6nster)" })
|
|
2028
2021
|
] }),
|
|
2029
2022
|
/* @__PURE__ */ jsxs13("div", { className: "pts-cookieBanner-Buttons", children: [
|
|
2030
2023
|
/* @__PURE__ */ jsx15("button", { onClick: () => handleCookieChoice(true), children: "Ja, jag samtycker" }),
|