flow-lib-creomnia 1.0.3 → 1.0.4

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.
Files changed (32) hide show
  1. package/README.md +12 -12
  2. package/lib/assets/icons/ChoiceNodeIcon.svg +16 -16
  3. package/lib/assets/icons/LeftArrowIcon.svg +3 -3
  4. package/lib/assets/icons/ParallelIcon.svg +5 -5
  5. package/lib/assets/icons/RightArrowIcon.svg +3 -3
  6. package/lib/assets/icons/flowIcon.svg +7 -7
  7. package/lib/modules/common/components/ZoomToolbar/styled.js +7 -7
  8. package/lib/modules/common/types/index.d.ts +2 -0
  9. package/lib/modules/connection/components/AddButton/styled.js +26 -26
  10. package/lib/modules/connection/components/BaseConnection/styled.js +16 -16
  11. package/lib/modules/connection/components/ConnectionWithButton/styled.js +37 -37
  12. package/lib/modules/flow/components/FlowSandbox/styled.js +22 -22
  13. package/lib/modules/flow/components/Space/styled.js +8 -8
  14. package/lib/modules/flow/types/index.d.ts +2 -0
  15. package/lib/modules/node/components/BaseNode/index.js +1 -1
  16. package/lib/modules/node/components/BaseNode/styled.js +83 -83
  17. package/lib/modules/node/components/ChoiseNode/index.js +1 -1
  18. package/lib/modules/node/components/ChoiseNode/styled.js +27 -27
  19. package/lib/modules/node/components/EndNode/styled.js +10 -10
  20. package/lib/modules/node/components/HubNode/styled.js +5 -5
  21. package/lib/modules/node/components/NodesMenu/index.js +8 -5
  22. package/lib/modules/node/components/NodesMenu/styled.js +52 -52
  23. package/lib/modules/node/components/ParallelNode/styled.js +9 -9
  24. package/lib/modules/node/components/StartNode/styled.js +10 -10
  25. package/lib/modules/node/contexts/SettingsContext/index.js +1 -1
  26. package/lib/modules/node/contexts/SettingsContext/styled.js +30 -30
  27. package/lib/modules/node/enums/index.d.ts +4 -0
  28. package/lib/modules/node/enums/index.js +6 -1
  29. package/lib/modules/node/index.js +1 -1
  30. package/lib/modules/node/services/expandCoefficientServices.d.ts +1 -1
  31. package/lib/modules/node/types/index.d.ts +1 -1
  32. package/package.json +65 -65
package/README.md CHANGED
@@ -1,12 +1,12 @@
1
- # Nodes flow
2
-
3
- ## Components
4
-
5
- `<NodesFlow />`
6
-
7
- Props:
8
-
9
- - `nodes` - `NodeType[]`
10
- - `menuTabs` - `MenuTabType[]`
11
- - `addNewNodeCallback` - `AddNewNodeCallbackType`
12
- - `addButtonColor`(optional) - `string`
1
+ # Nodes flow
2
+
3
+ ## Components
4
+
5
+ `<NodesFlow />`
6
+
7
+ Props:
8
+
9
+ - `nodes` - `NodeType[]`
10
+ - `menuTabs` - `MenuTabType[]`
11
+ - `addNewNodeCallback` - `AddNewNodeCallbackType`
12
+ - `addButtonColor`(optional) - `string`
@@ -1,16 +1,16 @@
1
- <svg width="376" height="132" viewBox="0 0 376 132" xmlns="http://www.w3.org/2000/svg">
2
- <g filter="url(#filter0_d_4646_869)">
3
- <path d="M63.5925 96C61.3074 96 59.1314 95.0228 57.6133 93.3149L32.7244 65.3149C30.0301 62.2838 30.0301 57.7162 32.7244 54.6851L57.6133 26.6851C59.1314 24.9772 61.3074 24 63.5925 24H312.407C314.693 24 316.869 24.9772 318.387 26.6851L343.276 54.6851C345.97 57.7162 345.97 62.2838 343.276 65.3149L318.387 93.3149C316.869 95.0228 314.693 96 312.407 96H63.5925Z"/>
4
- </g>
5
- <defs>
6
- <filter id="filter0_d_4646_869" x="0.703125" y="0" width="374.594" height="132" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
7
- <feFlood flood-opacity="0" result="BackgroundImageFix"/>
8
- <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
9
- <feOffset dy="6"/>
10
- <feGaussianBlur stdDeviation="15"/>
11
- <feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.08 0"/>
12
- <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_4646_869"/>
13
- <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_4646_869" result="shape"/>
14
- </filter>
15
- </defs>
16
- </svg>
1
+ <svg width="376" height="132" viewBox="0 0 376 132" xmlns="http://www.w3.org/2000/svg">
2
+ <g filter="url(#filter0_d_4646_869)">
3
+ <path d="M63.5925 96C61.3074 96 59.1314 95.0228 57.6133 93.3149L32.7244 65.3149C30.0301 62.2838 30.0301 57.7162 32.7244 54.6851L57.6133 26.6851C59.1314 24.9772 61.3074 24 63.5925 24H312.407C314.693 24 316.869 24.9772 318.387 26.6851L343.276 54.6851C345.97 57.7162 345.97 62.2838 343.276 65.3149L318.387 93.3149C316.869 95.0228 314.693 96 312.407 96H63.5925Z"/>
4
+ </g>
5
+ <defs>
6
+ <filter id="filter0_d_4646_869" x="0.703125" y="0" width="374.594" height="132" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
7
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
8
+ <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
9
+ <feOffset dy="6"/>
10
+ <feGaussianBlur stdDeviation="15"/>
11
+ <feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.08 0"/>
12
+ <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_4646_869"/>
13
+ <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_4646_869" result="shape"/>
14
+ </filter>
15
+ </defs>
16
+ </svg>
@@ -1,3 +1,3 @@
1
- <svg width="15" height="22" viewBox="0 0 15 22" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path id="triangle 40x80" d="M1.82843 13.8284L8.17157 20.1716C10.6914 22.6914 15 20.9068 15 17.3431L15 4.65686C15 1.09324 10.6914 -0.691433 8.17158 1.82843L1.82843 8.17157C0.266331 9.73367 0.266329 12.2663 1.82843 13.8284Z" fill="#16B364"/>
3
- </svg>
1
+ <svg width="15" height="22" viewBox="0 0 15 22" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path id="triangle 40x80" d="M1.82843 13.8284L8.17157 20.1716C10.6914 22.6914 15 20.9068 15 17.3431L15 4.65686C15 1.09324 10.6914 -0.691433 8.17158 1.82843L1.82843 8.17157C0.266331 9.73367 0.266329 12.2663 1.82843 13.8284Z" fill="#16B364"/>
3
+ </svg>
@@ -1,5 +1,5 @@
1
- <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <g id="addons/parallel">
3
- <path id="Union" fill-rule="evenodd" clip-rule="evenodd" d="M12.0007 2.66683C12.3688 2.66683 12.6673 2.36835 12.6673 2.00016C12.6673 1.63197 12.3688 1.3335 12.0007 1.3335C11.6325 1.3335 11.334 1.63197 11.334 2.00016C11.334 2.36835 11.6325 2.66683 12.0007 2.66683ZM12.6673 4.00016C12.6673 4.36835 12.3688 4.66683 12.0007 4.66683C11.6325 4.66683 11.334 4.36835 11.334 4.00016C11.334 3.63197 11.6325 3.3335 12.0007 3.3335C12.3688 3.3335 12.6673 3.63197 12.6673 4.00016ZM5.33398 6.00016C5.33398 5.63197 5.03551 5.3335 4.66732 5.3335C4.29913 5.3335 4.00065 5.63197 4.00065 6.00016V12.3907L2.47211 10.8621L1.5293 11.805L4.66737 14.943L7.80544 11.805L6.86263 10.8621L5.33398 12.3908V6.00016ZM12.6673 6.00016C12.6673 5.63197 12.3688 5.3335 12.0007 5.3335C11.6325 5.3335 11.334 5.63197 11.334 6.00016V12.3907L9.80544 10.8621L8.86263 11.805L12.0007 14.943L15.1388 11.805L14.196 10.8621L12.6673 12.3908V6.00016ZM5.33398 2.00016C5.33398 2.36835 5.03551 2.66683 4.66732 2.66683C4.29913 2.66683 4.00065 2.36835 4.00065 2.00016C4.00065 1.63197 4.29913 1.3335 4.66732 1.3335C5.03551 1.3335 5.33398 1.63197 5.33398 2.00016ZM4.66732 4.66683C5.03551 4.66683 5.33398 4.36835 5.33398 4.00016C5.33398 3.63197 5.03551 3.3335 4.66732 3.3335C4.29913 3.3335 4.00065 3.63197 4.00065 4.00016C4.00065 4.36835 4.29913 4.66683 4.66732 4.66683Z" fill="white"/>
4
- </g>
5
- </svg>
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g id="addons/parallel">
3
+ <path id="Union" fill-rule="evenodd" clip-rule="evenodd" d="M12.0007 2.66683C12.3688 2.66683 12.6673 2.36835 12.6673 2.00016C12.6673 1.63197 12.3688 1.3335 12.0007 1.3335C11.6325 1.3335 11.334 1.63197 11.334 2.00016C11.334 2.36835 11.6325 2.66683 12.0007 2.66683ZM12.6673 4.00016C12.6673 4.36835 12.3688 4.66683 12.0007 4.66683C11.6325 4.66683 11.334 4.36835 11.334 4.00016C11.334 3.63197 11.6325 3.3335 12.0007 3.3335C12.3688 3.3335 12.6673 3.63197 12.6673 4.00016ZM5.33398 6.00016C5.33398 5.63197 5.03551 5.3335 4.66732 5.3335C4.29913 5.3335 4.00065 5.63197 4.00065 6.00016V12.3907L2.47211 10.8621L1.5293 11.805L4.66737 14.943L7.80544 11.805L6.86263 10.8621L5.33398 12.3908V6.00016ZM12.6673 6.00016C12.6673 5.63197 12.3688 5.3335 12.0007 5.3335C11.6325 5.3335 11.334 5.63197 11.334 6.00016V12.3907L9.80544 10.8621L8.86263 11.805L12.0007 14.943L15.1388 11.805L14.196 10.8621L12.6673 12.3908V6.00016ZM5.33398 2.00016C5.33398 2.36835 5.03551 2.66683 4.66732 2.66683C4.29913 2.66683 4.00065 2.36835 4.00065 2.00016C4.00065 1.63197 4.29913 1.3335 4.66732 1.3335C5.03551 1.3335 5.33398 1.63197 5.33398 2.00016ZM4.66732 4.66683C5.03551 4.66683 5.33398 4.36835 5.33398 4.00016C5.33398 3.63197 5.03551 3.3335 4.66732 3.3335C4.29913 3.3335 4.00065 3.63197 4.00065 4.00016C4.00065 4.36835 4.29913 4.66683 4.66732 4.66683Z" fill="white"/>
4
+ </g>
5
+ </svg>
@@ -1,3 +1,3 @@
1
- <svg width="15" height="22" viewBox="0 0 15 22" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path id="triangle 16x32" d="M13.1716 13.8284L6.82843 20.1716C4.30857 22.6914 -5.32687e-07 20.9068 -8.44229e-07 17.3431L-1.9533e-06 4.65686C-2.26484e-06 1.09324 4.30856 -0.691433 6.82842 1.82843L13.1716 8.17157C14.7337 9.73367 14.7337 12.2663 13.1716 13.8284Z" fill="#F04438"/>
3
- </svg>
1
+ <svg width="15" height="22" viewBox="0 0 15 22" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path id="triangle 16x32" d="M13.1716 13.8284L6.82843 20.1716C4.30857 22.6914 -5.32687e-07 20.9068 -8.44229e-07 17.3431L-1.9533e-06 4.65686C-2.26484e-06 1.09324 4.30856 -0.691433 6.82842 1.82843L13.1716 8.17157C14.7337 9.73367 14.7337 12.2663 13.1716 13.8284Z" fill="#F04438"/>
3
+ </svg>
@@ -1,7 +1,7 @@
1
- <svg width="14" height="20" viewBox="0 0 14 20" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M5 2C5 0.895431 5.89543 0 7 0C8.10457 0 9 0.895431 9 2C9 3.10457 8.10457 4 7 4C5.89543 4 5 3.10457 5 2Z" fill="#6C737F"/>
3
- <path fill-rule="evenodd" clip-rule="evenodd" d="M0 9C0 7.34315 1.34315 6 3 6H11C12.6569 6 14 7.34315 14 9V11C14 12.6569 12.6569 14 11 14H3C1.34315 14 0 12.6569 0 11V9ZM3 8C2.44772 8 2 8.44772 2 9V11C2 11.5523 2.44772 12 3 12H11C11.5523 12 12 11.5523 12 11V9C12 8.44772 11.5523 8 11 8H3Z" fill="#6C737F"/>
4
- <path d="M5 18C5 16.8954 5.89543 16 7 16C8.10457 16 9 16.8954 9 18C9 19.1046 8.10457 20 7 20C5.89543 20 5 19.1046 5 18Z" fill="#6C737F"/>
5
- <path fill-rule="evenodd" clip-rule="evenodd" d="M6 7V3H8V7H6Z" fill="#6C737F"/>
6
- <path fill-rule="evenodd" clip-rule="evenodd" d="M6 18V13H8V18H6Z" fill="#6C737F"/>
7
- </svg>
1
+ <svg width="14" height="20" viewBox="0 0 14 20" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M5 2C5 0.895431 5.89543 0 7 0C8.10457 0 9 0.895431 9 2C9 3.10457 8.10457 4 7 4C5.89543 4 5 3.10457 5 2Z" fill="#6C737F"/>
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M0 9C0 7.34315 1.34315 6 3 6H11C12.6569 6 14 7.34315 14 9V11C14 12.6569 12.6569 14 11 14H3C1.34315 14 0 12.6569 0 11V9ZM3 8C2.44772 8 2 8.44772 2 9V11C2 11.5523 2.44772 12 3 12H11C11.5523 12 12 11.5523 12 11V9C12 8.44772 11.5523 8 11 8H3Z" fill="#6C737F"/>
4
+ <path d="M5 18C5 16.8954 5.89543 16 7 16C8.10457 16 9 16.8954 9 18C9 19.1046 8.10457 20 7 20C5.89543 20 5 19.1046 5 18Z" fill="#6C737F"/>
5
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M6 7V3H8V7H6Z" fill="#6C737F"/>
6
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M6 18V13H8V18H6Z" fill="#6C737F"/>
7
+ </svg>
@@ -3,11 +3,11 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.Container = void 0;
4
4
  const system_1 = require("@mui/system");
