@rh-support/cases 2.0.2-beta.0 → 2.0.4

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.
@@ -530,7 +530,8 @@
530
530
  min-width: 170px;
531
531
  }
532
532
 
533
- th.pf-m-width-15[data-label='Product and version'] {
533
+ th.pf-m-width-15[data-label='Product and version'],
534
+ th.pf-c-table__sort[data-label='Support type'] {
534
535
  min-width: 180px;
535
536
  }
536
537
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rh-support/cases",
3
- "version": "2.0.2-beta.0",
3
+ "version": "2.0.4",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "registry": "https://registry.npmjs.org"
@@ -51,11 +51,11 @@
51
51
  "@patternfly/pfe-collapse": "1.12.3",
52
52
  "@patternfly/react-core": "4.264.0",
53
53
  "@patternfly/react-table": "4.111.33",
54
- "@rh-support/components": "2.0.2-beta.0",
55
- "@rh-support/react-context": "2.0.2-beta.0",
54
+ "@rh-support/components": "2.0.4",
55
+ "@rh-support/react-context": "2.0.4",
56
56
  "@rh-support/types": "2.0.1",
57
- "@rh-support/user-permissions": "2.0.1-beta.0",
58
- "@rh-support/utils": "2.0.1-beta.0",
57
+ "@rh-support/user-permissions": "2.0.4",
58
+ "@rh-support/utils": "2.0.4",
59
59
  "i18next": "^19.0.1",
60
60
  "localforage": "^1.7.3",
61
61
  "lodash": "^4.17.21",
@@ -99,5 +99,5 @@
99
99
  "not ie <= 11",
100
100
  "not op_mini all"
101
101
  ],
102
- "gitHead": "d8aaf95219bd66267ccfeef0d708d88dadc60766"
102
+ "gitHead": "30c2ea68d7e31306b5bce11d448f45070f97f7cd"
103
103
  }