@rh-support/manage 0.3.5 → 0.3.6

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":"MajorVersionPerformanceMetrics.d.ts","sourceRoot":"","sources":["../../../../../src/components/TopContentManagement/ContentUsage/MajorVersionPerformanceMetrics.tsx"],"names":[],"mappings":"AAWA,OAAc,EAAE,EAAE,EAAgC,MAAM,OAAO,CAAC;AAMhE,OAAO,EAAE,oBAAoB,EAAwB,MAAM,qCAAqC,CAAC;AAIjG,UAAU,MAAM;IACZ,WAAW,EAAE,OAAO,CAAC;IACrB,WAAW,EAAE,MAAM,IAAI,CAAC;IACxB,UAAU,EAAE,oBAAoB,EAAE,CAAC;IACnC,oBAAoB,EAAE,MAAM,CAAC;IAC7B,eAAe,EAAE,MAAM,CAAC;CAC3B;AACD,eAAO,MAAM,8BAA8B,EAAE,EAAE,CAAC,MAAM,CA6ErD,CAAC"}
1
+ {"version":3,"file":"MajorVersionPerformanceMetrics.d.ts","sourceRoot":"","sources":["../../../../../src/components/TopContentManagement/ContentUsage/MajorVersionPerformanceMetrics.tsx"],"names":[],"mappings":"AAWA,OAAc,EAAE,EAAE,EAAgC,MAAM,OAAO,CAAC;AAMhE,OAAO,EAAE,oBAAoB,EAAwB,MAAM,qCAAqC,CAAC;AAIjG,UAAU,MAAM;IACZ,WAAW,EAAE,OAAO,CAAC;IACrB,WAAW,EAAE,MAAM,IAAI,CAAC;IACxB,UAAU,EAAE,oBAAoB,EAAE,CAAC;IACnC,oBAAoB,EAAE,MAAM,CAAC;IAC7B,eAAe,EAAE,MAAM,CAAC;CAC3B;AACD,eAAO,MAAM,8BAA8B,EAAE,EAAE,CAAC,MAAM,CA8ErD,CAAC"}
@@ -26,7 +26,7 @@ export const MajorVersionPerformanceMetrics = ({ isModalOpen, onHideModal, filte
26
26
  };
27
27
  return (React.createElement(Modal, { variant: ModalVariant.large, id: "top-content-major-version-performance-metric", "aria-label": "top-content-performance-metric", isOpen: isModalOpen, onClose: onModalClose, actions: [
28
28
  React.createElement(Button, { variant: ButtonVariant.secondary, key: "close-button", onClick: onModalClose }, "Cancel"),
29
- ] },
29
+ ], className: "performance-metrics-modal" },
30
30
  React.createElement("div", { className: "sticky-header" },
31
31
  React.createElement(Title, { headingLevel: "h1", size: TitleSizes['2xl'] },
32
32
  React.createElement(Trans, null, " Performance metrics ")),
@@ -65,3 +65,25 @@ div#top-content-major-version-performance-metric.pf-c-modal-box {
65
65
  }
66
66
  }
67
67
  }
68
+
69
+ // Overrides performance metrics modal font weight
70
+ div.performance-metrics-modal {
71
+ div.pf-c-modal-box__body {
72
+ div.sticky-header {
73
+ div.pf-l-flex.pf-m-justify-content-space-between {
74
+ // For versions dropdown
75
+ div.pf-u-w-50.pf-u-pr-md {
76
+ div.pf-u-font-weight-bold {
77
+ font-weight: 600 !important;
78
+ }
79
+ }
80
+ // For categories dropdown
81
+ div.pf-u-w-50.pf-u-pl-md {
82
+ div.pf-u-font-weight-bold {
83
+ font-weight: 600 !important;
84
+ }
85
+ }
86
+ }
87
+ }
88
+ }
89
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rh-support/manage",
3
- "version": "0.3.5",
3
+ "version": "0.3.6",
4
4
  "description": "Customer Support Manage App",
5
5
  "author": "Jordan Eudy <jeudy100@gmail.com>",
6
6
  "homepage": "",
@@ -109,5 +109,5 @@
109
109
  "react-i18next": ">=10.11.0",
110
110
  "react-router-dom": ">=5.1.2"
111
111
  },
112
- "gitHead": "cd70b3e8d05162414bc78e541020c3de692d892b"
112
+ "gitHead": "8963c153bc5178d1429f15cee29e24a69bd840c9"
113
113
  }