@patternfly/patternfly 6.2.1 → 6.2.2
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/.gitignore +25 -0
- package/.npmignore +7 -0
- package/LICENSE.txt +21 -0
- package/README.md +1 -1
- package/dist/README.md +123 -0
- package/{components → dist/components}/Card/card.css +0 -3
- package/{components → dist/components}/Card/card.scss +0 -3
- package/{components → dist/components}/Drawer/drawer.css +14 -28
- package/{components → dist/components}/Drawer/drawer.scss +9 -28
- package/{components → dist/components}/FormControl/form-control.css +2 -1
- package/{components → dist/components}/FormControl/form-control.scss +5 -1
- package/{components → dist/components}/Tabs/tabs.css +0 -65
- package/{components → dist/components}/Tabs/tabs.scss +0 -77
- package/{components → dist/components}/Truncate/truncate.css +0 -5
- package/{components → dist/components}/Truncate/truncate.scss +0 -6
- package/{components → dist/components}/_index.css +16 -101
- package/{docs → dist/docs}/components/Divider/examples/Divider.md +1 -1
- package/{docs → dist/docs}/components/Drawer/examples/Drawer.md +0 -4
- package/{docs → dist/docs}/components/Table/examples/Table.md +4 -4
- package/dist/docs/components/Tabs/examples/Tabs.md +9288 -0
- package/dist/docs/components/Truncate/examples/Truncate.md +61 -0
- package/{docs → dist/docs}/demos/Card/examples/Card.md +0 -57
- package/{docs → dist/docs}/demos/DescriptionList/examples/DescriptionList.md +0 -38
- package/{docs → dist/docs}/demos/Drawer/examples/Drawer.md +0 -38
- package/{docs → dist/docs}/demos/PrimaryDetail/examples/PrimaryDetail.md +0 -76
- package/{docs → dist/docs}/demos/Table/examples/Table.md +21 -41
- package/{docs → dist/docs}/demos/Tabs/examples/Tabs.md +0 -570
- package/dist/package.json +113 -0
- package/{patternfly-no-globals.css → dist/patternfly-no-globals.css} +16 -101
- package/{patternfly.css → dist/patternfly.css} +16 -101
- package/dist/patternfly.min.css +2 -0
- package/dist/patternfly.min.css.map +1 -0
- package/package.json +6 -6
- package/docs/components/Tabs/examples/Tabs.md +0 -16017
- package/docs/components/Truncate/examples/Truncate.md +0 -104
- package/patternfly.min.css +0 -2
- package/patternfly.min.css.map +0 -1
- /package/{CODE_OF_CONDUCT.md → dist/CODE_OF_CONDUCT.md} +0 -0
- /package/{assets → dist/assets}/fontawesome/_animated.scss +0 -0
- /package/{assets → dist/assets}/fontawesome/_bordered-pulled.scss +0 -0
- /package/{assets → dist/assets}/fontawesome/_fixed-width.scss +0 -0
- /package/{assets → dist/assets}/fontawesome/_icons.scss +0 -0
- /package/{assets → dist/assets}/fontawesome/_index.scss +0 -0
- /package/{assets → dist/assets}/fontawesome/_larger.scss +0 -0
- /package/{assets → dist/assets}/fontawesome/_list.scss +0 -0
- /package/{assets → dist/assets}/fontawesome/_mixins.scss +0 -0
- /package/{assets → dist/assets}/fontawesome/_rotated-flipped.scss +0 -0
- /package/{assets → dist/assets}/fontawesome/_screen-reader.scss +0 -0
- /package/{assets → dist/assets}/fontawesome/_stacked.scss +0 -0
- /package/{assets → dist/assets}/fontawesome/_variables.scss +0 -0
- /package/{assets → dist/assets}/fontawesome/fontawesome.scss +0 -0
- /package/{assets → dist/assets}/fonts/RedHatDisplay/RedHatDisplay-Black.woff2 +0 -0
- /package/{assets → dist/assets}/fonts/RedHatDisplay/RedHatDisplay-BlackItalic.woff2 +0 -0
- /package/{assets → dist/assets}/fonts/RedHatDisplay/RedHatDisplay-Bold.woff2 +0 -0
- /package/{assets → dist/assets}/fonts/RedHatDisplay/RedHatDisplay-BoldItalic.woff2 +0 -0
- /package/{assets → dist/assets}/fonts/RedHatDisplay/RedHatDisplay-Italic.woff2 +0 -0
- /package/{assets → dist/assets}/fonts/RedHatDisplay/RedHatDisplay-Light.woff2 +0 -0
- /package/{assets → dist/assets}/fonts/RedHatDisplay/RedHatDisplay-LightItalic.woff2 +0 -0
- /package/{assets → dist/assets}/fonts/RedHatDisplay/RedHatDisplay-Medium.woff2 +0 -0
- /package/{assets → dist/assets}/fonts/RedHatDisplay/RedHatDisplay-MediumItalic.woff2 +0 -0
- /package/{assets → dist/assets}/fonts/RedHatDisplay/RedHatDisplay-Regular.woff2 +0 -0
- /package/{assets → dist/assets}/fonts/RedHatDisplay/RedHatDisplayVF-Italic.woff2 +0 -0
- /package/{assets → dist/assets}/fonts/RedHatDisplay/RedHatDisplayVF.woff2 +0 -0
- /package/{assets → dist/assets}/fonts/RedHatMono/RedHatMono-Bold.woff2 +0 -0
- /package/{assets → dist/assets}/fonts/RedHatMono/RedHatMono-BoldItalic.woff2 +0 -0
- /package/{assets → dist/assets}/fonts/RedHatMono/RedHatMono-Italic.woff2 +0 -0
- /package/{assets → dist/assets}/fonts/RedHatMono/RedHatMono-Light.woff2 +0 -0
- /package/{assets → dist/assets}/fonts/RedHatMono/RedHatMono-LightItalic.woff2 +0 -0
- /package/{assets → dist/assets}/fonts/RedHatMono/RedHatMono-Medium.woff2 +0 -0
- /package/{assets → dist/assets}/fonts/RedHatMono/RedHatMono-MediumItalic.woff2 +0 -0
- /package/{assets → dist/assets}/fonts/RedHatMono/RedHatMono-Regular.woff2 +0 -0
- /package/{assets → dist/assets}/fonts/RedHatMono/RedHatMonoVF-Italic.woff2 +0 -0
- /package/{assets → dist/assets}/fonts/RedHatMono/RedHatMonoVF.woff2 +0 -0
- /package/{assets → dist/assets}/fonts/RedHatText/RedHatText-Bold.woff2 +0 -0
- /package/{assets → dist/assets}/fonts/RedHatText/RedHatText-BoldItalic.woff2 +0 -0
- /package/{assets → dist/assets}/fonts/RedHatText/RedHatText-Italic.woff2 +0 -0
- /package/{assets → dist/assets}/fonts/RedHatText/RedHatText-Light.woff2 +0 -0
- /package/{assets → dist/assets}/fonts/RedHatText/RedHatText-LightItalic.woff2 +0 -0
- /package/{assets → dist/assets}/fonts/RedHatText/RedHatText-Medium.woff2 +0 -0
- /package/{assets → dist/assets}/fonts/RedHatText/RedHatText-MediumItalic.woff2 +0 -0
- /package/{assets → dist/assets}/fonts/RedHatText/RedHatText-Regular.woff2 +0 -0
- /package/{assets → dist/assets}/fonts/RedHatText/RedHatTextVF-Italic.woff2 +0 -0
- /package/{assets → dist/assets}/fonts/RedHatText/RedHatTextVF.woff2 +0 -0
- /package/{assets → dist/assets}/fonts/webfonts/fa-solid-900.woff2 +0 -0
- /package/{assets → dist/assets}/icons/fontawesome.css +0 -0
- /package/{assets → dist/assets}/icons/iconUnicodes.json +0 -0
- /package/{assets → dist/assets}/images/FuseConnector_Icons_AzureServices.png +0 -0
- /package/{assets → dist/assets}/images/FuseConnector_Icons_REST.png +0 -0
- /package/{assets → dist/assets}/images/PF-Backdrop.svg +0 -0
- /package/{assets → dist/assets}/images/PF-HorizontalLogo-Color.svg +0 -0
- /package/{assets → dist/assets}/images/PF-HorizontalLogo-Reverse.svg +0 -0
- /package/{assets → dist/assets}/images/PF-IconLogo-Reverse.svg +0 -0
- /package/{assets → dist/assets}/images/PF-IconLogo-color.svg +0 -0
- /package/{assets → dist/assets}/images/PF-IconLogo.svg +0 -0
- /package/{assets → dist/assets}/images/activemq-core_200x150.png +0 -0
- /package/{assets → dist/assets}/images/camel-avro_200x150.png +0 -0
- /package/{assets → dist/assets}/images/camel-dropbox_200x150.png +0 -0
- /package/{assets → dist/assets}/images/camel-infinispan_200x150.png +0 -0
- /package/{assets → dist/assets}/images/camel-saxon_200x150.png +0 -0
- /package/{assets → dist/assets}/images/camel-spark_200x150.png +0 -0
- /package/{assets → dist/assets}/images/camel-swagger-java_200x150.png +0 -0
- /package/{assets → dist/assets}/images/icon-github.hbs +0 -0
- /package/{assets → dist/assets}/images/icon-google.hbs +0 -0
- /package/{assets → dist/assets}/images/icon-red-hat.hbs +0 -0
- /package/{assets → dist/assets}/images/img_avatar-light.svg +0 -0
- /package/{assets → dist/assets}/images/img_chart-stack.png +0 -0
- /package/{assets → dist/assets}/images/img_chart-threshold.png +0 -0
- /package/{assets → dist/assets}/images/img_line-chart-1.png +0 -0
- /package/{assets → dist/assets}/images/img_line-chart-2.png +0 -0
- /package/{assets → dist/assets}/images/img_pie-chart-with-legend.png +0 -0
- /package/{assets → dist/assets}/images/pf-background.svg +0 -0
- /package/{assets → dist/assets}/pficon/pf-v6-pficon.woff2 +0 -0
- /package/{assets → dist/assets}/pficon/pficon.scss +0 -0
- /package/{base → dist/base}/_index.scss +0 -0
- /package/{base → dist/base}/normalize.scss +0 -0
- /package/{base → dist/base}/patternfly-common.css +0 -0
- /package/{base → dist/base}/patternfly-common.scss +0 -0
- /package/{base → dist/base}/patternfly-fa-icons.css +0 -0
- /package/{base → dist/base}/patternfly-fa-icons.scss +0 -0
- /package/{base → dist/base}/patternfly-fonts.css +0 -0
- /package/{base → dist/base}/patternfly-fonts.scss +0 -0
- /package/{base → dist/base}/patternfly-pf-icons.css +0 -0
- /package/{base → dist/base}/patternfly-pf-icons.scss +0 -0
- /package/{base → dist/base}/patternfly-svg-icons.css +0 -0
- /package/{base → dist/base}/patternfly-svg-icons.scss +0 -0
- /package/{base → dist/base}/patternfly-variables.css +0 -0
- /package/{base → dist/base}/patternfly-variables.scss +0 -0
- /package/{base → dist/base}/reset.scss +0 -0
- /package/{base → dist/base}/tokens/_index.scss +0 -0
- /package/{base → dist/base}/tokens/tokens-charts-dark.scss +0 -0
- /package/{base → dist/base}/tokens/tokens-charts.scss +0 -0
- /package/{base → dist/base}/tokens/tokens-dark.scss +0 -0
- /package/{base → dist/base}/tokens/tokens-default.scss +0 -0
- /package/{base → dist/base}/tokens/tokens-local.scss +0 -0
- /package/{base → dist/base}/tokens/tokens-palette.scss +0 -0
- /package/{components → dist/components}/AboutModalBox/about-modal-box.css +0 -0
- /package/{components → dist/components}/AboutModalBox/about-modal-box.scss +0 -0
- /package/{components → dist/components}/Accordion/accordion.css +0 -0
- /package/{components → dist/components}/Accordion/accordion.scss +0 -0
- /package/{components → dist/components}/ActionList/action-list.css +0 -0
- /package/{components → dist/components}/ActionList/action-list.scss +0 -0
- /package/{components → dist/components}/Alert/alert-group.css +0 -0
- /package/{components → dist/components}/Alert/alert-group.scss +0 -0
- /package/{components → dist/components}/Alert/alert.css +0 -0
- /package/{components → dist/components}/Alert/alert.scss +0 -0
- /package/{components → dist/components}/Avatar/avatar.css +0 -0
- /package/{components → dist/components}/Avatar/avatar.scss +0 -0
- /package/{components → dist/components}/BackToTop/back-to-top.css +0 -0
- /package/{components → dist/components}/BackToTop/back-to-top.scss +0 -0
- /package/{components → dist/components}/Backdrop/backdrop.css +0 -0
- /package/{components → dist/components}/Backdrop/backdrop.scss +0 -0
- /package/{components → dist/components}/BackgroundImage/background-image.css +0 -0
- /package/{components → dist/components}/BackgroundImage/background-image.scss +0 -0
- /package/{components → dist/components}/Badge/badge.css +0 -0
- /package/{components → dist/components}/Badge/badge.scss +0 -0
- /package/{components → dist/components}/Banner/banner.css +0 -0
- /package/{components → dist/components}/Banner/banner.scss +0 -0
- /package/{components → dist/components}/Brand/brand.css +0 -0
- /package/{components → dist/components}/Brand/brand.scss +0 -0
- /package/{components → dist/components}/Breadcrumb/breadcrumb.css +0 -0
- /package/{components → dist/components}/Breadcrumb/breadcrumb.scss +0 -0
- /package/{components → dist/components}/Button/button.css +0 -0
- /package/{components → dist/components}/Button/button.scss +0 -0
- /package/{components → dist/components}/CalendarMonth/calendar-month.css +0 -0
- /package/{components → dist/components}/CalendarMonth/calendar-month.scss +0 -0
- /package/{components → dist/components}/Check/check.css +0 -0
- /package/{components → dist/components}/Check/check.scss +0 -0
- /package/{components → dist/components}/ClipboardCopy/clipboard-copy.css +0 -0
- /package/{components → dist/components}/ClipboardCopy/clipboard-copy.scss +0 -0
- /package/{components → dist/components}/CodeBlock/code-block.css +0 -0
- /package/{components → dist/components}/CodeBlock/code-block.scss +0 -0
- /package/{components → dist/components}/CodeEditor/code-editor.css +0 -0
- /package/{components → dist/components}/CodeEditor/code-editor.scss +0 -0
- /package/{components → dist/components}/Content/content.css +0 -0
- /package/{components → dist/components}/Content/content.scss +0 -0
- /package/{components → dist/components}/DataList/data-list-grid.css +0 -0
- /package/{components → dist/components}/DataList/data-list-grid.scss +0 -0
- /package/{components → dist/components}/DataList/data-list.css +0 -0
- /package/{components → dist/components}/DataList/data-list.scss +0 -0
- /package/{components → dist/components}/DatePicker/date-picker.css +0 -0
- /package/{components → dist/components}/DatePicker/date-picker.scss +0 -0
- /package/{components → dist/components}/DescriptionList/description-list-order.css +0 -0
- /package/{components → dist/components}/DescriptionList/description-list-order.scss +0 -0
- /package/{components → dist/components}/DescriptionList/description-list.css +0 -0
- /package/{components → dist/components}/DescriptionList/description-list.scss +0 -0
- /package/{components → dist/components}/Divider/divider.css +0 -0
- /package/{components → dist/components}/Divider/divider.scss +0 -0
- /package/{components → dist/components}/DragDrop/drag-drop.css +0 -0
- /package/{components → dist/components}/DragDrop/drag-drop.scss +0 -0
- /package/{components → dist/components}/DualListSelector/dual-list-selector.css +0 -0
- /package/{components → dist/components}/DualListSelector/dual-list-selector.scss +0 -0
- /package/{components → dist/components}/EmptyState/empty-state.css +0 -0
- /package/{components → dist/components}/EmptyState/empty-state.scss +0 -0
- /package/{components → dist/components}/ExpandableSection/expandable-section.css +0 -0
- /package/{components → dist/components}/ExpandableSection/expandable-section.scss +0 -0
- /package/{components → dist/components}/FileUpload/file-upload.css +0 -0
- /package/{components → dist/components}/FileUpload/file-upload.scss +0 -0
- /package/{components → dist/components}/Form/form.css +0 -0
- /package/{components → dist/components}/Form/form.scss +0 -0
- /package/{components → dist/components}/HelperText/helper-text.css +0 -0
- /package/{components → dist/components}/HelperText/helper-text.scss +0 -0
- /package/{components → dist/components}/Hint/hint.css +0 -0
- /package/{components → dist/components}/Hint/hint.scss +0 -0
- /package/{components → dist/components}/Icon/icon.css +0 -0
- /package/{components → dist/components}/Icon/icon.scss +0 -0
- /package/{components → dist/components}/InlineEdit/inline-edit.css +0 -0
- /package/{components → dist/components}/InlineEdit/inline-edit.scss +0 -0
- /package/{components → dist/components}/InputGroup/input-group.css +0 -0
- /package/{components → dist/components}/InputGroup/input-group.scss +0 -0
- /package/{components → dist/components}/JumpLinks/jump-links.css +0 -0
- /package/{components → dist/components}/JumpLinks/jump-links.scss +0 -0
- /package/{components → dist/components}/Label/label-group.css +0 -0
- /package/{components → dist/components}/Label/label-group.scss +0 -0
- /package/{components → dist/components}/Label/label.css +0 -0
- /package/{components → dist/components}/Label/label.scss +0 -0
- /package/{components → dist/components}/List/list.css +0 -0
- /package/{components → dist/components}/List/list.scss +0 -0
- /package/{components → dist/components}/Login/login.css +0 -0
- /package/{components → dist/components}/Login/login.scss +0 -0
- /package/{components → dist/components}/Masthead/masthead.css +0 -0
- /package/{components → dist/components}/Masthead/masthead.scss +0 -0
- /package/{components → dist/components}/Menu/menu.css +0 -0
- /package/{components → dist/components}/Menu/menu.scss +0 -0
- /package/{components → dist/components}/MenuToggle/menu-toggle.css +0 -0
- /package/{components → dist/components}/MenuToggle/menu-toggle.scss +0 -0
- /package/{components → dist/components}/ModalBox/modal-box.css +0 -0
- /package/{components → dist/components}/ModalBox/modal-box.scss +0 -0
- /package/{components → dist/components}/MultipleFileUpload/multiple-file-upload.css +0 -0
- /package/{components → dist/components}/MultipleFileUpload/multiple-file-upload.scss +0 -0
- /package/{components → dist/components}/Nav/nav.css +0 -0
- /package/{components → dist/components}/Nav/nav.scss +0 -0
- /package/{components → dist/components}/NotificationDrawer/notification-drawer.css +0 -0
- /package/{components → dist/components}/NotificationDrawer/notification-drawer.scss +0 -0
- /package/{components → dist/components}/NumberInput/number-input.css +0 -0
- /package/{components → dist/components}/NumberInput/number-input.scss +0 -0
- /package/{components → dist/components}/OverflowMenu/overflow-menu.css +0 -0
- /package/{components → dist/components}/OverflowMenu/overflow-menu.scss +0 -0
- /package/{components → dist/components}/Page/page.css +0 -0
- /package/{components → dist/components}/Page/page.scss +0 -0
- /package/{components → dist/components}/Pagination/pagination.css +0 -0
- /package/{components → dist/components}/Pagination/pagination.scss +0 -0
- /package/{components → dist/components}/Panel/panel.css +0 -0
- /package/{components → dist/components}/Panel/panel.scss +0 -0
- /package/{components → dist/components}/Popover/popover.css +0 -0
- /package/{components → dist/components}/Popover/popover.scss +0 -0
- /package/{components → dist/components}/Progress/progress.css +0 -0
- /package/{components → dist/components}/Progress/progress.scss +0 -0
- /package/{components → dist/components}/ProgressStepper/progress-stepper.css +0 -0
- /package/{components → dist/components}/ProgressStepper/progress-stepper.scss +0 -0
- /package/{components → dist/components}/Radio/radio.css +0 -0
- /package/{components → dist/components}/Radio/radio.scss +0 -0
- /package/{components → dist/components}/Sidebar/sidebar.css +0 -0
- /package/{components → dist/components}/Sidebar/sidebar.scss +0 -0
- /package/{components → dist/components}/SimpleList/simple-list.css +0 -0
- /package/{components → dist/components}/SimpleList/simple-list.scss +0 -0
- /package/{components → dist/components}/Skeleton/skeleton.css +0 -0
- /package/{components → dist/components}/Skeleton/skeleton.scss +0 -0
- /package/{components → dist/components}/SkipToContent/skip-to-content.css +0 -0
- /package/{components → dist/components}/SkipToContent/skip-to-content.scss +0 -0
- /package/{components → dist/components}/Slider/slider.css +0 -0
- /package/{components → dist/components}/Slider/slider.scss +0 -0
- /package/{components → dist/components}/Spinner/spinner.css +0 -0
- /package/{components → dist/components}/Spinner/spinner.scss +0 -0
- /package/{components → dist/components}/Switch/switch.css +0 -0
- /package/{components → dist/components}/Switch/switch.scss +0 -0
- /package/{components → dist/components}/TabContent/tab-content.css +0 -0
- /package/{components → dist/components}/TabContent/tab-content.scss +0 -0
- /package/{components → dist/components}/Table/table-grid.css +0 -0
- /package/{components → dist/components}/Table/table-grid.scss +0 -0
- /package/{components → dist/components}/Table/table-scrollable.css +0 -0
- /package/{components → dist/components}/Table/table-scrollable.scss +0 -0
- /package/{components → dist/components}/Table/table-tree-view.css +0 -0
- /package/{components → dist/components}/Table/table-tree-view.scss +0 -0
- /package/{components → dist/components}/Table/table.css +0 -0
- /package/{components → dist/components}/Table/table.scss +0 -0
- /package/{components → dist/components}/TextInputGroup/text-input-group.css +0 -0
- /package/{components → dist/components}/TextInputGroup/text-input-group.scss +0 -0
- /package/{components → dist/components}/Tile/tile.css +0 -0
- /package/{components → dist/components}/Tile/tile.scss +0 -0
- /package/{components → dist/components}/Timestamp/timestamp.css +0 -0
- /package/{components → dist/components}/Timestamp/timestamp.scss +0 -0
- /package/{components → dist/components}/Title/title.css +0 -0
- /package/{components → dist/components}/Title/title.scss +0 -0
- /package/{components → dist/components}/ToggleGroup/toggle-group.css +0 -0
- /package/{components → dist/components}/ToggleGroup/toggle-group.scss +0 -0
- /package/{components → dist/components}/Toolbar/toolbar.css +0 -0
- /package/{components → dist/components}/Toolbar/toolbar.scss +0 -0
- /package/{components → dist/components}/Tooltip/tooltip.css +0 -0
- /package/{components → dist/components}/Tooltip/tooltip.scss +0 -0
- /package/{components → dist/components}/TreeView/tree-view.css +0 -0
- /package/{components → dist/components}/TreeView/tree-view.scss +0 -0
- /package/{components → dist/components}/Wizard/wizard.css +0 -0
- /package/{components → dist/components}/Wizard/wizard.scss +0 -0
- /package/{components → dist/components}/_index.scss +0 -0
- /package/{docs → dist/docs}/components/AboutModalBox/examples/AboutModalBox.md +0 -0
- /package/{docs → dist/docs}/components/Accordion/examples/Accordion.md +0 -0
- /package/{docs → dist/docs}/components/ActionList/examples/ActionList.md +0 -0
- /package/{docs → dist/docs}/components/Alert/examples/Alert.md +0 -0
- /package/{docs → dist/docs}/components/Avatar/examples/Avatar.md +0 -0
- /package/{docs → dist/docs}/components/BackToTop/examples/BackToTop.css +0 -0
- /package/{docs → dist/docs}/components/BackToTop/examples/BackToTop.md +0 -0
- /package/{docs → dist/docs}/components/Backdrop/examples/Backdrop.md +0 -0
- /package/{docs → dist/docs}/components/BackgroundImage/examples/BackgroundImage.md +0 -0
- /package/{docs → dist/docs}/components/Badge/examples/Badge.md +0 -0
- /package/{docs → dist/docs}/components/Banner/examples/Banner.md +0 -0
- /package/{docs → dist/docs}/components/Brand/examples/Brand.css +0 -0
- /package/{docs → dist/docs}/components/Brand/examples/Brand.md +0 -0
- /package/{docs → dist/docs}/components/Breadcrumb/examples/Breadcrumb.md +0 -0
- /package/{docs → dist/docs}/components/Button/examples/Button.css +0 -0
- /package/{docs → dist/docs}/components/Button/examples/Button.md +0 -0
- /package/{docs → dist/docs}/components/CalendarMonth/examples/CalendarMonth.md +0 -0
- /package/{docs → dist/docs}/components/Card/examples/Card.css +0 -0
- /package/{docs → dist/docs}/components/Card/examples/Card.md +0 -0
- /package/{docs → dist/docs}/components/Check/examples/Check.md +0 -0
- /package/{docs → dist/docs}/components/ClipboardCopy/examples/ClipboardCopy.md +0 -0
- /package/{docs → dist/docs}/components/CodeBlock/examples/CodeBlock.md +0 -0
- /package/{docs → dist/docs}/components/CodeEditor/examples/CodeEditor.css +0 -0
- /package/{docs → dist/docs}/components/CodeEditor/examples/CodeEditor.md +0 -0
- /package/{docs → dist/docs}/components/Content/examples/Content.md +0 -0
- /package/{docs → dist/docs}/components/DataList/examples/DataList.md +0 -0
- /package/{docs → dist/docs}/components/DatePicker/examples/DatePicker.css +0 -0
- /package/{docs → dist/docs}/components/DatePicker/examples/DatePicker.md +0 -0
- /package/{docs → dist/docs}/components/DescriptionList/examples/DescriptionList.md +0 -0
- /package/{docs → dist/docs}/components/Divider/examples/Divider.css +0 -0
- /package/{docs → dist/docs}/components/DragDrop/examples/DragDrop.css +0 -0
- /package/{docs → dist/docs}/components/DragDrop/examples/DragDrop.md +0 -0
- /package/{docs → dist/docs}/components/Drawer/examples/Drawer.css +0 -0
- /package/{docs → dist/docs}/components/DualListSelector/examples/DualListSelector.md +0 -0
- /package/{docs → dist/docs}/components/EmptyState/examples/EmptyState.md +0 -0
- /package/{docs → dist/docs}/components/ExpandableSection/examples/ExpandableSection.md +0 -0
- /package/{docs → dist/docs}/components/FileUpload/examples/FileUpload.md +0 -0
- /package/{docs → dist/docs}/components/Form/examples/Form.md +0 -0
- /package/{docs → dist/docs}/components/FormControl/examples/FormControl.md +0 -0
- /package/{docs → dist/docs}/components/HelperText/examples/HelperText.md +0 -0
- /package/{docs → dist/docs}/components/Hint/examples/Hint.md +0 -0
- /package/{docs → dist/docs}/components/Icon/examples/Icon.md +0 -0
- /package/{docs → dist/docs}/components/InlineEdit/examples/InlineEdit.md +0 -0
- /package/{docs → dist/docs}/components/InputGroup/examples/InputGroup.md +0 -0
- /package/{docs → dist/docs}/components/JumpLinks/examples/JumpLinks.md +0 -0
- /package/{docs → dist/docs}/components/Label/examples/Label.css +0 -0
- /package/{docs → dist/docs}/components/Label/examples/Label.md +0 -0
- /package/{docs → dist/docs}/components/List/examples/List.md +0 -0
- /package/{docs → dist/docs}/components/Login/examples/Login.md +0 -0
- /package/{docs → dist/docs}/components/Masthead/examples/masthead.md +0 -0
- /package/{docs → dist/docs}/components/Menu/examples/Menu.css +0 -0
- /package/{docs → dist/docs}/components/Menu/examples/Menu.md +0 -0
- /package/{docs → dist/docs}/components/MenuToggle/examples/MenuToggle.css +0 -0
- /package/{docs → dist/docs}/components/MenuToggle/examples/MenuToggle.md +0 -0
- /package/{docs → dist/docs}/components/ModalBox/examples/ModalBox.css +0 -0
- /package/{docs → dist/docs}/components/ModalBox/examples/ModalBox.md +0 -0
- /package/{docs → dist/docs}/components/MultipleFileUpload/examples/MultipleFileUpload.md +0 -0
- /package/{docs → dist/docs}/components/Nav/examples/Navigation.css +0 -0
- /package/{docs → dist/docs}/components/Nav/examples/Navigation.md +0 -0
- /package/{docs → dist/docs}/components/NotificationDrawer/examples/NotificationDrawer.md +0 -0
- /package/{docs → dist/docs}/components/NumberInput/examples/NumberInput.md +0 -0
- /package/{docs → dist/docs}/components/OverflowMenu/examples/overflow-menu.css +0 -0
- /package/{docs → dist/docs}/components/OverflowMenu/examples/overflow-menu.md +0 -0
- /package/{docs → dist/docs}/components/Page/examples/Page.css +0 -0
- /package/{docs → dist/docs}/components/Page/examples/Page.md +0 -0
- /package/{docs → dist/docs}/components/Pagination/examples/Pagination.md +0 -0
- /package/{docs → dist/docs}/components/Panel/examples/Panel.md +0 -0
- /package/{docs → dist/docs}/components/Popover/examples/Popover.css +0 -0
- /package/{docs → dist/docs}/components/Popover/examples/Popover.md +0 -0
- /package/{docs → dist/docs}/components/Progress/examples/Progress.md +0 -0
- /package/{docs → dist/docs}/components/ProgressStepper/examples/ProgressStepper.md +0 -0
- /package/{docs → dist/docs}/components/Radio/examples/Radio.md +0 -0
- /package/{docs → dist/docs}/components/Sidebar/examples/Sidebar.css +0 -0
- /package/{docs → dist/docs}/components/Sidebar/examples/Sidebar.md +0 -0
- /package/{docs → dist/docs}/components/SimpleList/examples/SimpleList.md +0 -0
- /package/{docs → dist/docs}/components/Skeleton/examples/Skeleton.css +0 -0
- /package/{docs → dist/docs}/components/Skeleton/examples/Skeleton.md +0 -0
- /package/{docs → dist/docs}/components/SkipToContent/examples/SkipToContent.md +0 -0
- /package/{docs → dist/docs}/components/Slider/examples/Slider.md +0 -0
- /package/{docs → dist/docs}/components/Spinner/examples/Spinner.md +0 -0
- /package/{docs → dist/docs}/components/Switch/examples/Switch.md +0 -0
- /package/{docs → dist/docs}/components/Table/examples/Table.css +0 -0
- /package/{docs → dist/docs}/components/TextInputGroup/examples/TextInputGroup.css +0 -0
- /package/{docs → dist/docs}/components/TextInputGroup/examples/TextInputGroup.md +0 -0
- /package/{docs → dist/docs}/components/Tile/deprecated/Tile.css +0 -0
- /package/{docs → dist/docs}/components/Tile/deprecated/Tile.md +0 -0
- /package/{docs → dist/docs}/components/Timestamp/examples/Timestamp.md +0 -0
- /package/{docs → dist/docs}/components/Title/examples/Title.md +0 -0
- /package/{docs → dist/docs}/components/ToggleGroup/examples/toggle-group.md +0 -0
- /package/{docs → dist/docs}/components/Toolbar/examples/Toolbar.css +0 -0
- /package/{docs → dist/docs}/components/Toolbar/examples/Toolbar.md +0 -0
- /package/{docs → dist/docs}/components/Tooltip/examples/Tooltip.css +0 -0
- /package/{docs → dist/docs}/components/Tooltip/examples/Tooltip.md +0 -0
- /package/{docs → dist/docs}/components/TreeView/examples/TreeView.md +0 -0
- /package/{docs → dist/docs}/components/Truncate/examples/Truncate.css +0 -0
- /package/{docs → dist/docs}/components/Wizard/examples/Wizard.css +0 -0
- /package/{docs → dist/docs}/components/Wizard/examples/Wizard.md +0 -0
- /package/{docs → dist/docs}/demos/AboutModal/examples/AboutModal.md +0 -0
- /package/{docs → dist/docs}/demos/Alert/examples/Alert.md +0 -0
- /package/{docs → dist/docs}/demos/BackToTop/examples/BackToTop.md +0 -0
- /package/{docs → dist/docs}/demos/Banner/examples/Banner.md +0 -0
- /package/{docs → dist/docs}/demos/Button/examples/Button.md +0 -0
- /package/{docs → dist/docs}/demos/Card/examples/Card.css +0 -0
- /package/{docs → dist/docs}/demos/CardView/examples/CardView.md +0 -0
- /package/{docs → dist/docs}/demos/Dashboard/examples/Dashboard.md +0 -0
- /package/{docs → dist/docs}/demos/DataList/examples/DataList.md +0 -0
- /package/{docs → dist/docs}/demos/Form/examples/BasicForms.md +0 -0
- /package/{docs → dist/docs}/demos/HelperText/examples/HelperText.md +0 -0
- /package/{docs → dist/docs}/demos/JumpLinks/examples/JumpLinks.md +0 -0
- /package/{docs → dist/docs}/demos/Masthead/examples/Masthead.md +0 -0
- /package/{docs → dist/docs}/demos/Modal/examples/Modal.md +0 -0
- /package/{docs → dist/docs}/demos/Nav/examples/Nav.md +0 -0
- /package/{docs → dist/docs}/demos/NotificationDrawer/examples/NotificationDrawer.md +0 -0
- /package/{docs → dist/docs}/demos/Page/examples/Page.css +0 -0
- /package/{docs → dist/docs}/demos/Page/examples/Page.md +0 -0
- /package/{docs → dist/docs}/demos/Panel/Panel.md +0 -0
- /package/{docs → dist/docs}/demos/PasswordGenerator/examples/PasswordGenerator.md +0 -0
- /package/{docs → dist/docs}/demos/PasswordStrength/examples/PasswordStrength.md +0 -0
- /package/{docs → dist/docs}/demos/Skeleton/examples/Skeleton.md +0 -0
- /package/{docs → dist/docs}/demos/Table/examples/Table.css +0 -0
- /package/{docs → dist/docs}/demos/Toolbar/examples/Toolbar.css +0 -0
- /package/{docs → dist/docs}/demos/Toolbar/examples/Toolbar.md +0 -0
- /package/{docs → dist/docs}/demos/Wizard/examples/Wizard.md +0 -0
- /package/{docs → dist/docs}/layouts/Bullseye/examples/Bullseye.css +0 -0
- /package/{docs → dist/docs}/layouts/Bullseye/examples/Bullseye.md +0 -0
- /package/{docs → dist/docs}/layouts/Flex/examples/Flex.css +0 -0
- /package/{docs → dist/docs}/layouts/Flex/examples/Flex.md +0 -0
- /package/{docs → dist/docs}/layouts/Gallery/examples/Gallery.css +0 -0
- /package/{docs → dist/docs}/layouts/Gallery/examples/Gallery.md +0 -0
- /package/{docs → dist/docs}/layouts/Grid/examples/Grid.css +0 -0
- /package/{docs → dist/docs}/layouts/Grid/examples/Grid.md +0 -0
- /package/{docs → dist/docs}/layouts/Level/examples/Level.css +0 -0
- /package/{docs → dist/docs}/layouts/Level/examples/Level.md +0 -0
- /package/{docs → dist/docs}/layouts/Split/examples/Split.css +0 -0
- /package/{docs → dist/docs}/layouts/Split/examples/Split.md +0 -0
- /package/{docs → dist/docs}/layouts/Stack/examples/Stack.css +0 -0
- /package/{docs → dist/docs}/layouts/Stack/examples/Stack.md +0 -0
- /package/{docs → dist/docs}/utilities/Accessibility/examples/Accessibility.md +0 -0
- /package/{docs → dist/docs}/utilities/Alignment/examples/Alignment.css +0 -0
- /package/{docs → dist/docs}/utilities/Alignment/examples/Alignment.md +0 -0
- /package/{docs → dist/docs}/utilities/BackgroundColor/examples/BackgroundColor.md +0 -0
- /package/{docs → dist/docs}/utilities/BoxShadow/examples/box-shadow.css +0 -0
- /package/{docs → dist/docs}/utilities/BoxShadow/examples/box-shadow.md +0 -0
- /package/{docs → dist/docs}/utilities/Display/examples/Display.css +0 -0
- /package/{docs → dist/docs}/utilities/Display/examples/Display.md +0 -0
- /package/{docs → dist/docs}/utilities/Flex/examples/Flex.css +0 -0
- /package/{docs → dist/docs}/utilities/Flex/examples/Flex.md +0 -0
- /package/{docs → dist/docs}/utilities/Float/examples/Float.css +0 -0
- /package/{docs → dist/docs}/utilities/Float/examples/Float.md +0 -0
- /package/{docs → dist/docs}/utilities/Sizing/examples/Sizing.css +0 -0
- /package/{docs → dist/docs}/utilities/Sizing/examples/Sizing.md +0 -0
- /package/{docs → dist/docs}/utilities/Spacing/examples/Spacing.css +0 -0
- /package/{docs → dist/docs}/utilities/Spacing/examples/Spacing.md +0 -0
- /package/{docs → dist/docs}/utilities/Text/examples/Text.md +0 -0
- /package/{icons → dist/icons}/pficons.mjs +0 -0
- /package/{layouts → dist/layouts}/Bullseye/bullseye.css +0 -0
- /package/{layouts → dist/layouts}/Bullseye/bullseye.scss +0 -0
- /package/{layouts → dist/layouts}/Flex/flex.css +0 -0
- /package/{layouts → dist/layouts}/Flex/flex.scss +0 -0
- /package/{layouts → dist/layouts}/Gallery/gallery.css +0 -0
- /package/{layouts → dist/layouts}/Gallery/gallery.scss +0 -0
- /package/{layouts → dist/layouts}/Grid/grid.css +0 -0
- /package/{layouts → dist/layouts}/Grid/grid.scss +0 -0
- /package/{layouts → dist/layouts}/Level/level.css +0 -0
- /package/{layouts → dist/layouts}/Level/level.scss +0 -0
- /package/{layouts → dist/layouts}/Split/split.css +0 -0
- /package/{layouts → dist/layouts}/Split/split.scss +0 -0
- /package/{layouts → dist/layouts}/Stack/stack.css +0 -0
- /package/{layouts → dist/layouts}/Stack/stack.scss +0 -0
- /package/{layouts → dist/layouts}/_index.css +0 -0
- /package/{layouts → dist/layouts}/_index.scss +0 -0
- /package/{patternfly-addons.css → dist/patternfly-addons.css} +0 -0
- /package/{patternfly-addons.scss → dist/patternfly-addons.scss} +0 -0
- /package/{patternfly-base-no-globals.css → dist/patternfly-base-no-globals.css} +0 -0
- /package/{patternfly-base-no-globals.scss → dist/patternfly-base-no-globals.scss} +0 -0
- /package/{patternfly-base.css → dist/patternfly-base.css} +0 -0
- /package/{patternfly-base.scss → dist/patternfly-base.scss} +0 -0
- /package/{patternfly-charts.css → dist/patternfly-charts.css} +0 -0
- /package/{patternfly-charts.scss → dist/patternfly-charts.scss} +0 -0
- /package/{patternfly-no-globals.scss → dist/patternfly-no-globals.scss} +0 -0
- /package/{patternfly.scss → dist/patternfly.scss} +0 -0
- /package/{sass-utilities → dist/sass-utilities}/_index.scss +0 -0
- /package/{sass-utilities → dist/sass-utilities}/functions.scss +0 -0
- /package/{sass-utilities → dist/sass-utilities}/init.scss +0 -0
- /package/{sass-utilities → dist/sass-utilities}/mixins.scss +0 -0
- /package/{sass-utilities → dist/sass-utilities}/namespaces-components.scss +0 -0
- /package/{sass-utilities → dist/sass-utilities}/namespaces-layouts.scss +0 -0
- /package/{sass-utilities → dist/sass-utilities}/scss-variables.scss +0 -0
- /package/{utilities → dist/utilities}/Accessibility/accessibility.css +0 -0
- /package/{utilities → dist/utilities}/Accessibility/accessibility.scss +0 -0
- /package/{utilities → dist/utilities}/Alignment/alignment.css +0 -0
- /package/{utilities → dist/utilities}/Alignment/alignment.scss +0 -0
- /package/{utilities → dist/utilities}/BackgroundColor/background-color.css +0 -0
- /package/{utilities → dist/utilities}/BackgroundColor/background-color.scss +0 -0
- /package/{utilities → dist/utilities}/BoxShadow/box-shadow.css +0 -0
- /package/{utilities → dist/utilities}/BoxShadow/box-shadow.scss +0 -0
- /package/{utilities → dist/utilities}/Display/display.css +0 -0
- /package/{utilities → dist/utilities}/Display/display.scss +0 -0
- /package/{utilities → dist/utilities}/Flex/flex.css +0 -0
- /package/{utilities → dist/utilities}/Flex/flex.scss +0 -0
- /package/{utilities → dist/utilities}/Float/float.css +0 -0
- /package/{utilities → dist/utilities}/Float/float.scss +0 -0
- /package/{utilities → dist/utilities}/Sizing/sizing.css +0 -0
- /package/{utilities → dist/utilities}/Sizing/sizing.scss +0 -0
- /package/{utilities → dist/utilities}/Spacing/spacing.css +0 -0
- /package/{utilities → dist/utilities}/Spacing/spacing.scss +0 -0
- /package/{utilities → dist/utilities}/Text/text.css +0 -0
- /package/{utilities → dist/utilities}/Text/text.scss +0 -0
- /package/{utilities → dist/utilities}/_index.css +0 -0
- /package/{utilities → dist/utilities}/_index.scss +0 -0
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: 'Truncate'
|
|
3
|
+
section: components
|
|
4
|
+
cssPrefix: pf-v6-c-truncate
|
|
5
|
+
---import './Truncate.css'
|
|
6
|
+
|
|
7
|
+
## Examples
|
|
8
|
+
|
|
9
|
+
### Notes
|
|
10
|
+
|
|
11
|
+
The truncate component contains two child elements, `.pf-v6-c-truncate__start` and `.pf-v6-c-truncate__end`. If both `start` and `end` are present within `.pf-v6-c-truncate`, trucation will occur in the middle of the string. If only `.pf-v6-c-truncate__start` is present, truncation will occur at the end of the string. If only `.pf-v6-c-truncate__end` is present, truncation will occur at the beginning of the string. A `.pf-v6-c-popover` will be automatically applied to the PatternFly React implementation. `‎` must be included at the end of string to denote the ending punctuation mark. Otherwise it will occur and the beggining of truncation for a `pf-v6-c-truncate__end` element.
|
|
12
|
+
|
|
13
|
+
### Default
|
|
14
|
+
|
|
15
|
+
```html
|
|
16
|
+
<div class="pf-v6-c-truncate--example">
|
|
17
|
+
<span class="pf-v6-c-truncate">
|
|
18
|
+
<span
|
|
19
|
+
class="pf-v6-c-truncate__start"
|
|
20
|
+
>Vestibulum interdum risus et enim faucibus, sit amet molestie est accumsan.</span>
|
|
21
|
+
</span>
|
|
22
|
+
</div>
|
|
23
|
+
|
|
24
|
+
```
|
|
25
|
+
|
|
26
|
+
### Middle
|
|
27
|
+
|
|
28
|
+
```html
|
|
29
|
+
<div class="pf-v6-c-truncate--example">
|
|
30
|
+
<span class="pf-v6-c-truncate">
|
|
31
|
+
<span
|
|
32
|
+
class="pf-v6-c-truncate__start"
|
|
33
|
+
>Vestibulum interdum risus et enim faucibus, </span>
|
|
34
|
+
<span class="pf-v6-c-truncate__end">sit amet molestie est accumsan.</span>
|
|
35
|
+
</span>
|
|
36
|
+
</div>
|
|
37
|
+
|
|
38
|
+
```
|
|
39
|
+
|
|
40
|
+
### Start
|
|
41
|
+
|
|
42
|
+
```html
|
|
43
|
+
<div class="pf-v6-c-truncate--example">
|
|
44
|
+
<span class="pf-v6-c-truncate">
|
|
45
|
+
<span
|
|
46
|
+
class="pf-v6-c-truncate__end"
|
|
47
|
+
>Vestibulum interdum risus et enim faucibus, sit amet molestie est accumsan.‎</span>
|
|
48
|
+
</span>
|
|
49
|
+
</div>
|
|
50
|
+
|
|
51
|
+
```
|
|
52
|
+
|
|
53
|
+
## Documentation
|
|
54
|
+
|
|
55
|
+
### Usage
|
|
56
|
+
|
|
57
|
+
| Class | Applied | Outcome |
|
|
58
|
+
| -- | -- | -- |
|
|
59
|
+
| `.pf-v6-c-truncate` | `<span>` | Initiates the truncate component. |
|
|
60
|
+
| `.pf-v6-c-truncate__start` | `<span>` | Defines the truncate component starting text. |
|
|
61
|
+
| `.pf-v6-c-truncate__end` | `<span>` | Defines the truncate component ending text. |
|
|
@@ -723,25 +723,6 @@ wrapperTag: div
|
|
|
723
723
|
<button
|
|
724
724
|
type="button"
|
|
725
725
|
class="pf-v6-c-tabs__link"
|
|
726
|
-
onclick="
|
|
727
|
-
event.preventDefault();
|
|
728
|
-
((e) => {
|
|
729
|
-
const el = this,
|
|
730
|
-
li = this.closest('li'),
|
|
731
|
-
ul = this.closest('ul'),
|
|
732
|
-
tabs = this.closest('.pf-v6-c-tabs'),
|
|
733
|
-
left = Math.round(li.offsetLeft),
|
|
734
|
-
top = Math.round(li.offsetTop),
|
|
735
|
-
width = Math.round(li.offsetWidth),
|
|
736
|
-
height = Math.round(li.offsetHeight);
|
|
737
|
-
|
|
738
|
-
ul.querySelectorAll('li').forEach(function(el) {
|
|
739
|
-
el.classList.remove('pf-m-current')});
|
|
740
|
-
li.classList.add('pf-m-current');
|
|
741
|
-
tabs.style.setProperty('--pf-v6-c-tabs--link-accent--start', left + 'px');
|
|
742
|
-
tabs.style.setProperty('--pf-v6-c-tabs--link-accent--length', width + 'px');
|
|
743
|
-
}
|
|
744
|
-
)()"
|
|
745
726
|
role="tab"
|
|
746
727
|
id="status-tabs-object-1-link"
|
|
747
728
|
>
|
|
@@ -752,25 +733,6 @@ wrapperTag: div
|
|
|
752
733
|
<button
|
|
753
734
|
type="button"
|
|
754
735
|
class="pf-v6-c-tabs__link"
|
|
755
|
-
onclick="
|
|
756
|
-
event.preventDefault();
|
|
757
|
-
((e) => {
|
|
758
|
-
const el = this,
|
|
759
|
-
li = this.closest('li'),
|
|
760
|
-
ul = this.closest('ul'),
|
|
761
|
-
tabs = this.closest('.pf-v6-c-tabs'),
|
|
762
|
-
left = Math.round(li.offsetLeft),
|
|
763
|
-
top = Math.round(li.offsetTop),
|
|
764
|
-
width = Math.round(li.offsetWidth),
|
|
765
|
-
height = Math.round(li.offsetHeight);
|
|
766
|
-
|
|
767
|
-
ul.querySelectorAll('li').forEach(function(el) {
|
|
768
|
-
el.classList.remove('pf-m-current')});
|
|
769
|
-
li.classList.add('pf-m-current');
|
|
770
|
-
tabs.style.setProperty('--pf-v6-c-tabs--link-accent--start', left + 'px');
|
|
771
|
-
tabs.style.setProperty('--pf-v6-c-tabs--link-accent--length', width + 'px');
|
|
772
|
-
}
|
|
773
|
-
)()"
|
|
774
736
|
role="tab"
|
|
775
737
|
id="status-tabs-object-2-link"
|
|
776
738
|
>
|
|
@@ -781,25 +743,6 @@ wrapperTag: div
|
|
|
781
743
|
<button
|
|
782
744
|
type="button"
|
|
783
745
|
class="pf-v6-c-tabs__link"
|
|
784
|
-
onclick="
|
|
785
|
-
event.preventDefault();
|
|
786
|
-
((e) => {
|
|
787
|
-
const el = this,
|
|
788
|
-
li = this.closest('li'),
|
|
789
|
-
ul = this.closest('ul'),
|
|
790
|
-
tabs = this.closest('.pf-v6-c-tabs'),
|
|
791
|
-
left = Math.round(li.offsetLeft),
|
|
792
|
-
top = Math.round(li.offsetTop),
|
|
793
|
-
width = Math.round(li.offsetWidth),
|
|
794
|
-
height = Math.round(li.offsetHeight);
|
|
795
|
-
|
|
796
|
-
ul.querySelectorAll('li').forEach(function(el) {
|
|
797
|
-
el.classList.remove('pf-m-current')});
|
|
798
|
-
li.classList.add('pf-m-current');
|
|
799
|
-
tabs.style.setProperty('--pf-v6-c-tabs--link-accent--start', left + 'px');
|
|
800
|
-
tabs.style.setProperty('--pf-v6-c-tabs--link-accent--length', width + 'px');
|
|
801
|
-
}
|
|
802
|
-
)()"
|
|
803
746
|
role="tab"
|
|
804
747
|
id="status-tabs-object-3-link"
|
|
805
748
|
>
|
|
@@ -736,25 +736,6 @@ cssPrefix: pf-d-description-list
|
|
|
736
736
|
<button
|
|
737
737
|
type="button"
|
|
738
738
|
class="pf-v6-c-tabs__link"
|
|
739
|
-
onclick="
|
|
740
|
-
event.preventDefault();
|
|
741
|
-
((e) => {
|
|
742
|
-
const el = this,
|
|
743
|
-
li = this.closest('li'),
|
|
744
|
-
ul = this.closest('ul'),
|
|
745
|
-
tabs = this.closest('.pf-v6-c-tabs'),
|
|
746
|
-
left = Math.round(li.offsetLeft),
|
|
747
|
-
top = Math.round(li.offsetTop),
|
|
748
|
-
width = Math.round(li.offsetWidth),
|
|
749
|
-
height = Math.round(li.offsetHeight);
|
|
750
|
-
|
|
751
|
-
ul.querySelectorAll('li').forEach(function(el) {
|
|
752
|
-
el.classList.remove('pf-m-current')});
|
|
753
|
-
li.classList.add('pf-m-current');
|
|
754
|
-
tabs.style.setProperty('--pf-v6-c-tabs--link-accent--start', left + 'px');
|
|
755
|
-
tabs.style.setProperty('--pf-v6-c-tabs--link-accent--length', width + 'px');
|
|
756
|
-
}
|
|
757
|
-
)()"
|
|
758
739
|
role="tab"
|
|
759
740
|
id="description-list-in-drawer-example-panel-tabs-tab1-link"
|
|
760
741
|
>
|
|
@@ -765,25 +746,6 @@ cssPrefix: pf-d-description-list
|
|
|
765
746
|
<button
|
|
766
747
|
type="button"
|
|
767
748
|
class="pf-v6-c-tabs__link"
|
|
768
|
-
onclick="
|
|
769
|
-
event.preventDefault();
|
|
770
|
-
((e) => {
|
|
771
|
-
const el = this,
|
|
772
|
-
li = this.closest('li'),
|
|
773
|
-
ul = this.closest('ul'),
|
|
774
|
-
tabs = this.closest('.pf-v6-c-tabs'),
|
|
775
|
-
left = Math.round(li.offsetLeft),
|
|
776
|
-
top = Math.round(li.offsetTop),
|
|
777
|
-
width = Math.round(li.offsetWidth),
|
|
778
|
-
height = Math.round(li.offsetHeight);
|
|
779
|
-
|
|
780
|
-
ul.querySelectorAll('li').forEach(function(el) {
|
|
781
|
-
el.classList.remove('pf-m-current')});
|
|
782
|
-
li.classList.add('pf-m-current');
|
|
783
|
-
tabs.style.setProperty('--pf-v6-c-tabs--link-accent--start', left + 'px');
|
|
784
|
-
tabs.style.setProperty('--pf-v6-c-tabs--link-accent--length', width + 'px');
|
|
785
|
-
}
|
|
786
|
-
)()"
|
|
787
749
|
role="tab"
|
|
788
750
|
id="description-list-in-drawer-example-panel-tabs-tab2-link"
|
|
789
751
|
>
|
|
@@ -369,25 +369,6 @@ wrapperTag: div
|
|
|
369
369
|
<button
|
|
370
370
|
type="button"
|
|
371
371
|
class="pf-v6-c-tabs__link"
|
|
372
|
-
onclick="
|
|
373
|
-
event.preventDefault();
|
|
374
|
-
((e) => {
|
|
375
|
-
const el = this,
|
|
376
|
-
li = this.closest('li'),
|
|
377
|
-
ul = this.closest('ul'),
|
|
378
|
-
tabs = this.closest('.pf-v6-c-tabs'),
|
|
379
|
-
left = Math.round(li.offsetLeft),
|
|
380
|
-
top = Math.round(li.offsetTop),
|
|
381
|
-
width = Math.round(li.offsetWidth),
|
|
382
|
-
height = Math.round(li.offsetHeight);
|
|
383
|
-
|
|
384
|
-
ul.querySelectorAll('li').forEach(function(el) {
|
|
385
|
-
el.classList.remove('pf-m-current')});
|
|
386
|
-
li.classList.add('pf-m-current');
|
|
387
|
-
tabs.style.setProperty('--pf-v6-c-tabs--link-accent--start', left + 'px');
|
|
388
|
-
tabs.style.setProperty('--pf-v6-c-tabs--link-accent--length', width + 'px');
|
|
389
|
-
}
|
|
390
|
-
)()"
|
|
391
372
|
role="tab"
|
|
392
373
|
id="drawer-collapsed-example-panel-tabs-tab1-link"
|
|
393
374
|
>
|
|
@@ -398,25 +379,6 @@ wrapperTag: div
|
|
|
398
379
|
<button
|
|
399
380
|
type="button"
|
|
400
381
|
class="pf-v6-c-tabs__link"
|
|
401
|
-
onclick="
|
|
402
|
-
event.preventDefault();
|
|
403
|
-
((e) => {
|
|
404
|
-
const el = this,
|
|
405
|
-
li = this.closest('li'),
|
|
406
|
-
ul = this.closest('ul'),
|
|
407
|
-
tabs = this.closest('.pf-v6-c-tabs'),
|
|
408
|
-
left = Math.round(li.offsetLeft),
|
|
409
|
-
top = Math.round(li.offsetTop),
|
|
410
|
-
width = Math.round(li.offsetWidth),
|
|
411
|
-
height = Math.round(li.offsetHeight);
|
|
412
|
-
|
|
413
|
-
ul.querySelectorAll('li').forEach(function(el) {
|
|
414
|
-
el.classList.remove('pf-m-current')});
|
|
415
|
-
li.classList.add('pf-m-current');
|
|
416
|
-
tabs.style.setProperty('--pf-v6-c-tabs--link-accent--start', left + 'px');
|
|
417
|
-
tabs.style.setProperty('--pf-v6-c-tabs--link-accent--length', width + 'px');
|
|
418
|
-
}
|
|
419
|
-
)()"
|
|
420
382
|
role="tab"
|
|
421
383
|
id="drawer-collapsed-example-panel-tabs-tab2-link"
|
|
422
384
|
>
|
|
@@ -1001,25 +1001,6 @@ wrapperTag: div
|
|
|
1001
1001
|
<button
|
|
1002
1002
|
type="button"
|
|
1003
1003
|
class="pf-v6-c-tabs__link"
|
|
1004
|
-
onclick="
|
|
1005
|
-
event.preventDefault();
|
|
1006
|
-
((e) => {
|
|
1007
|
-
const el = this,
|
|
1008
|
-
li = this.closest('li'),
|
|
1009
|
-
ul = this.closest('ul'),
|
|
1010
|
-
tabs = this.closest('.pf-v6-c-tabs'),
|
|
1011
|
-
left = Math.round(li.offsetLeft),
|
|
1012
|
-
top = Math.round(li.offsetTop),
|
|
1013
|
-
width = Math.round(li.offsetWidth),
|
|
1014
|
-
height = Math.round(li.offsetHeight);
|
|
1015
|
-
|
|
1016
|
-
ul.querySelectorAll('li').forEach(function(el) {
|
|
1017
|
-
el.classList.remove('pf-m-current')});
|
|
1018
|
-
li.classList.add('pf-m-current');
|
|
1019
|
-
tabs.style.setProperty('--pf-v6-c-tabs--link-accent--start', left + 'px');
|
|
1020
|
-
tabs.style.setProperty('--pf-v6-c-tabs--link-accent--length', width + 'px');
|
|
1021
|
-
}
|
|
1022
|
-
)()"
|
|
1023
1004
|
role="tab"
|
|
1024
1005
|
aria-controls="primary-detail-expanded-example-drawer-tabs-tab1-panel"
|
|
1025
1006
|
id="primary-detail-expanded-example-drawer-tabs-tab1-link"
|
|
@@ -1031,25 +1012,6 @@ wrapperTag: div
|
|
|
1031
1012
|
<button
|
|
1032
1013
|
type="button"
|
|
1033
1014
|
class="pf-v6-c-tabs__link"
|
|
1034
|
-
onclick="
|
|
1035
|
-
event.preventDefault();
|
|
1036
|
-
((e) => {
|
|
1037
|
-
const el = this,
|
|
1038
|
-
li = this.closest('li'),
|
|
1039
|
-
ul = this.closest('ul'),
|
|
1040
|
-
tabs = this.closest('.pf-v6-c-tabs'),
|
|
1041
|
-
left = Math.round(li.offsetLeft),
|
|
1042
|
-
top = Math.round(li.offsetTop),
|
|
1043
|
-
width = Math.round(li.offsetWidth),
|
|
1044
|
-
height = Math.round(li.offsetHeight);
|
|
1045
|
-
|
|
1046
|
-
ul.querySelectorAll('li').forEach(function(el) {
|
|
1047
|
-
el.classList.remove('pf-m-current')});
|
|
1048
|
-
li.classList.add('pf-m-current');
|
|
1049
|
-
tabs.style.setProperty('--pf-v6-c-tabs--link-accent--start', left + 'px');
|
|
1050
|
-
tabs.style.setProperty('--pf-v6-c-tabs--link-accent--length', width + 'px');
|
|
1051
|
-
}
|
|
1052
|
-
)()"
|
|
1053
1015
|
role="tab"
|
|
1054
1016
|
aria-controls="primary-detail-expanded-example-drawer-tabs-tab2-panel"
|
|
1055
1017
|
id="primary-detail-expanded-example-drawer-tabs-tab2-link"
|
|
@@ -6276,25 +6238,6 @@ wrapperTag: div
|
|
|
6276
6238
|
<button
|
|
6277
6239
|
type="button"
|
|
6278
6240
|
class="pf-v6-c-tabs__link"
|
|
6279
|
-
onclick="
|
|
6280
|
-
event.preventDefault();
|
|
6281
|
-
((e) => {
|
|
6282
|
-
const el = this,
|
|
6283
|
-
li = this.closest('li'),
|
|
6284
|
-
ul = this.closest('ul'),
|
|
6285
|
-
tabs = this.closest('.pf-v6-c-tabs'),
|
|
6286
|
-
left = Math.round(li.offsetLeft),
|
|
6287
|
-
top = Math.round(li.offsetTop),
|
|
6288
|
-
width = Math.round(li.offsetWidth),
|
|
6289
|
-
height = Math.round(li.offsetHeight);
|
|
6290
|
-
|
|
6291
|
-
ul.querySelectorAll('li').forEach(function(el) {
|
|
6292
|
-
el.classList.remove('pf-m-current')});
|
|
6293
|
-
li.classList.add('pf-m-current');
|
|
6294
|
-
tabs.style.setProperty('--pf-v6-c-tabs--link-accent--start', left + 'px');
|
|
6295
|
-
tabs.style.setProperty('--pf-v6-c-tabs--link-accent--length', width + 'px');
|
|
6296
|
-
}
|
|
6297
|
-
)()"
|
|
6298
6241
|
role="tab"
|
|
6299
6242
|
aria-controls="primary-detail-inline-modifier-example-drawer-tabs-tab1-panel"
|
|
6300
6243
|
id="primary-detail-inline-modifier-example-drawer-tabs-tab1-link"
|
|
@@ -6306,25 +6249,6 @@ wrapperTag: div
|
|
|
6306
6249
|
<button
|
|
6307
6250
|
type="button"
|
|
6308
6251
|
class="pf-v6-c-tabs__link"
|
|
6309
|
-
onclick="
|
|
6310
|
-
event.preventDefault();
|
|
6311
|
-
((e) => {
|
|
6312
|
-
const el = this,
|
|
6313
|
-
li = this.closest('li'),
|
|
6314
|
-
ul = this.closest('ul'),
|
|
6315
|
-
tabs = this.closest('.pf-v6-c-tabs'),
|
|
6316
|
-
left = Math.round(li.offsetLeft),
|
|
6317
|
-
top = Math.round(li.offsetTop),
|
|
6318
|
-
width = Math.round(li.offsetWidth),
|
|
6319
|
-
height = Math.round(li.offsetHeight);
|
|
6320
|
-
|
|
6321
|
-
ul.querySelectorAll('li').forEach(function(el) {
|
|
6322
|
-
el.classList.remove('pf-m-current')});
|
|
6323
|
-
li.classList.add('pf-m-current');
|
|
6324
|
-
tabs.style.setProperty('--pf-v6-c-tabs--link-accent--start', left + 'px');
|
|
6325
|
-
tabs.style.setProperty('--pf-v6-c-tabs--link-accent--length', width + 'px');
|
|
6326
|
-
}
|
|
6327
|
-
)()"
|
|
6328
6252
|
role="tab"
|
|
6329
6253
|
aria-controls="primary-detail-inline-modifier-example-drawer-tabs-tab2-panel"
|
|
6330
6254
|
id="primary-detail-inline-modifier-example-drawer-tabs-tab2-link"
|
|
@@ -2609,7 +2609,7 @@ wrapperTag: div
|
|
|
2609
2609
|
class="pf-v6-c-button pf-m-plain"
|
|
2610
2610
|
id="expandable-demo-table-expandable-toggle-thead"
|
|
2611
2611
|
type="button"
|
|
2612
|
-
aria-controls="expandable-demo-table-content-
|
|
2612
|
+
aria-controls="expandable-demo-table-content-thead"
|
|
2613
2613
|
aria-labelledby="expandable-demo-table-node-thead"
|
|
2614
2614
|
aria-label="Toggle all rows"
|
|
2615
2615
|
>
|
|
@@ -2790,7 +2790,7 @@ wrapperTag: div
|
|
|
2790
2790
|
class="pf-v6-c-table__td"
|
|
2791
2791
|
role="cell"
|
|
2792
2792
|
colspan="7"
|
|
2793
|
-
id="expandable-demo-table-
|
|
2793
|
+
id="expandable-demo-table-content1"
|
|
2794
2794
|
>
|
|
2795
2795
|
<div class="pf-v6-c-table__expandable-row-content">
|
|
2796
2796
|
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
|
|
@@ -2810,19 +2810,14 @@ wrapperTag: div
|
|
|
2810
2810
|
|
|
2811
2811
|
<tbody class="pf-v6-c-table__tbody pf-m-expanded" role="rowgroup">
|
|
2812
2812
|
<tr class="pf-v6-c-table__tr pf-m-expanded" role="row">
|
|
2813
|
-
<td
|
|
2814
|
-
class="pf-v6-c-table__td pf-v6-c-table__toggle"
|
|
2815
|
-
aria-label="Row expansion"
|
|
2816
|
-
>
|
|
2813
|
+
<td class="pf-v6-c-table__td pf-v6-c-table__toggle" role="cell">
|
|
2817
2814
|
<button
|
|
2818
2815
|
class="pf-v6-c-button pf-m-expanded pf-m-plain"
|
|
2819
|
-
id="expandable-demo-table-expandable-toggle-
|
|
2816
|
+
id="expandable-demo-table-expandable-toggle-3"
|
|
2820
2817
|
type="button"
|
|
2821
2818
|
aria-expanded="true"
|
|
2822
|
-
aria-
|
|
2823
|
-
aria-labelledby="expandable-demo-table-node-2"
|
|
2819
|
+
aria-labelledby="expandable-demo-table-node-3 expandable-demo-table-expandable-toggle-3"
|
|
2824
2820
|
aria-label="Toggle row"
|
|
2825
|
-
aria-describedby="true"
|
|
2826
2821
|
>
|
|
2827
2822
|
<span class="pf-v6-c-button__icon">
|
|
2828
2823
|
<div class="pf-v6-c-table__toggle-icon">
|
|
@@ -2831,7 +2826,6 @@ wrapperTag: div
|
|
|
2831
2826
|
</span>
|
|
2832
2827
|
</button>
|
|
2833
2828
|
</td>
|
|
2834
|
-
|
|
2835
2829
|
<td class="pf-v6-c-table__td pf-v6-c-table__check" role="cell">
|
|
2836
2830
|
<div class="pf-v6-c-check pf-m-standalone">
|
|
2837
2831
|
<input
|
|
@@ -2914,7 +2908,7 @@ wrapperTag: div
|
|
|
2914
2908
|
class="pf-v6-c-table__td"
|
|
2915
2909
|
role="cell"
|
|
2916
2910
|
colspan="5"
|
|
2917
|
-
id="expandable-demo-table-
|
|
2911
|
+
id="expandable-demo-table-content2"
|
|
2918
2912
|
>
|
|
2919
2913
|
<div class="pf-v6-c-table__expandable-row-content">
|
|
2920
2914
|
<div class="pf-v6-c-content">
|
|
@@ -2950,16 +2944,12 @@ wrapperTag: div
|
|
|
2950
2944
|
|
|
2951
2945
|
<tbody class="pf-v6-c-table__tbody" role="rowgroup">
|
|
2952
2946
|
<tr class="pf-v6-c-table__tr" role="row">
|
|
2953
|
-
<td
|
|
2954
|
-
class="pf-v6-c-table__td pf-v6-c-table__toggle"
|
|
2955
|
-
aria-label="Row expansion"
|
|
2956
|
-
>
|
|
2947
|
+
<td class="pf-v6-c-table__td pf-v6-c-table__toggle" role="cell">
|
|
2957
2948
|
<button
|
|
2958
2949
|
class="pf-v6-c-button pf-m-plain"
|
|
2959
|
-
id="expandable-demo-table-expandable-toggle-
|
|
2950
|
+
id="expandable-demo-table-expandable-toggle-5"
|
|
2960
2951
|
type="button"
|
|
2961
|
-
aria-
|
|
2962
|
-
aria-labelledby="expandable-demo-table-node-3"
|
|
2952
|
+
aria-labelledby="expandable-demo-table-node-5 expandable-demo-table-expandable-toggle-5"
|
|
2963
2953
|
aria-label="Toggle row"
|
|
2964
2954
|
>
|
|
2965
2955
|
<span class="pf-v6-c-button__icon">
|
|
@@ -2969,7 +2959,6 @@ wrapperTag: div
|
|
|
2969
2959
|
</span>
|
|
2970
2960
|
</button>
|
|
2971
2961
|
</td>
|
|
2972
|
-
|
|
2973
2962
|
<td class="pf-v6-c-table__td pf-v6-c-table__check" role="cell">
|
|
2974
2963
|
<div class="pf-v6-c-check pf-m-standalone">
|
|
2975
2964
|
<input
|
|
@@ -3046,7 +3035,7 @@ wrapperTag: div
|
|
|
3046
3035
|
class="pf-v6-c-table__td"
|
|
3047
3036
|
role="cell"
|
|
3048
3037
|
colspan="9"
|
|
3049
|
-
id="expandable-demo-table-
|
|
3038
|
+
id="expandable-demo-table-content3"
|
|
3050
3039
|
>
|
|
3051
3040
|
<div class="pf-v6-c-table__expandable-row-content">
|
|
3052
3041
|
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
|
|
@@ -3062,16 +3051,12 @@ wrapperTag: div
|
|
|
3062
3051
|
|
|
3063
3052
|
<tbody class="pf-v6-c-table__tbody" role="rowgroup">
|
|
3064
3053
|
<tr class="pf-v6-c-table__tr" role="row">
|
|
3065
|
-
<td
|
|
3066
|
-
class="pf-v6-c-table__td pf-v6-c-table__toggle"
|
|
3067
|
-
aria-label="Row expansion"
|
|
3068
|
-
>
|
|
3054
|
+
<td class="pf-v6-c-table__td pf-v6-c-table__toggle" role="cell">
|
|
3069
3055
|
<button
|
|
3070
3056
|
class="pf-v6-c-button pf-m-plain"
|
|
3071
|
-
id="expandable-demo-table-expandable-toggle-
|
|
3057
|
+
id="expandable-demo-table-expandable-toggle-7"
|
|
3072
3058
|
type="button"
|
|
3073
|
-
aria-
|
|
3074
|
-
aria-labelledby="expandable-demo-table-node-4"
|
|
3059
|
+
aria-labelledby="expandable-demo-table-node-7 expandable-demo-table-expandable-toggle-7"
|
|
3075
3060
|
aria-label="Toggle row"
|
|
3076
3061
|
>
|
|
3077
3062
|
<span class="pf-v6-c-button__icon">
|
|
@@ -3081,7 +3066,6 @@ wrapperTag: div
|
|
|
3081
3066
|
</span>
|
|
3082
3067
|
</button>
|
|
3083
3068
|
</td>
|
|
3084
|
-
|
|
3085
3069
|
<td class="pf-v6-c-table__td pf-v6-c-table__check" role="cell">
|
|
3086
3070
|
<div class="pf-v6-c-check pf-m-standalone">
|
|
3087
3071
|
<input
|
|
@@ -3158,7 +3142,7 @@ wrapperTag: div
|
|
|
3158
3142
|
class="pf-v6-c-table__td"
|
|
3159
3143
|
role="cell"
|
|
3160
3144
|
colspan="9"
|
|
3161
|
-
id="expandable-demo-table-
|
|
3145
|
+
id="expandable-demo-table-content4"
|
|
3162
3146
|
>
|
|
3163
3147
|
<div class="pf-v6-c-table__expandable-row-content">
|
|
3164
3148
|
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
|
|
@@ -3174,16 +3158,12 @@ wrapperTag: div
|
|
|
3174
3158
|
|
|
3175
3159
|
<tbody class="pf-v6-c-table__tbody" role="rowgroup">
|
|
3176
3160
|
<tr class="pf-v6-c-table__tr" role="row">
|
|
3177
|
-
<td
|
|
3178
|
-
class="pf-v6-c-table__td pf-v6-c-table__toggle"
|
|
3179
|
-
aria-label="Row expansion"
|
|
3180
|
-
>
|
|
3161
|
+
<td class="pf-v6-c-table__td pf-v6-c-table__toggle" role="cell">
|
|
3181
3162
|
<button
|
|
3182
3163
|
class="pf-v6-c-button pf-m-plain"
|
|
3183
|
-
id="expandable-demo-table-expandable-toggle-
|
|
3164
|
+
id="expandable-demo-table-expandable-toggle-9"
|
|
3184
3165
|
type="button"
|
|
3185
|
-
aria-
|
|
3186
|
-
aria-labelledby="expandable-demo-table-node-5"
|
|
3166
|
+
aria-labelledby="expandable-demo-table-node-9 expandable-demo-table-expandable-toggle-9"
|
|
3187
3167
|
aria-label="Toggle row"
|
|
3188
3168
|
>
|
|
3189
3169
|
<span class="pf-v6-c-button__icon">
|
|
@@ -3200,13 +3180,13 @@ wrapperTag: div
|
|
|
3200
3180
|
>
|
|
3201
3181
|
<label
|
|
3202
3182
|
class="pf-v6-c-check pf-m-standalone"
|
|
3203
|
-
for="expandable-demo-table-checkrow-
|
|
3183
|
+
for="expandable-demo-table-checkrow-9-check-input"
|
|
3204
3184
|
>
|
|
3205
3185
|
<input
|
|
3206
3186
|
class="pf-v6-c-check__input"
|
|
3207
3187
|
type="checkbox"
|
|
3208
|
-
id="expandable-demo-table-checkrow-
|
|
3209
|
-
name="expandable-demo-table-checkrow-
|
|
3188
|
+
id="expandable-demo-table-checkrow-9-check-input"
|
|
3189
|
+
name="expandable-demo-table-checkrow-9-check-input"
|
|
3210
3190
|
aria-label="Select row"
|
|
3211
3191
|
/>
|
|
3212
3192
|
</label>
|
|
@@ -3276,7 +3256,7 @@ wrapperTag: div
|
|
|
3276
3256
|
class="pf-v6-c-table__td"
|
|
3277
3257
|
role="cell"
|
|
3278
3258
|
colspan="9"
|
|
3279
|
-
id="expandable-demo-table-
|
|
3259
|
+
id="expandable-demo-table-content5"
|
|
3280
3260
|
>
|
|
3281
3261
|
<div class="pf-v6-c-table__expandable-row-content">
|
|
3282
3262
|
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
|