@redus/georedus-ui 0.4.0 → 0.5.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @orioro/template-react
2
2
 
3
+ ## 0.5.0
4
+
5
+ ### Minor Changes
6
+
7
+ - implement proof-of-concept of hover interaction on legend
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies
12
+ - @orioro/react-maplibre-util@0.4.0
13
+ - @orioro/react-chart-util@0.2.0
14
+
3
15
  ## 0.4.0
4
16
 
5
17
  ### Minor Changes
@@ -0,0 +1 @@
1
+ export declare function useMapStyle(input: string | object, modifier?: (styleBase: Record<string, any>) => Record<string, any>): any;
@@ -8,5 +8,4 @@ export function ViewControl({ textSearch, viewSpec, viewConf, resolvedView, onSe
8
8
  configurable?: boolean | undefined;
9
9
  path?: null | undefined;
10
10
  style: any;
11
- }): React.JSX.Element;
12
- import React from 'react';
11
+ }): any;