mayak-common-library 0.0.217 → 0.0.219
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 +10 -4
- package/dist/index.d.ts +10 -4
- package/dist/index.js +5 -5
- package/dist/index.mjs +5 -5
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -139,8 +139,9 @@ interface IArticleContent {
|
|
|
139
139
|
imageUrl?: string;
|
|
140
140
|
date?: string;
|
|
141
141
|
slugs?: LanguageSlugsType;
|
|
142
|
+
href?: string;
|
|
142
143
|
}
|
|
143
|
-
declare function ArticleContent({ title, text, imageUrl, date, slugs, }: IArticleContent): react_jsx_runtime.JSX.Element;
|
|
144
|
+
declare function ArticleContent({ title, text, imageUrl, date, slugs, href, }: IArticleContent): react_jsx_runtime.JSX.Element;
|
|
144
145
|
|
|
145
146
|
interface IArticle {
|
|
146
147
|
imageUrl?: string;
|
|
@@ -885,14 +886,15 @@ declare function useWindowSize(): {
|
|
|
885
886
|
declare enum hrefSlugPrefix {
|
|
886
887
|
CATALOG = "/catalog/object/",
|
|
887
888
|
NEWS = "/news/",
|
|
889
|
+
BLOG = "/blog/",
|
|
888
890
|
VACANCY = "/vacancies/"
|
|
889
891
|
}
|
|
890
892
|
interface LocaleSlugSlice {
|
|
891
893
|
slugs: LanguageSlugsType | undefined;
|
|
892
|
-
hrefPrefix: hrefSlugPrefix | undefined;
|
|
894
|
+
hrefPrefix: string | hrefSlugPrefix | undefined;
|
|
893
895
|
}
|
|
894
896
|
interface LocaleSlugActions {
|
|
895
|
-
setLocaleSlugs: (_slugs?: LanguageSlugsType, hrefPrefix?: hrefSlugPrefix) => void;
|
|
897
|
+
setLocaleSlugs: (_slugs?: LanguageSlugsType, hrefPrefix?: string | hrefSlugPrefix) => void;
|
|
896
898
|
}
|
|
897
899
|
type LocaleSlug = LocaleSlugSlice & LocaleSlugActions;
|
|
898
900
|
declare const createLocaleSlugSlice: StateCreator<LocaleSlug>;
|
|
@@ -1283,6 +1285,10 @@ interface SearchInputProps {
|
|
|
1283
1285
|
}
|
|
1284
1286
|
declare const SearchInput: <T extends FieldValues>(props: SearchInputProps & UseControllerProps<T>) => react_jsx_runtime.JSX.Element;
|
|
1285
1287
|
|
|
1288
|
+
declare const FormInput: FC<InputProps & {
|
|
1289
|
+
name: string;
|
|
1290
|
+
}>;
|
|
1291
|
+
|
|
1286
1292
|
declare const StyledAccordion: FC<AccordionProps & {
|
|
1287
1293
|
isFirst: boolean;
|
|
1288
1294
|
}>;
|
|
@@ -1342,4 +1348,4 @@ interface ISliderObject {
|
|
|
1342
1348
|
}
|
|
1343
1349
|
declare const SliderObject: ({ images }: ISliderObject) => react_jsx_runtime.JSX.Element;
|
|
1344
1350
|
|
|
1345
|
-
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, Button, ButtonDark, CallConsult, CallMeBlock, CasesBlock, CatalogNewProjects, CatalogRealtiesBlock, CatalogViewSwitch, ClientTransferProcess, ContactDubaiBlock, ContactUsBlock, DeveloperBanner, DeveloperTwoBlocks, Developers, DevelopersSlider, ErrorMessage, ExpertiseBlock, FAQ, FancyBox, FloorPlansBlock, Footer, Footer2, FormBlock, 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, ObjectInfoBlock, Offices, OfficesBlock, OpenVacancies, OtherVacancies, OurAdvantages, OurServices, Paginator, PaginationItem as PaginatorItem, PaginatorSimple, PaymentPlanBlock, PhoneNumberInput, PopularAreas, Portfolios, ProjectsSlider, ReferralProgramFirstBlock, SearchInput, Select, 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, VacancyBoxInfo, VacancyContent, WeOffer, WeTakeFull, WhatIsYour, WhyShouldWork, WhyWe, createLocaleSlugSlice, createModalSlice, hrefSlugPrefix, useLayoutStore, useLocaleSlugStore, useWindowSize };
|
|
1351
|
+
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, Button, ButtonDark, CallConsult, CallMeBlock, CasesBlock, CatalogNewProjects, CatalogRealtiesBlock, CatalogViewSwitch, ClientTransferProcess, ContactDubaiBlock, ContactUsBlock, DeveloperBanner, DeveloperTwoBlocks, Developers, 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, ObjectInfoBlock, Offices, OfficesBlock, OpenVacancies, OtherVacancies, OurAdvantages, OurServices, Paginator, PaginationItem as PaginatorItem, PaginatorSimple, PaymentPlanBlock, PhoneNumberInput, PopularAreas, Portfolios, ProjectsSlider, ReferralProgramFirstBlock, SearchInput, Select, 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, VacancyBoxInfo, VacancyContent, WeOffer, WeTakeFull, WhatIsYour, WhyShouldWork, WhyWe, createLocaleSlugSlice, createModalSlice, hrefSlugPrefix, useLayoutStore, useLocaleSlugStore, useWindowSize };
|
package/dist/index.d.ts
CHANGED
|
@@ -139,8 +139,9 @@ interface IArticleContent {
|
|
|
139
139
|
imageUrl?: string;
|
|
140
140
|
date?: string;
|
|
141
141
|
slugs?: LanguageSlugsType;
|
|
142
|
+
href?: string;
|
|
142
143
|
}
|
|
143
|
-
declare function ArticleContent({ title, text, imageUrl, date, slugs, }: IArticleContent): react_jsx_runtime.JSX.Element;
|
|
144
|
+
declare function ArticleContent({ title, text, imageUrl, date, slugs, href, }: IArticleContent): react_jsx_runtime.JSX.Element;
|
|
144
145
|
|
|
145
146
|
interface IArticle {
|
|
146
147
|
imageUrl?: string;
|
|
@@ -885,14 +886,15 @@ declare function useWindowSize(): {
|
|
|
885
886
|
declare enum hrefSlugPrefix {
|
|
886
887
|
CATALOG = "/catalog/object/",
|
|
887
888
|
NEWS = "/news/",
|
|
889
|
+
BLOG = "/blog/",
|
|
888
890
|
VACANCY = "/vacancies/"
|
|
889
891
|
}
|
|
890
892
|
interface LocaleSlugSlice {
|
|
891
893
|
slugs: LanguageSlugsType | undefined;
|
|
892
|
-
hrefPrefix: hrefSlugPrefix | undefined;
|
|
894
|
+
hrefPrefix: string | hrefSlugPrefix | undefined;
|
|
893
895
|
}
|
|
894
896
|
interface LocaleSlugActions {
|
|
895
|
-
setLocaleSlugs: (_slugs?: LanguageSlugsType, hrefPrefix?: hrefSlugPrefix) => void;
|
|
897
|
+
setLocaleSlugs: (_slugs?: LanguageSlugsType, hrefPrefix?: string | hrefSlugPrefix) => void;
|
|
896
898
|
}
|
|
897
899
|
type LocaleSlug = LocaleSlugSlice & LocaleSlugActions;
|
|
898
900
|
declare const createLocaleSlugSlice: StateCreator<LocaleSlug>;
|
|
@@ -1283,6 +1285,10 @@ interface SearchInputProps {
|
|
|
1283
1285
|
}
|
|
1284
1286
|
declare const SearchInput: <T extends FieldValues>(props: SearchInputProps & UseControllerProps<T>) => react_jsx_runtime.JSX.Element;
|
|
1285
1287
|
|
|
1288
|
+
declare const FormInput: FC<InputProps & {
|
|
1289
|
+
name: string;
|
|
1290
|
+
}>;
|
|
1291
|
+
|
|
1286
1292
|
declare const StyledAccordion: FC<AccordionProps & {
|
|
1287
1293
|
isFirst: boolean;
|
|
1288
1294
|
}>;
|
|
@@ -1342,4 +1348,4 @@ interface ISliderObject {
|
|
|
1342
1348
|
}
|
|
1343
1349
|
declare const SliderObject: ({ images }: ISliderObject) => react_jsx_runtime.JSX.Element;
|
|
1344
1350
|
|
|
1345
|
-
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, Button, ButtonDark, CallConsult, CallMeBlock, CasesBlock, CatalogNewProjects, CatalogRealtiesBlock, CatalogViewSwitch, ClientTransferProcess, ContactDubaiBlock, ContactUsBlock, DeveloperBanner, DeveloperTwoBlocks, Developers, DevelopersSlider, ErrorMessage, ExpertiseBlock, FAQ, FancyBox, FloorPlansBlock, Footer, Footer2, FormBlock, 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, ObjectInfoBlock, Offices, OfficesBlock, OpenVacancies, OtherVacancies, OurAdvantages, OurServices, Paginator, PaginationItem as PaginatorItem, PaginatorSimple, PaymentPlanBlock, PhoneNumberInput, PopularAreas, Portfolios, ProjectsSlider, ReferralProgramFirstBlock, SearchInput, Select, 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, VacancyBoxInfo, VacancyContent, WeOffer, WeTakeFull, WhatIsYour, WhyShouldWork, WhyWe, createLocaleSlugSlice, createModalSlice, hrefSlugPrefix, useLayoutStore, useLocaleSlugStore, useWindowSize };
|
|
1351
|
+
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, Button, ButtonDark, CallConsult, CallMeBlock, CasesBlock, CatalogNewProjects, CatalogRealtiesBlock, CatalogViewSwitch, ClientTransferProcess, ContactDubaiBlock, ContactUsBlock, DeveloperBanner, DeveloperTwoBlocks, Developers, 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, ObjectInfoBlock, Offices, OfficesBlock, OpenVacancies, OtherVacancies, OurAdvantages, OurServices, Paginator, PaginationItem as PaginatorItem, PaginatorSimple, PaymentPlanBlock, PhoneNumberInput, PopularAreas, Portfolios, ProjectsSlider, ReferralProgramFirstBlock, SearchInput, Select, 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, VacancyBoxInfo, VacancyContent, WeOffer, WeTakeFull, WhatIsYour, WhyShouldWork, WhyWe, createLocaleSlugSlice, createModalSlice, hrefSlugPrefix, useLayoutStore, useLocaleSlugStore, useWindowSize };
|