@npm_leadtech/legal-lib-components 2.34.1 → 2.35.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 (72) hide show
  1. package/dist/cjs/index.js +3 -3
  2. package/dist/cjs/index.js.map +1 -1
  3. package/dist/cjs/legal-lib-components.css +4 -230
  4. package/dist/cjs/src/components/atoms/MessageInformation/MessageInformationProps.types.d.ts +1 -0
  5. package/dist/cjs/src/components/atoms/index.d.ts +0 -1
  6. package/dist/cjs/src/components/molecules/CountDownMessage/CountDownMessageProps.types.d.ts +1 -0
  7. package/dist/cjs/src/components/molecules/index.d.ts +0 -3
  8. package/dist/cjs/src/components/organisms/index.d.ts +0 -1
  9. package/dist/cjs/src/components/pages/index.d.ts +0 -1
  10. package/dist/cjs/src/components/sections/index.d.ts +0 -2
  11. package/dist/esm/index.js +3 -3
  12. package/dist/esm/index.js.map +1 -1
  13. package/dist/esm/legal-lib-components.css +4 -230
  14. package/dist/esm/src/components/atoms/MessageInformation/MessageInformationProps.types.d.ts +1 -0
  15. package/dist/esm/src/components/atoms/index.d.ts +0 -1
  16. package/dist/esm/src/components/molecules/CountDownMessage/CountDownMessageProps.types.d.ts +1 -0
  17. package/dist/esm/src/components/molecules/index.d.ts +0 -3
  18. package/dist/esm/src/components/organisms/index.d.ts +0 -1
  19. package/dist/esm/src/components/pages/index.d.ts +0 -1
  20. package/dist/esm/src/components/sections/index.d.ts +0 -2
  21. package/dist/index.d.ts +3 -63
  22. package/package.json +1 -1
  23. package/dist/cjs/images/componentsSvg/MailSvg.d.ts +0 -2
  24. package/dist/cjs/src/components/atoms/Tagline/Tagline.d.ts +0 -4
  25. package/dist/cjs/src/components/atoms/Tagline/TaglineProps.types.d.ts +0 -3
  26. package/dist/cjs/src/components/atoms/Tagline/index.d.ts +0 -2
  27. package/dist/cjs/src/components/molecules/EmailContactBox/EmailContactBox.d.ts +0 -4
  28. package/dist/cjs/src/components/molecules/EmailContactBox/EmailContactBoxProps.d.ts +0 -4
  29. package/dist/cjs/src/components/molecules/EmailContactBox/index.d.ts +0 -2
  30. package/dist/cjs/src/components/molecules/PhoneContactBoxDesktop/PhoneContactBoxDesktop.d.ts +0 -4
  31. package/dist/cjs/src/components/molecules/PhoneContactBoxDesktop/PhoneContactBoxDesktopProps.types.d.ts +0 -4
  32. package/dist/cjs/src/components/molecules/PhoneContactBoxDesktop/index.d.ts +0 -2
  33. package/dist/cjs/src/components/molecules/PhoneContactBoxMobile/PhoneContactBoxMobile.d.ts +0 -4
  34. package/dist/cjs/src/components/molecules/PhoneContactBoxMobile/PhoneContactBoxMobileProps.types.d.ts +0 -4
  35. package/dist/cjs/src/components/molecules/PhoneContactBoxMobile/index.d.ts +0 -2
  36. package/dist/cjs/src/components/organisms/ContactJumbotron/ContactJumbotron.d.ts +0 -4
  37. package/dist/cjs/src/components/organisms/ContactJumbotron/ContactJumbotronProps.types.d.ts +0 -9
  38. package/dist/cjs/src/components/organisms/ContactJumbotron/index.d.ts +0 -2
  39. package/dist/cjs/src/components/pages/ContactUsPage/ContactUsPage.d.ts +0 -3
  40. package/dist/cjs/src/components/pages/ContactUsPage/ContactUsPageProps.d.ts +0 -8
  41. package/dist/cjs/src/components/pages/ContactUsPage/index.d.ts +0 -2
  42. package/dist/cjs/src/components/sections/ContactSection/ContactSection.d.ts +0 -4
  43. package/dist/cjs/src/components/sections/ContactSection/ContactSectionProps.d.ts +0 -6
  44. package/dist/cjs/src/components/sections/ContactSection/index.d.ts +0 -2
  45. package/dist/cjs/src/components/sections/JumbotronSimplifiedSection/JumbotronSimplifiedSection.d.ts +0 -4
  46. package/dist/cjs/src/components/sections/JumbotronSimplifiedSection/JumbotronSimplifiedSectionProps.types.d.ts +0 -8
  47. package/dist/cjs/src/components/sections/JumbotronSimplifiedSection/index.d.ts +0 -2
  48. package/dist/esm/images/componentsSvg/MailSvg.d.ts +0 -2
  49. package/dist/esm/src/components/atoms/Tagline/Tagline.d.ts +0 -4
  50. package/dist/esm/src/components/atoms/Tagline/TaglineProps.types.d.ts +0 -3
  51. package/dist/esm/src/components/atoms/Tagline/index.d.ts +0 -2
  52. package/dist/esm/src/components/molecules/EmailContactBox/EmailContactBox.d.ts +0 -4
  53. package/dist/esm/src/components/molecules/EmailContactBox/EmailContactBoxProps.d.ts +0 -4
  54. package/dist/esm/src/components/molecules/EmailContactBox/index.d.ts +0 -2
  55. package/dist/esm/src/components/molecules/PhoneContactBoxDesktop/PhoneContactBoxDesktop.d.ts +0 -4
  56. package/dist/esm/src/components/molecules/PhoneContactBoxDesktop/PhoneContactBoxDesktopProps.types.d.ts +0 -4
  57. package/dist/esm/src/components/molecules/PhoneContactBoxDesktop/index.d.ts +0 -2
  58. package/dist/esm/src/components/molecules/PhoneContactBoxMobile/PhoneContactBoxMobile.d.ts +0 -4
  59. package/dist/esm/src/components/molecules/PhoneContactBoxMobile/PhoneContactBoxMobileProps.types.d.ts +0 -4
  60. package/dist/esm/src/components/molecules/PhoneContactBoxMobile/index.d.ts +0 -2
  61. package/dist/esm/src/components/organisms/ContactJumbotron/ContactJumbotron.d.ts +0 -4
  62. package/dist/esm/src/components/organisms/ContactJumbotron/ContactJumbotronProps.types.d.ts +0 -9
  63. package/dist/esm/src/components/organisms/ContactJumbotron/index.d.ts +0 -2
  64. package/dist/esm/src/components/pages/ContactUsPage/ContactUsPage.d.ts +0 -3
  65. package/dist/esm/src/components/pages/ContactUsPage/ContactUsPageProps.d.ts +0 -8
  66. package/dist/esm/src/components/pages/ContactUsPage/index.d.ts +0 -2
  67. package/dist/esm/src/components/sections/ContactSection/ContactSection.d.ts +0 -4
  68. package/dist/esm/src/components/sections/ContactSection/ContactSectionProps.d.ts +0 -6
  69. package/dist/esm/src/components/sections/ContactSection/index.d.ts +0 -2
  70. package/dist/esm/src/components/sections/JumbotronSimplifiedSection/JumbotronSimplifiedSection.d.ts +0 -4
  71. package/dist/esm/src/components/sections/JumbotronSimplifiedSection/JumbotronSimplifiedSectionProps.types.d.ts +0 -8
  72. package/dist/esm/src/components/sections/JumbotronSimplifiedSection/index.d.ts +0 -2
