@worldresources/wri-design-systems 2.136.1 → 2.136.2

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/dist/index.d.ts +1 -1
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -516,7 +516,7 @@ interface ListItemProps {
516
516
  value?: string;
517
517
  variant?: ListItemVariant;
518
518
  isExpanded?: boolean;
519
- id?: string;
519
+ id?: string | number;
520
520
  onItemClick?: () => void;
521
521
  ariaLabel?: string;
522
522
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@worldresources/wri-design-systems",
3
- "version": "2.136.1",
3
+ "version": "2.136.2",
4
4
  "description": "WRI UI Library",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm.js",