From 7ec575c2f84f1a0814104a9cab134877815e480e Mon Sep 17 00:00:00 2001 From: Jenny <32821331+jenny-s51@users.noreply.github.com> Date: Thu, 17 Aug 2023 15:00:05 -0400 Subject: [PATCH 1/3] update import paths --- .../CustomMenus/examples/ApplicationLauncherDemo.tsx | 2 +- packages/react-core/src/demos/PrimaryDetail.md | 3 +-- packages/react-table/src/docs/demos/Table.md | 2 +- .../src/docs/demos/table-demos/BulkSelect.jsx | 1 - .../src/docs/demos/table-demos/ColumnManagement.jsx | 5 ++--- .../react-table/src/docs/demos/table-demos/Compact.jsx | 6 +++--- .../src/docs/demos/table-demos/SortableResponsive.jsx | 10 +++++++++- .../docs/demos/table-demos/StaticBottomPagination.jsx | 2 +- 8 files changed, 18 insertions(+), 13 deletions(-) diff --git a/packages/react-core/src/demos/CustomMenus/examples/ApplicationLauncherDemo.tsx b/packages/react-core/src/demos/CustomMenus/examples/ApplicationLauncherDemo.tsx index 2c14ae05576..93ec1fe1770 100644 --- a/packages/react-core/src/demos/CustomMenus/examples/ApplicationLauncherDemo.tsx +++ b/packages/react-core/src/demos/CustomMenus/examples/ApplicationLauncherDemo.tsx @@ -12,7 +12,7 @@ import { DropdownItem } from '@patternfly/react-core'; import ThIcon from '@patternfly/react-icons/dist/js/icons/th-icon'; -import pfIcon from 'pf-logo-small.svg'; +import pfIcon from '@patternfly/react-core/src/demos/Card/pf-logo-small.svg'; const MockLink: React.FunctionComponent = ({ to, ...props }: any) => ; diff --git a/packages/react-core/src/demos/PrimaryDetail.md b/packages/react-core/src/demos/PrimaryDetail.md index 9f21abf3d0e..51f41abd6e1 100644 --- a/packages/react-core/src/demos/PrimaryDetail.md +++ b/packages/react-core/src/demos/PrimaryDetail.md @@ -31,7 +31,6 @@ import DashboardWrapper from './examples/DashboardWrapper'; ### Primary-detail full page ```js file="./examples/PrimaryDetail/PrimaryDetailFullPage.tsx" isFullscreen - ``` ### Primary-detail content padding @@ -554,7 +553,7 @@ class PrimaryDetailCardView extends React.Component { }} selectableActions={{ isChecked: selectedItems.includes(product.id), selectableActionId: `selectable-actions-item-${product.id}`, selectableActionAriaLabelledby: `${'card-view-' + key}`, name: `check-${product.id}`, onChange: () => this.onClick(product.id) }} > - {`${product.name} + {`${product.name}