mayak-common-library 0.0.155 → 0.0.157

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
@@ -16,55 +16,6 @@ import { FormControlLabelProps } from '@mui/material/FormControlLabel';
16
16
  import { RadioGroupProps } from '@mui/material/RadioGroup';
17
17
  import { InputProps } from '@mui/material/Input/Input';
18
18
  import { ListProps } from '@mui/material/List/List';
19
- export { default as AreaIcon } from '@/components/images/icons/area.svg';
20
- export { default as ArrowBottomIcon } from '@/components/images/icons/arrow-bottom.svg';
21
- export { default as ArrowRightIcon } from '@/components/images/icons/arrow-right.svg';
22
- export { default as ArrowUpIcon } from '@/components/images/icons/arrow-up.svg';
23
- export { default as ArrowDropdownIcon } from '@/components/images/icons/dropdown-arrow.svg';
24
- export { default as CalendarIcon } from '@/components/images/icons/calendar-time.svg';
25
- export { default as ColorSwatchIcon } from '@/components/images/icons/color-swatch.svg';
26
- export { default as CountryLogoIcon } from '@/components/images/icons/country.svg';
27
- export { default as CreditCardIcon } from '@/components/images/icons/credit-card.svg';
28
- export { default as DistrictIcon } from '@/components/images/icons/district.svg';
29
- export { default as LogoEnIcon } from '@/components/images/icons/enlogo.svg';
30
- export { default as EraserIcon } from '@/components/images/icons/eraser.svg';
31
- export { default as FacebookIcon } from '@/components/images/icons/facebook.svg';
32
- export { default as FiltersIcon } from '@/components/images/icons/filters.svg';
33
- export { default as HousingIcon } from '@/components/images/icons/housing.svg';
34
- export { default as InstagramIcon } from '@/components/images/icons/instagram.svg';
35
- export { default as MapIcon, default as MapSearchIcon } from '@/components/images/icons/map-search.svg';
36
- export { default as MenuIcon } from '@/components/images/icons/menu.svg';
37
- export { default as CloseWhiteIcon } from '@/components/images/icons/close-white.svg';
38
- export { default as CloseIcon } from '@/components/images/icons/close.svg';
39
- export { default as CloseModalIcon } from '@/components/images/icons/close-modal.svg';
40
- export { default as LayoutGridIcon } from '@/components/images/icons/layout-grid.svg';
41
- export { default as LinkedinIcon } from '@/components/images/icons/linkedin.svg';
42
- export { default as LocationIcon } from '@/components/images/icons/location.svg';
43
- export { default as LogoIcon } from '@/components/images/icons/logo.svg';
44
- export { default as LogoWhiteIcon } from '@/components/images/icons/logo-white.svg';
45
- export { default as MailForwardIcon } from '@/components/images/icons/mail-forward.svg';
46
- export { default as MapPinIcon } from '@/components/images/icons/map-pin.svg';
47
- export { default as MarkerIcon } from '@/components/images/icons/marker.svg';
48
- export { default as MessageUpIcon } from '@/components/images/icons/message-up.svg';
49
- export { default as MetroIcon } from '@/components/images/icons/metro.svg';
50
- export { default as MetroSilverIcon } from '@/components/images/icons/metro-silver.svg';
51
- export { default as MobileMessageIcon } from '@/components/images/icons/mobile-message.svg';
52
- export { default as OfficesIcon } from '@/components/images/icons/offices.svg';
53
- export { default as QoutesIcon } from '@/components/images/icons/qoutes.svg';
54
- export { default as ReactIcon } from '@/components/images/icons/react.svg';
55
- export { default as RieltorUaIcon } from '@/components/images/icons/rieltor-ua.svg';
56
- export { default as RoomIcon } from '@/components/images/icons/room.svg';
57
- export { default as LogoRuIcon } from '@/components/images/icons/rulogo.svg';
58
- export { default as SearchIcon } from '@/components/images/icons/search.svg';
59
- export { default as StairsIcon } from '@/components/images/icons/stairs.svg';
60
- export { default as TableIcon } from '@/components/images/icons/table.svg';
61
- export { default as TablerMailIcon } from '@/components/images/icons/tabler-icon-mail.svg';
62
- export { default as TelegramIcon } from '@/components/images/icons/telegram.svg';
63
- export { default as WallIcon } from '@/components/images/icons/wall.svg';
64
- export { default as WhatsAppIcon } from '@/components/images/icons/whatsapp.svg';
65
- export { default as YouTubeIcon } from '@/components/images/icons/youtube.svg';
66
- export { default as SendIcon } from '@/components/images/icons/send.svg';
67
- export { default as WhatsUp } from '@/components/images/icons/whatsup.svg';
68
19
 
