@luscii-healthtech/web-ui 44.0.0 → 44.0.1
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.
|
@@ -1414,7 +1414,7 @@ const BaseListInner = ({ dataTestId, title, subtitle, headerButton, headerAccess
|
|
|
1414
1414
|
const BaseList = React__namespace.default.forwardRef(BaseListInner);
|
|
1415
1415
|
|
|
1416
1416
|
const draggableListItemPropsPointer = {
|
|
1417
|
-
symbol: Symbol("draggable-list-item-props")
|
|
1417
|
+
symbol: /* @__PURE__ */ Symbol("draggable-list-item-props")
|
|
1418
1418
|
};
|
|
1419
1419
|
const createDraggableListProps = ({ itemId, title, subtitle, icon, isDraggable, isSelected }) => {
|
|
1420
1420
|
return new WeakMap([
|