@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
|
@@ -56,7 +56,7 @@ wrapperTag: div
|
|
|
56
56
|
type="button"
|
|
57
57
|
aria-label="Help"
|
|
58
58
|
>
|
|
59
|
-
<i class="
|
|
59
|
+
<i class="fas fa-question-circle" aria-hidden="true"></i>
|
|
60
60
|
</button>
|
|
61
61
|
</div>
|
|
62
62
|
</div>
|
|
@@ -1268,7 +1268,7 @@ wrapperTag: div
|
|
|
1268
1268
|
type="button"
|
|
1269
1269
|
aria-label="Help"
|
|
1270
1270
|
>
|
|
1271
|
-
<i class="
|
|
1271
|
+
<i class="fas fa-question-circle" aria-hidden="true"></i>
|
|
1272
1272
|
</button>
|
|
1273
1273
|
</div>
|
|
1274
1274
|
</div>
|
|
@@ -2480,7 +2480,7 @@ wrapperTag: div
|
|
|
2480
2480
|
type="button"
|
|
2481
2481
|
aria-label="Help"
|
|
2482
2482
|
>
|
|
2483
|
-
<i class="
|
|
2483
|
+
<i class="fas fa-question-circle" aria-hidden="true"></i>
|
|
2484
2484
|
</button>
|
|
2485
2485
|
</div>
|
|
2486
2486
|
</div>
|
|
@@ -3553,7 +3553,7 @@ wrapperTag: div
|
|
|
3553
3553
|
type="button"
|
|
3554
3554
|
aria-label="Help"
|
|
3555
3555
|
>
|
|
3556
|
-
<i class="
|
|
3556
|
+
<i class="fas fa-question-circle" aria-hidden="true"></i>
|
|
3557
3557
|
</button>
|
|
3558
3558
|
</div>
|
|
3559
3559
|
</div>
|
|
@@ -5013,7 +5013,7 @@ wrapperTag: div
|
|
|
5013
5013
|
type="button"
|
|
5014
5014
|
aria-label="Help"
|
|
5015
5015
|
>
|
|
5016
|
-
<i class="
|
|
5016
|
+
<i class="fas fa-question-circle" aria-hidden="true"></i>
|
|
5017
5017
|
</button>
|
|
5018
5018
|
</div>
|
|
5019
5019
|
</div>
|
|
@@ -5431,7 +5431,7 @@ wrapperTag: div
|
|
|
5431
5431
|
type="button"
|
|
5432
5432
|
aria-label="Help"
|
|
5433
5433
|
>
|
|
5434
|
-
<i class="
|
|
5434
|
+
<i class="fas fa-question-circle" aria-hidden="true"></i>
|
|
5435
5435
|
</button>
|
|
5436
5436
|
</div>
|
|
5437
5437
|
</div>
|
|
@@ -6103,7 +6103,7 @@ wrapperTag: div
|
|
|
6103
6103
|
type="button"
|
|
6104
6104
|
aria-label="Help"
|
|
6105
6105
|
>
|
|
6106
|
-
<i class="
|
|
6106
|
+
<i class="fas fa-question-circle" aria-hidden="true"></i>
|
|
6107
6107
|
</button>
|
|
6108
6108
|
</div>
|
|
6109
6109
|
</div>
|