69
20
  interface IWorker$1 {
70
21
  imageUrl?: string;
@@ -581,7 +532,7 @@ interface IReferralProgramFirstBlockProps {
581
532
  box?: IBoxItem$1[];
582
533
  classes?: string;
583
534
  }
584
- declare function ReferralProgramFirstBlock({ title, box, subtitle, text2, text1, classes, }: IReferralProgramFirstBlockProps): react_jsx_runtime.JSX.Element;
535
+ declare function ReferralProgramFirstBlock({ title, box, text1, classes, subtitle, text2, }: IReferralProgramFirstBlockProps): react_jsx_runtime.JSX.Element;
585
536
 
586
537
  interface IServicesTexts {
587
538
  title?: string;
package/dist/index.d.ts CHANGED
@@ -16,55 +16,6 @@ import { FormControlLabelProps } from '@mui/material/FormControlLabel';
16
16
  import { RadioGroupProps } from '@mui/material/RadioGroup';
17
17
  import { InputProps } from '@mui/material/Input/Input';
18
18
  import { ListProps } from '@mui/material/List/List';
19
- export { default as AreaIcon } from '@/components/images/icons/area.svg';
20
- export { default as ArrowBottomIcon } from '@/components/images/icons/arrow-bottom.svg';
21
- export { default as ArrowRightIcon } from '@/components/images/icons/arrow-right.svg';
22
- export { default as ArrowUpIcon } from '@/components/images/icons/arrow-up.svg';
23
- export { default as ArrowDropdownIcon } from '@/components/images/icons/dropdown-arrow.svg';
24
- export { default as CalendarIcon } from '@/components/images/icons/calendar-time.svg';
25
- export { default as ColorSwatchIcon } from '@/components/images/icons/color-swatch.svg';
26
- export { default as CountryLogoIcon } from '@/components/images/icons/country.svg';
27
- export { default as CreditCardIcon } from '@/components/images/icons/credit-card.svg';
28
- export { default as DistrictIcon } from '@/components/images/icons/district.svg';
29
- export { default as LogoEnIcon } from '@/components/images/icons/enlogo.svg';
30
- export { default as EraserIcon } from '@/components/images/icons/eraser.svg';
31
- export { default as FacebookIcon } from '@/components/images/icons/facebook.svg';
32
- export { default as FiltersIcon } from '@/components/images/icons/filters.svg';
33
- export { default as HousingIcon } from '@/components/images/icons/housing.svg';
34
- export { default as InstagramIcon } from '@/components/images/icons/instagram.svg';
35
- export { default as MapIcon, default as MapSearchIcon } from '@/components/images/icons/map-search.svg';
36
- export { default as MenuIcon } from '@/components/images/icons/menu.svg';
37
- export { default as CloseWhiteIcon } from '@/components/images/icons/close-white.svg';
38
- export { default as CloseIcon } from '@/components/images/icons/close.svg';
39
- export { default as CloseModalIcon } from '@/components/images/icons/close-modal.svg';
40
- export { default as LayoutGridIcon } from '@/components/images/icons/layout-grid.svg';
41
- export { default as LinkedinIcon } from '@/components/images/icons/linkedin.svg';
42
- export { default as LocationIcon } from '@/components/images/icons/location.svg';
43
- export { default as LogoIcon } from '@/components/images/icons/logo.svg';
44
- export { default as LogoWhiteIcon } from '@/components/images/icons/logo-white.svg';
45
- export { default as MailForwardIcon } from '@/components/images/icons/mail-forward.svg';
46
- export { default as MapPinIcon } from '@/components/images/icons/map-pin.svg';
47
- export { default as MarkerIcon } from '@/components/images/icons/marker.svg';
48
- export { default as MessageUpIcon } from '@/components/images/icons/message-up.svg';
49
- export { default as MetroIcon } from '@/components/images/icons/metro.svg';
50
- export { default as MetroSilverIcon } from '@/components/images/icons/metro-silver.svg';
51
- export { default as MobileMessageIcon } from '@/components/images/icons/mobile-message.svg';
52
- export { default as OfficesIcon } from '@/components/images/icons/offices.svg';
53
- export { default as QoutesIcon } from '@/components/images/icons/qoutes.svg';
54
- export { default as ReactIcon } from '@/components/images/icons/react.svg';
55
- export { default as RieltorUaIcon } from '@/components/images/icons/rieltor-ua.svg';
56
- export { default as RoomIcon } from '@/components/images/icons/room.svg';
57
- export { default as LogoRuIcon } from '@/components/images/icons/rulogo.svg';
58
- export { default as SearchIcon } from '@/components/images/icons/search.svg';
59
- export { default as StairsIcon } from '@/components/images/icons/stairs.svg';
60
- export { default as TableIcon } from '@/components/images/icons/table.svg';
61
- export { default as TablerMailIcon } from '@/components/images/icons/tabler-icon-mail.svg';
62
- export { default as TelegramIcon } from '@/components/images/icons/telegram.svg';
63
- export { default as WallIcon } from '@/components/images/icons/wall.svg';
64
- export { default as WhatsAppIcon } from '@/components/images/icons/whatsapp.svg';
65
- export { default as YouTubeIcon } from '@/components/images/icons/youtube.svg';
66
- export { default as SendIcon } from '@/components/images/icons/send.svg';
67
- export { default as WhatsUp } from '@/components/images/icons/whatsup.svg';
68
19
 
69
20
  interface IWorker$1 {
70
21
  imageUrl?: string;
@@ -581,7 +532,7 @@ interface IReferralProgramFirstBlockProps {
581
532
  box?: IBoxItem$1[];
582
533
  classes?: string;
583
534
  }
584
- declare function ReferralProgramFirstBlock({ title, box, subtitle, text2, text1, classes, }: IReferralProgramFirstBlockProps): react_jsx_runtime.JSX.Element;
535
+ declare function ReferralProgramFirstBlock({ title, box, text1, classes, subtitle, text2, }: IReferralProgramFirstBlockProps): react_jsx_runtime.JSX.Element;
585
536
 
586
537
  interface IServicesTexts {
587
538
  title?: string;