mario-education 2.4.154-level → 2.4.155-level

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 CHANGED
@@ -32139,6 +32139,7 @@ var Dashboard = function Dashboard() {
32139
32139
  setIsExpandChart(!isExpandChart);
32140
32140
  };
32141
32141
 
32142
+ var layoutReadinessToLearn = !isExpandChart ? 6 : 12;
32142
32143
  return React__default.createElement("div", {
32143
32144
  className: "" + styles$1["block-dashboard"]
32144
32145
  }, React__default.createElement(reactstrap.Modal, {
@@ -32311,9 +32312,9 @@ var Dashboard = function Dashboard() {
32311
32312
  }), React__default.createElement(reactstrap.Collapse, {
32312
32313
  isOpen: chartIsOpened[0]
32313
32314
  }, React__default.createElement(reactstrap.Row, {
32314
- className: chartIsOpened[0] ? "d-flex" : "d-block"
32315
+ className: "d-flex"
32315
32316
  }, React__default.createElement(reactstrap.Col, {
32316
- md: !isExpandChart && chartIsOpened[0] ? 6 : 12
32317
+ md: chartIsOpened[0] ? layoutReadinessToLearn : 4
32317
32318
  }, React__default.createElement(GenerateChartData, {
32318
32319
  isShowExpandIcon: true,
32319
32320
  colors: ["#0F9655"],
@@ -32327,7 +32328,7 @@ var Dashboard = function Dashboard() {
32327
32328
  onExpand: handleToggleChartWidth,
32328
32329
  timeOfDay: filter.optionDate
32329
32330
  })), React__default.createElement(reactstrap.Col, {
32330
- md: !isExpandChart && chartIsOpened[0] ? 6 : 12,
32331
+ md: chartIsOpened[0] ? layoutReadinessToLearn : 4,
32331
32332
  className: ""
32332
32333
  }, React__default.createElement(GenerateChartData, {
32333
32334
  isShowExpandIcon: true,