5
5
  const material_1 = require("@mui/material");
6
- exports.Container = (0, system_1.styled)(material_1.Box) `
7
- width: 100%;
8
- border-radius: 8px;
9
- box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
10
- border: 2px solid;
11
- border-color: ${props => `${props.theme.palette?.background?.paper}`};
12
- background: ${props => `${props.theme.palette?.background?.paper}`};
6
+ exports.Container = (0, system_1.styled)(material_1.Box) `
7
+ width: 100%;
8
+ border-radius: 8px;
9
+ box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
10
+ border: 2px solid;
11
+ border-color: ${props => `${props.theme.palette?.background?.paper}`};
12
+ background: ${props => `${props.theme.palette?.background?.paper}`};
13
13
  `;
@@ -1,8 +1,10 @@
1
1
  /// <reference types="react" />
2
+ import { NodeMenuItemType } from "../../node/enums";
2
3
  export type MenuItemType = {
3
4
  name: string;
4
5
  value: string;
5
6
  icon: JSX.Element;
7
+ type: NodeMenuItemType;
6
8
  };
7
9
  export type MenuTabType = {
8
10
  name: string;
@@ -9,33 +9,33 @@ const Add_1 = __importDefault(require("@mui/icons-material/Add"));
9
9
  const config_1 = require("../../../../config");
10
10
  const colors_1 = require("../../../../config/colors");
11
11
  const material_1 = require("@mui/material");
12
- const createAddButton = ({ background = colors_1.Colors.WHITE, x, y, }) => (0, system_1.styled)(Add_1.default) `
13
- height: ${config_1.Config.ADD_BUTTON_WIDTH}px;
14
- width: ${config_1.Config.ADD_BUTTON_WIDTH}px;
15
- position: absolute;
16
- top: ${y}px;
17
- left: ${x}px;
18
- font-size: ${config_1.Config.ADD_BUTTON_WIDTH}px;
19
- background: ${background};
20
- color: ${colors_1.Colors.NAVY_BLUE};
21
- border-radius: 50%;
22
- cursor: pointer;
23
- z-index: 1000;
24
- :hover {
25
- background: ${colors_1.Colors.BLUE};
26
- color: ${colors_1.Colors.WHITE};
27
- box-shadow: 0 0 1px 3px ${colors_1.Colors.DEEP_BLUE};
28
- }
12
+ const createAddButton = ({ background = colors_1.Colors.WHITE, x, y, }) => (0, system_1.styled)(Add_1.default) `
13
+ height: ${config_1.Config.ADD_BUTTON_WIDTH}px;
14
+ width: ${config_1.Config.ADD_BUTTON_WIDTH}px;
15
+ position: absolute;
16
+ top: ${y}px;
17
+ left: ${x}px;
18
+ font-size: ${config_1.Config.ADD_BUTTON_WIDTH}px;
19
+ background: ${background};
20
+ color: ${colors_1.Colors.NAVY_BLUE};
21
+ border-radius: 50%;
22
+ cursor: pointer;
23
+ z-index: 1000;
24
+ :hover {
25
+ background: ${colors_1.Colors.BLUE};
26
+ color: ${colors_1.Colors.WHITE};
27
+ box-shadow: 0 0 1px 3px ${colors_1.Colors.DEEP_BLUE};
28
+ }
29
29
  `;
30
30
  exports.createAddButton = createAddButton;
