diff --git a/lib/components/Tabs/index.js b/lib/components/Tabs/index.js index e4f31550..809836d4 100644 --- a/lib/components/Tabs/index.js +++ b/lib/components/Tabs/index.js @@ -203,7 +203,7 @@ const Tabs = ({ tabsList }) => { return ( - + {visibleTabsList.map((tab, i) => ( { key={tab.path} tabInShowMore={showMoreTabs.includes(i)} to={tab.path} + role="tab" > {tab.label} @@ -219,12 +220,14 @@ const Tabs = ({ tabsList }) => { ( More diff --git a/package-lock.json b/package-lock.json index 3e4d54d5..7e3dd834 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "orcs-design-system", - "version": "3.2.42", + "version": "3.2.43", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "orcs-design-system", - "version": "3.2.42", + "version": "3.2.43", "dependencies": { "@emotion/react": "^11.11.4", "@emotion/styled": "^11.11.5", diff --git a/package.json b/package.json index 326a8bf4..74e304cf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "orcs-design-system", - "version": "3.2.42", + "version": "3.2.43", "engines": { "node": "20.12.2" },