Skip to content

Commit

Permalink
build: release minor version 27.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adslotbuildagent committed Jun 20, 2019
1 parent 329aebd commit 1d4533c
Show file tree
Hide file tree
Showing 12 changed files with 153 additions and 84 deletions.
2 changes: 1 addition & 1 deletion dist/adslot-ui-docs.css

Large diffs are not rendered by default.

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.

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

Large diffs are not rendered by default.

110 changes: 62 additions & 48 deletions dist/adslot-ui.css
Original file line number Diff line number Diff line change
Expand Up @@ -11196,75 +11196,89 @@ button + .aui--button-group {
line-height: 28px;
margin: 18px 10px; }

.search-component {
.aui--search-component {
height: 26px;
line-height: 26px;
width: 100%;
position: relative;
width: 100%; }
.search-component ::-webkit-search-cancel-button,
.search-component ::-webkit-search-decoration {
-webkit-appearance: none;
appearance: none; }
.search-component-input {
-webkit-appearance: textfield;
display: -ms-flexbox;
display: flex; }
.aui--search-component .aui--search-component-input {
-ms-flex: 1 1;
flex: 1 1;
padding: 0 10px;
border: 1px solid #e8e8e8;
border-radius: 2px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
color: #333;
font-size: 12px;
height: inherit;
margin: 0;
padding: 0 0 0 10px;
width: inherit; }
.search-component-input::-webkit-input-placeholder {
.aui--search-component .aui--search-component-input::-webkit-input-placeholder {
color: #ababab;
font-weight: 300; }
.search-component-input::-moz-placeholder {
.aui--search-component .aui--search-component-input::-moz-placeholder {
color: #ababab;
font-weight: 300; }
.search-component-input:-ms-input-placeholder {
.aui--search-component .aui--search-component-input:-ms-input-placeholder {
color: #ababab;
font-weight: 300; }
.search-component-input::-ms-input-placeholder {
.aui--search-component .aui--search-component-input::-ms-input-placeholder {
color: #ababab;
font-weight: 300; }
.search-component-input::placeholder {
.aui--search-component .aui--search-component-input::placeholder {
color: #ababab;
font-weight: 300; }
.search-component-input:active, .search-component-input:focus {
.aui--search-component .aui--search-component-input:active, .aui--search-component .aui--search-component-input:focus {
border-color: #ababab;
outline: 0; }
.search-component-input:disabled {
border: 1px solid #e8e8e8;
color: #ababab; }
.search-component .svg-symbol-component {
-webkit-box-sizing: content-box;
box-sizing: content-box;
.aui--search-component .aui--search-component-input:active ~ .aui--search-component-button, .aui--search-component .aui--search-component-input:focus ~ .aui--search-component-button {
border-color: #ababab; }
.aui--search-component .aui--search-component-icon {
height: 100%;
padding: 0 4px;
padding: 5px;
position: absolute;
right: 0;
top: 1px; }
.search-component .spinner-component {
top: 0; }
.aui--search-component .aui--search-component-icon.with-button {
right: 40px; }
.aui--search-component .aui--search-component-icon .search-icon,
.aui--search-component .aui--search-component-icon .cancel-icon {
width: 16px;
height: 16px;
background-repeat: no-repeat;
background-size: contain; }
.aui--search-component .aui--search-component-icon .search-icon {
background-image: url(assets/search-gray.2bae3589.svg); }
.aui--search-component .aui--search-component-icon .cancel-icon {
background-image: url(assets/cancel-gray.e05e36f1.svg); }
.aui--search-component .aui--search-component-icon .cancel-icon:hover {
background-image: url(assets/cancel.8a4a8d0b.svg); }
.aui--search-component .aui--search-component-button {
margin-left: -2px;
border: 1px solid #e8e8e8;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-align: center;
align-items: center;
padding: 2px 7px;
border-radius: 0 2px 2px 0; }
.aui--search-component .aui--search-component-button:hover {
background-color: #f9f9f9; }
.aui--search-component .aui--search-component-button:focus {
outline: none; }
.aui--search-component .aui--search-component-button span {
width: 16px;
height: 16px; }
.aui--search-component .aui--search-component-button .search-icon {
width: 16px;
height: 16px;
background-repeat: no-repeat;
background-size: contain;
background-image: url(assets/search-primary.3755a5df.svg);
-ms-flex-negative: 0;
flex-shrink: 0; }
.aui--search-component .aui--search-component-spinner {
position: absolute;
top: 4px;
right: 24px; }

.search-bar-component {
display: -ms-flexbox;
display: flex; }
.search-bar-component-text-input.form-control {
-ms-flex: 1 1;
flex: 1 1;
height: 32px;
margin-right: -3px;
padding: 4px 10px; }
.search-bar-component-button.btn {
line-height: 1;
width: 36px; }
.search-bar-component-button.btn > .svg-symbol-component-search-icon {
fill: #006dcc; }
top: 5px;
right: 25px; }

.splitpane-component {
display: -ms-flexbox;
Expand Down
107 changes: 77 additions & 30 deletions dist/adslot-ui.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/assets/cancel-gray.e05e36f1.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions dist/assets/cancel.8a4a8d0b.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions dist/assets/search-gray.2bae3589.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions dist/assets/search-primary.3755a5df.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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.2.1",
"version": "27.3.0",
"description": "Core component library. By Adslot",
"main": "dist/adslot-ui-main.js",
"files": [
Expand Down

0 comments on commit 1d4533c

Please sign in to comment.