@cagatayfdn/flora-components 0.0.82 → 0.0.83

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.mts CHANGED
@@ -753,6 +753,8 @@ export declare type LayoutProps = {
753
753
  defaultRoute?: string;
754
754
  };
755
755
 
756
+ export { LegendItem }
757
+
756
758
  declare function Legends({ items, colorMap }: LegendsProps): JSX_2.Element;
757
759
 
758
760
  declare type LegendsProps = {
package/dist/index.d.ts CHANGED
@@ -753,6 +753,8 @@ export declare type LayoutProps = {
753
753
  defaultRoute?: string;
754
754
  };
755
755
 
756
+ export { LegendItem }
757
+
756
758
  declare function Legends({ items, colorMap }: LegendsProps): JSX_2.Element;
757
759
 
758
760
  declare type LegendsProps = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cagatayfdn/flora-components",
3
- "version": "0.0.82",
3
+ "version": "0.0.83",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",