@rh-support/cases 2.6.6 → 2.6.8
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/components/case-list/CaseList.d.ts.map +1 -1
- package/lib/esm/components/case-list/CaseList.js +5 -10
- package/lib/esm/components/case-list/case-list-filters/AccountsBookmarkedGroupFilter.d.ts.map +1 -1
- package/lib/esm/components/case-list/case-list-filters/AccountsBookmarkedGroupFilter.js +34 -34
- package/lib/esm/components/case-list/case-list-filters/CaseListFilterChips.d.ts.map +1 -1
- package/lib/esm/components/case-list/case-list-filters/CaseListFilterChips.js +3 -3
- package/lib/esm/components/case-list/case-list-filters/CreatorSsoNameFilter.d.ts.map +1 -1
- package/lib/esm/components/case-list/case-list-filters/CreatorSsoNameFilter.js +4 -4
- package/lib/esm/components/case-list/case-list-filters/CreatorSsoNameFilterChip.d.ts.map +1 -1
- package/lib/esm/components/case-list/case-list-filters/CreatorSsoNameFilterChip.js +5 -5
- package/lib/esm/components/case-list/case-list-filters/GroupsFilter.d.ts.map +1 -1
- package/lib/esm/components/case-list/case-list-filters/GroupsFilter.js +4 -5
- package/lib/esm/components/case-list/case-list-filters/InternalSsoNameFilter.d.ts.map +1 -1
- package/lib/esm/components/case-list/case-list-filters/InternalSsoNameFilter.js +6 -6
- package/lib/esm/components/case-list/case-list-filters/ProductFilterChip.d.ts.map +1 -1
- package/lib/esm/components/case-list/case-list-filters/ProductFilterChip.js +4 -5
- package/lib/esm/components/case-list/case-list-filters/ProductsFilter.d.ts.map +1 -1
- package/lib/esm/components/case-list/case-list-filters/ProductsFilter.js +124 -32
- package/lib/esm/components/case-list/case-list-filters/SeverityFilter.d.ts.map +1 -1
- package/lib/esm/components/case-list/case-list-filters/SeverityFilter.js +91 -20
- package/lib/esm/components/case-list/case-list-filters/StatusFilter.d.ts.map +1 -1
- package/lib/esm/components/case-list/case-list-filters/StatusFilter.js +90 -18
- package/lib/esm/components/case-list/case-list-filters/TypeFilter.d.ts.map +1 -1
- package/lib/esm/components/case-list/case-list-filters/TypeFilter.js +67 -16
- package/lib/esm/components/case-list/case-list-filters/VersionsFilter.d.ts.map +1 -1
- package/lib/esm/components/case-list/case-list-filters/VersionsFilter.js +112 -15
- package/lib/esm/components/case-list/case-list-table/CaseListTable.d.ts.map +1 -1
- package/lib/esm/components/case-list/case-list-table/CaseListTable.js +17 -18
- package/lib/esm/components/case-list/case-list-table/CloseCaseBtn.d.ts.map +1 -1
- package/lib/esm/components/case-list/case-list-table/CloseCaseBtn.js +7 -4
- package/lib/esm/components/case-list/case-list-table/DownloadCSVFileModal.d.ts.map +1 -1
- package/lib/esm/components/case-list/case-list-table/DownloadCSVFileModal.js +7 -7
- package/lib/esm/components/case-list/case-list-table/ExportCaseListCSV.js +1 -1
- package/lib/esm/components/case-list/case-list-table/SeverityLabel.d.ts.map +1 -1
- package/lib/esm/components/case-list/case-list-table/SeverityLabel.js +6 -5
- package/lib/esm/components/case-list/case-list-table/TableActionsDropdown.d.ts.map +1 -1
- package/lib/esm/components/case-list/case-list-table/TableActionsDropdown.js +5 -7
- package/lib/esm/components/case-list/case-list-table/table-column-selector/TableColumnSelector.js +1 -1
- package/lib/esm/components/case-list/case-search/AdvanceSearch.d.ts.map +1 -1
- package/lib/esm/components/case-list/case-search/AdvanceSearch.js +13 -14
- package/lib/esm/components/case-list/case-search/BookmarkedSearchesSelector.d.ts.map +1 -1
- package/lib/esm/components/case-list/case-search/BookmarkedSearchesSelector.js +21 -15
- package/lib/esm/components/case-list/case-search/CaseSearch.d.ts.map +1 -1
- package/lib/esm/components/case-list/case-search/CaseSearch.js +2 -2
- package/lib/esm/components/case-list/case-search/SaveCaseSearchModal.d.ts.map +1 -1
- package/lib/esm/components/case-list/case-search/SaveCaseSearchModal.js +16 -17
- package/lib/esm/css/caseList.css +89 -60
- package/lib/esm/css/caseSearch.css +13 -2
- package/lib/esm/css/escalation.css +4 -4
- package/lib/esm/scss/_main.scss +15 -11
- package/lib/esm/scss/_pf-overrides.scss +25 -12
- package/package.json +12 -12
package/lib/esm/css/caseList.css
CHANGED
|
@@ -46,15 +46,19 @@
|
|
|
46
46
|
width: 220px;
|
|
47
47
|
}
|
|
48
48
|
|
|
49
|
-
.case-search-top .bookmark-search-dropdown
|
|
49
|
+
.case-search-top .bookmark-search-dropdown > :nth-child(2) {
|
|
50
|
+
border-left: none;
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
.case-search-top .bookmark-search-dropdown .pf-v6-c-dropdown__toggle > * {
|
|
50
54
|
font-size: 16px;
|
|
51
55
|
}
|
|
52
56
|
|
|
53
|
-
.case-search-top .bookmark-search-dropdown .pf-
|
|
57
|
+
.case-search-top .bookmark-search-dropdown .pf-v6-c-dropdown__toggle-button {
|
|
54
58
|
padding: 6px 1rem;
|
|
55
59
|
}
|
|
56
60
|
|
|
57
|
-
.case-search-top .bookmark-search-dropdown .pf-
|
|
61
|
+
.case-search-top .bookmark-search-dropdown .pf-v6-c-dropdown__toggle-button:first-child {
|
|
58
62
|
-ms-flex: 1;
|
|
59
63
|
flex-grow: 1;
|
|
60
64
|
text-align: left;
|
|
@@ -63,12 +67,12 @@
|
|
|
63
67
|
white-space: nowrap;
|
|
64
68
|
}
|
|
65
69
|
|
|
66
|
-
.case-search-top .bookmark-search-dropdown .pf-
|
|
70
|
+
.case-search-top .bookmark-search-dropdown .pf-v6-c-dropdown__toggle-button[disabled] {
|
|
67
71
|
background-color: #e6e6e6;
|
|
68
72
|
color: #73767b;
|
|
69
73
|
}
|
|
70
74
|
|
|
71
|
-
.case-search-top .bookmark-search-dropdown .pf-
|
|
75
|
+
.case-search-top .bookmark-search-dropdown .pf-v6-c-dropdown__toggle-button[disabled]:hover {
|
|
72
76
|
border-bottom-color: #151515;
|
|
73
77
|
}
|
|
74
78
|
|
|
@@ -124,39 +128,39 @@
|
|
|
124
128
|
flex-direction: column;
|
|
125
129
|
}
|
|
126
130
|
|
|
127
|
-
.case-search-top .filter-chip-wrapper .pf-
|
|
131
|
+
.case-search-top .filter-chip-wrapper .pf-v6-c-chip-group {
|
|
128
132
|
padding: 4px;
|
|
129
133
|
background-color: #f0f0f0;
|
|
130
134
|
border-radius: 4px;
|
|
131
135
|
}
|
|
132
136
|
|
|
133
|
-
.case-search-top .filter-chip-wrapper .pf-
|
|
137
|
+
.case-search-top .filter-chip-wrapper .pf-v6-c-chip-group + .pf-v6-c-chip-group {
|
|
134
138
|
margin-left: 0.25rem;
|
|
135
139
|
}
|
|
136
140
|
|
|
137
|
-
.case-search-top .filter-chip-wrapper .pf-
|
|
141
|
+
.case-search-top .filter-chip-wrapper .pf-v6-c-chip-group.pf-v6-c-chip-group__simple {
|
|
138
142
|
padding: 6px;
|
|
139
143
|
}
|
|
140
144
|
|
|
141
|
-
.cases-main .case-search-top .filter-chip-wrapper .pf-
|
|
145
|
+
.cases-main .case-search-top .filter-chip-wrapper .pf-v6-c-chip-group__label {
|
|
142
146
|
font-size: 14px;
|
|
143
147
|
padding-left: 6px;
|
|
144
148
|
}
|
|
145
149
|
|
|
146
|
-
.cases-main .case-search-top .filter-chip-wrapper .pf-
|
|
150
|
+
.cases-main .case-search-top .filter-chip-wrapper .pf-v6-c-chip-group__main {
|
|
147
151
|
align-items: center;
|
|
148
152
|
}
|
|
149
153
|
|
|
150
|
-
.cases-main .case-search-top .filter-chip-wrapper .pf-
|
|
154
|
+
.cases-main .case-search-top .filter-chip-wrapper .pf-v6-c-chip__text {
|
|
151
155
|
font-size: 14px;
|
|
152
156
|
}
|
|
153
157
|
|
|
154
|
-
.cases-main .case-search-top .filter-chip-wrapper button.pf-
|
|
158
|
+
.cases-main .case-search-top .filter-chip-wrapper button.pf-v6-c-select__toggle {
|
|
155
159
|
font-size: 13px;
|
|
156
160
|
--pf-v5-c-select__toggle-text--Color: var(--pf-v5-c-select__toggle--m-placeholder__toggle-text--Color) !important;
|
|
157
161
|
}
|
|
158
162
|
|
|
159
|
-
.cases-main .case-search-top .filter-chip-wrapper button.pf-
|
|
163
|
+
.cases-main .case-search-top .filter-chip-wrapper button.pf-v6-c-select__toggle svg {
|
|
160
164
|
margin-left: 4px;
|
|
161
165
|
}
|
|
162
166
|
|
|
@@ -188,8 +192,11 @@
|
|
|
188
192
|
-ms-flex-align: center;
|
|
189
193
|
align-items: center;
|
|
190
194
|
justify-content: space-between;
|
|
191
|
-
|
|
192
|
-
|
|
195
|
+
min-height: 4rem;
|
|
196
|
+
padding-left: 1rem;
|
|
197
|
+
background-color: var(--pf-t--color--gray--10);
|
|
198
|
+
border-top: 1px solid var(--pf-t--global--border--color--100);
|
|
199
|
+
border-right: 1px solid var(--pf-t--global--border--color--100);
|
|
193
200
|
}
|
|
194
201
|
|
|
195
202
|
.case-search-bottom .case-list-table-toolbar .toolbar-actions {
|
|
@@ -220,7 +227,13 @@
|
|
|
220
227
|
}
|
|
221
228
|
|
|
222
229
|
.cases-main .case-search-table .case-list-table {
|
|
223
|
-
border: 1px solid
|
|
230
|
+
border-top: 1px solid var(--pf-t--global--border--color--100);
|
|
231
|
+
border-right: 1px solid var(--pf-t--global--border--color--100);
|
|
232
|
+
border-bottom: 1px solid var(--pf-t--global--border--color--100);
|
|
233
|
+
}
|
|
234
|
+
|
|
235
|
+
.case-list-table .pf-v6-c-label .pf-v6-c-label__content .pf-v6-c-label__icon {
|
|
236
|
+
display: none;
|
|
224
237
|
}
|
|
225
238
|
|
|
226
239
|
.case-list-table td[data-label='Title'] {
|
|
@@ -231,7 +244,7 @@
|
|
|
231
244
|
margin-top: 4px;
|
|
232
245
|
}
|
|
233
246
|
|
|
234
|
-
.case-search-bottom .case-list-table tr td:not(.pf-
|
|
247
|
+
.case-search-bottom .case-list-table tr td:not(.pf-v6-c-table__check) {
|
|
235
248
|
min-width: 80px;
|
|
236
249
|
}
|
|
237
250
|
|
|
@@ -242,8 +255,7 @@
|
|
|
242
255
|
font-weight: 500;
|
|
243
256
|
}
|
|
244
257
|
|
|
245
|
-
.case-search-bottom .case-list-table th.pf-
|
|
246
|
-
padding: 16px 24px !important;
|
|
258
|
+
.case-search-bottom .case-list-table th.pf-v6-c-table__th {
|
|
247
259
|
word-break: inherit;
|
|
248
260
|
vertical-align: middle;
|
|
249
261
|
background-color: white;
|
|
@@ -264,8 +276,12 @@
|
|
|
264
276
|
|
|
265
277
|
.case-search-bottom .case-search-table footer.toolbar-pagination {
|
|
266
278
|
margin-top: 0 !important;
|
|
267
|
-
border: 1px solid
|
|
268
|
-
border-
|
|
279
|
+
border-right: 1px solid var(--pf-t--global--border--color--100);
|
|
280
|
+
border-bottom: 1px solid var(--pf-t--global--border--color--100);
|
|
281
|
+
}
|
|
282
|
+
|
|
283
|
+
.case-search-bottom .case-search-table footer.toolbar-pagination > :first-child {
|
|
284
|
+
padding: 1rem;
|
|
269
285
|
}
|
|
270
286
|
|
|
271
287
|
.case-search-bottom #case-filters-panel {
|
|
@@ -275,18 +291,37 @@
|
|
|
275
291
|
overflow: visible;
|
|
276
292
|
}
|
|
277
293
|
|
|
294
|
+
.case-search-filters {
|
|
295
|
+
border-top: 1px solid var(--pf-t--global--border--color--100);
|
|
296
|
+
border-right: 1px solid var(--pf-t--global--border--color--100);
|
|
297
|
+
border-bottom: 1px solid var(--pf-t--global--border--color--100);
|
|
298
|
+
}
|
|
299
|
+
|
|
278
300
|
.case-search-filters .filter-header {
|
|
279
|
-
|
|
280
|
-
border-top: 1px solid #ccc;
|
|
281
|
-
border-bottom: 1px solid #ccc;
|
|
282
|
-
padding: 0.98rem 1.35rem;
|
|
301
|
+
min-height: 4rem;
|
|
283
302
|
margin: 0;
|
|
303
|
+
padding: 0.5rem;
|
|
304
|
+
}
|
|
305
|
+
|
|
306
|
+
.case-search-filters .filter-header .pf-v6-svg {
|
|
307
|
+
width: 1.5rem;
|
|
308
|
+
height: 1.5rem;
|
|
309
|
+
}
|
|
310
|
+
|
|
311
|
+
.case-search-filters .filter-header,
|
|
312
|
+
.case-search-filters.case-search-filters.collapsed .filter-header {
|
|
313
|
+
background-color: var(--pf-t--color--gray--10);
|
|
314
|
+
border-bottom: 1px solid var(--pf-t--global--border--color--100);
|
|
284
315
|
}
|
|
285
316
|
|
|
286
317
|
.case-search-filters.collapsed .filter-wrapper {
|
|
287
318
|
padding: 0;
|
|
288
319
|
}
|
|
289
320
|
|
|
321
|
+
.case-search-filters .filter-header > button svg.mirrored {
|
|
322
|
+
transform: scaleX(-1);
|
|
323
|
+
}
|
|
324
|
+
|
|
290
325
|
.case-search-filters .filter-header button {
|
|
291
326
|
display: flex;
|
|
292
327
|
-ms-flex-align: center;
|
|
@@ -313,15 +348,16 @@
|
|
|
313
348
|
|
|
314
349
|
.filter-wrapper {
|
|
315
350
|
padding: 1.8rem 1.9rem;
|
|
351
|
+
background-color: var(--pf-t--color--gray--10);
|
|
316
352
|
}
|
|
317
353
|
|
|
318
354
|
.filter-wrapper .filter-group > * {
|
|
319
355
|
margin-bottom: 2rem;
|
|
320
356
|
}
|
|
321
357
|
|
|
322
|
-
.filter-wrapper .filter-group > .pf-
|
|
358
|
+
.filter-wrapper .filter-group > .pf-v6-c-select h3,
|
|
323
359
|
.filter-wrapper .filter-group > .additional-filters h3,
|
|
324
|
-
.filter-wrapper .filter-group > .pf-
|
|
360
|
+
.filter-wrapper .filter-group > .pf-v6-c-select label {
|
|
325
361
|
margin-bottom: 0;
|
|
326
362
|
padding-bottom: 8px;
|
|
327
363
|
font-family: 'Red Hat Text';
|
|
@@ -333,7 +369,7 @@
|
|
|
333
369
|
padding-bottom: 10px;
|
|
334
370
|
}
|
|
335
371
|
|
|
336
|
-
.filter-wrapper .filter-group > .additional-filters .pf-
|
|
372
|
+
.filter-wrapper .filter-group > .additional-filters .pf-v6-c-check {
|
|
337
373
|
margin-bottom: 14px;
|
|
338
374
|
}
|
|
339
375
|
|
|
@@ -341,7 +377,7 @@
|
|
|
341
377
|
margin-right: 0;
|
|
342
378
|
}
|
|
343
379
|
|
|
344
|
-
#rh-support-cases .pf-
|
|
380
|
+
#rh-support-cases .pf-v6-c-select .pf-v6-c-select__menu li label,
|
|
345
381
|
.filter-wrapper .filter-group > .additional-filters label {
|
|
346
382
|
margin-bottom: 0;
|
|
347
383
|
font-size: 15px;
|
|
@@ -396,7 +432,7 @@
|
|
|
396
432
|
margin-bottom: 0;
|
|
397
433
|
}
|
|
398
434
|
|
|
399
|
-
.case-search-top .filter-chips .pf-
|
|
435
|
+
.case-search-top .filter-chips .pf-v6-c-chip-group {
|
|
400
436
|
margin-top: 0;
|
|
401
437
|
}
|
|
402
438
|
|
|
@@ -429,9 +465,9 @@
|
|
|
429
465
|
}
|
|
430
466
|
|
|
431
467
|
.case-search-top .bookmark-search-dropdown-wrapper .most-recent-search-button {
|
|
432
|
-
margin-top: 1rem;
|
|
433
468
|
padding-right: 0;
|
|
434
469
|
padding-left: 0;
|
|
470
|
+
margin-top: 0.5rem;
|
|
435
471
|
}
|
|
436
472
|
}
|
|
437
473
|
|
|
@@ -461,29 +497,26 @@
|
|
|
461
497
|
max-width: 380px;
|
|
462
498
|
min-width: 300px;
|
|
463
499
|
}
|
|
464
|
-
|
|
465
|
-
.case-search-filters .filter-header {
|
|
466
|
-
padding: 0.98rem 1.35rem;
|
|
467
|
-
}
|
|
468
500
|
}
|
|
469
501
|
|
|
470
|
-
.filter-group .pf-
|
|
502
|
+
.filter-group .pf-v6-c-select__toggle {
|
|
471
503
|
--pf-v5-c-select__toggle-text--Color: var(--pf-v5-c-select__toggle--m-placeholder__toggle-text--Color) !important;
|
|
472
504
|
}
|
|
473
505
|
|
|
474
506
|
.toolbar-actions > :first-child {
|
|
475
507
|
margin-right: 1rem;
|
|
508
|
+
min-width: 7rem;
|
|
476
509
|
}
|
|
477
510
|
|
|
478
511
|
#table-actions-dropdown button {
|
|
479
512
|
pointer-events: fill !important;
|
|
480
513
|
}
|
|
481
514
|
|
|
482
|
-
#table-actions-dropdown .pf-
|
|
515
|
+
#table-actions-dropdown .pf-v6-c-icon {
|
|
483
516
|
cursor: pointer;
|
|
484
517
|
}
|
|
485
518
|
|
|
486
|
-
#table-actions-dropdown .pf-
|
|
519
|
+
#table-actions-dropdown .pf-v6-c-icon {
|
|
487
520
|
margin-left: 1rem;
|
|
488
521
|
}
|
|
489
522
|
|
|
@@ -508,7 +541,7 @@
|
|
|
508
541
|
}
|
|
509
542
|
|
|
510
543
|
/* Case ID Header */
|
|
511
|
-
th#number.pf-
|
|
544
|
+
th#number.pf-v6-c-table__th {
|
|
512
545
|
position: sticky;
|
|
513
546
|
left: 50px;
|
|
514
547
|
z-index: 1;
|
|
@@ -517,21 +550,19 @@
|
|
|
517
550
|
|
|
518
551
|
/* Vertical border to divide sticky columns and other columns*/
|
|
519
552
|
.case-list-table tbody > tr > :nth-child(2):before,
|
|
520
|
-
th#number.pf-
|
|
553
|
+
th#number.pf-v6-c-table__th:before {
|
|
521
554
|
position: absolute;
|
|
522
555
|
content: '';
|
|
523
556
|
top: 0px;
|
|
524
557
|
right: 0px;
|
|
525
558
|
height: 100%;
|
|
526
|
-
border-right: var(--pf-
|
|
559
|
+
border-right: var(--pf-v6-c-table--border-width--base) solid var(--pf-v6-c-table--BorderColor);
|
|
527
560
|
}
|
|
528
561
|
|
|
529
562
|
/* Problem statement Header */
|
|
530
|
-
th#summary.pf-
|
|
563
|
+
th#summary.pf-v6-c-table__th {
|
|
531
564
|
min-width: 270px !important;
|
|
532
565
|
max-width: none;
|
|
533
|
-
display: flex !important;
|
|
534
|
-
justify-content: center !important;
|
|
535
566
|
}
|
|
536
567
|
|
|
537
568
|
.case-list-table tbody > tr > :nth-child(3) {
|
|
@@ -540,49 +571,47 @@
|
|
|
540
571
|
text-align: center;
|
|
541
572
|
}
|
|
542
573
|
|
|
543
|
-
th#contactName.pf-
|
|
544
|
-
th#status.pf-
|
|
545
|
-
th#folderName.pf-
|
|
574
|
+
th#contactName.pf-v6-c-table__th,
|
|
575
|
+
th#status.pf-v6-c-table__th,
|
|
576
|
+
th#folderName.pf-v6-c-table__th {
|
|
546
577
|
min-width: 140px !important;
|
|
547
578
|
}
|
|
548
579
|
|
|
549
|
-
th#severity.pf-
|
|
550
|
-
th#number.pf-
|
|
580
|
+
th#severity.pf-v6-c-table__th,
|
|
581
|
+
th#number.pf-v6-c-table__th {
|
|
551
582
|
min-width: 150px !important;
|
|
552
583
|
}
|
|
553
584
|
|
|
554
|
-
th#lastModifiedDate.pf-
|
|
555
|
-
th#createdDate.pf-
|
|
585
|
+
th#lastModifiedDate.pf-v6-c-table__th,
|
|
586
|
+
th#createdDate.pf-v6-c-table__th {
|
|
556
587
|
min-width: 180px !important;
|
|
557
588
|
}
|
|
558
589
|
|
|
559
|
-
th#product.pf-
|
|
560
|
-
th#type.pf-
|
|
590
|
+
th#product.pf-v6-c-table__th,
|
|
591
|
+
th#type.pf-v6-c-table__th {
|
|
561
592
|
min-width: 190px !important;
|
|
562
593
|
}
|
|
563
594
|
|
|
564
|
-
th#accountNumber.pf-
|
|
595
|
+
th#accountNumber.pf-v6-c-table__th {
|
|
565
596
|
min-width: 205px;
|
|
566
597
|
}
|
|
567
598
|
|
|
568
|
-
th#alternateCaseId.pf-
|
|
599
|
+
th#alternateCaseId.pf-v6-c-table__th {
|
|
569
600
|
min-width: 242px !important;
|
|
570
601
|
}
|
|
571
602
|
|
|
572
603
|
/* Closed Date Header */
|
|
573
|
-
th#closedDate.pf-
|
|
574
|
-
th.pf-
|
|
604
|
+
th#closedDate.pf-v6-c-table__th,
|
|
605
|
+
th.pf-v6-c-table__sort[data-label='Support type'] {
|
|
575
606
|
min-width: 200px !important;
|
|
576
607
|
}
|
|
577
608
|
}
|
|
578
609
|
|
|
579
610
|
@media (min-width: 1800px) {
|
|
580
611
|
/* Problem statement */
|
|
581
|
-
th#summary.pf-
|
|
612
|
+
th#summary.pf-v6-c-table__th {
|
|
582
613
|
min-width: 500px !important;
|
|
583
614
|
max-width: none;
|
|
584
|
-
display: flex !important;
|
|
585
|
-
justify-content: center !important;
|
|
586
615
|
}
|
|
587
616
|
|
|
588
617
|
.case-list-table tbody > tr > :nth-child(3) {
|
|
@@ -18,7 +18,6 @@
|
|
|
18
18
|
display: -ms-flexbox;
|
|
19
19
|
display: flex;
|
|
20
20
|
position: relative;
|
|
21
|
-
width: 100%;
|
|
22
21
|
margin-right: 0;
|
|
23
22
|
}
|
|
24
23
|
|
|
@@ -28,8 +27,20 @@
|
|
|
28
27
|
}
|
|
29
28
|
}
|
|
30
29
|
|
|
31
|
-
.case-search-
|
|
30
|
+
.case-search-form-group button.search-btn {
|
|
32
31
|
margin-left: 1rem;
|
|
32
|
+
margin-right: 0.5rem;
|
|
33
|
+
min-width: 6rem;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
.case-search-form-group .case-search-input {
|
|
37
|
+
min-width: 30rem;
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
.case-search-form-group .case-search-toggle {
|
|
41
|
+
border-radius: var(--pf-t--global--border--radius--400);
|
|
42
|
+
padding-left: 1.5rem;
|
|
43
|
+
padding-right: 1.5rem;
|
|
33
44
|
}
|
|
34
45
|
|
|
35
46
|
.case-search-form-group .filter-save-success-msg {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
.escalation-form fieldset .escalation-form-fields {
|
|
2
2
|
display: -ms-grid;
|
|
3
3
|
display: grid;
|
|
4
|
-
grid-gap: var(--pf-
|
|
5
|
-
padding: var(--pf-
|
|
4
|
+
grid-gap: var(--pf-v6-c-form--GridGap);
|
|
5
|
+
padding: var(--pf-t--global--spacer--lg);
|
|
6
6
|
padding-bottom: 0;
|
|
7
7
|
}
|
|
8
8
|
|
|
@@ -10,6 +10,6 @@
|
|
|
10
10
|
margin-bottom: 5rem;
|
|
11
11
|
}
|
|
12
12
|
|
|
13
|
-
input[aria-invalid='true'].pf-
|
|
14
|
-
border-bottom: var(--pf-
|
|
13
|
+
input[aria-invalid='true'].pf-v6-c-form-control {
|
|
14
|
+
border-bottom: var(--pf-v6-c-form-control--BorderBottomColor) solid;
|
|
15
15
|
}
|
package/lib/esm/scss/_main.scss
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
// .grid-row-gap-md {
|
|
2
|
-
// grid-row-gap: var(--pf-
|
|
2
|
+
// grid-row-gap: var(--pf-v6-l-grid--m-gutter--GridGap);
|
|
3
3
|
// }
|
|
4
4
|
|
|
5
|
-
div.pf-
|
|
6
|
-
form.pf-
|
|
5
|
+
div.pf-v6-c-modal-box__body {
|
|
6
|
+
form.pf-v6-c-form.save-search-form {
|
|
7
7
|
// Overrides the style for Name field in save search modal
|
|
8
|
-
div.pf-
|
|
9
|
-
div.pf-
|
|
10
|
-
label.pf-
|
|
11
|
-
span.pf-
|
|
8
|
+
div.pf-v6-c-form__group.form-group.pull-bottom-narrow.save-for-later-name {
|
|
9
|
+
div.pf-v6-c-form__group-label {
|
|
10
|
+
label.pf-v6-c-form__label {
|
|
11
|
+
span.pf-v6-c-form__label-text {
|
|
12
12
|
span.save-for-later-label-name {
|
|
13
13
|
font-weight: 600 !important;
|
|
14
14
|
}
|
|
@@ -18,10 +18,10 @@ div.pf-v5-c-modal-box__body {
|
|
|
18
18
|
}
|
|
19
19
|
|
|
20
20
|
// Overrides the style for Search and filtery query field in save search modal
|
|
21
|
-
div.pf-
|
|
22
|
-
div.pf-
|
|
23
|
-
label.pf-
|
|
24
|
-
span.pf-
|
|
21
|
+
div.pf-v6-c-form__group.form-group.pf-v6-u-mt-lg.save-for-later-query {
|
|
22
|
+
div.pf-v6-c-form__group-label {
|
|
23
|
+
label.pf-v6-c-form__label {
|
|
24
|
+
span.pf-v6-c-form__label-text {
|
|
25
25
|
span.save-for-later-label-query {
|
|
26
26
|
font-weight: 600 !important;
|
|
27
27
|
}
|
|
@@ -31,3 +31,7 @@ div.pf-v5-c-modal-box__body {
|
|
|
31
31
|
}
|
|
32
32
|
}
|
|
33
33
|
}
|
|
34
|
+
|
|
35
|
+
#advance-search-typeahead {
|
|
36
|
+
min-width: 30rem;
|
|
37
|
+
}
|
|
@@ -1,33 +1,35 @@
|
|
|
1
1
|
// Override disable color on darker backgrounds - Different variation. Should be consistent.
|
|
2
2
|
.case-search-filters {
|
|
3
|
-
.pf-
|
|
4
|
-
.pf-
|
|
5
|
-
.pf-
|
|
3
|
+
.pf-v6-c-button:disabled,
|
|
4
|
+
.pf-v6-c-button.pf-m-disabled,
|
|
5
|
+
.pf-v6-c-button.pf-m-aria-disabled {
|
|
6
6
|
color: #ccc;
|
|
7
7
|
background-color: #fff;
|
|
8
8
|
}
|
|
9
|
-
.pf-
|
|
9
|
+
.pf-v6-c-select__menu {
|
|
10
10
|
z-index: 1;
|
|
11
11
|
}
|
|
12
|
-
li.pf-
|
|
12
|
+
li.pf-v6-c-menu__list-item {
|
|
13
13
|
font-size: 16px;
|
|
14
14
|
font-weight: 400;
|
|
15
15
|
}
|
|
16
16
|
}
|
|
17
17
|
|
|
18
|
-
.pf-
|
|
18
|
+
.pf-v6-c-menu__group-title {
|
|
19
19
|
margin: 0;
|
|
20
20
|
padding: 0;
|
|
21
21
|
}
|
|
22
22
|
|
|
23
|
-
label.pf-
|
|
23
|
+
label.pf-v6-u-mb-sm.group-filter-label,
|
|
24
24
|
.case-list-account-filter-label,
|
|
25
|
-
.case-list-username-filter-label
|
|
25
|
+
.case-list-username-filter-label,
|
|
26
|
+
.case-list-type-filter-label,
|
|
27
|
+
.products-filter-label {
|
|
26
28
|
font-size: 14px !important;
|
|
27
29
|
}
|
|
28
30
|
|
|
29
31
|
.group-filter {
|
|
30
|
-
span.pf-
|
|
32
|
+
span.pf-v6-c-menu-toggle__text {
|
|
31
33
|
color: var(--pf-v5-global--palette--black-600);
|
|
32
34
|
}
|
|
33
35
|
#case-list-group-filter {
|
|
@@ -39,8 +41,19 @@ label.pf-v5-u-mb-sm.group-filter-label,
|
|
|
39
41
|
}
|
|
40
42
|
}
|
|
41
43
|
|
|
42
|
-
.
|
|
43
|
-
.pf-
|
|
44
|
-
color:
|
|
44
|
+
.product-filter {
|
|
45
|
+
span.pf-v6-c-menu-toggle__text {
|
|
46
|
+
color: var(--pf-v5-global--palette--black-600);
|
|
47
|
+
}
|
|
48
|
+
#case-list-products-filter {
|
|
49
|
+
z-index: 9 !important;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
.case-products-filter {
|
|
53
|
+
margin: 0 !important;
|
|
45
54
|
}
|
|
46
55
|
}
|
|
56
|
+
|
|
57
|
+
#rh-support-cases .filter-wrapper .pf-v6-c-text-input-group__text-input::placeholder {
|
|
58
|
+
color: var(--pf-v6-c-menu-toggle--Color);
|
|
59
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rh-support/cases",
|
|
3
|
-
"version": "2.6.
|
|
3
|
+
"version": "2.6.8",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public",
|
|
6
6
|
"registry": "https://registry.npmjs.org"
|
|
@@ -27,9 +27,9 @@
|
|
|
27
27
|
],
|
|
28
28
|
"peerDependencies": {
|
|
29
29
|
"@cee-eng/hydrajs": "4.18.57",
|
|
30
|
-
"@patternfly/patternfly": "
|
|
31
|
-
"@patternfly/react-core": "
|
|
32
|
-
"@patternfly/react-table": "
|
|
30
|
+
"@patternfly/patternfly": "6.2.1",
|
|
31
|
+
"@patternfly/react-core": "6.2.1",
|
|
32
|
+
"@patternfly/react-table": "6.2.1",
|
|
33
33
|
"localforage": "^1.10.0",
|
|
34
34
|
"lodash": "^4.17.21",
|
|
35
35
|
"react": "18.2.0",
|
|
@@ -40,14 +40,14 @@
|
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
42
|
"@cee-eng/hydrajs": "4.18.57",
|
|
43
|
-
"@patternfly/patternfly": "
|
|
44
|
-
"@patternfly/react-core": "
|
|
45
|
-
"@patternfly/react-table": "
|
|
46
|
-
"@rh-support/components": "2.5.
|
|
47
|
-
"@rh-support/react-context": "2.5.
|
|
43
|
+
"@patternfly/patternfly": "6.2.1",
|
|
44
|
+
"@patternfly/react-core": "6.2.1",
|
|
45
|
+
"@patternfly/react-table": "6.2.1",
|
|
46
|
+
"@rh-support/components": "2.5.26",
|
|
47
|
+
"@rh-support/react-context": "2.5.28",
|
|
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.18",
|
|
50
|
+
"@rh-support/utils": "2.5.17",
|
|
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": "4e42960cc47766cce9312ba7e236d2ede9facd33"
|
|
100
100
|
}
|