@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>
|
|
@@ -579,7 +579,7 @@ section: components
|
|
|
579
579
|
type="button"
|
|
580
580
|
aria-label="Help"
|
|
581
581
|
>
|
|
582
|
-
<i class="
|
|
582
|
+
<i class="fas fa-question-circle" aria-hidden="true"></i>
|
|
583
583
|
</button>
|
|
584
584
|
</div>
|
|
585
585
|
</div>
|
|
@@ -1114,7 +1114,7 @@ section: components
|
|
|
1114
1114
|
type="button"
|
|
1115
1115
|
aria-label="Help"
|
|
1116
1116
|
>
|
|
1117
|
-
<i class="
|
|
1117
|
+
<i class="fas fa-question-circle" aria-hidden="true"></i>
|
|
1118
1118
|
</button>
|
|
1119
1119
|
</div>
|
|
1120
1120
|
</div>
|
|
@@ -1501,7 +1501,7 @@ section: components
|
|
|
1501
1501
|
type="button"
|
|
1502
1502
|
aria-label="Help"
|
|
1503
1503
|
>
|
|
1504
|
-
<i class="
|
|
1504
|
+
<i class="fas fa-question-circle" aria-hidden="true"></i>
|
|
1505
1505
|
</button>
|
|
1506
1506
|
</div>
|
|
1507
1507
|
</div>
|
|
@@ -3294,7 +3294,7 @@ section: components
|
|
|
3294
3294
|
type="button"
|
|
3295
3295
|
aria-label="Help"
|
|
3296
3296
|
>
|
|
3297
|
-
<i class="
|
|
3297
|
+
<i class="fas fa-question-circle" aria-hidden="true"></i>
|
|
3298
3298
|
</button>
|
|
3299
3299
|
</div>
|
|
3300
3300
|
</div>
|
|
@@ -5215,7 +5215,7 @@ section: components
|
|
|
5215
5215
|
type="button"
|
|
5216
5216
|
aria-label="Help"
|
|
5217
5217
|
>
|
|
5218
|
-
<i class="
|
|
5218
|
+
<i class="fas fa-question-circle" aria-hidden="true"></i>
|
|
5219
5219
|
</button>
|
|
5220
5220
|
</div>
|
|
5221
5221
|
</div>
|
|
@@ -6566,7 +6566,7 @@ section: components
|
|
|
6566
6566
|
type="button"
|
|
6567
6567
|
aria-label="Help"
|
|
6568
6568
|
>
|
|
6569
|
-
<i class="
|
|
6569
|
+
<i class="fas fa-question-circle" aria-hidden="true"></i>
|
|
6570
6570
|
</button>
|
|
6571
6571
|
</div>
|
|
6572
6572
|
</div>
|
|
@@ -6979,7 +6979,7 @@ section: components
|
|
|
6979
6979
|
type="button"
|
|
6980
6980
|
aria-label="Help"
|
|
6981
6981
|
>
|
|
6982
|
-
<i class="
|
|
6982
|
+
<i class="fas fa-question-circle" aria-hidden="true"></i>
|
|
6983
6983
|
</button>
|
|
6984
6984
|
</div>
|
|
6985
6985
|
</div>
|
|
@@ -542,7 +542,7 @@ wrapperTag: div
|
|
|
542
542
|
type="button"
|
|
543
543
|
aria-label="Help"
|
|
544
544
|
>
|
|
545
|
-
<i class="
|
|
545
|
+
<i class="fas fa-question-circle" aria-hidden="true"></i>
|
|
546
546
|
</button>
|
|
547
547
|
</div>
|
|
548
548
|
</div>
|
|
@@ -995,7 +995,7 @@ wrapperTag: div
|
|
|
995
995
|
type="button"
|
|
996
996
|
aria-label="Help"
|
|
997
997
|
>
|
|
998
|
-
<i class="
|
|
998
|
+
<i class="fas fa-question-circle" aria-hidden="true"></i>
|
|
999
999
|
</button>
|
|
1000
1000
|
</div>
|
|
1001
1001
|
</div>
|
package/package.json
CHANGED
package/patternfly-no-reset.css
CHANGED
|
@@ -18462,6 +18462,9 @@ ul.pf-c-list {
|
|
|
18462
18462
|
.pf-c-nav__section + .pf-c-nav__section {
|
|
18463
18463
|
--pf-c-nav__section--MarginTop: var(--pf-c-nav__section--section--MarginTop);
|
|
18464
18464
|
}
|
|
18465
|
+
.pf-c-nav__section.pf-m-no-title {
|
|
18466
|
+
--pf-c-nav__section--MarginTop: 0;
|
|
18467
|
+
}
|
|
18465
18468
|
|
|
18466
18469
|
.pf-c-nav__section-title {
|
|
18467
18470
|
padding: var(--pf-c-nav__section-title--PaddingTop) var(--pf-c-nav__section-title--PaddingRight) var(--pf-c-nav__section-title--PaddingBottom) var(--pf-c-nav__section-title--PaddingLeft);
|
package/patternfly.css
CHANGED
|
@@ -18584,6 +18584,9 @@ ul.pf-c-list {
|
|
|
18584
18584
|
.pf-c-nav__section + .pf-c-nav__section {
|
|
18585
18585
|
--pf-c-nav__section--MarginTop: var(--pf-c-nav__section--section--MarginTop);
|
|
18586
18586
|
}
|
|
18587
|
+
.pf-c-nav__section.pf-m-no-title {
|
|
18588
|
+
--pf-c-nav__section--MarginTop: 0;
|
|
18589
|
+
}
|
|
18587
18590
|
|
|
18588
18591
|
.pf-c-nav__section-title {
|
|
18589
18592
|
padding: var(--pf-c-nav__section-title--PaddingTop) var(--pf-c-nav__section-title--PaddingRight) var(--pf-c-nav__section-title--PaddingBottom) var(--pf-c-nav__section-title--PaddingLeft);
|