mario-education 2.4.183-level → 2.4.185-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.css CHANGED
@@ -1154,14 +1154,16 @@ h6._3zOGW {
1154
1154
  position: absolute;
1155
1155
  /* opacity: 0; */
1156
1156
  z-index: -999;
1157
- left: 0;
1158
- top: 0;
1157
+ bottom: -100vh;
1158
+ right: -100vw;
1159
+ width: 260px;
1160
+ height: 75px;
1159
1161
  }
1160
1162
 
1161
1163
  ._1eqkj > img {
1162
- /* width: 100%; */
1163
- /* height: 100%; */
1164
- /* object-fit: cover; */
1164
+ width: 100%;
1165
+ height: auto;
1166
+ margin-top: -10px;
1165
1167
  }
1166
1168
 
1167
1169
  ._2IQ8b {
package/dist/index.js CHANGED
@@ -31503,7 +31503,7 @@ var StudentPressureChart = function StudentPressureChart(_ref) {
31503
31503
  }))));
31504
31504
  };
31505
31505
 
31506
- var headerLogo = "../images/main-logo-blue.png";
31506
+ var headerLogo = "../images/horizontal-logo-blue.svg";
31507
31507
 
31508
31508
  var DashboardToPDF = function DashboardToPDF(props) {
31509
31509
  var startTime = props.startTime,
@@ -32176,7 +32176,7 @@ var DashboardToPDF = function DashboardToPDF(props) {
32176
32176
  try {
32177
32177
  var imageLogo = document.getElementById("header-logo");
32178
32178
  return Promise.resolve(html2canvas(imageLogo)).then(function (imageLogoCanvas) {
32179
- doc.addImage(imageLogoCanvas.toDataURL("image/png", 1.0), "png", 20, 20, 90, 25);
32179
+ doc.addImage(imageLogoCanvas.toDataURL("image/png", 1.0), "png", 10, 20, 90, 25);
32180
32180
  doc.setFontSize(18);
32181
32181
  doc.setFont("Helvetica", "normal", "bold");
32182
32182
  doc.text(schoolName.length <= 18 ? schoolName : splitShoolName[0] + "...", (WIDTH_PAPER - schoolWidth) / 2 + 15, 40);