@rh-support/manage 2.1.38 → 2.1.40

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.
@@ -47,5 +47,5 @@ export function AddNewCategoryDropDown(props) {
47
47
  React.createElement(Trans, null, "Category"),
48
48
  ' ',
49
49
  React.createElement("span", { className: "form-required", "aria-hidden": true }, "*")),
50
- React.createElement(Select, Object.assign({ variant: SelectVariant.typeahead, onToggle: (_event, isExpanded) => onToggle(isExpanded), isOpen: isOpen, onClear: onClearCategory, onSelect: onSelect, onFilter: onFilter, selections: selected === null || selected === void 0 ? void 0 : selected.categoryName, placeholderText: t('Select an option or enter a new category') }, (categories.isFetching && { loadingVariant: 'spinner' }), { id: "new-category", "data-tracking-id": "new-category" }), getCategoryOptions(availableCategories))));
50
+ React.createElement(Select, Object.assign({ variant: SelectVariant.typeahead, onToggle: (_event, isExpanded) => onToggle(isExpanded), isOpen: isOpen, onClear: onClearCategory, onSelect: onSelect, onFilter: onFilter, selections: selected, placeholderText: t('Select an option or enter a new category') }, (categories.isFetching && { loadingVariant: 'spinner' }), { id: "new-category", "data-tracking-id": "new-category" }), getCategoryOptions(availableCategories))));
51
51
  }
@@ -132,3 +132,13 @@ div.performance-metrics-modal {
132
132
  .pf-v5-c-accordion__expandable-content {
133
133
  margin: 0;
134
134
  }
135
+
136
+ div.pf-v5-c-pagination__nav-page-select {
137
+ span.pf-v5-c-form-control {
138
+ background-color: white;
139
+ }
140
+ }
141
+
142
+ .pf-v5-c-select__menu {
143
+ padding: 0;
144
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rh-support/manage",
3
- "version": "2.1.38",
3
+ "version": "2.1.40",
4
4
  "description": "Customer Support Manage App",
5
5
  "author": "Jordan Eudy <jeudy100@gmail.com>",
6
6
  "homepage": "",
@@ -46,7 +46,7 @@
46
46
  "prepublishOnly": "npm run build"
47
47
  },
48
48
  "peerDependencies": {
49
- "@cee-eng/hydrajs": "4.16.39",
49
+ "@cee-eng/hydrajs": "4.16.43",
50
50
  "@patternfly/patternfly": "5.1.0",
51
51
  "@patternfly/pfe-accordion": "1.12.3",
52
52
  "@patternfly/pfe-collapse": "1.12.3",
@@ -77,19 +77,19 @@
77
77
  "typescript": "4.3.5"
78
78
  },
79
79
  "dependencies": {
80
- "@cee-eng/hydrajs": "4.16.39",
80
+ "@cee-eng/hydrajs": "4.16.43",
81
81
  "@patternfly/patternfly": "5.1.0",
82
82
  "@patternfly/pfe-accordion": "1.12.3",
83
83
  "@patternfly/pfe-collapse": "1.12.3",
84
84
  "@patternfly/pfe-tabs": "1.12.3",
85
85
  "@patternfly/react-core": "5.1.1",
86
86
  "@patternfly/react-table": "5.1.1",
87
- "@rh-support/components": "2.1.29",
87
+ "@rh-support/components": "2.1.30",
88
88
  "@rh-support/configs": "2.0.12",
89
- "@rh-support/react-context": "2.1.32",
89
+ "@rh-support/react-context": "2.1.33",
90
90
  "@rh-support/types": "2.0.2",
91
- "@rh-support/user-permissions": "2.1.20",
92
- "@rh-support/utils": "2.1.13",
91
+ "@rh-support/user-permissions": "2.1.21",
92
+ "@rh-support/utils": "2.1.14",
93
93
  "@types/react-beautiful-dnd": "^13.0.0",
94
94
  "i18next": ">=17.0.1",
95
95
  "lodash": ">=4.17.15",
@@ -103,5 +103,5 @@
103
103
  "defaults and supports es6-module",
104
104
  "maintained node versions"
105
105
  ],
106
- "gitHead": "3f01e59886b03b621a3681869c543b4fd5091f9f"
106
+ "gitHead": "efb2ab1d301c4298a7011da7007a16b4ed025edd"
107
107
  }