optimized-react-component-library-xyz123 0.18.2 → 0.18.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 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/css/darkMode.css +11 -0
- package/src/css/questions.css +2 -0
- package/src/css/styles.css +17 -0
package/dist/index.js
CHANGED
|
@@ -627,6 +627,7 @@ var ExploreFiles = ({
|
|
|
627
627
|
/* @__PURE__ */ (0, import_jsx_runtime8.jsx)(
|
|
628
628
|
"button",
|
|
629
629
|
{
|
|
630
|
+
id: `question-${questionObject.id}`,
|
|
630
631
|
ref: buttonInputRef,
|
|
631
632
|
onClick: handleKeyOrClick,
|
|
632
633
|
className: (0, import_clsx.default)(
|
|
@@ -3079,7 +3080,7 @@ var ValidationErrorSummaryList_default = ValidationErrorSummaryList;
|
|
|
3079
3080
|
var import_jsx_runtime29 = require("react/jsx-runtime");
|
|
3080
3081
|
var FormStatusMessagesScreenReader = ({ formStatus }) => {
|
|
3081
3082
|
return /* @__PURE__ */ (0, import_jsx_runtime29.jsxs)(import_jsx_runtime29.Fragment, { children: [
|
|
3082
|
-
/* @__PURE__ */ (0, import_jsx_runtime29.jsx)("p", { "aria-live": "assertive", children: formStatus === "failed" && /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("span", { className: "mandatoryAsterisk", children: "N\xE5got gick fel, f\xF6rs\xF6k igen senare eller kontakta oss!" }) }),
|
|
3083
|
+
/* @__PURE__ */ (0, import_jsx_runtime29.jsx)("p", { "aria-live": "assertive", children: formStatus === "failed" && /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("span", { className: "pts-root-mandatoryAsterisk", children: "N\xE5got gick fel, f\xF6rs\xF6k igen senare eller kontakta oss!" }) }),
|
|
3083
3084
|
/* @__PURE__ */ (0, import_jsx_runtime29.jsx)("div", { "aria-live": "polite", className: "visually-hidden", children: formStatus === "loading" ? "Ditt \xE4rende registreras. Uppdatera eller st\xE4ng inte sidan." : "" })
|
|
3084
3085
|
] });
|
|
3085
3086
|
};
|