@evidence-dev/core-components
Advanced tools
Comparing version 0.0.0-6eaf6934 to 0.0.0-7eb2fa9a
@@ -8,3 +8,3 @@ export const evidenceInclude: true; | ||
existingCredentials: any; | ||
disableSave: any; | ||
disableSave: boolean; | ||
}, { | ||
@@ -22,3 +22,3 @@ [evt: string]: CustomEvent<any>; | ||
existingCredentials: any; | ||
disableSave: any; | ||
disableSave: boolean; | ||
}; | ||
@@ -25,0 +25,0 @@ events: { |
@@ -10,5 +10,6 @@ export const evidenceInclude: true; | ||
series?: any; | ||
options?: any; | ||
y?: any; | ||
options?: any; | ||
fillColor?: any; | ||
lineColor?: any; | ||
fillOpacity?: any; | ||
@@ -30,5 +31,6 @@ handleMissing?: string; | ||
series?: any; | ||
options?: any; | ||
y?: any; | ||
options?: any; | ||
fillColor?: any; | ||
lineColor?: any; | ||
fillOpacity?: any; | ||
@@ -35,0 +37,0 @@ handleMissing?: string; |
@@ -31,2 +31,3 @@ export const evidenceInclude: true; | ||
fillColor?: any; | ||
lineColor?: any; | ||
fillOpacity?: any; | ||
@@ -71,2 +72,3 @@ handleMissing?: any; | ||
fillColor?: any; | ||
lineColor?: any; | ||
fillOpacity?: any; | ||
@@ -73,0 +75,0 @@ handleMissing?: any; |
@@ -11,4 +11,4 @@ export const evidenceInclude: true; | ||
outlineWidth?: any; | ||
options?: any; | ||
y?: any; | ||
options?: any; | ||
fillColor?: any; | ||
@@ -32,4 +32,4 @@ fillOpacity?: any; | ||
outlineWidth?: any; | ||
options?: any; | ||
y?: any; | ||
options?: any; | ||
fillColor?: any; | ||
@@ -36,0 +36,0 @@ fillOpacity?: any; |
@@ -12,4 +12,4 @@ export const evidenceInclude: true; | ||
size?: any; | ||
options?: any; | ||
y?: any; | ||
options?: any; | ||
fillColor?: any; | ||
@@ -36,4 +36,4 @@ shape?: any; | ||
size?: any; | ||
options?: any; | ||
y?: any; | ||
options?: any; | ||
fillColor?: any; | ||
@@ -40,0 +40,0 @@ shape?: any; |
@@ -14,2 +14,3 @@ export const evidenceInclude: true; | ||
size?: any; | ||
options?: any; | ||
chartType?: string; | ||
@@ -35,3 +36,2 @@ x?: any; | ||
yMax?: any; | ||
options?: any; | ||
stacked100?: boolean; | ||
@@ -58,2 +58,3 @@ }, { | ||
size?: any; | ||
options?: any; | ||
chartType?: string; | ||
@@ -79,3 +80,2 @@ x?: any; | ||
yMax?: any; | ||
options?: any; | ||
stacked100?: boolean; | ||
@@ -82,0 +82,0 @@ }; |
@@ -10,2 +10,3 @@ export const evidenceInclude: true; | ||
width?: any; | ||
wrap?: boolean; | ||
align?: string; | ||
@@ -30,2 +31,3 @@ contentType?: any; | ||
width?: any; | ||
wrap?: boolean; | ||
align?: string; | ||
@@ -32,0 +34,0 @@ contentType?: any; |
@@ -8,6 +8,6 @@ export const evidenceInclude: true; | ||
series?: any; | ||
options?: any; | ||
y?: any; | ||
options?: any; | ||
lineColor?: any; | ||
handleMissing?: string; | ||
lineColor?: any; | ||
lineWidth?: number; | ||
@@ -31,6 +31,6 @@ lineType?: string; | ||
series?: any; | ||
options?: any; | ||
y?: any; | ||
options?: any; | ||
lineColor?: any; | ||
handleMissing?: string; | ||
lineColor?: any; | ||
lineWidth?: number; | ||
@@ -37,0 +37,0 @@ lineType?: string; |
@@ -28,4 +28,4 @@ export const evidenceInclude: true; | ||
chartAreaHeight?: any; | ||
lineColor?: any; | ||
handleMissing?: any; | ||
lineColor?: any; | ||
lineWidth?: any; | ||
@@ -71,4 +71,4 @@ lineType?: any; | ||
chartAreaHeight?: any; | ||
lineColor?: any; | ||
handleMissing?: any; | ||
lineColor?: any; | ||
lineWidth?: any; | ||
@@ -75,0 +75,0 @@ lineType?: any; |
@@ -11,4 +11,4 @@ export const evidenceInclude: true; | ||
outlineWidth?: any; | ||
options?: any; | ||
y?: any; | ||
options?: any; | ||
fillColor?: any; | ||
@@ -34,4 +34,4 @@ shape?: string; | ||
outlineWidth?: any; | ||
options?: any; | ||
y?: any; | ||
options?: any; | ||
fillColor?: any; | ||
@@ -38,0 +38,0 @@ shape?: string; |
{ | ||
"name": "@evidence-dev/core-components", | ||
"license": "MIT", | ||
"svelte": "./dist/index.js", | ||
@@ -7,3 +8,3 @@ "main": "./dist/index.js", | ||
"types": "./dist/index.d.ts", | ||
"version": "0.0.0-6eaf6934", | ||
"version": "0.0.0-7eb2fa9a", | ||
"evidence": { | ||
@@ -13,4 +14,11 @@ "components": true | ||
"dependencies": { | ||
"@evidence-dev/component-utilities": "plugins-demo", | ||
"@evidence-dev/tailwind": "plugins-demo" | ||
"@evidence-dev/component-utilities": "^0.0.0-7eb2fa9a", | ||
"@evidence-dev/tailwind": "^0.0.0-7eb2fa9a", | ||
"echarts": "5.4.2", | ||
"echarts-stat": "1.2.0", | ||
"export-to-csv": "0.2.1", | ||
"prismjs": "1.29.0", | ||
"ssf": "0.11.2", | ||
"svelte-icons": "2.1.0", | ||
"svelte-tiny-linked-charts": "1.1.5" | ||
}, | ||
@@ -41,2 +49,4 @@ "devDependencies": { | ||
"publint": "^0.1.9", | ||
"react": "^17.0.1", | ||
"react-dom": "^17.0.1", | ||
"storybook": "^7.0.9", | ||
@@ -52,2 +62,5 @@ "svelte": "^3.54.0", | ||
}, | ||
"overrides": { | ||
"svelte2tsx": "^0.6.15" | ||
}, | ||
"exports": { | ||
@@ -54,0 +67,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
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
434839
244
4283
10
34
1
0
+ Addedecharts@5.4.2
+ Addedecharts-stat@1.2.0
+ Addedexport-to-csv@0.2.1
+ Addedprismjs@1.29.0
+ Addedssf@0.11.2
+ Addedsvelte-icons@2.1.0
+ Added@alloc/quick-lru@5.2.0(transitive)
+ Added@evidence-dev/component-utilities@0.0.0-ffa649e3(transitive)
+ Added@evidence-dev/tailwind@0.0.0-ffa649e3(transitive)
+ Added@isaacs/cliui@8.0.2(transitive)
+ Added@jridgewell/gen-mapping@0.3.8(transitive)
+ Added@jridgewell/resolve-uri@3.1.2(transitive)
+ Added@jridgewell/set-array@1.2.1(transitive)
+ Added@jridgewell/sourcemap-codec@1.5.0(transitive)
+ Added@jridgewell/trace-mapping@0.3.25(transitive)
+ Added@nodelib/fs.scandir@2.1.5(transitive)
+ Added@nodelib/fs.stat@2.0.5(transitive)
+ Added@nodelib/fs.walk@1.2.8(transitive)
+ Added@pkgjs/parseargs@0.11.0(transitive)
+ Added@tidyjs/tidy@2.4.4(transitive)
+ Addedansi-regex@5.0.16.1.0(transitive)
+ Addedansi-styles@4.3.06.2.1(transitive)
+ Addedany-promise@1.3.0(transitive)
+ Addedanymatch@3.1.3(transitive)
+ Addedarg@5.0.2(transitive)
+ Addedbalanced-match@1.0.2(transitive)
+ Addedbinary-extensions@2.3.0(transitive)
+ Addedbrace-expansion@2.0.1(transitive)
+ Addedbraces@3.0.3(transitive)
+ Addedcamelcase-css@2.0.1(transitive)
+ Addedchokidar@3.6.0(transitive)
+ Addedcolor-convert@2.0.1(transitive)
+ Addedcolor-name@1.1.4(transitive)
+ Addedcommander@4.1.1(transitive)
+ Addedcross-spawn@7.0.6(transitive)
+ Addedcssesc@3.0.0(transitive)
+ Addedd3-array@2.12.1(transitive)
+ Addeddebounce@1.2.1(transitive)
+ Addeddidyoumean@1.2.2(transitive)
+ Addeddlv@1.1.3(transitive)
+ Addeddownloadjs@1.4.7(transitive)
+ Addedeastasianwidth@0.2.0(transitive)
+ Addedecharts@5.4.25.4.3(transitive)
+ Addedecharts-stat@1.2.0(transitive)
+ Addedemoji-regex@8.0.09.2.2(transitive)
+ Addedexport-to-csv@0.2.1(transitive)
+ Addedfast-glob@3.3.3(transitive)
+ Addedfastq@1.18.0(transitive)
+ Addedfill-range@7.1.1(transitive)
+ Addedforeground-child@3.3.0(transitive)
+ Addedfrac@1.1.2(transitive)
+ Addedfsevents@2.3.3(transitive)
+ Addedfunction-bind@1.1.2(transitive)
+ Addedglob@10.4.5(transitive)
+ Addedglob-parent@5.1.26.0.2(transitive)
+ Addedhasown@2.0.2(transitive)
+ Addedinternmap@1.0.1(transitive)
+ Addedis-binary-path@2.1.0(transitive)
+ Addedis-core-module@2.16.1(transitive)
+ Addedis-extglob@2.1.1(transitive)
+ Addedis-fullwidth-code-point@3.0.0(transitive)
+ Addedis-glob@4.0.3(transitive)
+ Addedis-number@7.0.0(transitive)
+ Addedisexe@2.0.0(transitive)
+ Addedjackspeak@3.4.3(transitive)
+ Addedjiti@1.21.7(transitive)
+ Addedlilconfig@3.1.3(transitive)
+ Addedlines-and-columns@1.2.4(transitive)
+ Addedlru-cache@10.4.3(transitive)
+ Addedmerge2@1.4.1(transitive)
+ Addedmicromatch@4.0.8(transitive)
+ Addedminimatch@9.0.5(transitive)
+ Addedminipass@7.1.2(transitive)
+ Addedmz@2.7.0(transitive)
+ Addednanoid@3.3.8(transitive)
+ Addednormalize-path@3.0.0(transitive)
+ Addedobject-assign@4.1.1(transitive)
+ Addedobject-hash@3.0.0(transitive)
+ Addedpackage-json-from-dist@1.0.1(transitive)
+ Addedpath-key@3.1.1(transitive)
+ Addedpath-parse@1.0.7(transitive)
+ Addedpath-scurry@1.11.1(transitive)
+ Addedpicocolors@1.1.1(transitive)
+ Addedpicomatch@2.3.1(transitive)
+ Addedpify@2.3.0(transitive)
+ Addedpirates@4.0.6(transitive)
+ Addedpostcss@8.5.1(transitive)
+ Addedpostcss-import@15.1.0(transitive)
+ Addedpostcss-js@4.0.1(transitive)
+ Addedpostcss-load-config@4.0.2(transitive)
+ Addedpostcss-nested@6.2.0(transitive)
+ Addedpostcss-selector-parser@6.1.2(transitive)
+ Addedpostcss-value-parser@4.2.0(transitive)
+ Addedprismjs@1.29.0(transitive)
+ Addedqueue-microtask@1.2.3(transitive)
+ Addedread-cache@1.0.0(transitive)
+ Addedreaddirp@3.6.0(transitive)
+ Addedresolve@1.22.10(transitive)
+ Addedreusify@1.0.4(transitive)
+ Addedrun-parallel@1.2.0(transitive)
+ Addedshebang-command@2.0.0(transitive)
+ Addedshebang-regex@3.0.0(transitive)
+ Addedsignal-exit@4.1.0(transitive)
+ Addedsource-map-js@1.2.1(transitive)
+ Addedssf@0.11.2(transitive)
+ Addedstring-width@4.2.35.1.2(transitive)
+ Addedstrip-ansi@6.0.17.1.0(transitive)
+ Addedsucrase@3.35.0(transitive)
+ Addedsupports-preserve-symlinks-flag@1.0.0(transitive)
+ Addedsvelte@3.55.0(transitive)
+ Addedsvelte-icons@2.1.0(transitive)
+ Addedsvelte-tiny-linked-charts@1.1.5(transitive)
+ Addedtailwindcss@3.4.17(transitive)
+ Addedthenify@3.3.1(transitive)
+ Addedthenify-all@1.6.0(transitive)
+ Addedto-regex-range@5.0.1(transitive)
+ Addedts-interface-checker@0.1.13(transitive)
+ Addedts-toolbelt@8.4.0(transitive)
+ Addedtslib@2.3.0(transitive)
+ Addedutil-deprecate@1.0.2(transitive)
+ Addedwhich@2.0.2(transitive)
+ Addedwrap-ansi@7.0.08.1.0(transitive)
+ Addedyaml@2.7.0(transitive)
+ Addedzrender@5.4.35.4.4(transitive)