@patternfly/patternfly 5.0.0-alpha.4 → 5.0.0-alpha.41

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.
Files changed (342) hide show
  1. package/README.md +4 -4
  2. package/RELEASE-NOTES.md +18 -1
  3. package/assets/icons/iconUnicodes.json +1 -0
  4. package/assets/images/pfbg-icon.svg +1 -0
  5. package/assets/pficon/pficon.scss +7 -2
  6. package/assets/pficon/pficon.woff2 +0 -0
  7. package/base/_base.scss +0 -18
  8. package/base/_chart-globals.scss +0 -4
  9. package/base/_common.scss +0 -22
  10. package/base/_fa-icons.scss +1 -2
  11. package/base/_fonts.scss +22 -27
  12. package/base/_globals.scss +92 -86
  13. package/base/_icons.scss +1 -28
  14. package/base/_svg-icons.scss +6 -0
  15. package/base/_variables.scss +4 -4
  16. package/base/patternfly-common.css +0 -10
  17. package/base/patternfly-fa-icons.css +1 -1
  18. package/base/patternfly-fonts.css +17 -17
  19. package/base/patternfly-globals.css +35 -41
  20. package/base/patternfly-icons.css +8 -22
  21. package/base/patternfly-pf-icons.css +6 -2
  22. package/base/patternfly-themes.css +0 -42
  23. package/base/patternfly-variables.css +3 -3
  24. package/base/themes/dark/_globals.scss +1 -1
  25. package/base/themes/dark/_variables.scss +1 -1
  26. package/components/AboutModalBox/about-modal-box.css +20 -50
  27. package/components/AboutModalBox/about-modal-box.scss +22 -14
  28. package/components/Accordion/accordion.css +2 -0
  29. package/components/Accordion/accordion.scss +2 -0
  30. package/components/Alert/alert.css +17 -8
  31. package/components/Alert/alert.scss +21 -7
  32. package/components/Alert/themes/dark/alert.scss +1 -1
  33. package/components/AppLauncher/app-launcher.css +2 -0
  34. package/components/AppLauncher/app-launcher.scss +2 -0
  35. package/components/Avatar/avatar.scss +2 -2
  36. package/components/BackgroundImage/background-image.css +8 -35
  37. package/components/BackgroundImage/background-image.scss +17 -43
  38. package/components/Banner/banner.css +14 -52
  39. package/components/Banner/banner.scss +9 -13
  40. package/components/Breadcrumb/breadcrumb.css +2 -0
  41. package/components/Breadcrumb/breadcrumb.scss +2 -0
  42. package/components/CalendarMonth/calendar-month.css +2 -2
  43. package/components/CalendarMonth/calendar-month.scss +3 -3
  44. package/components/Card/card.css +115 -50
  45. package/components/Card/card.scss +164 -63
  46. package/components/Chip/chip.css +33 -24
  47. package/components/Chip/chip.scss +40 -31
  48. package/components/ChipGroup/chip-group.css +27 -17
  49. package/components/ChipGroup/chip-group.scss +36 -22
  50. package/components/Content/content.css +11 -5
  51. package/components/Content/content.scss +17 -9
  52. package/components/ContextSelector/context-selector.css +13 -6
  53. package/components/ContextSelector/context-selector.scss +14 -7
  54. package/components/DataList/data-list-grid.css +7 -7
  55. package/components/DataList/data-list-grid.scss +1 -1
  56. package/components/DataList/data-list.css +46 -40
  57. package/components/DataList/data-list.scss +37 -28
  58. package/components/DatePicker/date-picker.css +0 -8
  59. package/components/DatePicker/date-picker.scss +0 -9
  60. package/components/DescriptionList/description-list.css +7 -7
  61. package/components/DescriptionList/description-list.scss +7 -7
  62. package/components/Divider/divider.css +2 -2
  63. package/components/Divider/divider.scss +3 -3
  64. package/components/Drawer/drawer.css +15 -16
  65. package/components/Drawer/drawer.scss +2 -3
  66. package/components/Dropdown/dropdown.css +26 -25
  67. package/components/Dropdown/dropdown.scss +17 -18
  68. package/components/DualListSelector/dual-list-selector.css +1 -1
  69. package/components/DualListSelector/dual-list-selector.scss +1 -1
  70. package/components/EmptyState/empty-state.css +46 -52
  71. package/components/EmptyState/empty-state.scss +58 -57
  72. package/components/ExpandableSection/expandable-section.css +2 -0
  73. package/components/ExpandableSection/expandable-section.scss +2 -0
  74. package/components/Form/form.css +14 -12
  75. package/components/Form/form.scss +9 -7
  76. package/components/FormControl/form-control.css +2 -5
  77. package/components/FormControl/themes/dark/form-control.scss +2 -6
  78. package/components/HelperText/helper-text.css +4 -0
  79. package/components/HelperText/helper-text.scss +5 -0
  80. package/components/Hint/hint.css +2 -2
  81. package/components/Hint/hint.scss +2 -2
  82. package/components/Icon/icon.css +3 -3
  83. package/components/Icon/icon.scss +3 -3
  84. package/components/InputGroup/input-group.css +61 -85
  85. package/components/InputGroup/input-group.scss +55 -61
  86. package/components/InputGroup/themes/dark/input-group.scss +11 -25
  87. package/components/Label/label.css +49 -36
  88. package/components/Label/label.scss +53 -38
  89. package/components/Label/themes/dark/label.scss +2 -2
  90. package/components/LabelGroup/label-group.css +26 -22
  91. package/components/LabelGroup/label-group.scss +31 -26
  92. package/components/LogViewer/log-viewer.css +0 -38
  93. package/components/Login/login.css +20 -60
  94. package/components/Login/login.scss +16 -18
  95. package/components/Login/themes/dark/login.scss +4 -0
  96. package/components/Masthead/masthead.css +4 -42
  97. package/components/Masthead/masthead.scss +4 -4
  98. package/components/Menu/menu.css +9 -6
  99. package/components/Menu/menu.scss +34 -31
  100. package/components/MenuToggle/menu-toggle.css +3 -1
  101. package/components/MenuToggle/menu-toggle.scss +3 -1
  102. package/components/ModalBox/modal-box.css +12 -11
  103. package/components/ModalBox/modal-box.scss +14 -14
  104. package/components/MultipleFileUpload/multiple-file-upload.css +6 -6
  105. package/components/MultipleFileUpload/multiple-file-upload.scss +6 -6
  106. package/components/Nav/nav.css +1 -1
  107. package/components/Nav/nav.scss +2 -2
  108. package/components/NotificationDrawer/notification-drawer.css +8 -8
  109. package/components/NotificationDrawer/notification-drawer.scss +8 -8
  110. package/components/OptionsMenu/options-menu.css +8 -10
  111. package/components/OptionsMenu/options-menu.scss +9 -11
  112. package/components/Page/page.css +101 -122
  113. package/components/Page/page.scss +49 -21
  114. package/components/Pagination/pagination.css +2 -110
  115. package/components/Pagination/pagination.scss +0 -6
  116. package/components/Popover/popover.css +31 -37
  117. package/components/Popover/popover.scss +32 -37
  118. package/components/Popover/themes/dark/popover.scss +3 -9
  119. package/components/Progress/progress.css +13 -10
  120. package/components/Progress/progress.scss +13 -10
  121. package/components/ProgressStepper/progress-stepper.css +5 -5
  122. package/components/ProgressStepper/progress-stepper.scss +5 -5
  123. package/components/SearchInput/search-input.css +4 -2
  124. package/components/SearchInput/search-input.scss +4 -2
  125. package/components/Select/select.css +1 -1
  126. package/components/Select/select.scss +1 -1
  127. package/components/Sidebar/sidebar.css +69 -26
  128. package/components/Sidebar/sidebar.scss +84 -27
  129. package/components/SimpleList/simple-list.css +1 -1
  130. package/components/SimpleList/simple-list.scss +2 -2
  131. package/components/Spinner/spinner.css +4 -133
  132. package/components/Spinner/spinner.scss +4 -173
  133. package/components/Table/table-grid.css +28 -28
  134. package/components/Table/table-scrollable.css +31 -26
  135. package/components/Table/table-scrollable.scss +33 -28
  136. package/components/Table/table-tree-view.css +14 -4
  137. package/components/Table/table-tree-view.scss +15 -0
  138. package/components/Table/table.css +67 -65
  139. package/components/Table/table.scss +65 -62
  140. package/components/Tabs/tabs.css +0 -4
  141. package/components/Tabs/tabs.scss +0 -7
  142. package/components/TextInputGroup/text-input-group.css +6 -4
  143. package/components/TextInputGroup/text-input-group.scss +6 -5
  144. package/components/Tile/tile.css +1 -1
  145. package/components/Tile/tile.scss +1 -1
  146. package/components/Timestamp/timestamp.css +3 -3
  147. package/components/Timestamp/timestamp.scss +3 -3
  148. package/components/Toolbar/toolbar.css +78 -43
  149. package/components/Toolbar/toolbar.scss +50 -10
  150. package/components/Tooltip/themes/dark/tooltip.scss +1 -11
  151. package/components/Tooltip/tooltip.css +7 -12
  152. package/components/Tooltip/tooltip.scss +6 -3
  153. package/components/TreeView/tree-view.css +7 -15
  154. package/components/TreeView/tree-view.scss +7 -18
  155. package/components/Wizard/wizard.css +16 -39
  156. package/components/Wizard/wizard.scss +20 -2
  157. package/docs/components/AboutModalBox/examples/AboutModalBox.md +20 -14
  158. package/docs/components/Accordion/examples/Accordion.md +12 -12
  159. package/docs/components/ActionList/examples/ActionList.md +6 -6
  160. package/docs/components/Alert/examples/Alert.md +29 -29
  161. package/docs/components/AlertGroup/examples/AlertGroup.md +15 -15
  162. package/docs/components/AppLauncher/examples/application-launcher.md +52 -46
  163. package/docs/components/Avatar/examples/Avatar.md +11 -11
  164. package/docs/components/BackToTop/examples/BackToTop.md +4 -4
  165. package/docs/components/Backdrop/examples/Backdrop.md +4 -4
  166. package/docs/components/BackgroundImage/examples/BackgroundImage.md +13 -29
  167. package/docs/components/Badge/examples/Badge.md +5 -5
  168. package/docs/components/Banner/examples/Banner.md +8 -8
  169. package/docs/components/Brand/examples/Brand.md +9 -9
  170. package/docs/components/Breadcrumb/examples/Breadcrumb.md +20 -20
  171. package/docs/components/Button/examples/Button.md +51 -55
  172. package/docs/components/CalendarMonth/examples/CalendarMonth.md +301 -284
  173. package/docs/components/Card/examples/Card.md +676 -116
  174. package/docs/components/Check/examples/Check.md +16 -19
  175. package/docs/components/Chip/examples/Chip.md +70 -52
  176. package/docs/components/ChipGroup/examples/ChipGroup.md +452 -673
  177. package/docs/components/ClipboardCopy/examples/ClipboardCopy.md +22 -22
  178. package/docs/components/CodeBlock/examples/CodeBlock.md +9 -9
  179. package/docs/components/CodeEditor/examples/CodeEditor.md +54 -35
  180. package/docs/components/Content/examples/Content.md +37 -9
  181. package/docs/components/ContextSelector/examples/context-selector.css +5 -1
  182. package/docs/components/ContextSelector/examples/context-selector.md +87 -80
  183. package/docs/components/DataList/examples/DataList.md +239 -202
  184. package/docs/components/DatePicker/examples/DatePicker.md +139 -104
  185. package/docs/components/DescriptionList/examples/DescriptionList.md +24 -24
  186. package/docs/components/Divider/examples/Divider.md +10 -10
  187. package/docs/components/DragDrop/examples/DragDrop.md +5 -5
  188. package/docs/components/Drawer/examples/Drawer.md +43 -43
  189. package/docs/components/Dropdown/examples/Dropdown.css +5 -2
  190. package/docs/components/Dropdown/examples/Dropdown.md +125 -100
  191. package/docs/components/DualListSelector/examples/DualListSelector.md +201 -197
  192. package/docs/components/EmptyState/examples/EmptyState.md +130 -82
  193. package/docs/components/ExpandableSection/examples/ExpandableSection.md +23 -23
  194. package/docs/components/FileUpload/examples/FileUpload.md +150 -110
  195. package/docs/components/Form/examples/Form.md +152 -130
  196. package/docs/components/FormControl/examples/FormControl.md +21 -20
  197. package/docs/components/HelperText/examples/HelperText.md +24 -35
  198. package/docs/components/Hint/examples/Hint.md +7 -7
  199. package/docs/components/Icon/examples/Icon.md +11 -12
  200. package/docs/components/InlineEdit/examples/InlineEdit.md +29 -27
  201. package/docs/components/InputGroup/examples/InputGroup.md +229 -179
  202. package/docs/components/JumpLinks/examples/JumpLinks.md +35 -35
  203. package/docs/components/Label/examples/Label.md +1427 -746
  204. package/docs/components/LabelGroup/examples/LabelGroup.md +295 -242
  205. package/docs/components/List/examples/List.md +18 -18
  206. package/docs/components/LogViewer/examples/LogViewer.md +79 -74
  207. package/docs/components/Login/examples/Login.md +103 -181
  208. package/docs/components/Masthead/examples/masthead.md +9 -9
  209. package/docs/components/Menu/examples/Menu.md +93 -85
  210. package/docs/components/MenuToggle/examples/MenuToggle.md +29 -28
  211. package/docs/components/ModalBox/examples/ModalBox.md +113 -92
  212. package/docs/components/MultipleFileUpload/examples/MultipleFileUpload.md +27 -26
  213. package/docs/components/Nav/examples/Navigation.md +69 -69
  214. package/docs/components/NotificationBadge/examples/NotificationBadge.md +8 -8
  215. package/docs/components/NotificationDrawer/examples/NotificationDrawer.md +64 -64
  216. package/docs/components/NumberInput/examples/NumberInput.md +311 -239
  217. package/docs/components/OptionsMenu/examples/options-menu.md +28 -28
  218. package/docs/components/OverflowMenu/examples/overflow-menu.md +25 -25
  219. package/docs/components/Page/examples/Page.css +7 -1
  220. package/docs/components/Page/examples/Page.md +81 -54
  221. package/docs/components/Pagination/examples/Pagination.md +27 -27
  222. package/docs/components/Panel/examples/Panel.md +10 -10
  223. package/docs/components/Popover/examples/Popover.md +206 -149
  224. package/docs/components/Progress/examples/Progress.md +32 -61
  225. package/docs/components/ProgressStepper/examples/ProgressStepper.md +45 -39
  226. package/docs/components/Radio/examples/Radio.md +12 -11
  227. package/docs/components/SearchInput/examples/SearchInput.md +185 -148
  228. package/docs/components/Select/examples/Select.md +372 -318
  229. package/docs/components/Sidebar/examples/Sidebar.md +70 -14
  230. package/docs/components/SimpleList/examples/SimpleList.md +15 -15
  231. package/docs/components/Skeleton/examples/Skeleton.md +8 -8
  232. package/docs/components/SkipToContent/examples/SkipToContent.md +5 -5
  233. package/docs/components/Slider/examples/Slider.md +84 -62
  234. package/docs/components/Spinner/examples/Spinner.md +18 -67
  235. package/docs/components/Switch/examples/Switch.md +19 -19
  236. package/docs/components/TabContent/examples/TabContent.md +13 -13
  237. package/docs/components/Table/examples/Table.css +4 -0
  238. package/docs/components/Table/examples/Table.md +5212 -5750
  239. package/docs/components/Tabs/examples/Tabs.md +155 -155
  240. package/docs/components/TextInputGroup/examples/TextInputGroup.md +523 -406
  241. package/docs/components/Tile/examples/Tile.md +16 -17
  242. package/docs/components/Timestamp/examples/Timestamp.md +5 -5
  243. package/docs/components/Title/examples/Title.md +17 -17
  244. package/docs/components/ToggleGroup/examples/toggle-group.md +13 -13
  245. package/docs/components/Toolbar/examples/Toolbar.md +848 -726
  246. package/docs/components/Tooltip/examples/Tooltip.md +10 -10
  247. package/docs/components/TreeView/examples/TreeView.md +34 -34
  248. package/docs/components/Truncate/examples/Truncate.md +4 -5
  249. package/docs/components/Wizard/examples/Wizard.md +119 -127
  250. package/docs/demos/AboutModal/examples/AboutModal.md +4 -5
  251. package/docs/demos/Alert/examples/Alert.md +118 -71
  252. package/docs/demos/BackToTop/examples/BackToTop.md +4 -4
  253. package/docs/demos/Banner/examples/Banner.md +8 -9
  254. package/docs/demos/Button/examples/Button.md +10 -5
  255. package/docs/demos/Card/examples/Card.md +246 -168
  256. package/docs/demos/CardView/examples/CardView.md +57 -30
  257. package/docs/demos/ContextSelector/examples/ContextSelector.md +18 -18
  258. package/docs/demos/Dashboard/examples/Dashboard.md +61 -38
  259. package/docs/demos/DataList/examples/DataList.md +312 -255
  260. package/docs/demos/DescriptionList/examples/DescriptionList.md +33 -22
  261. package/docs/demos/Drawer/examples/Drawer.md +24 -22
  262. package/docs/demos/Form/examples/BasicForms.md +220 -213
  263. package/docs/demos/HelperText/examples/HelperText.md +16 -14
  264. package/docs/demos/JumpLinks/examples/JumpLinks.md +28 -28
  265. package/docs/demos/Masthead/examples/Masthead.md +302 -284
  266. package/docs/demos/Modal/examples/Modal.md +54 -66
  267. package/docs/demos/Nav/examples/Nav.md +47 -47
  268. package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +70 -58
  269. package/docs/demos/Page/examples/Page.md +982 -51
  270. package/docs/demos/PasswordGenerator/examples/PasswordGenerator.md +22 -18
  271. package/docs/demos/PasswordStrength/examples/PasswordStrength.md +121 -106
  272. package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +345 -311
  273. package/docs/demos/Skeleton/examples/Skeleton.md +4 -4
  274. package/docs/demos/Table/examples/Table.md +3373 -1333
  275. package/docs/demos/Tabs/examples/Tabs.md +141 -90
  276. package/docs/demos/Toolbar/examples/Toolbar.md +1994 -329
  277. package/docs/demos/Wizard/examples/Wizard.md +289 -266
  278. package/docs/layouts/Bullseye/examples/Bullseye.md +4 -4
  279. package/docs/layouts/Flex/examples/Flex.md +98 -98
  280. package/docs/layouts/Gallery/examples/Gallery.md +7 -7
  281. package/docs/layouts/Grid/examples/Grid.md +9 -9
  282. package/docs/layouts/Level/examples/Level.md +5 -5
  283. package/docs/layouts/Split/examples/Split.md +7 -7
  284. package/docs/layouts/Stack/examples/Stack.md +6 -6
  285. package/docs/utilities/Accessibility/examples/Accessibility.md +5 -5
  286. package/docs/utilities/Alignment/examples/Alignment.md +7 -7
  287. package/docs/utilities/BackgroundColor/examples/BackgroundColor.md +13 -13
  288. package/docs/utilities/BoxShadow/examples/box-shadow.md +23 -23
  289. package/docs/utilities/Display/examples/Display.md +12 -12
  290. package/docs/utilities/Flex/examples/Flex.md +35 -35
  291. package/docs/utilities/Float/examples/Float.md +5 -5
  292. package/docs/utilities/Sizing/examples/Sizing.md +51 -51
  293. package/docs/utilities/Spacing/examples/Spacing.md +35 -35
  294. package/docs/utilities/Text/examples/Text.md +31 -31
  295. package/icons/{pf-icons.json → pf-icons.mjs} +2 -1
  296. package/layouts/Gallery/gallery.css +1 -1
  297. package/layouts/Gallery/gallery.scss +1 -1
  298. package/layouts/Grid/grid.css +7 -7
  299. package/layouts/Grid/grid.scss +2 -2
  300. package/package.json +60 -66
  301. package/patternfly-addons.css +48 -48
  302. package/{patternfly-base-no-reset.css → patternfly-base-no-globals.css} +28 -73
  303. package/{patternfly-base-no-reset.scss → patternfly-base-no-globals.scss} +1 -0
  304. package/patternfly-base.css +63 -114
  305. package/{patternfly-no-reset.css → patternfly-no-globals.css} +1206 -2449
  306. package/{patternfly-no-reset.scss → patternfly-no-globals.scss} +1 -0
  307. package/patternfly.css +1234 -2483
  308. package/patternfly.min.css +1 -1
  309. package/patternfly.min.css.map +1 -1
  310. package/sass-utilities/functions.scss +8 -24
  311. package/sass-utilities/mixins.scss +15 -39
  312. package/sass-utilities/placeholders.scss +0 -23
  313. package/sass-utilities/scss-variables.scss +5 -6
  314. package/sass-utilities/themes/dark/placeholders.scss +0 -22
  315. package/sass-utilities/themes/dark/scss-variables.scss +1 -1
  316. package/utilities/Spacing/spacing.scss +2 -2
  317. package/utilities/Text/text.css +48 -48
  318. package/utilities/Text/text.scss +6 -6
  319. package/utilities/Text/themes/dark/text.scss +2 -2
  320. package/assets/fonts/RedHatDisplay/RedHatDisplay-Black.woff +0 -0
  321. package/assets/fonts/RedHatDisplay/RedHatDisplay-BlackItalic.woff +0 -0
  322. package/assets/fonts/RedHatDisplay/RedHatDisplay-Bold.woff +0 -0
  323. package/assets/fonts/RedHatDisplay/RedHatDisplay-BoldItalic.woff +0 -0
  324. package/assets/fonts/RedHatDisplay/RedHatDisplay-Italic.woff +0 -0
  325. package/assets/fonts/RedHatDisplay/RedHatDisplay-Medium.woff +0 -0
  326. package/assets/fonts/RedHatDisplay/RedHatDisplay-MediumItalic.woff +0 -0
  327. package/assets/fonts/RedHatDisplay/RedHatDisplay-Regular.woff +0 -0
  328. package/assets/fonts/RedHatText/RedHatText-Bold.woff +0 -0
  329. package/assets/fonts/RedHatText/RedHatText-BoldItalic.woff +0 -0
  330. package/assets/fonts/RedHatText/RedHatText-Italic.woff +0 -0
  331. package/assets/fonts/RedHatText/RedHatText-Medium.woff +0 -0
  332. package/assets/fonts/RedHatText/RedHatText-MediumItalic.woff +0 -0
  333. package/assets/fonts/RedHatText/RedHatText-Regular.woff +0 -0
  334. package/assets/fonts/webfonts/fa-solid-900.woff +0 -0
  335. package/assets/pficon/pficon.woff +0 -0
  336. package/base/_shield-inheritable.scss +0 -69
  337. package/base/_shield-noninheritable.scss +0 -13
  338. package/base/patternfly-shield-inheritable.css +0 -66
  339. package/base/patternfly-shield-inheritable.scss +0 -4
  340. package/base/patternfly-shield-noninheritable.css +0 -9
  341. package/base/patternfly-shield-noninheritable.scss +0 -4
  342. 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="form-demo-basic-name">
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>&nbsp;<span class="pf-c-form__label-required" aria-hidden="true">&#42;</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="form-demo-basic-name"
20
- name="form-demo-basic-name"
21
- aria-describedby="form-demo-basic-name-helper"
20
+ id="-name"
21
+ name="-name"
22
+ aria-describedby="-name-helper"
22
23
  />
