@patternfly/patternfly 6.5.0-prerelease.3 → 6.5.0-prerelease.30
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/README.md +1 -1
- 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/Accordion/accordion.scss +0 -1
- package/components/ActionList/action-list.css +2 -0
- package/components/ActionList/action-list.scss +2 -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 +306 -0
- package/components/Compass/compass.scss +337 -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/ExpandableSection/expandable-section.css +3 -0
- package/components/ExpandableSection/expandable-section.scss +3 -0
- 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/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 +578 -84
- package/components/_index.scss +3 -1
- package/docs/components/Avatar/examples/Avatar.md +4 -4
- package/docs/components/Brand/examples/Brand.md +2 -2
- 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 +91 -0
- package/docs/components/DataList/examples/DataList.md +184 -188
- package/docs/components/DescriptionList/examples/DescriptionList.md +2 -2
- package/docs/components/Divider/examples/Divider.md +2 -2
- package/docs/components/Drawer/examples/Drawer.md +83 -17
- package/docs/components/Hero/examples/Hero.md +25 -0
- package/docs/components/Icon/examples/Icon.md +1 -1
- package/docs/components/InputGroup/examples/InputGroup.md +1 -1
- package/docs/components/JumpLinks/examples/JumpLinks.md +2 -2
- package/docs/components/Masthead/examples/masthead.md +1 -1
- package/docs/components/Menu/examples/Menu.md +2 -2
- package/docs/components/MenuToggle/examples/MenuToggle.md +40 -0
- package/docs/components/Page/examples/Page.md +2 -2
- package/docs/components/Pagination/examples/Pagination.md +3 -3
- package/docs/components/ProgressStepper/examples/ProgressStepper.md +2 -2
- package/docs/components/Sidebar/examples/Sidebar.md +1 -1
- package/docs/components/Table/examples/Table.md +91 -3
- package/docs/components/Tabs/examples/Tabs.md +998 -83
- package/docs/components/Toolbar/examples/Toolbar.md +7 -7
- package/docs/components/Wizard/examples/Wizard.md +15 -15
- package/docs/demos/Card/examples/Card.md +14 -2
- package/docs/demos/Compass/examples/Compass.md +6246 -0
- package/docs/demos/Dashboard/examples/Dashboard.md +1 -4
- package/docs/demos/DescriptionList/examples/DescriptionList.md +42 -35
- package/docs/demos/Drawer/examples/Drawer.md +42 -35
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +143 -165
- package/docs/demos/Tabs/examples/Tabs.md +72 -9
- package/docs/demos/Wizard/examples/Wizard.md +31 -34
- package/docs/layouts/Bullseye/examples/Bullseye.css +2 -2
- package/docs/layouts/Bullseye/examples/Bullseye.md +2 -1
- package/docs/layouts/Flex/examples/Flex.css +3 -3
- package/docs/layouts/Flex/examples/Flex.md +3 -2
- package/docs/layouts/Gallery/examples/Gallery.css +2 -2
- package/docs/layouts/Gallery/examples/Gallery.md +4 -3
- package/docs/layouts/Grid/examples/Grid.css +1 -1
- package/docs/layouts/Grid/examples/Grid.md +6 -5
- package/docs/layouts/Level/examples/Level.css +3 -3
- package/docs/layouts/Level/examples/Level.md +2 -1
- package/docs/layouts/Split/examples/Split.css +1 -1
- package/docs/layouts/Split/examples/Split.md +2 -1
- package/docs/layouts/Stack/examples/Stack.css +3 -3
- package/docs/layouts/Stack/examples/Stack.md +2 -1
- package/docs/utilities/Accessibility/examples/Accessibility.md +3 -2
- package/docs/utilities/Alignment/examples/Alignment.css +4 -4
- package/docs/utilities/Alignment/examples/Alignment.md +3 -2
- package/docs/utilities/BackgroundColor/examples/BackgroundColor.md +5 -4
- package/docs/utilities/BoxShadow/examples/box-shadow.css +2 -2
- package/docs/utilities/BoxShadow/examples/box-shadow.md +2 -1
- package/docs/utilities/Display/examples/Display.css +1 -1
- package/docs/utilities/Display/examples/Display.md +3 -2
- package/docs/utilities/Flex/examples/Flex.css +7 -7
- package/docs/utilities/Flex/examples/Flex.md +3 -2
- package/docs/utilities/Float/examples/Float.css +2 -2
- package/docs/utilities/Float/examples/Float.md +3 -2
- package/docs/utilities/Sizing/examples/Sizing.md +8 -7
- package/docs/utilities/Spacing/examples/Spacing.css +2 -2
- package/docs/utilities/Spacing/examples/Spacing.md +3 -2
- package/docs/utilities/Text/examples/Text.md +5 -4
- 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 +28 -13
- package/patternfly-base-no-globals.css +88 -0
- package/patternfly-base.css +95 -0
- package/patternfly-no-globals.css +666 -84
- package/patternfly.css +673 -84
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
- package/sass-utilities/namespaces-components.scss +6 -0
|
@@ -287,15 +287,17 @@ section: components
|
|
|
287
287
|
<div class="pf-v6-c-page__main-body">
|
|
288
288
|
<div
|
|
289
289
|
class="pf-v6-c-tabs pf-m-page-insets"
|
|
290
|
+
aria-label="Pod"
|
|
290
291
|
role="region"
|
|
291
292
|
id="tabs-tables-and-tabs-example-tabs"
|
|
292
293
|
>
|
|
293
|
-
<ul class="pf-v6-c-tabs__list" role="tablist">
|
|
294
|
+
<ul class="pf-v6-c-tabs__list" role="tablist" aria-label="Pod">
|
|
294
295
|
<li class="pf-v6-c-tabs__item pf-m-current" role="presentation">
|
|
295
296
|
<button
|
|
296
297
|
type="button"
|
|
297
298
|
class="pf-v6-c-tabs__link"
|
|
298
299
|
role="tab"
|
|
300
|
+
aria-selected="true"
|
|
299
301
|
aria-controls="tabs-tables-and-tabs-example-tabs-details-panel"
|
|
300
302
|
id="tabs-tables-and-tabs-example-tabs-details-link"
|
|
301
303
|
>
|
|
@@ -307,6 +309,7 @@ section: components
|
|
|
307
309
|
type="button"
|
|
308
310
|
class="pf-v6-c-tabs__link"
|
|
309
311
|
role="tab"
|
|
312
|
+
aria-selected="false"
|
|
310
313
|
aria-controls="tabs-tables-and-tabs-example-tabs-yaml-panel"
|
|
311
314
|
id="tabs-tables-and-tabs-example-tabs-yaml-link"
|
|
312
315
|
>
|
|
@@ -318,6 +321,7 @@ section: components
|
|
|
318
321
|
type="button"
|
|
319
322
|
class="pf-v6-c-tabs__link"
|
|
320
323
|
role="tab"
|
|
324
|
+
aria-selected="false"
|
|
321
325
|
aria-controls="tabs-tables-and-tabs-example-tabs-environment-panel"
|
|
322
326
|
id="tabs-tables-and-tabs-example-tabs-environment-link"
|
|
323
327
|
>
|
|
@@ -329,6 +333,7 @@ section: components
|
|
|
329
333
|
type="button"
|
|
330
334
|
class="pf-v6-c-tabs__link"
|
|
331
335
|
role="tab"
|
|
336
|
+
aria-selected="false"
|
|
332
337
|
aria-controls="tabs-tables-and-tabs-example-tabs-logs-panel"
|
|
333
338
|
id="tabs-tables-and-tabs-example-tabs-logs-link"
|
|
334
339
|
>
|
|
@@ -340,6 +345,7 @@ section: components
|
|
|
340
345
|
type="button"
|
|
341
346
|
class="pf-v6-c-tabs__link"
|
|
342
347
|
role="tab"
|
|
348
|
+
aria-selected="false"
|
|
343
349
|
aria-controls="tabs-tables-and-tabs-example-tabs-events-panel"
|
|
344
350
|
id="tabs-tables-and-tabs-example-tabs-events-link"
|
|
345
351
|
>
|
|
@@ -351,6 +357,7 @@ section: components
|
|
|
351
357
|
type="button"
|
|
352
358
|
class="pf-v6-c-tabs__link"
|
|
353
359
|
role="tab"
|
|
360
|
+
aria-selected="false"
|
|
354
361
|
aria-controls="tabs-tables-and-tabs-example-tabs-terminal-panel"
|
|
355
362
|
id="tabs-tables-and-tabs-example-tabs-terminal-link"
|
|
356
363
|
>
|
|
@@ -872,15 +879,17 @@ section: components
|
|
|
872
879
|
<div class="pf-v6-c-page__main-body">
|
|
873
880
|
<div
|
|
874
881
|
class="pf-v6-c-tabs pf-m-page-insets"
|
|
882
|
+
aria-label="Pod"
|
|
875
883
|
role="region"
|
|
876
884
|
id="tabs-tables-and-tabs-example-tabs"
|
|
877
885
|
>
|
|
878
|
-
<ul class="pf-v6-c-tabs__list" role="tablist">
|
|
886
|
+
<ul class="pf-v6-c-tabs__list" role="tablist" aria-label="Pod">
|
|
879
887
|
<li class="pf-v6-c-tabs__item pf-m-current" role="presentation">
|
|
880
888
|
<button
|
|
881
889
|
type="button"
|
|
882
890
|
class="pf-v6-c-tabs__link"
|
|
883
891
|
role="tab"
|
|
892
|
+
aria-selected="true"
|
|
884
893
|
aria-controls="tabs-tables-and-tabs-example-tabs-details-panel"
|
|
885
894
|
id="tabs-tables-and-tabs-example-tabs-details-link"
|
|
886
895
|
>
|
|
@@ -892,6 +901,7 @@ section: components
|
|
|
892
901
|
type="button"
|
|
893
902
|
class="pf-v6-c-tabs__link"
|
|
894
903
|
role="tab"
|
|
904
|
+
aria-selected="false"
|
|
895
905
|
aria-controls="tabs-tables-and-tabs-example-tabs-yaml-panel"
|
|
896
906
|
id="tabs-tables-and-tabs-example-tabs-yaml-link"
|
|
897
907
|
>
|
|
@@ -903,6 +913,7 @@ section: components
|
|
|
903
913
|
type="button"
|
|
904
914
|
class="pf-v6-c-tabs__link"
|
|
905
915
|
role="tab"
|
|
916
|
+
aria-selected="false"
|
|
906
917
|
aria-controls="tabs-tables-and-tabs-example-tabs-environment-panel"
|
|
907
918
|
id="tabs-tables-and-tabs-example-tabs-environment-link"
|
|
908
919
|
>
|
|
@@ -914,6 +925,7 @@ section: components
|
|
|
914
925
|
type="button"
|
|
915
926
|
class="pf-v6-c-tabs__link"
|
|
916
927
|
role="tab"
|
|
928
|
+
aria-selected="false"
|
|
917
929
|
aria-controls="tabs-tables-and-tabs-example-tabs-logs-panel"
|
|
918
930
|
id="tabs-tables-and-tabs-example-tabs-logs-link"
|
|
919
931
|
>
|
|
@@ -925,6 +937,7 @@ section: components
|
|
|
925
937
|
type="button"
|
|
926
938
|
class="pf-v6-c-tabs__link"
|
|
927
939
|
role="tab"
|
|
940
|
+
aria-selected="false"
|
|
928
941
|
aria-controls="tabs-tables-and-tabs-example-tabs-events-panel"
|
|
929
942
|
id="tabs-tables-and-tabs-example-tabs-events-link"
|
|
930
943
|
>
|
|
@@ -936,6 +949,7 @@ section: components
|
|
|
936
949
|
type="button"
|
|
937
950
|
class="pf-v6-c-tabs__link"
|
|
938
951
|
role="tab"
|
|
952
|
+
aria-selected="false"
|
|
939
953
|
aria-controls="tabs-tables-and-tabs-example-tabs-terminal-panel"
|
|
940
954
|
id="tabs-tables-and-tabs-example-tabs-terminal-link"
|
|
941
955
|
>
|
|
@@ -950,15 +964,21 @@ section: components
|
|
|
950
964
|
<div class="pf-v6-c-page__main-body">
|
|
951
965
|
<div
|
|
952
966
|
class="pf-v6-c-tabs pf-m-secondary pf-m-page-insets"
|
|
967
|
+
aria-label="Pod details"
|
|
953
968
|
role="region"
|
|
954
969
|
id="tabs-tables-and-tabs-example-tabs-secondary"
|
|
955
970
|
>
|
|
956
|
-
<ul
|
|
971
|
+
<ul
|
|
972
|
+
class="pf-v6-c-tabs__list"
|
|
973
|
+
role="tablist"
|
|
974
|
+
aria-label="Pod details"
|
|
975
|
+
>
|
|
957
976
|
<li class="pf-v6-c-tabs__item pf-m-current" role="presentation">
|
|
958
977
|
<button
|
|
959
978
|
type="button"
|
|
960
979
|
class="pf-v6-c-tabs__link"
|
|
961
980
|
role="tab"
|
|
981
|
+
aria-selected="true"
|
|
962
982
|
aria-controls="tabs-tables-and-tabs-example-tabs-secondary-pod-info-panel"
|
|
963
983
|
id="tabs-tables-and-tabs-example-tabs-secondary-pod-info-link"
|
|
964
984
|
>
|
|
@@ -970,6 +990,7 @@ section: components
|
|
|
970
990
|
type="button"
|
|
971
991
|
class="pf-v6-c-tabs__link"
|
|
972
992
|
role="tab"
|
|
993
|
+
aria-selected="false"
|
|
973
994
|
aria-controls="tabs-tables-and-tabs-example-tabs-secondary-editable-aspects-panel"
|
|
974
995
|
id="tabs-tables-and-tabs-example-tabs-secondary-editable-aspects-link"
|
|
975
996
|
>
|
|
@@ -1458,15 +1479,17 @@ section: components
|
|
|
1458
1479
|
<div class="pf-v6-c-page__main-body">
|
|
1459
1480
|
<div
|
|
1460
1481
|
class="pf-v6-c-tabs pf-m-page-insets"
|
|
1482
|
+
aria-label="Clusters"
|
|
1461
1483
|
role="region"
|
|
1462
1484
|
id="nested-tabs-example-tabs-tabs"
|
|
1463
1485
|
>
|
|
1464
|
-
<ul class="pf-v6-c-tabs__list" role="tablist">
|
|
1486
|
+
<ul class="pf-v6-c-tabs__list" role="tablist" aria-label="Clusters">
|
|
1465
1487
|
<li class="pf-v6-c-tabs__item pf-m-current" role="presentation">
|
|
1466
1488
|
<button
|
|
1467
1489
|
type="button"
|
|
1468
1490
|
class="pf-v6-c-tabs__link"
|
|
1469
1491
|
role="tab"
|
|
1492
|
+
aria-selected="true"
|
|
1470
1493
|
aria-controls="nested-tabs-example-tabs-tabs-cluster-1-panel"
|
|
1471
1494
|
id="nested-tabs-example-tabs-tabs-cluster-1-link"
|
|
1472
1495
|
>
|
|
@@ -1478,6 +1501,7 @@ section: components
|
|
|
1478
1501
|
type="button"
|
|
1479
1502
|
class="pf-v6-c-tabs__link"
|
|
1480
1503
|
role="tab"
|
|
1504
|
+
aria-selected="false"
|
|
1481
1505
|
aria-controls="nested-tabs-example-tabs-tabs-cluster-2-panel"
|
|
1482
1506
|
id="nested-tabs-example-tabs-tabs-cluster-2-link"
|
|
1483
1507
|
>
|
|
@@ -1511,10 +1535,15 @@ section: components
|
|
|
1511
1535
|
<div class="pf-v6-l-flex__item">
|
|
1512
1536
|
<div
|
|
1513
1537
|
class="pf-v6-c-tabs"
|
|
1538
|
+
aria-label="Cluster 1"
|
|
1514
1539
|
role="region"
|
|
1515
1540
|
id="nested-tabs-example-tabs-tabs-subtabs"
|
|
1516
1541
|
>
|
|
1517
|
-
<ul
|
|
1542
|
+
<ul
|
|
1543
|
+
class="pf-v6-c-tabs__list"
|
|
1544
|
+
role="tablist"
|
|
1545
|
+
aria-label="Cluster 1"
|
|
1546
|
+
>
|
|
1518
1547
|
<li
|
|
1519
1548
|
class="pf-v6-c-tabs__item pf-m-current"
|
|
1520
1549
|
role="presentation"
|
|
@@ -1523,6 +1552,7 @@ section: components
|
|
|
1523
1552
|
type="button"
|
|
1524
1553
|
class="pf-v6-c-tabs__link"
|
|
1525
1554
|
role="tab"
|
|
1555
|
+
aria-selected="true"
|
|
1526
1556
|
aria-controls="nested-tabs-example-tabs-tabs-subtabs-cluster-panel"
|
|
1527
1557
|
id="nested-tabs-example-tabs-tabs-subtabs-cluster-link"
|
|
1528
1558
|
>
|
|
@@ -1537,6 +1567,7 @@ section: components
|
|
|
1537
1567
|
type="button"
|
|
1538
1568
|
class="pf-v6-c-tabs__link"
|
|
1539
1569
|
role="tab"
|
|
1570
|
+
aria-selected="false"
|
|
1540
1571
|
aria-controls="nested-tabs-example-tabs-tabs-subtabs-control-plane-panel"
|
|
1541
1572
|
id="nested-tabs-example-tabs-tabs-subtabs-control-plane-link"
|
|
1542
1573
|
>
|
|
@@ -1553,6 +1584,7 @@ section: components
|
|
|
1553
1584
|
type="button"
|
|
1554
1585
|
class="pf-v6-c-tabs__link"
|
|
1555
1586
|
role="tab"
|
|
1587
|
+
aria-selected="false"
|
|
1556
1588
|
aria-controls="nested-tabs-example-tabs-tabs-subtabs-operators-panel"
|
|
1557
1589
|
id="nested-tabs-example-tabs-tabs-subtabs-operators-link"
|
|
1558
1590
|
>
|
|
@@ -1569,6 +1601,7 @@ section: components
|
|
|
1569
1601
|
type="button"
|
|
1570
1602
|
class="pf-v6-c-tabs__link"
|
|
1571
1603
|
role="tab"
|
|
1604
|
+
aria-selected="false"
|
|
1572
1605
|
aria-controls="nested-tabs-example-tabs-tabs-subtabs-virtualization-panel"
|
|
1573
1606
|
id="nested-tabs-example-tabs-tabs-subtabs-virtualization-link"
|
|
1574
1607
|
>
|
|
@@ -2636,6 +2669,7 @@ section: components
|
|
|
2636
2669
|
<div class="pf-v6-c-drawer__body pf-m-no-padding">
|
|
2637
2670
|
<div
|
|
2638
2671
|
class="pf-v6-c-tabs pf-m-box pf-m-fill"
|
|
2672
|
+
aria-label="Node 2"
|
|
2639
2673
|
role="region"
|
|
2640
2674
|
id="-tabs"
|
|
2641
2675
|
>
|
|
@@ -2650,7 +2684,11 @@ section: components
|
|
|
2650
2684
|
</span>
|
|
2651
2685
|
</button>
|
|
2652
2686
|
</div>
|
|
2653
|
-
<ul
|
|
2687
|
+
<ul
|
|
2688
|
+
class="pf-v6-c-tabs__list"
|
|
2689
|
+
role="tablist"
|
|
2690
|
+
aria-label="Node 2"
|
|
2691
|
+
>
|
|
2654
2692
|
<li
|
|
2655
2693
|
class="pf-v6-c-tabs__item pf-m-current"
|
|
2656
2694
|
role="presentation"
|
|
@@ -2659,6 +2697,7 @@ section: components
|
|
|
2659
2697
|
type="button"
|
|
2660
2698
|
class="pf-v6-c-tabs__link"
|
|
2661
2699
|
role="tab"
|
|
2700
|
+
aria-selected="true"
|
|
2662
2701
|
aria-controls="-tabs-tab1-panel"
|
|
2663
2702
|
id="-tabs-tab1-link"
|
|
2664
2703
|
>
|
|
@@ -2670,6 +2709,7 @@ section: components
|
|
|
2670
2709
|
type="button"
|
|
2671
2710
|
class="pf-v6-c-tabs__link"
|
|
2672
2711
|
role="tab"
|
|
2712
|
+
aria-selected="false"
|
|
2673
2713
|
aria-controls="-tabs-tab2-panel"
|
|
2674
2714
|
id="-tabs-tab2-link"
|
|
2675
2715
|
>
|
|
@@ -2877,15 +2917,21 @@ section: components
|
|
|
2877
2917
|
<div class="pf-v6-l-grid__item">
|
|
2878
2918
|
<div
|
|
2879
2919
|
class="pf-v6-c-tabs pf-m-inset-none"
|
|
2920
|
+
aria-label="PatternFly"
|
|
2880
2921
|
role="region"
|
|
2881
2922
|
id="modal-tabs-example-tabs"
|
|
2882
2923
|
>
|
|
2883
|
-
<ul
|
|
2924
|
+
<ul
|
|
2925
|
+
class="pf-v6-c-tabs__list"
|
|
2926
|
+
role="tablist"
|
|
2927
|
+
aria-label="PatternFly"
|
|
2928
|
+
>
|
|
2884
2929
|
<li class="pf-v6-c-tabs__item pf-m-current" role="presentation">
|
|
2885
2930
|
<button
|
|
2886
2931
|
type="button"
|
|
2887
2932
|
class="pf-v6-c-tabs__link"
|
|
2888
2933
|
role="tab"
|
|
2934
|
+
aria-selected="true"
|
|
2889
2935
|
aria-controls="modal-tabs-example-tabs-details-panel"
|
|
2890
2936
|
id="modal-tabs-example-tabs-details-link"
|
|
2891
2937
|
>
|
|
@@ -2897,6 +2943,7 @@ section: components
|
|
|
2897
2943
|
type="button"
|
|
2898
2944
|
class="pf-v6-c-tabs__link"
|
|
2899
2945
|
role="tab"
|
|
2946
|
+
aria-selected="false"
|
|
2900
2947
|
aria-controls="modal-tabs-example-tabs-documentation-panel"
|
|
2901
2948
|
id="modal-tabs-example-tabs-documentation-link"
|
|
2902
2949
|
>
|
|
@@ -3551,15 +3598,21 @@ section: components
|
|
|
3551
3598
|
<div class="pf-v6-c-page__main-body">
|
|
3552
3599
|
<div
|
|
3553
3600
|
class="pf-v6-c-tabs pf-m-page-insets"
|
|
3601
|
+
aria-label="Red Hat Enterprise Linux"
|
|
3554
3602
|
role="region"
|
|
3555
3603
|
id="gray-tabs-example-tabs-tabs"
|
|
3556
3604
|
>
|
|
3557
|
-
<ul
|
|
3605
|
+
<ul
|
|
3606
|
+
class="pf-v6-c-tabs__list"
|
|
3607
|
+
role="tablist"
|
|
3608
|
+
aria-label="Red Hat Enterprise Linux"
|
|
3609
|
+
>
|
|
3558
3610
|
<li class="pf-v6-c-tabs__item" role="presentation">
|
|
3559
3611
|
<button
|
|
3560
3612
|
type="button"
|
|
3561
3613
|
class="pf-v6-c-tabs__link"
|
|
3562
3614
|
role="tab"
|
|
3615
|
+
aria-selected="false"
|
|
3563
3616
|
aria-controls="gray-tabs-example-tabs-tabs-new-panel"
|
|
3564
3617
|
id="gray-tabs-example-tabs-tabs-new-link"
|
|
3565
3618
|
>
|
|
@@ -3571,6 +3624,7 @@ section: components
|
|
|
3571
3624
|
type="button"
|
|
3572
3625
|
class="pf-v6-c-tabs__link"
|
|
3573
3626
|
role="tab"
|
|
3627
|
+
aria-selected="true"
|
|
3574
3628
|
aria-controls="gray-tabs-example-tabs-tabs-get-started-panel"
|
|
3575
3629
|
id="gray-tabs-example-tabs-tabs-get-started-link"
|
|
3576
3630
|
>
|
|
@@ -3582,6 +3636,7 @@ section: components
|
|
|
3582
3636
|
type="button"
|
|
3583
3637
|
class="pf-v6-c-tabs__link"
|
|
3584
3638
|
role="tab"
|
|
3639
|
+
aria-selected="false"
|
|
3585
3640
|
aria-controls="gray-tabs-example-tabs-tabs-knowledge-panel"
|
|
3586
3641
|
id="gray-tabs-example-tabs-tabs-knowledge-link"
|
|
3587
3642
|
>
|
|
@@ -3593,6 +3648,7 @@ section: components
|
|
|
3593
3648
|
type="button"
|
|
3594
3649
|
class="pf-v6-c-tabs__link"
|
|
3595
3650
|
role="tab"
|
|
3651
|
+
aria-selected="false"
|
|
3596
3652
|
aria-controls="gray-tabs-example-tabs-tabs-support-panel"
|
|
3597
3653
|
id="gray-tabs-example-tabs-tabs-support-link"
|
|
3598
3654
|
>
|
|
@@ -3632,10 +3688,15 @@ section: components
|
|
|
3632
3688
|
<div class="pf-v6-l-grid__item">
|
|
3633
3689
|
<div
|
|
3634
3690
|
class="pf-v6-c-tabs pf-m-inset-none"
|
|
3691
|
+
aria-label="Get started"
|
|
3635
3692
|
role="region"
|
|
3636
3693
|
id="gray-tabs-example-tabs-subtabs"
|
|
3637
3694
|
>
|
|
3638
|
-
<ul
|
|
3695
|
+
<ul
|
|
3696
|
+
class="pf-v6-c-tabs__list"
|
|
3697
|
+
role="tablist"
|
|
3698
|
+
aria-label="Get started"
|
|
3699
|
+
>
|
|
3639
3700
|
<li
|
|
3640
3701
|
class="pf-v6-c-tabs__item pf-m-current"
|
|
3641
3702
|
role="presentation"
|
|
@@ -3644,6 +3705,7 @@ section: components
|
|
|
3644
3705
|
type="button"
|
|
3645
3706
|
class="pf-v6-c-tabs__link"
|
|
3646
3707
|
role="tab"
|
|
3708
|
+
aria-selected="true"
|
|
3647
3709
|
aria-controls="gray-tabs-example-tabs-subtabs-x86-panel"
|
|
3648
3710
|
id="gray-tabs-example-tabs-subtabs-x86-link"
|
|
3649
3711
|
>
|
|
@@ -3655,6 +3717,7 @@ section: components
|
|
|
3655
3717
|
type="button"
|
|
3656
3718
|
class="pf-v6-c-tabs__link"
|
|
3657
3719
|
role="tab"
|
|
3720
|
+
aria-selected="false"
|
|
3658
3721
|
aria-controls="gray-tabs-example-tabs-subtabs-additional-architectures-panel"
|
|
3659
3722
|
id="gray-tabs-example-tabs-subtabs-additional-architectures-link"
|
|
3660
3723
|
>
|
|
@@ -1826,26 +1826,25 @@ wrapperTag: div
|
|
|
1826
1826
|
</div>
|
|
1827
1827
|
</div>
|
|
1828
1828
|
<div class="pf-v6-c-drawer__panel pf-m-width-33" hidden>
|
|
1829
|
-
<div class="pf-v6-c-
|
|
1830
|
-
<
|
|
1831
|
-
|
|
1832
|
-
|
|
1833
|
-
|
|
1834
|
-
<div class="pf-v6-c-
|
|
1835
|
-
<
|
|
1836
|
-
|
|
1837
|
-
|
|
1838
|
-
|
|
1839
|
-
|
|
1840
|
-
>
|
|
1841
|
-
<
|
|
1842
|
-
|
|
1843
|
-
|
|
1844
|
-
</button>
|
|
1845
|
-
</div>
|
|
1829
|
+
<div class="pf-v6-c-drawer__head">
|
|
1830
|
+
<h2
|
|
1831
|
+
class="pf-v6-c-title pf-m-xl"
|
|
1832
|
+
>Register with Red Hat connector</h2>
|
|
1833
|
+
<div class="pf-v6-c-drawer__actions">
|
|
1834
|
+
<div class="pf-v6-c-drawer__close">
|
|
1835
|
+
<button
|
|
1836
|
+
class="pf-v6-c-button pf-m-plain"
|
|
1837
|
+
type="button"
|
|
1838
|
+
aria-label="Close drawer panel"
|
|
1839
|
+
>
|
|
1840
|
+
<span class="pf-v6-c-button__icon">
|
|
1841
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
1842
|
+
</span>
|
|
1843
|
+
</button>
|
|
1846
1844
|
</div>
|
|
1847
1845
|
</div>
|
|
1848
1846
|
</div>
|
|
1847
|
+
<div class="pf-v6-c-drawer__body"></div>
|
|
1849
1848
|
<div class="pf-v6-c-drawer__body">
|
|
1850
1849
|
<div class="pf-v6-c-content">
|
|
1851
1850
|
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam porta odio non justo cursus, quis placerat lacus mattis. Praesent orci velit, elementum eu tempus ut, posuere vel lorem. Fusce id tempus ex, et tempus nibh. Nullam laoreet odio tellus, id varius ante euismod id. Phasellus maximus lorem risus, eget facilisis urna hendrerit vel. Duis dapibus venenatis orci, id tristique magna hendrerit et. Aliquam eu lectus nec nisl efficitur euismod.</p>
|
|
@@ -2514,23 +2513,21 @@ wrapperTag: div
|
|
|
2514
2513
|
</div>
|
|
2515
2514
|
</div>
|
|
2516
2515
|
<div class="pf-v6-c-drawer__panel pf-m-width-33">
|
|
2517
|
-
<div class="pf-v6-c-
|
|
2518
|
-
<
|
|
2519
|
-
|
|
2520
|
-
|
|
2521
|
-
|
|
2522
|
-
<div class="pf-v6-c-
|
|
2523
|
-
<
|
|
2524
|
-
|
|
2525
|
-
|
|
2526
|
-
|
|
2527
|
-
|
|
2528
|
-
>
|
|
2529
|
-
<
|
|
2530
|
-
|
|
2531
|
-
|
|
2532
|
-
</button>
|
|
2533
|
-
</div>
|
|
2516
|
+
<div class="pf-v6-c-drawer__head">
|
|
2517
|
+
<h2
|
|
2518
|
+
class="pf-v6-c-title pf-m-xl"
|
|
2519
|
+
>Register with Red Hat connector</h2>
|
|
2520
|
+
<div class="pf-v6-c-drawer__actions">
|
|
2521
|
+
<div class="pf-v6-c-drawer__close">
|
|
2522
|
+
<button
|
|
2523
|
+
class="pf-v6-c-button pf-m-plain"
|
|
2524
|
+
type="button"
|
|
2525
|
+
aria-label="Close drawer panel"
|
|
2526
|
+
>
|
|
2527
|
+
<span class="pf-v6-c-button__icon">
|
|
2528
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
2529
|
+
</span>
|
|
2530
|
+
</button>
|
|
2534
2531
|
</div>
|
|
2535
2532
|
</div>
|
|
2536
2533
|
</div>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
.ws-core-
|
|
2
|
-
.ws-core-
|
|
1
|
+
.ws-core-f-bullseye .pf-v6-l-bullseye,
|
|
2
|
+
.ws-core-f-bullseye .pf-v6-l-bullseye__item {
|
|
3
3
|
padding: var(--pf-t--global--spacer--sm);
|
|
4
4
|
border: var(--pf-t--global--border--width--box--default) dashed var(--pf-t--global--border--color--default);
|
|
5
5
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
.ws-core-
|
|
2
|
-
.ws-core-
|
|
3
|
-
.ws-core-
|
|
1
|
+
.ws-core-f-flex-border,
|
|
2
|
+
.ws-core-f-flex .pf-v6-l-flex .pf-v6-l-flex,
|
|
3
|
+
.ws-core-f-flex .pf-v6-l-flex__item {
|
|
4
4
|
padding: var(--pf-t--global--spacer--sm);
|
|
5
5
|
border: var(--pf-t--global--border--width--box--default) dashed var(--pf-t--global--border--color--default);
|
|
6
6
|
}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
id: Flex
|
|
3
|
-
section:
|
|
3
|
+
section: foundations-and-styles
|
|
4
|
+
subsection: layouts
|
|
4
5
|
cssPrefix: pf-v6-l-flex
|
|
5
6
|
---import './Flex.css'
|
|
6
7
|
|
|
@@ -20,7 +21,7 @@ The flex layout provides two ways of spacing its direct children.
|
|
|
20
21
|
|
|
21
22
|
### Breakpoints
|
|
22
23
|
|
|
23
|
-
[Breakpoints](/tokens/all-
|
|
24
|
+
[Breakpoints](/foundations-and-styles/design-tokens/all-design-tokens) `-on-sm`, `-on-md`, `-on-lg`, `-on-xl`, and `-on-2xl` are provided.
|
|
24
25
|
|
|
25
26
|
### Usefulness
|
|
26
27
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
.ws-core-
|
|
2
|
-
.ws-core-
|
|
1
|
+
.ws-core-f-gallery .pf-v6-l-gallery,
|
|
2
|
+
.ws-core-f-gallery .pf-v6-l-gallery__item {
|
|
3
3
|
padding: var(--pf-t--global--spacer--sm);
|
|
4
4
|
border: var(--pf-t--global--border--width--box--default) dashed var(--pf-t--global--border--color--default);
|
|
5
5
|
}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
id: Gallery
|
|
3
|
-
section:
|
|
3
|
+
section: foundations-and-styles
|
|
4
|
+
subsection: layouts
|
|
4
5
|
cssPrefix: pf-v6-l-gallery
|
|
5
6
|
---import './Gallery.css'
|
|
6
7
|
|
|
@@ -174,5 +175,5 @@ The gallery layout is designed so that all of its children are of uniform size,
|
|
|
174
175
|
| `.pf-v6-l-gallery` | `<div>` | Initializes a Gallery layout |
|
|
175
176
|
| `.pf-v6-l-gallery__item` | `<div>` | Explicitly sets the child for the gallery. This class isn't necessary, but it is included to keep inline with BEM convention, and to provide an entity that will later be used for applying modifiers. |
|
|
176
177
|
| `.pf-m-gutter` | `.pf-v6-l-gallery` | Adds space between children by using the globally defined gutter value. |
|
|
177
|
-
| `--pf-v6-l-gallery--GridTemplateColumns--min{-on-[breakpoint]}: {width}` | `.pf-v6-l-gallery` | Modifies the min value of `grid-template-columns` declaration at the optional [breakpoint](/tokens/all-
|
|
178
|
-
| `--pf-v6-l-gallery--GridTemplateColumns--max{-on-[breakpoint]}: {width}` | `.pf-v6-l-gallery` | Modifies the max value of `grid-template-columns` declaration at the optional [breakpoint](/tokens/all-
|
|
178
|
+
| `--pf-v6-l-gallery--GridTemplateColumns--min{-on-[breakpoint]}: {width}` | `.pf-v6-l-gallery` | Modifies the min value of `grid-template-columns` declaration at the optional [breakpoint](/foundations-and-styles/design-tokens/all-design-tokens). |
|
|
179
|
+
| `--pf-v6-l-gallery--GridTemplateColumns--max{-on-[breakpoint]}: {width}` | `.pf-v6-l-gallery` | Modifies the max value of `grid-template-columns` declaration at the optional [breakpoint](/foundations-and-styles/design-tokens/all-design-tokens). |
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
id: Grid
|
|
3
|
-
section:
|
|
3
|
+
section: foundations-and-styles
|
|
4
|
+
subsection: layouts
|
|
4
5
|
cssPrefix: pf-v6-l-grid
|
|
5
6
|
---import './Grid.css'
|
|
6
7
|
|
|
@@ -318,7 +319,7 @@ The grid layout is based on CSS Grid’s two-dimensional system of columns and r
|
|
|
318
319
|
| `.pf-v6-l-grid` | `<div>` | Initializes the grid layout. |
|
|
319
320
|
| `.pf-v6-l-grid__item` | `<div>` | Explicitly sets a child of the grid. This class isn't necessary, but it is included to keep inline with BEM convention, and to provide an entity that will later be used for applying modifiers. |
|
|
320
321
|
| `.pf-m-gutter` | `.pf-v6-l-grid` | Adds space between children by using the globally defined gutter value. |
|
|
321
|
-
| `.pf-m-all-{1-12}-col{-on-[breakpoint]}` | `.pf-v6-l-grid` | Defines grid item size on grid container at optional [breakpoint](/tokens/all-
|
|
322
|
-
| `.pf-m-{1-12}-col{-on-[breakpoint]}` | `.pf-v6-l-grid__item` | Defines grid item size at optional [breakpoint](/tokens/all-
|
|
323
|
-
| `.pf-m-{2-x}-row{-on-[breakpoint]}` | `.pf-v6-l-grid__item` | Defines grid item row span at optional [breakpoint](/tokens/all-
|
|
324
|
-
| `--pf-v6-l-grid--item--Order{-on-[breakpoint]}: {order}` | `.pf-v6-l-grid > .pf-v6-l-grid`, `.pf-v6-l-grid__item` | Modifies the order of the grid layout element at optional [breakpoint](/tokens/all-
|
|
322
|
+
| `.pf-m-all-{1-12}-col{-on-[breakpoint]}` | `.pf-v6-l-grid` | Defines grid item size on grid container at optional [breakpoint](/foundations-and-styles/design-tokens/all-design-tokens). |
|
|
323
|
+
| `.pf-m-{1-12}-col{-on-[breakpoint]}` | `.pf-v6-l-grid__item` | Defines grid item size at optional [breakpoint](/foundations-and-styles/design-tokens/all-design-tokens). Although not required, they are strongly suggested. If not used, grid item will default to 12 col. |
|
|
324
|
+
| `.pf-m-{2-x}-row{-on-[breakpoint]}` | `.pf-v6-l-grid__item` | Defines grid item row span at optional [breakpoint](/foundations-and-styles/design-tokens/all-design-tokens). For row spans to function correctly, the value of of the current row plus the grid items to span must be equal to or less than 12. Example: `.pf-m-8-col.pf-m-2-row` + `.pf-m-4-col` + `.pf-m-4-col`. There is no limit to number of spanned rows. |
|
|
325
|
+
| `--pf-v6-l-grid--item--Order{-on-[breakpoint]}: {order}` | `.pf-v6-l-grid > .pf-v6-l-grid`, `.pf-v6-l-grid__item` | Modifies the order of the grid layout element at optional [breakpoint](/foundations-and-styles/design-tokens/all-design-tokens). |
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
.ws-core-
|
|
1
|
+
.ws-core-f-level .ws-preview-html {
|
|
2
2
|
display: flex;
|
|
3
3
|
flex-wrap: wrap;
|
|
4
4
|
min-height: 160px;
|
|
5
5
|
}
|
|
6
|
-
.ws-core-
|
|
6
|
+
.ws-core-f-level :is(.pf-v6-l-level, .pf-v6-l-level__item, .pf-v6-l-level > *) {
|
|
7
7
|
padding: var(--pf-t--global--spacer--sm);
|
|
8
8
|
border: var(--pf-t--global--border--width--box--default) dashed var(--pf-t--global--border--color--default);
|
|
9
9
|
}
|
|
10
|
-
.ws-core-
|
|
10
|
+
.ws-core-f-level .pf-v6-l-level {
|
|
11
11
|
width: 100%;
|
|
12
12
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
.ws-core-
|
|
1
|
+
.ws-core-f-split :is(.pf-v6-l-split, .pf-v6-l-split__item, .pf-v6-l-split > *) {
|
|
2
2
|
padding: var(--pf-t--global--spacer--sm);
|
|
3
3
|
border: var(--pf-t--global--border--width--box--default) dashed var(--pf-t--global--border--color--default);
|
|
4
4
|
}
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
.ws-core-
|
|
1
|
+
.ws-core-f-stack :is(.pf-v6-l-stack, .pf-v6-l-stack__item, .pf-v6-l-stack > *) {
|
|
2
2
|
padding: var(--pf-t--global--spacer--sm);
|
|
3
3
|
border: var(--pf-t--global--border--width--box--default) dashed var(--pf-t--global--border--color--default);
|
|
4
4
|
}
|
|
5
5
|
|
|
6
|
-
.ws-core-
|
|
6
|
+
.ws-core-f-stack .ws-preview-html {
|
|
7
7
|
display: flex;
|
|
8
8
|
flex-direction: column;
|
|
9
9
|
min-height: 30rem;
|
|
10
10
|
width: 100%;
|
|
11
11
|
}
|
|
12
12
|
|
|
13
|
-
.ws-core-
|
|
13
|
+
.ws-core-f-stack .pf-v6-l-stack {
|
|
14
14
|
flex-grow: 1;
|
|
15
15
|
}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
id: Accessibility
|
|
3
|
-
section:
|
|
3
|
+
section: foundations-and-styles
|
|
4
|
+
subsection: utility-classes
|
|
4
5
|
---## Examples
|
|
5
6
|
|
|
6
7
|
### Screen reader only
|
|
@@ -34,7 +35,7 @@ The text underneath is hidden.
|
|
|
34
35
|
|
|
35
36
|
### Overview
|
|
36
37
|
|
|
37
|
-
[Breakpoints](/tokens/all-
|
|
38
|
+
[Breakpoints](/foundations-and-styles/design-tokens/all-design-tokens) are optional. Breakpoint options include: base (no breakpoint value), `-on-sm`, `-on-md`, `-on-lg`, and `-on-xl`. Example: `.pf-v6-u-screen-reader-on-lg`
|
|
38
39
|
|
|
39
40
|
### Usage
|
|
40
41
|
|