@treely/strapi-slices 7.1.3 → 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.
@@ -37,6 +37,7 @@ export interface QAndAProps {
37
37
  button: StrapiLink;
38
38
  hero?: StrapiHeroCard;
39
39
  variant?: keyof typeof VARIANTS;
40
+ defaultIndex: number[];
40
41
  };
41
42
  }
42
43
  export declare const QAndA: React.FC<QAndAProps>;
@@ -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: 0,
1828
+ defaultIndex: slice.defaultIndex,
1829
1829
  variant: variant.accordionVariant
1830
1830
  }), React__default.default.createElement(boemly.Flex, {
1831
1831
  padding: "8",
@@ -3628,7 +3628,9 @@ var FullWidthImageSlider = function FullWidthImageSlider(_ref) {
3628
3628
  if (!isMobile) setIsOpen(true);
3629
3629
  }
3630
3630
  })), React__default.default.createElement(boemly.Text, {
3631
- height: "6"
3631
+ noOfLines: 3,
3632
+ height: "72px",
3633
+ fontSize: "md"
3632
3634
  }, image.caption)));
3633
3635
  }))), React__default.default.createElement(boemly.Box, {
3634
3636
  display: ['none', null, null, !!allowScroll ? 'flex' : 'none'],