@rh-support/manage 2.5.27 → 2.5.29

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":"TopContentHeader.d.ts","sourceRoot":"","sources":["../../../../src/components/TopContentManagement/TopContentHeader.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,wBAAgB,gBAAgB,sBA2B/B"}
1
+ {"version":3,"file":"TopContentHeader.d.ts","sourceRoot":"","sources":["../../../../src/components/TopContentManagement/TopContentHeader.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,wBAAgB,gBAAgB,sBAc/B"}
@@ -5,11 +5,5 @@ export function TopContentHeader() {
5
5
  React.createElement("h2", null,
6
6
  React.createElement(Trans, null, "Top content")),
7
7
  React.createElement("p", { className: "pf-v5-u-mt-md pf-v5-u-mb-sm" },
8
- React.createElement(Trans, null, "Add, edit, or remove top content solutions and categories. You can also create a new set of top content recommendations for specific versions.")),
9
- React.createElement("p", null,
10
- React.createElement(Trans, { i18nKey: "i18IRDashboard" },
11
- "You can use the",
12
- ' ',
13
- React.createElement("a", { href: "http://ir-dashboard.corp.redhat.com/superset/welcome", target: "_blank", rel: "noopener noreferrer" }, "IR Dashboard"),
14
- "for suggestions and to check for performance of the existing content."))));
8
+ React.createElement(Trans, null, "Add, edit, or remove top content solutions and categories. You can also create a new set of top content recommendations for specific versions."))));
15
9
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rh-support/manage",
3
- "version": "2.5.27",
3
+ "version": "2.5.29",
4
4
  "description": "Customer Support Manage App",
5
5
  "author": "Jordan Eudy <jeudy100@gmail.com>",
6
6
  "license": "ISC",
@@ -79,12 +79,12 @@
79
79
  "@patternfly/patternfly": "5.4.2",
80
80
  "@patternfly/react-core": "5.4.2",
81
81
  "@patternfly/react-table": "5.4.2",
82
- "@rh-support/components": "2.5.21",
82
+ "@rh-support/components": "2.5.23",
83
83
  "@rh-support/configs": "2.0.21",
84
- "@rh-support/react-context": "2.5.23",
84
+ "@rh-support/react-context": "2.5.25",
85
85
  "@rh-support/types": "2.0.5",
86
- "@rh-support/user-permissions": "2.5.14",
87
- "@rh-support/utils": "2.5.13",
86
+ "@rh-support/user-permissions": "2.5.15",
87
+ "@rh-support/utils": "2.5.14",
88
88
  "@types/react-beautiful-dnd": "^13.0.0",
89
89
  "i18next": "^23.15.0",
90
90
  "lodash": ">=4.17.15",
@@ -103,5 +103,5 @@
103
103
  "defaults and supports es6-module",
104
104
  "maintained node versions"
105
105
  ],
106
- "gitHead": "dbb149c331bc0fefa148b6158467e0181e49f0bb"
106
+ "gitHead": "7828199cf1dfc847c3bafb3a3719405d237ac9d3"
107
107
  }