23
24
 
24
- <p
25
- class="pf-c-form__helper-text"
26
- id="form-demo-basic-name-helper"
27
- aria-live="polite"
28
- >Include your middle name if you have one.</p>
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="form-demo-basic-email">
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="form-demo-basic-phone">
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>&nbsp;<span class="pf-c-form__label-required" aria-hidden="true">&#42;</span></label>&nbsp;<span
47
47
  class="pf-c-form__group-label-help"
48
48
  aria-label="More information for phone number field"
49
- aria-describedby="form-demo-basic-phone"
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="form-demo-basic-phone"
62
- name="form-demo-basic-phone"
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="form-demo-basic-contact-check-1"
80
- name="form-demo-basic-contact-check-1"
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="form-demo-basic-contact-check-2"
93
- name="form-demo-basic-contact-check-2"
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="form-demo-basic-contact-check-3"
106
- name="form-demo-basic-contact-check-3"
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="form-demo-basic-time-zone-radio-1"
130
- name="form-demo-basic-time-zone-radio"
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="form-demo-basic-time-zone-radio-2"
143
- name="form-demo-basic-time-zone-radio"
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="form-demo-basic-time-zone-radio-3"
156
- name="form-demo-basic-time-zone-radio"
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>&nbsp;<span class="pf-c-form__label-required" aria-hidden="true">&#42;</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
- <p
196
- class="pf-c-form__helper-text"
197
- id="form-demo-horizontal-helper"
198
- aria-live="polite"
199
- >Include your middle name if you have one.</p>
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>&nbsp;<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
- <p
321
- class="pf-c-form__helper-text"
322
- id="form-demo-grid-name-helper"
323
- aria-live="polite"
324
- >Include your middle name if you have one.</p>
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>&nbsp;<span class="pf-c-form__label-required" aria-hidden="true">&#42;</span></label>&nbsp;<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>&nbsp;<span class="pf-c-form__label-required" aria-hidden="true">&#42;</span></label>&nbsp;<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
- class="pf-c-form-control"
611
- required
612
- type="text"
613
- id="form-demo-sections-repeatable-fields-uris-input-1"
614
- name="form-demo-sections-repeatable-fields-uris-input-1"
615
- aria-labelledby="form-demo-sections-repeatable-fields-uris form-demo-sections-repeatable-fields-uris-input-1"
616
- />
617
-
618
- <button
619
- class="pf-c-button pf-m-plain"
620
- type="button"
621
- aria-label="Remove"
622
- >
623
- <i class="fas fa-minus-circle" aria-hidden="true"></i>
624
- </button>
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
- class="pf-c-form-control"
629
- required
630
- type="text"
631
- id="form-demo-sections-repeatable-fields-uris-input-2"
632
- name="form-demo-sections-repeatable-fields-uris-input-2"
633
- aria-labelledby="form-demo-sections-repeatable-fields-uris form-demo-sections-repeatable-fields-uris-input-2"
634
- />
635
-
636
- <button
637
- class="pf-c-button pf-m-plain"
638
- type="button"
639
- aria-label="Remove"
640
- >
641
- <i class="fas fa-minus-circle" aria-hidden="true"></i>
642
- </button>
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
- class="pf-c-form-control"
647
- required
648
- type="text"
649
- id="form-demo-sections-repeatable-fields-uris-input-3"
650
- name="form-demo-sections-repeatable-fields-uris-input-3"
651
- aria-labelledby="form-demo-sections-repeatable-fields-uris form-demo-sections-repeatable-fields-uris-input-3"
652
- />
653
-
654
- <button
655
- class="pf-c-button pf-m-plain"
656
- type="button"
657
- aria-label="Remove"
658
- >
659
- <i class="fas fa-minus-circle" aria-hidden="true"></i>
660
- </button>
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>&nbsp;<span class="pf-c-form__label-required" aria-hidden="true">&#42;</span></label>&nbsp;<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-formform-demo-sections-complex-form-name"
708
+ for="form-demo-sections-complex-form-name"
707
709
  >
