@openedx/frontend-base 1.0.0-alpha.41 → 1.0.0-alpha.42

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.
@@ -54,5 +54,10 @@ declare const messages: {
54
54
  defaultMessage: string;
55
55
  description: string;
56
56
  };
57
+ 'header.help': {
58
+ id: string;
59
+ defaultMessage: string;
60
+ description: string;
61
+ };
57
62
  };
58
63
  export default messages;
@@ -54,7 +54,12 @@ const messages = defineMessages({
54
54
  id: 'footer.revealLinks.more',
55
55
  defaultMessage: 'More',
56
56
  description: 'Text for a button that reveals more links and content in the footer.',
57
- }
57
+ },
58
+ 'header.help': {
59
+ id: 'header.help',
60
+ defaultMessage: 'Help',
61
+ description: 'Help link in the global header that points to documentation or support.',
62
+ },
58
63
  });
59
64
  export default messages;
60
65
  //# sourceMappingURL=Shell.messages.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Shell.messages.js","sourceRoot":"","sources":["../../shell/Shell.messages.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,YAAY,CAAC;AAE5C,MAAM,QAAQ,GAAG,cAAc,CAAC;IAC9B,4BAA4B,EAAE;QAC5B,EAAE,EAAE,4BAA4B;QAChC,cAAc,EAAE,WAAW;QAC3B,WAAW,EAAE,4BAA4B;KAC1C;IACD,yBAAyB,EAAE;QACzB,EAAE,EAAE,yBAAyB;QAC7B,cAAc,EAAE,QAAQ;QACxB,WAAW,EAAE,aAAa;KAC3B;IACD,0BAA0B,EAAE;QAC1B,EAAE,EAAE,0BAA0B;QAC9B,cAAc,EAAE,SAAS;QACzB,WAAW,EAAE,0BAA0B;KACxC;IACD,0BAA0B,EAAE;QAC1B,EAAE,EAAE,0BAA0B;QAC9B,cAAc,EAAE,SAAS;QACzB,WAAW,EAAE,0BAA0B;KACxC;IACD,gCAAgC,EAAE;QAChC,EAAE,EAAE,gCAAgC;QACpC,cAAc,EAAE,eAAe;QAC/B,WAAW,EAAE,uBAAuB;KACrC;IACD,wBAAwB,EAAE;QACxB,EAAE,EAAE,wBAAwB;QAC5B,cAAc,EAAE,OAAO;QACvB,WAAW,EAAE,YAAY;KAC1B;IACD,2BAA2B,EAAE;QAC3B,EAAE,EAAE,2BAA2B;QAC/B,cAAc,EAAE,SAAS;QACzB,WAAW,EAAE,sBAAsB;KACpC;IACD,WAAW,EAAE;QACX,EAAE,EAAE,+BAA+B;QACnC,cAAc,EAAE,uBAAuB;QACvC,WAAW,EAAE,uFAAuF;KACrG;IACD,eAAe,EAAE;QACf,EAAE,EAAE,mBAAmB;QACvB,cAAc,EAAE,qBAAqB;QACrC,WAAW,EAAE,wEAAwE;KACtF;IACD,qBAAqB,EAAE;QACrB,EAAE,EAAE,yBAAyB;QAC7B,cAAc,EAAE,wDAAwD;QACxE,WAAW,EAAE,+HAA+H;KAC7I;IACD,yBAAyB,EAAE;QACzB,EAAE,EAAE,yBAAyB;QAC7B,cAAc,EAAE,MAAM;QACtB,WAAW,EAAE,sEAAsE;KACpF;CACF,CAAC,CAAC;AAEH,eAAe,QAAQ,CAAC","sourcesContent":["import { defineMessages } from '../runtime';\n\nconst messages = defineMessages({\n 'header.user.menu.dashboard': {\n id: 'header.user.menu.dashboard',\n defaultMessage: 'Dashboard',\n description: 'Link to the user dashboard',\n },\n 'header.user.menu.logout': {\n id: 'header.user.menu.logout',\n defaultMessage: 'Logout',\n description: 'Logout link',\n },\n 'header.user.menu.profile': {\n id: 'header.user.menu.profile',\n defaultMessage: 'Profile',\n description: 'Link to the user profile',\n },\n 'header.user.menu.account': {\n id: 'header.user.menu.account',\n defaultMessage: 'Account',\n description: 'Link to account settings',\n },\n 'header.user.menu.order.history': {\n id: 'header.user.menu.order.history',\n defaultMessage: 'Order History',\n description: 'Link to order history',\n },\n 'header.user.menu.login': {\n id: 'header.user.menu.login',\n defaultMessage: 'Login',\n description: 'Login link',\n },\n 'header.user.menu.register': {\n id: 'header.user.menu.register',\n defaultMessage: 'Sign Up',\n description: 'Link to registration',\n },\n skipNavLink: {\n id: 'header.navigation.skipNavLink',\n defaultMessage: 'Skip to main content.',\n description: 'A link used by screen readers to allow users to skip to the main content of the page.',\n },\n footerPoweredBy: {\n id: 'footer.powered.by',\n defaultMessage: 'Powered by Open edX',\n description: 'Alt text for the \\'Powered by Open edX\\' logo displayed in the footer.',\n },\n footerTrademarkNotice: {\n id: 'footer.trademark.notice',\n defaultMessage: 'edX and Open edX are registered trademarks of edX LLC.',\n description: 'A legal notice that \"edX LLC\" owns the trademarks on \"edX\" and \"Open edX\". Please do not translate these three proper names.'\n },\n 'footer.revealLinks.more': {\n id: 'footer.revealLinks.more',\n defaultMessage: 'More',\n description: 'Text for a button that reveals more links and content in the footer.',\n }\n});\n\nexport default messages;\n"]}
