Skip to content

Commit

Permalink
Remove sourceMappingURL from assets (#1804)
Browse files Browse the repository at this point in the history
  • Loading branch information
ddzieduch committed Mar 25, 2021
1 parent ce27e0d commit 175177b
Show file tree
Hide file tree
Showing 23 changed files with 1,204 additions and 1,080 deletions.
724 changes: 362 additions & 362 deletions assets/packages/adminbasics/build/adminbasics.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/packages/adminbasics/build/adminbasics.min.css

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion assets/packages/adminbasics/build/adminbasics.min.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion assets/packages/adminbasics/build/adminbasics.min.js.map

This file was deleted.

724 changes: 362 additions & 362 deletions assets/packages/adminbasics/build/adminbasics.rtl.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/packages/adminbasics/build/adminbasics.rtl.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/packages/adminbasics/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ if( ENVIRONEMENT=='production' ) {
output = {
file: 'build/adminbasics.min.js',
format: 'umd',
sourcemap: true,
sourcemap: false,
};
plugins = [
replace({
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

15 changes: 7 additions & 8 deletions assets/packages/adminsidepanel/build.min/js/adminsidepanel.js

Large diffs are not rendered by default.

This file was deleted.

147 changes: 43 additions & 104 deletions assets/packages/adminsidepanel/build/css/adminsidepanel.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,14 @@
align-self: flex-end;
}
.scoped-toolbuttons-left {
-webkit-box-flex: 3;
flex: 3 0 auto;
flex: 3 0 auto;
align-self: flex-start;
}
.scoped-toolbuttons-left .btn {
-webkit-box-flex: 1;
flex: 1;
flex: 1;
}
.scoped-toolbuttons-right {
-webkit-box-flex: 2;
flex: 2 1 auto;
flex: 2 1 auto;
align-self: flex-end;
white-space: nowrap;
}
Expand Down Expand Up @@ -129,7 +126,6 @@
font-size: 12px;
width: 5px; }
#sidebar .transition-animate-width {
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease; }
#sidebar div[class^="col-"].nofloat,
#sidebar div[class*=" col-"].nofloat {
Expand All @@ -154,7 +150,6 @@
margin: 10px 10px 10px 5px; }
#sidebar .question-question-list .question-question-list-item .question-question-list-item-link {
padding: 10px 25px 10px 10px;
display: -webkit-inline-box;
display: inline-flex;
flex-wrap: wrap; }
#sidebar .question_text_ellipsize {
Expand Down Expand Up @@ -189,48 +184,37 @@
font: normal normal normal 18px/1 FontAwesome; }

.fade-enter-active {
-webkit-transition: all 0.8s ease;
transition: all 0.8s ease; }

.fade-leave-active {
-webkit-transition: all 0.1s cubic-bezier(1, 0.5, 0.8, 1);
transition: all 0.1s cubic-bezier(1, 0.5, 0.8, 1); }

.fade-enter,
.fade-leave-to {
-webkit-transform: translateY(10px);
transform: translateY(10px);
opacity: 0; }

.slide-fade-enter-active {
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease; }

.slide-fade-leave-active {
-webkit-transition: all 0.2s cubic-bezier(1, 0.5, 0.8, 1);
transition: all 0.2s cubic-bezier(1, 0.5, 0.8, 1); }

.slide-fade-enter,
.slide-fade-leave-to {
-webkit-transform: rotateY(90);
transform: rotateY(90);
-webkit-transform-origin: left;
transform-origin: left;
opacity: 0; }

.slide-fade-down-enter-active {
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease; }

.slide-fade-down-leave-active {
-webkit-transition: all 0.2s cubic-bezier(0, 1, 0.5, 1);
transition: all 0.2s cubic-bezier(0, 1, 0.5, 1); }

.slide-fade-down-enter,
.slide-fade-down-leave-to {
-webkit-transform: rotateY(45);
transform: rotateY(45);
-webkit-transform-origin: left;
transform-origin: left;
opacity: 0; }

