@ixo/editor 2.8.0 → 2.8.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.
|
@@ -2702,7 +2702,7 @@ import { IconPlayerPlay } from "@tabler/icons-react";
|
|
|
2702
2702
|
import React25 from "react";
|
|
2703
2703
|
function ListItemContainer({
|
|
2704
2704
|
children,
|
|
2705
|
-
withIcon =
|
|
2705
|
+
withIcon = false,
|
|
2706
2706
|
onClick,
|
|
2707
2707
|
isChecked,
|
|
2708
2708
|
disabled = false,
|
|
@@ -17266,4 +17266,4 @@ export {
|
|
|
17266
17266
|
ixoGraphQLClient,
|
|
17267
17267
|
getEntity
|
|
17268
17268
|
};
|
|
17269
|
-
//# sourceMappingURL=chunk-
|
|
17269
|
+
//# sourceMappingURL=chunk-ZAFLEU7H.mjs.map
|