@treely/strapi-slices 7.1.4 → 7.2.0
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/slices/QAndA/QAndA.d.ts +1 -0
- package/dist/strapi-slices.cjs.development.js +1 -1
- package/dist/strapi-slices.cjs.development.js.map +1 -1
- package/dist/strapi-slices.cjs.production.min.js +1 -1
- package/dist/strapi-slices.cjs.production.min.js.map +1 -1
- package/dist/strapi-slices.esm.js +1 -1
- package/dist/strapi-slices.esm.js.map +1 -1
- package/package.json +2 -2
- package/src/slices/QAndA/QAndA.stories.tsx +5 -0
- package/src/slices/QAndA/QAndA.test.tsx +1 -0
- package/src/slices/QAndA/QAndA.tsx +2 -1
|
@@ -1825,7 +1825,7 @@ var QAndA = function QAndA(_ref) {
|
|
|
1825
1825
|
overflowY: ['unset', null, null, 'scroll']
|
|
1826
1826
|
}, React__default.default.createElement(boemly.Box, null, React__default.default.createElement(boemly.BoemlyAccordion, {
|
|
1827
1827
|
rows: slice.questionsAndAnswers,
|
|
1828
|
-
defaultIndex:
|
|
1828
|
+
defaultIndex: slice.defaultIndex,
|
|
1829
1829
|
variant: variant.accordionVariant
|
|
1830
1830
|
}), React__default.default.createElement(boemly.Flex, {
|
|
1831
1831
|
padding: "8",
|