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

@evidence-dev/core-components

Package Overview
Dependencies
Maintainers
4
Versions
432
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@evidence-dev/core-components - npm Package Compare versions

Comparing version 0.0.0-60ae5e36 to 0.0.0-68aa1a49

1

dist/unsorted/index.d.ts

@@ -5,4 +5,3 @@ export { default as ContentsList } from "./ContentsList.svelte";

export * from "./diagrams";
export * from "./icons";
export * from "./ui";
export * from "./viz";

@@ -5,4 +5,3 @@ export { default as ContentsList } from './ContentsList.svelte';

export * from './diagrams';
export * from './icons';
export * from './ui';
export * from './viz';

4

dist/unsorted/ui/ChevronToggle.svelte.d.ts

@@ -6,4 +6,4 @@ export const evidenceInclude: true;

export default class ChevronToggle extends SvelteComponentTyped<{
toggled?: boolean;
color?: string;
toggled?: boolean;
size?: number;

@@ -20,4 +20,4 @@ }, {

props: {
toggled?: boolean;
color?: string;
toggled?: boolean;
size?: number;

@@ -24,0 +24,0 @@ };

@@ -1,2 +0,1 @@

export { default as BaseLayout } from "./BaseLayout.svelte";
export { default as BigLink } from "./BigLink.svelte";

@@ -16,3 +15,2 @@ export { default as BreadCrumbs } from "./BreadCrumbs.svelte";

export { default as Portal } from "./Portal.svelte";
export { default as PrintButton } from "./PrintButton.svelte";
export { default as QueryToast } from "./QueryToast.svelte";

@@ -19,0 +17,0 @@ export { default as QueryViewer } from "./QueryViewer.svelte";

@@ -1,2 +0,1 @@

export { default as BaseLayout } from './BaseLayout.svelte';
export { default as BigLink } from './BigLink.svelte';

@@ -16,3 +15,2 @@ export { default as BreadCrumbs } from './BreadCrumbs.svelte';

export { default as Portal } from './Portal.svelte';
export { default as PrintButton } from './PrintButton.svelte';
export { default as QueryToast } from './QueryToast.svelte';

@@ -19,0 +17,0 @@ export { default as QueryViewer } from './QueryViewer.svelte';

@@ -22,2 +22,3 @@ export const evidenceInclude: true;

xAxisLabels?: any;
xFmt?: any;
yAxisTitle?: any;

@@ -30,2 +31,3 @@ yBaseline?: any;

yMax?: any;
yFmt?: any;
chartAreaHeight?: any;

@@ -64,2 +66,3 @@ fillColor?: any;

xAxisLabels?: any;
xFmt?: any;
yAxisTitle?: any;

@@ -72,2 +75,3 @@ yBaseline?: any;

yMax?: any;
yFmt?: any;
chartAreaHeight?: any;

@@ -74,0 +78,0 @@ fillColor?: any;

@@ -24,2 +24,3 @@ export const evidenceInclude: true;

xAxisLabels?: any;
xFmt?: any;
yAxisTitle?: any;

@@ -32,2 +33,3 @@ yBaseline?: any;

yMax?: any;
yFmt?: any;
chartAreaHeight?: any;

@@ -66,2 +68,3 @@ fillColor?: any;

xAxisLabels?: any;
xFmt?: any;
yAxisTitle?: any;

@@ -74,2 +77,3 @@ yBaseline?: any;

yMax?: any;
yFmt?: any;
chartAreaHeight?: any;

@@ -76,0 +80,0 @@ fillColor?: any;

@@ -9,4 +9,6 @@ export const evidenceInclude: true;

value?: any;
fmt?: any;
comparison?: any;
sparkline?: any;
comparisonFmt?: any;
comparisonTitle?: any;

@@ -29,4 +31,6 @@ downIsGood?: boolean;

value?: any;
fmt?: any;
comparison?: any;
sparkline?: any;
comparisonFmt?: any;
comparisonTitle?: any;

@@ -33,0 +37,0 @@ downIsGood?: boolean;

@@ -24,2 +24,3 @@ export const evidenceInclude: true;

xAxisLabels?: any;
xFmt?: any;
yAxisTitle?: string;

@@ -32,2 +33,4 @@ yBaseline?: any;

yMax?: any;
yFmt?: any;
sizeFmt?: any;
chartAreaHeight?: any;

@@ -68,2 +71,3 @@ fillColor?: any;

xAxisLabels?: any;
xFmt?: any;
yAxisTitle?: string;

@@ -76,2 +80,4 @@ yBaseline?: any;

yMax?: any;
yFmt?: any;
sizeFmt?: any;
chartAreaHeight?: any;

@@ -78,0 +84,0 @@ fillColor?: any;

@@ -28,2 +28,3 @@ export const evidenceInclude: true;

xAxisLabels?: boolean;
xFmt?: any;
yAxisTitle?: string;

@@ -36,2 +37,4 @@ yBaseline?: boolean;

yMax?: any;
yFmt?: any;
sizeFmt?: any;
stacked100?: boolean;

@@ -72,2 +75,3 @@ }, {

xAxisLabels?: boolean;
xFmt?: any;
yAxisTitle?: string;

@@ -80,2 +84,4 @@ yBaseline?: boolean;

yMax?: any;
yFmt?: any;
sizeFmt?: any;
stacked100?: boolean;

@@ -82,0 +88,0 @@ };

