mayak-common-library 0.0.302 → 0.0.304

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.
package/dist/index.d.mts CHANGED
@@ -47,7 +47,7 @@ type BreadCrumbsItem = {
47
47
  path: string;
48
48
  };
49
49
 
50
- interface IWorker$1 {
50
+ interface IWorker$2 {
51
51
  imageUrl?: string;
52
52
  description?: string;
53
53
  firstName?: string;
@@ -76,7 +76,7 @@ interface IAboutCompanyMain {
76
76
  text1?: string;
77
77
  text2?: string;
78
78
  box?: IBoxItem$6[];
79
- workerCeo?: IWorker$1;
79
+ workerCeo?: IWorker$2;
80
80
  classes?: string;
81
81
  site?: Site;
82
82
  actionButton?: ReactNode;
@@ -130,7 +130,7 @@ interface IAnyLevelBlock {
130
130
  declare function AnyLevelBlock({ block1, block2, classes, }: IAnyLevelBlock): react_jsx_runtime.JSX.Element;
131
131
 
132
132
  interface AnyQuestionsBlockProps {
133
- worker?: IWorker$1;
133
+ worker?: IWorker$2;
134
134
  classes?: string;
135
135
  title?: string;
136
136
  }
@@ -155,6 +155,10 @@ interface IArticle {
155
155
  slug?: string;
156
156
  href: string;
157
157
  }
158
+ interface IArticleCard extends IArticle {
159
+ classes?: string;
160
+ }
161
+ declare function ArticleCard({ imageUrl, classes, title, text, slug, href, }: IArticleCard): react_jsx_runtime.JSX.Element;
158
162
 
159
163
  interface IArticlesBlock {
160
164
  title: string;
@@ -304,7 +308,7 @@ interface BlockImagesProps {
304
308
  }
305
309
  declare function BlockImages({ classes, images, title, }: BlockImagesProps): react_jsx_runtime.JSX.Element;
306
310
 
307
- interface IWorker {
311
+ interface IWorker$1 {
308
312
  imageUrl?: string;
309
313
  description?: string;
310
314
  firstName?: string;
@@ -321,7 +325,7 @@ interface IWorker {
321
325
  interface IBlockOurTeam {
322
326
  title?: string;
323
327
  text?: string;
324
- team?: IWorker[];
328
+ team?: IWorker$1[];
325
329
  classes?: string;
326
330
  full?: boolean;
327
331
  }
@@ -808,6 +812,10 @@ interface IArea {
808
812
  whiteBottom?: boolean;
809
813
  href: string;
810
814
  }
815
+ interface AreaCardProps extends IArea {
816
+ classes?: string;
817
+ }
818
+ declare const AreaCard: FC<AreaCardProps>;
811
819
 
812
820
  interface IArticlesFull {
813
821
  classes?: string;
@@ -829,6 +837,7 @@ interface NewProjectCardProps {
829
837
  href: string;
830
838
  handover?: string;
831
839
  }
840
+ declare const NewProjectCard: FC<NewProjectCardProps>;
832
841
 
833
842
  interface ICatalogNewProjectsProps {
834
843
  classes?: string;
@@ -926,7 +935,10 @@ interface TwoTextColumnProps {
926
935
  }
927
936
  declare const TwoTextColumn: FC<TwoTextColumnProps>;
928
937
 
929
- declare const CatalogContainer: FC<PropsWithChildren>;
938
+ interface CatalogContainerProps {
939
+ className?: string;
940
+ }
941
+ declare const CatalogContainer: FC<CatalogContainerProps & PropsWithChildren>;
930
942
 
931
943
  declare function useWindowSize(): {
932
944
  windowSize: number;
@@ -1379,6 +1391,53 @@ interface HProps extends PropsWithChildren {
1379
1391
  leftXs?: boolean;
1380
1392
  bold?: boolean;
1381
1393
  }
1394
+ interface IWorker {
1395
+ imageUrl?: string;
1396
+ description?: string;
1397
+ firstName?: string;
1398
+ lastName?: string;
1399
+ fullName?: string;
1400
+ position?: string;
1401
+ instagram?: string;
1402
+ facebook?: string;
1403
+ youTube?: string;
1404
+ linkedIn?: string;
1405
+ phone?: string;
1406
+ email?: string;
1407
+ }
1408
+ interface IRealty {
1409
+ imageUrl?: string;
1410
+ dealId?: number;
1411
+ price?: string;
1412
+ district?: string;
1413
+ metro?: string[];
1414
+ address?: string;
1415
+ id?: number;
1416
+ houseNumber?: string;
1417
+ city?: string;
1418
+ cityCrmId?: number;
1419
+ residentialComplexName?: string;
1420
+ rooms?: string;
1421
+ areaTotal?: string;
1422
+ areaLand?: string;
1423
+ areaLiving?: string;
1424
+ areaKitchen?: string;
1425
+ floor?: string;
1426
+ totalFloors?: string;
1427
+ slug?: string;
1428
+ title?: string;
1429
+ description?: string;
1430
+ realtor?: IWorker;
1431
+ borough?: string;
1432
+ region?: string;
1433
+ crmId?: string;
1434
+ article?: number;
1435
+ realtyType?: {
1436
+ machineName?: string;
1437
+ value?: string;
1438
+ };
1439
+ remont?: string;
1440
+ }
1382
1441
 
1383
1442
  declare const H1: FC<HProps>;
1384
1443
 
@@ -1422,4 +1481,25 @@ interface BreadCrumbsProps {
1422
1481
  }
1423
1482
  declare const BreadCrumbs: FC<BreadCrumbsProps>;
1424
1483
 
1425
- export { AboutCompanyMain, AboutUsFirstBlock, StyledAccordion as Accordion, StyledAccordionDetails as AccordionDetails, StyledAccordionSummary as AccordionSummary, AmenitiesBlock, AnyLevelBlock, AnyQuestionsBlock, AreasFull, AreasSlider, ArticleContent, ArticlesBlock, ArticlesFull, BannerBlock, BannerBlock2, BannerReferralProgram, BecomePartner, BenefitsBlock, BenefitsVacanciesBlock, BlockAboutCareer, BlockChoiceLinkGoToCatalog, BlockContacts, BlockGroupLinks, BlockImages, BlockOurTeam, BlockTabsGroupLinks, BreadCrumbs, Button, ButtonDark, CallConsult, CallMeBlock, CasesBlock, CatalogContainer, CatalogNewProjects, CatalogRealtiesBlock, CatalogViewSwitch, Chip, ClientTransferProcess, ContactDubaiBlock, ContactUsBlock, DeveloperBanner, DeveloperTwoBlocks, DevelopersFull, DevelopersSlider, ErrorMessage, ExpertiseBlock, FAQ, FancyBox, FloorPlansBlock, Footer, Footer2, FormBlock, FormInput, FullScreenImage, GalleryBlock, GalleryRealty, H1, H1Big, H2, H3, H4, H5, H6, Header, _default as HeaderContactButton, HeaderMob, IconButton, ImageAndTextBlock, Input, JoinTeamBlock, type LayoutStore, LegalSupport, LinkIconBorder, LinkOut, List, ListItem, type LocaleSlug, LocaleSwitch, LocaleSwitchToggle, LogoBlock, LogoBlockWhite, MODAL_COMPONENT, MODAL_COMPONENTS, MODAL_TITLES, Main, type Modal, NumberInput, ObjectInfoBlock, Offices, OfficesBlock, OpenVacancies, OtherVacancies, OurAdvantages, OurServices, Paginator, PaginationItem as PaginatorItem, PaginatorSimple, PaymentPlanBlock, PhoneNumberInput, PopularAreas, Portfolios, ProjectsSlider, ReferralProgramFirstBlock, SearchInput, Select, ServicesFull, ServicesTexts, SimpleSelect, SliderDefault, SliderObject, SocialBlock, SocialBlockMain, ToggleSort as SortToggle, StyledBadge, StyledBadgeDesc, StyledButton, SubmitSelectButton, Switch, TeamWorkerBlock, TextBlock, TextImageTileBlock, ThanksBlock, TitleBlock, ToggleButton, ToggleButtonGroup, ToggleButtonsMultiple, ToggleButtonsWithLabel, TopDevelopers, TrustUs, TwoTextColumn as TwoTextColumnBlock, VacancyBoxInfo, VacancyContent, WeOffer, WeTakeFull, WhatIsYour, WhyShouldWork, WhyWe, createLocaleSlugSlice, createModalSlice, hrefSlugPrefix, useLayoutStore, useLocaleSlugStore, useWindowSize };
1484
+ interface ITeamPersonCard {
1485
+ image_url?: string;
1486
+ name?: string;
1487
+ position?: string;
1488
+ text?: string;
1489
+ }
1490
+ declare function TeamPersonCard({ image_url, name, position, text, }: ITeamPersonCard): react_jsx_runtime.JSX.Element;
1491
+
1492
+ interface IRealtorCard {
1493
+ realtor?: IWorker$2;
1494
+ }
1495
+ declare const RealtorCard: FC<IRealtorCard>;
1496
+
1497
+ interface IRealtyCard extends IRealty {
1498
+ classes?: string;
1499
+ titleClasses?: string;
1500
+ href: string;
1501
+ mainCityCrmId: number;
1502
+ }
1503
+ declare function RealtyCard({ classes, titleClasses, imageUrl, address, district, metro, price, dealId, houseNumber, residentialComplexName, areaTotal, totalFloors, floor, city, rooms, slug, borough, region, cityCrmId, areaLand, realtyType, title, href, mainCityCrmId, }: IRealtyCard): react_jsx_runtime.JSX.Element;
1504
+
1505
+ export { AboutCompanyMain, AboutUsFirstBlock, StyledAccordion as Accordion, StyledAccordionDetails as AccordionDetails, StyledAccordionSummary as AccordionSummary, AmenitiesBlock, AnyLevelBlock, AnyQuestionsBlock, AreaCard, AreasFull, AreasSlider, ArticleCard, ArticleContent, ArticlesBlock, ArticlesFull, BannerBlock, BannerBlock2, BannerReferralProgram, BecomePartner, BenefitsBlock, BenefitsVacanciesBlock, BlockAboutCareer, BlockChoiceLinkGoToCatalog, BlockContacts, BlockGroupLinks, BlockImages, BlockOurTeam, BlockTabsGroupLinks, BreadCrumbs, Button, ButtonDark, CallConsult, CallMeBlock, CasesBlock, CatalogContainer, CatalogNewProjects, CatalogRealtiesBlock, CatalogViewSwitch, Chip, ClientTransferProcess, ContactDubaiBlock, ContactUsBlock, DeveloperBanner, DeveloperTwoBlocks, DevelopersFull, DevelopersSlider, ErrorMessage, ExpertiseBlock, FAQ, FancyBox, FloorPlansBlock, Footer, Footer2, FormBlock, FormInput, FullScreenImage, GalleryBlock, GalleryRealty, H1, H1Big, H2, H3, H4, H5, H6, Header, _default as HeaderContactButton, HeaderMob, IconButton, ImageAndTextBlock, Input, JoinTeamBlock, type LayoutStore, LegalSupport, LinkIconBorder, LinkOut, List, ListItem, type LocaleSlug, LocaleSwitch, LocaleSwitchToggle, LogoBlock, LogoBlockWhite, MODAL_COMPONENT, MODAL_COMPONENTS, MODAL_TITLES, Main, type Modal, NewProjectCard, NumberInput, ObjectInfoBlock, Offices, OfficesBlock, OpenVacancies, OtherVacancies, OurAdvantages, OurServices, Paginator, PaginationItem as PaginatorItem, PaginatorSimple, PaymentPlanBlock, PhoneNumberInput, PopularAreas, Portfolios, ProjectsSlider, RealtorCard, RealtyCard, ReferralProgramFirstBlock, SearchInput, Select, ServicesFull, ServicesTexts, SimpleSelect, SliderDefault, SliderObject, SocialBlock, SocialBlockMain, ToggleSort as SortToggle, StyledBadge, StyledBadgeDesc, StyledButton, SubmitSelectButton, Switch, TeamPersonCard, TeamWorkerBlock, TextBlock, TextImageTileBlock, ThanksBlock, TitleBlock, ToggleButton, ToggleButtonGroup, ToggleButtonsMultiple, ToggleButtonsWithLabel, TopDevelopers, TrustUs, TwoTextColumn as TwoTextColumnBlock, VacancyBoxInfo, VacancyContent, WeOffer, WeTakeFull, WhatIsYour, WhyShouldWork, WhyWe, createLocaleSlugSlice, createModalSlice, hrefSlugPrefix, useLayoutStore, useLocaleSlugStore, useWindowSize };
package/dist/index.d.ts CHANGED
@@ -47,7 +47,7 @@ type BreadCrumbsItem = {
47
47
  path: string;
48
48
  };
49
49
 
50
- interface IWorker$1 {
50
+ interface IWorker$2 {
51
51
  imageUrl?: string;
52
52
  description?: string;
53
53
  firstName?: string;
@@ -76,7 +76,7 @@ interface IAboutCompanyMain {
76
76
  text1?: string;
77
77
  text2?: string;
78
78
  box?: IBoxItem$6[];
79
- workerCeo?: IWorker$1;
79
+ workerCeo?: IWorker$2;
80
80
  classes?: string;
81
81
  site?: Site;
82
82
  actionButton?: ReactNode;
@@ -130,7 +130,7 @@ interface IAnyLevelBlock {
130
130
  declare function AnyLevelBlock({ block1, block2, classes, }: IAnyLevelBlock): react_jsx_runtime.JSX.Element;
131
131
 
132
132
  interface AnyQuestionsBlockProps {
133
- worker?: IWorker$1;
133
+ worker?: IWorker$2;
134
134
  classes?: string;
135
135
  title?: string;
136
136
  }
@@ -155,6 +155,10 @@ interface IArticle {
155
155
  slug?: string;
156
156
  href: string;
157
157
  }
158
+ interface IArticleCard extends IArticle {
159
+ classes?: string;
160
+ }
161
+ declare function ArticleCard({ imageUrl, classes, title, text, slug, href, }: IArticleCard): react_jsx_runtime.JSX.Element;
158
162
 
159
163
  interface IArticlesBlock {
160
164
  title: string;
@@ -304,7 +308,7 @@ interface BlockImagesProps {
304
308
  }
305
309
  declare function BlockImages({ classes, images, title, }: BlockImagesProps): react_jsx_runtime.JSX.Element;
306
310
 
307
- interface IWorker {
311
+ interface IWorker$1 {
308
312
  imageUrl?: string;
309
313
  description?: string;
310
314
  firstName?: string;
@@ -321,7 +325,7 @@ interface IWorker {
321
325
  interface IBlockOurTeam {
322
326
  title?: string;
323
327
  text?: string;
324
- team?: IWorker[];
328
+ team?: IWorker$1[];
325
329
  classes?: string;
326
330
  full?: boolean;
327
331
  }
@@ -808,6 +812,10 @@ interface IArea {
808
812
  whiteBottom?: boolean;
809
813
  href: string;
810
814
  }
815
+ interface AreaCardProps extends IArea {
816
+ classes?: string;
817
+ }
818
+ declare const AreaCard: FC<AreaCardProps>;
811
819
 
812
820
  interface IArticlesFull {
813
821
  classes?: string;
@@ -829,6 +837,7 @@ interface NewProjectCardProps {
829
837
  href: string;
830
838
  handover?: string;
831
839
  }
840
+ declare const NewProjectCard: FC<NewProjectCardProps>;
832
841
 
833
842
  interface ICatalogNewProjectsProps {
834
843
  classes?: string;
@@ -926,7 +935,10 @@ interface TwoTextColumnProps {
926
935
  }
927
936
  declare const TwoTextColumn: FC<TwoTextColumnProps>;
928
937
 
929
- declare const CatalogContainer: FC<PropsWithChildren>;
938
+ interface CatalogContainerProps {
939
+ className?: string;
940
+ }
941
+ declare const CatalogContainer: FC<CatalogContainerProps & PropsWithChildren>;
930
942
 
931
943
  declare function useWindowSize(): {
932
944
  windowSize: number;
@@ -1379,6 +1391,53 @@ interface HProps extends PropsWithChildren {
1379
1391
  leftXs?: boolean;
1380
1392
  bold?: boolean;
1381
1393
  }
1394
+ interface IWorker {
1395
+ imageUrl?: string;
1396
+ description?: string;
1397
+ firstName?: string;
1398
+ lastName?: string;
1399
+ fullName?: string;
1400
+ position?: string;
1401
+ instagram?: string;
1402
+ facebook?: string;
1403
+ youTube?: string;
1404
+ linkedIn?: string;
1405
+ phone?: string;
1406
+ email?: string;
1407
+ }
1408
+ interface IRealty {
1409
+ imageUrl?: string;
1410
+ dealId?: number;
1411
+ price?: string;
1412
+ district?: string;
1413
+ metro?: string[];
1414
+ address?: string;
1415
+ id?: number;
1416
+ houseNumber?: string;
1417
+ city?: string;
1418
+ cityCrmId?: number;
1419
+ residentialComplexName?: string;
1420
+ rooms?: string;
1421
+ areaTotal?: string;
1422
+ areaLand?: string;
1423
+ areaLiving?: string;
1424
+ areaKitchen?: string;
1425
+ floor?: string;
1426
+ totalFloors?: string;
1427
+ slug?: string;
1428
+ title?: string;
1429
+ description?: string;
1430
+ realtor?: IWorker;
1431
+ borough?: string;
1432
+ region?: string;
1433
+ crmId?: string;
1434
+ article?: number;
1435
+ realtyType?: {
1436
+ machineName?: string;
1437
+ value?: string;
1438
+ };
1439
+ remont?: string;
1440
+ }
1382
1441
 
1383
1442
  declare const H1: FC<HProps>;
1384
1443
 
@@ -1422,4 +1481,25 @@ interface BreadCrumbsProps {
1422
1481
  }
1423
1482
  declare const BreadCrumbs: FC<BreadCrumbsProps>;
1424
1483
 
1425
- export { AboutCompanyMain, AboutUsFirstBlock, StyledAccordion as Accordion, StyledAccordionDetails as AccordionDetails, StyledAccordionSummary as AccordionSummary, AmenitiesBlock, AnyLevelBlock, AnyQuestionsBlock, AreasFull, AreasSlider, ArticleContent, ArticlesBlock, ArticlesFull, BannerBlock, BannerBlock2, BannerReferralProgram, BecomePartner, BenefitsBlock, BenefitsVacanciesBlock, BlockAboutCareer, BlockChoiceLinkGoToCatalog, BlockContacts, BlockGroupLinks, BlockImages, BlockOurTeam, BlockTabsGroupLinks, BreadCrumbs, Button, ButtonDark, CallConsult, CallMeBlock, CasesBlock, CatalogContainer, CatalogNewProjects, CatalogRealtiesBlock, CatalogViewSwitch, Chip, ClientTransferProcess, ContactDubaiBlock, ContactUsBlock, DeveloperBanner, DeveloperTwoBlocks, DevelopersFull, DevelopersSlider, ErrorMessage, ExpertiseBlock, FAQ, FancyBox, FloorPlansBlock, Footer, Footer2, FormBlock, FormInput, FullScreenImage, GalleryBlock, GalleryRealty, H1, H1Big, H2, H3, H4, H5, H6, Header, _default as HeaderContactButton, HeaderMob, IconButton, ImageAndTextBlock, Input, JoinTeamBlock, type LayoutStore, LegalSupport, LinkIconBorder, LinkOut, List, ListItem, type LocaleSlug, LocaleSwitch, LocaleSwitchToggle, LogoBlock, LogoBlockWhite, MODAL_COMPONENT, MODAL_COMPONENTS, MODAL_TITLES, Main, type Modal, NumberInput, ObjectInfoBlock, Offices, OfficesBlock, OpenVacancies, OtherVacancies, OurAdvantages, OurServices, Paginator, PaginationItem as PaginatorItem, PaginatorSimple, PaymentPlanBlock, PhoneNumberInput, PopularAreas, Portfolios, ProjectsSlider, ReferralProgramFirstBlock, SearchInput, Select, ServicesFull, ServicesTexts, SimpleSelect, SliderDefault, SliderObject, SocialBlock, SocialBlockMain, ToggleSort as SortToggle, StyledBadge, StyledBadgeDesc, StyledButton, SubmitSelectButton, Switch, TeamWorkerBlock, TextBlock, TextImageTileBlock, ThanksBlock, TitleBlock, ToggleButton, ToggleButtonGroup, ToggleButtonsMultiple, ToggleButtonsWithLabel, TopDevelopers, TrustUs, TwoTextColumn as TwoTextColumnBlock, VacancyBoxInfo, VacancyContent, WeOffer, WeTakeFull, WhatIsYour, WhyShouldWork, WhyWe, createLocaleSlugSlice, createModalSlice, hrefSlugPrefix, useLayoutStore, useLocaleSlugStore, useWindowSize };
1484
+ interface ITeamPersonCard {
1485
+ image_url?: string;
1486
+ name?: string;
1487
+ position?: string;
1488
+ text?: string;
1489
+ }
1490
+ declare function TeamPersonCard({ image_url, name, position, text, }: ITeamPersonCard): react_jsx_runtime.JSX.Element;
1491
+
1492
+ interface IRealtorCard {
1493
+ realtor?: IWorker$2;
1494
+ }
1495
+ declare const RealtorCard: FC<IRealtorCard>;
1496
+
1497
+ interface IRealtyCard extends IRealty {
1498
+ classes?: string;
1499
+ titleClasses?: string;
1500
+ href: string;
1501
+ mainCityCrmId: number;
1502
+ }
1503
+ declare function RealtyCard({ classes, titleClasses, imageUrl, address, district, metro, price, dealId, houseNumber, residentialComplexName, areaTotal, totalFloors, floor, city, rooms, slug, borough, region, cityCrmId, areaLand, realtyType, title, href, mainCityCrmId, }: IRealtyCard): react_jsx_runtime.JSX.Element;
1504
+
1505
+ export { AboutCompanyMain, AboutUsFirstBlock, StyledAccordion as Accordion, StyledAccordionDetails as AccordionDetails, StyledAccordionSummary as AccordionSummary, AmenitiesBlock, AnyLevelBlock, AnyQuestionsBlock, AreaCard, AreasFull, AreasSlider, ArticleCard, ArticleContent, ArticlesBlock, ArticlesFull, BannerBlock, BannerBlock2, BannerReferralProgram, BecomePartner, BenefitsBlock, BenefitsVacanciesBlock, BlockAboutCareer, BlockChoiceLinkGoToCatalog, BlockContacts, BlockGroupLinks, BlockImages, BlockOurTeam, BlockTabsGroupLinks, BreadCrumbs, Button, ButtonDark, CallConsult, CallMeBlock, CasesBlock, CatalogContainer, CatalogNewProjects, CatalogRealtiesBlock, CatalogViewSwitch, Chip, ClientTransferProcess, ContactDubaiBlock, ContactUsBlock, DeveloperBanner, DeveloperTwoBlocks, DevelopersFull, DevelopersSlider, ErrorMessage, ExpertiseBlock, FAQ, FancyBox, FloorPlansBlock, Footer, Footer2, FormBlock, FormInput, FullScreenImage, GalleryBlock, GalleryRealty, H1, H1Big, H2, H3, H4, H5, H6, Header, _default as HeaderContactButton, HeaderMob, IconButton, ImageAndTextBlock, Input, JoinTeamBlock, type LayoutStore, LegalSupport, LinkIconBorder, LinkOut, List, ListItem, type LocaleSlug, LocaleSwitch, LocaleSwitchToggle, LogoBlock, LogoBlockWhite, MODAL_COMPONENT, MODAL_COMPONENTS, MODAL_TITLES, Main, type Modal, NewProjectCard, NumberInput, ObjectInfoBlock, Offices, OfficesBlock, OpenVacancies, OtherVacancies, OurAdvantages, OurServices, Paginator, PaginationItem as PaginatorItem, PaginatorSimple, PaymentPlanBlock, PhoneNumberInput, PopularAreas, Portfolios, ProjectsSlider, RealtorCard, RealtyCard, ReferralProgramFirstBlock, SearchInput, Select, ServicesFull, ServicesTexts, SimpleSelect, SliderDefault, SliderObject, SocialBlock, SocialBlockMain, ToggleSort as SortToggle, StyledBadge, StyledBadgeDesc, StyledButton, SubmitSelectButton, Switch, TeamPersonCard, TeamWorkerBlock, TextBlock, TextImageTileBlock, ThanksBlock, TitleBlock, ToggleButton, ToggleButtonGroup, ToggleButtonsMultiple, ToggleButtonsWithLabel, TopDevelopers, TrustUs, TwoTextColumn as TwoTextColumnBlock, VacancyBoxInfo, VacancyContent, WeOffer, WeTakeFull, WhatIsYour, WhyShouldWork, WhyWe, createLocaleSlugSlice, createModalSlice, hrefSlugPrefix, useLayoutStore, useLocaleSlugStore, useWindowSize };