mario-education 2.4.401-release → 2.4.403-release

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
@@ -70973,7 +70973,8 @@ var useHeaderSideBar = function useHeaderSideBar(_navigations) {
70973
70973
  }, React__default.createElement("span", {
70974
70974
  className: classes.drawerContent,
70975
70975
  style: {
70976
- fontSize: tabLargeFontSize(defaultFont)
70976
+ fontSize: tabLargeFontSize(defaultFont),
70977
+ textTransform: "capitalize"
70977
70978
  }
70978
70979
  }, t(navigation === null || navigation === void 0 ? void 0 : navigation.name))), !!((_navigation$children3 = navigation.children) !== null && _navigation$children3 !== void 0 && _navigation$children3.length) && React__default.createElement(icons.ChevronLeft, {
70979
70980
  className: classes.arrow + " " + (!!openNavigationItem[navigation.name] ? classes.arrowDown : classes.arrowUp)