Skip to content

Commit

Permalink
build: release minor version 27.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adslotbuildagent committed Aug 23, 2019
1 parent 35df156 commit ab2ee80
Show file tree
Hide file tree
Showing 12 changed files with 81 additions and 19 deletions.
5 changes: 0 additions & 5 deletions dist/adslot-ui-docs.css

This file was deleted.

1 change: 0 additions & 1 deletion dist/adslot-ui-docs.js

This file was deleted.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

47 changes: 47 additions & 0 deletions dist/adslot-ui.css
Original file line number Diff line number Diff line change
Expand Up @@ -11745,3 +11745,50 @@ button + .aui--button-group {
top: 0;
left: 0; }

.aui--switch-label {
position: relative;
display: inline-block;
width: 40px;
height: 20px; }

.aui--switch-label input {
opacity: 0;
width: 0;
height: 0; }

.aui--switch-slider {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #f8dcdb;
-webkit-transition: .4s;
transition: .4s; }

.aui--switch-slider::before {
position: absolute;
content: '';
height: 12px;
width: 12px;
margin-left: 4px;
margin-top: 4px;
background-color: #da4f49;
-webkit-transition: .4s;
transition: .4s; }

input:checked + .aui--switch-slider {
background-color: #def1de; }

input:checked + .aui--switch-slider::before {
background-color: #5bb75b;
-webkit-transform: translateX(20px);
transform: translateX(20px); }

.aui--switch-slider.round {
border-radius: 34px; }

.aui--switch-slider.round::before {
border-radius: 50%; }

1 change: 0 additions & 1 deletion dist/adslot-ui.css.map

This file was deleted.

33 changes: 28 additions & 5 deletions dist/adslot-ui.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion dist/adslot-ui.js.map

This file was deleted.

2 changes: 1 addition & 1 deletion docs/static/adslot-ui-docs.prod.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/static/adslot-ui-docs.prod.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": "27.5.0",
"version": "27.6.0",
"description": "Core component library. By Adslot",
"main": "dist/adslot-ui-main.js",
"files": [
Expand Down

0 comments on commit ab2ee80

Please sign in to comment.