@patternfly/patternfly 4.177.0 → 4.179.1
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/RELEASE-NOTES.md +37 -0
- package/components/AboutModalBox/themes/dark/about-modal-box.css +0 -0
- package/components/AboutModalBox/themes/dark/about-modal-box.scss +9 -0
- package/components/Accordion/themes/dark/accordion.css +0 -0
- package/components/Accordion/themes/dark/accordion.scss +7 -0
- package/components/Alert/themes/dark/alert.css +0 -0
- package/components/Alert/themes/dark/alert.scss +15 -0
- package/components/AppLauncher/themes/dark/app-launcher.css +0 -0
- package/components/AppLauncher/themes/dark/app-launcher.scss +13 -0
- package/components/Badge/themes/dark/badge.css +0 -0
- package/components/Badge/themes/dark/badge.scss +6 -0
- package/components/Banner/themes/dark/banner.css +0 -0
- package/components/Banner/themes/dark/banner.scss +12 -0
- package/components/Breadcrumb/themes/dark/breadcrumb.css +0 -0
- package/components/Breadcrumb/themes/dark/breadcrumb.scss +5 -0
- package/components/Button/themes/dark/button.css +0 -0
- package/components/Button/themes/dark/button.scss +42 -0
- package/components/CalendarMonth/themes/dark/calendar-month.css +0 -0
- package/components/CalendarMonth/themes/dark/calendar-month.scss +29 -0
- package/components/Chip/themes/dark/chip.css +0 -0
- package/components/Chip/themes/dark/chip.scss +7 -0
- package/components/ClipboardCopy/themes/dark/clipboard-copy.css +0 -0
- package/components/ClipboardCopy/themes/dark/clipboard-copy.scss +17 -0
- package/components/CodeEditor/themes/dark/code-editor.css +0 -0
- package/components/CodeEditor/themes/dark/code-editor.scss +7 -0
- package/components/ContextSelector/themes/dark/context-selector.css +0 -0
- package/components/ContextSelector/themes/dark/context-selector.scss +22 -0
- package/components/DataList/themes/dark/data-list.css +0 -0
- package/components/DataList/themes/dark/data-list.scss +8 -0
- package/components/DatePicker/themes/dark/date-picker.css +0 -0
- package/components/DatePicker/themes/dark/date-picker.scss +6 -0
- package/components/Drawer/themes/dark/drawer.css +0 -0
- package/components/Drawer/themes/dark/drawer.scss +11 -0
- package/components/Dropdown/themes/dark/dropdown.css +0 -0
- package/components/Dropdown/themes/dark/dropdown.scss +30 -0
- package/components/Form/themes/dark/form.css +0 -0
- package/components/Form/themes/dark/form.scss +5 -0
- package/components/FormControl/themes/dark/form-control.css +0 -0
- package/components/FormControl/themes/dark/form-control.scss +28 -0
- package/components/HelperText/themes/dark/helper-text.css +0 -0
- package/components/HelperText/themes/dark/helper-text.scss +5 -0
- package/components/Hint/themes/dark/hint.css +0 -0
- package/components/Hint/themes/dark/hint.scss +6 -0
- package/components/InputGroup/themes/dark/input-group.css +0 -0
- package/components/InputGroup/themes/dark/input-group.scss +26 -0
- package/components/Label/themes/dark/label.css +0 -0
- package/components/Label/themes/dark/label.scss +45 -0
- package/components/LogViewer/themes/dark/log-viewer.css +0 -0
- package/components/LogViewer/themes/dark/log-viewer.scss +5 -0
- package/components/Login/themes/dark/login.css +0 -0
- package/components/Login/themes/dark/login.scss +6 -0
- package/components/Masthead/themes/dark/masthead.css +0 -0
- package/components/Masthead/themes/dark/masthead.scss +11 -0
- package/components/Menu/themes/dark/menu.css +0 -0
- package/components/Menu/themes/dark/menu.scss +10 -0
- package/components/MenuToggle/themes/dark/menu-toggle.css +0 -0
- package/components/MenuToggle/themes/dark/menu-toggle.scss +21 -0
- package/components/ModalBox/modal-box.scss +0 -1
- package/components/ModalBox/themes/dark/modal-box.css +0 -0
- package/components/ModalBox/themes/dark/modal-box.scss +5 -0
- package/components/Nav/nav.css +3 -0
- package/components/Nav/nav.scss +4 -0
- package/components/Nav/themes/dark/nav.css +0 -0
- package/components/Nav/themes/dark/nav.scss +42 -0
- package/components/NotificationBadge/themes/dark/notification-badge.css +0 -0
- package/components/NotificationBadge/themes/dark/notification-badge.scss +5 -0
- package/components/NotificationDrawer/themes/dark/notification-drawer.css +0 -0
- package/components/NotificationDrawer/themes/dark/notification-drawer.scss +12 -0
- package/components/OptionsMenu/themes/dark/options-menu.css +0 -0
- package/components/OptionsMenu/themes/dark/options-menu.scss +21 -0
- package/components/Page/themes/dark/page.css +0 -0
- package/components/Page/themes/dark/page.scss +62 -0
- package/components/Pagination/themes/dark/pagination.css +0 -0
- package/components/Pagination/themes/dark/pagination.scss +5 -0
- package/components/Popover/popover.scss +0 -1
- package/components/Popover/themes/dark/popover.css +0 -0
- package/components/Popover/themes/dark/popover.scss +15 -0
- package/components/Progress/progress.scss +0 -1
- package/components/Progress/themes/dark/progress.css +0 -0
- package/components/Progress/themes/dark/progress.scss +7 -0
- package/components/SearchInput/themes/dark/search-input.css +0 -0
- package/components/SearchInput/themes/dark/search-input.scss +14 -0
- package/components/Select/themes/dark/select.css +0 -0
- package/components/Select/themes/dark/select.scss +21 -0
- package/components/SimpleList/themes/dark/simple-list.css +0 -0
- package/components/SimpleList/themes/dark/simple-list.scss +12 -0
- package/components/Skeleton/themes/dark/skeleton.css +0 -0
- package/components/Skeleton/themes/dark/skeleton.scss +8 -0
- package/components/Switch/themes/dark/switch.css +0 -0
- package/components/Switch/themes/dark/switch.scss +8 -0
- package/components/Table/table.css +2 -1
- package/components/Table/table.scss +8 -5
- package/components/Table/themes/dark/table.css +0 -0
- package/components/Table/themes/dark/table.scss +10 -0
- package/components/Tabs/themes/dark/tabs.css +0 -0
- package/components/Tabs/themes/dark/tabs.scss +7 -0
- package/components/Tile/themes/dark/tile.css +0 -0
- package/components/Tile/themes/dark/tile.scss +8 -0
- package/components/ToggleGroup/themes/dark/toggle-group.css +0 -0
- package/components/ToggleGroup/themes/dark/toggle-group.scss +9 -0
- package/components/Tooltip/themes/dark/tooltip.css +0 -0
- package/components/Tooltip/themes/dark/tooltip.scss +6 -0
- package/components/TreeView/themes/dark/tree-view.css +0 -0
- package/components/TreeView/themes/dark/tree-view.scss +6 -0
- package/components/Wizard/themes/dark/wizard.css +0 -0
- package/components/Wizard/themes/dark/wizard.scss +12 -0
- package/docs/components/CalendarMonth/examples/CalendarMonth.md +2 -2
- package/docs/components/Nav/examples/Navigation.css +3 -1
- package/docs/components/Nav/examples/Navigation.md +79 -0
- package/docs/components/Table/examples/Table.md +12 -1
- package/docs/demos/Alert/examples/Alert.md +3 -3
- package/docs/demos/BackToTop/examples/BackToTop.md +201 -1
- package/docs/demos/Banner/examples/Banner.md +2 -2
- package/docs/demos/CardView/examples/CardView.md +1 -1
- package/docs/demos/ContextSelector/examples/ContextSelector.md +1034 -196
- package/docs/demos/DataList/examples/DataList.md +4 -4
- package/docs/demos/Drawer/examples/Drawer.md +3 -3
- package/docs/demos/JumpLinks/examples/JumpLinks.md +4 -4
- package/docs/demos/Masthead/examples/Masthead.md +1643 -1026
- package/docs/demos/Nav/examples/Nav.md +8 -8
- package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +5 -5
- package/docs/demos/Page/examples/Page.md +959 -7
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +7 -7
- package/docs/demos/Skeleton/examples/Skeleton.md +1 -1
- package/docs/demos/Table/examples/Table.md +2962 -64
- package/docs/demos/Tabs/examples/Tabs.md +8 -8
- package/docs/demos/Toolbar/examples/Toolbar.md +1 -1
- package/docs/demos/Wizard/examples/Wizard.md +2 -2
- package/package.json +1 -1
- package/patternfly-no-reset.css +5 -1
- package/patternfly-theme-dark.css +628 -0
- package/patternfly-theme-dark.scss +9 -0
- package/patternfly.css +5 -1
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
|
@@ -54,7 +54,7 @@ section: components
|
|
|
54
54
|
type="button"
|
|
55
55
|
aria-label="Help"
|
|
56
56
|
>
|
|
57
|
-
<i class="
|
|
57
|
+
<i class="fas fa-question-circle" aria-hidden="true"></i>
|
|
58
58
|
</button>
|
|
59
59
|
</div>
|
|
60
60
|
</div>
|
|
@@ -351,7 +351,7 @@ section: components
|
|
|
351
351
|
type="button"
|
|
352
352
|
aria-label="Help"
|
|
353
353
|
>
|
|
354
|
-
<i class="
|
|
354
|
+
<i class="fas fa-question-circle" aria-hidden="true"></i>
|
|
355
355
|
</button>
|
|
356
356
|
</div>
|
|
357
357
|
</div>
|
|
@@ -758,7 +758,7 @@ section: components
|
|
|
758
758
|
type="button"
|
|
759
759
|
aria-label="Help"
|
|
760
760
|
>
|
|
761
|
-
<i class="
|
|
761
|
+
<i class="fas fa-question-circle" aria-hidden="true"></i>
|
|
762
762
|
</button>
|
|
763
763
|
</div>
|
|
764
764
|
</div>
|
|
@@ -1024,7 +1024,7 @@ section: components
|
|
|
1024
1024
|
type="button"
|
|
1025
1025
|
aria-label="Help"
|
|
1026
1026
|
>
|
|
1027
|
-
<i class="
|
|
1027
|
+
<i class="fas fa-question-circle" aria-hidden="true"></i>
|
|
1028
1028
|
</button>
|
|
1029
1029
|
</div>
|
|
1030
1030
|
</div>
|
|
@@ -1476,7 +1476,7 @@ section: components
|
|
|
1476
1476
|
type="button"
|
|
1477
1477
|
aria-label="Help"
|
|
1478
1478
|
>
|
|
1479
|
-
<i class="
|
|
1479
|
+
<i class="fas fa-question-circle" aria-hidden="true"></i>
|
|
1480
1480
|
</button>
|
|
1481
1481
|
</div>
|
|
1482
1482
|
</div>
|
|
@@ -1782,7 +1782,7 @@ section: components
|
|
|
1782
1782
|
type="button"
|
|
1783
1783
|
aria-label="Help"
|
|
1784
1784
|
>
|
|
1785
|
-
<i class="
|
|
1785
|
+
<i class="fas fa-question-circle" aria-hidden="true"></i>
|
|
1786
1786
|
</button>
|
|
1787
1787
|
</div>
|
|
1788
1788
|
</div>
|
|
@@ -2207,7 +2207,7 @@ section: components
|
|
|
2207
2207
|
type="button"
|
|
2208
2208
|
aria-label="Help"
|
|
2209
2209
|
>
|
|
2210
|
-
<i class="
|
|
2210
|
+
<i class="fas fa-question-circle" aria-hidden="true"></i>
|
|
2211
2211
|
</button>
|
|
2212
2212
|
</div>
|
|
2213
2213
|
</div>
|
|
@@ -2435,7 +2435,7 @@ section: components
|
|
|
2435
2435
|
type="button"
|
|
2436
2436
|
aria-label="Help"
|
|
2437
2437
|
>
|
|
2438
|
-
<i class="
|
|
2438
|
+
<i class="fas fa-question-circle" aria-hidden="true"></i>
|
|
2439
2439
|
</button>
|
|
2440
2440
|
</div>
|
|
2441
2441
|
</div>
|
|
@@ -68,7 +68,7 @@ section: components
|
|
|
68
68
|
type="button"
|
|
69
69
|
aria-label="Help"
|
|
70
70
|
>
|
|
71
|
-
<i class="
|
|
71
|
+
<i class="fas fa-question-circle" aria-hidden="true"></i>
|
|
72
72
|
</button>
|
|
73
73
|
</div>
|
|
74
74
|
</div>
|
|
@@ -986,7 +986,7 @@ section: components
|
|
|
986
986
|
type="button"
|
|
987
987
|
aria-label="Help"
|
|
988
988
|
>
|
|
989
|
-
<i class="
|
|
989
|
+
<i class="fas fa-question-circle" aria-hidden="true"></i>
|
|
990
990
|
</button>
|
|
991
991
|
</div>
|
|
992
992
|
</div>
|
|
@@ -1903,7 +1903,7 @@ section: components
|
|
|
1903
1903
|
type="button"
|
|
1904
1904
|
aria-label="Help"
|
|
1905
1905
|
>
|
|
1906
|
-
<i class="
|
|
1906
|
+
<i class="fas fa-question-circle" aria-hidden="true"></i>
|
|
1907
1907
|
</button>
|
|
1908
1908
|
</div>
|
|
1909
1909
|
</div>
|
|
@@ -2823,7 +2823,7 @@ section: components
|
|
|
2823
2823
|
type="button"
|
|
2824
2824
|
aria-label="Help"
|
|
2825
2825
|
>
|
|
2826
|
-
<i class="
|
|
2826
|
+
<i class="fas fa-question-circle" aria-hidden="true"></i>
|
|
2827
2827
|
</button>
|
|
2828
2828
|
</div>
|
|
2829
2829
|
</div>
|
|
@@ -3742,7 +3742,7 @@ section: components
|
|
|
3742
3742
|
type="button"
|
|
3743
3743
|
aria-label="Help"
|
|
3744
3744
|
>
|
|
3745
|
-
<i class="
|
|
3745
|
+
<i class="fas fa-question-circle" aria-hidden="true"></i>
|
|
3746
3746
|
</button>
|
|
3747
3747
|
</div>
|
|
3748
3748
|
</div>
|