Skip to content

Commit 4e7da8a

Browse files
committed
fix: make clab-ui package self-contained for npm installs
1 parent 9f1848e commit 4e7da8a

File tree

4 files changed

+2115
-7
lines changed

4 files changed

+2115
-7
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/ui/package.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
11
{
22
"name": "@srl-labs/clab-ui",
3-
"version": "0.0.4",
3+
"version": "0.0.5",
44
"private": false,
55
"type": "module",
66
"main": "src/index.ts",
77
"types": "src/index.ts",
8-
"exports": {
9-
".": "./src/index.ts",
10-
"./*": "./src/*"
11-
},
128
"publishConfig": {
139
"registry": "https://npm.pkg.github.com",
1410
"access": "public"

packages/ui/src/components/panels/lab-drawer/PaletteSection.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ import { TabNavigation } from "../../ui/editor/TabNavigation";
4444
import { IconPreview } from "../../ui/form";
4545
import { MonacoCodeEditor } from "../../monaco/MonacoCodeEditor";
4646
import { executeTopologyCommand } from "../../../services/topologyHostCommands";
47-
import clabSchema from "../../../../../../schema/clab.schema.json";
47+
import clabSchema from "../../../schema/clab.schema.json";
4848

4949
interface PaletteSectionProps {
5050
mode?: "edit" | "view";

0 commit comments

Comments
 (0)