🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

@77sol-ui/molecules

Package Overview
Dependencies
Maintainers
0
Versions
101
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@77sol-ui/molecules - npm Package Compare versions

Comparing version

to
4.1.5

9

dist/index.d.ts

@@ -537,2 +537,3 @@ import * as react from 'react';

maxTicksLimit?: number;
maxTicksYLimit?: number;
showDotsInTooltip?: boolean;

@@ -546,2 +547,8 @@ showLegends?: boolean;

tiltLabels?: boolean;
yStepSize?: number;
y1StepSize?: number;
yGridColor?: string;
y1GridColor?: string;
minYValue?: number;
minY1Value?: number;
}

@@ -560,3 +567,3 @@ interface IChartData {

declare function LineChart({ options, data, plugins, height, labels, lineRadius, showDotsOnHover, fillBackground, alwaysShowDots, twoYAxis, maxTicksLimit, showDotsInTooltip, showLegends, maintainAspectRatio, customizeTooltip, customizeXTicks, customizeYTicks, customizeY1Ticks, tiltLabels, ...rest }: ILineChartProps): react_jsx_runtime.JSX.Element;
declare function LineChart({ options, data, plugins, height, labels, lineRadius, showDotsOnHover, fillBackground, alwaysShowDots, twoYAxis, maxTicksLimit, showDotsInTooltip, showLegends, maintainAspectRatio, customizeTooltip, customizeXTicks, customizeYTicks, customizeY1Ticks, tiltLabels, maxTicksYLimit, yStepSize, y1StepSize, yGridColor, y1GridColor, minYValue, minY1Value, ...rest }: ILineChartProps): react_jsx_runtime.JSX.Element;
declare namespace LineChart {

@@ -563,0 +570,0 @@ var displayName: string;

2

package.json
{
"name": "@77sol-ui/molecules",
"version": "4.1.4",
"version": "4.1.5",
"description": "",

@@ -5,0 +5,0 @@ "main": "./dist/index.js",

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