31
- const createPlaceholder = (isOver, canDrop) => (0, system_1.styled)(material_1.Box)(() => `
32
- width: ${config_1.Config.NODE_WIDTH}px;
33
- height: ${config_1.Config.NODE_HEIGHT}px;
34
- position: absolute;
35
- border-radius: 8px;
36
- background-color: rgba(99, 102, 241, 0.12);
37
- border: dashed #2970FF 2px;
38
- opacity: ${isOver ? 1 : 0};
39
- z-index: ${canDrop ? 1000 : 0};
31
+ const createPlaceholder = (isOver, canDrop) => (0, system_1.styled)(material_1.Box)(() => `
32
+ width: ${config_1.Config.NODE_WIDTH}px;
33
+ height: ${config_1.Config.NODE_HEIGHT}px;
34
+ position: absolute;
35
+ border-radius: 8px;
36
+ background-color: rgba(99, 102, 241, 0.12);
37
+ border: dashed #2970FF 2px;
38
+ opacity: ${isOver ? 1 : 0};
39
+ z-index: ${canDrop ? 1000 : 0};
40
40
  `);
41
41
  exports.createPlaceholder = createPlaceholder;
@@ -7,22 +7,22 @@ exports.createConnectionLine = void 0;
7
7
  const styled_1 = __importDefault(require("@emotion/styled"));
8
8
  const config_1 = require("../../../../config");
9
9
  const createConnectionLine = ({ width, height, x, y, border }) => {
10
- return (0, styled_1.default)("div") `
11
- width: ${width}px;
12
- height: ${height}px;
13
- border-top: ${border.top ? config_1.Config.CONNECTION_WIDTH : 0}px solid;
14
- border-left: ${border.left ? config_1.Config.CONNECTION_WIDTH : 0}px solid;
15
- border-right: ${border.right ? config_1.Config.CONNECTION_WIDTH : 0}px solid;
16
- border-bottom: ${border.bottom ? config_1.Config.CONNECTION_WIDTH : 0}px solid;
17
- border-top-left-radius: ${border.left && border.top ? 8 : 0}px;
18
- border-top-right-radius: ${border.right && border.top ? 8 : 0}px;
19
- border-bottom-left-radius: ${border.left && border.bottom ? 8 : 0}px;
20
- border-bottom-right-radius: ${border.right && border.bottom ? 8 : 0}px;
21
- position: absolute;
22
- top: ${y}px;
23
- left: ${x}px;
24
- display: flex;
25
- align-items: center;
10
+ return (0, styled_1.default)("div") `
11
+ width: ${width}px;
12
+ height: ${height}px;
13
+ border-top: ${border.top ? config_1.Config.CONNECTION_WIDTH : 0}px solid;
14
+ border-left: ${border.left ? config_1.Config.CONNECTION_WIDTH : 0}px solid;
15
+ border-right: ${border.right ? config_1.Config.CONNECTION_WIDTH : 0}px solid;
16
+ border-bottom: ${border.bottom ? config_1.Config.CONNECTION_WIDTH : 0}px solid;
17
+ border-top-left-radius: ${border.left && border.top ? 8 : 0}px;
18
+ border-top-right-radius: ${border.right && border.top ? 8 : 0}px;
19
+ border-bottom-left-radius: ${border.left && border.bottom ? 8 : 0}px;
20
+ border-bottom-right-radius: ${border.right && border.bottom ? 8 : 0}px;
21
+ position: absolute;
22
+ top: ${y}px;
23
+ left: ${x}px;
24
+ display: flex;
25
+ align-items: center;
26
26
  `;
27
27
  };
28
28
  exports.createConnectionLine = createConnectionLine;
@@ -10,46 +10,46 @@ const config_1 = require("../../../../config");
10
10
  const colors_1 = require("../../../../config/colors");
11
11
  const material_1 = require("@mui/material");
