@patternfly/patternfly 6.6.0-prerelease.27 → 6.6.0-prerelease.28

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 (46) hide show
  1. package/components/Label/label.css +9 -3
  2. package/components/Label/label.scss +9 -3
  3. package/components/_index.css +9 -3
  4. package/docs/components/CodeEditor/examples/CodeEditor.md +131 -47
  5. package/docs/components/DataList/examples/DataList.md +143 -11
  6. package/docs/components/DatePicker/examples/DatePicker.md +26 -2
  7. package/docs/components/DescriptionList/examples/DescriptionList.md +115 -55
  8. package/docs/components/DualListSelector/examples/DualListSelector.md +270 -54
  9. package/docs/components/EmptyState/examples/EmptyState.md +12 -12
  10. package/docs/components/FileUpload/examples/FileUpload.md +26 -2
  11. package/docs/components/Form/examples/Form.md +104 -8
  12. package/docs/components/FormControl/examples/FormControl.md +260 -20
  13. package/docs/components/HelperText/examples/HelperText.md +139 -11
  14. package/docs/components/Icon/examples/Icon.md +403 -31
  15. package/docs/components/InlineEdit/examples/InlineEdit.md +13 -1
  16. package/docs/components/InputGroup/examples/InputGroup.md +19 -7
  17. package/docs/components/Label/examples/Label.md +4029 -765
  18. package/docs/components/List/examples/List.md +78 -6
  19. package/docs/components/Login/examples/Login.md +104 -8
  20. package/docs/components/Menu/examples/Menu.md +221 -17
  21. package/docs/components/MultipleFileUpload/examples/MultipleFileUpload.md +247 -19
  22. package/docs/components/NumberInput/examples/NumberInput.md +301 -25
  23. package/docs/components/ProgressStepper/examples/ProgressStepper.md +169 -13
  24. package/docs/components/Switch/examples/Switch.md +52 -4
  25. package/docs/components/Table/examples/Table.md +936 -72
  26. package/docs/components/TextInputGroup/examples/TextInputGroup.md +309 -81
  27. package/docs/components/Toolbar/examples/Toolbar.md +117 -9
  28. package/docs/components/TreeView/examples/TreeView.md +186 -18
  29. package/docs/components/Wizard/examples/Wizard.md +325 -25
  30. package/docs/demos/Alert/examples/Alert.md +149 -26
  31. package/docs/demos/Card/examples/Card.md +280 -34
  32. package/docs/demos/Dashboard/examples/Dashboard.md +72 -18
  33. package/docs/demos/DataList/examples/DataList.md +26 -2
  34. package/docs/demos/Form/examples/BasicForms.md +56 -8
  35. package/docs/demos/HelperText/examples/HelperText.md +104 -8
  36. package/docs/demos/Masthead/examples/Masthead.md +52 -4
  37. package/docs/demos/PasswordStrength/examples/PasswordStrength.md +176 -14
  38. package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +52 -4
  39. package/docs/demos/Table/examples/Table.md +247 -19
  40. package/docs/demos/Toolbar/examples/Toolbar.md +103 -10
  41. package/docs/demos/Wizard/examples/Wizard.md +117 -9
  42. package/package.json +1 -1
  43. package/patternfly-no-globals.css +9 -3
  44. package/patternfly.css +9 -3
  45. package/patternfly.min.css +1 -1
  46. package/patternfly.min.css.map +1 -1
@@ -145,7 +145,7 @@ Use the input group to extend form controls by adding text, buttons, selects, et
145
145
  <div class="pf-v6-c-input-group">
146
146
  <div class="pf-v6-c-input-group__item pf-m-box">
147
147
  <span class="pf-v6-c-input-group__text">
148
- <i class="fas fa-dollar-sign" aria-hidden="true"></i>
148
+ <span aria-hidden="true">$</span>
149
149
  </span>
150
150
  </div>
151
151
  <div class="pf-v6-c-input-group__item pf-m-fill">
@@ -183,7 +183,7 @@ Use the input group to extend form controls by adding text, buttons, selects, et
183
183
  <div class="pf-v6-c-input-group">
184
184
  <div class="pf-v6-c-input-group__item pf-m-box">
185
185
  <span class="pf-v6-c-input-group__text">
186
- <i class="fas fa-at" aria-hidden="true"></i>
186
+ <span aria-hidden="true">@</span>
187
187
  </span>
188
188
  </div>
189
189
  <div class="pf-v6-c-input-group__item pf-m-fill">
@@ -198,7 +198,19 @@ Use the input group to extend form controls by adding text, buttons, selects, et
198
198
  />
199
199
  <span class="pf-v6-c-form-control__utilities">
200
200
  <span class="pf-v6-c-form-control__icon pf-m-status">
