mayak-common-library 0.0.315 → 0.0.317
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
|
@@ -1341,7 +1341,7 @@ interface CustomChipProps {
|
|
|
1341
1341
|
declare const Chip: FC<ChipProps & CustomChipProps>;
|
|
1342
1342
|
|
|
1343
1343
|
interface ObjectPropertyProps {
|
|
1344
|
-
icon:
|
|
1344
|
+
icon: 'LAND' | 'COMMERCE' | 'HOUSE' | 'ROOM_COUNT' | 'AREA_TOTAL' | 'AREA_LAND' | 'AREA_LIVING' | 'AREA_KITCHEN' | 'FLOORS_TOTAL' | 'FLOOR' | 'REPAIR';
|
|
1345
1345
|
label: string;
|
|
1346
1346
|
path?: string;
|
|
1347
1347
|
}
|
package/dist/index.d.ts
CHANGED
|
@@ -1341,7 +1341,7 @@ interface CustomChipProps {
|
|
|
1341
1341
|
declare const Chip: FC<ChipProps & CustomChipProps>;
|
|
1342
1342
|
|
|
1343
1343
|
interface ObjectPropertyProps {
|
|
1344
|
-
icon:
|
|
1344
|
+
icon: 'LAND' | 'COMMERCE' | 'HOUSE' | 'ROOM_COUNT' | 'AREA_TOTAL' | 'AREA_LAND' | 'AREA_LIVING' | 'AREA_KITCHEN' | 'FLOORS_TOTAL' | 'FLOOR' | 'REPAIR';
|
|
1345
1345
|
label: string;
|
|
1346
1346
|
path?: string;
|
|
1347
1347
|
}
|