mayak-common-library 0.0.606 → 0.0.607

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