@npm_leadtech/legal-lib-components 7.5.4 → 7.5.6

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 (180) hide show
  1. package/dist/src/components/atoms/BenefitRatafiaCard/BenefitRatafiaCard.d.ts +4 -0
  2. package/dist/src/components/atoms/BenefitRatafiaCard/BenefitRatafiaCard.js +6 -0
  3. package/dist/src/components/{molecules/SubscriptionCard/PlanBoxPricingSubscriptionCard/PlanBoxPricingText.styled.d.ts → atoms/BenefitRatafiaCard/BenefitRatafiaCard.styled.d.ts} +1 -1
  4. package/dist/src/components/atoms/{BenefitCard/BenefitCardStyled.styled.js → BenefitRatafiaCard/BenefitRatafiaCard.styled.js} +4 -10
  5. package/dist/src/components/atoms/{BenefitCard/BenefitCardStyled.styled.ts → BenefitRatafiaCard/BenefitRatafiaCard.styled.ts} +4 -10
  6. package/dist/src/components/atoms/BenefitRatafiaCard/BenefitRatafiaCard.tsx +18 -0
  7. package/dist/src/components/atoms/{BenefitCard/BenefitCardProps.types.d.ts → BenefitRatafiaCard/BenefitRatafiaCardProps.types.d.ts} +1 -3
  8. package/dist/src/components/atoms/BenefitRatafiaCard/BenefitRatafiaCardProps.types.ts +6 -0
  9. package/dist/src/components/atoms/BenefitRatafiaCard/index.d.ts +2 -0
  10. package/dist/src/components/atoms/BenefitRatafiaCard/index.js +1 -0
  11. package/dist/src/components/atoms/BenefitRatafiaCard/index.ts +2 -0
  12. package/dist/src/components/atoms/Button/ButtonProps.types.d.ts +1 -2
  13. package/dist/src/components/atoms/Button/ButtonProps.types.js +0 -1
  14. package/dist/src/components/atoms/Button/ButtonProps.types.ts +16 -18
  15. package/dist/src/components/atoms/index.d.ts +1 -2
  16. package/dist/src/components/atoms/index.js +1 -2
  17. package/dist/src/components/atoms/index.ts +1 -2
  18. package/dist/src/components/molecules/BenefitRatafiaCardList/BenefitRatafiaCardList.js +2 -2
  19. package/dist/src/components/molecules/BenefitRatafiaCardList/BenefitRatafiaCardList.tsx +2 -2
  20. package/dist/src/components/molecules/BenefitRatafiaCardList/BenefitRatafiaCardListProps.types.d.ts +2 -2
  21. package/dist/src/components/molecules/BenefitRatafiaCardList/BenefitRatafiaCardListProps.types.ts +2 -2
  22. package/dist/src/components/molecules/{SubscriptionCard/RatafiaSubscriptionCard → RatafiaSubscriptionCard}/RatafiaSubscriptionCard.d.ts +2 -2
  23. package/dist/src/components/molecules/RatafiaSubscriptionCard/RatafiaSubscriptionCard.js +12 -0
  24. package/dist/src/components/molecules/RatafiaSubscriptionCard/RatafiaSubscriptionCard.styled.d.ts +1 -0
  25. package/dist/src/components/molecules/{SubscriptionCard/SubscriptionCard.styled.js → RatafiaSubscriptionCard/RatafiaSubscriptionCard.styled.js} +32 -14
  26. package/dist/src/components/molecules/{SubscriptionCard/SubscriptionCard.styled.ts → RatafiaSubscriptionCard/RatafiaSubscriptionCard.styled.ts} +32 -14
  27. package/dist/src/components/molecules/RatafiaSubscriptionCard/RatafiaSubscriptionCard.tsx +61 -0
  28. package/dist/src/components/molecules/{SubscriptionCard/RatafiaSubscriptionCard → RatafiaSubscriptionCard}/RatafiaSubscriptionCardProps.types.d.ts +3 -3
  29. package/dist/src/components/molecules/{SubscriptionCard/RatafiaSubscriptionCard → RatafiaSubscriptionCard}/RatafiaSubscriptionCardProps.types.ts +3 -3
  30. package/dist/src/components/molecules/RatafiaSubscriptionCard/index.d.ts +2 -0
  31. package/dist/src/components/molecules/RatafiaSubscriptionCard/index.js +1 -0
  32. package/dist/src/components/molecules/RatafiaSubscriptionCard/index.ts +2 -0
  33. package/dist/src/components/molecules/index.d.ts +1 -1
  34. package/dist/src/components/molecules/index.js +1 -1
  35. package/dist/src/components/molecules/index.ts +1 -1
  36. package/dist/src/components/organisms/AboutUsContent/AboutUsContent.d.ts +4 -0
  37. package/dist/src/components/organisms/AboutUsContent/AboutUsContent.js +7 -0
  38. package/dist/src/components/organisms/AboutUsContent/AboutUsContent.styled.d.ts +1 -0
  39. package/dist/src/components/organisms/{HeroContent/HeroContent.styled.js → AboutUsContent/AboutUsContent.styled.js} +3 -3
  40. package/dist/src/components/organisms/{HeroContent/HeroContent.styled.ts → AboutUsContent/AboutUsContent.styled.ts} +3 -3
  41. package/dist/src/components/organisms/AboutUsContent/AboutUsContent.tsx +23 -0
  42. package/dist/src/components/organisms/{HeroContent/HeroContentPropsProps.types.d.ts → AboutUsContent/AboutUsContentProps.types.d.ts} +1 -1
  43. package/dist/src/components/organisms/{HeroContent/HeroContentPropsProps.types.ts → AboutUsContent/AboutUsContentProps.types.ts} +1 -1
  44. package/dist/src/components/organisms/AboutUsContent/index.d.ts +2 -0
  45. package/dist/src/components/organisms/AboutUsContent/index.js +1 -0
  46. package/dist/src/components/organisms/AboutUsContent/index.ts +2 -0
  47. package/dist/src/components/organisms/GuidelinesContent/GuidelinesContent.js +3 -3
  48. package/dist/src/components/organisms/GuidelinesContent/GuidelinesContent.styled.js +81 -32
  49. package/dist/src/components/organisms/GuidelinesContent/GuidelinesContent.styled.ts +81 -32
  50. package/dist/src/components/organisms/GuidelinesContent/GuidelinesContent.tsx +27 -4
  51. package/dist/src/components/organisms/GuidelinesContent/GuidelinesContentProps.types.d.ts +7 -1
  52. package/dist/src/components/organisms/GuidelinesContent/GuidelinesContentProps.types.ts +8 -1
  53. package/dist/src/components/organisms/index.d.ts +1 -1
  54. package/dist/src/components/organisms/index.js +1 -1
  55. package/dist/src/components/organisms/index.ts +1 -1
  56. package/dist/src/components/pages/AboutUsPage/AboutUsPage.js +2 -2
  57. package/dist/src/components/pages/AboutUsPage/AboutUsPage.tsx +2 -2
  58. package/dist/src/components/pages/AboutUsPage/AboutUsPageProps.d.ts +2 -2
  59. package/dist/src/components/pages/AboutUsPage/AboutUsPageProps.ts +2 -2
  60. package/dist/src/components/pages/index.d.ts +0 -1
  61. package/dist/src/components/pages/index.js +0 -1
  62. package/dist/src/components/pages/index.ts +0 -1
  63. package/dist/src/components/sections/AboutUsSection/AboutUsSection.d.ts +4 -0
  64. package/dist/src/components/sections/AboutUsSection/AboutUsSection.js +7 -0
  65. package/dist/src/components/sections/AboutUsSection/AboutUsSection.styled.d.ts +1 -0
  66. package/dist/src/components/sections/{HeroSection/HeroSectionStyled.styled.js → AboutUsSection/AboutUsSection.styled.js} +2 -2
  67. package/dist/src/components/sections/{HeroSection/HeroSectionStyled.styled.ts → AboutUsSection/AboutUsSection.styled.ts} +2 -2
  68. package/dist/src/components/sections/AboutUsSection/AboutUsSection.tsx +24 -0
  69. package/dist/src/components/sections/AboutUsSection/AboutUsSectionProps.types.d.ts +6 -0
  70. package/dist/src/components/sections/AboutUsSection/AboutUsSectionProps.types.ts +7 -0
  71. package/dist/src/components/sections/AboutUsSection/index.d.ts +2 -0
  72. package/dist/src/components/sections/AboutUsSection/index.js +1 -0
  73. package/dist/src/components/sections/AboutUsSection/index.ts +2 -0
  74. package/dist/src/components/sections/BenefitsRatafiaSection/BenefitsRatafiaSectionProps.types.d.ts +2 -2
  75. package/dist/src/components/sections/BenefitsRatafiaSection/BenefitsRatafiaSectionProps.types.ts +2 -2
  76. package/dist/src/components/sections/FaqSection/FaqSection.js +1 -1
  77. package/dist/src/components/sections/FaqSection/FaqSection.tsx +3 -1
  78. package/dist/src/components/sections/GuidelinesSection/GuidelinesSection.js +1 -1
  79. package/dist/src/components/sections/GuidelinesSection/GuidelinesSection.tsx +5 -0
  80. package/dist/src/components/sections/index.d.ts +1 -2
  81. package/dist/src/components/sections/index.js +1 -2
  82. package/dist/src/components/sections/index.ts +1 -2
  83. package/dist/tsconfig.build.tsbuildinfo +1 -1
  84. package/package.json +5 -8
  85. package/dist/src/components/atoms/BenefitCard/BenefitCard.d.ts +0 -3
  86. package/dist/src/components/atoms/BenefitCard/BenefitCard.js +0 -5
  87. package/dist/src/components/atoms/BenefitCard/BenefitCard.tsx +0 -24
  88. package/dist/src/components/atoms/BenefitCard/BenefitCardProps.types.ts +0 -8
  89. package/dist/src/components/atoms/BenefitCard/BenefitCardStyled.styled.d.ts +0 -1
  90. package/dist/src/components/atoms/BenefitCard/index.d.ts +0 -2
  91. package/dist/src/components/atoms/BenefitCard/index.js +0 -1
  92. package/dist/src/components/atoms/BenefitCard/index.ts +0 -2
  93. package/dist/src/components/atoms/CardBox/CardBox.d.ts +0 -3
  94. package/dist/src/components/atoms/CardBox/CardBox.js +0 -7
  95. package/dist/src/components/atoms/CardBox/CardBox.styled.d.ts +0 -1
  96. package/dist/src/components/atoms/CardBox/CardBox.styled.js +0 -22
  97. package/dist/src/components/atoms/CardBox/CardBox.styled.ts +0 -23
  98. package/dist/src/components/atoms/CardBox/CardBox.tsx +0 -23
  99. package/dist/src/components/atoms/CardBox/CardBoxProps.types.d.ts +0 -10
  100. package/dist/src/components/atoms/CardBox/CardBoxProps.types.ts +0 -10
  101. package/dist/src/components/atoms/CardBox/index.d.ts +0 -2
  102. package/dist/src/components/atoms/CardBox/index.js +0 -1
  103. package/dist/src/components/atoms/CardBox/index.ts +0 -2
  104. package/dist/src/components/molecules/SubscriptionCard/CardBody.d.ts +0 -6
  105. package/dist/src/components/molecules/SubscriptionCard/CardBody.js +0 -6
  106. package/dist/src/components/molecules/SubscriptionCard/CardBody.tsx +0 -29
  107. package/dist/src/components/molecules/SubscriptionCard/CardFooter.d.ts +0 -8
  108. package/dist/src/components/molecules/SubscriptionCard/CardFooter.js +0 -3
  109. package/dist/src/components/molecules/SubscriptionCard/CardFooter.tsx +0 -23
  110. package/dist/src/components/molecules/SubscriptionCard/PlanBoxPricingSubscriptionCard/PlanBoxPricingCardHeader.d.ts +0 -6
  111. package/dist/src/components/molecules/SubscriptionCard/PlanBoxPricingSubscriptionCard/PlanBoxPricingCardHeader.js +0 -3
  112. package/dist/src/components/molecules/SubscriptionCard/PlanBoxPricingSubscriptionCard/PlanBoxPricingCardHeader.styled.d.ts +0 -1
  113. package/dist/src/components/molecules/SubscriptionCard/PlanBoxPricingSubscriptionCard/PlanBoxPricingCardHeader.styled.js +0 -30
  114. package/dist/src/components/molecules/SubscriptionCard/PlanBoxPricingSubscriptionCard/PlanBoxPricingCardHeader.styled.ts +0 -31
  115. package/dist/src/components/molecules/SubscriptionCard/PlanBoxPricingSubscriptionCard/PlanBoxPricingCardHeader.tsx +0 -14
  116. package/dist/src/components/molecules/SubscriptionCard/PlanBoxPricingSubscriptionCard/PlanBoxPricingSubscriptionCard.d.ts +0 -4
  117. package/dist/src/components/molecules/SubscriptionCard/PlanBoxPricingSubscriptionCard/PlanBoxPricingSubscriptionCard.js +0 -15
  118. package/dist/src/components/molecules/SubscriptionCard/PlanBoxPricingSubscriptionCard/PlanBoxPricingSubscriptionCard.tsx +0 -38
  119. package/dist/src/components/molecules/SubscriptionCard/PlanBoxPricingSubscriptionCard/PlanBoxPricingSubscriptionCardProps.types.d.ts +0 -20
  120. package/dist/src/components/molecules/SubscriptionCard/PlanBoxPricingSubscriptionCard/PlanBoxPricingSubscriptionCardProps.types.ts +0 -22
  121. package/dist/src/components/molecules/SubscriptionCard/PlanBoxPricingSubscriptionCard/PlanBoxPricingText.styled.js +0 -10
  122. package/dist/src/components/molecules/SubscriptionCard/PlanBoxPricingSubscriptionCard/PlanBoxPricingText.styled.ts +0 -11
  123. package/dist/src/components/molecules/SubscriptionCard/RatafiaSubscriptionCard/RatafiaCardHeader.d.ts +0 -8
  124. package/dist/src/components/molecules/SubscriptionCard/RatafiaSubscriptionCard/RatafiaCardHeader.js +0 -4
  125. package/dist/src/components/molecules/SubscriptionCard/RatafiaSubscriptionCard/RatafiaCardHeader.styled.d.ts +0 -1
  126. package/dist/src/components/molecules/SubscriptionCard/RatafiaSubscriptionCard/RatafiaCardHeader.styled.js +0 -29
  127. package/dist/src/components/molecules/SubscriptionCard/RatafiaSubscriptionCard/RatafiaCardHeader.styled.ts +0 -30
  128. package/dist/src/components/molecules/SubscriptionCard/RatafiaSubscriptionCard/RatafiaCardHeader.tsx +0 -20
  129. package/dist/src/components/molecules/SubscriptionCard/RatafiaSubscriptionCard/RatafiaSubscriptionCard.js +0 -14
  130. package/dist/src/components/molecules/SubscriptionCard/RatafiaSubscriptionCard/RatafiaSubscriptionCard.tsx +0 -34
  131. package/dist/src/components/molecules/SubscriptionCard/SubscriptionCard.styled.d.ts +0 -1
  132. package/dist/src/components/molecules/SubscriptionCard/index.d.ts +0 -4
  133. package/dist/src/components/molecules/SubscriptionCard/index.js +0 -2
  134. package/dist/src/components/molecules/SubscriptionCard/index.ts +0 -4
  135. package/dist/src/components/organisms/HeroContent/HeroContent.d.ts +0 -4
  136. package/dist/src/components/organisms/HeroContent/HeroContent.js +0 -7
  137. package/dist/src/components/organisms/HeroContent/HeroContent.styled.d.ts +0 -1
  138. package/dist/src/components/organisms/HeroContent/HeroContent.tsx +0 -23
  139. package/dist/src/components/organisms/HeroContent/HeroContentPropsProps.types.js +0 -1
  140. package/dist/src/components/organisms/HeroContent/index.d.ts +0 -2
  141. package/dist/src/components/organisms/HeroContent/index.js +0 -1
  142. package/dist/src/components/organisms/HeroContent/index.ts +0 -2
  143. package/dist/src/components/pages/PricingPage/PricingPage.d.ts +0 -3
  144. package/dist/src/components/pages/PricingPage/PricingPage.js +0 -10
  145. package/dist/src/components/pages/PricingPage/PricingPage.styled.d.ts +0 -1
  146. package/dist/src/components/pages/PricingPage/PricingPage.styled.js +0 -127
  147. package/dist/src/components/pages/PricingPage/PricingPage.styled.ts +0 -128
  148. package/dist/src/components/pages/PricingPage/PricingPage.tsx +0 -53
  149. package/dist/src/components/pages/PricingPage/PricingPageProps.d.ts +0 -28
  150. package/dist/src/components/pages/PricingPage/PricingPageProps.js +0 -1
  151. package/dist/src/components/pages/PricingPage/PricingPageProps.ts +0 -33
  152. package/dist/src/components/pages/PricingPage/index.d.ts +0 -2
  153. package/dist/src/components/pages/PricingPage/index.js +0 -2
  154. package/dist/src/components/pages/PricingPage/index.ts +0 -2
  155. package/dist/src/components/sections/CardBoxSection/CardBoxSection.d.ts +0 -4
  156. package/dist/src/components/sections/CardBoxSection/CardBoxSection.js +0 -9
  157. package/dist/src/components/sections/CardBoxSection/CardBoxSection.styled.d.ts +0 -2
  158. package/dist/src/components/sections/CardBoxSection/CardBoxSection.styled.js +0 -33
  159. package/dist/src/components/sections/CardBoxSection/CardBoxSection.styled.ts +0 -35
  160. package/dist/src/components/sections/CardBoxSection/CardBoxSection.tsx +0 -23
  161. package/dist/src/components/sections/CardBoxSection/CardBoxSectionProps.d.ts +0 -4
  162. package/dist/src/components/sections/CardBoxSection/CardBoxSectionProps.js +0 -1
  163. package/dist/src/components/sections/CardBoxSection/CardBoxSectionProps.ts +0 -5
  164. package/dist/src/components/sections/CardBoxSection/index.d.ts +0 -2
  165. package/dist/src/components/sections/CardBoxSection/index.js +0 -1
  166. package/dist/src/components/sections/CardBoxSection/index.ts +0 -2
  167. package/dist/src/components/sections/HeroSection/HeroSection.d.ts +0 -4
  168. package/dist/src/components/sections/HeroSection/HeroSection.js +0 -7
  169. package/dist/src/components/sections/HeroSection/HeroSection.tsx +0 -24
  170. package/dist/src/components/sections/HeroSection/HeroSectionProps.types.d.ts +0 -6
  171. package/dist/src/components/sections/HeroSection/HeroSectionProps.types.js +0 -1
  172. package/dist/src/components/sections/HeroSection/HeroSectionProps.types.ts +0 -7
  173. package/dist/src/components/sections/HeroSection/HeroSectionStyled.styled.d.ts +0 -1
  174. package/dist/src/components/sections/HeroSection/index.d.ts +0 -2
  175. package/dist/src/components/sections/HeroSection/index.js +0 -1
  176. package/dist/src/components/sections/HeroSection/index.ts +0 -2
  177. /package/dist/src/components/atoms/{BenefitCard/BenefitCardProps.types.js → BenefitRatafiaCard/BenefitRatafiaCardProps.types.js} +0 -0
  178. /package/dist/src/components/molecules/{SubscriptionCard/RatafiaSubscriptionCard → RatafiaSubscriptionCard}/RatafiaSubscriptionCardProps.types.js +0 -0
  179. /package/dist/src/components/{atoms/CardBox/CardBoxProps.types.js → organisms/AboutUsContent/AboutUsContentProps.types.js} +0 -0
  180. /package/dist/src/components/{molecules/SubscriptionCard/PlanBoxPricingSubscriptionCard/PlanBoxPricingSubscriptionCardProps.types.js → sections/AboutUsSection/AboutUsSectionProps.types.js} +0 -0
