carbon-react 109.2.2 → 109.2.3
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.
|
@@ -215,6 +215,7 @@ const Submenu = /*#__PURE__*/React.forwardRef(({
|
|
|
215
215
|
menuType: menuContext.menuType,
|
|
216
216
|
asPassiveItem: asPassiveItem
|
|
217
217
|
}, /*#__PURE__*/React.createElement(StyledMenuItemWrapper, _extends({}, rest, {
|
|
218
|
+
onClick: onClick,
|
|
218
219
|
className: className,
|
|
219
220
|
menuType: menuContext.menuType,
|
|
220
221
|
ref: ref,
|
|
@@ -242,6 +242,7 @@ const Submenu = /*#__PURE__*/_react.default.forwardRef(({
|
|
|
242
242
|
menuType: menuContext.menuType,
|
|
243
243
|
asPassiveItem: asPassiveItem
|
|
244
244
|
}, /*#__PURE__*/_react.default.createElement(_menuItem.default, _extends({}, rest, {
|
|
245
|
+
onClick: onClick,
|
|
245
246
|
className: className,
|
|
246
247
|
menuType: menuContext.menuType,
|
|
247
248
|
ref: ref,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "carbon-react",
|
|
3
|
-
"version": "109.2.
|
|
3
|
+
"version": "109.2.3",
|
|
4
4
|
"description": "A library of reusable React components for easily building user interfaces.",
|
|
5
5
|
"engineStrict": true,
|
|
6
6
|
"engines": {
|
|
@@ -117,9 +117,8 @@
|
|
|
117
117
|
"core-js": "^3.20.3",
|
|
118
118
|
"cross-env": "^5.2.0",
|
|
119
119
|
"css-loader": "4.0.0",
|
|
120
|
-
"cypress": "^10.
|
|
121
|
-
"cypress-axe": "^0.
|
|
122
|
-
"cypress-cucumber-preprocessor": "^4.3.1",
|
|
120
|
+
"cypress": "^10.3.0",
|
|
121
|
+
"cypress-axe": "^1.0.0",
|
|
123
122
|
"cypress-each": "^1.11.0",
|
|
124
123
|
"cypress-plugin-tab": "^1.0.5",
|
|
125
124
|
"cypress-real-events": "^1.7.0",
|
|
@@ -169,6 +168,8 @@
|
|
|
169
168
|
"webpack-dev-server": "^4.0.0"
|
|
170
169
|
},
|
|
171
170
|
"dependencies": {
|
|
171
|
+
"@badeball/cypress-cucumber-preprocessor": "^11.4.0",
|
|
172
|
+
"@bahmutov/cypress-esbuild-preprocessor": "^2.1.3",
|
|
172
173
|
"@octokit/rest": "^18.12.0",
|
|
173
174
|
"@popperjs/core": "^2.11.5",
|
|
174
175
|
"@styled-system/prop-types": "^5.1.5",
|
|
@@ -178,6 +179,7 @@
|
|
|
178
179
|
"crypto-js": "~3.3.0",
|
|
179
180
|
"date-fns": "^2.26.0",
|
|
180
181
|
"dotenv": "^10.0.0",
|
|
182
|
+
"esbuild": "^0.14.47",
|
|
181
183
|
"immutable": "~3.8.2",
|
|
182
184
|
"invariant": "^2.2.4",
|
|
183
185
|
"lodash": "^4.17.20",
|
|
@@ -193,13 +195,11 @@
|
|
|
193
195
|
"wait-on": "^5.2.1"
|
|
194
196
|
},
|
|
195
197
|
"cypress-cucumber-preprocessor": {
|
|
196
|
-
"
|
|
197
|
-
"
|
|
198
|
-
"
|
|
199
|
-
"
|
|
200
|
-
|
|
201
|
-
"fileSuffix": ".cucumber"
|
|
202
|
-
}
|
|
198
|
+
"nonGlobalStepDefinitions": true,
|
|
199
|
+
"stepDefinitions": [
|
|
200
|
+
"cypress/support/step-definitions/*.{js,ts}",
|
|
201
|
+
"cypress/support/helper.js"
|
|
202
|
+
]
|
|
203
203
|
},
|
|
204
204
|
"config": {
|
|
205
205
|
"commitizen": {
|