mayak-common-library 0.1.12 → 0.1.14

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
@@ -1391,7 +1391,7 @@ interface ToggleButtonsMultipleProps {
1391
1391
  collapseOnClick?: boolean;
1392
1392
  collapseParent?: () => void;
1393
1393
  label?: string;
1394
- flexDirection?: 'row' | 'col';
1394
+ direction?: 'row' | 'col';
1395
1395
  fixWidth?: boolean;
1396
1396
  arrayValueFormat?: boolean;
1397
1397
  name: any;
@@ -1583,7 +1583,7 @@ declare function CategoryCard({ link, title, image_url, }: CategoryCardProps): r
1583
1583
  interface DetailsProps {
1584
1584
  studio?: boolean | null;
1585
1585
  rooms?: string | null;
1586
- bedrooms?: Array<string | null> | null;
1586
+ bedrooms?: Array<string | null> | string | null;
1587
1587
  bathrooms?: string | number | null;
1588
1588
  stars?: string | null;
1589
1589
  areaTotal?: string | null;
package/dist/index.d.ts CHANGED
@@ -1391,7 +1391,7 @@ interface ToggleButtonsMultipleProps {
1391
1391
  collapseOnClick?: boolean;
1392
1392
  collapseParent?: () => void;
1393
1393
  label?: string;
1394
- flexDirection?: 'row' | 'col';
1394
+ direction?: 'row' | 'col';
1395
1395
  fixWidth?: boolean;
1396
1396
  arrayValueFormat?: boolean;
1397
1397
  name: any;
@@ -1583,7 +1583,7 @@ declare function CategoryCard({ link, title, image_url, }: CategoryCardProps): r
1583
1583
  interface DetailsProps {
1584
1584
  studio?: boolean | null;
1585
1585
  rooms?: string | null;
1586
- bedrooms?: Array<string | null> | null;
1586
+ bedrooms?: Array<string | null> | string | null;
1587
1587
  bathrooms?: string | number | null;
1588
1588
  stars?: string | null;
1589
1589
  areaTotal?: string | null;