microboard-temp 0.14.32 → 0.14.34

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.
@@ -58787,52 +58787,49 @@ var COLOR_PALETTE2 = [
58787
58787
  ];
58788
58788
  var inlineShapeAsset = (folder, file2 = folder) => overlayAssetIcon(`src/Items/Shape/Basic/${folder}/${file2}.icon.svg`);
58789
58789
  var localShapeIcon = (file2) => overlayAssetIcon(`src/Items/Shape/icons/${file2}.icon.svg`);
58790
- var bpmnIcon = (folder) => overlayAssetIcon(`src/Items/Shape/BPMN/${folder}/${folder}.icon.svg`);
58790
+ var shapeSymbolIcon = (key) => symbolIcon(key);
58791
58791
  var BASIC_INLINE_OPTIONS = [
58792
- { id: "rectangle", label: "Rectangle", value: "Rectangle", icon: inlineShapeAsset("Rectangle"), family: "basicShapes" },
58793
- { id: "rounded-rectangle", label: "Rounded rectangle", value: "RoundedRectangle", icon: inlineShapeAsset("RoundedRectangle"), family: "basicShapes" },
58794
- { id: "circle", label: "Circle", value: "Circle", icon: inlineShapeAsset("Circle"), family: "basicShapes" },
58795
- { id: "triangle", label: "Triangle", value: "Triangle", icon: inlineShapeAsset("Triangle"), family: "basicShapes" },
58796
- { id: "rhombus", label: "Rhombus", value: "Rhombus", icon: inlineShapeAsset("Rhombus"), family: "basicShapes" }
58792
+ { id: "rectangle", label: "Rectangle", value: "Rectangle", icon: shapeSymbolIcon("Rectangle"), family: "basicShapes" },
58793
+ { id: "rounded-rectangle", label: "Rounded rectangle", value: "RoundedRectangle", icon: shapeSymbolIcon("RoundedRectangle"), family: "basicShapes" },
58794
+ { id: "circle", label: "Circle", value: "Circle", icon: shapeSymbolIcon("Circle"), family: "basicShapes" },
58795
+ { id: "triangle", label: "Triangle", value: "Triangle", icon: shapeSymbolIcon("Triangle"), family: "basicShapes" },
58796
+ { id: "rhombus", label: "Rhombus", value: "Rhombus", icon: shapeSymbolIcon("Rhombus"), family: "basicShapes" }
58797
58797
  ];