Expand Down Expand Up @@ -347,21 +331,15 @@ ol.breadcrumb.title-bar-breadcrumb {
background-color: rgba(255, 255, 255, 0.3);
z-index: 9997;
position: fixed;
-webkit-box-pack: center;
justify-content: center;
-webkit-box-align: center;
align-items: center; }
justify-content: center;
align-items: center; }
.blocker-loading .blocker-loading-container {
display: -webkit-box;
display: flex;
-webkit-box-pack: center;
justify-content: center;
-webkit-box-align: center;
align-items: center;
justify-content: center;
align-items: center;
height: 100%;
width: 100%; }
.blocker-loading .blocker-loading-container .loading-icon-fa {
display: -webkit-box;
display: flex;
z-index: 9999;
font-size: 13rem; }
Expand All @@ -384,220 +362,181 @@ ol.breadcrumb.title-bar-breadcrumb {

.ls-flex, .ls-flex-row, .ls-flex-column {
display: -moz-flex;
display: -webkit-box;
display: flex; }
.ls-flex.align-items-center, .align-items-center.ls-flex-row, .align-items-center.ls-flex-column {
-ms-align-items: center;
-moz-align-items: center;
-webkit-box-align: center;
align-items: center; }
align-items: center; }
.ls-flex.align-items-flex-start, .align-items-flex-start.ls-flex-row, .align-items-flex-start.ls-flex-column {
-ms-align-items: flex-start;
-moz-align-items: flex-start;
-webkit-box-align: start;
align-items: flex-start; }
align-items: flex-start; }
.ls-flex.align-items-flex-end, .align-items-flex-end.ls-flex-row, .align-items-flex-end.ls-flex-column {
-ms-align-items: flex-end;
-moz-align-items: flex-end;
-webkit-box-align: end;
align-items: flex-end; }
align-items: flex-end; }
.ls-flex.align-items-baseline, .align-items-baseline.ls-flex-row, .align-items-baseline.ls-flex-column {
-ms-align-items: baseline;
-moz-align-items: baseline;
-webkit-box-align: baseline;
align-items: baseline; }
align-items: baseline; }
.ls-flex.align-items-stretch, .align-items-stretch.ls-flex-row, .align-items-stretch.ls-flex-column {
-ms-align-items: stretch;
-moz-align-items: stretch;
-webkit-box-align: stretch;
align-items: stretch; }
align-items: stretch; }
.ls-flex.align-content-center, .align-content-center.ls-flex-row, .align-content-center.ls-flex-column {
-ms-justify-content: center;
-moz-justify-content: center;
-webkit-box-pack: center;
justify-content: center; }
justify-content: center; }
.ls-flex.align-content-flex-start, .align-content-flex-start.ls-flex-row, .align-content-flex-start.ls-flex-column {
-ms-justify-content: flex-start;
-moz-justify-content: flex-start;
-webkit-box-pack: start;
justify-content: flex-start; }
justify-content: flex-start; }
.ls-flex.align-content-flex-end, .align-content-flex-end.ls-flex-row, .align-content-flex-end.ls-flex-column {
-ms-justify-content: flex-end;
-moz-justify-content: flex-end;
-webkit-box-pack: end;
justify-content: flex-end; }
justify-content: flex-end; }
.ls-flex.align-content-space-between, .align-content-space-between.ls-flex-row, .align-content-space-between.ls-flex-column {
-ms-justify-content: space-between;
-moz-justify-content: space-between;
-webkit-box-pack: justify;
justify-content: space-between; }
justify-content: space-between; }
.ls-flex.align-content-space-around, .align-content-space-around.ls-flex-row, .align-content-space-around.ls-flex-column {
-ms-justify-content: space-around;
-moz-justify-content: space-around;
justify-content: space-around; }
.ls-flex.wrap, .wrap.ls-flex-row, .wrap.ls-flex-column {
flex-wrap: wrap; }
.ls-flex .grow-1, .ls-flex-row .grow-1, .ls-flex-column .grow-1 {
-webkit-box-flex: 1;
flex-grow: 1; }
flex-grow: 1; }
.ls-flex .shrink-1, .ls-flex-row .shrink-1, .ls-flex-column .shrink-1 {
flex-shrink: 1; }
.ls-flex .col-1, .ls-flex-row .col-1, .ls-flex-column .col-1 {
width: 8.33333%; }
.ls-flex .grow-2, .ls-flex-row .grow-2, .ls-flex-column .grow-2 {
-webkit-box-flex: 2;
flex-grow: 2; }
flex-grow: 2; }
.ls-flex .shrink-2, .ls-flex-row .shrink-2, .ls-flex-column .shrink-2 {
flex-shrink: 2; }
.ls-flex .col-2, .ls-flex-row .col-2, .ls-flex-column .col-2 {
width: 16.66667%; }
.ls-flex .grow-3, .ls-flex-row .grow-3, .ls-flex-column .grow-3 {
-webkit-box-flex: 3;
flex-grow: 3; }
flex-grow: 3; }
.ls-flex .shrink-3, .ls-flex-row .shrink-3, .ls-flex-column .shrink-3 {
flex-shrink: 3; }
.ls-flex .col-3, .ls-flex-row .col-3, .ls-flex-column .col-3 {
width: 25%; }
.ls-flex .grow-4, .ls-flex-row .grow-4, .ls-flex-column .grow-4 {
-webkit-box-flex: 4;
flex-grow: 4; }
flex-grow: 4; }
.ls-flex .shrink-4, .ls-flex-row .shrink-4, .ls-flex-column .shrink-4 {
flex-shrink: 4; }
.ls-flex .col-4, .ls-flex-row .col-4, .ls-flex-column .col-4 {
width: 33.33333%; }
.ls-flex .grow-5, .ls-flex-row .grow-5, .ls-flex-column .grow-5 {
-webkit-box-flex: 5;
flex-grow: 5; }
flex-grow: 5; }
.ls-flex .shrink-5, .ls-flex-row .shrink-5, .ls-flex-column .shrink-5 {
flex-shrink: 5; }
.ls-flex .col-5, .ls-flex-row .col-5, .ls-flex-column .col-5 {
width: 41.66667%; }
.ls-flex .grow-6, .ls-flex-row .grow-6, .ls-flex-column .grow-6 {
-webkit-box-flex: 6;
flex-grow: 6; }
flex-grow: 6; }
.ls-flex .shrink-6, .ls-flex-row .shrink-6, .ls-flex-column .shrink-6 {
flex-shrink: 6; }
.ls-flex .col-6, .ls-flex-row .col-6, .ls-flex-column .col-6 {
width: 50%; }
.ls-flex .grow-7, .ls-flex-row .grow-7, .ls-flex-column .grow-7 {
-webkit-box-flex: 7;
flex-grow: 7; }
flex-grow: 7; }
.ls-flex .shrink-7, .ls-flex-row .shrink-7, .ls-flex-column .shrink-7 {
flex-shrink: 7; }
.ls-flex .col-7, .ls-flex-row .col-7, .ls-flex-column .col-7 {
width: 58.33333%; }
.ls-flex .grow-8, .ls-flex-row .grow-8, .ls-flex-column .grow-8 {
-webkit-box-flex: 8;
flex-grow: 8; }
flex-grow: 8; }
.ls-flex .shrink-8, .ls-flex-row .shrink-8, .ls-flex-column .shrink-8 {
flex-shrink: 8; }
.ls-flex .col-8, .ls-flex-row .col-8, .ls-flex-column .col-8 {
width: 66.66667%; }
.ls-flex .grow-9, .ls-flex-row .grow-9, .ls-flex-column .grow-9 {
-webkit-box-flex: 9;
flex-grow: 9; }
flex-grow: 9; }
.ls-flex .shrink-9, .ls-flex-row .shrink-9, .ls-flex-column .shrink-9 {
flex-shrink: 9; }
.ls-flex .col-9, .ls-flex-row .col-9, .ls-flex-column .col-9 {
width: 75%; }
.ls-flex .grow-10, .ls-flex-row .grow-10, .ls-flex-column .grow-10 {
-webkit-box-flex: 10;
flex-grow: 10; }
flex-grow: 10; }
.ls-flex .shrink-10, .ls-flex-row .shrink-10, .ls-flex-column .shrink-10 {
flex-shrink: 10; }
.ls-flex .col-10, .ls-flex-row .col-10, .ls-flex-column .col-10 {
width: 83.33333%; }
.ls-flex .grow-11, .ls-flex-row .grow-11, .ls-flex-column .grow-11 {
-webkit-box-flex: 11;
flex-grow: 11; }
flex-grow: 11; }
.ls-flex .shrink-11, .ls-flex-row .shrink-11, .ls-flex-column .shrink-11 {
flex-shrink: 11; }
.ls-flex .col-11, .ls-flex-row .col-11, .ls-flex-column .col-11 {
width: 91.66667%; }
.ls-flex .grow-12, .ls-flex-row .grow-12, .ls-flex-column .grow-12 {
-webkit-box-flex: 12;
flex-grow: 12; }
flex-grow: 12; }
.ls-flex .shrink-12, .ls-flex-row .shrink-12, .ls-flex-column .shrink-12 {
flex-shrink: 12; }
.ls-flex .col-12, .ls-flex-row .col-12, .ls-flex-column .col-12 {
width: 100%; }

