@cloudscape-design/board-components 3.0.34 → 3.0.36

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,4 +1,4 @@
1
1
  export var PACKAGE_SOURCE = "board-components";
2
- export var PACKAGE_VERSION = "3.0.0 (b095e397)";
2
+ export var PACKAGE_VERSION = "3.0.0 (dc240419)";
3
3
  export var THEME = "open-source-visual-refresh";
4
4
  export var ALWAYS_VISUAL_REFRESH = true;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "PACKAGE_SOURCE": "board-components",
3
- "PACKAGE_VERSION": "3.0.0 (b095e397)",
3
+ "PACKAGE_VERSION": "3.0.0 (dc240419)",
4
4
  "THEME": "open-source-visual-refresh",
5
5
  "ALWAYS_VISUAL_REFRESH": true
6
6
  }
@@ -269,8 +269,7 @@ function ItemContainerComponent({ item, placed, acquired, inTransition, transfor
269
269
  focusDragHandle: () => { var _a; return (_a = dragHandleRef.current) === null || _a === void 0 ? void 0 : _a.focus(); },
270
270
  }));
271
271
  const isActive = (!!transition && !isHidden) || !!acquired;
272
- const shouldUsePortal = ((transition === null || transition === void 0 ? void 0 : transition.operation) === "insert" || (transition === null || transition === void 0 ? void 0 : transition.operation) === "reorder") &&
273
- (transition === null || transition === void 0 ? void 0 : transition.interactionType) === "pointer";
272
+ const shouldUsePortal = (transition === null || transition === void 0 ? void 0 : transition.operation) === "insert" && (transition === null || transition === void 0 ? void 0 : transition.interactionType) === "pointer";
274
273
  const childrenRef = useRef(null);
275
274
  if (!inTransition || isActive) {
276
275
  childrenRef.current = children(!!(transition === null || transition === void 0 ? void 0 : transition.hasDropTarget));
@@ -1,3 +1,3 @@
1
1
  {
2
- "commit": "b095e3972410e6135f434232cab514cd9af8fd8a"
2
+ "commit": "dc240419f9dbaff539591625d780f259a739e3c4"
3
3
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cloudscape-design/board-components",
3
- "version": "3.0.34",
3
+ "version": "3.0.36",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/cloudscape-design/board-components.git"