@epec-fcfm-uchile/frontend-component-header 1.0.38 → 1.0.39

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.
@@ -20,7 +20,7 @@ var LearningHeader = function LearningHeader(_ref) {
20
20
  var _useContext = useContext(AppContext),
21
21
  authenticatedUser = _useContext.authenticatedUser;
22
22
  var headerLogo = /*#__PURE__*/React.createElement(LogoSlot, {
23
- href: "".concat(login_domain, "/"),
23
+ href: "https://".concat(login_domain, "/"),
24
24
  src: getConfig().LOGO_URL,
25
25
  alt: getConfig().SITE_NAME
26
26
  });
@@ -1 +1 @@
1
- {"version":3,"file":"LearningHeader.js","names":["React","useContext","PropTypes","getConfig","useIntl","AppContext","AuthenticatedUserDropdown","LogoSlot","CourseInfoSlot","courseInfoDataShape","messages","Cookies","login_subdomain","get","login_domain","concat","trim","toLowerCase","replace","LearningHeader","_ref","courseOrg","courseNumber","courseTitle","showUserDropdown","intl","_useContext","authenticatedUser","headerLogo","createElement","href","src","LOGO_URL","alt","SITE_NAME","className","formatMessage","skipNavLink","style","lineHeight","Fragment","username","email","propTypes","bool","defaultProps"],"sources":["../../src/learning-header/LearningHeader.jsx"],"sourcesContent":["import React, { useContext } from 'react';\nimport PropTypes from 'prop-types';\nimport { getConfig } from '@edx/frontend-platform';\nimport { useIntl } from '@edx/frontend-platform/i18n';\nimport { AppContext } from '@edx/frontend-platform/react';\n\nimport AuthenticatedUserDropdown from './AuthenticatedUserDropdown';\nimport LogoSlot from '../plugin-slots/LogoSlot';\nimport CourseInfoSlot from '../plugin-slots/CourseInfoSlot';\nimport { courseInfoDataShape } from './LearningHeaderCourseInfo';\nimport messages from './messages';\nimport Cookies from 'js-cookie';\nconst login_subdomain = Cookies.get('_epec_session_subdomain');\nconst login_domain = (typeof login_subdomain ==='string' && login_subdomain)?`${login_subdomain.trim().toLowerCase().replace(/[^a-z]/g, '')}.fcfmonline.cl`:'app.fcfmonline.cl';\n\nconst LearningHeader = ({\n courseOrg,\n courseNumber,\n courseTitle,\n showUserDropdown,\n}) => {\n const intl = useIntl();\n const { authenticatedUser } = useContext(AppContext);\n\n const headerLogo = (\n <LogoSlot\n href={`${login_domain}/`}\n src={getConfig().LOGO_URL}\n alt={getConfig().SITE_NAME}\n />\n );\n\n return (\n <header className=\"learning-header align-items-center\">\n <a className=\"sr-only sr-only-focusable\" href=\"#main-content\">{intl.formatMessage(messages.skipNavLink)}</a>\n <div className=\"d-flex align-items-center px-1 px-sm-3 sub-learning-header justify-content-between\">\n {headerLogo}\n <div className=\"flex-grow-1 course-title-lockup d-none d-sm-flex\" style={{ lineHeight: 1 }}>\n <CourseInfoSlot courseOrg={courseOrg} courseNumber={courseNumber} courseTitle={courseTitle} />\n </div>\n {showUserDropdown && authenticatedUser && (\n <>\n <AuthenticatedUserDropdown\n username={authenticatedUser.username} email={authenticatedUser.email}\n />\n </>\n )}\n {showUserDropdown && !authenticatedUser && (\n <div></div>\n )}\n </div>\n </header>\n );\n};\n\nLearningHeader.propTypes = {\n courseOrg: courseInfoDataShape.courseOrg,\n courseNumber: courseInfoDataShape.courseNumber,\n courseTitle: courseInfoDataShape.courseTitle,\n showUserDropdown: PropTypes.bool,\n};\n\nLearningHeader.defaultProps = {\n courseOrg: null,\n courseNumber: null,\n courseTitle: null,\n showUserDropdown: true,\n};\n\nexport default LearningHeader;\n"],"mappings":"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","ignoreList":[]}
1
+ {"version":3,"file":"LearningHeader.js","names":["React","useContext","PropTypes","getConfig","useIntl","AppContext","AuthenticatedUserDropdown","LogoSlot","CourseInfoSlot","courseInfoDataShape","messages","Cookies","login_subdomain","get","login_domain","concat","trim","toLowerCase","replace","LearningHeader","_ref","courseOrg","courseNumber","courseTitle","showUserDropdown","intl","_useContext","authenticatedUser","headerLogo","createElement","href","src","LOGO_URL","alt","SITE_NAME","className","formatMessage","skipNavLink","style","lineHeight","Fragment","username","email","propTypes","bool","defaultProps"],"sources":["../../src/learning-header/LearningHeader.jsx"],"sourcesContent":["import React, { useContext } from 'react';\nimport PropTypes from 'prop-types';\nimport { getConfig } from '@edx/frontend-platform';\nimport { useIntl } from '@edx/frontend-platform/i18n';\nimport { AppContext } from '@edx/frontend-platform/react';\n\nimport AuthenticatedUserDropdown from './AuthenticatedUserDropdown';\nimport LogoSlot from '../plugin-slots/LogoSlot';\nimport CourseInfoSlot from '../plugin-slots/CourseInfoSlot';\nimport { courseInfoDataShape } from './LearningHeaderCourseInfo';\nimport messages from './messages';\nimport Cookies from 'js-cookie';\nconst login_subdomain = Cookies.get('_epec_session_subdomain');\nconst login_domain = (typeof login_subdomain ==='string' && login_subdomain)?`${login_subdomain.trim().toLowerCase().replace(/[^a-z]/g, '')}.fcfmonline.cl`:'app.fcfmonline.cl';\n\nconst LearningHeader = ({\n courseOrg,\n courseNumber,\n courseTitle,\n showUserDropdown,\n}) => {\n const intl = useIntl();\n const { authenticatedUser } = useContext(AppContext);\n\n const headerLogo = (\n <LogoSlot\n href={`https://${login_domain}/`}\n src={getConfig().LOGO_URL}\n alt={getConfig().SITE_NAME}\n />\n );\n\n return (\n <header className=\"learning-header align-items-center\">\n <a className=\"sr-only sr-only-focusable\" href=\"#main-content\">{intl.formatMessage(messages.skipNavLink)}</a>\n <div className=\"d-flex align-items-center px-1 px-sm-3 sub-learning-header justify-content-between\">\n {headerLogo}\n <div className=\"flex-grow-1 course-title-lockup d-none d-sm-flex\" style={{ lineHeight: 1 }}>\n <CourseInfoSlot courseOrg={courseOrg} courseNumber={courseNumber} courseTitle={courseTitle} />\n </div>\n {showUserDropdown && authenticatedUser && (\n <>\n <AuthenticatedUserDropdown\n username={authenticatedUser.username} email={authenticatedUser.email}\n />\n </>\n )}\n {showUserDropdown && !authenticatedUser && (\n <div></div>\n )}\n </div>\n </header>\n );\n};\n\nLearningHeader.propTypes = {\n courseOrg: courseInfoDataShape.courseOrg,\n courseNumber: courseInfoDataShape.courseNumber,\n courseTitle: courseInfoDataShape.courseTitle,\n showUserDropdown: PropTypes.bool,\n};\n\nLearningHeader.defaultProps = {\n courseOrg: null,\n courseNumber: null,\n courseTitle: null,\n showUserDropdown: true,\n};\n\nexport default LearningHeader;\n"],"mappings":"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","ignoreList":[]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@epec-fcfm-uchile/frontend-component-header",
3
- "version": "1.0.38",
3
+ "version": "1.0.39",
4
4
  "description": "The standard header for Open edX",
5
5
  "main": "dist/index.js",
6
6
  "publishConfig": {