Skip to content

Commit

Permalink
Merge pull request #186 from ConductionNL/feature/GW-1603/Jumbotron-c…
Browse files Browse the repository at this point in the history
…omponent

feature/GW-1603/Jumbotron-component
  • Loading branch information
remko48 authored Mar 25, 2024
2 parents 72aa2f4 + aa81d13 commit a1c9688
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 242 deletions.
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
};

0 comments on commit a1c9688

Please sign in to comment.