@patternfly/patternfly 5.0.0-alpha.4 → 5.0.0-alpha.40
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 +18 -1
- package/assets/icons/iconUnicodes.json +1 -0
- package/assets/images/pfbg-icon.svg +1 -0
- package/assets/pficon/pficon.scss +7 -2
- 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/_fa-icons.scss +1 -2
- package/base/_fonts.scss +22 -27
- package/base/_globals.scss +92 -86
- package/base/_icons.scss +1 -28
- package/base/_svg-icons.scss +6 -0
- package/base/_variables.scss +4 -4
- package/base/patternfly-common.css +0 -10
- package/base/patternfly-fa-icons.css +1 -1
- package/base/patternfly-fonts.css +17 -17
- package/base/patternfly-globals.css +35 -41
- package/base/patternfly-icons.css +8 -22
- package/base/patternfly-pf-icons.css +6 -2
- package/base/patternfly-themes.css +0 -42
- package/base/patternfly-variables.css +3 -3
- package/base/themes/dark/_globals.scss +1 -1
- package/base/themes/dark/_variables.scss +1 -1
- package/components/AboutModalBox/about-modal-box.css +20 -50
- package/components/AboutModalBox/about-modal-box.scss +22 -14
- package/components/Accordion/accordion.css +2 -0
- package/components/Accordion/accordion.scss +2 -0
- package/components/Alert/alert.css +17 -8
- package/components/Alert/alert.scss +21 -7
- package/components/Alert/themes/dark/alert.scss +1 -1
- 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/BackgroundImage/background-image.css +8 -35
- package/components/BackgroundImage/background-image.scss +17 -43
- package/components/Banner/banner.css +14 -52
- 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 +115 -50
- package/components/Card/card.scss +164 -63
- 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 +13 -6
- package/components/ContextSelector/context-selector.scss +14 -7
- package/components/DataList/data-list-grid.css +7 -7
- package/components/DataList/data-list-grid.scss +1 -1
- package/components/DataList/data-list.css +46 -40
- package/components/DataList/data-list.scss +37 -28
- package/components/DatePicker/date-picker.css +0 -8
- package/components/DatePicker/date-picker.scss +0 -9
- 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 +26 -25
- package/components/Dropdown/dropdown.scss +17 -18
- 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 +14 -12
- package/components/Form/form.scss +9 -7
- package/components/FormControl/form-control.css +2 -5
- package/components/FormControl/themes/dark/form-control.scss +2 -6
- package/components/HelperText/helper-text.css +4 -0
- package/components/HelperText/helper-text.scss +5 -0
- package/components/Hint/hint.css +2 -2
- package/components/Hint/hint.scss +2 -2
- package/components/Icon/icon.css +3 -3
- package/components/Icon/icon.scss +3 -3
- package/components/InputGroup/input-group.css +61 -85
- package/components/InputGroup/input-group.scss +55 -61
- package/components/InputGroup/themes/dark/input-group.scss +11 -25
- package/components/Label/label.css +49 -36
- package/components/Label/label.scss +53 -38
- package/components/Label/themes/dark/label.scss +2 -2
- package/components/LabelGroup/label-group.css +26 -22
- package/components/LabelGroup/label-group.scss +31 -26
- package/components/LogViewer/log-viewer.css +0 -38
- package/components/Login/login.css +20 -60
- package/components/Login/login.scss +16 -18
- package/components/Login/themes/dark/login.scss +4 -0
- package/components/Masthead/masthead.css +4 -42
- 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 +12 -11
- package/components/ModalBox/modal-box.scss +14 -14
- 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 +8 -8
- package/components/NotificationDrawer/notification-drawer.scss +8 -8
- package/components/OptionsMenu/options-menu.css +8 -10
- package/components/OptionsMenu/options-menu.scss +9 -11
- package/components/Page/page.css +101 -122
- package/components/Page/page.scss +49 -21
- package/components/Pagination/pagination.css +2 -110
- package/components/Pagination/pagination.scss +0 -6
- package/components/Popover/popover.css +31 -37
- package/components/Popover/popover.scss +32 -37
- package/components/Popover/themes/dark/popover.scss +3 -9
- 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 +67 -65
- package/components/Table/table.scss +65 -62
- 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 -39
- package/components/Wizard/wizard.scss +20 -2
- package/docs/components/AboutModalBox/examples/AboutModalBox.md +20 -14
- 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 +29 -29
- package/docs/components/AlertGroup/examples/AlertGroup.md +15 -15
- package/docs/components/AppLauncher/examples/application-launcher.md +52 -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 +13 -29
- 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 +301 -284
- package/docs/components/Card/examples/Card.md +676 -116
- package/docs/components/Check/examples/Check.md +16 -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 +87 -80
- package/docs/components/DataList/examples/DataList.md +239 -202
- package/docs/components/DatePicker/examples/DatePicker.md +139 -104
- 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 +125 -100
- 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 +146 -105
- package/docs/components/Form/examples/Form.md +152 -130
- package/docs/components/FormControl/examples/FormControl.md +21 -20
- package/docs/components/HelperText/examples/HelperText.md +24 -35
- package/docs/components/Hint/examples/Hint.md +7 -7
- package/docs/components/Icon/examples/Icon.md +11 -12
- package/docs/components/InlineEdit/examples/InlineEdit.md +29 -27
- package/docs/components/InputGroup/examples/InputGroup.md +229 -179
- 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 -74
- package/docs/components/Login/examples/Login.md +103 -181
- package/docs/components/Masthead/examples/masthead.md +9 -9
- package/docs/components/Menu/examples/Menu.md +83 -80
- package/docs/components/MenuToggle/examples/MenuToggle.md +29 -28
- package/docs/components/ModalBox/examples/ModalBox.md +113 -92
- package/docs/components/MultipleFileUpload/examples/MultipleFileUpload.md +27 -26
- 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 +64 -64
- package/docs/components/NumberInput/examples/NumberInput.md +311 -239
- package/docs/components/OptionsMenu/examples/options-menu.md +28 -28
- package/docs/components/OverflowMenu/examples/overflow-menu.md +25 -25
- package/docs/components/Page/examples/Page.css +7 -1
- package/docs/components/Page/examples/Page.md +81 -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 +206 -149
- package/docs/components/Progress/examples/Progress.md +32 -61
- package/docs/components/ProgressStepper/examples/ProgressStepper.md +45 -39
- package/docs/components/Radio/examples/Radio.md +12 -11
- package/docs/components/SearchInput/examples/SearchInput.md +185 -148
- package/docs/components/Select/examples/Select.md +368 -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 +84 -62
- 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 +5212 -5750
- package/docs/components/Tabs/examples/Tabs.md +155 -155
- package/docs/components/TextInputGroup/examples/TextInputGroup.md +523 -406
- package/docs/components/Tile/examples/Tile.md +16 -17
- 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 +848 -726
- 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 -5
- package/docs/components/Wizard/examples/Wizard.md +119 -127
- package/docs/demos/AboutModal/examples/AboutModal.md +4 -5
- package/docs/demos/Alert/examples/Alert.md +118 -71
- 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 +216 -153
- package/docs/demos/CardView/examples/CardView.md +57 -30
- package/docs/demos/ContextSelector/examples/ContextSelector.md +18 -18
- package/docs/demos/Dashboard/examples/Dashboard.md +51 -33
- package/docs/demos/DataList/examples/DataList.md +312 -255
- 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 +220 -213
- package/docs/demos/HelperText/examples/HelperText.md +16 -14
- package/docs/demos/JumpLinks/examples/JumpLinks.md +28 -28
- package/docs/demos/Masthead/examples/Masthead.md +302 -284
- 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 +70 -58
- package/docs/demos/Page/examples/Page.md +982 -51
- package/docs/demos/PasswordGenerator/examples/PasswordGenerator.md +22 -18
- package/docs/demos/PasswordStrength/examples/PasswordStrength.md +121 -106
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +345 -311
- package/docs/demos/Skeleton/examples/Skeleton.md +4 -4
- package/docs/demos/Table/examples/Table.md +3323 -1288
- package/docs/demos/Tabs/examples/Tabs.md +141 -90
- package/docs/demos/Toolbar/examples/Toolbar.md +1994 -329
- 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 +5 -5
- package/docs/utilities/Alignment/examples/Alignment.md +7 -7
- package/docs/utilities/BackgroundColor/examples/BackgroundColor.md +13 -13
- package/docs/utilities/BoxShadow/examples/box-shadow.md +23 -23
- package/docs/utilities/Display/examples/Display.md +12 -12
- package/docs/utilities/Flex/examples/Flex.md +35 -35
- package/docs/utilities/Float/examples/Float.md +5 -5
- package/docs/utilities/Sizing/examples/Sizing.md +51 -51
- package/docs/utilities/Spacing/examples/Spacing.md +35 -35
- package/docs/utilities/Text/examples/Text.md +31 -31
- 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-addons.css +48 -48
- package/{patternfly-base-no-reset.css → patternfly-base-no-globals.css} +28 -73
- package/{patternfly-base-no-reset.scss → patternfly-base-no-globals.scss} +1 -0
- package/patternfly-base.css +63 -114
- package/{patternfly-no-reset.css → patternfly-no-globals.css} +1179 -2293
- package/{patternfly-no-reset.scss → patternfly-no-globals.scss} +1 -0
- package/patternfly.css +1207 -2327
- 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/placeholders.scss +0 -23
- package/sass-utilities/scss-variables.scss +5 -6
- package/sass-utilities/themes/dark/placeholders.scss +0 -22
- package/sass-utilities/themes/dark/scss-variables.scss +1 -1
- package/utilities/Spacing/spacing.scss +2 -2
- package/utilities/Text/text.css +48 -48
- package/utilities/Text/text.scss +6 -6
- package/utilities/Text/themes/dark/text.scss +2 -2
- package/assets/fonts/RedHatDisplay/RedHatDisplay-Black.woff +0 -0
- package/assets/fonts/RedHatDisplay/RedHatDisplay-BlackItalic.woff +0 -0
- package/assets/fonts/RedHatDisplay/RedHatDisplay-Bold.woff +0 -0
- package/assets/fonts/RedHatDisplay/RedHatDisplay-BoldItalic.woff +0 -0
- package/assets/fonts/RedHatDisplay/RedHatDisplay-Italic.woff +0 -0
- package/assets/fonts/RedHatDisplay/RedHatDisplay-Medium.woff +0 -0
- package/assets/fonts/RedHatDisplay/RedHatDisplay-MediumItalic.woff +0 -0
- package/assets/fonts/RedHatDisplay/RedHatDisplay-Regular.woff +0 -0
- package/assets/fonts/RedHatText/RedHatText-Bold.woff +0 -0
- package/assets/fonts/RedHatText/RedHatText-BoldItalic.woff +0 -0
- package/assets/fonts/RedHatText/RedHatText-Italic.woff +0 -0
- package/assets/fonts/RedHatText/RedHatText-Medium.woff +0 -0
- package/assets/fonts/RedHatText/RedHatText-MediumItalic.woff +0 -0
- package/assets/fonts/RedHatText/RedHatText-Regular.woff +0 -0
- package/assets/fonts/webfonts/fa-solid-900.woff +0 -0
- package/assets/pficon/pficon.woff +0 -0
- 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
- package/sass-utilities/bs-variables.scss +0 -709
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
id: Form
|
|
3
3
|
section: components
|
|
4
|
+
subsection: forms
|
|
4
5
|
---## Demos
|
|
5
6
|
|
|
6
7
|
### Basic
|
|
@@ -8,7 +9,7 @@ section: components
|
|
|
8
9
|
```html
|
|
9
10
|
<form class="pf-c-form" novalidate>
|
|
10
11
|
<div class="pf-c-form__group">
|
|
11
|
-
<div class="pf-c-form__group-label"><label class="pf-c-form__label" for="
|
|
12
|
+
<div class="pf-c-form__group-label"><label class="pf-c-form__label" for="-name">
|
|
12
13
|
<span class="pf-c-form__label-text">Full name</span> <span class="pf-c-form__label-required" aria-hidden="true">*</span></label>
|
|
13
14
|
</div>
|
|
14
15
|
<div class="pf-c-form__group-control">
|
|
@@ -16,37 +17,36 @@ section: components
|
|
|
16
17
|
class="pf-c-form-control"
|
|
17
18
|
required
|
|
18
19
|
type="text"
|
|
19
|
-
id="
|
|
20
|
-
name="
|
|
21
|
-
aria-describedby="
|
|
20
|
+
id="-name"
|
|
21
|
+
name="-name"
|
|
22
|
+
aria-describedby="-name-helper"
|
|
22
23
|
/>
|
|
23
24
|
|
|
24
|
-
<
|
|
25
|
-
class="pf-c-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
25
|
+
<div class="pf-c-form__helper-text" aria-live="polite">
|
|
26
|
+
<div class="pf-c-helper-text">
|
|
27
|
+
<div class="pf-c-helper-text__item" id="-name-helper">
|
|
28
|
+
<span
|
|
29
|
+
class="pf-c-helper-text__item-text"
|
|
30
|
+
>Include your middle name if you have one.</span>
|
|
31
|
+
</div>
|
|
32
|
+
</div>
|
|
33
|
+
</div>
|
|
29
34
|
</div>
|
|
30
35
|
</div>
|
|
31
36
|
<div class="pf-c-form__group">
|
|
32
|
-
<div class="pf-c-form__group-label"><label class="pf-c-form__label" for="
|
|
37
|
+
<div class="pf-c-form__group-label"><label class="pf-c-form__label" for="-email">
|
|
33
38
|
<span class="pf-c-form__label-text">Email</span></label>
|
|
34
39
|
</div>
|
|
35
40
|
<div class="pf-c-form__group-control">
|
|
36
|
-
<input
|
|
37
|
-
class="pf-c-form-control"
|
|
38
|
-
type="email"
|
|
39
|
-
id="form-demo-basic-email"
|
|
40
|
-
name="form-demo-basic-email"
|
|
41
|
-
/>
|
|
41
|
+
<input class="pf-c-form-control" type="email" id="-email" name="-email" />
|
|
42
42
|
</div>
|
|
43
43
|
</div>
|
|
44
44
|
<div class="pf-c-form__group">
|
|
45
|
-
<div class="pf-c-form__group-label"><label class="pf-c-form__label" for="
|
|
45
|
+
<div class="pf-c-form__group-label"><label class="pf-c-form__label" for="-phone">
|
|
46
46
|
<span class="pf-c-form__label-text">Phone number</span> <span class="pf-c-form__label-required" aria-hidden="true">*</span></label> <span
|
|
47
47
|
class="pf-c-form__group-label-help"
|
|
48
48
|
aria-label="More information for phone number field"
|
|
49
|
-
aria-describedby="
|
|
49
|
+
aria-describedby="-phone"
|
|
50
50
|
role="button"
|
|
51
51
|
type="button"
|
|
52
52
|
tabindex="0"
|
|
@@ -58,8 +58,8 @@ section: components
|
|
|
58
58
|
required
|
|
59
59
|
type="tel"
|
|
60
60
|
placeholder="555-555-5555"
|
|
61
|
-
id="
|
|
62
|
-
name="
|
|
61
|
+
id="-phone"
|
|
62
|
+
name="-phone"
|
|
63
63
|
/>
|
|
64
64
|
</div>
|
|
65
65
|
</div>
|
|
@@ -76,40 +76,31 @@ section: components
|
|
|
76
76
|
<input
|
|
77
77
|
class="pf-c-check__input"
|
|
78
78
|
type="checkbox"
|
|
79
|
-
id="
|
|
80
|
-
name="
|
|
79
|
+
id="-contact-check-1"
|
|
80
|
+
name="-contact-check-1"
|
|
81
81
|
/>
|
|
82
82
|
|
|
83
|
-
<label
|
|
84
|
-
class="pf-c-check__label"
|
|
85
|
-
for="form-demo-basic-contact-check-1"
|
|
86
|
-
>Email</label>
|
|
83
|
+
<label class="pf-c-check__label" for="-contact-check-1">Email</label>
|
|
87
84
|
</div>
|
|
88
85
|
<div class="pf-c-check">
|
|
89
86
|
<input
|
|
90
87
|
class="pf-c-check__input"
|
|
91
88
|
type="checkbox"
|
|
92
|
-
id="
|
|
93
|
-
name="
|
|
89
|
+
id="-contact-check-2"
|
|
90
|
+
name="-contact-check-2"
|
|
94
91
|
/>
|
|
95
92
|
|
|
96
|
-
<label
|
|
97
|
-
class="pf-c-check__label"
|
|
98
|
-
for="form-demo-basic-contact-check-2"
|
|
99
|
-
>Phone</label>
|
|
93
|
+
<label class="pf-c-check__label" for="-contact-check-2">Phone</label>
|
|
100
94
|
</div>
|
|
101
95
|
<div class="pf-c-check">
|
|
102
96
|
<input
|
|
103
97
|
class="pf-c-check__input"
|
|
104
98
|
type="checkbox"
|
|
105
|
-
id="
|
|
106
|
-
name="
|
|
99
|
+
id="-contact-check-3"
|
|
100
|
+
name="-contact-check-3"
|
|
107
101
|
/>
|
|
108
102
|
|
|
109
|
-
<label
|
|
110
|
-
class="pf-c-check__label"
|
|
111
|
-
for="form-demo-basic-contact-check-3"
|
|
112
|
-
>Mail</label>
|
|
103
|
+
<label class="pf-c-check__label" for="-contact-check-3">Mail</label>
|
|
113
104
|
</div>
|
|
114
105
|
</div>
|
|
115
106
|
</div>
|
|
@@ -126,40 +117,31 @@ section: components
|
|
|
126
117
|
<input
|
|
127
118
|
class="pf-c-radio__input"
|
|
128
119
|
type="radio"
|
|
129
|
-
id="
|
|
130
|
-
name="
|
|
120
|
+
id="-time-zone-radio-1"
|
|
121
|
+
name="-time-zone-radio"
|
|
131
122
|
/>
|
|
132
123
|
|
|
133
|
-
<label
|
|
134
|
-
class="pf-c-radio__label"
|
|
135
|
-
for="form-demo-basic-time-zone-radio-1"
|
|
136
|
-
>Eastern</label>
|
|
124
|
+
<label class="pf-c-radio__label" for="-time-zone-radio-1">Eastern</label>
|
|
137
125
|
</div>
|
|
138
126
|
<div class="pf-c-radio">
|
|
139
127
|
<input
|
|
140
128
|
class="pf-c-radio__input"
|
|
141
129
|
type="radio"
|
|
142
|
-
id="
|
|
143
|
-
name="
|
|
130
|
+
id="-time-zone-radio-2"
|
|
131
|
+
name="-time-zone-radio"
|
|
144
132
|
/>
|
|
145
133
|
|
|
146
|
-
<label
|
|
147
|
-
class="pf-c-radio__label"
|
|
148
|
-
for="form-demo-basic-time-zone-radio-2"
|
|
149
|
-
>Central</label>
|
|
134
|
+
<label class="pf-c-radio__label" for="-time-zone-radio-2">Central</label>
|
|
150
135
|
</div>
|
|
151
136
|
<div class="pf-c-radio">
|
|
152
137
|
<input
|
|
153
138
|
class="pf-c-radio__input"
|
|
154
139
|
type="radio"
|
|
155
|
-
id="
|
|
156
|
-
name="
|
|
140
|
+
id="-time-zone-radio-3"
|
|
141
|
+
name="-time-zone-radio"
|
|
157
142
|
/>
|
|
158
143
|
|
|
159
|
-
<label
|
|
160
|
-
class="pf-c-radio__label"
|
|
161
|
-
for="form-demo-basic-time-zone-radio-3"
|
|
162
|
-
>Pacific</label>
|
|
144
|
+
<label class="pf-c-radio__label" for="-time-zone-radio-3">Pacific</label>
|
|
163
145
|
</div>
|
|
164
146
|
</div>
|
|
165
147
|
</div>
|
|
@@ -180,7 +162,7 @@ section: components
|
|
|
180
162
|
```html
|
|
181
163
|
<form class="pf-c-form pf-m-horizontal" novalidate>
|
|
182
164
|
<div class="pf-c-form__group -name">
|
|
183
|
-
<div class="pf-c-form__group-label"><label class="pf-c-form__label" for="form-demo-horizontal">
|
|
165
|
+
<div class="pf-c-form__group-label"><label class="pf-c-form__label" for="form-demo-horizontal-name">
|
|
184
166
|
<span class="pf-c-form__label-text">Full name</span> <span class="pf-c-form__label-required" aria-hidden="true">*</span></label>
|
|
185
167
|
</div>
|
|
186
168
|
<div class="pf-c-form__group-control">
|
|
@@ -188,15 +170,22 @@ section: components
|
|
|
188
170
|
class="pf-c-form-control"
|
|
189
171
|
required
|
|
190
172
|
type="text"
|
|
191
|
-
id="form-demo-horizontal"
|
|
192
|
-
name="form-demo-horizontal"
|
|
193
|
-
aria-describedby="form-demo-horizontal-helper"
|
|
173
|
+
id="form-demo-horizontal-name"
|
|
174
|
+
name="form-demo-horizontal-name"
|
|
175
|
+
aria-describedby="form-demo-horizontal-name-helper"
|
|
194
176
|
/>
|
|
195
|
-
<
|
|
196
|
-
class="pf-c-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
177
|
+
<div class="pf-c-form__helper-text" aria-live="polite">
|
|
178
|
+
<div class="pf-c-helper-text">
|
|
179
|
+
<div
|
|
180
|
+
class="pf-c-helper-text__item"
|
|
181
|
+
id="form-demo-horizontal-name-helper"
|
|
182
|
+
>
|
|
183
|
+
<span
|
|
184
|
+
class="pf-c-helper-text__item-text"
|
|
185
|
+
>Include your middle name if you have one.</span>
|
|
186
|
+
</div>
|
|
187
|
+
</div>
|
|
188
|
+
</div>
|
|
200
189
|
</div>
|
|
201
190
|
</div>
|
|
202
191
|
<div class="pf-c-form__group">
|
|
@@ -229,11 +218,11 @@ section: components
|
|
|
229
218
|
<div
|
|
230
219
|
class="pf-c-form__group"
|
|
231
220
|
role="group"
|
|
232
|
-
aria-labelledby="form-demo-horizontal-contact-legend"
|
|
221
|
+
aria-labelledby="form-demo-horizontalform-demo-horizontal-contact-legend"
|
|
233
222
|
>
|
|
234
223
|
<div
|
|
235
224
|
class="pf-c-form__group-label pf-m-no-padding-top"
|
|
236
|
-
id="form-demo-horizontal-contact-legend"
|
|
225
|
+
id="form-demo-horizontalform-demo-horizontal-contact-legend"
|
|
237
226
|
><span class="pf-c-form__label">
|
|
238
227
|
<span class="pf-c-form__label-text">How can we contact you?</span></span> <span
|
|
239
228
|
class="pf-c-form__group-label-help"
|
|
@@ -317,11 +306,15 @@ section: components
|
|
|
317
306
|
aria-describedby="form-demo-grid-name-helper"
|
|
318
307
|
/>
|
|
319
308
|
|
|
320
|
-
<
|
|
321
|
-
class="pf-c-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
309
|
+
<div class="pf-c-form__helper-text" aria-live="polite">
|
|
310
|
+
<div class="pf-c-helper-text">
|
|
311
|
+
<div class="pf-c-helper-text__item" id="-helper">
|
|
312
|
+
<span
|
|
313
|
+
class="pf-c-helper-text__item-text"
|
|
314
|
+
>Include your middle name if you have one.</span>
|
|
315
|
+
</div>
|
|
316
|
+
</div>
|
|
317
|
+
</div>
|
|
325
318
|
</div>
|
|
326
319
|
</div>
|
|
327
320
|
<div class="pf-c-form__group">
|
|
@@ -569,12 +562,12 @@ section: components
|
|
|
569
562
|
<div class="pf-c-form__group">
|
|
570
563
|
<div class="pf-c-form__group-label"><label
|
|
571
564
|
class="pf-c-form__label"
|
|
572
|
-
for="form-demo-sections-repeatable-fields-rooturl"
|
|
565
|
+
for="form-demo-sections-repeatable-fields-section2-rooturl"
|
|
573
566
|
>
|
|
574
567
|
<span class="pf-c-form__label-text">Root URL</span> <span class="pf-c-form__label-required" aria-hidden="true">*</span></label> <span
|
|
575
568
|
class="pf-c-form__group-label-help"
|
|
576
569
|
aria-label="More information for root URL field"
|
|
577
|
-
aria-describedby="form-demo-sections-repeatable-fields-rooturl"
|
|
570
|
+
aria-describedby="form-demo-sections-repeatable-fields-section2-rooturl"
|
|
578
571
|
role="button"
|
|
579
572
|
type="button"
|
|
580
573
|
tabindex="0"
|
|
@@ -585,20 +578,20 @@ section: components
|
|
|
585
578
|
class="pf-c-form-control"
|
|
586
579
|
required
|
|
587
580
|
type="text"
|
|
588
|
-
id="form-demo-sections-repeatable-fields-rooturl"
|
|
589
|
-
name="form-demo-sections-repeatable-fields-rooturl"
|
|
581
|
+
id="form-demo-sections-repeatable-fields-section2-rooturl"
|
|
582
|
+
name="form-demo-sections-repeatable-fields-section2-rooturl"
|
|
590
583
|
/>
|
|
591
584
|
</div>
|
|
592
585
|
</div>
|
|
593
586
|
<div class="pf-c-form__group">
|
|
594
587
|
<div class="pf-c-form__group-label"><label
|
|
595
588
|
class="pf-c-form__label"
|
|
596
|
-
id="form-demo-sections-repeatable-fields-uris"
|
|
589
|
+
id="form-demo-sections-repeatable-fields-section2-uris"
|
|
597
590
|
>
|
|
598
591
|
<span class="pf-c-form__label-text">Valid redirect URIs</span> <span class="pf-c-form__label-required" aria-hidden="true">*</span></label> <span
|
|
599
592
|
class="pf-c-form__group-label-help"
|
|
600
593
|
aria-label="More information for valid redirect URIs field"
|
|
601
|
-
aria-describedby="form-demo-sections-repeatable-fields-uris"
|
|
594
|
+
aria-describedby="form-demo-sections-repeatable-fields-section2-uris"
|
|
602
595
|
role="button"
|
|
603
596
|
type="button"
|
|
604
597
|
tabindex="0"
|
|
@@ -606,58 +599,67 @@ section: components
|
|
|
606
599
|
</div>
|
|
607
600
|
<div class="pf-c-form__group-control pf-m-stack">
|
|
608
601
|
<div class="pf-c-input-group">
|
|
609
|
-
<input
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
602
|
+
<div class="pf-c-input-group__item pf-m-fill">
|
|
603
|
+
<input
|
|
604
|
+
class="pf-c-form-control"
|
|
605
|
+
required
|
|
606
|
+
type="text"
|
|
607
|
+
id="form-demo-sections-repeatable-fields-section2-uris-input-1"
|
|
608
|
+
name="form-demo-sections-repeatable-fields-section2-uris-input-1"
|
|
609
|
+
aria-labelledby="form-demo-sections-repeatable-fields-section2-uris form-demo-sections-repeatable-fields-section2-uris-input-1"
|
|
610
|
+
/>
|
|
611
|
+
</div>
|
|
612
|
+
<div class="pf-c-input-group__item pf-m-plain">
|
|
613
|
+
<button
|
|
614
|
+
class="pf-c-button pf-m-plain"
|
|
615
|
+
type="button"
|
|
616
|
+
aria-label="Remove"
|
|
617
|
+
>
|
|
618
|
+
<i class="fas fa-minus-circle" aria-hidden="true"></i>
|
|
619
|
+
</button>
|
|
620
|
+
</div>
|
|
625
621
|
</div>
|
|
626
622
|
<div class="pf-c-input-group">
|
|
627
|
-
<input
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
623
|
+
<div class="pf-c-input-group__item pf-m-fill">
|
|
624
|
+
<input
|
|
625
|
+
class="pf-c-form-control"
|
|
626
|
+
required
|
|
627
|
+
type="text"
|
|
628
|
+
id="form-demo-sections-repeatable-fields-section2-uris-input-2"
|
|
629
|
+
name="form-demo-sections-repeatable-fields-section2-uris-input-2"
|
|
630
|
+
aria-labelledby="form-demo-sections-repeatable-fields-section2-uris form-demo-sections-repeatable-fields-section2-uris-input-2"
|
|
631
|
+
/>
|
|
632
|
+
</div>
|
|
633
|
+
<div class="pf-c-input-group__item pf-m-plain">
|
|
634
|
+
<button
|
|
635
|
+
class="pf-c-button pf-m-plain"
|
|
636
|
+
type="button"
|
|
637
|
+
aria-label="Remove"
|
|
638
|
+
>
|
|
639
|
+
<i class="fas fa-minus-circle" aria-hidden="true"></i>
|
|
640
|
+
</button>
|
|
641
|
+
</div>
|
|
643
642
|
</div>
|
|
644
643
|
<div class="pf-c-input-group">
|
|
645
|
-
<input
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
644
|
+
<div class="pf-c-input-group__item pf-m-fill">
|
|
645
|
+
<input
|
|
646
|
+
class="pf-c-form-control"
|
|
647
|
+
required
|
|
648
|
+
type="text"
|
|
649
|
+
id="form-demo-sections-repeatable-fields-section2-uris-input-3"
|
|
650
|
+
name="form-demo-sections-repeatable-fields-section2-uris-input-3"
|
|
651
|
+
aria-labelledby="form-demo-sections-repeatable-fields-section2-uris form-demo-sections-repeatable-fields-section2-uris-input-3"
|
|
652
|
+
/>
|
|
653
|
+
</div>
|
|
654
|
+
<div class="pf-c-input-group__item pf-m-plain">
|
|
655
|
+
<button
|
|
656
|
+
class="pf-c-button pf-m-plain"
|
|
657
|
+
type="button"
|
|
658
|
+
aria-label="Remove"
|
|
659
|
+
>
|
|
660
|
+
<i class="fas fa-minus-circle" aria-hidden="true"></i>
|
|
661
|
+
</button>
|
|
662
|
+
</div>
|
|
661
663
|
</div>
|
|
662
664
|
<button class="pf-c-button pf-m-link pf-m-inline" type="button">
|
|
663
665
|
<span class="pf-c-button__icon pf-m-start">
|
|
@@ -670,12 +672,12 @@ section: components
|
|
|
670
672
|
<div class="pf-c-form__group">
|
|
671
673
|
<div class="pf-c-form__group-label"><label
|
|
672
674
|
class="pf-c-form__label"
|
|
673
|
-
for="form-demo-sections-repeatable-fields-home-url"
|
|
675
|
+
for="form-demo-sections-repeatable-fields-section2-home-url"
|
|
674
676
|
>
|
|
675
677
|
<span class="pf-c-form__label-text">Home URL</span> <span class="pf-c-form__label-required" aria-hidden="true">*</span></label> <span
|
|
676
678
|
class="pf-c-form__group-label-help"
|
|
677
679
|
aria-label="More information for home URL field"
|
|
678
|
-
aria-describedby="form-demo-sections-repeatable-fields-home-url"
|
|
680
|
+
aria-describedby="form-demo-sections-repeatable-fields-section2-home-url"
|
|
679
681
|
role="button"
|
|
680
682
|
type="button"
|
|
681
683
|
tabindex="0"
|
|
@@ -686,8 +688,8 @@ section: components
|
|
|
686
688
|
class="pf-c-form-control"
|
|
687
689
|
required
|
|
688
690
|
type="text"
|
|
689
|
-
id="form-demo-sections-repeatable-fields-home-url"
|
|
690
|
-
name="form-demo-sections-repeatable-fields-home-url"
|
|
691
|
+
id="form-demo-sections-repeatable-fields-section2-home-url"
|
|
692
|
+
name="form-demo-sections-repeatable-fields-section2-home-url"
|
|
691
693
|
/>
|
|
692
694
|
</div>
|
|
693
695
|
</div>
|
|
@@ -703,12 +705,12 @@ section: components
|
|
|
703
705
|
<div class="pf-c-form__group">
|
|
704
706
|
<div class="pf-c-form__group-label"><label
|
|
705
707
|
class="pf-c-form__label"
|
|
706
|
-
for="form-demo-sections-complex-
|
|
708
|
+
for="form-demo-sections-complex-form-name"
|
|
707
709
|
>
|
|
708
710
|
<span class="pf-c-form__label-text">Name</span> <span class="pf-c-form__label-required" aria-hidden="true">*</span></label> <span
|
|
709
711
|
class="pf-c-form__group-label-help"
|
|
710
712
|
aria-label="More information for name field"
|
|
711
|
-
aria-describedby="form-demo-sections-complex-
|
|
713
|
+
aria-describedby="form-demo-sections-complex-form-name"
|
|
712
714
|
role="button"
|
|
713
715
|
type="button"
|
|
714
716
|
tabindex="0"
|
|
@@ -718,8 +720,8 @@ section: components
|
|
|
718
720
|
<input
|
|
719
721
|
class="pf-c-form-control"
|
|
720
722
|
type="text"
|
|
721
|
-
id="form-demo-sections-complex-
|
|
722
|
-
name="form-demo-sections-complex-
|
|
723
|
+
id="form-demo-sections-complex-form-name"
|
|
724
|
+
name="form-demo-sections-complex-form-name"
|
|
723
725
|
required
|
|
724
726
|
/>
|
|
725
727
|
</div>
|
|
@@ -728,12 +730,12 @@ section: components
|
|
|
728
730
|
<div class="pf-c-form__group">
|
|
729
731
|
<div class="pf-c-form__group-label"><label
|
|
730
732
|
class="pf-c-form__label"
|
|
731
|
-
for="form-demo-sections-complex-
|
|
733
|
+
for="form-demo-sections-complex-form-labels"
|
|
732
734
|
>
|
|
733
735
|
<span class="pf-c-form__label-text">Labels</span></label> <span
|
|
734
736
|
class="pf-c-form__group-label-help"
|
|
735
737
|
aria-label="More information for labels field"
|
|
736
|
-
aria-describedby="form-demo-sections-complex-
|
|
738
|
+
aria-describedby="form-demo-sections-complex-form-labels"
|
|
737
739
|
role="button"
|
|
738
740
|
type="button"
|
|
739
741
|
tabindex="0"
|
|
@@ -742,7 +744,7 @@ section: components
|
|
|
742
744
|
<div class="pf-c-form__group-control">
|
|
743
745
|
<div
|
|
744
746
|
class="pf-c-text-input-group"
|
|
745
|
-
id="form-demo-sections-complex-
|
|
747
|
+
id="form-demo-sections-complex-form-labels"
|
|
746
748
|
>
|
|
747
749
|
<div class="pf-c-text-input-group__main">
|
|
748
750
|
<div class="pf-c-label-group">
|
|
@@ -758,41 +760,47 @@ section: components
|
|
|
758
760
|
<span class="pf-c-label__icon">
|
|
759
761
|
<i class="fas fa-fw fa-info-circle" aria-hidden="true"></i>
|
|
760
762
|
</span>
|
|
761
|
-
prometheus=k8s
|
|
763
|
+
<span class="pf-c-label__text">prometheus=k8s</span>
|
|
764
|
+
</span>
|
|
765
|
+
<span class="pf-c-label__actions">
|
|
766
|
+
<button
|
|
767
|
+
class="pf-c-button pf-m-plain"
|
|
768
|
+
type="button"
|
|
769
|
+
id="-label-1-button"
|
|
770
|
+
aria-label="Remove"
|
|
771
|
+
aria-labelledby="-label-1-button -label-1-text"
|
|
772
|
+
>
|
|
773
|
+
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
774
|
+
</button>
|
|
762
775
|
</span>
|
|
763
|
-
<button
|
|
764
|
-
class="pf-c-button pf-m-plain"
|
|
765
|
-
type="button"
|
|
766
|
-
id="-label-1-button"
|
|
767
|
-
aria-label="Remove"
|
|
768
|
-
aria-labelledby="-label-1-button -label-1-text"
|
|
769
|
-
>
|
|
770
|
-
<i class="fas fa-times" aria-hidden="true"></i>
|
|
771
|
-
</button>
|
|
772
776
|
</span>
|
|
773
777
|
</li>
|
|
774
778
|
<li class="pf-c-label-group__list-item">
|
|
775
|
-
<span class="pf-c-label
|
|
779
|
+
<span class="pf-c-label">
|
|
776
780
|
<span class="pf-c-label__content">
|
|
777
781
|
<span class="pf-c-label__icon">
|
|
778
782
|
<i class="fas fa-fw fa-info-circle" aria-hidden="true"></i>
|
|
779
783
|
</span>
|
|
780
|
-
new
|
|
784
|
+
<span class="pf-c-label__text">new</span>
|
|
785
|
+
</span>
|
|
786
|
+
<span class="pf-c-label__actions">
|
|
787
|
+
<button
|
|
788
|
+
class="pf-c-button pf-m-plain"
|
|
789
|
+
type="button"
|
|
790
|
+
id="-label-2-button"
|
|
791
|
+
aria-label="Remove"
|
|
792
|
+
aria-labelledby="-label-2-button -label-2-text"
|
|
793
|
+
>
|
|
794
|
+
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
795
|
+
</button>
|
|
781
796
|
</span>
|
|
782
|
-
<button
|
|
783
|
-
class="pf-c-button pf-m-plain"
|
|
784
|
-
type="button"
|
|
785
|
-
id="-label-2-button"
|
|
786
|
-
aria-label="Remove"
|
|
787
|
-
aria-labelledby="-label-2-button -label-2-text"
|
|
788
|
-
>
|
|
789
|
-
<i class="fas fa-times" aria-hidden="true"></i>
|
|
790
|
-
</button>
|
|
791
797
|
</span>
|
|
792
798
|
</li>
|
|
793
799
|
<li class="pf-c-label-group__list-item">
|
|
794
800
|
<button class="pf-c-label pf-m-add" type="button">
|
|
795
|
-
<span class="pf-c-label__content">
|
|
801
|
+
<span class="pf-c-label__content">
|
|
802
|
+
<span class="pf-c-label__text">Add Label</span>
|
|
803
|
+
</span>
|
|
796
804
|
</button>
|
|
797
805
|
</li>
|
|
798
806
|
</ul>
|
|
@@ -1032,7 +1040,7 @@ section: components
|
|
|
1032
1040
|
<div class="pf-c-form__group">
|
|
1033
1041
|
<div class="pf-c-form__group-label"><label
|
|
1034
1042
|
class="pf-c-form__label"
|
|
1035
|
-
id="
|
|
1043
|
+
id="-node-selector-terms-title"
|
|
1036
1044
|
>
|
|
1037
1045
|
<span class="pf-c-form__label-text">Node selector terms</span> <span
|
|
1038
1046
|
class="pf-c-form__label-required"
|
|
@@ -1041,22 +1049,25 @@ section: components
|
|
|
1041
1049
|
</div>
|
|
1042
1050
|
<div class="pf-c-form__group-control pf-m-stack">
|
|
1043
1051
|
<div class="pf-c-input-group">
|
|
1044
|
-
<input
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
1052
|
+
<div class="pf-c-input-group__item pf-m-fill">
|
|
1053
|
+
<input
|
|
1054
|
+
class="pf-c-form-control"
|
|
1055
|
+
required
|
|
1056
|
+
type="text"
|
|
1057
|
+
id="-node-selector-terms-input-1"
|
|
1058
|
+
name="-node-selector-terms-input-1"
|
|
1059
|
+
aria-labelledby="-node-selector-terms -node-selector-terms-title"
|
|
1060
|
+
/>
|
|
1061
|
+
</div>
|
|
1062
|
+
<div class="pf-c-input-group__item pf-m-plain">
|
|
1063
|
+
<button
|
|
1064
|
+
class="pf-c-button pf-m-plain"
|
|
1065
|
+
type="button"
|
|
1066
|
+
aria-label="Remove"
|
|
1067
|
+
>
|
|
1068
|
+
<i class="fas fa-minus-circle" aria-hidden="true"></i>
|
|
1069
|
+
</button>
|
|
1070
|
+
</div>
|
|
1060
1071
|
</div>
|
|
1061
1072
|
<button
|
|
1062
1073
|
class="pf-c-button pf-m-link pf-m-inline"
|
|
@@ -1155,22 +1166,21 @@ section: components
|
|
|
1155
1166
|
<input
|
|
1156
1167
|
class="pf-c-check__input"
|
|
1157
1168
|
type="checkbox"
|
|
1158
|
-
id="form-demo-sections-complex-
|
|
1159
|
-
name="form-demo-sections-complex-
|
|
1169
|
+
id="form-demo-sections-complex-form-routing-create-route-create-route"
|
|
1170
|
+
name="form-demo-sections-complex-form-routing-create-route-create-route"
|
|
1160
1171
|
/>
|
|
1161
1172
|
|
|
1162
1173
|
<label
|
|
1163
1174
|
class="pf-c-check__label"
|
|
1164
|
-
for="form-demo-sections-complex-
|
|
1175
|
+
for="form-demo-sections-complex-form-routing-create-route-create-route"
|
|
1165
1176
|
>Create a route to the application</label>
|
|
1166
1177
|
</div>
|
|
1167
|
-
<div
|
|
1168
|
-
class="pf-c-form__helper-text"
|
|
1169
|
-
id="form-demo-sections-complex-formform-demo-sections-complex-form-routing-create-route-legend"
|
|
1170
|
-
aria-live="polite"
|
|
1171
|
-
>
|
|
1178
|
+
<div class="pf-c-form__helper-text" aria-live="polite">
|
|
1172
1179
|
<div class="pf-c-helper-text">
|
|
1173
|
-
<div
|
|
1180
|
+
<div
|
|
1181
|
+
class="pf-c-helper-text__item"
|
|
1182
|
+
id="form-demo-sections-complex-form-routing-create-route-helper"
|
|
1183
|
+
>
|
|
1174
1184
|
<span
|
|
1175
1185
|
class="pf-c-helper-text__item-text"
|
|
1176
1186
|
>Exposes your appplication at a public URL.</span>
|
|
@@ -1182,7 +1192,7 @@ section: components
|
|
|
1182
1192
|
<div class="pf-c-form__group">
|
|
1183
1193
|
<div class="pf-c-form__group-label"><label
|
|
1184
1194
|
class="pf-c-form__label"
|
|
1185
|
-
for="form-demo-sections-complex-
|
|
1195
|
+
for="form-demo-sections-complex-form-routing-hostname"
|
|
1186
1196
|
>
|
|
1187
1197
|
<span class="pf-c-form__label-text">Hostname</span></label>
|
|
1188
1198
|
</div>
|
|
@@ -1190,17 +1200,16 @@ section: components
|
|
|
1190
1200
|
<input
|
|
1191
1201
|
class="pf-c-form-control"
|
|
1192
1202
|
type="text"
|
|
1193
|
-
id="form-demo-sections-complex-
|
|
1194
|
-
name="form-demo-sections-complex-
|
|
1203
|
+
id="form-demo-sections-complex-form-routing-hostname"
|
|
1204
|
+
name="form-demo-sections-complex-form-routing-hostname"
|
|
1195
1205
|
/>
|
|
1196
1206
|
|
|
1197
|
-
<div
|
|
1198
|
-
class="pf-c-form__helper-text"
|
|
1199
|
-
id="form-demo-sections-complex-formform-demo-sections-complex-form-routing-hostname-helper"
|
|
1200
|
-
aria-live="polite"
|
|
1201
|
-
>
|
|
1207
|
+
<div class="pf-c-form__helper-text" aria-live="polite">
|
|
1202
1208
|
<div class="pf-c-helper-text">
|
|
1203
|
-
<div
|
|
1209
|
+
<div
|
|
1210
|
+
class="pf-c-helper-text__item"
|
|
1211
|
+
id="form-demo-sections-complex-form-routing-hostname-helper"
|
|
1212
|
+
>
|
|
1204
1213
|
<span
|
|
1205
1214
|
class="pf-c-helper-text__item-text"
|
|
1206
1215
|
>Public hostname for the route. If not specified, a hostname is generated.</span>
|
|
@@ -1212,7 +1221,7 @@ section: components
|
|
|
1212
1221
|
<div class="pf-c-form__group">
|
|
1213
1222
|
<div class="pf-c-form__group-label"><label
|
|
1214
1223
|
class="pf-c-form__label"
|
|
1215
|
-
for="form-demo-sections-complex-
|
|
1224
|
+
for="form-demo-sections-complex-form-routing-path"
|
|
1216
1225
|
>
|
|
1217
1226
|
<span class="pf-c-form__label-text">Path</span></label>
|
|
1218
1227
|
</div>
|
|
@@ -1221,18 +1230,17 @@ section: components
|
|
|
1221
1230
|
class="pf-c-form-control"
|
|
1222
1231
|
type="text"
|
|
1223
1232
|
placeholder="/"
|
|
1224
|
-
id="form-demo-sections-complex-
|
|
1225
|
-
name="form-demo-sections-complex-
|
|
1233
|
+
id="form-demo-sections-complex-form-routing-path"
|
|
1234
|
+
name="form-demo-sections-complex-form-routing-path"
|
|
1226
1235
|
required
|
|
1227
1236
|
/>
|
|
1228
1237
|
|
|
1229
|
-
<div
|
|
1230
|
-
class="pf-c-form__helper-text"
|
|
1231
|
-
id="form-demo-sections-complex-formform-demo-sections-complex-form-routing-path-helper"
|
|
1232
|
-
aria-live="polite"
|
|
1233
|
-
>
|
|
1238
|
+
<div class="pf-c-form__helper-text" aria-live="polite">
|
|
1234
1239
|
<div class="pf-c-helper-text">
|
|
1235
|
-
<div
|
|
1240
|
+
<div
|
|
1241
|
+
class="pf-c-helper-text__item"
|
|
1242
|
+
id="form-demo-sections-complex-form-routing-path-helper"
|
|
1243
|
+
>
|
|
1236
1244
|
<span
|
|
1237
1245
|
class="pf-c-helper-text__item-text"
|
|
1238
1246
|
>Path that the router watches to route traffic to the service.</span>
|
|
@@ -1251,7 +1259,7 @@ section: components
|
|
|
1251
1259
|
id="form-demo-sections-complex-formform-demo-sections-complex-form-routing-security-legend"
|
|
1252
1260
|
><span
|
|
1253
1261
|
class="pf-c-form__label"
|
|
1254
|
-
for="form-demo-sections-complex-
|
|
1262
|
+
for="form-demo-sections-complex-form-routing-security"
|
|
1255
1263
|
>
|
|
1256
1264
|
<span class="pf-c-form__label-text">Security</span></span>
|
|
1257
1265
|
</div>
|
|
@@ -1260,22 +1268,21 @@ section: components
|
|
|
1260
1268
|
<input
|
|
1261
1269
|
class="pf-c-check__input"
|
|
1262
1270
|
type="checkbox"
|
|
1263
|
-
id="form-demo-sections-complex-
|
|
1264
|
-
name="form-demo-sections-complex-
|
|
1271
|
+
id="form-demo-sections-complex-form-routing-security-check-1"
|
|
1272
|
+
name="form-demo-sections-complex-form-routing-security-check-1"
|
|
1265
1273
|
/>
|
|
1266
1274
|
|
|
1267
1275
|
<label
|
|
1268
1276
|
class="pf-c-check__label"
|
|
1269
|
-
for="form-demo-sections-complex-
|
|
1277
|
+
for="form-demo-sections-complex-form-routing-security-check-1"
|
|
1270
1278
|
>Secure Route</label>
|
|
1271
1279
|
</div>
|
|
1272
|
-
<div
|
|
1273
|
-
class="pf-c-form__helper-text"
|
|
1274
|
-
id="form-demo-sections-complex-formform-demo-sections-complex-form-routing-security-helper"
|
|
1275
|
-
aria-live="polite"
|
|
1276
|
-
>
|
|
1280
|
+
<div class="pf-c-form__helper-text" aria-live="polite">
|
|
1277
1281
|
<div class="pf-c-helper-text">
|
|
1278
|
-
<div
|
|
1282
|
+
<div
|
|
1283
|
+
class="pf-c-helper-text__item"
|
|
1284
|
+
id="form-demo-sections-complex-form-routing-security-helper"
|
|
1285
|
+
>
|
|
1279
1286
|
<span
|
|
1280
1287
|
class="pf-c-helper-text__item-text"
|
|
1281
1288
|
>Routes can be secured using several TLS termination types for serving certificates.</span>
|