@patternfly/patternfly 4.177.1 → 4.178.0
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/components/Nav/nav.css +3 -0
- package/components/Nav/nav.scss +4 -0
- package/docs/components/Nav/examples/Navigation.css +3 -1
- package/docs/components/Nav/examples/Navigation.md +79 -0
- package/docs/demos/Alert/examples/Alert.md +3 -3
- package/docs/demos/BackToTop/examples/BackToTop.md +1 -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 +32 -2018
- 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 +1784 -16
- 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 +3 -0
- package/patternfly.css +3 -0
- 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>
|