@accurat/acc-data-portrait
Advanced tools
Comparing version 2.0.1 to 2.0.2
export declare function getNodeById(svgNode: SVGElement, id: string): SVGGElement | null; | ||
export declare function getNodesStartingWithId(svgNode: SVGElement, id: string): NodeListOf<SVGElement>; | ||
export declare function getAllAnswersNodes(svgNode: SVGElement): NodeListOf<SVGGElement>; | ||
@@ -3,0 +4,0 @@ export declare function getAllQuestionsNodes(svgNode: SVGElement): NodeListOf<SVGGElement>; |
@@ -12,3 +12,3 @@ { | ||
], | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"repository": { | ||
@@ -27,4 +27,10 @@ "type": "git", | ||
".": { | ||
"import": "./dist/acc-data-portrait.js", | ||
"require": "./dist/acc-data-portrait.umd.js" | ||
"import": { | ||
"types": "./dist/index.d.ts", | ||
"default": "./dist/acc-data-portrait.js" | ||
}, | ||
"require": { | ||
"types": "./dist/index.d.ts", | ||
"default": "./dist/acc-data-portrait.umd.js" | ||
} | ||
} | ||
@@ -31,0 +37,0 @@ }, |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
180474
2876