@rh-support/cases 2.6.30 → 2.6.36
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
CHANGED
|
@@ -8,6 +8,7 @@
|
|
|
8
8
|
-ms-flex-direction: column;
|
|
9
9
|
flex-direction: column;
|
|
10
10
|
background-color: #ededed;
|
|
11
|
+
border-radius: 16px !important;
|
|
11
12
|
}
|
|
12
13
|
|
|
13
14
|
.cases-main .case-search-top {
|
|
@@ -189,13 +190,14 @@
|
|
|
189
190
|
flex-grow: 1;
|
|
190
191
|
display: block;
|
|
191
192
|
overflow-x: auto;
|
|
193
|
+
border-radius: 0 0 16px !important;
|
|
192
194
|
}
|
|
193
195
|
|
|
194
196
|
.case-search-bottom .case-list-table-toolbar {
|
|
195
197
|
-ms-flex-align: center;
|
|
196
198
|
align-items: center;
|
|
197
199
|
justify-content: space-between;
|
|
198
|
-
min-height:
|
|
200
|
+
min-height: 4.3rem;
|
|
199
201
|
padding-left: 1rem;
|
|
200
202
|
background-color: var(--pf-t--color--gray--10);
|
|
201
203
|
border-top: 1px solid var(--pf-t--global--border--color--100);
|
|
@@ -281,6 +283,7 @@
|
|
|
281
283
|
margin-top: 0 !important;
|
|
282
284
|
border-right: 1px solid var(--pf-t--global--border--color--100);
|
|
283
285
|
border-bottom: 1px solid var(--pf-t--global--border--color--100);
|
|
286
|
+
border-radius: 16px !important;
|
|
284
287
|
}
|
|
285
288
|
|
|
286
289
|
.case-search-bottom .case-search-table footer.toolbar-pagination > :first-child {
|
|
@@ -298,6 +301,7 @@
|
|
|
298
301
|
border-top: 1px solid var(--pf-t--global--border--color--100);
|
|
299
302
|
border-right: 1px solid var(--pf-t--global--border--color--100);
|
|
300
303
|
border-bottom: 1px solid var(--pf-t--global--border--color--100);
|
|
304
|
+
border-radius: 0 0 0 16px;
|
|
301
305
|
}
|
|
302
306
|
|
|
303
307
|
.case-search-filters .filter-header {
|
package/lib/esm/scss/_main.scss
CHANGED
|
@@ -45,6 +45,10 @@ div.pf-v6-c-modal-box__body {
|
|
|
45
45
|
font-size: 16px;
|
|
46
46
|
text-align: left;
|
|
47
47
|
justify-content: flex-start;
|
|
48
|
+
display: inline-block;
|
|
49
|
+
overflow: hidden;
|
|
50
|
+
white-space: nowrap;
|
|
51
|
+
text-overflow: ellipsis;
|
|
48
52
|
}
|
|
49
53
|
|
|
50
54
|
.save-for-later-button .pf-v6-c-button__icon {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../../src/utils/constants.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../../src/utils/constants.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;CAuD1B,CAAC;AAEF,eAAO,MAAM,oBAAoB,iDAAiD,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rh-support/cases",
|
|
3
|
-
"version": "2.6.
|
|
3
|
+
"version": "2.6.36",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public",
|
|
6
6
|
"registry": "https://registry.npmjs.org"
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"lib/**/*"
|
|
27
27
|
],
|
|
28
28
|
"peerDependencies": {
|
|
29
|
-
"@cee-eng/hydrajs": "4.18.
|
|
29
|
+
"@cee-eng/hydrajs": "4.18.84",
|
|
30
30
|
"@patternfly/patternfly": "6.2.1",
|
|
31
31
|
"@patternfly/react-core": "6.2.1",
|
|
32
32
|
"@patternfly/react-table": "6.2.1",
|
|
@@ -39,15 +39,15 @@
|
|
|
39
39
|
"solr-query-builder": "1.0.1"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@cee-eng/hydrajs": "4.18.
|
|
42
|
+
"@cee-eng/hydrajs": "4.18.84",
|
|
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.
|
|
47
|
-
"@rh-support/react-context": "2.5.
|
|
46
|
+
"@rh-support/components": "2.5.47",
|
|
47
|
+
"@rh-support/react-context": "2.5.62",
|
|
48
48
|
"@rh-support/types": "2.0.5",
|
|
49
|
-
"@rh-support/user-permissions": "2.5.
|
|
50
|
-
"@rh-support/utils": "2.5.
|
|
49
|
+
"@rh-support/user-permissions": "2.5.22",
|
|
50
|
+
"@rh-support/utils": "2.5.21",
|
|
51
51
|
"localforage": "^1.10.0",
|
|
52
52
|
"lodash": "^4.17.21",
|
|
53
53
|
"pegjs": "^0.10.0",
|
|
@@ -96,5 +96,5 @@
|
|
|
96
96
|
"defaults and supports es6-module",
|
|
97
97
|
"maintained node versions"
|
|
98
98
|
],
|
|
99
|
-
"gitHead": "
|
|
99
|
+
"gitHead": "80f5df71ce02c1fa9130373d1f0df60acb24f023"
|
|
100
100
|
}
|