1
+ {"version":3,"file":"Shell.messages.js","sourceRoot":"","sources":["../../shell/Shell.messages.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,YAAY,CAAC;AAE5C,MAAM,QAAQ,GAAG,cAAc,CAAC;IAC9B,4BAA4B,EAAE;QAC5B,EAAE,EAAE,4BAA4B;QAChC,cAAc,EAAE,WAAW;QAC3B,WAAW,EAAE,4BAA4B;KAC1C;IACD,yBAAyB,EAAE;QACzB,EAAE,EAAE,yBAAyB;QAC7B,cAAc,EAAE,QAAQ;QACxB,WAAW,EAAE,aAAa;KAC3B;IACD,0BAA0B,EAAE;QAC1B,EAAE,EAAE,0BAA0B;QAC9B,cAAc,EAAE,SAAS;QACzB,WAAW,EAAE,0BAA0B;KACxC;IACD,0BAA0B,EAAE;QAC1B,EAAE,EAAE,0BAA0B;QAC9B,cAAc,EAAE,SAAS;QACzB,WAAW,EAAE,0BAA0B;KACxC;IACD,gCAAgC,EAAE;QAChC,EAAE,EAAE,gCAAgC;QACpC,cAAc,EAAE,eAAe;QAC/B,WAAW,EAAE,uBAAuB;KACrC;IACD,wBAAwB,EAAE;QACxB,EAAE,EAAE,wBAAwB;QAC5B,cAAc,EAAE,OAAO;QACvB,WAAW,EAAE,YAAY;KAC1B;IACD,2BAA2B,EAAE;QAC3B,EAAE,EAAE,2BAA2B;QAC/B,cAAc,EAAE,SAAS;QACzB,WAAW,EAAE,sBAAsB;KACpC;IACD,WAAW,EAAE;QACX,EAAE,EAAE,+BAA+B;QACnC,cAAc,EAAE,uBAAuB;QACvC,WAAW,EAAE,uFAAuF;KACrG;IACD,eAAe,EAAE;QACf,EAAE,EAAE,mBAAmB;QACvB,cAAc,EAAE,qBAAqB;QACrC,WAAW,EAAE,wEAAwE;KACtF;IACD,qBAAqB,EAAE;QACrB,EAAE,EAAE,yBAAyB;QAC7B,cAAc,EAAE,wDAAwD;QACxE,WAAW,EAAE,+HAA+H;KAC7I;IACD,yBAAyB,EAAE;QACzB,EAAE,EAAE,yBAAyB;QAC7B,cAAc,EAAE,MAAM;QACtB,WAAW,EAAE,sEAAsE;KACpF;IACD,aAAa,EAAE;QACb,EAAE,EAAE,aAAa;QACjB,cAAc,EAAE,MAAM;QACtB,WAAW,EAAE,yEAAyE;KACvF;CACF,CAAC,CAAC;AAEH,eAAe,QAAQ,CAAC","sourcesContent":["import { defineMessages } from '../runtime';\n\nconst messages = defineMessages({\n 'header.user.menu.dashboard': {\n id: 'header.user.menu.dashboard',\n defaultMessage: 'Dashboard',\n description: 'Link to the user dashboard',\n },\n 'header.user.menu.logout': {\n id: 'header.user.menu.logout',\n defaultMessage: 'Logout',\n description: 'Logout link',\n },\n 'header.user.menu.profile': {\n id: 'header.user.menu.profile',\n defaultMessage: 'Profile',\n description: 'Link to the user profile',\n },\n 'header.user.menu.account': {\n id: 'header.user.menu.account',\n defaultMessage: 'Account',\n description: 'Link to account settings',\n },\n 'header.user.menu.order.history': {\n id: 'header.user.menu.order.history',\n defaultMessage: 'Order History',\n description: 'Link to order history',\n },\n 'header.user.menu.login': {\n id: 'header.user.menu.login',\n defaultMessage: 'Login',\n description: 'Login link',\n },\n 'header.user.menu.register': {\n id: 'header.user.menu.register',\n defaultMessage: 'Sign Up',\n description: 'Link to registration',\n },\n skipNavLink: {\n id: 'header.navigation.skipNavLink',\n defaultMessage: 'Skip to main content.',\n description: 'A link used by screen readers to allow users to skip to the main content of the page.',\n },\n footerPoweredBy: {\n id: 'footer.powered.by',\n defaultMessage: 'Powered by Open edX',\n description: 'Alt text for the \\'Powered by Open edX\\' logo displayed in the footer.',\n },\n footerTrademarkNotice: {\n id: 'footer.trademark.notice',\n defaultMessage: 'edX and Open edX are registered trademarks of edX LLC.',\n description: 'A legal notice that \"edX LLC\" owns the trademarks on \"edX\" and \"Open edX\". Please do not translate these three proper names.'\n },\n 'footer.revealLinks.more': {\n id: 'footer.revealLinks.more',\n defaultMessage: 'More',\n description: 'Text for a button that reveals more links and content in the footer.',\n },\n 'header.help': {\n id: 'header.help',\n defaultMessage: 'Help',\n description: 'Help link in the global header that points to documentation or support.',\n },\n});\n\nexport default messages;\n"]}
@@ -0,0 +1,5 @@
1
+ interface HelpButtonProps {
2
+ getUrl: () => string | undefined;
3
+ }
4
+ export default function HelpButton({ getUrl }: HelpButtonProps): import("react/jsx-runtime").JSX.Element | null;
5
+ export {};
@@ -0,0 +1,10 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import LinkMenuItem from '../menus/LinkMenuItem';
3
+ import messages from '../Shell.messages';
4
+ export default function HelpButton({ getUrl }) {
5
+ const url = getUrl();
6
+ if (!url)
7
+ return null;
8
+ return (_jsx(LinkMenuItem, { label: messages['header.help'], url: url, variant: "navLink" }));
9
+ }
10
+ //# sourceMappingURL=HelpButton.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"HelpButton.js","sourceRoot":"","sources":["../../../shell/header/HelpButton.tsx"],"names":[],"mappings":";AAAA,OAAO,YAAY,MAAM,uBAAuB,CAAC;AACjD,OAAO,QAAQ,MAAM,mBAAmB,CAAC;AAMzC,MAAM,CAAC,OAAO,UAAU,UAAU,CAAC,EAAE,MAAM,EAAmB;IAC5D,MAAM,GAAG,GAAG,MAAM,EAAE,CAAC;IACrB,IAAI,CAAC,GAAG;QAAE,OAAO,IAAI,CAAC;IACtB,OAAO,CACL,KAAC,YAAY,IACX,KAAK,EAAE,QAAQ,CAAC,aAAa,CAAC,EAC9B,GAAG,EAAE,GAAG,EACR,OAAO,EAAC,SAAS,GACjB,CACH,CAAC;AACJ,CAAC","sourcesContent":["import LinkMenuItem from '../menus/LinkMenuItem';\nimport messages from '../Shell.messages';\n\ninterface HelpButtonProps {\n getUrl: () => string | undefined,\n}\n\nexport default function HelpButton({ getUrl }: HelpButtonProps) {\n const url = getUrl();\n if (!url) return null;\n return (\n <LinkMenuItem\n label={messages['header.help']}\n url={url}\n variant=\"navLink\"\n />\n );\n}\n"]}
@@ -11,4 +11,10 @@ header {
11
11
  color: var(--pgn-color-active, #fff);
12
12
  }
13
13
  }
14
+
15
+ // Secondary-nav cluster sits flush against whatever's to its left
16
+ // (notifications bell, etc.) — those neighbors bring their own padding.
17
+ .secondary-nav-links > :first-child {
18
+ padding-left: 0;
19
+ }
14
20
  }
