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 CHANGED
@@ -1341,7 +1341,7 @@ interface CustomChipProps {
1341
1341
  declare const Chip: FC<ChipProps & CustomChipProps>;
1342
1342
 
1343
1343
  interface ObjectPropertyProps {
1344
- icon: MACHINE_NAME.LAND | MACHINE_NAME.COMMERCE | MACHINE_NAME.HOUSE | MACHINE_NAME.ROOM_COUNT | MACHINE_NAME.AREA_TOTAL | MACHINE_NAME.AREA_LAND | MACHINE_NAME.AREA_LIVING | MACHINE_NAME.AREA_KITCHEN | MACHINE_NAME.FLOORS_TOTAL | MACHINE_NAME.FLOOR | MACHINE_NAME.REMONT;
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: MACHINE_NAME.LAND | MACHINE_NAME.COMMERCE | MACHINE_NAME.HOUSE | MACHINE_NAME.ROOM_COUNT | MACHINE_NAME.AREA_TOTAL | MACHINE_NAME.AREA_LAND | MACHINE_NAME.AREA_LIVING | MACHINE_NAME.AREA_KITCHEN | MACHINE_NAME.FLOORS_TOTAL | MACHINE_NAME.FLOOR | MACHINE_NAME.REMONT;
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
  }