Skip to content

Commit 13eac95

Browse files
committed
rebase from main
1 parent 9b341fe commit 13eac95

File tree

11 files changed

+48
-11
lines changed

11 files changed

+48
-11
lines changed

package-lock.json

Lines changed: 39 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/graph/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@
5757
"@preact/signals-core": "^1.5.1",
5858
"intersects": "^2.7.2",
5959
"lodash": "^4.17.21",
60-
"rbush": "^3.0.1"
60+
"rbush": "^3.0.1",
61+
"style-observer": "^0.1.2"
6162
}
6263
}
6364

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
export * from "./devtools";
22
export * from "./minimap";
3+
export * from "./cssVariables";

src/stories/plugins/cssVariables/cssVariables.stories.tsx renamed to packages/stories/src/plugins/cssVariables/cssVariables.stories.tsx

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
import React, { useState } from "react";
22

3+
import { CSSVariablesLayer, Graph, GraphState } from "@gravity-ui/graph";
4+
import { GraphCanvas, useGraph, useGraphEvent, useLayer } from "@gravity-ui/graph-react";
35
import type { Meta, StoryObj } from "@storybook/react-webpack5";
46

5-
import { Graph, GraphState } from "../../../graph";
6-
import { CSSVariablesLayer } from "../../../plugins/cssVariables";
7-
import { GraphCanvas, useGraphEvent } from "../../../react-components";
8-
import { useGraph, useLayer } from "../../../react-components/hooks";
9-
import { generatePrettyBlocks } from "../../../stories/configurations/generatePretty";
7+
import { generatePrettyBlocks } from "../../configurations/generatePretty";
108
import { BlockStory } from "../../main/Block";
119

1210
import "./cssVariables.stories.css";

0 commit comments

Comments
 (0)