@flowgram.ai/fixed-layout-core 0.4.6 → 0.4.7
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/esm/index.js +2 -2
- package/dist/esm/index.js.map +1 -1
- package/dist/index.js +5 -5
- package/dist/index.js.map +1 -1
- package/package.json +9 -9
package/dist/esm/index.js
CHANGED
|
@@ -2006,7 +2006,7 @@ var getPortChildInput = (_child) => {
|
|
|
2006
2006
|
};
|
|
2007
2007
|
|
|
2008
2008
|
// src/activities/slot/utils/layout.ts
|
|
2009
|
-
import { mean } from "lodash";
|
|
2009
|
+
import { mean } from "lodash-es";
|
|
2010
2010
|
var getDisplayFirstChildTop = (transform) => {
|
|
2011
2011
|
if (transform.firstChild) {
|
|
2012
2012
|
return transform.localBounds.top + getDisplayFirstChildTop(transform.firstChild);
|
|
@@ -2176,7 +2176,7 @@ var SlotInlineBlocksRegistry = {
|
|
|
2176
2176
|
};
|
|
2177
2177
|
|
|
2178
2178
|
// src/activities/slot/extends/slot-block.ts
|
|
2179
|
-
import { mean as mean2 } from "lodash";
|
|
2179
|
+
import { mean as mean2 } from "lodash-es";
|
|
2180
2180
|
import {
|
|
2181
2181
|
FlowNodeBaseType as FlowNodeBaseType27,
|
|
2182
2182
|
FlowTransitionLabelEnum as FlowTransitionLabelEnum16,
|