Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature/GW-1603/Jumbotron-component #186

Merged
merged 1 commit into from
Mar 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

- **Version 2.2 (breaking changes from 2.1.x)**

- 2.2.49: Removed Jumbotron component.
- 2.2.48: Updated CardHeader and package.json.
- 2.2.46 / 2.2.47: Fixed minor css parse error.
- 2.2.45: Updated Pagination and select to ensure more WCAG compliancy.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@conduction/components",
"version": "2.2.48",
"version": "2.2.49",
"description": "React (Gatsby) components used within the Conduction Skeleton Application (and its implementations)",
"main": "lib/index.js",
"scripts": {
Expand Down
88 changes: 0 additions & 88 deletions src/components/jumbotron/Jumbotron.module.css

This file was deleted.

151 changes: 0 additions & 151 deletions src/components/jumbotron/Jumbotron.tsx

This file was deleted.

2 changes: 0 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ import { ToolTip } from "./components/toolTip/ToolTip";
import { Pagination } from "./components/Pagination/Pagination";
import { Tabs, TabList, Tab, TabPanel } from "./components/tabs/Tabs";
import { HorizontalOverflowWrapper } from "./components/horizontalOverflowWrapper/HorizontalOverflowWrapper";
import { Jumbotron } from "./components/jumbotron/Jumbotron";
import DisplaySwitch from "./components/displaySwitch/DisplaySwitch";

export {
Expand Down Expand Up @@ -84,6 +83,5 @@ export {
Tab,
TabPanel,
HorizontalOverflowWrapper,
Jumbotron,
DisplaySwitch
};
Loading