Skip to content

Commit

Permalink
build: release patch version 27.8.9
Browse files Browse the repository at this point in the history
  • Loading branch information
adslotbuildagent committed Mar 18, 2020
1 parent a075d98 commit 8ab01a1
Show file tree
Hide file tree
Showing 6 changed files with 75 additions and 107 deletions.
4 changes: 2 additions & 2 deletions 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.

139 changes: 65 additions & 74 deletions dist/adslot-ui.css
Original file line number Diff line number Diff line change
Expand Up @@ -4455,7 +4455,7 @@ label {
.nav-tabs > li > a, .nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
border: 0;
outline: 0; }
.nav-tabs > li > a .svg-symbol-component {
.nav-tabs > li > a .aui--svg-symbol-component {
vertical-align: top; }
.nav-tabs > li > a .icon {
float: left;
Expand Down Expand Up @@ -4566,6 +4566,21 @@ strong {
-webkit-transform: rotate(359deg);
transform: rotate(359deg); } }

.aui--button {
position: relative; }
.aui--button-children-container {
visibility: hidden; }
.aui--button .spinner-container {
position: absolute;
right: 0;
left: 0;
margin-right: auto;
margin-left: auto; }
.aui--button .spinner-container .spinner-component .spinner-small {
margin-top: 1px; }
.aui--button .spinner-container .spinner-component .spinner-medium {
margin-top: -3px; }

.aui--popover-element {
cursor: pointer;
display: -ms-inline-flexbox;
Expand Down Expand Up @@ -4815,30 +4830,6 @@ strong {
.aui--popover-wrapper .popover-content p:last-child {
margin-bottom: 0; }

.button-component {
position: relative; }
.button-component .popover-wrapper[data-placement*='bottom'] {
margin-top: 12px; }
.button-component .popover-wrapper[data-placement*='bottom'] .popover-content {
max-width: 140px;
color: #ababab;
font-size: 11px; }
.button-component-children-container {
visibility: hidden; }
.button-component .spinner-container {
position: absolute;
right: 0;
left: 0;
margin-right: auto;
margin-left: auto; }
.button-component .spinner-container .spinner-component .spinner-small {
margin-top: 1px; }
.button-component .spinner-container .spinner-component .spinner-medium {
margin-top: -3px; }

body > .btn-popover-wrapper[data-placement*='bottom'] {
margin-top: 12px; }

.alert-component {
color: #fff;
font-size: 12px;
Expand Down Expand Up @@ -4934,43 +4925,70 @@ body > .btn-popover-wrapper[data-placement*='bottom'] {
.card-component-content.fill {
padding: 0; }

.svg-symbol-component {
.aui--svg-symbol-component {
display: inline-block;
height: 16px;
pointer-events: none;
width: 16px; }
.svg-symbol-component-16 {
.aui--svg-symbol-component-16 {
height: 16px;
width: 16px; }
.svg-symbol-component-70 {
.aui--svg-symbol-component-70 {
height: 70px;
width: 70px; }
.svg-symbol-component-200 {
.aui--svg-symbol-component-200 {
height: 200px;
width: 200px; }
.svg-symbol-component-250 {
.aui--svg-symbol-component-250 {
height: 250px;
width: 250px; }
.svg-symbol-component-color-disabled {
.aui--svg-symbol-component-color-disabled {
fill: #d3d3d3; }
.svg-symbol-component-cyan-dark {
.aui--svg-symbol-component-cyan-dark {
fill: #0492ba; }
.svg-symbol-component-gray {
.aui--svg-symbol-component-gray {
fill: #ababab; }
.svg-symbol-component-gray-darker {
.aui--svg-symbol-component-gray-darker {
fill: #5a5a5a; }
.svg-symbol-component-gray-light {
.aui--svg-symbol-component-gray-light {
fill: #d3d3d3; }
.svg-symbol-component-green-dark {
.aui--svg-symbol-component-green-dark {
fill: #31a549; }
.svg-symbol-component-orange-dark {
.aui--svg-symbol-component-orange-dark {
fill: #f8951d; }
.svg-symbol-component-red {
.aui--svg-symbol-component-red {
fill: #da4f49; }
.svg-symbol-component-clickable {
.aui--svg-symbol-component-clickable {
cursor: pointer;
pointer-events: auto; }

.aui--svg-symbol-component-circle {
background-color: #f3f3f3;
border-radius: 50%;
display: inline-block;
height: 16px;
width: 16px; }
.aui--svg-symbol-component-circle-inverse {
background-color: #fff; }
.aui--svg-symbol-component-circle .aui--svg-symbol-component {
height: 12px;
margin: 2px;
width: 12px; }
.aui--svg-symbol-component-circle-70 {
height: 70px;
width: 70px; }
.aui--svg-symbol-component-circle .aui--svg-symbol-component-70 {
height: 50px;
margin: 10px;
width: 50px; }
.aui--svg-symbol-component-circle-50 {
height: 50px;
width: 50px; }
.aui--svg-symbol-component-circle .aui--svg-symbol-component-50 {
height: 36px;
margin: 7px;
width: 36px; }

.empty-component {
cursor: default;
margin: 0 auto;
Expand Down Expand Up @@ -5000,7 +5018,7 @@ body > .btn-popover-wrapper[data-placement*='bottom'] {
height: inherit; }
.flexible-wrapper-inline .flexible-spacer-component {
border: 0; }
.flexible-wrapper-inline > .svg-symbol-component {
.flexible-wrapper-inline > .aui--svg-symbol-component {
margin: auto; }

.grid-component {
Expand Down Expand Up @@ -5134,33 +5152,6 @@ body > .btn-popover-wrapper[data-placement*='bottom'] {
.statistic-component.inline .statistic-component-label {
margin-left: 5px; }

.svgsymbolcircle-component {
background-color: #f3f3f3;
border-radius: 50%;
display: inline-block;
height: 16px;
width: 16px; }
.svgsymbolcircle-component-inverse {
background-color: #fff; }
.svgsymbolcircle-component .svg-symbol-component {
height: 12px;
margin: 2px;
width: 12px; }
.svgsymbolcircle-component-70 {
height: 70px;
width: 70px; }
.svgsymbolcircle-component .svg-symbol-component-70 {
height: 50px;
margin: 10px;
width: 50px; }
.svgsymbolcircle-component-50 {
height: 50px;
width: 50px; }
.svgsymbolcircle-component .svg-symbol-component-50 {
height: 36px;
margin: 7px;
width: 36px; }

.tag-component {
-ms-flex-align: center;
align-items: center;
Expand Down Expand Up @@ -5312,7 +5303,7 @@ body > .btn-popover-wrapper[data-placement*='bottom'] {
width: 16px;
fill: #333;
margin-top: 3px; }
.panel-component-header .svg-symbol-component {
.panel-component-header .aui--svg-symbol-component {
float: left;
height: 22px;
margin-right: 10px;
Expand Down Expand Up @@ -5525,21 +5516,21 @@ body > .btn-popover-wrapper[data-placement*='bottom'] {
.aui--button-group {
display: -ms-flexbox;
display: flex; }
.aui--button-group .button-component {
.aui--button-group .aui--button {
margin-right: 0;
border-radius: 0;
-webkit-box-shadow: none;
box-shadow: none; }
.aui--button-group .button-component.btn-inverse:hover, .aui--button-group .button-component.btn-inverse:active, .aui--button-group .button-component.btn-inverse:focus {
.aui--button-group .aui--button.btn-inverse:hover, .aui--button-group .aui--button.btn-inverse:active, .aui--button-group .aui--button.btn-inverse:focus {
border: 1px solid #d3d3d3;
background-color: #e8e8e8; }
.aui--button-group .button-component.btn, .aui--button-group .button-component.btn:hover {
.aui--button-group .aui--button.btn, .aui--button-group .aui--button.btn:hover {
border: 1px solid #d3d3d3;
border-right-width: 0; }
.aui--button-group .button-component:first-child {
.aui--button-group .aui--button:first-child {
border-top-left-radius: 2px;
border-bottom-left-radius: 2px; }
.aui--button-group .button-component:last-child, .aui--button-group .button-component:last-child:hover, .aui--button-group .button-component:last-child:active {
.aui--button-group .aui--button:last-child, .aui--button-group .aui--button:last-child:hover, .aui--button-group .aui--button:last-child:active {
border-right-width: 1px;
border-top-right-radius: 2px;
border-bottom-right-radius: 2px; }
Expand Down Expand Up @@ -10693,7 +10684,7 @@ label {
.nav-tabs > li > a, .nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
border: 0;
outline: 0; }
.nav-tabs > li > a .svg-symbol-component {
.nav-tabs > li > a .aui--svg-symbol-component {
vertical-align: top; }
.nav-tabs > li > a .icon {
float: left;
Expand Down
33 changes: 5 additions & 28 deletions dist/adslot-ui.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.8.8",
"version": "27.8.9",
"description": "Core component library. By Adslot",
"main": "dist/adslot-ui-main.js",
"files": [
Expand Down

0 comments on commit 8ab01a1

Please sign in to comment.