@patternfly/patternfly 6.0.0-alpha.6 → 6.0.0-alpha.60
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/CODE_OF_CONDUCT.md +1 -2
- package/README.md +13 -3
- package/assets/icons/iconUnicodes.json +1 -0
- package/assets/images/PF-Backdrop.svg +1 -0
- package/assets/images/PF-HorizontalLogo-Color.svg +29 -0
- package/assets/images/PF-HorizontalLogo-Reverse.svg +28 -0
- package/assets/images/PF-IconLogo-Reverse.svg +14 -0
- package/assets/images/PF-IconLogo-color.svg +17 -0
- package/assets/images/PF-IconLogo.svg +17 -0
- package/assets/images/logo__pf--reverse-on-md.svg +1 -1
- package/assets/images/pf-background.svg +22 -0
- 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/assets/pficon/pf-v5-pficon.woff2 +0 -0
- package/assets/pficon/pficon.scss +6 -129
- package/base/_common.scss +29 -4
- package/base/_globals.scss +5 -7
- package/base/_variables.scss +8 -6
- package/base/patternfly-common.css +24 -6
- package/base/patternfly-globals.css +5 -4
- package/base/patternfly-icons.css +5 -1
- package/base/patternfly-pf-icons.css +5 -1
- package/base/patternfly-variables.css +889 -787
- package/base/tokens/_tokens-dark.scss +322 -265
- package/base/tokens/_tokens-default.scss +428 -306
- package/base/tokens/_tokens-font.scss +41 -46
- package/base/tokens/_tokens-palette.scss +69 -71
- package/base/tokens/_workspace-overrides.scss +7 -0
- package/components/AboutModalBox/about-modal-box.css +78 -104
- package/components/AboutModalBox/about-modal-box.scss +62 -74
- package/components/Accordion/accordion.css +96 -175
- package/components/Accordion/accordion.scss +106 -193
- package/components/ActionList/action-list.css +2 -2
- package/components/ActionList/action-list.scss +2 -2
- package/components/Alert/alert-group.css +27 -20
- package/components/Alert/alert-group.scss +27 -20
- package/components/Alert/alert.css +74 -95
- package/components/Alert/alert.scss +76 -89
- package/components/AppLauncher/app-launcher.css +32 -23
- package/components/AppLauncher/app-launcher.scss +32 -23
- package/components/Avatar/avatar.css +10 -13
- package/components/Avatar/avatar.scss +10 -17
- package/components/BackToTop/back-to-top.css +17 -15
- package/components/BackToTop/back-to-top.scss +14 -13
- package/components/Backdrop/backdrop.css +8 -4
- package/components/Backdrop/backdrop.scss +7 -4
- package/components/BackgroundImage/background-image.css +11 -4
- package/components/BackgroundImage/background-image.scss +13 -4
- package/components/Badge/badge.css +25 -17
- package/components/Badge/badge.scss +27 -19
- package/components/Banner/banner.css +95 -69
- package/components/Banner/banner.scss +100 -34
- package/components/Breadcrumb/breadcrumb.css +28 -19
- package/components/Breadcrumb/breadcrumb.scss +26 -19
- package/components/Button/button.css +422 -359
- package/components/Button/button.scss +480 -487
- package/components/CalendarMonth/calendar-month.css +25 -15
- package/components/CalendarMonth/calendar-month.scss +23 -15
- package/components/Card/card.css +28 -17
- package/components/Card/card.scss +32 -17
- package/components/Check/check.css +25 -22
- package/components/Check/check.scss +26 -24
- package/components/Chip/chip-group.css +6 -6
- package/components/Chip/chip-group.scss +6 -6
- package/components/Chip/chip.css +16 -9
- package/components/Chip/chip.scss +17 -9
- package/components/ClipboardCopy/clipboard-copy.css +47 -41
- package/components/ClipboardCopy/clipboard-copy.scss +50 -34
- package/components/CodeBlock/code-block.css +24 -12
- package/components/CodeBlock/code-block.scss +24 -13
- package/components/CodeEditor/code-editor.css +31 -22
- package/components/CodeEditor/code-editor.scss +30 -21
- package/components/CodeEditor/themes/dark/code-editor.scss +1 -1
- package/components/Content/content.css +40 -37
- package/components/Content/content.scss +40 -37
- package/components/ContextSelector/context-selector.css +41 -26
- package/components/ContextSelector/context-selector.scss +40 -25
- package/components/ContextSelector/themes/dark/context-selector.scss +1 -1
- package/components/DataList/data-list-grid.css +21 -21
- package/components/DataList/data-list-grid.scss +3 -3
- package/components/DataList/data-list.css +165 -209
- package/components/DataList/data-list.scss +138 -185
- package/components/DatePicker/date-picker.css +8 -8
- package/components/DatePicker/date-picker.scss +8 -8
- package/components/DescriptionList/description-list.css +47 -39
- package/components/DescriptionList/description-list.scss +33 -30
- package/components/Divider/divider.css +97 -177
- package/components/Divider/divider.scss +60 -79
- package/components/DragDrop/drag-drop.css +26 -22
- package/components/DragDrop/drag-drop.scss +26 -25
- package/components/Drawer/drawer.css +120 -62
- package/components/Drawer/drawer.scss +94 -44
- package/components/Dropdown/dropdown.css +76 -69
- package/components/Dropdown/dropdown.scss +67 -62
- package/components/DualListSelector/dual-list-selector.css +29 -15
- package/components/DualListSelector/dual-list-selector.scss +30 -15
- package/components/EmptyState/empty-state.css +64 -38
- package/components/EmptyState/empty-state.scss +70 -38
- package/components/ExpandableSection/expandable-section.css +75 -66
- package/components/ExpandableSection/expandable-section.scss +82 -80
- package/components/FileUpload/file-upload.css +31 -43
- package/components/FileUpload/file-upload.scss +31 -49
- package/components/Form/form.css +111 -154
- package/components/Form/form.scss +101 -160
- package/components/FormControl/form-control.css +95 -111
- package/components/FormControl/form-control.scss +97 -92
- package/components/HelperText/helper-text.css +29 -35
- package/components/HelperText/helper-text.scss +31 -41
- package/components/Hint/hint.css +37 -27
- package/components/Hint/hint.scss +37 -30
- package/components/Icon/icon.css +155 -19
- package/components/Icon/icon.scss +188 -21
- package/components/InlineEdit/inline-edit.css +12 -11
- package/components/InlineEdit/inline-edit.scss +12 -11
- package/components/InputGroup/input-group.css +32 -42
- package/components/InputGroup/input-group.scss +31 -33
- package/components/JumpLinks/jump-links.css +61 -58
- package/components/JumpLinks/jump-links.scss +61 -60
- package/components/Label/label-group.css +48 -50
- package/components/Label/label-group.scss +48 -51
- package/components/Label/label.css +266 -363
- package/components/Label/label.scss +306 -356
- package/components/List/list.css +25 -25
- package/components/List/list.scss +26 -26
- package/components/LogViewer/log-viewer.css +14 -14
- package/components/LogViewer/log-viewer.scss +14 -14
- package/components/Login/login.css +104 -122
- package/components/Login/login.scss +92 -91
- package/components/Masthead/masthead.css +273 -498
- package/components/Masthead/masthead.scss +137 -282
- package/components/Menu/menu.css +82 -65
- package/components/Menu/menu.scss +85 -69
- package/components/MenuToggle/menu-toggle.css +37 -31
- package/components/MenuToggle/menu-toggle.scss +37 -33
- package/components/ModalBox/modal-box.css +76 -69
- package/components/ModalBox/modal-box.scss +74 -70
- package/components/MultipleFileUpload/multiple-file-upload.css +11 -8
- package/components/MultipleFileUpload/multiple-file-upload.scss +11 -8
- package/components/Nav/nav.css +248 -899
- package/components/Nav/nav.scss +304 -1059
- package/components/Nav/themes/dark/nav.scss +2 -2
- package/components/NotificationBadge/notification-badge.css +66 -85
- package/components/NotificationBadge/notification-badge.scss +72 -103
- package/components/NotificationDrawer/notification-drawer.css +130 -128
- package/components/NotificationDrawer/notification-drawer.scss +130 -129
- package/components/NumberInput/number-input.css +10 -10
- package/components/NumberInput/number-input.scss +9 -14
- package/components/OptionsMenu/options-menu.css +43 -31
- package/components/OptionsMenu/options-menu.scss +43 -31
- package/components/OverflowMenu/overflow-menu.css +2 -2
- package/components/OverflowMenu/overflow-menu.scss +2 -2
- package/components/Page/page.css +182 -232
- package/components/Page/page.scss +130 -195
- package/components/Pagination/pagination.css +71 -121
- package/components/Pagination/pagination.scss +56 -127
- package/components/Panel/panel.css +40 -30
- package/components/Panel/panel.scss +42 -33
- package/components/Popover/popover.css +108 -87
- package/components/Popover/popover.scss +120 -109
- package/components/Progress/progress.css +40 -52
- package/components/Progress/progress.scss +48 -62
- package/components/ProgressStepper/progress-stepper.css +26 -20
- package/components/ProgressStepper/progress-stepper.scss +25 -19
- package/components/Radio/radio.css +30 -23
- package/components/Radio/radio.scss +31 -25
- package/components/Select/select.css +56 -47
- package/components/Select/select.scss +56 -47
- package/components/Sidebar/sidebar.css +31 -14
- package/components/Sidebar/sidebar.scss +34 -16
- package/components/SimpleList/simple-list.css +45 -56
- package/components/SimpleList/simple-list.scss +51 -55
- package/components/Skeleton/skeleton.css +24 -25
- package/components/Skeleton/skeleton.scss +21 -26
- package/components/SkipToContent/skip-to-content.css +9 -6
- package/components/SkipToContent/skip-to-content.scss +8 -6
- package/components/Slider/slider.css +80 -55
- package/components/Slider/slider.scss +96 -65
- package/components/Spinner/spinner.css +17 -34
- package/components/Spinner/spinner.scss +19 -47
- package/components/Switch/switch.css +49 -41
- package/components/Switch/switch.scss +51 -42
- package/components/TabContent/tab-content.css +21 -12
- package/components/TabContent/tab-content.scss +22 -15
- package/components/Table/table-grid.css +264 -203
- package/components/Table/table-grid.scss +61 -47
- package/components/Table/table-scrollable.css +4 -4
- package/components/Table/table-scrollable.scss +6 -4
- package/components/Table/table-tree-view.css +112 -105
- package/components/Table/table-tree-view.scss +38 -33
- package/components/Table/table.css +105 -89
- package/components/Table/table.scss +105 -89
- package/components/Tabs/tabs.css +76 -48
- package/components/Tabs/tabs.scss +74 -48
- package/components/TextInputGroup/text-input-group.css +15 -15
- package/components/TextInputGroup/text-input-group.scss +15 -15
- package/components/Tile/tile.css +47 -88
- package/components/Tile/tile.scss +45 -91
- package/components/Timestamp/timestamp.css +12 -9
- package/components/Timestamp/timestamp.scss +11 -10
- package/components/Title/title.css +70 -19
- package/components/Title/title.scss +90 -20
- package/components/ToggleGroup/toggle-group.css +48 -58
- package/components/ToggleGroup/toggle-group.scss +48 -56
- package/components/Toolbar/toolbar.css +57 -43
- package/components/Toolbar/toolbar.scss +45 -25
- package/components/Tooltip/tooltip.css +74 -44
- package/components/Tooltip/tooltip.scss +93 -77
- package/components/TreeView/tree-view.css +48 -27
- package/components/TreeView/tree-view.scss +50 -28
- package/components/Truncate/truncate.css +13 -0
- package/components/Truncate/truncate.scss +19 -3
- package/components/Wizard/wizard.css +57 -36
- package/components/Wizard/wizard.scss +57 -36
- package/docs/components/AboutModalBox/examples/AboutModalBox.md +2 -2
- package/docs/components/Accordion/examples/Accordion.md +614 -416
- package/docs/components/Alert/examples/Alert.md +3 -3
- package/docs/components/Avatar/examples/Avatar.md +5 -19
- package/docs/components/BackgroundImage/examples/BackgroundImage.md +1 -1
- package/docs/components/Badge/examples/Badge.md +21 -0
- package/docs/components/Banner/examples/Banner.md +48 -25
- package/docs/components/Brand/examples/Brand.css +12 -0
- package/docs/components/Brand/examples/Brand.md +51 -32
- package/docs/components/Breadcrumb/examples/Breadcrumb.md +1 -1
- package/docs/components/Button/examples/Button.css +6 -2
- package/docs/components/Button/examples/Button.md +1425 -87
- package/docs/components/Card/examples/Card.md +143 -37
- package/docs/components/Check/examples/Check.md +71 -58
- package/docs/components/Chip/examples/Chip.md +1 -1
- package/docs/components/ClipboardCopy/examples/ClipboardCopy.md +106 -0
- package/docs/components/CodeBlock/examples/CodeBlock.md +4 -4
- package/docs/components/CodeEditor/examples/CodeEditor.md +3 -3
- package/docs/components/Content/examples/Content.md +5 -5
- package/docs/components/Divider/examples/Divider.css +3 -1
- package/docs/components/Divider/examples/Divider.md +4 -5
- package/docs/components/DragDrop/examples/DragDrop.css +3 -3
- package/docs/components/Dropdown/deprecated/Dropdown.css +1 -1
- package/docs/components/DualListSelector/examples/DualListSelector.md +64 -16
- package/docs/components/EmptyState/examples/EmptyState.md +45 -1
- package/docs/components/ExpandableSection/examples/ExpandableSection.md +49 -28
- package/docs/components/FileUpload/examples/FileUpload.md +112 -53
- package/docs/components/Form/examples/Form.md +134 -89
- package/docs/components/Icon/examples/Icon.md +82 -11
- package/docs/components/InlineEdit/examples/InlineEdit.md +3 -1
- package/docs/components/JumpLinks/examples/JumpLinks.md +280 -168
- package/docs/components/Label/examples/Label.css +4 -0
- package/docs/components/Label/examples/Label.md +1001 -225
- package/docs/components/LogViewer/examples/LogViewer.css +2 -2
- package/docs/components/LogViewer/examples/LogViewer.md +250 -160
- package/docs/components/Login/examples/Login.md +10 -5
- package/docs/components/Masthead/examples/masthead.md +443 -65
- package/docs/components/Menu/examples/Menu.css +8 -0
- package/docs/components/Menu/examples/Menu.md +594 -543
- package/docs/components/MenuToggle/examples/MenuToggle.md +109 -96
- package/docs/components/ModalBox/examples/ModalBox.css +3 -8
- package/docs/components/Nav/examples/Navigation.css +3 -42
- package/docs/components/Nav/examples/Navigation.md +305 -353
- package/docs/components/NotificationBadge/examples/NotificationBadge.md +5 -7
- package/docs/components/OptionsMenu/deprecated/options-menu.md +12 -3
- package/docs/components/Page/examples/Page.css +0 -8
- package/docs/components/Page/examples/Page.md +22 -21
- package/docs/components/Pagination/examples/Pagination.md +663 -637
- package/docs/components/Panel/examples/Panel.md +12 -0
- package/docs/components/Popover/examples/Popover.css +4 -9
- package/docs/components/Popover/examples/Popover.md +1 -1
- package/docs/components/Radio/examples/Radio.md +62 -54
- package/docs/components/Select/deprecated/Select.md +184 -177
- package/docs/components/Sidebar/examples/Sidebar.md +19 -0
- package/docs/components/SimpleList/examples/SimpleList.md +3 -3
- package/docs/components/TabContent/examples/TabContent.md +10 -10
- package/docs/components/Table/examples/Table.css +2 -2
- package/docs/components/Table/examples/Table.md +10 -10
- package/docs/components/TextInputGroup/examples/TextInputGroup.css +1 -1
- package/docs/components/TextInputGroup/examples/TextInputGroup.md +9 -9
- package/docs/components/Tile/examples/Tile.css +1 -1
- package/docs/components/Tile/examples/Tile.md +264 -144
- package/docs/components/Title/examples/Title.md +18 -0
- package/docs/components/Toolbar/examples/Toolbar.md +663 -2894
- package/docs/components/Tooltip/examples/Tooltip.css +4 -0
- package/docs/components/Tooltip/examples/Tooltip.md +3 -1
- package/docs/components/Truncate/examples/Truncate.css +2 -2
- package/docs/components/Truncate/examples/Truncate.md +2 -2
- package/docs/demos/AboutModal/examples/AboutModal.md +103 -30
- package/docs/demos/Alert/examples/Alert.md +327 -84
- package/docs/demos/BackToTop/examples/BackToTop.md +101 -28
- package/docs/demos/Banner/examples/Banner.md +209 -58
- package/docs/demos/Card/examples/Card.css +3 -3
- package/docs/demos/Card/examples/Card.md +28 -12
- package/docs/demos/CardView/examples/CardView.md +263 -205
- package/docs/demos/ContextSelector/examples/ContextSelector.md +373 -90
- package/docs/demos/Dashboard/examples/Dashboard.md +104 -31
- package/docs/demos/DataList/examples/DataList.md +995 -928
- package/docs/demos/DescriptionList/examples/DescriptionList.md +303 -84
- package/docs/demos/Drawer/examples/Drawer.md +605 -220
- package/docs/demos/Form/examples/BasicForms.md +133 -82
- package/docs/demos/JumpLinks/examples/JumpLinks.md +881 -353
- package/docs/demos/Masthead/examples/Masthead.md +767 -323
- package/docs/demos/Modal/examples/Modal.md +639 -192
- package/docs/demos/Nav/examples/Nav.md +685 -896
- package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +510 -140
- package/docs/demos/Page/examples/Page.md +933 -264
- package/docs/demos/Page/examples/Penta.md +569 -501
- package/docs/demos/PasswordGenerator/examples/PasswordGenerator.md +13 -9
- package/docs/demos/PasswordStrength/examples/PasswordStrength.md +44 -32
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +1296 -917
- package/docs/demos/Skeleton/examples/Skeleton.md +108 -63
- package/docs/demos/Table/examples/Table.md +3832 -3390
- package/docs/demos/Tabs/examples/Tabs.md +636 -191
- package/docs/demos/Toolbar/examples/Toolbar.css +15 -0
- package/docs/demos/Toolbar/examples/Toolbar.md +1331 -1493
- package/docs/demos/Wizard/examples/Wizard.md +909 -252
- package/docs/layouts/Flex/examples/Flex.md +16 -16
- package/docs/utilities/BoxShadow/examples/box-shadow.css +5 -5
- package/icons/pficons.mjs +1 -0
- package/layouts/Flex/flex.css +115 -43
- package/layouts/Flex/flex.scss +20 -8
- package/package.json +36 -32
- package/patternfly-addons.css +732 -972
- package/patternfly-base-no-globals-theme-dark-unversioned.css +923 -799
- package/patternfly-base-no-globals.css +923 -799
- package/patternfly-base-theme-dark-unversioned.css +928 -803
- package/patternfly-base.css +928 -803
- package/patternfly-no-globals.css +6885 -7353
- package/patternfly-theme-dark-unversioned.css +6890 -7357
- package/patternfly.css +6890 -7357
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
- package/sass-utilities/functions.scss +6 -0
- package/sass-utilities/mixins.scss +80 -2
- package/sass-utilities/scss-variables.scss +8 -8
- package/sass-utilities/themes/dark/mixins.scss +3 -1
- package/utilities/Accessibility/accessibility.css +12 -12
- package/utilities/Spacing/spacing.css +720 -960
- package/utilities/Spacing/spacing.scss +4 -8
- package/base/themes/dark/_variables.scss +0 -102
- package/components/AboutModalBox/themes/dark/about-modal-box.scss +0 -7
- package/components/Accordion/themes/dark/accordion.scss +0 -9
- package/components/Alert/themes/dark/alert.scss +0 -17
- package/components/Badge/themes/dark/badge.scss +0 -9
- package/components/Banner/themes/dark/banner.scss +0 -14
- package/components/Button/themes/dark/button.scss +0 -51
- package/components/ClipboardCopy/themes/dark/clipboard-copy.scss +0 -19
- package/components/DataList/themes/dark/data-list.scss +0 -10
- package/components/DragDrop/themes/dark/drag-drop.scss +0 -7
- package/components/Form/themes/dark/form.scss +0 -7
- package/components/FormControl/themes/dark/form-control.scss +0 -24
- package/components/HelperText/themes/dark/helper-text.scss +0 -7
- package/components/Hint/themes/dark/hint.scss +0 -8
- package/components/InputGroup/themes/dark/input-group.scss +0 -22
- package/components/Label/themes/dark/label.scss +0 -53
- package/components/Login/themes/dark/login.scss +0 -12
- package/components/Masthead/themes/dark/masthead.scss +0 -14
- package/components/ModalBox/themes/dark/modal-box.scss +0 -7
- package/components/NotificationBadge/themes/dark/notification-badge.scss +0 -10
- package/components/NotificationDrawer/themes/dark/notification-drawer.scss +0 -14
- package/components/Page/themes/dark/page.scss +0 -69
- package/components/Pagination/themes/dark/pagination.scss +0 -7
- package/components/Panel/themes/dark/panel.scss +0 -7
- package/components/Popover/themes/dark/popover.scss +0 -11
- package/components/Progress/themes/dark/progress.scss +0 -9
- package/components/SimpleList/themes/dark/simple-list.scss +0 -14
- package/components/Skeleton/themes/dark/skeleton.scss +0 -10
- package/components/Switch/themes/dark/switch.scss +0 -11
- package/components/Tile/themes/dark/tile.scss +0 -10
- package/components/ToggleGroup/themes/dark/toggle-group.scss +0 -12
- package/components/Tooltip/themes/dark/tooltip.scss +0 -8
- package/docs/components/Avatar/examples/Avatar.css +0 -3
- package/docs/components/NotificationBadge/examples/NotificationBadge.css +0 -3
|
@@ -30,7 +30,7 @@ cssPrefix: ['pf-v5-c-label','pf-v5-c-label-group']
|
|
|
30
30
|
</span>
|
|
31
31
|
<span class="pf-v5-c-label__actions">
|
|
32
32
|
<button
|
|
33
|
-
class="pf-v5-c-button pf-m-plain"
|
|
33
|
+
class="pf-v5-c-button pf-m-plain pf-m-no-padding"
|
|
34
34
|
type="button"
|
|
35
35
|
id="default-removable-button"
|
|
36
36
|
aria-label="Remove"
|
|
@@ -50,7 +50,7 @@ cssPrefix: ['pf-v5-c-label','pf-v5-c-label-group']
|
|
|
50
50
|
</span>
|
|
51
51
|
<span class="pf-v5-c-label__actions">
|
|
52
52
|
<button
|
|
53
|
-
class="pf-v5-c-button pf-m-plain"
|
|
53
|
+
class="pf-v5-c-button pf-m-plain pf-m-no-padding"
|
|
54
54
|
type="button"
|
|
55
55
|
id="default-icon-removable-button"
|
|
56
56
|
aria-label="Remove"
|
|
@@ -61,19 +61,25 @@ cssPrefix: ['pf-v5-c-label','pf-v5-c-label-group']
|
|
|
61
61
|
</span>
|
|
62
62
|
</span>
|
|
63
63
|
|
|
64
|
-
<span class="pf-v5-c-label">
|
|
65
|
-
<a class="pf-v5-c-label__content" href="#">
|
|
64
|
+
<span class="pf-v5-c-label pf-m-clickable">
|
|
65
|
+
<a class="pf-v5-c-label__content pf-m-clickable" href="#">
|
|
66
66
|
<span class="pf-v5-c-label__text">Grey link</span>
|
|
67
67
|
</a>
|
|
68
68
|
</span>
|
|
69
69
|
|
|
70
|
-
<span class="pf-v5-c-label">
|
|
71
|
-
<
|
|
70
|
+
<span class="pf-v5-c-label pf-m-clickable">
|
|
71
|
+
<button class="pf-v5-c-label__content pf-m-clickable" type="button">
|
|
72
|
+
<span class="pf-v5-c-label__text">Grey button</span>
|
|
73
|
+
</button>
|
|
74
|
+
</span>
|
|
75
|
+
|
|
76
|
+
<span class="pf-v5-c-label pf-m-clickable">
|
|
77
|
+
<a class="pf-v5-c-label__content pf-m-clickable" href="#">
|
|
72
78
|
<span class="pf-v5-c-label__text">Grey link removable</span>
|
|
73
79
|
</a>
|
|
74
80
|
<span class="pf-v5-c-label__actions">
|
|
75
81
|
<button
|
|
76
|
-
class="pf-v5-c-button pf-m-plain"
|
|
82
|
+
class="pf-v5-c-button pf-m-plain pf-m-no-padding"
|
|
77
83
|
type="button"
|
|
78
84
|
id="default-link-removable-button"
|
|
79
85
|
aria-label="Remove"
|
|
@@ -84,6 +90,23 @@ cssPrefix: ['pf-v5-c-label','pf-v5-c-label-group']
|
|
|
84
90
|
</span>
|
|
85
91
|
</span>
|
|
86
92
|
|
|
93
|
+
<span class="pf-v5-c-label pf-m-clickable">
|
|
94
|
+
<button class="pf-v5-c-label__content pf-m-clickable" type="button">
|
|
95
|
+
<span class="pf-v5-c-label__text">Grey button removable</span>
|
|
96
|
+
</button>
|
|
97
|
+
<span class="pf-v5-c-label__actions">
|
|
98
|
+
<button
|
|
99
|
+
class="pf-v5-c-button pf-m-plain pf-m-no-padding"
|
|
100
|
+
type="button"
|
|
101
|
+
id="default-button-removable-button"
|
|
102
|
+
aria-label="Remove"
|
|
103
|
+
aria-labelledby="default-button-removable-button default-button-removable-text"
|
|
104
|
+
>
|
|
105
|
+
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
106
|
+
</button>
|
|
107
|
+
</span>
|
|
108
|
+
</span>
|
|
109
|
+
|
|
87
110
|
<span class="pf-v5-c-label">
|
|
88
111
|
<span class="pf-v5-c-label__content">
|
|
89
112
|
<span class="pf-v5-c-label__icon">
|
|
@@ -108,7 +131,7 @@ cssPrefix: ['pf-v5-c-label','pf-v5-c-label-group']
|
|
|
108
131
|
</span>
|
|
109
132
|
<span class="pf-v5-c-label__actions">
|
|
110
133
|
<button
|
|
111
|
-
class="pf-v5-c-button pf-m-plain"
|
|
134
|
+
class="pf-v5-c-button pf-m-plain pf-m-no-padding"
|
|
112
135
|
type="button"
|
|
113
136
|
id="default-truncated-with-icon-button"
|
|
114
137
|
aria-label="Remove"
|
|
@@ -143,7 +166,7 @@ cssPrefix: ['pf-v5-c-label','pf-v5-c-label-group']
|
|
|
143
166
|
</span>
|
|
144
167
|
<span class="pf-v5-c-label__actions">
|
|
145
168
|
<button
|
|
146
|
-
class="pf-v5-c-button pf-m-plain"
|
|
169
|
+
class="pf-v5-c-button pf-m-plain pf-m-no-padding"
|
|
147
170
|
type="button"
|
|
148
171
|
id="blue-removable-button"
|
|
149
172
|
aria-label="Remove"
|
|
@@ -163,7 +186,7 @@ cssPrefix: ['pf-v5-c-label','pf-v5-c-label-group']
|
|
|
163
186
|
</span>
|
|
164
187
|
<span class="pf-v5-c-label__actions">
|
|
165
188
|
<button
|
|
166
|
-
class="pf-v5-c-button pf-m-plain"
|
|
189
|
+
class="pf-v5-c-button pf-m-plain pf-m-no-padding"
|
|
167
190
|
type="button"
|
|
168
191
|
id="blue-icon-removable-button"
|
|
169
192
|
aria-label="Remove"
|
|
@@ -174,19 +197,25 @@ cssPrefix: ['pf-v5-c-label','pf-v5-c-label-group']
|
|
|
174
197
|
</span>
|
|
175
198
|
</span>
|
|
176
199
|
|
|
177
|
-
<span class="pf-v5-c-label pf-m-blue">
|
|
178
|
-
<a class="pf-v5-c-label__content" href="#">
|
|
200
|
+
<span class="pf-v5-c-label pf-m-blue pf-m-clickable">
|
|
201
|
+
<a class="pf-v5-c-label__content pf-m-clickable" href="#">
|
|
179
202
|
<span class="pf-v5-c-label__text">Blue link</span>
|
|
180
203
|
</a>
|
|
181
204
|
</span>
|
|
182
205
|
|
|
183
|
-
<span class="pf-v5-c-label pf-m-blue">
|
|
184
|
-
<
|
|
206
|
+
<span class="pf-v5-c-label pf-m-blue pf-m-clickable">
|
|
207
|
+
<button class="pf-v5-c-label__content pf-m-clickable" type="button">
|
|
208
|
+
<span class="pf-v5-c-label__text">Blue button</span>
|
|
209
|
+
</button>
|
|
210
|
+
</span>
|
|
211
|
+
|
|
212
|
+
<span class="pf-v5-c-label pf-m-blue pf-m-clickable">
|
|
213
|
+
<a class="pf-v5-c-label__content pf-m-clickable" href="#">
|
|
185
214
|
<span class="pf-v5-c-label__text">Blue link removable</span>
|
|
186
215
|
</a>
|
|
187
216
|
<span class="pf-v5-c-label__actions">
|
|
188
217
|
<button
|
|
189
|
-
class="pf-v5-c-button pf-m-plain"
|
|
218
|
+
class="pf-v5-c-button pf-m-plain pf-m-no-padding"
|
|
190
219
|
type="button"
|
|
191
220
|
id="blue-link-removable-button"
|
|
192
221
|
aria-label="Remove"
|
|
@@ -197,6 +226,23 @@ cssPrefix: ['pf-v5-c-label','pf-v5-c-label-group']
|
|
|
197
226
|
</span>
|
|
198
227
|
</span>
|
|
199
228
|
|
|
229
|
+
<span class="pf-v5-c-label pf-m-blue pf-m-clickable">
|
|
230
|
+
<button class="pf-v5-c-label__content pf-m-clickable" type="button">
|
|
231
|
+
<span class="pf-v5-c-label__text">Blue button removable</span>
|
|
232
|
+
</button>
|
|
233
|
+
<span class="pf-v5-c-label__actions">
|
|
234
|
+
<button
|
|
235
|
+
class="pf-v5-c-button pf-m-plain pf-m-no-padding"
|
|
236
|
+
type="button"
|
|
237
|
+
id="blue-button-removable-button"
|
|
238
|
+
aria-label="Remove"
|
|
239
|
+
aria-labelledby="blue-button-removable-button blue-button-removable-text"
|
|
240
|
+
>
|
|
241
|
+
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
242
|
+
</button>
|
|
243
|
+
</span>
|
|
244
|
+
</span>
|
|
245
|
+
|
|
200
246
|
<span class="pf-v5-c-label pf-m-blue">
|
|
201
247
|
<span class="pf-v5-c-label__content">
|
|
202
248
|
<span class="pf-v5-c-label__icon">
|
|
@@ -221,7 +267,7 @@ cssPrefix: ['pf-v5-c-label','pf-v5-c-label-group']
|
|
|
221
267
|
</span>
|
|
222
268
|
<span class="pf-v5-c-label__actions">
|
|
223
269
|
<button
|
|
224
|
-
class="pf-v5-c-button pf-m-plain"
|
|
270
|
+
class="pf-v5-c-button pf-m-plain pf-m-no-padding"
|
|
225
271
|
type="button"
|
|
226
272
|
id="blue-truncated-with-icon-button"
|
|
227
273
|
aria-label="Remove"
|
|
@@ -256,7 +302,7 @@ cssPrefix: ['pf-v5-c-label','pf-v5-c-label-group']
|
|
|
256
302
|
</span>
|
|
257
303
|
<span class="pf-v5-c-label__actions">
|
|
258
304
|
<button
|
|
259
|
-
class="pf-v5-c-button pf-m-plain"
|
|
305
|
+
class="pf-v5-c-button pf-m-plain pf-m-no-padding"
|
|
260
306
|
type="button"
|
|
261
307
|
id="green-removable-button"
|
|
262
308
|
aria-label="Remove"
|
|
@@ -276,7 +322,7 @@ cssPrefix: ['pf-v5-c-label','pf-v5-c-label-group']
|
|
|
276
322
|
</span>
|
|
277
323
|
<span class="pf-v5-c-label__actions">
|
|
278
324
|
<button
|
|
279
|
-
class="pf-v5-c-button pf-m-plain"
|
|
325
|
+
class="pf-v5-c-button pf-m-plain pf-m-no-padding"
|
|
280
326
|
type="button"
|
|
281
327
|
id="green-icon-removable-button"
|
|
282
328
|
aria-label="Remove"
|
|
@@ -287,19 +333,25 @@ cssPrefix: ['pf-v5-c-label','pf-v5-c-label-group']
|
|
|
287
333
|
</span>
|
|
288
334
|
</span>
|
|
289
335
|
|
|
290
|
-
<span class="pf-v5-c-label pf-m-green">
|
|
291
|
-
<a class="pf-v5-c-label__content" href="#">
|
|
336
|
+
<span class="pf-v5-c-label pf-m-green pf-m-clickable">
|
|
337
|
+
<a class="pf-v5-c-label__content pf-m-clickable" href="#">
|
|
292
338
|
<span class="pf-v5-c-label__text">Green link</span>
|
|
293
339
|
</a>
|
|
294
340
|
</span>
|
|
295
341
|
|
|
296
|
-
<span class="pf-v5-c-label pf-m-green">
|
|
297
|
-
<
|
|
342
|
+
<span class="pf-v5-c-label pf-m-green pf-m-clickable">
|
|
343
|
+
<button class="pf-v5-c-label__content pf-m-clickable" type="button">
|
|
344
|
+
<span class="pf-v5-c-label__text">Green button</span>
|
|
345
|
+
</button>
|
|
346
|
+
</span>
|
|
347
|
+
|
|
348
|
+
<span class="pf-v5-c-label pf-m-green pf-m-clickable">
|
|
349
|
+
<a class="pf-v5-c-label__content pf-m-clickable" href="#">
|
|
298
350
|
<span class="pf-v5-c-label__text">Green link removable</span>
|
|
299
351
|
</a>
|
|
300
352
|
<span class="pf-v5-c-label__actions">
|
|
301
353
|
<button
|
|
302
|
-
class="pf-v5-c-button pf-m-plain"
|
|
354
|
+
class="pf-v5-c-button pf-m-plain pf-m-no-padding"
|
|
303
355
|
type="button"
|
|
304
356
|
id="green-link-removable-button"
|
|
305
357
|
aria-label="Remove"
|
|
@@ -310,6 +362,23 @@ cssPrefix: ['pf-v5-c-label','pf-v5-c-label-group']
|
|
|
310
362
|
</span>
|
|
311
363
|
</span>
|
|
312
364
|
|
|
365
|
+
<span class="pf-v5-c-label pf-m-green pf-m-clickable">
|
|
366
|
+
<button class="pf-v5-c-label__content pf-m-clickable" type="button">
|
|
367
|
+
<span class="pf-v5-c-label__text">Green button removable</span>
|
|
368
|
+
</button>
|
|
369
|
+
<span class="pf-v5-c-label__actions">
|
|
370
|
+
<button
|
|
371
|
+
class="pf-v5-c-button pf-m-plain pf-m-no-padding"
|
|
372
|
+
type="button"
|
|
373
|
+
id="green-button-removable-button"
|
|
374
|
+
aria-label="Remove"
|
|
375
|
+
aria-labelledby="green-button-removable-button green-button-removable-text"
|
|
376
|
+
>
|
|
377
|
+
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
378
|
+
</button>
|
|
379
|
+
</span>
|
|
380
|
+
</span>
|
|
381
|
+
|
|
313
382
|
<span class="pf-v5-c-label pf-m-green">
|
|
314
383
|
<span class="pf-v5-c-label__content">
|
|
315
384
|
<span class="pf-v5-c-label__icon">
|
|
@@ -334,7 +403,7 @@ cssPrefix: ['pf-v5-c-label','pf-v5-c-label-group']
|
|
|
334
403
|
</span>
|
|
335
404
|
<span class="pf-v5-c-label__actions">
|
|
336
405
|
<button
|
|
337
|
-
class="pf-v5-c-button pf-m-plain"
|
|
406
|
+
class="pf-v5-c-button pf-m-plain pf-m-no-padding"
|
|
338
407
|
type="button"
|
|
339
408
|
id="green-truncated-with-icon-button"
|
|
340
409
|
aria-label="Remove"
|
|
@@ -369,7 +438,7 @@ cssPrefix: ['pf-v5-c-label','pf-v5-c-label-group']
|
|
|
369
438
|
</span>
|
|
370
439
|
<span class="pf-v5-c-label__actions">
|
|
371
440
|
<button
|
|
372
|
-
class="pf-v5-c-button pf-m-plain"
|
|
441
|
+
class="pf-v5-c-button pf-m-plain pf-m-no-padding"
|
|
373
442
|
type="button"
|
|
374
443
|
id="orange-removable-button"
|
|
375
444
|
aria-label="Remove"
|
|
@@ -389,7 +458,7 @@ cssPrefix: ['pf-v5-c-label','pf-v5-c-label-group']
|
|
|
389
458
|
</span>
|
|
390
459
|
<span class="pf-v5-c-label__actions">
|
|
391
460
|
<button
|
|
392
|
-
class="pf-v5-c-button pf-m-plain"
|
|
461
|
+
class="pf-v5-c-button pf-m-plain pf-m-no-padding"
|
|
393
462
|
type="button"
|
|
394
463
|
id="orange-icon-removable-button"
|
|
395
464
|
aria-label="Remove"
|
|
@@ -400,19 +469,25 @@ cssPrefix: ['pf-v5-c-label','pf-v5-c-label-group']
|
|
|
400
469
|
</span>
|
|
401
470
|
</span>
|
|
402
471
|
|
|
403
|
-
<span class="pf-v5-c-label pf-m-orange">
|
|
404
|
-
<a class="pf-v5-c-label__content" href="#">
|
|
472
|
+
<span class="pf-v5-c-label pf-m-orange pf-m-clickable">
|
|
473
|
+
<a class="pf-v5-c-label__content pf-m-clickable" href="#">
|
|
405
474
|
<span class="pf-v5-c-label__text">Orange link</span>
|
|
406
475
|
</a>
|
|
407
476
|
</span>
|
|
408
477
|
|
|
409
|
-
<span class="pf-v5-c-label pf-m-orange">
|
|
410
|
-
<
|
|
478
|
+
<span class="pf-v5-c-label pf-m-orange pf-m-clickable">
|
|
479
|
+
<button class="pf-v5-c-label__content pf-m-clickable" type="button">
|
|
480
|
+
<span class="pf-v5-c-label__text">Orange button</span>
|
|
481
|
+
</button>
|
|
482
|
+
</span>
|
|
483
|
+
|
|
484
|
+
<span class="pf-v5-c-label pf-m-orange pf-m-clickable">
|
|
485
|
+
<a class="pf-v5-c-label__content pf-m-clickable" href="#">
|
|
411
486
|
<span class="pf-v5-c-label__text">Orange link removable</span>
|
|
412
487
|
</a>
|
|
413
488
|
<span class="pf-v5-c-label__actions">
|
|
414
489
|
<button
|
|
415
|
-
class="pf-v5-c-button pf-m-plain"
|
|
490
|
+
class="pf-v5-c-button pf-m-plain pf-m-no-padding"
|
|
416
491
|
type="button"
|
|
417
492
|
id="orange-link-removable-button"
|
|
418
493
|
aria-label="Remove"
|
|
@@ -423,6 +498,23 @@ cssPrefix: ['pf-v5-c-label','pf-v5-c-label-group']
|
|
|
423
498
|
</span>
|
|
424
499
|
</span>
|
|
425
500
|
|
|
501
|
+
<span class="pf-v5-c-label pf-m-orange pf-m-clickable">
|
|
502
|
+
<button class="pf-v5-c-label__content pf-m-clickable" type="button">
|
|
503
|
+
<span class="pf-v5-c-label__text">Orange button removable</span>
|
|
504
|
+
</button>
|
|
505
|
+
<span class="pf-v5-c-label__actions">
|
|
506
|
+
<button
|
|
507
|
+
class="pf-v5-c-button pf-m-plain pf-m-no-padding"
|
|
508
|
+
type="button"
|
|
509
|
+
id="orange-button-removable-button"
|
|
510
|
+
aria-label="Remove"
|
|
511
|
+
aria-labelledby="orange-button-removable-button orange-button-removable-text"
|
|
512
|
+
>
|
|
513
|
+
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
514
|
+
</button>
|
|
515
|
+
</span>
|
|
516
|
+
</span>
|
|
517
|
+
|
|
426
518
|
<span class="pf-v5-c-label pf-m-orange">
|
|
427
519
|
<span class="pf-v5-c-label__content">
|
|
428
520
|
<span class="pf-v5-c-label__icon">
|
|
@@ -447,7 +539,7 @@ cssPrefix: ['pf-v5-c-label','pf-v5-c-label-group']
|
|
|
447
539
|
</span>
|
|
448
540
|
<span class="pf-v5-c-label__actions">
|
|
449
541
|
<button
|
|
450
|
-
class="pf-v5-c-button pf-m-plain"
|
|
542
|
+
class="pf-v5-c-button pf-m-plain pf-m-no-padding"
|
|
451
543
|
type="button"
|
|
452
544
|
id="orange-truncated-with-icon-button"
|
|
453
545
|
aria-label="Remove"
|
|
@@ -482,7 +574,7 @@ cssPrefix: ['pf-v5-c-label','pf-v5-c-label-group']
|
|
|
482
574
|
</span>
|
|
483
575
|
<span class="pf-v5-c-label__actions">
|
|
484
576
|
<button
|
|
485
|
-
class="pf-v5-c-button pf-m-plain"
|
|
577
|
+
class="pf-v5-c-button pf-m-plain pf-m-no-padding"
|
|
486
578
|
type="button"
|
|
487
579
|
id="red-removable-button"
|
|
488
580
|
aria-label="Remove"
|
|
@@ -502,7 +594,7 @@ cssPrefix: ['pf-v5-c-label','pf-v5-c-label-group']
|
|
|
502
594
|
</span>
|
|
503
595
|
<span class="pf-v5-c-label__actions">
|
|
504
596
|
<button
|
|
505
|
-
class="pf-v5-c-button pf-m-plain"
|
|
597
|
+
class="pf-v5-c-button pf-m-plain pf-m-no-padding"
|
|
506
598
|
type="button"
|
|
507
599
|
id="red-icon-removable-button"
|
|
508
600
|
aria-label="Remove"
|
|
@@ -513,19 +605,25 @@ cssPrefix: ['pf-v5-c-label','pf-v5-c-label-group']
|
|
|
513
605
|
</span>
|
|
514
606
|
</span>
|
|
515
607
|
|
|
516
|
-
<span class="pf-v5-c-label pf-m-red">
|
|
517
|
-
<a class="pf-v5-c-label__content" href="#">
|
|
608
|
+
<span class="pf-v5-c-label pf-m-red pf-m-clickable">
|
|
609
|
+
<a class="pf-v5-c-label__content pf-m-clickable" href="#">
|
|
518
610
|
<span class="pf-v5-c-label__text">Red link</span>
|
|
519
611
|
</a>
|
|
520
612
|
</span>
|
|
521
613
|
|
|
522
|
-
<span class="pf-v5-c-label pf-m-red">
|
|
523
|
-
<
|
|
614
|
+
<span class="pf-v5-c-label pf-m-red pf-m-clickable">
|
|
615
|
+
<button class="pf-v5-c-label__content pf-m-clickable" type="button">
|
|
616
|
+
<span class="pf-v5-c-label__text">Red button</span>
|
|
617
|
+
</button>
|
|
618
|
+
</span>
|
|
619
|
+
|
|
620
|
+
<span class="pf-v5-c-label pf-m-red pf-m-clickable">
|
|
621
|
+
<a class="pf-v5-c-label__content pf-m-clickable" href="#">
|
|
524
622
|
<span class="pf-v5-c-label__text">Red link removable</span>
|
|
525
623
|
</a>
|
|
526
624
|
<span class="pf-v5-c-label__actions">
|
|
527
625
|
<button
|
|
528
|
-
class="pf-v5-c-button pf-m-plain"
|
|
626
|
+
class="pf-v5-c-button pf-m-plain pf-m-no-padding"
|
|
529
627
|
type="button"
|
|
530
628
|
id="red-link-removable-button"
|
|
531
629
|
aria-label="Remove"
|
|
@@ -536,6 +634,23 @@ cssPrefix: ['pf-v5-c-label','pf-v5-c-label-group']
|
|
|
536
634
|
</span>
|
|
537
635
|
</span>
|
|
538
636
|
|
|
637
|
+
<span class="pf-v5-c-label pf-m-red pf-m-clickable">
|
|
638
|
+
<button class="pf-v5-c-label__content pf-m-clickable" type="button">
|
|
639
|
+
<span class="pf-v5-c-label__text">Red button removable</span>
|
|
640
|
+
</button>
|
|
641
|
+
<span class="pf-v5-c-label__actions">
|
|
642
|
+
<button
|
|
643
|
+
class="pf-v5-c-button pf-m-plain pf-m-no-padding"
|
|
644
|
+
type="button"
|
|
645
|
+
id="red-button-removable-button"
|
|
646
|
+
aria-label="Remove"
|
|
647
|
+
aria-labelledby="red-button-removable-button red-button-removable-text"
|
|
648
|
+
>
|
|
649
|
+
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
650
|
+
</button>
|
|
651
|
+
</span>
|
|
652
|
+
</span>
|
|
653
|
+
|
|
539
654
|
<span class="pf-v5-c-label pf-m-red">
|
|
540
655
|
<span class="pf-v5-c-label__content">
|
|
541
656
|
<span class="pf-v5-c-label__icon">
|
|
@@ -560,7 +675,7 @@ cssPrefix: ['pf-v5-c-label','pf-v5-c-label-group']
|
|
|
560
675
|
</span>
|
|
561
676
|
<span class="pf-v5-c-label__actions">
|
|
562
677
|
<button
|
|
563
|
-
class="pf-v5-c-button pf-m-plain"
|
|
678
|
+
class="pf-v5-c-button pf-m-plain pf-m-no-padding"
|
|
564
679
|
type="button"
|
|
565
680
|
id="red-truncated-with-icon-button"
|
|
566
681
|
aria-label="Remove"
|
|
@@ -574,6 +689,142 @@ cssPrefix: ['pf-v5-c-label','pf-v5-c-label-group']
|
|
|
574
689
|
<br />
|
|
575
690
|
<br />
|
|
576
691
|
|
|
692
|
+
<span class="pf-v5-c-label pf-m-orangered">
|
|
693
|
+
<span class="pf-v5-c-label__content">
|
|
694
|
+
<span class="pf-v5-c-label__text">Orange red</span>
|
|
695
|
+
</span>
|
|
696
|
+
</span>
|
|
697
|
+
|
|
698
|
+
<span class="pf-v5-c-label pf-m-orangered">
|
|
699
|
+
<span class="pf-v5-c-label__content">
|
|
700
|
+
<span class="pf-v5-c-label__icon">
|
|
701
|
+
<i class="fas fa-fw fa-info-circle" aria-hidden="true"></i>
|
|
702
|
+
</span>
|
|
703
|
+
<span class="pf-v5-c-label__text">Orange red icon</span>
|
|
704
|
+
</span>
|
|
705
|
+
</span>
|
|
706
|
+
|
|
707
|
+
<span class="pf-v5-c-label pf-m-orangered">
|
|
708
|
+
<span class="pf-v5-c-label__content">
|
|
709
|
+
<span class="pf-v5-c-label__text">Orange red removable</span>
|
|
710
|
+
</span>
|
|
711
|
+
<span class="pf-v5-c-label__actions">
|
|
712
|
+
<button
|
|
713
|
+
class="pf-v5-c-button pf-m-plain pf-m-no-padding"
|
|
714
|
+
type="button"
|
|
715
|
+
id="orangered-removable-button"
|
|
716
|
+
aria-label="Remove"
|
|
717
|
+
aria-labelledby="orangered-removable-button orangered-removable-text"
|
|
718
|
+
>
|
|
719
|
+
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
720
|
+
</button>
|
|
721
|
+
</span>
|
|
722
|
+
</span>
|
|
723
|
+
|
|
724
|
+
<span class="pf-v5-c-label pf-m-orangered">
|
|
725
|
+
<span class="pf-v5-c-label__content">
|
|
726
|
+
<span class="pf-v5-c-label__icon">
|
|
727
|
+
<i class="fas fa-fw fa-info-circle" aria-hidden="true"></i>
|
|
728
|
+
</span>
|
|
729
|
+
<span class="pf-v5-c-label__text">Orange red icon removable</span>
|
|
730
|
+
</span>
|
|
731
|
+
<span class="pf-v5-c-label__actions">
|
|
732
|
+
<button
|
|
733
|
+
class="pf-v5-c-button pf-m-plain pf-m-no-padding"
|
|
734
|
+
type="button"
|
|
735
|
+
id="orangered-icon-removable-button"
|
|
736
|
+
aria-label="Remove"
|
|
737
|
+
aria-labelledby="orangered-icon-removable-button orangered-icon-removable-text"
|
|
738
|
+
>
|
|
739
|
+
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
740
|
+
</button>
|
|
741
|
+
</span>
|
|
742
|
+
</span>
|
|
743
|
+
|
|
744
|
+
<span class="pf-v5-c-label pf-m-orangered pf-m-clickable">
|
|
745
|
+
<a class="pf-v5-c-label__content pf-m-clickable" href="#">
|
|
746
|
+
<span class="pf-v5-c-label__text">Orange red link</span>
|
|
747
|
+
</a>
|
|
748
|
+
</span>
|
|
749
|
+
|
|
750
|
+
<span class="pf-v5-c-label pf-m-orangered pf-m-clickable">
|
|
751
|
+
<button class="pf-v5-c-label__content pf-m-clickable" type="button">
|
|
752
|
+
<span class="pf-v5-c-label__text">Orange red button</span>
|
|
753
|
+
</button>
|
|
754
|
+
</span>
|
|
755
|
+
|
|
756
|
+
<span class="pf-v5-c-label pf-m-orangered pf-m-clickable">
|
|
757
|
+
<a class="pf-v5-c-label__content pf-m-clickable" href="#">
|
|
758
|
+
<span class="pf-v5-c-label__text">Orange red link removable</span>
|
|
759
|
+
</a>
|
|
760
|
+
<span class="pf-v5-c-label__actions">
|
|
761
|
+
<button
|
|
762
|
+
class="pf-v5-c-button pf-m-plain pf-m-no-padding"
|
|
763
|
+
type="button"
|
|
764
|
+
id="orangered-link-removable-button"
|
|
765
|
+
aria-label="Remove"
|
|
766
|
+
aria-labelledby="orangered-link-removable-button orangered-link-removable-text"
|
|
767
|
+
>
|
|
768
|
+
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
769
|
+
</button>
|
|
770
|
+
</span>
|
|
771
|
+
</span>
|
|
772
|
+
|
|
773
|
+
<span class="pf-v5-c-label pf-m-orangered pf-m-clickable">
|
|
774
|
+
<button class="pf-v5-c-label__content pf-m-clickable" type="button">
|
|
775
|
+
<span class="pf-v5-c-label__text">Orange red button removable</span>
|
|
776
|
+
</button>
|
|
777
|
+
<span class="pf-v5-c-label__actions">
|
|
778
|
+
<button
|
|
779
|
+
class="pf-v5-c-button pf-m-plain pf-m-no-padding"
|
|
780
|
+
type="button"
|
|
781
|
+
id="orangered-button-removable-button"
|
|
782
|
+
aria-label="Remove"
|
|
783
|
+
aria-labelledby="orangered-button-removable-button orangered-button-removable-text"
|
|
784
|
+
>
|
|
785
|
+
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
786
|
+
</button>
|
|
787
|
+
</span>
|
|
788
|
+
</span>
|
|
789
|
+
|
|
790
|
+
<span class="pf-v5-c-label pf-m-orangered">
|
|
791
|
+
<span class="pf-v5-c-label__content">
|
|
792
|
+
<span class="pf-v5-c-label__icon">
|
|
793
|
+
<i class="fas fa-fw fa-info-circle" aria-hidden="true"></i>
|
|
794
|
+
</span>
|
|
795
|
+
<span
|
|
796
|
+
class="pf-v5-c-label__text"
|
|
797
|
+
style="--pf-v5-c-label__text--MaxWidth: 28ch"
|
|
798
|
+
>Orange red label, max-width truncation customization</span>
|
|
799
|
+
</span>
|
|
800
|
+
</span>
|
|
801
|
+
|
|
802
|
+
<span class="pf-v5-c-label pf-m-orangered">
|
|
803
|
+
<span class="pf-v5-c-label__content">
|
|
804
|
+
<span class="pf-v5-c-label__icon">
|
|
805
|
+
<i class="fas fa-fw fa-info-circle" aria-hidden="true"></i>
|
|
806
|
+
</span>
|
|
807
|
+
<span
|
|
808
|
+
class="pf-v5-c-label__text"
|
|
809
|
+
style="--pf-v5-c-label__text--MaxWidth: 38ch"
|
|
810
|
+
>Orange red label with icon and set max-width truncation customization</span>
|
|
811
|
+
</span>
|
|
812
|
+
<span class="pf-v5-c-label__actions">
|
|
813
|
+
<button
|
|
814
|
+
class="pf-v5-c-button pf-m-plain pf-m-no-padding"
|
|
815
|
+
type="button"
|
|
816
|
+
id="orangered-truncated-with-icon-button"
|
|
817
|
+
aria-label="Remove"
|
|
818
|
+
aria-labelledby="orangered-truncated-with-icon-button orangered-truncated-with-icon-text"
|
|
819
|
+
>
|
|
820
|
+
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
821
|
+
</button>
|
|
822
|
+
</span>
|
|
823
|
+
</span>
|
|
824
|
+
|
|
825
|
+
<br />
|
|
826
|
+
<br />
|
|
827
|
+
|
|
577
828
|
<span class="pf-v5-c-label pf-m-purple">
|
|
578
829
|
<span class="pf-v5-c-label__content">
|
|
579
830
|
<span class="pf-v5-c-label__text">Purple</span>
|
|
@@ -595,7 +846,7 @@ cssPrefix: ['pf-v5-c-label','pf-v5-c-label-group']
|
|
|
595
846
|
</span>
|
|
596
847
|
<span class="pf-v5-c-label__actions">
|
|
597
848
|
<button
|
|
598
|
-
class="pf-v5-c-button pf-m-plain"
|
|
849
|
+
class="pf-v5-c-button pf-m-plain pf-m-no-padding"
|
|
599
850
|
type="button"
|
|
600
851
|
id="purple-removable-button"
|
|
601
852
|
aria-label="Remove"
|
|
@@ -615,7 +866,7 @@ cssPrefix: ['pf-v5-c-label','pf-v5-c-label-group']
|
|
|
615
866
|
</span>
|
|
616
867
|
<span class="pf-v5-c-label__actions">
|
|
617
868
|
<button
|
|
618
|
-
class="pf-v5-c-button pf-m-plain"
|
|
869
|
+
class="pf-v5-c-button pf-m-plain pf-m-no-padding"
|
|
619
870
|
type="button"
|
|
620
871
|
id="purple-icon-removable-button"
|
|
621
872
|
aria-label="Remove"
|
|
@@ -626,19 +877,25 @@ cssPrefix: ['pf-v5-c-label','pf-v5-c-label-group']
|
|
|
626
877
|
</span>
|
|
627
878
|
</span>
|
|
628
879
|
|
|
629
|
-
<span class="pf-v5-c-label pf-m-purple">
|
|
630
|
-
<a class="pf-v5-c-label__content" href="#">
|
|
880
|
+
<span class="pf-v5-c-label pf-m-purple pf-m-clickable">
|
|
881
|
+
<a class="pf-v5-c-label__content pf-m-clickable" href="#">
|
|
631
882
|
<span class="pf-v5-c-label__text">Purple link</span>
|
|
632
883
|
</a>
|
|
633
884
|
</span>
|
|
634
885
|
|
|
635
|
-
<span class="pf-v5-c-label pf-m-purple">
|
|
636
|
-
<
|
|
886
|
+
<span class="pf-v5-c-label pf-m-purple pf-m-clickable">
|
|
887
|
+
<button class="pf-v5-c-label__content pf-m-clickable" type="button">
|
|
888
|
+
<span class="pf-v5-c-label__text">Purple button</span>
|
|
889
|
+
</button>
|
|
890
|
+
</span>
|
|
891
|
+
|
|
892
|
+
<span class="pf-v5-c-label pf-m-purple pf-m-clickable">
|
|
893
|
+
<a class="pf-v5-c-label__content pf-m-clickable" href="#">
|
|
637
894
|
<span class="pf-v5-c-label__text">Purple link removable</span>
|
|
638
895
|
</a>
|
|
639
896
|
<span class="pf-v5-c-label__actions">
|
|
640
897
|
<button
|
|
641
|
-
class="pf-v5-c-button pf-m-plain"
|
|
898
|
+
class="pf-v5-c-button pf-m-plain pf-m-no-padding"
|
|
642
899
|
type="button"
|
|
643
900
|
id="purple-link-removable-button"
|
|
644
901
|
aria-label="Remove"
|
|
@@ -649,6 +906,23 @@ cssPrefix: ['pf-v5-c-label','pf-v5-c-label-group']
|
|
|
649
906
|
</span>
|
|
650
907
|
</span>
|
|
651
908
|
|
|
909
|
+
<span class="pf-v5-c-label pf-m-purple pf-m-clickable">
|
|
910
|
+
<button class="pf-v5-c-label__content pf-m-clickable" type="button">
|
|
911
|
+
<span class="pf-v5-c-label__text">Purple button removable</span>
|
|
912
|
+
</button>
|
|
913
|
+
<span class="pf-v5-c-label__actions">
|
|
914
|
+
<button
|
|
915
|
+
class="pf-v5-c-button pf-m-plain pf-m-no-padding"
|
|
916
|
+
type="button"
|
|
917
|
+
id="purple-button-removable-button"
|
|
918
|
+
aria-label="Remove"
|
|
919
|
+
aria-labelledby="purple-button-removable-button purple-button-removable-text"
|
|
920
|
+
>
|
|
921
|
+
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
922
|
+
</button>
|
|
923
|
+
</span>
|
|
924
|
+
</span>
|
|
925
|
+
|
|
652
926
|
<span class="pf-v5-c-label pf-m-purple">
|
|
653
927
|
<span class="pf-v5-c-label__content">
|
|
654
928
|
<span class="pf-v5-c-label__icon">
|
|
@@ -673,7 +947,7 @@ cssPrefix: ['pf-v5-c-label','pf-v5-c-label-group']
|
|
|
673
947
|
</span>
|
|
674
948
|
<span class="pf-v5-c-label__actions">
|
|
675
949
|
<button
|
|
676
|
-
class="pf-v5-c-button pf-m-plain"
|
|
950
|
+
class="pf-v5-c-button pf-m-plain pf-m-no-padding"
|
|
677
951
|
type="button"
|
|
678
952
|
id="purple-truncated-with-icon-button"
|
|
679
953
|
aria-label="Remove"
|
|
@@ -708,7 +982,7 @@ cssPrefix: ['pf-v5-c-label','pf-v5-c-label-group']
|
|
|
708
982
|
</span>
|
|
709
983
|
<span class="pf-v5-c-label__actions">
|
|
710
984
|
<button
|
|
711
|
-
class="pf-v5-c-button pf-m-plain"
|
|
985
|
+
class="pf-v5-c-button pf-m-plain pf-m-no-padding"
|
|
712
986
|
type="button"
|
|
713
987
|
id="cyan-removable-button"
|
|
714
988
|
aria-label="Remove"
|
|
@@ -728,7 +1002,7 @@ cssPrefix: ['pf-v5-c-label','pf-v5-c-label-group']
|
|
|
728
1002
|
</span>
|
|
729
1003
|
<span class="pf-v5-c-label__actions">
|
|
730
1004
|
<button
|
|
731
|
-
class="pf-v5-c-button pf-m-plain"
|
|
1005
|
+
class="pf-v5-c-button pf-m-plain pf-m-no-padding"
|
|
732
1006
|
type="button"
|
|
733
1007
|
id="cyan-icon-removable-button"
|
|
734
1008
|
aria-label="Remove"
|
|
@@ -739,19 +1013,25 @@ cssPrefix: ['pf-v5-c-label','pf-v5-c-label-group']
|
|
|
739
1013
|
</span>
|
|
740
1014
|
</span>
|
|
741
1015
|
|
|
742
|
-
<span class="pf-v5-c-label pf-m-cyan">
|
|
743
|
-
<a class="pf-v5-c-label__content" href="#">
|
|
1016
|
+
<span class="pf-v5-c-label pf-m-cyan pf-m-clickable">
|
|
1017
|
+
<a class="pf-v5-c-label__content pf-m-clickable" href="#">
|
|
744
1018
|
<span class="pf-v5-c-label__text">Cyan link</span>
|
|
745
1019
|
</a>
|
|
746
1020
|
</span>
|
|
747
1021
|
|
|
748
|
-
<span class="pf-v5-c-label pf-m-cyan">
|
|
749
|
-
<
|
|
1022
|
+
<span class="pf-v5-c-label pf-m-cyan pf-m-clickable">
|
|
1023
|
+
<button class="pf-v5-c-label__content pf-m-clickable" type="button">
|
|
1024
|
+
<span class="pf-v5-c-label__text">Cyan button</span>
|
|
1025
|
+
</button>
|
|
1026
|
+
</span>
|
|
1027
|
+
|
|
1028
|
+
<span class="pf-v5-c-label pf-m-cyan pf-m-clickable">
|
|
1029
|
+
<a class="pf-v5-c-label__content pf-m-clickable" href="#">
|
|
750
1030
|
<span class="pf-v5-c-label__text">Cyan link removable</span>
|
|
751
1031
|
</a>
|
|
752
1032
|
<span class="pf-v5-c-label__actions">
|
|
753
1033
|
<button
|
|
754
|
-
class="pf-v5-c-button pf-m-plain"
|
|
1034
|
+
class="pf-v5-c-button pf-m-plain pf-m-no-padding"
|
|
755
1035
|
type="button"
|
|
756
1036
|
id="cyan-link-removable-button"
|
|
757
1037
|
aria-label="Remove"
|
|
@@ -762,6 +1042,23 @@ cssPrefix: ['pf-v5-c-label','pf-v5-c-label-group']
|
|
|
762
1042
|
</span>
|
|
763
1043
|
</span>
|
|
764
1044
|
|
|
1045
|
+
<span class="pf-v5-c-label pf-m-cyan pf-m-clickable">
|
|
1046
|
+
<button class="pf-v5-c-label__content pf-m-clickable" type="button">
|
|
1047
|
+
<span class="pf-v5-c-label__text">Cyan button removable</span>
|
|
1048
|
+
</button>
|
|
1049
|
+
<span class="pf-v5-c-label__actions">
|
|
1050
|
+
<button
|
|
1051
|
+
class="pf-v5-c-button pf-m-plain pf-m-no-padding"
|
|
1052
|
+
type="button"
|
|
1053
|
+
id="cyan-button-removable-button"
|
|
1054
|
+
aria-label="Remove"
|
|
1055
|
+
aria-labelledby="cyan-button-removable-button cyan-button-removable-text"
|
|
1056
|
+
>
|
|
1057
|
+
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
1058
|
+
</button>
|
|
1059
|
+
</span>
|
|
1060
|
+
</span>
|
|
1061
|
+
|
|
765
1062
|
<span class="pf-v5-c-label pf-m-cyan">
|
|
766
1063
|
<span class="pf-v5-c-label__content">
|
|
767
1064
|
<span class="pf-v5-c-label__icon">
|
|
@@ -786,7 +1083,7 @@ cssPrefix: ['pf-v5-c-label','pf-v5-c-label-group']
|
|
|
786
1083
|
</span>
|
|
787
1084
|
<span class="pf-v5-c-label__actions">
|
|
788
1085
|
<button
|
|
789
|
-
class="pf-v5-c-button pf-m-plain"
|
|
1086
|
+
class="pf-v5-c-button pf-m-plain pf-m-no-padding"
|
|
790
1087
|
type="button"
|
|
791
1088
|
id="cyan-truncated-with-icon-button"
|
|
792
1089
|
aria-label="Remove"
|
|
@@ -820,7 +1117,7 @@ cssPrefix: ['pf-v5-c-label','pf-v5-c-label-group']
|
|
|
820
1117
|
</span>
|
|
821
1118
|
<span class="pf-v5-c-label__actions">
|
|
822
1119
|
<button
|
|
823
|
-
class="pf-v5-c-button pf-m-plain"
|
|
1120
|
+
class="pf-v5-c-button pf-m-plain pf-m-no-padding"
|
|
824
1121
|
type="button"
|
|
825
1122
|
id="gold-removable-button"
|
|
826
1123
|
aria-label="Remove"
|
|
@@ -840,7 +1137,7 @@ cssPrefix: ['pf-v5-c-label','pf-v5-c-label-group']
|
|
|
840
1137
|
</span>
|
|
841
1138
|
<span class="pf-v5-c-label__actions">
|
|
842
1139
|
<button
|
|
843
|
-
class="pf-v5-c-button pf-m-plain"
|
|
1140
|
+
class="pf-v5-c-button pf-m-plain pf-m-no-padding"
|
|
844
1141
|
type="button"
|
|
845
1142
|
id="gold-icon-removable-button"
|
|
846
1143
|
aria-label="Remove"
|
|
@@ -851,19 +1148,25 @@ cssPrefix: ['pf-v5-c-label','pf-v5-c-label-group']
|
|
|
851
1148
|
</span>
|
|
852
1149
|
</span>
|
|
853
1150
|
|
|
854
|
-
<span class="pf-v5-c-label pf-m-gold">
|
|
855
|
-
<a class="pf-v5-c-label__content" href="#">
|
|
1151
|
+
<span class="pf-v5-c-label pf-m-gold pf-m-clickable">
|
|
1152
|
+
<a class="pf-v5-c-label__content pf-m-clickable" href="#">
|
|
856
1153
|
<span class="pf-v5-c-label__text">Gold link</span>
|
|
857
1154
|
</a>
|
|
858
1155
|
</span>
|
|
859
1156
|
|
|
860
|
-
<span class="pf-v5-c-label pf-m-gold">
|
|
861
|
-
<
|
|
1157
|
+
<span class="pf-v5-c-label pf-m-gold pf-m-clickable">
|
|
1158
|
+
<button class="pf-v5-c-label__content pf-m-clickable" type="button">
|
|
1159
|
+
<span class="pf-v5-c-label__text">Gold button</span>
|
|
1160
|
+
</button>
|
|
1161
|
+
</span>
|
|
1162
|
+
|
|
1163
|
+
<span class="pf-v5-c-label pf-m-gold pf-m-clickable">
|
|
1164
|
+
<a class="pf-v5-c-label__content pf-m-clickable" href="#">
|
|
862
1165
|
<span class="pf-v5-c-label__text">Gold link removable</span>
|
|
863
1166
|
</a>
|
|
864
1167
|
<span class="pf-v5-c-label__actions">
|
|
865
1168
|
<button
|
|
866
|
-
class="pf-v5-c-button pf-m-plain"
|
|
1169
|
+
class="pf-v5-c-button pf-m-plain pf-m-no-padding"
|
|
867
1170
|
type="button"
|
|
868
1171
|
id="gold-link-removable-button"
|
|
869
1172
|
aria-label="Remove"
|
|
@@ -874,6 +1177,23 @@ cssPrefix: ['pf-v5-c-label','pf-v5-c-label-group']
|
|
|
874
1177
|
</span>
|
|
875
1178
|
</span>
|
|
876
1179
|
|
|
1180
|
+
<span class="pf-v5-c-label pf-m-gold pf-m-clickable">
|
|
1181
|
+
<button class="pf-v5-c-label__content pf-m-clickable" type="button">
|
|
1182
|
+
<span class="pf-v5-c-label__text">Gold button removable</span>
|
|
1183
|
+
</button>
|
|
1184
|
+
<span class="pf-v5-c-label__actions">
|
|
1185
|
+
<button
|
|
1186
|
+
class="pf-v5-c-button pf-m-plain pf-m-no-padding"
|
|
1187
|
+
type="button"
|
|
1188
|
+
id="gold-button-removable-button"
|
|
1189
|
+
aria-label="Remove"
|
|
1190
|
+
aria-labelledby="gold-button-removable-button gold-button-removable-text"
|
|
1191
|
+
>
|
|
1192
|
+
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
1193
|
+
</button>
|
|
1194
|
+
</span>
|
|
1195
|
+
</span>
|
|
1196
|
+
|
|
877
1197
|
<span class="pf-v5-c-label pf-m-gold">
|
|
878
1198
|
<span class="pf-v5-c-label__content">
|
|
879
1199
|
<span class="pf-v5-c-label__icon">
|
|
@@ -898,7 +1218,7 @@ cssPrefix: ['pf-v5-c-label','pf-v5-c-label-group']
|
|
|
898
1218
|
</span>
|
|
899
1219
|
<span class="pf-v5-c-label__actions">
|
|
900
1220
|
<button
|
|
901
|
-
class="pf-v5-c-button pf-m-plain"
|
|
1221
|
+
class="pf-v5-c-button pf-m-plain pf-m-no-padding"
|
|
902
1222
|
type="button"
|
|
903
1223
|
id="gold-truncated-with-icon-button"
|
|
904
1224
|
aria-label="Remove"
|
|
@@ -935,7 +1255,7 @@ cssPrefix: ['pf-v5-c-label','pf-v5-c-label-group']
|
|
|
935
1255
|
</span>
|
|
936
1256
|
<span class="pf-v5-c-label__actions">
|
|
937
1257
|
<button
|
|
938
|
-
class="pf-v5-c-button pf-m-plain"
|
|
1258
|
+
class="pf-v5-c-button pf-m-plain pf-m-no-padding"
|
|
939
1259
|
type="button"
|
|
940
1260
|
id="grey-outline-removable-button"
|
|
941
1261
|
aria-label="Remove"
|
|
@@ -955,7 +1275,7 @@ cssPrefix: ['pf-v5-c-label','pf-v5-c-label-group']
|
|
|
955
1275
|
</span>
|
|
956
1276
|
<span class="pf-v5-c-label__actions">
|
|
957
1277
|
<button
|
|
958
|
-
class="pf-v5-c-button pf-m-plain"
|
|
1278
|
+
class="pf-v5-c-button pf-m-plain pf-m-no-padding"
|
|
959
1279
|
type="button"
|
|
960
1280
|
id="grey-outline-icon-removable-button"
|
|
961
1281
|
aria-label="Remove"
|
|
@@ -966,19 +1286,25 @@ cssPrefix: ['pf-v5-c-label','pf-v5-c-label-group']
|
|
|
966
1286
|
</span>
|
|
967
1287
|
</span>
|
|
968
1288
|
|
|
969
|
-
<span class="pf-v5-c-label pf-m-outline">
|
|
970
|
-
<a class="pf-v5-c-label__content" href="#">
|
|
1289
|
+
<span class="pf-v5-c-label pf-m-outline pf-m-clickable">
|
|
1290
|
+
<a class="pf-v5-c-label__content pf-m-clickable" href="#">
|
|
971
1291
|
<span class="pf-v5-c-label__text">Grey link</span>
|
|
972
1292
|
</a>
|
|
973
1293
|
</span>
|
|
974
1294
|
|
|
975
|
-
<span class="pf-v5-c-label pf-m-outline">
|
|
976
|
-
<
|
|
1295
|
+
<span class="pf-v5-c-label pf-m-outline pf-m-clickable">
|
|
1296
|
+
<button class="pf-v5-c-label__content pf-m-clickable" type="button">
|
|
1297
|
+
<span class="pf-v5-c-label__text">Grey button</span>
|
|
1298
|
+
</button>
|
|
1299
|
+
</span>
|
|
1300
|
+
|
|
1301
|
+
<span class="pf-v5-c-label pf-m-outline pf-m-clickable">
|
|
1302
|
+
<a class="pf-v5-c-label__content pf-m-clickable" href="#">
|
|
977
1303
|
<span class="pf-v5-c-label__text">Grey link removable</span>
|
|
978
1304
|
</a>
|
|
979
1305
|
<span class="pf-v5-c-label__actions">
|
|
980
1306
|
<button
|
|
981
|
-
class="pf-v5-c-button pf-m-plain"
|
|
1307
|
+
class="pf-v5-c-button pf-m-plain pf-m-no-padding"
|
|
982
1308
|
type="button"
|
|
983
1309
|
id="grey-outline-link-removable-button"
|
|
984
1310
|
aria-label="Remove"
|
|
@@ -989,6 +1315,23 @@ cssPrefix: ['pf-v5-c-label','pf-v5-c-label-group']
|
|
|
989
1315
|
</span>
|
|
990
1316
|
</span>
|
|
991
1317
|
|
|
1318
|
+
<span class="pf-v5-c-label pf-m-outline pf-m-clickable">
|
|
1319
|
+
<button class="pf-v5-c-label__content pf-m-clickable" type="button">
|
|
1320
|
+
<span class="pf-v5-c-label__text">Grey button removable</span>
|
|
1321
|
+
</button>
|
|
1322
|
+
<span class="pf-v5-c-label__actions">
|
|
1323
|
+
<button
|
|
1324
|
+
class="pf-v5-c-button pf-m-plain pf-m-no-padding"
|
|
1325
|
+
type="button"
|
|
1326
|
+
id="grey-outline-button-removable-button"
|
|
1327
|
+
aria-label="Remove"
|
|
1328
|
+
aria-labelledby="grey-outline-button-removable-button grey-outline-button-removable-text"
|
|
1329
|
+
>
|
|
1330
|
+
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
1331
|
+
</button>
|
|
1332
|
+
</span>
|
|
1333
|
+
</span>
|
|
1334
|
+
|
|
992
1335
|
<span class="pf-v5-c-label pf-m-outline">
|
|
993
1336
|
<span class="pf-v5-c-label__content">
|
|
994
1337
|
<span class="pf-v5-c-label__icon">
|
|
@@ -1013,7 +1356,7 @@ cssPrefix: ['pf-v5-c-label','pf-v5-c-label-group']
|
|
|
1013
1356
|
</span>
|
|
1014
1357
|
<span class="pf-v5-c-label__actions">
|
|
1015
1358
|
<button
|
|
1016
|
-
class="pf-v5-c-button pf-m-plain"
|
|
1359
|
+
class="pf-v5-c-button pf-m-plain pf-m-no-padding"
|
|
1017
1360
|
type="button"
|
|
1018
1361
|
id="grey-outline-truncated-with-icon-button"
|
|
1019
1362
|
aria-label="Remove"
|
|
@@ -1048,7 +1391,7 @@ cssPrefix: ['pf-v5-c-label','pf-v5-c-label-group']
|
|
|
1048
1391
|
</span>
|
|
1049
1392
|
<span class="pf-v5-c-label__actions">
|
|
1050
1393
|
<button
|
|
1051
|
-
class="pf-v5-c-button pf-m-plain"
|
|
1394
|
+
class="pf-v5-c-button pf-m-plain pf-m-no-padding"
|
|
1052
1395
|
type="button"
|
|
1053
1396
|
id="blue-outline-removable-button"
|
|
1054
1397
|
aria-label="Remove"
|
|
@@ -1068,7 +1411,7 @@ cssPrefix: ['pf-v5-c-label','pf-v5-c-label-group']
|
|
|
1068
1411
|
</span>
|
|
1069
1412
|
<span class="pf-v5-c-label__actions">
|
|
1070
1413
|
<button
|
|
1071
|
-
class="pf-v5-c-button pf-m-plain"
|
|
1414
|
+
class="pf-v5-c-button pf-m-plain pf-m-no-padding"
|
|
1072
1415
|
type="button"
|
|
1073
1416
|
id="blue-outline-icon-removable-button"
|
|
1074
1417
|
aria-label="Remove"
|
|
@@ -1079,19 +1422,25 @@ cssPrefix: ['pf-v5-c-label','pf-v5-c-label-group']
|
|
|
1079
1422
|
</span>
|
|
1080
1423
|
</span>
|
|
1081
1424
|
|
|
1082
|
-
<span class="pf-v5-c-label pf-m-outline pf-m-blue">
|
|
1083
|
-
<a class="pf-v5-c-label__content" href="#">
|
|
1425
|
+
<span class="pf-v5-c-label pf-m-outline pf-m-blue pf-m-clickable">
|
|
1426
|
+
<a class="pf-v5-c-label__content pf-m-clickable" href="#">
|
|
1084
1427
|
<span class="pf-v5-c-label__text">Blue link</span>
|
|
1085
1428
|
</a>
|
|
1086
1429
|
</span>
|
|
1087
1430
|
|
|
1088
|
-
<span class="pf-v5-c-label pf-m-outline pf-m-blue">
|
|
1089
|
-
<
|
|
1431
|
+
<span class="pf-v5-c-label pf-m-outline pf-m-blue pf-m-clickable">
|
|
1432
|
+
<button class="pf-v5-c-label__content pf-m-clickable" type="button">
|
|
1433
|
+
<span class="pf-v5-c-label__text">Blue button</span>
|
|
1434
|
+
</button>
|
|
1435
|
+
</span>
|
|
1436
|
+
|
|
1437
|
+
<span class="pf-v5-c-label pf-m-outline pf-m-blue pf-m-clickable">
|
|
1438
|
+
<a class="pf-v5-c-label__content pf-m-clickable" href="#">
|
|
1090
1439
|
<span class="pf-v5-c-label__text">Blue link removable</span>
|
|
1091
1440
|
</a>
|
|
1092
1441
|
<span class="pf-v5-c-label__actions">
|
|
1093
1442
|
<button
|
|
1094
|
-
class="pf-v5-c-button pf-m-plain"
|
|
1443
|
+
class="pf-v5-c-button pf-m-plain pf-m-no-padding"
|
|
1095
1444
|
type="button"
|
|
1096
1445
|
id="blue-outline-link-removable-button"
|
|
1097
1446
|
aria-label="Remove"
|
|
@@ -1102,6 +1451,23 @@ cssPrefix: ['pf-v5-c-label','pf-v5-c-label-group']
|
|
|
1102
1451
|
</span>
|
|
1103
1452
|
</span>
|
|
1104
1453
|
|
|
1454
|
+
<span class="pf-v5-c-label pf-m-outline pf-m-blue pf-m-clickable">
|
|
1455
|
+
<button class="pf-v5-c-label__content pf-m-clickable" type="button">
|
|
1456
|
+
<span class="pf-v5-c-label__text">Blue button removable</span>
|
|
1457
|
+
</button>
|
|
1458
|
+
<span class="pf-v5-c-label__actions">
|
|
1459
|
+
<button
|
|
1460
|
+
class="pf-v5-c-button pf-m-plain pf-m-no-padding"
|
|
1461
|
+
type="button"
|
|
1462
|
+
id="blue-outline-button-removable-button"
|
|
1463
|
+
aria-label="Remove"
|
|
1464
|
+
aria-labelledby="blue-outline-button-removable-button blue-outline-button-removable-text"
|
|
1465
|
+
>
|
|
1466
|
+
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
1467
|
+
</button>
|
|
1468
|
+
</span>
|
|
1469
|
+
</span>
|
|
1470
|
+
|
|
1105
1471
|
<span class="pf-v5-c-label pf-m-outline pf-m-blue">
|
|
1106
1472
|
<span class="pf-v5-c-label__content">
|
|
1107
1473
|
<span class="pf-v5-c-label__icon">
|
|
@@ -1126,7 +1492,7 @@ cssPrefix: ['pf-v5-c-label','pf-v5-c-label-group']
|
|
|
1126
1492
|
</span>
|
|
1127
1493
|
<span class="pf-v5-c-label__actions">
|
|
1128
1494
|
<button
|
|
1129
|
-
class="pf-v5-c-button pf-m-plain"
|
|
1495
|
+
class="pf-v5-c-button pf-m-plain pf-m-no-padding"
|
|
1130
1496
|
type="button"
|
|
1131
1497
|
id="blue-outline-truncated-with-icon-button"
|
|
1132
1498
|
aria-label="Remove"
|
|
@@ -1161,7 +1527,7 @@ cssPrefix: ['pf-v5-c-label','pf-v5-c-label-group']
|
|
|
1161
1527
|
</span>
|
|
1162
1528
|
<span class="pf-v5-c-label__actions">
|
|
1163
1529
|
<button
|
|
1164
|
-
class="pf-v5-c-button pf-m-plain"
|
|
1530
|
+
class="pf-v5-c-button pf-m-plain pf-m-no-padding"
|
|
1165
1531
|
type="button"
|
|
1166
1532
|
id="green-outline-removable-button"
|
|
1167
1533
|
aria-label="Remove"
|
|
@@ -1181,7 +1547,7 @@ cssPrefix: ['pf-v5-c-label','pf-v5-c-label-group']
|
|
|
1181
1547
|
</span>
|
|
1182
1548
|
<span class="pf-v5-c-label__actions">
|
|
1183
1549
|
<button
|
|
1184
|
-
class="pf-v5-c-button pf-m-plain"
|
|
1550
|
+
class="pf-v5-c-button pf-m-plain pf-m-no-padding"
|
|
1185
1551
|
type="button"
|
|
1186
1552
|
id="green-outline-icon-removable-button"
|
|
1187
1553
|
aria-label="Remove"
|
|
@@ -1192,19 +1558,25 @@ cssPrefix: ['pf-v5-c-label','pf-v5-c-label-group']
|
|
|
1192
1558
|
</span>
|
|
1193
1559
|
</span>
|
|
1194
1560
|
|
|
1195
|
-
<span class="pf-v5-c-label pf-m-outline pf-m-green">
|
|
1196
|
-
<a class="pf-v5-c-label__content" href="#">
|
|
1561
|
+
<span class="pf-v5-c-label pf-m-outline pf-m-green pf-m-clickable">
|
|
1562
|
+
<a class="pf-v5-c-label__content pf-m-clickable" href="#">
|
|
1197
1563
|
<span class="pf-v5-c-label__text">Green link</span>
|
|
1198
1564
|
</a>
|
|
1199
1565
|
</span>
|
|
1200
1566
|
|
|
1201
|
-
<span class="pf-v5-c-label pf-m-outline pf-m-green">
|
|
1202
|
-
<
|
|
1567
|
+
<span class="pf-v5-c-label pf-m-outline pf-m-green pf-m-clickable">
|
|
1568
|
+
<button class="pf-v5-c-label__content pf-m-clickable" type="button">
|
|
1569
|
+
<span class="pf-v5-c-label__text">Green button</span>
|
|
1570
|
+
</button>
|
|
1571
|
+
</span>
|
|
1572
|
+
|
|
1573
|
+
<span class="pf-v5-c-label pf-m-outline pf-m-green pf-m-clickable">
|
|
1574
|
+
<a class="pf-v5-c-label__content pf-m-clickable" href="#">
|
|
1203
1575
|
<span class="pf-v5-c-label__text">Green link removable</span>
|
|
1204
1576
|
</a>
|
|
1205
1577
|
<span class="pf-v5-c-label__actions">
|
|
1206
1578
|
<button
|
|
1207
|
-
class="pf-v5-c-button pf-m-plain"
|
|
1579
|
+
class="pf-v5-c-button pf-m-plain pf-m-no-padding"
|
|
1208
1580
|
type="button"
|
|
1209
1581
|
id="green-outline-link-removable-button"
|
|
1210
1582
|
aria-label="Remove"
|
|
@@ -1215,6 +1587,23 @@ cssPrefix: ['pf-v5-c-label','pf-v5-c-label-group']
|
|
|
1215
1587
|
</span>
|
|
1216
1588
|
</span>
|
|
1217
1589
|
|
|
1590
|
+
<span class="pf-v5-c-label pf-m-outline pf-m-green pf-m-clickable">
|
|
1591
|
+
<button class="pf-v5-c-label__content pf-m-clickable" type="button">
|
|
1592
|
+
<span class="pf-v5-c-label__text">Green button removable</span>
|
|
1593
|
+
</button>
|
|
1594
|
+
<span class="pf-v5-c-label__actions">
|
|
1595
|
+
<button
|
|
1596
|
+
class="pf-v5-c-button pf-m-plain pf-m-no-padding"
|
|
1597
|
+
type="button"
|
|
1598
|
+
id="green-outline-button-removable-button"
|
|
1599
|
+
aria-label="Remove"
|
|
1600
|
+
aria-labelledby="green-outline-button-removable-button green-outline-button-removable-text"
|
|
1601
|
+
>
|
|
1602
|
+
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
1603
|
+
</button>
|
|
1604
|
+
</span>
|
|
1605
|
+
</span>
|
|
1606
|
+
|
|
1218
1607
|
<span class="pf-v5-c-label pf-m-outline pf-m-green">
|
|
1219
1608
|
<span class="pf-v5-c-label__content">
|
|
1220
1609
|
<span class="pf-v5-c-label__icon">
|
|
@@ -1239,7 +1628,7 @@ cssPrefix: ['pf-v5-c-label','pf-v5-c-label-group']
|
|
|
1239
1628
|
</span>
|
|
1240
1629
|
<span class="pf-v5-c-label__actions">
|
|
1241
1630
|
<button
|
|
1242
|
-
class="pf-v5-c-button pf-m-plain"
|
|
1631
|
+
class="pf-v5-c-button pf-m-plain pf-m-no-padding"
|
|
1243
1632
|
type="button"
|
|
1244
1633
|
id="green-outline-truncated-with-icon-button"
|
|
1245
1634
|
aria-label="Remove"
|
|
@@ -1274,7 +1663,7 @@ cssPrefix: ['pf-v5-c-label','pf-v5-c-label-group']
|
|
|
1274
1663
|
</span>
|
|
1275
1664
|
<span class="pf-v5-c-label__actions">
|
|
1276
1665
|
<button
|
|
1277
|
-
class="pf-v5-c-button pf-m-plain"
|
|
1666
|
+
class="pf-v5-c-button pf-m-plain pf-m-no-padding"
|
|
1278
1667
|
type="button"
|
|
1279
1668
|
id="orange-outline-removable-button"
|
|
1280
1669
|
aria-label="Remove"
|
|
@@ -1285,50 +1674,209 @@ cssPrefix: ['pf-v5-c-label','pf-v5-c-label-group']
|
|
|
1285
1674
|
</span>
|
|
1286
1675
|
</span>
|
|
1287
1676
|
|
|
1288
|
-
<span class="pf-v5-c-label pf-m-outline pf-m-orange">
|
|
1289
|
-
<span class="pf-v5-c-label__content">
|
|
1290
|
-
<span class="pf-v5-c-label__icon">
|
|
1291
|
-
<i class="fas fa-fw fa-info-circle" aria-hidden="true"></i>
|
|
1292
|
-
</span>
|
|
1293
|
-
<span class="pf-v5-c-label__text">Orange icon removable</span>
|
|
1294
|
-
</span>
|
|
1677
|
+
<span class="pf-v5-c-label pf-m-outline pf-m-orange">
|
|
1678
|
+
<span class="pf-v5-c-label__content">
|
|
1679
|
+
<span class="pf-v5-c-label__icon">
|
|
1680
|
+
<i class="fas fa-fw fa-info-circle" aria-hidden="true"></i>
|
|
1681
|
+
</span>
|
|
1682
|
+
<span class="pf-v5-c-label__text">Orange icon removable</span>
|
|
1683
|
+
</span>
|
|
1684
|
+
<span class="pf-v5-c-label__actions">
|
|
1685
|
+
<button
|
|
1686
|
+
class="pf-v5-c-button pf-m-plain pf-m-no-padding"
|
|
1687
|
+
type="button"
|
|
1688
|
+
id="orange-outline-icon-removable-button"
|
|
1689
|
+
aria-label="Remove"
|
|
1690
|
+
aria-labelledby="orange-outline-icon-removable-button orange-outline-icon-removable-text"
|
|
1691
|
+
>
|
|
1692
|
+
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
1693
|
+
</button>
|
|
1694
|
+
</span>
|
|
1695
|
+
</span>
|
|
1696
|
+
|
|
1697
|
+
<span class="pf-v5-c-label pf-m-outline pf-m-orange pf-m-clickable">
|
|
1698
|
+
<a class="pf-v5-c-label__content pf-m-clickable" href="#">
|
|
1699
|
+
<span class="pf-v5-c-label__text">Orange link</span>
|
|
1700
|
+
</a>
|
|
1701
|
+
</span>
|
|
1702
|
+
|
|
1703
|
+
<span class="pf-v5-c-label pf-m-outline pf-m-orange pf-m-clickable">
|
|
1704
|
+
<button class="pf-v5-c-label__content pf-m-clickable" type="button">
|
|
1705
|
+
<span class="pf-v5-c-label__text">Orange button</span>
|
|
1706
|
+
</button>
|
|
1707
|
+
</span>
|
|
1708
|
+
|
|
1709
|
+
<span class="pf-v5-c-label pf-m-outline pf-m-orange pf-m-clickable">
|
|
1710
|
+
<a class="pf-v5-c-label__content pf-m-clickable" href="#">
|
|
1711
|
+
<span class="pf-v5-c-label__text">Orange link removable</span>
|
|
1712
|
+
</a>
|
|
1713
|
+
<span class="pf-v5-c-label__actions">
|
|
1714
|
+
<button
|
|
1715
|
+
class="pf-v5-c-button pf-m-plain pf-m-no-padding"
|
|
1716
|
+
type="button"
|
|
1717
|
+
id="orange-outline-link-removable-button"
|
|
1718
|
+
aria-label="Remove"
|
|
1719
|
+
aria-labelledby="orange-outline-link-removable-button orange-outline-link-removable-text"
|
|
1720
|
+
>
|
|
1721
|
+
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
1722
|
+
</button>
|
|
1723
|
+
</span>
|
|
1724
|
+
</span>
|
|
1725
|
+
|
|
1726
|
+
<span class="pf-v5-c-label pf-m-outline pf-m-orange pf-m-clickable">
|
|
1727
|
+
<button class="pf-v5-c-label__content pf-m-clickable" type="button">
|
|
1728
|
+
<span class="pf-v5-c-label__text">Orange button removable</span>
|
|
1729
|
+
</button>
|
|
1730
|
+
<span class="pf-v5-c-label__actions">
|
|
1731
|
+
<button
|
|
1732
|
+
class="pf-v5-c-button pf-m-plain pf-m-no-padding"
|
|
1733
|
+
type="button"
|
|
1734
|
+
id="orange-outline-button-removable-button"
|
|
1735
|
+
aria-label="Remove"
|
|
1736
|
+
aria-labelledby="orange-outline-button-removable-button orange-outline-button-removable-text"
|
|
1737
|
+
>
|
|
1738
|
+
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
1739
|
+
</button>
|
|
1740
|
+
</span>
|
|
1741
|
+
</span>
|
|
1742
|
+
|
|
1743
|
+
<span class="pf-v5-c-label pf-m-outline pf-m-orange">
|
|
1744
|
+
<span class="pf-v5-c-label__content">
|
|
1745
|
+
<span class="pf-v5-c-label__icon">
|
|
1746
|
+
<i class="fas fa-fw fa-info-circle" aria-hidden="true"></i>
|
|
1747
|
+
</span>
|
|
1748
|
+
<span
|
|
1749
|
+
class="pf-v5-c-label__text"
|
|
1750
|
+
style="--pf-v5-c-label__text--MaxWidth: 28ch"
|
|
1751
|
+
>Orange label, max-width truncation customization</span>
|
|
1752
|
+
</span>
|
|
1753
|
+
</span>
|
|
1754
|
+
|
|
1755
|
+
<span class="pf-v5-c-label pf-m-outline pf-m-orange">
|
|
1756
|
+
<span class="pf-v5-c-label__content">
|
|
1757
|
+
<span class="pf-v5-c-label__icon">
|
|
1758
|
+
<i class="fas fa-fw fa-info-circle" aria-hidden="true"></i>
|
|
1759
|
+
</span>
|
|
1760
|
+
<span
|
|
1761
|
+
class="pf-v5-c-label__text"
|
|
1762
|
+
style="--pf-v5-c-label__text--MaxWidth: 38ch"
|
|
1763
|
+
>Orange label with icon and set max-width truncation customization</span>
|
|
1764
|
+
</span>
|
|
1765
|
+
<span class="pf-v5-c-label__actions">
|
|
1766
|
+
<button
|
|
1767
|
+
class="pf-v5-c-button pf-m-plain pf-m-no-padding"
|
|
1768
|
+
type="button"
|
|
1769
|
+
id="orange-outline-truncated-with-icon-button"
|
|
1770
|
+
aria-label="Remove"
|
|
1771
|
+
aria-labelledby="orange-outline-truncated-with-icon-button orange-outline-truncated-with-icon-text"
|
|
1772
|
+
>
|
|
1773
|
+
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
1774
|
+
</button>
|
|
1775
|
+
</span>
|
|
1776
|
+
</span>
|
|
1777
|
+
|
|
1778
|
+
<br />
|
|
1779
|
+
<br />
|
|
1780
|
+
|
|
1781
|
+
<span class="pf-v5-c-label pf-m-outline pf-m-red">
|
|
1782
|
+
<span class="pf-v5-c-label__content">
|
|
1783
|
+
<span class="pf-v5-c-label__text">Red</span>
|
|
1784
|
+
</span>
|
|
1785
|
+
</span>
|
|
1786
|
+
|
|
1787
|
+
<span class="pf-v5-c-label pf-m-outline pf-m-red">
|
|
1788
|
+
<span class="pf-v5-c-label__content">
|
|
1789
|
+
<span class="pf-v5-c-label__icon">
|
|
1790
|
+
<i class="fas fa-fw fa-info-circle" aria-hidden="true"></i>
|
|
1791
|
+
</span>
|
|
1792
|
+
<span class="pf-v5-c-label__text">Red icon</span>
|
|
1793
|
+
</span>
|
|
1794
|
+
</span>
|
|
1795
|
+
|
|
1796
|
+
<span class="pf-v5-c-label pf-m-outline pf-m-red">
|
|
1797
|
+
<span class="pf-v5-c-label__content">
|
|
1798
|
+
<span class="pf-v5-c-label__text">Red removable</span>
|
|
1799
|
+
</span>
|
|
1800
|
+
<span class="pf-v5-c-label__actions">
|
|
1801
|
+
<button
|
|
1802
|
+
class="pf-v5-c-button pf-m-plain pf-m-no-padding"
|
|
1803
|
+
type="button"
|
|
1804
|
+
id="red-outline-removable-button"
|
|
1805
|
+
aria-label="Remove"
|
|
1806
|
+
aria-labelledby="red-outline-removable-button red-outline-removable-text"
|
|
1807
|
+
>
|
|
1808
|
+
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
1809
|
+
</button>
|
|
1810
|
+
</span>
|
|
1811
|
+
</span>
|
|
1812
|
+
|
|
1813
|
+
<span class="pf-v5-c-label pf-m-outline pf-m-red">
|
|
1814
|
+
<span class="pf-v5-c-label__content">
|
|
1815
|
+
<span class="pf-v5-c-label__icon">
|
|
1816
|
+
<i class="fas fa-fw fa-info-circle" aria-hidden="true"></i>
|
|
1817
|
+
</span>
|
|
1818
|
+
<span class="pf-v5-c-label__text">Red icon removable</span>
|
|
1819
|
+
</span>
|
|
1820
|
+
<span class="pf-v5-c-label__actions">
|
|
1821
|
+
<button
|
|
1822
|
+
class="pf-v5-c-button pf-m-plain pf-m-no-padding"
|
|
1823
|
+
type="button"
|
|
1824
|
+
id="red-outline-icon-removable-button"
|
|
1825
|
+
aria-label="Remove"
|
|
1826
|
+
aria-labelledby="red-outline-icon-removable-button red-outline-icon-removable-text"
|
|
1827
|
+
>
|
|
1828
|
+
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
1829
|
+
</button>
|
|
1830
|
+
</span>
|
|
1831
|
+
</span>
|
|
1832
|
+
|
|
1833
|
+
<span class="pf-v5-c-label pf-m-outline pf-m-red pf-m-clickable">
|
|
1834
|
+
<a class="pf-v5-c-label__content pf-m-clickable" href="#">
|
|
1835
|
+
<span class="pf-v5-c-label__text">Red link</span>
|
|
1836
|
+
</a>
|
|
1837
|
+
</span>
|
|
1838
|
+
|
|
1839
|
+
<span class="pf-v5-c-label pf-m-outline pf-m-red pf-m-clickable">
|
|
1840
|
+
<button class="pf-v5-c-label__content pf-m-clickable" type="button">
|
|
1841
|
+
<span class="pf-v5-c-label__text">Red button</span>
|
|
1842
|
+
</button>
|
|
1843
|
+
</span>
|
|
1844
|
+
|
|
1845
|
+
<span class="pf-v5-c-label pf-m-outline pf-m-red pf-m-clickable">
|
|
1846
|
+
<a class="pf-v5-c-label__content pf-m-clickable" href="#">
|
|
1847
|
+
<span class="pf-v5-c-label__text">Red link removable</span>
|
|
1848
|
+
</a>
|
|
1295
1849
|
<span class="pf-v5-c-label__actions">
|
|
1296
1850
|
<button
|
|
1297
|
-
class="pf-v5-c-button pf-m-plain"
|
|
1851
|
+
class="pf-v5-c-button pf-m-plain pf-m-no-padding"
|
|
1298
1852
|
type="button"
|
|
1299
|
-
id="
|
|
1853
|
+
id="red-outline-link-removable-button"
|
|
1300
1854
|
aria-label="Remove"
|
|
1301
|
-
aria-labelledby="
|
|
1855
|
+
aria-labelledby="red-outline-link-removable-button red-outline-link-removable-text"
|
|
1302
1856
|
>
|
|
1303
1857
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
1304
1858
|
</button>
|
|
1305
1859
|
</span>
|
|
1306
1860
|
</span>
|
|
1307
1861
|
|
|
1308
|
-
<span class="pf-v5-c-label pf-m-outline pf-m-
|
|
1309
|
-
<
|
|
1310
|
-
<span class="pf-v5-c-label__text">
|
|
1311
|
-
</
|
|
1312
|
-
</span>
|
|
1313
|
-
|
|
1314
|
-
<span class="pf-v5-c-label pf-m-outline pf-m-orange">
|
|
1315
|
-
<a class="pf-v5-c-label__content" href="#">
|
|
1316
|
-
<span class="pf-v5-c-label__text">Orange link removable</span>
|
|
1317
|
-
</a>
|
|
1862
|
+
<span class="pf-v5-c-label pf-m-outline pf-m-red pf-m-clickable">
|
|
1863
|
+
<button class="pf-v5-c-label__content pf-m-clickable" type="button">
|
|
1864
|
+
<span class="pf-v5-c-label__text">Red button removable</span>
|
|
1865
|
+
</button>
|
|
1318
1866
|
<span class="pf-v5-c-label__actions">
|
|
1319
1867
|
<button
|
|
1320
|
-
class="pf-v5-c-button pf-m-plain"
|
|
1868
|
+
class="pf-v5-c-button pf-m-plain pf-m-no-padding"
|
|
1321
1869
|
type="button"
|
|
1322
|
-
id="
|
|
1870
|
+
id="red-outline-button-removable-button"
|
|
1323
1871
|
aria-label="Remove"
|
|
1324
|
-
aria-labelledby="
|
|
1872
|
+
aria-labelledby="red-outline-button-removable-button red-outline-button-removable-text"
|
|
1325
1873
|
>
|
|
1326
1874
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
1327
1875
|
</button>
|
|
1328
1876
|
</span>
|
|
1329
1877
|
</span>
|
|
1330
1878
|
|
|
1331
|
-
<span class="pf-v5-c-label pf-m-outline pf-m-
|
|
1879
|
+
<span class="pf-v5-c-label pf-m-outline pf-m-red">
|
|
1332
1880
|
<span class="pf-v5-c-label__content">
|
|
1333
1881
|
<span class="pf-v5-c-label__icon">
|
|
1334
1882
|
<i class="fas fa-fw fa-info-circle" aria-hidden="true"></i>
|
|
@@ -1336,11 +1884,11 @@ cssPrefix: ['pf-v5-c-label','pf-v5-c-label-group']
|
|
|
1336
1884
|
<span
|
|
1337
1885
|
class="pf-v5-c-label__text"
|
|
1338
1886
|
style="--pf-v5-c-label__text--MaxWidth: 28ch"
|
|
1339
|
-
>
|
|
1887
|
+
>Red label, max-width truncation customization</span>
|
|
1340
1888
|
</span>
|
|
1341
1889
|
</span>
|
|
1342
1890
|
|
|
1343
|
-
<span class="pf-v5-c-label pf-m-outline pf-m-
|
|
1891
|
+
<span class="pf-v5-c-label pf-m-outline pf-m-red">
|
|
1344
1892
|
<span class="pf-v5-c-label__content">
|
|
1345
1893
|
<span class="pf-v5-c-label__icon">
|
|
1346
1894
|
<i class="fas fa-fw fa-info-circle" aria-hidden="true"></i>
|
|
@@ -1348,15 +1896,15 @@ cssPrefix: ['pf-v5-c-label','pf-v5-c-label-group']
|
|
|
1348
1896
|
<span
|
|
1349
1897
|
class="pf-v5-c-label__text"
|
|
1350
1898
|
style="--pf-v5-c-label__text--MaxWidth: 38ch"
|
|
1351
|
-
>
|
|
1899
|
+
>Red label with icon and set max-width truncation customization</span>
|
|
1352
1900
|
</span>
|
|
1353
1901
|
<span class="pf-v5-c-label__actions">
|
|
1354
1902
|
<button
|
|
1355
|
-
class="pf-v5-c-button pf-m-plain"
|
|
1903
|
+
class="pf-v5-c-button pf-m-plain pf-m-no-padding"
|
|
1356
1904
|
type="button"
|
|
1357
|
-
id="
|
|
1905
|
+
id="red-outline-truncated-with-icon-button"
|
|
1358
1906
|
aria-label="Remove"
|
|
1359
|
-
aria-labelledby="
|
|
1907
|
+
aria-labelledby="red-outline-truncated-with-icon-button red-outline-truncated-with-icon-text"
|
|
1360
1908
|
>
|
|
1361
1909
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
1362
1910
|
</button>
|
|
@@ -1366,82 +1914,105 @@ cssPrefix: ['pf-v5-c-label','pf-v5-c-label-group']
|
|
|
1366
1914
|
<br />
|
|
1367
1915
|
<br />
|
|
1368
1916
|
|
|
1369
|
-
<span class="pf-v5-c-label pf-m-outline pf-m-
|
|
1917
|
+
<span class="pf-v5-c-label pf-m-outline pf-m-orangered">
|
|
1370
1918
|
<span class="pf-v5-c-label__content">
|
|
1371
|
-
<span class="pf-v5-c-label__text">
|
|
1919
|
+
<span class="pf-v5-c-label__text">Orange red</span>
|
|
1372
1920
|
</span>
|
|
1373
1921
|
</span>
|
|
1374
1922
|
|
|
1375
|
-
<span class="pf-v5-c-label pf-m-outline pf-m-
|
|
1923
|
+
<span class="pf-v5-c-label pf-m-outline pf-m-orangered">
|
|
1376
1924
|
<span class="pf-v5-c-label__content">
|
|
1377
1925
|
<span class="pf-v5-c-label__icon">
|
|
1378
1926
|
<i class="fas fa-fw fa-info-circle" aria-hidden="true"></i>
|
|
1379
1927
|
</span>
|
|
1380
|
-
<span class="pf-v5-c-label__text">
|
|
1928
|
+
<span class="pf-v5-c-label__text">Orange red icon</span>
|
|
1381
1929
|
</span>
|
|
1382
1930
|
</span>
|
|
1383
1931
|
|
|
1384
|
-
<span class="pf-v5-c-label pf-m-outline pf-m-
|
|
1932
|
+
<span class="pf-v5-c-label pf-m-outline pf-m-orangered">
|
|
1385
1933
|
<span class="pf-v5-c-label__content">
|
|
1386
|
-
<span class="pf-v5-c-label__text">
|
|
1934
|
+
<span class="pf-v5-c-label__text">Orange red removable</span>
|
|
1387
1935
|
</span>
|
|
1388
1936
|
<span class="pf-v5-c-label__actions">
|
|
1389
1937
|
<button
|
|
1390
|
-
class="pf-v5-c-button pf-m-plain"
|
|
1938
|
+
class="pf-v5-c-button pf-m-plain pf-m-no-padding"
|
|
1391
1939
|
type="button"
|
|
1392
|
-
id="
|
|
1940
|
+
id="orangered-outline-removable-button"
|
|
1393
1941
|
aria-label="Remove"
|
|
1394
|
-
aria-labelledby="
|
|
1942
|
+
aria-labelledby="orangered-outline-removable-button orangered-outline-removable-text"
|
|
1395
1943
|
>
|
|
1396
1944
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
1397
1945
|
</button>
|
|
1398
1946
|
</span>
|
|
1399
1947
|
</span>
|
|
1400
1948
|
|
|
1401
|
-
<span class="pf-v5-c-label pf-m-outline pf-m-
|
|
1949
|
+
<span class="pf-v5-c-label pf-m-outline pf-m-orangered">
|
|
1402
1950
|
<span class="pf-v5-c-label__content">
|
|
1403
1951
|
<span class="pf-v5-c-label__icon">
|
|
1404
1952
|
<i class="fas fa-fw fa-info-circle" aria-hidden="true"></i>
|
|
1405
1953
|
</span>
|
|
1406
|
-
<span class="pf-v5-c-label__text">
|
|
1954
|
+
<span class="pf-v5-c-label__text">Orange red icon removable</span>
|
|
1407
1955
|
</span>
|
|
1408
1956
|
<span class="pf-v5-c-label__actions">
|
|
1409
1957
|
<button
|
|
1410
|
-
class="pf-v5-c-button pf-m-plain"
|
|
1958
|
+
class="pf-v5-c-button pf-m-plain pf-m-no-padding"
|
|
1411
1959
|
type="button"
|
|
1412
|
-
id="
|
|
1960
|
+
id="orangered-outline-icon-removable-button"
|
|
1413
1961
|
aria-label="Remove"
|
|
1414
|
-
aria-labelledby="
|
|
1962
|
+
aria-labelledby="orangered-outline-icon-removable-button orangered-outline-icon-removable-text"
|
|
1415
1963
|
>
|
|
1416
1964
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
1417
1965
|
</button>
|
|
1418
1966
|
</span>
|
|
1419
1967
|
</span>
|
|
1420
1968
|
|
|
1421
|
-
<span class="pf-v5-c-label pf-m-outline pf-m-
|
|
1422
|
-
<a class="pf-v5-c-label__content" href="#">
|
|
1423
|
-
<span class="pf-v5-c-label__text">
|
|
1969
|
+
<span class="pf-v5-c-label pf-m-outline pf-m-orangered pf-m-clickable">
|
|
1970
|
+
<a class="pf-v5-c-label__content pf-m-clickable" href="#">
|
|
1971
|
+
<span class="pf-v5-c-label__text">Orange red link</span>
|
|
1424
1972
|
</a>
|
|
1425
1973
|
</span>
|
|
1426
1974
|
|
|
1427
|
-
<span class="pf-v5-c-label pf-m-outline pf-m-
|
|
1428
|
-
<
|
|
1429
|
-
<span class="pf-v5-c-label__text">
|
|
1975
|
+
<span class="pf-v5-c-label pf-m-outline pf-m-orangered pf-m-clickable">
|
|
1976
|
+
<button class="pf-v5-c-label__content pf-m-clickable" type="button">
|
|
1977
|
+
<span class="pf-v5-c-label__text">Orange red button</span>
|
|
1978
|
+
</button>
|
|
1979
|
+
</span>
|
|
1980
|
+
|
|
1981
|
+
<span class="pf-v5-c-label pf-m-outline pf-m-orangered pf-m-clickable">
|
|
1982
|
+
<a class="pf-v5-c-label__content pf-m-clickable" href="#">
|
|
1983
|
+
<span class="pf-v5-c-label__text">Orange red link removable</span>
|
|
1430
1984
|
</a>
|
|
1431
1985
|
<span class="pf-v5-c-label__actions">
|
|
1432
1986
|
<button
|
|
1433
|
-
class="pf-v5-c-button pf-m-plain"
|
|
1987
|
+
class="pf-v5-c-button pf-m-plain pf-m-no-padding"
|
|
1434
1988
|
type="button"
|
|
1435
|
-
id="
|
|
1989
|
+
id="orangered-outline-link-removable-button"
|
|
1436
1990
|
aria-label="Remove"
|
|
1437
|
-
aria-labelledby="
|
|
1991
|
+
aria-labelledby="orangered-outline-link-removable-button orangered-outline-link-removable-text"
|
|
1438
1992
|
>
|
|
1439
1993
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
1440
1994
|
</button>
|
|
1441
1995
|
</span>
|
|
1442
1996
|
</span>
|
|
1443
1997
|
|
|
1444
|
-
<span class="pf-v5-c-label pf-m-outline pf-m-
|
|
1998
|
+
<span class="pf-v5-c-label pf-m-outline pf-m-orangered pf-m-clickable">
|
|
1999
|
+
<button class="pf-v5-c-label__content pf-m-clickable" type="button">
|
|
2000
|
+
<span class="pf-v5-c-label__text">Orange red button removable</span>
|
|
2001
|
+
</button>
|
|
2002
|
+
<span class="pf-v5-c-label__actions">
|
|
2003
|
+
<button
|
|
2004
|
+
class="pf-v5-c-button pf-m-plain pf-m-no-padding"
|
|
2005
|
+
type="button"
|
|
2006
|
+
id="orangered-outline-button-removable-button"
|
|
2007
|
+
aria-label="Remove"
|
|
2008
|
+
aria-labelledby="orangered-outline-button-removable-button orangered-outline-button-removable-text"
|
|
2009
|
+
>
|
|
2010
|
+
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
2011
|
+
</button>
|
|
2012
|
+
</span>
|
|
2013
|
+
</span>
|
|
2014
|
+
|
|
2015
|
+
<span class="pf-v5-c-label pf-m-outline pf-m-orangered">
|
|
1445
2016
|
<span class="pf-v5-c-label__content">
|
|
1446
2017
|
<span class="pf-v5-c-label__icon">
|
|
1447
2018
|
<i class="fas fa-fw fa-info-circle" aria-hidden="true"></i>
|
|
@@ -1449,11 +2020,11 @@ cssPrefix: ['pf-v5-c-label','pf-v5-c-label-group']
|
|
|
1449
2020
|
<span
|
|
1450
2021
|
class="pf-v5-c-label__text"
|
|
1451
2022
|
style="--pf-v5-c-label__text--MaxWidth: 28ch"
|
|
1452
|
-
>
|
|
2023
|
+
>Orange red label, max-width truncation customization</span>
|
|
1453
2024
|
</span>
|
|
1454
2025
|
</span>
|
|
1455
2026
|
|
|
1456
|
-
<span class="pf-v5-c-label pf-m-outline pf-m-
|
|
2027
|
+
<span class="pf-v5-c-label pf-m-outline pf-m-orangered">
|
|
1457
2028
|
<span class="pf-v5-c-label__content">
|
|
1458
2029
|
<span class="pf-v5-c-label__icon">
|
|
1459
2030
|
<i class="fas fa-fw fa-info-circle" aria-hidden="true"></i>
|
|
@@ -1461,15 +2032,15 @@ cssPrefix: ['pf-v5-c-label','pf-v5-c-label-group']
|
|
|
1461
2032
|
<span
|
|
1462
2033
|
class="pf-v5-c-label__text"
|
|
1463
2034
|
style="--pf-v5-c-label__text--MaxWidth: 38ch"
|
|
1464
|
-
>
|
|
2035
|
+
>Orange red label with icon and set max-width truncation customization</span>
|
|
1465
2036
|
</span>
|
|
1466
2037
|
<span class="pf-v5-c-label__actions">
|
|
1467
2038
|
<button
|
|
1468
|
-
class="pf-v5-c-button pf-m-plain"
|
|
2039
|
+
class="pf-v5-c-button pf-m-plain pf-m-no-padding"
|
|
1469
2040
|
type="button"
|
|
1470
|
-
id="
|
|
2041
|
+
id="orangered-outline-truncated-with-icon-button"
|
|
1471
2042
|
aria-label="Remove"
|
|
1472
|
-
aria-labelledby="
|
|
2043
|
+
aria-labelledby="orangered-outline-truncated-with-icon-button orangered-outline-truncated-with-icon-text"
|
|
1473
2044
|
>
|
|
1474
2045
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
1475
2046
|
</button>
|
|
@@ -1500,7 +2071,7 @@ cssPrefix: ['pf-v5-c-label','pf-v5-c-label-group']
|
|
|
1500
2071
|
</span>
|
|
1501
2072
|
<span class="pf-v5-c-label__actions">
|
|
1502
2073
|
<button
|
|
1503
|
-
class="pf-v5-c-button pf-m-plain"
|
|
2074
|
+
class="pf-v5-c-button pf-m-plain pf-m-no-padding"
|
|
1504
2075
|
type="button"
|
|
1505
2076
|
id="purple-outline-removable-button"
|
|
1506
2077
|
aria-label="Remove"
|
|
@@ -1520,7 +2091,7 @@ cssPrefix: ['pf-v5-c-label','pf-v5-c-label-group']
|
|
|
1520
2091
|
</span>
|
|
1521
2092
|
<span class="pf-v5-c-label__actions">
|
|
1522
2093
|
<button
|
|
1523
|
-
class="pf-v5-c-button pf-m-plain"
|
|
2094
|
+
class="pf-v5-c-button pf-m-plain pf-m-no-padding"
|
|
1524
2095
|
type="button"
|
|
1525
2096
|
id="purple-outline-icon-removable-button"
|
|
1526
2097
|
aria-label="Remove"
|
|
@@ -1531,19 +2102,25 @@ cssPrefix: ['pf-v5-c-label','pf-v5-c-label-group']
|
|
|
1531
2102
|
</span>
|
|
1532
2103
|
</span>
|
|
1533
2104
|
|
|
1534
|
-
<span class="pf-v5-c-label pf-m-outline pf-m-purple">
|
|
1535
|
-
<a class="pf-v5-c-label__content" href="#">
|
|
2105
|
+
<span class="pf-v5-c-label pf-m-outline pf-m-purple pf-m-clickable">
|
|
2106
|
+
<a class="pf-v5-c-label__content pf-m-clickable" href="#">
|
|
1536
2107
|
<span class="pf-v5-c-label__text">Purple link</span>
|
|
1537
2108
|
</a>
|
|
1538
2109
|
</span>
|
|
1539
2110
|
|
|
1540
|
-
<span class="pf-v5-c-label pf-m-outline pf-m-purple">
|
|
1541
|
-
<
|
|
2111
|
+
<span class="pf-v5-c-label pf-m-outline pf-m-purple pf-m-clickable">
|
|
2112
|
+
<button class="pf-v5-c-label__content pf-m-clickable" type="button">
|
|
2113
|
+
<span class="pf-v5-c-label__text">Purple button</span>
|
|
2114
|
+
</button>
|
|
2115
|
+
</span>
|
|
2116
|
+
|
|
2117
|
+
<span class="pf-v5-c-label pf-m-outline pf-m-purple pf-m-clickable">
|
|
2118
|
+
<a class="pf-v5-c-label__content pf-m-clickable" href="#">
|
|
1542
2119
|
<span class="pf-v5-c-label__text">Purple link removable</span>
|
|
1543
2120
|
</a>
|
|
1544
2121
|
<span class="pf-v5-c-label__actions">
|
|
1545
2122
|
<button
|
|
1546
|
-
class="pf-v5-c-button pf-m-plain"
|
|
2123
|
+
class="pf-v5-c-button pf-m-plain pf-m-no-padding"
|
|
1547
2124
|
type="button"
|
|
1548
2125
|
id="purple-outline-link-removable-button"
|
|
1549
2126
|
aria-label="Remove"
|
|
@@ -1554,6 +2131,23 @@ cssPrefix: ['pf-v5-c-label','pf-v5-c-label-group']
|
|
|
1554
2131
|
</span>
|
|
1555
2132
|
</span>
|
|
1556
2133
|
|
|
2134
|
+
<span class="pf-v5-c-label pf-m-outline pf-m-purple pf-m-clickable">
|
|
2135
|
+
<button class="pf-v5-c-label__content pf-m-clickable" type="button">
|
|
2136
|
+
<span class="pf-v5-c-label__text">Purple button removable</span>
|
|
2137
|
+
</button>
|
|
2138
|
+
<span class="pf-v5-c-label__actions">
|
|
2139
|
+
<button
|
|
2140
|
+
class="pf-v5-c-button pf-m-plain pf-m-no-padding"
|
|
2141
|
+
type="button"
|
|
2142
|
+
id="purple-outline-button-removable-button"
|
|
2143
|
+
aria-label="Remove"
|
|
2144
|
+
aria-labelledby="purple-outline-button-removable-button purple-outline-button-removable-text"
|
|
2145
|
+
>
|
|
2146
|
+
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
2147
|
+
</button>
|
|
2148
|
+
</span>
|
|
2149
|
+
</span>
|
|
2150
|
+
|
|
1557
2151
|
<span class="pf-v5-c-label pf-m-outline pf-m-purple">
|
|
1558
2152
|
<span class="pf-v5-c-label__content">
|
|
1559
2153
|
<span class="pf-v5-c-label__icon">
|
|
@@ -1578,7 +2172,7 @@ cssPrefix: ['pf-v5-c-label','pf-v5-c-label-group']
|
|
|
1578
2172
|
</span>
|
|
1579
2173
|
<span class="pf-v5-c-label__actions">
|
|
1580
2174
|
<button
|
|
1581
|
-
class="pf-v5-c-button pf-m-plain"
|
|
2175
|
+
class="pf-v5-c-button pf-m-plain pf-m-no-padding"
|
|
1582
2176
|
type="button"
|
|
1583
2177
|
id="purple-outline-truncated-with-icon-button"
|
|
1584
2178
|
aria-label="Remove"
|
|
@@ -1613,7 +2207,7 @@ cssPrefix: ['pf-v5-c-label','pf-v5-c-label-group']
|
|
|
1613
2207
|
</span>
|
|
1614
2208
|
<span class="pf-v5-c-label__actions">
|
|
1615
2209
|
<button
|
|
1616
|
-
class="pf-v5-c-button pf-m-plain"
|
|
2210
|
+
class="pf-v5-c-button pf-m-plain pf-m-no-padding"
|
|
1617
2211
|
type="button"
|
|
1618
2212
|
id="cyan-outline-removable-button"
|
|
1619
2213
|
aria-label="Remove"
|
|
@@ -1633,7 +2227,7 @@ cssPrefix: ['pf-v5-c-label','pf-v5-c-label-group']
|
|
|
1633
2227
|
</span>
|
|
1634
2228
|
<span class="pf-v5-c-label__actions">
|
|
1635
2229
|
<button
|
|
1636
|
-
class="pf-v5-c-button pf-m-plain"
|
|
2230
|
+
class="pf-v5-c-button pf-m-plain pf-m-no-padding"
|
|
1637
2231
|
type="button"
|
|
1638
2232
|
id="cyan-outline-icon-removable-button"
|
|
1639
2233
|
aria-label="Remove"
|
|
@@ -1644,19 +2238,25 @@ cssPrefix: ['pf-v5-c-label','pf-v5-c-label-group']
|
|
|
1644
2238
|
</span>
|
|
1645
2239
|
</span>
|
|
1646
2240
|
|
|
1647
|
-
<span class="pf-v5-c-label pf-m-outline pf-m-cyan">
|
|
1648
|
-
<a class="pf-v5-c-label__content" href="#">
|
|
2241
|
+
<span class="pf-v5-c-label pf-m-outline pf-m-cyan pf-m-clickable">
|
|
2242
|
+
<a class="pf-v5-c-label__content pf-m-clickable" href="#">
|
|
1649
2243
|
<span class="pf-v5-c-label__text">Cyan link</span>
|
|
1650
2244
|
</a>
|
|
1651
2245
|
</span>
|
|
1652
2246
|
|
|
1653
|
-
<span class="pf-v5-c-label pf-m-outline pf-m-cyan">
|
|
1654
|
-
<
|
|
2247
|
+
<span class="pf-v5-c-label pf-m-outline pf-m-cyan pf-m-clickable">
|
|
2248
|
+
<button class="pf-v5-c-label__content pf-m-clickable" type="button">
|
|
2249
|
+
<span class="pf-v5-c-label__text">Cyan button</span>
|
|
2250
|
+
</button>
|
|
2251
|
+
</span>
|
|
2252
|
+
|
|
2253
|
+
<span class="pf-v5-c-label pf-m-outline pf-m-cyan pf-m-clickable">
|
|
2254
|
+
<a class="pf-v5-c-label__content pf-m-clickable" href="#">
|
|
1655
2255
|
<span class="pf-v5-c-label__text">Cyan link removable</span>
|
|
1656
2256
|
</a>
|
|
1657
2257
|
<span class="pf-v5-c-label__actions">
|
|
1658
2258
|
<button
|
|
1659
|
-
class="pf-v5-c-button pf-m-plain"
|
|
2259
|
+
class="pf-v5-c-button pf-m-plain pf-m-no-padding"
|
|
1660
2260
|
type="button"
|
|
1661
2261
|
id="cyan-outline-link-removable-button"
|
|
1662
2262
|
aria-label="Remove"
|
|
@@ -1667,6 +2267,23 @@ cssPrefix: ['pf-v5-c-label','pf-v5-c-label-group']
|
|
|
1667
2267
|
</span>
|
|
1668
2268
|
</span>
|
|
1669
2269
|
|
|
2270
|
+
<span class="pf-v5-c-label pf-m-outline pf-m-cyan pf-m-clickable">
|
|
2271
|
+
<button class="pf-v5-c-label__content pf-m-clickable" type="button">
|
|
2272
|
+
<span class="pf-v5-c-label__text">Cyan button removable</span>
|
|
2273
|
+
</button>
|
|
2274
|
+
<span class="pf-v5-c-label__actions">
|
|
2275
|
+
<button
|
|
2276
|
+
class="pf-v5-c-button pf-m-plain pf-m-no-padding"
|
|
2277
|
+
type="button"
|
|
2278
|
+
id="cyan-outline-button-removable-button"
|
|
2279
|
+
aria-label="Remove"
|
|
2280
|
+
aria-labelledby="cyan-outline-button-removable-button cyan-outline-button-removable-text"
|
|
2281
|
+
>
|
|
2282
|
+
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
2283
|
+
</button>
|
|
2284
|
+
</span>
|
|
2285
|
+
</span>
|
|
2286
|
+
|
|
1670
2287
|
<span class="pf-v5-c-label pf-m-outline pf-m-cyan">
|
|
1671
2288
|
<span class="pf-v5-c-label__content">
|
|
1672
2289
|
<span class="pf-v5-c-label__icon">
|
|
@@ -1691,7 +2308,7 @@ cssPrefix: ['pf-v5-c-label','pf-v5-c-label-group']
|
|
|
1691
2308
|
</span>
|
|
1692
2309
|
<span class="pf-v5-c-label__actions">
|
|
1693
2310
|
<button
|
|
1694
|
-
class="pf-v5-c-button pf-m-plain"
|
|
2311
|
+
class="pf-v5-c-button pf-m-plain pf-m-no-padding"
|
|
1695
2312
|
type="button"
|
|
1696
2313
|
id="cyan-outline-truncated-with-icon-button"
|
|
1697
2314
|
aria-label="Remove"
|
|
@@ -1726,7 +2343,7 @@ cssPrefix: ['pf-v5-c-label','pf-v5-c-label-group']
|
|
|
1726
2343
|
</span>
|
|
1727
2344
|
<span class="pf-v5-c-label__actions">
|
|
1728
2345
|
<button
|
|
1729
|
-
class="pf-v5-c-button pf-m-plain"
|
|
2346
|
+
class="pf-v5-c-button pf-m-plain pf-m-no-padding"
|
|
1730
2347
|
type="button"
|
|
1731
2348
|
id="gold-outline-removable-button"
|
|
1732
2349
|
aria-label="Remove"
|
|
@@ -1746,7 +2363,7 @@ cssPrefix: ['pf-v5-c-label','pf-v5-c-label-group']
|
|
|
1746
2363
|
</span>
|
|
1747
2364
|
<span class="pf-v5-c-label__actions">
|
|
1748
2365
|
<button
|
|
1749
|
-
class="pf-v5-c-button pf-m-plain"
|
|
2366
|
+
class="pf-v5-c-button pf-m-plain pf-m-no-padding"
|
|
1750
2367
|
type="button"
|
|
1751
2368
|
id="gold-outline-icon-removable-button"
|
|
1752
2369
|
aria-label="Remove"
|
|
@@ -1757,19 +2374,25 @@ cssPrefix: ['pf-v5-c-label','pf-v5-c-label-group']
|
|
|
1757
2374
|
</span>
|
|
1758
2375
|
</span>
|
|
1759
2376
|
|
|
1760
|
-
<span class="pf-v5-c-label pf-m-outline pf-m-gold">
|
|
1761
|
-
<a class="pf-v5-c-label__content" href="#">
|
|
2377
|
+
<span class="pf-v5-c-label pf-m-outline pf-m-gold pf-m-clickable">
|
|
2378
|
+
<a class="pf-v5-c-label__content pf-m-clickable" href="#">
|
|
1762
2379
|
<span class="pf-v5-c-label__text">Gold link</span>
|
|
1763
2380
|
</a>
|
|
1764
2381
|
</span>
|
|
1765
2382
|
|
|
1766
|
-
<span class="pf-v5-c-label pf-m-outline pf-m-gold">
|
|
1767
|
-
<
|
|
2383
|
+
<span class="pf-v5-c-label pf-m-outline pf-m-gold pf-m-clickable">
|
|
2384
|
+
<button class="pf-v5-c-label__content pf-m-clickable" type="button">
|
|
2385
|
+
<span class="pf-v5-c-label__text">Gold button</span>
|
|
2386
|
+
</button>
|
|
2387
|
+
</span>
|
|
2388
|
+
|
|
2389
|
+
<span class="pf-v5-c-label pf-m-outline pf-m-gold pf-m-clickable">
|
|
2390
|
+
<a class="pf-v5-c-label__content pf-m-clickable" href="#">
|
|
1768
2391
|
<span class="pf-v5-c-label__text">Gold link removable</span>
|
|
1769
2392
|
</a>
|
|
1770
2393
|
<span class="pf-v5-c-label__actions">
|
|
1771
2394
|
<button
|
|
1772
|
-
class="pf-v5-c-button pf-m-plain"
|
|
2395
|
+
class="pf-v5-c-button pf-m-plain pf-m-no-padding"
|
|
1773
2396
|
type="button"
|
|
1774
2397
|
id="gold-outline-link-removable-button"
|
|
1775
2398
|
aria-label="Remove"
|
|
@@ -1780,6 +2403,23 @@ cssPrefix: ['pf-v5-c-label','pf-v5-c-label-group']
|
|
|
1780
2403
|
</span>
|
|
1781
2404
|
</span>
|
|
1782
2405
|
|
|
2406
|
+
<span class="pf-v5-c-label pf-m-outline pf-m-gold pf-m-clickable">
|
|
2407
|
+
<button class="pf-v5-c-label__content pf-m-clickable" type="button">
|
|
2408
|
+
<span class="pf-v5-c-label__text">Gold button removable</span>
|
|
2409
|
+
</button>
|
|
2410
|
+
<span class="pf-v5-c-label__actions">
|
|
2411
|
+
<button
|
|
2412
|
+
class="pf-v5-c-button pf-m-plain pf-m-no-padding"
|
|
2413
|
+
type="button"
|
|
2414
|
+
id="gold-outline-button-removable-button"
|
|
2415
|
+
aria-label="Remove"
|
|
2416
|
+
aria-labelledby="gold-outline-button-removable-button gold-outline-button-removable-text"
|
|
2417
|
+
>
|
|
2418
|
+
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
2419
|
+
</button>
|
|
2420
|
+
</span>
|
|
2421
|
+
</span>
|
|
2422
|
+
|
|
1783
2423
|
<span class="pf-v5-c-label pf-m-outline pf-m-gold">
|
|
1784
2424
|
<span class="pf-v5-c-label__content">
|
|
1785
2425
|
<span class="pf-v5-c-label__icon">
|
|
@@ -1804,7 +2444,7 @@ cssPrefix: ['pf-v5-c-label','pf-v5-c-label-group']
|
|
|
1804
2444
|
</span>
|
|
1805
2445
|
<span class="pf-v5-c-label__actions">
|
|
1806
2446
|
<button
|
|
1807
|
-
class="pf-v5-c-button pf-m-plain"
|
|
2447
|
+
class="pf-v5-c-button pf-m-plain pf-m-no-padding"
|
|
1808
2448
|
type="button"
|
|
1809
2449
|
id="gold-outline-truncated-with-icon-button"
|
|
1810
2450
|
aria-label="Remove"
|
|
@@ -1841,7 +2481,7 @@ cssPrefix: ['pf-v5-c-label','pf-v5-c-label-group']
|
|
|
1841
2481
|
</span>
|
|
1842
2482
|
<span class="pf-v5-c-label__actions">
|
|
1843
2483
|
<button
|
|
1844
|
-
class="pf-v5-c-button pf-m-plain"
|
|
2484
|
+
class="pf-v5-c-button pf-m-plain pf-m-no-padding"
|
|
1845
2485
|
type="button"
|
|
1846
2486
|
id="compact-removable-button"
|
|
1847
2487
|
aria-label="Remove"
|
|
@@ -1861,7 +2501,7 @@ cssPrefix: ['pf-v5-c-label','pf-v5-c-label-group']
|
|
|
1861
2501
|
</span>
|
|
1862
2502
|
<span class="pf-v5-c-label__actions">
|
|
1863
2503
|
<button
|
|
1864
|
-
class="pf-v5-c-button pf-m-plain"
|
|
2504
|
+
class="pf-v5-c-button pf-m-plain pf-m-no-padding"
|
|
1865
2505
|
type="button"
|
|
1866
2506
|
id="compact-icon-removable-button"
|
|
1867
2507
|
aria-label="Remove"
|
|
@@ -1872,19 +2512,25 @@ cssPrefix: ['pf-v5-c-label','pf-v5-c-label-group']
|
|
|
1872
2512
|
</span>
|
|
1873
2513
|
</span>
|
|
1874
2514
|
|
|
1875
|
-
<span class="pf-v5-c-label pf-m-compact">
|
|
1876
|
-
<a class="pf-v5-c-label__content" href="#">
|
|
2515
|
+
<span class="pf-v5-c-label pf-m-compact pf-m-clickable">
|
|
2516
|
+
<a class="pf-v5-c-label__content pf-m-clickable" href="#">
|
|
1877
2517
|
<span class="pf-v5-c-label__text">Compact link</span>
|
|
1878
2518
|
</a>
|
|
1879
2519
|
</span>
|
|
1880
2520
|
|
|
1881
|
-
<span class="pf-v5-c-label pf-m-compact">
|
|
1882
|
-
<
|
|
2521
|
+
<span class="pf-v5-c-label pf-m-compact pf-m-clickable">
|
|
2522
|
+
<button class="pf-v5-c-label__content pf-m-clickable" type="button">
|
|
2523
|
+
<span class="pf-v5-c-label__text">Compact button</span>
|
|
2524
|
+
</button>
|
|
2525
|
+
</span>
|
|
2526
|
+
|
|
2527
|
+
<span class="pf-v5-c-label pf-m-compact pf-m-clickable">
|
|
2528
|
+
<a class="pf-v5-c-label__content pf-m-clickable" href="#">
|
|
1883
2529
|
<span class="pf-v5-c-label__text">Compact link removable</span>
|
|
1884
2530
|
</a>
|
|
1885
2531
|
<span class="pf-v5-c-label__actions">
|
|
1886
2532
|
<button
|
|
1887
|
-
class="pf-v5-c-button pf-m-plain"
|
|
2533
|
+
class="pf-v5-c-button pf-m-plain pf-m-no-padding"
|
|
1888
2534
|
type="button"
|
|
1889
2535
|
id="compact-link-removable-button"
|
|
1890
2536
|
aria-label="Remove"
|
|
@@ -1895,6 +2541,23 @@ cssPrefix: ['pf-v5-c-label','pf-v5-c-label-group']
|
|
|
1895
2541
|
</span>
|
|
1896
2542
|
</span>
|
|
1897
2543
|
|
|
2544
|
+
<span class="pf-v5-c-label pf-m-compact pf-m-clickable">
|
|
2545
|
+
<button class="pf-v5-c-label__content pf-m-clickable" type="button">
|
|
2546
|
+
<span class="pf-v5-c-label__text">Compact button removable</span>
|
|
2547
|
+
</button>
|
|
2548
|
+
<span class="pf-v5-c-label__actions">
|
|
2549
|
+
<button
|
|
2550
|
+
class="pf-v5-c-button pf-m-plain pf-m-no-padding"
|
|
2551
|
+
type="button"
|
|
2552
|
+
id="compact-button-removable-button"
|
|
2553
|
+
aria-label="Remove"
|
|
2554
|
+
aria-labelledby="compact-button-removable-button compact-button-removable-text"
|
|
2555
|
+
>
|
|
2556
|
+
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
2557
|
+
</button>
|
|
2558
|
+
</span>
|
|
2559
|
+
</span>
|
|
2560
|
+
|
|
1898
2561
|
<span class="pf-v5-c-label pf-m-compact">
|
|
1899
2562
|
<span class="pf-v5-c-label__content">
|
|
1900
2563
|
<span class="pf-v5-c-label__icon">
|
|
@@ -1919,7 +2582,7 @@ cssPrefix: ['pf-v5-c-label','pf-v5-c-label-group']
|
|
|
1919
2582
|
</span>
|
|
1920
2583
|
<span class="pf-v5-c-label__actions">
|
|
1921
2584
|
<button
|
|
1922
|
-
class="pf-v5-c-button pf-m-plain"
|
|
2585
|
+
class="pf-v5-c-button pf-m-plain pf-m-no-padding"
|
|
1923
2586
|
type="button"
|
|
1924
2587
|
id="compact-truncated-with-icon-button"
|
|
1925
2588
|
aria-label="Remove"
|
|
@@ -1930,6 +2593,142 @@ cssPrefix: ['pf-v5-c-label','pf-v5-c-label-group']
|
|
|
1930
2593
|
</span>
|
|
1931
2594
|
</span>
|
|
1932
2595
|
|
|
2596
|
+
<br />
|
|
2597
|
+
<br />
|
|
2598
|
+
|
|
2599
|
+
<span class="pf-v5-c-label pf-m-outline pf-m-compact pf-m-blue">
|
|
2600
|
+
<span class="pf-v5-c-label__content">
|
|
2601
|
+
<span class="pf-v5-c-label__text">Compact</span>
|
|
2602
|
+
</span>
|
|
2603
|
+
</span>
|
|
2604
|
+
|
|
2605
|
+
<span class="pf-v5-c-label pf-m-outline pf-m-compact pf-m-blue">
|
|
2606
|
+
<span class="pf-v5-c-label__content">
|
|
2607
|
+
<span class="pf-v5-c-label__icon">
|
|
2608
|
+
<i class="fas fa-fw fa-info-circle" aria-hidden="true"></i>
|
|
2609
|
+
</span>
|
|
2610
|
+
<span class="pf-v5-c-label__text">Compact icon</span>
|
|
2611
|
+
</span>
|
|
2612
|
+
</span>
|
|
2613
|
+
|
|
2614
|
+
<span class="pf-v5-c-label pf-m-outline pf-m-compact pf-m-blue">
|
|
2615
|
+
<span class="pf-v5-c-label__content">
|
|
2616
|
+
<span class="pf-v5-c-label__text">Compact removable</span>
|
|
2617
|
+
</span>
|
|
2618
|
+
<span class="pf-v5-c-label__actions">
|
|
2619
|
+
<button
|
|
2620
|
+
class="pf-v5-c-button pf-m-plain pf-m-no-padding"
|
|
2621
|
+
type="button"
|
|
2622
|
+
id="compact-outline-removable-button"
|
|
2623
|
+
aria-label="Remove"
|
|
2624
|
+
aria-labelledby="compact-outline-removable-button compact-outline-removable-text"
|
|
2625
|
+
>
|
|
2626
|
+
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
2627
|
+
</button>
|
|
2628
|
+
</span>
|
|
2629
|
+
</span>
|
|
2630
|
+
|
|
2631
|
+
<span class="pf-v5-c-label pf-m-outline pf-m-compact pf-m-blue">
|
|
2632
|
+
<span class="pf-v5-c-label__content">
|
|
2633
|
+
<span class="pf-v5-c-label__icon">
|
|
2634
|
+
<i class="fas fa-fw fa-info-circle" aria-hidden="true"></i>
|
|
2635
|
+
</span>
|
|
2636
|
+
<span class="pf-v5-c-label__text">Compact icon removable</span>
|
|
2637
|
+
</span>
|
|
2638
|
+
<span class="pf-v5-c-label__actions">
|
|
2639
|
+
<button
|
|
2640
|
+
class="pf-v5-c-button pf-m-plain pf-m-no-padding"
|
|
2641
|
+
type="button"
|
|
2642
|
+
id="compact-outline-icon-removable-button"
|
|
2643
|
+
aria-label="Remove"
|
|
2644
|
+
aria-labelledby="compact-outline-icon-removable-button compact-outline-icon-removable-text"
|
|
2645
|
+
>
|
|
2646
|
+
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
2647
|
+
</button>
|
|
2648
|
+
</span>
|
|
2649
|
+
</span>
|
|
2650
|
+
|
|
2651
|
+
<span class="pf-v5-c-label pf-m-outline pf-m-compact pf-m-blue pf-m-clickable">
|
|
2652
|
+
<a class="pf-v5-c-label__content pf-m-clickable" href="#">
|
|
2653
|
+
<span class="pf-v5-c-label__text">Compact link</span>
|
|
2654
|
+
</a>
|
|
2655
|
+
</span>
|
|
2656
|
+
|
|
2657
|
+
<span class="pf-v5-c-label pf-m-outline pf-m-compact pf-m-blue pf-m-clickable">
|
|
2658
|
+
<button class="pf-v5-c-label__content pf-m-clickable" type="button">
|
|
2659
|
+
<span class="pf-v5-c-label__text">Compact button</span>
|
|
2660
|
+
</button>
|
|
2661
|
+
</span>
|
|
2662
|
+
|
|
2663
|
+
<span class="pf-v5-c-label pf-m-outline pf-m-compact pf-m-blue pf-m-clickable">
|
|
2664
|
+
<a class="pf-v5-c-label__content pf-m-clickable" href="#">
|
|
2665
|
+
<span class="pf-v5-c-label__text">Compact link removable</span>
|
|
2666
|
+
</a>
|
|
2667
|
+
<span class="pf-v5-c-label__actions">
|
|
2668
|
+
<button
|
|
2669
|
+
class="pf-v5-c-button pf-m-plain pf-m-no-padding"
|
|
2670
|
+
type="button"
|
|
2671
|
+
id="compact-outline-link-removable-button"
|
|
2672
|
+
aria-label="Remove"
|
|
2673
|
+
aria-labelledby="compact-outline-link-removable-button compact-outline-link-removable-text"
|
|
2674
|
+
>
|
|
2675
|
+
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
2676
|
+
</button>
|
|
2677
|
+
</span>
|
|
2678
|
+
</span>
|
|
2679
|
+
|
|
2680
|
+
<span class="pf-v5-c-label pf-m-outline pf-m-compact pf-m-blue pf-m-clickable">
|
|
2681
|
+
<button class="pf-v5-c-label__content pf-m-clickable" type="button">
|
|
2682
|
+
<span class="pf-v5-c-label__text">Compact button removable</span>
|
|
2683
|
+
</button>
|
|
2684
|
+
<span class="pf-v5-c-label__actions">
|
|
2685
|
+
<button
|
|
2686
|
+
class="pf-v5-c-button pf-m-plain pf-m-no-padding"
|
|
2687
|
+
type="button"
|
|
2688
|
+
id="compact-outline-button-removable-button"
|
|
2689
|
+
aria-label="Remove"
|
|
2690
|
+
aria-labelledby="compact-outline-button-removable-button compact-outline-button-removable-text"
|
|
2691
|
+
>
|
|
2692
|
+
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
2693
|
+
</button>
|
|
2694
|
+
</span>
|
|
2695
|
+
</span>
|
|
2696
|
+
|
|
2697
|
+
<span class="pf-v5-c-label pf-m-outline pf-m-compact pf-m-blue">
|
|
2698
|
+
<span class="pf-v5-c-label__content">
|
|
2699
|
+
<span class="pf-v5-c-label__icon">
|
|
2700
|
+
<i class="fas fa-fw fa-info-circle" aria-hidden="true"></i>
|
|
2701
|
+
</span>
|
|
2702
|
+
<span
|
|
2703
|
+
class="pf-v5-c-label__text"
|
|
2704
|
+
style="--pf-v5-c-label__text--MaxWidth: 28ch"
|
|
2705
|
+
>Compact label, max-width truncation customization</span>
|
|
2706
|
+
</span>
|
|
2707
|
+
</span>
|
|
2708
|
+
|
|
2709
|
+
<span class="pf-v5-c-label pf-m-outline pf-m-compact pf-m-blue">
|
|
2710
|
+
<span class="pf-v5-c-label__content">
|
|
2711
|
+
<span class="pf-v5-c-label__icon">
|
|
2712
|
+
<i class="fas fa-fw fa-info-circle" aria-hidden="true"></i>
|
|
2713
|
+
</span>
|
|
2714
|
+
<span
|
|
2715
|
+
class="pf-v5-c-label__text"
|
|
2716
|
+
style="--pf-v5-c-label__text--MaxWidth: 38ch"
|
|
2717
|
+
>Compact label with icon and set max-width truncation customization</span>
|
|
2718
|
+
</span>
|
|
2719
|
+
<span class="pf-v5-c-label__actions">
|
|
2720
|
+
<button
|
|
2721
|
+
class="pf-v5-c-button pf-m-plain pf-m-no-padding"
|
|
2722
|
+
type="button"
|
|
2723
|
+
id="compact-outline-truncated-with-icon-button"
|
|
2724
|
+
aria-label="Remove"
|
|
2725
|
+
aria-labelledby="compact-outline-truncated-with-icon-button compact-outline-truncated-with-icon-text"
|
|
2726
|
+
>
|
|
2727
|
+
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
2728
|
+
</button>
|
|
2729
|
+
</span>
|
|
2730
|
+
</span>
|
|
2731
|
+
|
|
1933
2732
|
```
|
|
1934
2733
|
|
|
1935
2734
|
### Overflow
|
|
@@ -1949,17 +2748,6 @@ This style of label is used to indicate overflow within a label group.
|
|
|
1949
2748
|
|
|
1950
2749
|
**Note: Editable label behavior must be handled with JavaScript.**
|
|
1951
2750
|
|
|
1952
|
-
* `.pf-v5-c-label__editable-text` onClick event should:
|
|
1953
|
-
* Set `.pf-m-editable-active` on `.pf-v5-c-label`
|
|
1954
|
-
* Change `.pf-v5-c-label__editable-text`from a button to an input
|
|
1955
|
-
* Return keypress, when content is editable, should:
|
|
1956
|
-
* Be captured to prevent line wrapping and save updates to label text
|
|
1957
|
-
* Remove `.pf-m-editable-active` from `.pf-v5-c-label`
|
|
1958
|
-
* Esc keypress, when content is editable, should:
|
|
1959
|
-
* Undo any update to label text
|
|
1960
|
-
* Remove `.pf-m-editable-active` from `.pf-v5-c-label`
|
|
1961
|
-
* Change `.pf-v5-c-label__editable-text` back to a button
|
|
1962
|
-
|
|
1963
2751
|
```html isBeta
|
|
1964
2752
|
<span class="pf-v5-c-label pf-m-editable pf-m-blue">
|
|
1965
2753
|
<button
|
|
@@ -1972,7 +2760,7 @@ This style of label is used to indicate overflow within a label group.
|
|
|
1972
2760
|
|
|
1973
2761
|
<span class="pf-v5-c-label__actions">
|
|
1974
2762
|
<button
|
|
1975
|
-
class="pf-v5-c-button pf-m-plain"
|
|
2763
|
+
class="pf-v5-c-button pf-m-plain pf-m-no-padding"
|
|
1976
2764
|
type="button"
|
|
1977
2765
|
id="editable-label-button"
|
|
1978
2766
|
aria-label="Remove"
|
|
@@ -2004,7 +2792,7 @@ This style of label is used to indicate overflow within a label group.
|
|
|
2004
2792
|
|
|
2005
2793
|
<span class="pf-v5-c-label__actions">
|
|
2006
2794
|
<button
|
|
2007
|
-
class="pf-v5-c-button pf-m-plain"
|
|
2795
|
+
class="pf-v5-c-button pf-m-plain pf-m-no-padding"
|
|
2008
2796
|
type="button"
|
|
2009
2797
|
id="compact-editable-label-button"
|
|
2010
2798
|
aria-label="Remove"
|
|
@@ -2401,13 +3189,13 @@ The contents of a label group can be modified by removing labels or adding new o
|
|
|
2401
3189
|
</div>
|
|
2402
3190
|
<div class="pf-v5-c-label-group__close">
|
|
2403
3191
|
<button
|
|
2404
|
-
class="pf-v5-c-button pf-m-plain"
|
|
3192
|
+
class="pf-v5-c-button pf-m-plain pf-m-no-padding"
|
|
2405
3193
|
type="button"
|
|
2406
3194
|
aria-labelledby="label-group-category-removable-button label-group-category-removable-label"
|
|
2407
3195
|
aria-label="Close label group"
|
|
2408
3196
|
id="label-group-category-removable-button"
|
|
2409
3197
|
>
|
|
2410
|
-
<i class="fas fa-times
|
|
3198
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
2411
3199
|
</button>
|
|
2412
3200
|
</div>
|
|
2413
3201
|
</div>
|
|
@@ -2677,13 +3465,13 @@ The contents of a label group can be modified by removing labels or adding new o
|
|
|
2677
3465
|
</div>
|
|
2678
3466
|
<div class="pf-v5-c-label-group__close">
|
|
2679
3467
|
<button
|
|
2680
|
-
class="pf-v5-c-button pf-m-plain"
|
|
3468
|
+
class="pf-v5-c-button pf-m-plain pf-m-no-padding"
|
|
2681
3469
|
type="button"
|
|
2682
3470
|
aria-labelledby="label-group-vertical-category-removable-button label-group-vertical-category-removable-label"
|
|
2683
3471
|
aria-label="Close label group"
|
|
2684
3472
|
id="label-group-vertical-category-removable-button"
|
|
2685
3473
|
>
|
|
2686
|
-
<i class="fas fa-times
|
|
3474
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
2687
3475
|
</button>
|
|
2688
3476
|
</div>
|
|
2689
3477
|
</div>
|
|
@@ -2692,7 +3480,7 @@ The contents of a label group can be modified by removing labels or adding new o
|
|
|
2692
3480
|
|
|
2693
3481
|
In addition to the JavaScript management of [editable labels](/components/label#editable), dynamic label groups also need:
|
|
2694
3482
|
|
|
2695
|
-
*
|
|
3483
|
+
* `.pf-v5-c-label-group.pf-m-editable` onClick event should (excluding labels within) set focus on `.pf-v5-c-label-group__textarea`
|
|
2696
3484
|
|
|
2697
3485
|
### Editable labels, dynamic label group
|
|
2698
3486
|
|
|
@@ -2716,7 +3504,7 @@ In addition to the JavaScript management of [editable labels](/components/label#
|
|
|
2716
3504
|
|
|
2717
3505
|
<span class="pf-v5-c-label__actions">
|
|
2718
3506
|
<button
|
|
2719
|
-
class="pf-v5-c-button pf-m-plain"
|
|
3507
|
+
class="pf-v5-c-button pf-m-plain pf-m-no-padding"
|
|
2720
3508
|
type="button"
|
|
2721
3509
|
id="editable-labels-editable-group-example-editable-label-editable-1-button"
|
|
2722
3510
|
aria-label="Remove"
|
|
@@ -2739,7 +3527,7 @@ In addition to the JavaScript management of [editable labels](/components/label#
|
|
|
2739
3527
|
|
|
2740
3528
|
<span class="pf-v5-c-label__actions">
|
|
2741
3529
|
<button
|
|
2742
|
-
class="pf-v5-c-button pf-m-plain"
|
|
3530
|
+
class="pf-v5-c-button pf-m-plain pf-m-no-padding"
|
|
2743
3531
|
type="button"
|
|
2744
3532
|
id="editable-labels-editable-group-example-editable-label-editable-2-button"
|
|
2745
3533
|
aria-label="Remove"
|
|
@@ -2762,7 +3550,7 @@ In addition to the JavaScript management of [editable labels](/components/label#
|
|
|
2762
3550
|
|
|
2763
3551
|
<span class="pf-v5-c-label__actions">
|
|
2764
3552
|
<button
|
|
2765
|
-
class="pf-v5-c-button pf-m-plain"
|
|
3553
|
+
class="pf-v5-c-button pf-m-plain pf-m-no-padding"
|
|
2766
3554
|
type="button"
|
|
2767
3555
|
id="editable-labels-editable-group-example-editable-label-editable-3-button"
|
|
2768
3556
|
aria-label="Remove"
|
|
@@ -2809,7 +3597,7 @@ In addition to the JavaScript management of [editable labels](/components/label#
|
|
|
2809
3597
|
|
|
2810
3598
|
<span class="pf-v5-c-label__actions">
|
|
2811
3599
|
<button
|
|
2812
|
-
class="pf-v5-c-button pf-m-plain"
|
|
3600
|
+
class="pf-v5-c-button pf-m-plain pf-m-no-padding"
|
|
2813
3601
|
type="button"
|
|
2814
3602
|
id="editable-labels-label-active-editable-group-example-editable-label-editable-1-button"
|
|
2815
3603
|
aria-label="Remove"
|
|
@@ -2832,7 +3620,7 @@ In addition to the JavaScript management of [editable labels](/components/label#
|
|
|
2832
3620
|
|
|
2833
3621
|
<span class="pf-v5-c-label__actions">
|
|
2834
3622
|
<button
|
|
2835
|
-
class="pf-v5-c-button pf-m-plain"
|
|
3623
|
+
class="pf-v5-c-button pf-m-plain pf-m-no-padding"
|
|
2836
3624
|
type="button"
|
|
2837
3625
|
id="editable-labels-label-active-editable-group-example-editable-label-editable-2-button"
|
|
2838
3626
|
aria-label="Remove"
|
|
@@ -2854,18 +3642,6 @@ In addition to the JavaScript management of [editable labels](/components/label#
|
|
|
2854
3642
|
value="Editable label 3, active"
|
|
2855
3643
|
aria-label="Editable text"
|
|
2856
3644
|
/>
|
|
2857
|
-
|
|
2858
|
-
<span class="pf-v5-c-label__actions">
|
|
2859
|
-
<button
|
|
2860
|
-
class="pf-v5-c-button pf-m-plain"
|
|
2861
|
-
type="button"
|
|
2862
|
-
id="editable-labels-label-active-editable-group-example-editable-label-editable-3-button"
|
|
2863
|
-
aria-label="Remove"
|
|
2864
|
-
aria-labelledby="editable-labels-label-active-editable-group-example-editable-label-editable-3-button editable-labels-label-active-editable-group-example-editable-label-editable-3-text"
|
|
2865
|
-
>
|
|
2866
|
-
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
2867
|
-
</button>
|
|
2868
|
-
</span>
|
|
2869
3645
|
</span>
|
|
2870
3646
|
</li>
|
|
2871
3647
|
<li class="pf-v5-c-label-group__list-item pf-m-textarea">
|
|
@@ -2899,7 +3675,7 @@ In addition to the JavaScript management of [editable labels](/components/label#
|
|
|
2899
3675
|
</span>
|
|
2900
3676
|
<span class="pf-v5-c-label__actions">
|
|
2901
3677
|
<button
|
|
2902
|
-
class="pf-v5-c-button pf-m-plain"
|
|
3678
|
+
class="pf-v5-c-button pf-m-plain pf-m-no-padding"
|
|
2903
3679
|
type="button"
|
|
2904
3680
|
id="static-labels-dynamic-label-group-example-editable-label-static-1-button"
|
|
2905
3681
|
aria-label="Remove"
|
|
@@ -2917,7 +3693,7 @@ In addition to the JavaScript management of [editable labels](/components/label#
|
|
|
2917
3693
|
</span>
|
|
2918
3694
|
<span class="pf-v5-c-label__actions">
|
|
2919
3695
|
<button
|
|
2920
|
-
class="pf-v5-c-button pf-m-plain"
|
|
3696
|
+
class="pf-v5-c-button pf-m-plain pf-m-no-padding"
|
|
2921
3697
|
type="button"
|
|
2922
3698
|
id="static-labels-dynamic-label-group-example-editable-label-static-2-button"
|
|
2923
3699
|
aria-label="Remove"
|
|
@@ -2935,7 +3711,7 @@ In addition to the JavaScript management of [editable labels](/components/label#
|
|
|
2935
3711
|
</span>
|
|
2936
3712
|
<span class="pf-v5-c-label__actions">
|
|
2937
3713
|
<button
|
|
2938
|
-
class="pf-v5-c-button pf-m-plain"
|
|
3714
|
+
class="pf-v5-c-button pf-m-plain pf-m-no-padding"
|
|
2939
3715
|
type="button"
|
|
2940
3716
|
id="static-labels-dynamic-label-group-example-editable-label-static-3-button"
|
|
2941
3717
|
aria-label="Remove"
|
|
@@ -2977,7 +3753,7 @@ In addition to the JavaScript management of [editable labels](/components/label#
|
|
|
2977
3753
|
</span>
|
|
2978
3754
|
<span class="pf-v5-c-label__actions">
|
|
2979
3755
|
<button
|
|
2980
|
-
class="pf-v5-c-button pf-m-plain"
|
|
3756
|
+
class="pf-v5-c-button pf-m-plain pf-m-no-padding"
|
|
2981
3757
|
type="button"
|
|
2982
3758
|
id="mixed-labels-dynamic-label-group-example-editable-label-static-1-button"
|
|
2983
3759
|
aria-label="Remove"
|
|
@@ -2995,7 +3771,7 @@ In addition to the JavaScript management of [editable labels](/components/label#
|
|
|
2995
3771
|
</span>
|
|
2996
3772
|
<span class="pf-v5-c-label__actions">
|
|
2997
3773
|
<button
|
|
2998
|
-
class="pf-v5-c-button pf-m-plain"
|
|
3774
|
+
class="pf-v5-c-button pf-m-plain pf-m-no-padding"
|
|
2999
3775
|
type="button"
|
|
3000
3776
|
id="mixed-labels-dynamic-label-group-example-editable-label-static-2-button"
|
|
3001
3777
|
aria-label="Remove"
|
|
@@ -3018,7 +3794,7 @@ In addition to the JavaScript management of [editable labels](/components/label#
|
|
|
3018
3794
|
|
|
3019
3795
|
<span class="pf-v5-c-label__actions">
|
|
3020
3796
|
<button
|
|
3021
|
-
class="pf-v5-c-button pf-m-plain"
|
|
3797
|
+
class="pf-v5-c-button pf-m-plain pf-m-no-padding"
|
|
3022
3798
|
type="button"
|
|
3023
3799
|
id="mixed-labels-dynamic-label-group-example-editable-label-dynamic-1-button"
|
|
3024
3800
|
aria-label="Remove"
|
|
@@ -3041,7 +3817,7 @@ In addition to the JavaScript management of [editable labels](/components/label#
|
|
|
3041
3817
|
|
|
3042
3818
|
<span class="pf-v5-c-label__actions">
|
|
3043
3819
|
<button
|
|
3044
|
-
class="pf-v5-c-button pf-m-plain"
|
|
3820
|
+
class="pf-v5-c-button pf-m-plain pf-m-no-padding"
|
|
3045
3821
|
type="button"
|
|
3046
3822
|
id="mixed-labels-dynamic-label-group-example-editable-label-dynamic-2-button"
|
|
3047
3823
|
aria-label="Remove"
|
|
@@ -3064,7 +3840,7 @@ In addition to the JavaScript management of [editable labels](/components/label#
|
|
|
3064
3840
|
|
|
3065
3841
|
<span class="pf-v5-c-label__actions">
|
|
3066
3842
|
<button
|
|
3067
|
-
class="pf-v5-c-button pf-m-plain"
|
|
3843
|
+
class="pf-v5-c-button pf-m-plain pf-m-no-padding"
|
|
3068
3844
|
type="button"
|
|
3069
3845
|
id="mixed-labels-dynamic-label-group-example-editable-label-dynamic-3-button"
|
|
3070
3846
|
aria-label="Remove"
|
|
@@ -3265,7 +4041,7 @@ In addition to the JavaScript management of [editable labels](/components/label#
|
|
|
3265
4041
|
|
|
3266
4042
|
| Attribute | Applied to | Outcome |
|
|
3267
4043
|
| -- | -- | -- |
|
|
3268
|
-
| `role="list"` | `.pf-v5-c-label-group__list` | Indicates that the label group list is a list element. This role is redundant since `.pf-v5-c-label-group__list` is a `<ul>` but is required for screen readers to announce the list
|
|
4044
|
+
| `role="list"` | `.pf-v5-c-label-group__list` | Indicates that the label group list is a list element. This role is redundant since `.pf-v5-c-label-group__list` is a `<ul>` but is required for screen readers to announce the list properly. **Required** |
|
|
3269
4045
|
| `aria-label="[button label text]"` | `.pf-v5-c-label-group__close > button` | Provides an accessible name for a label group close button when an icon is used instead of text. Required when an icon is used with no supporting text. **Required** |
|
|
3270
4046
|
| `aria-labelledby="[id value of .pf-v5-c-label-group__close > button] [id value of .pf-v5-c-label-group__label]"` | `.pf-v5-c-label-group__close > button` | Provides an accessible name for the button. **Required** |
|
|
3271
4047
|
| `aria-label="[label text]"` | `.pf-v5-c-label-group__textarea` | Provides an accessible name for the textarea. **Required** |
|