@npm_leadtech/legal-lib-components 2.32.1 → 2.32.2

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 (61) hide show
  1. package/README.md +2 -4
  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 +108 -279
  5. package/dist/cjs/src/components/atoms/RichTextStrapi/RichTextStrapiProps.d.ts +0 -2
  6. package/dist/cjs/src/components/atoms/index.d.ts +0 -1
  7. package/dist/cjs/src/components/molecules/index.d.ts +3 -4
  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 +108 -279
  14. package/dist/esm/src/components/atoms/RichTextStrapi/RichTextStrapiProps.d.ts +0 -2
  15. package/dist/esm/src/components/atoms/index.d.ts +0 -1
  16. package/dist/esm/src/components/molecules/index.d.ts +3 -4
  17. package/dist/esm/src/components/organisms/index.d.ts +0 -1
  18. package/dist/esm/src/components/pages/index.d.ts +0 -1
  19. package/dist/esm/src/components/sections/index.d.ts +0 -2
  20. package/dist/index.d.ts +24 -81
  21. package/package.json +1 -1
  22. package/dist/cjs/images/componentsSvg/ChevronExpandLess.d.ts +0 -2
  23. package/dist/cjs/images/componentsSvg/ChevronExpandMore.d.ts +0 -2
  24. package/dist/cjs/src/components/atoms/ShowMoreBox/ShowMoreBox.d.ts +0 -4
  25. package/dist/cjs/src/components/atoms/ShowMoreBox/ShowMoreBoxProps.d.ts +0 -6
  26. package/dist/cjs/src/components/atoms/ShowMoreBox/index.d.ts +0 -2
  27. package/dist/cjs/src/components/molecules/FaqItem/FaqItem.d.ts +0 -4
  28. package/dist/cjs/src/components/molecules/FaqItem/FaqItemProps.d.ts +0 -8
  29. package/dist/cjs/src/components/molecules/FaqItem/index.d.ts +0 -2
  30. package/dist/cjs/src/components/organisms/FaqGroup/FaqGroup.d.ts +0 -4
  31. package/dist/cjs/src/components/organisms/FaqGroup/FaqGroupProps.d.ts +0 -10
  32. package/dist/cjs/src/components/organisms/FaqGroup/index.d.ts +0 -2
  33. package/dist/cjs/src/components/pages/FaqsPage/FaqsPage.d.ts +0 -4
  34. package/dist/cjs/src/components/pages/FaqsPage/FaqsPageProps.d.ts +0 -7
  35. package/dist/cjs/src/components/pages/FaqsPage/index.d.ts +0 -2
  36. package/dist/cjs/src/components/sections/AsideMenuSection/AsideMenuSection.d.ts +0 -4
  37. package/dist/cjs/src/components/sections/AsideMenuSection/AsideMenuSectionProps.d.ts +0 -9
  38. package/dist/cjs/src/components/sections/AsideMenuSection/index.d.ts +0 -2
  39. package/dist/cjs/src/components/sections/FaqSection/FaqSection.d.ts +0 -4
  40. package/dist/cjs/src/components/sections/FaqSection/FaqSectionProps.d.ts +0 -4
  41. package/dist/cjs/src/components/sections/FaqSection/index.d.ts +0 -2
  42. package/dist/esm/images/componentsSvg/ChevronExpandLess.d.ts +0 -2
  43. package/dist/esm/images/componentsSvg/ChevronExpandMore.d.ts +0 -2
  44. package/dist/esm/src/components/atoms/ShowMoreBox/ShowMoreBox.d.ts +0 -4
  45. package/dist/esm/src/components/atoms/ShowMoreBox/ShowMoreBoxProps.d.ts +0 -6
  46. package/dist/esm/src/components/atoms/ShowMoreBox/index.d.ts +0 -2
  47. package/dist/esm/src/components/molecules/FaqItem/FaqItem.d.ts +0 -4
  48. package/dist/esm/src/components/molecules/FaqItem/FaqItemProps.d.ts +0 -8
  49. package/dist/esm/src/components/molecules/FaqItem/index.d.ts +0 -2
  50. package/dist/esm/src/components/organisms/FaqGroup/FaqGroup.d.ts +0 -4
  51. package/dist/esm/src/components/organisms/FaqGroup/FaqGroupProps.d.ts +0 -10
  52. package/dist/esm/src/components/organisms/FaqGroup/index.d.ts +0 -2
  53. package/dist/esm/src/components/pages/FaqsPage/FaqsPage.d.ts +0 -4
  54. package/dist/esm/src/components/pages/FaqsPage/FaqsPageProps.d.ts +0 -7
  55. package/dist/esm/src/components/pages/FaqsPage/index.d.ts +0 -2
  56. package/dist/esm/src/components/sections/AsideMenuSection/AsideMenuSection.d.ts +0 -4
  57. package/dist/esm/src/components/sections/AsideMenuSection/AsideMenuSectionProps.d.ts +0 -9
  58. package/dist/esm/src/components/sections/AsideMenuSection/index.d.ts +0 -2
  59. package/dist/esm/src/components/sections/FaqSection/FaqSection.d.ts +0 -4
  60. package/dist/esm/src/components/sections/FaqSection/FaqSectionProps.d.ts +0 -4
  61. package/dist/esm/src/components/sections/FaqSection/index.d.ts +0 -2
