@ansible/ansible-ui-framework 0.0.583 → 0.0.584

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.
@@ -42,8 +42,7 @@ function PagePinnedAction(props) {
42
42
  wrapper: wrapper }));
43
43
  }
44
44
  case PageActionType_1.PageActionType.button: {
45
- return ((0, jsx_runtime_1.jsx)(PageButtonAction_1.PageButtonAction, { action: action, isSecondary: (selectedItems !== undefined && selectedItems.length !== 0) ||
46
- selectedItem !== undefined, iconOnly: props.iconOnly, wrapper: wrapper }));
45
+ return ((0, jsx_runtime_1.jsx)(PageButtonAction_1.PageButtonAction, { action: action, isSecondary: selectedItems !== undefined && selectedItems.length !== 0, iconOnly: props.iconOnly, wrapper: wrapper }));
47
46
  }
48
47
  case PageActionType_1.PageActionType.dropdown: {
49
48
  var tooltip = action.label;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ansible/ansible-ui-framework",
3
3
  "description": "A framework for building applications using PatternFly.",
4
- "version": "0.0.583",
4
+ "version": "0.0.584",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
7
7
  "type": "git",