optimized-react-component-library-xyz123 0.15.1 → 0.15.2
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 +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/css/darkMode.css +12 -0
- package/src/css/questions.css +3 -3
package/dist/index.mjs
CHANGED
|
@@ -3023,7 +3023,7 @@ var ValidationErrorSummaryList_default = ValidationErrorSummaryList;
|
|
|
3023
3023
|
import { Fragment as Fragment17, jsx as jsx29, jsxs as jsxs24 } from "react/jsx-runtime";
|
|
3024
3024
|
var FormStatusMessagesScreenReader = ({ formStatus }) => {
|
|
3025
3025
|
return /* @__PURE__ */ jsxs24(Fragment17, { children: [
|
|
3026
|
-
/* @__PURE__ */ jsx29("p", { "aria-live": "assertive", children: formStatus === "failed" && /* @__PURE__ */ jsx29("span", { className: "mandatoryAsterisk", children: "N\xE5got gick fel, f\xF6rs\xF6k igen senare eller kontakta oss!" }) }),
|
|
3026
|
+
/* @__PURE__ */ jsx29("p", { "aria-live": "assertive", children: formStatus === "failed" && /* @__PURE__ */ jsx29("span", { className: "pts-root-mandatoryAsterisk", children: "N\xE5got gick fel, f\xF6rs\xF6k igen senare eller kontakta oss!" }) }),
|
|
3027
3027
|
/* @__PURE__ */ jsx29("div", { "aria-live": "polite", className: "visually-hidden", children: formStatus === "loading" ? "Ditt \xE4rende registreras. Uppdatera eller st\xE4ng inte sidan." : "" })
|
|
3028
3028
|
] });
|
|
3029
3029
|
};
|