@patternfly/patternfly 6.0.0-alpha.165 → 6.0.0-alpha.167
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/Alert/alert-group.css +54 -3
- package/components/Alert/alert-group.scss +85 -0
- package/components/Alert/alert.scss +1 -1
- package/components/Button/button.css +33 -14
- package/components/Button/button.scss +36 -14
- package/components/_index.css +87 -17
- package/docs/components/AboutModalBox/examples/AboutModalBox.md +3 -1
- package/docs/components/ActionList/examples/ActionList.md +60 -20
- package/docs/components/Alert/examples/Alert.md +106 -62
- package/docs/components/BackToTop/examples/BackToTop.md +5 -3
- package/docs/components/Banner/examples/Banner.md +9 -3
- package/docs/components/Button/examples/Button.md +536 -367
- package/docs/components/CalendarMonth/examples/CalendarMonth.md +24 -8
- package/docs/components/Card/examples/Card.md +43 -29
- package/docs/components/ClipboardCopy/examples/ClipboardCopy.md +75 -33
- package/docs/components/CodeBlock/examples/CodeBlock.md +18 -6
- package/docs/components/CodeEditor/examples/CodeEditor.md +44 -22
- package/docs/components/ContextSelector/deprecated/context-selector.md +6 -8
- package/docs/components/DataList/examples/DataList.md +121 -63
- package/docs/components/DatePicker/examples/DatePicker.md +18 -6
- package/docs/components/DescriptionList/examples/DescriptionList.md +125 -75
- package/docs/components/Drawer/examples/Drawer.md +57 -19
- package/docs/components/DualListSelector/examples/DualListSelector.md +204 -100
- package/docs/components/EmptyState/examples/EmptyState.md +123 -53
- package/docs/components/FileUpload/examples/FileUpload.md +42 -14
- package/docs/components/Form/examples/Form.md +53 -19
- package/docs/components/Hint/examples/Hint.md +9 -9
- package/docs/components/InlineEdit/examples/InlineEdit.md +78 -26
- package/docs/components/InputGroup/examples/InputGroup.md +27 -9
- package/docs/components/JumpLinks/examples/JumpLinks.md +188 -68
- package/docs/components/Label/examples/Label.md +651 -217
- package/docs/components/LogViewer/examples/LogViewer.md +218 -86
- package/docs/components/Login/examples/Login.md +346 -282
- package/docs/components/Masthead/examples/masthead.md +27 -9
- package/docs/components/Menu/examples/Menu.md +35 -25
- package/docs/components/MenuToggle/examples/MenuToggle.md +3 -1
- package/docs/components/ModalBox/examples/ModalBox.md +48 -16
- package/docs/components/MultipleFileUpload/examples/MultipleFileUpload.md +48 -16
- package/docs/components/Nav/examples/Navigation.md +12 -4
- package/docs/components/NotificationBadge/examples/NotificationBadge.md +78 -42
- package/docs/components/NotificationDrawer/examples/NotificationDrawer.md +6 -2
- package/docs/components/NumberInput/examples/NumberInput.md +96 -48
- package/docs/components/OverflowMenu/examples/overflow-menu.md +48 -16
- package/docs/components/Page/examples/Page.md +21 -7
- package/docs/components/Pagination/examples/Pagination.md +132 -44
- package/docs/components/Popover/examples/Popover.md +45 -15
- package/docs/components/Select/deprecated/Select.md +111 -55
- package/docs/components/SkipToContent/examples/SkipToContent.md +3 -1
- package/docs/components/Slider/examples/Slider.md +12 -4
- package/docs/components/Table/examples/Table.md +363 -208
- package/docs/components/Tabs/examples/Tabs.md +1230 -574
- package/docs/components/TextInputGroup/examples/TextInputGroup.md +132 -44
- package/docs/components/Toolbar/examples/Toolbar.md +120 -64
- package/docs/components/TreeView/examples/TreeView.md +12 -4
- package/docs/components/Wizard/examples/Wizard.md +105 -38
- package/docs/demos/AboutModal/examples/AboutModal.md +9 -3
- package/docs/demos/Alert/examples/Alert.md +39 -25
- package/docs/demos/BackToTop/examples/BackToTop.md +11 -5
- package/docs/demos/Banner/examples/Banner.md +12 -4
- package/docs/demos/Button/examples/Button.md +7 -7
- package/docs/demos/Card/examples/Card.md +106 -57
- package/docs/demos/CardView/examples/CardView.md +30 -13
- package/docs/demos/ContextSelector/examples/ContextSelector.md +24 -8
- package/docs/demos/Dashboard/examples/Dashboard.md +43 -28
- package/docs/demos/DataList/examples/DataList.md +255 -149
- package/docs/demos/DescriptionList/examples/DescriptionList.md +21 -7
- package/docs/demos/Drawer/examples/Drawer.md +89 -43
- package/docs/demos/Form/examples/BasicForms.md +141 -59
- package/docs/demos/JumpLinks/examples/JumpLinks.md +222 -109
- package/docs/demos/Masthead/examples/Masthead.md +63 -21
- package/docs/demos/Modal/examples/Modal.md +99 -37
- package/docs/demos/Nav/examples/Nav.md +45 -15
- package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +58 -43
- package/docs/demos/Page/examples/Page.md +54 -21
- package/docs/demos/Page/examples/Penta.md +9 -6
- package/docs/demos/PasswordGenerator/examples/PasswordGenerator.md +9 -3
- package/docs/demos/PasswordStrength/examples/PasswordStrength.md +12 -4
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +306 -133
- package/docs/demos/Skeleton/examples/Skeleton.md +6 -2
- package/docs/demos/Table/examples/Table.md +474 -210
- package/docs/demos/Tabs/examples/Tabs.md +60 -22
- package/docs/demos/Toolbar/examples/Toolbar.md +123 -72
- package/docs/demos/Wizard/examples/Wizard.md +179 -110
- package/package.json +1 -1
- package/patternfly-no-globals.css +87 -17
- package/patternfly.css +87 -17
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
|
@@ -19,8 +19,10 @@ wrapperTag: div
|
|
|
19
19
|
id="card-demo-horizontal-grid-collapsed-example-toggle"
|
|
20
20
|
aria-labelledby="card-demo-horizontal-grid-collapsed-example-title card-demo-horizontal-grid-collapsed-example-toggle"
|
|
21
21
|
>
|
|
22
|
-
<span class="pf-v6-c-
|
|
23
|
-
<
|
|
22
|
+
<span class="pf-v6-c-button__text">
|
|
23
|
+
<span class="pf-v6-c-card__header-toggle-icon">
|
|
24
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
25
|
+
</span>
|
|
24
26
|
</span>
|
|
25
27
|
</button>
|
|
26
28
|
</div>
|
|
@@ -160,8 +162,10 @@ wrapperTag: div
|
|
|
160
162
|
id="card-demo-horizontal-grid-expanded-example-toggle"
|
|
161
163
|
aria-labelledby="card-demo-horizontal-grid-expanded-example-title card-demo-horizontal-grid-expanded-example-toggle"
|
|
162
164
|
>
|
|
163
|
-
<span class="pf-v6-c-
|
|
164
|
-
<
|
|
165
|
+
<span class="pf-v6-c-button__text">
|
|
166
|
+
<span class="pf-v6-c-card__header-toggle-icon">
|
|
167
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
168
|
+
</span>
|
|
165
169
|
</span>
|
|
166
170
|
</button>
|
|
167
171
|
</div>
|
|
@@ -262,13 +266,15 @@ wrapperTag: div
|
|
|
262
266
|
</ul>
|
|
263
267
|
</div>
|
|
264
268
|
<a class="pf-v6-c-button pf-m-link pf-m-inline" href="#">
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
<span class="pf-v6-c-
|
|
271
|
-
<
|
|
269
|
+
<span class="pf-v6-c-button__text">
|
|
270
|
+
View all set up cluster steps
|
|
271
|
+
<span
|
|
272
|
+
class="pf-v6-c-button__icon pf-m-start pf-m-end"
|
|
273
|
+
>
|
|
274
|
+
<span class="pf-v6-c-icon pf-v6-m-mirror-inline-rtl">
|
|
275
|
+
<span class="pf-v6-c-icon__content">
|
|
276
|
+
<i class="fas fa-arrow-right" aria-hidden="true"></i>
|
|
277
|
+
</span>
|
|
272
278
|
</span>
|
|
273
279
|
</span>
|
|
274
280
|
</span>
|
|
@@ -299,11 +305,15 @@ wrapperTag: div
|
|
|
299
305
|
</ul>
|
|
300
306
|
</div>
|
|
301
307
|
<a class="pf-v6-c-button pf-m-link pf-m-inline" href="#">
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
<span
|
|
305
|
-
|
|
306
|
-
|
|
308
|
+
<span class="pf-v6-c-button__text">
|
|
309
|
+
View all guided tours
|
|
310
|
+
<span
|
|
311
|
+
class="pf-v6-c-button__icon pf-m-start pf-m-end"
|
|
312
|
+
>
|
|
313
|
+
<span class="pf-v6-c-icon pf-v6-m-mirror-inline-rtl">
|
|
314
|
+
<span class="pf-v6-c-icon__content">
|
|
315
|
+
<i class="fas fa-arrow-right" aria-hidden="true"></i>
|
|
316
|
+
</span>
|
|
307
317
|
</span>
|
|
308
318
|
</span>
|
|
309
319
|
</span>
|
|
@@ -337,11 +347,15 @@ wrapperTag: div
|
|
|
337
347
|
</ul>
|
|
338
348
|
</div>
|
|
339
349
|
<a class="pf-v6-c-button pf-m-link pf-m-inline" href="#">
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
<span
|
|
343
|
-
|
|
344
|
-
|
|
350
|
+
<span class="pf-v6-c-button__text">
|
|
351
|
+
View all quick starts
|
|
352
|
+
<span
|
|
353
|
+
class="pf-v6-c-button__icon pf-m-start pf-m-end"
|
|
354
|
+
>
|
|
355
|
+
<span class="pf-v6-c-icon pf-v6-m-mirror-inline-rtl">
|
|
356
|
+
<span class="pf-v6-c-icon__content">
|
|
357
|
+
<i class="fas fa-arrow-right" aria-hidden="true"></i>
|
|
358
|
+
</span>
|
|
345
359
|
</span>
|
|
346
360
|
</span>
|
|
347
361
|
</span>
|
|
@@ -378,13 +392,15 @@ wrapperTag: div
|
|
|
378
392
|
</ul>
|
|
379
393
|
</div>
|
|
380
394
|
<a class="pf-v6-c-button pf-m-link pf-m-inline" href="#">
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
<span class="pf-v6-c-
|
|
387
|
-
<
|
|
395
|
+
<span class="pf-v6-c-button__text">
|
|
396
|
+
View all learning resources
|
|
397
|
+
<span
|
|
398
|
+
class="pf-v6-c-button__icon pf-m-start pf-m-end"
|
|
399
|
+
>
|
|
400
|
+
<span class="pf-v6-c-icon pf-v6-m-mirror-inline-rtl">
|
|
401
|
+
<span class="pf-v6-c-icon__content">
|
|
402
|
+
<i class="fas fa-arrow-right" aria-hidden="true"></i>
|
|
403
|
+
</span>
|
|
388
404
|
</span>
|
|
389
405
|
</span>
|
|
390
406
|
</span>
|
|
@@ -414,10 +430,9 @@ wrapperTag: div
|
|
|
414
430
|
class="pf-v6-c-card__body"
|
|
415
431
|
>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse arcu purus, lobortis nec euismod eu, tristique ut sapien. Nullam turpis lectus, aliquet sit amet volutpat eu, semper eget quam. Maecenas in tempus diam. Aenean interdum velit sed massa aliquet, sit amet malesuada nulla hendrerit. Aenean non faucibus odio. Etiam non metus turpis. Praesent sollicitudin elit neque, id ullamcorper nibh faucibus eget.</div>
|
|
416
432
|
<div class="pf-v6-c-card__footer">
|
|
417
|
-
<button
|
|
418
|
-
class="pf-v6-c-
|
|
419
|
-
|
|
420
|
-
>Call to action</button>
|
|
433
|
+
<button class="pf-v6-c-button pf-m-tertiary" type="button">
|
|
434
|
+
<span class="pf-v6-c-button__text">Call to action</span>
|
|
435
|
+
</button>
|
|
421
436
|
</div>
|
|
422
437
|
</div>
|
|
423
438
|
</div>
|
|
@@ -1431,7 +1446,9 @@ wrapperTag: div
|
|
|
1431
1446
|
type="button"
|
|
1432
1447
|
aria-label="Close"
|
|
1433
1448
|
>
|
|
1434
|
-
<
|
|
1449
|
+
<span class="pf-v6-c-button__text">
|
|
1450
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
1451
|
+
</span>
|
|
1435
1452
|
</button>
|
|
1436
1453
|
</div>
|
|
1437
1454
|
<header class="pf-v6-c-popover__header">
|
|
@@ -1479,9 +1496,14 @@ wrapperTag: div
|
|
|
1479
1496
|
aria-expanded="true"
|
|
1480
1497
|
aria-label="Toggle row"
|
|
1481
1498
|
>
|
|
1482
|
-
<
|
|
1483
|
-
<
|
|
1484
|
-
|
|
1499
|
+
<span class="pf-v6-c-button__text">
|
|
1500
|
+
<div class="pf-v6-c-table__toggle-icon">
|
|
1501
|
+
<i
|
|
1502
|
+
class="fas fa-angle-down"
|
|
1503
|
+
aria-hidden="true"
|
|
1504
|
+
></i>
|
|
1505
|
+
</div>
|
|
1506
|
+
</span>
|
|
1485
1507
|
</button>
|
|
1486
1508
|
</td>
|
|
1487
1509
|
|
|
@@ -1551,9 +1573,14 @@ wrapperTag: div
|
|
|
1551
1573
|
type="button"
|
|
1552
1574
|
aria-label="Toggle row"
|
|
1553
1575
|
>
|
|
1554
|
-
<
|
|
1555
|
-
<
|
|
1556
|
-
|
|
1576
|
+
<span class="pf-v6-c-button__text">
|
|
1577
|
+
<div class="pf-v6-c-table__toggle-icon">
|
|
1578
|
+
<i
|
|
1579
|
+
class="fas fa-angle-down"
|
|
1580
|
+
aria-hidden="true"
|
|
1581
|
+
></i>
|
|
1582
|
+
</div>
|
|
1583
|
+
</span>
|
|
1557
1584
|
</button>
|
|
1558
1585
|
</td>
|
|
1559
1586
|
|
|
@@ -1609,9 +1636,14 @@ wrapperTag: div
|
|
|
1609
1636
|
type="button"
|
|
1610
1637
|
aria-label="Toggle row"
|
|
1611
1638
|
>
|
|
1612
|
-
<
|
|
1613
|
-
<
|
|
1614
|
-
|
|
1639
|
+
<span class="pf-v6-c-button__text">
|
|
1640
|
+
<div class="pf-v6-c-table__toggle-icon">
|
|
1641
|
+
<i
|
|
1642
|
+
class="fas fa-angle-down"
|
|
1643
|
+
aria-hidden="true"
|
|
1644
|
+
></i>
|
|
1645
|
+
</div>
|
|
1646
|
+
</span>
|
|
1615
1647
|
</button>
|
|
1616
1648
|
</td>
|
|
1617
1649
|
|
|
@@ -1665,9 +1697,14 @@ wrapperTag: div
|
|
|
1665
1697
|
type="button"
|
|
1666
1698
|
aria-label="Toggle row"
|
|
1667
1699
|
>
|
|
1668
|
-
<
|
|
1669
|
-
<
|
|
1670
|
-
|
|
1700
|
+
<span class="pf-v6-c-button__text">
|
|
1701
|
+
<div class="pf-v6-c-table__toggle-icon">
|
|
1702
|
+
<i
|
|
1703
|
+
class="fas fa-angle-down"
|
|
1704
|
+
aria-hidden="true"
|
|
1705
|
+
></i>
|
|
1706
|
+
</div>
|
|
1707
|
+
</span>
|
|
1671
1708
|
</button>
|
|
1672
1709
|
</td>
|
|
1673
1710
|
|
|
@@ -2106,8 +2143,10 @@ wrapperTag: div
|
|
|
2106
2143
|
id="nested-cards-toggle-right-example-group-1-toggle"
|
|
2107
2144
|
aria-labelledby="nested-cards-toggle-right-example-group-1-title nested-cards-toggle-right-example-group-1-toggle"
|
|
2108
2145
|
>
|
|
2109
|
-
<span class="pf-v6-c-
|
|
2110
|
-
<
|
|
2146
|
+
<span class="pf-v6-c-button__text">
|
|
2147
|
+
<span class="pf-v6-c-card__header-toggle-icon">
|
|
2148
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
2149
|
+
</span>
|
|
2111
2150
|
</span>
|
|
2112
2151
|
</button>
|
|
2113
2152
|
</div>
|
|
@@ -2217,8 +2256,10 @@ wrapperTag: div
|
|
|
2217
2256
|
id="nested-cards-toggle-right-example-group-2-toggle"
|
|
2218
2257
|
aria-labelledby="nested-cards-toggle-right-example-group-2-title nested-cards-toggle-right-example-group-2-toggle"
|
|
2219
2258
|
>
|
|
2220
|
-
<span class="pf-v6-c-
|
|
2221
|
-
<
|
|
2259
|
+
<span class="pf-v6-c-button__text">
|
|
2260
|
+
<span class="pf-v6-c-card__header-toggle-icon">
|
|
2261
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
2262
|
+
</span>
|
|
2222
2263
|
</span>
|
|
2223
2264
|
</button>
|
|
2224
2265
|
</div>
|
|
@@ -2245,8 +2286,10 @@ wrapperTag: div
|
|
|
2245
2286
|
id="nested-cards-toggle-right-example-group-3-toggle"
|
|
2246
2287
|
aria-labelledby="nested-cards-toggle-right-example-group-3-title nested-cards-toggle-right-example-group-3-toggle"
|
|
2247
2288
|
>
|
|
2248
|
-
<span class="pf-v6-c-
|
|
2249
|
-
<
|
|
2289
|
+
<span class="pf-v6-c-button__text">
|
|
2290
|
+
<span class="pf-v6-c-card__header-toggle-icon">
|
|
2291
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
2292
|
+
</span>
|
|
2250
2293
|
</span>
|
|
2251
2294
|
</button>
|
|
2252
2295
|
</div>
|
|
@@ -2288,8 +2331,10 @@ wrapperTag: div
|
|
|
2288
2331
|
id="nested-cards-example-group-1-toggle"
|
|
2289
2332
|
aria-labelledby="nested-cards-example-group-1-title nested-cards-example-group-1-toggle"
|
|
2290
2333
|
>
|
|
2291
|
-
<span class="pf-v6-c-
|
|
2292
|
-
<
|
|
2334
|
+
<span class="pf-v6-c-button__text">
|
|
2335
|
+
<span class="pf-v6-c-card__header-toggle-icon">
|
|
2336
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
2337
|
+
</span>
|
|
2293
2338
|
</span>
|
|
2294
2339
|
</button>
|
|
2295
2340
|
</div>
|
|
@@ -2396,8 +2441,10 @@ wrapperTag: div
|
|
|
2396
2441
|
id="nested-cards-example-group-2-toggle"
|
|
2397
2442
|
aria-labelledby="nested-cards-example-group-2-title nested-cards-example-group-2-toggle"
|
|
2398
2443
|
>
|
|
2399
|
-
<span class="pf-v6-c-
|
|
2400
|
-
<
|
|
2444
|
+
<span class="pf-v6-c-button__text">
|
|
2445
|
+
<span class="pf-v6-c-card__header-toggle-icon">
|
|
2446
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
2447
|
+
</span>
|
|
2401
2448
|
</span>
|
|
2402
2449
|
</button>
|
|
2403
2450
|
</div>
|
|
@@ -2421,8 +2468,10 @@ wrapperTag: div
|
|
|
2421
2468
|
id="nested-cards-example-group-3-toggle"
|
|
2422
2469
|
aria-labelledby="nested-cards-example-group-3-title nested-cards-example-group-3-toggle"
|
|
2423
2470
|
>
|
|
2424
|
-
<span class="pf-v6-c-
|
|
2425
|
-
<
|
|
2471
|
+
<span class="pf-v6-c-button__text">
|
|
2472
|
+
<span class="pf-v6-c-card__header-toggle-icon">
|
|
2473
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
2474
|
+
</span>
|
|
2426
2475
|
</span>
|
|
2427
2476
|
</button>
|
|
2428
2477
|
</div>
|
|
@@ -11,7 +11,9 @@ section: patterns
|
|
|
11
11
|
<a
|
|
12
12
|
class="pf-v6-c-button pf-m-primary"
|
|
13
13
|
href="#main-content-card-view-basic-example"
|
|
14
|
-
>
|
|
14
|
+
>
|
|
15
|
+
<span class="pf-v6-c-button__text">Skip to content</span>
|
|
16
|
+
</a>
|
|
15
17
|
</div>
|
|
16
18
|
<header class="pf-v6-c-masthead" id="card-view-basic-example-masthead">
|
|
17
19
|
<span class="pf-v6-c-masthead__toggle">
|
|
@@ -20,7 +22,9 @@ section: patterns
|
|
|
20
22
|
type="button"
|
|
21
23
|
aria-label="Global navigation"
|
|
22
24
|
>
|
|
23
|
-
<
|
|
25
|
+
<span class="pf-v6-c-button__text">
|
|
26
|
+
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
27
|
+
</span>
|
|
24
28
|
</button>
|
|
25
29
|
</span>
|
|
26
30
|
<div class="pf-v6-c-masthead__main">
|
|
@@ -555,7 +559,9 @@ section: patterns
|
|
|
555
559
|
<button
|
|
556
560
|
class="pf-v6-c-button pf-m-primary"
|
|
557
561
|
type="button"
|
|
558
|
-
>
|
|
562
|
+
>
|
|
563
|
+
<span class="pf-v6-c-button__text">Create instance</span>
|
|
564
|
+
</button>
|
|
559
565
|
</div>
|
|
560
566
|
</div>
|
|
561
567
|
</div>
|
|
@@ -606,7 +612,9 @@ section: patterns
|
|
|
606
612
|
disabled
|
|
607
613
|
aria-label="Go to previous page"
|
|
608
614
|
>
|
|
609
|
-
<
|
|
615
|
+
<span class="pf-v6-c-button__text">
|
|
616
|
+
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
617
|
+
</span>
|
|
610
618
|
</button>
|
|
611
619
|
</div>
|
|
612
620
|
<div class="pf-v6-c-pagination__nav-control pf-m-next">
|
|
@@ -615,7 +623,9 @@ section: patterns
|
|
|
615
623
|
type="button"
|
|
616
624
|
aria-label="Go to next page"
|
|
617
625
|
>
|
|
618
|
-
<
|
|
626
|
+
<span class="pf-v6-c-button__text">
|
|
627
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
628
|
+
</span>
|
|
619
629
|
</button>
|
|
620
630
|
</div>
|
|
621
631
|
</nav>
|
|
@@ -648,10 +658,9 @@ section: patterns
|
|
|
648
658
|
class="pf-v6-c-card__title-text pf-m-md"
|
|
649
659
|
>Add a new card to your page</h2>
|
|
650
660
|
</div>
|
|
651
|
-
<button
|
|
652
|
-
class="pf-v6-c-
|
|
653
|
-
|
|
654
|
-
>Add card</button>
|
|
661
|
+
<button class="pf-v6-c-button pf-m-link" type="button">
|
|
662
|
+
<span class="pf-v6-c-button__text">Add card</span>
|
|
663
|
+
</button>
|
|
655
664
|
</div>
|
|
656
665
|
</div>
|
|
657
666
|
</div>
|
|
@@ -1152,7 +1161,9 @@ section: patterns
|
|
|
1152
1161
|
disabled
|
|
1153
1162
|
aria-label="Go to first page"
|
|
1154
1163
|
>
|
|
1155
|
-
<
|
|
1164
|
+
<span class="pf-v6-c-button__text">
|
|
1165
|
+
<i class="fas fa-angle-double-left" aria-hidden="true"></i>
|
|
1166
|
+
</span>
|
|
1156
1167
|
</button>
|
|
1157
1168
|
</div>
|
|
1158
1169
|
<div class="pf-v6-c-pagination__nav-control pf-m-prev">
|
|
@@ -1162,7 +1173,9 @@ section: patterns
|
|
|
1162
1173
|
disabled
|
|
1163
1174
|
aria-label="Go to previous page"
|
|
1164
1175
|
>
|
|
1165
|
-
<
|
|
1176
|
+
<span class="pf-v6-c-button__text">
|
|
1177
|
+
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
1178
|
+
</span>
|
|
1166
1179
|
</button>
|
|
1167
1180
|
</div>
|
|
1168
1181
|
<div class="pf-v6-c-pagination__nav-page-select">
|
|
@@ -1183,7 +1196,9 @@ section: patterns
|
|
|
1183
1196
|
type="button"
|
|
1184
1197
|
aria-label="Go to next page"
|
|
1185
1198
|
>
|
|
1186
|
-
<
|
|
1199
|
+
<span class="pf-v6-c-button__text">
|
|
1200
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
1201
|
+
</span>
|
|
1187
1202
|
</button>
|
|
1188
1203
|
</div>
|
|
1189
1204
|
<div class="pf-v6-c-pagination__nav-control pf-m-last">
|
|
@@ -1192,7 +1207,9 @@ section: patterns
|
|
|
1192
1207
|
type="button"
|
|
1193
1208
|
aria-label="Go to last page"
|
|
1194
1209
|
>
|
|
1195
|
-
<
|
|
1210
|
+
<span class="pf-v6-c-button__text">
|
|
1211
|
+
<i class="fas fa-angle-double-right" aria-hidden="true"></i>
|
|
1212
|
+
</span>
|
|
1196
1213
|
</button>
|
|
1197
1214
|
</div>
|
|
1198
1215
|
</nav>
|
|
@@ -13,7 +13,9 @@ deprecated: true
|
|
|
13
13
|
<a
|
|
14
14
|
class="pf-v6-c-button pf-m-primary"
|
|
15
15
|
href="#main-content-context-selector-in-masthead"
|
|
16
|
-
>
|
|
16
|
+
>
|
|
17
|
+
<span class="pf-v6-c-button__text">Skip to content</span>
|
|
18
|
+
</a>
|
|
17
19
|
</div>
|
|
18
20
|
<header class="pf-v6-c-masthead" id="context-selector-in-masthead-masthead">
|
|
19
21
|
<span class="pf-v6-c-masthead__toggle">
|
|
@@ -22,7 +24,9 @@ deprecated: true
|
|
|
22
24
|
type="button"
|
|
23
25
|
aria-label="Global navigation"
|
|
24
26
|
>
|
|
25
|
-
<
|
|
27
|
+
<span class="pf-v6-c-button__text">
|
|
28
|
+
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
29
|
+
</span>
|
|
26
30
|
</button>
|
|
27
31
|
</span>
|
|
28
32
|
<div class="pf-v6-c-masthead__main">
|
|
@@ -266,7 +270,9 @@ deprecated: true
|
|
|
266
270
|
<a
|
|
267
271
|
class="pf-v6-c-button pf-m-primary"
|
|
268
272
|
href="#main-content-context-selector-in-sidebar-example"
|
|
269
|
-
>
|
|
273
|
+
>
|
|
274
|
+
<span class="pf-v6-c-button__text">Skip to content</span>
|
|
275
|
+
</a>
|
|
270
276
|
</div>
|
|
271
277
|
<header
|
|
272
278
|
class="pf-v6-c-masthead"
|
|
@@ -278,7 +284,9 @@ deprecated: true
|
|
|
278
284
|
type="button"
|
|
279
285
|
aria-label="Global navigation"
|
|
280
286
|
>
|
|
281
|
-
<
|
|
287
|
+
<span class="pf-v6-c-button__text">
|
|
288
|
+
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
289
|
+
</span>
|
|
282
290
|
</button>
|
|
283
291
|
</span>
|
|
284
292
|
<div class="pf-v6-c-masthead__main">
|
|
@@ -736,7 +744,9 @@ deprecated: true
|
|
|
736
744
|
<a
|
|
737
745
|
class="pf-v6-c-button pf-m-primary"
|
|
738
746
|
href="#main-content-context-selector-in-sidebar-expanded-example"
|
|
739
|
-
>
|
|
747
|
+
>
|
|
748
|
+
<span class="pf-v6-c-button__text">Skip to content</span>
|
|
749
|
+
</a>
|
|
740
750
|
</div>
|
|
741
751
|
<header
|
|
742
752
|
class="pf-v6-c-masthead"
|
|
@@ -748,7 +758,9 @@ deprecated: true
|
|
|
748
758
|
type="button"
|
|
749
759
|
aria-label="Global navigation"
|
|
750
760
|
>
|
|
751
|
-
<
|
|
761
|
+
<span class="pf-v6-c-button__text">
|
|
762
|
+
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
763
|
+
</span>
|
|
752
764
|
</button>
|
|
753
765
|
</span>
|
|
754
766
|
<div class="pf-v6-c-masthead__main">
|
|
@@ -1208,7 +1220,9 @@ deprecated: true
|
|
|
1208
1220
|
<a
|
|
1209
1221
|
class="pf-v6-c-button pf-m-primary"
|
|
1210
1222
|
href="#main-content-context-selector-in-page-content-example"
|
|
1211
|
-
>
|
|
1223
|
+
>
|
|
1224
|
+
<span class="pf-v6-c-button__text">Skip to content</span>
|
|
1225
|
+
</a>
|
|
1212
1226
|
</div>
|
|
1213
1227
|
<header
|
|
1214
1228
|
class="pf-v6-c-masthead"
|
|
@@ -1220,7 +1234,9 @@ deprecated: true
|
|
|
1220
1234
|
type="button"
|
|
1221
1235
|
aria-label="Global navigation"
|
|
1222
1236
|
>
|
|
1223
|
-
<
|
|
1237
|
+
<span class="pf-v6-c-button__text">
|
|
1238
|
+
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
1239
|
+
</span>
|
|
1224
1240
|
</button>
|
|
1225
1241
|
</span>
|
|
1226
1242
|
<div class="pf-v6-c-masthead__main">
|
|
@@ -9,10 +9,9 @@ cssPrefix: pf-d-dashboard
|
|
|
9
9
|
```html isFullscreen
|
|
10
10
|
<div class="pf-v6-c-page" id="dashboard-demo">
|
|
11
11
|
<div class="pf-v6-c-skip-to-content">
|
|
12
|
-
<a
|
|
13
|
-
class="pf-v6-c-
|
|
14
|
-
|
|
15
|
-
>Skip to content</a>
|
|
12
|
+
<a class="pf-v6-c-button pf-m-primary" href="#main-content-dashboard-demo">
|
|
13
|
+
<span class="pf-v6-c-button__text">Skip to content</span>
|
|
14
|
+
</a>
|
|
16
15
|
</div>
|
|
17
16
|
<header class="pf-v6-c-masthead" id="dashboard-demo-masthead">
|
|
18
17
|
<span class="pf-v6-c-masthead__toggle">
|
|
@@ -21,7 +20,9 @@ cssPrefix: pf-d-dashboard
|
|
|
21
20
|
type="button"
|
|
22
21
|
aria-label="Global navigation"
|
|
23
22
|
>
|
|
24
|
-
<
|
|
23
|
+
<span class="pf-v6-c-button__text">
|
|
24
|
+
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
25
|
+
</span>
|
|
25
26
|
</button>
|
|
26
27
|
</span>
|
|
27
28
|
<div class="pf-v6-c-masthead__main">
|
|
@@ -300,8 +301,10 @@ cssPrefix: pf-d-dashboard
|
|
|
300
301
|
id="dashboard-demo-expandable-status-card-1-toggle"
|
|
301
302
|
aria-labelledby="dashboard-demo-expandable-status-card-1-title dashboard-demo-expandable-status-card-1-toggle"
|
|
302
303
|
>
|
|
303
|
-
<span class="pf-v6-c-
|
|
304
|
-
<
|
|
304
|
+
<span class="pf-v6-c-button__text">
|
|
305
|
+
<span class="pf-v6-c-card__header-toggle-icon">
|
|
306
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
307
|
+
</span>
|
|
305
308
|
</span>
|
|
306
309
|
</button>
|
|
307
310
|
</div>
|
|
@@ -406,11 +409,13 @@ cssPrefix: pf-d-dashboard
|
|
|
406
409
|
class="pf-v6-c-button pf-m-link pf-m-inline"
|
|
407
410
|
href="#"
|
|
408
411
|
>
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
412
|
+
<span class="pf-v6-c-button__text">
|
|
413
|
+
View pathway
|
|
414
|
+
<span
|
|
415
|
+
class="pf-v6-c-button__icon pf-m-start pf-m-end"
|
|
416
|
+
>
|
|
417
|
+
<i class="fas fa-arrow-right" aria-hidden="true"></i>
|
|
418
|
+
</span>
|
|
414
419
|
</span>
|
|
415
420
|
</a>
|
|
416
421
|
</div>
|
|
@@ -498,11 +503,13 @@ cssPrefix: pf-d-dashboard
|
|
|
498
503
|
class="pf-v6-c-button pf-m-link pf-m-inline"
|
|
499
504
|
href="#"
|
|
500
505
|
>
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
+
<span class="pf-v6-c-button__text">
|
|
507
|
+
View pathway
|
|
508
|
+
<span
|
|
509
|
+
class="pf-v6-c-button__icon pf-m-start pf-m-end"
|
|
510
|
+
>
|
|
511
|
+
<i class="fas fa-arrow-right" aria-hidden="true"></i>
|
|
512
|
+
</span>
|
|
506
513
|
</span>
|
|
507
514
|
</a>
|
|
508
515
|
</div>
|
|
@@ -590,11 +597,13 @@ cssPrefix: pf-d-dashboard
|
|
|
590
597
|
class="pf-v6-c-button pf-m-link pf-m-inline"
|
|
591
598
|
href="#"
|
|
592
599
|
>
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
600
|
+
<span class="pf-v6-c-button__text">
|
|
601
|
+
View pathway
|
|
602
|
+
<span
|
|
603
|
+
class="pf-v6-c-button__icon pf-m-start pf-m-end"
|
|
604
|
+
>
|
|
605
|
+
<i class="fas fa-arrow-right" aria-hidden="true"></i>
|
|
606
|
+
</span>
|
|
598
607
|
</span>
|
|
599
608
|
</a>
|
|
600
609
|
</div>
|
|
@@ -985,8 +994,10 @@ cssPrefix: pf-d-dashboard
|
|
|
985
994
|
id="dashboard-demo-line-chart-card-1-group-1-toggle"
|
|
986
995
|
aria-labelledby="dashboard-demo-line-chart-card-1-group-1-title dashboard-demo-line-chart-card-1-group-1-toggle"
|
|
987
996
|
>
|
|
988
|
-
<span class="pf-v6-c-
|
|
989
|
-
<
|
|
997
|
+
<span class="pf-v6-c-button__text">
|
|
998
|
+
<span class="pf-v6-c-card__header-toggle-icon">
|
|
999
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
1000
|
+
</span>
|
|
990
1001
|
</span>
|
|
991
1002
|
</button>
|
|
992
1003
|
</div>
|
|
@@ -1094,8 +1105,10 @@ cssPrefix: pf-d-dashboard
|
|
|
1094
1105
|
id="dashboard-demo-line-chart-card-1-group-2-toggle"
|
|
1095
1106
|
aria-labelledby="dashboard-demo-line-chart-card-1-group-2-title dashboard-demo-line-chart-card-1-group-2-toggle"
|
|
1096
1107
|
>
|
|
1097
|
-
<span class="pf-v6-c-
|
|
1098
|
-
<
|
|
1108
|
+
<span class="pf-v6-c-button__text">
|
|
1109
|
+
<span class="pf-v6-c-card__header-toggle-icon">
|
|
1110
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
1111
|
+
</span>
|
|
1099
1112
|
</span>
|
|
1100
1113
|
</button>
|
|
1101
1114
|
</div>
|
|
@@ -1120,8 +1133,10 @@ cssPrefix: pf-d-dashboard
|
|
|
1120
1133
|
id="dashboard-demo-line-chart-card-1-group-3-toggle"
|
|
1121
1134
|
aria-labelledby="dashboard-demo-line-chart-card-1-group-3-title dashboard-demo-line-chart-card-1-group-3-toggle"
|
|
1122
1135
|
>
|
|
1123
|
-
<span class="pf-v6-c-
|
|
1124
|
-
<
|
|
1136
|
+
<span class="pf-v6-c-button__text">
|
|
1137
|
+
<span class="pf-v6-c-card__header-toggle-icon">
|
|
1138
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
1139
|
+
</span>
|
|
1125
1140
|
</span>
|
|
1126
1141
|
</button>
|
|
1127
1142
|
</div>
|