mario-education 2.4.39-admin → 2.4.41-admin
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.js +3 -2
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +3 -2
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.modern.js
CHANGED
|
@@ -19808,7 +19808,7 @@ var HeaderChart = function HeaderChart(_ref) {
|
|
|
19808
19808
|
contentTooltip = _ref.contentTooltip,
|
|
19809
19809
|
index = _ref.index;
|
|
19810
19810
|
|
|
19811
|
-
var _useState = useState(
|
|
19811
|
+
var _useState = useState(false),
|
|
19812
19812
|
openTooltip = _useState[0],
|
|
19813
19813
|
setOpenTooltip = _useState[1];
|
|
19814
19814
|
|
|
@@ -19830,7 +19830,8 @@ var HeaderChart = function HeaderChart(_ref) {
|
|
|
19830
19830
|
placement: "right",
|
|
19831
19831
|
isOpen: openTooltip,
|
|
19832
19832
|
target: "tooltip-" + index,
|
|
19833
|
-
toggle: handleOpenTooltip
|
|
19833
|
+
toggle: handleOpenTooltip,
|
|
19834
|
+
innerClassName: "" + styles$1["tooltip"]
|
|
19834
19835
|
}, contentTooltip)), React.createElement("div", {
|
|
19835
19836
|
className: "" + styles$1["header-right"]
|
|
19836
19837
|
}, isOpen && isShowChangeChart && (options === null || options === void 0 ? void 0 : options.length) && React.createElement("div", {
|