@npm_leadtech/legal-lib-components 2.25.2 → 2.26.1

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 (75) hide show
  1. package/README.md +5 -0
  2. package/dist/cjs/index.js +3 -3
  3. package/dist/cjs/index.js.map +1 -1
  4. package/dist/cjs/legal-lib-components.css +349 -141
  5. package/dist/cjs/src/components/atoms/JumbotronStatic/JumbotronStatic.d.ts +4 -0
  6. package/dist/cjs/src/components/atoms/JumbotronStatic/JumbotronStaticProps.types.d.ts +3 -0
  7. package/dist/cjs/src/components/atoms/JumbotronStatic/index.d.ts +2 -0
  8. package/dist/cjs/src/components/atoms/index.d.ts +1 -0
  9. package/dist/cjs/src/components/molecules/StepGetForm/StepGetForm.d.ts +2 -2
  10. package/dist/cjs/src/components/molecules/StepGetForm/StepGetFormProps.types.d.ts +2 -9
  11. package/dist/cjs/src/components/organisms/CookiePolicyBar/CookiePolicyBar.d.ts +4 -0
  12. package/dist/cjs/src/components/organisms/CookiePolicyBar/CookiePolicyBarProps.d.ts +4 -0
  13. package/dist/cjs/src/components/organisms/CookiePolicyBar/index.d.ts +2 -0
  14. package/dist/cjs/src/components/organisms/index.d.ts +4 -3
  15. package/dist/cjs/src/components/pages/AboutUsPage/AboutUsPage.d.ts +3 -0
  16. package/dist/cjs/src/components/pages/AboutUsPage/AboutUsPageProps.d.ts +11 -0
  17. package/dist/cjs/src/components/pages/AboutUsPage/index.d.ts +2 -0
  18. package/dist/cjs/src/components/pages/LegalPage/LegalPage.d.ts +3 -0
  19. package/dist/cjs/src/components/pages/LegalPage/LegalPageProps.d.ts +6 -0
  20. package/dist/cjs/src/components/pages/LegalPage/index.d.ts +2 -0
  21. package/dist/cjs/src/components/pages/UnsubscribePage/UnsubscribePage.d.ts +3 -0
  22. package/dist/cjs/src/components/pages/UnsubscribePage/UnsubscribePageProps.d.ts +6 -0
  23. package/dist/cjs/src/components/pages/UnsubscribePage/index.d.ts +2 -0
  24. package/dist/cjs/src/components/pages/index.d.ts +3 -0
  25. package/dist/cjs/src/components/sections/HowGetYourFormsSection/HowGetYourFormsSection.d.ts +2 -2
  26. package/dist/cjs/src/components/sections/LegalSection/LegalSection.d.ts +4 -0
  27. package/dist/cjs/src/components/sections/LegalSection/LegalSectionProps.d.ts +4 -0
  28. package/dist/cjs/src/components/sections/LegalSection/index.d.ts +2 -0
  29. package/dist/cjs/src/components/sections/TryOurFreeLegalBlogsSection/TryOurFreeLegalBlogsSectionProps.types.d.ts +1 -1
  30. package/dist/cjs/src/components/sections/TryUsSection/TryUsSection.d.ts +4 -0
  31. package/dist/cjs/src/components/sections/TryUsSection/TryUsSectionProps.d.ts +7 -0
  32. package/dist/cjs/src/components/sections/TryUsSection/index.d.ts +2 -0
  33. package/dist/cjs/src/components/sections/UnsubscribeSection/UnsubscribeSection.d.ts +4 -0
  34. package/dist/cjs/src/components/sections/UnsubscribeSection/UnsubscribeSectionProps.d.ts +4 -0
  35. package/dist/cjs/src/components/sections/UnsubscribeSection/index.d.ts +2 -0
  36. package/dist/cjs/src/components/sections/index.d.ts +7 -4
  37. package/dist/cjs/src/index.d.ts +1 -0
  38. package/dist/esm/index.js +3 -3
  39. package/dist/esm/index.js.map +1 -1
  40. package/dist/esm/legal-lib-components.css +349 -141
  41. package/dist/esm/src/components/atoms/JumbotronStatic/JumbotronStatic.d.ts +4 -0
  42. package/dist/esm/src/components/atoms/JumbotronStatic/JumbotronStaticProps.types.d.ts +3 -0
  43. package/dist/esm/src/components/atoms/JumbotronStatic/index.d.ts +2 -0
  44. package/dist/esm/src/components/atoms/index.d.ts +1 -0
  45. package/dist/esm/src/components/molecules/StepGetForm/StepGetForm.d.ts +2 -2
  46. package/dist/esm/src/components/molecules/StepGetForm/StepGetFormProps.types.d.ts +2 -9
  47. package/dist/esm/src/components/organisms/CookiePolicyBar/CookiePolicyBar.d.ts +4 -0
  48. package/dist/esm/src/components/organisms/CookiePolicyBar/CookiePolicyBarProps.d.ts +4 -0
  49. package/dist/esm/src/components/organisms/CookiePolicyBar/index.d.ts +2 -0
  50. package/dist/esm/src/components/organisms/index.d.ts +4 -3
  51. package/dist/esm/src/components/pages/AboutUsPage/AboutUsPage.d.ts +3 -0
  52. package/dist/esm/src/components/pages/AboutUsPage/AboutUsPageProps.d.ts +11 -0
  53. package/dist/esm/src/components/pages/AboutUsPage/index.d.ts +2 -0
  54. package/dist/esm/src/components/pages/LegalPage/LegalPage.d.ts +3 -0
  55. package/dist/esm/src/components/pages/LegalPage/LegalPageProps.d.ts +6 -0
  56. package/dist/esm/src/components/pages/LegalPage/index.d.ts +2 -0
  57. package/dist/esm/src/components/pages/UnsubscribePage/UnsubscribePage.d.ts +3 -0
  58. package/dist/esm/src/components/pages/UnsubscribePage/UnsubscribePageProps.d.ts +6 -0
  59. package/dist/esm/src/components/pages/UnsubscribePage/index.d.ts +2 -0
  60. package/dist/esm/src/components/pages/index.d.ts +3 -0
  61. package/dist/esm/src/components/sections/HowGetYourFormsSection/HowGetYourFormsSection.d.ts +2 -2
  62. package/dist/esm/src/components/sections/LegalSection/LegalSection.d.ts +4 -0
  63. package/dist/esm/src/components/sections/LegalSection/LegalSectionProps.d.ts +4 -0
  64. package/dist/esm/src/components/sections/LegalSection/index.d.ts +2 -0
  65. package/dist/esm/src/components/sections/TryOurFreeLegalBlogsSection/TryOurFreeLegalBlogsSectionProps.types.d.ts +1 -1
  66. package/dist/esm/src/components/sections/TryUsSection/TryUsSection.d.ts +4 -0
  67. package/dist/esm/src/components/sections/TryUsSection/TryUsSectionProps.d.ts +7 -0
  68. package/dist/esm/src/components/sections/TryUsSection/index.d.ts +2 -0
  69. package/dist/esm/src/components/sections/UnsubscribeSection/UnsubscribeSection.d.ts +4 -0
  70. package/dist/esm/src/components/sections/UnsubscribeSection/UnsubscribeSectionProps.d.ts +4 -0
  71. package/dist/esm/src/components/sections/UnsubscribeSection/index.d.ts +2 -0
  72. package/dist/esm/src/components/sections/index.d.ts +7 -4
  73. package/dist/esm/src/index.d.ts +1 -0
  74. package/dist/index.d.ts +106 -53
  75. package/package.json +1 -2
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ import { type UnsubscribePageProps } from './UnsubscribePageProps';
3
+ export declare const UnsubscribePage: React.FC<UnsubscribePageProps>;
@@ -0,0 +1,6 @@
1
+ import { type JumbotronStaticProps } from '../../atoms';
2
+ import { type UnsubscribeSectionProps } from '../../sections';
3
+ export interface UnsubscribePageProps {
4
+ jumbotron: JumbotronStaticProps;
5
+ unsubscribeSection: UnsubscribeSectionProps;
6
+ }
@@ -0,0 +1,2 @@
1
+ export * from './UnsubscribePage';
2
+ export * from './UnsubscribePageProps';
@@ -0,0 +1,3 @@
1
+ export * from './AboutUsPage';
2
+ export * from './LegalPage';
3
+ export * from './UnsubscribePage';
@@ -1,5 +1,5 @@
1
- import { type FC } from 'react';
1
+ import React from 'react';
2
2
  import { type HowGetYourFormsSectionProps } from './HowGetYourFormsSectionProps.types';
