Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@evergis/react

Package Overview
Dependencies
Maintainers
4
Versions
357
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@evergis/react - npm Package Compare versions

Comparing version 2.0.157 to 2.0.158

17

dist/components/MapLegend/styled.d.ts
import { ClassificationParameterExtended } from "../../core";
import { MapLegendItemProps } from "./types";
export declare const MapLegendControl: import("styled-components").StyledComponent<"div", any, {}, never>;

@@ -8,10 +9,4 @@ export declare const MapLegendContainer: import("styled-components").StyledComponent<"div", any, {}, never>;

export declare const MapLegendValueDescr: import("styled-components").StyledComponent<"div", any, {}, never>;
export declare const MapLegendItem: import("styled-components").StyledComponent<"div", any, {
value?: string | number | undefined;
parameter?: "symbol" | "height" | "width" | "strokeWidth" | "size" | "fill.color" | "fill.hatchColor" | "stroke.width" | "stroke.color" | "background.fillColor" | "background.strokeColor" | "background.strokeWidth" | "figure.fillColor" | "fillColor" | "strokeColor" | "angle" | "maskedColor" | undefined;
}, never>;
export declare const MapLegendOther: import("styled-components").StyledComponent<"div", any, {
value?: string | number | undefined;
parameter?: "symbol" | "height" | "width" | "strokeWidth" | "size" | "fill.color" | "fill.hatchColor" | "stroke.width" | "stroke.color" | "background.fillColor" | "background.strokeColor" | "background.strokeWidth" | "figure.fillColor" | "fillColor" | "strokeColor" | "angle" | "maskedColor" | undefined;
}, never>;
export declare const MapLegendItem: import("styled-components").StyledComponent<"div", any, MapLegendItemProps, never>;
export declare const MapLegendOther: import("styled-components").StyledComponent<"div", any, MapLegendItemProps, never>;
export declare const SizeMinimizedLegend: import("styled-components").StyledComponent<"div", any, {}, never>;

@@ -29,8 +24,6 @@ export declare const SizeMinimizedLegendSymbol: import("styled-components").StyledComponent<"div", any, {}, never>;

}, never>;
export declare const MapLegendItemsContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
export declare const MapLegendValues: import("styled-components").StyledComponent<"div", any, {}, never>;
export declare const MapLegendValuesRange: import("styled-components").StyledComponent<"div", any, {}, never>;
export declare const MapLegendValuesOther: import("styled-components").StyledComponent<"div", any, {
value?: string | number | undefined;
parameter?: "symbol" | "height" | "width" | "strokeWidth" | "size" | "fill.color" | "fill.hatchColor" | "stroke.width" | "stroke.color" | "background.fillColor" | "background.strokeColor" | "background.strokeWidth" | "figure.fillColor" | "fillColor" | "strokeColor" | "angle" | "maskedColor" | undefined;
}, never>;
export declare const MapLegendValuesOther: import("styled-components").StyledComponent<"div", any, MapLegendItemProps, never>;
export declare const MapLegendExpandButton: import("styled-components").StyledComponent<"div", any, {}, never>;

@@ -15,2 +15,8 @@ import { ReactNode } from "react";

parameter: ClassificationParameterExtended;
hiddenLegends?: string[];
};
export declare type MapLegendItemProps = {
value?: string | number;
parameter?: ClassificationParameterExtended;
isHidden?: boolean;
};

@@ -10,2 +10,3 @@ /// <reference types="react" />

parameterValue: ParameterValueWithSymbol;
hiddenCondition?: string;
};

@@ -12,0 +13,0 @@ export declare type LegendItem = {

{
"version": "2.0.157",
"version": "2.0.158",
"license": "MIT",

@@ -79,3 +79,3 @@ "main": "dist/index.js",

},
"gitHead": "2da2f1defa9ccebf5d1c497919158c23a8053850"
"gitHead": "7551dcd63f85f548a10ac0b0aa2066e4b2859674"
}

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc