@rh-support/cases 2.6.15 → 2.6.16

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.
@@ -341,7 +341,7 @@ export function CaseList(props) {
341
341
  React.createElement("section", { className: "case-search-bottom" },
342
342
  isBasicSearchMode && (React.createElement("aside", { className: `case-search-filters ${((_a = filterSectionRef.current) === null || _a === void 0 ? void 0 : _a.expanded) ? '' : 'collapsed'}` },
343
343
  React.createElement("h2", { className: "filter-header pf-v6-u-display-flex" }, ((_b = filterSectionRef.current) === null || _b === void 0 ? void 0 : _b.expanded) ? (React.createElement(React.Fragment, null,
344
- React.createElement(Button, { className: "pf-v6-u-flex-shrink-0 pf-v6-u-flex-none", variant: "link", title: t('Collapse filter section'), "data-tracking-id": "collapse-case-list-filter", onClick: onToggleFilterBtnClick, iconPosition: "right", icon: React.createElement(OpenDrawerRightIcon, { className: "mirrored" }) },
344
+ React.createElement(Button, { className: "pf-v6-u-flex-shrink-0 pf-v6-u-flex-none case-search-filter-text-button", variant: "link", title: t('Collapse filter section'), "data-tracking-id": "collapse-case-list-filter", onClick: onToggleFilterBtnClick, iconPosition: "right", icon: React.createElement(OpenDrawerRightIcon, { className: "mirrored" }) },
345
345
  React.createElement(Trans, null, "Filters")))) : (React.createElement(Button, { className: "pf-v6-u-flex-shrink-0 pf-v6-u-flex-none", variant: "link", title: t('Expand filter section'), "data-tracking-id": "expand-case-list-filter", onClick: onToggleFilterBtnClick, iconPosition: "right", icon: React.createElement(OpenDrawerRightIcon, null) }, isXLScreen ? null : React.createElement(Trans, null, "Filters")))),
346
346
  React.createElement("div", { className: "filter-wrapper" },
347
347
  React.createElement("pfe-collapse-panel", { id: "case-filters-panel", "pfe-animation": "false", ref: filterSectionRef },
@@ -33,6 +33,10 @@
33
33
  min-width: 6rem;
34
34
  }
35
35
 
36
+ .case-search-form-group button.search-btn:disabled {
37
+ color: var(--pf-v6-c-button--disabled--Color);
38
+ }
39
+
36
40
  .case-search-form-group .case-search-input {
37
41
  min-width: 30rem;
38
42
  }
@@ -35,3 +35,7 @@ div.pf-v6-c-modal-box__body {
35
35
  #advance-search-typeahead {
36
36
  min-width: 30rem;
37
37
  }
38
+
39
+ .case-search-filter-text-button {
40
+ margin-left: 10px;
41
+ }
@@ -13,6 +13,7 @@
13
13
  font-size: 16px;
14
14
  font-weight: 400;
15
15
  }
16
+ background-color: var(--pf-t--color--gray--10);
16
17
  }
17
18
 
18
19
  .pf-v6-c-menu__group-title {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rh-support/cases",
3
- "version": "2.6.15",
3
+ "version": "2.6.16",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "registry": "https://registry.npmjs.org"
@@ -96,5 +96,5 @@
96
96
  "defaults and supports es6-module",
97
97
  "maintained node versions"
98
98
  ],
99
- "gitHead": "a00e0bcab839947c8f3bfaf882e453408960abf7"
99
+ "gitHead": "c533afec1e04aa8a6da485d8855d80ce1a75fd88"
100
100
  }