Skip to content

Commit

Permalink
Generate version v.5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pglejzer committed Dec 7, 2020
1 parent a296c1d commit 1fbc0aa
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 28 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ All fully responsive. All compatible with different browsers.

# Version:

- MDBReact 5.0.0
- MDBReact 5.0.1
- React 16.12.0

# Quick start
Expand Down
2 changes: 1 addition & 1 deletion README.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Material Design for Bootstrap

Version: MDB React Pro 5.0.0
Version: MDB React Pro 5.0.1

Documentation:
https://mdbootstrap.com/docs/react/
Expand Down
2 changes: 1 addition & 1 deletion dist/css/mdb.css

Large diffs are not rendered by default.

43 changes: 20 additions & 23 deletions dist/scss/free/_forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -109,10 +109,6 @@
}
}

> input[type="date"]:not(.browser-default) {
color: transparent;
}

> input[type="date"]:not(.browser-default) + label {
transform-origin: 0 0;
}
Expand Down Expand Up @@ -554,10 +550,6 @@
}
}

> input[type="date"]:not(.browser-default) {
color: transparent;
}

> input[type="date"]:not(.browser-default) + label {
transform-origin: 0 0;
}
Expand All @@ -568,7 +560,7 @@
transform: translateY(-12px);
transform-origin: 0 0;
}

.form-control {
padding: 1.1rem .7rem .4rem !important;
}
Expand Down Expand Up @@ -638,7 +630,7 @@
}
}
}
}
}

.md-form {
& > label {
Expand All @@ -647,10 +639,15 @@
overflow: hidden;
text-overflow: ellipsis;
}

.form-control {
box-sizing: border-box !important;
}
box-sizing: border-box !important;
}

.form-control.valid + label,
.form-control.invalid + label {
overflow: visible;
}

.input-prefix {
position: absolute;
Expand All @@ -659,7 +656,7 @@
transition: $input-prefix-transition;
color: rgba(0,0,0,.87);
pointer-events: none;

&.active {
color: $input-md-focus-color;
}
Expand All @@ -670,20 +667,20 @@
left: 36px;
right: initial;
}

.input-prefix {
left: 16px;
right: initial;
}

.form-control {
padding-left: 2.7rem !important;
}
}
}

&.input-with-post-icon {
.input-prefix {

.input-prefix {
right: 16px;
left: initial;
}
Expand All @@ -694,12 +691,12 @@
}

&.input-with-post-icon.input-with-pre-icon {
.input-prefix {

.input-prefix {
right: 16px;
left: initial;
}

.input-prefix:first-of-type {
left: 16px;
right: initial;
Expand All @@ -709,6 +706,6 @@
padding-left: 2.5rem !important;
padding-right: 2.5rem !important;
}
}
}

}
2 changes: 1 addition & 1 deletion 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": "mdbreact",
"version": "5.0.0",
"version": "5.0.1",
"author": "MDBootstrap",
"repository": "https://github.com/mdbootstrap/React-Bootstrap-with-Material-Design",
"main": "dist/mdbreact.js",
Expand Down
2 changes: 2 additions & 0 deletions src/components/Dropdown/DropdownMenu/DropdownMenu.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ import DropdownMenuComponent from '../DropdownMenuComponent';
import './DropdownMenu.css';
import DropdownContext from '../DropdownContext';

import DropdownMenuComponent from './DropdownMenuComponent';


class DropdownMenu extends Component {
render() {
Expand Down

0 comments on commit 1fbc0aa

Please sign in to comment.