Comparing version 3.0.0-beta.36 to 3.0.0-beta.37
@@ -92,2 +92,9 @@ import Graph, { Attributes } from "graphology-types"; | ||
getStagePadding(): number; | ||
createLayer<T extends HTMLElement>(id: string, tag: string, options?: { | ||
style?: Partial<CSSStyleDeclaration>; | ||
} & ({ | ||
beforeLayer?: string; | ||
} | { | ||
afterLayer?: string; | ||
})): T; | ||
createCanvas(id: string, options?: { | ||
@@ -94,0 +101,0 @@ style?: Partial<CSSStyleDeclaration>; |
{ | ||
"name": "sigma", | ||
"version": "3.0.0-beta.36", | ||
"version": "3.0.0-beta.37", | ||
"description": "A JavaScript library aimed at visualizing graphs of thousands of nodes and edges.", | ||
@@ -93,3 +93,3 @@ "homepage": "https://www.sigmajs.org", | ||
}, | ||
"gitHead": "1d00c5e51f8335f63b8c25093d91642f0dbcc352" | ||
"gitHead": "8edd2ee8dad222bac99439feed321d55896bb61e" | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
922796
19961