@patternfly/patternfly 5.0.0-alpha.2 → 5.0.0-alpha.21
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/README.md +1 -1
- package/RELEASE-NOTES.md +47 -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/_chart-globals.scss +0 -4
- package/base/_common.scss +0 -22
- package/base/patternfly-common.css +0 -10
- package/base/patternfly-icons.css +5 -1
- package/base/patternfly-pf-icons.css +5 -1
- package/components/Accordion/accordion.css +2 -0
- package/components/Accordion/accordion.scss +2 -0
- package/components/AppLauncher/app-launcher.css +2 -0
- package/components/AppLauncher/app-launcher.scss +2 -0
- package/components/Breadcrumb/breadcrumb.css +2 -0
- package/components/Breadcrumb/breadcrumb.scss +2 -0
- package/components/CalendarMonth/calendar-month.css +1 -1
- package/components/CalendarMonth/calendar-month.scss +1 -1
- package/components/Card/card.css +9 -12
- package/components/Card/card.scss +11 -17
- package/components/ChipGroup/chip-group.css +27 -17
- package/components/ChipGroup/chip-group.scss +36 -22
- package/components/Content/content.css +6 -0
- package/components/Content/content.scss +8 -0
- package/components/ContextSelector/context-selector.css +5 -1
- package/components/ContextSelector/context-selector.scss +6 -2
- package/components/DataList/data-list.css +2 -1
- package/components/DataList/data-list.scss +2 -1
- package/components/Drawer/drawer.css +13 -14
- package/components/Drawer/drawer.scss +0 -1
- package/components/Dropdown/dropdown.css +27 -10
- package/components/Dropdown/dropdown.scss +22 -0
- 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/FormControl/form-control.css +1 -1
- package/components/FormControl/themes/dark/form-control.scss +1 -1
- package/components/InputGroup/input-group.css +14 -0
- package/components/InputGroup/input-group.scss +9 -0
- package/components/InputGroup/themes/dark/input-group.scss +8 -0
- package/components/Label/label.css +2 -0
- package/components/Label/label.scss +2 -0
- package/components/LabelGroup/label-group.css +26 -22
- package/components/LabelGroup/label-group.scss +31 -26
- package/components/Login/login.css +1 -1
- package/components/Menu/menu.css +7 -0
- package/components/Menu/menu.scss +8 -0
- package/components/MenuToggle/menu-toggle.css +2 -0
- package/components/MenuToggle/menu-toggle.scss +2 -0
- package/components/ModalBox/modal-box.css +9 -8
- package/components/ModalBox/modal-box.scss +11 -11
- package/components/Page/page.css +60 -60
- package/components/Pagination/pagination.css +122 -2
- package/components/Pagination/pagination.scss +24 -1
- package/components/Popover/popover.css +2 -7
- package/components/Popover/themes/dark/popover.scss +2 -8
- package/components/Progress/progress.css +5 -2
- package/components/Progress/progress.scss +5 -2
- package/components/SearchInput/search-input.css +2 -0
- package/components/SearchInput/search-input.scss +2 -0
- package/components/Slider/slider.css +0 -7
- package/components/Slider/slider.scss +0 -9
- package/components/Table/table-grid.css +28 -28
- package/components/Table/table-tree-view.css +4 -4
- package/components/Table/table.css +4 -0
- package/components/Table/table.scss +4 -0
- package/components/Tabs/tabs.css +0 -4
- package/components/Tabs/tabs.scss +0 -7
- package/components/TextInputGroup/text-input-group.css +4 -2
- package/components/TextInputGroup/text-input-group.scss +4 -3
- package/components/Toolbar/toolbar.css +65 -37
- package/components/Toolbar/toolbar.scss +37 -3
- 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 +2 -0
- package/components/Wizard/wizard.scss +2 -0
- 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 +61 -44
- package/docs/components/Check/examples/Check.md +15 -19
- package/docs/components/Chip/examples/Chip.md +13 -13
- package/docs/components/ChipGroup/examples/ChipGroup.md +15 -344
- 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 +311 -71
- 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 +24 -24
- package/docs/components/InputGroup/examples/InputGroup.md +10 -9
- package/docs/components/JumpLinks/examples/JumpLinks.md +35 -35
- package/docs/components/Label/examples/Label.md +31 -31
- package/docs/components/LabelGroup/examples/LabelGroup.md +24 -36
- package/docs/components/List/examples/List.md +18 -18
- package/docs/components/LogViewer/examples/LogViewer.md +69 -69
- 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 +129 -30
- package/docs/components/Panel/examples/Panel.md +10 -10
- package/docs/components/Popover/examples/Popover.md +34 -34
- 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 +143 -143
- package/docs/components/Sidebar/examples/Sidebar.md +14 -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 +30 -30
- 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.md +1272 -855
- package/docs/components/Tabs/examples/Tabs.md +149 -149
- package/docs/components/TextInputGroup/examples/TextInputGroup.md +19 -19
- 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 +165 -144
- 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 +63 -70
- 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 +10 -11
- package/docs/demos/Card/examples/Card.md +151 -116
- package/docs/demos/CardView/examples/CardView.md +16 -15
- package/docs/demos/ContextSelector/examples/ContextSelector.md +18 -18
- package/docs/demos/Dashboard/examples/Dashboard.md +10 -9
- package/docs/demos/DataList/examples/DataList.md +160 -111
- package/docs/demos/DescriptionList/examples/DescriptionList.md +12 -13
- package/docs/demos/Drawer/examples/Drawer.md +20 -20
- 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 +32 -35
- package/docs/demos/Modal/examples/Modal.md +54 -66
- package/docs/demos/Nav/examples/Nav.md +720 -767
- 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 +53 -49
- package/docs/demos/Skeleton/examples/Skeleton.md +4 -4
- package/docs/demos/Table/examples/Table.md +522 -378
- package/docs/demos/Tabs/examples/Tabs.md +120 -601
- package/docs/demos/Toolbar/examples/Toolbar.md +1781 -171
- package/docs/demos/Wizard/examples/Wizard.md +229 -225
- 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/Grid/grid.css +5 -5
- package/package.json +59 -64
- package/patternfly-base-no-reset.css +5 -11
- package/patternfly-base.css +5 -11
- package/patternfly-no-reset.css +528 -336
- package/patternfly.css +528 -336
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
- package/sass-utilities/scss-variables.scss +0 -1
|
@@ -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
|
+
align-items: center;
|
|
103
|
+
row-gap: var(--pf-c-empty-state__footer--RowGap);
|
|
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
110
|
justify-content: center;
|
|
111
|
-
|
|
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);
|
|
111
|
+
gap: var(--pf-c-empty-state__actions--RowGap) var(--pf-c-empty-state__actions--ColumnGap);
|
|
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
|
+
align-items: center;
|
|
121
|
+
row-gap: var(--pf-c-empty-state__footer--RowGap);
|
|
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;
|
|
120
128
|
justify-content: center;
|
|
121
|
-
|
|
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
|
+
gap: var(--pf-c-empty-state__actions--RowGap) var(--pf-c-empty-state__actions--ColumnGap);
|
|
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 {
|
|
@@ -326,7 +326,7 @@ textarea.pf-c-form-control {
|
|
|
326
326
|
}
|
|
327
327
|
|
|
328
328
|
:where(.pf-theme-dark) .pf-c-form-control {
|
|
329
|
-
--pf-c-form-control__select--BackgroundUrl: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0
|
|
329
|
+
--pf-c-form-control__select--BackgroundUrl: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='%23e0e0e0' d='M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z'/%3E%3C/svg%3E");
|
|
330
330
|
--pf-c-form-control--BorderTopColor: transparent;
|
|
331
331
|
--pf-c-form-control--BorderRightColor: transparent;
|
|
332
332
|
--pf-c-form-control--BorderBottomColor: var(--pf-global--BorderColor--400);
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
@mixin pf-theme-dark-form-control() {
|
|
4
4
|
.pf-c-form-control {
|
|
5
|
-
--pf-c-form-control__select--BackgroundUrl:
|
|
5
|
+
--pf-c-form-control__select--BackgroundUrl: #{pf-bg-svg($pf-c-form-control__select--Coordinates, $pf-c-form-control__select--ViewBox, $pf-global--Color--100)};
|
|
6
6
|
--pf-c-form-control--BorderTopColor: transparent;
|
|
7
7
|
--pf-c-form-control--BorderRightColor: transparent;
|
|
8
8
|
--pf-c-form-control--BorderBottomColor: var(--pf-global--BorderColor--400);
|
|
@@ -22,6 +22,9 @@
|
|
|
22
22
|
--pf-c-input-group__text--BorderLeftColor: var(--pf-global--BorderColor--300);
|
|
23
23
|
--pf-c-input-group__text--BackgroundColor: var(--pf-global--BackgroundColor--100);
|
|
24
24
|
--pf-c-input-group__textarea--MinHeight: var(--pf-global--spacer--xl);
|
|
25
|
+
--pf-c-input-group__text--m-disabled--Color: var(--pf-global--disabled-color--100);
|
|
26
|
+
--pf-c-input-group__text--m-disabled--BackgroundColor: var(--pf-global--disabled-color--300);
|
|
27
|
+
--pf-c-input-group__text--m-disabled--BorderBottomColor: transparent;
|
|
25
28
|
--pf-c-input-group--c-form-control--invalid--ZIndex: var(--pf-global--ZIndex--xs);
|
|
26
29
|
--pf-c-input-group--c-form-control--MarginRight: 0;
|
|
27
30
|
color: var(--pf-global--Color--100);
|
|
@@ -71,6 +74,11 @@ label.pf-c-input-group__text {
|
|
|
71
74
|
--pf-c-input-group__text--BorderWidth: 0;
|
|
72
75
|
margin-left: 0;
|
|
73
76
|
}
|
|
77
|
+
.pf-c-input-group__text.pf-m-disabled {
|
|
78
|
+
--pf-c-input-group__text--Color: var(--pf-c-input-group__text--m-disabled--Color);
|
|
79
|
+
--pf-c-input-group__text--BackgroundColor: var(--pf-c-input-group__text--m-disabled--BackgroundColor);
|
|
80
|
+
--pf-c-input-group__text--BorderBottomColor: var(--pf-c-input-group__text--m-disabled--BorderBottomColor);
|
|
81
|
+
}
|
|
74
82
|
|
|
75
83
|
:where(.pf-theme-dark) .pf-c-input-group {
|
|
76
84
|
--pf-c-input-group--BackgroundColor: transparent;
|
|
@@ -79,6 +87,8 @@ label.pf-c-input-group__text {
|
|
|
79
87
|
--pf-c-input-group__text--BorderBottomColor: var(--pf-global--BorderColor--400);
|
|
80
88
|
--pf-c-input-group__text--BorderLeftColor: transparent;
|
|
81
89
|
--pf-c-input-group__text--BackgroundColor: var(--pf-global--palette--black-600);
|
|
90
|
+
--pf-c-input-group__text--m-disabled--Color: var(--pf-global--palette--black-100);
|
|
91
|
+
--pf-c-input-group__text--m-disabled--BackgroundColor: var(--pf-global--disabled-color--200);
|
|
82
92
|
}
|
|
83
93
|
:where(.pf-theme-dark) .pf-c-input-group > * + * {
|
|
84
94
|
margin-left: 0;
|
|
@@ -92,4 +102,8 @@ label.pf-c-input-group__text {
|
|
|
92
102
|
}
|
|
93
103
|
:where(.pf-theme-dark) .pf-c-input-group__text.pf-m-plain {
|
|
94
104
|
--pf-c-input-group__text--BackgroundColor: transparent;
|
|
105
|
+
}
|
|
106
|
+
:where(.pf-theme-dark) .pf-c-input-group__text.pf-m-disabled {
|
|
107
|
+
--pf-c-input-group__text--BackgroundColor: var(--pf-c-input-group__text--m-disabled--BackgroundColor);
|
|
108
|
+
color: var(--pf-c-input-group__text--m-disabled--Color);
|
|
95
109
|
}
|
|
@@ -15,6 +15,9 @@
|
|
|
15
15
|
--pf-c-input-group__text--BorderLeftColor: var(--pf-global--BorderColor--300);
|
|
16
16
|
--pf-c-input-group__text--BackgroundColor: var(--pf-global--BackgroundColor--100);
|
|
17
17
|
--pf-c-input-group__textarea--MinHeight: var(--pf-global--spacer--xl);
|
|
18
|
+
--pf-c-input-group__text--m-disabled--Color: var(--pf-global--disabled-color--100);
|
|
19
|
+
--pf-c-input-group__text--m-disabled--BackgroundColor: var(--pf-global--disabled-color--300);
|
|
20
|
+
--pf-c-input-group__text--m-disabled--BorderBottomColor: transparent;
|
|
18
21
|
|
|
19
22
|
// Form control
|
|
20
23
|
--pf-c-input-group--c-form-control--invalid--ZIndex: var(--pf-global--ZIndex--xs);
|
|
@@ -84,6 +87,12 @@
|
|
|
84
87
|
|
|
85
88
|
margin-left: 0;
|
|
86
89
|
}
|
|
90
|
+
|
|
91
|
+
&.pf-m-disabled {
|
|
92
|
+
--pf-c-input-group__text--Color: var(--pf-c-input-group__text--m-disabled--Color);
|
|
93
|
+
--pf-c-input-group__text--BackgroundColor: var(--pf-c-input-group__text--m-disabled--BackgroundColor);
|
|
94
|
+
--pf-c-input-group__text--BorderBottomColor: var(--pf-c-input-group__text--m-disabled--BorderBottomColor);
|
|
95
|
+
}
|
|
87
96
|
}
|
|
88
97
|
|
|
89
98
|
// stylelint-disable no-invalid-position-at-import-rule
|
|
@@ -8,6 +8,8 @@
|
|
|
8
8
|
--pf-c-input-group__text--BorderBottomColor: var(--pf-global--BorderColor--400);
|
|
9
9
|
--pf-c-input-group__text--BorderLeftColor: transparent;
|
|
10
10
|
--pf-c-input-group__text--BackgroundColor: var(--pf-global--palette--black-600);
|
|
11
|
+
--pf-c-input-group__text--m-disabled--Color: var(--pf-global--palette--black-100);
|
|
12
|
+
--pf-c-input-group__text--m-disabled--BackgroundColor: var(--pf-global--disabled-color--200);
|
|
11
13
|
|
|
12
14
|
> * + * {
|
|
13
15
|
margin-left: 0;
|
|
@@ -24,5 +26,11 @@
|
|
|
24
26
|
&.pf-m-plain {
|
|
25
27
|
--pf-c-input-group__text--BackgroundColor: transparent;
|
|
26
28
|
}
|
|
29
|
+
|
|
30
|
+
&.pf-m-disabled {
|
|
31
|
+
--pf-c-input-group__text--BackgroundColor: var(--pf-c-input-group__text--m-disabled--BackgroundColor);
|
|
32
|
+
|
|
33
|
+
color: var(--pf-c-input-group__text--m-disabled--Color);
|
|
34
|
+
}
|
|
27
35
|
}
|
|
28
36
|
}
|
|
@@ -105,6 +105,7 @@
|
|
|
105
105
|
--pf-c-label--m-compact--FontSize: var(--pf-global--FontSize--xs);
|
|
106
106
|
--pf-c-label--m-compact--m-editable--TextDecorationOffset: 0.0625rem;
|
|
107
107
|
--pf-c-label__content--Color: var(--pf-global--Color--100);
|
|
108
|
+
--pf-c-label__content--BackgroundColor: transparent;
|
|
108
109
|
--pf-c-label__content--MaxWidth: 100%;
|
|
109
110
|
--pf-c-label--m-outline__content--Color: var(--pf-global--Color--100);
|
|
110
111
|
--pf-c-label--m-editable__content--MaxWidth: 16ch;
|
|
@@ -352,6 +353,7 @@
|
|
|
352
353
|
white-space: nowrap;
|
|
353
354
|
max-width: var(--pf-c-label__content--MaxWidth);
|
|
354
355
|
color: var(--pf-c-label__content--Color);
|
|
356
|
+
background-color: var(--pf-c-label__content--BackgroundColor);
|
|
355
357
|
border-width: 0;
|
|
356
358
|
}
|
|
357
359
|
.pf-c-label__content::before {
|
|
@@ -134,6 +134,7 @@
|
|
|
134
134
|
|
|
135
135
|
// Content
|
|
136
136
|
--pf-c-label__content--Color: var(--pf-global--Color--100);
|
|
137
|
+
--pf-c-label__content--BackgroundColor: transparent;
|
|
137
138
|
--pf-c-label__content--MaxWidth: 100%;
|
|
138
139
|
--pf-c-label--m-outline__content--Color: var(--pf-global--Color--100);
|
|
139
140
|
--pf-c-label--m-editable__content--MaxWidth: 16ch;
|
|
@@ -417,6 +418,7 @@
|
|
|
417
418
|
|
|
418
419
|
max-width: var(--pf-c-label__content--MaxWidth);
|
|
419
420
|
color: var(--pf-c-label__content--Color);
|
|
421
|
+
background-color: var(--pf-c-label__content--BackgroundColor);
|
|
420
422
|
border-width: 0;
|
|
421
423
|
|
|
422
424
|
&::before {
|
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
.pf-c-label-group {
|
|
2
|
-
--pf-c-label-
|
|
3
|
-
--pf-c-label-
|
|
2
|
+
--pf-c-label-group--RowGap: var(--pf-global--spacer--sm);
|
|
3
|
+
--pf-c-label-group--ColumnGap: 0;
|
|
4
|
+
--pf-c-label-group-m-vertical--RowGap: var(--pf-global--spacer--sm);
|
|
5
|
+
--pf-c-label-group-m-vertical--ColumnGap: var(--pf-global--spacer--sm);
|
|
6
|
+
--pf-c-label-group__main--RowGap: var(--pf-global--spacer--xs);
|
|
7
|
+
--pf-c-label-group__main--ColumnGap: var(--pf-global--spacer--sm);
|
|
8
|
+
--pf-c-label-group-m-vertical__main--RowGap: var(--pf-global--spacer--sm);
|
|
9
|
+
--pf-c-label-group-m-vertical__main--ColumnGap: var(--pf-global--spacer--xs);
|
|
10
|
+
--pf-c-label-group__list--RowGap: var(--pf-global--spacer--xs);
|
|
11
|
+
--pf-c-label-group__list--ColumnGap: var(--pf-global--spacer--xs);
|
|
12
|
+
--pf-c-label-group-m-vertical__list--RowGap: var(--pf-global--spacer--xs);
|
|
13
|
+
--pf-c-label-group-m-vertical__list--ColumnGap: var(--pf-global--spacer--xs);
|
|
4
14
|
--pf-c-label-group--m-category--PaddingTop: var(--pf-global--spacer--xs);
|
|
5
15
|
--pf-c-label-group--m-category--PaddingRight: var(--pf-global--spacer--xs);
|
|
6
16
|
--pf-c-label-group--m-category--PaddingBottom: var(--pf-global--spacer--xs);
|
|
@@ -10,20 +20,14 @@
|
|
|
10
20
|
--pf-c-label-group--m-category--BorderWidth: var(--pf-global--BorderWidth--sm);
|
|
11
21
|
--pf-c-label-group--m-category--BorderColor: var(--pf-global--BorderColor--300);
|
|
12
22
|
--pf-c-label-group--m-category--BackgroundColor: var(--pf-global--BackgroundColor--100);
|
|
13
|
-
--pf-c-label-group__label--MarginRight: var(--pf-global--spacer--sm);
|
|
14
|
-
--pf-c-label-group__label--MarginBottom: 0;
|
|
15
|
-
--pf-c-label-group--m-vertical__label--MarginBottom: var(--pf-global--spacer--sm);
|
|
16
23
|
--pf-c-label-group__label--FontSize: var(--pf-global--FontSize--sm);
|
|
17
24
|
--pf-c-label-group__label--MaxWidth: 18ch;
|
|
18
25
|
--pf-c-label-group__close--MarginTop: calc(var(--pf-global--spacer--xs) * -1);
|
|
19
26
|
--pf-c-label-group__close--MarginBottom: calc(var(--pf-global--spacer--xs) * -1);
|
|
20
27
|
--pf-c-label-group--m-vertical__close--MarginTop: calc(var(--pf-global--spacer--form-element) * -1);
|
|
21
28
|
--pf-c-label-group--m-vertical__close--MarginRight: calc(var(--pf-global--spacer--form-element) * -1);
|
|
22
|
-
--pf-c-label-group--m-vertical__close--MarginLeft: var(--pf-global--spacer--sm);
|
|
23
29
|
--pf-c-label-group--m-vertical__close--c-button--PaddingRight: var(--pf-global--spacer--sm);
|
|
24
30
|
--pf-c-label-group--m-vertical__close--c-button--PaddingLeft: var(--pf-global--spacer--sm);
|
|
25
|
-
--pf-c-label-group__list-item--MarginRight: var(--pf-global--spacer--xs);
|
|
26
|
-
--pf-c-label-group__list-item--MarginBottom: var(--pf-global--spacer--xs);
|
|
27
31
|
--pf-c-label-group__textarea--MinWidth: 12.5rem;
|
|
28
32
|
--pf-c-label-group__textarea--PaddingTop: 0.125rem;
|
|
29
33
|
--pf-c-label-group__textarea--PaddingRight: var(--pf-global--spacer--xs);
|
|
@@ -31,6 +35,8 @@
|
|
|
31
35
|
--pf-c-label-group__textarea--PaddingLeft: var(--pf-global--spacer--xs);
|
|
32
36
|
display: inline-flex;
|
|
33
37
|
align-items: center;
|
|
38
|
+
row-gap: var(--pf-c-label-group--RowGap);
|
|
39
|
+
column-gap: var(--pf-c-label-group--ColumnGap);
|
|
34
40
|
}
|
|
35
41
|
.pf-c-label-group.pf-m-category {
|
|
36
42
|
padding-top: var(--pf-c-label-group--m-category--PaddingTop);
|
|
@@ -42,11 +48,12 @@
|
|
|
42
48
|
border-radius: var(--pf-c-label-group--m-category--BorderRadius);
|
|
43
49
|
}
|
|
44
50
|
.pf-c-label-group.pf-m-vertical {
|
|
45
|
-
--pf-c-label-
|
|
46
|
-
--pf-c-label-
|
|
47
|
-
--pf-c-label-
|
|
48
|
-
--pf-c-label-
|
|
49
|
-
--pf-c-label-
|
|
51
|
+
--pf-c-label-group--RowGap: var(--pf-c-label-group-m-vertical--RowGap);
|
|
52
|
+
--pf-c-label-group--ColumnGap: var(--pf-c-label-group-m-vertical--ColumnGap);
|
|
53
|
+
--pf-c-label-group__main--RowGap: var(--pf-c-label-group-m-vertical__main--RowGap);
|
|
54
|
+
--pf-c-label-group__main--ColumnGap: var(--pf-c-label-group-m-vertical__main--ColumnGap);
|
|
55
|
+
--pf-c-label-group__list--RowGap: var(--pf-c-label-group-m-vertical__list--RowGap);
|
|
56
|
+
--pf-c-label-group__list--ColumnGap: var(--pf-c-label-group-m-vertical__list--ColumnGap);
|
|
50
57
|
--pf-c-label-group__close--MarginTop: var(--pf-c-label-group--m-vertical__close--MarginTop);
|
|
51
58
|
--pf-c-label-group__close--MarginLeft: var(--pf-c-label-group--m-vertical__close--MarginLeft);
|
|
52
59
|
--pf-c-label-group__close--MarginBottom: 0;
|
|
@@ -63,9 +70,6 @@
|
|
|
63
70
|
.pf-c-label-group.pf-m-vertical .pf-c-label-group__main {
|
|
64
71
|
flex-direction: column;
|
|
65
72
|
}
|
|
66
|
-
.pf-c-label-group.pf-m-vertical .pf-c-label-group__list-item:last-child {
|
|
67
|
-
--pf-c-label-group__list-item--MarginBottom: 0;
|
|
68
|
-
}
|
|
69
73
|
.pf-c-label-group.pf-m-vertical .pf-c-label-group__close .pf-c-button {
|
|
70
74
|
--pf-c-button--PaddingLeft: var(--pf-c-label-group--m-vertical__close--c-button--PaddingLeft);
|
|
71
75
|
--pf-c-button--PaddingRight: var(--pf-c-label-group--m-vertical__close--c-button--PaddingRight);
|
|
@@ -87,19 +91,19 @@
|
|
|
87
91
|
flex: 1;
|
|
88
92
|
flex-wrap: wrap;
|
|
89
93
|
align-items: baseline;
|
|
94
|
+
row-gap: var(--pf-c-label-group__main--RowGap);
|
|
95
|
+
column-gap: var(--pf-c-label-group__main--ColumnGap);
|
|
90
96
|
}
|
|
91
97
|
|
|
92
98
|
.pf-c-label-group__list {
|
|
93
99
|
display: inline-flex;
|
|
94
100
|
flex-wrap: wrap;
|
|
95
|
-
|
|
96
|
-
|
|
101
|
+
row-gap: var(--pf-c-label-group__list--RowGap);
|
|
102
|
+
column-gap: var(--pf-c-label-group__list--ColumnGap);
|
|
97
103
|
}
|
|
98
104
|
|
|
99
105
|
.pf-c-label-group__list-item {
|
|
100
106
|
display: inline-flex;
|
|
101
|
-
margin-right: var(--pf-c-label-group__list-item--MarginRight);
|
|
102
|
-
margin-bottom: var(--pf-c-label-group__list-item--MarginBottom);
|
|
103
107
|
}
|
|
104
108
|
|
|
105
109
|
.pf-c-label-group__label {
|
|
@@ -107,12 +111,12 @@
|
|
|
107
111
|
text-overflow: ellipsis;
|
|
108
112
|
white-space: nowrap;
|
|
109
113
|
max-width: var(--pf-c-label-group__label--MaxWidth);
|
|
110
|
-
margin-right: var(--pf-c-label-group__label--MarginRight);
|
|
111
|
-
margin-bottom: var(--pf-c-label-group__label--MarginBottom);
|
|
112
114
|
font-size: var(--pf-c-label-group__label--FontSize);
|
|
113
115
|
}
|
|
114
116
|
|
|
115
117
|
.pf-c-label-group__close {
|
|
118
|
+
display: flex;
|
|
119
|
+
align-self: start;
|
|
116
120
|
margin-top: var(--pf-c-label-group__close--MarginTop);
|
|
117
121
|
margin-right: var(--pf-c-label-group__close--MarginRight);
|
|
118
122
|
margin-bottom: var(--pf-c-label-group__close--MarginBottom);
|