@@ -1,8 +1,6 @@
1
1
  import { type RichTextMedia } from './RichTextMedia';
2
2
  export interface RichTextStrapiProps {
3
3
  html?: string;
4
- showMoreTextShortResponse?: string;
5
- showMoreTextCompleteResponse?: string;
6
4
  className?: string;
7
5
  medias?: RichTextMedia[];
8
6
  }
@@ -31,7 +31,6 @@ export * from './RichTextInner';
31
31
  export * from './RichTextStrapi';
32
32
  export * from './SearchSelect';
33
33
  export * from './SidemenuTab';
34
- export * from './ShowMoreBox';
35
34
  export * from './Spinner';
36
35
  export * from './TextArea';
37
36
  export * from './Toggle';
@@ -6,11 +6,7 @@ export * from './BoxForm';
6
6
  export * from './Breadcrumb';
7
7
  export * from './ContactBox';
8
8
  export * from './ContinueEditingBanner';
9
- export * from './CountDownMessage';
10
- export * from './ExpertCardList';
11
- export * from './FaqItem';
12
9
  export * from './Feedback';
13
- export * from './FreeDocModalContent';
14
10
  export * from './MenuItemsSection';
15
11
  export * from './NavBarDropDown';
16
12
  export * from './Pagination';
@@ -20,3 +16,6 @@ export * from './StepGetForm';
20
16
  export * from './TextInput';
21
17
  export * from './TooltipMenu';
22
18
  export * from './TrustworthyWebsites';
19
+ export * from './ExpertCardList';
20
+ export * from './FreeDocModalContent';
21
+ export * from './CountDownMessage';
@@ -2,7 +2,6 @@ export * from './AboutUsContent';
2
2
  export * from './ArticlesList';
3
3
  export * from './AsSeeInContent';
4
4
  export * from './CookiePolicyBar';
5
- export * from './FaqGroup';
6
5
  export * from './GuidelinesContent';
7
6
  export * from './ListStepsGetForm';
8
7
  export * from './MobileBottomBar';
@@ -1,4 +1,3 @@
1
1
  export * from './AboutUsPage';
2
- export * from './FaqsPage';
3
2
  export * from './LegalPage';
4
3
  export * from './UnsubscribePage';
@@ -1,9 +1,7 @@
1
1
  export * from './AboutUsSection';
2
- export * from './AsideMenuSection';
3
2
  export * from './AsSeeInSection';
4
3
  export * from './BlogSection';
5
4
  export * from './ExpertsSection';
6
- export * from './FaqSection';
7
5
  export * from './GuidelinesSection';
