@redneckz/wildless-cms-uni-blocks 0.3.79 → 0.3.80

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 (76) hide show
  1. package/bundle/bundle.umd.js +11 -11
  2. package/bundle/bundle.umd.min.js +1 -1
  3. package/dist/components/Accordion/AccordionItem.js +1 -1
  4. package/dist/components/Accordion/AccordionItem.js.map +1 -1
  5. package/dist/components/BenefitsBlock/BenefitsBlock.js +1 -1
  6. package/dist/components/BenefitsBlock/BenefitsBlock.js.map +1 -1
  7. package/dist/components/ComparisonTable/TableCell.js +1 -1
  8. package/dist/components/ComparisonTable/TableCell.js.map +1 -1
  9. package/dist/components/Footer/Contacts.js +2 -2
  10. package/dist/components/Footer/Contacts.js.map +1 -1
  11. package/dist/components/Gallery/GalleryCardInner.js +2 -2
  12. package/dist/components/Gallery/GalleryCardInner.js.map +1 -1
  13. package/dist/components/Navigation/Navigation.js +1 -1
  14. package/dist/components/Navigation/Navigation.js.map +1 -1
  15. package/dist/components/PictureText/PictureText.js +1 -1
  16. package/dist/components/PictureText/PictureText.js.map +1 -1
  17. package/dist/components/ProductBlock/renderBenefit.js +1 -1
  18. package/dist/components/ProductBlock/renderBenefit.js.map +1 -1
  19. package/dist/components/StepsBlock/StepsBlock.js +1 -1
  20. package/dist/components/StepsBlock/StepsBlock.js.map +1 -1
  21. package/lib/common.css +1 -1
  22. package/lib/components/Accordion/AccordionItem.js +1 -1
  23. package/lib/components/Accordion/AccordionItem.js.map +1 -1
  24. package/lib/components/BenefitsBlock/BenefitsBlock.js +1 -1
  25. package/lib/components/BenefitsBlock/BenefitsBlock.js.map +1 -1
  26. package/lib/components/ComparisonTable/TableCell.js +1 -1
  27. package/lib/components/ComparisonTable/TableCell.js.map +1 -1
  28. package/lib/components/Footer/Contacts.js +2 -2
  29. package/lib/components/Footer/Contacts.js.map +1 -1
  30. package/lib/components/Gallery/GalleryCardInner.js +2 -2
  31. package/lib/components/Gallery/GalleryCardInner.js.map +1 -1
  32. package/lib/components/Navigation/Navigation.js +1 -1
  33. package/lib/components/Navigation/Navigation.js.map +1 -1
  34. package/lib/components/PictureText/PictureText.js +1 -1
  35. package/lib/components/PictureText/PictureText.js.map +1 -1
  36. package/lib/components/ProductBlock/renderBenefit.js +1 -1
  37. package/lib/components/ProductBlock/renderBenefit.js.map +1 -1
  38. package/lib/components/StepsBlock/StepsBlock.js +1 -1
  39. package/lib/components/StepsBlock/StepsBlock.js.map +1 -1
  40. package/mobile/bundle/bundle.umd.js +2 -2
  41. package/mobile/bundle/bundle.umd.min.js +1 -1
  42. package/mobile/dist/components/BenefitsBlock/BenefitsBlock.js +1 -1
  43. package/mobile/dist/components/BenefitsBlock/BenefitsBlock.js.map +1 -1
  44. package/mobile/dist/components/Footer/Contacts.js +2 -2
  45. package/mobile/dist/components/Footer/Contacts.js.map +1 -1
  46. package/mobile/dist/components/Gallery/GalleryCardInner.js +2 -2
  47. package/mobile/dist/components/Gallery/GalleryCardInner.js.map +1 -1
  48. package/mobile/dist/components/Navigation/Navigation.js +1 -1
  49. package/mobile/dist/components/Navigation/Navigation.js.map +1 -1
  50. package/mobile/dist/components/PictureText/PictureText.js +1 -1
  51. package/mobile/dist/components/PictureText/PictureText.js.map +1 -1
  52. package/mobile/lib/components/BenefitsBlock/BenefitsBlock.js +1 -1
  53. package/mobile/lib/components/BenefitsBlock/BenefitsBlock.js.map +1 -1
  54. package/mobile/lib/components/Footer/Contacts.js +2 -2
  55. package/mobile/lib/components/Footer/Contacts.js.map +1 -1
  56. package/mobile/lib/components/Gallery/GalleryCardInner.js +2 -2
  57. package/mobile/lib/components/Gallery/GalleryCardInner.js.map +1 -1
  58. package/mobile/lib/components/Navigation/Navigation.js +1 -1
  59. package/mobile/lib/components/Navigation/Navigation.js.map +1 -1
  60. package/mobile/lib/components/PictureText/PictureText.js +1 -1
  61. package/mobile/lib/components/PictureText/PictureText.js.map +1 -1
  62. package/mobile/src/components/BenefitsBlock/BenefitsBlock.tsx +1 -1
  63. package/mobile/src/components/Footer/Contacts.tsx +5 -2
  64. package/mobile/src/components/Gallery/GalleryCardInner.tsx +2 -2
  65. package/mobile/src/components/Navigation/Navigation.tsx +1 -1
  66. package/mobile/src/components/PictureText/PictureText.tsx +1 -1
  67. package/package.json +1 -1
  68. package/src/components/Accordion/AccordionItem.tsx +1 -1
  69. package/src/components/BenefitsBlock/BenefitsBlock.tsx +1 -1
  70. package/src/components/ComparisonTable/TableCell.tsx +1 -1
  71. package/src/components/Footer/Contacts.tsx +5 -2
  72. package/src/components/Gallery/GalleryCardInner.tsx +2 -2
  73. package/src/components/Navigation/Navigation.tsx +1 -1
  74. package/src/components/PictureText/PictureText.tsx +1 -1
  75. package/src/components/ProductBlock/renderBenefit.tsx +1 -1
  76. package/src/components/StepsBlock/StepsBlock.tsx +1 -1
