@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
package/components/_index.css
CHANGED
|
@@ -631,16 +631,67 @@
|
|
|
631
631
|
border-radius: var(--pf-v6-c-alert-group__overflow-button--BorderRadius);
|
|
632
632
|
box-shadow: var(--pf-v6-c-alert-group__overflow-button--BoxShadow);
|
|
633
633
|
}
|
|
634
|
-
|
|
634
|
+
|
|
635
|
+
.pf-v6-c-alert-group__item {
|
|
636
|
+
display: grid;
|
|
637
|
+
grid-template-rows: 1fr;
|
|
638
|
+
opacity: 1;
|
|
639
|
+
transition: opacity var(--pf-t--global--motion--duration--fade--default) var(--pf-t--global--motion--timing-function--decelerate) 0s;
|
|
640
|
+
transform: translateX(0) translateY(0);
|
|
641
|
+
}
|
|
642
|
+
@media screen and (prefers-reduced-motion: no-preference) {
|
|
643
|
+
.pf-v6-c-alert-group__item {
|
|
644
|
+
transition: opacity var(--pf-t--global--motion--duration--fade--default) var(--pf-t--global--motion--timing-function--decelerate) var(--pf-t--global--motion--duration--slide-in--default), transform var(--pf-t--global--motion--duration--slide-in--default) var(--pf-t--global--motion--timing-function--decelerate) var(--pf-t--global--motion--duration--slide-in--default), grid-template-rows var(--pf-t--global--motion--duration--slide-in--default) var(--pf-t--global--motion--timing-function--decelerate) 0s, margin-block var(--pf-t--global--motion--duration--slide-in--default) var(--pf-t--global--motion--timing-function--decelerate) 0s;
|
|
645
|
+
}
|
|
646
|
+
.pf-v6-c-alert-group__item .pf-v6-c-alert {
|
|
647
|
+
transition: all var(--pf-t--global--motion--duration--slide-in--default) var(--pf-t--global--motion--timing-function--decelerate);
|
|
648
|
+
}
|
|
649
|
+
}
|
|
650
|
+
.pf-v6-c-alert-group__item.pf-m-offstage-top {
|
|
651
|
+
grid-template-rows: 0fr;
|
|
652
|
+
margin-block: 0;
|
|
653
|
+
overflow: hidden;
|
|
654
|
+
opacity: 0;
|
|
655
|
+
transform: translateY(-100%);
|
|
656
|
+
}
|
|
657
|
+
.pf-v6-c-alert-group__item.pf-m-offstage-top .pf-v6-c-alert {
|
|
658
|
+
min-height: 0;
|
|
659
|
+
padding-block-start: 0;
|
|
660
|
+
padding-block-end: 0;
|
|
661
|
+
border-width: 0;
|
|
662
|
+
}
|
|
663
|
+
.pf-v6-c-alert-group__item.pf-m-offstage-right {
|
|
664
|
+
grid-template-rows: 0fr;
|
|
665
|
+
margin-block: 0;
|
|
666
|
+
overflow: hidden;
|
|
667
|
+
opacity: 0;
|
|
668
|
+
transition: opacity var(--pf-t--global--motion--duration--fade--short) var(--pf-t--global--motion--timing-function--accelerate) 0s;
|
|
669
|
+
transform: translateX(100%);
|
|
670
|
+
}
|
|
671
|
+
.pf-v6-c-alert-group__item.pf-m-offstage-right .pf-v6-c-alert {
|
|
672
|
+
min-height: 0;
|
|
673
|
+
padding-block-start: 0;
|
|
674
|
+
padding-block-end: 0;
|
|
675
|
+
border-width: 0;
|
|
676
|
+
}
|
|
677
|
+
@media screen and (prefers-reduced-motion: no-preference) {
|
|
678
|
+
.pf-v6-c-alert-group__item.pf-m-offstage-right {
|
|
679
|
+
transition: transform var(--pf-t--global--motion--duration--slide-out--short) var(--pf-t--global--motion--timing-function--accelerate) 0s, opacity var(--pf-t--global--motion--duration--slide-out--short) var(--pf-t--global--motion--timing-function--accelerate) 0s, margin-block var(--pf-t--global--motion--duration--fade--short) var(--pf-t--global--motion--timing-function--accelerate) var(--pf-t--global--motion--duration--slide-out--short), grid-template-rows var(--pf-t--global--motion--duration--slide-in--short) var(--pf-t--global--motion--timing-function--accelerate) var(--pf-t--global--motion--duration--slide-out--short);
|
|
680
|
+
}
|
|
681
|
+
.pf-v6-c-alert-group__item.pf-m-offstage-right .pf-v6-c-alert {
|
|
682
|
+
transition: all var(--pf-t--global--motion--duration--slide-out--short) var(--pf-t--global--motion--timing-function--accelerate) var(--pf-t--global--motion--duration--slide-out--short);
|
|
683
|
+
}
|
|
684
|
+
}
|
|
685
|
+
.pf-v6-c-alert-group__item:hover {
|
|
635
686
|
--pf-v6-c-alert-group__overflow-button--Color: var(--pf-v6-c-alert-group__overflow-button--hover--Color);
|
|
636
687
|
--pf-v6-c-alert-group__overflow-button--BackgroundColor: var(--pf-v6-c-alert-group__overflow-button--hover--BackgroundColor);
|
|
637
688
|
--pf-v6-c-alert-group__overflow-button--BoxShadow: var(--pf-v6-c-alert-group__overflow-button--hover--BoxShadow);
|
|
638
689
|
}
|
|
639
|
-
.pf-v6-c-alert-
|
|
690
|
+
.pf-v6-c-alert-group__item:focus {
|
|
640
691
|
--pf-v6-c-alert-group__overflow-button--Color: var(--pf-v6-c-alert-group__overflow-button--focus--Color);
|
|
641
692
|
--pf-v6-c-alert-group__overflow-button--BoxShadow: var(--pf-v6-c-alert-group__overflow-button--focus--BoxShadow);
|
|
642
693
|
}
|
|
643
|
-
.pf-v6-c-alert-
|
|
694
|
+
.pf-v6-c-alert-group__item:active {
|
|
644
695
|
--pf-v6-c-alert-group__overflow-button--Color: var(--pf-v6-c-alert-group__overflow-button--active--Color);
|
|
645
696
|
--pf-v6-c-alert-group__overflow-button--BoxShadow: var(--pf-v6-c-alert-group__overflow-button--active--BoxShadow);
|
|
646
697
|
}
|
|
@@ -1360,7 +1411,10 @@ button.pf-v6-c-breadcrumb__link {
|
|
|
1360
1411
|
}
|
|
1361
1412
|
|
|
1362
1413
|
:where(:root, .pf-v6-c-button) {
|
|
1363
|
-
--pf-v6-c-button--Display: inline-
|
|
1414
|
+
--pf-v6-c-button--Display: inline-flex;
|
|
1415
|
+
--pf-v6-c-button--AlignItems: baseline;
|
|
1416
|
+
--pf-v6-c-button--JustifyContent: center;
|
|
1417
|
+
--pf-v6-c-button--Gap: var(--pf-t--global--spacer--gap--text-to-element--default);
|
|
1364
1418
|
--pf-v6-c-button--PaddingBlockStart: var(--pf-t--global--spacer--sm);
|
|
1365
1419
|
--pf-v6-c-button--PaddingInlineEnd: var(--pf-t--global--spacer--lg);
|
|
1366
1420
|
--pf-v6-c-button--PaddingBlockEnd: var(--pf-t--global--spacer--sm);
|
|
@@ -1441,6 +1495,7 @@ button.pf-v6-c-breadcrumb__link {
|
|
|
1441
1495
|
--pf-v6-c-button--m-link--m-danger--m-clicked--Color: var(--pf-t--global--text--color--status--danger--clicked);
|
|
1442
1496
|
--pf-v6-c-button--m-link--m-danger--m-clicked--BackgroundColor: var(--pf-t--global--background--color--action--plain--clicked);
|
|
1443
1497
|
--pf-v6-c-button--m-link--m-danger--m-clicked__icon--Color: var(--pf-t--global--text--color--status--danger--clicked);
|
|
1498
|
+
--pf-v6-c-button--m-link--m-inline--Display: inline-flex;
|
|
1444
1499
|
--pf-v6-c-button--m-link--m-inline--FontSize: initial;
|
|
1445
1500
|
--pf-v6-c-button--m-link--m-inline--LineHeight: initial;
|
|
1446
1501
|
--pf-v6-c-button--m-link--m-inline--FontWeight: initial;
|
|
@@ -1453,6 +1508,9 @@ button.pf-v6-c-breadcrumb__link {
|
|
|
1453
1508
|
--pf-v6-c-button--m-link--m-inline--m-in-progress--PaddingInlineStart: calc(var(--pf-v6-c-button--m-link--m-inline__progress--InsetInlineStart) + 1rem + var(--pf-t--global--spacer--sm));
|
|
1454
1509
|
--pf-v6-c-button--m-link--m-inline--disabled--Color: var(--pf-t--global--text--color--disabled);
|
|
1455
1510
|
--pf-v6-c-button--m-link--m-inline--disabled__icon--Color: var(--pf-t--global--icon--color--disabled);
|
|
1511
|
+
--pf-v6-c-button--span--m-link--m-inline--Display: inline;
|
|
1512
|
+
--pf-v6-c-button--span--m-link--m-inline__icon--m-start--MarginInlineEnd: var(--pf-t--global--spacer--xs);
|
|
1513
|
+
--pf-v6-c-button--span--m-link--m-inline__icon--m-end--MarginInlineStart: var(--pf-t--global--spacer--xs);
|
|
1456
1514
|
--pf-v6-c-button--m-plain--BorderRadius: var(--pf-t--global--border--radius--small);
|
|
1457
1515
|
--pf-v6-c-button--m-plain--PaddingBlockStart: var(--pf-t--global--spacer--sm);
|
|
1458
1516
|
--pf-v6-c-button--m-plain--PaddingInlineEnd: var(--pf-t--global--spacer--sm);
|
|
@@ -1465,7 +1523,8 @@ button.pf-v6-c-breadcrumb__link {
|
|
|
1465
1523
|
--pf-v6-c-button--m-plain--hover--BackgroundColor: var(--pf-t--global--background--color--action--plain--hover);
|
|
1466
1524
|
--pf-v6-c-button--m-plain--m-clicked--Color: var(--pf-t--global--icon--color--regular);
|
|
1467
1525
|
--pf-v6-c-button--m-plain--m-clicked--BackgroundColor: var(--pf-t--global--background--color--action--plain--clicked);
|
|
1468
|
-
--pf-v6-c-button--m-plain--disabled--Color: var(--pf-t--global--
|
|
1526
|
+
--pf-v6-c-button--m-plain--disabled--Color: var(--pf-t--global--text--color--disabled);
|
|
1527
|
+
--pf-v6-c-button--m-plain--disabled__icon--Color: var(--pf-t--global--icon--color--disabled);
|
|
1469
1528
|
--pf-v6-c-button--m-plain--disabled--BackgroundColor: transparent;
|
|
1470
1529
|
--pf-v6-c-button--m-plain--m-small--PaddingBlockStart: var(--pf-t--global--spacer--xs);
|
|
1471
1530
|
--pf-v6-c-button--m-plain--m-small--PaddingInlineEnd: var(--pf-t--global--spacer--xs);
|
|
@@ -1560,8 +1619,10 @@ button.pf-v6-c-breadcrumb__link {
|
|
|
1560
1619
|
--pf-v6-c-button__icon--Color: var(--pf-t--global--icon--color--regular);
|
|
1561
1620
|
--pf-v6-c-button--hover__icon--Color: var(--pf-t--global--icon--color--regular);
|
|
1562
1621
|
--pf-v6-c-button--m-clicked__icon--Color: var(--pf-t--global--icon--color--regular);
|
|
1563
|
-
--pf-v6-c-button__icon--
|
|
1564
|
-
--pf-v6-c-button__icon--
|
|
1622
|
+
--pf-v6-c-button__icon--MarginInlineStart: 0;
|
|
1623
|
+
--pf-v6-c-button__icon--MarginInlineEnd: 0;
|
|
1624
|
+
--pf-v6-c-button__icon--m-start--MarginInlineEnd: 0;
|
|
1625
|
+
--pf-v6-c-button__icon--m-end--MarginInlineStart: 0;
|
|
1565
1626
|
--pf-v6-c-button__progress--width: calc(var(--pf-v6-c-spinner--m-md--diameter) + var(--pf-t--global--spacer--sm));
|
|
1566
1627
|
--pf-v6-c-button__progress--Opacity: 0;
|
|
1567
1628
|
--pf-v6-c-button__progress--TranslateY: -50%;
|
|
@@ -1576,16 +1637,17 @@ button.pf-v6-c-breadcrumb__link {
|
|
|
1576
1637
|
--pf-v6-c-button--m-in-progress--m-plain--Color: var(--pf-v6-c-spinner--Color);
|
|
1577
1638
|
--pf-v6-c-button--m-in-progress--m-plain__progress--InsetInlineStart: 50%;
|
|
1578
1639
|
--pf-v6-c-button--m-in-progress--m-plain__progress--TranslateX: -50%;
|
|
1579
|
-
--pf-v6-c-button__count--MarginInlineStart: var(--pf-t--global--spacer--sm);
|
|
1580
1640
|
--pf-v6-c-button--m-primary__c-badge--BorderColor: var(--pf-t--global--border--color--default);
|
|
1641
|
+
--pf-v6-c-button--m-block--Display: flex;
|
|
1642
|
+
--pf-v6-c-button--m-block--Width: 100%;
|
|
1581
1643
|
}
|
|
1582
1644
|
|
|
1583
1645
|
.pf-v6-c-button {
|
|
1584
1646
|
position: relative;
|
|
1585
1647
|
display: var(--pf-v6-c-button--Display);
|
|
1586
|
-
|
|
1587
|
-
align-items: var(--pf-v6-c-button--AlignItems
|
|
1588
|
-
justify-content: var(--pf-v6-c-button--JustifyContent
|
|
1648
|
+
gap: var(--pf-v6-c-button--Gap);
|
|
1649
|
+
align-items: var(--pf-v6-c-button--AlignItems);
|
|
1650
|
+
justify-content: var(--pf-v6-c-button--JustifyContent);
|
|
1589
1651
|
padding-block-start: var(--pf-v6-c-button--PaddingBlockStart);
|
|
1590
1652
|
padding-block-end: var(--pf-v6-c-button--PaddingBlockEnd);
|
|
1591
1653
|
padding-inline-start: var(--pf-v6-c-button--PaddingInlineStart);
|
|
@@ -1684,6 +1746,7 @@ button.pf-v6-c-breadcrumb__link {
|
|
|
1684
1746
|
--pf-v6-c-button--m-clicked__icon--Color: var(--pf-v6-c-button--m-link--m-clicked__icon--Color);
|
|
1685
1747
|
}
|
|
1686
1748
|
.pf-v6-c-button.pf-m-link.pf-m-inline {
|
|
1749
|
+
--pf-v6-c-button--Display: var(--pf-v6-c-button--m-link--m-inline--Display);
|
|
1687
1750
|
--pf-v6-c-button--FontSize: var(--pf-v6-c-button--m-link--m-inline--FontSize);
|
|
1688
1751
|
--pf-v6-c-button--LineHeight: var(--pf-v6-c-button--m-link--m-inline--LineHeight);
|
|
1689
1752
|
--pf-v6-c-button--FontWeight: var(--pf-v6-c-button--m-link--m-inline--FontWeight);
|
|
@@ -1699,11 +1762,16 @@ button.pf-v6-c-breadcrumb__link {
|
|
|
1699
1762
|
--pf-v6-c-button--disabled--BackgroundColor: transparent;
|
|
1700
1763
|
--pf-v6-c-button--disabled--Color: var(--pf-v6-c-button--m-link--m-inline--disabled--Color);
|
|
1701
1764
|
--pf-v6-c-button--disabled__icon--Color: var(--pf-v6-c-button--m-link--m-inline--disabled__icon--Color);
|
|
1702
|
-
display: inline;
|
|
1703
1765
|
text-align: start;
|
|
1704
1766
|
white-space: normal;
|
|
1705
1767
|
outline-offset: 0.125rem;
|
|
1706
1768
|
}
|
|
1769
|
+
span.pf-v6-c-button.pf-m-link.pf-m-inline {
|
|
1770
|
+
--pf-v6-c-button--m-link--m-inline--Display: var(--pf-v6-c-button--span--m-link--m-inline--Display);
|
|
1771
|
+
--pf-v6-c-button__icon--m-start--MarginInlineEnd: var(--pf-v6-c-button--span--m-link--m-inline__icon--m-start--MarginInlineEnd);
|
|
1772
|
+
--pf-v6-c-button__icon--m-end--MarginInlineStart: var(--pf-v6-c-button--span--m-link--m-inline__icon--m-end--MarginInlineStart);
|
|
1773
|
+
}
|
|
1774
|
+
|
|
1707
1775
|
.pf-v6-c-button.pf-m-link.pf-m-danger {
|
|
1708
1776
|
--pf-v6-c-button--m-danger--Color: var(--pf-v6-c-button--m-link--m-danger--Color);
|
|
1709
1777
|
--pf-v6-c-button--m-danger--BackgroundColor: var(--pf-v6-c-button--m-link--m-danger--BackgroundColor);
|
|
@@ -1809,6 +1877,7 @@ button.pf-v6-c-breadcrumb__link {
|
|
|
1809
1877
|
--pf-v6-c-button--m-clicked--Color: var(--pf-v6-c-button--m-plain--m-clicked--Color);
|
|
1810
1878
|
--pf-v6-c-button--m-clicked--BackgroundColor: var(--pf-v6-c-button--m-plain--m-clicked--BackgroundColor);
|
|
1811
1879
|
--pf-v6-c-button--disabled--Color: var(--pf-v6-c-button--m-plain--disabled--Color);
|
|
1880
|
+
--pf-v6-c-button--disabled__icon--Color: var(--pf-v6-c-button--m-plain--disabled__icon--Color);
|
|
1812
1881
|
--pf-v6-c-button--disabled--BackgroundColor: var(--pf-v6-c-button--m-plain--disabled--BackgroundColor);
|
|
1813
1882
|
--pf-v6-c-button--m-small--PaddingBlockStart: var(--pf-v6-c-button--m-plain--m-small--PaddingBlockStart);
|
|
1814
1883
|
--pf-v6-c-button--m-small--PaddingInlineEnd: var(--pf-v6-c-button--m-plain--m-small--PaddingInlineEnd);
|
|
@@ -1827,8 +1896,8 @@ button.pf-v6-c-breadcrumb__link {
|
|
|
1827
1896
|
min-width: var(--pf-v6-c-button--m-plain--m-no-padding--MinWidth);
|
|
1828
1897
|
}
|
|
1829
1898
|
.pf-v6-c-button.pf-m-block {
|
|
1830
|
-
|
|
1831
|
-
width:
|
|
1899
|
+
--pf-v6-c-button--Display: var(--pf-v6-c-button--m-block--Display);
|
|
1900
|
+
width: var(--pf-v6-c-button--m-block--Width);
|
|
1832
1901
|
}
|
|
1833
1902
|
.pf-v6-c-button.pf-m-small {
|
|
1834
1903
|
--pf-v6-c-button--PaddingBlockStart: var(--pf-v6-c-button--m-small--PaddingBlockStart);
|
|
@@ -1895,13 +1964,15 @@ button.pf-v6-c-breadcrumb__link {
|
|
|
1895
1964
|
}
|
|
1896
1965
|
|
|
1897
1966
|
.pf-v6-c-button__icon {
|
|
1967
|
+
margin-inline-start: var(--pf-v6-c-button__icon--MarginInlineStart);
|
|
1968
|
+
margin-inline-end: var(--pf-v6-c-button__icon--MarginInlineEnd);
|
|
1898
1969
|
color: var(--pf-v6-c-button__icon--Color);
|
|
1899
1970
|
}
|
|
1900
1971
|
.pf-v6-c-button__icon.pf-m-start {
|
|
1901
|
-
|
|
1972
|
+
--pf-v6-c-button__icon--MarginInlineEnd: var(--pf-v6-c-button__icon--m-start--MarginInlineEnd);
|
|
1902
1973
|
}
|
|
1903
1974
|
.pf-v6-c-button__icon.pf-m-end {
|
|
1904
|
-
|
|
1975
|
+
--pf-v6-c-button__icon--MarginInlineStart: var(--pf-v6-c-button__icon--m-end--MarginInlineStart);
|
|
1905
1976
|
}
|
|
1906
1977
|
|
|
1907
1978
|
.pf-v6-c-button__progress {
|
|
@@ -1919,7 +1990,6 @@ button.pf-v6-c-breadcrumb__link {
|
|
|
1919
1990
|
.pf-v6-c-button__count {
|
|
1920
1991
|
display: inline-flex;
|
|
1921
1992
|
align-items: center;
|
|
1922
|
-
margin-inline-start: var(--pf-v6-c-button__count--MarginInlineStart);
|
|
1923
1993
|
}
|
|
1924
1994
|
|
|
1925
1995
|
:where(:root, .pf-v6-c-calendar-month) {
|
|
@@ -24,7 +24,9 @@ cssPrefix: pf-v6-c-about-modal-box
|
|
|
24
24
|
type="button"
|
|
25
25
|
aria-label="Close dialog"
|
|
26
26
|
>
|
|
27
|
-
<
|
|
27
|
+
<span class="pf-v6-c-button__text">
|
|
28
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
29
|
+
</span>
|
|
28
30
|
</button>
|
|
29
31
|
</div>
|
|
30
32
|
<div class="pf-v6-c-about-modal-box__header">
|
|
@@ -10,10 +10,14 @@ cssPrefix: pf-v6-c-action-list
|
|
|
10
10
|
<div class="pf-v6-c-action-list">
|
|
11
11
|
<div class="pf-v6-c-action-list__group">
|
|
12
12
|
<div class="pf-v6-c-action-list__item">
|
|
13
|
-
<button class="pf-v6-c-button pf-m-primary" type="button">
|
|
13
|
+
<button class="pf-v6-c-button pf-m-primary" type="button">
|
|
14
|
+
<span class="pf-v6-c-button__text">Next</span>
|
|
15
|
+
</button>
|
|
14
16
|
</div>
|
|
15
17
|
<div class="pf-v6-c-action-list__item">
|
|
16
|
-
<button class="pf-v6-c-button pf-m-secondary" type="button">
|
|
18
|
+
<button class="pf-v6-c-button pf-m-secondary" type="button">
|
|
19
|
+
<span class="pf-v6-c-button__text">Back</span>
|
|
20
|
+
</button>
|
|
17
21
|
</div>
|
|
18
22
|
</div>
|
|
19
23
|
</div>
|
|
@@ -21,10 +25,14 @@ cssPrefix: pf-v6-c-action-list
|
|
|
21
25
|
<div class="pf-v6-c-action-list">
|
|
22
26
|
<div class="pf-v6-c-action-list__group">
|
|
23
27
|
<div class="pf-v6-c-action-list__item">
|
|
24
|
-
<button class="pf-v6-c-button pf-m-primary" type="button">
|
|
28
|
+
<button class="pf-v6-c-button pf-m-primary" type="button">
|
|
29
|
+
<span class="pf-v6-c-button__text">Next</span>
|
|
30
|
+
</button>
|
|
25
31
|
</div>
|
|
26
32
|
<div class="pf-v6-c-action-list__item">
|
|
27
|
-
<button class="pf-v6-c-button pf-m-secondary" type="button">
|
|
33
|
+
<button class="pf-v6-c-button pf-m-secondary" type="button">
|
|
34
|
+
<span class="pf-v6-c-button__text">Back</span>
|
|
35
|
+
</button>
|
|
28
36
|
</div>
|
|
29
37
|
<div class="pf-v6-c-action-list__item">
|
|
30
38
|
<button
|
|
@@ -32,7 +40,9 @@ cssPrefix: pf-v6-c-action-list
|
|
|
32
40
|
type="button"
|
|
33
41
|
aria-label="Toggle"
|
|
34
42
|
>
|
|
35
|
-
<
|
|
43
|
+
<span class="pf-v6-c-button__text">
|
|
44
|
+
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
45
|
+
</span>
|
|
36
46
|
</button>
|
|
37
47
|
</div>
|
|
38
48
|
</div>
|
|
@@ -46,12 +56,16 @@ cssPrefix: pf-v6-c-action-list
|
|
|
46
56
|
<div class="pf-v6-c-action-list pf-m-icons">
|
|
47
57
|
<div class="pf-v6-c-action-list__item">
|
|
48
58
|
<button class="pf-v6-c-button pf-m-plain" type="button" aria-label="Close">
|
|
49
|
-
<
|
|
59
|
+
<span class="pf-v6-c-button__text">
|
|
60
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
61
|
+
</span>
|
|
50
62
|
</button>
|
|
51
63
|
</div>
|
|
52
64
|
<div class="pf-v6-c-action-list__item">
|
|
53
65
|
<button class="pf-v6-c-button pf-m-plain" type="button" aria-label="Toggle">
|
|
54
|
-
<
|
|
66
|
+
<span class="pf-v6-c-button__text">
|
|
67
|
+
<i class="fas fa-check" aria-hidden="true"></i>
|
|
68
|
+
</span>
|
|
55
69
|
</button>
|
|
56
70
|
</div>
|
|
57
71
|
</div>
|
|
@@ -64,7 +78,9 @@ cssPrefix: pf-v6-c-action-list
|
|
|
64
78
|
type="button"
|
|
65
79
|
aria-label="Close"
|
|
66
80
|
>
|
|
67
|
-
<
|
|
81
|
+
<span class="pf-v6-c-button__text">
|
|
82
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
83
|
+
</span>
|
|
68
84
|
</button>
|
|
69
85
|
</div>
|
|
70
86
|
<div class="pf-v6-c-action-list__item">
|
|
@@ -73,7 +89,9 @@ cssPrefix: pf-v6-c-action-list
|
|
|
73
89
|
type="button"
|
|
74
90
|
aria-label="Toggle"
|
|
75
91
|
>
|
|
76
|
-
<
|
|
92
|
+
<span class="pf-v6-c-button__text">
|
|
93
|
+
<i class="fas fa-check" aria-hidden="true"></i>
|
|
94
|
+
</span>
|
|
77
95
|
</button>
|
|
78
96
|
</div>
|
|
79
97
|
</div>
|
|
@@ -84,7 +102,9 @@ cssPrefix: pf-v6-c-action-list
|
|
|
84
102
|
type="button"
|
|
85
103
|
aria-label="Close"
|
|
86
104
|
>
|
|
87
|
-
<
|
|
105
|
+
<span class="pf-v6-c-button__text">
|
|
106
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
107
|
+
</span>
|
|
88
108
|
</button>
|
|
89
109
|
</div>
|
|
90
110
|
<div class="pf-v6-c-action-list__item">
|
|
@@ -93,7 +113,9 @@ cssPrefix: pf-v6-c-action-list
|
|
|
93
113
|
type="button"
|
|
94
114
|
aria-label="Toggle"
|
|
95
115
|
>
|
|
96
|
-
<
|
|
116
|
+
<span class="pf-v6-c-button__text">
|
|
117
|
+
<i class="fas fa-check" aria-hidden="true"></i>
|
|
118
|
+
</span>
|
|
97
119
|
</button>
|
|
98
120
|
</div>
|
|
99
121
|
</div>
|
|
@@ -107,18 +129,26 @@ cssPrefix: pf-v6-c-action-list
|
|
|
107
129
|
<div class="pf-v6-c-action-list">
|
|
108
130
|
<div class="pf-v6-c-action-list__group">
|
|
109
131
|
<div class="pf-v6-c-action-list__item">
|
|
110
|
-
<button class="pf-v6-c-button pf-m-primary" type="button">
|
|
132
|
+
<button class="pf-v6-c-button pf-m-primary" type="button">
|
|
133
|
+
<span class="pf-v6-c-button__text">Next</span>
|
|
134
|
+
</button>
|
|
111
135
|
</div>
|
|
112
136
|
<div class="pf-v6-c-action-list__item">
|
|
113
|
-
<button class="pf-v6-c-button pf-m-secondary" type="button">
|
|
137
|
+
<button class="pf-v6-c-button pf-m-secondary" type="button">
|
|
138
|
+
<span class="pf-v6-c-button__text">Back</span>
|
|
139
|
+
</button>
|
|
114
140
|
</div>
|
|
115
141
|
</div>
|
|
116
142
|
<div class="pf-v6-c-action-list__group">
|
|
117
143
|
<div class="pf-v6-c-action-list__item">
|
|
118
|
-
<button class="pf-v6-c-button pf-m-primary" type="button">
|
|
144
|
+
<button class="pf-v6-c-button pf-m-primary" type="button">
|
|
145
|
+
<span class="pf-v6-c-button__text">Submit</span>
|
|
146
|
+
</button>
|
|
119
147
|
</div>
|
|
120
148
|
<div class="pf-v6-c-action-list__item">
|
|
121
|
-
<button class="pf-v6-c-button pf-m-link" type="button">
|
|
149
|
+
<button class="pf-v6-c-button pf-m-link" type="button">
|
|
150
|
+
<span class="pf-v6-c-button__text">Cancel</span>
|
|
151
|
+
</button>
|
|
122
152
|
</div>
|
|
123
153
|
</div>
|
|
124
154
|
</div>
|
|
@@ -132,10 +162,14 @@ In modals, forms, data lists
|
|
|
132
162
|
<div class="pf-v6-c-action-list">
|
|
133
163
|
<div class="pf-v6-c-action-list__group">
|
|
134
164
|
<div class="pf-v6-c-action-list__item">
|
|
135
|
-
<button class="pf-v6-c-button pf-m-primary" type="button">
|
|
165
|
+
<button class="pf-v6-c-button pf-m-primary" type="button">
|
|
166
|
+
<span class="pf-v6-c-button__text">Save</span>
|
|
167
|
+
</button>
|
|
136
168
|
</div>
|
|
137
169
|
<div class="pf-v6-c-action-list__item">
|
|
138
|
-
<button class="pf-v6-c-button pf-m-link" type="button">
|
|
170
|
+
<button class="pf-v6-c-button pf-m-link" type="button">
|
|
171
|
+
<span class="pf-v6-c-button__text">Cancel</span>
|
|
172
|
+
</button>
|
|
139
173
|
</div>
|
|
140
174
|
</div>
|
|
141
175
|
</div>
|
|
@@ -143,13 +177,19 @@ In modals, forms, data lists
|
|
|
143
177
|
<div class="pf-v6-c-action-list">
|
|
144
178
|
<div class="pf-v6-c-action-list__group">
|
|
145
179
|
<div class="pf-v6-c-action-list__item">
|
|
146
|
-
<button class="pf-v6-c-button pf-m-primary" type="button">
|
|
180
|
+
<button class="pf-v6-c-button pf-m-primary" type="button">
|
|
181
|
+
<span class="pf-v6-c-button__text">Next</span>
|
|
182
|
+
</button>
|
|
147
183
|
</div>
|
|
148
184
|
<div class="pf-v6-c-action-list__item">
|
|
149
|
-
<button class="pf-v6-c-button pf-m-secondary" type="button">
|
|
185
|
+
<button class="pf-v6-c-button pf-m-secondary" type="button">
|
|
186
|
+
<span class="pf-v6-c-button__text">Back</span>
|
|
187
|
+
</button>
|
|
150
188
|
</div>
|
|
151
189
|
<div class="pf-v6-c-action-list__item">
|
|
152
|
-
<button class="pf-v6-c-button pf-m-link" type="button">
|
|
190
|
+
<button class="pf-v6-c-button pf-m-link" type="button">
|
|
191
|
+
<span class="pf-v6-c-button__text">Cancel</span>
|
|
192
|
+
</button>
|
|
153
193
|
</div>
|
|
154
194
|
</div>
|
|
155
195
|
</div>
|