mayak-common-library 0.0.579 → 0.0.581
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 +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +5 -5
- package/dist/index.mjs +5 -5
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1465,7 +1465,6 @@ declare const FormInput: FC<{
|
|
|
1465
1465
|
interface NumberInputProps {
|
|
1466
1466
|
adornmentText?: string;
|
|
1467
1467
|
transparentView?: boolean;
|
|
1468
|
-
label?: string;
|
|
1469
1468
|
}
|
|
1470
1469
|
declare const NumberInput: FC<NumberInputProps & DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>>;
|
|
1471
1470
|
|
|
@@ -1600,6 +1599,7 @@ declare function CategoryCard({ link, title, image_url, }: CategoryCardProps): r
|
|
|
1600
1599
|
interface DetailsProps {
|
|
1601
1600
|
studio?: boolean | null;
|
|
1602
1601
|
rooms?: string | null;
|
|
1602
|
+
bedrooms?: string | null;
|
|
1603
1603
|
stars?: string | null;
|
|
1604
1604
|
areaTotal?: string | null;
|
|
1605
1605
|
areaLand?: string | null;
|
package/dist/index.d.ts
CHANGED
|
@@ -1465,7 +1465,6 @@ declare const FormInput: FC<{
|
|
|
1465
1465
|
interface NumberInputProps {
|
|
1466
1466
|
adornmentText?: string;
|
|
1467
1467
|
transparentView?: boolean;
|
|
1468
|
-
label?: string;
|
|
1469
1468
|
}
|
|
1470
1469
|
declare const NumberInput: FC<NumberInputProps & DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>>;
|
|
1471
1470
|
|
|
@@ -1600,6 +1599,7 @@ declare function CategoryCard({ link, title, image_url, }: CategoryCardProps): r
|
|
|
1600
1599
|
interface DetailsProps {
|
|
1601
1600
|
studio?: boolean | null;
|
|
1602
1601
|
rooms?: string | null;
|
|
1602
|
+
bedrooms?: string | null;
|
|
1603
1603
|
stars?: string | null;
|
|
1604
1604
|
areaTotal?: string | null;
|
|
1605
1605
|
areaLand?: string | null;
|