@redhat-cloud-services/frontend-components 3.4.8 → 3.4.12

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.
@@ -51,9 +51,6 @@
51
51
  .ins-c-conditional-filter .pf-c-select__toggle-badge {
52
52
  display: none;
53
53
  }
54
- .ins-c-conditional-filter .pf-c-menu-toggle {
55
- padding: 0;
56
- }
57
54
  .ins-c-conditional-filter .pf-c-menu-toggle .pf-c-menu-toggle__text {
58
55
  flex: 1;
59
56
  }
@@ -64,6 +61,7 @@
64
61
  .pf-c-menu.ins-c-menu__scrollable {
65
62
  max-height: 416px;
66
63
  overflow-y: auto;
64
+ min-width: initial;
67
65
  }
68
66
  .pf-c-menu .ins-c-menu__show--more {
69
67
  background: none;
@@ -61,7 +61,6 @@
61
61
  }
62
62
 
63
63
  .pf-c-menu-toggle {
64
- padding: 0;
65
64
  .pf-c-menu-toggle__text {
66
65
  flex: 1;
67
66
  input { border: none; }
@@ -73,6 +72,7 @@
73
72
  &.ins-c-menu__scrollable {
74
73
  max-height: 416px;
75
74
  overflow-y: auto;
75
+ min-width: initial;
76
76
  }
77
77
  .ins-c-menu__show--more {
78
78
  background: none;
@@ -23,7 +23,7 @@ var InventoryLoadError = function InventoryLoadError(_ref) {
23
23
  var component = _ref.component,
24
24
  props = (0, _objectWithoutProperties2["default"])(_ref, ["component"]);
25
25
  (0, _react.useEffect)(function () {
26
- console.error("Unable to load iventory component. Failed to load ".concat(component, "."), props);
26
+ console.error("Unable to load inventory component. Failed to load ".concat(component, "."), props);
27
27
  }, []);
28
28
  return /*#__PURE__*/_react["default"].createElement("div", null, /*#__PURE__*/_react["default"].createElement("h1", null, "Unable to load inventory component"), /*#__PURE__*/_react["default"].createElement("h2", null, "Failed to load ", component), /*#__PURE__*/_react["default"].createElement("code", null, "More info can be found in browser console output."));
29
29
  };
@@ -7,7 +7,7 @@ var InventoryLoadError = function InventoryLoadError(_ref) {
7
7
  props = _objectWithoutProperties(_ref, ["component"]);
8
8
 
9
9
  useEffect(function () {
10
- console.error("Unable to load iventory component. Failed to load ".concat(component, "."), props);
10
+ console.error("Unable to load inventory component. Failed to load ".concat(component, "."), props);
11
11
  }, []);
12
12
  return /*#__PURE__*/React.createElement("div", null, /*#__PURE__*/React.createElement("h1", null, "Unable to load inventory component"), /*#__PURE__*/React.createElement("h2", null, "Failed to load ", component), /*#__PURE__*/React.createElement("code", null, "More info can be found in browser console output."));
13
13
  };
package/index.css CHANGED
@@ -122,9 +122,6 @@ i.ins-battery svg {
122
122
  .ins-c-conditional-filter .pf-c-select__toggle-badge {
123
123
  display: none;
124
124
  }
125
- .ins-c-conditional-filter .pf-c-menu-toggle {
126
- padding: 0;
127
- }
128
125
  .ins-c-conditional-filter .pf-c-menu-toggle .pf-c-menu-toggle__text {
129
126
  flex: 1;
130
127
  }
@@ -135,6 +132,7 @@ i.ins-battery svg {
135
132
  .pf-c-menu.ins-c-menu__scrollable {
136
133
  max-height: 416px;
137
134
  overflow-y: auto;
135
+ min-width: initial;
138
136
  }
139
137
  .pf-c-menu .ins-c-menu__show--more {
140
138
  background: none;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@redhat-cloud-services/frontend-components",
3
- "version": "3.4.8",
3
+ "version": "3.4.12",
4
4
  "description": "Common components for RedHat Cloud Services project.",
5
5
  "main": "index.js",
6
6
  "module": "esm/index.js",
@@ -43,8 +43,8 @@
43
43
  "dependencies": {
44
44
  "@redhat-cloud-services/frontend-components-utilities": ">=3.0.0",
45
45
  "sanitize-html": "^2.3.2",
46
- "@scalprum/core": "^0.0.11",
47
- "@scalprum/react-core": "0.1.1"
46
+ "@scalprum/core": "^0.1.1",
47
+ "@scalprum/react-core": "^0.1.7"
48
48
  },
49
49
  "devDependencies": {
50
50
  "@patternfly/patternfly": ">=4.102.2",