@redneckz/wildless-cms-uni-blocks 0.6.32 → 0.6.33

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.
Files changed (149) hide show
  1. package/bundle/bundle.umd.js +23 -16
  2. package/bundle/bundle.umd.min.js +1 -1
  3. package/bundle/ui-kit/Paragraph/Paragraph.d.ts +9 -0
  4. package/bundle/ui-kit/Text/Text.d.ts +34 -0
  5. package/dist/components/Accordion/Accordion.js +2 -1
  6. package/dist/components/Accordion/Accordion.js.map +1 -1
  7. package/dist/components/Accordion/Accordion.mobile.js +2 -1
  8. package/dist/components/Accordion/Accordion.mobile.js.map +1 -1
  9. package/dist/components/AccordionItem/AccordionItem.js +2 -1
  10. package/dist/components/AccordionItem/AccordionItem.js.map +1 -1
  11. package/dist/components/AccordionItem/AccordionItem.mobile.js +2 -1
  12. package/dist/components/AccordionItem/AccordionItem.mobile.js.map +1 -1
  13. package/dist/components/CarouselLinks/CarouselLinks.js +4 -4
  14. package/dist/components/CarouselLinks/CarouselLinks.js.map +1 -1
  15. package/dist/components/ContactsBlock/ContactsBlock.js +2 -2
  16. package/dist/components/ContactsBlock/ContactsBlock.js.map +1 -1
  17. package/dist/components/Headline/Headline.js +1 -2
  18. package/dist/components/Headline/Headline.js.map +1 -1
  19. package/dist/components/InvestmentGallery/InvestmentGalleryCard.js +1 -2
  20. package/dist/components/InvestmentGallery/InvestmentGalleryCard.js.map +1 -1
  21. package/dist/components/Recommendation/RecommendationCard.js +1 -2
  22. package/dist/components/Recommendation/RecommendationCard.js.map +1 -1
  23. package/dist/components/TariffsTable/TariffsTable.mobile.js +1 -1
  24. package/dist/components/TariffsTable/TariffsTable.mobile.js.map +1 -1
  25. package/dist/components/Tile/Tile.js +2 -2
  26. package/dist/components/Tile/Tile.js.map +1 -1
  27. package/dist/ui-kit/Paragraph/Paragraph.d.ts +9 -0
  28. package/dist/ui-kit/Paragraph/Paragraph.js +10 -0
  29. package/dist/ui-kit/Paragraph/Paragraph.js.map +1 -0
  30. package/dist/ui-kit/Text/Text.d.ts +34 -0
  31. package/dist/ui-kit/Text/Text.js +10 -0
  32. package/dist/ui-kit/Text/Text.js.map +1 -0
  33. package/lib/common.css +1 -1
  34. package/lib/components/Accordion/Accordion.js +2 -1
  35. package/lib/components/Accordion/Accordion.js.map +1 -1
  36. package/lib/components/Accordion/Accordion.mobile.js +2 -1
  37. package/lib/components/Accordion/Accordion.mobile.js.map +1 -1
  38. package/lib/components/AccordionItem/AccordionItem.js +2 -1
  39. package/lib/components/AccordionItem/AccordionItem.js.map +1 -1
  40. package/lib/components/AccordionItem/AccordionItem.mobile.js +2 -1
  41. package/lib/components/AccordionItem/AccordionItem.mobile.js.map +1 -1
  42. package/lib/components/CarouselLinks/CarouselLinks.js +4 -4
  43. package/lib/components/CarouselLinks/CarouselLinks.js.map +1 -1
  44. package/lib/components/ContactsBlock/ContactsBlock.js +2 -2
  45. package/lib/components/ContactsBlock/ContactsBlock.js.map +1 -1
  46. package/lib/components/Headline/Headline.js +1 -2
  47. package/lib/components/Headline/Headline.js.map +1 -1
  48. package/lib/components/InvestmentGallery/InvestmentGalleryCard.js +1 -2
  49. package/lib/components/InvestmentGallery/InvestmentGalleryCard.js.map +1 -1
  50. package/lib/components/Recommendation/RecommendationCard.js +1 -2
  51. package/lib/components/Recommendation/RecommendationCard.js.map +1 -1
  52. package/lib/components/TariffsTable/TariffsTable.mobile.js +1 -1
  53. package/lib/components/TariffsTable/TariffsTable.mobile.js.map +1 -1
  54. package/lib/components/Tile/Tile.js +2 -2
  55. package/lib/components/Tile/Tile.js.map +1 -1
  56. package/lib/ui-kit/Paragraph/Paragraph.d.ts +9 -0
  57. package/lib/ui-kit/Paragraph/Paragraph.js +8 -0
  58. package/lib/ui-kit/Paragraph/Paragraph.js.map +1 -0
  59. package/lib/ui-kit/Text/Text.d.ts +34 -0
  60. package/lib/ui-kit/Text/Text.js +8 -0
  61. package/lib/ui-kit/Text/Text.js.map +1 -0
  62. package/mobile/bundle/bundle.umd.js +16 -4
  63. package/mobile/bundle/bundle.umd.min.js +1 -1
  64. package/mobile/bundle/ui-kit/Paragraph/Paragraph.d.ts +9 -0
  65. package/mobile/bundle/ui-kit/Text/Text.d.ts +34 -0
  66. package/mobile/dist/components/Accordion/Accordion.js +2 -1
  67. package/mobile/dist/components/Accordion/Accordion.js.map +1 -1
  68. package/mobile/dist/components/AccordionItem/AccordionItem.js +2 -1
  69. package/mobile/dist/components/AccordionItem/AccordionItem.js.map +1 -1
  70. package/mobile/dist/components/CarouselLinks/CarouselLinks.js +4 -4
  71. package/mobile/dist/components/CarouselLinks/CarouselLinks.js.map +1 -1
  72. package/mobile/dist/components/ContactsBlock/ContactsBlock.js +2 -2
  73. package/mobile/dist/components/ContactsBlock/ContactsBlock.js.map +1 -1
  74. package/mobile/dist/components/InvestmentGallery/InvestmentGalleryCard.js +1 -2
  75. package/mobile/dist/components/InvestmentGallery/InvestmentGalleryCard.js.map +1 -1
  76. package/mobile/dist/components/Recommendation/RecommendationCard.js +1 -2
  77. package/mobile/dist/components/Recommendation/RecommendationCard.js.map +1 -1
  78. package/mobile/dist/components/TariffsTable/TariffsTable.js +1 -1
  79. package/mobile/dist/components/TariffsTable/TariffsTable.js.map +1 -1
  80. package/mobile/dist/components/Tile/Tile.js +2 -2
  81. package/mobile/dist/components/Tile/Tile.js.map +1 -1
  82. package/mobile/dist/ui-kit/Paragraph/Paragraph.d.ts +9 -0
  83. package/mobile/dist/ui-kit/Paragraph/Paragraph.js +10 -0
  84. package/mobile/dist/ui-kit/Paragraph/Paragraph.js.map +1 -0
  85. package/mobile/dist/ui-kit/Text/Text.d.ts +34 -0
  86. package/mobile/dist/ui-kit/Text/Text.js +10 -0
  87. package/mobile/dist/ui-kit/Text/Text.js.map +1 -0
  88. package/mobile/lib/components/Accordion/Accordion.js +2 -1
  89. package/mobile/lib/components/Accordion/Accordion.js.map +1 -1
  90. package/mobile/lib/components/AccordionItem/AccordionItem.js +2 -1
  91. package/mobile/lib/components/AccordionItem/AccordionItem.js.map +1 -1
  92. package/mobile/lib/components/CarouselLinks/CarouselLinks.js +4 -4
  93. package/mobile/lib/components/CarouselLinks/CarouselLinks.js.map +1 -1
  94. package/mobile/lib/components/ContactsBlock/ContactsBlock.js +2 -2
  95. package/mobile/lib/components/ContactsBlock/ContactsBlock.js.map +1 -1
  96. package/mobile/lib/components/InvestmentGallery/InvestmentGalleryCard.js +1 -2
  97. package/mobile/lib/components/InvestmentGallery/InvestmentGalleryCard.js.map +1 -1
  98. package/mobile/lib/components/Recommendation/RecommendationCard.js +1 -2
  99. package/mobile/lib/components/Recommendation/RecommendationCard.js.map +1 -1
  100. package/mobile/lib/components/TariffsTable/TariffsTable.js +1 -1
  101. package/mobile/lib/components/TariffsTable/TariffsTable.js.map +1 -1
  102. package/mobile/lib/components/Tile/Tile.js +2 -2
  103. package/mobile/lib/components/Tile/Tile.js.map +1 -1
  104. package/mobile/lib/ui-kit/Paragraph/Paragraph.d.ts +9 -0
  105. package/mobile/lib/ui-kit/Paragraph/Paragraph.js +8 -0
  106. package/mobile/lib/ui-kit/Paragraph/Paragraph.js.map +1 -0
  107. package/mobile/lib/ui-kit/Text/Text.d.ts +34 -0
  108. package/mobile/lib/ui-kit/Text/Text.js +8 -0
  109. package/mobile/lib/ui-kit/Text/Text.js.map +1 -0
  110. package/mobile/src/components/Accordion/Accordion.tsx +9 -5
  111. package/mobile/src/components/AccordionItem/AccordionItem.tsx +7 -4
  112. package/mobile/src/components/CarouselLinks/CarouselLinks.tsx +12 -6
  113. package/mobile/src/components/ContactsBlock/ContactsBlock.tsx +4 -5
  114. package/mobile/src/components/InvestmentGallery/InvestmentGalleryCard.tsx +2 -3
  115. package/mobile/src/components/Recommendation/RecommendationCard.tsx +1 -2
  116. package/mobile/src/components/TariffsTable/TariffsTable.tsx +1 -1
  117. package/mobile/src/components/Tile/Tile.tsx +4 -2
  118. package/mobile/src/ui-kit/Paragraph/Paragraph.tsx +17 -0
  119. package/mobile/src/ui-kit/Text/Text.tsx +79 -0
  120. package/package.json +1 -1
  121. package/src/components/Accordion/Accordion.mobile.tsx +9 -5
  122. package/src/components/Accordion/Accordion.tsx +7 -2
  123. package/src/components/AccordionItem/AccordionItem.mobile.tsx +7 -4
  124. package/src/components/AccordionItem/AccordionItem.tsx +4 -1
  125. package/src/components/CarouselLinks/CarouselLinks.tsx +12 -6
  126. package/src/components/ContactsBlock/ContactsBlock.tsx +4 -5
  127. package/src/components/Headline/Headline.tsx +3 -5
  128. package/src/components/InvestmentGallery/InvestmentGalleryCard.tsx +2 -3
  129. package/src/components/Recommendation/RecommendationCard.tsx +1 -2
  130. package/src/components/TariffsTable/TariffsTable.mobile.tsx +1 -1
  131. package/src/components/Tile/Tile.tsx +4 -2
  132. package/src/ui-kit/Paragraph/Paragraph.tsx +17 -0
  133. package/src/ui-kit/Text/Text.tsx +79 -0
  134. package/bundle/ui-kit/Description/Description.d.ts +0 -5
  135. package/dist/ui-kit/Description/Description.d.ts +0 -5
  136. package/dist/ui-kit/Description/Description.js +0 -9
  137. package/dist/ui-kit/Description/Description.js.map +0 -1
  138. package/lib/ui-kit/Description/Description.d.ts +0 -5
  139. package/lib/ui-kit/Description/Description.js +0 -7
  140. package/lib/ui-kit/Description/Description.js.map +0 -1
  141. package/mobile/bundle/ui-kit/Description/Description.d.ts +0 -5
  142. package/mobile/dist/ui-kit/Description/Description.d.ts +0 -5
  143. package/mobile/dist/ui-kit/Description/Description.js +0 -9
  144. package/mobile/dist/ui-kit/Description/Description.js.map +0 -1
  145. package/mobile/lib/ui-kit/Description/Description.d.ts +0 -5
  146. package/mobile/lib/ui-kit/Description/Description.js +0 -7
  147. package/mobile/lib/ui-kit/Description/Description.js.map +0 -1
  148. package/mobile/src/ui-kit/Description/Description.tsx +0 -12
  149. package/src/ui-kit/Description/Description.tsx +0 -12
