@patternfly/patternfly 6.0.0-alpha.6 → 6.0.0-alpha.60
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/CODE_OF_CONDUCT.md +1 -2
- package/README.md +13 -3
- package/assets/icons/iconUnicodes.json +1 -0
- package/assets/images/PF-Backdrop.svg +1 -0
- package/assets/images/PF-HorizontalLogo-Color.svg +29 -0
- package/assets/images/PF-HorizontalLogo-Reverse.svg +28 -0
- package/assets/images/PF-IconLogo-Reverse.svg +14 -0
- package/assets/images/PF-IconLogo-color.svg +17 -0
- package/assets/images/PF-IconLogo.svg +17 -0
- package/assets/images/logo__pf--reverse-on-md.svg +1 -1
- package/assets/images/pf-background.svg +22 -0
- package/assets/images/pf-c-brand__logo-on-lg-white.svg +32 -0
- package/assets/images/pf-c-brand__logo-on-md-white.svg +42 -0
- package/assets/images/pf-c-brand__logo-on-sm-white.svg +17 -0
- package/assets/images/pf-c-brand__logo-on-sm.svg +1 -1
- package/assets/images/pf-c-brand__logo-on-xl-white.svg +39 -0
- package/assets/images/pf_logo_white.hbs +35 -0
- package/assets/images/pf_logo_white.svg +38 -0
- package/assets/pficon/pf-v5-pficon.woff2 +0 -0
- package/assets/pficon/pficon.scss +6 -129
- package/base/_common.scss +29 -4
- package/base/_globals.scss +5 -7
- package/base/_variables.scss +8 -6
- package/base/patternfly-common.css +24 -6
- package/base/patternfly-globals.css +5 -4
- package/base/patternfly-icons.css +5 -1
- package/base/patternfly-pf-icons.css +5 -1
- package/base/patternfly-variables.css +889 -787
- package/base/tokens/_tokens-dark.scss +322 -265
- package/base/tokens/_tokens-default.scss +428 -306
- package/base/tokens/_tokens-font.scss +41 -46
- package/base/tokens/_tokens-palette.scss +69 -71
- package/base/tokens/_workspace-overrides.scss +7 -0
- package/components/AboutModalBox/about-modal-box.css +78 -104
- package/components/AboutModalBox/about-modal-box.scss +62 -74
- package/components/Accordion/accordion.css +96 -175
- package/components/Accordion/accordion.scss +106 -193
- package/components/ActionList/action-list.css +2 -2
- package/components/ActionList/action-list.scss +2 -2
- package/components/Alert/alert-group.css +27 -20
- package/components/Alert/alert-group.scss +27 -20
- package/components/Alert/alert.css +74 -95
- package/components/Alert/alert.scss +76 -89
- package/components/AppLauncher/app-launcher.css +32 -23
- package/components/AppLauncher/app-launcher.scss +32 -23
- package/components/Avatar/avatar.css +10 -13
- package/components/Avatar/avatar.scss +10 -17
- package/components/BackToTop/back-to-top.css +17 -15
- package/components/BackToTop/back-to-top.scss +14 -13
- package/components/Backdrop/backdrop.css +8 -4
- package/components/Backdrop/backdrop.scss +7 -4
- package/components/BackgroundImage/background-image.css +11 -4
- package/components/BackgroundImage/background-image.scss +13 -4
- package/components/Badge/badge.css +25 -17
- package/components/Badge/badge.scss +27 -19
- package/components/Banner/banner.css +95 -69
- package/components/Banner/banner.scss +100 -34
- package/components/Breadcrumb/breadcrumb.css +28 -19
- package/components/Breadcrumb/breadcrumb.scss +26 -19
- package/components/Button/button.css +422 -359
- package/components/Button/button.scss +480 -487
- package/components/CalendarMonth/calendar-month.css +25 -15
- package/components/CalendarMonth/calendar-month.scss +23 -15
- package/components/Card/card.css +28 -17
- package/components/Card/card.scss +32 -17
- package/components/Check/check.css +25 -22
- package/components/Check/check.scss +26 -24
- package/components/Chip/chip-group.css +6 -6
- package/components/Chip/chip-group.scss +6 -6
- package/components/Chip/chip.css +16 -9
- package/components/Chip/chip.scss +17 -9
- package/components/ClipboardCopy/clipboard-copy.css +47 -41
- package/components/ClipboardCopy/clipboard-copy.scss +50 -34
- package/components/CodeBlock/code-block.css +24 -12
- package/components/CodeBlock/code-block.scss +24 -13
- package/components/CodeEditor/code-editor.css +31 -22
- package/components/CodeEditor/code-editor.scss +30 -21
- package/components/CodeEditor/themes/dark/code-editor.scss +1 -1
- package/components/Content/content.css +40 -37
- package/components/Content/content.scss +40 -37
- package/components/ContextSelector/context-selector.css +41 -26
- package/components/ContextSelector/context-selector.scss +40 -25
- package/components/ContextSelector/themes/dark/context-selector.scss +1 -1
- package/components/DataList/data-list-grid.css +21 -21
- package/components/DataList/data-list-grid.scss +3 -3
- package/components/DataList/data-list.css +165 -209
- package/components/DataList/data-list.scss +138 -185
- package/components/DatePicker/date-picker.css +8 -8
- package/components/DatePicker/date-picker.scss +8 -8
- package/components/DescriptionList/description-list.css +47 -39
- package/components/DescriptionList/description-list.scss +33 -30
- package/components/Divider/divider.css +97 -177
- package/components/Divider/divider.scss +60 -79
- package/components/DragDrop/drag-drop.css +26 -22
- package/components/DragDrop/drag-drop.scss +26 -25
- package/components/Drawer/drawer.css +120 -62
- package/components/Drawer/drawer.scss +94 -44
- package/components/Dropdown/dropdown.css +76 -69
- package/components/Dropdown/dropdown.scss +67 -62
- package/components/DualListSelector/dual-list-selector.css +29 -15
- package/components/DualListSelector/dual-list-selector.scss +30 -15
- package/components/EmptyState/empty-state.css +64 -38
- package/components/EmptyState/empty-state.scss +70 -38
- package/components/ExpandableSection/expandable-section.css +75 -66
- package/components/ExpandableSection/expandable-section.scss +82 -80
- package/components/FileUpload/file-upload.css +31 -43
- package/components/FileUpload/file-upload.scss +31 -49
- package/components/Form/form.css +111 -154
- package/components/Form/form.scss +101 -160
- package/components/FormControl/form-control.css +95 -111
- package/components/FormControl/form-control.scss +97 -92
- package/components/HelperText/helper-text.css +29 -35
- package/components/HelperText/helper-text.scss +31 -41
- package/components/Hint/hint.css +37 -27
- package/components/Hint/hint.scss +37 -30
- package/components/Icon/icon.css +155 -19
- package/components/Icon/icon.scss +188 -21
- package/components/InlineEdit/inline-edit.css +12 -11
- package/components/InlineEdit/inline-edit.scss +12 -11
- package/components/InputGroup/input-group.css +32 -42
- package/components/InputGroup/input-group.scss +31 -33
- package/components/JumpLinks/jump-links.css +61 -58
- package/components/JumpLinks/jump-links.scss +61 -60
- package/components/Label/label-group.css +48 -50
- package/components/Label/label-group.scss +48 -51
- package/components/Label/label.css +266 -363
- package/components/Label/label.scss +306 -356
- package/components/List/list.css +25 -25
- package/components/List/list.scss +26 -26
- package/components/LogViewer/log-viewer.css +14 -14
- package/components/LogViewer/log-viewer.scss +14 -14
- package/components/Login/login.css +104 -122
- package/components/Login/login.scss +92 -91
- package/components/Masthead/masthead.css +273 -498
- package/components/Masthead/masthead.scss +137 -282
- package/components/Menu/menu.css +82 -65
- package/components/Menu/menu.scss +85 -69
- package/components/MenuToggle/menu-toggle.css +37 -31
- package/components/MenuToggle/menu-toggle.scss +37 -33
- package/components/ModalBox/modal-box.css +76 -69
- package/components/ModalBox/modal-box.scss +74 -70
- package/components/MultipleFileUpload/multiple-file-upload.css +11 -8
- package/components/MultipleFileUpload/multiple-file-upload.scss +11 -8
- package/components/Nav/nav.css +248 -899
- package/components/Nav/nav.scss +304 -1059
- package/components/Nav/themes/dark/nav.scss +2 -2
- package/components/NotificationBadge/notification-badge.css +66 -85
- package/components/NotificationBadge/notification-badge.scss +72 -103
- package/components/NotificationDrawer/notification-drawer.css +130 -128
- package/components/NotificationDrawer/notification-drawer.scss +130 -129
- package/components/NumberInput/number-input.css +10 -10
- package/components/NumberInput/number-input.scss +9 -14
- package/components/OptionsMenu/options-menu.css +43 -31
- package/components/OptionsMenu/options-menu.scss +43 -31
- package/components/OverflowMenu/overflow-menu.css +2 -2
- package/components/OverflowMenu/overflow-menu.scss +2 -2
- package/components/Page/page.css +182 -232
- package/components/Page/page.scss +130 -195
- package/components/Pagination/pagination.css +71 -121
- package/components/Pagination/pagination.scss +56 -127
- package/components/Panel/panel.css +40 -30
- package/components/Panel/panel.scss +42 -33
- package/components/Popover/popover.css +108 -87
- package/components/Popover/popover.scss +120 -109
- package/components/Progress/progress.css +40 -52
- package/components/Progress/progress.scss +48 -62
- package/components/ProgressStepper/progress-stepper.css +26 -20
- package/components/ProgressStepper/progress-stepper.scss +25 -19
- package/components/Radio/radio.css +30 -23
- package/components/Radio/radio.scss +31 -25
- package/components/Select/select.css +56 -47
- package/components/Select/select.scss +56 -47
- package/components/Sidebar/sidebar.css +31 -14
- package/components/Sidebar/sidebar.scss +34 -16
- package/components/SimpleList/simple-list.css +45 -56
- package/components/SimpleList/simple-list.scss +51 -55
- package/components/Skeleton/skeleton.css +24 -25
- package/components/Skeleton/skeleton.scss +21 -26
- package/components/SkipToContent/skip-to-content.css +9 -6
- package/components/SkipToContent/skip-to-content.scss +8 -6
- package/components/Slider/slider.css +80 -55
- package/components/Slider/slider.scss +96 -65
- package/components/Spinner/spinner.css +17 -34
- package/components/Spinner/spinner.scss +19 -47
- package/components/Switch/switch.css +49 -41
- package/components/Switch/switch.scss +51 -42
- package/components/TabContent/tab-content.css +21 -12
- package/components/TabContent/tab-content.scss +22 -15
- package/components/Table/table-grid.css +264 -203
- package/components/Table/table-grid.scss +61 -47
- package/components/Table/table-scrollable.css +4 -4
- package/components/Table/table-scrollable.scss +6 -4
- package/components/Table/table-tree-view.css +112 -105
- package/components/Table/table-tree-view.scss +38 -33
- package/components/Table/table.css +105 -89
- package/components/Table/table.scss +105 -89
- package/components/Tabs/tabs.css +76 -48
- package/components/Tabs/tabs.scss +74 -48
- package/components/TextInputGroup/text-input-group.css +15 -15
- package/components/TextInputGroup/text-input-group.scss +15 -15
- package/components/Tile/tile.css +47 -88
- package/components/Tile/tile.scss +45 -91
- package/components/Timestamp/timestamp.css +12 -9
- package/components/Timestamp/timestamp.scss +11 -10
- package/components/Title/title.css +70 -19
- package/components/Title/title.scss +90 -20
- package/components/ToggleGroup/toggle-group.css +48 -58
- package/components/ToggleGroup/toggle-group.scss +48 -56
- package/components/Toolbar/toolbar.css +57 -43
- package/components/Toolbar/toolbar.scss +45 -25
- package/components/Tooltip/tooltip.css +74 -44
- package/components/Tooltip/tooltip.scss +93 -77
- package/components/TreeView/tree-view.css +48 -27
- package/components/TreeView/tree-view.scss +50 -28
- package/components/Truncate/truncate.css +13 -0
- package/components/Truncate/truncate.scss +19 -3
- package/components/Wizard/wizard.css +57 -36
- package/components/Wizard/wizard.scss +57 -36
- package/docs/components/AboutModalBox/examples/AboutModalBox.md +2 -2
- package/docs/components/Accordion/examples/Accordion.md +614 -416
- package/docs/components/Alert/examples/Alert.md +3 -3
- package/docs/components/Avatar/examples/Avatar.md +5 -19
- package/docs/components/BackgroundImage/examples/BackgroundImage.md +1 -1
- package/docs/components/Badge/examples/Badge.md +21 -0
- package/docs/components/Banner/examples/Banner.md +48 -25
- package/docs/components/Brand/examples/Brand.css +12 -0
- package/docs/components/Brand/examples/Brand.md +51 -32
- package/docs/components/Breadcrumb/examples/Breadcrumb.md +1 -1
- package/docs/components/Button/examples/Button.css +6 -2
- package/docs/components/Button/examples/Button.md +1425 -87
- package/docs/components/Card/examples/Card.md +143 -37
- package/docs/components/Check/examples/Check.md +71 -58
- package/docs/components/Chip/examples/Chip.md +1 -1
- package/docs/components/ClipboardCopy/examples/ClipboardCopy.md +106 -0
- package/docs/components/CodeBlock/examples/CodeBlock.md +4 -4
- package/docs/components/CodeEditor/examples/CodeEditor.md +3 -3
- package/docs/components/Content/examples/Content.md +5 -5
- package/docs/components/Divider/examples/Divider.css +3 -1
- package/docs/components/Divider/examples/Divider.md +4 -5
- package/docs/components/DragDrop/examples/DragDrop.css +3 -3
- package/docs/components/Dropdown/deprecated/Dropdown.css +1 -1
- package/docs/components/DualListSelector/examples/DualListSelector.md +64 -16
- package/docs/components/EmptyState/examples/EmptyState.md +45 -1
- package/docs/components/ExpandableSection/examples/ExpandableSection.md +49 -28
- package/docs/components/FileUpload/examples/FileUpload.md +112 -53
- package/docs/components/Form/examples/Form.md +134 -89
- package/docs/components/Icon/examples/Icon.md +82 -11
- package/docs/components/InlineEdit/examples/InlineEdit.md +3 -1
- package/docs/components/JumpLinks/examples/JumpLinks.md +280 -168
- package/docs/components/Label/examples/Label.css +4 -0
- package/docs/components/Label/examples/Label.md +1001 -225
- package/docs/components/LogViewer/examples/LogViewer.css +2 -2
- package/docs/components/LogViewer/examples/LogViewer.md +250 -160
- package/docs/components/Login/examples/Login.md +10 -5
- package/docs/components/Masthead/examples/masthead.md +443 -65
- package/docs/components/Menu/examples/Menu.css +8 -0
- package/docs/components/Menu/examples/Menu.md +594 -543
- package/docs/components/MenuToggle/examples/MenuToggle.md +109 -96
- package/docs/components/ModalBox/examples/ModalBox.css +3 -8
- package/docs/components/Nav/examples/Navigation.css +3 -42
- package/docs/components/Nav/examples/Navigation.md +305 -353
- package/docs/components/NotificationBadge/examples/NotificationBadge.md +5 -7
- package/docs/components/OptionsMenu/deprecated/options-menu.md +12 -3
- package/docs/components/Page/examples/Page.css +0 -8
- package/docs/components/Page/examples/Page.md +22 -21
- package/docs/components/Pagination/examples/Pagination.md +663 -637
- package/docs/components/Panel/examples/Panel.md +12 -0
- package/docs/components/Popover/examples/Popover.css +4 -9
- package/docs/components/Popover/examples/Popover.md +1 -1
- package/docs/components/Radio/examples/Radio.md +62 -54
- package/docs/components/Select/deprecated/Select.md +184 -177
- package/docs/components/Sidebar/examples/Sidebar.md +19 -0
- package/docs/components/SimpleList/examples/SimpleList.md +3 -3
- package/docs/components/TabContent/examples/TabContent.md +10 -10
- package/docs/components/Table/examples/Table.css +2 -2
- package/docs/components/Table/examples/Table.md +10 -10
- package/docs/components/TextInputGroup/examples/TextInputGroup.css +1 -1
- package/docs/components/TextInputGroup/examples/TextInputGroup.md +9 -9
- package/docs/components/Tile/examples/Tile.css +1 -1
- package/docs/components/Tile/examples/Tile.md +264 -144
- package/docs/components/Title/examples/Title.md +18 -0
- package/docs/components/Toolbar/examples/Toolbar.md +663 -2894
- package/docs/components/Tooltip/examples/Tooltip.css +4 -0
- package/docs/components/Tooltip/examples/Tooltip.md +3 -1
- package/docs/components/Truncate/examples/Truncate.css +2 -2
- package/docs/components/Truncate/examples/Truncate.md +2 -2
- package/docs/demos/AboutModal/examples/AboutModal.md +103 -30
- package/docs/demos/Alert/examples/Alert.md +327 -84
- package/docs/demos/BackToTop/examples/BackToTop.md +101 -28
- package/docs/demos/Banner/examples/Banner.md +209 -58
- package/docs/demos/Card/examples/Card.css +3 -3
- package/docs/demos/Card/examples/Card.md +28 -12
- package/docs/demos/CardView/examples/CardView.md +263 -205
- package/docs/demos/ContextSelector/examples/ContextSelector.md +373 -90
- package/docs/demos/Dashboard/examples/Dashboard.md +104 -31
- package/docs/demos/DataList/examples/DataList.md +995 -928
- package/docs/demos/DescriptionList/examples/DescriptionList.md +303 -84
- package/docs/demos/Drawer/examples/Drawer.md +605 -220
- package/docs/demos/Form/examples/BasicForms.md +133 -82
- package/docs/demos/JumpLinks/examples/JumpLinks.md +881 -353
- package/docs/demos/Masthead/examples/Masthead.md +767 -323
- package/docs/demos/Modal/examples/Modal.md +639 -192
- package/docs/demos/Nav/examples/Nav.md +685 -896
- package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +510 -140
- package/docs/demos/Page/examples/Page.md +933 -264
- package/docs/demos/Page/examples/Penta.md +569 -501
- package/docs/demos/PasswordGenerator/examples/PasswordGenerator.md +13 -9
- package/docs/demos/PasswordStrength/examples/PasswordStrength.md +44 -32
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +1296 -917
- package/docs/demos/Skeleton/examples/Skeleton.md +108 -63
- package/docs/demos/Table/examples/Table.md +3832 -3390
- package/docs/demos/Tabs/examples/Tabs.md +636 -191
- package/docs/demos/Toolbar/examples/Toolbar.css +15 -0
- package/docs/demos/Toolbar/examples/Toolbar.md +1331 -1493
- package/docs/demos/Wizard/examples/Wizard.md +909 -252
- package/docs/layouts/Flex/examples/Flex.md +16 -16
- package/docs/utilities/BoxShadow/examples/box-shadow.css +5 -5
- package/icons/pficons.mjs +1 -0
- package/layouts/Flex/flex.css +115 -43
- package/layouts/Flex/flex.scss +20 -8
- package/package.json +36 -32
- package/patternfly-addons.css +732 -972
- package/patternfly-base-no-globals-theme-dark-unversioned.css +923 -799
- package/patternfly-base-no-globals.css +923 -799
- package/patternfly-base-theme-dark-unversioned.css +928 -803
- package/patternfly-base.css +928 -803
- package/patternfly-no-globals.css +6885 -7353
- package/patternfly-theme-dark-unversioned.css +6890 -7357
- package/patternfly.css +6890 -7357
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
- package/sass-utilities/functions.scss +6 -0
- package/sass-utilities/mixins.scss +80 -2
- package/sass-utilities/scss-variables.scss +8 -8
- package/sass-utilities/themes/dark/mixins.scss +3 -1
- package/utilities/Accessibility/accessibility.css +12 -12
- package/utilities/Spacing/spacing.css +720 -960
- package/utilities/Spacing/spacing.scss +4 -8
- package/base/themes/dark/_variables.scss +0 -102
- package/components/AboutModalBox/themes/dark/about-modal-box.scss +0 -7
- package/components/Accordion/themes/dark/accordion.scss +0 -9
- package/components/Alert/themes/dark/alert.scss +0 -17
- package/components/Badge/themes/dark/badge.scss +0 -9
- package/components/Banner/themes/dark/banner.scss +0 -14
- package/components/Button/themes/dark/button.scss +0 -51
- package/components/ClipboardCopy/themes/dark/clipboard-copy.scss +0 -19
- package/components/DataList/themes/dark/data-list.scss +0 -10
- package/components/DragDrop/themes/dark/drag-drop.scss +0 -7
- package/components/Form/themes/dark/form.scss +0 -7
- package/components/FormControl/themes/dark/form-control.scss +0 -24
- package/components/HelperText/themes/dark/helper-text.scss +0 -7
- package/components/Hint/themes/dark/hint.scss +0 -8
- package/components/InputGroup/themes/dark/input-group.scss +0 -22
- package/components/Label/themes/dark/label.scss +0 -53
- package/components/Login/themes/dark/login.scss +0 -12
- package/components/Masthead/themes/dark/masthead.scss +0 -14
- package/components/ModalBox/themes/dark/modal-box.scss +0 -7
- package/components/NotificationBadge/themes/dark/notification-badge.scss +0 -10
- package/components/NotificationDrawer/themes/dark/notification-drawer.scss +0 -14
- package/components/Page/themes/dark/page.scss +0 -69
- package/components/Pagination/themes/dark/pagination.scss +0 -7
- package/components/Panel/themes/dark/panel.scss +0 -7
- package/components/Popover/themes/dark/popover.scss +0 -11
- package/components/Progress/themes/dark/progress.scss +0 -9
- package/components/SimpleList/themes/dark/simple-list.scss +0 -14
- package/components/Skeleton/themes/dark/skeleton.scss +0 -10
- package/components/Switch/themes/dark/switch.scss +0 -11
- package/components/Tile/themes/dark/tile.scss +0 -10
- package/components/ToggleGroup/themes/dark/toggle-group.scss +0 -12
- package/components/Tooltip/themes/dark/tooltip.scss +0 -8
- package/docs/components/Avatar/examples/Avatar.css +0 -3
- package/docs/components/NotificationBadge/examples/NotificationBadge.css +0 -3
|
@@ -22,519 +22,393 @@
|
|
|
22
22
|
@function pf-v5-pficon-char($filename) {
|
|
23
23
|
$char: '';
|
|
24
24
|
|
|
25
|
-
|
|
26
25
|
@if $filename == add-circle-o {
|
|
27
26
|
$char: '\E61B';
|
|
28
27
|
}
|
|
29
|
-
|
|
30
28
|
@if $filename == ansible-tower {
|
|
31
29
|
$char: '\E950';
|
|
32
30
|
}
|
|
33
|
-
|
|
34
31
|
@if $filename == applications {
|
|
35
32
|
$char: '\E936';
|
|
36
33
|
}
|
|
37
|
-
|
|
38
34
|
@if $filename == arrow {
|
|
39
35
|
$char: '\E929';
|
|
40
36
|
}
|
|
41
|
-
|
|
42
37
|
@if $filename == asleep {
|
|
43
38
|
$char: '\E92E';
|
|
44
39
|
}
|
|
45
|
-
|
|
46
40
|
@if $filename == attention-bell {
|
|
47
41
|
$char: '\E951';
|
|
48
42
|
}
|
|
49
|
-
|
|
50
43
|
@if $filename == automation {
|
|
51
44
|
$char: '\E937';
|
|
52
45
|
}
|
|
53
|
-
|
|
54
46
|
@if $filename == bell {
|
|
55
47
|
$char: '\E952';
|
|
56
48
|
}
|
|
57
|
-
|
|
58
49
|
@if $filename == blueprint {
|
|
59
50
|
$char: '\E915';
|
|
60
51
|
}
|
|
61
|
-
|
|
62
52
|
@if $filename == build {
|
|
63
53
|
$char: '\E902';
|
|
64
54
|
}
|
|
65
|
-
|
|
66
55
|
@if $filename == builder-image {
|
|
67
56
|
$char: '\E800';
|
|
68
57
|
}
|
|
69
|
-
|
|
70
58
|
@if $filename == bundle {
|
|
71
59
|
$char: '\E918';
|
|
72
60
|
}
|
|
73
|
-
|
|
74
61
|
@if $filename == catalog {
|
|
75
62
|
$char: '\E953';
|
|
76
63
|
}
|
|
77
|
-
|
|
78
64
|
@if $filename == chat {
|
|
79
65
|
$char: '\E954';
|
|
80
66
|
}
|
|
81
|
-
|
|
82
67
|
@if $filename == close {
|
|
83
68
|
$char: '\E60B';
|
|
84
69
|
}
|
|
85
|
-
|
|
86
70
|
@if $filename == cloud-security {
|
|
87
71
|
$char: '\E903';
|
|
88
72
|
}
|
|
89
|
-
|
|
90
73
|
@if $filename == cloud-tenant {
|
|
91
74
|
$char: '\E904';
|
|
92
75
|
}
|
|
93
|
-
|
|
94
76
|
@if $filename == cluster {
|
|
95
77
|
$char: '\E620';
|
|
96
78
|
}
|
|
97
|
-
|
|
98
79
|
@if $filename == connected {
|
|
99
80
|
$char: '\E938';
|
|
100
81
|
}
|
|
101
|
-
|
|
102
82
|
@if $filename == container-node {
|
|
103
83
|
$char: '\E621';
|
|
104
84
|
}
|
|
105
|
-
|
|
106
85
|
@if $filename == cpu {
|
|
107
86
|
$char: '\E927';
|
|
108
87
|
}
|
|
109
|
-
|
|
110
88
|
@if $filename == critical-risk {
|
|
111
89
|
$char: '\E976';
|
|
112
90
|
}
|
|
113
|
-
|
|
114
91
|
@if $filename == data-processor {
|
|
115
92
|
$char: '\E97B';
|
|
116
93
|
}
|
|
117
|
-
|
|
118
94
|
@if $filename == data-sink {
|
|
119
95
|
$char: '\E978';
|
|
120
96
|
}
|
|
121
|
-
|
|
122
97
|
@if $filename == data-source {
|
|
123
98
|
$char: '\E979';
|
|
124
99
|
}
|
|
125
|
-
|
|
126
100
|
@if $filename == degraded {
|
|
127
101
|
$char: '\E91B';
|
|
128
102
|
}
|
|
129
|
-
|
|
130
103
|
@if $filename == disconnected {
|
|
131
104
|
$char: '\E955';
|
|
132
105
|
}
|
|
133
|
-
|
|
134
106
|
@if $filename == domain {
|
|
135
107
|
$char: '\E919';
|
|
136
108
|
}
|
|
137
|
-
|
|
138
109
|
@if $filename == edit {
|
|
139
110
|
$char: '\E60A';
|
|
140
111
|
}
|
|
141
|
-
|
|
142
112
|
@if $filename == enhancement {
|
|
143
113
|
$char: '\E93A';
|
|
144
114
|
}
|
|
145
|
-
|
|
146
115
|
@if $filename == enterprise {
|
|
147
116
|
$char: '\E906';
|
|
148
117
|
}
|
|
149
|
-
|
|
150
118
|
@if $filename == equalizer {
|
|
151
119
|
$char: '\E956';
|
|
152
120
|
}
|
|
153
|
-
|
|
154
121
|
@if $filename == error-circle-o {
|
|
155
122
|
$char: '\E926';
|
|
156
123
|
}
|
|
157
|
-
|
|
158
124
|
@if $filename == export {
|
|
159
125
|
$char: '\E616';
|
|
160
126
|
}
|
|
161
|
-
|
|
162
127
|
@if $filename == filter {
|
|
163
128
|
$char: '\E943';
|
|
164
129
|
}
|
|
165
|
-
|
|
166
130
|
@if $filename == flavor {
|
|
167
131
|
$char: '\E957';
|
|
168
132
|
}
|
|
169
|
-
|
|
170
133
|
@if $filename == folder-close {
|
|
171
134
|
$char: '\E607';
|
|
172
135
|
}
|
|
173
|
-
|
|
174
136
|
@if $filename == folder-open {
|
|
175
137
|
$char: '\E606';
|
|
176
138
|
}
|
|
177
|
-
|
|
178
139
|
@if $filename == globe-route {
|
|
179
140
|
$char: '\E958';
|
|
180
141
|
}
|
|
181
|
-
|
|
182
142
|
@if $filename == help {
|
|
183
143
|
$char: '\E605';
|
|
184
144
|
}
|
|
185
|
-
|
|
186
145
|
@if $filename == history {
|
|
187
146
|
$char: '\E617';
|
|
188
147
|
}
|
|
189
|
-
|
|
190
148
|
@if $filename == home {
|
|
191
149
|
$char: '\E618';
|
|
192
150
|
}
|
|
193
|
-
|
|
194
151
|
@if $filename == import {
|
|
195
152
|
$char: '\E615';
|
|
196
153
|
}
|
|
197
|
-
|
|
198
154
|
@if $filename == in-progress {
|
|
199
155
|
$char: '\E933';
|
|
200
156
|
}
|
|
201
|
-
|
|
202
157
|
@if $filename == info {
|
|
203
158
|
$char: '\E92B';
|
|
204
159
|
}
|
|
205
|
-
|
|
206
160
|
@if $filename == infrastructure {
|
|
207
161
|
$char: '\E93D';
|
|
208
162
|
}
|
|
209
|
-
|
|
210
163
|
@if $filename == integration {
|
|
211
164
|
$char: '\E948';
|
|
212
165
|
}
|
|
213
|
-
|
|
214
166
|
@if $filename == key {
|
|
215
167
|
$char: '\E924';
|
|
216
168
|
}
|
|
217
|
-
|
|
218
169
|
@if $filename == locked {
|
|
219
170
|
$char: '\E923';
|
|
220
171
|
}
|
|
221
|
-
|
|
222
172
|
@if $filename == maintenance {
|
|
223
173
|
$char: '\E932';
|
|
224
174
|
}
|
|
225
|
-
|
|
226
175
|
@if $filename == memory {
|
|
227
176
|
$char: '\E908';
|
|
228
177
|
}
|
|
229
|
-
|
|
230
178
|
@if $filename == messages {
|
|
231
179
|
$char: '\E603';
|
|
232
180
|
}
|
|
233
|
-
|
|
234
181
|
@if $filename == middleware {
|
|
235
182
|
$char: '\E917';
|
|
236
183
|
}
|
|
237
|
-
|
|
238
184
|
@if $filename == migration {
|
|
239
185
|
$char: '\E931';
|
|
240
186
|
}
|
|
241
|
-
|
|
242
187
|
@if $filename == module {
|
|
243
188
|
$char: '\E959';
|
|
244
189
|
}
|
|
245
|
-
|
|
246
190
|
@if $filename == monitoring {
|
|
247
191
|
$char: '\E95A';
|
|
248
192
|
}
|
|
249
|
-
|
|
250
193
|
@if $filename == multicluster {
|
|
251
194
|
$char: '\E97C';
|
|
252
195
|
}
|
|
253
|
-
|
|
254
196
|
@if $filename == namespaces {
|
|
255
197
|
$char: '\E95B';
|
|
256
198
|
}
|
|
257
|
-
|
|
258
199
|
@if $filename == network {
|
|
259
200
|
$char: '\E909';
|
|
260
201
|
}
|
|
261
|
-
|
|
262
202
|
@if $filename == new-process {
|
|
263
203
|
$char: '\E95C';
|
|
264
204
|
}
|
|
265
|
-
|
|
266
205
|
@if $filename == not-started {
|
|
267
206
|
$char: '\E95D';
|
|
268
207
|
}
|
|
269
|
-
|
|
270
208
|
@if $filename == off {
|
|
271
209
|
$char: '\E92D';
|
|
272
210
|
}
|
|
273
|
-
|
|
274
211
|
@if $filename == ok {
|
|
275
212
|
$char: '\E602';
|
|
276
213
|
}
|
|
277
|
-
|
|
278
214
|
@if $filename == on-running {
|
|
279
215
|
$char: '\E925';
|
|
280
216
|
}
|
|
281
|
-
|
|
282
217
|
@if $filename == on {
|
|
283
218
|
$char: '\E92C';
|
|
284
219
|
}
|
|
285
|
-
|
|
286
220
|
@if $filename == open-drawer-right {
|
|
287
221
|
$char: '\E977';
|
|
288
222
|
}
|
|
289
|
-
|
|
290
223
|
@if $filename == openshift {
|
|
291
224
|
$char: '\E95E';
|
|
292
225
|
}
|
|
293
|
-
|
|
294
226
|
@if $filename == openstack {
|
|
295
227
|
$char: '\E95F';
|
|
296
228
|
}
|
|
297
|
-
|
|
298
229
|
@if $filename == optimize {
|
|
299
230
|
$char: '\E93E';
|
|
300
231
|
}
|
|
301
|
-
|
|
302
232
|
@if $filename == orders {
|
|
303
233
|
$char: '\E93F';
|
|
304
234
|
}
|
|
305
|
-
|
|
306
235
|
@if $filename == os-image {
|
|
307
236
|
$char: '\E960';
|
|
308
237
|
}
|
|
309
|
-
|
|
310
238
|
@if $filename == package {
|
|
311
239
|
$char: '\E961';
|
|
312
240
|
}
|
|
313
|
-
|
|
314
241
|
@if $filename == panel-close {
|
|
315
242
|
$char: '\E962';
|
|
316
243
|
}
|
|
317
|
-
|
|
318
244
|
@if $filename == panel-open {
|
|
319
245
|
$char: '\E963';
|
|
320
246
|
}
|
|
321
|
-
|
|
322
247
|
@if $filename == paused {
|
|
323
248
|
$char: '\E92F';
|
|
324
249
|
}
|
|
325
|
-
|
|
326
250
|
@if $filename == pending {
|
|
327
251
|
$char: '\E964';
|
|
328
252
|
}
|
|
329
|
-
|
|
330
253
|
@if $filename == pficon-dragdrop {
|
|
331
254
|
$char: '\E965';
|
|
332
255
|
}
|
|
333
|
-
|
|
334
256
|
@if $filename == pficon-history {
|
|
335
257
|
$char: '\E966';
|
|
336
258
|
}
|
|
337
|
-
|
|
338
259
|
@if $filename == pficon-network-range {
|
|
339
260
|
$char: '\E967';
|
|
340
261
|
}
|
|
341
|
-
|
|
342
262
|
@if $filename == pficon-satellite {
|
|
343
263
|
$char: '\E968';
|
|
344
264
|
}
|
|
345
|
-
|
|
346
265
|
@if $filename == pficon-sort-common-asc {
|
|
347
266
|
$char: '\E94E';
|
|
348
267
|
}
|
|
349
|
-
|
|
350
268
|
@if $filename == pficon-sort-common-desc {
|
|
351
269
|
$char: '\E94F';
|
|
352
270
|
}
|
|
353
|
-
|
|
354
271
|
@if $filename == pficon-template {
|
|
355
272
|
$char: '\E94C';
|
|
356
273
|
}
|
|
357
|
-
|
|
358
274
|
@if $filename == pficon-vcenter {
|
|
359
275
|
$char: '\E969';
|
|
360
276
|
}
|
|
361
|
-
|
|
362
277
|
@if $filename == plugged {
|
|
363
278
|
$char: '\E96A';
|
|
364
279
|
}
|
|
365
|
-
|
|
366
280
|
@if $filename == port {
|
|
367
281
|
$char: '\E96B';
|
|
368
282
|
}
|
|
369
|
-
|
|
370
283
|
@if $filename == print {
|
|
371
284
|
$char: '\E612';
|
|
372
285
|
}
|
|
373
|
-
|
|
374
286
|
@if $filename == private {
|
|
375
287
|
$char: '\E914';
|
|
376
288
|
}
|
|
377
|
-
|
|
378
289
|
@if $filename == process-automation {
|
|
379
290
|
$char: '\E949';
|
|
380
291
|
}
|
|
381
|
-
|
|
382
292
|
@if $filename == project {
|
|
383
293
|
$char: '\E96C';
|
|
384
294
|
}
|
|
385
|
-
|
|
386
295
|
@if $filename == rebalance {
|
|
387
296
|
$char: '\E91C';
|
|
388
297
|
}
|
|
389
|
-
|
|
390
298
|
@if $filename == rebooting {
|
|
391
299
|
$char: '\E96D';
|
|
392
300
|
}
|
|
393
|
-
|
|
394
301
|
@if $filename == regions {
|
|
395
302
|
$char: '\E90A';
|
|
396
303
|
}
|
|
397
|
-
|
|
398
304
|
@if $filename == registry {
|
|
399
305
|
$char: '\E623';
|
|
400
306
|
}
|
|
401
|
-
|
|
402
307
|
@if $filename == remove2 {
|
|
403
308
|
$char: '\E96E';
|
|
404
309
|
}
|
|
405
|
-
|
|
406
310
|
@if $filename == replicator {
|
|
407
311
|
$char: '\E624';
|
|
408
312
|
}
|
|
409
|
-
|
|
410
313
|
@if $filename == repository {
|
|
411
314
|
$char: '\E90B';
|
|
412
315
|
}
|
|
413
|
-
|
|
414
316
|
@if $filename == resource-pool {
|
|
415
317
|
$char: '\E90C';
|
|
416
318
|
}
|
|
417
|
-
|
|
418
319
|
@if $filename == resources-almost-empty {
|
|
419
320
|
$char: '\E91D';
|
|
420
321
|
}
|
|
421
|
-
|
|
422
322
|
@if $filename == resources-almost-full {
|
|
423
323
|
$char: '\E912';
|
|
424
324
|
}
|
|
425
|
-
|
|
426
325
|
@if $filename == resources-empty {
|
|
427
326
|
$char: '\E96F';
|
|
428
327
|
}
|
|
429
|
-
|
|
430
328
|
@if $filename == resources-full {
|
|
431
329
|
$char: '\E913';
|
|
432
330
|
}
|
|
433
|
-
|
|
434
331
|
@if $filename == running {
|
|
435
332
|
$char: '\E970';
|
|
436
333
|
}
|
|
437
|
-
|
|
438
334
|
@if $filename == save {
|
|
439
335
|
$char: '\E601';
|
|
440
336
|
}
|
|
441
|
-
|
|
442
337
|
@if $filename == screen {
|
|
443
338
|
$char: '\E971';
|
|
444
339
|
}
|
|
445
|
-
|
|
446
340
|
@if $filename == security {
|
|
447
341
|
$char: '\E946';
|
|
448
342
|
}
|
|
449
|
-
|
|
450
343
|
@if $filename == server-group {
|
|
451
344
|
$char: '\E91A';
|
|
452
345
|
}
|
|
453
|
-
|
|
454
346
|
@if $filename == server {
|
|
455
347
|
$char: '\E90D';
|
|
456
348
|
}
|
|
457
|
-
|
|
458
349
|
@if $filename == service-catalog {
|
|
459
350
|
$char: '\E972';
|
|
460
351
|
}
|
|
461
|
-
|
|
462
352
|
@if $filename == service {
|
|
463
353
|
$char: '\E61E';
|
|
464
354
|
}
|
|
465
|
-
|
|
466
355
|
@if $filename == services {
|
|
467
356
|
$char: '\E947';
|
|
468
357
|
}
|
|
469
|
-
|
|
470
358
|
@if $filename == spinner {
|
|
471
359
|
$char: '\E973';
|
|
472
360
|
}
|
|
473
|
-
|
|
474
361
|
@if $filename == spinner2 {
|
|
475
362
|
$char: '\E613';
|
|
476
363
|
}
|
|
477
|
-
|
|
478
364
|
@if $filename == storage-domain {
|
|
479
365
|
$char: '\E90E';
|
|
480
366
|
}
|
|
481
|
-
|
|
482
367
|
@if $filename == task {
|
|
483
368
|
$char: '\E974';
|
|
484
369
|
}
|
|
485
|
-
|
|
486
370
|
@if $filename == tenant {
|
|
487
371
|
$char: '\E916';
|
|
488
372
|
}
|
|
489
|
-
|
|
490
373
|
@if $filename == thumb-tack {
|
|
491
374
|
$char: '\E920';
|
|
492
375
|
}
|
|
493
|
-
|
|
494
376
|
@if $filename == topology {
|
|
495
377
|
$char: '\E608';
|
|
496
378
|
}
|
|
497
|
-
|
|
379
|
+
@if $filename == treeview {
|
|
380
|
+
$char: '\E97D';
|
|
381
|
+
}
|
|
498
382
|
@if $filename == trend-down {
|
|
499
383
|
$char: '\E900';
|
|
500
384
|
}
|
|
501
|
-
|
|
502
385
|
@if $filename == trend-up {
|
|
503
386
|
$char: '\E901';
|
|
504
387
|
}
|
|
505
|
-
|
|
506
388
|
@if $filename == unknown {
|
|
507
389
|
$char: '\E935';
|
|
508
390
|
}
|
|
509
|
-
|
|
510
391
|
@if $filename == unlocked {
|
|
511
392
|
$char: '\E922';
|
|
512
393
|
}
|
|
513
|
-
|
|
514
394
|
@if $filename == unplugged {
|
|
515
395
|
$char: '\E942';
|
|
516
396
|
}
|
|
517
|
-
|
|
518
397
|
@if $filename == user {
|
|
519
398
|
$char: '\E91E';
|
|
520
399
|
}
|
|
521
|
-
|
|
522
400
|
@if $filename == users {
|
|
523
401
|
$char: '\E91F';
|
|
524
402
|
}
|
|
525
|
-
|
|
526
403
|
@if $filename == virtual-machine {
|
|
527
404
|
$char: '\E90F';
|
|
528
405
|
}
|
|
529
|
-
|
|
530
406
|
@if $filename == volume {
|
|
531
407
|
$char: '\E910';
|
|
532
408
|
}
|
|
533
|
-
|
|
534
409
|
@if $filename == warning-triangle {
|
|
535
410
|
$char: '\E975';
|
|
536
411
|
}
|
|
537
|
-
|
|
538
412
|
@if $filename == zone {
|
|
539
413
|
$char: '\E911';
|
|
540
414
|
}
|
|
@@ -907,6 +781,9 @@
|
|
|
907
781
|
.pf-v5-pficon-topology {
|
|
908
782
|
@include pf-v5-pficon(topology);
|
|
909
783
|
}
|
|
784
|
+
.pf-v5-pficon-treeview {
|
|
785
|
+
@include pf-v5-pficon(treeview);
|
|
786
|
+
}
|
|
910
787
|
.pf-v5-pficon-trend-down {
|
|
911
788
|
@include pf-v5-pficon(trend-down);
|
|
912
789
|
}
|
package/base/_common.scss
CHANGED
|
@@ -18,8 +18,33 @@
|
|
|
18
18
|
}
|
|
19
19
|
|
|
20
20
|
// Variable font opt-in
|
|
21
|
-
.#{$pf-prefix}m-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
21
|
+
.#{$pf-prefix}m-legacy-font {
|
|
22
|
+
--pf-t--global--font--family--body: var(--pf-t--global--font--family--body--legacy);
|
|
23
|
+
--pf-t--global--font--family--heading: var(--pf-t--global--font--family--heading--legacy);
|
|
24
|
+
--pf-t--global--font--family--mono: var(--pf-t--global--font--family--mono--legacy);
|
|
25
|
+
--pf-t--global--font--weight--body: var(--pf-t--global--font--weight--body--legacy);
|
|
26
|
+
--pf-t--global--font--weight--body--bold: var(--pf-t--global--font--weight--body--bold--legacy);
|
|
27
|
+
--pf-t--global--font--weight--heading: var(--pf-t--global--font--weight--heading--legacy);
|
|
28
|
+
--pf-t--global--font--weight--heading--bold: var(--pf-t--global--font--weight--heading--bold--legacy);
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
// RTL helpers
|
|
32
|
+
|
|
33
|
+
// Sets a block to RTL
|
|
34
|
+
.#{$pf-prefix}m-dir-rtl {
|
|
35
|
+
@include pf-v5-set-inverse;
|
|
36
|
+
|
|
37
|
+
direction: rtl;
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
// Sets a block to LTR
|
|
41
|
+
.#{$pf-prefix}m-dir-ltr {
|
|
42
|
+
@include pf-v5-set-inverse(false);
|
|
43
|
+
|
|
44
|
+
direction: ltr;
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
// Mirrors/flips something horizontally/inline in RTL
|
|
48
|
+
.#{$pf-prefix}m-mirror-inline-rtl {
|
|
49
|
+
@include pf-v5-mirror-inline-on-rtl;
|
|
25
50
|
}
|
package/base/_globals.scss
CHANGED
|
@@ -33,10 +33,8 @@
|
|
|
33
33
|
// Normalize
|
|
34
34
|
@if $pf-v5-global--enable-normalize {
|
|
35
35
|
*,
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
*::after
|
|
39
|
-
) {
|
|
36
|
+
*::before,
|
|
37
|
+
*::after {
|
|
40
38
|
box-sizing: border-box;
|
|
41
39
|
}
|
|
42
40
|
|
|
@@ -47,12 +45,12 @@
|
|
|
47
45
|
height: 100%;
|
|
48
46
|
}
|
|
49
47
|
|
|
50
|
-
// TODO
|
|
51
48
|
:where(body) {
|
|
52
49
|
font-family: var(--pf-t--global--font--family--body);
|
|
53
|
-
font-size: var(--pf-t--global--font--size--body);
|
|
50
|
+
font-size: var(--pf-t--global--font--size--body--default);
|
|
54
51
|
font-weight: var(--pf-t--global--font--weight--body);
|
|
55
52
|
line-height: var(--pf-t--global--font--line-height--body);
|
|
53
|
+
color: var(--pf-t--global--text--color--regular);
|
|
56
54
|
}
|
|
57
55
|
|
|
58
56
|
:where(
|
|
@@ -111,7 +109,7 @@
|
|
|
111
109
|
th
|
|
112
110
|
) {
|
|
113
111
|
padding: 0;
|
|
114
|
-
text-align:
|
|
112
|
+
text-align: start;
|
|
115
113
|
}
|
|
116
114
|
|
|
117
115
|
:where(
|
package/base/_variables.scss
CHANGED
|
@@ -282,16 +282,18 @@
|
|
|
282
282
|
// A11y
|
|
283
283
|
--#{$pf-global}--target-size--MinWidth: #{$pf-v5-global--target-size--MinWidth};
|
|
284
284
|
--#{$pf-global}--target-size--MinHeight: #{$pf-v5-global--target-size--MinHeight};
|
|
285
|
-
}
|
|
286
285
|
|
|
287
|
-
//
|
|
288
|
-
@
|
|
286
|
+
// RTL
|
|
287
|
+
@include pf-v5-set-inverse(false);
|
|
288
|
+
}
|
|
289
289
|
|
|
290
|
-
@include pf-v5-
|
|
291
|
-
@include pf-v5-
|
|
290
|
+
@include pf-v5-rtl {
|
|
291
|
+
@include pf-v5-set-inverse;
|
|
292
292
|
}
|
|
293
293
|
|
|
294
|
+
// stylelint-disable no-invalid-position-at-import-rule
|
|
295
|
+
@import "./tokens/workspace-overrides";
|
|
296
|
+
@import "./tokens/tokens-font";
|
|
294
297
|
@import "./tokens/tokens-palette";
|
|
295
298
|
@import "./tokens/tokens-default";
|
|
296
|
-
@import "./tokens/tokens-font";
|
|
297
299
|
@import "./tokens/tokens-dark";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
.pf-v5-screen-reader {
|
|
2
2
|
position: fixed;
|
|
3
|
-
|
|
4
|
-
|
|
3
|
+
inset-block-start: 0;
|
|
4
|
+
inset-inline-start: 0;
|
|
5
5
|
overflow: hidden;
|
|
6
6
|
clip: rect(0, 0, 0, 0);
|
|
7
7
|
white-space: nowrap;
|
|
@@ -19,8 +19,26 @@
|
|
|
19
19
|
font-variant-numeric: tabular-nums;
|
|
20
20
|
}
|
|
21
21
|
|
|
22
|
-
.pf-v5-m-
|
|
23
|
-
--pf-
|
|
24
|
-
--pf-
|
|
25
|
-
--pf-
|
|
22
|
+
.pf-v5-m-legacy-font {
|
|
23
|
+
--pf-t--global--font--family--body: var(--pf-t--global--font--family--body--legacy);
|
|
24
|
+
--pf-t--global--font--family--heading: var(--pf-t--global--font--family--heading--legacy);
|
|
25
|
+
--pf-t--global--font--family--mono: var(--pf-t--global--font--family--mono--legacy);
|
|
26
|
+
--pf-t--global--font--weight--body: var(--pf-t--global--font--weight--body--legacy);
|
|
27
|
+
--pf-t--global--font--weight--body--bold: var(--pf-t--global--font--weight--body--bold--legacy);
|
|
28
|
+
--pf-t--global--font--weight--heading: var(--pf-t--global--font--weight--heading--legacy);
|
|
29
|
+
--pf-t--global--font--weight--heading--bold: var(--pf-t--global--font--weight--heading--bold--legacy);
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
.pf-v5-m-dir-rtl {
|
|
33
|
+
--pf-v5-global--inverse--multiplier: -1;
|
|
34
|
+
direction: rtl;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
.pf-v5-m-dir-ltr {
|
|
38
|
+
--pf-v5-global--inverse--multiplier: 1;
|
|
39
|
+
direction: ltr;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
:where(.pf-v5-m-dir-rtl, [dir=rtl]) .pf-v5-m-mirror-inline-rtl {
|
|
43
|
+
scale: -1 1;
|
|
26
44
|
}
|
|
@@ -26,8 +26,8 @@ h6) {
|
|
|
26
26
|
}
|
|
27
27
|
|
|
28
28
|
*,
|
|
29
|
-
|
|
30
|
-
*::after
|
|
29
|
+
*::before,
|
|
30
|
+
*::after {
|
|
31
31
|
box-sizing: border-box;
|
|
32
32
|
}
|
|
33
33
|
|
|
@@ -38,9 +38,10 @@ body) {
|
|
|
38
38
|
|
|
39
39
|
:where(body) {
|
|
40
40
|
font-family: var(--pf-t--global--font--family--body);
|
|
41
|
-
font-size: var(--pf-t--global--font--size--body);
|
|
41
|
+
font-size: var(--pf-t--global--font--size--body--default);
|
|
42
42
|
font-weight: var(--pf-t--global--font--weight--body);
|
|
43
43
|
line-height: var(--pf-t--global--font--line-height--body);
|
|
44
|
+
color: var(--pf-t--global--text--color--regular);
|
|
44
45
|
}
|
|
45
46
|
|
|
46
47
|
:where(h1,
|
|
@@ -91,7 +92,7 @@ video) {
|
|
|
91
92
|
:where(td,
|
|
92
93
|
th) {
|
|
93
94
|
padding: 0;
|
|
94
|
-
text-align:
|
|
95
|
+
text-align: start;
|
|
95
96
|
}
|
|
96
97
|
|
|
97
98
|
:where(code,
|