From ea2578fa15f5f3bf6d05570afef6bbd8af2f41d1 Mon Sep 17 00:00:00 2001 From: Brian Smith Date: Tue, 14 May 2024 10:28:16 -0400 Subject: [PATCH] fix!: remove `FooterSlot` component BREAKING CHANGE: the `FooterSlot` component will now be provided by `frontend-slot-footer`. --- README.rst | 5 +- package-lock.json | 6 --- package.json | 6 --- src/components/footer-slot/README.md | 48 ------------------ .../footer-slot/images/custom_footer.png | Bin 6395 -> 0 bytes .../footer-slot/images/default_footer.png | Bin 6679 -> 0 bytes src/components/footer-slot/index.jsx | 11 ---- src/index.js | 3 +- 8 files changed, 3 insertions(+), 76 deletions(-) delete mode 100644 src/components/footer-slot/README.md delete mode 100644 src/components/footer-slot/images/custom_footer.png delete mode 100644 src/components/footer-slot/images/default_footer.png delete mode 100644 src/components/footer-slot/index.jsx diff --git a/README.rst b/README.rst index 0d972860..66dcc6dc 100644 --- a/README.rst +++ b/README.rst @@ -85,7 +85,6 @@ This library has the following exports: * ``(default)``: The footer as a React component. * ``messages``: Internationalization messages suitable for use with `@edx/frontend-platform/i18n `_ * ``dist/footer.scss``: A SASS file which contains style information for the component. It should be imported into the micro-frontend's own SCSS file. -* ``FooterSlot``: The footer wrapped in a `Frontend Plugin Framework `_ ``PluginSlot``.