@@ -349,9 +349,15 @@
349
349
  return (jsx(Tag, { className: `font-sans m-0 ${HEADING_STYLE_MAP[headingType]} ${className}`, children: title }));
350
350
  });
351
351
 
352
+ const Paragraph = JSX((props) => {
353
+ const { size = '', color = '', align = '', font = '', children } = props;
354
+ const textClasses = `font-sans ${size} ${color} ${align} ${font}`;
355
+ return jsx("p", { className: textClasses, children: children });
356
+ });
357
+
352
358
  const AccordionItemsList = JSX(({ children }) => (jsx("ul", { className: "list-none m-0 p-0", children: children })));
353
359
 
354
- const Accordion = JSX(({ className = '', title, accordionAlignTitle = 'center', description, children, ...rest }) => (jsxs(BlockWrapper, { className: `p-[50px] mb-1 last:mb-0 font-sans bg-white text-primary-text ${className}`, ...rest, children: [title ? (jsx(Heading, { headingType: "h3", as: "h2", className: `mb-2.5 ${AlignText[accordionAlignTitle]}`, title: title })) : null, description ? jsx("div", { className: "mb-2.5 text-l", children: description }) : null, jsx(AccordionItemsList, { children: children })] })));
360
+ const Accordion = JSX(({ className = '', title, accordionAlignTitle = 'center', description, children, ...rest }) => (jsxs(BlockWrapper, { className: `p-[50px] mb-1 last:mb-0 bg-white text-primary-text ${className}`, ...rest, children: [title ? (jsx(Heading, { headingType: "h3", as: "h2", className: `mb-2.5 ${AlignText[accordionAlignTitle]}`, title: title })) : null, description ? (jsx("div", { className: "mb-2.5", children: jsx(Paragraph, { size: "text-l", children: description }) })) : null, jsx(AccordionItemsList, { children: children })] })));
355
361
  Accordion.childrenTypes = ['AccordionItem'];