@@ -2,6 +2,6 @@ import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import { Nav } from '@openedx/paragon';
3
3
  import { Slot } from '../../../runtime';
4
4
  export default function SecondaryNavLinks() {
5
- return (_jsx(Nav, { className: "flex-nowrap", children: _jsx(Slot, { id: "org.openedx.frontend.slot.header.secondaryLinks.v1" }) }));
5
+ return (_jsx(Nav, { className: "flex-nowrap secondary-nav-links", children: _jsx(Slot, { id: "org.openedx.frontend.slot.header.secondaryLinks.v1" }) }));
6
6
  }
7
7
  //# sourceMappingURL=SecondaryNavLinks.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"SecondaryNavLinks.js","sourceRoot":"","sources":["../../../../shell/header/desktop/SecondaryNavLinks.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,kBAAkB,CAAC;AACvC,OAAO,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AAExC,MAAM,CAAC,OAAO,UAAU,iBAAiB;IACvC,OAAO,CACL,KAAC,GAAG,IAAC,SAAS,EAAC,aAAa,YAC1B,KAAC,IAAI,IAAC,EAAE,EAAC,oDAAoD,GAAG,GAC5D,CACP,CAAC;AACJ,CAAC","sourcesContent":["import { Nav } from '@openedx/paragon';\nimport { Slot } from '../../../runtime';\n\nexport default function SecondaryNavLinks() {\n return (\n <Nav className=\"flex-nowrap\">\n <Slot id=\"org.openedx.frontend.slot.header.secondaryLinks.v1\" />\n </Nav>\n );\n}\n"]}
