ui-layout-manager-dev 0.0.4 → 0.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,5 +1,5 @@
1
1
  import { LayoutEditor } from "./LayoutEditor";
2
- import LAYOUT_WORKER_PROTOCOL from "./LAYOUT_WORKER_PROTOCOL";
2
+ import LAYOUT_WORKER_PROTOCOL from "../LAYOUT_WORKER_PROTOCOL";
3
3
 
4
4
  /**
5
5
  * This function receives messages from the main thread and executes
@@ -1,4 +1,4 @@
1
- import TRANSFORMATION_TYPES from "./TRANSFORMATION_TYPES";
1
+ import TRANSFORMATION_TYPES from "../TRANSFORMATION_TYPES";
2
2
  /**
3
3
  * This class generates transformations based on the
4
4
  * parents layout configuration. For example, it collapses
@@ -1,7 +1,7 @@
1
1
  import { describe, it, expect } from "vitest";
2
2
  import {readFile, unlink, writeFile} from "fs/promises"
3
3
  import {resolve} from "path"
4
- import {LayoutEditor} from "../../src/components/LayoutManager/Controller/LayoutEditor"
4
+ import {LayoutEditor} from "../../src/components/LayoutManager/Controller/Worker/LayoutEditor"
5
5
 
6
6
  describe("LayoutEditor", () => {
7
7
  it("initialize editor and check ldf file", async () => {