@flowgram.ai/renderer 0.2.22 → 0.2.24

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.mts CHANGED
@@ -183,6 +183,8 @@ declare enum FlowRendererKey {
183
183
  SELECTOR_BOX_POPOVER = "selector-box-popover",
184
184
  CONTEXT_MENU_POPOVER = "context-menu-popover",
185
185
  SUB_CANVAS = "sub-canvas",
186
+ SLOT_ADDER = "slot-adder",
187
+ SLOT_COLLPASE = "slot-collapse",
186
188
  ARROW_RENDERER = "arrow-renderer",
187
189
  MARKER_ARROW = "marker-arrow",
188
190
  MARKER_ACTIVATE_ARROW = "marker-active-arrow"
package/dist/index.d.ts CHANGED
@@ -183,6 +183,8 @@ declare enum FlowRendererKey {
183
183
  SELECTOR_BOX_POPOVER = "selector-box-popover",
184
184
  CONTEXT_MENU_POPOVER = "context-menu-popover",
185
185
  SUB_CANVAS = "sub-canvas",
186
+ SLOT_ADDER = "slot-adder",
187
+ SLOT_COLLPASE = "slot-collapse",
186
188
  ARROW_RENDERER = "arrow-renderer",
187
189
  MARKER_ARROW = "marker-arrow",
188
190
  MARKER_ACTIVATE_ARROW = "marker-active-arrow"
package/dist/index.js CHANGED
@@ -871,6 +871,8 @@ var FlowRendererKey = /* @__PURE__ */ ((FlowRendererKey2) => {
871
871
  FlowRendererKey2["SELECTOR_BOX_POPOVER"] = "selector-box-popover";
872
872
  FlowRendererKey2["CONTEXT_MENU_POPOVER"] = "context-menu-popover";
873
873
  FlowRendererKey2["SUB_CANVAS"] = "sub-canvas";
874
+ FlowRendererKey2["SLOT_ADDER"] = "slot-adder";
875
+ FlowRendererKey2["SLOT_COLLPASE"] = "slot-collapse";
874
876
  FlowRendererKey2["ARROW_RENDERER"] = "arrow-renderer";
875
877
  FlowRendererKey2["MARKER_ARROW"] = "marker-arrow";
876
878
  FlowRendererKey2["MARKER_ACTIVATE_ARROW"] = "marker-active-arrow";