@@ -1,2 +0,0 @@
1
- import React from 'react';
2
- export declare const MailSvg: React.FC;
@@ -1,4 +0,0 @@
1
- import { type FC } from 'react';
2
- import { type TaglineProps } from './TaglineProps.types';
3
- import './Tagline.scss';
4
- export declare const Tagline: FC<TaglineProps>;
@@ -1,3 +0,0 @@
1
- export interface TaglineProps {
2
- text: string;
3
- }
@@ -1,2 +0,0 @@
1
- export { Tagline } from './Tagline';
2
- export type { TaglineProps } from './TaglineProps.types';
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- import { type EmailContactBoxProps } from './EmailContactBoxProps';
3
- import './EmailContactBox.scss';
4
- export declare const EmailContactBox: React.FC<EmailContactBoxProps>;
@@ -1,4 +0,0 @@
1
- export interface EmailContactBoxProps {
2
- mail: string;
3
- text: string;
4
- }
@@ -1,2 +0,0 @@
1
- export * from './EmailContactBox';
2
- export * from './EmailContactBoxProps';
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- import { type PhoneContactBoxDesktopProps } from './PhoneContactBoxDesktopProps.types';
3
- import './PhoneContactBoxDesktop.scss';
4
- export declare const PhoneContactBoxDesktop: React.FC<PhoneContactBoxDesktopProps>;
@@ -1,4 +0,0 @@
1
- export interface PhoneContactBoxDesktopProps {
2
- phone: string;
3
- schedule: string;
4
- }
@@ -1,2 +0,0 @@
1
- export { PhoneContactBoxDesktop } from './PhoneContactBoxDesktop';
2
- export { type PhoneContactBoxDesktopProps } from './PhoneContactBoxDesktopProps.types';
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- import { type PhoneContactBoxMobileProps } from './PhoneContactBoxMobileProps.types';
3
- import './PhoneContactBoxMobile.scss';
4
- export declare const PhoneContactBoxMobile: React.FC<PhoneContactBoxMobileProps>;
@@ -1,4 +0,0 @@
1
- export interface PhoneContactBoxMobileProps {
2
- phone: string;
3
- schedule: string;
4
- }
@@ -1,2 +0,0 @@
1
- export { PhoneContactBoxMobile } from './PhoneContactBoxMobile';
2
- export { type PhoneContactBoxMobileProps } from './PhoneContactBoxMobileProps.types';
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- import { type ContactJumbotronProps } from './ContactJumbotronProps.types';
3
- import './ContactJumbotron.scss';
4
- export declare const ContactJumbotron: React.FC<ContactJumbotronProps>;
@@ -1,9 +0,0 @@
1
- import type React from 'react';
2
- import { type EmailContactBoxProps, type PhoneContactBoxDesktopProps } from '../../molecules';
3
- export interface ContactJumbotronProps {
4
- phoneBoxDesktopProps: PhoneContactBoxDesktopProps;
5
- emailContactBoxProps: EmailContactBoxProps;
6
- faqsTitle: string;
7
- children: React.ReactNode;
8
- isJonSnow?: boolean;
9
- }
@@ -1,2 +0,0 @@
1
- export { ContactJumbotron } from './ContactJumbotron';
2
- export { type ContactJumbotronProps } from './ContactJumbotronProps.types';
@@ -1,3 +0,0 @@
1
- import React from 'react';
2
- import { type ContactUsPageProps } from './ContactUsPageProps';
3
- export declare const ContactUsPage: React.FC<ContactUsPageProps>;
@@ -1,8 +0,0 @@
1
- import { type ContactSectionProps, type JumbotronSimplifiedSectionProps } from '../../sections';
2
- import { type PhoneContactBoxMobileProps } from '../../molecules';
3
- export interface ContactUsPageProps {
4
- jumbotronSimplifiedSectionProps: JumbotronSimplifiedSectionProps;
5
- phoneContactBox: PhoneContactBoxMobileProps;
6
- contactProps: ContactSectionProps;
7
- isJonSnow?: boolean;
8
- }
@@ -1,2 +0,0 @@
1
- export * from './ContactUsPage';
2
- export * from './ContactUsPageProps';
@@ -1,4 +0,0 @@
1
- import { type FC } from 'react';
2
- import { type ContactSectionProps } from './ContactSectionProps';
3
- import './ContactSection.scss';
4
- export declare const ContactSection: FC<ContactSectionProps>;
@@ -1,6 +0,0 @@
1
- import { type BoxFormProps } from '../../molecules';
2
- import { type ContactJumbotronProps } from '../../organisms';
3
- export interface ContactSectionProps {
4
- contactJumbotronProps: ContactJumbotronProps;
5
- contactForm: BoxFormProps;
6
- }
@@ -1,2 +0,0 @@
1
- export { ContactSection } from './ContactSection';
2
- export { type ContactSectionProps } from './ContactSectionProps';
@@ -1,4 +0,0 @@
1
- import { type FC } from 'react';
2
- import { type JumbotronSimplifiedSectionProps } from './JumbotronSimplifiedSectionProps.types';
3
- import './JumbotronSimplifiedSection.scss';
4
- export declare const JumbotronSimplifiedSection: FC<JumbotronSimplifiedSectionProps>;
@@ -1,8 +0,0 @@
1
- import type React from 'react';
2
- import { type TaglineProps } from '../../atoms';
3
- export interface JumbotronSimplifiedSectionProps {
4
- title: string;
5
- wrapperClassName?: string;
6
- taglineProps: TaglineProps;
7
- children?: React.ReactNode;
8
- }
@@ -1,2 +0,0 @@
1
- export { JumbotronSimplifiedSection } from './JumbotronSimplifiedSection';
2
- export type { JumbotronSimplifiedSectionProps } from './JumbotronSimplifiedSectionProps.types';