@@ -10,6 +10,6 @@ export const PictureText = JSX(({ className = '', title, image, benefits, versio
10
10
  return (_jsxs("section", { className: `relative font-sans p-14 ${pictureTextStyleMap[version]} ${className}`, id: anchor, children: [_jsx(Heading, { headingType: "h2", className: "text-center", title: title }), _jsxs("div", { className: 'flex justify-center mt-9', children: [image?.src && _jsx(Img, { className: directionRight ? 'order-2 ml-6' : 'mr-6', image: image }), benefits?.length ? (_jsx("div", { className: "flex flex-col", children: benefits.map((_, i) => renderBenefit(_, i, version)) })) : null] })] }));
11
11
  });
12
12
  function renderBenefit(benefit, i, version) {
13
- return (_jsxs("div", { className: "flex flex-row mb-8", children: [benefit.icon ? (_jsx(Img, { className: "w-[48px] h-[48px] bg-main rounded-full box-border p-[12px]", image: benefit.icon, width: "48", height: "48", asSVG: true })) : null, _jsxs("div", { className: "flex gap-1 flex-col h-full ml-5 max-w-[490px]", children: [benefit?.label ? (_jsx("div", { className: `font-medium text-xl m-0 ${version === 'primary' ? 'text-primary-text' : ''}`, children: benefit.label })) : null, benefit?.description ? (_jsx("div", { className: `font-normal text-sm ${version === 'primary' ? 'text-secondary-text' : ''}`, children: benefit.description })) : null] })] }, String(i)));
13
+ return (_jsxs("div", { className: "flex flex-row mb-8", children: [benefit.icon ? (_jsx(Img, { className: "w-[48px] h-[48px] bg-main rounded-full box-border p-[12px]", image: benefit.icon, width: "48", height: "48", asSVG: true })) : null, _jsxs("div", { className: "flex gap-1 flex-col h-full ml-5 max-w-[490px]", children: [benefit?.label ? (_jsx("div", { className: `font-medium text-xl-light m-0 ${version === 'primary' ? 'text-primary-text' : ''}`, children: benefit.label })) : null, benefit?.description ? (_jsx("div", { className: `font-normal text-sm ${version === 'primary' ? 'text-secondary-text' : ''}`, children: benefit.description })) : null] })] }, String(i)));
14
14
  }
15
15
  //# sourceMappingURL=PictureText.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"PictureText.js","sourceRoot":"","sources":["../../../src/components/PictureText/PictureText.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AAKxC,OAAO,EAAE,OAAO,EAAE,MAAM,8BAA8B,CAAC;AACvD,OAAO,EAAE,GAAG,EAAE,MAAM,sBAAsB,CAAC;AAI3C,MAAM,mBAAmB,GAAiC;IACxD,OAAO,EAAE,4BAA4B;IACrC,SAAS,EAAE,4BAA4B;CACxC,CAAC;AAEF,MAAM,CAAC,MAAM,WAAW,GAAG,GAAG,CAC5B,CAAC,EACC,SAAS,GAAG,EAAE,EACd,KAAK,EACL,KAAK,EACL,QAAQ,EACR,OAAO,GAAG,SAAS,EACnB,cAAc,GAAG,KAAK,EACtB,MAAM,GAAG,IAAI,GACd,EAAE,EAAE;IACH,OAAO,CACL,mBACE,SAAS,EAAE,2BAA2B,mBAAmB,CAAC,OAAO,CAAC,IAAI,SAAS,EAAE,EACjF,EAAE,EAAE,MAAM,aAEV,KAAC,OAAO,IAAC,WAAW,EAAC,IAAI,EAAC,SAAS,EAAC,aAAa,EAAC,KAAK,EAAE,KAAK,GAAI,EAClE,eAAK,SAAS,EAAE,0BAA0B,aACvC,KAAK,EAAE,GAAG,IAAI,KAAC,GAAG,IAAC,SAAS,EAAE,cAAc,CAAC,CAAC,CAAC,cAAc,CAAC,CAAC,CAAC,MAAM,EAAE,KAAK,EAAE,KAAK,GAAI,EACxF,QAAQ,EAAE,MAAM,CAAC,CAAC,CAAC,CAClB,cAAK,SAAS,EAAC,eAAe,YAC3B,QAAQ,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE,CAAC,aAAa,CAAC,CAAC,EAAE,CAAC,EAAE,OAAO,CAAC,CAAC,GACjD,CACP,CAAC,CAAC,CAAC,IAAI,IACJ,IACE,CACX,CAAC;AACJ,CAAC,CACF,CAAC;AAEF,SAAS,aAAa,CAAC,OAA2B,EAAE,CAAS,EAAE,OAAe;IAC5E,OAAO,CACL,eAAqB,SAAS,EAAC,oBAAoB,aAChD,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,CACd,KAAC,GAAG,IACF,SAAS,EAAC,4DAA4D,EACtE,KAAK,EAAE,OAAO,CAAC,IAAI,EACnB,KAAK,EAAC,IAAI,EACV,MAAM,EAAC,IAAI,EACX,KAAK,SACL,CACH,CAAC,CAAC,CAAC,IAAI,EACR,eAAK,SAAS,EAAC,+CAA+C,aAC3D,OAAO,EAAE,KAAK,CAAC,CAAC,CAAC,CAChB,cACE,SAAS,EAAE,2BACT,OAAO,KAAK,SAAS,CAAC,CAAC,CAAC,mBAAmB,CAAC,CAAC,CAAC,EAChD,EAAE,YAED,OAAO,CAAC,KAAK,GACV,CACP,CAAC,CAAC,CAAC,IAAI,EACP,OAAO,EAAE,WAAW,CAAC,CAAC,CAAC,CACtB,cACE,SAAS,EAAE,uBAAuB,OAAO,KAAK,SAAS,CAAC,CAAC,CAAC,qBAAqB,CAAC,CAAC,CAAC,EAAE,EAAE,YAErF,OAAO,CAAC,WAAW,GAChB,CACP,CAAC,CAAC,CAAC,IAAI,IACJ,KA3BE,MAAM,CAAC,CAAC,CAAC,CA4Bb,CACP,CAAC;AACJ,CAAC"}
1
+ {"version":3,"file":"PictureText.js","sourceRoot":"","sources":["../../../src/components/PictureText/PictureText.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AAKxC,OAAO,EAAE,OAAO,EAAE,MAAM,8BAA8B,CAAC;AACvD,OAAO,EAAE,GAAG,EAAE,MAAM,sBAAsB,CAAC;AAI3C,MAAM,mBAAmB,GAAiC;IACxD,OAAO,EAAE,4BAA4B;IACrC,SAAS,EAAE,4BAA4B;CACxC,CAAC;AAEF,MAAM,CAAC,MAAM,WAAW,GAAG,GAAG,CAC5B,CAAC,EACC,SAAS,GAAG,EAAE,EACd,KAAK,EACL,KAAK,EACL,QAAQ,EACR,OAAO,GAAG,SAAS,EACnB,cAAc,GAAG,KAAK,EACtB,MAAM,GAAG,IAAI,GACd,EAAE,EAAE;IACH,OAAO,CACL,mBACE,SAAS,EAAE,2BAA2B,mBAAmB,CAAC,OAAO,CAAC,IAAI,SAAS,EAAE,EACjF,EAAE,EAAE,MAAM,aAEV,KAAC,OAAO,IAAC,WAAW,EAAC,IAAI,EAAC,SAAS,EAAC,aAAa,EAAC,KAAK,EAAE,KAAK,GAAI,EAClE,eAAK,SAAS,EAAE,0BAA0B,aACvC,KAAK,EAAE,GAAG,IAAI,KAAC,GAAG,IAAC,SAAS,EAAE,cAAc,CAAC,CAAC,CAAC,cAAc,CAAC,CAAC,CAAC,MAAM,EAAE,KAAK,EAAE,KAAK,GAAI,EACxF,QAAQ,EAAE,MAAM,CAAC,CAAC,CAAC,CAClB,cAAK,SAAS,EAAC,eAAe,YAC3B,QAAQ,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE,CAAC,aAAa,CAAC,CAAC,EAAE,CAAC,EAAE,OAAO,CAAC,CAAC,GACjD,CACP,CAAC,CAAC,CAAC,IAAI,IACJ,IACE,CACX,CAAC;AACJ,CAAC,CACF,CAAC;AAEF,SAAS,aAAa,CAAC,OAA2B,EAAE,CAAS,EAAE,OAAe;IAC5E,OAAO,CACL,eAAqB,SAAS,EAAC,oBAAoB,aAChD,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,CACd,KAAC,GAAG,IACF,SAAS,EAAC,4DAA4D,EACtE,KAAK,EAAE,OAAO,CAAC,IAAI,EACnB,KAAK,EAAC,IAAI,EACV,MAAM,EAAC,IAAI,EACX,KAAK,SACL,CACH,CAAC,CAAC,CAAC,IAAI,EACR,eAAK,SAAS,EAAC,+CAA+C,aAC3D,OAAO,EAAE,KAAK,CAAC,CAAC,CAAC,CAChB,cACE,SAAS,EAAE,iCACT,OAAO,KAAK,SAAS,CAAC,CAAC,CAAC,mBAAmB,CAAC,CAAC,CAAC,EAChD,EAAE,YAED,OAAO,CAAC,KAAK,GACV,CACP,CAAC,CAAC,CAAC,IAAI,EACP,OAAO,EAAE,WAAW,CAAC,CAAC,CAAC,CACtB,cACE,SAAS,EAAE,uBAAuB,OAAO,KAAK,SAAS,CAAC,CAAC,CAAC,qBAAqB,CAAC,CAAC,CAAC,EAAE,EAAE,YAErF,OAAO,CAAC,WAAW,GAChB,CACP,CAAC,CAAC,CAAC,IAAI,IACJ,KA3BE,MAAM,CAAC,CAAC,CAAC,CA4Bb,CACP,CAAC;AACJ,CAAC"}
@@ -50,7 +50,7 @@ const renderStep = (benefit: BenefitItem, i: number) => {
50
50
  />
51
51
  ) : null}
52
52
  <div>
53
- {benefit?.label ? <h3 className="font-medium text-xl m-0">{benefit.label}</h3> : null}
53
+ {benefit?.label ? <h3 className="font-medium text-xl-light m-0">{benefit.label}</h3> : null}
54
54
  {renderDescription(description)}
55
55
  </div>
56
56
  </div>
@@ -50,7 +50,7 @@ const renderText = (type: ContactInfo['type'], text = '') => {
50
50
  case 'tel':
51
51
  return (
52
52
  <a
53
- className="font-sans text-xl text-primary-text no-underline"
53
+ className="font-sans text-xl-light text-primary-text no-underline"
54
54
  href={`tel:${formatTel(text)}`}
55
55
  >
56
56
  {text}
@@ -58,7 +58,10 @@ const renderText = (type: ContactInfo['type'], text = '') => {
58
58
  );
59
59
  case 'email':
60
60
  return (
61
- <a className="font-sans text-xl text-primary-text no-underline" href={`mailto:${text}`}>
61
+ <a
62
+ className="font-sans text-xl-light text-primary-text no-underline"
63
+ href={`mailto:${text}`}
64
+ >
62
65
  {text}
63
66
  </a>
64
67
  );
@@ -40,7 +40,7 @@ function renderButton(button) {
40
40
  }
41
41
 
42
42
  function renderCardTitle(title: string, className: string) {
43
- return <div className={`text-xl m-0 ${className}`}>{title}</div>;
43
+ return <div className={`text-xl-light m-0 ${className}`}>{title}</div>;
44
44
  }
45
45
 
46
46
  function renderItems(items: GalleryItem[], isDotted: boolean, version: BlockVersion = 'primary') {
@@ -58,7 +58,7 @@ function renderItems(items: GalleryItem[], isDotted: boolean, version: BlockVers
58
58
  }
59
59
 
60
60
  function getTitleStyle(version) {
61
- return `text-xl m-0
61
+ return `text-xl-light m-0
62
62
  ${version !== 'secondary' ? 'text-primary-text' : ''}
63
63
  `;
64
64
  }
@@ -21,7 +21,7 @@ export const Navigation = JSX<NavigationProps>(
21
21
  }`}
22
22
  id={anchor}
23
23
  >
24
- <h2 className="font-medium text-xl m-0">{title}</h2>
24
+ <h2 className="font-medium text-xl-light m-0">{title}</h2>
25
25
  {buttons?.length ? (
26
26
  <div className="flex rounded-md overflow-hidden bg-white">
27
27
  {buttons
@@ -57,7 +57,7 @@ function renderBenefit(benefit: PictureTextBenefit, i: number, version: string)
57
57
  <div className="flex gap-1 flex-col h-full ml-5 max-w-[490px]">
58
58
  {benefit?.label ? (
59
59
  <div
60
- className={`font-medium text-xl m-0 ${
60
+ className={`font-medium text-xl-light m-0 ${
61
61
  version === 'primary' ? 'text-primary-text' : ''
62
62
  }`}
63
63
  >
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@redneckz/wildless-cms-uni-blocks",
3
- "version": "0.3.79",
3
+ "version": "0.3.80",
4
4
  "private": false,
5
5
  "license": "MIT",
6
6
  "author": "ЦК",
@@ -22,7 +22,7 @@ export const AccordionItem = JSX<AccordionItemProps>(({ label, isExpanded, block
22
22
  `}
23
23
  onClick={handleToggle}
24
24
  >
25
- <span className={`text-xl pr-2.5 font-medium`}>{label}</span>
25
+ <span className={`text-xl-light pr-2.5 font-medium`}>{label}</span>
26
26
  {hasContent ? (
27
27
  <Img image={icon} className="text-primary-main" width="24" height="24" asSVG />
28
28
  ) : null}
@@ -50,7 +50,7 @@ const renderStep = (benefit: BenefitItem, i: number) => {
50
50
  />
51
51
  ) : null}
52
52
  <div>
53
- {benefit?.label ? <h3 className="font-medium text-xl m-0">{benefit.label}</h3> : null}
53
+ {benefit?.label ? <h3 className="font-medium text-xl-light m-0">{benefit.label}</h3> : null}
54
54
  {renderDescription(description)}
55
55
  </div>
56
56
  </div>
@@ -29,7 +29,7 @@ export const TableCell = JSX<TableCellProps>(({ cell, isFirstRow, isLastRow, isF
29
29
  });
30
30
 
31
31
  const labelStyle = (isFillGradient = false): string =>
32
- `text-xl font-medium m-0 ${isFillGradient ? 'text-white' : ''}`;
32
+ `text-xl-light font-medium m-0 ${isFillGradient ? 'text-white' : ''}`;
33
33
  const descriptionStyle = (isFillGradient = false): string =>
34
34
  `text-sm opacity-80 ${isFillGradient ? 'text-white' : 'text-secondary-text'}`;
35
35
 
@@ -50,7 +50,7 @@ const renderText = (type: ContactInfo['type'], text = '') => {
50
50
  case 'tel':
51
51
  return (
52
52
  <a
53
- className="font-sans text-xl text-primary-text no-underline"
53
+ className="font-sans text-xl-light text-primary-text no-underline"
54
54
  href={`tel:${formatTel(text)}`}
55
55
  >
56
56
  {text}
@@ -58,7 +58,10 @@ const renderText = (type: ContactInfo['type'], text = '') => {
58
58
  );
59
59
  case 'email':
60
60
  return (
61
- <a className="font-sans text-xl text-primary-text no-underline" href={`mailto:${text}`}>
61
+ <a
62
+ className="font-sans text-xl-light text-primary-text no-underline"
63
+ href={`mailto:${text}`}
64
+ >
62
65
  {text}
63
66
  </a>
64
67
  );
@@ -40,7 +40,7 @@ function renderButton(button) {
40
40
  }
41
41
 
42
42
  function renderCardTitle(title: string, className: string) {
43
- return <div className={`text-xl m-0 ${className}`}>{title}</div>;
43
+ return <div className={`text-xl-light m-0 ${className}`}>{title}</div>;
44
44
  }
45
45
 
46
46
  function renderItems(items: GalleryItem[], isDotted: boolean, version: BlockVersion = 'primary') {
@@ -58,7 +58,7 @@ function renderItems(items: GalleryItem[], isDotted: boolean, version: BlockVers
58
58
  }
59
59
 
60
60
  function getTitleStyle(version) {
61
- return `text-xl m-0
61
+ return `text-xl-light m-0
62
62
  ${version !== 'secondary' ? 'text-primary-text' : ''}
63
63
  `;
64
64
  }
@@ -21,7 +21,7 @@ export const Navigation = JSX<NavigationProps>(
21
21
  }`}
22
22
  id={anchor}
23
23
  >
24
- <h2 className="font-medium text-xl m-0">{title}</h2>
24
+ <h2 className="font-medium text-xl-light m-0">{title}</h2>
25
25
  {buttons?.length ? (
26
26
  <div className="flex rounded-md overflow-hidden bg-white">
27
27
  {buttons
@@ -57,7 +57,7 @@ function renderBenefit(benefit: PictureTextBenefit, i: number, version: string)
57
57
  <div className="flex gap-1 flex-col h-full ml-5 max-w-[490px]">
58
58
  {benefit?.label ? (
59
59
  <div
60
- className={`font-medium text-xl m-0 ${
60
+ className={`font-medium text-xl-light m-0 ${
61
61
  version === 'primary' ? 'text-primary-text' : ''
62
62
  }`}
63
63
  >
@@ -29,7 +29,7 @@ export function renderBenefit(
29
29
  />
30
30
  ) : null}
31
31
  <div className="flex gap-0.5 flex-col h-full max-w-[149px] min-w-[149px]">
32
- <div className={`text-xl m-0 ${benefitTitleStyleMap[version]}`}>{benefit.label}</div>
32
+ <div className={`text-xl-light m-0 ${benefitTitleStyleMap[version]}`}>{benefit.label}</div>
33
33
  {benefit.description ? (
34
34
  <div className={`font-light text-m-md ${benefitDescStyleMap[version]}`}>
35
35
  {benefit.description}
@@ -84,7 +84,7 @@ const renderStepTitle = (styleMap: StyleType, isMainButton: boolean) => (step: S
84
84
  className="flex flex-col items-center justify-between text-center relative w-[276px] whitespace-pre-line overflow-hidden"
85
85
  >
86
86
  <div>
87
- {step.label ? <div className="font-normal text-xl m-0 mt-4">{step.label}</div> : null}
87
+ {step.label ? <div className="font-normal text-xl-light m-0 mt-4">{step.label}</div> : null}
88
88
  {step.description ? (
89
89
  <div
90
90
  className={`font-light text-base ${styleMap.description} ${