@jsplumb/community
Advanced tools
Comparing version 4.0.0-RC35 to 4.0.0-RC36
{ | ||
"name": "@jsplumb/community", | ||
"version": "4.0.0-RC35", | ||
"version": "4.0.0-RC36", | ||
"description": "Visual connectivity for webapps. This package contains `community-core` and `browser-ui`, and is equivalent to the way that previous versions of the Community edition were packaged. Note that this package is effectively deprecated, and will not always be available. Try importing `@jsplumb/browser-ui` instead.", | ||
@@ -5,0 +5,0 @@ "main": "js/jsplumb.community.cjs.js", |
@@ -17,9 +17,9 @@ import { jsPlumbDefaults, jsPlumbHelperFunctions } from "./defaults"; | ||
import { Viewport, ViewportElement } from "./viewport"; | ||
import { Component } from '../core/component/component'; | ||
import { Segment } from '../core/connector/abstract-segment'; | ||
import { Overlay } from '../core/overlay/overlay'; | ||
import { LabelOverlay } from '../core/overlay/label-overlay'; | ||
import { AbstractConnector } from '../core/connector/abstract-connector'; | ||
import { OverlayCapableComponent } from '../core/component/overlay-capable-component'; | ||
import { PaintStyle } from '../core/styles'; | ||
import { Component } from './component/component'; | ||
import { Segment } from './connector/abstract-segment'; | ||
import { Overlay } from './overlay/overlay'; | ||
import { LabelOverlay } from './overlay/label-overlay'; | ||
import { AbstractConnector } from './connector/abstract-connector'; | ||
import { OverlayCapableComponent } from './component/overlay-capable-component'; | ||
import { PaintStyle } from './styles'; | ||
export declare type ElementSelectionSpecifier = jsPlumbElement | Array<jsPlumbElement> | '*'; | ||
@@ -26,0 +26,0 @@ export declare type SelectionList = '*' | Array<string>; |
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
1671498