@@ -11,2 +11,3 @@ export const evidenceInclude: true;

wrap?: boolean;
fmt?: any;
align?: string;

@@ -32,2 +33,3 @@ contentType?: any;

wrap?: boolean;
fmt?: any;
align?: string;

@@ -34,0 +36,0 @@ contentType?: any;

@@ -15,2 +15,3 @@ export const evidenceInclude: true;

nameCol?: any;
valueFmt?: any;
labelPosition?: string;

@@ -37,2 +38,3 @@ funnelSort?: string;

nameCol?: any;
valueFmt?: any;
labelPosition?: string;

@@ -39,0 +41,0 @@ funnelSort?: string;

@@ -6,2 +6,3 @@ export const evidenceInclude: true;

export default class Histogram extends SvelteComponentTyped<{
xFmt: any;
data?: any;

@@ -39,2 +40,3 @@ legend?: boolean;

props: {
xFmt: any;
data?: any;

@@ -41,0 +43,0 @@ legend?: boolean;

@@ -20,2 +20,3 @@ export const evidenceInclude: true;

xAxisLabels?: any;
xFmt?: any;
yAxisTitle?: any;

@@ -28,2 +29,3 @@ yBaseline?: any;

yMax?: any;
yFmt?: any;
chartAreaHeight?: any;

@@ -64,2 +66,3 @@ lineColor?: any;

xAxisLabels?: any;
xFmt?: any;
yAxisTitle?: any;

@@ -72,2 +75,3 @@ yBaseline?: any;

yMax?: any;
yFmt?: any;
chartAreaHeight?: any;

@@ -74,0 +78,0 @@ lineColor?: any;

@@ -19,2 +19,3 @@ export const evidenceInclude: true;

outlineWidth?: any;
valueFmt?: any;
}, {

@@ -43,2 +44,3 @@ [evt: string]: CustomEvent<any>;

outlineWidth?: any;
valueFmt?: any;
};

@@ -45,0 +47,0 @@ events: {

@@ -23,2 +23,3 @@ export const evidenceInclude: true;

xAxisLabels?: any;
xFmt?: any;
yAxisTitle?: string;

@@ -31,2 +32,3 @@ yBaseline?: any;

yMax?: any;
yFmt?: any;
chartAreaHeight?: any;

@@ -66,2 +68,3 @@ fillColor?: any;

xAxisLabels?: any;
xFmt?: any;
yAxisTitle?: string;

@@ -74,2 +77,3 @@ yBaseline?: any;

yMax?: any;
yFmt?: any;
chartAreaHeight?: any;

@@ -76,0 +80,0 @@ fillColor?: any;

@@ -11,2 +11,3 @@ export const evidenceInclude: true;

subtitle?: any;
fmt?: any;
min?: any;

@@ -32,2 +33,3 @@ max?: any;

subtitle?: any;
fmt?: any;
min?: any;

@@ -34,0 +36,0 @@ max?: any;

@@ -10,2 +10,3 @@ export const evidenceInclude: true;

placeholder?: any;
fmt?: any;
}, {

@@ -25,2 +26,3 @@ [evt: string]: CustomEvent<any>;

placeholder?: any;
fmt?: any;
};

@@ -27,0 +29,0 @@ events: {

@@ -8,3 +8,3 @@ {

"types": "./dist/index.d.ts",
"version": "0.0.0-60ae5e36",
"version": "0.0.0-68aa1a49",
"evidence": {

@@ -14,4 +14,7 @@ "components": true

"dependencies": {
"@evidence-dev/component-utilities": "^0.0.0-60ae5e36",
"@evidence-dev/tailwind": "^0.0.0-60ae5e36",
"@evidence-dev/component-utilities": "^0.0.0-68aa1a49",
"@evidence-dev/tailwind": "^0.0.0-68aa1a49",
"@steeze-ui/simple-icons": "^1.5.0",
"@steeze-ui/svelte-icon": "^1.4.1",
"@steeze-ui/tabler-icons": "^2.1.0",
"echarts": "5.4.2",

@@ -22,3 +25,2 @@ "echarts-stat": "1.2.0",

"ssf": "0.11.2",
"svelte-icons": "2.1.0",
"svelte-tiny-linked-charts": "1.1.5"

@@ -25,0 +27,0 @@ },

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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