356
362
 
357
363
  const Foldable = JSX(({ isFoldButtonOnTop = false, unfoldedByDefault = false, renderFoldableSection, renderFoldButton, }) => {
@@ -445,15 +451,16 @@
445
451
  return (jsx(ImgAsPicture, { className: className, imageClassName: imageClassName, image: image, isMobile: isMobile }));
446
452
  });
447
453
 
454
+ const Text = JSX((props) => {
455
+ const { size = '', color = '', align = '', font = '', children } = props;
456
+ const textClasses = `font-sans ${size} ${color} ${align} ${font}`;
457
+ return jsx("span", { className: textClasses, children: children });
458
+ });
459
+
448
460
  const icons$1 = ['PlusIcon', 'MinusIcon'];
449
461
  const AccordionItem = JSX(({ className = '', label = '', isExpanded, children }) => (jsx("li", { className: `border-0 border-b border-solid border-main-divider last:border-b-0 ${className}`, children: jsx(Foldable, { isFoldButtonOnTop: true, unfoldedByDefault: isExpanded, renderFoldableSection: ({ isUnfolded }) => (jsx(FoldableSection, { className: "grid grid-cols-12 gap-5 [&>*]:p-0", isUnfolded: isUnfolded, children: children })), renderFoldButton: ({ isUnfolded, onToggle }) => (jsx(FoldButton$1, { label: label, icon: icons$1[Number(isUnfolded)], onClick: onToggle })) }) })));
