@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
|
@@ -276,25 +276,6 @@ section: components
|
|
|
276
276
|
<button
|
|
277
277
|
type="button"
|
|
278
278
|
class="pf-v6-c-tabs__link"
|
|
279
|
-
onclick="
|
|
280
|
-
event.preventDefault();
|
|
281
|
-
((e) => {
|
|
282
|
-
const el = this,
|
|
283
|
-
li = this.closest('li'),
|
|
284
|
-
ul = this.closest('ul'),
|
|
285
|
-
tabs = this.closest('.pf-v6-c-tabs'),
|
|
286
|
-
left = Math.round(li.offsetLeft),
|
|
287
|
-
top = Math.round(li.offsetTop),
|
|
288
|
-
width = Math.round(li.offsetWidth),
|
|
289
|
-
height = Math.round(li.offsetHeight);
|
|
290
|
-
|
|
291
|
-
ul.querySelectorAll('li').forEach(function(el) {
|
|
292
|
-
el.classList.remove('pf-m-current')});
|
|
293
|
-
li.classList.add('pf-m-current');
|
|
294
|
-
tabs.style.setProperty('--pf-v6-c-tabs--link-accent--start', left + 'px');
|
|
295
|
-
tabs.style.setProperty('--pf-v6-c-tabs--link-accent--length', width + 'px');
|
|
296
|
-
}
|
|
297
|
-
)()"
|
|
298
279
|
role="tab"
|
|
299
280
|
aria-controls="tabs-tables-and-tabs-example-tabs-details-panel"
|
|
300
281
|
id="tabs-tables-and-tabs-example-tabs-details-link"
|
|
@@ -306,25 +287,6 @@ section: components
|
|
|
306
287
|
<button
|
|
307
288
|
type="button"
|
|
308
289
|
class="pf-v6-c-tabs__link"
|
|
309
|
-
onclick="
|
|
310
|
-
event.preventDefault();
|
|
311
|
-
((e) => {
|
|
312
|
-
const el = this,
|
|
313
|
-
li = this.closest('li'),
|
|
314
|
-
ul = this.closest('ul'),
|
|
315
|
-
tabs = this.closest('.pf-v6-c-tabs'),
|
|
316
|
-
left = Math.round(li.offsetLeft),
|
|
317
|
-
top = Math.round(li.offsetTop),
|
|
318
|
-
width = Math.round(li.offsetWidth),
|
|
319
|
-
height = Math.round(li.offsetHeight);
|
|
320
|
-
|
|
321
|
-
ul.querySelectorAll('li').forEach(function(el) {
|
|
322
|
-
el.classList.remove('pf-m-current')});
|
|
323
|
-
li.classList.add('pf-m-current');
|
|
324
|
-
tabs.style.setProperty('--pf-v6-c-tabs--link-accent--start', left + 'px');
|
|
325
|
-
tabs.style.setProperty('--pf-v6-c-tabs--link-accent--length', width + 'px');
|
|
326
|
-
}
|
|
327
|
-
)()"
|
|
328
290
|
role="tab"
|
|
329
291
|
aria-controls="tabs-tables-and-tabs-example-tabs-yaml-panel"
|
|
330
292
|
id="tabs-tables-and-tabs-example-tabs-yaml-link"
|
|
@@ -336,25 +298,6 @@ section: components
|
|
|
336
298
|
<button
|
|
337
299
|
type="button"
|
|
338
300
|
class="pf-v6-c-tabs__link"
|
|
339
|
-
onclick="
|
|
340
|
-
event.preventDefault();
|
|
341
|
-
((e) => {
|
|
342
|
-
const el = this,
|
|
343
|
-
li = this.closest('li'),
|
|
344
|
-
ul = this.closest('ul'),
|
|
345
|
-
tabs = this.closest('.pf-v6-c-tabs'),
|
|
346
|
-
left = Math.round(li.offsetLeft),
|
|
347
|
-
top = Math.round(li.offsetTop),
|
|
348
|
-
width = Math.round(li.offsetWidth),
|
|
349
|
-
height = Math.round(li.offsetHeight);
|
|
350
|
-
|
|
351
|
-
ul.querySelectorAll('li').forEach(function(el) {
|
|
352
|
-
el.classList.remove('pf-m-current')});
|
|
353
|
-
li.classList.add('pf-m-current');
|
|
354
|
-
tabs.style.setProperty('--pf-v6-c-tabs--link-accent--start', left + 'px');
|
|
355
|
-
tabs.style.setProperty('--pf-v6-c-tabs--link-accent--length', width + 'px');
|
|
356
|
-
}
|
|
357
|
-
)()"
|
|
358
301
|
role="tab"
|
|
359
302
|
aria-controls="tabs-tables-and-tabs-example-tabs-environment-panel"
|
|
360
303
|
id="tabs-tables-and-tabs-example-tabs-environment-link"
|
|
@@ -366,25 +309,6 @@ section: components
|
|
|
366
309
|
<button
|
|
367
310
|
type="button"
|
|
368
311
|
class="pf-v6-c-tabs__link"
|
|
369
|
-
onclick="
|
|
370
|
-
event.preventDefault();
|
|
371
|
-
((e) => {
|
|
372
|
-
const el = this,
|
|
373
|
-
li = this.closest('li'),
|
|
374
|
-
ul = this.closest('ul'),
|
|
375
|
-
tabs = this.closest('.pf-v6-c-tabs'),
|
|
376
|
-
left = Math.round(li.offsetLeft),
|
|
377
|
-
top = Math.round(li.offsetTop),
|
|
378
|
-
width = Math.round(li.offsetWidth),
|
|
379
|
-
height = Math.round(li.offsetHeight);
|
|
380
|
-
|
|
381
|
-
ul.querySelectorAll('li').forEach(function(el) {
|
|
382
|
-
el.classList.remove('pf-m-current')});
|
|
383
|
-
li.classList.add('pf-m-current');
|
|
384
|
-
tabs.style.setProperty('--pf-v6-c-tabs--link-accent--start', left + 'px');
|
|
385
|
-
tabs.style.setProperty('--pf-v6-c-tabs--link-accent--length', width + 'px');
|
|
386
|
-
}
|
|
387
|
-
)()"
|
|
388
312
|
role="tab"
|
|
389
313
|
aria-controls="tabs-tables-and-tabs-example-tabs-logs-panel"
|
|
390
314
|
id="tabs-tables-and-tabs-example-tabs-logs-link"
|
|
@@ -396,25 +320,6 @@ section: components
|
|
|
396
320
|
<button
|
|
397
321
|
type="button"
|
|
398
322
|
class="pf-v6-c-tabs__link"
|
|
399
|
-
onclick="
|
|
400
|
-
event.preventDefault();
|
|
401
|
-
((e) => {
|
|
402
|
-
const el = this,
|
|
403
|
-
li = this.closest('li'),
|
|
404
|
-
ul = this.closest('ul'),
|
|
405
|
-
tabs = this.closest('.pf-v6-c-tabs'),
|
|
406
|
-
left = Math.round(li.offsetLeft),
|
|
407
|
-
top = Math.round(li.offsetTop),
|
|
408
|
-
width = Math.round(li.offsetWidth),
|
|
409
|
-
height = Math.round(li.offsetHeight);
|
|
410
|
-
|
|
411
|
-
ul.querySelectorAll('li').forEach(function(el) {
|
|
412
|
-
el.classList.remove('pf-m-current')});
|
|
413
|
-
li.classList.add('pf-m-current');
|
|
414
|
-
tabs.style.setProperty('--pf-v6-c-tabs--link-accent--start', left + 'px');
|
|
415
|
-
tabs.style.setProperty('--pf-v6-c-tabs--link-accent--length', width + 'px');
|
|
416
|
-
}
|
|
417
|
-
)()"
|
|
418
323
|
role="tab"
|
|
419
324
|
aria-controls="tabs-tables-and-tabs-example-tabs-events-panel"
|
|
420
325
|
id="tabs-tables-and-tabs-example-tabs-events-link"
|
|
@@ -426,25 +331,6 @@ section: components
|
|
|
426
331
|
<button
|
|
427
332
|
type="button"
|
|
428
333
|
class="pf-v6-c-tabs__link"
|
|
429
|
-
onclick="
|
|
430
|
-
event.preventDefault();
|
|
431
|
-
((e) => {
|
|
432
|
-
const el = this,
|
|
433
|
-
li = this.closest('li'),
|
|
434
|
-
ul = this.closest('ul'),
|
|
435
|
-
tabs = this.closest('.pf-v6-c-tabs'),
|
|
436
|
-
left = Math.round(li.offsetLeft),
|
|
437
|
-
top = Math.round(li.offsetTop),
|
|
438
|
-
width = Math.round(li.offsetWidth),
|
|
439
|
-
height = Math.round(li.offsetHeight);
|
|
440
|
-
|
|
441
|
-
ul.querySelectorAll('li').forEach(function(el) {
|
|
442
|
-
el.classList.remove('pf-m-current')});
|
|
443
|
-
li.classList.add('pf-m-current');
|
|
444
|
-
tabs.style.setProperty('--pf-v6-c-tabs--link-accent--start', left + 'px');
|
|
445
|
-
tabs.style.setProperty('--pf-v6-c-tabs--link-accent--length', width + 'px');
|
|
446
|
-
}
|
|
447
|
-
)()"
|
|
448
334
|
role="tab"
|
|
449
335
|
aria-controls="tabs-tables-and-tabs-example-tabs-terminal-panel"
|
|
450
336
|
id="tabs-tables-and-tabs-example-tabs-terminal-link"
|
|
@@ -955,25 +841,6 @@ section: components
|
|
|
955
841
|
<button
|
|
956
842
|
type="button"
|
|
957
843
|
class="pf-v6-c-tabs__link"
|
|
958
|
-
onclick="
|
|
959
|
-
event.preventDefault();
|
|
960
|
-
((e) => {
|
|
961
|
-
const el = this,
|
|
962
|
-
li = this.closest('li'),
|
|
963
|
-
ul = this.closest('ul'),
|
|
964
|
-
tabs = this.closest('.pf-v6-c-tabs'),
|
|
965
|
-
left = Math.round(li.offsetLeft),
|
|
966
|
-
top = Math.round(li.offsetTop),
|
|
967
|
-
width = Math.round(li.offsetWidth),
|
|
968
|
-
height = Math.round(li.offsetHeight);
|
|
969
|
-
|
|
970
|
-
ul.querySelectorAll('li').forEach(function(el) {
|
|
971
|
-
el.classList.remove('pf-m-current')});
|
|
972
|
-
li.classList.add('pf-m-current');
|
|
973
|
-
tabs.style.setProperty('--pf-v6-c-tabs--link-accent--start', left + 'px');
|
|
974
|
-
tabs.style.setProperty('--pf-v6-c-tabs--link-accent--length', width + 'px');
|
|
975
|
-
}
|
|
976
|
-
)()"
|
|
977
844
|
role="tab"
|
|
978
845
|
aria-controls="tabs-tables-and-tabs-example-tabs-details-panel"
|
|
979
846
|
id="tabs-tables-and-tabs-example-tabs-details-link"
|
|
@@ -985,25 +852,6 @@ section: components
|
|
|
985
852
|
<button
|
|
986
853
|
type="button"
|
|
987
854
|
class="pf-v6-c-tabs__link"
|
|
988
|
-
onclick="
|
|
989
|
-
event.preventDefault();
|
|
990
|
-
((e) => {
|
|
991
|
-
const el = this,
|
|
992
|
-
li = this.closest('li'),
|
|
993
|
-
ul = this.closest('ul'),
|
|
994
|
-
tabs = this.closest('.pf-v6-c-tabs'),
|
|
995
|
-
left = Math.round(li.offsetLeft),
|
|
996
|
-
top = Math.round(li.offsetTop),
|
|
997
|
-
width = Math.round(li.offsetWidth),
|
|
998
|
-
height = Math.round(li.offsetHeight);
|
|
999
|
-
|
|
1000
|
-
ul.querySelectorAll('li').forEach(function(el) {
|
|
1001
|
-
el.classList.remove('pf-m-current')});
|
|
1002
|
-
li.classList.add('pf-m-current');
|
|
1003
|
-
tabs.style.setProperty('--pf-v6-c-tabs--link-accent--start', left + 'px');
|
|
1004
|
-
tabs.style.setProperty('--pf-v6-c-tabs--link-accent--length', width + 'px');
|
|
1005
|
-
}
|
|
1006
|
-
)()"
|
|
1007
855
|
role="tab"
|
|
1008
856
|
aria-controls="tabs-tables-and-tabs-example-tabs-yaml-panel"
|
|
1009
857
|
id="tabs-tables-and-tabs-example-tabs-yaml-link"
|
|
@@ -1015,25 +863,6 @@ section: components
|
|
|
1015
863
|
<button
|
|
1016
864
|
type="button"
|
|
1017
865
|
class="pf-v6-c-tabs__link"
|
|
1018
|
-
onclick="
|
|
1019
|
-
event.preventDefault();
|
|
1020
|
-
((e) => {
|
|
1021
|
-
const el = this,
|
|
1022
|
-
li = this.closest('li'),
|
|
1023
|
-
ul = this.closest('ul'),
|
|
1024
|
-
tabs = this.closest('.pf-v6-c-tabs'),
|
|
1025
|
-
left = Math.round(li.offsetLeft),
|
|
1026
|
-
top = Math.round(li.offsetTop),
|
|
1027
|
-
width = Math.round(li.offsetWidth),
|
|
1028
|
-
height = Math.round(li.offsetHeight);
|
|
1029
|
-
|
|
1030
|
-
ul.querySelectorAll('li').forEach(function(el) {
|
|
1031
|
-
el.classList.remove('pf-m-current')});
|
|
1032
|
-
li.classList.add('pf-m-current');
|
|
1033
|
-
tabs.style.setProperty('--pf-v6-c-tabs--link-accent--start', left + 'px');
|
|
1034
|
-
tabs.style.setProperty('--pf-v6-c-tabs--link-accent--length', width + 'px');
|
|
1035
|
-
}
|
|
1036
|
-
)()"
|
|
1037
866
|
role="tab"
|
|
1038
867
|
aria-controls="tabs-tables-and-tabs-example-tabs-environment-panel"
|
|
1039
868
|
id="tabs-tables-and-tabs-example-tabs-environment-link"
|
|
@@ -1045,25 +874,6 @@ section: components
|
|
|
1045
874
|
<button
|
|
1046
875
|
type="button"
|
|
1047
876
|
class="pf-v6-c-tabs__link"
|
|
1048
|
-
onclick="
|
|
1049
|
-
event.preventDefault();
|
|
1050
|
-
((e) => {
|
|
1051
|
-
const el = this,
|
|
1052
|
-
li = this.closest('li'),
|
|
1053
|
-
ul = this.closest('ul'),
|
|
1054
|
-
tabs = this.closest('.pf-v6-c-tabs'),
|
|
1055
|
-
left = Math.round(li.offsetLeft),
|
|
1056
|
-
top = Math.round(li.offsetTop),
|
|
1057
|
-
width = Math.round(li.offsetWidth),
|
|
1058
|
-
height = Math.round(li.offsetHeight);
|
|
1059
|
-
|
|
1060
|
-
ul.querySelectorAll('li').forEach(function(el) {
|
|
1061
|
-
el.classList.remove('pf-m-current')});
|
|
1062
|
-
li.classList.add('pf-m-current');
|
|
1063
|
-
tabs.style.setProperty('--pf-v6-c-tabs--link-accent--start', left + 'px');
|
|
1064
|
-
tabs.style.setProperty('--pf-v6-c-tabs--link-accent--length', width + 'px');
|
|
1065
|
-
}
|
|
1066
|
-
)()"
|
|
1067
877
|
role="tab"
|
|
1068
878
|
aria-controls="tabs-tables-and-tabs-example-tabs-logs-panel"
|
|
1069
879
|
id="tabs-tables-and-tabs-example-tabs-logs-link"
|
|
@@ -1075,25 +885,6 @@ section: components
|
|
|
1075
885
|
<button
|
|
1076
886
|
type="button"
|
|
1077
887
|
class="pf-v6-c-tabs__link"
|
|
1078
|
-
onclick="
|
|
1079
|
-
event.preventDefault();
|
|
1080
|
-
((e) => {
|
|
1081
|
-
const el = this,
|
|
1082
|
-
li = this.closest('li'),
|
|
1083
|
-
ul = this.closest('ul'),
|
|
1084
|
-
tabs = this.closest('.pf-v6-c-tabs'),
|
|
1085
|
-
left = Math.round(li.offsetLeft),
|
|
1086
|
-
top = Math.round(li.offsetTop),
|
|
1087
|
-
width = Math.round(li.offsetWidth),
|
|
1088
|
-
height = Math.round(li.offsetHeight);
|
|
1089
|
-
|
|
1090
|
-
ul.querySelectorAll('li').forEach(function(el) {
|
|
1091
|
-
el.classList.remove('pf-m-current')});
|
|
1092
|
-
li.classList.add('pf-m-current');
|
|
1093
|
-
tabs.style.setProperty('--pf-v6-c-tabs--link-accent--start', left + 'px');
|
|
1094
|
-
tabs.style.setProperty('--pf-v6-c-tabs--link-accent--length', width + 'px');
|
|
1095
|
-
}
|
|
1096
|
-
)()"
|
|
1097
888
|
role="tab"
|
|
1098
889
|
aria-controls="tabs-tables-and-tabs-example-tabs-events-panel"
|
|
1099
890
|
id="tabs-tables-and-tabs-example-tabs-events-link"
|
|
@@ -1105,25 +896,6 @@ section: components
|
|
|
1105
896
|
<button
|
|
1106
897
|
type="button"
|
|
1107
898
|
class="pf-v6-c-tabs__link"
|
|
1108
|
-
onclick="
|
|
1109
|
-
event.preventDefault();
|
|
1110
|
-
((e) => {
|
|
1111
|
-
const el = this,
|
|
1112
|
-
li = this.closest('li'),
|
|
1113
|
-
ul = this.closest('ul'),
|
|
1114
|
-
tabs = this.closest('.pf-v6-c-tabs'),
|
|
1115
|
-
left = Math.round(li.offsetLeft),
|
|
1116
|
-
top = Math.round(li.offsetTop),
|
|
1117
|
-
width = Math.round(li.offsetWidth),
|
|
1118
|
-
height = Math.round(li.offsetHeight);
|
|
1119
|
-
|
|
1120
|
-
ul.querySelectorAll('li').forEach(function(el) {
|
|
1121
|
-
el.classList.remove('pf-m-current')});
|
|
1122
|
-
li.classList.add('pf-m-current');
|
|
1123
|
-
tabs.style.setProperty('--pf-v6-c-tabs--link-accent--start', left + 'px');
|
|
1124
|
-
tabs.style.setProperty('--pf-v6-c-tabs--link-accent--length', width + 'px');
|
|
1125
|
-
}
|
|
1126
|
-
)()"
|
|
1127
899
|
role="tab"
|
|
1128
900
|
aria-controls="tabs-tables-and-tabs-example-tabs-terminal-panel"
|
|
1129
901
|
id="tabs-tables-and-tabs-example-tabs-terminal-link"
|
|
@@ -1147,25 +919,6 @@ section: components
|
|
|
1147
919
|
<button
|
|
1148
920
|
type="button"
|
|
1149
921
|
class="pf-v6-c-tabs__link"
|
|
1150
|
-
onclick="
|
|
1151
|
-
event.preventDefault();
|
|
1152
|
-
((e) => {
|
|
1153
|
-
const el = this,
|
|
1154
|
-
li = this.closest('li'),
|
|
1155
|
-
ul = this.closest('ul'),
|
|
1156
|
-
tabs = this.closest('.pf-v6-c-tabs'),
|
|
1157
|
-
left = Math.round(li.offsetLeft),
|
|
1158
|
-
top = Math.round(li.offsetTop),
|
|
1159
|
-
width = Math.round(li.offsetWidth),
|
|
1160
|
-
height = Math.round(li.offsetHeight);
|
|
1161
|
-
|
|
1162
|
-
ul.querySelectorAll('li').forEach(function(el) {
|
|
1163
|
-
el.classList.remove('pf-m-current')});
|
|
1164
|
-
li.classList.add('pf-m-current');
|
|
1165
|
-
tabs.style.setProperty('--pf-v6-c-tabs--link-accent--start', left + 'px');
|
|
1166
|
-
tabs.style.setProperty('--pf-v6-c-tabs--link-accent--length', width + 'px');
|
|
1167
|
-
}
|
|
1168
|
-
)()"
|
|
1169
922
|
role="tab"
|
|
1170
923
|
aria-controls="tabs-tables-and-tabs-example-tabs-secondary-pod-info-panel"
|
|
1171
924
|
id="tabs-tables-and-tabs-example-tabs-secondary-pod-info-link"
|
|
@@ -1177,25 +930,6 @@ section: components
|
|
|
1177
930
|
<button
|
|
1178
931
|
type="button"
|
|
1179
932
|
class="pf-v6-c-tabs__link"
|
|
1180
|
-
onclick="
|
|
1181
|
-
event.preventDefault();
|
|
1182
|
-
((e) => {
|
|
1183
|
-
const el = this,
|
|
1184
|
-
li = this.closest('li'),
|
|
1185
|
-
ul = this.closest('ul'),
|
|
1186
|
-
tabs = this.closest('.pf-v6-c-tabs'),
|
|
1187
|
-
left = Math.round(li.offsetLeft),
|
|
1188
|
-
top = Math.round(li.offsetTop),
|
|
1189
|
-
width = Math.round(li.offsetWidth),
|
|
1190
|
-
height = Math.round(li.offsetHeight);
|
|
1191
|
-
|
|
1192
|
-
ul.querySelectorAll('li').forEach(function(el) {
|
|
1193
|
-
el.classList.remove('pf-m-current')});
|
|
1194
|
-
li.classList.add('pf-m-current');
|
|
1195
|
-
tabs.style.setProperty('--pf-v6-c-tabs--link-accent--start', left + 'px');
|
|
1196
|
-
tabs.style.setProperty('--pf-v6-c-tabs--link-accent--length', width + 'px');
|
|
1197
|
-
}
|
|
1198
|
-
)()"
|
|
1199
933
|
role="tab"
|
|
1200
934
|
aria-controls="tabs-tables-and-tabs-example-tabs-secondary-editable-aspects-panel"
|
|
1201
935
|
id="tabs-tables-and-tabs-example-tabs-secondary-editable-aspects-link"
|
|
@@ -1674,25 +1408,6 @@ section: components
|
|
|
1674
1408
|
<button
|
|
1675
1409
|
type="button"
|
|
1676
1410
|
class="pf-v6-c-tabs__link"
|
|
1677
|
-
onclick="
|
|
1678
|
-
event.preventDefault();
|
|
1679
|
-
((e) => {
|
|
1680
|
-
const el = this,
|
|
1681
|
-
li = this.closest('li'),
|
|
1682
|
-
ul = this.closest('ul'),
|
|
1683
|
-
tabs = this.closest('.pf-v6-c-tabs'),
|
|
1684
|
-
left = Math.round(li.offsetLeft),
|
|
1685
|
-
top = Math.round(li.offsetTop),
|
|
1686
|
-
width = Math.round(li.offsetWidth),
|
|
1687
|
-
height = Math.round(li.offsetHeight);
|
|
1688
|
-
|
|
1689
|
-
ul.querySelectorAll('li').forEach(function(el) {
|
|
1690
|
-
el.classList.remove('pf-m-current')});
|
|
1691
|
-
li.classList.add('pf-m-current');
|
|
1692
|
-
tabs.style.setProperty('--pf-v6-c-tabs--link-accent--start', left + 'px');
|
|
1693
|
-
tabs.style.setProperty('--pf-v6-c-tabs--link-accent--length', width + 'px');
|
|
1694
|
-
}
|
|
1695
|
-
)()"
|
|
1696
1411
|
role="tab"
|
|
1697
1412
|
aria-controls="nested-tabs-example-tabs-tabs-cluster-1-panel"
|
|
1698
1413
|
id="nested-tabs-example-tabs-tabs-cluster-1-link"
|
|
@@ -1704,25 +1419,6 @@ section: components
|
|
|
1704
1419
|
<button
|
|
1705
1420
|
type="button"
|
|
1706
1421
|
class="pf-v6-c-tabs__link"
|
|
1707
|
-
onclick="
|
|
1708
|
-
event.preventDefault();
|
|
1709
|
-
((e) => {
|
|
1710
|
-
const el = this,
|
|
1711
|
-
li = this.closest('li'),
|
|
1712
|
-
ul = this.closest('ul'),
|
|
1713
|
-
tabs = this.closest('.pf-v6-c-tabs'),
|
|
1714
|
-
left = Math.round(li.offsetLeft),
|
|
1715
|
-
top = Math.round(li.offsetTop),
|
|
1716
|
-
width = Math.round(li.offsetWidth),
|
|
1717
|
-
height = Math.round(li.offsetHeight);
|
|
1718
|
-
|
|
1719
|
-
ul.querySelectorAll('li').forEach(function(el) {
|
|
1720
|
-
el.classList.remove('pf-m-current')});
|
|
1721
|
-
li.classList.add('pf-m-current');
|
|
1722
|
-
tabs.style.setProperty('--pf-v6-c-tabs--link-accent--start', left + 'px');
|
|
1723
|
-
tabs.style.setProperty('--pf-v6-c-tabs--link-accent--length', width + 'px');
|
|
1724
|
-
}
|
|
1725
|
-
)()"
|
|
1726
1422
|
role="tab"
|
|
1727
1423
|
aria-controls="nested-tabs-example-tabs-tabs-cluster-2-panel"
|
|
1728
1424
|
id="nested-tabs-example-tabs-tabs-cluster-2-link"
|
|
@@ -1768,25 +1464,6 @@ section: components
|
|
|
1768
1464
|
<button
|
|
1769
1465
|
type="button"
|
|
1770
1466
|
class="pf-v6-c-tabs__link"
|
|
1771
|
-
onclick="
|
|
1772
|
-
event.preventDefault();
|
|
1773
|
-
((e) => {
|
|
1774
|
-
const el = this,
|
|
1775
|
-
li = this.closest('li'),
|
|
1776
|
-
ul = this.closest('ul'),
|
|
1777
|
-
tabs = this.closest('.pf-v6-c-tabs'),
|
|
1778
|
-
left = Math.round(li.offsetLeft),
|
|
1779
|
-
top = Math.round(li.offsetTop),
|
|
1780
|
-
width = Math.round(li.offsetWidth),
|
|
1781
|
-
height = Math.round(li.offsetHeight);
|
|
1782
|
-
|
|
1783
|
-
ul.querySelectorAll('li').forEach(function(el) {
|
|
1784
|
-
el.classList.remove('pf-m-current')});
|
|
1785
|
-
li.classList.add('pf-m-current');
|
|
1786
|
-
tabs.style.setProperty('--pf-v6-c-tabs--link-accent--start', left + 'px');
|
|
1787
|
-
tabs.style.setProperty('--pf-v6-c-tabs--link-accent--length', width + 'px');
|
|
1788
|
-
}
|
|
1789
|
-
)()"
|
|
1790
1467
|
role="tab"
|
|
1791
1468
|
aria-controls="nested-tabs-example-tabs-tabs-subtabs-cluster-panel"
|
|
1792
1469
|
id="nested-tabs-example-tabs-tabs-subtabs-cluster-link"
|
|
@@ -1801,25 +1478,6 @@ section: components
|
|
|
1801
1478
|
<button
|
|
1802
1479
|
type="button"
|
|
1803
1480
|
class="pf-v6-c-tabs__link"
|
|
1804
|
-
onclick="
|
|
1805
|
-
event.preventDefault();
|
|
1806
|
-
((e) => {
|
|
1807
|
-
const el = this,
|
|
1808
|
-
li = this.closest('li'),
|
|
1809
|
-
ul = this.closest('ul'),
|
|
1810
|
-
tabs = this.closest('.pf-v6-c-tabs'),
|
|
1811
|
-
left = Math.round(li.offsetLeft),
|
|
1812
|
-
top = Math.round(li.offsetTop),
|
|
1813
|
-
width = Math.round(li.offsetWidth),
|
|
1814
|
-
height = Math.round(li.offsetHeight);
|
|
1815
|
-
|
|
1816
|
-
ul.querySelectorAll('li').forEach(function(el) {
|
|
1817
|
-
el.classList.remove('pf-m-current')});
|
|
1818
|
-
li.classList.add('pf-m-current');
|
|
1819
|
-
tabs.style.setProperty('--pf-v6-c-tabs--link-accent--start', left + 'px');
|
|
1820
|
-
tabs.style.setProperty('--pf-v6-c-tabs--link-accent--length', width + 'px');
|
|
1821
|
-
}
|
|
1822
|
-
)()"
|
|
1823
1481
|
role="tab"
|
|
1824
1482
|
aria-controls="nested-tabs-example-tabs-tabs-subtabs-control-plane-panel"
|
|
1825
1483
|
id="nested-tabs-example-tabs-tabs-subtabs-control-plane-link"
|
|
@@ -1836,25 +1494,6 @@ section: components
|
|
|
1836
1494
|
<button
|
|
1837
1495
|
type="button"
|
|
1838
1496
|
class="pf-v6-c-tabs__link"
|
|
1839
|
-
onclick="
|
|
1840
|
-
event.preventDefault();
|
|
1841
|
-
((e) => {
|
|
1842
|
-
const el = this,
|
|
1843
|
-
li = this.closest('li'),
|
|
1844
|
-
ul = this.closest('ul'),
|
|
1845
|
-
tabs = this.closest('.pf-v6-c-tabs'),
|
|
1846
|
-
left = Math.round(li.offsetLeft),
|
|
1847
|
-
top = Math.round(li.offsetTop),
|
|
1848
|
-
width = Math.round(li.offsetWidth),
|
|
1849
|
-
height = Math.round(li.offsetHeight);
|
|
1850
|
-
|
|
1851
|
-
ul.querySelectorAll('li').forEach(function(el) {
|
|
1852
|
-
el.classList.remove('pf-m-current')});
|
|
1853
|
-
li.classList.add('pf-m-current');
|
|
1854
|
-
tabs.style.setProperty('--pf-v6-c-tabs--link-accent--start', left + 'px');
|
|
1855
|
-
tabs.style.setProperty('--pf-v6-c-tabs--link-accent--length', width + 'px');
|
|
1856
|
-
}
|
|
1857
|
-
)()"
|
|
1858
1497
|
role="tab"
|
|
1859
1498
|
aria-controls="nested-tabs-example-tabs-tabs-subtabs-operators-panel"
|
|
1860
1499
|
id="nested-tabs-example-tabs-tabs-subtabs-operators-link"
|
|
@@ -1871,25 +1510,6 @@ section: components
|
|
|
1871
1510
|
<button
|
|
1872
1511
|
type="button"
|
|
1873
1512
|
class="pf-v6-c-tabs__link"
|
|
1874
|
-
onclick="
|
|
1875
|
-
event.preventDefault();
|
|
1876
|
-
((e) => {
|
|
1877
|
-
const el = this,
|
|
1878
|
-
li = this.closest('li'),
|
|
1879
|
-
ul = this.closest('ul'),
|
|
1880
|
-
tabs = this.closest('.pf-v6-c-tabs'),
|
|
1881
|
-
left = Math.round(li.offsetLeft),
|
|
1882
|
-
top = Math.round(li.offsetTop),
|
|
1883
|
-
width = Math.round(li.offsetWidth),
|
|
1884
|
-
height = Math.round(li.offsetHeight);
|
|
1885
|
-
|
|
1886
|
-
ul.querySelectorAll('li').forEach(function(el) {
|
|
1887
|
-
el.classList.remove('pf-m-current')});
|
|
1888
|
-
li.classList.add('pf-m-current');
|
|
1889
|
-
tabs.style.setProperty('--pf-v6-c-tabs--link-accent--start', left + 'px');
|
|
1890
|
-
tabs.style.setProperty('--pf-v6-c-tabs--link-accent--length', width + 'px');
|
|
1891
|
-
}
|
|
1892
|
-
)()"
|
|
1893
1513
|
role="tab"
|
|
1894
1514
|
aria-controls="nested-tabs-example-tabs-tabs-subtabs-virtualization-panel"
|
|
1895
1515
|
id="nested-tabs-example-tabs-tabs-subtabs-virtualization-link"
|
|
@@ -2961,25 +2581,6 @@ section: components
|
|
|
2961
2581
|
<button
|
|
2962
2582
|
type="button"
|
|
2963
2583
|
class="pf-v6-c-tabs__link"
|
|
2964
|
-
onclick="
|
|
2965
|
-
event.preventDefault();
|
|
2966
|
-
((e) => {
|
|
2967
|
-
const el = this,
|
|
2968
|
-
li = this.closest('li'),
|
|
2969
|
-
ul = this.closest('ul'),
|
|
2970
|
-
tabs = this.closest('.pf-v6-c-tabs'),
|
|
2971
|
-
left = Math.round(li.offsetLeft),
|
|
2972
|
-
top = Math.round(li.offsetTop),
|
|
2973
|
-
width = Math.round(li.offsetWidth),
|
|
2974
|
-
height = Math.round(li.offsetHeight);
|
|
2975
|
-
|
|
2976
|
-
ul.querySelectorAll('li').forEach(function(el) {
|
|
2977
|
-
el.classList.remove('pf-m-current')});
|
|
2978
|
-
li.classList.add('pf-m-current');
|
|
2979
|
-
tabs.style.setProperty('--pf-v6-c-tabs--link-accent--start', left + 'px');
|
|
2980
|
-
tabs.style.setProperty('--pf-v6-c-tabs--link-accent--length', width + 'px');
|
|
2981
|
-
}
|
|
2982
|
-
)()"
|
|
2983
2584
|
role="tab"
|
|
2984
2585
|
aria-controls="-tabs-tab1-panel"
|
|
2985
2586
|
id="-tabs-tab1-link"
|
|
@@ -2991,25 +2592,6 @@ section: components
|
|
|
2991
2592
|
<button
|
|
2992
2593
|
type="button"
|
|
2993
2594
|
class="pf-v6-c-tabs__link"
|
|
2994
|
-
onclick="
|
|
2995
|
-
event.preventDefault();
|
|
2996
|
-
((e) => {
|
|
2997
|
-
const el = this,
|
|
2998
|
-
li = this.closest('li'),
|
|
2999
|
-
ul = this.closest('ul'),
|
|
3000
|
-
tabs = this.closest('.pf-v6-c-tabs'),
|
|
3001
|
-
left = Math.round(li.offsetLeft),
|
|
3002
|
-
top = Math.round(li.offsetTop),
|
|
3003
|
-
width = Math.round(li.offsetWidth),
|
|
3004
|
-
height = Math.round(li.offsetHeight);
|
|
3005
|
-
|
|
3006
|
-
ul.querySelectorAll('li').forEach(function(el) {
|
|
3007
|
-
el.classList.remove('pf-m-current')});
|
|
3008
|
-
li.classList.add('pf-m-current');
|
|
3009
|
-
tabs.style.setProperty('--pf-v6-c-tabs--link-accent--start', left + 'px');
|
|
3010
|
-
tabs.style.setProperty('--pf-v6-c-tabs--link-accent--length', width + 'px');
|
|
3011
|
-
}
|
|
3012
|
-
)()"
|
|
3013
2595
|
role="tab"
|
|
3014
2596
|
aria-controls="-tabs-tab2-panel"
|
|
3015
2597
|
id="-tabs-tab2-link"
|
|
@@ -3226,25 +2808,6 @@ section: components
|
|
|
3226
2808
|
<button
|
|
3227
2809
|
type="button"
|
|
3228
2810
|
class="pf-v6-c-tabs__link"
|
|
3229
|
-
onclick="
|
|
3230
|
-
event.preventDefault();
|
|
3231
|
-
((e) => {
|
|
3232
|
-
const el = this,
|
|
3233
|
-
li = this.closest('li'),
|
|
3234
|
-
ul = this.closest('ul'),
|
|
3235
|
-
tabs = this.closest('.pf-v6-c-tabs'),
|
|
3236
|
-
left = Math.round(li.offsetLeft),
|
|
3237
|
-
top = Math.round(li.offsetTop),
|
|
3238
|
-
width = Math.round(li.offsetWidth),
|
|
3239
|
-
height = Math.round(li.offsetHeight);
|
|
3240
|
-
|
|
3241
|
-
ul.querySelectorAll('li').forEach(function(el) {
|
|
3242
|
-
el.classList.remove('pf-m-current')});
|
|
3243
|
-
li.classList.add('pf-m-current');
|
|
3244
|
-
tabs.style.setProperty('--pf-v6-c-tabs--link-accent--start', left + 'px');
|
|
3245
|
-
tabs.style.setProperty('--pf-v6-c-tabs--link-accent--length', width + 'px');
|
|
3246
|
-
}
|
|
3247
|
-
)()"
|
|
3248
2811
|
role="tab"
|
|
3249
2812
|
aria-controls="modal-tabs-example-tabs-details-panel"
|
|
3250
2813
|
id="modal-tabs-example-tabs-details-link"
|
|
@@ -3256,25 +2819,6 @@ section: components
|
|
|
3256
2819
|
<button
|
|
3257
2820
|
type="button"
|
|
3258
2821
|
class="pf-v6-c-tabs__link"
|
|
3259
|
-
onclick="
|
|
3260
|
-
event.preventDefault();
|
|
3261
|
-
((e) => {
|
|
3262
|
-
const el = this,
|
|
3263
|
-
li = this.closest('li'),
|
|
3264
|
-
ul = this.closest('ul'),
|
|
3265
|
-
tabs = this.closest('.pf-v6-c-tabs'),
|
|
3266
|
-
left = Math.round(li.offsetLeft),
|
|
3267
|
-
top = Math.round(li.offsetTop),
|
|
3268
|
-
width = Math.round(li.offsetWidth),
|
|
3269
|
-
height = Math.round(li.offsetHeight);
|
|
3270
|
-
|
|
3271
|
-
ul.querySelectorAll('li').forEach(function(el) {
|
|
3272
|
-
el.classList.remove('pf-m-current')});
|
|
3273
|
-
li.classList.add('pf-m-current');
|
|
3274
|
-
tabs.style.setProperty('--pf-v6-c-tabs--link-accent--start', left + 'px');
|
|
3275
|
-
tabs.style.setProperty('--pf-v6-c-tabs--link-accent--length', width + 'px');
|
|
3276
|
-
}
|
|
3277
|
-
)()"
|
|
3278
2822
|
role="tab"
|
|
3279
2823
|
aria-controls="modal-tabs-example-tabs-documentation-panel"
|
|
3280
2824
|
id="modal-tabs-example-tabs-documentation-link"
|
|
@@ -3900,25 +3444,6 @@ section: components
|
|
|
3900
3444
|
<button
|
|
3901
3445
|
type="button"
|
|
3902
3446
|
class="pf-v6-c-tabs__link"
|
|
3903
|
-
onclick="
|
|
3904
|
-
event.preventDefault();
|
|
3905
|
-
((e) => {
|
|
3906
|
-
const el = this,
|
|
3907
|
-
li = this.closest('li'),
|
|
3908
|
-
ul = this.closest('ul'),
|
|
3909
|
-
tabs = this.closest('.pf-v6-c-tabs'),
|
|
3910
|
-
left = Math.round(li.offsetLeft),
|
|
3911
|
-
top = Math.round(li.offsetTop),
|
|
3912
|
-
width = Math.round(li.offsetWidth),
|
|
3913
|
-
height = Math.round(li.offsetHeight);
|
|
3914
|
-
|
|
3915
|
-
ul.querySelectorAll('li').forEach(function(el) {
|
|
3916
|
-
el.classList.remove('pf-m-current')});
|
|
3917
|
-
li.classList.add('pf-m-current');
|
|
3918
|
-
tabs.style.setProperty('--pf-v6-c-tabs--link-accent--start', left + 'px');
|
|
3919
|
-
tabs.style.setProperty('--pf-v6-c-tabs--link-accent--length', width + 'px');
|
|
3920
|
-
}
|
|
3921
|
-
)()"
|
|
3922
3447
|
role="tab"
|
|
3923
3448
|
aria-controls="gray-tabs-example-tabs-tabs-new-panel"
|
|
3924
3449
|
id="gray-tabs-example-tabs-tabs-new-link"
|
|
@@ -3930,25 +3455,6 @@ section: components
|
|
|
3930
3455
|
<button
|
|
3931
3456
|
type="button"
|
|
3932
3457
|
class="pf-v6-c-tabs__link"
|
|
3933
|
-
onclick="
|
|
3934
|
-
event.preventDefault();
|
|
3935
|
-
((e) => {
|
|
3936
|
-
const el = this,
|
|
3937
|
-
li = this.closest('li'),
|
|
3938
|
-
ul = this.closest('ul'),
|
|
3939
|
-
tabs = this.closest('.pf-v6-c-tabs'),
|
|
3940
|
-
left = Math.round(li.offsetLeft),
|
|
3941
|
-
top = Math.round(li.offsetTop),
|
|
3942
|
-
width = Math.round(li.offsetWidth),
|
|
3943
|
-
height = Math.round(li.offsetHeight);
|
|
3944
|
-
|
|
3945
|
-
ul.querySelectorAll('li').forEach(function(el) {
|
|
3946
|
-
el.classList.remove('pf-m-current')});
|
|
3947
|
-
li.classList.add('pf-m-current');
|
|
3948
|
-
tabs.style.setProperty('--pf-v6-c-tabs--link-accent--start', left + 'px');
|
|
3949
|
-
tabs.style.setProperty('--pf-v6-c-tabs--link-accent--length', width + 'px');
|
|
3950
|
-
}
|
|
3951
|
-
)()"
|
|
3952
3458
|
role="tab"
|
|
3953
3459
|
aria-controls="gray-tabs-example-tabs-tabs-get-started-panel"
|
|
3954
3460
|
id="gray-tabs-example-tabs-tabs-get-started-link"
|
|
@@ -3960,25 +3466,6 @@ section: components
|
|
|
3960
3466
|
<button
|
|
3961
3467
|
type="button"
|
|
3962
3468
|
class="pf-v6-c-tabs__link"
|
|
3963
|
-
onclick="
|
|
3964
|
-
event.preventDefault();
|
|
3965
|
-
((e) => {
|
|
3966
|
-
const el = this,
|
|
3967
|
-
li = this.closest('li'),
|
|
3968
|
-
ul = this.closest('ul'),
|
|
3969
|
-
tabs = this.closest('.pf-v6-c-tabs'),
|
|
3970
|
-
left = Math.round(li.offsetLeft),
|
|
3971
|
-
top = Math.round(li.offsetTop),
|
|
3972
|
-
width = Math.round(li.offsetWidth),
|
|
3973
|
-
height = Math.round(li.offsetHeight);
|
|
3974
|
-
|
|
3975
|
-
ul.querySelectorAll('li').forEach(function(el) {
|
|
3976
|
-
el.classList.remove('pf-m-current')});
|
|
3977
|
-
li.classList.add('pf-m-current');
|
|
3978
|
-
tabs.style.setProperty('--pf-v6-c-tabs--link-accent--start', left + 'px');
|
|
3979
|
-
tabs.style.setProperty('--pf-v6-c-tabs--link-accent--length', width + 'px');
|
|
3980
|
-
}
|
|
3981
|
-
)()"
|
|
3982
3469
|
role="tab"
|
|
3983
3470
|
aria-controls="gray-tabs-example-tabs-tabs-knowledge-panel"
|
|
3984
3471
|
id="gray-tabs-example-tabs-tabs-knowledge-link"
|
|
@@ -3990,25 +3477,6 @@ section: components
|
|
|
3990
3477
|
<button
|
|
3991
3478
|
type="button"
|
|
3992
3479
|
class="pf-v6-c-tabs__link"
|
|
3993
|
-
onclick="
|
|
3994
|
-
event.preventDefault();
|
|
3995
|
-
((e) => {
|
|
3996
|
-
const el = this,
|
|
3997
|
-
li = this.closest('li'),
|
|
3998
|
-
ul = this.closest('ul'),
|
|
3999
|
-
tabs = this.closest('.pf-v6-c-tabs'),
|
|
4000
|
-
left = Math.round(li.offsetLeft),
|
|
4001
|
-
top = Math.round(li.offsetTop),
|
|
4002
|
-
width = Math.round(li.offsetWidth),
|
|
4003
|
-
height = Math.round(li.offsetHeight);
|
|
4004
|
-
|
|
4005
|
-
ul.querySelectorAll('li').forEach(function(el) {
|
|
4006
|
-
el.classList.remove('pf-m-current')});
|
|
4007
|
-
li.classList.add('pf-m-current');
|
|
4008
|
-
tabs.style.setProperty('--pf-v6-c-tabs--link-accent--start', left + 'px');
|
|
4009
|
-
tabs.style.setProperty('--pf-v6-c-tabs--link-accent--length', width + 'px');
|
|
4010
|
-
}
|
|
4011
|
-
)()"
|
|
4012
3480
|
role="tab"
|
|
4013
3481
|
aria-controls="gray-tabs-example-tabs-tabs-support-panel"
|
|
4014
3482
|
id="gray-tabs-example-tabs-tabs-support-link"
|
|
@@ -4060,25 +3528,6 @@ section: components
|
|
|
4060
3528
|
<button
|
|
4061
3529
|
type="button"
|
|
4062
3530
|
class="pf-v6-c-tabs__link"
|
|
4063
|
-
onclick="
|
|
4064
|
-
event.preventDefault();
|
|
4065
|
-
((e) => {
|
|
4066
|
-
const el = this,
|
|
4067
|
-
li = this.closest('li'),
|
|
4068
|
-
ul = this.closest('ul'),
|
|
4069
|
-
tabs = this.closest('.pf-v6-c-tabs'),
|
|
4070
|
-
left = Math.round(li.offsetLeft),
|
|
4071
|
-
top = Math.round(li.offsetTop),
|
|
4072
|
-
width = Math.round(li.offsetWidth),
|
|
4073
|
-
height = Math.round(li.offsetHeight);
|
|
4074
|
-
|
|
4075
|
-
ul.querySelectorAll('li').forEach(function(el) {
|
|
4076
|
-
el.classList.remove('pf-m-current')});
|
|
4077
|
-
li.classList.add('pf-m-current');
|
|
4078
|
-
tabs.style.setProperty('--pf-v6-c-tabs--link-accent--start', left + 'px');
|
|
4079
|
-
tabs.style.setProperty('--pf-v6-c-tabs--link-accent--length', width + 'px');
|
|
4080
|
-
}
|
|
4081
|
-
)()"
|
|
4082
3531
|
role="tab"
|
|
4083
3532
|
aria-controls="gray-tabs-example-tabs-subtabs-x86-panel"
|
|
4084
3533
|
id="gray-tabs-example-tabs-subtabs-x86-link"
|
|
@@ -4090,25 +3539,6 @@ section: components
|
|
|
4090
3539
|
<button
|
|
4091
3540
|
type="button"
|
|
4092
3541
|
class="pf-v6-c-tabs__link"
|
|
4093
|
-
onclick="
|
|
4094
|
-
event.preventDefault();
|
|
4095
|
-
((e) => {
|
|
4096
|
-
const el = this,
|
|
4097
|
-
li = this.closest('li'),
|
|
4098
|
-
ul = this.closest('ul'),
|
|
4099
|
-
tabs = this.closest('.pf-v6-c-tabs'),
|
|
4100
|
-
left = Math.round(li.offsetLeft),
|
|
4101
|
-
top = Math.round(li.offsetTop),
|
|
4102
|
-
width = Math.round(li.offsetWidth),
|
|
4103
|
-
height = Math.round(li.offsetHeight);
|
|
4104
|
-
|
|
4105
|
-
ul.querySelectorAll('li').forEach(function(el) {
|
|
4106
|
-
el.classList.remove('pf-m-current')});
|
|
4107
|
-
li.classList.add('pf-m-current');
|
|
4108
|
-
tabs.style.setProperty('--pf-v6-c-tabs--link-accent--start', left + 'px');
|
|
4109
|
-
tabs.style.setProperty('--pf-v6-c-tabs--link-accent--length', width + 'px');
|
|
4110
|
-
}
|
|
4111
|
-
)()"
|
|
4112
3542
|
role="tab"
|
|
4113
3543
|
aria-controls="gray-tabs-example-tabs-subtabs-additional-architectures-panel"
|
|
4114
3544
|
id="gray-tabs-example-tabs-subtabs-additional-architectures-link"
|