@canonical/react-components 3.12.3 → 3.12.4
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.
|
@@ -120,7 +120,6 @@ const generateLink = (link, key, handleClose) => {
|
|
|
120
120
|
return /*#__PURE__*/_react.default.createElement(_Button.default, _extends({
|
|
121
121
|
className: (0, _classnames.default)("p-contextual-menu__link", className),
|
|
122
122
|
key: key,
|
|
123
|
-
role: "menuitem",
|
|
124
123
|
onClick: onClick ? evt => {
|
|
125
124
|
handleClose(evt.nativeEvent);
|
|
126
125
|
onClick(evt);
|
|
@@ -114,7 +114,6 @@ var generateLink = (link, key, handleClose) => {
|
|
|
114
114
|
return /*#__PURE__*/React.createElement(Button, _extends({
|
|
115
115
|
className: classNames("p-contextual-menu__link", className),
|
|
116
116
|
key: key,
|
|
117
|
-
role: "menuitem",
|
|
118
117
|
onClick: onClick ? evt => {
|
|
119
118
|
handleClose(evt.nativeEvent);
|
|
120
119
|
onClick(evt);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@canonical/react-components",
|
|
3
|
-
"version": "3.12.
|
|
3
|
+
"version": "3.12.4",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"module": "dist/index.js",
|
|
6
6
|
"author": {
|
|
@@ -96,7 +96,7 @@
|
|
|
96
96
|
"tsc-alias": "1.8.10",
|
|
97
97
|
"typescript": "5.7.3",
|
|
98
98
|
"typescript-eslint": "8.24.1",
|
|
99
|
-
"vanilla-framework": "4.
|
|
99
|
+
"vanilla-framework": "4.45.0",
|
|
100
100
|
"wait-on": "9.0.3",
|
|
101
101
|
"webpack": "5.105.0"
|
|
102
102
|
},
|