@mackin.com/styleguide 8.6.0 → 8.6.1

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.
Files changed (2) hide show
  1. package/index.d.ts +1 -1
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -484,7 +484,7 @@ declare const OmniLink: (props: OmniLinkProps) => JSX.Element;
484
484
 
485
485
  declare type SortDirection = 'asc' | 'desc';
486
486
  interface PagerSortOption<TItem> {
487
- id: string | number;
487
+ id: string;
488
488
  name?: string;
489
489
  sort: (items: TItem[]) => TItem[];
490
490
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mackin.com/styleguide",
3
- "version": "8.6.0",
3
+ "version": "8.6.1",
4
4
  "description": "",
5
5
  "main": "./index.js",
6
6
  "types": "./index.d.ts",