mayak-common-library 0.0.198 → 0.0.200
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 +26 -1
- package/dist/index.d.ts +26 -1
- package/dist/index.js +9 -0
- package/dist/index.mjs +9 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -18,6 +18,8 @@ import { SwitchProps } from '@mui/material/Switch/Switch';
|
|
|
18
18
|
import { ListProps } from '@mui/material/List/List';
|
|
19
19
|
import { InputProps } from '@mui/material/Input/Input';
|
|
20
20
|
import { AccordionProps } from '@mui/material/Accordion/Accordion';
|
|
21
|
+
import { OptionsType } from '@fancyapps/ui/types/Fancybox/options';
|
|
22
|
+
import { KeenSliderOptions } from 'keen-slider/react';
|
|
21
23
|
|
|
22
24
|
interface IWorker$1 {
|
|
23
25
|
imageUrl?: string;
|
|
@@ -1304,4 +1306,27 @@ declare const H5: FC<HProps>;
|
|
|
1304
1306
|
|
|
1305
1307
|
declare const H6: FC<HProps>;
|
|
1306
1308
|
|
|
1307
|
-
|
|
1309
|
+
interface Props {
|
|
1310
|
+
options?: Partial<OptionsType>;
|
|
1311
|
+
delegate?: string;
|
|
1312
|
+
}
|
|
1313
|
+
declare function FancyBox(props: PropsWithChildren<Props>): react_jsx_runtime.JSX.Element;
|
|
1314
|
+
|
|
1315
|
+
interface ISliderDefault {
|
|
1316
|
+
children: ReactNode;
|
|
1317
|
+
slides?: number;
|
|
1318
|
+
spacing?: number;
|
|
1319
|
+
title?: string;
|
|
1320
|
+
linkComponent?: ReactNode;
|
|
1321
|
+
options?: KeenSliderOptions;
|
|
1322
|
+
dots?: boolean;
|
|
1323
|
+
preLoaded?: number;
|
|
1324
|
+
}
|
|
1325
|
+
declare function SliderDefault({ children, slides, spacing, title, linkComponent, options, dots, preLoaded, }: ISliderDefault): react_jsx_runtime.JSX.Element;
|
|
1326
|
+
|
|
1327
|
+
interface ISliderObject {
|
|
1328
|
+
images: any;
|
|
1329
|
+
}
|
|
1330
|
+
declare const SliderObject: ({ images }: ISliderObject) => react_jsx_runtime.JSX.Element;
|
|
1331
|
+
|
|
1332
|
+
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 };
|
package/dist/index.d.ts
CHANGED
|
@@ -18,6 +18,8 @@ import { SwitchProps } from '@mui/material/Switch/Switch';
|
|
|
18
18
|
import { ListProps } from '@mui/material/List/List';
|
|
19
19
|
import { InputProps } from '@mui/material/Input/Input';
|
|
20
20
|
import { AccordionProps } from '@mui/material/Accordion/Accordion';
|
|
21
|
+
import { OptionsType } from '@fancyapps/ui/types/Fancybox/options';
|
|
22
|
+
import { KeenSliderOptions } from 'keen-slider/react';
|
|
21
23
|
|
|
22
24
|
interface IWorker$1 {
|
|
23
25
|
imageUrl?: string;
|
|
@@ -1304,4 +1306,27 @@ declare const H5: FC<HProps>;
|
|
|
1304
1306
|
|
|
1305
1307
|
declare const H6: FC<HProps>;
|
|
1306
1308
|
|
|
1307
|
-
|
|
1309
|
+
interface Props {
|
|
1310
|
+
options?: Partial<OptionsType>;
|
|
1311
|
+
delegate?: string;
|
|
1312
|
+
}
|
|
1313
|
+
declare function FancyBox(props: PropsWithChildren<Props>): react_jsx_runtime.JSX.Element;
|
|
1314
|
+
|
|
1315
|
+
interface ISliderDefault {
|
|
1316
|
+
children: ReactNode;
|
|
1317
|
+
slides?: number;
|
|
1318
|
+
spacing?: number;
|
|
1319
|
+
title?: string;
|
|
1320
|
+
linkComponent?: ReactNode;
|
|
1321
|
+
options?: KeenSliderOptions;
|
|
1322
|
+
dots?: boolean;
|
|
1323
|
+
preLoaded?: number;
|
|
1324
|
+
}
|
|
1325
|
+
declare function SliderDefault({ children, slides, spacing, title, linkComponent, options, dots, preLoaded, }: ISliderDefault): react_jsx_runtime.JSX.Element;
|
|
1326
|
+
|
|
1327
|
+
interface ISliderObject {
|
|
1328
|
+
images: any;
|
|
1329
|
+
}
|
|
1330
|
+
declare const SliderObject: ({ images }: ISliderObject) => react_jsx_runtime.JSX.Element;
|
|
1331
|
+
|
|
1332
|
+
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 };
|