Skip to content

Commit

Permalink
build: release patch version 28.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
adslotbuildagent committed Aug 6, 2021
1 parent 13c195c commit eb54227
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 15 deletions.
4 changes: 2 additions & 2 deletions dist/adslot-ui-main.css

Large diffs are not rendered by default.

26 changes: 15 additions & 11 deletions dist/adslot-ui.css
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@ a:hover {
abbr[title] {
border-bottom: none;
text-decoration: underline;
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted; }
text-decoration: underline dotted; }

b,
strong {
Expand Down Expand Up @@ -5732,13 +5731,13 @@ strong {
from {
opacity: 0; }
to {
opacity: .9; } }
opacity: 0.8; } }

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

.aui--action-panel {
min-width: 300px;
Expand All @@ -5751,6 +5750,9 @@ strong {
background-color: #fff;
margin: 30px auto;
border: 0; }
.aui--action-panel.action-modal .aui--action-panel-body {
max-height: calc(100vh - 60px - 48px);
overflow: auto; }
.aui--action-panel.is-small {
width: 500px; }
.aui--action-panel.is-medium {
Expand All @@ -5775,7 +5777,8 @@ strong {
text-overflow: ellipsis;
white-space: nowrap;
font-size: 18px;
font-weight: 700; }
font-weight: 700;
color: #5a5a5a; }
.aui--action-panel-header svg {
fill: #5a5a5a; }
.aui--action-panel-header .close-svg-icon {
Expand Down Expand Up @@ -5813,6 +5816,8 @@ strong {
background-color: #006dcc;
color: #fff;
border: 0; }
.aui--action-panel-header.has-actions .title {
color: #fff; }
.aui--action-panel-header.has-actions .actions .aui--button.close-button:hover {
color: #838383;
background-color: #fff; }
Expand Down Expand Up @@ -5842,7 +5847,7 @@ strong {
left: 0;
background-color: #838383;
width: 100%;
opacity: .8;
opacity: 0.8;
-webkit-animation: fadein .2s;
animation: fadein .2s; }

Expand All @@ -5855,7 +5860,9 @@ strong {
-ms-flex-line-pack: center;
align-content: center;
top: 0;
left: 0; }
left: 0;
-webkit-animation: fadein .2s;
animation: fadein .2s; }

.aui--alert-input {
display: -ms-flexbox;
Expand Down Expand Up @@ -6894,8 +6901,7 @@ a:hover {
abbr[title] {
border-bottom: none;
text-decoration: underline;
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted; }
text-decoration: underline dotted; }

b,
strong {
Expand Down Expand Up @@ -11905,8 +11911,6 @@ strong {
color: #ababab; }
.aui--search-component .aui--search-component-input:-ms-input-placeholder {
color: #ababab; }
.aui--search-component .aui--search-component-input::-ms-input-placeholder {
color: #ababab; }
.aui--search-component .aui--search-component-input::placeholder {
color: #ababab; }
.aui--search-component .aui--search-component-input:active, .aui--search-component .aui--search-component-input:focus {
Expand Down
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": "28.0.0",
"version": "28.0.1",
"description": "Core component library. By Adslot",
"main": "dist/adslot-ui-main.js",
"files": [
Expand Down

0 comments on commit eb54227

Please sign in to comment.