@patternfly/patternfly 5.0.0-alpha.3 → 5.0.0-alpha.31
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/RELEASE-NOTES.md +17 -0
- package/assets/icons/iconUnicodes.json +1 -0
- package/assets/pficon/pficon.scss +6 -0
- package/assets/pficon/pficon.woff +0 -0
- package/assets/pficon/pficon.woff2 +0 -0
- package/base/_base.scss +0 -18
- package/base/_chart-globals.scss +0 -4
- package/base/_common.scss +0 -22
- package/base/_fonts.scss +22 -22
- package/base/_globals.scss +1 -1
- package/base/_icons.scss +1 -28
- package/base/_svg-icons.scss +6 -0
- package/base/_variables.scss +1 -1
- package/base/patternfly-common.css +0 -10
- package/base/patternfly-fonts.css +17 -17
- package/base/patternfly-icons.css +6 -20
- package/base/patternfly-pf-icons.css +5 -1
- package/base/themes/dark/_globals.scss +1 -1
- package/base/themes/dark/_variables.scss +1 -1
- package/components/AboutModalBox/about-modal-box.css +7 -7
- package/components/AboutModalBox/about-modal-box.scss +7 -7
- package/components/Accordion/accordion.css +2 -0
- package/components/Accordion/accordion.scss +2 -0
- package/components/Alert/alert.css +3 -3
- package/components/Alert/alert.scss +3 -3
- package/components/AppLauncher/app-launcher.css +2 -0
- package/components/AppLauncher/app-launcher.scss +2 -0
- package/components/Avatar/avatar.scss +2 -2
- package/components/Banner/banner.css +14 -14
- package/components/Banner/banner.scss +9 -13
- package/components/Breadcrumb/breadcrumb.css +2 -0
- package/components/Breadcrumb/breadcrumb.scss +2 -0
- package/components/CalendarMonth/calendar-month.css +2 -2
- package/components/CalendarMonth/calendar-month.scss +3 -3
- package/components/Card/card.css +20 -21
- package/components/Card/card.scss +22 -26
- package/components/Chip/chip.css +33 -24
- package/components/Chip/chip.scss +40 -31
- package/components/ChipGroup/chip-group.css +27 -17
- package/components/ChipGroup/chip-group.scss +36 -22
- package/components/Content/content.css +11 -5
- package/components/Content/content.scss +17 -9
- package/components/ContextSelector/context-selector.css +5 -1
- package/components/ContextSelector/context-selector.scss +6 -2
- package/components/DataList/data-list-grid.css +7 -7
- package/components/DataList/data-list-grid.scss +1 -1
- package/components/DataList/data-list.css +12 -11
- package/components/DataList/data-list.scss +5 -4
- package/components/DescriptionList/description-list.css +7 -7
- package/components/DescriptionList/description-list.scss +7 -7
- package/components/Divider/divider.css +2 -2
- package/components/Divider/divider.scss +3 -3
- package/components/Drawer/drawer.css +15 -16
- package/components/Drawer/drawer.scss +2 -3
- package/components/Dropdown/dropdown.css +12 -10
- package/components/Dropdown/dropdown.scss +2 -0
- package/components/DualListSelector/dual-list-selector.css +1 -1
- package/components/DualListSelector/dual-list-selector.scss +1 -1
- package/components/EmptyState/empty-state.css +46 -52
- package/components/EmptyState/empty-state.scss +58 -57
- package/components/ExpandableSection/expandable-section.css +2 -0
- package/components/ExpandableSection/expandable-section.scss +2 -0
- package/components/Form/form.css +12 -12
- package/components/Form/form.scss +7 -7
- package/components/FormControl/form-control.css +2 -5
- package/components/FormControl/themes/dark/form-control.scss +2 -6
- package/components/Hint/hint.css +2 -2
- package/components/Hint/hint.scss +2 -2
- package/components/Label/label.css +43 -30
- package/components/Label/label.scss +49 -34
- package/components/LabelGroup/label-group.css +26 -22
- package/components/LabelGroup/label-group.scss +31 -26
- package/components/Login/login.css +11 -11
- package/components/Login/login.scss +10 -10
- package/components/Masthead/masthead.css +4 -4
- package/components/Masthead/masthead.scss +4 -4
- package/components/Menu/menu.css +9 -6
- package/components/Menu/menu.scss +34 -31
- package/components/MenuToggle/menu-toggle.css +3 -1
- package/components/MenuToggle/menu-toggle.scss +3 -1
- package/components/ModalBox/modal-box.css +9 -8
- package/components/ModalBox/modal-box.scss +11 -11
- package/components/MultipleFileUpload/multiple-file-upload.css +6 -6
- package/components/MultipleFileUpload/multiple-file-upload.scss +6 -6
- package/components/Nav/nav.css +1 -1
- 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 +71 -71
- package/components/Page/page.scss +12 -12
- package/components/Pagination/pagination.css +2 -2
- package/components/Popover/popover.css +25 -31
- package/components/Popover/popover.scss +27 -32
- package/components/Popover/themes/dark/popover.scss +2 -8
- package/components/Progress/progress.css +13 -10
- package/components/Progress/progress.scss +13 -10
- package/components/ProgressStepper/progress-stepper.css +5 -5
- package/components/ProgressStepper/progress-stepper.scss +5 -5
- package/components/SearchInput/search-input.css +4 -2
- package/components/SearchInput/search-input.scss +4 -2
- package/components/Select/select.css +1 -1
- package/components/Select/select.scss +1 -1
- package/components/Sidebar/sidebar.css +69 -26
- package/components/Sidebar/sidebar.scss +84 -27
- package/components/SimpleList/simple-list.css +1 -1
- package/components/SimpleList/simple-list.scss +2 -2
- package/components/Spinner/spinner.css +4 -4
- package/components/Spinner/spinner.scss +4 -4
- package/components/Table/table-grid.css +28 -28
- package/components/Table/table-scrollable.css +31 -26
- package/components/Table/table-scrollable.scss +33 -28
- package/components/Table/table-tree-view.css +14 -4
- package/components/Table/table-tree-view.scss +15 -0
- package/components/Table/table.css +7 -2
- package/components/Table/table.scss +9 -2
- package/components/Tabs/tabs.css +0 -4
- package/components/Tabs/tabs.scss +0 -7
- package/components/TextInputGroup/text-input-group.css +6 -4
- package/components/TextInputGroup/text-input-group.scss +6 -5
- package/components/Tile/tile.css +1 -1
- package/components/Tile/tile.scss +1 -1
- package/components/Timestamp/timestamp.css +3 -3
- package/components/Timestamp/timestamp.scss +3 -3
- package/components/Toolbar/toolbar.css +78 -43
- package/components/Toolbar/toolbar.scss +50 -10
- package/components/Tooltip/themes/dark/tooltip.scss +1 -11
- package/components/Tooltip/tooltip.css +7 -12
- package/components/Tooltip/tooltip.scss +6 -3
- package/components/TreeView/tree-view.css +7 -15
- package/components/TreeView/tree-view.scss +7 -18
- package/components/Wizard/wizard.css +16 -1
- package/components/Wizard/wizard.scss +20 -2
- package/docs/components/AboutModalBox/examples/AboutModalBox.md +13 -13
- package/docs/components/Accordion/examples/Accordion.md +12 -12
- package/docs/components/ActionList/examples/ActionList.md +6 -6
- package/docs/components/Alert/examples/Alert.md +19 -19
- package/docs/components/AlertGroup/examples/AlertGroup.md +12 -12
- package/docs/components/AppLauncher/examples/application-launcher.md +51 -46
- package/docs/components/Avatar/examples/Avatar.md +11 -11
- package/docs/components/BackToTop/examples/BackToTop.md +4 -4
- package/docs/components/Backdrop/examples/Backdrop.md +4 -4
- package/docs/components/BackgroundImage/examples/BackgroundImage.md +4 -4
- package/docs/components/Badge/examples/Badge.md +5 -5
- package/docs/components/Banner/examples/Banner.md +8 -8
- package/docs/components/Brand/examples/Brand.md +9 -9
- package/docs/components/Breadcrumb/examples/Breadcrumb.md +20 -20
- package/docs/components/Button/examples/Button.md +35 -35
- package/docs/components/CalendarMonth/examples/CalendarMonth.md +32 -32
- package/docs/components/Card/examples/Card.md +139 -64
- package/docs/components/Check/examples/Check.md +15 -19
- package/docs/components/Chip/examples/Chip.md +70 -52
- package/docs/components/ChipGroup/examples/ChipGroup.md +452 -673
- package/docs/components/ClipboardCopy/examples/ClipboardCopy.md +22 -22
- package/docs/components/CodeBlock/examples/CodeBlock.md +9 -9
- package/docs/components/CodeEditor/examples/CodeEditor.md +54 -35
- package/docs/components/Content/examples/Content.md +37 -9
- package/docs/components/ContextSelector/examples/context-selector.css +5 -1
- package/docs/components/ContextSelector/examples/context-selector.md +86 -80
- package/docs/components/DataList/examples/DataList.md +187 -148
- package/docs/components/DatePicker/examples/DatePicker.md +10 -10
- package/docs/components/DescriptionList/examples/DescriptionList.md +24 -24
- package/docs/components/Divider/examples/Divider.md +10 -10
- package/docs/components/DragDrop/examples/DragDrop.md +5 -5
- package/docs/components/Drawer/examples/Drawer.md +43 -43
- package/docs/components/Dropdown/examples/Dropdown.css +5 -2
- package/docs/components/Dropdown/examples/Dropdown.md +123 -99
- package/docs/components/DualListSelector/examples/DualListSelector.md +201 -197
- package/docs/components/EmptyState/examples/EmptyState.md +130 -82
- package/docs/components/ExpandableSection/examples/ExpandableSection.md +23 -23
- package/docs/components/FileUpload/examples/FileUpload.md +8 -8
- package/docs/components/Form/examples/Form.md +64 -64
- package/docs/components/FormControl/examples/FormControl.md +20 -20
- package/docs/components/HelperText/examples/HelperText.md +12 -12
- package/docs/components/Hint/examples/Hint.md +7 -7
- package/docs/components/Icon/examples/Icon.md +10 -10
- package/docs/components/InlineEdit/examples/InlineEdit.md +29 -27
- package/docs/components/InputGroup/examples/InputGroup.md +10 -10
- package/docs/components/JumpLinks/examples/JumpLinks.md +35 -35
- package/docs/components/Label/examples/Label.md +1427 -746
- package/docs/components/LabelGroup/examples/LabelGroup.md +295 -242
- package/docs/components/List/examples/List.md +18 -18
- package/docs/components/LogViewer/examples/LogViewer.md +79 -73
- package/docs/components/Login/examples/Login.md +32 -32
- package/docs/components/Masthead/examples/masthead.md +9 -9
- package/docs/components/Menu/examples/Menu.md +82 -80
- package/docs/components/MenuToggle/examples/MenuToggle.md +28 -28
- package/docs/components/ModalBox/examples/ModalBox.md +106 -85
- package/docs/components/MultipleFileUpload/examples/MultipleFileUpload.md +25 -25
- package/docs/components/Nav/examples/Navigation.md +69 -69
- package/docs/components/NotificationBadge/examples/NotificationBadge.md +8 -8
- package/docs/components/NotificationDrawer/examples/NotificationDrawer.md +44 -44
- package/docs/components/NumberInput/examples/NumberInput.md +12 -12
- package/docs/components/OptionsMenu/examples/options-menu.md +27 -28
- package/docs/components/OverflowMenu/examples/overflow-menu.md +25 -25
- package/docs/components/Page/examples/Page.md +54 -54
- package/docs/components/Pagination/examples/Pagination.md +27 -27
- package/docs/components/Panel/examples/Panel.md +10 -10
- package/docs/components/Popover/examples/Popover.md +201 -144
- package/docs/components/Progress/examples/Progress.md +31 -60
- package/docs/components/ProgressStepper/examples/ProgressStepper.md +45 -38
- package/docs/components/Radio/examples/Radio.md +11 -11
- package/docs/components/SearchInput/examples/SearchInput.md +34 -34
- package/docs/components/Select/examples/Select.md +367 -313
- package/docs/components/Sidebar/examples/Sidebar.md +70 -14
- package/docs/components/SimpleList/examples/SimpleList.md +15 -15
- package/docs/components/Skeleton/examples/Skeleton.md +8 -8
- package/docs/components/SkipToContent/examples/SkipToContent.md +5 -5
- package/docs/components/Slider/examples/Slider.md +24 -24
- package/docs/components/Spinner/examples/Spinner.md +24 -24
- package/docs/components/Switch/examples/Switch.md +19 -19
- package/docs/components/TabContent/examples/TabContent.md +13 -13
- package/docs/components/Table/examples/Table.css +4 -0
- package/docs/components/Table/examples/Table.md +3163 -1712
- package/docs/components/Tabs/examples/Tabs.md +149 -149
- package/docs/components/TextInputGroup/examples/TextInputGroup.md +362 -280
- package/docs/components/Tile/examples/Tile.md +15 -15
- package/docs/components/Timestamp/examples/Timestamp.md +5 -5
- package/docs/components/Title/examples/Title.md +17 -17
- package/docs/components/ToggleGroup/examples/toggle-group.md +13 -13
- package/docs/components/Toolbar/examples/Toolbar.md +466 -373
- package/docs/components/Tooltip/examples/Tooltip.md +10 -10
- package/docs/components/TreeView/examples/TreeView.md +34 -34
- package/docs/components/Truncate/examples/Truncate.md +4 -4
- package/docs/components/Wizard/examples/Wizard.md +119 -127
- package/docs/demos/AboutModal/examples/AboutModal.md +4 -4
- package/docs/demos/Alert/examples/Alert.md +13 -13
- package/docs/demos/BackToTop/examples/BackToTop.md +4 -4
- package/docs/demos/Banner/examples/Banner.md +8 -9
- package/docs/demos/Card/examples/Card.md +219 -156
- package/docs/demos/CardView/examples/CardView.md +56 -29
- package/docs/demos/ContextSelector/examples/ContextSelector.md +18 -18
- package/docs/demos/Dashboard/examples/Dashboard.md +51 -35
- package/docs/demos/DataList/examples/DataList.md +158 -109
- package/docs/demos/DescriptionList/examples/DescriptionList.md +33 -22
- package/docs/demos/Drawer/examples/Drawer.md +24 -22
- package/docs/demos/Form/examples/BasicForms.md +28 -22
- package/docs/demos/HelperText/examples/HelperText.md +8 -9
- package/docs/demos/JumpLinks/examples/JumpLinks.md +28 -28
- package/docs/demos/Masthead/examples/Masthead.md +29 -32
- package/docs/demos/Modal/examples/Modal.md +54 -66
- package/docs/demos/Nav/examples/Nav.md +47 -47
- package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +40 -28
- package/docs/demos/Page/examples/Page.md +37 -37
- package/docs/demos/PasswordStrength/examples/PasswordStrength.md +32 -33
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +74 -64
- package/docs/demos/Skeleton/examples/Skeleton.md +4 -4
- package/docs/demos/Table/examples/Table.md +2454 -467
- package/docs/demos/Tabs/examples/Tabs.md +141 -90
- package/docs/demos/Toolbar/examples/Toolbar.md +1808 -174
- package/docs/demos/Wizard/examples/Wizard.md +289 -266
- package/docs/layouts/Bullseye/examples/Bullseye.md +4 -4
- package/docs/layouts/Flex/examples/Flex.md +98 -98
- package/docs/layouts/Gallery/examples/Gallery.md +7 -7
- package/docs/layouts/Grid/examples/Grid.md +9 -9
- package/docs/layouts/Level/examples/Level.md +5 -5
- package/docs/layouts/Split/examples/Split.md +7 -7
- package/docs/layouts/Stack/examples/Stack.md +6 -6
- package/docs/utilities/Accessibility/examples/Accessibility.md +4 -4
- package/docs/utilities/Alignment/examples/Alignment.md +6 -6
- package/docs/utilities/BackgroundColor/examples/BackgroundColor.md +12 -12
- package/docs/utilities/BoxShadow/examples/box-shadow.md +22 -22
- package/docs/utilities/Display/examples/Display.md +11 -11
- package/docs/utilities/Flex/examples/Flex.md +34 -34
- package/docs/utilities/Float/examples/Float.md +4 -4
- package/docs/utilities/Sizing/examples/Sizing.md +50 -50
- package/docs/utilities/Spacing/examples/Spacing.md +34 -34
- package/docs/utilities/Text/examples/Text.md +27 -27
- package/icons/{pf-icons.json → pf-icons.mjs} +2 -1
- package/layouts/Gallery/gallery.css +1 -1
- package/layouts/Gallery/gallery.scss +1 -1
- package/layouts/Grid/grid.css +7 -7
- package/layouts/Grid/grid.scss +2 -2
- package/package.json +59 -65
- package/patternfly-base-no-reset.css +23 -47
- package/patternfly-base.css +23 -47
- package/patternfly-no-reset.css +781 -656
- package/patternfly.css +781 -656
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
- package/sass-utilities/functions.scss +8 -24
- package/sass-utilities/mixins.scss +15 -39
- package/sass-utilities/scss-variables.scss +1 -1
- package/sass-utilities/themes/dark/scss-variables.scss +1 -1
- package/utilities/Spacing/spacing.scss +2 -2
- package/base/_shield-inheritable.scss +0 -69
- package/base/_shield-noninheritable.scss +0 -13
- package/base/patternfly-shield-inheritable.css +0 -66
- package/base/patternfly-shield-inheritable.scss +0 -4
- package/base/patternfly-shield-noninheritable.css +0 -9
- package/base/patternfly-shield-noninheritable.scss +0 -4
|
@@ -94,11 +94,11 @@ $pf-c-dual-list-selector__item--MaxNesting: 10;
|
|
|
94
94
|
"pane-tools . pane-tools-c"
|
|
95
95
|
"pane-status . pane-status-c"
|
|
96
96
|
"pane-menu controls pane-menu-c";
|
|
97
|
+
grid-template-rows: repeat(3, auto) auto;
|
|
97
98
|
grid-template-columns:
|
|
98
99
|
minmax(var(--pf-c-dual-list-selector--GridTemplateColumns--pane--MinMax--min), var(--pf-c-dual-list-selector--GridTemplateColumns--pane--MinMax--max))
|
|
99
100
|
min-content
|
|
100
101
|
minmax(var(--pf-c-dual-list-selector--GridTemplateColumns--pane--MinMax--min), var(--pf-c-dual-list-selector--GridTemplateColumns--pane--MinMax--max));
|
|
101
|
-
grid-template-rows: repeat(3, auto) auto;
|
|
102
102
|
}
|
|
103
103
|
|
|
104
104
|
.pf-c-dual-list-selector__pane {
|
|
@@ -3,38 +3,39 @@
|
|
|
3
3
|
--pf-c-empty-state--PaddingRight: var(--pf-global--spacer--xl);
|
|
4
4
|
--pf-c-empty-state--PaddingBottom: var(--pf-global--spacer--xl);
|
|
5
5
|
--pf-c-empty-state--PaddingLeft: var(--pf-global--spacer--xl);
|
|
6
|
+
--pf-c-empty-state--m-xs--PaddingTop: var(--pf-global--spacer--md);
|
|
7
|
+
--pf-c-empty-state--m-xs--PaddingRight: var(--pf-global--spacer--md);
|
|
8
|
+
--pf-c-empty-state--m-xs--PaddingBottom: var(--pf-global--spacer--md);
|
|
9
|
+
--pf-c-empty-state--m-xs--PaddingLeft: var(--pf-global--spacer--md);
|
|
6
10
|
--pf-c-empty-state__content--MaxWidth: none;
|
|
11
|
+
--pf-c-empty-state--m-xs__content--MaxWidth: 21.875rem;
|
|
12
|
+
--pf-c-empty-state--m-sm__content--MaxWidth: 25rem;
|
|
13
|
+
--pf-c-empty-state--m-lg__content--MaxWidth: 37.5rem;
|
|
7
14
|
--pf-c-empty-state__icon--MarginBottom: var(--pf-global--spacer--lg);
|
|
8
15
|
--pf-c-empty-state__icon--FontSize: var(--pf-global--icon--FontSize--xl);
|
|
9
16
|
--pf-c-empty-state__icon--Color: var(--pf-global--icon--Color--light);
|
|
10
|
-
--pf-c-empty-
|
|
17
|
+
--pf-c-empty-state--m-xs__icon--MarginBottom: var(--pf-global--spacer--md);
|
|
18
|
+
--pf-c-empty-state--m-xl__icon--MarginBottom: var(--pf-global--spacer--xl);
|
|
19
|
+
--pf-c-empty-state--m-xl__icon--FontSize: 6.25rem;
|
|
20
|
+
--pf-c-empty-state__title-text--FontFamily: var(--pf-global--FontFamily--heading--sans-serif);
|
|
21
|
+
--pf-c-empty-state__title-text--FontSize: var(--pf-global--FontSize--xl);
|
|
22
|
+
--pf-c-empty-state__title-text--FontWeight: var(--pf-global--FontWeight--normal);
|
|
23
|
+
--pf-c-empty-state__title-text--LineHeight: var(--pf-global--LineHeight--md);
|
|
24
|
+
--pf-c-empty-state--m-xs__title-text--FontSize: var(--pf-global--FontSize--md);
|
|
25
|
+
--pf-c-empty-state--m-xl__title-text--FontSize: var(--pf-global--FontSize--4xl);
|
|
26
|
+
--pf-c-empty-state--m-xl__title-text--LineHeight: var(--pf-global--LineHeight--sm);
|
|
11
27
|
--pf-c-empty-state__body--MarginTop: var(--pf-global--spacer--md);
|
|
12
28
|
--pf-c-empty-state__body--Color: var(--pf-global--Color--200);
|
|
13
|
-
--pf-c-empty-
|
|
14
|
-
--pf-c-empty-state__primary--secondary--MarginTop: var(--pf-global--spacer--sm);
|
|
15
|
-
--pf-c-empty-state__secondary--MarginTop: var(--pf-global--spacer--xl);
|
|
16
|
-
--pf-c-empty-state__secondary--MarginBottom: calc(var(--pf-global--spacer--xs) * -1);
|
|
17
|
-
--pf-c-empty-state__secondary--child--MarginRight: calc(var(--pf-global--spacer--xs) / 2);
|
|
18
|
-
--pf-c-empty-state__secondary--child--MarginBottom: var(--pf-global--spacer--xs);
|
|
19
|
-
--pf-c-empty-state__secondary--child--MarginLeft: calc(var(--pf-global--spacer--xs) / 2);
|
|
20
|
-
--pf-c-empty-state--m-xs__content--MaxWidth: 21.875rem;
|
|
29
|
+
--pf-c-empty-state--body--FontSize: var(--pf-global--FontSize--md);
|
|
21
30
|
--pf-c-empty-state--m-xs__body--FontSize: var(--pf-global--FontSize--sm);
|
|
22
|
-
--pf-c-empty-state--m-xs--button--FontSize: var(--pf-global--FontSize--sm);
|
|
23
|
-
--pf-c-empty-state--m-xs--PaddingTop: var(--pf-global--spacer--md);
|
|
24
|
-
--pf-c-empty-state--m-xs--PaddingRight: var(--pf-global--spacer--md);
|
|
25
|
-
--pf-c-empty-state--m-xs--PaddingBottom: var(--pf-global--spacer--md);
|
|
26
|
-
--pf-c-empty-state--m-xs--PaddingLeft: var(--pf-global--spacer--md);
|
|
27
|
-
--pf-c-empty-state--m-xs__icon--MarginBottom: var(--pf-global--spacer--md);
|
|
28
31
|
--pf-c-empty-state--m-xs__body--MarginTop: var(--pf-global--spacer--md);
|
|
29
|
-
--pf-c-empty-state--m-xs__primary--MarginTop: var(--pf-global--spacer--md);
|
|
30
|
-
--pf-c-empty-state--m-xs__secondary--MarginTop: var(--pf-global--spacer--md);
|
|
31
|
-
--pf-c-empty-state--m-sm__content--MaxWidth: 25rem;
|
|
32
|
-
--pf-c-empty-state--m-lg__content--MaxWidth: 37.5rem;
|
|
33
32
|
--pf-c-empty-state--m-xl__body--FontSize: var(--pf-global--FontSize--xl);
|
|
34
33
|
--pf-c-empty-state--m-xl__body--MarginTop: var(--pf-global--spacer--lg);
|
|
35
|
-
--pf-c-empty-
|
|
36
|
-
--pf-c-empty-
|
|
37
|
-
--pf-c-empty-state--m-
|
|
34
|
+
--pf-c-empty-state__footer--RowGap: var(--pf-global--spacer--sm);
|
|
35
|
+
--pf-c-empty-state__footer--MarginTop: var(--pf-global--spacer--xl);
|
|
36
|
+
--pf-c-empty-state--m-xs__footer--MarginTop: var(--pf-global--spacer--md);
|
|
37
|
+
--pf-c-empty-state__actions--RowGap: var(--pf-global--spacer--xs);
|
|
38
|
+
--pf-c-empty-state__actions--ColumnGap: var(--pf-global--spacer--xs);
|
|
38
39
|
display: flex;
|
|
39
40
|
align-items: center;
|
|
40
41
|
justify-content: center;
|
|
@@ -46,17 +47,12 @@
|
|
|
46
47
|
--pf-c-empty-state--PaddingRight: var(--pf-c-empty-state--m-xs--PaddingRight);
|
|
47
48
|
--pf-c-empty-state--PaddingBottom: var(--pf-c-empty-state--m-xs--PaddingBottom);
|
|
48
49
|
--pf-c-empty-state--PaddingLeft: var(--pf-c-empty-state--m-xs--PaddingLeft);
|
|
50
|
+
--pf-c-empty-state__title-text--FontSize: var(--pf-c-empty-state--m-xs__title-text--FontSize);
|
|
49
51
|
--pf-c-empty-state__content--MaxWidth: var(--pf-c-empty-state--m-xs__content--MaxWidth);
|
|
50
52
|
--pf-c-empty-state__icon--MarginBottom: var(--pf-c-empty-state--m-xs__icon--MarginBottom);
|
|
51
53
|
--pf-c-empty-state__body--MarginTop: var(--pf-c-empty-state--m-xs__body--MarginTop);
|
|
52
|
-
--pf-c-empty-
|
|
53
|
-
--pf-c-empty-
|
|
54
|
-
}
|
|
55
|
-
.pf-c-empty-state.pf-m-xs .pf-c-empty-state__body {
|
|
56
|
-
font-size: var(--pf-c-empty-state--m-xs__body--FontSize);
|
|
57
|
-
}
|
|
58
|
-
.pf-c-empty-state.pf-m-xs .pf-c-button {
|
|
59
|
-
--pf-c-button--FontSize: var(--pf-c-empty-state--m-xs--button--FontSize);
|
|
54
|
+
--pf-c-empty-state--body--FontSize: var(--pf-c-empty-state--m-xs__body--FontSize);
|
|
55
|
+
--pf-c-empty-state__footer--MarginTop: var(--pf-c-empty-state--m-xs__footer--MarginTop);
|
|
60
56
|
}
|
|
61
57
|
.pf-c-empty-state.pf-m-sm {
|
|
62
58
|
--pf-c-empty-state__content--MaxWidth: var(--pf-c-empty-state--m-sm__content--MaxWidth);
|
|
@@ -66,12 +62,11 @@
|
|
|
66
62
|
}
|
|
67
63
|
.pf-c-empty-state.pf-m-xl {
|
|
68
64
|
--pf-c-empty-state__body--MarginTop: var(--pf-c-empty-state--m-xl__body--MarginTop);
|
|
65
|
+
--pf-c-empty-state--body--FontSize: var(--pf-c-empty-state--m-xl__body--FontSize);
|
|
69
66
|
--pf-c-empty-state__icon--MarginBottom: var(--pf-c-empty-state--m-xl__icon--MarginBottom);
|
|
70
67
|
--pf-c-empty-state__icon--FontSize: var(--pf-c-empty-state--m-xl__icon--FontSize);
|
|
71
|
-
--pf-c-empty-
|
|
72
|
-
|
|
73
|
-
.pf-c-empty-state.pf-m-xl .pf-c-empty-state__body {
|
|
74
|
-
font-size: var(--pf-c-empty-state--m-xl__body--FontSize);
|
|
68
|
+
--pf-c-empty-state__title-text--FontSize: var(--pf-c-empty-state--m-xl__title-text--FontSize);
|
|
69
|
+
--pf-c-empty-state__title-text--LineHeight: var(--pf-c-empty-state--m-xl__title-text--LineHeight);
|
|
75
70
|
}
|
|
76
71
|
.pf-c-empty-state.pf-m-full-height {
|
|
77
72
|
height: 100%;
|
|
@@ -80,39 +75,38 @@
|
|
|
80
75
|
.pf-c-empty-state__content {
|
|
81
76
|
max-width: var(--pf-c-empty-state__content--MaxWidth);
|
|
82
77
|
}
|
|
83
|
-
.pf-c-empty-state__content > .pf-c-title.pf-m-lg {
|
|
84
|
-
font-size: var(--pf-c-empty-state__content--c-title--m-lg--FontSize);
|
|
85
|
-
}
|
|
86
78
|
|
|
87
79
|
.pf-c-empty-state__icon {
|
|
88
80
|
margin-bottom: var(--pf-c-empty-state__icon--MarginBottom);
|
|
89
81
|
font-size: var(--pf-c-empty-state__icon--FontSize);
|
|
82
|
+
line-height: 1;
|
|
90
83
|
color: var(--pf-c-empty-state__icon--Color);
|
|
91
84
|
}
|
|
92
85
|
|
|
86
|
+
.pf-c-empty-state__title-text {
|
|
87
|
+
font-family: var(--pf-c-empty-state__title-text--FontFamily);
|
|
88
|
+
font-size: var(--pf-c-empty-state__title-text--FontSize);
|
|
89
|
+
font-weight: var(--pf-c-empty-state__title-text--FontWeight);
|
|
90
|
+
line-height: var(--pf-c-empty-state__title-text--LineHeight);
|
|
91
|
+
}
|
|
92
|
+
|
|
93
93
|
.pf-c-empty-state__body {
|
|
94
94
|
margin-top: var(--pf-c-empty-state__body--MarginTop);
|
|
95
|
+
font-size: var(--pf-c-empty-state--body--FontSize);
|
|
95
96
|
color: var(--pf-c-empty-state__body--Color);
|
|
96
97
|
}
|
|
97
98
|
|
|
98
|
-
.pf-c-empty-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
margin-top: var(--pf-c-empty-state__primary--secondary--MarginTop);
|
|
99
|
+
.pf-c-empty-state__footer {
|
|
100
|
+
display: flex;
|
|
101
|
+
flex-direction: column;
|
|
102
|
+
row-gap: var(--pf-c-empty-state__footer--RowGap);
|
|
103
|
+
align-items: center;
|
|
104
|
+
margin-top: var(--pf-c-empty-state__footer--MarginTop);
|
|
105
105
|
}
|
|
106
106
|
|
|
107
|
-
.pf-c-empty-
|
|
107
|
+
.pf-c-empty-state__actions {
|
|
108
108
|
display: flex;
|
|
109
109
|
flex-wrap: wrap;
|
|
110
|
+
gap: var(--pf-c-empty-state__actions--RowGap) var(--pf-c-empty-state__actions--ColumnGap);
|
|
110
111
|
justify-content: center;
|
|
111
|
-
margin-top: var(--pf-c-empty-state__secondary--MarginTop);
|
|
112
|
-
margin-bottom: var(--pf-c-empty-state__secondary--MarginBottom);
|
|
113
|
-
}
|
|
114
|
-
.pf-c-empty-state__secondary > * {
|
|
115
|
-
margin-right: var(--pf-c-empty-state__secondary--child--MarginRight);
|
|
116
|
-
margin-bottom: var(--pf-c-empty-state__secondary--child--MarginBottom);
|
|
117
|
-
margin-left: var(--pf-c-empty-state__secondary--child--MarginLeft);
|
|
118
112
|
}
|
|
@@ -3,38 +3,51 @@
|
|
|
3
3
|
--pf-c-empty-state--PaddingRight: var(--pf-global--spacer--xl);
|
|
4
4
|
--pf-c-empty-state--PaddingBottom: var(--pf-global--spacer--xl);
|
|
5
5
|
--pf-c-empty-state--PaddingLeft: var(--pf-global--spacer--xl);
|
|
6
|
+
--pf-c-empty-state--m-xs--PaddingTop: var(--pf-global--spacer--md);
|
|
7
|
+
--pf-c-empty-state--m-xs--PaddingRight: var(--pf-global--spacer--md);
|
|
8
|
+
--pf-c-empty-state--m-xs--PaddingBottom: var(--pf-global--spacer--md);
|
|
9
|
+
--pf-c-empty-state--m-xs--PaddingLeft: var(--pf-global--spacer--md);
|
|
10
|
+
|
|
11
|
+
// Content
|
|
6
12
|
--pf-c-empty-state__content--MaxWidth: none;
|
|
13
|
+
--pf-c-empty-state--m-xs__content--MaxWidth: #{pf-size-prem(350px)};
|
|
14
|
+
--pf-c-empty-state--m-sm__content--MaxWidth: #{pf-size-prem(400px)};
|
|
15
|
+
--pf-c-empty-state--m-lg__content--MaxWidth: #{pf-size-prem(600px)};
|
|
16
|
+
|
|
17
|
+
// Icon
|
|
7
18
|
--pf-c-empty-state__icon--MarginBottom: var(--pf-global--spacer--lg);
|
|
8
19
|
--pf-c-empty-state__icon--FontSize: var(--pf-global--icon--FontSize--xl);
|
|
9
20
|
--pf-c-empty-state__icon--Color: var(--pf-global--icon--Color--light);
|
|
10
|
-
--pf-c-empty-
|
|
21
|
+
--pf-c-empty-state--m-xs__icon--MarginBottom: var(--pf-global--spacer--md);
|
|
22
|
+
--pf-c-empty-state--m-xl__icon--MarginBottom: var(--pf-global--spacer--xl);
|
|
23
|
+
--pf-c-empty-state--m-xl__icon--FontSize: #{pf-size-prem(100px)};
|
|
24
|
+
|
|
25
|
+
// Title text
|
|
26
|
+
--pf-c-empty-state__title-text--FontFamily: var(--pf-global--FontFamily--heading--sans-serif);
|
|
27
|
+
--pf-c-empty-state__title-text--FontSize: var(--pf-global--FontSize--xl);
|
|
28
|
+
--pf-c-empty-state__title-text--FontWeight: var(--pf-global--FontWeight--normal);
|
|
29
|
+
--pf-c-empty-state__title-text--LineHeight: var(--pf-global--LineHeight--md);
|
|
30
|
+
--pf-c-empty-state--m-xs__title-text--FontSize: var(--pf-global--FontSize--md);
|
|
31
|
+
--pf-c-empty-state--m-xl__title-text--FontSize: var(--pf-global--FontSize--4xl);
|
|
32
|
+
--pf-c-empty-state--m-xl__title-text--LineHeight: var(--pf-global--LineHeight--sm);
|
|
33
|
+
|
|
34
|
+
// Body
|
|
11
35
|
--pf-c-empty-state__body--MarginTop: var(--pf-global--spacer--md);
|
|
12
36
|
--pf-c-empty-state__body--Color: var(--pf-global--Color--200);
|
|
13
|
-
--pf-c-empty-
|
|
14
|
-
--pf-c-empty-state__primary--secondary--MarginTop: var(--pf-global--spacer--sm);
|
|
15
|
-
--pf-c-empty-state__secondary--MarginTop: var(--pf-global--spacer--xl);
|
|
16
|
-
--pf-c-empty-state__secondary--MarginBottom: calc(var(--pf-global--spacer--xs) * -1);
|
|
17
|
-
--pf-c-empty-state__secondary--child--MarginRight: calc(var(--pf-global--spacer--xs) / 2);
|
|
18
|
-
--pf-c-empty-state__secondary--child--MarginBottom: var(--pf-global--spacer--xs);
|
|
19
|
-
--pf-c-empty-state__secondary--child--MarginLeft: calc(var(--pf-global--spacer--xs) / 2);
|
|
20
|
-
--pf-c-empty-state--m-xs__content--MaxWidth: #{pf-size-prem(350px)};
|
|
37
|
+
--pf-c-empty-state--body--FontSize: var(--pf-global--FontSize--md);
|
|
21
38
|
--pf-c-empty-state--m-xs__body--FontSize: var(--pf-global--FontSize--sm);
|
|
22
|
-
--pf-c-empty-state--m-xs--button--FontSize: var(--pf-global--FontSize--sm);
|
|
23
|
-
--pf-c-empty-state--m-xs--PaddingTop: var(--pf-global--spacer--md);
|
|
24
|
-
--pf-c-empty-state--m-xs--PaddingRight: var(--pf-global--spacer--md);
|
|
25
|
-
--pf-c-empty-state--m-xs--PaddingBottom: var(--pf-global--spacer--md);
|
|
26
|
-
--pf-c-empty-state--m-xs--PaddingLeft: var(--pf-global--spacer--md);
|
|
27
|
-
--pf-c-empty-state--m-xs__icon--MarginBottom: var(--pf-global--spacer--md);
|
|
28
39
|
--pf-c-empty-state--m-xs__body--MarginTop: var(--pf-global--spacer--md);
|
|
29
|
-
--pf-c-empty-state--m-xs__primary--MarginTop: var(--pf-global--spacer--md);
|
|
30
|
-
--pf-c-empty-state--m-xs__secondary--MarginTop: var(--pf-global--spacer--md);
|
|
31
|
-
--pf-c-empty-state--m-sm__content--MaxWidth: #{pf-size-prem(400px)};
|
|
32
|
-
--pf-c-empty-state--m-lg__content--MaxWidth: #{pf-size-prem(600px)};
|
|
33
40
|
--pf-c-empty-state--m-xl__body--FontSize: var(--pf-global--FontSize--xl);
|
|
34
41
|
--pf-c-empty-state--m-xl__body--MarginTop: var(--pf-global--spacer--lg);
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
--pf-c-empty-
|
|
42
|
+
|
|
43
|
+
// Footer
|
|
44
|
+
--pf-c-empty-state__footer--RowGap: var(--pf-global--spacer--sm);
|
|
45
|
+
--pf-c-empty-state__footer--MarginTop: var(--pf-global--spacer--xl);
|
|
46
|
+
--pf-c-empty-state--m-xs__footer--MarginTop: var(--pf-global--spacer--md);
|
|
47
|
+
|
|
48
|
+
// Actions
|
|
49
|
+
--pf-c-empty-state__actions--RowGap: var(--pf-global--spacer--xs);
|
|
50
|
+
--pf-c-empty-state__actions--ColumnGap: var(--pf-global--spacer--xs);
|
|
38
51
|
|
|
39
52
|
display: flex;
|
|
40
53
|
align-items: center;
|
|
@@ -47,19 +60,12 @@
|
|
|
47
60
|
--pf-c-empty-state--PaddingRight: var(--pf-c-empty-state--m-xs--PaddingRight);
|
|
48
61
|
--pf-c-empty-state--PaddingBottom: var(--pf-c-empty-state--m-xs--PaddingBottom);
|
|
49
62
|
--pf-c-empty-state--PaddingLeft: var(--pf-c-empty-state--m-xs--PaddingLeft);
|
|
63
|
+
--pf-c-empty-state__title-text--FontSize: var(--pf-c-empty-state--m-xs__title-text--FontSize);
|
|
50
64
|
--pf-c-empty-state__content--MaxWidth: var(--pf-c-empty-state--m-xs__content--MaxWidth);
|
|
51
65
|
--pf-c-empty-state__icon--MarginBottom: var(--pf-c-empty-state--m-xs__icon--MarginBottom);
|
|
52
66
|
--pf-c-empty-state__body--MarginTop: var(--pf-c-empty-state--m-xs__body--MarginTop);
|
|
53
|
-
--pf-c-empty-
|
|
54
|
-
--pf-c-empty-
|
|
55
|
-
|
|
56
|
-
.pf-c-empty-state__body {
|
|
57
|
-
font-size: var(--pf-c-empty-state--m-xs__body--FontSize);
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
.pf-c-button {
|
|
61
|
-
--pf-c-button--FontSize: var(--pf-c-empty-state--m-xs--button--FontSize);
|
|
62
|
-
}
|
|
67
|
+
--pf-c-empty-state--body--FontSize: var(--pf-c-empty-state--m-xs__body--FontSize);
|
|
68
|
+
--pf-c-empty-state__footer--MarginTop: var(--pf-c-empty-state--m-xs__footer--MarginTop);
|
|
63
69
|
}
|
|
64
70
|
|
|
65
71
|
&.pf-m-sm {
|
|
@@ -72,13 +78,11 @@
|
|
|
72
78
|
|
|
73
79
|
&.pf-m-xl {
|
|
74
80
|
--pf-c-empty-state__body--MarginTop: var(--pf-c-empty-state--m-xl__body--MarginTop);
|
|
81
|
+
--pf-c-empty-state--body--FontSize: var(--pf-c-empty-state--m-xl__body--FontSize);
|
|
75
82
|
--pf-c-empty-state__icon--MarginBottom: var(--pf-c-empty-state--m-xl__icon--MarginBottom);
|
|
76
83
|
--pf-c-empty-state__icon--FontSize: var(--pf-c-empty-state--m-xl__icon--FontSize);
|
|
77
|
-
--pf-c-empty-
|
|
78
|
-
|
|
79
|
-
.pf-c-empty-state__body {
|
|
80
|
-
font-size: var(--pf-c-empty-state--m-xl__body--FontSize);
|
|
81
|
-
}
|
|
84
|
+
--pf-c-empty-state__title-text--FontSize: var(--pf-c-empty-state--m-xl__title-text--FontSize);
|
|
85
|
+
--pf-c-empty-state__title-text--LineHeight: var(--pf-c-empty-state--m-xl__title-text--LineHeight);
|
|
82
86
|
}
|
|
83
87
|
|
|
84
88
|
&.pf-m-full-height {
|
|
@@ -88,42 +92,39 @@
|
|
|
88
92
|
|
|
89
93
|
.pf-c-empty-state__content {
|
|
90
94
|
max-width: var(--pf-c-empty-state__content--MaxWidth);
|
|
91
|
-
|
|
92
|
-
> .pf-c-title.pf-m-lg {
|
|
93
|
-
font-size: var(--pf-c-empty-state__content--c-title--m-lg--FontSize);
|
|
94
|
-
}
|
|
95
95
|
}
|
|
96
96
|
|
|
97
97
|
.pf-c-empty-state__icon {
|
|
98
98
|
margin-bottom: var(--pf-c-empty-state__icon--MarginBottom);
|
|
99
99
|
font-size: var(--pf-c-empty-state__icon--FontSize);
|
|
100
|
+
line-height: 1;
|
|
100
101
|
color: var(--pf-c-empty-state__icon--Color);
|
|
101
102
|
}
|
|
102
103
|
|
|
104
|
+
.pf-c-empty-state__title-text {
|
|
105
|
+
font-family: var(--pf-c-empty-state__title-text--FontFamily);
|
|
106
|
+
font-size: var(--pf-c-empty-state__title-text--FontSize);
|
|
107
|
+
font-weight: var(--pf-c-empty-state__title-text--FontWeight);
|
|
108
|
+
line-height: var(--pf-c-empty-state__title-text--LineHeight);
|
|
109
|
+
}
|
|
110
|
+
|
|
103
111
|
.pf-c-empty-state__body {
|
|
104
112
|
margin-top: var(--pf-c-empty-state__body--MarginTop);
|
|
113
|
+
font-size: var(--pf-c-empty-state--body--FontSize);
|
|
105
114
|
color: var(--pf-c-empty-state__body--Color);
|
|
106
115
|
}
|
|
107
116
|
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
}
|
|
117
|
+
.pf-c-empty-state__footer {
|
|
118
|
+
display: flex;
|
|
119
|
+
flex-direction: column;
|
|
120
|
+
row-gap: var(--pf-c-empty-state__footer--RowGap);
|
|
121
|
+
align-items: center;
|
|
122
|
+
margin-top: var(--pf-c-empty-state__footer--MarginTop);
|
|
115
123
|
}
|
|
116
124
|
|
|
117
|
-
.pf-c-empty-
|
|
125
|
+
.pf-c-empty-state__actions {
|
|
118
126
|
display: flex;
|
|
119
127
|
flex-wrap: wrap;
|
|
128
|
+
gap: var(--pf-c-empty-state__actions--RowGap) var(--pf-c-empty-state__actions--ColumnGap);
|
|
120
129
|
justify-content: center;
|
|
121
|
-
margin-top: var(--pf-c-empty-state__secondary--MarginTop);
|
|
122
|
-
margin-bottom: var(--pf-c-empty-state__secondary--MarginBottom);
|
|
123
|
-
|
|
124
|
-
> * {
|
|
125
|
-
margin-right: var(--pf-c-empty-state__secondary--child--MarginRight);
|
|
126
|
-
margin-bottom: var(--pf-c-empty-state__secondary--child--MarginBottom);
|
|
127
|
-
margin-left: var(--pf-c-empty-state__secondary--child--MarginLeft);
|
|
128
|
-
}
|
|
129
130
|
}
|
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
--pf-c-expandable-section__toggle--active--Color: var(--pf-global--link--Color--hover);
|
|
10
10
|
--pf-c-expandable-section__toggle--focus--Color: var(--pf-global--link--Color--hover);
|
|
11
11
|
--pf-c-expandable-section__toggle--m-expanded--Color: var(--pf-global--link--Color--hover);
|
|
12
|
+
--pf-c-expandable-section__toggle--BackgroundColor: transparent;
|
|
12
13
|
--pf-c-expandable-section__toggle-icon--MinWidth: 1em;
|
|
13
14
|
--pf-c-expandable-section__toggle-icon--Color: var(--pf-global--Color--100);
|
|
14
15
|
--pf-c-expandable-section__toggle-icon--Transition: .2s ease-in 0s;
|
|
@@ -94,6 +95,7 @@
|
|
|
94
95
|
padding: var(--pf-c-expandable-section__toggle--PaddingTop) var(--pf-c-expandable-section__toggle--PaddingRight) var(--pf-c-expandable-section__toggle--PaddingBottom) var(--pf-c-expandable-section__toggle--PaddingLeft);
|
|
95
96
|
margin-top: var(--pf-c-expandable-section__toggle--MarginTop);
|
|
96
97
|
color: var(--pf-c-expandable-section__toggle--Color);
|
|
98
|
+
background-color: var(--pf-c-expandable-section__toggle--BackgroundColor);
|
|
97
99
|
border: none;
|
|
98
100
|
}
|
|
99
101
|
.pf-c-expandable-section__toggle:hover {
|
|
@@ -10,6 +10,7 @@
|
|
|
10
10
|
--pf-c-expandable-section__toggle--active--Color: var(--pf-global--link--Color--hover);
|
|
11
11
|
--pf-c-expandable-section__toggle--focus--Color: var(--pf-global--link--Color--hover);
|
|
12
12
|
--pf-c-expandable-section__toggle--m-expanded--Color: var(--pf-global--link--Color--hover);
|
|
13
|
+
--pf-c-expandable-section__toggle--BackgroundColor: transparent;
|
|
13
14
|
|
|
14
15
|
// Toggle icon
|
|
15
16
|
--pf-c-expandable-section__toggle-icon--MinWidth: 1em;
|
|
@@ -123,6 +124,7 @@
|
|
|
123
124
|
padding: var(--pf-c-expandable-section__toggle--PaddingTop) var(--pf-c-expandable-section__toggle--PaddingRight) var(--pf-c-expandable-section__toggle--PaddingBottom) var(--pf-c-expandable-section__toggle--PaddingLeft);
|
|
124
125
|
margin-top: var(--pf-c-expandable-section__toggle--MarginTop);
|
|
125
126
|
color: var(--pf-c-expandable-section__toggle--Color);
|
|
127
|
+
background-color: var(--pf-c-expandable-section__toggle--BackgroundColor);
|
|
126
128
|
border: none;
|
|
127
129
|
|
|
128
130
|
&:hover {
|
package/components/Form/form.css
CHANGED
|
@@ -108,8 +108,8 @@
|
|
|
108
108
|
}
|
|
109
109
|
.pf-c-form.pf-m-horizontal .pf-c-form__group {
|
|
110
110
|
display: grid;
|
|
111
|
-
grid-column-gap: var(--pf-c-form--m-horizontal__group-label--md--GridColumnGap);
|
|
112
111
|
grid-template-columns: var(--pf-c-form--m-horizontal__group-label--md--GridColumnWidth) var(--pf-c-form--m-horizontal__group-control--md--GridColumnWidth);
|
|
112
|
+
grid-column-gap: var(--pf-c-form--m-horizontal__group-label--md--GridColumnGap);
|
|
113
113
|
}
|
|
114
114
|
.pf-c-form.pf-m-horizontal .pf-c-form__group-label {
|
|
115
115
|
padding-top: var(--pf-c-form--m-horizontal__group-label--md--PaddingTop);
|
|
@@ -128,8 +128,8 @@
|
|
|
128
128
|
}
|
|
129
129
|
.pf-c-form.pf-m-horizontal-on-xs .pf-c-form__group {
|
|
130
130
|
display: grid;
|
|
131
|
-
grid-column-gap: var(--pf-c-form--m-horizontal__group-label--md--GridColumnGap);
|
|
132
131
|
grid-template-columns: var(--pf-c-form--m-horizontal__group-label--md--GridColumnWidth) var(--pf-c-form--m-horizontal__group-control--md--GridColumnWidth);
|
|
132
|
+
grid-column-gap: var(--pf-c-form--m-horizontal__group-label--md--GridColumnGap);
|
|
133
133
|
}
|
|
134
134
|
.pf-c-form.pf-m-horizontal-on-xs .pf-c-form__group-label {
|
|
135
135
|
padding-top: var(--pf-c-form--m-horizontal__group-label--md--PaddingTop);
|
|
@@ -148,8 +148,8 @@
|
|
|
148
148
|
}
|
|
149
149
|
.pf-c-form.pf-m-horizontal-on-sm .pf-c-form__group {
|
|
150
150
|
display: grid;
|
|
151
|
-
grid-column-gap: var(--pf-c-form--m-horizontal__group-label--md--GridColumnGap);
|
|
152
151
|
grid-template-columns: var(--pf-c-form--m-horizontal__group-label--md--GridColumnWidth) var(--pf-c-form--m-horizontal__group-control--md--GridColumnWidth);
|
|
152
|
+
grid-column-gap: var(--pf-c-form--m-horizontal__group-label--md--GridColumnGap);
|
|
153
153
|
}
|
|
154
154
|
.pf-c-form.pf-m-horizontal-on-sm .pf-c-form__group-label {
|
|
155
155
|
padding-top: var(--pf-c-form--m-horizontal__group-label--md--PaddingTop);
|
|
@@ -168,8 +168,8 @@
|
|
|
168
168
|
}
|
|
169
169
|
.pf-c-form.pf-m-horizontal-on-md .pf-c-form__group {
|
|
170
170
|
display: grid;
|
|
171
|
-
grid-column-gap: var(--pf-c-form--m-horizontal__group-label--md--GridColumnGap);
|
|
172
171
|
grid-template-columns: var(--pf-c-form--m-horizontal__group-label--md--GridColumnWidth) var(--pf-c-form--m-horizontal__group-control--md--GridColumnWidth);
|
|
172
|
+
grid-column-gap: var(--pf-c-form--m-horizontal__group-label--md--GridColumnGap);
|
|
173
173
|
}
|
|
174
174
|
.pf-c-form.pf-m-horizontal-on-md .pf-c-form__group-label {
|
|
175
175
|
padding-top: var(--pf-c-form--m-horizontal__group-label--md--PaddingTop);
|
|
@@ -188,8 +188,8 @@
|
|
|
188
188
|
}
|
|
189
189
|
.pf-c-form.pf-m-horizontal-on-lg .pf-c-form__group {
|
|
190
190
|
display: grid;
|
|
191
|
-
grid-column-gap: var(--pf-c-form--m-horizontal__group-label--md--GridColumnGap);
|
|
192
191
|
grid-template-columns: var(--pf-c-form--m-horizontal__group-label--md--GridColumnWidth) var(--pf-c-form--m-horizontal__group-control--md--GridColumnWidth);
|
|
192
|
+
grid-column-gap: var(--pf-c-form--m-horizontal__group-label--md--GridColumnGap);
|
|
193
193
|
}
|
|
194
194
|
.pf-c-form.pf-m-horizontal-on-lg .pf-c-form__group-label {
|
|
195
195
|
padding-top: var(--pf-c-form--m-horizontal__group-label--md--PaddingTop);
|
|
@@ -208,8 +208,8 @@
|
|
|
208
208
|
}
|
|
209
209
|
.pf-c-form.pf-m-horizontal-on-xl .pf-c-form__group {
|
|
210
210
|
display: grid;
|
|
211
|
-
grid-column-gap: var(--pf-c-form--m-horizontal__group-label--md--GridColumnGap);
|
|
212
211
|
grid-template-columns: var(--pf-c-form--m-horizontal__group-label--md--GridColumnWidth) var(--pf-c-form--m-horizontal__group-control--md--GridColumnWidth);
|
|
212
|
+
grid-column-gap: var(--pf-c-form--m-horizontal__group-label--md--GridColumnGap);
|
|
213
213
|
}
|
|
214
214
|
.pf-c-form.pf-m-horizontal-on-xl .pf-c-form__group-label {
|
|
215
215
|
padding-top: var(--pf-c-form--m-horizontal__group-label--md--PaddingTop);
|
|
@@ -228,8 +228,8 @@
|
|
|
228
228
|
}
|
|
229
229
|
.pf-c-form.pf-m-horizontal-on-2xl .pf-c-form__group {
|
|
230
230
|
display: grid;
|
|
231
|
-
grid-column-gap: var(--pf-c-form--m-horizontal__group-label--md--GridColumnGap);
|
|
232
231
|
grid-template-columns: var(--pf-c-form--m-horizontal__group-label--md--GridColumnWidth) var(--pf-c-form--m-horizontal__group-control--md--GridColumnWidth);
|
|
232
|
+
grid-column-gap: var(--pf-c-form--m-horizontal__group-label--md--GridColumnGap);
|
|
233
233
|
}
|
|
234
234
|
.pf-c-form.pf-m-horizontal-on-2xl .pf-c-form__group-label {
|
|
235
235
|
padding-top: var(--pf-c-form--m-horizontal__group-label--md--PaddingTop);
|
|
@@ -344,9 +344,9 @@
|
|
|
344
344
|
--pf-c-form__group-control--m-inline--child--MarginRight: 0;
|
|
345
345
|
}
|
|
346
346
|
.pf-c-form__group-control.pf-m-stack {
|
|
347
|
+
--pf-c-form__helper-text--MarginTop: var(--pf-c-grid__group-control--m-stack__helper-text--MarginTop);
|
|
347
348
|
display: grid;
|
|
348
349
|
gap: var(--pf-c-grid__group-control--m-stack--Gap);
|
|
349
|
-
--pf-c-form__helper-text--MarginTop: var(--pf-c-grid__group-control--m-stack__helper-text--MarginTop);
|
|
350
350
|
}
|
|
351
351
|
.pf-c-form__group-control .pf-c-form__helper-text:first-child {
|
|
352
352
|
--pf-c-form__helper-text--MarginTop: 0;
|
|
@@ -430,8 +430,8 @@
|
|
|
430
430
|
}
|
|
431
431
|
|
|
432
432
|
.pf-c-form__field-group-toggle {
|
|
433
|
-
grid-column: 1/2;
|
|
434
433
|
grid-row: 1/2;
|
|
434
|
+
grid-column: 1/2;
|
|
435
435
|
padding-top: var(--pf-c-form__field-group-toggle--PaddingTop);
|
|
436
436
|
padding-right: var(--pf-c-form__field-group-toggle--PaddingRight);
|
|
437
437
|
}
|
|
@@ -453,9 +453,9 @@
|
|
|
453
453
|
}
|
|
454
454
|
|
|
455
455
|
.pf-c-form__field-group-header {
|
|
456
|
-
grid-column: var(--pf-c-form__field-group-header--GridColumn);
|
|
457
|
-
grid-row: 1/2;
|
|
458
456
|
display: flex;
|
|
457
|
+
grid-row: 1/2;
|
|
458
|
+
grid-column: var(--pf-c-form__field-group-header--GridColumn);
|
|
459
459
|
align-items: flex-start;
|
|
460
460
|
padding-top: var(--pf-c-form__field-group-header--PaddingTop);
|
|
461
461
|
padding-bottom: var(--pf-c-form__field-group-header--PaddingBottom);
|
|
@@ -488,8 +488,8 @@
|
|
|
488
488
|
}
|
|
489
489
|
|
|
490
490
|
.pf-c-form__field-group-body {
|
|
491
|
-
grid-column: var(--pf-c-form__field-group-body--GridColumn);
|
|
492
491
|
display: grid;
|
|
492
|
+
grid-column: var(--pf-c-form__field-group-body--GridColumn);
|
|
493
493
|
gap: var(--pf-c-form__field-group-body--Gap);
|
|
494
494
|
padding-top: var(--pf-c-form__field-group-body--PaddingTop);
|
|
495
495
|
padding-bottom: var(--pf-c-form__field-group-body--PaddingBottom);
|
|
@@ -192,8 +192,8 @@ $pf-c-form--m-horizontal--breakpoint-map: build-breakpoint-map("sm", "md", "lg",
|
|
|
192
192
|
|
|
193
193
|
.pf-c-form__group {
|
|
194
194
|
display: grid;
|
|
195
|
-
grid-column-gap: var(--pf-c-form--m-horizontal__group-label--md--GridColumnGap);
|
|
196
195
|
grid-template-columns: var(--pf-c-form--m-horizontal__group-label--md--GridColumnWidth) var(--pf-c-form--m-horizontal__group-control--md--GridColumnWidth);
|
|
196
|
+
grid-column-gap: var(--pf-c-form--m-horizontal__group-label--md--GridColumnGap);
|
|
197
197
|
}
|
|
198
198
|
|
|
199
199
|
.pf-c-form__group-label {
|
|
@@ -333,10 +333,10 @@ $pf-c-form--m-horizontal--breakpoint-map: build-breakpoint-map("sm", "md", "lg",
|
|
|
333
333
|
}
|
|
334
334
|
|
|
335
335
|
&.pf-m-stack {
|
|
336
|
+
--pf-c-form__helper-text--MarginTop: var(--pf-c-grid__group-control--m-stack__helper-text--MarginTop);
|
|
337
|
+
|
|
336
338
|
display: grid;
|
|
337
339
|
gap: var(--pf-c-grid__group-control--m-stack--Gap);
|
|
338
|
-
|
|
339
|
-
--pf-c-form__helper-text--MarginTop: var(--pf-c-grid__group-control--m-stack__helper-text--MarginTop);
|
|
340
340
|
}
|
|
341
341
|
|
|
342
342
|
.pf-c-form__helper-text:first-child {
|
|
@@ -441,8 +441,8 @@ $pf-c-form--m-horizontal--breakpoint-map: build-breakpoint-map("sm", "md", "lg",
|
|
|
441
441
|
}
|
|
442
442
|
|
|
443
443
|
.pf-c-form__field-group-toggle {
|
|
444
|
-
grid-column: 1 / 2;
|
|
445
444
|
grid-row: 1 / 2;
|
|
445
|
+
grid-column: 1 / 2;
|
|
446
446
|
padding-top: var(--pf-c-form__field-group-toggle--PaddingTop);
|
|
447
447
|
padding-right: var(--pf-c-form__field-group-toggle--PaddingRight);
|
|
448
448
|
|
|
@@ -465,9 +465,9 @@ $pf-c-form--m-horizontal--breakpoint-map: build-breakpoint-map("sm", "md", "lg",
|
|
|
465
465
|
}
|
|
466
466
|
|
|
467
467
|
.pf-c-form__field-group-header {
|
|
468
|
-
grid-column: var(--pf-c-form__field-group-header--GridColumn);
|
|
469
|
-
grid-row: 1 / 2;
|
|
470
468
|
display: flex;
|
|
469
|
+
grid-row: 1 / 2;
|
|
470
|
+
grid-column: var(--pf-c-form__field-group-header--GridColumn);
|
|
471
471
|
align-items: flex-start;
|
|
472
472
|
padding-top: var(--pf-c-form__field-group-header--PaddingTop);
|
|
473
473
|
padding-bottom: var(--pf-c-form__field-group-header--PaddingBottom);
|
|
@@ -500,8 +500,8 @@ $pf-c-form--m-horizontal--breakpoint-map: build-breakpoint-map("sm", "md", "lg",
|
|
|
500
500
|
}
|
|
501
501
|
|
|
502
502
|
.pf-c-form__field-group-body {
|
|
503
|
-
grid-column: var(--pf-c-form__field-group-body--GridColumn);
|
|
504
503
|
display: grid;
|
|
504
|
+
grid-column: var(--pf-c-form__field-group-body--GridColumn);
|
|
505
505
|
gap: var(--pf-c-form__field-group-body--Gap);
|
|
506
506
|
padding-top: var(--pf-c-form__field-group-body--PaddingTop);
|
|
507
507
|
padding-bottom: var(--pf-c-form__field-group-body--PaddingBottom);
|
|
@@ -332,9 +332,9 @@ textarea.pf-c-form-control {
|
|
|
332
332
|
--pf-c-form-control--BorderBottomColor: var(--pf-global--BorderColor--400);
|
|
333
333
|
--pf-c-form-control--BorderLeftColor: transparent;
|
|
334
334
|
--pf-c-form-control--BackgroundColor: var(--pf-global--BackgroundColor--400);
|
|
335
|
-
--pf-c-form-control--disabled--Color: var(--pf-global--
|
|
335
|
+
--pf-c-form-control--disabled--Color: var(--pf-global--palette--black-300);
|
|
336
336
|
--pf-c-form-control--disabled--BackgroundColor: var(--pf-global--disabled-color--200);
|
|
337
|
-
--pf-c-form-control--readonly--BackgroundColor: var(--pf-global--
|
|
337
|
+
--pf-c-form-control--readonly--BackgroundColor: var(--pf-global--disabled-color--200);
|
|
338
338
|
color: var(--pf-global--Color--100);
|
|
339
339
|
}
|
|
340
340
|
:where(.pf-theme-dark) .pf-c-form-control::-webkit-calendar-picker-indicator {
|
|
@@ -342,7 +342,4 @@ textarea.pf-c-form-control {
|
|
|
342
342
|
}
|
|
343
343
|
:where(.pf-theme-dark) .pf-c-form-control[readonly] {
|
|
344
344
|
border-bottom-color: var(--pf-global--palette--black-700);
|
|
345
|
-
}
|
|
346
|
-
:where(.pf-theme-dark) .pf-c-form-control:disabled {
|
|
347
|
-
color: var(--pf-global--palette--black-100);
|
|
348
345
|
}
|
|
@@ -8,9 +8,9 @@
|
|
|
8
8
|
--pf-c-form-control--BorderBottomColor: var(--pf-global--BorderColor--400);
|
|
9
9
|
--pf-c-form-control--BorderLeftColor: transparent;
|
|
10
10
|
--pf-c-form-control--BackgroundColor: var(--pf-global--BackgroundColor--400);
|
|
11
|
-
--pf-c-form-control--disabled--Color: var(--pf-global--
|
|
11
|
+
--pf-c-form-control--disabled--Color: var(--pf-global--palette--black-300);
|
|
12
12
|
--pf-c-form-control--disabled--BackgroundColor: var(--pf-global--disabled-color--200);
|
|
13
|
-
--pf-c-form-control--readonly--BackgroundColor: var(--pf-global--
|
|
13
|
+
--pf-c-form-control--readonly--BackgroundColor: var(--pf-global--disabled-color--200);
|
|
14
14
|
|
|
15
15
|
color: var(--pf-global--Color--100);
|
|
16
16
|
|
|
@@ -22,9 +22,5 @@
|
|
|
22
22
|
&[readonly] {
|
|
23
23
|
border-bottom-color: var(--pf-global--palette--black-700); // should be a var?
|
|
24
24
|
}
|
|
25
|
-
|
|
26
|
-
&:disabled {
|
|
27
|
-
color: var(--pf-global--palette--black-100); // global var
|
|
28
|
-
}
|
|
29
25
|
}
|
|
30
26
|
}
|
package/components/Hint/hint.css
CHANGED
|
@@ -30,11 +30,11 @@
|
|
|
30
30
|
|
|
31
31
|
.pf-c-hint__actions {
|
|
32
32
|
display: inline-grid;
|
|
33
|
+
grid-row: 1;
|
|
34
|
+
grid-column: 2;
|
|
33
35
|
grid-auto-flow: column;
|
|
34
36
|
margin-left: var(--pf-c-hint__actions--MarginLeft);
|
|
35
37
|
text-align: right;
|
|
36
|
-
grid-column: 2;
|
|
37
|
-
grid-row: 1;
|
|
38
38
|
}
|
|
39
39
|
.pf-c-hint__actions .pf-c-dropdown .pf-c-dropdown__toggle.pf-m-plain {
|
|
40
40
|
margin-top: var(--pf-c-hint__actions--c-dropdown--MarginTop);
|
|
@@ -41,11 +41,11 @@
|
|
|
41
41
|
|
|
42
42
|
.pf-c-hint__actions {
|
|
43
43
|
display: inline-grid;
|
|
44
|
+
grid-row: 1;
|
|
45
|
+
grid-column: 2;
|
|
44
46
|
grid-auto-flow: column;
|
|
45
47
|
margin-left: var(--pf-c-hint__actions--MarginLeft);
|
|
46
48
|
text-align: right;
|
|
47
|
-
grid-column: 2;
|
|
48
|
-
grid-row: 1;
|
|
49
49
|
|
|
50
50
|
// Only applies to the plain dropdown
|
|
51
51
|
.pf-c-dropdown .pf-c-dropdown__toggle.pf-m-plain {
|