igloo-d2c-components 1.0.29 → 1.0.30
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/cjs/index.js +14 -6
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/index.js +14 -6
- package/dist/esm/index.js.map +1 -1
- package/package.json +1 -1
package/dist/esm/index.js
CHANGED
|
@@ -2526,7 +2526,7 @@ const OptionLabel = styled(Typography)(({ theme, selected, colorVariant = 'defau
|
|
|
2526
2526
|
fontWeight: selected ? 700 : 500,
|
|
2527
2527
|
fontSize: '14px',
|
|
2528
2528
|
lineHeight: '20px',
|
|
2529
|
-
wordSpacing: '
|
|
2529
|
+
wordSpacing: '0px',
|
|
2530
2530
|
color: selected ? '#0090DA' : colors.unselectedText,
|
|
2531
2531
|
textAlign: 'center',
|
|
2532
2532
|
fontFamily: '"MetLifeCircular", "Montserrat", sans-serif',
|
|
@@ -3499,7 +3499,7 @@ const FullWidthField$1 = styled(Box)({
|
|
|
3499
3499
|
const CheckboxContainer$1 = styled(Box)({
|
|
3500
3500
|
marginTop: '12px',
|
|
3501
3501
|
'& .MuiFormControlLabel-root': {
|
|
3502
|
-
alignItems: '
|
|
3502
|
+
alignItems: 'center',
|
|
3503
3503
|
marginLeft: 0,
|
|
3504
3504
|
},
|
|
3505
3505
|
'& .MuiCheckbox-root': {
|
|
@@ -3779,7 +3779,7 @@ const FAQContainer = styled$1(Box)(({ theme }) => ({
|
|
|
3779
3779
|
width: '100%',
|
|
3780
3780
|
backgroundColor: '#ffffff',
|
|
3781
3781
|
[theme.breakpoints.up('md')]: {
|
|
3782
|
-
padding: '
|
|
3782
|
+
padding: '70px 0',
|
|
3783
3783
|
gap: '32px',
|
|
3784
3784
|
},
|
|
3785
3785
|
}));
|
|
@@ -3809,6 +3809,14 @@ const StyledAccordion = styled$1(Accordion)(({ theme }) => ({
|
|
|
3809
3809
|
'&.Mui-expanded': {
|
|
3810
3810
|
margin: 0,
|
|
3811
3811
|
},
|
|
3812
|
+
[theme.breakpoints.up('md')]: {
|
|
3813
|
+
marginTop: '12px',
|
|
3814
|
+
marginBottom: '12px',
|
|
3815
|
+
'&.Mui-expanded': {
|
|
3816
|
+
marginTop: '12px',
|
|
3817
|
+
marginBottom: '12px',
|
|
3818
|
+
},
|
|
3819
|
+
},
|
|
3812
3820
|
}));
|
|
3813
3821
|
const StyledAccordionSummary = styled$1(AccordionSummary)(({ theme }) => ({
|
|
3814
3822
|
minHeight: '48px',
|
|
@@ -3903,7 +3911,7 @@ const SectionContainer = styled$1(Box)(({ theme }) => ({
|
|
|
3903
3911
|
width: '100%',
|
|
3904
3912
|
backgroundColor: '#ffffff',
|
|
3905
3913
|
[theme.breakpoints.up('md')]: {
|
|
3906
|
-
padding: '
|
|
3914
|
+
padding: '70px 0',
|
|
3907
3915
|
gap: '40px',
|
|
3908
3916
|
},
|
|
3909
3917
|
}));
|
|
@@ -3926,7 +3934,7 @@ const BenefitsList = styled$1(Box)(({ theme }) => ({
|
|
|
3926
3934
|
gap: '16px',
|
|
3927
3935
|
width: '100%',
|
|
3928
3936
|
[theme.breakpoints.up('md')]: {
|
|
3929
|
-
gap: '
|
|
3937
|
+
gap: '16px',
|
|
3930
3938
|
},
|
|
3931
3939
|
}));
|
|
3932
3940
|
const BenefitItemContainer = styled$1(Box)(({ theme }) => ({
|
|
@@ -3935,7 +3943,7 @@ const BenefitItemContainer = styled$1(Box)(({ theme }) => ({
|
|
|
3935
3943
|
alignItems: 'flex-start',
|
|
3936
3944
|
width: '100%',
|
|
3937
3945
|
[theme.breakpoints.up('md')]: {
|
|
3938
|
-
gap: '
|
|
3946
|
+
gap: '6px',
|
|
3939
3947
|
},
|
|
3940
3948
|
}));
|
|
3941
3949
|
const BenefitIcon = styled$1(Box)({
|