12
12
  const createConnectionLine = ({ width, height, x, y, border, }) => {
13
- return (0, system_1.styled)("div") `
14
- width: ${width}px;
15
- height: ${height}px;
16
- border-top: ${border.top ? config_1.Config.CONNECTION_WIDTH : 0}px solid;
17
- border-left: ${border.left ? config_1.Config.CONNECTION_WIDTH : 0}px solid;
18
- border-right: ${border.right ? config_1.Config.CONNECTION_WIDTH : 0}px solid;
19
- border-bottom: ${border.bottom ? config_1.Config.CONNECTION_WIDTH : 0}px solid;
20
- border-top-left-radius: ${border.left && border.top ? 8 : 0}px;
21
- border-top-right-radius: ${border.right && border.top ? 8 : 0}px;
22
- border-bottom-left-radius: ${border.left && border.bottom ? 8 : 0}px;
23
- border-bottom-right-radius: ${border.right && border.bottom ? 8 : 0}px;
24
- position: absolute;
25
- top: ${y}px;
26
- left: ${x}px;
27
- display: flex;
28
- align-items: center;
13
+ return (0, system_1.styled)("div") `
14
+ width: ${width}px;
15
+ height: ${height}px;
16
+ border-top: ${border.top ? config_1.Config.CONNECTION_WIDTH : 0}px solid;
17
+ border-left: ${border.left ? config_1.Config.CONNECTION_WIDTH : 0}px solid;
18
+ border-right: ${border.right ? config_1.Config.CONNECTION_WIDTH : 0}px solid;
19
+ border-bottom: ${border.bottom ? config_1.Config.CONNECTION_WIDTH : 0}px solid;
20
+ border-top-left-radius: ${border.left && border.top ? 8 : 0}px;
21
+ border-top-right-radius: ${border.right && border.top ? 8 : 0}px;
22
+ border-bottom-left-radius: ${border.left && border.bottom ? 8 : 0}px;
23
+ border-bottom-right-radius: ${border.right && border.bottom ? 8 : 0}px;
24
+ position: absolute;
25
+ top: ${y}px;
26
+ left: ${x}px;
27
+ display: flex;
28
+ align-items: center;
29
29
  `;
30
30
  };
31
31
  exports.createConnectionLine = createConnectionLine;
32
- const createAddButton = ({ background = colors_1.Colors.WHITE, x, y, }) => (0, system_1.styled)(Add_1.default) `
33
- height: ${config_1.Config.ADD_BUTTON_WIDTH}px;
34
- width: ${config_1.Config.ADD_BUTTON_WIDTH}px;
35
- position: absolute;
36
- top: ${y}px;
37
- left: ${x}px;
38
- font-size: ${config_1.Config.ADD_BUTTON_WIDTH}px;
39
- background: ${background};
40
- color: ${colors_1.Colors.NAVY_BLUE};
41
- border-radius: 50%;
42
- cursor: pointer;
43
- z-index: 1000;
44
- :hover {
45
- background: ${colors_1.Colors.BLUE};
46
- color: ${colors_1.Colors.WHITE};
47
- box-shadow: 0 0 1px 3px ${colors_1.Colors.DEEP_BLUE};
48
- }
32
+ const createAddButton = ({ background = colors_1.Colors.WHITE, x, y, }) => (0, system_1.styled)(Add_1.default) `
33
+ height: ${config_1.Config.ADD_BUTTON_WIDTH}px;
34
+ width: ${config_1.Config.ADD_BUTTON_WIDTH}px;
35
+ position: absolute;
36
+ top: ${y}px;
37
+ left: ${x}px;
38
+ font-size: ${config_1.Config.ADD_BUTTON_WIDTH}px;
39
+ background: ${background};
40
+ color: ${colors_1.Colors.NAVY_BLUE};
41
+ border-radius: 50%;
42
+ cursor: pointer;
43
+ z-index: 1000;
44
+ :hover {
45
+ background: ${colors_1.Colors.BLUE};
46
+ color: ${colors_1.Colors.WHITE};
47
+ box-shadow: 0 0 1px 3px ${colors_1.Colors.DEEP_BLUE};
48
+ }
49
49
  `;
50
50
  exports.createAddButton = createAddButton;
51
- exports.StyledPopper = (0, system_1.styled)(material_1.Popper) `
52
- z-index: 1000;
53
- overflow: hidden;
54
- border-radius: 16px;
51
+ exports.StyledPopper = (0, system_1.styled)(material_1.Popper) `
52
+ z-index: 1000;
53
+ overflow: hidden;
54
+ border-radius: 16px;
55
55
  `;
@@ -3,30 +3,30 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ZoomToolbarContainer = exports.ConnectionWrapper = exports.NodeWrapper = exports.createFlowContainer = void 0;
4
4
  const system_1 = require("@mui/system");
5
5
  const config_1 = require("../../../../config");
6
- const createFlowContainer = ({ scaleValue, width, }) => (0, system_1.styled)('div') `
7
- transform: scale(${scaleValue});
8
- min-width: ${width}px;
9
- min-height: fit-content;
10
- background-color: blue;
6
+ const createFlowContainer = ({ scaleValue, width, }) => (0, system_1.styled)('div') `
7
+ transform: scale(${scaleValue});
8
+ min-width: ${width}px;
9
+ min-height: fit-content;
10
+ background-color: blue;
11
11
  `;
12
12
  exports.createFlowContainer = createFlowContainer;
13
- exports.NodeWrapper = (0, system_1.styled)('div') `
14
- width: 0;
15
- height: ${config_1.Config.NODE_HEIGHT}px;
16
- position: absolute;
17
- display: flex;
18
- justify-content: center;
19
- align-items: center;
20
- z-index: 2;
13
+ exports.NodeWrapper = (0, system_1.styled)('div') `
14
+ width: 0;
15
+ height: ${config_1.Config.NODE_HEIGHT}px;
16
+ position: absolute;
17
+ display: flex;
18
+ justify-content: center;
19
+ align-items: center;
20
+ z-index: 2;
21
21
  `;
22
- exports.ConnectionWrapper = (0, system_1.styled)('div') `
23
- z-index: 1;
22
+ exports.ConnectionWrapper = (0, system_1.styled)('div') `
23
+ z-index: 1;
24
24
  `;
25
- exports.ZoomToolbarContainer = (0, system_1.styled)('div') `
26
- cursor: default;
27
- position: fixed;
28
- z-index: 1000;
29
- padding: 24px;
30
- bottom: 0;
31
- left: 0;
25
+ exports.ZoomToolbarContainer = (0, system_1.styled)('div') `
26
+ cursor: default;
27
+ position: fixed;
28
+ z-index: 1000;
29
+ padding: 24px;
30
+ bottom: 0;
31
+ left: 0;
32
32
  `;
@@ -2,12 +2,12 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.SpaceContainer = void 0;
4
4
  const system_1 = require("@mui/system");
5
- exports.SpaceContainer = (0, system_1.styled)('div') `
6
- width: 100%;
7
- height: 100%;
8
- cursor: grab;
9
- -webkit-user-select: none;
10
- -moz-user-select: none;
11
- -ms-user-select: none;
12
- user-select: none;
5
+ exports.SpaceContainer = (0, system_1.styled)('div') `
6
+ width: 100%;
7
+ height: 100%;
8
+ cursor: grab;
9
+ -webkit-user-select: none;
10
+ -moz-user-select: none;
11
+ -ms-user-select: none;
12
+ user-select: none;
13
13
  `;
@@ -1,10 +1,12 @@
1
1
  /// <reference types="react" />
2
2
  import { MenuTabType, Theme, UpdateNodePosition } from "../../common/types";
3
+ import { NodeMenuItemType } from "../../node/enums";
3
4
  import { NodeType } from "../../node/types";
4
5
  export type AddNewNodeCallbackType = (params: {
5
6
  menuItemId: string;
6
7
  parentId: string | undefined;
7
8
  connectionIndex: number;
9
+ nodeType: NodeMenuItemType;
8
10
  }) => void;
9
11
  export type NodeFlowPropsType = {
10
12
  nodes: NodeType[];
@@ -45,7 +45,7 @@ const BaseNode = ({ nodeData, isProcessed, isFailed, failedNodeColor, onRedirect
45
45
  }
46
46
  };
47
47
  const component = (0, react_1.useRef)();
48
- return ((0, jsx_runtime_1.jsx)(DragWrapper_1.DragWrapper, { onUpdatePosition: onUpdatePosition, nodeId: nodeData?.id || '', children: (0, jsx_runtime_1.jsx)(material_1.Box, { ref: component, children: (0, jsx_runtime_1.jsxs)(AnimatedContainer, { onClick: onNodeClick, style: props, onMouseEnter: () => setIsHovered(true), onMouseLeave: () => setIsHovered(false), children: [(0, jsx_runtime_1.jsxs)(styled_1.IconWrapper, { children: [(0, jsx_runtime_1.jsx)(styled_1.IconBorder, {}), nodeData?.icon] }), (0, jsx_runtime_1.jsxs)(styled_1.ContentContainer, { children: [(0, jsx_runtime_1.jsxs)(styled_1.NameOfExtension, { children: ["Type: ", nodeData?.extensionName || 'unknown'] }), (0, jsx_runtime_1.jsx)(styled_1.Name, { children: nodeData?.name })] }), nodeData?.childFlowId &&
48
+ return ((0, jsx_runtime_1.jsx)(DragWrapper_1.DragWrapper, { onUpdatePosition: onUpdatePosition, nodeId: nodeData?.id || '', children: (0, jsx_runtime_1.jsx)(material_1.Box, { ref: component, children: (0, jsx_runtime_1.jsxs)(AnimatedContainer, { onClick: onNodeClick, style: props, onMouseEnter: () => setIsHovered(true), onMouseLeave: () => setIsHovered(false), children: [(0, jsx_runtime_1.jsxs)(styled_1.IconWrapper, { children: [(0, jsx_runtime_1.jsx)(styled_1.IconBorder, {}), nodeData?.icon] }), (0, jsx_runtime_1.jsxs)(styled_1.ContentContainer, { children: [(0, jsx_runtime_1.jsxs)(styled_1.NameOfExtension, { children: ["Type: ", nodeData?.nodeType || 'unknown'] }), (0, jsx_runtime_1.jsx)(styled_1.Name, { children: nodeData?.name })] }), nodeData?.childFlowId &&
49
49
  (0, jsx_runtime_1.jsx)(styled_1.ChildFlowWrapper, { onClick: redirectToParentFlow, children: (0, jsx_runtime_1.jsx)("img", { src: flowIcon_svg_1.default }) })] }) }) }));
50
50
  };
51
51
  exports.default = BaseNode;
@@ -5,94 +5,94 @@ const system_1 = require("@mui/system");
5
5
  const material_1 = require("@mui/material");
6
6
  const config_1 = require("../../../../config");
7
7
  const colors_1 = require("../../../../config/colors");
8
- exports.Container = (0, system_1.styled)(material_1.Paper)(() => `
9
- width: ${config_1.Config.NODE_WIDTH}px;
10
- height: ${config_1.Config.NODE_HEIGHT}px;
11
- border-radius: 8px;
12
- box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.08);
13
- border: 2px solid ${colors_1.Colors.WHITE};
14
- cursor: pointer;
15
- display: flex;
16
- flex-direction: row;
17
- align-items: center;
18
- position: relative;
19
- z-index: 0;
8
+ exports.Container = (0, system_1.styled)(material_1.Paper)(() => `
9
+ width: ${config_1.Config.NODE_WIDTH}px;
10
+ height: ${config_1.Config.NODE_HEIGHT}px;
11
+ border-radius: 8px;
12
+ box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.08);
13
+ border: 2px solid ${colors_1.Colors.WHITE};
14
+ cursor: pointer;
15
+ display: flex;
16
+ flex-direction: row;
17
+ align-items: center;
18
+ position: relative;
19
+ z-index: 0;
20
20
  `);
21
- exports.IconBorder = (0, system_1.styled)('div') `
22
- position: absolute;
23
- width: 100%;
24
- height: 100%;
25
- border-radius: 6px;
26
- border: 1px solid rgba(17, 25, 39, 0.12);
21
+ exports.IconBorder = (0, system_1.styled)('div') `
22
+ position: absolute;
23
+ width: 100%;
24
+ height: 100%;
25
+ border-radius: 6px;
26
+ border: 1px solid rgba(17, 25, 39, 0.12);
27
27
  `;
28
- exports.IconWrapper = (0, system_1.styled)('div') `
29
- width: 56px;
30
- min-width: 56px;
31
- max-width: 56px;
32
- height: 56px;
33
- background: ${props => `${props.theme.palette?.background?.default}`};
34
- display: flex;
35
- justify-content: center;
36
- align-items: center;
37
- border-radius: 6px;
38
- object-fit: contain;
39
- margin-left: 8px;
40
- overflow: hidden;
41
- position: relative;
28
+ exports.IconWrapper = (0, system_1.styled)('div') `
29
+ width: 56px;
30
+ min-width: 56px;
31
+ max-width: 56px;
32
+ height: 56px;
33
+ background: ${props => `${props.theme.palette?.background?.default}`};
34
+ display: flex;
35
+ justify-content: center;
36
+ align-items: center;
37
+ border-radius: 6px;
38
+ object-fit: contain;
39
+ margin-left: 8px;
40
+ overflow: hidden;
41
+ position: relative;
42
42
  `;
43
- exports.Name = (0, system_1.styled)('div') `
44
- //font-size: 16px;
45
- display: -webkit-box;
46
- -webkit-line-clamp: 2;
47
- -webkit-box-orient: vertical;
48
- overflow: hidden;
49
- width: 240px;
50
- text-align: left;
51
- font-family: Inter, 'circular', serif;
52
- font-size: 16px;
53
- font-style: normal;
54
- font-weight: 700;
55
- line-height: 150%;
43
+ exports.Name = (0, system_1.styled)('div') `
44
+ //font-size: 16px;
45
+ display: -webkit-box;
46
+ -webkit-line-clamp: 2;
47
+ -webkit-box-orient: vertical;
48
+ overflow: hidden;
49
+ width: 240px;
50
+ text-align: left;
51
+ font-family: Inter, 'circular', serif;
52
+ font-size: 16px;
53
+ font-style: normal;
54
+ font-weight: 700;
55
+ line-height: 150%;
56
56
  `;
57
- exports.NameOfExtension = (0, system_1.styled)('div') `
58
- text-align: left;
59
- font-size: 12px;
60
- color: ${colors_1.Colors.GRAY};
61
- width: 240px;
62
- white-space: nowrap;
63
- overflow: hidden;
64
- text-overflow: ellipsis;
65
- font-family: Inter, 'circular', serif;
66
- font-style: normal;
67
- font-weight: 500;
68
- line-height: 14px; /* 116.667% */
69
- letter-spacing: 0.15px;
57
+ exports.NameOfExtension = (0, system_1.styled)('div') `
58
+ text-align: left;
59
+ font-size: 12px;
60
+ color: ${colors_1.Colors.GRAY};
61
+ width: 240px;
62
+ white-space: nowrap;
63
+ overflow: hidden;
64
+ text-overflow: ellipsis;
65
+ font-family: Inter, 'circular', serif;
66
+ font-style: normal;
67
+ font-weight: 500;
68
+ line-height: 14px; /* 116.667% */
69
+ letter-spacing: 0.15px;
70
70
  `;
71
- exports.ContentContainer = (0, system_1.styled)('div') `
72
- margin-left: 16px;
73
- height: 62px;
74
- align-items: center;
75
- justify-content: center;
76
- display: flex;
77
- width: min-content;
78
- flex-direction: column;
79
- gap: 5px
71
+ exports.ContentContainer = (0, system_1.styled)('div') `
72
+ margin-left: 16px;
73
+ height: 62px;
74
+ align-items: center;
75
+ justify-content: center;
76
+ display: flex;
77
+ width: min-content;
78
+ flex-direction: column;
79
+ gap: 5px
80
80
  `;
81
- exports.ChildFlowWrapper = (0, system_1.styled)('div') `
82
- width: min-content;
83
- height: min-content;
84
- position: absolute;
85
- z-index: 10;
86
- top: 10px;
87
- right: 10px;
81
+ exports.ChildFlowWrapper = (0, system_1.styled)('div') `
82
+ width: min-content;
83
+ height: min-content;
84
+ position: absolute;
85
+ z-index: 10;
86
+ top: 10px;
87
+ right: 10px;
88
88
  `;
89
- exports.NodeMenu = (0, system_1.styled)('div') `
90
- position: absolute;
91
- top: -2px;
92
- right: 0;
93
- width: 40px;
94
- height: calc(100% + 4px);
95
- background-color: #D8DBDC;
96
- margin-right: -2px;
97
- border-radius: 0 8px 8px 0;
89
+ exports.NodeMenu = (0, system_1.styled)('div') `
90
+ position: absolute;
91
+ top: -2px;
92
+ right: 0;
93
+ width: 40px;
94
+ height: calc(100% + 4px);
95
+ background-color: #D8DBDC;
96
+ margin-right: -2px;
97
+ border-radius: 0 8px 8px 0;
98
98
  `;
@@ -40,6 +40,6 @@ const ChoiceNode = ({ nodeData, isProcessed, isFailed, failedNodeColor }) => {
40
40
  });
41
41
  const ChoiceNodeImg = (0, react_1.useMemo)(() => (0, styled_1.createChoiceNodeImg)(), [color, node?.id, nodeData?.id]);
42
42
  const AnimatedChoiceNodeImg = (0, web_1.animated)(ChoiceNodeImg);
43
- return ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)(AnimatedChoiceNodeImg, { src: ChoiceNodeIcon_svg_1.default, style: props }), (0, jsx_runtime_1.jsx)(styled_1.Container, { onMouseEnter: () => setIsHovered(true), onMouseLeave: () => setIsHovered(false), onClick: onNodeClick, children: (0, jsx_runtime_1.jsxs)(material_1.Grid, { container: true, children: [(0, jsx_runtime_1.jsx)(material_1.Grid, { item: true, children: (0, jsx_runtime_1.jsx)(styled_1.ArrowImg, { src: LeftArrowIcon_svg_1.default, alt: "leftArrow" }) }), (0, jsx_runtime_1.jsx)(styled_1.NameGreed, { flexGrow: 1, item: true, children: nodeData?.name || nodeData?.extensionName }), (0, jsx_runtime_1.jsx)(material_1.Grid, { item: true, children: (0, jsx_runtime_1.jsx)(styled_1.ArrowImg, { src: RightArrowIcon_svg_1.default, alt: "RightArrow" }) })] }) })] }));
43
+ return ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)(AnimatedChoiceNodeImg, { src: ChoiceNodeIcon_svg_1.default, style: props }), (0, jsx_runtime_1.jsx)(styled_1.Container, { onMouseEnter: () => setIsHovered(true), onMouseLeave: () => setIsHovered(false), onClick: onNodeClick, children: (0, jsx_runtime_1.jsxs)(material_1.Grid, { container: true, children: [(0, jsx_runtime_1.jsx)(material_1.Grid, { item: true, children: (0, jsx_runtime_1.jsx)(styled_1.ArrowImg, { src: LeftArrowIcon_svg_1.default, alt: "leftArrow" }) }), (0, jsx_runtime_1.jsx)(styled_1.NameGreed, { flexGrow: 1, item: true, children: nodeData?.name || nodeData?.nodeType }), (0, jsx_runtime_1.jsx)(material_1.Grid, { item: true, children: (0, jsx_runtime_1.jsx)(styled_1.ArrowImg, { src: RightArrowIcon_svg_1.default, alt: "RightArrow" }) })] }) })] }));
44
44
  };
