@worldresources/wri-design-systems 2.175.0 → 2.176.0

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
@@ -545,7 +545,7 @@ declare const LegendItem: ({ layerName, dataUnit, onDrag, onUpClick, onDownClick
545
545
 
546
546
  type QualitativeAttributeProps = {
547
547
  type: 'raster' | 'line' | 'point';
548
- label: string;
548
+ label: string | React.ReactNode;
549
549
  caption?: string;
550
550
  color: string;
551
551
  showActionButton?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@worldresources/wri-design-systems",
3
- "version": "2.175.0",
3
+ "version": "2.176.0",
4
4
  "description": "WRI UI Library",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm.js",