450
462
  AccordionItem.childrenTypes = [];
451
- const FoldButton$1 = JSX(({ label, icon, onClick }) => (jsxs("button", { className: "border-none bg-transparent px-0 pt-5 pb-3.5 flex justify-between text-left w-full font-sans text-h6 group cursor-pointer", onClick: onClick, children: [jsx("span", { className: "text-xl font-medium pr-2.5", children: label }), jsx(ImgInner, { image: icon, className: "text-primary-main flex-shrink-0", width: "24", height: "24", asSVG: true })] })));
452
-
453
- const Description = JSX((props) => {
454
- const { className = '', description } = props;
455
- return jsx("div", { className: `${className}`, children: description });
456
- });
463
+ const FoldButton$1 = JSX(({ label, icon, onClick }) => (jsxs("button", { className: "border-none bg-transparent px-0 pt-5 pb-3.5 flex justify-between text-left w-full font-sans text-h6 group cursor-pointer", onClick: onClick, children: [jsx(Text, { size: "text-xl", font: "font-medium", children: label }), jsx(ImgInner, { image: icon, className: "text-primary-main flex-shrink-0", width: "24", height: "24", asSVG: true })] })));
457
464
 
458
465
  const LINK_CLASS_NAME = `absolute border border-primary-main ml-3 px-6 py-5
459
466
  text-l-light bg-white text-primary-text flex w-[316px]
@@ -685,10 +692,10 @@
685
692
  Carousel.childrenTypes = ['CarouselCard', 'CarouselTariffsCard'];
686
693
 
687
694
  const MAX_LINKS_COUNT = 12;
688
- const CarouselLinks = JSX(({ additionalDescription, block, description, links, title, className = '', ...rest }) => {
689
- return (jsxs(BlockWrapper, { className: `bg-primary-main flex w-full p-10 overflow-hidden justify-between font-sans ${className}`, ...rest, children: [jsxs("div", { className: "flex flex-col max-w-96 pr-9 text-white text-xl-light", children: [title ? jsx(Heading, { title: title, as: "h1", headingType: "h0", className: "pb-0.5" }) : null, description ? (jsx(Description, { description: description, className: "text-xl-light pt-5" })) : null, additionalDescription ? (jsx(Description, { description: additionalDescription, className: "pt-6" })) : null] }), links?.length ? renderLinks(links) : null] }));
695
+ const CarouselLinks = JSX(({ additionalDescription, description, links, title, className = '', ...rest }) => {
696
+ return (jsxs(BlockWrapper, { className: `bg-primary-main flex w-full p-10 overflow-hidden justify-between font-sans ${className}`, ...rest, children: [jsxs("div", { className: "flex flex-col max-w-96 pr-9 text-white text-xl-light", children: [title ? jsx(Heading, { title: title, as: "h1", headingType: "h0", className: "pb-0.5" }) : null, description ? (jsx("div", { className: "pt-5", children: jsx(Paragraph, { size: "text-xl", font: "font-light", children: description }) })) : null, additionalDescription ? (jsx("div", { className: "pt-6", children: jsx(Paragraph, { children: additionalDescription }) })) : null] }), links?.length ? renderLinks(links) : null] }));
690
697
  });
691
- const renderLinks = (links, block) => {
698
+ const renderLinks = (links) => {
692
699
  const slicedLinks = sliceArray(links, MAX_LINKS_COUNT);
693
700
  const slides = slicedLinks.map((slide) => (jsx("div", { className: "w-[672px] min-w-[672px] ml-20 mr-20 flex flex-wrap self-start", children: slide.map((link, index) => (jsx(LinkButton, { className: "m-1", ...link }, String(index)))) })));
694
701
  return (jsx(Carousel, { className: "min-w-[832px] w-[832px]", isBlur: false, cardFullViewCount: 1, cardWidth: '832', isCyclic: true, block: { type: 'Carousel', blocks: slides }, children: slides }));
@@ -818,7 +825,7 @@
818
825
  const Headline = JSX(({ className = '', bgColorHeadline = 'transparent', align = 'center', title, description, headlineVersion = 'XL', as, ...rest }) => {
819
826
  const STYLE_MAPS = HEADLINE_BLOCK_STYLE_MAPS[bgColorHeadline];
820
827
  const SIZE_MAPS = HEADLINE_VERSION[headlineVersion];
821
- return (jsxs(BlockWrapper, { className: `font-sans flex flex-col p-[50px] ${SIZE_MAPS.gap} ${STYLE_MAPS.background} ${className}`, ...rest, children: [title ? (jsx(Heading, { headingType: SIZE_MAPS?.headingType, as: as || SIZE_MAPS?.as, className: `whitespace-pre-wrap ${STYLE_MAPS.text} ${AlignText[align]}`, title: title })) : null, description ? (jsx(Description, { className: `${SIZE_MAPS.descriptionFont} ${STYLE_MAPS.text} ${AlignText[align]}`, description: description })) : null] }));
828
+ return (jsxs(BlockWrapper, { className: `font-sans flex flex-col p-[50px] ${SIZE_MAPS.gap} ${STYLE_MAPS.background} ${className}`, ...rest, children: [title ? (jsx(Heading, { headingType: SIZE_MAPS?.headingType, as: as || SIZE_MAPS?.as, className: `whitespace-pre-wrap ${STYLE_MAPS.text} ${AlignText[align]}`, title: title })) : null, description ? (jsx("p", { className: `${SIZE_MAPS.descriptionFont} ${STYLE_MAPS.text} ${AlignText[align]}`, children: description })) : null] }));
822
829
  });
823
830
 
824
831
  const Bonus = JSX((props) => {
@@ -1457,7 +1464,7 @@
1457
1464
  return (jsxs(BlockWrapper, { className: `${VersionStyleMap[version]} flex p-[50px] ${className}`, ...rest, children: [info?.length ? renderBlocks(info, version) : null, contacts?.length ? renderBlocks(contacts, version) : null] }));
1458
1465
  });
1459
1466
  const renderBlocks = (info, version) => (jsx("div", { className: "flex grow basis-0", children: info.map((column, index) => renderBlocksColumn({ column, index, version })) }));
1460
- const renderBlocksColumn = ({ column, index, version }) => column ? (jsx("div", { className: "flex flex-col grow basis-0 pr-11 last:pr-0", children: column.map(({ title = '', description, additionalDescription, button }, key) => (jsxs("div", { className: "mt-6 first:mt-0", children: [jsx(Headline, { className: "!p-0", title: title, description: description, headlineVersion: "XS", align: "left", bgColorHeadline: version }), additionalDescription ? (jsx(Description, { className: "text-m-light mt-1.5 opacity-80", description: additionalDescription })) : null, button ? jsx(Button, { className: "mt-6", ...button }) : null] }, String(key)))) }, `col-${String(index)}`)) : null;
1467
+ const renderBlocksColumn = ({ column, index, version }) => column ? (jsx("div", { className: "flex flex-col grow basis-0 pr-11 last:pr-0", children: column.map(({ title = '', description, additionalDescription, button }, key) => (jsxs("div", { className: "mt-6 first:mt-0", children: [jsx(Headline, { className: "!p-0", title: title, description: description, headlineVersion: "XS", align: "left", bgColorHeadline: version }), additionalDescription ? (jsx("div", { className: "mt-1.5 opacity-80", children: jsx(Paragraph, { size: "text-m-light", children: additionalDescription }) })) : null, button ? jsx(Button, { className: "mt-6", ...button }) : null] }, String(key)))) }, `col-${String(index)}`)) : null;
1461
1468
 
1462
1469
  const renderErrorContent = (error) => {
1463
1470
  if (error?.errorContentType === 'Image' && error?.image) {
@@ -2208,7 +2215,7 @@
2208
2215
  return (jsx("section", { className: `relative overflow-hidden text-left border border-solid box-border