45
45
  exports.default = ChoiceNode;
@@ -5,35 +5,35 @@ const config_1 = require("../../../../config");
5
5
  const material_1 = require("@mui/material");
6
6
  const system_1 = require("@mui/system");
7
7
  const react_svg_1 = require("react-svg");
8
- exports.Container = (0, system_1.styled)('div') `
9
- min-width: 300px;
10
- height: ${config_1.Config.NODE_HEIGHT}px;
11
- cursor: pointer;
12
- display: flex;
13
- flex-direction: row;
14
- align-items: center;
15
- z-index: 1000;
8
+ exports.Container = (0, system_1.styled)('div') `
9
+ min-width: 300px;
10
+ height: ${config_1.Config.NODE_HEIGHT}px;
11
+ cursor: pointer;
12
+ display: flex;
13
+ flex-direction: row;
14
+ align-items: center;
15
+ z-index: 1000;
16
16
  `;
17
- const createChoiceNodeImg = () => (0, system_1.styled)(react_svg_1.ReactSVG) `
18
- top: -23px;
19
- position: absolute;
20
- filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.1));
21
- svg {
22
- fill: ${props => `${props.theme.palette?.background?.paper}`};
23
- stroke-width: 2;
24
- stroke-linecap: round;
25
- }
17
+ const createChoiceNodeImg = () => (0, system_1.styled)(react_svg_1.ReactSVG) `
18
+ top: -23px;
19
+ position: absolute;
20
+ filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.1));
21
+ svg {
22
+ fill: ${props => `${props.theme.palette?.background?.paper}`};
23
+ stroke-width: 2;
24
+ stroke-linecap: round;
25
+ }
26
26
  `;
27
27
  exports.createChoiceNodeImg = createChoiceNodeImg;
28
- exports.NameGreed = (0, system_1.styled)(material_1.Grid) `
29
- display: flex;
30
- justify-content: center;
31
- align-items: center;
32
- font-size: 16px;
33
- font-weight: 700;
34
- color: ${props => `${props.theme.palette.text.primary}`};
35
- font-family: Inter, 'circular', serif;;
28
+ exports.NameGreed = (0, system_1.styled)(material_1.Grid) `
29
+ display: flex;
30
+ justify-content: center;
31
+ align-items: center;
32
+ font-size: 16px;
33
+ font-weight: 700;
34
+ color: ${props => `${props.theme.palette.text.primary}`};
35
+ font-family: Inter, 'circular', serif;;
36
36
  `;
37
- exports.ArrowImg = (0, system_1.styled)('img') `
38
- margin-top: 5px;
37
+ exports.ArrowImg = (0, system_1.styled)('img') `
38
+ margin-top: 5px;
39
39
  `;
@@ -8,15 +8,15 @@ const system_1 = require("@mui/system");
8
8
  const Stop_1 = __importDefault(require("@mui/icons-material/Stop"));
9
9
  const config_1 = require("../../../../config");
10
10
  const colors_1 = require("../../../../config/colors");
11
- exports.IconContainer = (0, system_1.styled)('div') `
12
- display: flex;
13
- justify-content: center;
14
- align-items: center;
15
- background: ${colors_1.Colors.NAVY_BLUE};
16
- height: ${config_1.Config.EDGE_NODE_HEIGHT}px;
17
- min-width: ${config_1.Config.EDGE_NODE_HEIGHT}px;
18
- border-radius: 100%;
11
+ exports.IconContainer = (0, system_1.styled)('div') `
12
+ display: flex;
13
+ justify-content: center;
14
+ align-items: center;
15
+ background: ${colors_1.Colors.NAVY_BLUE};
16
+ height: ${config_1.Config.EDGE_NODE_HEIGHT}px;
17
+ min-width: ${config_1.Config.EDGE_NODE_HEIGHT}px;
18
+ border-radius: 100%;
19
19
  `;
20
- exports.Icon = (0, system_1.styled)(Stop_1.default) `
21
- color: ${colors_1.Colors.WHITE};
20
+ exports.Icon = (0, system_1.styled)(Stop_1.default) `
21
+ color: ${colors_1.Colors.WHITE};
22
22
  `;
@@ -4,9 +4,9 @@ exports.NodeHubStyledComponent = void 0;
4
4
  const system_1 = require("@mui/system");
5
5
  const config_1 = require("../../../../config");
6
6
  const colors_1 = require("../../../../config/colors");
