@patternfly/patternfly 5.0.0-prerelease.12 → 5.0.0-prerelease.13

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 (29) hide show
  1. package/docs/components/CalendarMonth/examples/CalendarMonth.md +8 -8
  2. package/docs/components/ClipboardCopy/examples/ClipboardCopy.md +12 -12
  3. package/docs/components/DatePicker/examples/DatePicker.md +16 -16
  4. package/docs/components/FileUpload/examples/FileUpload.md +28 -28
  5. package/docs/components/Form/examples/Form.md +56 -56
  6. package/docs/components/FormControl/examples/FormControl.md +134 -134
  7. package/docs/components/InlineEdit/examples/InlineEdit.md +26 -26
  8. package/docs/components/InputGroup/examples/InputGroup.md +24 -24
  9. package/docs/components/Login/examples/Login.md +28 -28
  10. package/docs/components/NumberInput/examples/NumberInput.md +28 -28
  11. package/docs/components/Pagination/examples/Pagination.md +22 -22
  12. package/docs/components/Select/deprecated/Select.md +18 -18
  13. package/docs/components/Slider/examples/Slider.md +14 -14
  14. package/docs/components/TextInputGroup/examples/TextInputGroup.md +16 -16
  15. package/docs/components/Toolbar/examples/Toolbar.md +4 -4
  16. package/docs/components/Wizard/examples/Wizard.md +70 -70
  17. package/docs/demos/Alert/examples/Alert.md +30 -30
  18. package/docs/demos/Button/examples/Button.md +12 -12
  19. package/docs/demos/CardView/examples/CardView.md +2 -2
  20. package/docs/demos/DataList/examples/DataList.md +8 -8
  21. package/docs/demos/Form/examples/BasicForms.md +54 -54
  22. package/docs/demos/HelperText/examples/HelperText.md +20 -20
  23. package/docs/demos/Modal/examples/Modal.md +6 -6
  24. package/docs/demos/PasswordGenerator/examples/PasswordGenerator.md +2 -2
  25. package/docs/demos/PasswordStrength/examples/PasswordStrength.md +8 -8
  26. package/docs/demos/Table/examples/Table.md +22 -22
  27. package/docs/demos/Toolbar/examples/Toolbar.md +10 -10
  28. package/docs/demos/Wizard/examples/Wizard.md +112 -112
  29. package/package.json +1 -1
@@ -916,14 +916,14 @@ cssPrefix: pf-v5-c-text-input-group
916
916
  <span class="pf-v5-c-form__label-text">Username</span></label>
917
917
  </div>
918
918
  <div class="pf-v5-c-form__group-control">
919
- <div class="pf-v5-c-form-control">
919
+ <span class="pf-v5-c-form-control">
920
920
  <input
921
921
  type="text"
922
922
  value="root"
923
923
  id="text-input-group-advanced-search-input-expanded-legacy-form-example-username"
924
924
  name="text-input-group-advanced-search-input-expanded-legacy-form-example-username"
925
925
  />
926
- </div>
926
+ </span>
927
927
  </div>
928
928
  </div>
929
929
  <div class="pf-v5-c-form__group">
@@ -934,14 +934,14 @@ cssPrefix: pf-v5-c-text-input-group
934
934
  <span class="pf-v5-c-form__label-text">First name</span></label>
935
935
  </div>
936
936
  <div class="pf-v5-c-form__group-control">
937
- <div class="pf-v5-c-form-control">
937
+ <span class="pf-v5-c-form-control">
938
938
  <input
939
939
  type="text"
940
940
  value="ned"
941
941
  id="text-input-group-advanced-search-input-expanded-legacy-form-example-firstname"
942
942
  name="text-input-group-advanced-search-input-expanded-legacy-form-example-firstname"
943
943
  />
944
- </div>
944
+ </span>
945
945
  </div>
946
946
  </div>
947
947
  <div class="pf-v5-c-form__group">
@@ -952,13 +952,13 @@ cssPrefix: pf-v5-c-text-input-group
952
952
  <span class="pf-v5-c-form__label-text">Group</span></label>
953
953
  </div>
954
954
  <div class="pf-v5-c-form__group-control">
955
- <div class="pf-v5-c-form-control">
955
+ <span class="pf-v5-c-form-control">
956
956
  <input
957
957
  type="text"
958
958
  id="text-input-group-advanced-search-input-expanded-legacy-form-example-group"
959
959
  name="text-input-group-advanced-search-input-expanded-legacy-form-example-group"
960
960
  />
961
- </div>
961
+ </span>
962
962
  </div>
963
963
  </div>
964
964
  <div class="pf-v5-c-form__group">
@@ -969,13 +969,13 @@ cssPrefix: pf-v5-c-text-input-group
969
969
  <span class="pf-v5-c-form__label-text">Email</span></label>
970
970
  </div>
971
971
  <div class="pf-v5-c-form__group-control">
972
- <div class="pf-v5-c-form-control">
972
+ <span class="pf-v5-c-form-control">
973
973
  <input
974
974
  type="text"
975
975
  id="text-input-group-advanced-search-input-expanded-legacy-form-example-email"
976
976
  name="text-input-group-advanced-search-input-expanded-legacy-form-example-email"