8
6
  export * from './HowGetYourFormsSection';
9
7
  export * from './LegalSection';
package/dist/index.d.ts CHANGED
@@ -343,8 +343,6 @@ interface RichTextMedia {
343
343
 
344
344
  interface RichTextStrapiProps {
345
345
  html?: string;
346
- showMoreTextShortResponse?: string;
347
- showMoreTextCompleteResponse?: string;
348
346
  className?: string;
349
347
  medias?: RichTextMedia[];
350
348
  }
@@ -395,14 +393,6 @@ interface SideMenuTabProps {
395
393
 
396
394
  declare const SidemenuTab: React$1.FC<SideMenuTabProps>;
397
395
 
398
- interface ShowMoreBoxProps {
399
- children: React.ReactNode;
400
- collapsedButtonText?: string;
401
- expandedButtonText?: string;
402
- }
403
-
404
- declare const ShowMoreBox: React$1.FC<ShowMoreBoxProps>;
405
-
406
396
  interface SpinnerProps {
407
397
  className?: string;
408
398
  big?: boolean;
@@ -587,29 +577,6 @@ interface ContinueEditingBannerProps {
587
577
 
588
578
  declare const ContinueEditingBanner: React$1.FC<ContinueEditingBannerProps>;
589
579
 
590
- interface CountDownMessageProps {
591
- text: string | React.ReactNode;
592
- time?: string;
593
- }
594
-
595
- declare const CountDownMessage: FC<CountDownMessageProps>;
596
-
597
- interface ExpertCardListProps {
598
- contentExpertCard: ExpertCardProps[];
599
- }
600
-
601
- declare const ExpertCardList: FC<ExpertCardListProps>;
602
-
603
- interface FaqItemProps {
604
- id: string;
605
- slug: string;
606
- title: string;
607
- children: React$1.ReactNode;
608
- index?: number;
609
- }
610
-
611
- declare const FaqItem: React$1.FC<FaqItemProps>;
612
-
613
580
  interface FeedbackProps {
614
581
  theme?: 'success' | 'error';
615
582
  title?: string;
@@ -626,16 +593,6 @@ interface FeedbackProps {
626
593
 
627
594
  declare const Feedback: FC<FeedbackProps>;
628
595
 
629
- interface FreeDocModalContentProps {
630
- bodyTitle: string;
631
- bodyText: string;
632
- closeModal: () => void;
633
- clickGoToFormInApp: (arg0: null, arg1: string, arg2?: boolean) => void;
634
- isActiveDocument: boolean;
635
- }
636
-
637
- declare const FreeDocModalContent: FC<FreeDocModalContentProps>;
638
-
639
596
  interface MenuItemsSectionProps {
640
597
  icon?: React.ReactNode;
641
598
  title?: string;
@@ -770,6 +727,29 @@ interface ImageStructure {
770
727
 
771
728
  declare const TrustworthyWebsites: FC<TrustworthyWebsitesProps>;
772
729
 
730
+ interface ExpertCardListProps {
731
+ contentExpertCard: ExpertCardProps[];
732
+ }
733
+
734
+ declare const ExpertCardList: FC<ExpertCardListProps>;
735
+
736
+ interface FreeDocModalContentProps {
737
+ bodyTitle: string;
738
+ bodyText: string;
739
+ closeModal: () => void;
740
+ clickGoToFormInApp: (arg0: null, arg1: string, arg2?: boolean) => void;
741
+ isActiveDocument: boolean;
742
+ }
743
+
744
+ declare const FreeDocModalContent: FC<FreeDocModalContentProps>;
745
+
746
+ interface CountDownMessageProps {
747
+ text: string | React.ReactNode;
748
+ time?: string;
749
+ }
750
+
751
+ declare const CountDownMessage: FC<CountDownMessageProps>;
752
+
773
753
  interface AboutUsContentProps {
774
754
  children: React.ReactNode;
775
755
  image: React.ReactNode;
@@ -798,17 +778,6 @@ interface CookiePolicyBarProps {
798
778
 
799
779
  declare const CookiePolicyBar: FC<CookiePolicyBarProps>;
800
780
 
801
- interface FaqGroupProps {
802
- id: string;
803
- title: string;
804
- slug: string;
805
- faqs: FaqItemProps[];
806
- hasAllClosed?: boolean;
807
- children?: React.ReactNode;
808
- }
809
-
810
- declare const FaqGroup: React$1.FC<FaqGroupProps>;
811
-
812
781
  interface GuidelinesContentProps {
813
782
  title: string;
814
783
  image: React.ReactNode;
@@ -847,17 +816,6 @@ interface AboutUsSectionProps {
847
816
 
848
817
  declare const AboutUsSection: FC<AboutUsSectionProps>;
849
818
 
850
- interface AsideMenuSectionProps {
851
- items: Array<{
852
- id: string;
853
- text: string;
854
- slug: string;
855
- }>;
856
- onClickHandler?: React.MouseEventHandler<HTMLLIElement>;
857
- }
858
-
859
- declare const AsideMenuSection: React$1.FC<AsideMenuSectionProps>;
860
-
861
819
  interface AsSeeInSectionProps {
862
820
  title: string;
863
821
  contentAsSeeIn: AsSeeInContentProps;
@@ -880,12 +838,6 @@ interface ExpertsSectionProps {
880
838
 
881
839
  declare const ExpertsSection: FC<ExpertsSectionProps>;
882
840
 
883
- interface FaqSectionProps {
884
- groups: FaqGroupProps[];
885
- }
886
-
887
- declare const FaqSection: React$1.FC<FaqSectionProps>;
888
-
889
841
  interface GuidelinesSectionProps {
890
842
  contentGuidelines: GuidelinesContentProps;
891
843
  }
@@ -969,15 +921,6 @@ interface AboutUsPageProps {
969
921
 
970
922
  declare const AboutUsPage: React$1.FC<AboutUsPageProps>;
971
923
 
972
- interface FaqsPageProps {
973
- title: string;
974
- subtitle: string;
975
- asideMenuSectionProps: AsideMenuSectionProps;
976
- faqSectionProps: FaqSectionProps;
977
- }
978
-
979
- declare const FaqsPage: React$1.FC<FaqsPageProps>;
980
-
981
924
  interface LegalPageProps {
982
925
  jumbotron: JumbotronStaticProps;
983
926
  legalSection: LegalSectionProps;
@@ -1004,4 +947,4 @@ interface UseIsMobileOrTablePropsReturn {
1004
947
  }
1005
948
  declare const useIsMobileOrTable: () => UseIsMobileOrTablePropsReturn;
1006
949
 
1007
- export { AboutUsContent, type AboutUsContentProps, AboutUsPage, type AboutUsPageProps, AboutUsSection, type AboutUsSectionProps, AddButton, type AddButtonProps, Article, type ArticleProps, ArticlesList, type ArticlesListProps, AsSeeInContent, type AsSeeInContentProps, AsSeeInSection, type AsSeeInSectionProps, AsideMenuSection, type AsideMenuSectionProps, BaseBox, BaseBoxList, type BaseBoxListProps, type BaseBoxProps, BillCard, type BillCardProps, BlogSection, type BlogSectionProps, BottomFixedBar, type BottomFixedBarProps, BottomOverlay, BottomOverlayMenu, type BottomOverlayMenuProps, type BottomOverlayProps, BoxForm, type BoxFormProps, BreadcrumItem, type BreadcrumItemProps, Breadcrumb, type BreadcrumbProps, Button, ButtonIcon, type ButtonIconProps, type ButtonProps, CardPane, type CardPaneInfoProps, type CardPaneProps, Checkbox, type CheckboxProps, ContactBox, type ContactBoxProps, ContinueEditingBanner, type ContinueEditingBannerProps, CookiePolicyBar, type CookiePolicyBarProps, CountDownMessage, type CountDownMessageProps, DatePickerCustom, type DatePickerCustomProps, DialogMenuIcon, type DialogMenuIconProps, Disclaimer, type DisclaimerProps, Divider, type DividerProps, DocumentStatus, type DocumentStatusProps, ExpertCard, ExpertCardList, type ExpertCardListProps, type ExpertCardProps, ExpertsSection, type ExpertsSectionProps, FaqGroup, type FaqGroupProps, FaqItem, type FaqItemProps, FaqSection, type FaqSectionProps, FaqsPage, type FaqsPageProps, Feedback, type FeedbackProps, FormFaq, type FormFaqProps, FreeDocModalContent, type FreeDocModalContentProps, GoogleButton, type GoogleButtonProps, GuidelinesContent, type GuidelinesContentProps, GuidelinesSection, type GuidelinesSectionProps, HowGetYourFormsSection, type HowGetYourFormsSectionProps, IconImage, type IconImageProps, IconSvgURLWithThemeColor, type IconSvgURLWithThemeColorProps, type ImageStructure, InfoBox, type InfoBoxProps, JumbotronStatic, type JumbotronStaticProps, type LatestApplication, LearnMoreSection, type LearnMoreSectionProps, LegalPage, type LegalPageProps, LegalSection, type LegalSectionProps, ListStepsGetForm, type ListStepsGetFormProps, Logo, type LogoProps, LogoText, type LogoTextProps, type MenuItemProps, MenuItems, MenuItemsSection, type MenuItemsSectionProps, MenuPlacement, Message, MessageInformation, type MessageInformationProps, type MessageProps, MobileBottomBar, type MobileBottomBarProps, NavBarDropDown, type NavBarDropDownProps, Pagination, type PaginationProps, PaypalButton, type PaypalButtonProps, PeopleSayAboutUsSection, type PeopleSayAboutUsSectionProps, PricingCard, type PricingCardProps, ProgressBar, type ProgressBarProps, Radio, type RadioProps, RemoveButton, type RemoveButtonProps, RichTextInner, type RichTextInnerProps, type RichTextMedia, RichTextStrapi, type RichTextStrapiProps, SearchSelect, type SearchSelectProps, ShowMoreBox, type ShowMoreBoxProps, type SideMenuTabProps, SidemenuTab, Snackbar, type SnackbarProps, Spinner, type SpinnerProps, StepGetForm, type StepGetFormProps, TextArea, type TextAreaProps, TextInput, type TextInputProps, Toggle, type ToggleProps, Tooltip, TooltipMenu, type TooltipMenuProps, type TooltipProps, TopBar, TopBarMobile, type TopBarProps, Trustpilot as TrustPilot, type TrustPilotProps, TrustworthyWebsites, type TrustworthyWebsitesProps, TryOurFreeLegalBlogsContent, type TryOurFreeLegalBlogsContentProps, TryOurFreeLegalBlogsSection, type TryOurFreeLegalBlogsSectionProps, TryUsSection, type TryUsSectionProps, UnsubscribePage, type UnsubscribePageProps, UnsubscribeSection, type UnsubscribeSectionProps, type WhyLawDistrictItem, WhyLawDistrictItems, type WhyLawDistrictItemsProps, WhyLawDistrictSection, type WhyLawDistrictSectionProps, WideInfoBar, useIntersectionObserver, useIsMobileOrTable };
950
+ export { AboutUsContent, type AboutUsContentProps, AboutUsPage, type AboutUsPageProps, AboutUsSection, type AboutUsSectionProps, AddButton, type AddButtonProps, Article, type ArticleProps, ArticlesList, type ArticlesListProps, AsSeeInContent, type AsSeeInContentProps, AsSeeInSection, type AsSeeInSectionProps, BaseBox, BaseBoxList, type BaseBoxListProps, type BaseBoxProps, BillCard, type BillCardProps, BlogSection, type BlogSectionProps, BottomFixedBar, type BottomFixedBarProps, BottomOverlay, BottomOverlayMenu, type BottomOverlayMenuProps, type BottomOverlayProps, BoxForm, type BoxFormProps, BreadcrumItem, type BreadcrumItemProps, Breadcrumb, type BreadcrumbProps, Button, ButtonIcon, type ButtonIconProps, type ButtonProps, CardPane, type CardPaneInfoProps, type CardPaneProps, Checkbox, type CheckboxProps, ContactBox, type ContactBoxProps, ContinueEditingBanner, type ContinueEditingBannerProps, CookiePolicyBar, type CookiePolicyBarProps, CountDownMessage, type CountDownMessageProps, DatePickerCustom, type DatePickerCustomProps, DialogMenuIcon, type DialogMenuIconProps, Disclaimer, type DisclaimerProps, Divider, type DividerProps, DocumentStatus, type DocumentStatusProps, ExpertCard, ExpertCardList, type ExpertCardListProps, type ExpertCardProps, ExpertsSection, type ExpertsSectionProps, Feedback, type FeedbackProps, FormFaq, type FormFaqProps, FreeDocModalContent, type FreeDocModalContentProps, GoogleButton, type GoogleButtonProps, GuidelinesContent, type GuidelinesContentProps, GuidelinesSection, type GuidelinesSectionProps, HowGetYourFormsSection, type HowGetYourFormsSectionProps, IconImage, type IconImageProps, IconSvgURLWithThemeColor, type IconSvgURLWithThemeColorProps, type ImageStructure, InfoBox, type InfoBoxProps, JumbotronStatic, type JumbotronStaticProps, type LatestApplication, LearnMoreSection, type LearnMoreSectionProps, LegalPage, type LegalPageProps, LegalSection, type LegalSectionProps, ListStepsGetForm, type ListStepsGetFormProps, Logo, type LogoProps, LogoText, type LogoTextProps, type MenuItemProps, MenuItems, MenuItemsSection, type MenuItemsSectionProps, MenuPlacement, Message, MessageInformation, type MessageInformationProps, type MessageProps, MobileBottomBar, type MobileBottomBarProps, NavBarDropDown, type NavBarDropDownProps, Pagination, type PaginationProps, PaypalButton, type PaypalButtonProps, PeopleSayAboutUsSection, type PeopleSayAboutUsSectionProps, PricingCard, type PricingCardProps, ProgressBar, type ProgressBarProps, Radio, type RadioProps, RemoveButton, type RemoveButtonProps, RichTextInner, type RichTextInnerProps, type RichTextMedia, RichTextStrapi, type RichTextStrapiProps, SearchSelect, type SearchSelectProps, type SideMenuTabProps, SidemenuTab, Snackbar, type SnackbarProps, Spinner, type SpinnerProps, StepGetForm, type StepGetFormProps, TextArea, type TextAreaProps, TextInput, type TextInputProps, Toggle, type ToggleProps, Tooltip, TooltipMenu, type TooltipMenuProps, type TooltipProps, TopBar, TopBarMobile, type TopBarProps, Trustpilot as TrustPilot, type TrustPilotProps, TrustworthyWebsites, type TrustworthyWebsitesProps, TryOurFreeLegalBlogsContent, type TryOurFreeLegalBlogsContentProps, TryOurFreeLegalBlogsSection, type TryOurFreeLegalBlogsSectionProps, TryUsSection, type TryUsSectionProps, UnsubscribePage, type UnsubscribePageProps, UnsubscribeSection, type UnsubscribeSectionProps, type WhyLawDistrictItem, WhyLawDistrictItems, type WhyLawDistrictItemsProps, WhyLawDistrictSection, type WhyLawDistrictSectionProps, WideInfoBar, useIntersectionObserver, useIsMobileOrTable };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@npm_leadtech/legal-lib-components",
3
- "version": "2.32.1",
3
+ "version": "2.32.2",
4
4
  "dependencies": {
5
5
  "@testing-library/jest-dom": "^6.1.4",
6
6
  "@tippyjs/react": "4.2.6",
@@ -1,2 +0,0 @@
1
- import React from 'react';
2
- export declare const ChevronExpandLess: React.FC;
@@ -1,2 +0,0 @@
1
- import React from 'react';
2
- export declare const ChevronExpandMore: React.FC;
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- import { type ShowMoreBoxProps } from './ShowMoreBoxProps';
3
- import './ShowMoreBox.scss';
4
- export declare const ShowMoreBox: React.FC<ShowMoreBoxProps>;
@@ -1,6 +0,0 @@
1
- /// <reference types="react" />
2
- export interface ShowMoreBoxProps {
3
- children: React.ReactNode;
4
- collapsedButtonText?: string;
5
- expandedButtonText?: string;
6
- }
@@ -1,2 +0,0 @@
1
- export { ShowMoreBox } from './ShowMoreBox';
2
- export type { ShowMoreBoxProps } from './ShowMoreBoxProps';
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- import { type FaqItemProps } from './FaqItemProps';
3
- import './FaqItem.scss';
4
- export declare const FaqItem: React.FC<FaqItemProps>;
@@ -1,8 +0,0 @@
1
- import type React from 'react';
2
- export interface FaqItemProps {
3
- id: string;
4
- slug: string;
5
- title: string;
6
- children: React.ReactNode;
7
- index?: number;
8
- }
@@ -1,2 +0,0 @@
1
- export * from './FaqItem';
2
- export * from './FaqItemProps';
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- import { type FaqGroupProps } from './FaqGroupProps';
3
- import './FaqGroup.scss';
4
- export declare const FaqGroup: React.FC<FaqGroupProps>;
@@ -1,10 +0,0 @@
1
- /// <reference types="react" />
2
- import { type FaqItemProps } from '../../molecules';
3
- export interface FaqGroupProps {
4
- id: string;
5
- title: string;
6
- slug: string;
7
- faqs: FaqItemProps[];
8
- hasAllClosed?: boolean;
9
- children?: React.ReactNode;
10
- }
@@ -1,2 +0,0 @@
1
- export * from './FaqGroup';
2
- export * from './FaqGroupProps';
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- import { type FaqsPageProps } from './FaqsPageProps';
3
- import './FaqsPage.scss';
4
- export declare const FaqsPage: React.FC<FaqsPageProps>;
@@ -1,7 +0,0 @@
1
- import { type AsideMenuSectionProps, type FaqSectionProps } from '../../sections';
2
- export interface FaqsPageProps {
3
- title: string;
4
- subtitle: string;
5
- asideMenuSectionProps: AsideMenuSectionProps;
6
- faqSectionProps: FaqSectionProps;
7
- }
@@ -1,2 +0,0 @@
1
- export * from './FaqsPage';
2
- export * from './FaqsPageProps';
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- import { type AsideMenuSectionProps } from './AsideMenuSectionProps';
3
- import './AsideMenuSection.scss';
4
- export declare const AsideMenuSection: React.FC<AsideMenuSectionProps>;
@@ -1,9 +0,0 @@
1
- /// <reference types="react" />
2
- export interface AsideMenuSectionProps {
3
- items: Array<{
4
- id: string;
5
- text: string;
6
- slug: string;
7
- }>;
8
- onClickHandler?: React.MouseEventHandler<HTMLLIElement>;
9
- }
@@ -1,2 +0,0 @@
1
- export * from './AsideMenuSection';
2
- export * from './AsideMenuSectionProps';
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- import { type FaqSectionProps } from './FaqSectionProps';
3
- import './FaqSection.scss';
4
- export declare const FaqSection: React.FC<FaqSectionProps>;
@@ -1,4 +0,0 @@
1
- import { type FaqGroupProps } from '../../organisms';
2
- export interface FaqSectionProps {
3
- groups: FaqGroupProps[];
4
- }
@@ -1,2 +0,0 @@
1
- export * from './FaqSection';
2
- export * from './FaqSectionProps';
@@ -1,2 +0,0 @@
1
- import React from 'react';
2
- export declare const ChevronExpandLess: React.FC;
@@ -1,2 +0,0 @@
1
- import React from 'react';
2
- export declare const ChevronExpandMore: React.FC;
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- import { type ShowMoreBoxProps } from './ShowMoreBoxProps';
3
- import './ShowMoreBox.scss';
4
- export declare const ShowMoreBox: React.FC<ShowMoreBoxProps>;
@@ -1,6 +0,0 @@
1
- /// <reference types="react" />
2
- export interface ShowMoreBoxProps {
3
- children: React.ReactNode;
4
- collapsedButtonText?: string;
5
- expandedButtonText?: string;
6
- }
@@ -1,2 +0,0 @@
1
- export { ShowMoreBox } from './ShowMoreBox';
2
- export type { ShowMoreBoxProps } from './ShowMoreBoxProps';
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- import { type FaqItemProps } from './FaqItemProps';
3
- import './FaqItem.scss';
4
- export declare const FaqItem: React.FC<FaqItemProps>;
@@ -1,8 +0,0 @@
1
- import type React from 'react';
2
- export interface FaqItemProps {
3
- id: string;
4
- slug: string;
5
- title: string;
6
- children: React.ReactNode;
7
- index?: number;
8
- }
@@ -1,2 +0,0 @@
1
- export * from './FaqItem';
2
- export * from './FaqItemProps';
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- import { type FaqGroupProps } from './FaqGroupProps';
3
- import './FaqGroup.scss';
4
- export declare const FaqGroup: React.FC<FaqGroupProps>;
@@ -1,10 +0,0 @@
1
- /// <reference types="react" />
2
- import { type FaqItemProps } from '../../molecules';
3
- export interface FaqGroupProps {
4
- id: string;
5
- title: string;
6
- slug: string;
7
- faqs: FaqItemProps[];
8
- hasAllClosed?: boolean;
9
- children?: React.ReactNode;
10
- }
@@ -1,2 +0,0 @@
1
- export * from './FaqGroup';
2
- export * from './FaqGroupProps';
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- import { type FaqsPageProps } from './FaqsPageProps';
3
- import './FaqsPage.scss';
4
- export declare const FaqsPage: React.FC<FaqsPageProps>;
@@ -1,7 +0,0 @@
1
- import { type AsideMenuSectionProps, type FaqSectionProps } from '../../sections';
2
- export interface FaqsPageProps {
3
- title: string;
4
- subtitle: string;
5
- asideMenuSectionProps: AsideMenuSectionProps;
6
- faqSectionProps: FaqSectionProps;
7
- }
@@ -1,2 +0,0 @@
1
- export * from './FaqsPage';
2
- export * from './FaqsPageProps';
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- import { type AsideMenuSectionProps } from './AsideMenuSectionProps';
3
- import './AsideMenuSection.scss';
4
- export declare const AsideMenuSection: React.FC<AsideMenuSectionProps>;
@@ -1,9 +0,0 @@
1
- /// <reference types="react" />
2
- export interface AsideMenuSectionProps {
3
- items: Array<{
4
- id: string;
5
- text: string;
6
- slug: string;
7
- }>;
8
- onClickHandler?: React.MouseEventHandler<HTMLLIElement>;
9
- }
@@ -1,2 +0,0 @@
1
- export * from './AsideMenuSection';
2
- export * from './AsideMenuSectionProps';
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- import { type FaqSectionProps } from './FaqSectionProps';
3
- import './FaqSection.scss';
4
- export declare const FaqSection: React.FC<FaqSectionProps>;
@@ -1,4 +0,0 @@
1
- import { type FaqGroupProps } from '../../organisms';
2
- export interface FaqSectionProps {
3
- groups: FaqGroupProps[];
4
- }
@@ -1,2 +0,0 @@
1
- export * from './FaqSection';
2
- export * from './FaqSectionProps';