mario-education 2.4.540-feedback → 2.4.541-feedback
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/containers/Dashboard/configs/types.d.ts +1 -0
- package/dist/index.css +3 -2
- package/dist/index.js +11 -6
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +11 -6
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -6314,6 +6314,7 @@ p._1YLGi {
|
|
|
6314
6314
|
._jt5M3>._2cEqW>div,
|
|
6315
6315
|
._jt5M3>._2cEqW>div>div,
|
|
6316
6316
|
._jt5M3>._2cEqW>div>span,
|
|
6317
|
+
._jt5M3>._2cEqW>div>div>p,
|
|
6317
6318
|
._jt5M3>._2cEqW>div>span>span {
|
|
6318
6319
|
font-size: 14px;
|
|
6319
6320
|
font-weight: 400;
|
|
@@ -6356,11 +6357,11 @@ p._1YLGi {
|
|
|
6356
6357
|
}
|
|
6357
6358
|
|
|
6358
6359
|
._e1eW1>._jt5M3>._2cEqW:nth-child(4) {
|
|
6359
|
-
width:
|
|
6360
|
+
width: 20%;
|
|
6360
6361
|
}
|
|
6361
6362
|
|
|
6362
6363
|
._e1eW1>._jt5M3>._2cEqW:nth-child(5) {
|
|
6363
|
-
width:
|
|
6364
|
+
width: 22%;
|
|
6364
6365
|
}
|
|
6365
6366
|
|
|
6366
6367
|
._e1eW1>._jt5M3>._2cEqW:nth-child(6) {
|
package/dist/index.js
CHANGED
|
@@ -36995,16 +36995,16 @@ var LastAnswerTable = function LastAnswerTable(_ref) {
|
|
|
36995
36995
|
}, "Check in Date", renderArrFilter((filter === null || filter === void 0 ? void 0 : filter.sortBy) == "Date", filter === null || filter === void 0 ? void 0 : filter.sortOrder))), React__default.createElement(core$1.TableCell, {
|
|
36996
36996
|
align: "left",
|
|
36997
36997
|
className: "" + styles$3["header-cell"],
|
|
36998
|
-
width: "
|
|
36999
|
-
|
|
37000
|
-
|
|
36998
|
+
width: "20%",
|
|
36999
|
+
style: {
|
|
37000
|
+
cursor: "default"
|
|
37001
37001
|
}
|
|
37002
37002
|
}, React__default.createElement(core$1.Grid, {
|
|
37003
37003
|
className: "d-flex align-items-center"
|
|
37004
|
-
}, t("
|
|
37004
|
+
}, t("question"))), React__default.createElement(core$1.TableCell, {
|
|
37005
37005
|
align: "left",
|
|
37006
37006
|
className: "" + styles$3["header-cell"],
|
|
37007
|
-
width: "
|
|
37007
|
+
width: "22%",
|
|
37008
37008
|
onClick: function onClick() {
|
|
37009
37009
|
return onOder === null || onOder === void 0 ? void 0 : onOder("Answer");
|
|
37010
37010
|
}
|
|
@@ -37056,7 +37056,12 @@ var LastAnswerTable = function LastAnswerTable(_ref) {
|
|
|
37056
37056
|
className: styles$3["body-cell"] + " " + styles$3["body-cell-" + subClassName]
|
|
37057
37057
|
}, React__default.createElement(core$1.Grid, {
|
|
37058
37058
|
className: "d-flex align-items-start h-100"
|
|
37059
|
-
},
|
|
37059
|
+
}, React__default.createElement("div", {
|
|
37060
|
+
className: styles$3["font-question"],
|
|
37061
|
+
dangerouslySetInnerHTML: {
|
|
37062
|
+
__html: r.questionText
|
|
37063
|
+
}
|
|
37064
|
+
}))), React__default.createElement(core$1.TableCell, {
|
|
37060
37065
|
component: "th",
|
|
37061
37066
|
scope: "row",
|
|
37062
37067
|
height: 80,
|