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.js
CHANGED
|
@@ -19811,7 +19811,7 @@ var HeaderChart = function HeaderChart(_ref) {
|
|
|
19811
19811
|
contentTooltip = _ref.contentTooltip,
|
|
19812
19812
|
index = _ref.index;
|
|
19813
19813
|
|
|
19814
|
-
var _useState = React.useState(
|
|
19814
|
+
var _useState = React.useState(false),
|
|
19815
19815
|
openTooltip = _useState[0],
|
|
19816
19816
|
setOpenTooltip = _useState[1];
|
|
19817
19817
|
|
|
@@ -19833,7 +19833,8 @@ var HeaderChart = function HeaderChart(_ref) {
|
|
|
19833
19833
|
placement: "right",
|
|
19834
19834
|
isOpen: openTooltip,
|
|
19835
19835
|
target: "tooltip-" + index,
|
|
19836
|
-
toggle: handleOpenTooltip
|
|
19836
|
+
toggle: handleOpenTooltip,
|
|
19837
|
+
innerClassName: "" + styles$1["tooltip"]
|
|
19837
19838
|
}, contentTooltip)), React__default.createElement("div", {
|
|
19838
19839
|
className: "" + styles$1["header-right"]
|
|
19839
19840
|
}, isOpen && isShowChangeChart && (options === null || options === void 0 ? void 0 : options.length) && React__default.createElement("div", {
|