Skip to content

Commit

Permalink
Merge pull request #308 from open-source-labs/dev
Browse files Browse the repository at this point in the history
chore: update package version
  • Loading branch information
briangregoryholmes authored Apr 30, 2023
2 parents 3612ea4 + 2435fd2 commit b2224e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "svelvet",
"version": "7.0.32",
"version": "7.0.34",
"description": "A lightweight Svelte component library for building dynamic, node-based user interfaces",
"keywords": [
"svelte",
Expand Down
11 changes: 2 additions & 9 deletions src/lib/containers/Graph/Graph.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,8 @@
import GraphRenderer from '../../renderers/GraphRenderer/GraphRenderer.svelte';
import Editor from '$lib/components/Editor/Editor.svelte';
import { onMount, setContext, getContext, createEventDispatcher } from 'svelte';
import type {
ThemeGroup,
Graph,
GroupBox,
GraphDimensions,
CSSColorString,
Connections
} from '$lib/types';
import type { Arrow, GroupKey, Group, CursorAnchor, XYPair } from '$lib/types';
import type { ThemeGroup, Graph, GroupBox, GraphDimensions, CSSColorString } from '$lib/types';
import type { Arrow, GroupKey, Group, CursorAnchor } from '$lib/types';
import { isArrow } from '$lib/types';
import { touchDistance, initialClickPosition, tracking } from '$lib/stores/CursorStore';
import { calculateFitView, calculateTranslation, calculateZoom, generateKey } from '$lib/utils';
Expand Down

0 comments on commit b2224e6

Please sign in to comment.