orcs-design-system 3.2.42 → 3.2.44
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.
|
@@ -121,20 +121,24 @@ const Tabs = _ref4 => {
|
|
|
121
121
|
gap: tabsGap
|
|
122
122
|
},
|
|
123
123
|
ref: containerRef,
|
|
124
|
+
role: "tablist",
|
|
124
125
|
children: [visibleTabsList.map((tab, i) => /*#__PURE__*/_jsx(Tab, {
|
|
125
126
|
className: tab.className,
|
|
126
127
|
id: tab.id,
|
|
127
128
|
"data-testid": tab["data-testid"],
|
|
128
129
|
tabInShowMore: showMoreTabs.includes(i),
|
|
129
130
|
to: tab.path,
|
|
131
|
+
role: "tab",
|
|
130
132
|
children: tab.label
|
|
131
133
|
}, tab.path)), /*#__PURE__*/_jsx(ActionsMenu, {
|
|
132
134
|
direction: "bottom-end",
|
|
135
|
+
role: "presentation",
|
|
133
136
|
renderTrigger: props => /*#__PURE__*/_jsxs(ShowMoreButton, {
|
|
134
137
|
...props,
|
|
135
138
|
showMoreVisible: showMoreTabsList.length,
|
|
136
139
|
id: "show-more-button",
|
|
137
140
|
className: showMoreItemActive && "hasActive",
|
|
141
|
+
role: "tab",
|
|
138
142
|
children: [/*#__PURE__*/_jsx(FlexItem, {
|
|
139
143
|
flex: "0 0 auto",
|
|
140
144
|
children: "More"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "orcs-design-system",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.44",
|
|
4
4
|
"engines": {
|
|
5
5
|
"node": "20.12.2"
|
|
6
6
|
},
|
|
@@ -67,7 +67,8 @@
|
|
|
67
67
|
"react-number-format": "^5.3.0",
|
|
68
68
|
"react-router-dom": "^5.3.4",
|
|
69
69
|
"react-select": "^5.7.4",
|
|
70
|
-
"styled-system": "^5.1.5"
|
|
70
|
+
"styled-system": "^5.1.5",
|
|
71
|
+
"styled-components": "^5.2.1"
|
|
71
72
|
},
|
|
72
73
|
"devDependencies": {
|
|
73
74
|
"@babel/cli": "^7.12.10",
|
|
@@ -137,7 +138,6 @@
|
|
|
137
138
|
"shelljs": "^0.8.5",
|
|
138
139
|
"storybook": "^8.1.7",
|
|
139
140
|
"style-loader": "^2.0.0",
|
|
140
|
-
"styled-components": "^5.2.1",
|
|
141
141
|
"transform-loader": "^0.2.4",
|
|
142
142
|
"webpack": "^5.88.2",
|
|
143
143
|
"webpack-cli": "^5.1.4"
|