@patternfly/patternfly 5.1.0 → 5.2.0-prerelease.1
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/docs/components/Card/examples/Card.md +13 -13
- package/docs/components/Check/examples/Check.md +71 -59
- package/docs/components/LogViewer/examples/LogViewer.md +120 -30
- package/docs/components/MenuToggle/examples/MenuToggle.md +60 -39
- package/docs/components/Radio/examples/Radio.md +63 -55
- package/docs/components/Select/deprecated/Select.md +184 -177
- package/docs/components/Toolbar/examples/Toolbar.md +449 -371
- package/docs/demos/CardView/examples/CardView.md +24 -20
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +144 -120
- package/docs/demos/Table/examples/Table.md +288 -240
- package/docs/demos/Tabs/examples/Tabs.md +24 -20
- package/docs/demos/Toolbar/examples/Toolbar.css +5 -0
- package/docs/demos/Toolbar/examples/Toolbar.md +44 -44
- package/package.json +5 -5
|
@@ -382,73 +382,77 @@ section: patterns
|
|
|
382
382
|
>
|
|
383
383
|
<label
|
|
384
384
|
class="pf-v5-c-check pf-v5-c-select__menu-item pf-m-description"
|
|
385
|
-
|
|
385
|
+
id="card-view-basic-example-toolbar-select-checkbox-status-active"
|
|
386
|
+
for="card-view-basic-example-toolbar-select-checkbox-status-active-input"
|
|
386
387
|
>
|
|
387
388
|
<input
|
|
388
389
|
class="pf-v5-c-check__input"
|
|
389
390
|
type="checkbox"
|
|
390
|
-
|
|
391
|
-
|
|
391
|
+
aria-describedby="card-view-basic-example-toolbar-select-checkbox-status-active-description"
|
|
392
|
+
id="card-view-basic-example-toolbar-select-checkbox-status-active-input"
|
|
393
|
+
name="card-view-basic-example-toolbar-select-checkbox-status-active-input"
|
|
392
394
|
/>
|
|
393
|
-
|
|
394
395
|
<span class="pf-v5-c-check__label">Active</span>
|
|
395
396
|
<span
|
|
396
397
|
class="pf-v5-c-check__description"
|
|
398
|
+
id="card-view-basic-example-toolbar-select-checkbox-status-active-description"
|
|
397
399
|
>This is a description</span>
|
|
398
400
|
</label>
|
|
399
401
|
<label
|
|
400
402
|
class="pf-v5-c-check pf-v5-c-select__menu-item pf-m-description"
|
|
401
|
-
|
|
403
|
+
id="card-view-basic-example-toolbar-select-checkbox-status-canceled"
|
|
404
|
+
for="card-view-basic-example-toolbar-select-checkbox-status-canceled-input"
|
|
402
405
|
>
|
|
403
406
|
<input
|
|
404
407
|
class="pf-v5-c-check__input"
|
|
405
408
|
type="checkbox"
|
|
406
|
-
|
|
407
|
-
|
|
409
|
+
aria-describedby="card-view-basic-example-toolbar-select-checkbox-status-canceled-description"
|
|
410
|
+
id="card-view-basic-example-toolbar-select-checkbox-status-canceled-input"
|
|
411
|
+
name="card-view-basic-example-toolbar-select-checkbox-status-canceled-input"
|
|
408
412
|
/>
|
|
409
|
-
|
|
410
413
|
<span class="pf-v5-c-check__label">Canceled</span>
|
|
411
414
|
<span
|
|
412
415
|
class="pf-v5-c-check__description"
|
|
416
|
+
id="card-view-basic-example-toolbar-select-checkbox-status-canceled-description"
|
|
413
417
|
>This is a really long description that describes the menu item. This is a really long description that describes the menu item.</span>
|
|
414
418
|
</label>
|
|
415
419
|
<label
|
|
416
420
|
class="pf-v5-c-check pf-v5-c-select__menu-item"
|
|
417
|
-
|
|
421
|
+
id="card-view-basic-example-toolbar-select-checkbox-status-paused"
|
|
422
|
+
for="card-view-basic-example-toolbar-select-checkbox-status-paused-input"
|
|
418
423
|
>
|
|
419
424
|
<input
|
|
420
425
|
class="pf-v5-c-check__input"
|
|
421
426
|
type="checkbox"
|
|
422
|
-
id="card-view-basic-example-toolbar-select-checkbox-status-paused"
|
|
423
|
-
name="card-view-basic-example-toolbar-select-checkbox-status-paused"
|
|
427
|
+
id="card-view-basic-example-toolbar-select-checkbox-status-paused-input"
|
|
428
|
+
name="card-view-basic-example-toolbar-select-checkbox-status-paused-input"
|
|
424
429
|
/>
|
|
425
|
-
|
|
426
430
|
<span class="pf-v5-c-check__label">Paused</span>
|
|
427
431
|
</label>
|
|
428
432
|
<label
|
|
429
433
|
class="pf-v5-c-check pf-v5-c-select__menu-item"
|
|
430
|
-
|
|
434
|
+
id="card-view-basic-example-toolbar-select-checkbox-status-warning"
|
|
435
|
+
for="card-view-basic-example-toolbar-select-checkbox-status-warning-input"
|
|
431
436
|
>
|
|
432
437
|
<input
|
|
433
438
|
class="pf-v5-c-check__input"
|
|
434
439
|
type="checkbox"
|
|
435
|
-
id="card-view-basic-example-toolbar-select-checkbox-status-warning"
|
|
436
|
-
name="card-view-basic-example-toolbar-select-checkbox-status-warning"
|
|
440
|
+
id="card-view-basic-example-toolbar-select-checkbox-status-warning-input"
|
|
441
|
+
name="card-view-basic-example-toolbar-select-checkbox-status-warning-input"
|
|
437
442
|
/>
|
|
438
|
-
|
|
439
443
|
<span class="pf-v5-c-check__label">Warning</span>
|
|
440
444
|
</label>
|
|
441
445
|
<label
|
|
442
446
|
class="pf-v5-c-check pf-v5-c-select__menu-item"
|
|
443
|
-
|
|
447
|
+
id="card-view-basic-example-toolbar-select-checkbox-status-restarted"
|
|
448
|
+
for="card-view-basic-example-toolbar-select-checkbox-status-restarted-input"
|
|
444
449
|
>
|
|
445
450
|
<input
|
|
446
451
|
class="pf-v5-c-check__input"
|
|
447
452
|
type="checkbox"
|
|
448
|
-
id="card-view-basic-example-toolbar-select-checkbox-status-restarted"
|
|
449
|
-
name="card-view-basic-example-toolbar-select-checkbox-status-restarted"
|
|
453
|
+
id="card-view-basic-example-toolbar-select-checkbox-status-restarted-input"
|
|
454
|
+
name="card-view-basic-example-toolbar-select-checkbox-status-restarted-input"
|
|
450
455
|
/>
|
|
451
|
-
|
|
452
456
|
<span class="pf-v5-c-check__label">Restarted</span>
|
|
453
457
|
</label>
|
|
454
458
|
</fieldset>
|