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.mjs
CHANGED
|
@@ -545,6 +545,7 @@ var ExploreFiles = ({
|
|
|
545
545
|
/* @__PURE__ */ jsx8(
|
|
546
546
|
"button",
|
|
547
547
|
{
|
|
548
|
+
id: `question-${questionObject.id}`,
|
|
548
549
|
ref: buttonInputRef,
|
|
549
550
|
onClick: handleKeyOrClick,
|
|
550
551
|
className: clsx(
|
|
@@ -3000,7 +3001,7 @@ var ValidationErrorSummaryList_default = ValidationErrorSummaryList;
|
|
|
3000
3001
|
import { Fragment as Fragment17, jsx as jsx29, jsxs as jsxs23 } from "react/jsx-runtime";
|
|
3001
3002
|
var FormStatusMessagesScreenReader = ({ formStatus }) => {
|
|
3002
3003
|
return /* @__PURE__ */ jsxs23(Fragment17, { children: [
|
|
3003
|
-
/* @__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!" }) }),
|
|
3004
|
+
/* @__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!" }) }),
|
|
3004
3005
|
/* @__PURE__ */ jsx29("div", { "aria-live": "polite", className: "visually-hidden", children: formStatus === "loading" ? "Ditt \xE4rende registreras. Uppdatera eller st\xE4ng inte sidan." : "" })
|
|
3005
3006
|
] });
|
|
3006
3007
|
};
|