708
710
  <span class="pf-c-form__label-text">Name</span>&nbsp;<span class="pf-c-form__label-required" aria-hidden="true">&#42;</span></label>&nbsp;<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-formform-demo-sections-complex-form-name"
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-formform-demo-sections-complex-form-name"
722
- name="form-demo-sections-complex-formform-demo-sections-complex-form-name"
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-formform-demo-sections-complex-form-labels"
733
+ for="form-demo-sections-complex-form-labels"
732
734
  >
733
735
  <span class="pf-c-form__label-text">Labels</span></label>&nbsp;<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-formform-demo-sections-complex-form-labels"
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-formform-demo-sections-complex-form-labels"
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 pf-m-blue">
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">Add Label</span>
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="form-demo-sections-complex-form-node-selector-terms-title"
1043
+ id="-node-selector-terms-title"
1036
1044
  >
1037
1045
  <span class="pf-c-form__label-text">Node selector terms</span>&nbsp;<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
- class="pf-c-form-control"
1046
- required
1047
- type="text"
1048
- id="form-demo-sections-complex-form-node-selector-terms-input-1"
1049
- name="form-demo-sections-complex-form-node-selector-terms-input-1"
1050
- aria-labelledby="form-demo-sections-complex-form-node-selector-terms form-demo-sections-complex-form-node-selector-terms-title"
1051
- />
1052
-
1053
- <button
1054
- class="pf-c-button pf-m-plain"
1055
- type="button"
1056
- aria-label="Remove"
1057
- >
1058
- <i class="fas fa-minus-circle" aria-hidden="true"></i>
1059
- </button>
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-formform-demo-sections-complex-form-routing-create-route-create-route"
1159
- name="form-demo-sections-complex-formform-demo-sections-complex-form-routing-create-route-create-route"
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-formform-demo-sections-complex-form-routing-create-route-create-route"
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 class="pf-c-helper-text__item">
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-formform-demo-sections-complex-form-routing-hostname"
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-formform-demo-sections-complex-form-routing-hostname"
1194
- name="form-demo-sections-complex-formform-demo-sections-complex-form-routing-hostname"
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 class="pf-c-helper-text__item">
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-formform-demo-sections-complex-form-routing-path"
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-formform-demo-sections-complex-form-routing-path"
1225
- name="form-demo-sections-complex-formform-demo-sections-complex-form-routing-path"
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 class="pf-c-helper-text__item">
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-formform-demo-sections-complex-form-routing-security"
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-formform-demo-sections-complex-form-routing-security-check-1"
1264
- name="form-demo-sections-complex-formform-demo-sections-complex-form-routing-security-check-1"
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-formform-demo-sections-complex-form-routing-security-check-1"
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 class="pf-c-helper-text__item">
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>