Skip to content

Commit

Permalink
Release: patch version 25.0.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
adslotbuildagent committed Jun 1, 2018
1 parent a0629f1 commit a8e9650
Show file tree
Hide file tree
Showing 10 changed files with 80 additions and 32 deletions.
2 changes: 1 addition & 1 deletion dist/adslot-ui-docs.css

Large diffs are not rendered by default.

29 changes: 24 additions & 5 deletions dist/adslot-ui-docs.dev.css
Original file line number Diff line number Diff line change
Expand Up @@ -14793,17 +14793,36 @@ strong {
transform: rotate(90deg);
}
.checkbox-component label {
line-height: 16px;
line-height: 18px;
margin-left: -16px;
font-weight: 300;
cursor: pointer;
}

.checkbox-component span {
margin: 0 0 0 5px;
.checkbox-component label span {
margin-left: 5px;
vertical-align: bottom;
}

.checkbox-component .checkbox-component-input-container {
width: 16px;
height: 18px;
display: inline-block;
position: relative;
vertical-align: middle;
}

.checkbox-component input {
position: absolute;
display: block;
width: 100%;
height: 100%;
margin: 0;
line-height: 16px;
display: inline-block;
padding: 0;
background: #fff;
border: 0;
opacity: 0;
cursor: pointer;
}
.help-icon-popover-component {
display: inline-block;
Expand Down
21 changes: 13 additions & 8 deletions dist/adslot-ui-docs.dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -9296,17 +9296,22 @@ var Checkbox_Checkbox = function (_React$Component) {
return external___root___React___commonjs2___react___commonjs___react___amd___react___default.a.createElement(
'div',
{ className: 'checkbox-component' },
external___root___React___commonjs2___react___commonjs___react___amd___react___default.a.createElement('span', { className: 'selection-component-icon icheckbox' + (this.state.checked ? ' checked' : '') }),
external___root___React___commonjs2___react___commonjs___react___amd___react___default.a.createElement(
'label',
null,
external___root___React___commonjs2___react___commonjs___react___amd___react___default.a.createElement('input', Checkbox__extends({
type: 'checkbox',
name: name,
value: value,
onChange: this.onChangeDefault,
disabled: this.props.disabled,
checked: this.state.checked
}, expandDts(dts), optional)),
external___root___React___commonjs2___react___commonjs___react___amd___react___default.a.createElement(
'div',
{ className: 'checkbox-component-input-container' },
external___root___React___commonjs2___react___commonjs___react___amd___react___default.a.createElement('input', Checkbox__extends({
type: 'checkbox',
name: name,
value: value,
onChange: this.onChangeDefault,
disabled: this.props.disabled,
checked: this.state.checked
}, expandDts(dts), optional))
),
label ? external___root___React___commonjs2___react___commonjs___react___amd___react___default.a.createElement(
'span',
null,
Expand Down
2 changes: 1 addition & 1 deletion dist/adslot-ui-docs.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/adslot-ui-main.css

Large diffs are not rendered by default.

29 changes: 24 additions & 5 deletions dist/adslot-ui-main.dev.css
Original file line number Diff line number Diff line change
Expand Up @@ -14793,17 +14793,36 @@ strong {
transform: rotate(90deg);
}
.checkbox-component label {
line-height: 16px;
line-height: 18px;
margin-left: -16px;
font-weight: 300;
cursor: pointer;
}

.checkbox-component span {
margin: 0 0 0 5px;
.checkbox-component label span {
margin-left: 5px;
vertical-align: bottom;
}

.checkbox-component .checkbox-component-input-container {
width: 16px;
height: 18px;
display: inline-block;
position: relative;
vertical-align: middle;
}

.checkbox-component input {
position: absolute;
display: block;
width: 100%;
height: 100%;
margin: 0;
line-height: 16px;
display: inline-block;
padding: 0;
background: #fff;
border: 0;
opacity: 0;
cursor: pointer;
}
.help-icon-popover-component {
display: inline-block;
Expand Down
21 changes: 13 additions & 8 deletions dist/adslot-ui-main.dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -9248,17 +9248,22 @@ var Checkbox_Checkbox = function (_React$Component) {
return external___root___React___commonjs2___react___commonjs___react___amd___react___default.a.createElement(
'div',
{ className: 'checkbox-component' },
external___root___React___commonjs2___react___commonjs___react___amd___react___default.a.createElement('span', { className: 'selection-component-icon icheckbox' + (this.state.checked ? ' checked' : '') }),
external___root___React___commonjs2___react___commonjs___react___amd___react___default.a.createElement(
'label',
null,
external___root___React___commonjs2___react___commonjs___react___amd___react___default.a.createElement('input', Checkbox__extends({
type: 'checkbox',
name: name,
value: value,
onChange: this.onChangeDefault,
disabled: this.props.disabled,
checked: this.state.checked
}, expandDts(dts), optional)),
external___root___React___commonjs2___react___commonjs___react___amd___react___default.a.createElement(
'div',
{ className: 'checkbox-component-input-container' },
external___root___React___commonjs2___react___commonjs___react___amd___react___default.a.createElement('input', Checkbox__extends({
type: 'checkbox',
name: name,
value: value,
onChange: this.onChangeDefault,
disabled: this.props.disabled,
checked: this.state.checked
}, expandDts(dts), optional))
),
label ? external___root___React___commonjs2___react___commonjs___react___amd___react___default.a.createElement(
'span',
null,
Expand Down
2 changes: 1 addition & 1 deletion dist/adslot-ui-main.js

Large diffs are not rendered by default.

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": "adslot-ui",
"version": "25.0.0",
"version": "25.0.1",
"description": "Core component library. By Adslot",
"main": "dist/adslot-ui-main.js",
"license": "MIT",
Expand Down

0 comments on commit a8e9650

Please sign in to comment.