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/esm/index.js
CHANGED
|
@@ -2365,7 +2365,7 @@ const ProductCard$1 = styled$1(Box)({
|
|
|
2365
2365
|
flexDirection: 'column',
|
|
2366
2366
|
gap: '16px',
|
|
2367
2367
|
backgroundColor: '#ffffff',
|
|
2368
|
-
borderRadius: '
|
|
2368
|
+
borderRadius: '0',
|
|
2369
2369
|
boxShadow: '0px 2px 10px 0px rgba(0, 0, 0, 0.12)',
|
|
2370
2370
|
padding: '16px 12px 12px',
|
|
2371
2371
|
height: '168px',
|
|
@@ -2411,7 +2411,7 @@ const ViewPlansButton = styled$1(Button$1)({
|
|
|
2411
2411
|
fontSize: '14px',
|
|
2412
2412
|
fontWeight: 500,
|
|
2413
2413
|
lineHeight: '18px',
|
|
2414
|
-
wordSpacing: '
|
|
2414
|
+
wordSpacing: '0px',
|
|
2415
2415
|
});
|
|
2416
2416
|
|
|
2417
2417
|
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', }) {
|
|
@@ -3672,7 +3672,7 @@ const FullWidthField = styled(Box)({
|
|
|
3672
3672
|
const CheckboxContainer = styled(Box)({
|
|
3673
3673
|
marginTop: '12px',
|
|
3674
3674
|
'& .MuiFormControlLabel-root': {
|
|
3675
|
-
alignItems: '
|
|
3675
|
+
alignItems: 'center',
|
|
3676
3676
|
marginLeft: 0,
|
|
3677
3677
|
'@media (min-width: 900px)': {
|
|
3678
3678
|
alignItems: 'center',
|
|
@@ -3877,7 +3877,7 @@ const FAQTitle = styled$1(Typography)(({ theme }) => ({
|
|
|
3877
3877
|
fontWeight: 700,
|
|
3878
3878
|
fontSize: '20px',
|
|
3879
3879
|
lineHeight: '28px',
|
|
3880
|
-
wordSpacing: '
|
|
3880
|
+
wordSpacing: '-5px',
|
|
3881
3881
|
textAlign: 'center',
|
|
3882
3882
|
width: '100%',
|
|
3883
3883
|
margin: 0,
|
|
@@ -3926,7 +3926,7 @@ const FAQQuestion = styled$1(Typography)(({ theme }) => ({
|
|
|
3926
3926
|
fontWeight: 700,
|
|
3927
3927
|
fontSize: '14px',
|
|
3928
3928
|
lineHeight: '20px',
|
|
3929
|
-
wordSpacing: '
|
|
3929
|
+
wordSpacing: '-5px',
|
|
3930
3930
|
flex: 1,
|
|
3931
3931
|
[theme.breakpoints.up('md')]: {
|
|
3932
3932
|
fontSize: '18px',
|