seat-editor 3.0.1 → 3.0.3

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,4 +1,4 @@
1
- import { Position, Shape, TagType } from "@/dto/table";
1
+ import { Position, Shape, TagType } from "../dto/table";
2
2
  export declare const constantData: {
3
3
  properties: {
4
4
  id: number;
@@ -1,6 +1,6 @@
1
- import { EventHandleType } from "@/dto/event-handler";
1
+ import { EventHandleType } from "../../dto/event-handler";
2
2
  import { PropertiesProps } from "@/dto/table";
3
- import { TableMatchEvent } from "@/features/view-only-3";
3
+ import { TableMatchEvent } from "../../features/view-only-3";
4
4
  interface LayersProps {
5
5
  components?: PropertiesProps[];
6
6
  selectedComponent?: PropertiesProps;
@@ -2,7 +2,7 @@
2
2
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
3
3
  import { createElement as _createElement } from "react";
4
4
  import { isEmpty, omit } from "lodash";
5
- import { TABLE_KEYS } from "@/utils/constant";
5
+ import { TABLE_KEYS } from "../../utils/constant";
6
6
  import { distributeWithSpacing } from "../layer-v3";
7
7
  const Layers = ({ components, selectedTable, iconTags, eventMatchTable, onHighlightGroup, onForceRestoreGroup, selectedTableColor, }) => {
8
8
  const renderShape = (item) => {
@@ -1,7 +1,7 @@
1
1
  import React, { CSSProperties, SVGAttributes } from "react";
2
2
  import { ReactZoomPanPinchRef, ReactZoomPanPinchProps, ReactZoomPanPinchContentRef } from "react-zoom-pan-pinch";
3
- import { PropertiesProps } from "@/dto/table";
4
- import { EventHandleType } from "@/dto/event-handler";
3
+ import { PropertiesProps } from "../../dto/table";
4
+ import { EventHandleType } from "../../dto/event-handler";
5
5
  export type TableGhost = {
6
6
  table: PropertiesProps;
7
7
  event: EventHandleType;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "seat-editor",
3
- "version": "3.0.1",
3
+ "version": "3.0.3",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",