7
- exports.NodeHubStyledComponent = (0, system_1.styled)('div') `
8
- min-width: 50px;
9
- min-height: ${config_1.Config.HUB_NODE_HEIGHT}px;
10
- background: ${colors_1.Colors.NAVY_BLUE};
11
- border-radius: 5px;
7
+ exports.NodeHubStyledComponent = (0, system_1.styled)('div') `
8
+ min-width: 50px;
9
+ min-height: ${config_1.Config.HUB_NODE_HEIGHT}px;
10
+ background: ${colors_1.Colors.NAVY_BLUE};
11
+ border-radius: 5px;
12
12
  `;
@@ -7,12 +7,12 @@ const jsx_runtime_1 = require("react/jsx-runtime");
7
7
  const react_1 = require("react");
8
8
  const styled_1 = require("./styled");
9
9
  const Grid_1 = __importDefault(require("@mui/material/Grid"));
10
- const NodesMenu = ({ addNewNodeCallback, menuTabs, data, onCloseMenu, emptyMenuItemsComponent, searchPlaceholder }) => {
10
+ const NodesMenu = ({ addNewNodeCallback, menuTabs, data, onCloseMenu, emptyMenuItemsComponent, searchPlaceholder, }) => {
11
11
  const [value, setValue] = (0, react_1.useState)(menuTabs?.[0].name);
12
- const [searchQuery, setSearchQuery] = (0, react_1.useState)('');
12
+ const [searchQuery, setSearchQuery] = (0, react_1.useState)("");
13
13
  const handleChange = (_, newValue) => {
14
14
  setValue(newValue);
15
- setSearchQuery('');
15
+ setSearchQuery("");
16
16
  };
17
17
  const handleSearchChange = (event) => {
18
18
  setSearchQuery(event.target.value);
@@ -21,16 +21,19 @@ const NodesMenu = ({ addNewNodeCallback, menuTabs, data, onCloseMenu, emptyMenuI
21
21
  ...tabContentByTabName,
22
22
  [tab.name]: tab.menuItems,
23
23
  }), {}), [menuTabs]);
24
- const onMenuItemClick = (nodeId) => {
24
+ const onMenuItemClick = (nodeId, nodeType) => {
25
25
  addNewNodeCallback?.({
26
26
  ...data,
27
27
  menuItemId: nodeId,
28
+ nodeType,
28
29
  });
29
30
  onCloseMenu();
30
31
  };
31
32
  const filteredItems = (0, react_1.useMemo)(() => {
32
33
  return tab[value].filter((menuItem) => menuItem.name.toLowerCase().includes(searchQuery.toLowerCase()));
33
34
  }, [searchQuery, value]);
34
- return ((0, jsx_runtime_1.jsxs)(styled_1.MenuContainer, { children: [(0, jsx_runtime_1.jsxs)(Grid_1.default, { direction: 'column', p: '0 0 10px 0', children: [(0, jsx_runtime_1.jsxs)(Grid_1.default, { alignItems: 'center', container: true, p: '8px 8px 0 0', children: [(0, jsx_runtime_1.jsx)(Grid_1.default, { flexGrow: 1, item: true, children: (0, jsx_runtime_1.jsx)(styled_1.StyledTabs, { value: value, onChange: handleChange, textColor: 'primary', indicatorColor: 'primary', children: menuTabs.map((tab) => ((0, jsx_runtime_1.jsx)(styled_1.StyledTab, { value: tab.name, label: tab.name }, tab.name))) }) }), (0, jsx_runtime_1.jsx)(Grid_1.default, { item: true, children: (0, jsx_runtime_1.jsx)(styled_1.Close, { onClick: onCloseMenu }) })] }), (0, jsx_runtime_1.jsx)(styled_1.StyledTextField, { fullWidth: true, variant: "outlined", size: "small", placeholder: searchPlaceholder ? searchPlaceholder : "", value: searchQuery, onChange: handleSearchChange })] }), (0, jsx_runtime_1.jsx)(styled_1.ContentContainer, { children: filteredItems?.length > 0 ? (filteredItems.map((menuItem) => ((0, jsx_runtime_1.jsxs)(styled_1.MenuItem, { onClick: () => onMenuItemClick(menuItem.value), children: [(0, jsx_runtime_1.jsx)(styled_1.IconWrapper, { children: menuItem.icon }), menuItem.name] }, menuItem.value)))) : (emptyMenuItemsComponent && emptyMenuItemsComponent) })] }));
35
+ return ((0, jsx_runtime_1.jsxs)(styled_1.MenuContainer, { children: [(0, jsx_runtime_1.jsxs)(Grid_1.default, { direction: "column", p: "0 0 10px 0", children: [(0, jsx_runtime_1.jsxs)(Grid_1.default, { alignItems: "center", container: true, p: "8px 8px 0 0", children: [(0, jsx_runtime_1.jsx)(Grid_1.default, { flexGrow: 1, item: true, children: (0, jsx_runtime_1.jsx)(styled_1.StyledTabs, { value: value, onChange: handleChange, textColor: "primary", indicatorColor: "primary", children: menuTabs.map((tab) => ((0, jsx_runtime_1.jsx)(styled_1.StyledTab, { value: tab.name, label: tab.name }, tab.name))) }) }), (0, jsx_runtime_1.jsx)(Grid_1.default, { item: true, children: (0, jsx_runtime_1.jsx)(styled_1.Close, { onClick: onCloseMenu }) })] }), (0, jsx_runtime_1.jsx)(styled_1.StyledTextField, { fullWidth: true, variant: "outlined", size: "small", placeholder: searchPlaceholder ? searchPlaceholder : "", value: searchQuery, onChange: handleSearchChange })] }), (0, jsx_runtime_1.jsx)(styled_1.ContentContainer, { children: filteredItems?.length > 0
36
+ ? filteredItems.map((menuItem) => ((0, jsx_runtime_1.jsxs)(styled_1.MenuItem, { onClick: () => onMenuItemClick(menuItem.value, menuItem.type), children: [(0, jsx_runtime_1.jsx)(styled_1.IconWrapper, { children: menuItem.icon }), menuItem.name] }, menuItem.value)))
37
+ : emptyMenuItemsComponent && emptyMenuItemsComponent })] }));
35
38
  };
36
39
  exports.default = NodesMenu;
@@ -18,63 +18,63 @@ exports.MenuContainer = (0, system_1.styled)(material_1.Box)(({ theme }) => ({
18
18
  overflow: "hidden",
19
19
  colorScheme: theme.palette.mode,
20
20
  }));
21
- exports.TabContainer = (0, system_1.styled)("div") `
22
- margin-top: 4px;
23
- overflow-x: scroll;
21
+ exports.TabContainer = (0, system_1.styled)("div") `
22
+ margin-top: 4px;
23
+ overflow-x: scroll;
24
24
  `;
25
- exports.StyledTabs = (0, system_1.styled)(material_1.Tabs) `
26
- display: flex;
27
- align-items: flex-start;
28
- width: max-content;
29
- min-height: 40px;
25
+ exports.StyledTabs = (0, system_1.styled)(material_1.Tabs) `
26
+ display: flex;
27
+ align-items: flex-start;
28
+ width: max-content;
29
+ min-height: 40px;
30
30
  `;
31
- exports.StyledTab = (0, system_1.styled)(material_1.Tab) `
32
- min-height: 40px;
31
+ exports.StyledTab = (0, system_1.styled)(material_1.Tab) `
32
+ min-height: 40px;
33
33
  `;
34
- exports.ContentContainer = (0, system_1.styled)("div") `
35
- height: calc(100% - 120px);
36
- overflow-y: scroll;
34
+ exports.ContentContainer = (0, system_1.styled)("div") `
35
+ height: calc(100% - 120px);
36
+ overflow-y: scroll;
37
37
  `;
38
- exports.Close = (0, system_1.styled)(Close_1.default) `
39
- cursor: pointer;
40
- font-size: 24px;
41
- display: flex;
42
- margin: 8px;
38
+ exports.Close = (0, system_1.styled)(Close_1.default) `
39
+ cursor: pointer;
40
+ font-size: 24px;
41
+ display: flex;
42
+ margin: 8px;
43
43
  `;
44
- exports.MenuItem = (0, system_1.styled)("div") `
45
- display: flex;
46
- align-items: center;
47
- gap: 8px;
48
- padding: 8px 12px;
49
- margin: 4px;
50
- border-radius: 12px;
51
- cursor: pointer;
52
- font-family: Inter;
53
- font-size: 0.875rem;
54
- font-weight: 600;
55
- line-height: 24px;
56
- :hover {
57
- background: ${props => `${props.theme.palette?.background?.default}`};;
58
- }
44
+ exports.MenuItem = (0, system_1.styled)("div") `
45
+ display: flex;
46
+ align-items: center;
47
+ gap: 8px;
48
+ padding: 8px 12px;
49
+ margin: 4px;
50
+ border-radius: 12px;
51
+ cursor: pointer;
52
+ font-family: Inter;
53
+ font-size: 0.875rem;
54
+ font-weight: 600;
55
+ line-height: 24px;
56
+ :hover {
57
+ background: ${props => `${props.theme.palette?.background?.default}`};;
58
+ }
59
59
  `;
60
- exports.IconWrapper = (0, system_1.styled)("div") `
61
- width: 24px;
62
- height: 24px;
63
- display: flex;
64
- justify-content: center;
65
- align-items: center;
66
- border-radius: 6px;
67
- object-fit: contain;
68
- overflow: hidden;
60
+ exports.IconWrapper = (0, system_1.styled)("div") `
61
+ width: 24px;
62
+ height: 24px;
63
+ display: flex;
64
+ justify-content: center;
65
+ align-items: center;
66
+ border-radius: 6px;
67
+ object-fit: contain;
68
+ overflow: hidden;
69
69
  `;
