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.js
CHANGED
|
@@ -635,6 +635,7 @@ var ExploreFiles = ({
|
|
|
635
635
|
),
|
|
636
636
|
"aria-describedby": `${aboutId} ${questionObject.hasValidationError ? errorId : ""}`.trim(),
|
|
637
637
|
"aria-label": ariaLabelText,
|
|
638
|
+
role: "button",
|
|
638
639
|
children: activatedLanguage === "sv" ? "V\xE4lj fil" : "Choose file"
|
|
639
640
|
}
|
|
640
641
|
),
|
|
@@ -2095,15 +2096,7 @@ var CookieBanner = ({
|
|
|
2095
2096
|
]
|
|
2096
2097
|
}
|
|
2097
2098
|
),
|
|
2098
|
-
/* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
|
|
2099
|
-
"a",
|
|
2100
|
-
{
|
|
2101
|
-
href: "https://pts.se/om-oss/om-pts.se/kakor-pa-webbplatsen/kakor-pa-pts-e-tjanster/",
|
|
2102
|
-
target: "_blank",
|
|
2103
|
-
rel: "noopener noreferrer",
|
|
2104
|
-
children: "Kakor (cookies) p\xE5 pts.se (\xF6ppnas i nytt f\xF6nster)"
|
|
2105
|
-
}
|
|
2106
|
-
)
|
|
2099
|
+
/* @__PURE__ */ (0, import_jsx_runtime15.jsx)("a", { href: "www.pts.se", target: "_blank", rel: "noopener noreferrer", children: "Kakor (cookies) p\xE5 pts.se (\xF6ppnas i nytt f\xF6nster)" })
|
|
2107
2100
|
] }),
|
|
2108
2101
|
/* @__PURE__ */ (0, import_jsx_runtime15.jsxs)("div", { className: "pts-cookieBanner-Buttons", children: [
|
|
2109
2102
|
/* @__PURE__ */ (0, import_jsx_runtime15.jsx)("button", { onClick: () => handleCookieChoice(true), children: "Ja, jag samtycker" }),
|