mayak-common-library 0.0.381 → 0.0.382

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
@@ -1421,7 +1421,7 @@ declare const LocaleSwitchToggle: FC<LocaleSwitcherProps>;
1421
1421
  declare const CatalogViewSwitch: () => react_jsx_runtime.JSX.Element;
1422
1422
 
1423
1423
  interface CustomChipProps {
1424
- view: 'black' | 'line' | 'white' | 'silver' | 'accent';
1424
+ view: 'black' | 'line' | 'white' | 'silver' | 'accent' | 'accent-white';
1425
1425
  }
1426
1426
  declare const Chip: FC<ChipProps & CustomChipProps>;
1427
1427
 
package/dist/index.d.ts CHANGED
@@ -1421,7 +1421,7 @@ declare const LocaleSwitchToggle: FC<LocaleSwitcherProps>;
1421
1421
  declare const CatalogViewSwitch: () => react_jsx_runtime.JSX.Element;
1422
1422
 
1423
1423
  interface CustomChipProps {
1424
- view: 'black' | 'line' | 'white' | 'silver' | 'accent';
1424
+ view: 'black' | 'line' | 'white' | 'silver' | 'accent' | 'accent-white';
1425
1425
  }
1426
1426
  declare const Chip: FC<ChipProps & CustomChipProps>;
1427
1427