@sheerid/jslib 1.82.0 → 1.83.0
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/es5/Tmetrix.bundle.js +5 -5
- package/es5/messages_ar.bundle.js +5 -5
- package/es5/messages_bg.bundle.js +5 -5
- package/es5/messages_cs.bundle.js +5 -5
- package/es5/messages_da.bundle.js +5 -5
- package/es5/messages_de.bundle.js +5 -5
- package/es5/messages_el.bundle.js +5 -5
- package/es5/messages_en-GB.bundle.js +5 -5
- package/es5/messages_es-ES.bundle.js +5 -5
- package/es5/messages_es.bundle.js +5 -5
- package/es5/messages_fi.bundle.js +5 -5
- package/es5/messages_fr-CA.bundle.js +5 -5
- package/es5/messages_fr.bundle.js +5 -5
- package/es5/messages_ga.bundle.js +5 -5
- package/es5/messages_hr.bundle.js +5 -5
- package/es5/messages_hu.bundle.js +5 -5
- package/es5/messages_id.bundle.js +5 -5
- package/es5/messages_it.bundle.js +5 -5
- package/es5/messages_iw.bundle.js +5 -5
- package/es5/messages_ja.bundle.js +5 -5
- package/es5/messages_ko.bundle.js +5 -5
- package/es5/messages_lo.bundle.js +5 -5
- package/es5/messages_lt.bundle.js +5 -5
- package/es5/messages_ms.bundle.js +5 -5
- package/es5/messages_nl.bundle.js +5 -5
- package/es5/messages_no.bundle.js +5 -5
- package/es5/messages_pl.bundle.js +5 -5
- package/es5/messages_pt-BR.bundle.js +5 -5
- package/es5/messages_pt.bundle.js +5 -5
- package/es5/messages_ru.bundle.js +5 -5
- package/es5/messages_sk.bundle.js +5 -5
- package/es5/messages_sl.bundle.js +5 -5
- package/es5/messages_sr.bundle.js +5 -5
- package/es5/messages_sv.bundle.js +5 -5
- package/es5/messages_th.bundle.js +5 -5
- package/es5/messages_tr.bundle.js +5 -5
- package/es5/messages_zh-HK.bundle.js +5 -5
- package/es5/messages_zh.bundle.js +5 -5
- package/manifest.json +48 -48
- package/package.json +2 -2
- package/sheerid-requestOrg.css +5 -5
- package/sheerid-requestOrg.css.map +1 -1
- package/sheerid-requestOrg.js +13 -13
- package/sheerid-requestOrg.js.map +1 -1
- package/sheerid-utils.js +5 -5
- package/sheerid-utils.js.map +1 -1
- package/sheerid.css +5 -5
- package/sheerid.css.map +1 -1
- package/sheerid.js +7 -7
- package/sheerid.js.map +1 -1
- package/sheerides6.js +22 -19
- package/sheerides6.js.map +1 -1
- package/types-reference.zip +0 -0
package/sheerides6.js
CHANGED
|
@@ -1131,7 +1131,7 @@ const defaultOptions = {
|
|
|
1131
1131
|
urlMedicalFaq: 'https://verify.sheerid.com/us-medical-faq/',
|
|
1132
1132
|
urlEmploymentFaq: 'https://verify.sheerid.com/employment-faq/',
|
|
1133
1133
|
urlIdentityFaq: 'https://verify.sheerid.com/identity-faq/',
|
|
1134
|
-
urlLicensedProfessionalFaq: 'https://verify.sheerid.com/
|
|
1134
|
+
urlLicensedProfessionalFaq: 'https://verify.sheerid.com/professions-faq/',
|
|
1135
1135
|
urlAddSchoolFaq: 'https://verify.sheerid.com/add-school-request-faq/',
|
|
1136
1136
|
urlAddSchoolForm: 'https://offers.sheerid.com/sheerid/add-school-request/',
|
|
1137
1137
|
privacyPolicyUrl: undefined,
|
|
@@ -3326,6 +3326,7 @@ const licensedProfessionalPInfoReqEmpty = {
|
|
|
3326
3326
|
name: '',
|
|
3327
3327
|
},
|
|
3328
3328
|
statuses: [],
|
|
3329
|
+
metadata: { marketConsentValue: false },
|
|
3329
3330
|
};
|
|
3330
3331
|
const moverPInfoReqEmpty = {
|
|
3331
3332
|
...coreFieldsEmpty,
|
|
@@ -9346,12 +9347,12 @@ const InputSelectListComponent = InputSelectList;
|
|
|
9346
9347
|
const InputSelectButton = ({ clearSelection, disabled, getToggleButtonProps, isOpen, buttonRef, }) => {
|
|
9347
9348
|
if (clearSelection) {
|
|
9348
9349
|
return (React.createElement("button", { "aria-label": "clear selection", className: "sid-input-select-button", disabled: disabled, onClick: clearSelection, type: "button", tabIndex: 0, ref: input => setRef(buttonRef, input) },
|
|
9349
|
-
React.createElement("svg", { viewBox: "0 0 20 20", preserveAspectRatio: "none", width: 12, fill: "transparent", stroke: "#
|
|
9350
|
+
React.createElement("svg", { viewBox: "0 0 20 20", preserveAspectRatio: "none", width: 12, fill: "transparent", stroke: "#8A8A8A", strokeWidth: "1.1px" },
|
|
9350
9351
|
React.createElement("path", { d: "M1,1 L19,19" }),
|
|
9351
9352
|
React.createElement("path", { d: "M19,1 L1,19" }))));
|
|
9352
9353
|
}
|
|
9353
9354
|
return (React.createElement("button", Object.assign({}, getToggleButtonProps(), { className: "sid-input-select-button", disabled: disabled, type: "button", tabIndex: 0, ref: input => setRef(buttonRef, input) }),
|
|
9354
|
-
React.createElement("svg", { viewBox: "0 0 20 20", preserveAspectRatio: "none", width: 16, fill: "transparent", stroke: "#
|
|
9355
|
+
React.createElement("svg", { viewBox: "0 0 20 20", preserveAspectRatio: "none", width: 16, fill: "transparent", stroke: "#8A8A8A", strokeWidth: "1.1px", transform: isOpen ? 'rotate(180)' : undefined },
|
|
9355
9356
|
React.createElement("path", { d: "M1,6 L10,15 L19,6" }))));
|
|
9356
9357
|
};
|
|
9357
9358
|
const InputSelectButtonComponent = InputSelectButton;
|
|
@@ -15697,6 +15698,7 @@ Object.defineProperty(self$1, '_BIDI_RTL_LANGS', {
|
|
|
15697
15698
|
'dv', /* Dhivehi */
|
|
15698
15699
|
'fa', /* 'فارسی', Persian */
|
|
15699
15700
|
'glk', /* 'گیلکی', Gilaki */
|
|
15701
|
+
'he', /* 'עברית', Hebrew */
|
|
15700
15702
|
'ku', /* 'Kurdî / كوردی', Kurdish */
|
|
15701
15703
|
'mzn', /* 'مازِرونی', Mazanderani */
|
|
15702
15704
|
'nqo', /* N'Ko */
|
|
@@ -15704,7 +15706,8 @@ Object.defineProperty(self$1, '_BIDI_RTL_LANGS', {
|
|
|
15704
15706
|
'ps', /* 'پښتو', Pashto, */
|
|
15705
15707
|
'sd', /* 'سنڌي', Sindhi */
|
|
15706
15708
|
'ug', /* 'Uyghurche / ئۇيغۇرچە', Uyghur */
|
|
15707
|
-
'ur' /* 'اردو', Urdu */
|
|
15709
|
+
'ur', /* 'اردو', Urdu */
|
|
15710
|
+
'yi' /* 'ייִדיש', Yiddish */
|
|
15708
15711
|
],
|
|
15709
15712
|
writable: false,
|
|
15710
15713
|
enumerable: true,
|
|
@@ -16328,7 +16331,7 @@ const HowDoesVerifyingWorkComponent = ({ verificationService, initialVisibility
|
|
|
16328
16331
|
timeoutId = window.setTimeout(() => setTooltipVisibility(false));
|
|
16329
16332
|
};
|
|
16330
16333
|
const handleOnClick = (tooltipIsOpen) => (tooltipIsOpen ? hideTooltip() : showTooltip());
|
|
16331
|
-
return (React.createElement("div", { className: "sid-how-verify-works", onMouseEnter: showTooltip, onMouseLeave: hideTooltip
|
|
16334
|
+
return (React.createElement("div", { className: "sid-how-verify-works", onMouseEnter: showTooltip, onMouseLeave: hideTooltip },
|
|
16332
16335
|
React.createElement("a", { href: "#", className: "sid-link", "aria-expanded": tooltipVisibility, onClick: () => handleOnClick(tooltipVisibility), "aria-describedby": tooltipVisibility ? 'how-does-verifying-work-tooltip' : null },
|
|
16333
16336
|
React.createElement(FormattedHTMLMessage, { id: "howDoesVerifyingWork", defaultMessage: "How does verifying work?" })),
|
|
16334
16337
|
tooltipVisibility
|
|
@@ -16445,7 +16448,7 @@ const StepStudentPersonalInfo = ({ intl, verificationService }) => {
|
|
|
16445
16448
|
React.createElement("div", { className: "sid-l-horz-center" },
|
|
16446
16449
|
React.createElement(LogoComponent, { verificationService: verificationService })),
|
|
16447
16450
|
React.createElement("div", { className: "sid-header__title sid-l-horz-center" },
|
|
16448
|
-
React.createElement(FormattedHTMLMessage, { id: "step.personalInfo.title", defaultMessage: "Unlock this Student-Only Offer" })),
|
|
16451
|
+
React.createElement(FormattedHTMLMessage, { id: "step.personalInfo.title", defaultMessage: "Unlock this Student-Only Offer", tagName: "h1" })),
|
|
16449
16452
|
React.createElement("div", { className: "sid-header__subtitle sid-l-horz-center" },
|
|
16450
16453
|
React.createElement(FormattedHTMLMessage, { id: "step.personalInfo.subtitle", defaultMessage: "Verify you're a student at a degree-granting school." }),
|
|
16451
16454
|
"\u00A0",
|
|
@@ -16540,7 +16543,7 @@ const StepSeniorPersonalInfo = ({ verificationService }) => {
|
|
|
16540
16543
|
React.createElement("div", { className: "sid-l-horz-center" },
|
|
16541
16544
|
React.createElement(LogoComponent, { verificationService: verificationService })),
|
|
16542
16545
|
React.createElement("div", { className: "sid-header__title sid-l-horz-center" },
|
|
16543
|
-
React.createElement(FormattedHTMLMessage, { id: "step.personalInfo.title", defaultMessage: "Unlock Your Special Offer" })),
|
|
16546
|
+
React.createElement(FormattedHTMLMessage, { id: "step.personalInfo.title", defaultMessage: "Unlock Your Special Offer", tagName: "h1" })),
|
|
16544
16547
|
React.createElement("div", { className: "sid-header__subtitle sid-l-horz-center" },
|
|
16545
16548
|
React.createElement(FormattedHTMLMessage, { id: "step.personalInfo.subtitle", defaultMessage: "Verify your current age." }),
|
|
16546
16549
|
"\u00A0",
|
|
@@ -16827,7 +16830,7 @@ const StepTeacherPersonalInfo = ({ intl, verificationService }) => {
|
|
|
16827
16830
|
React.createElement("div", { className: "sid-l-horz-center" },
|
|
16828
16831
|
React.createElement(LogoComponent, { verificationService: verificationService })),
|
|
16829
16832
|
React.createElement("div", { className: "sid-header__title sid-l-horz-center" },
|
|
16830
|
-
React.createElement(FormattedHTMLMessage, { id: "step.personalInfo.title", defaultMessage: "Unlock this Teaching Staff-Only Offer" })),
|
|
16833
|
+
React.createElement(FormattedHTMLMessage, { id: "step.personalInfo.title", defaultMessage: "Unlock this Teaching Staff-Only Offer", tagName: "h1" })),
|
|
16831
16834
|
React.createElement("div", { className: "sid-header__subtitle sid-l-horz-center" },
|
|
16832
16835
|
React.createElement(FormattedHTMLMessage, { id: "step.personalInfo.subtitle", defaultMessage: "Verify you're a teacher, faculty or staff at a K-12 or degree-granting university." }),
|
|
16833
16836
|
"\u00A0",
|
|
@@ -16951,7 +16954,7 @@ const StepMemberPersonalInfo = ({ intl, verificationService }) => {
|
|
|
16951
16954
|
React.createElement("div", { className: "sid-l-horz-center" },
|
|
16952
16955
|
React.createElement(LogoComponent, { verificationService: verificationService })),
|
|
16953
16956
|
React.createElement("div", { className: "sid-header__title sid-l-horz-center" },
|
|
16954
|
-
React.createElement(FormattedHTMLMessage, { id: "step.personalInfo.title", defaultMessage: "Unlock this Members-Only Offer" })),
|
|
16957
|
+
React.createElement(FormattedHTMLMessage, { id: "step.personalInfo.title", defaultMessage: "Unlock this Members-Only Offer", tagName: "h1" })),
|
|
16955
16958
|
React.createElement("div", { className: "sid-header__subtitle sid-l-horz-center" },
|
|
16956
16959
|
React.createElement(FormattedHTMLMessage, { id: "step.personalInfo.subtitle", defaultMessage: "Verify you're a current member of an eligible organization." }),
|
|
16957
16960
|
"\u00A0",
|
|
@@ -17124,7 +17127,7 @@ const StepActiveMilitaryPersonalInfo = ({ intl, verificationService }) => {
|
|
|
17124
17127
|
React.createElement("div", { className: "sid-l-horz-center" },
|
|
17125
17128
|
React.createElement(LogoComponent, { verificationService: verificationService })),
|
|
17126
17129
|
React.createElement("div", { className: "sid-header__title sid-l-horz-center" },
|
|
17127
|
-
React.createElement(FormattedHTMLMessage, { id: "step.personalInfo.title", defaultMessage: "Unlock this Military-Only Offer" })),
|
|
17130
|
+
React.createElement(FormattedHTMLMessage, { id: "step.personalInfo.title", defaultMessage: "Unlock this Military-Only Offer", tagName: "h1" })),
|
|
17128
17131
|
React.createElement("div", { className: "sid-header__subtitle sid-l-horz-center" },
|
|
17129
17132
|
React.createElement(FormattedHTMLMessage, { id: "step.personalInfo.subtitle", defaultMessage: "Verify you're a member of the armed forces." })),
|
|
17130
17133
|
React.createElement("div", { className: "sid-header__how-verifying-works sid-l-horz-center" },
|
|
@@ -17307,7 +17310,7 @@ const StepInactiveMilitaryPersonalInfo = ({ intl, verificationService }) => {
|
|
|
17307
17310
|
React.createElement("div", { className: "sid-l-horz-center" },
|
|
17308
17311
|
React.createElement(LogoComponent, { verificationService: verificationService })),
|
|
17309
17312
|
React.createElement("div", { className: "sid-header__title sid-l-horz-center" },
|
|
17310
|
-
React.createElement(FormattedHTMLMessage, { id: "step.personalInfo.title", defaultMessage: "Unlock this Military-Only Offer" })),
|
|
17313
|
+
React.createElement(FormattedHTMLMessage, { id: "step.personalInfo.title", defaultMessage: "Unlock this Military-Only Offer", tagName: "h1" })),
|
|
17311
17314
|
React.createElement("div", { className: "sid-header__subtitle sid-l-horz-center" },
|
|
17312
17315
|
React.createElement(FormattedHTMLMessage, { id: "step.personalInfo.subtitle", defaultMessage: "Verify you're a member of the armed forces." }),
|
|
17313
17316
|
"\u00A0",
|
|
@@ -17448,7 +17451,7 @@ const StepFirstResponderPersonalInfo = ({ intl, verificationService }) => {
|
|
|
17448
17451
|
React.createElement("div", { className: "sid-l-horz-center" },
|
|
17449
17452
|
React.createElement(LogoComponent, { verificationService: verificationService })),
|
|
17450
17453
|
React.createElement("div", { className: "sid-header__title sid-l-horz-center" },
|
|
17451
|
-
React.createElement(FormattedHTMLMessage, { id: "step.personalInfo.title", defaultMessage: "Unlock this 1st Responder-Only Offer" })),
|
|
17454
|
+
React.createElement(FormattedHTMLMessage, { id: "step.personalInfo.title", defaultMessage: "Unlock this 1st Responder-Only Offer", tagName: "h1" })),
|
|
17452
17455
|
React.createElement("div", { className: "sid-header__subtitle sid-l-horz-center" },
|
|
17453
17456
|
React.createElement(FormattedHTMLMessage, { id: "step.personalInfo.subtitle", defaultMessage: "Verify you're an active first responder." })),
|
|
17454
17457
|
React.createElement("div", { className: "sid-header__how-verifying-works sid-l-horz-center" },
|
|
@@ -17612,7 +17615,7 @@ const StepMedicalProfessionalPersonalInfo = ({ intl, verificationService }) => {
|
|
|
17612
17615
|
React.createElement("div", { className: "sid-l-horz-center" },
|
|
17613
17616
|
React.createElement(LogoComponent, { verificationService: verificationService })),
|
|
17614
17617
|
React.createElement("div", { className: "sid-header__title sid-l-horz-center" },
|
|
17615
|
-
React.createElement(FormattedHTMLMessage, { id: "step.personalInfo.title", defaultMessage: "Unlock this Medical Professional-Only Offer" })),
|
|
17618
|
+
React.createElement(FormattedHTMLMessage, { id: "step.personalInfo.title", defaultMessage: "Unlock this Medical Professional-Only Offer", tagName: "h1" })),
|
|
17616
17619
|
React.createElement("div", { className: "sid-header__subtitle sid-l-horz-center" },
|
|
17617
17620
|
React.createElement(FormattedHTMLMessage, { id: "step.personalInfo.subtitle", defaultMessage: "Verify you're a licensed medical professional." })),
|
|
17618
17621
|
React.createElement("div", { className: "sid-header__how-verifying-works sid-l-horz-center" },
|
|
@@ -17719,7 +17722,7 @@ const StepEmploymentPersonalInfo = ({ verificationService }) => {
|
|
|
17719
17722
|
React.createElement("div", { className: "sid-l-horz-center" },
|
|
17720
17723
|
React.createElement(LogoComponent, { verificationService: verificationService })),
|
|
17721
17724
|
React.createElement("div", { className: "sid-header__title sid-l-horz-center" },
|
|
17722
|
-
React.createElement(FormattedHTMLMessage, { id: "step.personalInfo.title", defaultMessage: "Unlock this Employment-Only Offer" })),
|
|
17725
|
+
React.createElement(FormattedHTMLMessage, { id: "step.personalInfo.title", defaultMessage: "Unlock this Employment-Only Offer", tagName: "h1" })),
|
|
17723
17726
|
React.createElement("div", { className: "sid-header__subtitle sid-l-horz-center" },
|
|
17724
17727
|
React.createElement(FormattedHTMLMessage, { id: "step.personalInfo.subtitle", defaultMessage: "Verify you're a current employee at an eligible company." }),
|
|
17725
17728
|
"\u00A0",
|
|
@@ -17859,7 +17862,7 @@ const StepDriverLicensePersonalInfo = ({ intl, verificationService }) => {
|
|
|
17859
17862
|
React.createElement("div", { className: "sid-l-horz-center" },
|
|
17860
17863
|
React.createElement(LogoComponent, { verificationService: verificationService })),
|
|
17861
17864
|
React.createElement("div", { className: "sid-header__title sid-l-horz-center" },
|
|
17862
|
-
React.createElement(FormattedHTMLMessage, { id: "step.personalInfo.title", defaultMessage: "Unlock this Special Offer" })),
|
|
17865
|
+
React.createElement(FormattedHTMLMessage, { id: "step.personalInfo.title", defaultMessage: "Unlock this Special Offer", tagName: "h1" })),
|
|
17863
17866
|
React.createElement("div", { className: "sid-header__subtitle sid-l-horz-center" },
|
|
17864
17867
|
React.createElement(FormattedHTMLMessage, { id: "step.personalInfo.subtitle", defaultMessage: "Verify you have a valid driver license" })),
|
|
17865
17868
|
React.createElement("div", { className: "sid-header__how-verifying-works sid-l-horz-center" },
|
|
@@ -17936,7 +17939,7 @@ const StepGeneralIdentityPersonalInfo = ({ intl, verificationService }) => {
|
|
|
17936
17939
|
React.createElement("div", { className: "sid-l-horz-center" },
|
|
17937
17940
|
React.createElement(LogoComponent, { verificationService: verificationService })),
|
|
17938
17941
|
React.createElement("div", { className: "sid-header__title sid-l-horz-center" },
|
|
17939
|
-
React.createElement(FormattedHTMLMessage, { id: "step.personalInfo.title", defaultMessage: "Unlock this Special Offer" })),
|
|
17942
|
+
React.createElement(FormattedHTMLMessage, { id: "step.personalInfo.title", defaultMessage: "Unlock this Special Offer", tagName: "h1" })),
|
|
17940
17943
|
React.createElement("div", { className: "sid-header__subtitle sid-l-horz-center" },
|
|
17941
17944
|
React.createElement(FormattedHTMLMessage, { id: "step.personalInfo.subtitle", defaultMessage: "Verify your identity" })),
|
|
17942
17945
|
React.createElement("div", { className: "sid-header__how-verifying-works sid-l-horz-center" },
|
|
@@ -18026,7 +18029,7 @@ const StepHybridIdentityPersonalInfo = ({ intl, verificationService }) => {
|
|
|
18026
18029
|
React.createElement("div", { className: "sid-l-horz-center" },
|
|
18027
18030
|
React.createElement(LogoComponent, { verificationService: verificationService })),
|
|
18028
18031
|
React.createElement("div", { className: "sid-header__title sid-l-horz-center" },
|
|
18029
|
-
React.createElement(FormattedHTMLMessage, { id: "step.personalInfo.title", defaultMessage: "Unlock this Special Offer" })),
|
|
18032
|
+
React.createElement(FormattedHTMLMessage, { id: "step.personalInfo.title", defaultMessage: "Unlock this Special Offer", tagName: "h1" })),
|
|
18030
18033
|
React.createElement("div", { className: "sid-header__subtitle sid-l-horz-center" },
|
|
18031
18034
|
React.createElement(FormattedHTMLMessage, { id: "step.personalInfo.subtitle", defaultMessage: "Verify your identity" })),
|
|
18032
18035
|
React.createElement("div", { className: "sid-header__how-verifying-works sid-l-horz-center" },
|
|
@@ -18165,7 +18168,7 @@ const StepLicensedProfessionalPersonalInfo = ({ intl, verificationService }) =>
|
|
|
18165
18168
|
React.createElement("div", { className: "sid-l-horz-center" },
|
|
18166
18169
|
React.createElement(LogoComponent, { verificationService: verificationService })),
|
|
18167
18170
|
React.createElement("div", { className: "sid-header__title sid-l-horz-center" },
|
|
18168
|
-
React.createElement(FormattedHTMLMessage, { id: "step.personalInfo.title***", defaultMessage: "Unlock this Special Offer" })),
|
|
18171
|
+
React.createElement(FormattedHTMLMessage, { id: "step.personalInfo.title***", defaultMessage: "Unlock this Special Offer", tagName: "h1" })),
|
|
18169
18172
|
React.createElement("div", { className: "sid-header__subtitle sid-l-horz-center" },
|
|
18170
18173
|
React.createElement(FormattedHTMLMessage, { id: "step.personalInfo.subtitle***", defaultMessage: "Verify you have a professional license in your field." })),
|
|
18171
18174
|
React.createElement("div", { className: "sid-header__how-verifying-works sid-l-horz-center" },
|
|
@@ -18249,7 +18252,7 @@ const StepMoverPersonalInfo = ({ verificationService }) => {
|
|
|
18249
18252
|
React.createElement("div", { className: "sid-l-horz-center" },
|
|
18250
18253
|
React.createElement(LogoComponent, { verificationService: verificationService })),
|
|
18251
18254
|
React.createElement("div", { className: "sid-header__title sid-l-horz-center" },
|
|
18252
|
-
React.createElement(FormattedHTMLMessage, { id: "step.personalInfo.title", defaultMessage: "Unlock this Special Offer" })),
|
|
18255
|
+
React.createElement(FormattedHTMLMessage, { id: "step.personalInfo.title", defaultMessage: "Unlock this Special Offer", tagName: "h1" })),
|
|
18253
18256
|
React.createElement("div", { className: "sid-header__subtitle sid-l-horz-center" },
|
|
18254
18257
|
React.createElement(FormattedHTMLMessage, { id: "step.personalInfo.subtitle", defaultMessage: "Verify you have recently moved." }),
|
|
18255
18258
|
React.createElement("br", null),
|