3
3
  import './HowGetYourFormsSection.scss';
4
- declare const HowGetYourFormsSection: FC<HowGetYourFormsSectionProps>;
4
+ declare const HowGetYourFormsSection: React.FC<HowGetYourFormsSectionProps>;
5
5
  export default HowGetYourFormsSection;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { type LegalSectionProps } from './LegalSectionProps';
3
+ import './LegalSection.scss';
4
+ export declare const LegalSection: React.FC<LegalSectionProps>;
@@ -0,0 +1,4 @@
1
+ import { type RichTextStrapiProps } from '../../atoms';
2
+ export interface LegalSectionProps {
3
+ text: RichTextStrapiProps;
4
+ }
@@ -0,0 +1,2 @@
1
+ export * from './LegalSection';
2
+ export * from './LegalSectionProps';
@@ -1,4 +1,4 @@
1
- import { type TryOurFreeLegalBlogsContentProps } from '../../organisms/TryOurFreeLegalBlogsContent/TryOurFreeLegalBlogsContentProps.types';
1
+ import { type TryOurFreeLegalBlogsContentProps } from '../../organisms';
2
2
  export interface TryOurFreeLegalBlogsSectionProps {
3
3
  contentTryOurFreeLegalBlogs: TryOurFreeLegalBlogsContentProps;
4
4
  }