2209
2216
  p-9 min-w-[697px] min-h-[319px]
2210
2217
  ${BorderVersionStyleMap[version]}
2211
- ${className}`, role: "listitem", children: jsx(BaseTile, { className: "flex justify-between", title: tileTitle, image: tileImage, children: jsxs("div", { className: "flex flex-col justify-between", children: [jsxs("div", { className: "flex itens-center justify-between mb-4", children: [description ? jsx(Description, { className: "text-h6", description: description }) : null, additionalDescription ? (jsxs("div", { className: "text-m-light text-secondary-text", children: [" ", additionalDescription, " "] })) : null] }), cardList?.length ? (jsx("div", { className: `${cardColumnsModeStyleMap[columnsMode]}`, role: "list", children: renderCardList(cardList, columnsMode) })) : null] }) }) }));
2218
+ ${className}`, role: "listitem", children: jsx(BaseTile, { className: "flex justify-between", title: tileTitle, image: tileImage, children: jsxs("div", { className: "flex flex-col justify-between", children: [jsxs("div", { className: "flex itens-center justify-between mb-4", children: [description ? jsx("span", { className: "text-h6", children: description }) : null, additionalDescription ? (jsxs("span", { className: "text-m-light text-secondary-text", children: [" ", additionalDescription, " "] })) : null] }), cardList?.length ? (jsx("div", { className: `${cardColumnsModeStyleMap[columnsMode]}`, role: "list", children: renderCardList(cardList, columnsMode) })) : null] }) }) }));
2212
2219
  });
