@patternfly/patternfly 6.6.0-prerelease.3 → 6.6.0-prerelease.30
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/assets/fonts/RedHatDisplay/RedHatDisplayVF-Italic.woff2 +0 -0
- package/assets/fonts/RedHatDisplay/RedHatDisplayVF.woff2 +0 -0
- package/assets/fonts/RedHatMono/RedHatMonoVF-Italic.woff2 +0 -0
- package/assets/fonts/RedHatMono/RedHatMonoVF.woff2 +0 -0
- package/assets/fonts/RedHatText/RedHatTextVF-Italic.woff2 +0 -0
- package/assets/fonts/RedHatText/RedHatTextVF.woff2 +0 -0
- package/assets/images/img_avatar-rhds.svg +22 -0
- package/assets/images/pf-logo-avatar.jpg +0 -0
- package/base/patternfly-fonts.css +4 -4
- package/base/patternfly-fonts.scss +4 -4
- package/base/patternfly-variables.css +8 -6
- package/base/tokens/tokens-charts-dark.scss +1 -1
- package/base/tokens/tokens-charts-highcontrast-dark.scss +1 -1
- package/base/tokens/tokens-charts-highcontrast.scss +1 -1
- package/base/tokens/tokens-charts.scss +1 -1
- package/base/tokens/tokens-dark.scss +1 -1
- package/base/tokens/tokens-default.scss +4 -4
- package/base/tokens/tokens-felt-dark.scss +1 -1
- package/base/tokens/tokens-felt-glass-dark.scss +1 -1
- package/base/tokens/tokens-felt-glass.scss +3 -2
- package/base/tokens/tokens-felt-highcontrast-dark.scss +1 -1
- package/base/tokens/tokens-felt-highcontrast.scss +1 -1
- package/base/tokens/tokens-felt.scss +1 -1
- package/base/tokens/tokens-glass-dark.scss +1 -1
- package/base/tokens/tokens-glass.scss +3 -2
- package/base/tokens/tokens-highcontrast-dark.scss +1 -1
- package/base/tokens/tokens-highcontrast.scss +4 -4
- package/base/tokens/tokens-palette.scss +1 -1
- package/base/tokens/tokens-redhat-highcontrast.scss +3 -3
- package/components/AboutModalBox/about-modal-box.css +1 -1
- package/components/AboutModalBox/about-modal-box.scss +1 -1
- package/components/Accordion/accordion.css +3 -3
- package/components/Accordion/accordion.scss +3 -3
- package/components/Alert/alert.css +8 -7
- package/components/Alert/alert.scss +8 -7
- package/components/Avatar/avatar.css +144 -0
- package/components/Avatar/avatar.scss +161 -0
- package/components/Banner/banner.css +7 -0
- package/components/Banner/banner.scss +7 -0
- package/components/Breadcrumb/breadcrumb.css +3 -3
- package/components/Breadcrumb/breadcrumb.scss +3 -3
- package/components/Button/button.css +20 -4
- package/components/Button/button.scss +24 -5
- package/components/Card/card.css +4 -4
- package/components/Card/card.scss +4 -4
- package/components/ClipboardCopy/clipboard-copy.css +1 -1
- package/components/ClipboardCopy/clipboard-copy.scss +1 -1
- package/components/DataList/data-list.css +5 -5
- package/components/DataList/data-list.scss +5 -5
- package/components/DragDrop/drag-drop.css +4 -0
- package/components/DragDrop/drag-drop.scss +4 -0
- package/components/DualListSelector/dual-list-selector.css +1 -1
- package/components/DualListSelector/dual-list-selector.scss +1 -1
- package/components/Form/form.scss +1 -0
- package/components/FormControl/form-control.css +12 -2
- package/components/FormControl/form-control.scss +14 -2
- package/components/Hint/hint.css +2 -2
- package/components/Hint/hint.scss +2 -2
- package/components/Label/label.css +9 -3
- package/components/Label/label.scss +9 -3
- package/components/Masthead/masthead.css +1 -1
- package/components/Masthead/masthead.scss +1 -1
- package/components/Menu/menu.css +2 -2
- package/components/Menu/menu.scss +3 -3
- package/components/MenuToggle/menu-toggle.css +3 -0
- package/components/MenuToggle/menu-toggle.scss +4 -1
- package/components/ModalBox/modal-box.css +4 -4
- package/components/ModalBox/modal-box.scss +5 -5
- package/components/Nav/nav.css +2 -2
- package/components/Nav/nav.scss +2 -2
- package/components/NotificationDrawer/notification-drawer.css +3 -3
- package/components/NotificationDrawer/notification-drawer.scss +3 -3
- package/components/Page/page.css +25 -22
- package/components/Page/page.scss +28 -28
- package/components/Pagination/pagination.css +12 -7
- package/components/Pagination/pagination.scss +15 -12
- package/components/Panel/panel.css +1 -1
- package/components/Panel/panel.scss +2 -2
- package/components/Popover/popover.css +1 -1
- package/components/Popover/popover.scss +1 -1
- package/components/Progress/progress.css +2 -2
- package/components/Progress/progress.scss +2 -2
- package/components/Sidebar/sidebar.css +4 -7
- package/components/Sidebar/sidebar.scss +9 -9
- package/components/Table/table-grid.css +25 -13
- package/components/Table/table-grid.scss +10 -5
- package/components/Table/table-tree-view.css +3 -0
- package/components/Table/table-tree-view.scss +2 -0
- package/components/Table/table.css +55 -21
- package/components/Table/table.scss +82 -34
- package/components/Tabs/tabs.css +19 -5
- package/components/Tabs/tabs.scss +22 -5
- package/components/Title/title.css +1 -1
- package/components/Title/title.scss +1 -1
- package/components/Tooltip/tooltip.css +1 -1
- package/components/Tooltip/tooltip.scss +1 -1
- package/components/TreeView/tree-view.css +7 -7
- package/components/TreeView/tree-view.scss +7 -7
- package/components/Wizard/wizard.css +4 -4
- package/components/Wizard/wizard.scss +4 -4
- package/components/_index.css +399 -140
- package/docs/components/Avatar/examples/Avatar.css +6 -0
- package/docs/components/Avatar/examples/Avatar.md +414 -40
- package/docs/components/Button/examples/Button.md +2 -2
- package/docs/components/CodeEditor/examples/CodeEditor.md +131 -47
- package/docs/components/DataList/examples/DataList.md +143 -11
- package/docs/components/DatePicker/examples/DatePicker.md +26 -2
- package/docs/components/DescriptionList/examples/DescriptionList.md +115 -55
- package/docs/components/Drawer/examples/Drawer.md +1 -1
- package/docs/components/DualListSelector/examples/DualListSelector.md +355 -139
- package/docs/components/EmptyState/examples/EmptyState.md +12 -12
- package/docs/components/FileUpload/examples/FileUpload.md +26 -2
- package/docs/components/Form/examples/Form.md +140 -16
- package/docs/components/FormControl/examples/FormControl.md +260 -20
- package/docs/components/HelperText/examples/HelperText.md +139 -11
- package/docs/components/Icon/examples/Icon.md +403 -31
- package/docs/components/InlineEdit/examples/InlineEdit.md +13 -1
- package/docs/components/InputGroup/examples/InputGroup.md +20 -8
- package/docs/components/Label/examples/Label.md +4029 -765
- package/docs/components/List/examples/List.md +78 -6
- package/docs/components/Login/examples/Login.md +104 -8
- package/docs/components/Menu/examples/Menu.md +221 -17
- package/docs/components/MenuToggle/examples/MenuToggle.md +54 -15
- package/docs/components/MultipleFileUpload/examples/MultipleFileUpload.md +247 -19
- package/docs/components/NumberInput/examples/NumberInput.md +301 -25
- package/docs/components/Pagination/examples/Pagination.md +111 -273
- package/docs/components/ProgressStepper/examples/ProgressStepper.md +169 -13
- package/docs/components/Sidebar/examples/Sidebar.md +3 -1
- package/docs/components/Switch/examples/Switch.md +52 -4
- package/docs/components/Table/examples/Table.css +6 -0
- package/docs/components/Table/examples/Table.md +1322 -171
- package/docs/components/Tabs/examples/Tabs.md +18 -998
- package/docs/components/TextInputGroup/examples/TextInputGroup.md +355 -115
- package/docs/components/Toolbar/examples/Toolbar.md +133 -25
- package/docs/components/TreeView/examples/TreeView.md +286 -118
- package/docs/components/Wizard/examples/Wizard.md +325 -25
- package/docs/demos/Alert/examples/Alert.md +181 -40
- package/docs/demos/Button/examples/Button.md +57 -45
- package/docs/demos/Card/examples/Card.md +280 -34
- package/docs/demos/CardView/examples/CardView.md +12 -12
- package/docs/demos/Compass/examples/Compass.md +91 -439
- package/docs/demos/Dashboard/examples/Dashboard.md +92 -41
- package/docs/demos/DataList/examples/DataList.md +74 -50
- package/docs/demos/Form/examples/BasicForms.md +112 -36
- package/docs/demos/HelperText/examples/HelperText.md +104 -8
- package/docs/demos/Masthead/examples/Masthead.md +52 -4
- package/docs/demos/PasswordStrength/examples/PasswordStrength.md +176 -14
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +2570 -4968
- package/docs/demos/Table/examples/Table.md +407 -179
- package/docs/demos/Toolbar/examples/Toolbar.md +139 -46
- package/docs/demos/Wizard/examples/Wizard.md +117 -9
- package/package.json +7 -7
- package/patternfly-base-no-globals.css +12 -10
- package/patternfly-base.css +12 -10
- package/patternfly-no-globals.css +411 -150
- package/patternfly.css +411 -150
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 48 48" fill="none">
|
|
2
|
+
<g>
|
|
3
|
+
<rect width="48" height="48" fill="#147878"/>
|
|
4
|
+
<rect x="36" y="42" width="6" height="6" fill="#004D4D"/>
|
|
5
|
+
<rect x="6" y="42" width="6" height="6" fill="#004D4D"/>
|
|
6
|
+
<rect x="12" y="36" width="24" height="6" fill="#004D4D"/>
|
|
7
|
+
<rect x="18" y="30" width="12" height="6" fill="#004D4D"/>
|
|
8
|
+
<rect width="6" height="24" transform="matrix(-1 0 0 1 48 12)" fill="#004D4D"/>
|
|
9
|
+
<rect width="6" height="6" transform="matrix(-1 0 0 1 42 30)" fill="#004D4D"/>
|
|
10
|
+
<rect width="6" height="6" transform="matrix(-1 0 0 1 36 24)" fill="#004D4D"/>
|
|
11
|
+
<rect width="6" height="6" transform="matrix(-1 0 0 1 42 18)" fill="#004D4D"/>
|
|
12
|
+
<rect width="6" height="6" transform="matrix(-1 0 0 1 36 12)" fill="#004D4D"/>
|
|
13
|
+
<rect width="6" height="6" transform="matrix(-1 0 0 1 42 6)" fill="#004D4D"/>
|
|
14
|
+
<rect x="18" width="12" height="12" fill="#004D4D"/>
|
|
15
|
+
<rect x="6" y="30" width="6" height="6" fill="#004D4D"/>
|
|
16
|
+
<rect x="12" y="24" width="6" height="6" fill="#004D4D"/>
|
|
17
|
+
<rect x="6" y="18" width="6" height="6" fill="#004D4D"/>
|
|
18
|
+
<rect x="12" y="12" width="6" height="6" fill="#004D4D"/>
|
|
19
|
+
<rect x="6" y="6" width="6" height="6" fill="#004D4D"/>
|
|
20
|
+
<rect y="12" width="6" height="24" fill="#004D4D"/>
|
|
21
|
+
</g>
|
|
22
|
+
</svg>
|
|
Binary file
|
|
@@ -1,28 +1,28 @@
|
|
|
1
1
|
@font-face {
|
|
2
2
|
font-family: "Red Hat Text";
|
|
3
3
|
font-style: normal;
|
|
4
|
-
font-weight: 400
|
|
4
|
+
font-weight: 400 600;
|
|
5
5
|
src: url("./assets/fonts/RedHatText/RedHatTextVF.woff2") format("woff2-variations");
|
|
6
6
|
font-display: fallback;
|
|
7
7
|
}
|
|
8
8
|
@font-face {
|
|
9
9
|
font-family: "Red Hat Text";
|
|
10
10
|
font-style: italic;
|
|
11
|
-
font-weight: 400
|
|
11
|
+
font-weight: 400 600;
|
|
12
12
|
src: url("./assets/fonts/RedHatText/RedHatTextVF-Italic.woff2") format("woff2-variations");
|
|
13
13
|
font-display: fallback;
|
|
14
14
|
}
|
|
15
15
|
@font-face {
|
|
16
16
|
font-family: "Red Hat Display";
|
|
17
17
|
font-style: normal;
|
|
18
|
-
font-weight:
|
|
18
|
+
font-weight: 600 800;
|
|
19
19
|
src: url("./assets/fonts/RedHatDisplay/RedHatDisplayVF.woff2") format("woff2-variations");
|
|
20
20
|
font-display: fallback;
|
|
21
21
|
}
|
|
22
22
|
@font-face {
|
|
23
23
|
font-family: "Red Hat Display";
|
|
24
24
|
font-style: italic;
|
|
25
|
-
font-weight:
|
|
25
|
+
font-weight: 600 800;
|
|
26
26
|
src: url("./assets/fonts/RedHatDisplay/RedHatDisplayVF-Italic.woff2") format("woff2-variations");
|
|
27
27
|
font-display: fallback;
|
|
28
28
|
}
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
@font-face {
|
|
4
4
|
font-family: "Red Hat Text";
|
|
5
5
|
font-style: normal;
|
|
6
|
-
font-weight: 400
|
|
6
|
+
font-weight: 400 600;
|
|
7
7
|
src: url("#{$pf-v6-global--font-path}/RedHatText/RedHatTextVF.woff2") format("woff2-variations");
|
|
8
8
|
font-display: fallback;
|
|
9
9
|
}
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
@font-face {
|
|
12
12
|
font-family: "Red Hat Text";
|
|
13
13
|
font-style: italic;
|
|
14
|
-
font-weight: 400
|
|
14
|
+
font-weight: 400 600;
|
|
15
15
|
src: url("#{$pf-v6-global--font-path}/RedHatText/RedHatTextVF-Italic.woff2") format("woff2-variations");
|
|
16
16
|
font-display: fallback;
|
|
17
17
|
}
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
@font-face {
|
|
20
20
|
font-family: "Red Hat Display";
|
|
21
21
|
font-style: normal;
|
|
22
|
-
font-weight:
|
|
22
|
+
font-weight: 600 800;
|
|
23
23
|
src: url("#{$pf-v6-global--font-path}/RedHatDisplay/RedHatDisplayVF.woff2") format("woff2-variations");
|
|
24
24
|
font-display: fallback;
|
|
25
25
|
}
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
@font-face {
|
|
28
28
|
font-family: "Red Hat Display";
|
|
29
29
|
font-style: italic;
|
|
30
|
-
font-weight:
|
|
30
|
+
font-weight: 600 800;
|
|
31
31
|
src: url("#{$pf-v6-global--font-path}/RedHatDisplay/RedHatDisplayVF-Italic.woff2") format("woff2-variations");
|
|
32
32
|
font-display: fallback;
|
|
33
33
|
}
|
|
@@ -167,9 +167,9 @@
|
|
|
167
167
|
--pf-t--global--font--size--700: 1.75rem;
|
|
168
168
|
--pf-t--global--font--size--800: 2.25rem;
|
|
169
169
|
--pf-t--global--font--weight--100: 400;
|
|
170
|
-
--pf-t--global--font--weight--200:
|
|
171
|
-
--pf-t--global--font--weight--300:
|
|
172
|
-
--pf-t--global--font--weight--400:
|
|
170
|
+
--pf-t--global--font--weight--200: 600;
|
|
171
|
+
--pf-t--global--font--weight--300: 600;
|
|
172
|
+
--pf-t--global--font--weight--400: 800;
|
|
173
173
|
--pf-t--global--icon--size--100: 0.75rem;
|
|
174
174
|
--pf-t--global--icon--size--200: 0.875rem;
|
|
175
175
|
--pf-t--global--icon--size--250: 1rem;
|
|
@@ -1067,9 +1067,9 @@
|
|
|
1067
1067
|
--pf-t--global--font--size--700: 1.75rem;
|
|
1068
1068
|
--pf-t--global--font--size--800: 2.25rem;
|
|
1069
1069
|
--pf-t--global--font--weight--100: 400;
|
|
1070
|
-
--pf-t--global--font--weight--200:
|
|
1071
|
-
--pf-t--global--font--weight--300:
|
|
1072
|
-
--pf-t--global--font--weight--400:
|
|
1070
|
+
--pf-t--global--font--weight--200: 600;
|
|
1071
|
+
--pf-t--global--font--weight--300: 600;
|
|
1072
|
+
--pf-t--global--font--weight--400: 800;
|
|
1073
1073
|
--pf-t--global--icon--size--100: 0.75rem;
|
|
1074
1074
|
--pf-t--global--icon--size--200: 0.875rem;
|
|
1075
1075
|
--pf-t--global--icon--size--250: 1rem;
|
|
@@ -1764,6 +1764,7 @@
|
|
|
1764
1764
|
--pf-t--global--border--color--glass--default: var(--pf-t--global--border--color--alt);
|
|
1765
1765
|
--pf-t--global--border--radius--glass--default: var(--pf-t--global--border--radius--medium);
|
|
1766
1766
|
--pf-t--global--border--width--glass--default: var(--pf-t--global--border--width--regular);
|
|
1767
|
+
--pf-t--global--spacer--inset--page-chrome: var(--pf-t--global--spacer--md);
|
|
1767
1768
|
--pf-t--global--background--color--floating--secondary--default: var(--pf-t--global--background--color--floating--default);
|
|
1768
1769
|
--pf-t--global--background--image--default: var(--pf-t--global--background--image--glass, url("../assets/images/PF-Bkg-Generic-Light.svg"));
|
|
1769
1770
|
--pf-t--global--box-shadow--glass--default: var(--pf-t--global--box-shadow--md);
|
|
@@ -1917,6 +1918,7 @@
|
|
|
1917
1918
|
--pf-t--global--color--brand--accent--clicked: var(--pf-t--global--color--brand--accent--200);
|
|
1918
1919
|
--pf-t--global--color--brand--accent--default: var(--pf-t--global--color--brand--accent--100);
|
|
1919
1920
|
--pf-t--global--color--brand--accent--hover: var(--pf-t--global--color--brand--accent--200);
|
|
1921
|
+
--pf-t--global--spacer--inset--page-chrome: var(--pf-t--global--spacer--md);
|
|
1920
1922
|
--pf-t--global--background--color--floating--secondary--default: var(--pf-t--global--background--color--floating--default);
|
|
1921
1923
|
--pf-t--global--background--image--default: var(--pf-t--global--background--image--felt--glass, url("../assets/images/Felt-Bkg-Generic-Light.svg"));
|
|
1922
1924
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Tue, 23 Jun 2026 19:20:00 GMT
|
|
4
4
|
|
|
5
5
|
@mixin pf-v6-tokens {
|
|
6
6
|
--pf-t--global--background--color--500: rgb(21, 21, 21, 0.4000);
|
|
@@ -92,9 +92,9 @@
|
|
|
92
92
|
--pf-t--global--font--size--700: 1.75rem;
|
|
93
93
|
--pf-t--global--font--size--800: 2.25rem;
|
|
94
94
|
--pf-t--global--font--weight--100: 400;
|
|
95
|
-
--pf-t--global--font--weight--200:
|
|
96
|
-
--pf-t--global--font--weight--300:
|
|
97
|
-
--pf-t--global--font--weight--400:
|
|
95
|
+
--pf-t--global--font--weight--200: 600;
|
|
96
|
+
--pf-t--global--font--weight--300: 600;
|
|
97
|
+
--pf-t--global--font--weight--400: 800;
|
|
98
98
|
--pf-t--global--icon--size--100: 0.75rem;
|
|
99
99
|
--pf-t--global--icon--size--200: 0.875rem;
|
|
100
100
|
--pf-t--global--icon--size--250: 1rem;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Tue, 23 Jun 2026 19:20:00 GMT
|
|
4
4
|
|
|
5
|
-
// Only tokens that differ from base theme (
|
|
5
|
+
// Only tokens that differ from base theme (24 tokens)
|
|
6
6
|
@mixin pf-v6-tokens {
|
|
7
7
|
--pf-t--global--background--color--glass--primary--default: rgb(255, 255, 255, 0.5000);
|
|
8
8
|
--pf-t--global--background--color--primary--clicked: rgb(199, 199, 199, 0.3000);
|
|
@@ -26,5 +26,6 @@
|
|
|
26
26
|
--pf-t--global--color--brand--accent--clicked: var(--pf-t--global--color--brand--accent--200);
|
|
27
27
|
--pf-t--global--color--brand--accent--default: var(--pf-t--global--color--brand--accent--100);
|
|
28
28
|
--pf-t--global--color--brand--accent--hover: var(--pf-t--global--color--brand--accent--200);
|
|
29
|
+
--pf-t--global--spacer--inset--page-chrome: var(--pf-t--global--spacer--md);
|
|
29
30
|
--pf-t--global--background--color--floating--secondary--default: var(--pf-t--global--background--color--floating--default);
|
|
30
31
|
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Tue, 23 Jun 2026 19:20:00 GMT
|
|
4
4
|
|
|
5
|
-
// Only tokens that differ from base theme (
|
|
5
|
+
// Only tokens that differ from base theme (16 tokens)
|
|
6
6
|
@mixin pf-v6-tokens {
|
|
7
7
|
--pf-t--global--background--color--glass--primary--default: rgb(255, 255, 255, 0.5000);
|
|
8
8
|
--pf-t--global--background--color--primary--clicked: rgb(199, 199, 199, 0.3000);
|
|
@@ -18,5 +18,6 @@
|
|
|
18
18
|
--pf-t--global--border--color--glass--default: var(--pf-t--global--border--color--alt);
|
|
19
19
|
--pf-t--global--border--radius--glass--default: var(--pf-t--global--border--radius--medium);
|
|
20
20
|
--pf-t--global--border--width--glass--default: var(--pf-t--global--border--width--regular);
|
|
21
|
+
--pf-t--global--spacer--inset--page-chrome: var(--pf-t--global--spacer--md);
|
|
21
22
|
--pf-t--global--background--color--floating--secondary--default: var(--pf-t--global--background--color--floating--default);
|
|
22
23
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Tue, 23 Jun 2026 19:20:00 GMT
|
|
4
4
|
|
|
5
5
|
@mixin pf-v6-tokens {
|
|
6
6
|
--pf-t--global--background--color--500: rgb(21, 21, 21, 0.4000);
|
|
@@ -75,9 +75,9 @@
|
|
|
75
75
|
--pf-t--global--font--size--700: 1.75rem;
|
|
76
76
|
--pf-t--global--font--size--800: 2.25rem;
|
|
77
77
|
--pf-t--global--font--weight--100: 400;
|
|
78
|
-
--pf-t--global--font--weight--200:
|
|
79
|
-
--pf-t--global--font--weight--300:
|
|
80
|
-
--pf-t--global--font--weight--400:
|
|
78
|
+
--pf-t--global--font--weight--200: 600;
|
|
79
|
+
--pf-t--global--font--weight--300: 600;
|
|
80
|
+
--pf-t--global--font--weight--400: 800;
|
|
81
81
|
--pf-t--global--icon--size--100: 0.75rem;
|
|
82
82
|
--pf-t--global--icon--size--200: 0.875rem;
|
|
83
83
|
--pf-t--global--icon--size--250: 1rem;
|
|
@@ -314,10 +314,10 @@
|
|
|
314
314
|
--pf-t--global--font--size--sm: var(--pf-t--global--font--size--200);
|
|
315
315
|
--pf-t--global--font--size--xl: var(--pf-t--global--font--size--500);
|
|
316
316
|
--pf-t--global--font--size--xs: var(--pf-t--global--font--size--100);
|
|
317
|
-
--pf-t--global--font--weight--body--bold:
|
|
317
|
+
--pf-t--global--font--weight--body--bold: 600;
|
|
318
318
|
--pf-t--global--font--weight--body--default: var(--pf-t--global--font--weight--100);
|
|
319
|
-
--pf-t--global--font--weight--heading--bold:
|
|
320
|
-
--pf-t--global--font--weight--heading--default:
|
|
319
|
+
--pf-t--global--font--weight--heading--bold: 800;
|
|
320
|
+
--pf-t--global--font--weight--heading--default: 600;
|
|
321
321
|
--pf-t--global--icon--color--100: var(--pf-t--color--gray--90);
|
|
322
322
|
--pf-t--global--icon--color--150: var(--pf-t--color--gray--60);
|
|
323
323
|
--pf-t--global--icon--color--200: var(--pf-t--color--gray--50);
|
|
@@ -4,10 +4,10 @@
|
|
|
4
4
|
--pf-v6-c-accordion__item--BorderRadius: var(--pf-t--global--border--radius--200);
|
|
5
5
|
--pf-v6-c-accordion__item--m-expanded--BackgroundColor: var(--pf-t--global--background--color--action--plain--clicked);
|
|
6
6
|
--pf-v6-c-accordion__toggle--ColumnGap: var(--pf-t--global--spacer--gap--text-to-element--default);
|
|
7
|
-
--pf-v6-c-accordion__toggle--PaddingBlockStart: var(--pf-t--global--spacer--
|
|
7
|
+
--pf-v6-c-accordion__toggle--PaddingBlockStart: var(--pf-t--global--spacer--control--vertical--plain);
|
|
8
8
|
--pf-v6-c-accordion__toggle--PaddingInlineEnd: var(--pf-t--global--spacer--md);
|
|
9
|
-
--pf-v6-c-accordion__toggle--PaddingBlockEnd: var(--pf-t--global--spacer--
|
|
10
|
-
--pf-v6-c-accordion__toggle--m-expanded--PaddingBlockEnd: var(--pf-t--global--spacer--
|
|
9
|
+
--pf-v6-c-accordion__toggle--PaddingBlockEnd: var(--pf-t--global--spacer--control--vertical--plain);
|
|
10
|
+
--pf-v6-c-accordion__toggle--m-expanded--PaddingBlockEnd: var(--pf-t--global--spacer--control--vertical--plain);
|
|
11
11
|
--pf-v6-c-accordion__toggle--PaddingInlineStart: var(--pf-t--global--spacer--md);
|
|
12
12
|
--pf-v6-c-accordion__toggle--BackgroundColor: var(--pf-t--global--background--color--action--plain--default);
|
|
13
13
|
--pf-v6-c-accordion__toggle--hover--BackgroundColor: var(--pf-t--global--background--color--action--plain--hover);
|
|
@@ -11,10 +11,10 @@
|
|
|
11
11
|
|
|
12
12
|
// accordion toggle
|
|
13
13
|
--#{$accordion}__toggle--ColumnGap: var(--pf-t--global--spacer--gap--text-to-element--default);
|
|
14
|
-
--#{$accordion}__toggle--PaddingBlockStart: var(--pf-t--global--spacer--
|
|
14
|
+
--#{$accordion}__toggle--PaddingBlockStart: var(--pf-t--global--spacer--control--vertical--plain);
|
|
15
15
|
--#{$accordion}__toggle--PaddingInlineEnd: var(--pf-t--global--spacer--md);
|
|
16
|
-
--#{$accordion}__toggle--PaddingBlockEnd: var(--pf-t--global--spacer--
|
|
17
|
-
--#{$accordion}__toggle--m-expanded--PaddingBlockEnd: var(--pf-t--global--spacer--
|
|
16
|
+
--#{$accordion}__toggle--PaddingBlockEnd: var(--pf-t--global--spacer--control--vertical--plain);
|
|
17
|
+
--#{$accordion}__toggle--m-expanded--PaddingBlockEnd: var(--pf-t--global--spacer--control--vertical--plain);
|
|
18
18
|
--#{$accordion}__toggle--PaddingInlineStart: var(--pf-t--global--spacer--md);
|
|
19
19
|
--#{$accordion}__toggle--BackgroundColor: var(--pf-t--global--background--color--action--plain--default);
|
|
20
20
|
--#{$accordion}__toggle--hover--BackgroundColor: var(--pf-t--global--background--color--action--plain--hover);
|
|
@@ -14,9 +14,9 @@
|
|
|
14
14
|
--pf-v6-c-alert--PaddingBlockEnd: var(--pf-t--global--spacer--md);
|
|
15
15
|
--pf-v6-c-alert--PaddingInlineStart: var(--pf-t--global--spacer--md);
|
|
16
16
|
--pf-v6-c-alert--FontSize: var(--pf-t--global--font--size--body--default);
|
|
17
|
-
--pf-v6-c-alert__toggle--MarginBlockStart: calc(
|
|
18
|
-
--pf-v6-c-alert__toggle--MarginBlockEnd: calc(
|
|
19
|
-
--pf-v6-c-alert__toggle--MarginInlineStart: calc(
|
|
17
|
+
--pf-v6-c-alert__toggle--MarginBlockStart: calc(var(--pf-t--global--spacer--control--vertical--plain) * -1);
|
|
18
|
+
--pf-v6-c-alert__toggle--MarginBlockEnd: calc(var(--pf-t--global--spacer--control--vertical--plain) * -1);
|
|
19
|
+
--pf-v6-c-alert__toggle--MarginInlineStart: calc(var(--pf-t--global--spacer--action--horizontal--plain--default) * -1);
|
|
20
20
|
--pf-v6-c-alert__toggle--MarginInlineEnd: var(--pf-t--global--spacer--sm);
|
|
21
21
|
--pf-v6-c-alert__toggle-icon--Rotate: 0;
|
|
22
22
|
--pf-v6-c-alert__toggle-icon--TransitionTimingFunction: var(--pf-t--global--motion--timing-function--default);
|
|
@@ -28,8 +28,8 @@
|
|
|
28
28
|
--pf-v6-c-alert__title--FontWeight: var(--pf-t--global--font--weight--body--bold);
|
|
29
29
|
--pf-v6-c-alert__title--Color: var(--pf-t--global--text--color--regular);
|
|
30
30
|
--pf-v6-c-alert__title--max-lines: 1;
|
|
31
|
-
--pf-v6-c-alert__action--MarginBlockStart: calc(var(--pf-t--global--spacer--control--vertical--
|
|
32
|
-
--pf-v6-c-alert__action--MarginBlockEnd: calc(var(--pf-t--global--spacer--control--vertical--
|
|
31
|
+
--pf-v6-c-alert__action--MarginBlockStart: calc(var(--pf-t--global--spacer--control--vertical--plain) * -1);
|
|
32
|
+
--pf-v6-c-alert__action--MarginBlockEnd: calc(var(--pf-t--global--spacer--control--vertical--plain) * -1);
|
|
33
33
|
--pf-v6-c-alert__action--TranslateY: 0.125rem;
|
|
34
34
|
--pf-v6-c-alert__action--MarginInlineEnd: calc(var(--pf-t--global--spacer--sm) * -1);
|
|
35
35
|
--pf-v6-c-alert__description--PaddingBlockStart: var(--pf-t--global--spacer--xs);
|
|
@@ -152,6 +152,7 @@
|
|
|
152
152
|
|
|
153
153
|
.pf-v6-c-alert__icon {
|
|
154
154
|
grid-area: icon;
|
|
155
|
+
align-self: baseline;
|
|
155
156
|
margin-inline-end: var(--pf-v6-c-alert__icon--MarginInlineEnd);
|
|
156
157
|
font-size: var(--pf-v6-c-alert__icon--FontSize);
|
|
157
158
|
color: var(--pf-v6-c-alert__icon--Color);
|
|
@@ -162,7 +163,7 @@
|
|
|
162
163
|
grid-area: title;
|
|
163
164
|
font-weight: var(--pf-v6-c-alert__title--FontWeight);
|
|
164
165
|
color: var(--pf-v6-c-alert__title--Color);
|
|
165
|
-
overflow-wrap:
|
|
166
|
+
overflow-wrap: anywhere;
|
|
166
167
|
}
|
|
167
168
|
.pf-v6-c-alert__title.pf-m-truncate {
|
|
168
169
|
display: -webkit-box;
|
|
@@ -174,7 +175,7 @@
|
|
|
174
175
|
.pf-v6-c-alert__description {
|
|
175
176
|
grid-area: description;
|
|
176
177
|
padding-block-start: var(--pf-v6-c-alert__description--PaddingBlockStart);
|
|
177
|
-
overflow-wrap:
|
|
178
|
+
overflow-wrap: anywhere;
|
|
178
179
|
}
|
|
179
180
|
.pf-v6-c-alert__description + .pf-v6-c-alert__action-group {
|
|
180
181
|
--pf-v6-c-alert__action-group--PaddingBlockStart: var(--pf-v6-c-alert__description--action-group--PaddingBlockStart);
|
|
@@ -19,9 +19,9 @@
|
|
|
19
19
|
--#{$alert}--FontSize: var(--pf-t--global--font--size--body--default);
|
|
20
20
|
|
|
21
21
|
// Toggle
|
|
22
|
-
--#{$alert}__toggle--MarginBlockStart: calc(
|
|
23
|
-
--#{$alert}__toggle--MarginBlockEnd: calc(
|
|
24
|
-
--#{$alert}__toggle--MarginInlineStart: calc(
|
|
22
|
+
--#{$alert}__toggle--MarginBlockStart: calc(var(--pf-t--global--spacer--control--vertical--plain) * -1);
|
|
23
|
+
--#{$alert}__toggle--MarginBlockEnd: calc(var(--pf-t--global--spacer--control--vertical--plain) * -1);
|
|
24
|
+
--#{$alert}__toggle--MarginInlineStart: calc(var(--pf-t--global--spacer--action--horizontal--plain--default) * -1);
|
|
25
25
|
--#{$alert}__toggle--MarginInlineEnd: var(--pf-t--global--spacer--sm);
|
|
26
26
|
|
|
27
27
|
// Toggle icon
|
|
@@ -41,8 +41,8 @@
|
|
|
41
41
|
--#{$alert}__title--max-lines: 1;
|
|
42
42
|
|
|
43
43
|
// Action
|
|
44
|
-
--#{$alert}__action--MarginBlockStart: calc(var(--pf-t--global--spacer--control--vertical--
|
|
45
|
-
--#{$alert}__action--MarginBlockEnd: calc(var(--pf-t--global--spacer--control--vertical--
|
|
44
|
+
--#{$alert}__action--MarginBlockStart: calc(var(--pf-t--global--spacer--control--vertical--plain) * -1);
|
|
45
|
+
--#{$alert}__action--MarginBlockEnd: calc(var(--pf-t--global--spacer--control--vertical--plain) * -1);
|
|
46
46
|
--#{$alert}__action--TranslateY: #{pf-size-prem(2px)};
|
|
47
47
|
--#{$alert}__action--MarginInlineEnd: calc(var(--pf-t--global--spacer--sm) * -1);
|
|
48
48
|
|
|
@@ -194,6 +194,7 @@
|
|
|
194
194
|
|
|
195
195
|
.#{$alert}__icon {
|
|
196
196
|
grid-area: icon;
|
|
197
|
+
align-self: baseline;
|
|
197
198
|
margin-inline-end: var(--#{$alert}__icon--MarginInlineEnd);
|
|
198
199
|
font-size: var(--#{$alert}__icon--FontSize);
|
|
199
200
|
color: var(--#{$alert}__icon--Color);
|
|
@@ -204,7 +205,7 @@
|
|
|
204
205
|
grid-area: title;
|
|
205
206
|
font-weight: var(--#{$alert}__title--FontWeight);
|
|
206
207
|
color: var(--#{$alert}__title--Color);
|
|
207
|
-
overflow-wrap:
|
|
208
|
+
overflow-wrap: anywhere;
|
|
208
209
|
|
|
209
210
|
&.pf-m-truncate {
|
|
210
211
|
@include pf-v6-line-clamp("var(--#{$alert}__title--max-lines)");
|
|
@@ -214,7 +215,7 @@
|
|
|
214
215
|
.#{$alert}__description {
|
|
215
216
|
grid-area: description;
|
|
216
217
|
padding-block-start: var(--#{$alert}__description--PaddingBlockStart);
|
|
217
|
-
overflow-wrap:
|
|
218
|
+
overflow-wrap: anywhere;
|
|
218
219
|
|
|
219
220
|
+ .#{$alert}__action-group {
|
|
220
221
|
--#{$alert}__action-group--PaddingBlockStart: var(--#{$alert}__description--action-group--PaddingBlockStart);
|