58798
58798
  var SHAPE_CATALOG_OPTIONS = [
58799
58799
  ...BASIC_INLINE_OPTIONS,
58800
- { id: "reversed-triangle", label: "Reversed triangle", value: "ReversedTriangle", icon: localShapeIcon("ReversedTriangle"), family: "basicShapes" },
58801
- { id: "arrow-left", label: "Arrow left", value: "ArrowLeft", icon: inlineShapeAsset("ArrowLeft"), family: "basicShapes" },
58802
- { id: "arrow-right", label: "Arrow right", value: "ArrowRight", icon: inlineShapeAsset("ArrowRight"), family: "basicShapes" },
58803
- { id: "arrow-left-right", label: "Arrow left right", value: "ArrowLeftRight", icon: inlineShapeAsset("ArrowLeftRight"), family: "basicShapes" },
58800
+ { id: "arrow-left", label: "Arrow left", value: "ArrowLeft", icon: shapeSymbolIcon("ArrowLeft"), family: "basicShapes" },
58801
+ { id: "arrow-right", label: "Arrow right", value: "ArrowRight", icon: shapeSymbolIcon("ArrowRight"), family: "basicShapes" },
58802
+ { id: "arrow-left-right", label: "Arrow left right", value: "ArrowLeftRight", icon: shapeSymbolIcon("ArrowLeftRight"), family: "basicShapes" },
58804
58803
  { id: "arrow-block-left", label: "Arrow block left", value: "ArrowBlockLeft", icon: localShapeIcon("ArrowBlockLeft"), family: "basicShapes" },
58805
58804
  { id: "arrow-block-right", label: "Arrow block right", value: "ArrowBlockRight", icon: localShapeIcon("ArrowBlockRight"), family: "basicShapes" },
58806
- { id: "cloud", label: "Cloud", value: "Cloud", icon: inlineShapeAsset("Cloud"), family: "basicShapes" },
58805
+ { id: "cloud", label: "Cloud", value: "Cloud", icon: shapeSymbolIcon("Cloud"), family: "basicShapes" },
58807
58806
  { id: "cross", label: "Cross", value: "Cross", icon: inlineShapeAsset("Cross"), family: "basicShapes" },
58808
- { id: "cylinder", label: "Cylinder", value: "Cylinder", icon: inlineShapeAsset("Cylinder"), family: "basicShapes" },
58809
- { id: "hexagon", label: "Hexagon", value: "Hexagon", icon: inlineShapeAsset("Hexagon"), family: "basicShapes" },
58810
- { id: "octagon", label: "Octagon", value: "Octagon", icon: inlineShapeAsset("Octagon"), family: "basicShapes" },
58811
- { id: "parallelogram", label: "Parallelogram", value: "Parallelogram", icon: inlineShapeAsset("Parallelogram"), family: "basicShapes" },
58812
- { id: "reversed-parallelogram", label: "Reversed parallelogram", value: "ReversedParallelogram", icon: localShapeIcon("ReversedParallelogram"), family: "basicShapes" },
58813
- { id: "pentagon", label: "Pentagon", value: "Pentagon", icon: inlineShapeAsset("Pentagon"), family: "basicShapes" },
58814
- { id: "predefined-process", label: "Predefined process", value: "PredefinedProcess", icon: localShapeIcon("PredefinedProcess"), family: "basicShapes" },
58815
- { id: "speech-bubble", label: "Speech bubble", value: "SpeachBubble", icon: inlineShapeAsset("SpeachBubble"), family: "basicShapes" },
58816
- { id: "star", label: "Star", value: "Star", icon: inlineShapeAsset("Star"), family: "basicShapes" },
58817
- { id: "trapezoid", label: "Trapezoid", value: "Trapezoid", icon: inlineShapeAsset("Trapezoid"), family: "basicShapes" },
58818
- { id: "braces-left", label: "Braces left", value: "BracesLeft", icon: inlineShapeAsset("BracesLeft", "BracesLeft"), family: "basicShapes" },
58819
- { id: "braces-right", label: "Braces right", value: "BracesRight", icon: inlineShapeAsset("BracesRight", "BracesRight"), family: "basicShapes" },
58820
- { id: "bpmn-task", label: "BPMN task", value: "BPMN_Task", icon: bpmnIcon("BPMN_Task"), family: "bpmn" },
58821
- { id: "bpmn-gateway", label: "BPMN gateway", value: "BPMN_Gateway", icon: bpmnIcon("BPMN_Gateway"), family: "bpmn" },
58822
- { id: "bpmn-gateway-parallel", label: "BPMN gateway parallel", value: "BPMN_GatewayParallel", icon: bpmnIcon("BPMN_GatewayParallel"), family: "bpmn" },
58823
- { id: "bpmn-gateway-xor", label: "BPMN gateway XOR", value: "BPMN_GatewayXOR", icon: bpmnIcon("BPMN_GatewayXOR"), family: "bpmn" },
58824
- { id: "bpmn-start-event", label: "BPMN start event", value: "BPMN_StartEvent", icon: bpmnIcon("BPMN_StartEvent"), family: "bpmn" },
58825
- { id: "bpmn-start-event-non-interrupting", label: "BPMN start event non interrupting", value: "BPMN_StartEventNoneInterrupting", icon: bpmnIcon("BPMN_StartEventNoneInterrupting"), family: "bpmn" },
58826
- { id: "bpmn-end-event", label: "BPMN end event", value: "BPMN_EndEvent", icon: bpmnIcon("BPMN_EndEvent"), family: "bpmn" },
58827
- { id: "bpmn-intermediate-event", label: "BPMN intermediate event", value: "BPMN_IntermediateEvent", icon: bpmnIcon("BPMN_IntermediateEvent"), family: "bpmn" },
58828
- { id: "bpmn-intermediate-event-none-interrupting", label: "BPMN intermediate event none interrupting", value: "BPMN_IntermediateEventNoneInterrupting", icon: bpmnIcon("BPMN_IntermediateEventNoneInterrupting"), family: "bpmn" },
58829
- { id: "bpmn-data-object", label: "BPMN data object", value: "BPMN_DataObject", icon: bpmnIcon("BPMN_DataObject"), family: "bpmn" },
58830
- { id: "bpmn-data-store", label: "BPMN data store", value: "BPMN_DataStore", icon: bpmnIcon("BPMN_DataStore"), family: "bpmn" },
58831
- { id: "bpmn-participant", label: "BPMN participant", value: "BPMN_Participant", icon: bpmnIcon("BPMN_Participant"), family: "bpmn" },
58832
- { id: "bpmn-transaction", label: "BPMN transaction", value: "BPMN_Transaction", icon: bpmnIcon("BPMN_Transaction"), family: "bpmn" },
58833
- { id: "bpmn-event-subprocess", label: "BPMN event subprocess", value: "BPMN_EventSubprocess", icon: bpmnIcon("BPMN_EventSubprocess"), family: "bpmn" },
58834
- { id: "bpmn-group", label: "BPMN group", value: "BPMN_Group", icon: bpmnIcon("BPMN_Group"), family: "bpmn" },
58835
- { id: "bpmn-annotation", label: "BPMN annotation", value: "BPMN_Annotation", icon: bpmnIcon("BPMN_Annotation"), family: "bpmn" }
58807
+ { id: "cylinder", label: "Cylinder", value: "Cylinder", icon: shapeSymbolIcon("Cylinder"), family: "basicShapes" },
58808
+ { id: "hexagon", label: "Hexagon", value: "Hexagon", icon: shapeSymbolIcon("Hexagon"), family: "basicShapes" },
58809
+ { id: "octagon", label: "Octagon", value: "Octagon", icon: shapeSymbolIcon("Octagon"), family: "basicShapes" },
58810
+ { id: "parallelogram", label: "Parallelogram", value: "Parallelogram", icon: shapeSymbolIcon("Parallelogram"), family: "basicShapes" },
58811
+ { id: "predefined-process", label: "Predefined process", value: "PredefinedProcess", icon: shapeSymbolIcon("PredefinedProcess"), family: "basicShapes" },
58812
+ { id: "speech-bubble", label: "Speech bubble", value: "SpeachBubble", icon: shapeSymbolIcon("SpeachBubble"), family: "basicShapes" },
58813
+ { id: "star", label: "Star", value: "Star", icon: shapeSymbolIcon("Star"), family: "basicShapes" },
58814
+ { id: "trapezoid", label: "Trapezoid", value: "Trapezoid", icon: shapeSymbolIcon("Trapezoid"), family: "basicShapes" },
58815
+ { id: "braces-left", label: "Braces left", value: "BracesLeft", icon: shapeSymbolIcon("BracesLeft"), family: "basicShapes" },
58816
+ { id: "braces-right", label: "Braces right", value: "BracesRight", icon: shapeSymbolIcon("BracesRight"), family: "basicShapes" },
58817
+ { id: "bpmn-task", label: "BPMN task", value: "BPMN_Task", icon: shapeSymbolIcon("BPMN_Task"), family: "bpmn" },
58818
+ { id: "bpmn-gateway", label: "BPMN gateway", value: "BPMN_Gateway", icon: shapeSymbolIcon("BPMN_Gateway"), family: "bpmn" },
58819
+ { id: "bpmn-gateway-parallel", label: "BPMN gateway parallel", value: "BPMN_GatewayParallel", icon: shapeSymbolIcon("BPMN_GatewayParallel"), family: "bpmn" },
58820
+ { id: "bpmn-gateway-xor", label: "BPMN gateway XOR", value: "BPMN_GatewayXOR", icon: shapeSymbolIcon("BPMN_GatewayXOR"), family: "bpmn" },
58821
+ { id: "bpmn-start-event", label: "BPMN start event", value: "BPMN_StartEvent", icon: shapeSymbolIcon("BPMN_StartEvent"), family: "bpmn" },
58822
+ { id: "bpmn-start-event-non-interrupting", label: "BPMN start event non interrupting", value: "BPMN_StartEventNoneInterrupting", icon: shapeSymbolIcon("BPMN_StartEventNoneInterrupting"), family: "bpmn" },
58823
+ { id: "bpmn-end-event", label: "BPMN end event", value: "BPMN_EndEvent", icon: shapeSymbolIcon("BPMN_EndEvent"), family: "bpmn" },
58824
+ { id: "bpmn-intermediate-event", label: "BPMN intermediate event", value: "BPMN_IntermediateEvent", icon: shapeSymbolIcon("BPMN_IntermediateEvent"), family: "bpmn" },
58825
+ { id: "bpmn-intermediate-event-none-interrupting", label: "BPMN intermediate event none interrupting", value: "BPMN_IntermediateEventNoneInterrupting", icon: shapeSymbolIcon("BPMN_IntermediateEventNoneInterrupting"), family: "bpmn" },
58826
+ { id: "bpmn-data-object", label: "BPMN data object", value: "BPMN_DataObject", icon: shapeSymbolIcon("BPMN_DataObject"), family: "bpmn" },
58827
+ { id: "bpmn-data-store", label: "BPMN data store", value: "BPMN_DataStore", icon: shapeSymbolIcon("BPMN_DataStore"), family: "bpmn" },
58828
+ { id: "bpmn-participant", label: "BPMN participant", value: "BPMN_Participant", icon: shapeSymbolIcon("BPMN_Participant"), family: "bpmn" },
58829
+ { id: "bpmn-transaction", label: "BPMN transaction", value: "BPMN_Transaction", icon: shapeSymbolIcon("BPMN_Transaction"), family: "bpmn" },
58830
+ { id: "bpmn-event-subprocess", label: "BPMN event subprocess", value: "BPMN_EventSubprocess", icon: shapeSymbolIcon("BPMN_EventSubprocess"), family: "bpmn" },
58831
+ { id: "bpmn-group", label: "BPMN group", value: "BPMN_Group", icon: shapeSymbolIcon("BPMN_Group"), family: "bpmn" },
58832
+ { id: "bpmn-annotation", label: "BPMN annotation", value: "BPMN_Annotation", icon: shapeSymbolIcon("BPMN_Annotation"), family: "bpmn" }
58836
58833
  ];