@@ -1,35 +0,0 @@
1
- import { device } from '../../../globalStyles/breakpoints'
2
- import styled from 'styled-components'
3
-
4
- export const CardBoxMinimalSectionStyled = styled.div`
5
- display: flex;
6
- flex-direction: column;
7
- justify-content: center;
8
- padding: 48px 24px;
9
- gap: 16px;
10
- align-self: stretch;
11
- background: var(--neutral-neutral-6);
12
-
13
- @media ${device['landscape-tablets']} {
14
- flex-direction: row;
15
- }
16
- `
17
-
18
- export const CardBoxFeaturedSectionStyled = styled.div`
19
- display: flex;
20
- flex-direction: column;
21
- justify-content: center;
22
- padding: 24px 24px;
23
- gap: 16px;
24
- background: var(--neutral-neutral-6);
25
- border-radius: 16px;
26
- margin-bottom: 80px;
27
- margin-top: 32px;
28
- @media ${device.desktop} {
29
- min-width: 1200px;
30
- }
31
-
32
- @media ${device['landscape-tablets']} {
33
- flex-direction: row;
34
- }
35
- `
@@ -1,23 +0,0 @@
1
- import React from 'react'
2
-
3
- import { CardBoxFeaturedSectionStyled, CardBoxMinimalSectionStyled } from './CardBoxSection.styled'
4
- import { CardBox } from '../../atoms'
5
- import { type CardBoxSectionProps } from './CardBoxSectionProps'
6
-
7
- export const CardBoxMinimalSection: React.FC<CardBoxSectionProps> = ({ cards }) => {
8
- return (
9
- <CardBoxMinimalSectionStyled>
10
- {cards?.map(({ text, icon, id }) => <CardBox key={id} text={text} icon={icon} />)}
11
- </CardBoxMinimalSectionStyled>
12
- )
13
- }
14
-
15
- export const CardBoxFeaturedSection: React.FC<CardBoxSectionProps> = ({ cards }) => {
16
- return (
17
- <CardBoxFeaturedSectionStyled>
18
- {cards?.map(({ text, icon, id }) => (
19
- <CardBox key={id} text={text} icon={icon} padding='16px' gap='0.5rem' borderRadius='8px' />
20
- ))}
21
- </CardBoxFeaturedSectionStyled>
22
- )
23
- }
@@ -1,4 +0,0 @@
1
- import { CardBoxProps } from 'src/components/atoms';
2
- export interface CardBoxSectionProps {
3
- cards: CardBoxProps[];
4
- }
@@ -1,5 +0,0 @@
1
- import { CardBoxProps } from 'src/components/atoms'
2
-
3
- export interface CardBoxSectionProps {
4
- cards: CardBoxProps[]
5
- }
@@ -1,2 +0,0 @@
1
- export { CardBoxFeaturedSection, CardBoxMinimalSection } from './CardBoxSection';
2
- export { type CardBoxSectionProps } from './CardBoxSectionProps';
@@ -1 +0,0 @@
1
- export { CardBoxFeaturedSection, CardBoxMinimalSection } from './CardBoxSection';
@@ -1,2 +0,0 @@
1
- export { CardBoxFeaturedSection, CardBoxMinimalSection } from './CardBoxSection'
2
- export { type CardBoxSectionProps } from './CardBoxSectionProps'
@@ -1,4 +0,0 @@
1
- import { type FC } from 'react';
2
- import { type HeroSectionProps } from './HeroSectionProps.types';
3
- declare const HeroSection: FC<HeroSectionProps>;
4
- export default HeroSection;
@@ -1,7 +0,0 @@
1
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
- import { HeroContent } from '../../organisms/HeroContent';
3
- import { HeroSectionStyled } from './HeroSectionStyled.styled';
4
- const HeroSection = ({ title, subTitle, content }) => {
5
- return (_jsx(HeroSectionStyled, { className: 'hero-section', children: _jsxs("div", { className: 'wrapper wrapper--responsive', children: [_jsx("div", { className: 'hero-section__title', children: _jsx("span", { className: 'hero-section__title__text', children: title }) }), Boolean(subTitle) && _jsx("h1", { className: 'hero-section__sub-title', children: subTitle }), _jsx(HeroContent, { image: content.image, button: content?.button, children: content.children })] }) }));
6
- };
7
- export default HeroSection;
@@ -1,24 +0,0 @@
1
- import React, { type FC } from 'react'
2
-
3
- import { HeroContent } from '../../organisms/HeroContent'
4
- import { type HeroSectionProps } from './HeroSectionProps.types'
5
- import { HeroSectionStyled } from './HeroSectionStyled.styled'
6
-
7
- const HeroSection: FC<HeroSectionProps> = ({ title, subTitle, content }) => {
8
- return (
9
- <HeroSectionStyled className='hero-section'>
10
- <div className='wrapper wrapper--responsive'>
11
- <div className='hero-section__title'>
12
- <span className='hero-section__title__text'>{title}</span>
13
- </div>
14
- {Boolean(subTitle) && <h1 className='hero-section__sub-title'>{subTitle}</h1>}
15
-
16
- <HeroContent image={content.image} button={content?.button}>
17
- {content.children}
18
- </HeroContent>
19
- </div>
20
- </HeroSectionStyled>
21
- )
22
- }
23
-
24
- export default HeroSection
@@ -1,6 +0,0 @@
1
- import { type HeroContentProps } from '../../organisms/HeroContent';
2
- export interface HeroSectionProps {
3
- title: string;
4
- subTitle?: string;
5
- content: HeroContentProps;
6
- }
@@ -1,7 +0,0 @@
1
- import { type HeroContentProps } from '../../organisms/HeroContent'
2
-
3
- export interface HeroSectionProps {
4
- title: string
5
- subTitle?: string
6
- content: HeroContentProps
7
- }
@@ -1 +0,0 @@
1
- export declare const HeroSectionStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
@@ -1,2 +0,0 @@
1
- export { default as HeroSection } from './HeroSection';
2
- export { type HeroSectionProps } from './HeroSectionProps.types';
@@ -1 +0,0 @@
1
- export { default as HeroSection } from './HeroSection';
@@ -1,2 +0,0 @@
1
- export { default as HeroSection } from './HeroSection'
2
- export { type HeroSectionProps } from './HeroSectionProps.types'