igloo-d2c-components 1.0.33 → 1.0.34
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 +5 -5
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/index.js +5 -5
- package/dist/esm/index.js.map +1 -1
- package/package.json +1 -1
package/dist/cjs/index.js
CHANGED
|
@@ -2385,7 +2385,7 @@ const ProductCard$1 = material.styled(material.Box)({
|
|
|
2385
2385
|
flexDirection: 'column',
|
|
2386
2386
|
gap: '16px',
|
|
2387
2387
|
backgroundColor: '#ffffff',
|
|
2388
|
-
borderRadius: '
|
|
2388
|
+
borderRadius: '0',
|
|
2389
2389
|
boxShadow: '0px 2px 10px 0px rgba(0, 0, 0, 0.12)',
|
|
2390
2390
|
padding: '16px 12px 12px',
|
|
2391
2391
|
height: '168px',
|
|
@@ -2431,7 +2431,7 @@ const ViewPlansButton = material.styled(material.Button)({
|
|
|
2431
2431
|
fontSize: '14px',
|
|
2432
2432
|
fontWeight: 500,
|
|
2433
2433
|
lineHeight: '18px',
|
|
2434
|
-
wordSpacing: '
|
|
2434
|
+
wordSpacing: '0px',
|
|
2435
2435
|
});
|
|
2436
2436
|
|
|
2437
2437
|
function ProductSelectionDrawer({ open, onClose, products, onProductSelect, title = 'Select your product', subtitle = 'Pick the product that suits your protection goals to view available plans', viewPlansButtonText = 'View plans', variant = 'drawer', }) {
|
|
@@ -3692,7 +3692,7 @@ const FullWidthField = styles.styled(material.Box)({
|
|
|
3692
3692
|
const CheckboxContainer = styles.styled(material.Box)({
|
|
3693
3693
|
marginTop: '12px',
|
|
3694
3694
|
'& .MuiFormControlLabel-root': {
|
|
3695
|
-
alignItems: '
|
|
3695
|
+
alignItems: 'center',
|
|
3696
3696
|
marginLeft: 0,
|
|
3697
3697
|
'@media (min-width: 900px)': {
|
|
3698
3698
|
alignItems: 'center',
|
|
@@ -3897,7 +3897,7 @@ const FAQTitle = material.styled(material.Typography)(({ theme }) => ({
|
|
|
3897
3897
|
fontWeight: 700,
|
|
3898
3898
|
fontSize: '20px',
|
|
3899
3899
|
lineHeight: '28px',
|
|
3900
|
-
wordSpacing: '
|
|
3900
|
+
wordSpacing: '-5px',
|
|
3901
3901
|
textAlign: 'center',
|
|
3902
3902
|
width: '100%',
|
|
3903
3903
|
margin: 0,
|
|
@@ -3946,7 +3946,7 @@ const FAQQuestion = material.styled(material.Typography)(({ theme }) => ({
|
|
|
3946
3946
|
fontWeight: 700,
|
|
3947
3947
|
fontSize: '14px',
|
|
3948
3948
|
lineHeight: '20px',
|
|
3949
|
-
wordSpacing: '
|
|
3949
|
+
wordSpacing: '-5px',
|
|
3950
3950
|
flex: 1,
|
|
3951
3951
|
[theme.breakpoints.up('md')]: {
|
|
3952
3952
|
fontSize: '18px',
|