@patternfly/patternfly 4.224.2 → 5.0.0-alpha.10
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/README.md +2 -2
- package/RELEASE-NOTES.md +0 -17
- package/assets/icons/iconUnicodes.json +0 -1
- package/assets/pficon/pficon.scss +0 -6
- package/assets/pficon/pficon.woff +0 -0
- package/assets/pficon/pficon.woff2 +0 -0
- package/base/_chart-globals.scss +4 -0
- package/base/_common.scss +0 -22
- package/base/_fonts.scss +0 -188
- package/base/_globals.scss +0 -6
- package/base/_icons.scss +28 -0
- package/base/_variables.scss +0 -14
- package/base/patternfly-common.css +0 -10
- package/base/patternfly-fonts.css +0 -120
- package/base/patternfly-globals.css +0 -4
- package/base/patternfly-icons.css +1 -5
- package/base/patternfly-icons.scss +0 -28
- package/base/patternfly-pf-icons.css +1 -5
- package/base/patternfly-variables.css +6 -19
- package/components/AboutModalBox/about-modal-box.css +1 -28
- package/components/AboutModalBox/about-modal-box.scss +1 -27
- package/components/Accordion/accordion.css +64 -62
- package/components/Accordion/accordion.scss +62 -64
- package/components/Alert/alert.css +0 -4
- package/components/Alert/alert.scss +0 -7
- package/components/Banner/banner.css +1 -1
- package/components/Banner/banner.scss +1 -1
- package/components/Breadcrumb/breadcrumb.css +0 -6
- package/components/Breadcrumb/breadcrumb.scss +0 -9
- package/components/Button/button.css +0 -4
- package/components/Button/button.scss +0 -7
- package/components/CalendarMonth/calendar-month.css +1 -1
- package/components/CalendarMonth/calendar-month.scss +1 -1
- package/components/Card/card.css +9 -16
- package/components/Card/card.scss +11 -24
- package/components/Check/check.css +4 -2
- package/components/Check/check.scss +2 -2
- package/components/ChipGroup/chip-group.css +29 -17
- package/components/ChipGroup/chip-group.scss +39 -22
- package/components/Content/content.css +1 -17
- package/components/Content/content.scss +1 -23
- package/components/DataList/data-list.css +0 -15
- package/components/Divider/divider.css +0 -16
- package/components/Divider/divider.scss +0 -1
- package/components/Drawer/drawer.css +0 -15
- package/components/Drawer/drawer.scss +0 -6
- package/components/EmptyState/empty-state.css +46 -56
- package/components/EmptyState/empty-state.scss +58 -66
- package/components/ExpandableSection/expandable-section.css +0 -4
- package/components/ExpandableSection/expandable-section.scss +0 -7
- package/components/Form/form.css +0 -1
- package/components/Form/form.scss +0 -1
- package/components/InlineEdit/inline-edit.css +1 -12
- package/components/InlineEdit/inline-edit.scss +1 -10
- package/components/JumpLinks/jump-links.css +0 -43
- package/components/JumpLinks/jump-links.scss +0 -13
- package/components/Label/label.css +0 -3
- package/components/Label/label.scss +0 -4
- package/components/LabelGroup/label-group.css +26 -22
- package/components/LabelGroup/label-group.scss +31 -26
- package/components/Menu/menu.css +0 -16
- package/components/Menu/menu.scss +0 -1
- package/components/NotificationDrawer/notification-drawer.css +1 -0
- package/components/NotificationDrawer/notification-drawer.scss +1 -0
- package/components/Page/page.css +0 -15
- package/components/Pagination/pagination.css +108 -55
- package/components/Pagination/pagination.scss +6 -25
- package/components/Popover/popover.css +1 -6
- package/components/Popover/themes/dark/popover.scss +1 -7
- package/components/Progress/progress.css +0 -1
- package/components/Progress/progress.scss +0 -1
- package/components/Radio/radio.css +4 -2
- package/components/Radio/radio.scss +2 -2
- package/components/SimpleList/simple-list.css +1 -1
- package/components/SimpleList/simple-list.scss +1 -1
- package/components/SkipToContent/skip-to-content.css +1 -1
- package/components/SkipToContent/skip-to-content.scss +1 -1
- package/components/Switch/switch.css +0 -1
- package/components/Switch/switch.scss +0 -1
- package/components/Table/table-grid.css +0 -10
- package/components/Table/table-grid.scss +0 -2
- package/components/Table/table-tree-view.css +0 -16
- package/components/Table/table-tree-view.scss +0 -4
- package/components/Table/table.css +0 -16
- package/components/Table/table.scss +0 -1
- package/components/Tabs/tabs.css +5 -34
- package/components/Tabs/tabs.scss +7 -15
- package/components/Title/title.css +0 -5
- package/components/Title/title.scss +0 -8
- package/components/Toolbar/toolbar.css +30 -33
- package/components/Toolbar/toolbar.scss +37 -9
- package/components/Tooltip/themes/dark/tooltip.scss +3 -6
- package/components/Tooltip/tooltip.css +2 -5
- package/components/Wizard/wizard.css +0 -9
- package/components/Wizard/wizard.scss +0 -9
- package/docs/components/AboutModalBox/examples/AboutModalBox.md +4 -15
- package/docs/components/Accordion/examples/Accordion.md +67 -67
- package/docs/components/Card/examples/Card.md +61 -44
- package/docs/components/CodeBlock/examples/CodeBlock.md +6 -6
- package/docs/components/CodeEditor/examples/CodeEditor.md +2 -6
- package/docs/components/Content/examples/Content.md +0 -28
- package/docs/components/EmptyState/examples/EmptyState.md +127 -79
- package/docs/components/SkipToContent/examples/SkipToContent.md +3 -5
- package/docs/components/Tabs/examples/Tabs.md +102 -103
- package/docs/components/Toolbar/examples/Toolbar.md +19 -16
- package/docs/components/Wizard/examples/Wizard.md +10 -13
- package/docs/demos/AboutModal/examples/AboutModal.md +53 -49
- package/docs/demos/Alert/examples/Alert.md +18 -12
- package/docs/demos/BackToTop/examples/BackToTop.md +6 -4
- package/docs/demos/Banner/examples/Banner.md +13 -8
- package/docs/demos/Card/examples/Card.md +145 -110
- package/docs/demos/CardView/examples/CardView.md +7 -7
- package/docs/demos/ContextSelector/examples/ContextSelector.md +24 -16
- package/docs/demos/Dashboard/examples/Dashboard.md +6 -4
- package/docs/demos/DataList/examples/DataList.md +26 -20
- package/docs/demos/DescriptionList/examples/DescriptionList.md +19 -12
- package/docs/demos/Drawer/examples/Drawer.md +30 -20
- package/docs/demos/HelperText/examples/HelperText.md +1 -0
- package/docs/demos/JumpLinks/examples/JumpLinks.md +36 -24
- package/docs/demos/Masthead/examples/Masthead.md +57 -42
- package/docs/demos/Modal/examples/Modal.md +36 -24
- package/docs/demos/Nav/examples/Nav.md +48 -32
- package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +30 -20
- package/docs/demos/Page/examples/Page.md +55 -37
- package/docs/demos/PasswordStrength/examples/PasswordStrength.md +1 -0
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +51 -34
- package/docs/demos/Skeleton/examples/Skeleton.md +6 -4
- package/docs/demos/Table/examples/Table.md +102 -88
- package/docs/demos/Tabs/examples/Tabs.md +40 -28
- package/docs/demos/Toolbar/examples/Toolbar.md +1648 -66
- package/docs/demos/Wizard/examples/Wizard.md +232 -222
- package/icons/pf-icons.json +0 -1
- package/package.json +4 -3
- package/patternfly-base-no-reset.css +31 -154
- package/patternfly-base.css +31 -158
- package/patternfly-charts.css +1 -1
- package/patternfly-no-reset.css +367 -650
- package/patternfly.css +367 -654
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
- package/sass-utilities/mixins.scss +0 -6
- package/sass-utilities/placeholders.scss +0 -7
- package/sass-utilities/scss-variables.scss +6 -13
- package/assets/fonts/overpass-mono-webfont/example.html +0 -15
- package/assets/fonts/overpass-mono-webfont/overpass-mono-bold.woff +0 -0
- package/assets/fonts/overpass-mono-webfont/overpass-mono-bold.woff2 +0 -0
- package/assets/fonts/overpass-mono-webfont/overpass-mono-light.woff +0 -0
- package/assets/fonts/overpass-mono-webfont/overpass-mono-light.woff2 +0 -0
- package/assets/fonts/overpass-mono-webfont/overpass-mono-regular.woff +0 -0
- package/assets/fonts/overpass-mono-webfont/overpass-mono-regular.woff2 +0 -0
- package/assets/fonts/overpass-mono-webfont/overpass-mono-semibold.woff +0 -0
- package/assets/fonts/overpass-mono-webfont/overpass-mono-semibold.woff2 +0 -0
- package/assets/fonts/overpass-mono-webfont/overpass-mono.css +0 -39
- package/assets/fonts/overpass-webfont/example.html +0 -18
- package/assets/fonts/overpass-webfont/overpass-bold-italic.woff +0 -0
- package/assets/fonts/overpass-webfont/overpass-bold-italic.woff2 +0 -0
- package/assets/fonts/overpass-webfont/overpass-bold.woff +0 -0
- package/assets/fonts/overpass-webfont/overpass-bold.woff2 +0 -0
- package/assets/fonts/overpass-webfont/overpass-extrabold-italic.woff +0 -0
- package/assets/fonts/overpass-webfont/overpass-extrabold-italic.woff2 +0 -0
- package/assets/fonts/overpass-webfont/overpass-extrabold.woff +0 -0
- package/assets/fonts/overpass-webfont/overpass-extrabold.woff2 +0 -0
- package/assets/fonts/overpass-webfont/overpass-extralight-italic.woff +0 -0
- package/assets/fonts/overpass-webfont/overpass-extralight-italic.woff2 +0 -0
- package/assets/fonts/overpass-webfont/overpass-extralight.woff +0 -0
- package/assets/fonts/overpass-webfont/overpass-extralight.woff2 +0 -0
- package/assets/fonts/overpass-webfont/overpass-heavy-italic.woff +0 -0
- package/assets/fonts/overpass-webfont/overpass-heavy-italic.woff2 +0 -0
- package/assets/fonts/overpass-webfont/overpass-heavy.woff +0 -0
- package/assets/fonts/overpass-webfont/overpass-heavy.woff2 +0 -0
- package/assets/fonts/overpass-webfont/overpass-italic.woff +0 -0
- package/assets/fonts/overpass-webfont/overpass-italic.woff2 +0 -0
- package/assets/fonts/overpass-webfont/overpass-light-italic.woff +0 -0
- package/assets/fonts/overpass-webfont/overpass-light-italic.woff2 +0 -0
- package/assets/fonts/overpass-webfont/overpass-light.woff +0 -0
- package/assets/fonts/overpass-webfont/overpass-light.woff2 +0 -0
- package/assets/fonts/overpass-webfont/overpass-regular.woff +0 -0
- package/assets/fonts/overpass-webfont/overpass-regular.woff2 +0 -0
- package/assets/fonts/overpass-webfont/overpass-semibold-italic.woff +0 -0
- package/assets/fonts/overpass-webfont/overpass-semibold-italic.woff2 +0 -0
- package/assets/fonts/overpass-webfont/overpass-semibold.woff +0 -0
- package/assets/fonts/overpass-webfont/overpass-semibold.woff2 +0 -0
- package/assets/fonts/overpass-webfont/overpass-thin-italic.woff +0 -0
- package/assets/fonts/overpass-webfont/overpass-thin-italic.woff2 +0 -0
- package/assets/fonts/overpass-webfont/overpass-thin.woff +0 -0
- package/assets/fonts/overpass-webfont/overpass-thin.woff2 +0 -0
- package/assets/fonts/overpass-webfont/overpass.css +0 -141
|
@@ -174,7 +174,6 @@
|
|
|
174
174
|
// Thead
|
|
175
175
|
thead {
|
|
176
176
|
display: none;
|
|
177
|
-
visibility: hidden;
|
|
178
177
|
}
|
|
179
178
|
|
|
180
179
|
// Tbody
|
|
@@ -394,7 +393,6 @@
|
|
|
394
393
|
|
|
395
394
|
&:not(.pf-m-expanded) {
|
|
396
395
|
display: none;
|
|
397
|
-
visibility: hidden;
|
|
398
396
|
}
|
|
399
397
|
|
|
400
398
|
.pf-c-table__expandable-row-content {
|
|
@@ -82,7 +82,6 @@
|
|
|
82
82
|
|
|
83
83
|
.pf-c-table__tree-view-details-toggle {
|
|
84
84
|
display: none;
|
|
85
|
-
visibility: hidden;
|
|
86
85
|
}
|
|
87
86
|
|
|
88
87
|
.pf-m-tree-view-grid.pf-c-table {
|
|
@@ -144,7 +143,6 @@
|
|
|
144
143
|
}
|
|
145
144
|
.pf-m-tree-view-grid.pf-c-table thead th {
|
|
146
145
|
display: none;
|
|
147
|
-
visibility: none;
|
|
148
146
|
}
|
|
149
147
|
.pf-m-tree-view-grid.pf-c-table td {
|
|
150
148
|
display: none;
|
|
@@ -171,12 +169,10 @@
|
|
|
171
169
|
}
|
|
172
170
|
.pf-m-tree-view-grid.pf-c-table .pf-c-table__tree-view-title-header-cell {
|
|
173
171
|
display: block;
|
|
174
|
-
visibility: visible;
|
|
175
172
|
}
|
|
176
173
|
.pf-m-tree-view-grid.pf-c-table .pf-c-table__tree-view-details-toggle,
|
|
177
174
|
.pf-m-tree-view-grid.pf-c-table .pf-c-table__action {
|
|
178
175
|
display: inline-block;
|
|
179
|
-
visibility: visible;
|
|
180
176
|
}
|
|
181
177
|
.pf-m-tree-view-grid.pf-c-table .pf-c-table__action {
|
|
182
178
|
--pf-c-table--cell--Width: auto;
|
|
@@ -287,7 +283,6 @@
|
|
|
287
283
|
}
|
|
288
284
|
.pf-m-tree-view-grid-md.pf-c-table thead th {
|
|
289
285
|
display: none;
|
|
290
|
-
visibility: none;
|
|
291
286
|
}
|
|
292
287
|
.pf-m-tree-view-grid-md.pf-c-table td {
|
|
293
288
|
display: none;
|
|
@@ -314,12 +309,10 @@
|
|
|
314
309
|
}
|
|
315
310
|
.pf-m-tree-view-grid-md.pf-c-table .pf-c-table__tree-view-title-header-cell {
|
|
316
311
|
display: block;
|
|
317
|
-
visibility: visible;
|
|
318
312
|
}
|
|
319
313
|
.pf-m-tree-view-grid-md.pf-c-table .pf-c-table__tree-view-details-toggle,
|
|
320
314
|
.pf-m-tree-view-grid-md.pf-c-table .pf-c-table__action {
|
|
321
315
|
display: inline-block;
|
|
322
|
-
visibility: visible;
|
|
323
316
|
}
|
|
324
317
|
.pf-m-tree-view-grid-md.pf-c-table .pf-c-table__action {
|
|
325
318
|
--pf-c-table--cell--Width: auto;
|
|
@@ -431,7 +424,6 @@
|
|
|
431
424
|
}
|
|
432
425
|
.pf-m-tree-view-grid-lg.pf-c-table thead th {
|
|
433
426
|
display: none;
|
|
434
|
-
visibility: none;
|
|
435
427
|
}
|
|
436
428
|
.pf-m-tree-view-grid-lg.pf-c-table td {
|
|
437
429
|
display: none;
|
|
@@ -458,12 +450,10 @@
|
|
|
458
450
|
}
|
|
459
451
|
.pf-m-tree-view-grid-lg.pf-c-table .pf-c-table__tree-view-title-header-cell {
|
|
460
452
|
display: block;
|
|
461
|
-
visibility: visible;
|
|
462
453
|
}
|
|
463
454
|
.pf-m-tree-view-grid-lg.pf-c-table .pf-c-table__tree-view-details-toggle,
|
|
464
455
|
.pf-m-tree-view-grid-lg.pf-c-table .pf-c-table__action {
|
|
465
456
|
display: inline-block;
|
|
466
|
-
visibility: visible;
|
|
467
457
|
}
|
|
468
458
|
.pf-m-tree-view-grid-lg.pf-c-table .pf-c-table__action {
|
|
469
459
|
--pf-c-table--cell--Width: auto;
|
|
@@ -575,7 +565,6 @@
|
|
|
575
565
|
}
|
|
576
566
|
.pf-m-tree-view-grid-xl.pf-c-table thead th {
|
|
577
567
|
display: none;
|
|
578
|
-
visibility: none;
|
|
579
568
|
}
|
|
580
569
|
.pf-m-tree-view-grid-xl.pf-c-table td {
|
|
581
570
|
display: none;
|
|
@@ -602,12 +591,10 @@
|
|
|
602
591
|
}
|
|
603
592
|
.pf-m-tree-view-grid-xl.pf-c-table .pf-c-table__tree-view-title-header-cell {
|
|
604
593
|
display: block;
|
|
605
|
-
visibility: visible;
|
|
606
594
|
}
|
|
607
595
|
.pf-m-tree-view-grid-xl.pf-c-table .pf-c-table__tree-view-details-toggle,
|
|
608
596
|
.pf-m-tree-view-grid-xl.pf-c-table .pf-c-table__action {
|
|
609
597
|
display: inline-block;
|
|
610
|
-
visibility: visible;
|
|
611
598
|
}
|
|
612
599
|
.pf-m-tree-view-grid-xl.pf-c-table .pf-c-table__action {
|
|
613
600
|
--pf-c-table--cell--Width: auto;
|
|
@@ -719,7 +706,6 @@
|
|
|
719
706
|
}
|
|
720
707
|
.pf-m-tree-view-grid-2xl.pf-c-table thead th {
|
|
721
708
|
display: none;
|
|
722
|
-
visibility: none;
|
|
723
709
|
}
|
|
724
710
|
.pf-m-tree-view-grid-2xl.pf-c-table td {
|
|
725
711
|
display: none;
|
|
@@ -746,12 +732,10 @@
|
|
|
746
732
|
}
|
|
747
733
|
.pf-m-tree-view-grid-2xl.pf-c-table .pf-c-table__tree-view-title-header-cell {
|
|
748
734
|
display: block;
|
|
749
|
-
visibility: visible;
|
|
750
735
|
}
|
|
751
736
|
.pf-m-tree-view-grid-2xl.pf-c-table .pf-c-table__tree-view-details-toggle,
|
|
752
737
|
.pf-m-tree-view-grid-2xl.pf-c-table .pf-c-table__action {
|
|
753
738
|
display: inline-block;
|
|
754
|
-
visibility: visible;
|
|
755
739
|
}
|
|
756
740
|
.pf-m-tree-view-grid-2xl.pf-c-table .pf-c-table__action {
|
|
757
741
|
--pf-c-table--cell--Width: auto;
|
|
@@ -82,7 +82,6 @@ $pf-c-tree-view--MaxDepth: 10;
|
|
|
82
82
|
|
|
83
83
|
.pf-c-table__tree-view-details-toggle {
|
|
84
84
|
display: none;
|
|
85
|
-
visibility: hidden;
|
|
86
85
|
}
|
|
87
86
|
|
|
88
87
|
// stylelint-disable
|
|
@@ -204,7 +203,6 @@ $pf-c-tree-view--MaxDepth: 10;
|
|
|
204
203
|
|
|
205
204
|
thead th {
|
|
206
205
|
display: none;
|
|
207
|
-
visibility: none;
|
|
208
206
|
}
|
|
209
207
|
|
|
210
208
|
td {
|
|
@@ -242,13 +240,11 @@ $pf-c-tree-view--MaxDepth: 10;
|
|
|
242
240
|
|
|
243
241
|
.pf-c-table__tree-view-title-header-cell {
|
|
244
242
|
display: block;
|
|
245
|
-
visibility: visible;
|
|
246
243
|
}
|
|
247
244
|
|
|
248
245
|
.pf-c-table__tree-view-details-toggle,
|
|
249
246
|
.pf-c-table__action {
|
|
250
247
|
display: inline-block;
|
|
251
|
-
visibility: visible;
|
|
252
248
|
}
|
|
253
249
|
|
|
254
250
|
.pf-c-table__action {
|
|
@@ -9,66 +9,51 @@
|
|
|
9
9
|
}
|
|
10
10
|
|
|
11
11
|
.pf-c-table tr > * {
|
|
12
|
-
--pf-hidden-visible--visible--Visibility: visible;
|
|
13
12
|
--pf-hidden-visible--hidden--Display: none;
|
|
14
|
-
--pf-hidden-visible--hidden--Visibility: hidden;
|
|
15
13
|
--pf-hidden-visible--Display: var(--pf-hidden-visible--visible--Display);
|
|
16
|
-
--pf-hidden-visible--Visibility: var(--pf-hidden-visible--visible--Visibility);
|
|
17
14
|
display: var(--pf-hidden-visible--Display);
|
|
18
|
-
visibility: var(--pf-hidden-visible--Visibility);
|
|
19
15
|
}
|
|
20
16
|
.pf-c-table tr > .pf-m-hidden {
|
|
21
17
|
--pf-hidden-visible--Display: var(--pf-hidden-visible--hidden--Display);
|
|
22
|
-
--pf-hidden-visible--Visibility: var(--pf-hidden-visible--hidden--Visibility);
|
|
23
18
|
}
|
|
24
19
|
@media screen and (min-width: 576px) {
|
|
25
20
|
.pf-c-table tr > .pf-m-hidden-on-sm {
|
|
26
21
|
--pf-hidden-visible--Display: var(--pf-hidden-visible--hidden--Display);
|
|
27
|
-
--pf-hidden-visible--Visibility: var(--pf-hidden-visible--hidden--Visibility);
|
|
28
22
|
}
|
|
29
23
|
.pf-c-table tr > .pf-m-visible-on-sm {
|
|
30
24
|
--pf-hidden-visible--Display: var(--pf-hidden-visible--visible--Display);
|
|
31
|
-
--pf-hidden-visible--Visibility: var(--pf-hidden-visible--visible--Visibility);
|
|
32
25
|
}
|
|
33
26
|
}
|
|
34
27
|
@media screen and (min-width: 768px) {
|
|
35
28
|
.pf-c-table tr > .pf-m-hidden-on-md {
|
|
36
29
|
--pf-hidden-visible--Display: var(--pf-hidden-visible--hidden--Display);
|
|
37
|
-
--pf-hidden-visible--Visibility: var(--pf-hidden-visible--hidden--Visibility);
|
|
38
30
|
}
|
|
39
31
|
.pf-c-table tr > .pf-m-visible-on-md {
|
|
40
32
|
--pf-hidden-visible--Display: var(--pf-hidden-visible--visible--Display);
|
|
41
|
-
--pf-hidden-visible--Visibility: var(--pf-hidden-visible--visible--Visibility);
|
|
42
33
|
}
|
|
43
34
|
}
|
|
44
35
|
@media screen and (min-width: 992px) {
|
|
45
36
|
.pf-c-table tr > .pf-m-hidden-on-lg {
|
|
46
37
|
--pf-hidden-visible--Display: var(--pf-hidden-visible--hidden--Display);
|
|
47
|
-
--pf-hidden-visible--Visibility: var(--pf-hidden-visible--hidden--Visibility);
|
|
48
38
|
}
|
|
49
39
|
.pf-c-table tr > .pf-m-visible-on-lg {
|
|
50
40
|
--pf-hidden-visible--Display: var(--pf-hidden-visible--visible--Display);
|
|
51
|
-
--pf-hidden-visible--Visibility: var(--pf-hidden-visible--visible--Visibility);
|
|
52
41
|
}
|
|
53
42
|
}
|
|
54
43
|
@media screen and (min-width: 1200px) {
|
|
55
44
|
.pf-c-table tr > .pf-m-hidden-on-xl {
|
|
56
45
|
--pf-hidden-visible--Display: var(--pf-hidden-visible--hidden--Display);
|
|
57
|
-
--pf-hidden-visible--Visibility: var(--pf-hidden-visible--hidden--Visibility);
|
|
58
46
|
}
|
|
59
47
|
.pf-c-table tr > .pf-m-visible-on-xl {
|
|
60
48
|
--pf-hidden-visible--Display: var(--pf-hidden-visible--visible--Display);
|
|
61
|
-
--pf-hidden-visible--Visibility: var(--pf-hidden-visible--visible--Visibility);
|
|
62
49
|
}
|
|
63
50
|
}
|
|
64
51
|
@media screen and (min-width: 1450px) {
|
|
65
52
|
.pf-c-table tr > .pf-m-hidden-on-2xl {
|
|
66
53
|
--pf-hidden-visible--Display: var(--pf-hidden-visible--hidden--Display);
|
|
67
|
-
--pf-hidden-visible--Visibility: var(--pf-hidden-visible--hidden--Visibility);
|
|
68
54
|
}
|
|
69
55
|
.pf-c-table tr > .pf-m-visible-on-2xl {
|
|
70
56
|
--pf-hidden-visible--Display: var(--pf-hidden-visible--visible--Display);
|
|
71
|
-
--pf-hidden-visible--Visibility: var(--pf-hidden-visible--visible--Visibility);
|
|
72
57
|
}
|
|
73
58
|
}
|
|
74
59
|
|
|
@@ -946,7 +931,6 @@
|
|
|
946
931
|
}
|
|
947
932
|
.pf-c-table__expandable-row:not(.pf-m-expanded) {
|
|
948
933
|
display: none;
|
|
949
|
-
visibility: hidden;
|
|
950
934
|
}
|
|
951
935
|
|
|
952
936
|
.pf-c-table__compound-expansion-toggle.pf-m-expanded:first-child,
|
package/components/Tabs/tabs.css
CHANGED
|
@@ -24,7 +24,6 @@
|
|
|
24
24
|
--pf-c-tabs--m-color-scheme--light-300__item--m-current__link--BackgroundColor: var(--pf-global--BackgroundColor--light-300);
|
|
25
25
|
--pf-c-tabs--m-color-scheme--light-300__link--disabled--BackgroundColor: var(--pf-global--palette--black-150);
|
|
26
26
|
--pf-c-tabs__list--Display: flex;
|
|
27
|
-
--pf-c-tabs__list--Visibility: visible;
|
|
28
27
|
--pf-c-tabs__item--m-action--before--ZIndex: var(--pf-global--ZIndex--xs);
|
|
29
28
|
--pf-c-tabs__link--Color: var(--pf-global--Color--200);
|
|
30
29
|
--pf-c-tabs__link--FontSize: var(--pf-global--FontSize--md);
|
|
@@ -94,7 +93,6 @@
|
|
|
94
93
|
--pf-c-tabs__item--ScrollSnapAlign: end;
|
|
95
94
|
--pf-c-tabs--m-vertical__list--ScrollSnapTypeAxis: y;
|
|
96
95
|
--pf-c-tabs__toggle--Display: flex;
|
|
97
|
-
--pf-c-tabs__toggle--Visibility: hidden;
|
|
98
96
|
--pf-c-tabs__toggle--MarginBottom: 0;
|
|
99
97
|
--pf-c-tabs--m-expanded__toggle--MarginBottom: var(--pf-global--spacer--md);
|
|
100
98
|
--pf-c-tabs__toggle-icon--Color: currentcolor;
|
|
@@ -117,6 +115,7 @@
|
|
|
117
115
|
--pf-c-tabs__item-action--last-child--c-button--PaddingRight: var(--pf-global--spacer--md);
|
|
118
116
|
--pf-c-tabs__item-action--c-button--OutlineOffset: -0.1875rem;
|
|
119
117
|
--pf-c-tabs__item-action-icon--MarginTop: 0.125rem;
|
|
118
|
+
--pf-c-tabs__item-action--m-help--c-button--PaddingLeft: var(--pf-global--spacer--xs);
|
|
120
119
|
--pf-c-tabs__add--before--BorderColor: var(--pf-c-tabs__link--before--border-color--base);
|
|
121
120
|
--pf-c-tabs__add--before--BorderLeftWidth: var(--pf-c-tabs__link--before--border-width--base);
|
|
122
121
|
--pf-c-tabs__add--c-button--FontSize: var(--pf-global--FontSize--sm);
|
|
@@ -181,14 +180,10 @@
|
|
|
181
180
|
margin-left: 0;
|
|
182
181
|
transform: translateX(0);
|
|
183
182
|
}
|
|
184
|
-
.pf-c-tabs.pf-m-
|
|
183
|
+
.pf-c-tabs.pf-m-no-border-bottom {
|
|
185
184
|
--pf-c-tabs--before--BorderBottomWidth: 0;
|
|
186
185
|
--pf-c-tabs__link--disabled--before--BorderBottomWidth: 0;
|
|
187
186
|
}
|
|
188
|
-
.pf-c-tabs.pf-m-border-bottom {
|
|
189
|
-
--pf-c-tabs--before--BorderBottomWidth: var(--pf-c-tabs--before--border-width--base);
|
|
190
|
-
--pf-c-tabs__link--disabled--before--BorderBottomWidth: var(--pf-c-tabs--before--border-width--base);
|
|
191
|
-
}
|
|
192
187
|
.pf-c-tabs.pf-m-box .pf-c-tabs__link, .pf-c-tabs.pf-m-vertical .pf-c-tabs__link {
|
|
193
188
|
--pf-c-tabs__link--after--BorderBottomWidth: 0;
|
|
194
189
|
}
|
|
@@ -283,89 +278,64 @@
|
|
|
283
278
|
}
|
|
284
279
|
.pf-c-tabs.pf-m-vertical.pf-m-expandable {
|
|
285
280
|
--pf-c-tabs__list--Display: none;
|
|
286
|
-
--pf-c-tabs__list--Visibility: hidden;
|
|
287
281
|
--pf-c-tabs__toggle--Display: flex;
|
|
288
|
-
--pf-c-tabs__toggle--Visibility: visible;
|
|
289
282
|
}
|
|
290
283
|
.pf-c-tabs.pf-m-vertical.pf-m-non-expandable {
|
|
291
284
|
--pf-c-tabs__list--Display: flex;
|
|
292
|
-
--pf-c-tabs__list--Visibility: visible;
|
|
293
285
|
--pf-c-tabs__toggle--Display: none;
|
|
294
|
-
--pf-c-tabs__toggle--Visibility: hidden;
|
|
295
286
|
}
|
|
296
287
|
@media (min-width: 576px) {
|
|
297
288
|
.pf-c-tabs.pf-m-vertical.pf-m-expandable-on-sm {
|
|
298
289
|
--pf-c-tabs__list--Display: none;
|
|
299
|
-
--pf-c-tabs__list--Visibility: hidden;
|
|
300
290
|
--pf-c-tabs__toggle--Display: flex;
|
|
301
|
-
--pf-c-tabs__toggle--Visibility: visible;
|
|
302
291
|
}
|
|
303
292
|
.pf-c-tabs.pf-m-vertical.pf-m-non-expandable-on-sm {
|
|
304
293
|
--pf-c-tabs__list--Display: flex;
|
|
305
|
-
--pf-c-tabs__list--Visibility: visible;
|
|
306
294
|
--pf-c-tabs__toggle--Display: none;
|
|
307
|
-
--pf-c-tabs__toggle--Visibility: hidden;
|
|
308
295
|
}
|
|
309
296
|
}
|
|
310
297
|
@media (min-width: 768px) {
|
|
311
298
|
.pf-c-tabs.pf-m-vertical.pf-m-expandable-on-md {
|
|
312
299
|
--pf-c-tabs__list--Display: none;
|
|
313
|
-
--pf-c-tabs__list--Visibility: hidden;
|
|
314
300
|
--pf-c-tabs__toggle--Display: flex;
|
|
315
|
-
--pf-c-tabs__toggle--Visibility: visible;
|
|
316
301
|
}
|
|
317
302
|
.pf-c-tabs.pf-m-vertical.pf-m-non-expandable-on-md {
|
|
318
303
|
--pf-c-tabs__list--Display: flex;
|
|
319
|
-
--pf-c-tabs__list--Visibility: visible;
|
|
320
304
|
--pf-c-tabs__toggle--Display: none;
|
|
321
|
-
--pf-c-tabs__toggle--Visibility: hidden;
|
|
322
305
|
}
|
|
323
306
|
}
|
|
324
307
|
@media (min-width: 992px) {
|
|
325
308
|
.pf-c-tabs.pf-m-vertical.pf-m-expandable-on-lg {
|
|
326
309
|
--pf-c-tabs__list--Display: none;
|
|
327
|
-
--pf-c-tabs__list--Visibility: hidden;
|
|
328
310
|
--pf-c-tabs__toggle--Display: flex;
|
|
329
|
-
--pf-c-tabs__toggle--Visibility: visible;
|
|
330
311
|
}
|
|
331
312
|
.pf-c-tabs.pf-m-vertical.pf-m-non-expandable-on-lg {
|
|
332
313
|
--pf-c-tabs__list--Display: flex;
|
|
333
|
-
--pf-c-tabs__list--Visibility: visible;
|
|
334
314
|
--pf-c-tabs__toggle--Display: none;
|
|
335
|
-
--pf-c-tabs__toggle--Visibility: hidden;
|
|
336
315
|
}
|
|
337
316
|
}
|
|
338
317
|
@media (min-width: 1200px) {
|
|
339
318
|
.pf-c-tabs.pf-m-vertical.pf-m-expandable-on-xl {
|
|
340
319
|
--pf-c-tabs__list--Display: none;
|
|
341
|
-
--pf-c-tabs__list--Visibility: hidden;
|
|
342
320
|
--pf-c-tabs__toggle--Display: flex;
|
|
343
|
-
--pf-c-tabs__toggle--Visibility: visible;
|
|
344
321
|
}
|
|
345
322
|
.pf-c-tabs.pf-m-vertical.pf-m-non-expandable-on-xl {
|
|
346
323
|
--pf-c-tabs__list--Display: flex;
|
|
347
|
-
--pf-c-tabs__list--Visibility: visible;
|
|
348
324
|
--pf-c-tabs__toggle--Display: none;
|
|
349
|
-
--pf-c-tabs__toggle--Visibility: hidden;
|
|
350
325
|
}
|
|
351
326
|
}
|
|
352
327
|
@media (min-width: 1450px) {
|
|
353
328
|
.pf-c-tabs.pf-m-vertical.pf-m-expandable-on-2xl {
|
|
354
329
|
--pf-c-tabs__list--Display: none;
|
|
355
|
-
--pf-c-tabs__list--Visibility: hidden;
|
|
356
330
|
--pf-c-tabs__toggle--Display: flex;
|
|
357
|
-
--pf-c-tabs__toggle--Visibility: visible;
|
|
358
331
|
}
|
|
359
332
|
.pf-c-tabs.pf-m-vertical.pf-m-non-expandable-on-2xl {
|
|
360
333
|
--pf-c-tabs__list--Display: flex;
|
|
361
|
-
--pf-c-tabs__list--Visibility: visible;
|
|
362
334
|
--pf-c-tabs__toggle--Display: none;
|
|
363
|
-
--pf-c-tabs__toggle--Visibility: hidden;
|
|
364
335
|
}
|
|
365
336
|
}
|
|
366
337
|
.pf-c-tabs.pf-m-vertical.pf-m-expanded {
|
|
367
338
|
--pf-c-tabs__list--Display: flex;
|
|
368
|
-
--pf-c-tabs__list--Visibility: visible;
|
|
369
339
|
--pf-c-tabs__toggle--MarginBottom: var(--pf-c-tabs--m-expanded__toggle--MarginBottom);
|
|
370
340
|
--pf-c-tabs__toggle-icon--Color: var(--pf-c-tabs--m-expanded__toggle-icon--Color);
|
|
371
341
|
--pf-c-tabs__toggle-icon--Rotate: var(--pf-c-tabs--m-expanded__toggle-icon--Rotate);
|
|
@@ -421,7 +391,6 @@
|
|
|
421
391
|
display: var(--pf-c-tabs__toggle--Display);
|
|
422
392
|
align-items: center;
|
|
423
393
|
margin-bottom: var(--pf-c-tabs__toggle--MarginBottom);
|
|
424
|
-
visibility: var(--pf-c-tabs__toggle--Visibility);
|
|
425
394
|
}
|
|
426
395
|
|
|
427
396
|
.pf-c-tabs__toggle-button {
|
|
@@ -458,7 +427,6 @@
|
|
|
458
427
|
overflow-x: auto;
|
|
459
428
|
scroll-behavior: smooth;
|
|
460
429
|
scroll-snap-type: var(--pf-c-tabs__list--ScrollSnapType);
|
|
461
|
-
visibility: var(--pf-c-tabs__list--Visibility);
|
|
462
430
|
-webkit-overflow-scrolling: touch;
|
|
463
431
|
}
|
|
464
432
|
.pf-c-tabs__list::-webkit-scrollbar {
|
|
@@ -621,6 +589,9 @@
|
|
|
621
589
|
--pf-c-button--PaddingLeft: var(--pf-c-tabs__item-action--c-button--PaddingLeft);
|
|
622
590
|
outline-offset: var(--pf-c-tabs__item-action--c-button--OutlineOffset);
|
|
623
591
|
}
|
|
592
|
+
.pf-c-tabs__item-action.pf-m-help {
|
|
593
|
+
--pf-c-tabs__item-action--c-button--PaddingLeft: var(--pf-c-tabs__item-action--m-help--c-button--PaddingLeft);
|
|
594
|
+
}
|
|
624
595
|
.pf-c-tabs__item-action:last-child {
|
|
625
596
|
--pf-c-tabs__item-action--c-button--PaddingRight: var(--pf-c-tabs__item-action--last-child--c-button--PaddingRight);
|
|
626
597
|
}
|
|
@@ -37,7 +37,6 @@ $pf-c-tabs--spacer-map: build-spacer-map("none", "sm", "md", "lg", "xl", "2xl");
|
|
|
37
37
|
|
|
38
38
|
// List
|
|
39
39
|
--pf-c-tabs__list--Display: flex;
|
|
40
|
-
--pf-c-tabs__list--Visibility: visible;
|
|
41
40
|
|
|
42
41
|
// Item
|
|
43
42
|
--pf-c-tabs__item--m-action--before--ZIndex: var(--pf-global--ZIndex--xs);
|
|
@@ -123,7 +122,6 @@ $pf-c-tabs--spacer-map: build-spacer-map("none", "sm", "md", "lg", "xl", "2xl");
|
|
|
123
122
|
|
|
124
123
|
// Expandable
|
|
125
124
|
--pf-c-tabs__toggle--Display: flex;
|
|
126
|
-
--pf-c-tabs__toggle--Visibility: hidden;
|
|
127
125
|
--pf-c-tabs__toggle--MarginBottom: 0;
|
|
128
126
|
--pf-c-tabs--m-expanded__toggle--MarginBottom: var(--pf-global--spacer--md);
|
|
129
127
|
--pf-c-tabs__toggle-icon--Color: currentcolor;
|
|
@@ -149,6 +147,9 @@ $pf-c-tabs--spacer-map: build-spacer-map("none", "sm", "md", "lg", "xl", "2xl");
|
|
|
149
147
|
--pf-c-tabs__item-action--c-button--OutlineOffset: #{pf-size-prem(-3px)};
|
|
150
148
|
--pf-c-tabs__item-action-icon--MarginTop: #{pf-size-prem(2px)};
|
|
151
149
|
|
|
150
|
+
// Item help
|
|
151
|
+
--pf-c-tabs__item-action--m-help--c-button--PaddingLeft: var(--pf-global--spacer--xs);
|
|
152
|
+
|
|
152
153
|
// Add button
|
|
153
154
|
--pf-c-tabs__add--before--BorderColor: var(--pf-c-tabs__link--before--border-color--base);
|
|
154
155
|
--pf-c-tabs__add--before--BorderLeftWidth: var(--pf-c-tabs__link--before--border-width--base);
|
|
@@ -232,17 +233,11 @@ $pf-c-tabs--spacer-map: build-spacer-map("none", "sm", "md", "lg", "xl", "2xl");
|
|
|
232
233
|
}
|
|
233
234
|
}
|
|
234
235
|
|
|
235
|
-
&.pf-m-secondary,
|
|
236
236
|
&.pf-m-no-border-bottom {
|
|
237
237
|
--pf-c-tabs--before--BorderBottomWidth: 0;
|
|
238
238
|
--pf-c-tabs__link--disabled--before--BorderBottomWidth: 0;
|
|
239
239
|
}
|
|
240
240
|
|
|
241
|
-
&.pf-m-border-bottom {
|
|
242
|
-
--pf-c-tabs--before--BorderBottomWidth: var(--pf-c-tabs--before--border-width--base);
|
|
243
|
-
--pf-c-tabs__link--disabled--before--BorderBottomWidth: var(--pf-c-tabs--before--border-width--base);
|
|
244
|
-
}
|
|
245
|
-
|
|
246
241
|
// Remove bottom border for variants
|
|
247
242
|
&.pf-m-box,
|
|
248
243
|
&.pf-m-vertical {
|
|
@@ -381,16 +376,12 @@ $pf-c-tabs--spacer-map: build-spacer-map("none", "sm", "md", "lg", "xl", "2xl");
|
|
|
381
376
|
// stylelint-disable max-nesting-depth
|
|
382
377
|
&.pf-m-expandable#{$breakpoint-name} {
|
|
383
378
|
--pf-c-tabs__list--Display: none;
|
|
384
|
-
--pf-c-tabs__list--Visibility: hidden;
|
|
385
379
|
--pf-c-tabs__toggle--Display: flex;
|
|
386
|
-
--pf-c-tabs__toggle--Visibility: visible;
|
|
387
380
|
}
|
|
388
381
|
|
|
389
382
|
&.pf-m-non-expandable#{$breakpoint-name} {
|
|
390
383
|
--pf-c-tabs__list--Display: flex;
|
|
391
|
-
--pf-c-tabs__list--Visibility: visible;
|
|
392
384
|
--pf-c-tabs__toggle--Display: none;
|
|
393
|
-
--pf-c-tabs__toggle--Visibility: hidden;
|
|
394
385
|
}
|
|
395
386
|
// stylelint-enable
|
|
396
387
|
}
|
|
@@ -398,7 +389,6 @@ $pf-c-tabs--spacer-map: build-spacer-map("none", "sm", "md", "lg", "xl", "2xl");
|
|
|
398
389
|
|
|
399
390
|
&.pf-m-expanded {
|
|
400
391
|
--pf-c-tabs__list--Display: flex;
|
|
401
|
-
--pf-c-tabs__list--Visibility: visible;
|
|
402
392
|
--pf-c-tabs__toggle--MarginBottom: var(--pf-c-tabs--m-expanded__toggle--MarginBottom);
|
|
403
393
|
--pf-c-tabs__toggle-icon--Color: var(--pf-c-tabs--m-expanded__toggle-icon--Color);
|
|
404
394
|
--pf-c-tabs__toggle-icon--Rotate: var(--pf-c-tabs--m-expanded__toggle-icon--Rotate);
|
|
@@ -478,7 +468,6 @@ $pf-c-tabs--spacer-map: build-spacer-map("none", "sm", "md", "lg", "xl", "2xl");
|
|
|
478
468
|
display: var(--pf-c-tabs__toggle--Display);
|
|
479
469
|
align-items: center;
|
|
480
470
|
margin-bottom: var(--pf-c-tabs__toggle--MarginBottom);
|
|
481
|
-
visibility: var(--pf-c-tabs__toggle--Visibility);
|
|
482
471
|
}
|
|
483
472
|
|
|
484
473
|
.pf-c-tabs__toggle-button {
|
|
@@ -519,7 +508,6 @@ $pf-c-tabs--spacer-map: build-spacer-map("none", "sm", "md", "lg", "xl", "2xl");
|
|
|
519
508
|
overflow-x: auto;
|
|
520
509
|
scroll-behavior: smooth;
|
|
521
510
|
scroll-snap-type: var(--pf-c-tabs__list--ScrollSnapType);
|
|
522
|
-
visibility: var(--pf-c-tabs__list--Visibility);
|
|
523
511
|
-webkit-overflow-scrolling: touch;
|
|
524
512
|
}
|
|
525
513
|
|
|
@@ -719,6 +707,10 @@ $pf-c-tabs--spacer-map: build-spacer-map("none", "sm", "md", "lg", "xl", "2xl");
|
|
|
719
707
|
outline-offset: var(--pf-c-tabs__item-action--c-button--OutlineOffset);
|
|
720
708
|
}
|
|
721
709
|
|
|
710
|
+
&.pf-m-help {
|
|
711
|
+
--pf-c-tabs__item-action--c-button--PaddingLeft: var(--pf-c-tabs__item-action--m-help--c-button--PaddingLeft);
|
|
712
|
+
}
|
|
713
|
+
|
|
722
714
|
&:last-child {
|
|
723
715
|
--pf-c-tabs__item-action--c-button--PaddingRight: var(--pf-c-tabs__item-action--last-child--c-button--PaddingRight);
|
|
724
716
|
}
|
|
@@ -50,9 +50,4 @@
|
|
|
50
50
|
font-size: var(--pf-c-title--m-md--FontSize);
|
|
51
51
|
font-weight: var(--pf-c-title--m-md--FontWeight);
|
|
52
52
|
line-height: var(--pf-c-title--m-md--LineHeight);
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
.pf-m-overpass-font .pf-c-title {
|
|
56
|
-
--pf-c-title--m-md--FontWeight: var(--pf-global--FontWeight--semi-bold);
|
|
57
|
-
--pf-c-title--m-lg--FontWeight: var(--pf-global--FontWeight--semi-bold);
|
|
58
53
|
}
|
|
@@ -70,11 +70,3 @@
|
|
|
70
70
|
line-height: var(--pf-c-title--m-md--LineHeight);
|
|
71
71
|
}
|
|
72
72
|
}
|
|
73
|
-
|
|
74
|
-
// RedHat Font overrides
|
|
75
|
-
@include pf-m-overpass-font {
|
|
76
|
-
.pf-c-title {
|
|
77
|
-
--pf-c-title--m-md--FontWeight: var(--pf-global--FontWeight--semi-bold);
|
|
78
|
-
--pf-c-title--m-lg--FontWeight: var(--pf-global--FontWeight--semi-bold);
|
|
79
|
-
}
|
|
80
|
-
}
|