@patternfly/patternfly 6.0.0-alpha.17 → 6.0.0-alpha.19
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/assets/images/logo__pf--reverse-on-md.svg +1 -1
- package/assets/images/pf-c-brand__logo-on-lg-white.svg +32 -0
- package/assets/images/pf-c-brand__logo-on-md-white.svg +42 -0
- package/assets/images/pf-c-brand__logo-on-sm-white.svg +17 -0
- package/assets/images/pf-c-brand__logo-on-sm.svg +1 -1
- package/assets/images/pf-c-brand__logo-on-xl-white.svg +39 -0
- package/assets/images/pf_logo_white.hbs +35 -0
- package/assets/images/pf_logo_white.svg +38 -0
- package/base/_globals.scss +1 -1
- package/base/patternfly-variables.css +1 -1
- package/base/tokens/_tokens-font.scss +2 -2
- package/components/Accordion/accordion.css +10 -1
- package/components/Accordion/accordion.scss +13 -1
- package/components/Alert/alert.css +1 -1
- package/components/Alert/alert.scss +1 -1
- package/components/Button/button.css +1 -1
- package/components/Button/button.scss +1 -3
- package/components/Check/check.css +10 -8
- package/components/Check/check.scss +15 -10
- package/components/Dropdown/dropdown.css +1 -3
- package/components/Dropdown/dropdown.scss +2 -6
- package/components/Login/login.css +70 -97
- package/components/Login/login.scss +56 -64
- package/components/Menu/menu.css +3 -0
- package/components/Menu/menu.scss +7 -3
- package/components/MenuToggle/menu-toggle.css +2 -3
- package/components/MenuToggle/menu-toggle.scss +2 -6
- package/components/Page/page.css +1 -1
- package/components/Page/page.scss +1 -1
- package/components/Radio/radio.css +13 -10
- package/components/Radio/radio.scss +17 -11
- package/components/Switch/switch.css +1 -1
- package/components/Switch/switch.scss +1 -1
- package/components/Table/table.css +6 -2
- package/components/Table/table.scss +7 -2
- package/components/Toolbar/toolbar.css +9 -1
- package/components/Toolbar/toolbar.scss +16 -3
- package/docs/components/Accordion/examples/Accordion.md +95 -0
- package/docs/components/Brand/examples/Brand.css +12 -0
- package/docs/components/Brand/examples/Brand.md +75 -32
- package/docs/components/Card/examples/Card.md +110 -2
- package/docs/components/LogViewer/examples/LogViewer.md +130 -130
- package/docs/components/Login/examples/Login.md +5 -0
- package/docs/components/Menu/examples/Menu.md +507 -473
- package/docs/components/MenuToggle/examples/MenuToggle.md +106 -114
- package/docs/components/Nav/examples/Navigation.md +140 -113
- package/docs/components/TextInputGroup/examples/TextInputGroup.md +9 -9
- package/docs/components/Toolbar/examples/Toolbar.md +480 -2807
- package/docs/demos/CardView/examples/CardView.md +32 -51
- package/docs/demos/DataList/examples/DataList.md +184 -320
- package/docs/demos/Masthead/examples/Masthead.md +51 -210
- package/docs/demos/PasswordGenerator/examples/PasswordGenerator.md +2 -1
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +83 -271
- package/docs/demos/Table/examples/Table.md +1017 -1800
- package/docs/demos/Tabs/examples/Tabs.md +2 -2
- package/docs/demos/Toolbar/examples/Toolbar.css +10 -0
- package/docs/demos/Toolbar/examples/Toolbar.md +703 -1027
- package/package.json +2 -2
- package/patternfly-base-no-globals-theme-dark-unversioned.css +1 -1
- package/patternfly-base-no-globals.css +1 -1
- package/patternfly-base-theme-dark-unversioned.css +1 -1
- package/patternfly-base.css +1 -1
- package/patternfly-no-globals.css +176 -207
- package/patternfly-theme-dark-unversioned.css +176 -207
- package/patternfly.css +176 -207
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
- package/components/Login/themes/dark/login.scss +0 -12
|
@@ -365,65 +365,46 @@ section: patterns
|
|
|
365
365
|
>
|
|
366
366
|
<div class="pf-v5-c-toolbar__toggle">
|
|
367
367
|
<button
|
|
368
|
-
class="pf-v5-c-
|
|
368
|
+
class="pf-v5-c-menu-toggle pf-m-plain"
|
|
369
369
|
type="button"
|
|
370
|
-
aria-label="Show filters"
|
|
371
370
|
aria-expanded="false"
|
|
371
|
+
aria-label="Show filters"
|
|
372
372
|
aria-controls="card-view-basic-example-toolbar-expandable-content"
|
|
373
373
|
>
|
|
374
374
|
<i class="fas fa-filter" aria-hidden="true"></i>
|
|
375
375
|
</button>
|
|
376
376
|
</div>
|
|
377
377
|
<div class="pf-v5-c-toolbar__item pf-m-bulk-select">
|
|
378
|
-
<div
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
role="menuitem"
|
|
409
|
-
type="button"
|
|
410
|
-
>Select all</button>
|
|
411
|
-
</li>
|
|
412
|
-
<li role="none">
|
|
413
|
-
<button
|
|
414
|
-
class="pf-v5-c-dropdown__menu-item"
|
|
415
|
-
role="menuitem"
|
|
416
|
-
type="button"
|
|
417
|
-
>Select none</button>
|
|
418
|
-
</li>
|
|
419
|
-
<li role="none">
|
|
420
|
-
<button
|
|
421
|
-
class="pf-v5-c-dropdown__menu-item"
|
|
422
|
-
role="menuitem"
|
|
423
|
-
type="button"
|
|
424
|
-
>Other action</button>
|
|
425
|
-
</li>
|
|
426
|
-
</ul>
|
|
378
|
+
<div
|
|
379
|
+
class="pf-v5-c-menu-toggle pf-m-split-button"
|
|
380
|
+
id="card-view-basic-example-toolbar-check"
|
|
381
|
+
>
|
|
382
|
+
<label
|
|
383
|
+
class="pf-v5-c-check pf-m-standalone"
|
|
384
|
+
id="card-view-basic-example-toolbar-check-check"
|
|
385
|
+
for="card-view-basic-example-toolbar-check-check-input"
|
|
386
|
+
>
|
|
387
|
+
<input
|
|
388
|
+
class="pf-v5-c-check__input"
|
|
389
|
+
type="checkbox"
|
|
390
|
+
id="card-view-basic-example-toolbar-check-check-input"
|
|
391
|
+
name="card-view-basic-example-toolbar-check-check-input"
|
|
392
|
+
aria-label="Standalone check"
|
|
393
|
+
/>
|
|
394
|
+
</label>
|
|
395
|
+
<button
|
|
396
|
+
class="pf-v5-c-menu-toggle__button"
|
|
397
|
+
type="button"
|
|
398
|
+
aria-expanded="false"
|
|
399
|
+
id="card-view-basic-example-toolbar-menu-toggle-toggle-button"
|
|
400
|
+
aria-label="Menu toggle"
|
|
401
|
+
>
|
|
402
|
+
<span class="pf-v5-c-menu-toggle__controls">
|
|
403
|
+
<span class="pf-v5-c-menu-toggle__toggle-icon">
|
|
404
|
+
<i class="fas fa-angle-down" aria-hidden="true"></i>
|
|
405
|
+
</span>
|
|
406
|
+
</span>
|
|
407
|
+
</button>
|
|
427
408
|
</div>
|
|
428
409
|
</div>
|
|
429
410
|
|