@rh-support/manage 2.5.63 → 2.5.66

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.
@@ -1 +1 @@
1
- {"version":3,"file":"ManageTabs.d.ts","sourceRoot":"","sources":["../../src/ManageTabs.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAExC,OAAO,EAAE,mBAAmB,EAAa,MAAM,kBAAkB,CAAC;AAclE,UAAU,MAAM;IACZ,UAAU,EAAE,mBAAmB,CAAC,EAAE,CAAC,CAAC;IACpC,QAAQ,EAAE,MAAM,CAAC;CACpB;AAED,wBAAgB,UAAU,CAAC,KAAK,EAAE,MAAM,qBA0MvC"}
1
+ {"version":3,"file":"ManageTabs.d.ts","sourceRoot":"","sources":["../../src/ManageTabs.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAExC,OAAO,EAAE,mBAAmB,EAAa,MAAM,kBAAkB,CAAC;AAclE,UAAU,MAAM;IACZ,UAAU,EAAE,mBAAmB,CAAC,EAAE,CAAC,CAAC;IACpC,QAAQ,EAAE,MAAM,CAAC;CACpB;AAED,wBAAgB,UAAU,CAAC,KAAK,EAAE,MAAM,qBAyMvC"}
@@ -271,7 +271,7 @@ export const GroupSelect = (props) => {
271
271
  React.createElement(MenuItem, { className: "create-group-action", isDisabled: !selectedGroup || !ability.can(resourceActions.DELETE, resources.CASE_GROUPS), key: "delete", onClick: onActionFocus(actions.delete), "data-tracking-id": "manage-group-delete" }, t('Delete')),
272
272
  React.createElement(MenuItem, { className: "create-group-action", isDisabled: !selectedGroup || !ability.can(resourceActions.CREATE, resources.CASE_GROUPS), key: "duplicate", onClick: onActionFocus(actions.duplicate), "data-tracking-id": "manage-group-duplicate" }, t('Duplicate')),
273
273
  ];
274
- const dropdownToggle = (toggleRef) => (React.createElement(MenuToggle, { isFullHeight: true, className: "pf-v6-u-ml-sm manage-group-actions-toggle-options", ref: toggleRef, isDisabled: props.isDisabled || disableOnFetch, onClick: toggleIsDropdownOpen, isExpanded: isDropdownOpen, "data-tracking-id": "manage-group-toggle-options", "aria-label": "Group actions dropdown toggle", icon: React.createElement(CogIcon, null) }));
274
+ const dropdownToggle = (toggleRef) => (React.createElement(MenuToggle, { isFullHeight: true, className: "pf-v6-u-ml-sm manage-group-actions-toggle-options pf-v6-u-p-md", ref: toggleRef, isDisabled: props.isDisabled || disableOnFetch, onClick: toggleIsDropdownOpen, isExpanded: isDropdownOpen, "data-tracking-id": "manage-group-toggle-options", "aria-label": "Group actions dropdown toggle", icon: React.createElement(CogIcon, null) }));
275
275
  const submitActionBtn = useRef();
276
276
  useEffect(() => {
277
277
  if (isEmpty(manageActionsRef.current))
@@ -163,7 +163,7 @@ export const ManageGroupUsers = () => {
163
163
  React.createElement("header", null,
164
164
  React.createElement("h2", { className: "pf-v6-u-pb-sm" }, t('Groups')),
165
165
  React.createElement("p", null, t('To filter cases while searching, add or edit groups.'))),
166
- React.createElement("div", { className: "toolbar" },
166
+ React.createElement("div", { className: "toolbar pf-v6-u-justify-content-space-between" },
167
167
  React.createElement(GroupSelect, { isDisabled: isFetching || disableGroupSelect, onSelect: onGroupSelect }),
168
168
  React.createElement("span", { className: "toolbar-right" },
169
169
  React.createElement("label", { htmlFor: "account-group-filter" },
@@ -254,7 +254,7 @@ export function ManageGroupedBookmarkedAccountsTab({ canManageBookmarkAccounts }
254
254
  "bookmarks in the customer support tool"))), closeBtnAriaLabel: "Close" },
255
255
  React.createElement(Button, { icon: React.createElement(Icon, { size: "md" },
256
256
  React.createElement(InfoCircleIcon, null)), variant: "plain", className: "manage-bookmark-info-icon-button", "aria-label": "Cluster Id Info" }))))),
257
- React.createElement("div", { className: "toolbar" },
257
+ React.createElement("div", { className: "toolbar pf-v6-u-justify-content-space-between" },
258
258
  React.createElement("form", { onSubmit: (event) => event.preventDefault(), className: "toolbar-left" },
259
259
  React.createElement("label", { htmlFor: "bookmark-account-selector" },
260
260
  React.createElement(Trans, null, "Search accounts")),
@@ -1 +1 @@
1
- {"version":3,"file":"TagsManager.d.ts","sourceRoot":"","sources":["../../../../src/components/ManageTags/TagsManager.tsx"],"names":[],"mappings":"AA8BA,OAAO,KAAmD,MAAM,OAAO,CAAC;AAaxE,MAAM,CAAC,OAAO,UAAU,WAAW,sBAoZlC"}
1
+ {"version":3,"file":"TagsManager.d.ts","sourceRoot":"","sources":["../../../../src/components/ManageTags/TagsManager.tsx"],"names":[],"mappings":"AA8BA,OAAO,KAAmD,MAAM,OAAO,CAAC;AAaxE,MAAM,CAAC,OAAO,UAAU,WAAW,sBAqZlC"}
@@ -248,7 +248,7 @@ export default function TagsManager() {
248
248
  React.createElement("h2", null, "Tags"),
249
249
  React.createElement("p", { className: "pf-v6-u-my-sm" },
250
250
  React.createElement(Trans, null, "Add, edit or remove tags and manage tagged top content."))),
251
- React.createElement("div", { className: "toolbar pf-v6-u-display-flex pf-v6-u-flex-direction-row pf-v6-u-align-items-center pf-v6-u-justify-content-space-between" },
251
+ React.createElement("div", { className: "toolbar pf-v6-u-display-flex pf-v6-u-flex-direction-row pf-v6-u-align-items-center" },
252
252
  React.createElement("div", { className: "pf-v6-u-display-flex pf-v6-u-flex-direction-row pf-v6-u-align-items-center" },
253
253
  React.createElement("label", { htmlFor: "tag-search-input" },
254
254
  React.createElement(Trans, null, "Search Tag")),
@@ -260,7 +260,7 @@ export default function TagsManager() {
260
260
  React.createElement(Button, { variant: ButtonVariant.primary, isInline: true, onClick: () => {
261
261
  setCreateTagModalOpen(true);
262
262
  setNewTagName(tagSearchTerm);
263
- }, "data-tracking-id": "tag-create-button" },
263
+ }, "data-tracking-id": "tag-create-button", className: "pf-v6-u-ml-md" },
264
264
  React.createElement(Trans, null, "Create tag"))),
265
265
  React.createElement("div", { className: "tags-manager-wrapper" },
266
266
  React.createElement(ErrorBoundary, { errorMsgInfo: { message: t('There was an error loading tags list') } }, tagResponse.isFetching ? (React.createElement(Bullseye, null,
@@ -42,7 +42,6 @@
42
42
  -ms-flex-direction: column;
43
43
  flex-direction: column;
44
44
  flex-wrap: wrap;
45
- justify-content: flex-start !important;
46
45
  padding-left: var(--pf-t--global--spacer--lg);
47
46
  padding-right: var(--pf-t--global--spacer--lg);
48
47
  padding-top: var(--pf-t--global--spacer--md);
@@ -405,6 +404,15 @@ svg.hostnameSpinner {
405
404
  border-radius: 8px;
406
405
  }
407
406
 
407
+ #manage-groups,
408
+ #manage-bookmarked-accounts,
409
+ #tags-manager,
410
+ #notification-emails {
411
+ .table-wrapper {
412
+ margin-top: -5px;
413
+ }
414
+ }
415
+
408
416
  .pf-v6-c-empty-state__icon {
409
417
  color: var(--pf-t--color--gray--30);
410
418
  }
@@ -437,7 +445,6 @@ svg.hostnameSpinner {
437
445
  display: flex;
438
446
  flex-direction: row;
439
447
  justify-content: space-between;
440
- align-items: initial;
441
448
 
442
449
  .top-content-search-input,
443
450
  .tags-selector-menu-toggle {
@@ -485,9 +492,16 @@ svg.hostnameSpinner {
485
492
  padding-left: calc(var(--pf-t--global--spacer--xl) + 1.35px);
486
493
  }
487
494
 
488
- .border-none {
489
- }
490
-
491
495
  div.grid-main.manage {
492
496
  border-radius: 0 0 16px 16px !important;
493
497
  }
498
+
499
+ #manage-top-content {
500
+ .single-select-toggle-text {
501
+ margin-left: 1rem;
502
+ }
503
+
504
+ .toolbar-right {
505
+ margin-left: 1.5rem;
506
+ }
507
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rh-support/manage",
3
- "version": "2.5.63",
3
+ "version": "2.5.66",
4
4
  "description": "Customer Support Manage App",
5
5
  "author": "Jordan Eudy <jeudy100@gmail.com>",
6
6
  "license": "ISC",
@@ -79,9 +79,9 @@
79
79
  "@patternfly/patternfly": "6.2.1",
80
80
  "@patternfly/react-core": "6.2.1",
81
81
  "@patternfly/react-table": "6.2.1",
82
- "@rh-support/components": "2.5.50",
82
+ "@rh-support/components": "2.5.52",
83
83
  "@rh-support/configs": "2.0.21",
84
- "@rh-support/react-context": "2.5.65",
84
+ "@rh-support/react-context": "2.5.67",
85
85
  "@rh-support/types": "2.0.5",
86
86
  "@rh-support/user-permissions": "2.5.25",
87
87
  "@rh-support/utils": "2.5.22",
@@ -103,5 +103,5 @@
103
103
  "defaults and supports es6-module",
104
104
  "maintained node versions"
105
105
  ],
106
- "gitHead": "aa0649504a1afaafaaba13f3f374cf5b148701e7"
106
+ "gitHead": "a79baf6e34ec39cd38980c3d90df797fc5a4b48e"
107
107
  }