diff --git a/.github/workflows/qa.yml b/.github/workflows/qa.yml index 9630e59de2..88a92c2d4d 100644 --- a/.github/workflows/qa.yml +++ b/.github/workflows/qa.yml @@ -3,7 +3,7 @@ name: qa # Controls when the action will run. on: push: - branches: [ feature/timeline ] + branches: [ themes/eduverse-theme ] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: diff --git a/app/.eslintrc.js b/app/.eslintrc.js index 64670e6de5..da3f090c49 100644 --- a/app/.eslintrc.js +++ b/app/.eslintrc.js @@ -7,5 +7,6 @@ module.exports = { // in the future, this rule will be enabled globally (not only in "app") 'react-hooks/exhaustive-deps': unifiedSeverity, ...turnOffEslintRulesToBeFixed(), + 'no-restricted-imports': 'off', }, }; diff --git a/app/package.json b/app/package.json index 9e4d985292..e52d74e60b 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "@epam/app", - "version": "5.10.2", + "version": "5.11.0-rc.0", "description": "EPAM Unified UI landing", "author": "EPAM", "license": "MIT", @@ -17,19 +17,19 @@ "dependencies": { "@babel/plugin-proposal-private-property-in-object": "7.21.11", "@elastic/apm-rum": "^5.14.0", - "@epam/assets": "5.10.2", - "@epam/draft-rte": "5.10.2", - "@epam/electric": "5.10.2", + "@epam/assets": "5.11.0-rc.0", + "@epam/draft-rte": "5.11.0-rc.0", + "@epam/electric": "5.11.0-rc.0", "@epam/internal": "0.0.2", - "@epam/loveship": "5.10.2", - "@epam/promo": "5.10.2", - "@epam/uui": "5.10.2", - "@epam/uui-components": "5.10.2", - "@epam/uui-core": "5.10.2", - "@epam/uui-db": "5.10.2", - "@epam/uui-docs": "5.10.2", - "@epam/uui-editor": "5.10.2", - "@epam/uui-timeline": "5.10.2", + "@epam/loveship": "5.11.0-rc.0", + "@epam/promo": "5.11.0-rc.0", + "@epam/uui": "5.11.0-rc.0", + "@epam/uui-components": "5.11.0-rc.0", + "@epam/uui-core": "5.11.0-rc.0", + "@epam/uui-db": "5.11.0-rc.0", + "@epam/uui-docs": "5.11.0-rc.0", + "@epam/uui-editor": "5.11.0-rc.0", + "@epam/uui-timeline": "5.11.0-rc.0", "@tanstack/react-query": "^5.17.19", "@udecode/plate-common": "31.3.2", "amplitude-js": "8.9.1", diff --git a/app/src/common/AppFooter.tsx b/app/src/common/AppFooter.tsx index 22536b623a..58edac53cd 100644 --- a/app/src/common/AppFooter.tsx +++ b/app/src/common/AppFooter.tsx @@ -62,7 +62,7 @@ export function AppFooter() { - + Have a question? diff --git a/app/src/common/AppHeader.tsx b/app/src/common/AppHeader.tsx index 4bf7feb661..ac5da2cc34 100644 --- a/app/src/common/AppHeader.tsx +++ b/app/src/common/AppHeader.tsx @@ -213,6 +213,7 @@ export function AppHeader() { if (!['figma', 'git', 'gitStar', 'direction', 'themeCaption'].includes(i.id)) { return i.render({ ...i, onClose: props.onClose }); } + return null; }); } } /> diff --git a/app/src/common/docs/baseDocBlock/components/tabsNav.tsx b/app/src/common/docs/baseDocBlock/components/tabsNav.tsx index 4f0cbe634d..76bfc24a02 100644 --- a/app/src/common/docs/baseDocBlock/components/tabsNav.tsx +++ b/app/src/common/docs/baseDocBlock/components/tabsNav.tsx @@ -53,7 +53,6 @@ export function TabsNav(props: TTabsNavProps) { > { pageWidth <= 768 && (