2213
2220
  const renderCardList = (cardList, columnsMode) => cardList.map((item, i) => (jsxs("div", { className: columnsMode === 'double' ? 'basis-[calc(50%-20px)]' : '', role: "listitem", children: [item?.parameter ? (jsx("span", { className: `pr-2.5 ${getItemListFontSize(columnsMode)}`, children: item.parameter })) : null, item?.parameterDesccription ? (jsx("span", { className: "text-m-light text-secondary-text", children: item.parameterDesccription })) : null] }, String(i))));
2214
2221
 
@@ -2994,7 +3001,7 @@
2994
3001
  const RecommendationCard = JSX(({ className = '', title, description, items, image, version, socialMedia, button }) => {
2995
3002
  const tileTitle = title ? (jsx(Heading, { headingType: "h5", as: "h3", className: "mb-3.5 z-10", title: title })) : null;
2996
3003
  const tileImage = image?.src ? (jsx(ImgInner, { className: "absolute bottom-0 right-0 m-0", image: image })) : null;
2997
- return (jsx("section", { className: `relative overflow-hidden text-left border border-solid box-border p-7 min-w-[524px] min-h-[218px] ${className}`, role: "listitem", children: jsx(BaseTile, { className: "flex justify-between", title: tileTitle, image: tileImage, children: jsxs("div", { className: "h-full flex flex-col justify-between", children: [description ? jsx(Description, { className: "mb-2", description: description }) : null, items?.length ? (jsx(List, { className: "text-xl-light flex flex-col flex-1 gap-2 max-w-[236px]", items: items, version: version })) : null, socialMedia ? (jsx(SocialMedia, { className: "pt-10 pb-0", media: socialMedia, version: version })) : null, button?.text ? (jsx("div", { className: "pt-2", children: renderButton({ button, buttonClassName: 'mt-16' }) })) : null] }) }) }));
3004
+ return (jsx("section", { className: `relative overflow-hidden text-left border border-solid box-border p-7 min-w-[524px] min-h-[218px] ${className}`, role: "listitem", children: jsx(BaseTile, { className: "flex justify-between", title: tileTitle, image: tileImage, children: jsxs("div", { className: "h-full flex flex-col justify-between", children: [description ? jsx("span", { className: "mb-2", children: description }) : null, items?.length ? (jsx(List, { className: "text-xl-light flex flex-col flex-1 gap-2 max-w-[236px]", items: items, version: version })) : null, socialMedia ? (jsx(SocialMedia, { className: "pt-10 pb-0", media: socialMedia, version: version })) : null, button?.text ? (jsx("div", { className: "pt-2", children: renderButton({ button, buttonClassName: 'mt-16' }) })) : null] }) }) }));
2998
3005
  });