1
+ {"version":3,"file":"SecondaryNavLinks.js","sourceRoot":"","sources":["../../../../shell/header/desktop/SecondaryNavLinks.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,kBAAkB,CAAC;AACvC,OAAO,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AAExC,MAAM,CAAC,OAAO,UAAU,iBAAiB;IACvC,OAAO,CACL,KAAC,GAAG,IAAC,SAAS,EAAC,iCAAiC,YAC9C,KAAC,IAAI,IAAC,EAAE,EAAC,oDAAoD,GAAG,GAC5D,CACP,CAAC;AACJ,CAAC","sourcesContent":["import { Nav } from '@openedx/paragon';\nimport { Slot } from '../../../runtime';\n\nexport default function SecondaryNavLinks() {\n return (\n <Nav className=\"flex-nowrap secondary-nav-links\">\n <Slot id=\"org.openedx.frontend.slot.header.secondaryLinks.v1\" />\n </Nav>\n );\n}\n"]}
@@ -0,0 +1,6 @@
1
+ import { WidgetAppendOperation } from '../../runtime';
2
+ export declare const helpWidgetId = "org.openedx.frontend.widget.header.help.v1";
3
+ export declare function helpButtonSlotOperation({ appId, role }: {
4
+ appId: string;
5
+ role: string;
6
+ }): WidgetAppendOperation;
@@ -0,0 +1,14 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { getAppConfig, WidgetOperationTypes } from '../../runtime';
3
+ import HelpButton from './HelpButton';
4
+ export const helpWidgetId = 'org.openedx.frontend.widget.header.help.v1';
5
+ export function helpButtonSlotOperation({ appId, role }) {
6
+ return {
7
+ slotId: 'org.openedx.frontend.slot.header.secondaryLinks.v1',
8
+ id: helpWidgetId,
9
+ op: WidgetOperationTypes.APPEND,
10
+ element: (_jsx(HelpButton, { getUrl: () => getAppConfig(appId).SUPPORT_URL })),
11
+ condition: { active: [role] },
12
+ };
13
+ }
14
+ //# sourceMappingURL=helpButtonSlotOperation.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"helpButtonSlotOperation.js","sourceRoot":"","sources":["../../../shell/header/helpButtonSlotOperation.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,YAAY,EAAyB,oBAAoB,EAAE,MAAM,eAAe,CAAC;AAC1F,OAAO,UAAU,MAAM,cAAc,CAAC;AAEtC,MAAM,CAAC,MAAM,YAAY,GAAG,4CAA4C,CAAC;AAEzE,MAAM,UAAU,uBAAuB,CACrC,EAAE,KAAK,EAAE,IAAI,EAAmC;IAEhD,OAAO;QACL,MAAM,EAAE,oDAAoD;QAC5D,EAAE,EAAE,YAAY;QAChB,EAAE,EAAE,oBAAoB,CAAC,MAAM;QAC/B,OAAO,EAAE,CACP,KAAC,UAAU,IACT,MAAM,EAAE,GAAG,EAAE,CAAC,YAAY,CAAC,KAAK,CAAC,CAAC,WAAiC,GACnE,CACH;QACD,SAAS,EAAE,EAAE,MAAM,EAAE,CAAC,IAAI,CAAC,EAAE;KAC9B,CAAC;AACJ,CAAC","sourcesContent":["import { getAppConfig, WidgetAppendOperation, WidgetOperationTypes } from '../../runtime';\nimport HelpButton from './HelpButton';\n\nexport const helpWidgetId = 'org.openedx.frontend.widget.header.help.v1';\n\nexport function helpButtonSlotOperation(\n { appId, role }: { appId: string, role: string },\n): WidgetAppendOperation {\n return {\n slotId: 'org.openedx.frontend.slot.header.secondaryLinks.v1',\n id: helpWidgetId,\n op: WidgetOperationTypes.APPEND,\n element: (\n <HelpButton\n getUrl={() => getAppConfig(appId).SUPPORT_URL as string | undefined}\n />\n ),\n condition: { active: [role] },\n };\n}\n"]}
@@ -1,3 +1,5 @@
1
1
  export { default as headerApp } from './app';
2
2
  export { providesCourseNavigationRolesId } from './constants';
3
3
  export { default as Header } from './Header';
4
+ export { default as HelpButton } from './HelpButton';
5
+ export { helpButtonSlotOperation, helpWidgetId } from './helpButtonSlotOperation';
@@ -1,4 +1,6 @@
1
1
  export { default as headerApp } from './app';
2
2
  export { providesCourseNavigationRolesId } from './constants';
3
3
  export { default as Header } from './Header';
4
+ export { default as HelpButton } from './HelpButton';
5
+ export { helpButtonSlotOperation, helpWidgetId } from './helpButtonSlotOperation';
4
6
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../shell/header/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,OAAO,CAAC;AAC7C,OAAO,EAAE,+BAA+B,EAAE,MAAM,aAAa,CAAC;AAC9D,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,UAAU,CAAC","sourcesContent":["export { default as headerApp } from './app';\nexport { providesCourseNavigationRolesId } from './constants';\nexport { default as Header } from './Header';\n"]}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../shell/header/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,OAAO,CAAC;AAC7C,OAAO,EAAE,+BAA+B,EAAE,MAAM,aAAa,CAAC;AAC9D,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,UAAU,CAAC;AAC7C,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,cAAc,CAAC;AACrD,OAAO,EAAE,uBAAuB,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAC","sourcesContent":["export { default as headerApp } from './app';\nexport { providesCourseNavigationRolesId } from './constants';\nexport { default as Header } from './Header';\nexport { default as HelpButton } from './HelpButton';\nexport { helpButtonSlotOperation, helpWidgetId } from './helpButtonSlotOperation';\n"]}
@@ -2,7 +2,7 @@ export { default as DefaultLayout } from './DefaultLayout';
2
2
  export { default as DefaultMain } from './DefaultMain';
