seat-editor 3.2.23 → 3.2.24

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 { EventHandleType } from "../../dto/event-handler";
2
- import { PropertiesProps } from "@/dto/table";
2
+ import { PropertiesProps } from "../../dto/table";
3
3
  import { TableMatchEvent } from "../../features/view-only-3";
4
4
  interface LayersProps {
5
5
  components?: PropertiesProps[];
@@ -3,7 +3,7 @@ import { isEmpty, omit } from "lodash";
3
3
  import { arcByDirection, distributeWithSpacing } from "../layer-v3/utils";
4
4
  import { PRIVILEGED_TAGS, tagsDummy } from "./constant";
5
5
  import { useAppSelector } from "../../hooks/use-redux";
6
- import { RsvpIcons } from "@/features/board-v3/icons";
6
+ import { RsvpIcons } from "../../features/board-v3/icons";
7
7
  const toKebabCase = (str) => str.replace(/[A-Z]/g, (m) => "-" + m.toLowerCase());
8
8
  const iconNames = ["upcoming", "late", "overtime", "overlapping", "hold", "reserved", "armchair", "cheque", "people"];
9
9
  const dummyIconTags = iconNames === null || iconNames === void 0 ? void 0 : iconNames.map((item) => {
@@ -1,5 +1,5 @@
1
- declare const MIN_HEIGHT = 10;
2
- declare const MIN_WIDTH = 10;
1
+ declare const MIN_HEIGHT = 90;
2
+ declare const MIN_WIDTH = 90;
3
3
  declare const MIN_X = 10;
4
4
  declare const MIN_Y = 10;
5
5
  export { MIN_HEIGHT, MIN_WIDTH, MIN_X, MIN_Y };
@@ -1,5 +1,5 @@
1
- const MIN_HEIGHT = 10;
2
- const MIN_WIDTH = 10;
1
+ const MIN_HEIGHT = 90;
2
+ const MIN_WIDTH = 90;
3
3
  const MIN_X = 10;
4
4
  const MIN_Y = 10;
5
5
  export { MIN_HEIGHT, MIN_WIDTH, MIN_X, MIN_Y };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "seat-editor",
3
- "version": "3.2.23",
3
+ "version": "3.2.24",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",