.ls-flex-item {
-webkit-box-flex: 1;
flex: 1; }
flex: 1; }
.ls-flex-item .grow-1 {
-webkit-box-flex: 1;
flex-grow: 1; }
flex-grow: 1; }
.ls-flex-item .col-1 {
width: 8.33333%; }
.ls-flex-item .grow-2 {
-webkit-box-flex: 2;
flex-grow: 2; }
flex-grow: 2; }
.ls-flex-item .col-2 {
width: 16.66667%; }
.ls-flex-item .grow-3 {
-webkit-box-flex: 3;
flex-grow: 3; }
flex-grow: 3; }
.ls-flex-item .col-3 {
width: 25%; }
.ls-flex-item .grow-4 {
-webkit-box-flex: 4;
flex-grow: 4; }
flex-grow: 4; }
.ls-flex-item .col-4 {
width: 33.33333%; }
.ls-flex-item .grow-5 {
-webkit-box-flex: 5;
flex-grow: 5; }
flex-grow: 5; }
.ls-flex-item .col-5 {
width: 41.66667%; }
.ls-flex-item .grow-6 {
-webkit-box-flex: 6;
flex-grow: 6; }
flex-grow: 6; }
.ls-flex-item .col-6 {
width: 50%; }
.ls-flex-item .grow-7 {
-webkit-box-flex: 7;
flex-grow: 7; }
flex-grow: 7; }
.ls-flex-item .col-7 {
width: 58.33333%; }
.ls-flex-item .grow-8 {
-webkit-box-flex: 8;
flex-grow: 8; }
flex-grow: 8; }
.ls-flex-item .col-8 {
width: 66.66667%; }
.ls-flex-item .grow-9 {
-webkit-box-flex: 9;
flex-grow: 9; }
flex-grow: 9; }
.ls-flex-item .col-9 {
width: 75%; }
.ls-flex-item .grow-10 {
-webkit-box-flex: 10;
flex-grow: 10; }
flex-grow: 10; }
.ls-flex-item .col-10 {
width: 83.33333%; }
.ls-flex-item .grow-11 {
-webkit-box-flex: 11;
flex-grow: 11; }
flex-grow: 11; }
.ls-flex-item .col-11 {
width: 91.66667%; }
.ls-flex-item .grow-12 {
-webkit-box-flex: 12;
flex-grow: 12; }
flex-grow: 12; }
.ls-flex-item .col-12 {
width: 100%; }

.ls-flex-row {
-moz-flex-direction: row;
width: 100%;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
flex-direction: row; }
flex-direction: row; }

.ls-flex-column {
-moz-flex-direction: column;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
flex-direction: column; }
flex-direction: column; }
.ls-flex-column.fill {
height: 100%; }

Expand Down

0 comments on commit 175177b

Please sign in to comment.