58837
58834
  var BORDER_STYLE_OPTIONS = [
58838
58835
  { id: "solid", label: "Solid", value: "solid", icon: localShapeIcon("StrokeSolid") },
package/dist/cjs/index.js CHANGED
@@ -58787,52 +58787,49 @@ var COLOR_PALETTE2 = [
58787
58787
  ];
58788
58788
  var inlineShapeAsset = (folder, file2 = folder) => overlayAssetIcon(`src/Items/Shape/Basic/${folder}/${file2}.icon.svg`);
58789
58789
  var localShapeIcon = (file2) => overlayAssetIcon(`src/Items/Shape/icons/${file2}.icon.svg`);
58790
- var bpmnIcon = (folder) => overlayAssetIcon(`src/Items/Shape/BPMN/${folder}/${folder}.icon.svg`);
58790
+ var shapeSymbolIcon = (key) => symbolIcon(key);
58791
58791
  var BASIC_INLINE_OPTIONS = [
58792
- { id: "rectangle", label: "Rectangle", value: "Rectangle", icon: inlineShapeAsset("Rectangle"), family: "basicShapes" },
58793
- { id: "rounded-rectangle", label: "Rounded rectangle", value: "RoundedRectangle", icon: inlineShapeAsset("RoundedRectangle"), family: "basicShapes" },
58794
- { id: "circle", label: "Circle", value: "Circle", icon: inlineShapeAsset("Circle"), family: "basicShapes" },
58795
- { id: "triangle", label: "Triangle", value: "Triangle", icon: inlineShapeAsset("Triangle"), family: "basicShapes" },
58796
- { id: "rhombus", label: "Rhombus", value: "Rhombus", icon: inlineShapeAsset("Rhombus"), family: "basicShapes" }
58792
+ { id: "rectangle", label: "Rectangle", value: "Rectangle", icon: shapeSymbolIcon("Rectangle"), family: "basicShapes" },
58793
+ { id: "rounded-rectangle", label: "Rounded rectangle", value: "RoundedRectangle", icon: shapeSymbolIcon("RoundedRectangle"), family: "basicShapes" },
58794
+ { id: "circle", label: "Circle", value: "Circle", icon: shapeSymbolIcon("Circle"), family: "basicShapes" },
58795
+ { id: "triangle", label: "Triangle", value: "Triangle", icon: shapeSymbolIcon("Triangle"), family: "basicShapes" },
58796
+ { id: "rhombus", label: "Rhombus", value: "Rhombus", icon: shapeSymbolIcon("Rhombus"), family: "basicShapes" }
58797
58797
  ];
58798
58798
  var SHAPE_CATALOG_OPTIONS = [
58799
58799
  ...BASIC_INLINE_OPTIONS,
58800
- { id: "reversed-triangle", label: "Reversed triangle", value: "ReversedTriangle", icon: localShapeIcon("ReversedTriangle"), family: "basicShapes" },
58801
- { id: "arrow-left", label: "Arrow left", value: "ArrowLeft", icon: inlineShapeAsset("ArrowLeft"), family: "basicShapes" },
58802
- { id: "arrow-right", label: "Arrow right", value: "ArrowRight", icon: inlineShapeAsset("ArrowRight"), family: "basicShapes" },
58803
- { id: "arrow-left-right", label: "Arrow left right", value: "ArrowLeftRight", icon: inlineShapeAsset("ArrowLeftRight"), family: "basicShapes" },
58800
+ { id: "arrow-left", label: "Arrow left", value: "ArrowLeft", icon: shapeSymbolIcon("ArrowLeft"), family: "basicShapes" },
58801
+ { id: "arrow-right", label: "Arrow right", value: "ArrowRight", icon: shapeSymbolIcon("ArrowRight"), family: "basicShapes" },
58802
+ { id: "arrow-left-right", label: "Arrow left right", value: "ArrowLeftRight", icon: shapeSymbolIcon("ArrowLeftRight"), family: "basicShapes" },
58804
58803
  { id: "arrow-block-left", label: "Arrow block left", value: "ArrowBlockLeft", icon: localShapeIcon("ArrowBlockLeft"), family: "basicShapes" },
58805
58804
  { id: "arrow-block-right", label: "Arrow block right", value: "ArrowBlockRight", icon: localShapeIcon("ArrowBlockRight"), family: "basicShapes" },
58806
- { id: "cloud", label: "Cloud", value: "Cloud", icon: inlineShapeAsset("Cloud"), family: "basicShapes" },
58805
+ { id: "cloud", label: "Cloud", value: "Cloud", icon: shapeSymbolIcon("Cloud"), family: "basicShapes" },
58807
58806
  { id: "cross", label: "Cross", value: "Cross", icon: inlineShapeAsset("Cross"), family: "basicShapes" },
58808
- { id: "cylinder", label: "Cylinder", value: "Cylinder", icon: inlineShapeAsset("Cylinder"), family: "basicShapes" },
58809
- { id: "hexagon", label: "Hexagon", value: "Hexagon", icon: inlineShapeAsset("Hexagon"), family: "basicShapes" },
58810
- { id: "octagon", label: "Octagon", value: "Octagon", icon: inlineShapeAsset("Octagon"), family: "basicShapes" },
58811
- { id: "parallelogram", label: "Parallelogram", value: "Parallelogram", icon: inlineShapeAsset("Parallelogram"), family: "basicShapes" },
58812
- { id: "reversed-parallelogram", label: "Reversed parallelogram", value: "ReversedParallelogram", icon: localShapeIcon("ReversedParallelogram"), family: "basicShapes" },
58813
- { id: "pentagon", label: "Pentagon", value: "Pentagon", icon: inlineShapeAsset("Pentagon"), family: "basicShapes" },
58814
- { id: "predefined-process", label: "Predefined process", value: "PredefinedProcess", icon: localShapeIcon("PredefinedProcess"), family: "basicShapes" },
58815
- { id: "speech-bubble", label: "Speech bubble", value: "SpeachBubble", icon: inlineShapeAsset("SpeachBubble"), family: "basicShapes" },
58816
- { id: "star", label: "Star", value: "Star", icon: inlineShapeAsset("Star"), family: "basicShapes" },
58817
- { id: "trapezoid", label: "Trapezoid", value: "Trapezoid", icon: inlineShapeAsset("Trapezoid"), family: "basicShapes" },
58818
- { id: "braces-left", label: "Braces left", value: "BracesLeft", icon: inlineShapeAsset("BracesLeft", "BracesLeft"), family: "basicShapes" },
58819
- { id: "braces-right", label: "Braces right", value: "BracesRight", icon: inlineShapeAsset("BracesRight", "BracesRight"), family: "basicShapes" },
58820
- { id: "bpmn-task", label: "BPMN task", value: "BPMN_Task", icon: bpmnIcon("BPMN_Task"), family: "bpmn" },
58821
- { id: "bpmn-gateway", label: "BPMN gateway", value: "BPMN_Gateway", icon: bpmnIcon("BPMN_Gateway"), family: "bpmn" },
58822
- { id: "bpmn-gateway-parallel", label: "BPMN gateway parallel", value: "BPMN_GatewayParallel", icon: bpmnIcon("BPMN_GatewayParallel"), family: "bpmn" },
58823
- { id: "bpmn-gateway-xor", label: "BPMN gateway XOR", value: "BPMN_GatewayXOR", icon: bpmnIcon("BPMN_GatewayXOR"), family: "bpmn" },
58824
- { id: "bpmn-start-event", label: "BPMN start event", value: "BPMN_StartEvent", icon: bpmnIcon("BPMN_StartEvent"), family: "bpmn" },
58825
- { id: "bpmn-start-event-non-interrupting", label: "BPMN start event non interrupting", value: "BPMN_StartEventNoneInterrupting", icon: bpmnIcon("BPMN_StartEventNoneInterrupting"), family: "bpmn" },
58826
- { id: "bpmn-end-event", label: "BPMN end event", value: "BPMN_EndEvent", icon: bpmnIcon("BPMN_EndEvent"), family: "bpmn" },
58827
- { id: "bpmn-intermediate-event", label: "BPMN intermediate event", value: "BPMN_IntermediateEvent", icon: bpmnIcon("BPMN_IntermediateEvent"), family: "bpmn" },
58828
- { id: "bpmn-intermediate-event-none-interrupting", label: "BPMN intermediate event none interrupting", value: "BPMN_IntermediateEventNoneInterrupting", icon: bpmnIcon("BPMN_IntermediateEventNoneInterrupting"), family: "bpmn" },
58829
- { id: "bpmn-data-object", label: "BPMN data object", value: "BPMN_DataObject", icon: bpmnIcon("BPMN_DataObject"), family: "bpmn" },
58830
- { id: "bpmn-data-store", label: "BPMN data store", value: "BPMN_DataStore", icon: bpmnIcon("BPMN_DataStore"), family: "bpmn" },
58831
- { id: "bpmn-participant", label: "BPMN participant", value: "BPMN_Participant", icon: bpmnIcon("BPMN_Participant"), family: "bpmn" },
58832
- { id: "bpmn-transaction", label: "BPMN transaction", value: "BPMN_Transaction", icon: bpmnIcon("BPMN_Transaction"), family: "bpmn" },
58833
- { id: "bpmn-event-subprocess", label: "BPMN event subprocess", value: "BPMN_EventSubprocess", icon: bpmnIcon("BPMN_EventSubprocess"), family: "bpmn" },
58834
- { id: "bpmn-group", label: "BPMN group", value: "BPMN_Group", icon: bpmnIcon("BPMN_Group"), family: "bpmn" },
58835
- { id: "bpmn-annotation", label: "BPMN annotation", value: "BPMN_Annotation", icon: bpmnIcon("BPMN_Annotation"), family: "bpmn" }
58807
+ { id: "cylinder", label: "Cylinder", value: "Cylinder", icon: shapeSymbolIcon("Cylinder"), family: "basicShapes" },
58808
+ { id: "hexagon", label: "Hexagon", value: "Hexagon", icon: shapeSymbolIcon("Hexagon"), family: "basicShapes" },
58809
+ { id: "octagon", label: "Octagon", value: "Octagon", icon: shapeSymbolIcon("Octagon"), family: "basicShapes" },
58810
+ { id: "parallelogram", label: "Parallelogram", value: "Parallelogram", icon: shapeSymbolIcon("Parallelogram"), family: "basicShapes" },
58811
+ { id: "predefined-process", label: "Predefined process", value: "PredefinedProcess", icon: shapeSymbolIcon("PredefinedProcess"), family: "basicShapes" },
58812
+ { id: "speech-bubble", label: "Speech bubble", value: "SpeachBubble", icon: shapeSymbolIcon("SpeachBubble"), family: "basicShapes" },
58813
+ { id: "star", label: "Star", value: "Star", icon: shapeSymbolIcon("Star"), family: "basicShapes" },
58814
+ { id: "trapezoid", label: "Trapezoid", value: "Trapezoid", icon: shapeSymbolIcon("Trapezoid"), family: "basicShapes" },
58815
+ { id: "braces-left", label: "Braces left", value: "BracesLeft", icon: shapeSymbolIcon("BracesLeft"), family: "basicShapes" },
58816
+ { id: "braces-right", label: "Braces right", value: "BracesRight", icon: shapeSymbolIcon("BracesRight"), family: "basicShapes" },
58817
+ { id: "bpmn-task", label: "BPMN task", value: "BPMN_Task", icon: shapeSymbolIcon("BPMN_Task"), family: "bpmn" },
58818
+ { id: "bpmn-gateway", label: "BPMN gateway", value: "BPMN_Gateway", icon: shapeSymbolIcon("BPMN_Gateway"), family: "bpmn" },
58819
+ { id: "bpmn-gateway-parallel", label: "BPMN gateway parallel", value: "BPMN_GatewayParallel", icon: shapeSymbolIcon("BPMN_GatewayParallel"), family: "bpmn" },
58820
+ { id: "bpmn-gateway-xor", label: "BPMN gateway XOR", value: "BPMN_GatewayXOR", icon: shapeSymbolIcon("BPMN_GatewayXOR"), family: "bpmn" },
58821
+ { id: "bpmn-start-event", label: "BPMN start event", value: "BPMN_StartEvent", icon: shapeSymbolIcon("BPMN_StartEvent"), family: "bpmn" },
58822
+ { id: "bpmn-start-event-non-interrupting", label: "BPMN start event non interrupting", value: "BPMN_StartEventNoneInterrupting", icon: shapeSymbolIcon("BPMN_StartEventNoneInterrupting"), family: "bpmn" },
58823
+ { id: "bpmn-end-event", label: "BPMN end event", value: "BPMN_EndEvent", icon: shapeSymbolIcon("BPMN_EndEvent"), family: "bpmn" },
58824
+ { id: "bpmn-intermediate-event", label: "BPMN intermediate event", value: "BPMN_IntermediateEvent", icon: shapeSymbolIcon("BPMN_IntermediateEvent"), family: "bpmn" },
58825
+ { id: "bpmn-intermediate-event-none-interrupting", label: "BPMN intermediate event none interrupting", value: "BPMN_IntermediateEventNoneInterrupting", icon: shapeSymbolIcon("BPMN_IntermediateEventNoneInterrupting"), family: "bpmn" },
58826
+ { id: "bpmn-data-object", label: "BPMN data object", value: "BPMN_DataObject", icon: shapeSymbolIcon("BPMN_DataObject"), family: "bpmn" },
58827
+ { id: "bpmn-data-store", label: "BPMN data store", value: "BPMN_DataStore", icon: shapeSymbolIcon("BPMN_DataStore"), family: "bpmn" },
58828
+ { id: "bpmn-participant", label: "BPMN participant", value: "BPMN_Participant", icon: shapeSymbolIcon("BPMN_Participant"), family: "bpmn" },
58829
+ { id: "bpmn-transaction", label: "BPMN transaction", value: "BPMN_Transaction", icon: shapeSymbolIcon("BPMN_Transaction"), family: "bpmn" },
58830
+ { id: "bpmn-event-subprocess", label: "BPMN event subprocess", value: "BPMN_EventSubprocess", icon: shapeSymbolIcon("BPMN_EventSubprocess"), family: "bpmn" },
58831
+ { id: "bpmn-group", label: "BPMN group", value: "BPMN_Group", icon: shapeSymbolIcon("BPMN_Group"), family: "bpmn" },
58832
+ { id: "bpmn-annotation", label: "BPMN annotation", value: "BPMN_Annotation", icon: shapeSymbolIcon("BPMN_Annotation"), family: "bpmn" }
58836
58833
  ];
58837
58834
  var BORDER_STYLE_OPTIONS = [
58838
58835
  { id: "solid", label: "Solid", value: "solid", icon: localShapeIcon("StrokeSolid") },
package/dist/cjs/node.js CHANGED
@@ -61260,52 +61260,49 @@ var COLOR_PALETTE2 = [
61260
61260
  ];
61261
61261
  var inlineShapeAsset = (folder, file2 = folder) => overlayAssetIcon(`src/Items/Shape/Basic/${folder}/${file2}.icon.svg`);
61262
61262
  var localShapeIcon = (file2) => overlayAssetIcon(`src/Items/Shape/icons/${file2}.icon.svg`);
61263
- var bpmnIcon = (folder) => overlayAssetIcon(`src/Items/Shape/BPMN/${folder}/${folder}.icon.svg`);
61263
+ var shapeSymbolIcon = (key) => symbolIcon(key);
61264
61264
  var BASIC_INLINE_OPTIONS = [
61265
- { id: "rectangle", label: "Rectangle", value: "Rectangle", icon: inlineShapeAsset("Rectangle"), family: "basicShapes" },
61266
- { id: "rounded-rectangle", label: "Rounded rectangle", value: "RoundedRectangle", icon: inlineShapeAsset("RoundedRectangle"), family: "basicShapes" },
61267
- { id: "circle", label: "Circle", value: "Circle", icon: inlineShapeAsset("Circle"), family: "basicShapes" },
61268
- { id: "triangle", label: "Triangle", value: "Triangle", icon: inlineShapeAsset("Triangle"), family: "basicShapes" },
61269
- { id: "rhombus", label: "Rhombus", value: "Rhombus", icon: inlineShapeAsset("Rhombus"), family: "basicShapes" }
61265
+ { id: "rectangle", label: "Rectangle", value: "Rectangle", icon: shapeSymbolIcon("Rectangle"), family: "basicShapes" },
61266
+ { id: "rounded-rectangle", label: "Rounded rectangle", value: "RoundedRectangle", icon: shapeSymbolIcon("RoundedRectangle"), family: "basicShapes" },
61267
+ { id: "circle", label: "Circle", value: "Circle", icon: shapeSymbolIcon("Circle"), family: "basicShapes" },
61268
+ { id: "triangle", label: "Triangle", value: "Triangle", icon: shapeSymbolIcon("Triangle"), family: "basicShapes" },
61269
+ { id: "rhombus", label: "Rhombus", value: "Rhombus", icon: shapeSymbolIcon("Rhombus"), family: "basicShapes" }
61270
61270
  ];
61271
61271
  var SHAPE_CATALOG_OPTIONS = [
61272
61272
  ...BASIC_INLINE_OPTIONS,
61273
- { id: "reversed-triangle", label: "Reversed triangle", value: "ReversedTriangle", icon: localShapeIcon("ReversedTriangle"), family: "basicShapes" },
61274
- { id: "arrow-left", label: "Arrow left", value: "ArrowLeft", icon: inlineShapeAsset("ArrowLeft"), family: "basicShapes" },
61275
- { id: "arrow-right", label: "Arrow right", value: "ArrowRight", icon: inlineShapeAsset("ArrowRight"), family: "basicShapes" },
61276
- { id: "arrow-left-right", label: "Arrow left right", value: "ArrowLeftRight", icon: inlineShapeAsset("ArrowLeftRight"), family: "basicShapes" },
61273
+ { id: "arrow-left", label: "Arrow left", value: "ArrowLeft", icon: shapeSymbolIcon("ArrowLeft"), family: "basicShapes" },
61274
+ { id: "arrow-right", label: "Arrow right", value: "ArrowRight", icon: shapeSymbolIcon("ArrowRight"), family: "basicShapes" },
61275
+ { id: "arrow-left-right", label: "Arrow left right", value: "ArrowLeftRight", icon: shapeSymbolIcon("ArrowLeftRight"), family: "basicShapes" },
61277
61276
  { id: "arrow-block-left", label: "Arrow block left", value: "ArrowBlockLeft", icon: localShapeIcon("ArrowBlockLeft"), family: "basicShapes" },
61278
61277
  { id: "arrow-block-right", label: "Arrow block right", value: "ArrowBlockRight", icon: localShapeIcon("ArrowBlockRight"), family: "basicShapes" },
61279
- { id: "cloud", label: "Cloud", value: "Cloud", icon: inlineShapeAsset("Cloud"), family: "basicShapes" },
61278
+ { id: "cloud", label: "Cloud", value: "Cloud", icon: shapeSymbolIcon("Cloud"), family: "basicShapes" },
61280
61279
  { id: "cross", label: "Cross", value: "Cross", icon: inlineShapeAsset("Cross"), family: "basicShapes" },
61281
- { id: "cylinder", label: "Cylinder", value: "Cylinder", icon: inlineShapeAsset("Cylinder"), family: "basicShapes" },
61282
- { id: "hexagon", label: "Hexagon", value: "Hexagon", icon: inlineShapeAsset("Hexagon"), family: "basicShapes" },
61283
- { id: "octagon", label: "Octagon", value: "Octagon", icon: inlineShapeAsset("Octagon"), family: "basicShapes" },
61284
- { id: "parallelogram", label: "Parallelogram", value: "Parallelogram", icon: inlineShapeAsset("Parallelogram"), family: "basicShapes" },
61285
- { id: "reversed-parallelogram", label: "Reversed parallelogram", value: "ReversedParallelogram", icon: localShapeIcon("ReversedParallelogram"), family: "basicShapes" },
61286
- { id: "pentagon", label: "Pentagon", value: "Pentagon", icon: inlineShapeAsset("Pentagon"), family: "basicShapes" },
61287
- { id: "predefined-process", label: "Predefined process", value: "PredefinedProcess", icon: localShapeIcon("PredefinedProcess"), family: "basicShapes" },
61288
- { id: "speech-bubble", label: "Speech bubble", value: "SpeachBubble", icon: inlineShapeAsset("SpeachBubble"), family: "basicShapes" },
61289
- { id: "star", label: "Star", value: "Star", icon: inlineShapeAsset("Star"), family: "basicShapes" },
61290
- { id: "trapezoid", label: "Trapezoid", value: "Trapezoid", icon: inlineShapeAsset("Trapezoid"), family: "basicShapes" },
61291
- { id: "braces-left", label: "Braces left", value: "BracesLeft", icon: inlineShapeAsset("BracesLeft", "BracesLeft"), family: "basicShapes" },
61292
- { id: "braces-right", label: "Braces right", value: "BracesRight", icon: inlineShapeAsset("BracesRight", "BracesRight"), family: "basicShapes" },
61293
- { id: "bpmn-task", label: "BPMN task", value: "BPMN_Task", icon: bpmnIcon("BPMN_Task"), family: "bpmn" },
61294
- { id: "bpmn-gateway", label: "BPMN gateway", value: "BPMN_Gateway", icon: bpmnIcon("BPMN_Gateway"), family: "bpmn" },
61295
- { id: "bpmn-gateway-parallel", label: "BPMN gateway parallel", value: "BPMN_GatewayParallel", icon: bpmnIcon("BPMN_GatewayParallel"), family: "bpmn" },
61296
- { id: "bpmn-gateway-xor", label: "BPMN gateway XOR", value: "BPMN_GatewayXOR", icon: bpmnIcon("BPMN_GatewayXOR"), family: "bpmn" },
61297
- { id: "bpmn-start-event", label: "BPMN start event", value: "BPMN_StartEvent", icon: bpmnIcon("BPMN_StartEvent"), family: "bpmn" },
61298
- { id: "bpmn-start-event-non-interrupting", label: "BPMN start event non interrupting", value: "BPMN_StartEventNoneInterrupting", icon: bpmnIcon("BPMN_StartEventNoneInterrupting"), family: "bpmn" },
61299
- { id: "bpmn-end-event", label: "BPMN end event", value: "BPMN_EndEvent", icon: bpmnIcon("BPMN_EndEvent"), family: "bpmn" },
61300
- { id: "bpmn-intermediate-event", label: "BPMN intermediate event", value: "BPMN_IntermediateEvent", icon: bpmnIcon("BPMN_IntermediateEvent"), family: "bpmn" },
61301
- { id: "bpmn-intermediate-event-none-interrupting", label: "BPMN intermediate event none interrupting", value: "BPMN_IntermediateEventNoneInterrupting", icon: bpmnIcon("BPMN_IntermediateEventNoneInterrupting"), family: "bpmn" },
61302
- { id: "bpmn-data-object", label: "BPMN data object", value: "BPMN_DataObject", icon: bpmnIcon("BPMN_DataObject"), family: "bpmn" },
61303
- { id: "bpmn-data-store", label: "BPMN data store", value: "BPMN_DataStore", icon: bpmnIcon("BPMN_DataStore"), family: "bpmn" },
61304
- { id: "bpmn-participant", label: "BPMN participant", value: "BPMN_Participant", icon: bpmnIcon("BPMN_Participant"), family: "bpmn" },
61305
- { id: "bpmn-transaction", label: "BPMN transaction", value: "BPMN_Transaction", icon: bpmnIcon("BPMN_Transaction"), family: "bpmn" },
61306
- { id: "bpmn-event-subprocess", label: "BPMN event subprocess", value: "BPMN_EventSubprocess", icon: bpmnIcon("BPMN_EventSubprocess"), family: "bpmn" },
61307
- { id: "bpmn-group", label: "BPMN group", value: "BPMN_Group", icon: bpmnIcon("BPMN_Group"), family: "bpmn" },
61308
- { id: "bpmn-annotation", label: "BPMN annotation", value: "BPMN_Annotation", icon: bpmnIcon("BPMN_Annotation"), family: "bpmn" }
61280
+ { id: "cylinder", label: "Cylinder", value: "Cylinder", icon: shapeSymbolIcon("Cylinder"), family: "basicShapes" },
61281
+ { id: "hexagon", label: "Hexagon", value: "Hexagon", icon: shapeSymbolIcon("Hexagon"), family: "basicShapes" },
61282
+ { id: "octagon", label: "Octagon", value: "Octagon", icon: shapeSymbolIcon("Octagon"), family: "basicShapes" },
61283
+ { id: "parallelogram", label: "Parallelogram", value: "Parallelogram", icon: shapeSymbolIcon("Parallelogram"), family: "basicShapes" },
61284
+ { id: "predefined-process", label: "Predefined process", value: "PredefinedProcess", icon: shapeSymbolIcon("PredefinedProcess"), family: "basicShapes" },
61285
+ { id: "speech-bubble", label: "Speech bubble", value: "SpeachBubble", icon: shapeSymbolIcon("SpeachBubble"), family: "basicShapes" },
61286
+ { id: "star", label: "Star", value: "Star", icon: shapeSymbolIcon("Star"), family: "basicShapes" },
61287
+ { id: "trapezoid", label: "Trapezoid", value: "Trapezoid", icon: shapeSymbolIcon("Trapezoid"), family: "basicShapes" },
61288
+ { id: "braces-left", label: "Braces left", value: "BracesLeft", icon: shapeSymbolIcon("BracesLeft"), family: "basicShapes" },
61289
+ { id: "braces-right", label: "Braces right", value: "BracesRight", icon: shapeSymbolIcon("BracesRight"), family: "basicShapes" },
61290
+ { id: "bpmn-task", label: "BPMN task", value: "BPMN_Task", icon: shapeSymbolIcon("BPMN_Task"), family: "bpmn" },
61291
+ { id: "bpmn-gateway", label: "BPMN gateway", value: "BPMN_Gateway", icon: shapeSymbolIcon("BPMN_Gateway"), family: "bpmn" },
61292
+ { id: "bpmn-gateway-parallel", label: "BPMN gateway parallel", value: "BPMN_GatewayParallel", icon: shapeSymbolIcon("BPMN_GatewayParallel"), family: "bpmn" },
61293
+ { id: "bpmn-gateway-xor", label: "BPMN gateway XOR", value: "BPMN_GatewayXOR", icon: shapeSymbolIcon("BPMN_GatewayXOR"), family: "bpmn" },
61294
+ { id: "bpmn-start-event", label: "BPMN start event", value: "BPMN_StartEvent", icon: shapeSymbolIcon("BPMN_StartEvent"), family: "bpmn" },
61295
+ { id: "bpmn-start-event-non-interrupting", label: "BPMN start event non interrupting", value: "BPMN_StartEventNoneInterrupting", icon: shapeSymbolIcon("BPMN_StartEventNoneInterrupting"), family: "bpmn" },
61296
+ { id: "bpmn-end-event", label: "BPMN end event", value: "BPMN_EndEvent", icon: shapeSymbolIcon("BPMN_EndEvent"), family: "bpmn" },
61297
+ { id: "bpmn-intermediate-event", label: "BPMN intermediate event", value: "BPMN_IntermediateEvent", icon: shapeSymbolIcon("BPMN_IntermediateEvent"), family: "bpmn" },
61298
+ { id: "bpmn-intermediate-event-none-interrupting", label: "BPMN intermediate event none interrupting", value: "BPMN_IntermediateEventNoneInterrupting", icon: shapeSymbolIcon("BPMN_IntermediateEventNoneInterrupting"), family: "bpmn" },
61299
+ { id: "bpmn-data-object", label: "BPMN data object", value: "BPMN_DataObject", icon: shapeSymbolIcon("BPMN_DataObject"), family: "bpmn" },
61300
+ { id: "bpmn-data-store", label: "BPMN data store", value: "BPMN_DataStore", icon: shapeSymbolIcon("BPMN_DataStore"), family: "bpmn" },
61301
+ { id: "bpmn-participant", label: "BPMN participant", value: "BPMN_Participant", icon: shapeSymbolIcon("BPMN_Participant"), family: "bpmn" },
61302
+ { id: "bpmn-transaction", label: "BPMN transaction", value: "BPMN_Transaction", icon: shapeSymbolIcon("BPMN_Transaction"), family: "bpmn" },
61303
+ { id: "bpmn-event-subprocess", label: "BPMN event subprocess", value: "BPMN_EventSubprocess", icon: shapeSymbolIcon("BPMN_EventSubprocess"), family: "bpmn" },
61304
+ { id: "bpmn-group", label: "BPMN group", value: "BPMN_Group", icon: shapeSymbolIcon("BPMN_Group"), family: "bpmn" },
61305
+ { id: "bpmn-annotation", label: "BPMN annotation", value: "BPMN_Annotation", icon: shapeSymbolIcon("BPMN_Annotation"), family: "bpmn" }
61309
61306
  ];
61310
61307
  var BORDER_STYLE_OPTIONS = [
61311
61308
  { id: "solid", label: "Solid", value: "solid", icon: localShapeIcon("StrokeSolid") },