70
- exports.StyledTextField = (0, system_1.styled)(material_1.TextField) `
71
- width: calc(100% - 32px);
72
- margin: 10px 16px 0;
73
- .MuiOutlinedInput-notchedOutline {
74
- border-color: rgb(216, 219, 220)!important;
75
- }
76
- .MuiInputBase-input {
77
- padding-top: 5px;
78
- padding-bottom: 5px;
79
- }
70
+ exports.StyledTextField = (0, system_1.styled)(material_1.TextField) `
71
+ width: calc(100% - 32px);
72
+ margin: 10px 16px 0;
73
+ .MuiOutlinedInput-notchedOutline {
74
+ border-color: rgb(216, 219, 220)!important;
75
+ }
76
+ .MuiInputBase-input {
77
+ padding-top: 5px;
78
+ padding-bottom: 5px;
79
+ }
80
80
  `;
@@ -4,13 +4,13 @@ exports.Container = void 0;
4
4
  const system_1 = require("@mui/system");
5
5
  const config_1 = require("../../../../config");
6
6
  const colors_1 = require("../../../../config/colors");
7
- exports.Container = (0, system_1.styled)('div') `
8
- height: ${config_1.Config.PARALLEL_NODE_HEIGHT}px;
9
- min-width: ${config_1.Config.PARALLEL_NODE_HEIGHT}px;
10
- border-radius: 32px;
11
- background-color: ${colors_1.Colors.NAVY_BLUE};
12
- display: flex;
13
- justify-content: center;
14
- align-items: center;
15
- cursor: pointer;
7
+ exports.Container = (0, system_1.styled)('div') `
8
+ height: ${config_1.Config.PARALLEL_NODE_HEIGHT}px;
9
+ min-width: ${config_1.Config.PARALLEL_NODE_HEIGHT}px;
10
+ border-radius: 32px;
11
+ background-color: ${colors_1.Colors.NAVY_BLUE};
12
+ display: flex;
13
+ justify-content: center;
14
+ align-items: center;
15
+ cursor: pointer;
16
16
  `;
@@ -8,15 +8,15 @@ const system_1 = require("@mui/system");
8
8
  const PlayArrow_1 = __importDefault(require("@mui/icons-material/PlayArrow"));
9
9
  const config_1 = require("../../../../config");
10
10
  const colors_1 = require("../../../../config/colors");
11
- exports.IconContainer = (0, system_1.styled)('div') `
12
- display: flex;
13
- justify-content: center;
14
- align-items: center;
15
- background: ${colors_1.Colors.GREEN};
16
- height: ${config_1.Config.EDGE_NODE_HEIGHT}px;
17
- min-width: ${config_1.Config.EDGE_NODE_HEIGHT}px;
18
- border-radius: 100%;
11
+ exports.IconContainer = (0, system_1.styled)('div') `
12
+ display: flex;
13
+ justify-content: center;
14
+ align-items: center;
15
+ background: ${colors_1.Colors.GREEN};
16
+ height: ${config_1.Config.EDGE_NODE_HEIGHT}px;
17
+ min-width: ${config_1.Config.EDGE_NODE_HEIGHT}px;
18
+ border-radius: 100%;
19
19
  `;
20
- exports.Icon = (0, system_1.styled)(PlayArrow_1.default) `
21
- color: ${colors_1.Colors.WHITE};
20
+ exports.Icon = (0, system_1.styled)(PlayArrow_1.default) `
21
+ color: ${colors_1.Colors.WHITE};
22
22
  `;
@@ -42,6 +42,6 @@ const NodeSettingsProvider = ({ children, permissions: { canUpdate, canDelete },
42
42
  node?.settings?.footer?.onDelete?.(node?.id);
43
43
  handleClose();
44
44
  };
45
- return ((0, jsx_runtime_1.jsxs)(SettingsContext.Provider, { value: { node, setNode }, children: [children, canUpdate && ((0, jsx_runtime_1.jsx)(components_1.HorizontalDrawer, { open: isOpen, onClose: handleClose, HeaderContent: (0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsxs)(styled_1.IconWrapper, { children: [(0, jsx_runtime_1.jsx)(styled_1.IconBorder, {}), node?.icon] }), (0, jsx_runtime_1.jsx)(styled_1.NameContainer, { children: node?.extensionName })] }), Content: (0, jsx_runtime_1.jsxs)(styled_1.SettingsContent, { children: [(0, jsx_runtime_1.jsx)(material_1.Box, { display: 'flex', flexDirection: 'column', flexGrow: 1, children: node?.settings?.settingsForm }), node?.settings?.customFooter ?? ((0, jsx_runtime_1.jsxs)(styled_1.DefaultFooterContainer, { children: [!isNodeWithoutSave && ((0, jsx_runtime_1.jsx)(material_2.Button, { onClick: onSaveNode, variant: "contained", children: node?.settings?.footer?.saveText || "Save" })), (0, jsx_runtime_1.jsx)(material_1.Box, { flexGrow: 1, children: (0, jsx_runtime_1.jsx)(material_2.Button, { variant: "outlined", onClick: onCancel, children: node?.settings?.footer?.cancelText || "Cancel " }) }), canDelete && ((0, jsx_runtime_1.jsx)(material_2.Button, { onClick: onDeleteNode, color: "error", variant: "text", children: node?.settings?.footer?.deleteText || "Delete node" }))] }))] }) }))] }));
45
+ return ((0, jsx_runtime_1.jsxs)(SettingsContext.Provider, { value: { node, setNode }, children: [children, canUpdate && ((0, jsx_runtime_1.jsx)(components_1.HorizontalDrawer, { open: isOpen, onClose: handleClose, HeaderContent: (0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsxs)(styled_1.IconWrapper, { children: [(0, jsx_runtime_1.jsx)(styled_1.IconBorder, {}), node?.icon] }), (0, jsx_runtime_1.jsx)(styled_1.NameContainer, { children: node?.nodeType || 'unknown' })] }), Content: (0, jsx_runtime_1.jsxs)(styled_1.SettingsContent, { children: [(0, jsx_runtime_1.jsx)(material_1.Box, { display: 'flex', flexDirection: 'column', flexGrow: 1, children: node?.settings?.settingsForm }), node?.settings?.customFooter ?? ((0, jsx_runtime_1.jsxs)(styled_1.DefaultFooterContainer, { children: [!isNodeWithoutSave && ((0, jsx_runtime_1.jsx)(material_2.Button, { onClick: onSaveNode, variant: "contained", children: node?.settings?.footer?.saveText || "Save" })), (0, jsx_runtime_1.jsx)(material_1.Box, { flexGrow: 1, children: (0, jsx_runtime_1.jsx)(material_2.Button, { variant: "outlined", onClick: onCancel, children: node?.settings?.footer?.cancelText || "Cancel " }) }), canDelete && ((0, jsx_runtime_1.jsx)(material_2.Button, { onClick: onDeleteNode, color: "error", variant: "text", children: node?.settings?.footer?.deleteText || "Delete node" }))] }))] }) }))] }));
46
46
  };
47
47
  exports.NodeSettingsProvider = NodeSettingsProvider;
@@ -3,38 +3,38 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.NameContainer = exports.IconWrapper = exports.IconBorder = exports.DefaultFooterContainer = exports.SettingsContent = void 0;
4
4
  const material_1 = require("@mui/material");
5
5
  const system_1 = require("@mui/system");
6
- exports.SettingsContent = (0, system_1.styled)(material_1.Box) `
7
- display: flex;
8
- flex-direction: column;
9
- height: 100%;
6
+ exports.SettingsContent = (0, system_1.styled)(material_1.Box) `
7
+ display: flex;
8
+ flex-direction: column;
9
+ height: 100%;
10
10
  `;
11
- exports.DefaultFooterContainer = (0, system_1.styled)(material_1.Box) `
12
- display: flex;
13
- align-items: center;
14
- gap: 24px;
15
- margin-top: 20px;
11
+ exports.DefaultFooterContainer = (0, system_1.styled)(material_1.Box) `
12
+ display: flex;
13
+ align-items: center;
14
+ gap: 24px;
15
+ margin-top: 20px;
16
16
  `;