3
3
  export { default as shellApp } from './app';
4
4
  export { Footer, footerApp } from './footer';
5
- export { providesCourseNavigationRolesId, Header, headerApp } from './header';
5
+ export { providesCourseNavigationRolesId, Header, headerApp, HelpButton, helpButtonSlotOperation, helpWidgetId } from './header';
6
6
  export { homeRole, providesChromelessRolesId } from './constants';
7
7
  export { default as LinkMenuItem } from './menus/LinkMenuItem';
8
8
  export { default as NavDropdownMenuSlot } from './menus/NavDropdownMenuSlot';
@@ -2,7 +2,7 @@ export { default as DefaultLayout } from './DefaultLayout';
2
2
  export { default as DefaultMain } from './DefaultMain';
3
3
  export { default as shellApp } from './app';
4
4
  export { Footer, footerApp } from './footer';
5
- export { providesCourseNavigationRolesId, Header, headerApp } from './header';
5
+ export { providesCourseNavigationRolesId, Header, headerApp, HelpButton, helpButtonSlotOperation, helpWidgetId } from './header';
6
6
  export { homeRole, providesChromelessRolesId } from './constants';
7
7
  export { default as LinkMenuItem } from './menus/LinkMenuItem';
8
8
  export { default as NavDropdownMenuSlot } from './menus/NavDropdownMenuSlot';
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../shell/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAC3D,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,eAAe,CAAC;AACvD,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,OAAO,CAAC;AAC5C,OAAO,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;AAC7C,OAAO,EAAE,+BAA+B,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;AAC9E,OAAO,EAAE,QAAQ,EAAE,yBAAyB,EAAE,MAAM,aAAa,CAAC;AAClE,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,sBAAsB,CAAC;AAC/D,OAAO,EAAE,OAAO,IAAI,mBAAmB,EAAE,MAAM,6BAA6B,CAAC","sourcesContent":["export { default as DefaultLayout } from './DefaultLayout';\nexport { default as DefaultMain } from './DefaultMain';\nexport { default as shellApp } from './app';\nexport { Footer, footerApp } from './footer';\nexport { providesCourseNavigationRolesId, Header, headerApp } from './header';\nexport { homeRole, providesChromelessRolesId } from './constants';\nexport { default as LinkMenuItem } from './menus/LinkMenuItem';\nexport { default as NavDropdownMenuSlot } from './menus/NavDropdownMenuSlot';\n"]}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../shell/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAC3D,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,eAAe,CAAC;AACvD,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,OAAO,CAAC;AAC5C,OAAO,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;AAC7C,OAAO,EAAE,+BAA+B,EAAE,MAAM,EAAE,SAAS,EAAE,UAAU,EAAE,uBAAuB,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AACjI,OAAO,EAAE,QAAQ,EAAE,yBAAyB,EAAE,MAAM,aAAa,CAAC;AAClE,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,sBAAsB,CAAC;AAC/D,OAAO,EAAE,OAAO,IAAI,mBAAmB,EAAE,MAAM,6BAA6B,CAAC","sourcesContent":["export { default as DefaultLayout } from './DefaultLayout';\nexport { default as DefaultMain } from './DefaultMain';\nexport { default as shellApp } from './app';\nexport { Footer, footerApp } from './footer';\nexport { providesCourseNavigationRolesId, Header, headerApp, HelpButton, helpButtonSlotOperation, helpWidgetId } from './header';\nexport { homeRole, providesChromelessRolesId } from './constants';\nexport { default as LinkMenuItem } from './menus/LinkMenuItem';\nexport { default as NavDropdownMenuSlot } from './menus/NavDropdownMenuSlot';\n"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openedx/frontend-base",
3
- "version": "1.0.0-alpha.41",
3
+ "version": "1.0.0-alpha.42",
4
4
  "description": "Build tools, setup and config for frontend apps",
5
5
  "publishConfig": {
6
6
  "access": "public"