@patternfly/patternfly 4.222.4 → 5.0.0-alpha.2
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 +3 -3
- package/RELEASE-NOTES.md +0 -30
- 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-fonts.css +0 -120
- package/base/patternfly-globals.css +0 -4
- package/base/patternfly-icons.scss +0 -28
- 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/Card/card.css +0 -4
- package/components/Card/card.scss +0 -7
- package/components/Check/check.css +4 -2
- package/components/Check/check.scss +2 -2
- package/components/Content/content.css +1 -11
- package/components/Content/content.scss +1 -15
- 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 -14
- package/components/Drawer/drawer.scss +0 -5
- package/components/Dropdown/dropdown.css +0 -15
- package/components/Dropdown/dropdown.scss +0 -20
- package/components/EmptyState/empty-state.css +0 -4
- package/components/EmptyState/empty-state.scss +0 -9
- 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/FormControl/form-control.css +1 -1
- package/components/FormControl/themes/dark/form-control.scss +1 -1
- package/components/InlineEdit/inline-edit.css +1 -12
- package/components/InlineEdit/inline-edit.scss +1 -10
- package/components/InputGroup/input-group.css +0 -14
- package/components/InputGroup/input-group.scss +0 -9
- package/components/InputGroup/themes/dark/input-group.scss +0 -8
- 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/Menu/menu.css +0 -20
- package/components/Menu/menu.scss +0 -6
- 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 +0 -175
- package/components/Pagination/pagination.scss +1 -49
- 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/Slider/slider.css +7 -0
- package/components/Slider/slider.scss +9 -0
- 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 +1 -34
- package/components/Tabs/tabs.scss +0 -15
- package/components/Title/title.css +0 -5
- package/components/Title/title.scss +0 -8
- package/components/Toolbar/toolbar.css +0 -31
- package/components/Toolbar/toolbar.scss +0 -6
- 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/Dropdown/examples/Dropdown.md +0 -216
- package/docs/components/InputGroup/examples/InputGroup.md +0 -1
- package/docs/components/Pagination/examples/Pagination.md +30 -129
- package/docs/components/SkipToContent/examples/SkipToContent.md +3 -5
- package/docs/components/Slider/examples/Slider.md +6 -6
- package/docs/components/Tabs/examples/Tabs.md +1 -2
- package/docs/components/Wizard/examples/Wizard.md +6 -6
- 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 +14 -10
- package/docs/demos/Card/examples/Card.md +4 -4
- package/docs/demos/CardView/examples/CardView.md +6 -4
- package/docs/demos/ContextSelector/examples/ContextSelector.md +24 -16
- package/docs/demos/Dashboard/examples/Dashboard.md +7 -4
- package/docs/demos/DataList/examples/DataList.md +24 -16
- package/docs/demos/DescriptionList/examples/DescriptionList.md +18 -12
- package/docs/demos/Drawer/examples/Drawer.md +30 -20
- package/docs/demos/JumpLinks/examples/JumpLinks.md +36 -24
- package/docs/demos/Masthead/examples/Masthead.md +54 -36
- package/docs/demos/Modal/examples/Modal.md +36 -24
- package/docs/demos/Nav/examples/Nav.md +784 -721
- package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +30 -20
- package/docs/demos/Page/examples/Page.md +54 -36
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +44 -28
- package/docs/demos/Skeleton/examples/Skeleton.md +6 -4
- package/docs/demos/Table/examples/Table.md +84 -56
- package/docs/demos/Tabs/examples/Tabs.md +579 -70
- package/docs/demos/Toolbar/examples/Toolbar.md +6 -4
- package/docs/demos/Wizard/examples/Wizard.md +67 -45
- package/package.json +7 -6
- package/patternfly-base-no-reset.css +30 -139
- package/patternfly-base.css +30 -143
- package/patternfly-charts.css +1 -1
- package/patternfly-no-reset.css +118 -665
- package/patternfly.css +118 -669
- 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 -12
- 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
|
@@ -7,10 +7,12 @@ section: components
|
|
|
7
7
|
|
|
8
8
|
```html isFullscreen
|
|
9
9
|
<div class="pf-c-page" id="tabs-tables-and-tabs-example">
|
|
10
|
-
<
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
10
|
+
<div class="pf-c-skip-to-content">
|
|
11
|
+
<a
|
|
12
|
+
class="pf-c-button pf-m-primary"
|
|
13
|
+
href="#main-content-tabs-tables-and-tabs-example"
|
|
14
|
+
>Skip to content</a>
|
|
15
|
+
</div>
|
|
14
16
|
<header class="pf-c-masthead" id="tabs-tables-and-tabs-example-masthead">
|
|
15
17
|
<span class="pf-c-masthead__toggle">
|
|
16
18
|
<button
|
|
@@ -1163,10 +1165,12 @@ section: components
|
|
|
1163
1165
|
|
|
1164
1166
|
```html isFullscreen
|
|
1165
1167
|
<div class="pf-c-page" id="tabs-tables-and-tabs-example">
|
|
1166
|
-
<
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
|
|
1168
|
+
<div class="pf-c-skip-to-content">
|
|
1169
|
+
<a
|
|
1170
|
+
class="pf-c-button pf-m-primary"
|
|
1171
|
+
href="#main-content-tabs-tables-and-tabs-example"
|
|
1172
|
+
>Skip to content</a>
|
|
1173
|
+
</div>
|
|
1170
1174
|
<header class="pf-c-masthead" id="tabs-tables-and-tabs-example-masthead">
|
|
1171
1175
|
<span class="pf-c-masthead__toggle">
|
|
1172
1176
|
<button
|
|
@@ -2105,7 +2109,7 @@ section: components
|
|
|
2105
2109
|
>
|
|
2106
2110
|
<div class="pf-c-page__main-body">
|
|
2107
2111
|
<div
|
|
2108
|
-
class="pf-c-tabs pf-m-secondary pf-m-page-insets
|
|
2112
|
+
class="pf-c-tabs pf-m-secondary pf-m-page-insets"
|
|
2109
2113
|
id="tabs-tables-and-tabs-example-tabs-secondary"
|
|
2110
2114
|
>
|
|
2111
2115
|
<ul class="pf-c-tabs__list">
|
|
@@ -2321,10 +2325,12 @@ section: components
|
|
|
2321
2325
|
|
|
2322
2326
|
```html isFullscreen
|
|
2323
2327
|
<div class="pf-c-page" id="nested-tabs-example">
|
|
2324
|
-
<
|
|
2325
|
-
|
|
2326
|
-
|
|
2327
|
-
|
|
2328
|
+
<div class="pf-c-skip-to-content">
|
|
2329
|
+
<a
|
|
2330
|
+
class="pf-c-button pf-m-primary"
|
|
2331
|
+
href="#main-content-nested-tabs-example"
|
|
2332
|
+
>Skip to content</a>
|
|
2333
|
+
</div>
|
|
2328
2334
|
<header class="pf-c-masthead" id="nested-tabs-example-masthead">
|
|
2329
2335
|
<span class="pf-c-masthead__toggle">
|
|
2330
2336
|
<button
|
|
@@ -3238,7 +3244,7 @@ section: components
|
|
|
3238
3244
|
<div class="pf-l-flex pf-m-column">
|
|
3239
3245
|
<div class="pf-l-flex__item">
|
|
3240
3246
|
<div
|
|
3241
|
-
class="pf-c-tabs pf-m-secondary
|
|
3247
|
+
class="pf-c-tabs pf-m-secondary"
|
|
3242
3248
|
id="nested-tabs-example-tabs-tabs-subtabs"
|
|
3243
3249
|
>
|
|
3244
3250
|
<ul class="pf-c-tabs__list">
|
|
@@ -3345,14 +3351,14 @@ section: components
|
|
|
3345
3351
|
<div class="pf-l-flex__item pf-m-flex-1">
|
|
3346
3352
|
<div class="pf-c-card pf-m-full-height">
|
|
3347
3353
|
<div class="pf-c-card__header">
|
|
3348
|
-
<
|
|
3354
|
+
<h3 class="pf-c-title pf-m-lg">Title of card</h3>
|
|
3349
3355
|
</div>
|
|
3350
3356
|
</div>
|
|
3351
3357
|
</div>
|
|
3352
3358
|
<div class="pf-l-flex__item pf-m-flex-1">
|
|
3353
3359
|
<div class="pf-c-card pf-m-full-height">
|
|
3354
3360
|
<div class="pf-c-card__header">
|
|
3355
|
-
<
|
|
3361
|
+
<h3 class="pf-c-title pf-m-lg">Title of card</h3>
|
|
3356
3362
|
</div>
|
|
3357
3363
|
</div>
|
|
3358
3364
|
</div>
|
|
@@ -3386,10 +3392,12 @@ section: components
|
|
|
3386
3392
|
|
|
3387
3393
|
```html isFullscreen
|
|
3388
3394
|
<div class="pf-c-page" id="table-tabs-example">
|
|
3389
|
-
<
|
|
3390
|
-
|
|
3391
|
-
|
|
3392
|
-
|
|
3395
|
+
<div class="pf-c-skip-to-content">
|
|
3396
|
+
<a
|
|
3397
|
+
class="pf-c-button pf-m-primary"
|
|
3398
|
+
href="#main-content-table-tabs-example"
|
|
3399
|
+
>Skip to content</a>
|
|
3400
|
+
</div>
|
|
3393
3401
|
<header class="pf-c-masthead" id="table-tabs-example-masthead">
|
|
3394
3402
|
<span class="pf-c-masthead__toggle">
|
|
3395
3403
|
<button
|
|
@@ -4433,6 +4441,81 @@ section: components
|
|
|
4433
4441
|
</div>
|
|
4434
4442
|
</div>
|
|
4435
4443
|
</div>
|
|
4444
|
+
|
|
4445
|
+
<div class="pf-c-toolbar__item pf-m-pagination">
|
|
4446
|
+
<div class="pf-c-pagination pf-m-compact">
|
|
4447
|
+
<div class="pf-c-options-menu">
|
|
4448
|
+
<button
|
|
4449
|
+
class="pf-c-options-menu__toggle pf-m-text pf-m-plain"
|
|
4450
|
+
type="button"
|
|
4451
|
+
id="table-tabs-example-tabs-toolbar-top-pagination-toggle"
|
|
4452
|
+
aria-haspopup="listbox"
|
|
4453
|
+
aria-expanded="false"
|
|
4454
|
+
>
|
|
4455
|
+
<span class="pf-c-options-menu__toggle-text">
|
|
4456
|
+
<b>1 - 10</b> of
|
|
4457
|
+
<b>36</b>
|
|
4458
|
+
</span>
|
|
4459
|
+
<div class="pf-c-options-menu__toggle-icon">
|
|
4460
|
+
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
4461
|
+
</div>
|
|
4462
|
+
</button>
|
|
4463
|
+
<ul
|
|
4464
|
+
class="pf-c-options-menu__menu"
|
|
4465
|
+
aria-labelledby="table-tabs-example-tabs-toolbar-top-pagination-toggle"
|
|
4466
|
+
hidden
|
|
4467
|
+
>
|
|
4468
|
+
<li>
|
|
4469
|
+
<button
|
|
4470
|
+
class="pf-c-options-menu__menu-item"
|
|
4471
|
+
type="button"
|
|
4472
|
+
>5 per page</button>
|
|
4473
|
+
</li>
|
|
4474
|
+
<li>
|
|
4475
|
+
<button
|
|
4476
|
+
class="pf-c-options-menu__menu-item"
|
|
4477
|
+
type="button"
|
|
4478
|
+
>
|
|
4479
|
+
10 per page
|
|
4480
|
+
<div class="pf-c-options-menu__menu-item-icon">
|
|
4481
|
+
<i class="fas fa-check" aria-hidden="true"></i>
|
|
4482
|
+
</div>
|
|
4483
|
+
</button>
|
|
4484
|
+
</li>
|
|
4485
|
+
<li>
|
|
4486
|
+
<button
|
|
4487
|
+
class="pf-c-options-menu__menu-item"
|
|
4488
|
+
type="button"
|
|
4489
|
+
>20 per page</button>
|
|
4490
|
+
</li>
|
|
4491
|
+
</ul>
|
|
4492
|
+
</div>
|
|
4493
|
+
<nav
|
|
4494
|
+
class="pf-c-pagination__nav"
|
|
4495
|
+
aria-label="Toolbar top pagination"
|
|
4496
|
+
>
|
|
4497
|
+
<div class="pf-c-pagination__nav-control pf-m-prev">
|
|
4498
|
+
<button
|
|
4499
|
+
class="pf-c-button pf-m-plain"
|
|
4500
|
+
type="button"
|
|
4501
|
+
disabled
|
|
4502
|
+
aria-label="Go to previous page"
|
|
4503
|
+
>
|
|
4504
|
+
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
4505
|
+
</button>
|
|
4506
|
+
</div>
|
|
4507
|
+
<div class="pf-c-pagination__nav-control pf-m-next">
|
|
4508
|
+
<button
|
|
4509
|
+
class="pf-c-button pf-m-plain"
|
|
4510
|
+
type="button"
|
|
4511
|
+
aria-label="Go to next page"
|
|
4512
|
+
>
|
|
4513
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
4514
|
+
</button>
|
|
4515
|
+
</div>
|
|
4516
|
+
</nav>
|
|
4517
|
+
</div>
|
|
4518
|
+
</div>
|
|
4436
4519
|
</div>
|
|
4437
4520
|
|
|
4438
4521
|
<div
|
|
@@ -4832,8 +4915,467 @@ section: components
|
|
|
4832
4915
|
</div>
|
|
4833
4916
|
</td>
|
|
4834
4917
|
</tr>
|
|
4918
|
+
|
|
4919
|
+
<tr role="row">
|
|
4920
|
+
<td class="pf-c-table__check" role="cell">
|
|
4921
|
+
<input
|
|
4922
|
+
type="checkbox"
|
|
4923
|
+
name="checkrow6"
|
|
4924
|
+
aria-labelledby="table-tabs-example-table-node6"
|
|
4925
|
+
/>
|
|
4926
|
+
</td>
|
|
4927
|
+
<th role="columnheader" data-label="Repository name">
|
|
4928
|
+
<div>
|
|
4929
|
+
<div id="table-tabs-example-table-node6">Node 6</div>
|
|
4930
|
+
<a href="#">siemur/test-space</a>
|
|
4931
|
+
</div>
|
|
4932
|
+
</th>
|
|
4933
|
+
<td role="cell" data-label="Branches">
|
|
4934
|
+
<div class="pf-l-flex pf-m-space-items-sm pf-m-nowrap">
|
|
4935
|
+
<div class="pf-l-flex__item">34</div>
|
|
4936
|
+
<div class="pf-l-flex__item">
|
|
4937
|
+
<i class="fas fa-code-branch"></i>
|
|
4938
|
+
</div>
|
|
4939
|
+
</div>
|
|
4940
|
+
</td>
|
|
4941
|
+
<td role="cell" data-label="Pull requests">
|
|
4942
|
+
<div class="pf-l-flex pf-m-space-items-sm pf-m-nowrap">
|
|
4943
|
+
<div class="pf-l-flex__item">21</div>
|
|
4944
|
+
<div class="pf-l-flex__item">
|
|
4945
|
+
<i class="fas fa-code"></i>
|
|
4946
|
+
</div>
|
|
4947
|
+
</div>
|
|
4948
|
+
</td>
|
|
4949
|
+
<td role="cell" data-label="Workspaces">
|
|
4950
|
+
<div class="pf-l-flex pf-m-space-items-sm pf-m-nowrap">
|
|
4951
|
+
<div class="pf-l-flex__item">26</div>
|
|
4952
|
+
<div class="pf-l-flex__item">
|
|
4953
|
+
<i class="fas fa-cube"></i>
|
|
4954
|
+
</div>
|
|
4955
|
+
</div>
|
|
4956
|
+
</td>
|
|
4957
|
+
<td role="cell" data-label="Last commit">2 days ago</td>
|
|
4958
|
+
<td class="pf-c-table__action" role="cell">
|
|
4959
|
+
<div
|
|
4960
|
+
class="pf-c-overflow-menu"
|
|
4961
|
+
id="table-tabs-example-table-dropdown-kebab-6"
|
|
4962
|
+
>
|
|
4963
|
+
<div class="pf-c-overflow-menu__control">
|
|
4964
|
+
<div class="pf-c-dropdown">
|
|
4965
|
+
<button
|
|
4966
|
+
class="pf-c-button pf-c-dropdown__toggle pf-m-plain"
|
|
4967
|
+
type="button"
|
|
4968
|
+
id="table-tabs-example-table-dropdown-kebab-6-dropdown-toggle"
|
|
4969
|
+
aria-label="Dropdown for tabs table"
|
|
4970
|
+
aria-expanded="false"
|
|
4971
|
+
>
|
|
4972
|
+
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
4973
|
+
</button>
|
|
4974
|
+
<ul
|
|
4975
|
+
class="pf-c-dropdown__menu pf-m-align-right"
|
|
4976
|
+
aria-labelledby="table-tabs-example-table-dropdown-kebab-6-dropdown-toggle"
|
|
4977
|
+
hidden
|
|
4978
|
+
>
|
|
4979
|
+
<li>
|
|
4980
|
+
<button
|
|
4981
|
+
class="pf-c-dropdown__menu-item"
|
|
4982
|
+
>Action Link</button>
|
|
4983
|
+
</li>
|
|
4984
|
+
</ul>
|
|
4985
|
+
</div>
|
|
4986
|
+
</div>
|
|
4987
|
+
</div>
|
|
4988
|
+
</td>
|
|
4989
|
+
</tr>
|
|
4990
|
+
|
|
4991
|
+
<tr role="row">
|
|
4992
|
+
<td class="pf-c-table__check" role="cell">
|
|
4993
|
+
<input
|
|
4994
|
+
type="checkbox"
|
|
4995
|
+
name="checkrow7"
|
|
4996
|
+
aria-labelledby="table-tabs-example-table-node7"
|
|
4997
|
+
/>
|
|
4998
|
+
</td>
|
|
4999
|
+
<th role="columnheader" data-label="Repository name">
|
|
5000
|
+
<div>
|
|
5001
|
+
<div id="table-tabs-example-table-node7">Node 7</div>
|
|
5002
|
+
<a href="#">siemur/test-space</a>
|
|
5003
|
+
</div>
|
|
5004
|
+
</th>
|
|
5005
|
+
<td role="cell" data-label="Branches">
|
|
5006
|
+
<div class="pf-l-flex pf-m-space-items-sm pf-m-nowrap">
|
|
5007
|
+
<div class="pf-l-flex__item">34</div>
|
|
5008
|
+
<div class="pf-l-flex__item">
|
|
5009
|
+
<i class="fas fa-code-branch"></i>
|
|
5010
|
+
</div>
|
|
5011
|
+
</div>
|
|
5012
|
+
</td>
|
|
5013
|
+
<td role="cell" data-label="Pull requests">
|
|
5014
|
+
<div class="pf-l-flex pf-m-space-items-sm pf-m-nowrap">
|
|
5015
|
+
<div class="pf-l-flex__item">21</div>
|
|
5016
|
+
<div class="pf-l-flex__item">
|
|
5017
|
+
<i class="fas fa-code"></i>
|
|
5018
|
+
</div>
|
|
5019
|
+
</div>
|
|
5020
|
+
</td>
|
|
5021
|
+
<td role="cell" data-label="Workspaces">
|
|
5022
|
+
<div class="pf-l-flex pf-m-space-items-sm pf-m-nowrap">
|
|
5023
|
+
<div class="pf-l-flex__item">26</div>
|
|
5024
|
+
<div class="pf-l-flex__item">
|
|
5025
|
+
<i class="fas fa-cube"></i>
|
|
5026
|
+
</div>
|
|
5027
|
+
</div>
|
|
5028
|
+
</td>
|
|
5029
|
+
<td role="cell" data-label="Last commit">2 days ago</td>
|
|
5030
|
+
<td class="pf-c-table__action" role="cell">
|
|
5031
|
+
<div
|
|
5032
|
+
class="pf-c-overflow-menu"
|
|
5033
|
+
id="table-tabs-example-table-dropdown-kebab-7"
|
|
5034
|
+
>
|
|
5035
|
+
<div class="pf-c-overflow-menu__control">
|
|
5036
|
+
<div class="pf-c-dropdown">
|
|
5037
|
+
<button
|
|
5038
|
+
class="pf-c-button pf-c-dropdown__toggle pf-m-plain"
|
|
5039
|
+
type="button"
|
|
5040
|
+
id="table-tabs-example-table-dropdown-kebab-7-dropdown-toggle"
|
|
5041
|
+
aria-label="Dropdown for tabs table"
|
|
5042
|
+
aria-expanded="false"
|
|
5043
|
+
>
|
|
5044
|
+
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
5045
|
+
</button>
|
|
5046
|
+
<ul
|
|
5047
|
+
class="pf-c-dropdown__menu pf-m-align-right"
|
|
5048
|
+
aria-labelledby="table-tabs-example-table-dropdown-kebab-7-dropdown-toggle"
|
|
5049
|
+
hidden
|
|
5050
|
+
>
|
|
5051
|
+
<li>
|
|
5052
|
+
<button
|
|
5053
|
+
class="pf-c-dropdown__menu-item"
|
|
5054
|
+
>Action Link</button>
|
|
5055
|
+
</li>
|
|
5056
|
+
</ul>
|
|
5057
|
+
</div>
|
|
5058
|
+
</div>
|
|
5059
|
+
</div>
|
|
5060
|
+
</td>
|
|
5061
|
+
</tr>
|
|
5062
|
+
|
|
5063
|
+
<tr role="row">
|
|
5064
|
+
<td class="pf-c-table__check" role="cell">
|
|
5065
|
+
<input
|
|
5066
|
+
type="checkbox"
|
|
5067
|
+
name="checkrow8"
|
|
5068
|
+
aria-labelledby="table-tabs-example-table-node8"
|
|
5069
|
+
/>
|
|
5070
|
+
</td>
|
|
5071
|
+
<th role="columnheader" data-label="Repository name">
|
|
5072
|
+
<div>
|
|
5073
|
+
<div id="table-tabs-example-table-node8">Node 8</div>
|
|
5074
|
+
<a href="#">siemur/test-space</a>
|
|
5075
|
+
</div>
|
|
5076
|
+
</th>
|
|
5077
|
+
<td role="cell" data-label="Branches">
|
|
5078
|
+
<div class="pf-l-flex pf-m-space-items-sm pf-m-nowrap">
|
|
5079
|
+
<div class="pf-l-flex__item">34</div>
|
|
5080
|
+
<div class="pf-l-flex__item">
|
|
5081
|
+
<i class="fas fa-code-branch"></i>
|
|
5082
|
+
</div>
|
|
5083
|
+
</div>
|
|
5084
|
+
</td>
|
|
5085
|
+
<td role="cell" data-label="Pull requests">
|
|
5086
|
+
<div class="pf-l-flex pf-m-space-items-sm pf-m-nowrap">
|
|
5087
|
+
<div class="pf-l-flex__item">21</div>
|
|
5088
|
+
<div class="pf-l-flex__item">
|
|
5089
|
+
<i class="fas fa-code"></i>
|
|
5090
|
+
</div>
|
|
5091
|
+
</div>
|
|
5092
|
+
</td>
|
|
5093
|
+
<td role="cell" data-label="Workspaces">
|
|
5094
|
+
<div class="pf-l-flex pf-m-space-items-sm pf-m-nowrap">
|
|
5095
|
+
<div class="pf-l-flex__item">26</div>
|
|
5096
|
+
<div class="pf-l-flex__item">
|
|
5097
|
+
<i class="fas fa-cube"></i>
|
|
5098
|
+
</div>
|
|
5099
|
+
</div>
|
|
5100
|
+
</td>
|
|
5101
|
+
<td role="cell" data-label="Last commit">2 days ago</td>
|
|
5102
|
+
<td class="pf-c-table__action" role="cell">
|
|
5103
|
+
<div
|
|
5104
|
+
class="pf-c-overflow-menu"
|
|
5105
|
+
id="table-tabs-example-table-dropdown-kebab-8"
|
|
5106
|
+
>
|
|
5107
|
+
<div class="pf-c-overflow-menu__control">
|
|
5108
|
+
<div class="pf-c-dropdown">
|
|
5109
|
+
<button
|
|
5110
|
+
class="pf-c-button pf-c-dropdown__toggle pf-m-plain"
|
|
5111
|
+
type="button"
|
|
5112
|
+
id="table-tabs-example-table-dropdown-kebab-8-dropdown-toggle"
|
|
5113
|
+
aria-label="Dropdown for tabs table"
|
|
5114
|
+
aria-expanded="false"
|
|
5115
|
+
>
|
|
5116
|
+
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
5117
|
+
</button>
|
|
5118
|
+
<ul
|
|
5119
|
+
class="pf-c-dropdown__menu pf-m-align-right"
|
|
5120
|
+
aria-labelledby="table-tabs-example-table-dropdown-kebab-8-dropdown-toggle"
|
|
5121
|
+
hidden
|
|
5122
|
+
>
|
|
5123
|
+
<li>
|
|
5124
|
+
<button
|
|
5125
|
+
class="pf-c-dropdown__menu-item"
|
|
5126
|
+
>Action Link</button>
|
|
5127
|
+
</li>
|
|
5128
|
+
</ul>
|
|
5129
|
+
</div>
|
|
5130
|
+
</div>
|
|
5131
|
+
</div>
|
|
5132
|
+
</td>
|
|
5133
|
+
</tr>
|
|
5134
|
+
|
|
5135
|
+
<tr role="row">
|
|
5136
|
+
<td class="pf-c-table__check" role="cell">
|
|
5137
|
+
<input
|
|
5138
|
+
type="checkbox"
|
|
5139
|
+
name="checkrow9"
|
|
5140
|
+
aria-labelledby="table-tabs-example-table-node9"
|
|
5141
|
+
/>
|
|
5142
|
+
</td>
|
|
5143
|
+
<th role="columnheader" data-label="Repository name">
|
|
5144
|
+
<div>
|
|
5145
|
+
<div id="table-tabs-example-table-node9">Node 9</div>
|
|
5146
|
+
<a href="#">siemur/test-space</a>
|
|
5147
|
+
</div>
|
|
5148
|
+
</th>
|
|
5149
|
+
<td role="cell" data-label="Branches">
|
|
5150
|
+
<div class="pf-l-flex pf-m-space-items-sm pf-m-nowrap">
|
|
5151
|
+
<div class="pf-l-flex__item">34</div>
|
|
5152
|
+
<div class="pf-l-flex__item">
|
|
5153
|
+
<i class="fas fa-code-branch"></i>
|
|
5154
|
+
</div>
|
|
5155
|
+
</div>
|
|
5156
|
+
</td>
|
|
5157
|
+
<td role="cell" data-label="Pull requests">
|
|
5158
|
+
<div class="pf-l-flex pf-m-space-items-sm pf-m-nowrap">
|
|
5159
|
+
<div class="pf-l-flex__item">21</div>
|
|
5160
|
+
<div class="pf-l-flex__item">
|
|
5161
|
+
<i class="fas fa-code"></i>
|
|
5162
|
+
</div>
|
|
5163
|
+
</div>
|
|
5164
|
+
</td>
|
|
5165
|
+
<td role="cell" data-label="Workspaces">
|
|
5166
|
+
<div class="pf-l-flex pf-m-space-items-sm pf-m-nowrap">
|
|
5167
|
+
<div class="pf-l-flex__item">26</div>
|
|
5168
|
+
<div class="pf-l-flex__item">
|
|
5169
|
+
<i class="fas fa-cube"></i>
|
|
5170
|
+
</div>
|
|
5171
|
+
</div>
|
|
5172
|
+
</td>
|
|
5173
|
+
<td role="cell" data-label="Last commit">2 days ago</td>
|
|
5174
|
+
<td class="pf-c-table__action" role="cell">
|
|
5175
|
+
<div
|
|
5176
|
+
class="pf-c-overflow-menu"
|
|
5177
|
+
id="table-tabs-example-table-dropdown-kebab-9"
|
|
5178
|
+
>
|
|
5179
|
+
<div class="pf-c-overflow-menu__control">
|
|
5180
|
+
<div class="pf-c-dropdown">
|
|
5181
|
+
<button
|
|
5182
|
+
class="pf-c-button pf-c-dropdown__toggle pf-m-plain"
|
|
5183
|
+
type="button"
|
|
5184
|
+
id="table-tabs-example-table-dropdown-kebab-9-dropdown-toggle"
|
|
5185
|
+
aria-label="Dropdown for tabs table"
|
|
5186
|
+
aria-expanded="false"
|
|
5187
|
+
>
|
|
5188
|
+
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
5189
|
+
</button>
|
|
5190
|
+
<ul
|
|
5191
|
+
class="pf-c-dropdown__menu pf-m-align-right"
|
|
5192
|
+
aria-labelledby="table-tabs-example-table-dropdown-kebab-9-dropdown-toggle"
|
|
5193
|
+
hidden
|
|
5194
|
+
>
|
|
5195
|
+
<li>
|
|
5196
|
+
<button
|
|
5197
|
+
class="pf-c-dropdown__menu-item"
|
|
5198
|
+
>Action Link</button>
|
|
5199
|
+
</li>
|
|
5200
|
+
</ul>
|
|
5201
|
+
</div>
|
|
5202
|
+
</div>
|
|
5203
|
+
</div>
|
|
5204
|
+
</td>
|
|
5205
|
+
</tr>
|
|
5206
|
+
|
|
5207
|
+
<tr role="row">
|
|
5208
|
+
<td class="pf-c-table__check" role="cell">
|
|
5209
|
+
<input
|
|
5210
|
+
type="checkbox"
|
|
5211
|
+
name="checkrow10"
|
|
5212
|
+
aria-labelledby="table-tabs-example-table-node10"
|
|
5213
|
+
/>
|
|
5214
|
+
</td>
|
|
5215
|
+
<th role="columnheader" data-label="Repository name">
|
|
5216
|
+
<div>
|
|
5217
|
+
<div id="table-tabs-example-table-node10">Node 10</div>
|
|
5218
|
+
<a href="#">siemur/test-space</a>
|
|
5219
|
+
</div>
|
|
5220
|
+
</th>
|
|
5221
|
+
<td role="cell" data-label="Branches">
|
|
5222
|
+
<div class="pf-l-flex pf-m-space-items-sm pf-m-nowrap">
|
|
5223
|
+
<div class="pf-l-flex__item">34</div>
|
|
5224
|
+
<div class="pf-l-flex__item">
|
|
5225
|
+
<i class="fas fa-code-branch"></i>
|
|
5226
|
+
</div>
|
|
5227
|
+
</div>
|
|
5228
|
+
</td>
|
|
5229
|
+
<td role="cell" data-label="Pull requests">
|
|
5230
|
+
<div class="pf-l-flex pf-m-space-items-sm pf-m-nowrap">
|
|
5231
|
+
<div class="pf-l-flex__item">21</div>
|
|
5232
|
+
<div class="pf-l-flex__item">
|
|
5233
|
+
<i class="fas fa-code"></i>
|
|
5234
|
+
</div>
|
|
5235
|
+
</div>
|
|
5236
|
+
</td>
|
|
5237
|
+
<td role="cell" data-label="Workspaces">
|
|
5238
|
+
<div class="pf-l-flex pf-m-space-items-sm pf-m-nowrap">
|
|
5239
|
+
<div class="pf-l-flex__item">26</div>
|
|
5240
|
+
<div class="pf-l-flex__item">
|
|
5241
|
+
<i class="fas fa-cube"></i>
|
|
5242
|
+
</div>
|
|
5243
|
+
</div>
|
|
5244
|
+
</td>
|
|
5245
|
+
<td role="cell" data-label="Last commit">2 days ago</td>
|
|
5246
|
+
<td class="pf-c-table__action" role="cell">
|
|
5247
|
+
<div
|
|
5248
|
+
class="pf-c-overflow-menu"
|
|
5249
|
+
id="table-tabs-example-table-dropdown-kebab-10"
|
|
5250
|
+
>
|
|
5251
|
+
<div class="pf-c-overflow-menu__control">
|
|
5252
|
+
<div class="pf-c-dropdown">
|
|
5253
|
+
<button
|
|
5254
|
+
class="pf-c-button pf-c-dropdown__toggle pf-m-plain"
|
|
5255
|
+
type="button"
|
|
5256
|
+
id="table-tabs-example-table-dropdown-kebab-10-dropdown-toggle"
|
|
5257
|
+
aria-label="Dropdown for tabs table"
|
|
5258
|
+
aria-expanded="false"
|
|
5259
|
+
>
|
|
5260
|
+
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
5261
|
+
</button>
|
|
5262
|
+
<ul
|
|
5263
|
+
class="pf-c-dropdown__menu pf-m-align-right"
|
|
5264
|
+
aria-labelledby="table-tabs-example-table-dropdown-kebab-10-dropdown-toggle"
|
|
5265
|
+
hidden
|
|
5266
|
+
>
|
|
5267
|
+
<li>
|
|
5268
|
+
<button
|
|
5269
|
+
class="pf-c-dropdown__menu-item"
|
|
5270
|
+
>Action Link</button>
|
|
5271
|
+
</li>
|
|
5272
|
+
</ul>
|
|
5273
|
+
</div>
|
|
5274
|
+
</div>
|
|
5275
|
+
</div>
|
|
5276
|
+
</td>
|
|
5277
|
+
</tr>
|
|
4835
5278
|
</tbody>
|
|
4836
5279
|
</table>
|
|
5280
|
+
<div class="pf-c-pagination pf-m-bottom">
|
|
5281
|
+
<div class="pf-c-options-menu pf-m-top">
|
|
5282
|
+
<button
|
|
5283
|
+
class="pf-c-options-menu__toggle pf-m-text pf-m-plain"
|
|
5284
|
+
type="button"
|
|
5285
|
+
id="-footer-pagination-toggle"
|
|
5286
|
+
aria-haspopup="listbox"
|
|
5287
|
+
aria-expanded="false"
|
|
5288
|
+
>
|
|
5289
|
+
<span class="pf-c-options-menu__toggle-text">
|
|
5290
|
+
<b>1 - 10</b> of
|
|
5291
|
+
<b>36</b>
|
|
5292
|
+
</span>
|
|
5293
|
+
<div class="pf-c-options-menu__toggle-icon">
|
|
5294
|
+
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
5295
|
+
</div>
|
|
5296
|
+
</button>
|
|
5297
|
+
<ul
|
|
5298
|
+
class="pf-c-options-menu__menu pf-m-top"
|
|
5299
|
+
aria-labelledby="-footer-pagination-toggle"
|
|
5300
|
+
hidden
|
|
5301
|
+
>
|
|
5302
|
+
<li>
|
|
5303
|
+
<button
|
|
5304
|
+
class="pf-c-options-menu__menu-item"
|
|
5305
|
+
type="button"
|
|
5306
|
+
>5 per page</button>
|
|
5307
|
+
</li>
|
|
5308
|
+
<li>
|
|
5309
|
+
<button
|
|
5310
|
+
class="pf-c-options-menu__menu-item"
|
|
5311
|
+
type="button"
|
|
5312
|
+
>
|
|
5313
|
+
10 per page
|
|
5314
|
+
<div class="pf-c-options-menu__menu-item-icon">
|
|
5315
|
+
<i class="fas fa-check" aria-hidden="true"></i>
|
|
5316
|
+
</div>
|
|
5317
|
+
</button>
|
|
5318
|
+
</li>
|
|
5319
|
+
<li>
|
|
5320
|
+
<button
|
|
5321
|
+
class="pf-c-options-menu__menu-item"
|
|
5322
|
+
type="button"
|
|
5323
|
+
>20 per page</button>
|
|
5324
|
+
</li>
|
|
5325
|
+
</ul>
|
|
5326
|
+
</div>
|
|
5327
|
+
<nav class="pf-c-pagination__nav" aria-label="Pagination">
|
|
5328
|
+
<div class="pf-c-pagination__nav-control pf-m-first">
|
|
5329
|
+
<button
|
|
5330
|
+
class="pf-c-button pf-m-plain"
|
|
5331
|
+
type="button"
|
|
5332
|
+
disabled
|
|
5333
|
+
aria-label="Go to first page"
|
|
5334
|
+
>
|
|
5335
|
+
<i class="fas fa-angle-double-left" aria-hidden="true"></i>
|
|
5336
|
+
</button>
|
|
5337
|
+
</div>
|
|
5338
|
+
<div class="pf-c-pagination__nav-control pf-m-prev">
|
|
5339
|
+
<button
|
|
5340
|
+
class="pf-c-button pf-m-plain"
|
|
5341
|
+
type="button"
|
|
5342
|
+
disabled
|
|
5343
|
+
aria-label="Go to previous page"
|
|
5344
|
+
>
|
|
5345
|
+
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
5346
|
+
</button>
|
|
5347
|
+
</div>
|
|
5348
|
+
<div class="pf-c-pagination__nav-page-select">
|
|
5349
|
+
<input
|
|
5350
|
+
class="pf-c-form-control"
|
|
5351
|
+
aria-label="Current page"
|
|
5352
|
+
type="number"
|
|
5353
|
+
min="1"
|
|
5354
|
+
max="4"
|
|
5355
|
+
value="1"
|
|
5356
|
+
/>
|
|
5357
|
+
<span aria-hidden="true">of 4</span>
|
|
5358
|
+
</div>
|
|
5359
|
+
<div class="pf-c-pagination__nav-control pf-m-next">
|
|
5360
|
+
<button
|
|
5361
|
+
class="pf-c-button pf-m-plain"
|
|
5362
|
+
type="button"
|
|
5363
|
+
aria-label="Go to next page"
|
|
5364
|
+
>
|
|
5365
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
5366
|
+
</button>
|
|
5367
|
+
</div>
|
|
5368
|
+
<div class="pf-c-pagination__nav-control pf-m-last">
|
|
5369
|
+
<button
|
|
5370
|
+
class="pf-c-button pf-m-plain"
|
|
5371
|
+
type="button"
|
|
5372
|
+
aria-label="Go to last page"
|
|
5373
|
+
>
|
|
5374
|
+
<i class="fas fa-angle-double-right" aria-hidden="true"></i>
|
|
5375
|
+
</button>
|
|
5376
|
+
</div>
|
|
5377
|
+
</nav>
|
|
5378
|
+
</div>
|
|
4837
5379
|
</div>
|
|
4838
5380
|
</div>
|
|
4839
5381
|
|
|
@@ -4971,43 +5513,6 @@ section: components
|
|
|
4971
5513
|
</div>
|
|
4972
5514
|
</div>
|
|
4973
5515
|
</div>
|
|
4974
|
-
<div class="pf-l-flex pf-m-column">
|
|
4975
|
-
<div class="pf-l-flex__item">
|
|
4976
|
-
<h3 class="pf-c-title" id="-title">Tags</h3>
|
|
4977
|
-
</div>
|
|
4978
|
-
<div class="pf-l-flex__item">
|
|
4979
|
-
<div class="pf-c-label-group">
|
|
4980
|
-
<div class="pf-c-label-group__main">
|
|
4981
|
-
<ul
|
|
4982
|
-
class="pf-c-label-group__list"
|
|
4983
|
-
role="list"
|
|
4984
|
-
aria-label="Group of labels"
|
|
4985
|
-
>
|
|
4986
|
-
<li class="pf-c-label-group__list-item">
|
|
4987
|
-
<span class="pf-c-label pf-m-outline">
|
|
4988
|
-
<span class="pf-c-label__content">Tag 1</span>
|
|
4989
|
-
</span>
|
|
4990
|
-
</li>
|
|
4991
|
-
<li class="pf-c-label-group__list-item">
|
|
4992
|
-
<span class="pf-c-label pf-m-outline">
|
|
4993
|
-
<span class="pf-c-label__content">Tag 2</span>
|
|
4994
|
-
</span>
|
|
4995
|
-
</li>
|
|
4996
|
-
<li class="pf-c-label-group__list-item">
|
|
4997
|
-
<span class="pf-c-label pf-m-outline">
|
|
4998
|
-
<span class="pf-c-label__content">Tag 3</span>
|
|
4999
|
-
</span>
|
|
5000
|
-
</li>
|
|
5001
|
-
<li class="pf-c-label-group__list-item">
|
|
5002
|
-
<span class="pf-c-label pf-m-overflow">
|
|
5003
|
-
<span class="pf-c-label__content">2 more</span>
|
|
5004
|
-
</span>
|
|
5005
|
-
</li>
|
|
5006
|
-
</ul>
|
|
5007
|
-
</div>
|
|
5008
|
-
</div>
|
|
5009
|
-
</div>
|
|
5010
|
-
</div>
|
|
5011
5516
|
</div>
|
|
5012
5517
|
</div>
|
|
5013
5518
|
</section>
|
|
@@ -5063,7 +5568,7 @@ section: components
|
|
|
5063
5568
|
<div class="pf-l-grid pf-m-gutter">
|
|
5064
5569
|
<div class="pf-l-grid__item">
|
|
5065
5570
|
<div
|
|
5066
|
-
class="pf-c-tabs pf-m-
|
|
5571
|
+
class="pf-c-tabs pf-m-secondary pf-m-inset-none"
|
|
5067
5572
|
id="modal-tabs-example-tabs"
|
|
5068
5573
|
>
|
|
5069
5574
|
<ul class="pf-c-tabs__list">
|
|
@@ -5132,10 +5637,12 @@ section: components
|
|
|
5132
5637
|
</div>
|
|
5133
5638
|
|
|
5134
5639
|
<div class="pf-c-page" id="modal-tabs-example">
|
|
5135
|
-
<
|
|
5136
|
-
|
|
5137
|
-
|
|
5138
|
-
|
|
5640
|
+
<div class="pf-c-skip-to-content">
|
|
5641
|
+
<a
|
|
5642
|
+
class="pf-c-button pf-m-primary"
|
|
5643
|
+
href="#main-content-modal-tabs-example"
|
|
5644
|
+
>Skip to content</a>
|
|
5645
|
+
</div>
|
|
5139
5646
|
<header class="pf-c-masthead" id="modal-tabs-example-masthead">
|
|
5140
5647
|
<span class="pf-c-masthead__toggle">
|
|
5141
5648
|
<button
|
|
@@ -5993,12 +6500,12 @@ section: components
|
|
|
5993
6500
|
<section class="pf-c-page__main-section pf-m-limit-width pf-m-light">
|
|
5994
6501
|
<div class="pf-c-page__main-body">
|
|
5995
6502
|
<div class="pf-c-content">
|
|
5996
|
-
<h1>
|
|
5997
|
-
<p>
|
|
6503
|
+
<h1>Projects</h1>
|
|
6504
|
+
<p>Click any project card to view tabs within modals.</p>
|
|
5998
6505
|
</div>
|
|
5999
6506
|
</div>
|
|
6000
6507
|
</section>
|
|
6001
|
-
<section class="pf-c-page__main-section">
|
|
6508
|
+
<section class="pf-c-page__main-section pf-m-fill">
|
|
6002
6509
|
<div class="pf-l-gallery pf-m-gutter">
|
|
6003
6510
|
<div
|
|
6004
6511
|
class="pf-c-card pf-m-selectable-raised pf-m-compact"
|
|
@@ -6038,10 +6545,12 @@ section: components
|
|
|
6038
6545
|
|
|
6039
6546
|
```html isFullscreen
|
|
6040
6547
|
<div class="pf-c-page" id="gray-tabs-example">
|
|
6041
|
-
<
|
|
6042
|
-
|
|
6043
|
-
|
|
6044
|
-
|
|
6548
|
+
<div class="pf-c-skip-to-content">
|
|
6549
|
+
<a
|
|
6550
|
+
class="pf-c-button pf-m-primary"
|
|
6551
|
+
href="#main-content-gray-tabs-example"
|
|
6552
|
+
>Skip to content</a>
|
|
6553
|
+
</div>
|
|
6045
6554
|
<header class="pf-c-masthead" id="gray-tabs-example-masthead">
|
|
6046
6555
|
<span class="pf-c-masthead__toggle">
|
|
6047
6556
|
<button
|
|
@@ -6983,7 +7492,7 @@ section: components
|
|
|
6983
7492
|
</div>
|
|
6984
7493
|
<div class="pf-l-grid__item">
|
|
6985
7494
|
<div
|
|
6986
|
-
class="pf-c-tabs pf-m-secondary pf-m-
|
|
7495
|
+
class="pf-c-tabs pf-m-secondary pf-m-inset-none"
|
|
6987
7496
|
id="gray-tabs-example-tabs-subtabs"
|
|
6988
7497
|
>
|
|
6989
7498
|
<ul class="pf-c-tabs__list">
|