Bump stylelint from 13.13.1 to 14.2.0 (#7431)

* Bump stylelint from 13.13.1 to 14.2.0

Bumps [stylelint](https://github.com/stylelint/stylelint) from 13.13.1 to 14.2.0.
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/stylelint/stylelint/compare/13.13.1...14.2.0)

---
updated-dependencies:
- dependency-name: stylelint
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* upgrade to newest stylelint

* fix style issues

* fix color function rules to match old Angular

* rollback modern color func

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Denys Vuika <denys.vuika@gmail.com>
This commit is contained in:
dependabot[bot]
2022-01-05 09:21:09 +00:00
committed by GitHub
parent cd02fb2040
commit 28bdab1146
165 changed files with 1606 additions and 971 deletions

View File

@@ -1,4 +1,3 @@
@media screen and (max-width: 599px) {
app-search-bar {
width: 150px;
@@ -49,8 +48,6 @@ adf-file-uploading-dialog {
}
}
@media screen and (max-width: 599px) {}
mat-sidenav-content > div {
display: flex;
height: 100%;

View File

@@ -26,7 +26,7 @@
p {
display: block;
font-family: monospace, monospace;
font-family: monospace;
margin: 0;
}
}

View File

@@ -22,7 +22,7 @@
p {
display: block;
font-family: monospace, monospace;
font-family: monospace;
margin: 0;
}
}

View File

@@ -1,8 +1,8 @@
.app-app-crumb {
opacity: 0.5;
opacity: 0.5;
}
.app-filter-crumb {
opacity: 0.8;
margin-left: 5px;
opacity: 0.8;
margin-left: 5px;
}

View File

@@ -1,3 +1,4 @@
app-cloud-task-filters .app-filters__entry, app-cloud-process-filters .app-filters__entry {
padding-left: 0 !important;
app-cloud-task-filters .app-filters__entry,
app-cloud-process-filters .app-filters__entry {
padding-left: 0 !important;
}

View File

@@ -1,7 +1,7 @@
.app-cloud-layout-overflow {
overflow: auto;
overflow: auto;
}
.app-cloud-layout-tab-body .mat-tab-body-wrapper {
height: 100%;
height: 100%;
}

View File

@@ -4,11 +4,11 @@
}
&-cloud-layout-overflow {
width:67%;
width: 67%;
}
&-process-cloud-header {
margin-left: 10px;
width: 25%;
}
}
}

View File

@@ -1,20 +1,18 @@
.app {
&-task-detail-container {
display: flex;
}
&-task-title {
margin-left:15px;
margin-left: 15px;
}
&-task-control {
width:70%;
width: 70%;
}
&-demop-card-container {
width:30%;
width: 30%;
font-family: inherit;
}
}

View File

