igloo-d2c-components 1.1.10 → 1.1.11-non-prod
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 +3 -6
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/index.js +3 -6
- package/dist/esm/index.js.map +1 -1
- package/package.json +2 -2
package/dist/cjs/index.js
CHANGED
|
@@ -5255,15 +5255,12 @@ const ChecklistTitle = styles.styled(material.Typography)({
|
|
|
5255
5255
|
wordSpacing: '0px',
|
|
5256
5256
|
fontFamily: '"MetLifeCircular", "Montserrat", sans-serif',
|
|
5257
5257
|
});
|
|
5258
|
-
const ChecklistGrid = styles.styled(material.Box)(
|
|
5258
|
+
const ChecklistGrid = styles.styled(material.Box)({
|
|
5259
5259
|
display: 'grid',
|
|
5260
5260
|
gridTemplateColumns: 'repeat(2, minmax(0, 1fr))',
|
|
5261
5261
|
columnGap: '8px',
|
|
5262
5262
|
rowGap: '0px',
|
|
5263
|
-
|
|
5264
|
-
gridTemplateColumns: 'repeat(4, minmax(0, 1fr))',
|
|
5265
|
-
},
|
|
5266
|
-
}));
|
|
5263
|
+
});
|
|
5267
5264
|
const ChecklistOptionLabel = styles.styled(material.Typography)({
|
|
5268
5265
|
fontSize: '12px',
|
|
5269
5266
|
fontWeight: 400,
|
|
@@ -5361,7 +5358,7 @@ const HealthQuestionGroup = ({ description, bullets, question, questionNumber, v
|
|
|
5361
5358
|
}, children: description })), jsxRuntime.jsxs(QuestionText, { children: [questionNumber && `${questionNumber}. `, question] }), Boolean(bullets?.length) && (jsxRuntime.jsx(material.Box, { sx: {
|
|
5362
5359
|
display: 'flex',
|
|
5363
5360
|
flexDirection: { xs: 'column', md: 'row' },
|
|
5364
|
-
gap: '16px',
|
|
5361
|
+
// gap: '16px',
|
|
5365
5362
|
width: '100%',
|
|
5366
5363
|
}, children: bulletColumns.map((columnBullets, columnIndex) => (jsxRuntime.jsx(material.Box, { sx: { flex: '1 0 0', minWidth: 0 }, children: jsxRuntime.jsx("ul", { style: {
|
|
5367
5364
|
margin: '0',
|