mayak-common-library 0.2.0 → 0.2.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.
package/dist/index.d.cts CHANGED
@@ -1,6 +1,6 @@
1
1
  import * as react_jsx_runtime from 'react/jsx-runtime';
2
2
  import * as react from 'react';
3
- import { ReactNode, FC, PropsWithChildren, MouseEventHandler, ReactElement, MouseEvent, ButtonHTMLAttributes, DetailedHTMLProps, InputHTMLAttributes, TextareaHTMLAttributes } from 'react';
3
+ import { ReactNode, FC, PropsWithChildren, ReactElement, MouseEventHandler, MouseEvent, ButtonHTMLAttributes, DetailedHTMLProps, InputHTMLAttributes, TextareaHTMLAttributes } from 'react';
4
4
  import { Document } from '@contentful/rich-text-types';
5
5
  import * as zustand from 'zustand';
6
6
  import { StateCreator } from 'zustand';
@@ -890,17 +890,17 @@ interface RealtyDetailsProps {
890
890
  machineName?: string | null;
891
891
  value?: string;
892
892
  };
893
- areaTotal?: number | string | null;
893
+ areaTotal?: string | null;
894
894
  areaLand?: string | null;
895
895
  areaLiving?: string | null;
896
896
  areaKitchen?: string | null;
897
- rooms?: number | null;
898
- bathrooms?: number | null;
899
- parkingCount?: string | number | null;
897
+ rooms?: string | null;
898
+ bathrooms?: string | null;
899
+ parkingCount?: string | null;
900
900
  floor?: string | null;
901
901
  totalFloors?: string | null;
902
902
  repair?: string | null;
903
- roomCountLink?: string | null;
903
+ roomCountLink?: ReactElement | null;
904
904
  propertyType?: string | null;
905
905
  furnishStatus?: string | null;
906
906
  construction?: string | null;
package/dist/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  import * as react_jsx_runtime from 'react/jsx-runtime';
2
2
  import * as react from 'react';
3
- import { ReactNode, FC, PropsWithChildren, MouseEventHandler, ReactElement, MouseEvent, ButtonHTMLAttributes, DetailedHTMLProps, InputHTMLAttributes, TextareaHTMLAttributes } from 'react';
3
+ import { ReactNode, FC, PropsWithChildren, ReactElement, MouseEventHandler, MouseEvent, ButtonHTMLAttributes, DetailedHTMLProps, InputHTMLAttributes, TextareaHTMLAttributes } from 'react';
4
4
  import { Document } from '@contentful/rich-text-types';
5
5
  import * as zustand from 'zustand';
6
6
  import { StateCreator } from 'zustand';
@@ -890,17 +890,17 @@ interface RealtyDetailsProps {
890
890
  machineName?: string | null;
891
891
  value?: string;
892
892
  };
893
- areaTotal?: number | string | null;
893
+ areaTotal?: string | null;
894
894
  areaLand?: string | null;
895
895
  areaLiving?: string | null;
896
896
  areaKitchen?: string | null;
897
- rooms?: number | null;
898
- bathrooms?: number | null;
899
- parkingCount?: string | number | null;
897
+ rooms?: string | null;
898
+ bathrooms?: string | null;
899
+ parkingCount?: string | null;
900
900
  floor?: string | null;
901
901
  totalFloors?: string | null;
902
902
  repair?: string | null;
903
- roomCountLink?: string | null;
903
+ roomCountLink?: ReactElement | null;
904
904
  propertyType?: string | null;
905
905
  furnishStatus?: string | null;
906
906
  construction?: string | null;