@npm_leadtech/legal-lib-components 7.27.2 → 7.27.4
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.
|
@@ -2,5 +2,5 @@ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
|
2
2
|
import { Button, RichTextInner } from '../../atoms';
|
|
3
3
|
import { TryNowSectionStyled } from './TryNowSection.styled';
|
|
4
4
|
export const TryNowSection = ({ text, buttonText, buttonLink, buttonDataQa, image }) => {
|
|
5
|
-
return (_jsx(TryNowSectionStyled, { className: 'try-us-section', children: _jsx("div", { className: 'guidelines-section-trial wrapper', children: _jsxs("div", { className: 'guidelines-section-trial__item', children: [_jsx("div", { className: 'guidelines-section__image big-devices', children: image }), _jsxs("div", { className: 'guidelines-section-trial__texts', children: [_jsx(RichTextInner, { customClass: 'guidelines-section__texts__body', children: text }), _jsx(Button, { givenClass: 'mid-banner-ratafia-content__cta', dataQa: buttonDataQa, link: buttonLink, color: 'primary', label: buttonText })] }), _jsx("div", { className: 'guidelines-section__image is-mobile', children: image })] }) }) }));
|
|
5
|
+
return (_jsx(TryNowSectionStyled, { className: 'try-our-free-legal-blogs-section wrapper wrapper--responsive try-us-section', children: _jsx("div", { className: 'guidelines-section-trial wrapper', children: _jsxs("div", { className: 'guidelines-section-trial__item', children: [_jsx("div", { className: 'guidelines-section__image big-devices', children: image }), _jsxs("div", { className: 'guidelines-section-trial__texts', children: [_jsx(RichTextInner, { customClass: 'guidelines-section__texts__body', children: text }), _jsx(Button, { givenClass: 'mid-banner-ratafia-content__cta', dataQa: buttonDataQa, link: buttonLink, color: 'primary', label: buttonText })] }), _jsx("div", { className: 'guidelines-section__image is-mobile', children: image })] }) }) }));
|
|
6
6
|
};
|
|
@@ -6,7 +6,7 @@ import { TryNowSectionStyled } from './TryNowSection.styled'
|
|
|
6
6
|
|
|
7
7
|
export const TryNowSection: FC<TryNowSectionProps> = ({ text, buttonText, buttonLink, buttonDataQa, image }) => {
|
|
8
8
|
return (
|
|
9
|
-
<TryNowSectionStyled className='try-us-section'>
|
|
9
|
+
<TryNowSectionStyled className='try-our-free-legal-blogs-section wrapper wrapper--responsive try-us-section'>
|
|
10
10
|
<div className='guidelines-section-trial wrapper'>
|
|
11
11
|
<div className='guidelines-section-trial__item'>
|
|
12
12
|
<div className='guidelines-section__image big-devices'>{image}</div>
|