@patternfly/patternfly 6.5.0-prerelease.2 → 6.5.0-prerelease.21
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/RHAiExperienceIcon.svg +27 -0
- package/assets/images/RHAutomationsLogo.svg +96 -0
- package/assets/images/RHServerStackIcon.svg +16 -0
- package/assets/images/compass--hero-bg.png +0 -0
- package/assets/images/compass--rh-wallpaper-dark.png +0 -0
- package/assets/images/compass--rh-wallpaper-light.png +0 -0
- package/assets/images/compass--wallpaper-dark.png +0 -0
- package/assets/images/compass--wallpaper-light.png +0 -0
- package/base/normalize.scss +7 -0
- package/base/patternfly-common.css +46 -0
- package/base/patternfly-common.scss +56 -0
- package/base/patternfly-variables.css +42 -0
- package/base/tokens/tokens-local.scss +66 -0
- package/components/ActionList/action-list.css +9 -0
- package/components/ActionList/action-list.scss +12 -0
- package/components/Button/button.css +34 -4
- package/components/Button/button.scss +40 -4
- package/components/Card/card.css +12 -0
- package/components/Card/card.scss +15 -1
- package/components/Compass/compass.css +161 -0
- package/components/Compass/compass.scss +221 -0
- package/components/DataList/data-list.css +5 -1
- package/components/DataList/data-list.scss +6 -1
- package/components/Drawer/drawer.css +43 -3
- package/components/Drawer/drawer.scss +52 -4
- package/components/Hero/hero.css +74 -0
- package/components/Hero/hero.scss +86 -0
- package/components/MenuToggle/menu-toggle.css +4 -0
- package/components/MenuToggle/menu-toggle.scss +5 -0
- package/components/Spinner/spinner.css +3 -0
- package/components/Spinner/spinner.scss +5 -0
- package/components/Table/table.css +3 -0
- package/components/Table/table.scss +5 -0
- package/components/Tabs/tabs.css +16 -1
- package/components/Tabs/tabs.scss +21 -1
- package/components/_index.css +440 -84
- package/components/_index.scss +3 -1
- package/docs/components/ActionList/examples/ActionList.md +85 -0
- package/docs/components/Button/examples/Button.md +116 -0
- package/docs/components/Card/examples/Card.md +154 -0
- package/docs/components/Compass/examples/Compass.css +11 -0
- package/docs/components/Compass/examples/Compass.md +66 -0
- package/docs/components/DataList/examples/DataList.md +181 -185
- package/docs/components/Drawer/examples/Drawer.md +80 -14
- package/docs/components/Hero/examples/Hero.md +25 -0
- package/docs/components/MenuToggle/examples/MenuToggle.md +40 -0
- package/docs/components/Table/examples/Table.md +88 -0
- package/docs/components/Tabs/examples/Tabs.md +197 -18
- package/docs/components/Wizard/examples/Wizard.md +15 -15
- package/docs/demos/Compass/examples/Compass.md +5826 -0
- package/docs/demos/Dashboard/examples/Dashboard.md +1 -4
- package/docs/demos/DescriptionList/examples/DescriptionList.md +31 -33
- package/docs/demos/Drawer/examples/Drawer.md +31 -33
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +127 -163
- package/docs/demos/Wizard/examples/Wizard.md +31 -34
- package/icons/PfIcons/add-circle-o.svg +4 -0
- package/icons/PfIcons/ansible-tower.svg +4 -0
- package/icons/PfIcons/applications.svg +4 -0
- package/icons/PfIcons/arrow.svg +4 -0
- package/icons/PfIcons/asleep.svg +4 -0
- package/icons/PfIcons/attention-bell.svg +4 -0
- package/icons/PfIcons/automation.svg +4 -0
- package/icons/PfIcons/bell.svg +4 -0
- package/icons/PfIcons/blueprint.svg +4 -0
- package/icons/PfIcons/build.svg +4 -0
- package/icons/PfIcons/builder-image.svg +4 -0
- package/icons/PfIcons/bundle.svg +4 -0
- package/icons/PfIcons/catalog.svg +4 -0
- package/icons/PfIcons/chat.svg +4 -0
- package/icons/PfIcons/close.svg +4 -0
- package/icons/PfIcons/cloud-security.svg +4 -0
- package/icons/PfIcons/cloud-tenant.svg +4 -0
- package/icons/PfIcons/cluster.svg +4 -0
- package/icons/PfIcons/connected.svg +4 -0
- package/icons/PfIcons/container-node.svg +4 -0
- package/icons/PfIcons/cpu.svg +4 -0
- package/icons/PfIcons/critical-risk.svg +4 -0
- package/icons/PfIcons/data-processor.svg +4 -0
- package/icons/PfIcons/data-sink.svg +4 -0
- package/icons/PfIcons/data-source.svg +4 -0
- package/icons/PfIcons/degraded.svg +4 -0
- package/icons/PfIcons/disconnected.svg +4 -0
- package/icons/PfIcons/domain.svg +4 -0
- package/icons/PfIcons/edit.svg +4 -0
- package/icons/PfIcons/enhancement.svg +4 -0
- package/icons/PfIcons/enterprise.svg +4 -0
- package/icons/PfIcons/equalizer.svg +4 -0
- package/icons/PfIcons/error-circle-o.svg +4 -0
- package/icons/PfIcons/export.svg +4 -0
- package/icons/PfIcons/filter.svg +4 -0
- package/icons/PfIcons/flavor.svg +4 -0
- package/icons/PfIcons/folder-close.svg +4 -0
- package/icons/PfIcons/folder-open.svg +4 -0
- package/icons/PfIcons/globe-route.svg +4 -0
- package/icons/PfIcons/help.svg +4 -0
- package/icons/PfIcons/history.svg +4 -0
- package/icons/PfIcons/home.svg +4 -0
- package/icons/PfIcons/import.svg +4 -0
- package/icons/PfIcons/in-progress.svg +4 -0
- package/icons/PfIcons/info.svg +4 -0
- package/icons/PfIcons/infrastructure.svg +4 -0
- package/icons/PfIcons/integration.svg +4 -0
- package/icons/PfIcons/key.svg +4 -0
- package/icons/PfIcons/locked.svg +4 -0
- package/icons/PfIcons/maintenance.svg +4 -0
- package/icons/PfIcons/memory.svg +4 -0
- package/icons/PfIcons/messages.svg +4 -0
- package/icons/PfIcons/middleware.svg +4 -0
- package/icons/PfIcons/migration.svg +4 -0
- package/icons/PfIcons/module.svg +4 -0
- package/icons/PfIcons/monitoring.svg +4 -0
- package/icons/PfIcons/multicluster.svg +4 -0
- package/icons/PfIcons/namespaces.svg +4 -0
- package/icons/PfIcons/network.svg +4 -0
- package/icons/PfIcons/new-process.svg +4 -0
- package/icons/PfIcons/not-started.svg +4 -0
- package/icons/PfIcons/off.svg +4 -0
- package/icons/PfIcons/ok.svg +4 -0
- package/icons/PfIcons/on-running.svg +4 -0
- package/icons/PfIcons/on.svg +4 -0
- package/icons/PfIcons/open-drawer-right.svg +4 -0
- package/icons/PfIcons/openshift.svg +4 -0
- package/icons/PfIcons/openstack.svg +4 -0
- package/icons/PfIcons/optimize.svg +4 -0
- package/icons/PfIcons/orders.svg +4 -0
- package/icons/PfIcons/os-image.svg +4 -0
- package/icons/PfIcons/package.svg +4 -0
- package/icons/PfIcons/panel-close.svg +4 -0
- package/icons/PfIcons/panel-open.svg +4 -0
- package/icons/PfIcons/paused.svg +4 -0
- package/icons/PfIcons/pending.svg +4 -0
- package/icons/PfIcons/pficon-dragdrop.svg +4 -0
- package/icons/PfIcons/pficon-history.svg +4 -0
- package/icons/PfIcons/pficon-network-range.svg +4 -0
- package/icons/PfIcons/pficon-satellite.svg +4 -0
- package/icons/PfIcons/pficon-sort-common-asc.svg +4 -0
- package/icons/PfIcons/pficon-sort-common-desc.svg +4 -0
- package/icons/PfIcons/pficon-template.svg +4 -0
- package/icons/PfIcons/pficon-vcenter.svg +4 -0
- package/icons/PfIcons/plugged.svg +4 -0
- package/icons/PfIcons/port.svg +4 -0
- package/icons/PfIcons/print.svg +4 -0
- package/icons/PfIcons/private.svg +4 -0
- package/icons/PfIcons/process-automation.svg +4 -0
- package/icons/PfIcons/project.svg +4 -0
- package/icons/PfIcons/rebalance.svg +4 -0
- package/icons/PfIcons/rebooting.svg +4 -0
- package/icons/PfIcons/regions.svg +4 -0
- package/icons/PfIcons/registry.svg +4 -0
- package/icons/PfIcons/remove2.svg +4 -0
- package/icons/PfIcons/replicator.svg +4 -0
- package/icons/PfIcons/repository.svg +4 -0
- package/icons/PfIcons/resource-pool.svg +4 -0
- package/icons/PfIcons/resources-almost-empty.svg +4 -0
- package/icons/PfIcons/resources-almost-full.svg +4 -0
- package/icons/PfIcons/resources-empty.svg +4 -0
- package/icons/PfIcons/resources-full.svg +4 -0
- package/icons/PfIcons/running.svg +4 -0
- package/icons/PfIcons/save.svg +4 -0
- package/icons/PfIcons/screen.svg +4 -0
- package/icons/PfIcons/security.svg +4 -0
- package/icons/PfIcons/server-group.svg +4 -0
- package/icons/PfIcons/server.svg +4 -0
- package/icons/PfIcons/service-catalog.svg +4 -0
- package/icons/PfIcons/service.svg +4 -0
- package/icons/PfIcons/services.svg +4 -0
- package/icons/PfIcons/severity-critical.svg +4 -0
- package/icons/PfIcons/severity-important.svg +4 -0
- package/icons/PfIcons/severity-minor.svg +4 -0
- package/icons/PfIcons/severity-moderate.svg +4 -0
- package/icons/PfIcons/severity-none.svg +4 -0
- package/icons/PfIcons/severity-undefined.svg +4 -0
- package/icons/PfIcons/spinner.svg +4 -0
- package/icons/PfIcons/spinner2.svg +4 -0
- package/icons/PfIcons/storage-domain.svg +4 -0
- package/icons/PfIcons/task.svg +4 -0
- package/icons/PfIcons/tenant.svg +4 -0
- package/icons/PfIcons/thumb-tack.svg +4 -0
- package/icons/PfIcons/topology.svg +4 -0
- package/icons/PfIcons/treeview.svg +4 -0
- package/icons/PfIcons/trend-down.svg +4 -0
- package/icons/PfIcons/trend-up.svg +4 -0
- package/icons/PfIcons/unknown.svg +4 -0
- package/icons/PfIcons/unlocked.svg +4 -0
- package/icons/PfIcons/unplugged.svg +4 -0
- package/icons/PfIcons/user.svg +4 -0
- package/icons/PfIcons/users.svg +4 -0
- package/icons/PfIcons/virtual-machine.svg +4 -0
- package/icons/PfIcons/volume.svg +4 -0
- package/icons/PfIcons/warning-triangle.svg +4 -0
- package/icons/PfIcons/zone.svg +4 -0
- package/package.json +29 -14
- package/patternfly-base-no-globals.css +88 -0
- package/patternfly-base.css +95 -0
- package/patternfly-no-globals.css +528 -84
- package/patternfly.css +535 -84
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
- package/sass-utilities/namespaces-components.scss +6 -0
|
@@ -449,7 +449,7 @@ cssPrefix: pf-v6-c-drawer
|
|
|
449
449
|
</div>
|
|
450
450
|
<div class="pf-v6-c-drawer__body">Drawer panel body content</div>
|
|
451
451
|
<div
|
|
452
|
-
class="pf-v6-c-drawer__body
|
|
452
|
+
class="pf-v6-c-drawer__body"
|
|
453
453
|
style="--pf-v6-c-drawer__panel__body--PaddingInlineStart: 48px;"
|
|
454
454
|
>Drawer panel body content with modified inline start padding</div>
|
|
455
455
|
</div>
|
|
@@ -767,22 +767,79 @@ cssPrefix: pf-v6-c-drawer
|
|
|
767
767
|
|
|
768
768
|
```
|
|
769
769
|
|
|
770
|
-
###
|
|
770
|
+
### Pill
|
|
771
771
|
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
772
|
+
```html isBeta
|
|
773
|
+
<div class="pf-v6-c-drawer pf-m-expanded pf-m-pill">
|
|
774
|
+
<div class="pf-v6-c-drawer__main">
|
|
775
|
+
<div class="pf-v6-c-drawer__content">
|
|
776
|
+
<div
|
|
777
|
+
class="pf-v6-c-drawer__body"
|
|
778
|
+
>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus pretium est a porttitor vehicula. Quisque vel commodo urna. Morbi mattis rutrum ante, id vehicula ex accumsan ut. Morbi viverra, eros vel porttitor facilisis, eros purus aliquet erat, nec lobortis felis elit pulvinar sem. Vivamus vulputate, risus eget commodo eleifend, eros nibh porta quam, vitae lacinia leo libero at magna. Maecenas aliquam sagittis orci, et posuere nisi ultrices sit amet. Aliquam ex odio, malesuada sed posuere quis, pellentesque at mauris. Phasellus venenatis massa ex, eget pulvinar libero auctor pretium. Aliquam erat volutpat. Duis euismod justo in quam ullamcorper, in commodo massa vulputate.</div>
|
|
779
|
+
</div>
|
|
780
|
+
<div class="pf-v6-c-drawer__panel">
|
|
781
|
+
<div class="pf-v6-c-drawer__head">
|
|
782
|
+
<span>Drawer panel header content</span>
|
|
783
|
+
<div class="pf-v6-c-drawer__actions">
|
|
784
|
+
<div class="pf-v6-c-drawer__close">
|
|
785
|
+
<button
|
|
786
|
+
class="pf-v6-c-button pf-m-plain"
|
|
787
|
+
type="button"
|
|
788
|
+
aria-label="Close drawer panel"
|
|
789
|
+
>
|
|
790
|
+
<span class="pf-v6-c-button__icon">
|
|
791
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
792
|
+
</span>
|
|
793
|
+
</button>
|
|
794
|
+
</div>
|
|
795
|
+
</div>
|
|
796
|
+
</div>
|
|
797
|
+
<div
|
|
798
|
+
class="pf-v6-c-drawer__description"
|
|
799
|
+
>This is a helpful description of the drawer panel.</div>
|
|
800
|
+
<div class="pf-v6-c-drawer__body">Drawer panel body content</div>
|
|
801
|
+
</div>
|
|
802
|
+
</div>
|
|
803
|
+
</div>
|
|
778
804
|
|
|
779
|
-
|
|
805
|
+
```
|
|
780
806
|
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
807
|
+
### Pill inline
|
|
808
|
+
|
|
809
|
+
```html isBeta
|
|
810
|
+
<div class="pf-v6-c-drawer pf-m-expanded pf-m-inline pf-m-pill">
|
|
811
|
+
<div class="pf-v6-c-drawer__main">
|
|
812
|
+
<div class="pf-v6-c-drawer__content">
|
|
813
|
+
<div
|
|
814
|
+
class="pf-v6-c-drawer__body"
|
|
815
|
+
>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus pretium est a porttitor vehicula. Quisque vel commodo urna. Morbi mattis rutrum ante, id vehicula ex accumsan ut. Morbi viverra, eros vel porttitor facilisis, eros purus aliquet erat, nec lobortis felis elit pulvinar sem. Vivamus vulputate, risus eget commodo eleifend, eros nibh porta quam, vitae lacinia leo libero at magna. Maecenas aliquam sagittis orci, et posuere nisi ultrices sit amet. Aliquam ex odio, malesuada sed posuere quis, pellentesque at mauris. Phasellus venenatis massa ex, eget pulvinar libero auctor pretium. Aliquam erat volutpat. Duis euismod justo in quam ullamcorper, in commodo massa vulputate.</div>
|
|
816
|
+
</div>
|
|
817
|
+
<div class="pf-v6-c-drawer__panel">
|
|
818
|
+
<div class="pf-v6-c-drawer__head">
|
|
819
|
+
<span>Drawer panel header content</span>
|
|
820
|
+
<div class="pf-v6-c-drawer__actions">
|
|
821
|
+
<div class="pf-v6-c-drawer__close">
|
|
822
|
+
<button
|
|
823
|
+
class="pf-v6-c-button pf-m-plain"
|
|
824
|
+
type="button"
|
|
825
|
+
aria-label="Close drawer panel"
|
|
826
|
+
>
|
|
827
|
+
<span class="pf-v6-c-button__icon">
|
|
828
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
829
|
+
</span>
|
|
830
|
+
</button>
|
|
831
|
+
</div>
|
|
832
|
+
</div>
|
|
833
|
+
</div>
|
|
834
|
+
<div
|
|
835
|
+
class="pf-v6-c-drawer__description"
|
|
836
|
+
>This is a helpful description of the drawer panel.</div>
|
|
837
|
+
<div class="pf-v6-c-drawer__body">Drawer panel body content</div>
|
|
838
|
+
</div>
|
|
839
|
+
</div>
|
|
840
|
+
</div>
|
|
841
|
+
|
|
842
|
+
```
|
|
786
843
|
|
|
787
844
|
## Documentation
|
|
788
845
|
|
|
@@ -793,6 +850,10 @@ cssPrefix: pf-v6-c-drawer
|
|
|
793
850
|
| `aria-expanded="true"` | `action that opens drawer` | Indicates that the expandable content is visible. **Required** |
|
|
794
851
|
| `aria-expanded="false"` | `action that opens drawer` | Indicates that the expandable content is hidden. **Required** |
|
|
795
852
|
| `hidden` | `.pf-v6-c-drawer__panel` | Hides the drawer panel from assistive technologies. **Required** |
|
|
853
|
+
| `role="separator"` | `.pf-v6-c-drawer__splitter` | Indicates that the splitter is a separator. **Required** |
|
|
854
|
+
| `tabindex="0"` | `.pf-v6-c-drawer__splitter` | Inserts the splitter into the tab order of the page so that it is focusable. **Required** |
|
|
855
|
+
| `aria-orientation="horizontal"` | `.pf-v6-c-drawer__splitter` | Indicates that the splitter is oriented horizontally. |
|
|
856
|
+
| `aria-orientation="vertical"` | `.pf-v6-c-drawer__splitter.pf-m-vertical` | Indicates that the splitter is oriented vertically. |
|
|
796
857
|
|
|
797
858
|
### Usage
|
|
798
859
|
|
|
@@ -809,11 +870,15 @@ cssPrefix: pf-v6-c-drawer
|
|
|
809
870
|
| `.pf-v6-c-drawer__actions` | `<div>` | Initiates an actions container within `.pf-v6--drawer__head`. |
|
|
810
871
|
| `.pf-v6-c-drawer__close` | `<div>` | Identifies the drawer close button within `.pf-v6-c-drawer__actions`. |
|
|
811
872
|
| `.pf-v6-c-drawer__description` | `<div>` | Initiates a drawer panel description. |
|
|
873
|
+
| `.pf-v6-c-drawer__splitter` | `<div>` | Initiates the splitter. |
|
|
874
|
+
| `.pf-v6-c-drawer__splitter-handle` | `<div>` | Initiates the splitter handle element. |
|
|
812
875
|
| `.pf-m-panel-left` | `.pf-v6-c-drawer` | Modifies the drawer panel to expand from the left. |
|
|
813
876
|
| `.pf-m-panel-bottom` | `.pf-v6-c-drawer` | Modifies the drawer panel to expand from the bottom. **Note:** percentage based panel sizes require the drawer component's parent element have an implicit or explicit height. |
|
|
814
877
|
| `.pf-m-expanded` | `.pf-v6-c-drawer` | Modifies the drawer panel for the expanded state. |
|
|
815
878
|
| `.pf-m-static{-on-[lg, xl, 2xl]}` | `.pf-v6-c-drawer` | Modifies the drawer panel state to always show both content and panel at optional [breakpoint](/tokens/all-patternfly-tokens). |
|
|
816
879
|
| `.pf-m-inline{-on-[lg, xl, 2xl]}` | `.pf-v6-c-drawer` | Modifies the drawer so the content element and panel element are displayed side by side. `.pf-m-inline` used without a [breakpoint](/tokens/all-patternfly-tokens) will default to the `md` breakpoint. |
|
|
880
|
+
| `.pf-m-pill` | `.pf-v6-c-drawer` | Modifies the drawer for pill styles. |
|
|
881
|
+
| `.pf-m-no-glass` | `.pf-v6-c-drawer__panel.pf-m-pill` | Modifies the drawer panel to remove glass styling when using glass theme. |
|
|
817
882
|
| `.pf-m-no-border` | `.pf-v6-c-drawer__panel` | Modifies the drawer panel border treatment to disable all border treatment. |
|
|
818
883
|
| `.pf-m-padding` | `.pf-v6-c-drawer__body` | Modifies the element to add padding. |
|
|
819
884
|
| `.pf-m-no-padding` | `.pf-v6-c-drawer__body` | Modifies the element to remove padding. |
|
|
@@ -822,6 +887,7 @@ cssPrefix: pf-v6-c-drawer
|
|
|
822
887
|
| `.pf-m-secondary` | `.pf-v6-c-drawer__section`, `.pf-v6-c-drawer__content`, `.pf-v6-c-drawer__panel` | Modifies the drawer element to use the secondary background color. |
|
|
823
888
|
| `.pf-m-width-{25, 33, 50, 66, 75, 100}{-on-[breakpoint]}` | `.pf-v6-c-drawer__panel` | Modifies the drawer panel width at optional [breakpoint](/tokens/all-patternfly-tokens). |
|
|
824
889
|
| `.pf-m-resizable` | `.pf-v6-c-drawer__panel` | Modifies the drawer panel to be resizable. Intended for use with the `.pf-v6-c-drawer__splitter` element. |
|
|
890
|
+
| `.pf-m-vertical` | `.pf-v6-c-drawer__splitter` | Modifies the splitter to be vertical. |
|
|
825
891
|
| `--pf-v6-c-drawer__panel--md--FlexBasis--min` | `.pf-v6-c-drawer__panel` | Defines the drawer panel minimum size. |
|
|
826
892
|
| `--pf-v6-c-drawer__panel--md--FlexBasis` | `.pf-v6-c-drawer__panel` | Defines the drawer panel size. |
|
|
827
893
|
| `--pf-v6-c-drawer__panel--md--FlexBasis--max` | `.pf-v6-c-drawer__panel` | Defines the drawer panel maximum size. |
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: 'Hero'
|
|
3
|
+
beta: true
|
|
4
|
+
section: components
|
|
5
|
+
cssPrefix: pf-v6-c-hero
|
|
6
|
+
---## Examples
|
|
7
|
+
|
|
8
|
+
### Basic
|
|
9
|
+
|
|
10
|
+
```html isBeta
|
|
11
|
+
<div class="pf-v6-c-hero">
|
|
12
|
+
<div class="pf-v6-c-hero__body">Basic hero content</div>
|
|
13
|
+
</div>
|
|
14
|
+
|
|
15
|
+
```
|
|
16
|
+
|
|
17
|
+
## Documentation
|
|
18
|
+
|
|
19
|
+
### Usage
|
|
20
|
+
|
|
21
|
+
| Class | Applied to | Outcome |
|
|
22
|
+
| -- | -- | -- |
|
|
23
|
+
| `.pf-v6-c-hero` | `<div>` | Initiates the hero. **Required** |
|
|
24
|
+
| `.pf-v6-c-hero__body` | `<div>` | Initiates the hero body. |
|
|
25
|
+
| `.pf-m-no-glass` | `.pf-v6-c-hero` | Modifies the hero to remove glass styling when using glass theme. |
|
|
@@ -262,6 +262,45 @@ cssPrefix: pf-v6-c-menu-toggle
|
|
|
262
262
|
|
|
263
263
|
```
|
|
264
264
|
|
|
265
|
+
### Plain circle
|
|
266
|
+
|
|
267
|
+
```html isBeta
|
|
268
|
+
<button
|
|
269
|
+
class="pf-v6-c-menu-toggle pf-m-circle pf-m-plain"
|
|
270
|
+
type="button"
|
|
271
|
+
aria-expanded="false"
|
|
272
|
+
aria-label="Circle styled actions"
|
|
273
|
+
>
|
|
274
|
+
<span class="pf-v6-c-menu-toggle__icon">
|
|
275
|
+
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
276
|
+
</span>
|
|
277
|
+
</button>
|
|
278
|
+
|
|
279
|
+
<button
|
|
280
|
+
class="pf-v6-c-menu-toggle pf-m-circle pf-m-expanded pf-m-plain"
|
|
281
|
+
type="button"
|
|
282
|
+
aria-expanded="true"
|
|
283
|
+
aria-label="Circle and expanded styled actions"
|
|
284
|
+
>
|
|
285
|
+
<span class="pf-v6-c-menu-toggle__icon">
|
|
286
|
+
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
287
|
+
</span>
|
|
288
|
+
</button>
|
|
289
|
+
|
|
290
|
+
<button
|
|
291
|
+
class="pf-v6-c-menu-toggle pf-m-circle pf-m-plain pf-m-disabled"
|
|
292
|
+
type="button"
|
|
293
|
+
aria-expanded="false"
|
|
294
|
+
disabled
|
|
295
|
+
aria-label="Circle and disabled styled actions"
|
|
296
|
+
>
|
|
297
|
+
<span class="pf-v6-c-menu-toggle__icon">
|
|
298
|
+
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
299
|
+
</span>
|
|
300
|
+
</button>
|
|
301
|
+
|
|
302
|
+
```
|
|
303
|
+
|
|
265
304
|
### Plain with text
|
|
266
305
|
|
|
267
306
|
```html
|
|
@@ -2189,6 +2228,7 @@ Shown with default, primary, and secondary styling
|
|
|
2189
2228
|
| `.pf-m-secondary` | `.pf-v6-c-menu-toggle` | Modifies the menu toggle component for the secondary variation. |
|
|
2190
2229
|
| `.pf-m-text` | `.pf-v6-c-menu-toggle` | Modifies the menu toggle component for the text variation. |
|
|
2191
2230
|
| `.pf-m-plain` | `.pf-v6-c-menu-toggle` | Modifies the menu toggle component for the plain variation. |
|
|
2231
|
+
| `.pf-m-circle` | `.pf-v6-c-menu-toggle` | Modifies the menu toggle component to be circular in shape. This is intended to be applied only to a plain menu toggle without any text. |
|
|
2192
2232
|
| `.pf-m-expanded` | `.pf-v6-c-menu-toggle` | Modifies the menu toggle component for the expanded state. |
|
|
2193
2233
|
| `.pf-m-full-height` | `.pf-v6-c-menu-toggle` | Modifies the menu toggle component to full height of parent. |
|
|
2194
2234
|
| `.pf-m-full-width` | `.pf-v6-c-menu-toggle` | Modifies the menu toggle component to full width of parent. |
|
|
@@ -8179,6 +8179,94 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
8179
8179
|
| `.pf-m-no-background` | `.pf-v6-c-table__expandable-row-content` | Modifies the expandable row content to have a transparent background. For in compound expandable when the parent expandable row has no padding with `.pf-m-no-padding`. |
|
|
8180
8180
|
| `.pf-m-no-animate-expand` | `.pf-v6-c-table__control-row.pf-m-expanded` | Disables animation on a compound expandable row. **Note:** Used to disable the animation when clicking between compound expandable items. |
|
|
8181
8181
|
|
|
8182
|
+
## Plain variant
|
|
8183
|
+
|
|
8184
|
+
### Plain example
|
|
8185
|
+
|
|
8186
|
+
```html isBeta
|
|
8187
|
+
<table
|
|
8188
|
+
class="pf-v6-c-table pf-m-grid-md pf-m-plain"
|
|
8189
|
+
role="grid"
|
|
8190
|
+
aria-label="This is a plain table example"
|
|
8191
|
+
id="table-plain"
|
|
8192
|
+
>
|
|
8193
|
+
<caption class="pf-v6-c-table__caption">This is the table caption</caption>
|
|
8194
|
+
|
|
8195
|
+
<thead class="pf-v6-c-table__thead">
|
|
8196
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
8197
|
+
<th class="pf-v6-c-table__th" role="columnheader" scope="col">Repositories</th>
|
|
8198
|
+
|
|
8199
|
+
<th class="pf-v6-c-table__th" role="columnheader" scope="col">Branches</th>
|
|
8200
|
+
|
|
8201
|
+
<th
|
|
8202
|
+
class="pf-v6-c-table__th"
|
|
8203
|
+
role="columnheader"
|
|
8204
|
+
scope="col"
|
|
8205
|
+
>Pull requests</th>
|
|
8206
|
+
|
|
8207
|
+
<th class="pf-v6-c-table__th" role="columnheader" scope="col">Workspaces</th>
|
|
8208
|
+
|
|
8209
|
+
<th class="pf-v6-c-table__th" role="columnheader" scope="col">Last commit</th>
|
|
8210
|
+
</tr>
|
|
8211
|
+
</thead>
|
|
8212
|
+
|
|
8213
|
+
<tbody class="pf-v6-c-table__tbody" role="rowgroup">
|
|
8214
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
8215
|
+
<td
|
|
8216
|
+
class="pf-v6-c-table__td"
|
|
8217
|
+
role="cell"
|
|
8218
|
+
data-label="Repository name"
|
|
8219
|
+
>Repository 1</td>
|
|
8220
|
+
<td class="pf-v6-c-table__td" role="cell" data-label="Branches">10</td>
|
|
8221
|
+
<td class="pf-v6-c-table__td" role="cell" data-label="Pull requests">25</td>
|
|
8222
|
+
<td class="pf-v6-c-table__td" role="cell" data-label="Workspaces">5</td>
|
|
8223
|
+
<td
|
|
8224
|
+
class="pf-v6-c-table__td"
|
|
8225
|
+
role="cell"
|
|
8226
|
+
data-label="Last commit"
|
|
8227
|
+
>2 days ago</td>
|
|
8228
|
+
</tr>
|
|
8229
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
8230
|
+
<td
|
|
8231
|
+
class="pf-v6-c-table__td"
|
|
8232
|
+
role="cell"
|
|
8233
|
+
data-label="Repository name"
|
|
8234
|
+
>Repository 2</td>
|
|
8235
|
+
<td class="pf-v6-c-table__td" role="cell" data-label="Branches">10</td>
|
|
8236
|
+
<td class="pf-v6-c-table__td" role="cell" data-label="Pull requests">25</td>
|
|
8237
|
+
<td class="pf-v6-c-table__td" role="cell" data-label="Workspaces">5</td>
|
|
8238
|
+
<td
|
|
8239
|
+
class="pf-v6-c-table__td"
|
|
8240
|
+
role="cell"
|
|
8241
|
+
data-label="Last commit"
|
|
8242
|
+
>2 days ago</td>
|
|
8243
|
+
</tr>
|
|
8244
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
8245
|
+
<td
|
|
8246
|
+
class="pf-v6-c-table__td"
|
|
8247
|
+
role="cell"
|
|
8248
|
+
data-label="Repository name"
|
|
8249
|
+
>Repository 3</td>
|
|
8250
|
+
<td class="pf-v6-c-table__td" role="cell" data-label="Branches">10</td>
|
|
8251
|
+
<td class="pf-v6-c-table__td" role="cell" data-label="Pull requests">25</td>
|
|
8252
|
+
<td class="pf-v6-c-table__td" role="cell" data-label="Workspaces">5</td>
|
|
8253
|
+
<td
|
|
8254
|
+
class="pf-v6-c-table__td"
|
|
8255
|
+
role="cell"
|
|
8256
|
+
data-label="Last commit"
|
|
8257
|
+
>2 days ago</td>
|
|
8258
|
+
</tr>
|
|
8259
|
+
</tbody>
|
|
8260
|
+
</table>
|
|
8261
|
+
|
|
8262
|
+
```
|
|
8263
|
+
|
|
8264
|
+
### Plain variant usage
|
|
8265
|
+
|
|
8266
|
+
| Class | Applied to | Outcome |
|
|
8267
|
+
| -- | -- | -- |
|
|
8268
|
+
| `.pf-m-plain` | `.pf-v6-c-table` | Modifies the table to have a transparent background. |
|
|
8269
|
+
|
|
8182
8270
|
## Compact variant
|
|
8183
8271
|
|
|
8184
8272
|
### Compact example
|
|
@@ -2687,12 +2687,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
2687
2687
|
### Using the nav element example
|
|
2688
2688
|
|
|
2689
2689
|
```html
|
|
2690
|
-
<nav
|
|
2691
|
-
class="pf-v6-c-tabs pf-m-scrollable"
|
|
2692
|
-
aria-label="Tabs nav"
|
|
2693
|
-
role="region"
|
|
2694
|
-
id="using-the-nav-element"
|
|
2695
|
-
>
|
|
2690
|
+
<nav class="pf-v6-c-tabs pf-m-scrollable" aria-label="Tabs nav">
|
|
2696
2691
|
<div class="pf-v6-c-tabs__scroll-button">
|
|
2697
2692
|
<button
|
|
2698
2693
|
class="pf-v6-c-button pf-m-plain"
|
|
@@ -2789,12 +2784,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
2789
2784
|
### Sub tabs using the nav element example
|
|
2790
2785
|
|
|
2791
2786
|
```html
|
|
2792
|
-
<nav
|
|
2793
|
-
class="pf-v6-c-tabs"
|
|
2794
|
-
aria-label="Tabs primary nav"
|
|
2795
|
-
role="region"
|
|
2796
|
-
id="sub-tabs-using-the-nav-element"
|
|
2797
|
-
>
|
|
2787
|
+
<nav class="pf-v6-c-tabs" aria-label="Tabs primary nav">
|
|
2798
2788
|
<div class="pf-v6-c-tabs__scroll-button" aria-hidden="true">
|
|
2799
2789
|
<button
|
|
2800
2790
|
class="pf-v6-c-button pf-m-plain"
|
|
@@ -2885,12 +2875,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
2885
2875
|
</div>
|
|
2886
2876
|
</nav>
|
|
2887
2877
|
|
|
2888
|
-
<nav
|
|
2889
|
-
class="pf-v6-c-tabs pf-m-subtab"
|
|
2890
|
-
aria-label="Tabs subtab nav"
|
|
2891
|
-
role="region"
|
|
2892
|
-
id="sub-tabs-using-the-nav-element-subtab"
|
|
2893
|
-
>
|
|
2878
|
+
<nav class="pf-v6-c-tabs pf-m-subtab" aria-label="Tabs subtab nav">
|
|
2894
2879
|
<div class="pf-v6-c-tabs__scroll-button" aria-hidden="true">
|
|
2895
2880
|
<button
|
|
2896
2881
|
class="pf-v6-c-button pf-m-plain"
|
|
@@ -2986,6 +2971,199 @@ cssPrefix: pf-v6-c-tabs
|
|
|
2986
2971
|
|
|
2987
2972
|
```
|
|
2988
2973
|
|
|
2974
|
+
### Site navigation variation
|
|
2975
|
+
|
|
2976
|
+
```html isBeta
|
|
2977
|
+
<nav
|
|
2978
|
+
class="pf-v6-c-tabs pf-m-nav"
|
|
2979
|
+
aria-label="Site navigation variation example"
|
|
2980
|
+
>
|
|
2981
|
+
<div class="pf-v6-c-tabs__scroll-button" aria-hidden="true">
|
|
2982
|
+
<button
|
|
2983
|
+
class="pf-v6-c-button pf-m-small pf-m-plain"
|
|
2984
|
+
type="button"
|
|
2985
|
+
aria-label="Scroll left"
|
|
2986
|
+
disabled
|
|
2987
|
+
>
|
|
2988
|
+
<span class="pf-v6-c-button__icon">
|
|
2989
|
+
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
2990
|
+
</span>
|
|
2991
|
+
</button>
|
|
2992
|
+
</div>
|
|
2993
|
+
<ul class="pf-v6-c-tabs__list" role="tablist">
|
|
2994
|
+
<li class="pf-v6-c-tabs__item" role="presentation">
|
|
2995
|
+
<button
|
|
2996
|
+
type="button"
|
|
2997
|
+
class="pf-v6-c-tabs__link"
|
|
2998
|
+
role="tab"
|
|
2999
|
+
id="nav-tabs-users-link"
|
|
3000
|
+
>
|
|
3001
|
+
<span class="pf-v6-c-tabs__item-text">Users</span>
|
|
3002
|
+
</button>
|
|
3003
|
+
</li>
|
|
3004
|
+
<li class="pf-v6-c-tabs__item pf-m-current" role="presentation">
|
|
3005
|
+
<button
|
|
3006
|
+
type="button"
|
|
3007
|
+
class="pf-v6-c-tabs__link"
|
|
3008
|
+
role="tab"
|
|
3009
|
+
id="nav-tabs-containers-link"
|
|
3010
|
+
>
|
|
3011
|
+
<span class="pf-v6-c-tabs__item-text">Containers</span>
|
|
3012
|
+
</button>
|
|
3013
|
+
</li>
|
|
3014
|
+
<li class="pf-v6-c-tabs__item" role="presentation">
|
|
3015
|
+
<button
|
|
3016
|
+
type="button"
|
|
3017
|
+
class="pf-v6-c-tabs__link"
|
|
3018
|
+
role="tab"
|
|
3019
|
+
id="nav-tabs-database-link"
|
|
3020
|
+
>
|
|
3021
|
+
<span class="pf-v6-c-tabs__item-text">Database</span>
|
|
3022
|
+
</button>
|
|
3023
|
+
</li>
|
|
3024
|
+
|
|
3025
|
+
<li class="pf-v6-c-tabs__item" role="presentation">
|
|
3026
|
+
<button
|
|
3027
|
+
type="button"
|
|
3028
|
+
class="pf-v6-c-tabs__link"
|
|
3029
|
+
role="tab"
|
|
3030
|
+
id="nav-tabs-server-link"
|
|
3031
|
+
>
|
|
3032
|
+
<span class="pf-v6-c-tabs__item-text">Server</span>
|
|
3033
|
+
</button>
|
|
3034
|
+
</li>
|
|
3035
|
+
<li class="pf-v6-c-tabs__item" role="presentation">
|
|
3036
|
+
<button
|
|
3037
|
+
type="button"
|
|
3038
|
+
class="pf-v6-c-tabs__link"
|
|
3039
|
+
role="tab"
|
|
3040
|
+
id="nav-tabs-system-link"
|
|
3041
|
+
>
|
|
3042
|
+
<span class="pf-v6-c-tabs__item-text">System</span>
|
|
3043
|
+
</button>
|
|
3044
|
+
</li>
|
|
3045
|
+
<li class="pf-v6-c-tabs__item" role="presentation">
|
|
3046
|
+
<button
|
|
3047
|
+
type="button"
|
|
3048
|
+
class="pf-v6-c-tabs__link"
|
|
3049
|
+
role="tab"
|
|
3050
|
+
id="nav-tabs-network-wired-link"
|
|
3051
|
+
>
|
|
3052
|
+
<span class="pf-v6-c-tabs__item-text">Network</span>
|
|
3053
|
+
</button>
|
|
3054
|
+
</li>
|
|
3055
|
+
</ul>
|
|
3056
|
+
|
|
3057
|
+
<div class="pf-v6-c-tabs__scroll-button" aria-hidden="true">
|
|
3058
|
+
<button
|
|
3059
|
+
class="pf-v6-c-button pf-m-small pf-m-plain"
|
|
3060
|
+
type="button"
|
|
3061
|
+
aria-label="Scroll right"
|
|
3062
|
+
disabled
|
|
3063
|
+
>
|
|
3064
|
+
<span class="pf-v6-c-button__icon">
|
|
3065
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
3066
|
+
</span>
|
|
3067
|
+
</button>
|
|
3068
|
+
</div>
|
|
3069
|
+
</nav><br/ >
|
|
3070
|
+
As sub navigation:
|
|
3071
|
+
<nav
|
|
3072
|
+
class="pf-v6-c-tabs pf-m-subtab pf-m-nav"
|
|
3073
|
+
aria-label="Site sub-navigation variation example"
|
|
3074
|
+
>
|
|
3075
|
+
<div class="pf-v6-c-tabs__scroll-button" aria-hidden="true">
|
|
3076
|
+
<button
|
|
3077
|
+
class="pf-v6-c-button pf-m-small pf-m-plain"
|
|
3078
|
+
type="button"
|
|
3079
|
+
aria-label="Scroll left"
|
|
3080
|
+
disabled
|
|
3081
|
+
>
|
|
3082
|
+
<span class="pf-v6-c-button__icon">
|
|
3083
|
+
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
3084
|
+
</span>
|
|
3085
|
+
</button>
|
|
3086
|
+
</div>
|
|
3087
|
+
<ul class="pf-v6-c-tabs__list" role="tablist">
|
|
3088
|
+
<li class="pf-v6-c-tabs__item" role="presentation">
|
|
3089
|
+
<button
|
|
3090
|
+
type="button"
|
|
3091
|
+
class="pf-v6-c-tabs__link"
|
|
3092
|
+
role="tab"
|
|
3093
|
+
id="nav-tabs-users-link"
|
|
3094
|
+
>
|
|
3095
|
+
<span class="pf-v6-c-tabs__item-text">Users</span>
|
|
3096
|
+
</button>
|
|
3097
|
+
</li>
|
|
3098
|
+
<li class="pf-v6-c-tabs__item pf-m-current" role="presentation">
|
|
3099
|
+
<button
|
|
3100
|
+
type="button"
|
|
3101
|
+
class="pf-v6-c-tabs__link"
|
|
3102
|
+
role="tab"
|
|
3103
|
+
id="nav-tabs-containers-link"
|
|
3104
|
+
>
|
|
3105
|
+
<span class="pf-v6-c-tabs__item-text">Containers</span>
|
|
3106
|
+
</button>
|
|
3107
|
+
</li>
|
|
3108
|
+
<li class="pf-v6-c-tabs__item" role="presentation">
|
|
3109
|
+
<button
|
|
3110
|
+
type="button"
|
|
3111
|
+
class="pf-v6-c-tabs__link"
|
|
3112
|
+
role="tab"
|
|
3113
|
+
id="nav-tabs-database-link"
|
|
3114
|
+
>
|
|
3115
|
+
<span class="pf-v6-c-tabs__item-text">Database</span>
|
|
3116
|
+
</button>
|
|
3117
|
+
</li>
|
|
3118
|
+
|
|
3119
|
+
<li class="pf-v6-c-tabs__item" role="presentation">
|
|
3120
|
+
<button
|
|
3121
|
+
type="button"
|
|
3122
|
+
class="pf-v6-c-tabs__link"
|
|
3123
|
+
role="tab"
|
|
3124
|
+
id="nav-tabs-server-link"
|
|
3125
|
+
>
|
|
3126
|
+
<span class="pf-v6-c-tabs__item-text">Server</span>
|
|
3127
|
+
</button>
|
|
3128
|
+
</li>
|
|
3129
|
+
<li class="pf-v6-c-tabs__item" role="presentation">
|
|
3130
|
+
<button
|
|
3131
|
+
type="button"
|
|
3132
|
+
class="pf-v6-c-tabs__link"
|
|
3133
|
+
role="tab"
|
|
3134
|
+
id="nav-tabs-system-link"
|
|
3135
|
+
>
|
|
3136
|
+
<span class="pf-v6-c-tabs__item-text">System</span>
|
|
3137
|
+
</button>
|
|
3138
|
+
</li>
|
|
3139
|
+
<li class="pf-v6-c-tabs__item" role="presentation">
|
|
3140
|
+
<button
|
|
3141
|
+
type="button"
|
|
3142
|
+
class="pf-v6-c-tabs__link"
|
|
3143
|
+
role="tab"
|
|
3144
|
+
id="nav-tabs-network-wired-link"
|
|
3145
|
+
>
|
|
3146
|
+
<span class="pf-v6-c-tabs__item-text">Network</span>
|
|
3147
|
+
</button>
|
|
3148
|
+
</li>
|
|
3149
|
+
</ul>
|
|
3150
|
+
|
|
3151
|
+
<div class="pf-v6-c-tabs__scroll-button" aria-hidden="true">
|
|
3152
|
+
<button
|
|
3153
|
+
class="pf-v6-c-button pf-m-small pf-m-plain"
|
|
3154
|
+
type="button"
|
|
3155
|
+
aria-label="Scroll right"
|
|
3156
|
+
disabled
|
|
3157
|
+
>
|
|
3158
|
+
<span class="pf-v6-c-button__icon">
|
|
3159
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
3160
|
+
</span>
|
|
3161
|
+
</button>
|
|
3162
|
+
</div>
|
|
3163
|
+
</nav>
|
|
3164
|
+
|
|
3165
|
+
```
|
|
3166
|
+
|
|
2989
3167
|
## Tab item actions
|
|
2990
3168
|
|
|
2991
3169
|
### Help button example
|
|
@@ -10475,6 +10653,7 @@ Whenever a list of tabs is unique on the current page, it can be used in a `<nav
|
|
|
10475
10653
|
| `.pf-m-initializing-accent` | `.pf-v6-c-tabs.pf-m-animate-current` | Modifies tabs styles while initializing the "current" tab's accent styles. |
|
|
10476
10654
|
| `--pf-v6-c-tabs--link-accent--start` | `.pf-v6-c-tabs.pf-m-animate-current` | Sets the value for the "start" inset of the current tab's accent. |
|
|
10477
10655
|
| `--pf-v6-c-tabs--link-accent--length` | `.pf-v6-c-tabs.pf-m-animate-current` | Sets the value for the length of the current tab's accent. |
|
|
10656
|
+
| `.pf-m-nav` | `.pf-v6-c-tabs` | Applies site navigation styling to the tab component. |
|
|
10478
10657
|
| `.pf-m-current` | `.pf-v6-c-tabs__item` | Indicates that a tab item is currently selected. |
|
|
10479
10658
|
| `.pf-m-action` | `.pf-v6-c-tabs__item` | Indicates that a tab item contains actions other than the tab link. |
|
|
10480
10659
|
| `.pf-m-overflow` | `.pf-v6-c-tabs__item` | Applies overflow menu styling to a tab item. |
|
|
@@ -846,23 +846,23 @@ wrapperTag: div
|
|
|
846
846
|
</div>
|
|
847
847
|
</div>
|
|
848
848
|
<div class="pf-v6-c-drawer__panel pf-m-width-33">
|
|
849
|
-
<div class="pf-v6-c-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
</div>drawer-panel
|
|
849
|
+
<div class="pf-v6-c-drawer__head">
|
|
850
|
+
drawer-panel
|
|
851
|
+
<div class="pf-v6-c-drawer__actions">
|
|
852
|
+
<div class="pf-v6-c-drawer__close">
|
|
853
|
+
<button
|
|
854
|
+
class="pf-v6-c-button pf-m-plain"
|
|
855
|
+
type="button"
|
|
856
|
+
aria-label="Close drawer panel"
|
|
857
|
+
>
|
|
858
|
+
<span class="pf-v6-c-button__icon">
|
|
859
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
860
|
+
</span>
|
|
861
|
+
</button>
|
|
862
|
+
</div>
|
|
864
863
|
</div>
|
|
865
864
|
</div>
|
|
865
|
+
<div class="pf-v6-c-drawer__body">drawer-body</div>
|
|
866
866
|
</div>
|
|
867
867
|
</div>
|
|
868
868
|
<footer class="pf-v6-c-wizard__footer">
|