@patternfly/patternfly 6.0.0-alpha.164 → 6.0.0-alpha.166
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/Button/button.css +33 -14
- package/components/Button/button.scss +36 -14
- package/components/Panel/panel.css +17 -14
- package/components/Panel/panel.scss +17 -14
- package/components/_index.css +50 -28
- 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/Panel/examples/Panel.md +1 -0
- 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/Panel/Panel.md +88 -0
- 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 +50 -28
- package/patternfly.css +50 -28
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
package/components/_index.css
CHANGED
|
@@ -1360,7 +1360,10 @@ button.pf-v6-c-breadcrumb__link {
|
|
|
1360
1360
|
}
|
|
1361
1361
|
|
|
1362
1362
|
:where(:root, .pf-v6-c-button) {
|
|
1363
|
-
--pf-v6-c-button--Display: inline-
|
|
1363
|
+
--pf-v6-c-button--Display: inline-flex;
|
|
1364
|
+
--pf-v6-c-button--AlignItems: baseline;
|
|
1365
|
+
--pf-v6-c-button--JustifyContent: center;
|
|
1366
|
+
--pf-v6-c-button--Gap: var(--pf-t--global--spacer--gap--text-to-element--default);
|
|
1364
1367
|
--pf-v6-c-button--PaddingBlockStart: var(--pf-t--global--spacer--sm);
|
|
1365
1368
|
--pf-v6-c-button--PaddingInlineEnd: var(--pf-t--global--spacer--lg);
|
|
1366
1369
|
--pf-v6-c-button--PaddingBlockEnd: var(--pf-t--global--spacer--sm);
|
|
@@ -1441,6 +1444,7 @@ button.pf-v6-c-breadcrumb__link {
|
|
|
1441
1444
|
--pf-v6-c-button--m-link--m-danger--m-clicked--Color: var(--pf-t--global--text--color--status--danger--clicked);
|
|
1442
1445
|
--pf-v6-c-button--m-link--m-danger--m-clicked--BackgroundColor: var(--pf-t--global--background--color--action--plain--clicked);
|
|
1443
1446
|
--pf-v6-c-button--m-link--m-danger--m-clicked__icon--Color: var(--pf-t--global--text--color--status--danger--clicked);
|
|
1447
|
+
--pf-v6-c-button--m-link--m-inline--Display: inline-flex;
|
|
1444
1448
|
--pf-v6-c-button--m-link--m-inline--FontSize: initial;
|
|
1445
1449
|
--pf-v6-c-button--m-link--m-inline--LineHeight: initial;
|
|
1446
1450
|
--pf-v6-c-button--m-link--m-inline--FontWeight: initial;
|
|
@@ -1453,6 +1457,9 @@ button.pf-v6-c-breadcrumb__link {
|
|
|
1453
1457
|
--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
1458
|
--pf-v6-c-button--m-link--m-inline--disabled--Color: var(--pf-t--global--text--color--disabled);
|
|
1455
1459
|
--pf-v6-c-button--m-link--m-inline--disabled__icon--Color: var(--pf-t--global--icon--color--disabled);
|
|
1460
|
+
--pf-v6-c-button--span--m-link--m-inline--Display: inline;
|
|
1461
|
+
--pf-v6-c-button--span--m-link--m-inline__icon--m-start--MarginInlineEnd: var(--pf-t--global--spacer--xs);
|
|
1462
|
+
--pf-v6-c-button--span--m-link--m-inline__icon--m-end--MarginInlineStart: var(--pf-t--global--spacer--xs);
|
|
1456
1463
|
--pf-v6-c-button--m-plain--BorderRadius: var(--pf-t--global--border--radius--small);
|
|
1457
1464
|
--pf-v6-c-button--m-plain--PaddingBlockStart: var(--pf-t--global--spacer--sm);
|
|
1458
1465
|
--pf-v6-c-button--m-plain--PaddingInlineEnd: var(--pf-t--global--spacer--sm);
|
|
@@ -1465,7 +1472,8 @@ button.pf-v6-c-breadcrumb__link {
|
|
|
1465
1472
|
--pf-v6-c-button--m-plain--hover--BackgroundColor: var(--pf-t--global--background--color--action--plain--hover);
|
|
1466
1473
|
--pf-v6-c-button--m-plain--m-clicked--Color: var(--pf-t--global--icon--color--regular);
|
|
1467
1474
|
--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--
|
|
1475
|
+
--pf-v6-c-button--m-plain--disabled--Color: var(--pf-t--global--text--color--disabled);
|
|
1476
|
+
--pf-v6-c-button--m-plain--disabled__icon--Color: var(--pf-t--global--icon--color--disabled);
|
|
1469
1477
|
--pf-v6-c-button--m-plain--disabled--BackgroundColor: transparent;
|
|
1470
1478
|
--pf-v6-c-button--m-plain--m-small--PaddingBlockStart: var(--pf-t--global--spacer--xs);
|
|
1471
1479
|
--pf-v6-c-button--m-plain--m-small--PaddingInlineEnd: var(--pf-t--global--spacer--xs);
|
|
@@ -1560,8 +1568,10 @@ button.pf-v6-c-breadcrumb__link {
|
|
|
1560
1568
|
--pf-v6-c-button__icon--Color: var(--pf-t--global--icon--color--regular);
|
|
1561
1569
|
--pf-v6-c-button--hover__icon--Color: var(--pf-t--global--icon--color--regular);
|
|
1562
1570
|
--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--
|
|
1571
|
+
--pf-v6-c-button__icon--MarginInlineStart: 0;
|
|
1572
|
+
--pf-v6-c-button__icon--MarginInlineEnd: 0;
|
|
1573
|
+
--pf-v6-c-button__icon--m-start--MarginInlineEnd: 0;
|
|
1574
|
+
--pf-v6-c-button__icon--m-end--MarginInlineStart: 0;
|
|
1565
1575
|
--pf-v6-c-button__progress--width: calc(var(--pf-v6-c-spinner--m-md--diameter) + var(--pf-t--global--spacer--sm));
|
|
1566
1576
|
--pf-v6-c-button__progress--Opacity: 0;
|
|
1567
1577
|
--pf-v6-c-button__progress--TranslateY: -50%;
|
|
@@ -1576,16 +1586,17 @@ button.pf-v6-c-breadcrumb__link {
|
|
|
1576
1586
|
--pf-v6-c-button--m-in-progress--m-plain--Color: var(--pf-v6-c-spinner--Color);
|
|
1577
1587
|
--pf-v6-c-button--m-in-progress--m-plain__progress--InsetInlineStart: 50%;
|
|
1578
1588
|
--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
1589
|
--pf-v6-c-button--m-primary__c-badge--BorderColor: var(--pf-t--global--border--color--default);
|
|
1590
|
+
--pf-v6-c-button--m-block--Display: flex;
|
|
1591
|
+
--pf-v6-c-button--m-block--Width: 100%;
|
|
1581
1592
|
}
|
|
1582
1593
|
|
|
1583
1594
|
.pf-v6-c-button {
|
|
1584
1595
|
position: relative;
|
|
1585
1596
|
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
|
|
1597
|
+
gap: var(--pf-v6-c-button--Gap);
|
|
1598
|
+
align-items: var(--pf-v6-c-button--AlignItems);
|
|
1599
|
+
justify-content: var(--pf-v6-c-button--JustifyContent);
|
|
1589
1600
|
padding-block-start: var(--pf-v6-c-button--PaddingBlockStart);
|
|
1590
1601
|
padding-block-end: var(--pf-v6-c-button--PaddingBlockEnd);
|
|
1591
1602
|
padding-inline-start: var(--pf-v6-c-button--PaddingInlineStart);
|
|
@@ -1684,6 +1695,7 @@ button.pf-v6-c-breadcrumb__link {
|
|
|
1684
1695
|
--pf-v6-c-button--m-clicked__icon--Color: var(--pf-v6-c-button--m-link--m-clicked__icon--Color);
|
|
1685
1696
|
}
|
|
1686
1697
|
.pf-v6-c-button.pf-m-link.pf-m-inline {
|
|
1698
|
+
--pf-v6-c-button--Display: var(--pf-v6-c-button--m-link--m-inline--Display);
|
|
1687
1699
|
--pf-v6-c-button--FontSize: var(--pf-v6-c-button--m-link--m-inline--FontSize);
|
|
1688
1700
|
--pf-v6-c-button--LineHeight: var(--pf-v6-c-button--m-link--m-inline--LineHeight);
|
|
1689
1701
|
--pf-v6-c-button--FontWeight: var(--pf-v6-c-button--m-link--m-inline--FontWeight);
|
|
@@ -1699,11 +1711,16 @@ button.pf-v6-c-breadcrumb__link {
|
|
|
1699
1711
|
--pf-v6-c-button--disabled--BackgroundColor: transparent;
|
|
1700
1712
|
--pf-v6-c-button--disabled--Color: var(--pf-v6-c-button--m-link--m-inline--disabled--Color);
|
|
1701
1713
|
--pf-v6-c-button--disabled__icon--Color: var(--pf-v6-c-button--m-link--m-inline--disabled__icon--Color);
|
|
1702
|
-
display: inline;
|
|
1703
1714
|
text-align: start;
|
|
1704
1715
|
white-space: normal;
|
|
1705
1716
|
outline-offset: 0.125rem;
|
|
1706
1717
|
}
|
|
1718
|
+
span.pf-v6-c-button.pf-m-link.pf-m-inline {
|
|
1719
|
+
--pf-v6-c-button--m-link--m-inline--Display: var(--pf-v6-c-button--span--m-link--m-inline--Display);
|
|
1720
|
+
--pf-v6-c-button__icon--m-start--MarginInlineEnd: var(--pf-v6-c-button--span--m-link--m-inline__icon--m-start--MarginInlineEnd);
|
|
1721
|
+
--pf-v6-c-button__icon--m-end--MarginInlineStart: var(--pf-v6-c-button--span--m-link--m-inline__icon--m-end--MarginInlineStart);
|
|
1722
|
+
}
|
|
1723
|
+
|
|
1707
1724
|
.pf-v6-c-button.pf-m-link.pf-m-danger {
|
|
1708
1725
|
--pf-v6-c-button--m-danger--Color: var(--pf-v6-c-button--m-link--m-danger--Color);
|
|
1709
1726
|
--pf-v6-c-button--m-danger--BackgroundColor: var(--pf-v6-c-button--m-link--m-danger--BackgroundColor);
|
|
@@ -1809,6 +1826,7 @@ button.pf-v6-c-breadcrumb__link {
|
|
|
1809
1826
|
--pf-v6-c-button--m-clicked--Color: var(--pf-v6-c-button--m-plain--m-clicked--Color);
|
|
1810
1827
|
--pf-v6-c-button--m-clicked--BackgroundColor: var(--pf-v6-c-button--m-plain--m-clicked--BackgroundColor);
|
|
1811
1828
|
--pf-v6-c-button--disabled--Color: var(--pf-v6-c-button--m-plain--disabled--Color);
|
|
1829
|
+
--pf-v6-c-button--disabled__icon--Color: var(--pf-v6-c-button--m-plain--disabled__icon--Color);
|
|
1812
1830
|
--pf-v6-c-button--disabled--BackgroundColor: var(--pf-v6-c-button--m-plain--disabled--BackgroundColor);
|
|
1813
1831
|
--pf-v6-c-button--m-small--PaddingBlockStart: var(--pf-v6-c-button--m-plain--m-small--PaddingBlockStart);
|
|
1814
1832
|
--pf-v6-c-button--m-small--PaddingInlineEnd: var(--pf-v6-c-button--m-plain--m-small--PaddingInlineEnd);
|
|
@@ -1827,8 +1845,8 @@ button.pf-v6-c-breadcrumb__link {
|
|
|
1827
1845
|
min-width: var(--pf-v6-c-button--m-plain--m-no-padding--MinWidth);
|
|
1828
1846
|
}
|
|
1829
1847
|
.pf-v6-c-button.pf-m-block {
|
|
1830
|
-
|
|
1831
|
-
width:
|
|
1848
|
+
--pf-v6-c-button--Display: var(--pf-v6-c-button--m-block--Display);
|
|
1849
|
+
width: var(--pf-v6-c-button--m-block--Width);
|
|
1832
1850
|
}
|
|
1833
1851
|
.pf-v6-c-button.pf-m-small {
|
|
1834
1852
|
--pf-v6-c-button--PaddingBlockStart: var(--pf-v6-c-button--m-small--PaddingBlockStart);
|
|
@@ -1895,13 +1913,15 @@ button.pf-v6-c-breadcrumb__link {
|
|
|
1895
1913
|
}
|
|
1896
1914
|
|
|
1897
1915
|
.pf-v6-c-button__icon {
|
|
1916
|
+
margin-inline-start: var(--pf-v6-c-button__icon--MarginInlineStart);
|
|
1917
|
+
margin-inline-end: var(--pf-v6-c-button__icon--MarginInlineEnd);
|
|
1898
1918
|
color: var(--pf-v6-c-button__icon--Color);
|
|
1899
1919
|
}
|
|
1900
1920
|
.pf-v6-c-button__icon.pf-m-start {
|
|
1901
|
-
|
|
1921
|
+
--pf-v6-c-button__icon--MarginInlineEnd: var(--pf-v6-c-button__icon--m-start--MarginInlineEnd);
|
|
1902
1922
|
}
|
|
1903
1923
|
.pf-v6-c-button__icon.pf-m-end {
|
|
1904
|
-
|
|
1924
|
+
--pf-v6-c-button__icon--MarginInlineStart: var(--pf-v6-c-button__icon--m-end--MarginInlineStart);
|
|
1905
1925
|
}
|
|
1906
1926
|
|
|
1907
1927
|
.pf-v6-c-button__progress {
|
|
@@ -1919,7 +1939,6 @@ button.pf-v6-c-breadcrumb__link {
|
|
|
1919
1939
|
.pf-v6-c-button__count {
|
|
1920
1940
|
display: inline-flex;
|
|
1921
1941
|
align-items: center;
|
|
1922
|
-
margin-inline-start: var(--pf-v6-c-button__count--MarginInlineStart);
|
|
1923
1942
|
}
|
|
1924
1943
|
|
|
1925
1944
|
:where(:root, .pf-v6-c-calendar-month) {
|
|
@@ -12543,43 +12562,44 @@ ul.pf-v6-c-list {
|
|
|
12543
12562
|
--pf-v6-c-panel--Width: auto;
|
|
12544
12563
|
--pf-v6-c-panel--MinWidth: auto;
|
|
12545
12564
|
--pf-v6-c-panel--MaxWidth: none;
|
|
12546
|
-
--pf-v6-c-panel--ZIndex: auto;
|
|
12547
12565
|
--pf-v6-c-panel--BackgroundColor: var(--pf-t--global--background--color--primary--default);
|
|
12548
12566
|
--pf-v6-c-panel--BoxShadow: none;
|
|
12567
|
+
--pf-v6-c-panel--BorderRadius: var(--pf-t--global--border--radius--small);
|
|
12549
12568
|
--pf-v6-c-panel--before--BorderWidth: 0;
|
|
12550
12569
|
--pf-v6-c-panel--before--BorderColor: var(--pf-t--global--border--color--default);
|
|
12551
12570
|
--pf-v6-c-panel--m-secondary--BackgroundColor: var(--pf-t--global--background--color--secondary--default);
|
|
12552
|
-
--pf-v6-c-panel--m-bordered--before--BorderWidth: var(--pf-t--global--border--width--
|
|
12571
|
+
--pf-v6-c-panel--m-bordered--before--BorderWidth: var(--pf-t--global--border--width--box--default);
|
|
12553
12572
|
--pf-v6-c-panel--m-raised--BoxShadow: var(--pf-t--global--box-shadow--md);
|
|
12554
|
-
--pf-v6-c-panel--m-raised--ZIndex: var(--pf-t--global--z-index--sm);
|
|
12555
12573
|
--pf-v6-c-panel--m-raised--BackgroundColor: var(--pf-t--global--background--color--floating--default);
|
|
12556
12574
|
--pf-v6-c-panel__header--PaddingBlockStart: var(--pf-t--global--spacer--md);
|
|
12557
|
-
--pf-v6-c-panel__header--PaddingInlineEnd: var(--pf-t--global--spacer--
|
|
12575
|
+
--pf-v6-c-panel__header--PaddingInlineEnd: var(--pf-t--global--spacer--lg);
|
|
12558
12576
|
--pf-v6-c-panel__header--PaddingBlockEnd: var(--pf-t--global--spacer--md);
|
|
12559
|
-
--pf-v6-c-panel__header--PaddingInlineStart: var(--pf-t--global--spacer--
|
|
12577
|
+
--pf-v6-c-panel__header--PaddingInlineStart: var(--pf-t--global--spacer--lg);
|
|
12560
12578
|
--pf-v6-c-panel__main--MaxHeight: none;
|
|
12561
12579
|
--pf-v6-c-panel__main--Overflow: visible;
|
|
12562
12580
|
--pf-v6-c-panel__main-body--PaddingBlockStart: var(--pf-t--global--spacer--md);
|
|
12563
|
-
--pf-v6-c-panel__main-body--PaddingInlineEnd: var(--pf-t--global--spacer--
|
|
12581
|
+
--pf-v6-c-panel__main-body--PaddingInlineEnd: var(--pf-t--global--spacer--lg);
|
|
12564
12582
|
--pf-v6-c-panel__main-body--PaddingBlockEnd: var(--pf-t--global--spacer--md);
|
|
12565
|
-
--pf-v6-c-panel__main-body--PaddingInlineStart: var(--pf-t--global--spacer--
|
|
12566
|
-
--pf-v6-c-panel__footer--PaddingBlockStart: var(--pf-t--global--spacer--
|
|
12567
|
-
--pf-v6-c-panel__footer--PaddingInlineEnd: var(--pf-t--global--spacer--
|
|
12568
|
-
--pf-v6-c-panel__footer--PaddingBlockEnd: var(--pf-t--global--spacer--
|
|
12569
|
-
--pf-v6-c-panel__footer--PaddingInlineStart: var(--pf-t--global--spacer--
|
|
12583
|
+
--pf-v6-c-panel__main-body--PaddingInlineStart: var(--pf-t--global--spacer--lg);
|
|
12584
|
+
--pf-v6-c-panel__footer--PaddingBlockStart: var(--pf-t--global--spacer--sm);
|
|
12585
|
+
--pf-v6-c-panel__footer--PaddingInlineEnd: var(--pf-t--global--spacer--lg);
|
|
12586
|
+
--pf-v6-c-panel__footer--PaddingBlockEnd: var(--pf-t--global--spacer--sm);
|
|
12587
|
+
--pf-v6-c-panel__footer--PaddingInlineStart: var(--pf-t--global--spacer--lg);
|
|
12570
12588
|
--pf-v6-c-panel__footer--BoxShadow: none;
|
|
12571
12589
|
--pf-v6-c-panel--m-scrollable__main--MaxHeight: 18.75rem;
|
|
12572
12590
|
--pf-v6-c-panel--m-scrollable__main--Overflow: auto;
|
|
12573
|
-
--pf-v6-c-panel--m-scrollable__footer--BoxShadow:
|
|
12591
|
+
--pf-v6-c-panel--m-scrollable__footer--BoxShadow: var(--pf-t--global--box-shadow--md--top);
|
|
12592
|
+
--pf-v6-c-panel--m-scrollable__footer--PaddingBlockStart: var(--pf-t--global--spacer--md);
|
|
12593
|
+
--pf-v6-c-panel--m-scrollable__footer--PaddingBlockEnd: var(--pf-t--global--spacer--md);
|
|
12574
12594
|
}
|
|
12575
12595
|
|
|
12576
12596
|
.pf-v6-c-panel {
|
|
12577
12597
|
position: relative;
|
|
12578
|
-
z-index: var(--pf-v6-c-panel--ZIndex);
|
|
12579
12598
|
width: var(--pf-v6-c-panel--Width);
|
|
12580
12599
|
min-width: var(--pf-v6-c-panel--MinWidth);
|
|
12581
12600
|
max-width: var(--pf-v6-c-panel--MaxWidth);
|
|
12582
12601
|
background-color: var(--pf-v6-c-panel--BackgroundColor);
|
|
12602
|
+
border-radius: var(--pf-v6-c-panel--BorderRadius);
|
|
12583
12603
|
box-shadow: var(--pf-v6-c-panel--BoxShadow);
|
|
12584
12604
|
}
|
|
12585
12605
|
.pf-v6-c-panel::before {
|
|
@@ -12588,6 +12608,7 @@ ul.pf-v6-c-list {
|
|
|
12588
12608
|
pointer-events: none;
|
|
12589
12609
|
content: "";
|
|
12590
12610
|
border: var(--pf-v6-c-panel--before--BorderWidth) solid var(--pf-v6-c-panel--before--BorderColor);
|
|
12611
|
+
border-radius: var(--pf-v6-c-panel--BorderRadius);
|
|
12591
12612
|
}
|
|
12592
12613
|
.pf-v6-c-panel.pf-m-bordered {
|
|
12593
12614
|
--pf-v6-c-panel--before--BorderWidth: var(--pf-v6-c-panel--m-bordered--before--BorderWidth);
|
|
@@ -12598,12 +12619,13 @@ ul.pf-v6-c-list {
|
|
|
12598
12619
|
.pf-v6-c-panel.pf-m-raised {
|
|
12599
12620
|
--pf-v6-c-panel--BackgroundColor: var(--pf-v6-c-panel--m-raised--BackgroundColor);
|
|
12600
12621
|
--pf-v6-c-panel--BoxShadow: var(--pf-v6-c-panel--m-raised--BoxShadow);
|
|
12601
|
-
--pf-v6-c-panel--ZIndex: var(--pf-v6-c-panel--m-raised--ZIndex);
|
|
12602
12622
|
}
|
|
12603
12623
|
.pf-v6-c-panel.pf-m-scrollable {
|
|
12604
12624
|
--pf-v6-c-panel__main--MaxHeight: var(--pf-v6-c-panel--m-scrollable__main--MaxHeight);
|
|
12605
12625
|
--pf-v6-c-panel__main--Overflow: var(--pf-v6-c-panel--m-scrollable__main--Overflow);
|
|
12606
12626
|
--pf-v6-c-panel__footer--BoxShadow: var(--pf-v6-c-panel--m-scrollable__footer--BoxShadow);
|
|
12627
|
+
--pf-v6-c-panel__footer--PaddingBlockStart: var(--pf-v6-c-panel--m-scrollable__footer--PaddingBlockStart);
|
|
12628
|
+
--pf-v6-c-panel__footer--PaddingBlockEnd: var(--pf-v6-c-panel--m-scrollable__footer--PaddingBlockEnd);
|
|
12607
12629
|
}
|
|
12608
12630
|
|
|
12609
12631
|
.pf-v6-c-panel__header {
|
|
@@ -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>
|