@@ -0,0 +1,4 @@
1
+ import { type FC } from 'react';
2
+ import { type TryUsSectionProps } from './TryUsSectionProps';
3
+ import './TryUsSection.scss';
4
+ export declare const TryUsSection: FC<TryUsSectionProps>;
@@ -0,0 +1,7 @@
1
+ import { type ButtonProps } from '../../atoms';
2
+ import { type ReactNode } from 'react';
3
+ export interface TryUsSectionProps {
4
+ children?: ReactNode;
5
+ hasUserToken?: boolean;
6
+ cta: ButtonProps;
7
+ }
@@ -0,0 +1,2 @@
1
+ export { TryUsSection } from './TryUsSection';
2
+ export type { TryUsSectionProps } from './TryUsSectionProps';
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { type UnsubscribeSectionProps } from './UnsubscribeSectionProps';
3
+ import './UnsubscribeSection.scss';
4
+ export declare const UnsubscribeSection: React.FC<UnsubscribeSectionProps>;
@@ -0,0 +1,4 @@
1
+ import { type RichTextStrapiProps } from '../../atoms';
2
+ export interface UnsubscribeSectionProps {
3
+ text: RichTextStrapiProps;
4
+ }
@@ -0,0 +1,2 @@
1
+ export { UnsubscribeSection } from './UnsubscribeSection';
2
+ export { type UnsubscribeSectionProps } from './UnsubscribeSectionProps';
@@ -1,10 +1,13 @@
1
- export * from './BlogSection';
2
- export * from './HowGetYourFormsSection';
3
- export * from './TryOurFreeLegalBlogsSection';
4
1
  export * from './AboutUsSection';
5
- export * from './GuidelinesSection';
6
2
  export * from './AsSeeInSection';
3
+ export * from './BlogSection';
7
4
  export * from './ExpertsSection';
5
+ export * from './GuidelinesSection';
6
+ export * from './HowGetYourFormsSection';
7
+ export * from './LegalSection';
8
8
  export * from './PeopleSayAboutUsSection';
9
+ export * from './TryOurFreeLegalBlogsSection';
10
+ export * from './TryUsSection';
11
+ export * from './UnsubscribeSection';
9
12
  export * from './WhyLawDistrictSection';
10
13
  export * from './LearnMoreSection';
@@ -2,4 +2,5 @@ export * from './components/atoms';
2
2
  export * from './components/molecules';
3
3
  export * from './components/organisms';
4
4
  export * from './components/sections';
5
+ export * from './components/pages';
5
6
  export * from './hooks';