@worldresources/wri-design-systems 2.191.19 → 2.191.21

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.ts CHANGED
@@ -1108,7 +1108,7 @@ declare const LayerParameters: ({ label, children, openedByDefault, }: LayerPara
1108
1108
  type LegendItemProps = {
1109
1109
  layerName: string;
1110
1110
  dataUnit: string;
1111
- onDrag: VoidFunction;
1111
+ onDrag?: VoidFunction;
1112
1112
  onUpClick: VoidFunction;
1113
1113
  onDownClick: VoidFunction;
1114
1114
  onRemoveClick: VoidFunction;