201
- <i class="fas fa-exclamation-circle" aria-hidden="true"></i>
201
+ <svg
202
+ class="pf-v6-svg"
203
+ fill="currentColor"
204
+ viewBox="0 0 32 32"
205
+ aria-hidden="true"
206
+ role="img"
207
+ width="1em"
208
+ height="1em"
209
+ >
210
+ <path
211
+ d="M16 1C7.729 1 1 7.729 1 16s6.729 15 15 15 15-6.729 15-15S24.271 1 16 1Zm-1.5 8a1.5 1.5 0 1 1 3 0v7a1.5 1.5 0 1 1-3 0V9ZM16 25.001a2 2 0 1 1-.001-3.999A2 2 0 0 1 16 25.001Z"
212
+ />
213
+ </svg>
202
214
  </span>
203
215
  </span>
204
216
  </span>
@@ -226,14 +238,14 @@ Use the input group to extend form controls by adding text, buttons, selects, et
226
238
  <svg
227
239
  class="pf-v6-svg"
228
240
  fill="currentColor"
229
- viewBox="0 0 512 512"
241
+ viewBox="0 0 32 32"
230
242
  aria-hidden="true"
231
243
  role="img"
232
244
  width="1em"
233
245
  height="1em"
234
246
  >
235
247
  <path
236
- d="M504 256c0 136.997-111.043 248-248 248S8 392.997 8 256C8 119.083 119.043 8 256 8s248 111.083 248 248zM262.655 90c-54.497 0-89.255 22.957-116.549 63.758-3.536 5.286-2.353 12.415 2.715 16.258l34.699 26.31c5.205 3.947 12.621 3.008 16.665-2.122 17.864-22.658 30.113-35.797 57.303-35.797 20.429 0 45.698 13.148 45.698 32.958 0 14.976-12.363 22.667-32.534 33.976C247.128 238.528 216 254.941 216 296v4c0 6.627 5.373 12 12 12h56c6.627 0 12-5.373 12-12v-1.333c0-28.462 83.186-29.647 83.186-106.667 0-58.002-60.165-102-116.531-102zM256 338c-25.365 0-46 20.635-46 46 0 25.364 20.635 46 46 46s46-20.636 46-46c0-25.365-20.635-46-46-46z"
248
+ d="M16 1C7.729 1 1 7.729 1 16s6.729 15 15 15 15-6.729 15-15S24.271 1 16 1Zm0 26.014a2 2 0 1 1-.001-3.999A2 2 0 0 1 16 27.014Zm1.25-9.914V19a1.25 1.25 0 0 1-2.5 0v-3c0-.69.56-1.25 1.25-1.25 1.517 0 2.75-1.233 2.75-2.75S17.517 9.25 16 9.25s-2.75 1.233-2.75 2.75a1.25 1.25 0 0 1-2.5 0c0-2.895 2.355-5.25 5.25-5.25s5.25 2.355 5.25 5.25a5.26 5.26 0 0 1-4 5.1Z"
237
249
  />
238
250
  </svg>
239
251
  </span>
@@ -262,14 +274,14 @@ Use the input group to extend form controls by adding text, buttons, selects, et
262
274
  <svg
263
275
  class="pf-v6-svg"
264
276
  fill="currentColor"
265
- viewBox="0 0 512 512"
277
+ viewBox="0 0 32 32"
266
278
  aria-hidden="true"
267
279
  role="img"
268
280
  width="1em"
269
281
  height="1em"
270
282
  >
271
283
  <path
272
- d="M504 256c0 136.997-111.043 248-248 248S8 392.997 8 256C8 119.083 119.043 8 256 8s248 111.083 248 248zM262.655 90c-54.497 0-89.255 22.957-116.549 63.758-3.536 5.286-2.353 12.415 2.715 16.258l34.699 26.31c5.205 3.947 12.621 3.008 16.665-2.122 17.864-22.658 30.113-35.797 57.303-35.797 20.429 0 45.698 13.148 45.698 32.958 0 14.976-12.363 22.667-32.534 33.976C247.128 238.528 216 254.941 216 296v4c0 6.627 5.373 12 12 12h56c6.627 0 12-5.373 12-12v-1.333c0-28.462 83.186-29.647 83.186-106.667 0-58.002-60.165-102-116.531-102zM256 338c-25.365 0-46 20.635-46 46 0 25.364 20.635 46 46 46s46-20.636 46-46c0-25.365-20.635-46-46-46z"
284
+ d="M16 1C7.729 1 1 7.729 1 16s6.729 15 15 15 15-6.729 15-15S24.271 1 16 1Zm0 26.014a2 2 0 1 1-.001-3.999A2 2 0 0 1 16 27.014Zm1.25-9.914V19a1.25 1.25 0 0 1-2.5 0v-3c0-.69.56-1.25 1.25-1.25 1.517 0 2.75-1.233 2.75-2.75S17.517 9.25 16 9.25s-2.75 1.233-2.75 2.75a1.25 1.25 0 0 1-2.5 0c0-2.895 2.355-5.25 5.25-5.25s5.25 2.355 5.25 5.25a5.26 5.26 0 0 1-4 5.1Z"
273
285
  />
274
286
  </svg>
275
287
  </span>