@rh-support/cases 2.6.44 → 2.6.46

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.
@@ -643,3 +643,7 @@
643
643
  th#product.pf-v6-c-table__th {
644
644
  padding-top: 20px !important;
645
645
  }
646
+
647
+ .case-list-table .pf-v6-c-table__button {
648
+ margin-bottom: 0px !important;
649
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rh-support/cases",
3
- "version": "2.6.44",
3
+ "version": "2.6.46",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "registry": "https://registry.npmjs.org"
@@ -43,8 +43,8 @@
43
43
  "@patternfly/patternfly": "6.2.1",
44
44
  "@patternfly/react-core": "6.2.1",
45
45
  "@patternfly/react-table": "6.2.1",
46
- "@rh-support/components": "2.5.52",
47
- "@rh-support/react-context": "2.5.67",
46
+ "@rh-support/components": "2.5.54",
47
+ "@rh-support/react-context": "2.5.69",
48
48
  "@rh-support/types": "2.0.5",
49
49
  "@rh-support/user-permissions": "2.5.25",
50
50
  "@rh-support/utils": "2.5.22",
@@ -96,5 +96,5 @@
96
96
  "defaults and supports es6-module",
97
97
  "maintained node versions"
98
98
  ],
99
- "gitHead": "40f7bb68143a6cd096c7b3ee2e524083317d6957"
99
+ "gitHead": "59dea26fe8f22c9ded29139d007d026ffc357416"
100
100
  }