@rh-support/cases 0.2.36 → 0.2.40
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.
- package/lib/esm/css/caseList.css +2 -2
- package/package.json +6 -6
package/lib/esm/css/caseList.css
CHANGED
|
@@ -234,9 +234,9 @@
|
|
|
234
234
|
min-width: 80px;
|
|
235
235
|
}
|
|
236
236
|
|
|
237
|
-
.case-search-bottom .case-list-table tr td.pf-c-table__check {
|
|
237
|
+
/* .case-search-bottom .case-list-table tr td.pf-c-table__check {
|
|
238
238
|
padding: 2rem 1rem 1.5rem 2rem !important;
|
|
239
|
-
}
|
|
239
|
+
} */
|
|
240
240
|
|
|
241
241
|
.case-search-bottom .case-list-table .case-number,
|
|
242
242
|
.case-search-bottom .case-list-table .modified-name,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rh-support/cases",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.40",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public",
|
|
6
6
|
"registry": "https://registry.npmjs.org"
|
|
@@ -53,11 +53,11 @@
|
|
|
53
53
|
"@patternfly/react-core": "4.194.0",
|
|
54
54
|
"@patternfly/react-table": "4.63.0",
|
|
55
55
|
"@rh-support/api": "0.3.10",
|
|
56
|
-
"@rh-support/components": "1.1.
|
|
57
|
-
"@rh-support/react-context": "0.2.
|
|
56
|
+
"@rh-support/components": "1.1.28",
|
|
57
|
+
"@rh-support/react-context": "0.2.31",
|
|
58
58
|
"@rh-support/types": "0.2.0",
|
|
59
|
-
"@rh-support/user-permissions": "0.2.
|
|
60
|
-
"@rh-support/utils": "0.2.
|
|
59
|
+
"@rh-support/user-permissions": "0.2.22",
|
|
60
|
+
"@rh-support/utils": "0.2.20",
|
|
61
61
|
"i18next": "^19.0.1",
|
|
62
62
|
"localforage": "^1.7.3",
|
|
63
63
|
"lodash": "^4.17.15",
|
|
@@ -101,5 +101,5 @@
|
|
|
101
101
|
"not ie <= 11",
|
|
102
102
|
"not op_mini all"
|
|
103
103
|
],
|
|
104
|
-
"gitHead": "
|
|
104
|
+
"gitHead": "888b282fb16eda05ab2c622c298164921d22bcbc"
|
|
105
105
|
}
|