17
- exports.IconBorder = (0, system_1.styled)('div') `
18
- position: absolute;
19
- width: 100%;
20
- height: 100%;
21
- border-radius: 6px;
22
- border: 1px solid rgba(17, 25, 39, 0.12);
17
+ exports.IconBorder = (0, system_1.styled)('div') `
18
+ position: absolute;
19
+ width: 100%;
20
+ height: 100%;
21
+ border-radius: 6px;
22
+ border: 1px solid rgba(17, 25, 39, 0.12);
23
23
  `;
24
- exports.IconWrapper = (0, system_1.styled)("div") `
25
- width: 56px;
26
- height: 56px;
27
- background: #f3f3f3;
28
- display: flex;
29
- justify-content: center;
30
- align-items: center;
31
- border-radius: 6px;
32
- object-fit: contain;
33
- position: relative;
34
- overflow: hidden;
24
+ exports.IconWrapper = (0, system_1.styled)("div") `
25
+ width: 56px;
26
+ height: 56px;
27
+ background: #f3f3f3;
28
+ display: flex;
29
+ justify-content: center;
30
+ align-items: center;
31
+ border-radius: 6px;
32
+ object-fit: contain;
33
+ position: relative;
34
+ overflow: hidden;
35
35
  `;
36
- exports.NameContainer = (0, system_1.styled)("div") `
37
- font-size: 18px;
38
- font-weight: 700;
39
- text-align: left;
36
+ exports.NameContainer = (0, system_1.styled)("div") `
37
+ font-size: 18px;
38
+ font-weight: 700;
39
+ text-align: left;
40
40
  `;
@@ -6,3 +6,7 @@ export declare enum NodeTypeEnum {
6
6
  ChoiceNode = "choiceNode",
7
7
  ParallelNode = "parallelNode"
8
8
  }
9
+ export declare enum NodeMenuItemType {
10
+ EXTENSION = "extension",
11
+ AI_AGENT = "ai-agent"
12
+ }
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.NodeTypeEnum = void 0;
3
+ exports.NodeMenuItemType = exports.NodeTypeEnum = void 0;
4
4
  var NodeTypeEnum;
5
5
  (function (NodeTypeEnum) {
6
6
  NodeTypeEnum["BaseNode"] = "baseNode";
@@ -10,3 +10,8 @@ var NodeTypeEnum;
10
10
  NodeTypeEnum["ChoiceNode"] = "choiceNode";
11
11
  NodeTypeEnum["ParallelNode"] = "parallelNode";
12
12
  })(NodeTypeEnum || (exports.NodeTypeEnum = NodeTypeEnum = {}));
13
+ var NodeMenuItemType;
14
+ (function (NodeMenuItemType) {
15
+ NodeMenuItemType["EXTENSION"] = "extension";
16
+ NodeMenuItemType["AI_AGENT"] = "ai-agent";
17
+ })(NodeMenuItemType || (exports.NodeMenuItemType = NodeMenuItemType = {}));
@@ -12,8 +12,8 @@ const ParallelNode_1 = __importDefault(require("./components/ParallelNode"));
12
12
  const StartNode_1 = __importDefault(require("./components/StartNode"));
13
13
  exports.nodeModule = {
14
14
  nodes: {
15
- baseNode: BaseNode_1.default,
16
15
  startNode: StartNode_1.default,
16
+ baseNode: BaseNode_1.default,
17
17
  endNode: EndNode_1.default,
18
18
  hubNode: HubNode_1.default,
19
19
  choiceNode: ChoiseNode_1.default,
@@ -5,7 +5,7 @@ declare class ExpandCoefficientServices {
5
5
  expandCoefficient: number;
6
6
  id: string;
7
7
  name?: string | undefined;
8
- extensionName?: string | undefined;
8
+ nodeType?: string | undefined;
9
9
  description?: string | undefined;
10
10
  icon?: JSX.Element | undefined;
11
11
  type: import("../enums").NodeTypeEnum;
@@ -17,7 +17,7 @@ export type SettingsType = {
17
17
  export type NodeType = {
18
18
  id: string;
19
19
  name?: string;
20
- extensionName?: string;
20
+ nodeType?: string;
21
21
  description?: string;
22
22
  icon?: JSX.Element;
23
23
  type: NodeTypeEnum;
package/package.json CHANGED
@@ -1,65 +1,65 @@
1
- {
2
- "name": "flow-lib-creomnia",
3
- "version": "1.0.3",
4
- "description": "",
5
- "main": "lib/index.js",
6
- "types": "lib/index.d.ts",
7
- "private": false,
8
- "scripts": {
9
- "test": "jest --config jestconfig.json",
10
- "clean": "rm -rf ./lib",
11
- "copy-files": "cp -R src/assets lib/assets",
12
- "build": "npm run clean && tsc && npm run copy-files",
13
- "publish-package": "npm run build && npm publish"
14
- },
15
- "keywords": [],
16
- "author": "",
17
- "license": "ISC",
18
- "devDependencies": {
19
- "@babel/plugin-proposal-private-property-in-object": "^7.21.11",
20
- "@types/jest": "^29.5.2",
21
- "@types/react": "^18.2.12",
22
- "@types/react-dom": "^18.2.5",
23
- "@types/react-svg": "^5.0.0",
24
- "jest": "^29.5.0",
25
- "prettier": "^2.8.8",
26
- "prop-types": "^15.8.1",
27
- "react": "^18.2.0",
28
- "react-dom": "^18.2.0",
29
- "ts-jest": "^29.1.0",
30
- "tslint": "^6.1.3",
31
- "tslint-config-prettier": "^1.18.0",
32
- "typescript": "^5.1.3"
33
- },
34
- "files": [
35
- "lib/**/*"
36
- ],
37
- "peerDependencies": {
38
- "@emotion/react": "^11.11.1",
39
- "@emotion/styled": "^11.11.0",
40
- "@mui/icons-material": "^5.11.16",
41
- "@mui/material": "^5.13.5",
42
- "@mui/styled-engine-sc": "^5.12.0",
43
- "react": "^18.2.0",
44
- "react-dom": "^18.2.0",
45
- "react-svg": "^16.1.17",
46
- "styled-components": "^5.3.11"
47
- },
48
- "dependencies": {
49
- "@emotion/react": "^11.11.1",
50
- "@emotion/styled": "^11.11.0",
51
- "@mui/icons-material": "^5.11.16",
52
- "@mui/material": "^5.13.5",
53
- "@mui/styled-engine-sc": "^5.12.0",
54
- "@react-spring/rafz": "^9.7.3",
55
- "@react-spring/web": "^9.7.3",
56
- "react": "^18.2.0",
57
- "react-dnd": "^16.0.1",
58
- "react-dnd-html5-backend": "^16.0.1",
59
- "react-dom": "^18.2.0",
60
- "react-svg": "^16.1.17",
61
- "react-zoom-pan-pinch": "^3.3.0",
62
- "styled-components": "^5.3.11"
63
- },
64
- "readme": "ERROR: No README data found!"
65
- }
1
+ {
2
+ "name": "flow-lib-creomnia",
3
+ "version": "1.0.4",
4
+ "description": "",
5
+ "main": "lib/index.js",
6
+ "types": "lib/index.d.ts",
7
+ "private": false,
8
+ "scripts": {
9
+ "test": "jest --config jestconfig.json",
10
+ "clean": "rm -rf ./lib",
11
+ "copy-files": "cp -R src/assets lib/assets",
12
+ "build": "npm run clean && tsc && npm run copy-files",
13
+ "publish-package": "npm run build && npm publish"
14
+ },
15
+ "keywords": [],
16
+ "author": "",
17
+ "license": "ISC",
18
+ "devDependencies": {
19
+ "@babel/plugin-proposal-private-property-in-object": "^7.21.11",
20
+ "@types/jest": "^29.5.2",
21
+ "@types/react": "^18.2.12",
22
+ "@types/react-dom": "^18.2.5",
23
+ "@types/react-svg": "^5.0.0",
24
+ "jest": "^29.5.0",
25
+ "prettier": "^2.8.8",
26
+ "prop-types": "^15.8.1",
27
+ "react": "^18.2.0",
28
+ "react-dom": "^18.2.0",
29
+ "ts-jest": "^29.1.0",
30
+ "tslint": "^6.1.3",
31
+ "tslint-config-prettier": "^1.18.0",
32
+ "typescript": "^5.1.3"
33
+ },
34
+ "files": [
35
+ "lib/**/*"
36
+ ],
37
+ "peerDependencies": {
38
+ "@emotion/react": "^11.11.1",
39
+ "@emotion/styled": "^11.11.0",
40
+ "@mui/icons-material": "^5.11.16",
41
+ "@mui/material": "^5.13.5",
42
+ "@mui/styled-engine-sc": "^5.12.0",
43
+ "react": "^18.2.0",
44
+ "react-dom": "^18.2.0",
45
+ "react-svg": "^16.1.17",
46
+ "styled-components": "^5.3.11"
47
+ },
48
+ "dependencies": {
49
+ "@emotion/react": "^11.11.1",
50
+ "@emotion/styled": "^11.11.0",
51
+ "@mui/icons-material": "^5.11.16",
52
+ "@mui/material": "^5.13.5",
53
+ "@mui/styled-engine-sc": "^5.12.0",
54
+ "@react-spring/rafz": "^9.7.3",
55
+ "@react-spring/web": "^9.7.3",
56
+ "react": "^18.2.0",
57
+ "react-dnd": "^16.0.1",
58
+ "react-dnd-html5-backend": "^16.0.1",
59
+ "react-dom": "^18.2.0",
60
+ "react-svg": "^16.1.17",
61
+ "react-zoom-pan-pinch": "^3.3.0",
62
+ "styled-components": "^5.3.11"
63
+ },
64
+ "readme": "ERROR: No README data found!"
65
+ }