@@ -1,11 +1,12 @@
.app {
&-section {
mat-card-title {
font-size:18px;
font-size: 18px;
font-weight: bold;
}
mat-radio-group {
margin:7px 10px;
margin: 7px 10px;
mat-radio-button {
margin: 0 3px;
@@ -13,17 +14,16 @@
}
mat-card-content {
.app-preselect-value {
margin-right: 15px;
min-width: 25%;
&-big {
width:60%;
width: 60%;
}
&-full {
width:100%;
width: 100%;
}
}
}

View File

@@ -1,15 +1,14 @@
.app {
.app {
&-process-cloud-container {
display: flex;
}
&-cloud-layout-overflow {
width:67%;
width: 67%;
}
&-process-cloud-header {
margin-left: 10px;
width: 25%;
}
}
}

View File

@@ -1,20 +1,18 @@
.app {
&-task-detail-container {
display: flex;
}
&-task-title {
margin-left:15px;
margin-left: 15px;
}
&-task-control {
width:70%;
width: 70%;
}
&-demop-card-container {
width:30%;
width: 30%;
font-family: inherit;
}
}

View File

@@ -1,5 +1,4 @@
.app {
&-appName-input {
width: 500px;
margin-right: 50px;

View File

@@ -11,6 +11,6 @@
.app-list-configurations-buttons {
width: 200px;
margin-left: 30%;
margin-left: 30%;
float: left;
}

View File

@@ -1,5 +1,4 @@
.app-content-node-selector-demo {
&-main {
display: flex;
flex-direction: column;
@@ -10,8 +9,8 @@
}
&-basic-table {
height:400px;
width:700px;
height: 400px;
width: 700px;
}
&-basic-label {

View File

@@ -26,7 +26,7 @@
p {
display: block;
font-family: monospace, monospace;
font-family: monospace;
margin: 0;
}
}

View File

@@ -1,5 +1,6 @@
.app-content {
padding: 10px;
.mat-card {
padding: 16px 24px;
max-width: 100% !important;
@@ -13,7 +14,9 @@
font-weight: bold;
}
.mat-form-field, input, select {
.mat-form-field,
input,
select {
display: block;
width: 100%;
height: 30px;

View File

@@ -15,7 +15,6 @@
}
.app-home-headline {
h1 {
font-size: 56px;
font-weight: 300;

View File

@@ -21,16 +21,19 @@
padding: 5px;
}
.app-mobile-settings, .app-mobile-setting-button {
.app-mobile-settings,
.app-mobile-setting-button {
display: none;
}
@media screen and (max-width: 959px) {
.app-settings, .app-setting-button.mat-fab.mat-accent {
.app-settings,
.app-setting-button.mat-fab.mat-accent {
display: none;
}
.app-mobile-settings, .app-mobile-setting-button {
.app-mobile-settings,
.app-mobile-setting-button {
display: block;
}

View File

@@ -14,7 +14,6 @@
}
.app-logout-headline {
h1 {
font-size: 56px;
font-weight: 300;

View File

@@ -7,8 +7,10 @@
.app-grid {
.app-grid-item {
margin: 4px;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
box-shadow:
0 2px 2px 0 rgba(0, 0, 0, 0.14),
0 3px 1px -2px rgba(0, 0, 0, 0.2),
0 1px 5px 0 rgba(0, 0, 0, 0.12);
padding: 10px;
}

View File

@@ -1,5 +1,4 @@
.app-search-elements {
display: flex;
align-items: center;
display: flex;
align-items: center;
}

View File

@@ -11,9 +11,12 @@ div.app-search-results-container {
:host .app-col-display-name {
min-width: 100px;
}
:host .app-col-modified-at, :host .app-col-modified-by {
:host .app-col-modified-at,
:host .app-col-modified-by {
display: none;
}
:host div.app-search-results-container table {
width: 100%;
}

View File

@@ -35,9 +35,12 @@ div.app-search-results-container {
:host .app-col-display-name {
min-width: 100px;
}
:host .app-col-modified-at, :host .app-col-modified-by {
:host .app-col-modified-at,
:host .app-col-modified-by {
display: none;
}
:host div.app-search-results-container table {
width: 100%;
}

View File

@@ -37,9 +37,12 @@ div.app-search-results-container {
:host .app-col-display-name {
min-width: 100px;
}
:host .app-col-modified-at, :host .app-col-modified-by {
:host .app-col-modified-at,
:host .app-col-modified-by {
display: none;
}
:host div.app-search-results-container table {
width: 100%;
}

View File

@@ -2,7 +2,6 @@
margin: 10px;
}
.app-social-example-title {
padding-bottom: 12px;
}

View File

@@ -2,7 +2,6 @@
margin: 10px;
}
.app-tag-example-title {
padding-bottom: 12px;
}

View File

@@ -1,3 +1,3 @@
.example-full-width {
width: 100%;
}
}

View File

@@ -1,22 +1,24 @@
@import '~@angular/material/theming';
@import '../../lib/core/styles/index';
@include mat-core($alfresco-typography);
$primary: mat-palette($alfresco-accent-orange);
$accent: mat-palette($alfresco-accent-purple);
$warn: mat-palette($alfresco-warn);
$theme: mat-light-theme((
color: (
primary: $primary,
accent: $accent,
$accent: mat-palette($alfresco-accent-purple);
$warn: mat-palette($alfresco-warn);
$theme: mat-light-theme(
(
color: (
primary: $primary,
accent: $accent,
)
)
));
);
@include angular-material-theme($theme);
@include alfresco-material-theme($theme);
body, html {
body,
html {
margin: 0;
height: 100%;
overflow: hidden;

View File

@@ -1,22 +1,24 @@
@import '~@angular/material/theming';
@import '~@alfresco/adf-core/theming';
@include mat-core($alfresco-typography);
$primary: mat-palette($alfresco-accent-orange);
$accent: mat-palette($alfresco-accent-purple);
$warn: mat-palette($alfresco-warn);
$theme: mat-light-theme((
color: (
primary: $primary,
accent: $accent,
$accent: mat-palette($alfresco-accent-purple);
$warn: mat-palette($alfresco-warn);
$theme: mat-light-theme(
(
color: (
primary: $primary,
accent: $accent,
)
)
));
);
@include angular-material-theme($theme);
@include alfresco-material-theme($theme);
body, html {
body,
html {
margin: 0;
height: 100%;
overflow: hidden;

View File

@@ -0,0 +1 @@
/* empty file */