Skip to content

Commit

Permalink
build: release patch version 27.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
adslotbuildagent committed Jul 8, 2019
1 parent 3a85e58 commit c4161d3
Show file tree
Hide file tree
Showing 9 changed files with 45 additions and 22 deletions.
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.

51 changes: 37 additions & 14 deletions dist/adslot-ui.css
Original file line number Diff line number Diff line change
Expand Up @@ -11569,6 +11569,18 @@ button + .aui--button-group {
border-right-color: #5a5a5a;
border-width: 5px; }

@-webkit-keyframes fadein {
from {
opacity: 0; }
to {
opacity: .9; } }

@keyframes fadein {
from {
opacity: 0; }
to {
opacity: .9; } }

.aui--action-panel {
min-width: 300px;
max-width: 900px;
Expand All @@ -11577,7 +11589,6 @@ button + .aui--button-group {
border: 1px solid #e8e8e8;
border-radius: 2px; }
.aui--action-panel.action-modal {
position: fixed;
top: 30px;
background-color: #fff;
margin: 30px auto;
Expand Down Expand Up @@ -11650,17 +11661,29 @@ button + .aui--button-group {
fill: #006dcc; }
.aui--action-panel-body {
padding: 30px; }
.aui--action-panel-wrapper-backdrop {
position: fixed;
top: 0;
bottom: 0;
left: 0;
background-color: #838383;
width: 100%;
z-index: 1040;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: center;
justify-content: center;
opacity: .9; }

.aui--action-panel-backdrop {
position: fixed;
display: -ms-flexbox;
display: flex;
z-index: 1040;
top: 0;
bottom: 0;
left: 0;
background-color: #838383;
width: 100%;
opacity: .9;
-webkit-animation: fadein .2s;
animation: fadein .2s; }

.aui--action-panel-modal-wrapper {
position: fixed;
width: 100%;
z-index: 1040;
display: -ms-flexbox;
display: flex;
-ms-flex-line-pack: center;
align-content: center;
top: 0;
left: 0; }

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

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/components/Header/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import './styles.scss';
const HeaderGraphics = () => (
<span>
<SvgSymbol href="./assets/svg-symbols.svg#logo" />
{/adslot\.github\.io/.test(window.location.href) ? <img src="https://badge.fury.io/js/adslot-ui.svg" /> : null}
{/ui\.adslot\.com/.test(window.location.href) ? <img src="https://badge.fury.io/js/adslot-ui.svg" /> : null}
</span>
);

Expand Down
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.4.1",
"version": "27.4.2",
"description": "Core component library. By Adslot",
"main": "dist/adslot-ui-main.js",
"files": [
Expand Down

0 comments on commit c4161d3

Please sign in to comment.