Skip to content

Commit

Permalink
Merge pull request #48 from certego/develop
Browse files Browse the repository at this point in the history
0.1.14
  • Loading branch information
drosetti authored Feb 23, 2023
2 parents fdd636d + 13b281b commit 54271e7
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 15 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

**[Get it on npm](https://www.npmjs.com/package/certego-ui)**

## [v0.1.4](https://github.com/certego/certego-ui/releases/tag/v0.1.4)
Changed the default style for the <h1> to <h6> tags: now the text il selectable

## [v0.1.3](https://github.com/certego/certego-ui/releases/tag/v0.1.3)
Trying to fix error with new Bootstrap version and custom code to fix a bug

Expand Down
2 changes: 1 addition & 1 deletion example/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion example/src/layouts/AppFooter.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { FaTwitter } from "react-icons/fa";
import { Toaster, ScrollToTopButton, useToastr } from "@certego/certego-ui";

// constants
const CERTEGO_UI_VERSION = "v0.1.3";
const CERTEGO_UI_VERSION = "v0.1.4";
const selector = (state) => state.toasts;

function AppFooter() {
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@certego/certego-ui",
"version": "0.1.3",
"version": "0.1.4",
"description": "certego components library (react.js, reactstrap, etc)",
"author": "certego",
"license": "MIT",
Expand Down
10 changes: 0 additions & 10 deletions src/styles/_text.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ h4,
h5,
h6 {
color: $light;
user-select: none;
}

pre {
Expand All @@ -20,15 +19,6 @@ mark {
color: $sev-high;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
user-select: none;
}

.text-larger {
font-size: 95%;
}
Expand Down

0 comments on commit 54271e7

Please sign in to comment.