@mychoice/mychoice-sdk-modules 2.1.52 → 2.1.53

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/esm/index.js CHANGED
@@ -1749,7 +1749,7 @@ const BlockEndorsements = () => {
1749
1749
  };
1750
1750
 
1751
1751
  const BlockMCEndorsements = () => {
1752
- return (jsxs("div", { className: "endorsements-container", children: [jsx("h4", { style: { marginBottom: '20px' }, children: "Endorsements" }), jsx("div", { className: "labels-block", children: jsx(LabelFormBox, { className: "isActive", name: "familyProtection", title: "Family Protection Endorsement (OPCF 44R)", description: "This endorsement provides coverage for you and eligible family members in the event of injury or death caused by an underinsured, uninsured, or unidentified driver. It applies only when you are not at fault for the accident. The coverage limit for this endorsement matches your selected Third Party Liability Coverage limit.", isActive: true }) })] }));
1752
+ return (jsxs("div", { className: "endorsements-container", children: [jsx("h4", { style: { marginBottom: '20px' }, children: "Endorsements" }), jsx("div", { className: "labels-block", children: jsx(LabelFormBox, { className: "isActive", name: "familyProtection", title: "Family Protection (OPCF 44R)", description: "This endorsement provides coverage for you and eligible family members in the event of injury or death caused by an underinsured, uninsured, or unidentified driver. It applies only when you are not at fault for the accident. The coverage limit for this endorsement matches your selected Third Party Liability Coverage limit.", isActive: true }) })] }));
1753
1753
  };
1754
1754
 
1755
1755
  const SectionQuoteRecalc$1 = () => {
@@ -1776,7 +1776,7 @@ const SectionQuoteRecalc$1 = () => {
1776
1776
  payload: { coverage: true, limit: value },
1777
1777
  });
1778
1778
  };
1779
- return (jsxs("div", { className: "form-container", children: [jsx(TabVehicle, { readOnly: true }), jsxs("div", { className: `form-section edit-recalc-container ${mychoiceCls}`, children: [jsx(SelectFormBox, { options: coverageOptions, name: "comprehensive-coverage", onChange: handleComprehensiveChange, defaultValue: getSelectedOption(coverageOptions, comprehensive.coverage ? comprehensive.deductible : 0), title: "Comprehensive coverage", description: "This deductible is the amount of money that you will pay out of your own pocket if your vehicle is damaged in events not covered by collision coverage. This includes events such as falling or flying objects, vandalism, and theft. Your insurance company covers the cost of repair minus the deductible chosen.", placeholder: "Select from the list", autoSelectIfValueIsOutOfOptions: false }), jsx(SelectFormBox, { options: coverageOptions, name: "collision-coverage", onChange: handleCollisionChange, defaultValue: getSelectedOption(coverageOptions, collision.coverage ? collision.deductible : 0), title: "Collision coverage", description: "This deductible is the specific dollar amount you will pay out of your own pocket if your vehicle is damaged in an accident. Your insurance company covers the remaining amount.", placeholder: "Select from the list", autoSelectIfValueIsOutOfOptions: false }), jsx(SelectFormBox, { options: liabilityOptions, name: "liability-limit", onChange: handleLiabilityChange, defaultValue: getSelectedOption(liabilityOptions, liability.coverage ? liability.limit : 1000000), title: "Third Party Liability", description: "This protects you from lawsuits resulting from accidents causing bodily injury or death to others or property damage.", placeholder: "Select from the list", autoSelectIfValueIsOutOfOptions: false }), jsx(BlockSubmit$2, { className: `${isTheBig ? 'thebig-bold' : 'mychoice'} recalculate`, label: "Recalculate Quote", buttonSize: SizeTypes.Medium, isRecalc: true }), isTheBig && jsx(BlockEndorsements, {}), jsx(BlockMCEndorsements, {})] })] }));
1779
+ return (jsxs("div", { className: "form-container", children: [jsx(TabVehicle, { readOnly: true }), jsxs("div", { className: `form-section edit-recalc-container ${mychoiceCls}`, children: [jsx(SelectFormBox, { options: coverageOptions, name: "comprehensive-coverage", onChange: handleComprehensiveChange, defaultValue: getSelectedOption(coverageOptions, comprehensive.coverage ? comprehensive.deductible : 0), title: "Comprehensive coverage", description: "This deductible is the amount of money that you will pay out of your own pocket if your vehicle is damaged in events not covered by collision coverage. This includes events such as falling or flying objects, vandalism, and theft. Your insurance company covers the cost of repair minus the deductible chosen.", placeholder: "Select from the list", autoSelectIfValueIsOutOfOptions: false }), jsx(SelectFormBox, { options: coverageOptions, name: "collision-coverage", onChange: handleCollisionChange, defaultValue: getSelectedOption(coverageOptions, collision.coverage ? collision.deductible : 0), title: "Collision coverage", description: "This deductible is the specific dollar amount you will pay out of your own pocket if your vehicle is damaged in an accident. Your insurance company covers the remaining amount.", placeholder: "Select from the list", autoSelectIfValueIsOutOfOptions: false }), jsx(SelectFormBox, { options: liabilityOptions, name: "liability-limit", onChange: handleLiabilityChange, defaultValue: getSelectedOption(liabilityOptions, liability.coverage ? liability.limit : 1000000), title: "Third Party Liability", description: "This protects you from lawsuits resulting from accidents causing bodily injury or death to others or property damage.", placeholder: "Select from the list", autoSelectIfValueIsOutOfOptions: false }), jsx(BlockSubmit$2, { className: `${isTheBig ? 'thebig-bold' : 'mychoice'} recalculate`, label: "Recalculate Quote", buttonSize: SizeTypes.Medium, isRecalc: true }), isTheBig ? jsx(BlockEndorsements, {}) : jsx(BlockMCEndorsements, {})] })] }));
1780
1780
  };
1781
1781
 
1782
1782
  const lockEmoji$1 = '\u{1F512}';