2999
3006
 
3000
3007
  const BLUR_BLOCK_CLASSES = 'absolute top-0 bottom-0 w-[84px]';
@@ -3542,7 +3549,7 @@
3542
3549
  const Tile = JSX((props) => {
3543
3550
  const { title, headingType = 'h3', description, items, buttons, image, isDotted = true, listItemSize = 'M', className = '', version = 'primary', tags, children, ...rest } = props;
3544
3551
  const headingClassName = version === 'primary' ? 'text-primary-text' : '';
3545
- return (jsx(BlockWrapper, { className: `overflow-hidden font-sans p-9 pr-3 box-border ${className} ${VersionStyleMap[version]} ${getTileRightPadding(className)} ${getTileMinHeight(className)} `, ...rest, children: jsxs(BaseTile, { title: title ? (jsx(Heading, { headingType: headingType, as: "h2", title: title, className: `whitespace-pre-wrap max-w-[600px] ${headingClassName}` })) : null, buttons: buttons?.length ? (jsx(ButtonSection, { buttons: buttons.map((button) => ({ ...button, className: 'min-w-[158px]' })), className: "flex mt-8 gap-3", ...rest })) : null, image: image?.src ? jsx(ImgInner, { className: "mt-auto ml-7", image: image }) : null, children: [description ? (jsx(Description, { className: "max-w-[600px] text-xl-light mt-2.5", description: description })) : null, children, renderList({ version, isDotted, listItemSize }, items), tags?.length ? jsx(Tags, { tags: tags, className: "mt-5" }) : null] }) }));
3552
+ return (jsx(BlockWrapper, { className: `overflow-hidden font-sans p-9 pr-3 box-border ${className} ${VersionStyleMap[version]} ${getTileRightPadding(className)} ${getTileMinHeight(className)} `, ...rest, children: jsxs(BaseTile, { title: title ? (jsx(Heading, { headingType: headingType, as: "h2", title: title, className: `whitespace-pre-wrap max-w-[600px] ${headingClassName}` })) : null, buttons: buttons?.length ? (jsx(ButtonSection, { buttons: buttons.map((button) => ({ ...button, className: 'min-w-[158px]' })), className: "flex mt-8 gap-3", ...rest })) : null, image: image?.src ? jsx(ImgInner, { className: "mt-auto ml-7", image: image }) : null, children: [description ? (jsx("div", { className: "max-w-[600px] mt-2.5", children: jsx(Paragraph, { size: "text-xl-light", children: description }) })) : null, children, renderList({ version, isDotted, listItemSize }, items), tags?.length ? jsx(Tags, { tags: tags, className: "mt-5" }) : null] }) }));
3546
3553
  });
3547
3554
  function renderList({ version, isDotted, listItemSize }, items) {
3548
3555
  return items?.length ? (jsx(List, { items: items, isDotted: isDotted, className: "mt-2.5", listItemSize: listItemSize, itemClassName: "mb-1.5", version: version })) : null;
@@ -3733,7 +3740,7 @@
3733
3740
  return (jsx("div", { className: "flex items-end absolute bottom-0 right-0 h-full pointer-events-none", children: jsx(LikeControl, { className: "rounded-tl-lg sticky bottom-0 pointer-events-auto" }) }));
3734
3741
  }
3735
3742
 
3736
- const packageVersion = "0.6.32";
3743
+ const packageVersion = "0.6.33";
3737
3744
 
3738
3745
  exports.Blocks = Blocks;
3739
3746
  exports.ContentPage = ContentPage;