mayak-common-library 0.0.536 → 0.0.537

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
@@ -1405,7 +1405,7 @@ interface ChipProps {
1405
1405
  onDelete?: () => void;
1406
1406
  className?: string;
1407
1407
  icon?: ReactNode;
1408
- view: 'black' | 'line' | 'white' | 'silver' | 'accent' | 'accent-white';
1408
+ view: 'black' | 'line' | 'line-light' | 'white' | 'silver' | 'accent' | 'accent-white';
1409
1409
  }
1410
1410
  declare const Chip: FC<ChipProps>;
1411
1411
 
package/dist/index.d.ts CHANGED
@@ -1405,7 +1405,7 @@ interface ChipProps {
1405
1405
  onDelete?: () => void;
1406
1406
  className?: string;
1407
1407
  icon?: ReactNode;
1408
- view: 'black' | 'line' | 'white' | 'silver' | 'accent' | 'accent-white';
1408
+ view: 'black' | 'line' | 'line-light' | 'white' | 'silver' | 'accent' | 'accent-white';
1409
1409
  }
1410
1410
  declare const Chip: FC<ChipProps>;
1411
1411