optimized-react-component-library-xyz123 2.9.4 → 2.9.6
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.d.mts +3 -3
- package/dist/index.d.ts +3 -3
- package/dist/index.js +7 -7
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +6 -6
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/css/darkMode.css +2 -2
package/dist/index.mjs
CHANGED
|
@@ -2007,10 +2007,10 @@ var InputInfoOnly = ({
|
|
|
2007
2007
|
};
|
|
2008
2008
|
var InfoOnlyStandard_default = InputInfoOnly;
|
|
2009
2009
|
|
|
2010
|
-
// src/components/input-components/
|
|
2010
|
+
// src/components/input-components/RadioMultipleWithInfoStandard/RadioMultipleWithInfoStandard.tsx
|
|
2011
2011
|
import React7 from "react";
|
|
2012
2012
|
|
|
2013
|
-
// src/components/input-components/
|
|
2013
|
+
// src/components/input-components/RadioMultipleWithInfoStandard/RadioCollapseItem.tsx
|
|
2014
2014
|
import { useEffect as useEffect7, useState as useState7 } from "react";
|
|
2015
2015
|
import DOMPurify6 from "dompurify";
|
|
2016
2016
|
import { jsx as jsx20, jsxs as jsxs16 } from "react/jsx-runtime";
|
|
@@ -2100,7 +2100,7 @@ var RadioCollapseItem = ({
|
|
|
2100
2100
|
};
|
|
2101
2101
|
var RadioCollapseItem_default = RadioCollapseItem;
|
|
2102
2102
|
|
|
2103
|
-
// src/components/input-components/
|
|
2103
|
+
// src/components/input-components/RadioMultipleWithInfoStandard/RadioMultipleWithInfoStandard.tsx
|
|
2104
2104
|
import { Fragment as Fragment14, jsx as jsx21, jsxs as jsxs17 } from "react/jsx-runtime";
|
|
2105
2105
|
var RadioWithInfo = ({
|
|
2106
2106
|
question,
|
|
@@ -2182,7 +2182,7 @@ var RadioWithInfo = ({
|
|
|
2182
2182
|
showPreview && /* @__PURE__ */ jsx21(PreviewRadio2, { question })
|
|
2183
2183
|
] });
|
|
2184
2184
|
};
|
|
2185
|
-
var
|
|
2185
|
+
var RadioMultipleWithInfoStandard_default = RadioWithInfo;
|
|
2186
2186
|
var PreviewRadio2 = ({ question }) => {
|
|
2187
2187
|
var _a, _b;
|
|
2188
2188
|
const previewId = `preview-${question.id}`;
|
|
@@ -2958,7 +2958,7 @@ var QuestionRenderer = ({
|
|
|
2958
2958
|
}
|
|
2959
2959
|
),
|
|
2960
2960
|
question.questionType === "RadioWithInfo" && /* @__PURE__ */ jsx22(
|
|
2961
|
-
|
|
2961
|
+
RadioMultipleWithInfoStandard_default,
|
|
2962
2962
|
{
|
|
2963
2963
|
question,
|
|
2964
2964
|
handleQuestionInputChange,
|
|
@@ -4462,7 +4462,7 @@ export {
|
|
|
4462
4462
|
QuestionGroup_default as QuestionGroup,
|
|
4463
4463
|
QuestionRenderer_default as QuestionRenderer,
|
|
4464
4464
|
RadioMultipleStandard_default as RadioMultipleStandard,
|
|
4465
|
-
|
|
4465
|
+
RadioMultipleWithInfoStandard_default as RadioMultipleWithInfoStandard,
|
|
4466
4466
|
SearchBarStandard_default as SearchBar,
|
|
4467
4467
|
SingleCheckboxStandard_default as SingleCheckboxStandard,
|
|
4468
4468
|
SkipLinkStandard_default as SkipLinkStandard,
|