977
977
  />
978
- </div>
978
+ </span>
979
979
  </div>
980
980
  </div>
981
981
  <div class="pf-v5-c-form__group pf-m-action">
@@ -1165,14 +1165,14 @@ cssPrefix: pf-v5-c-text-input-group
1165
1165
  <span class="pf-v5-c-form__label-text">Username</span></label>
1166
1166
  </div>
1167
1167
  <div class="pf-v5-c-form__group-control">
1168
- <div class="pf-v5-c-form-control">
1168
+ <span class="pf-v5-c-form-control">
1169
1169
  <input
1170
1170
  type="text"
1171
1171
  value="root"
1172
1172
  id="text-input-group-advanced-search-input-form-with-autocomplete-example-username"
1173
1173
  name="text-input-group-advanced-search-input-form-with-autocomplete-example-username"
1174
1174
  />
1175
- </div>
1175
+ </span>
1176
1176
  </div>
1177
1177
  </div>
1178
1178
  <div class="pf-v5-c-form__group">
@@ -1183,14 +1183,14 @@ cssPrefix: pf-v5-c-text-input-group
1183
1183
  <span class="pf-v5-c-form__label-text">First name</span></label>
1184
1184
  </div>
1185
1185
  <div class="pf-v5-c-form__group-control">
1186
- <div class="pf-v5-c-form-control">
1186
+ <span class="pf-v5-c-form-control">
1187
1187
  <input
1188
1188
  type="text"
1189
1189
  value="ned"
1190
1190
  id="text-input-group-advanced-search-input-form-with-autocomplete-example-firstname"
1191
1191
  name="text-input-group-advanced-search-input-form-with-autocomplete-example-firstname"
1192
1192
  />
1193
- </div>
1193
+ </span>
1194
1194
  </div>
1195
1195
  </div>
1196
1196
  <div class="pf-v5-c-form__group">
@@ -1201,13 +1201,13 @@ cssPrefix: pf-v5-c-text-input-group
1201
1201
  <span class="pf-v5-c-form__label-text">Group</span></label>
1202
1202
  </div>
1203
1203
  <div class="pf-v5-c-form__group-control">
1204
- <div class="pf-v5-c-form-control">
1204
+ <span class="pf-v5-c-form-control">
1205
1205
  <input
1206
1206
  type="text"
1207
1207
  id="text-input-group-advanced-search-input-form-with-autocomplete-example-group"
1208
1208
  name="text-input-group-advanced-search-input-form-with-autocomplete-example-group"
1209
1209
  />
1210
- </div>
1210
+ </span>
1211
1211
  </div>
1212
1212
  </div>
1213
1213
  <div class="pf-v5-c-form__group">
@@ -1218,13 +1218,13 @@ cssPrefix: pf-v5-c-text-input-group
1218
1218
  <span class="pf-v5-c-form__label-text">Email</span></label>
1219
1219
  </div>
1220
1220
  <div class="pf-v5-c-form__group-control">
1221
- <div class="pf-v5-c-form-control">
1221
+ <span class="pf-v5-c-form-control">
1222
1222
  <input
1223
1223
  type="text"
1224
1224
  id="text-input-group-advanced-search-input-form-with-autocomplete-example-email"
1225
1225
  name="text-input-group-advanced-search-input-form-with-autocomplete-example-email"
1226
1226
  />
1227
- </div>
1227
+ </span>
1228
1228
  </div>
1229
1229
  </div>
1230
1230
  <div class="pf-v5-c-form__group pf-m-action">
@@ -3396,7 +3396,7 @@ The `.pf-m-toggle-group` controls when, and at which breakpoint, filters will be
3396
3396
  class="pf-v5-c-pagination__nav-page-select"
3397
3397
  aria-label="Current page 1 of 4"
3398
3398
  >
3399
- <div class="pf-v5-c-form-control">
3399
+ <span class="pf-v5-c-form-control">
3400
3400
  <input
3401
3401
  aria-label="Current page"
3402
3402
  type="number"
@@ -3404,7 +3404,7 @@ The `.pf-m-toggle-group` controls when, and at which breakpoint, filters will be
3404
3404
  max="4"
3405
3405
  value="1"
3406
3406
  />
3407
- </div>
3407
+ </span>
3408
3408
  <span aria-hidden="true">of 4</span>
3409
3409
  </div>
3410
3410
  <button
@@ -3919,7 +3919,7 @@ The `.pf-m-toggle-group` controls when, and at which breakpoint, filters will be
3919
3919
  class="pf-v5-c-pagination__nav-page-select"
3920
3920
  aria-label="Current page 1 of 4"
3921
3921
  >
3922
- <div class="pf-v5-c-form-control">
3922
+ <span class="pf-v5-c-form-control">
3923
3923
  <input
3924
3924
  aria-label="Current page"
3925
3925
  type="number"
@@ -3927,7 +3927,7 @@ The `.pf-m-toggle-group` controls when, and at which breakpoint, filters will be
3927
3927
  max="4"
3928
3928
  value="1"
3929
3929
  />
3930
- </div>
3930
+ </span>
3931
3931
  <span aria-hidden="true">of 4</span>
3932
3932
  </div>
3933
3933
  <button