[affected:*][ci:force] Fixing the styles - check

This commit is contained in:
Vito Albano
2024-03-19 17:59:33 +00:00
committed by VitoAlbano
parent 344b439194
commit 054067ac68
65 changed files with 155 additions and 225 deletions

View File

@@ -1,4 +1,4 @@
@use 'styles/mat-selectors'; @import 'styles/mat-selectors';
.app-form-container { .app-form-container {
padding: 10px; padding: 10px;

View File

@@ -1,4 +1,4 @@
@use 'styles/mat-selectors'; @import 'styles/mat-selectors';
.app-cloud-layout-overflow { .app-cloud-layout-overflow {
overflow: auto; overflow: auto;

View File

@@ -1,5 +1,5 @@
/* stylelint-disable selector-class-pattern */ /* stylelint-disable selector-class-pattern */
@use 'styles/mat-selectors'; @import 'styles/mat-selectors';
adf-search-chip-autocomplete-input { adf-search-chip-autocomplete-input {
.adf-chip-list { .adf-chip-list {

View File

@@ -1,5 +1,5 @@
/* stylelint-disable selector-class-pattern */ /* stylelint-disable selector-class-pattern */
@use 'styles/mat-selectors'; @import 'styles/mat-selectors';
adf-search-properties { adf-search-properties {
.adf-search-properties-file-size-label { .adf-search-properties-file-size-label {

View File

@@ -1,5 +1,5 @@
/* stylelint-disable selector-class-pattern */ /* stylelint-disable selector-class-pattern */
@use 'styles/mat-selectors'; @import 'styles/mat-selectors';
.adf-version-list { .adf-version-list {
&-viewport { &-viewport {

View File

@@ -1,4 +1,4 @@
@use 'styles/mat-selectors'; @import 'styles/mat-selectors';
.adf { .adf {
&-array-item-icon { &-array-item-icon {

View File

@@ -1,4 +1,4 @@
@use 'styles/mat-selectors'; @import 'styles/mat-selectors';
.adf-card-view-dateitem { .adf-card-view-dateitem {
.adf-property-value { .adf-property-value {

View File

@@ -1,4 +1,4 @@
@use 'styles/mat-selectors'; @import 'styles/mat-selectors';
.adf-card-view-key-value-pairs-item { .adf-card-view-key-value-pairs-item {
.adf-property-col-key { .adf-property-col-key {

View File

@@ -1,4 +1,4 @@
@use 'styles/mat-selectors'; @import 'styles/mat-selectors';
.adf-card-view-selectitem { .adf-card-view-selectitem {
.adf-property-value { .adf-property-value {

View File

@@ -1,4 +1,4 @@
@use 'styles/mat-selectors'; @import 'styles/mat-selectors';
$select-filter-height: 4em !default; $select-filter-height: 4em !default;

View File

@@ -1,4 +1,4 @@
@use 'styles/mat-selectors'; @import 'styles/mat-selectors';
.adf-card-view-textitem { .adf-card-view-textitem {
.adf-property-field { .adf-property-field {

View File

@@ -1,4 +1,4 @@
@use 'styles/mat-selectors'; @import 'styles/mat-selectors';
.adf-property-list { .adf-property-list {
background: var(--adf-card-view-background); background: var(--adf-card-view-background);

View File

@@ -1,4 +1,4 @@
@use 'styles/mat-selectors'; @import 'styles/mat-selectors';
adf-comments { adf-comments {
.adf-comments-container { .adf-comments-container {

View File

@@ -1,7 +1,7 @@
/* stylelint-disable no-descending-specificity */ /* stylelint-disable no-descending-specificity */
@use '@angular/material' as mat; @use '@angular/material' as mat;
@import '../../../styles/mixins'; @import '../../../styles/mixins';
@use 'styles/mat-selectors'; @import 'styles/mat-selectors';
$data-table-header-font-size: var(--theme-caption-font-size) !default; $data-table-header-font-size: var(--theme-caption-font-size) !default;
$data-table-header-sort-icon-size: var(--theme-subheading-2-font-size) !default; $data-table-header-sort-icon-size: var(--theme-subheading-2-font-size) !default;

View File

@@ -1,4 +1,4 @@
@use 'styles/mat-selectors'; @import 'styles/mat-selectors';
.adf-edit-json-dialog { .adf-edit-json-dialog {
#{$mat-dialog-content} { #{$mat-dialog-content} {

View File

@@ -1,6 +1,6 @@
/* stylelint-disable selector-class-pattern */ /* stylelint-disable selector-class-pattern */
@import 'styles/flex'; @import 'styles/flex';
@use 'styles/mat-selectors'; @import 'styles/mat-selectors';
.adf-hidden { .adf-hidden {
display: none; display: none;

View File

@@ -1,5 +1,5 @@
/* stylelint-disable selector-class-pattern */ /* stylelint-disable selector-class-pattern */
@use 'styles/mat-selectors'; @import 'styles/mat-selectors';
$adf-inplace-input-padding: 7px; $adf-inplace-input-padding: 7px;

View File

@@ -1,5 +1,5 @@
/* stylelint-disable selector-class-pattern */ /* stylelint-disable selector-class-pattern */
@use 'styles/mat-selectors'; @import 'styles/mat-selectors';
.adf { .adf {

View File

@@ -1,5 +1,5 @@
/* stylelint-disable selector-class-pattern */ /* stylelint-disable selector-class-pattern */
@use 'styles/mat-selectors'; @import 'styles/mat-selectors';
.adf { .adf {
&-date-time-widget { &-date-time-widget {

View File

@@ -1,5 +1,5 @@
/* stylelint-disable no-descending-specificity */ /* stylelint-disable no-descending-specificity */
@use 'styles/mat-selectors'; @import 'styles/mat-selectors';
ul > li > form-field > .adf-focus { ul > li > form-field > .adf-focus {
.adf-label { .adf-label {

View File

@@ -1,5 +1,5 @@
/* stylelint-disable selector-class-pattern */ /* stylelint-disable selector-class-pattern */
@use 'styles/mat-selectors'; @import 'styles/mat-selectors';
.adf { .adf {
&-text-widget { &-text-widget {

View File

@@ -1,5 +1,5 @@
@import '../styles/mixins'; @import '../styles/mixins';
@use 'styles/mat-selectors'; @import 'styles/mat-selectors';
$adf-info-drawer-layout-title-font-size: var(--theme-title-font-size) !default; $adf-info-drawer-layout-title-font-size: var(--theme-title-font-size) !default;
$adf-info-drawer-icon-size: 48px !default; $adf-info-drawer-icon-size: 48px !default;

View File

@@ -1,4 +1,4 @@
@use 'styles/mat-selectors'; @import 'styles/mat-selectors';
.adf { .adf {
&-info-drawer { &-info-drawer {

View File

@@ -1,4 +1,4 @@
@use 'styles/mat-selectors'; @import 'styles/mat-selectors';
adf-layout-container { adf-layout-container {
display: block; display: block;

View File

@@ -1,6 +1,6 @@
@use '../../../styles/flex' as flex; @use '../../../styles/flex' as flex;
@import '../../../styles/mixins'; @import '../../../styles/mixins';
@use 'styles/mat-selectors'; @import 'styles/mat-selectors';
.adf-sidenav-layout { .adf-sidenav-layout {
&-full-space { &-full-space {

View File

@@ -1,4 +1,4 @@
@use 'styles/mat-selectors'; @import 'styles/mat-selectors';
.adf { .adf {
&-notification-history-menu_button#{$mat-button} { &-notification-history-menu_button#{$mat-button} {

View File

@@ -1,4 +1,4 @@
@use 'styles/mat-selectors'; @import 'styles/mat-selectors';
.adf-search-container:has(.adf-input-form-field-divider) { .adf-search-container:has(.adf-input-form-field-divider) {
overflow: hidden; overflow: hidden;

View File

@@ -1,4 +1,4 @@
@use 'styles/mat-selectors'; @import 'styles/mat-selectors';
:host { :host {
display: flex; display: flex;

View File

@@ -5,6 +5,7 @@
/* stylelint-disable scss/at-import-partial-extension */ /* stylelint-disable scss/at-import-partial-extension */
@import '../styles/colors'; @import '../styles/colors';
@import '../styles/mixins'; @import '../styles/mixins';
@import '../styles/mat-selectors';
@import '../form/components/widgets/form.theme'; @import '../form/components/widgets/form.theme';
@import '../clipboard/clipboard.theme'; @import '../clipboard/clipboard.theme';
@import './snackbar.theme'; @import './snackbar.theme';

View File

@@ -1,91 +1,91 @@
$material-icons: ".material-icons"; $material-icons: '.material-icons';
$mat-icon: ".mat-icon"; $mat-icon: '.mat-icon';
$mat-icon-button: ".mat-mdc-icon-button"; $mat-icon-button: '.mat-mdc-icon-button';
$mat-accent: ".mat-accent"; $mat-accent: '.mat-accent';
$mat-focused: ".mat-focused"; $mat-focused: '.mat-focused';
$mat-line: ".mat-line"; $mat-line: '.mat-line';
$mat-tab-label: ".mat-mdc-tab"; $mat-tab-label: '.mat-mdc-tab';
$mat-tab-label-active: ".mdc-tab--active"; $mat-tab-label-active: '.mdc-tab--active';
$mat-tab-label-content: ".mdc-tab__content"; $mat-tab-label-content: '.mdc-tab__content';
$mat-tab-label-container: ".mat-mdc-tab-label-container"; $mat-tab-label-container: '.mat-mdc-tab-label-container';
$mat-tab-label-text: ".mdc-tab__text-label"; $mat-tab-label-text: '.mdc-tab__text-label';
$mat-tab-list: ".mat-mdc-tab-list"; $mat-tab-list: '.mat-mdc-tab-list';
$mat-tab-body: ".mat-mdc-tab-body"; $mat-tab-body: '.mat-mdc-tab-body';
$mat-tab-body-wrapper: ".mat-mdc-tab-body-wrapper"; $mat-tab-body-wrapper: '.mat-mdc-tab-body-wrapper';
$mat-tab-body-content: ".mat-mdc-tab-body-content"; $mat-tab-body-content: '.mat-mdc-tab-body-content';
$mat-tab-header: ".mat-mdc-tab-header"; $mat-tab-header: '.mat-mdc-tab-header';
$mat-tab-header-pagination: ".mat-mdc-tab-header-pagination"; $mat-tab-header-pagination: '.mat-mdc-tab-header-pagination';
$mat-tab-header-pagination-controls-enabled: ".mat-mdc-tab-header-pagination-controls-enabled"; $mat-tab-header-pagination-controls-enabled: '.mat-mdc-tab-header-pagination-controls-enabled';
$mat-tab-labels: ".mat-mdc-tab-labels"; $mat-tab-labels: '.mat-mdc-tab-labels';
$mat-tab-ink-bar: ".mdc-tab-indicator"; $mat-tab-ink-bar: '.mdc-tab-indicator';
$mat-chip: ".mat-mdc-chip"; $mat-chip: '.mat-mdc-chip';
$mat-chip-list: ".mat-mdc-chip-list"; $mat-chip-list: '.mat-mdc-chip-list';
$mat-chip-list-wrapper: ".mat-chip-list-wrapper"; $mat-chip-list-wrapper: '.mat-chip-list-wrapper';
$mat-checkbox: ".mat-mdc-checkbox"; $mat-checkbox: '.mat-mdc-checkbox';
$mat-checkbox-frame: ".mdc-checkbox__checkmark"; $mat-checkbox-frame: '.mdc-checkbox__checkmark';
$mat-checkbox-label: ".mdc-label"; $mat-checkbox-label: '.mdc-label';
$mat-checkbox-checked: ".mat-mdc-checkbox-checked"; $mat-checkbox-checked: '.mat-mdc-checkbox-checked';
$mat-button: ".mat-mdc-button"; $mat-button: '.mat-mdc-button';
$mat-button-label: ".mdc-button__label"; $mat-button-label: '.mdc-button__label';
$mat-button-label-text: ".mdc-button__label"; $mat-button-label-text: '.mdc-button__label';
$mat-button-focus-overlay: ".mat-mdc-focus-indicator"; $mat-button-focus-overlay: '.mat-mdc-focus-indicator';
$mat-raised-button: ".mat-mdc-raised-button"; $mat-raised-button: '.mat-mdc-raised-button';
$mat-radio-outer-circle: ".mdc-radio__outer-circle"; $mat-radio-outer-circle: '.mdc-radio__outer-circle';
$mat-radio-inner-circle: ".mdc-radio__inner-circle"; $mat-radio-inner-circle: '.mdc-radio__inner-circle';
$mat-radio-checked: ".mat-mdc-radio-checked"; $mat-radio-checked: '.mat-mdc-radio-checked';
$mat-radio-label-content: ".mdc-label"; $mat-radio-label-content: '.mdc-label';
$mat-radio-label: ".mdc -label"; $mat-radio-label: '.mdc -label';
$mat-progress-bar: ".mat-mdc-progress-bar"; $mat-progress-bar: '.mat-mdc-progress-bar';
$mat-progress-bar-buffer: ".mdc-linear-progress__buffer"; $mat-progress-bar-buffer: '.mdc-linear-progress__buffer';
$mat-progress-spinner: ".mat-mdc-progress-spinner"; $mat-progress-spinner: '.mat-mdc-progress-spinner';
$mat-form-field: ".mat-mdc-form-field"; $mat-form-field: '.mat-mdc-form-field';
$mat-form-field-flex: ".mat-mdc-form-field-flex"; $mat-form-field-flex: '.mat-mdc-form-field-flex';
$mat-form-field-wrapper: ".mat-mdc-text-field-wrapper"; $mat-form-field-wrapper: '.mat-mdc-text-field-wrapper';
$mat-form-field-underline: ".mdc-line-ripple"; $mat-form-field-underline: '.mdc-line-ripple';
$mat-form-field-subscript-wrapper: ".mat-mdc-form-field-subscript-wrapper"; $mat-form-field-subscript-wrapper: '.mat-mdc-form-field-subscript-wrapper';
$mat-form-field-prefix: ".mat-mdc-form-field-text-prefix"; $mat-form-field-prefix: '.mat-mdc-form-field-text-prefix';
$mat-form-field-suffix: ".mat-mdc-form-field-text-suffix"; $mat-form-field-suffix: '.mat-mdc-form-field-text-suffix';
$mat-form-field-infix: ".mat-mdc-form-text-infix"; $mat-form-field-infix: '.mat-mdc-form-text-infix';
$mat-form-field-label: ".mat-mdc-floating-label"; $mat-form-field-label: '.mat-mdc-floating-label';
$mat-form-field-invalid: ".mat-form-field-invalid"; $mat-form-field-invalid: '.mat-form-field-invalid';
$mat-form-field-appearance-outline: ".mat-form-field-appearance-outline"; $mat-form-field-appearance-outline: '.mat-form-field-appearance-outline';
$mat-text-field-outlined: ".mdc-text-field--outlined"; $mat-text-field-outlined: '.mdc-text-field--outlined';
$mat-text-field-outlined-thick: ".mdc-text-field--outlined-thick"; $mat-text-field-outlined-thick: '.mdc-text-field--outlined-thick';
$mat-dialog-actions: ".mat-mdc-dialog-actions"; $mat-dialog-actions: '.mat-mdc-dialog-actions';
$mat-dialog-container: ".mdc-dialog__container"; $mat-dialog-container: '.mdc-dialog__container';
$mat-dialog-content: ".mat-mdc-dialog-content"; $mat-dialog-content: '.mat-mdc-dialog-content';
$mat-button-toggle: ".mat-button-toggle"; $mat-button-toggle: '.mat-button-toggle';
$mat-button-toggle-checked: ".mat-button-toggle-checked"; $mat-button-toggle-checked: '.mat-button-toggle-checked';
$mat-button-toggle-disabled: ".mat-button-toggle-disabled"; $mat-button-toggle-disabled: '.mat-button-toggle-disabled';
$mat-button-toggle-focus-overlay: ".mat-button-toggle-focus-overlay"; $mat-button-toggle-focus-overlay: '.mat-button-toggle-focus-overlay';
$mat-input-element: ".mat-mdc-input-element"; $mat-input-element: '.mat-mdc-input-element';
$mat-card: ".mat-mdc-card"; $mat-card: '.mat-mdc-card';
$mat-card-actions: ".mat-mdc-card-actions"; $mat-card-actions: '.mat-mdc-card-actions';
$mat-card-header-text: ".mat-mdc-card-header-text"; $mat-card-header-text: '.mat-mdc-card-header-text';
$mat-card-title: ".mat-mdc-card-title"; $mat-card-title: '.mat-mdc-card-title';
$mat-mini-fab: ".mat-mdc-mini-fab"; $mat-mini-fab: '.mat-mdc-mini-fab';
$mat-list-item-primary-text: ".mdc-list-item__primary-text"; $mat-list-item-primary-text: '.mdc-list-item__primary-text';
$mat-table: ".mat-mdc-table"; $mat-table: '.mat-mdc-table';
$mat-header-row: ".mat-mdc-header-row"; $mat-header-row: '.mat-mdc-header-row';
$mat-row: ".mat-mdc-row"; $mat-row: '.mat-mdc-row';
$mat-select: ".mat-mdc-select"; $mat-select: '.mat-mdc-select';
$mat-select-value: ".mat-select-value"; $mat-select-value: '.mat-select-value';
$mat-select-value-text: ".mat-mdc-select-value-text"; $mat-select-value-text: '.mat-mdc-select-value-text';
$mat-select-panel: ".mat-mdc-select-panel"; $mat-select-panel: '.mat-mdc-select-panel';
$mat-grid-tile: ".mat-grid-tile"; $mat-grid-tile: '.mat-grid-tile';
$mat-sidenav-content: ".mat-sidenav-content"; $mat-sidenav-content: '.mat-sidenav-content';
$mat-drawer-transition: ".mat-drawer-transition"; $mat-drawer-transition: '.mat-drawer-transition';
$mat-drawer-content: ".mat-drawer-content"; $mat-drawer-content: '.mat-drawer-content';
$mat-subheader: ".mat-mdc-subheader"; $mat-subheader: '.mat-mdc-subheader';
$mat-menu-panel: ".mat-mdc-menu-panel"; $mat-menu-panel: '.mat-mdc-menu-panel';
$mat-menu-content: ".mat-mdc-menu-content"; $mat-menu-content: '.mat-mdc-menu-content';
$mat-expansion-panel: ".mat-expansion-panel"; $mat-expansion-panel: '.mat-expansion-panel';
$mat-expansion-panel-header: ".mat-expansion-panel-header"; $mat-expansion-panel-header: '.mat-expansion-panel-header';
$mat-expanded: ".mat-expanded"; $mat-expanded: '.mat-expanded';
$mat-calendar: ".mat-calendar"; $mat-calendar: '.mat-calendar';
$mat-calendar-header: ".mat-calendar-header"; $mat-calendar-header: '.mat-calendar-header';
$mat-calendar-content: ".mat-calendar-content"; $mat-calendar-content: '.mat-calendar-content';
$mat-calendar-table-header: ".mat-calendar-table-header"; $mat-calendar-table-header: '.mat-calendar-table-header';
$mat-calendar-body-disabled: ".mat-calendar-body-disabled"; $mat-calendar-body-disabled: '.mat-calendar-body-disabled';
$mat-toolbar: ".mat-toolbar"; $mat-toolbar: '.mat-toolbar';
$mat-slide-toggle: ".mat-mdc-slide-toggle"; $mat-slide-toggle: '.mat-mdc-slide-toggle';

View File

@@ -1,4 +1,5 @@
@import '../styles/colors'; @import '../styles/colors';
@import '../styles/mixins'; @import '../styles/mixins';
@import '../styles/typography'; @import '../styles/typography';
@import '../styles/mat-selectors';

View File

@@ -1,16 +1,8 @@
@use '@angular/material' as mat; @use '@angular/material' as mat;
@import '../theming'; @import '../theming';
@import './all-theme'; @import './all-theme';
// TODO(v15): As of v15 mat.legacy-core no longer includes default typography styles.
// The following line adds:
// 1. Default typography styles for all components
// 2. Styles for typography hierarchy classes (e.g. .mat-headline-1)
// If you specify typography styles for the components you use elsewhere, you should delete this line.
// If you don't need the default component typographies but still want the hierarchy styles,
// you can delete this line and instead use:
// `@include mat.legacy-typography-hierarchy(mat.define-typography-config());`
@include mat.all-component-typographies; @include mat.all-component-typographies;
@include mat.core(); @include mat.core;
$primary: mat.define-palette($alfresco-ecm-blue); $primary: mat.define-palette($alfresco-ecm-blue);
$accent: mat.define-palette($alfresco-accent-orange); $accent: mat.define-palette($alfresco-accent-orange);

View File

@@ -1,16 +1,8 @@
@use '@angular/material' as mat; @use '@angular/material' as mat;
@import '../theming'; @import '../theming';
@import './all-theme'; @import './all-theme';
// TODO(v15): As of v15 mat.legacy-core no longer includes default typography styles.
// The following line adds:
// 1. Default typography styles for all components
// 2. Styles for typography hierarchy classes (e.g. .mat-headline-1)
// If you specify typography styles for the components you use elsewhere, you should delete this line.
// If you don't need the default component typographies but still want the hierarchy styles,
// you can delete this line and instead use:
// `@include mat.legacy-typography-hierarchy(mat.define-typography-config());`
@include mat.all-component-typographies; @include mat.all-component-typographies;
@include mat.core(); @include mat.core;
$primary: mat.define-palette(mat.$pink-palette, 700, 500, 900); $primary: mat.define-palette(mat.$pink-palette, 700, 500, 900);
$accent: mat.define-palette($alfresco-accent-purple); $accent: mat.define-palette($alfresco-accent-purple);

View File

@@ -1,16 +1,8 @@
@use '@angular/material' as mat; @use '@angular/material' as mat;
@import '../theming'; @import '../theming';
@import './all-theme'; @import './all-theme';
// TODO(v15): As of v15 mat.legacy-core no longer includes default typography styles.
// The following line adds:
// 1. Default typography styles for all components
// 2. Styles for typography hierarchy classes (e.g. .mat-headline-1)
// If you specify typography styles for the components you use elsewhere, you should delete this line.
// If you don't need the default component typographies but still want the hierarchy styles,
// you can delete this line and instead use:
// `@include mat.legacy-typography-hierarchy(mat.define-typography-config());`
@include mat.all-component-typographies; @include mat.all-component-typographies;
@include mat.core(); @include mat.core;
$primary: mat.define-palette($alfresco-ecm-cyan); $primary: mat.define-palette($alfresco-ecm-cyan);
$accent: mat.define-palette($alfresco-accent-orange); $accent: mat.define-palette($alfresco-accent-orange);

View File

@@ -1,16 +1,8 @@
@use '@angular/material' as mat; @use '@angular/material' as mat;
@import '../theming'; @import '../theming';
@import './all-theme'; @import './all-theme';
// TODO(v15): As of v15 mat.legacy-core no longer includes default typography styles.
// The following line adds:
// 1. Default typography styles for all components
// 2. Styles for typography hierarchy classes (e.g. .mat-headline-1)
// If you specify typography styles for the components you use elsewhere, you should delete this line.
// If you don't need the default component typographies but still want the hierarchy styles,
// you can delete this line and instead use:
// `@include mat.legacy-typography-hierarchy(mat.define-typography-config());`
@include mat.all-component-typographies; @include mat.all-component-typographies;
@include mat.core(); @include mat.core;
$primary: mat.define-palette($alfresco-ecm-cyan); $primary: mat.define-palette($alfresco-ecm-cyan);
$accent: mat.define-palette($alfresco-accent-purple); $accent: mat.define-palette($alfresco-accent-purple);

View File

@@ -1,16 +1,8 @@
@use '@angular/material' as mat; @use '@angular/material' as mat;
@import '../theming'; @import '../theming';
@import './all-theme'; @import './all-theme';
// TODO(v15): As of v15 mat.legacy-core no longer includes default typography styles.
// The following line adds:
// 1. Default typography styles for all components
// 2. Styles for typography hierarchy classes (e.g. .mat-headline-1)
// If you specify typography styles for the components you use elsewhere, you should delete this line.
// If you don't need the default component typographies but still want the hierarchy styles,
// you can delete this line and instead use:
// `@include mat.legacy-typography-hierarchy(mat.define-typography-config());`
@include mat.all-component-typographies; @include mat.all-component-typographies;
@include mat.core(); @include mat.core;
$primary: mat.define-palette($alfresco-bpm-green); $primary: mat.define-palette($alfresco-bpm-green);
$accent: mat.define-palette($alfresco-accent-orange); $accent: mat.define-palette($alfresco-accent-orange);

View File

@@ -1,16 +1,8 @@
@use '@angular/material' as mat; @use '@angular/material' as mat;
@import '../theming'; @import '../theming';
@import './all-theme'; @import './all-theme';
// TODO(v15): As of v15 mat.legacy-core no longer includes default typography styles.
// The following line adds:
// 1. Default typography styles for all components
// 2. Styles for typography hierarchy classes (e.g. .mat-headline-1)
// If you specify typography styles for the components you use elsewhere, you should delete this line.
// If you don't need the default component typographies but still want the hierarchy styles,
// you can delete this line and instead use:
// `@include mat.legacy-typography-hierarchy(mat.define-typography-config());`
@include mat.all-component-typographies; @include mat.all-component-typographies;
@include mat.core(); @include mat.core;
$primary: mat.define-palette($alfresco-bpm-green); $primary: mat.define-palette($alfresco-bpm-green);
$accent: mat.define-palette($alfresco-accent-purple); $accent: mat.define-palette($alfresco-accent-purple);

View File

@@ -2,16 +2,8 @@
@use '@angular/material' as mat; @use '@angular/material' as mat;
@import '../theming'; @import '../theming';
@import './all-theme'; @import './all-theme';
// TODO(v15): As of v15 mat.legacy-core no longer includes default typography styles.
// The following line adds:
// 1. Default typography styles for all components
// 2. Styles for typography hierarchy classes (e.g. .mat-headline-1)
// If you specify typography styles for the components you use elsewhere, you should delete this line.
// If you don't need the default component typographies but still want the hierarchy styles,
// you can delete this line and instead use:
// `@include mat.legacy-typography-hierarchy(mat.define-typography-config());`
@include mat.all-component-typographies; @include mat.all-component-typographies;
@include mat.core(); @include mat.core;
$primary: mat.define-palette(mat.$indigo-palette); $primary: mat.define-palette(mat.$indigo-palette);
$accent: mat.define-palette(mat.$pink-palette, A200, A100, A400); $accent: mat.define-palette(mat.$pink-palette, A200, A100, A400);

View File

@@ -2,16 +2,8 @@
@use '@angular/material' as mat; @use '@angular/material' as mat;
@import '../theming'; @import '../theming';
@import './all-theme'; @import './all-theme';
// TODO(v15): As of v15 mat.legacy-core no longer includes default typography styles.
// The following line adds:
// 1. Default typography styles for all components
// 2. Styles for typography hierarchy classes (e.g. .mat-headline-1)
// If you specify typography styles for the components you use elsewhere, you should delete this line.
// If you don't need the default component typographies but still want the hierarchy styles,
// you can delete this line and instead use:
// `@include mat.legacy-typography-hierarchy(mat.define-typography-config());`
@include mat.all-component-typographies; @include mat.all-component-typographies;
@include mat.core(); @include mat.core;
$primary: mat.define-palette(mat.$pink-palette, 700, 500, 900); $primary: mat.define-palette(mat.$pink-palette, 700, 500, 900);
$accent: mat.define-palette(mat.$blue-grey-palette, A200, A100, A400); $accent: mat.define-palette(mat.$blue-grey-palette, A200, A100, A400);

View File

@@ -2,16 +2,8 @@
@use '@angular/material' as mat; @use '@angular/material' as mat;
@import '../theming'; @import '../theming';
@import './all-theme'; @import './all-theme';
// TODO(v15): As of v15 mat.legacy-core no longer includes default typography styles.
// The following line adds:
// 1. Default typography styles for all components
// 2. Styles for typography hierarchy classes (e.g. .mat-headline-1)
// If you specify typography styles for the components you use elsewhere, you should delete this line.
// If you don't need the default component typographies but still want the hierarchy styles,
// you can delete this line and instead use:
// `@include mat.legacy-typography-hierarchy(mat.define-typography-config());`
@include mat.all-component-typographies; @include mat.all-component-typographies;
@include mat.core(); @include mat.core;
$primary: mat.define-palette(mat.$purple-palette, 700, 500, 800); $primary: mat.define-palette(mat.$purple-palette, 700, 500, 800);
$accent: mat.define-palette(mat.$green-palette, A200, A100, A400); $accent: mat.define-palette(mat.$green-palette, A200, A100, A400);

View File

@@ -1,4 +1,4 @@
@use 'styles/mat-selectors'; @import 'styles/mat-selectors';
.adf-empty-content { .adf-empty-content {
color: var(--adf-theme-foreground-text-color-054); color: var(--adf-theme-foreground-text-color-054);

View File

@@ -1,4 +1,4 @@
@use 'styles/mat-selectors'; @import 'styles/mat-selectors';
.adf-image-viewer { .adf-image-viewer {
width: 100%; width: 100%;

View File

@@ -1,4 +1,4 @@
@use 'styles/mat-selectors'; @import 'styles/mat-selectors';
.adf-pdf-viewer { .adf-pdf-viewer {
width: 100%; width: 100%;

View File

@@ -1,5 +1,5 @@
/* stylelint-disable scss/at-extend-no-missing-placeholder */ /* stylelint-disable scss/at-extend-no-missing-placeholder */
@use 'styles/mat-selectors'; @import 'styles/mat-selectors';
.adf-full-screen { .adf-full-screen {
width: 100%; width: 100%;

View File

@@ -1,5 +1,5 @@
/* stylelint-disable scss/at-extend-no-missing-placeholder */ /* stylelint-disable scss/at-extend-no-missing-placeholder */
@use 'styles/mat-selectors'; @import 'styles/mat-selectors';
.adf-full-screen { .adf-full-screen {
width: 100%; width: 100%;

View File

@@ -1,4 +1,4 @@
@use 'styles/mat-selectors'; @import 'styles/mat-selectors';
.adf-buttons-menu { .adf-buttons-menu {
margin-right: 10px; margin-right: 10px;

View File

@@ -1,4 +1,4 @@
@use 'styles/mat-selectors'; @import 'styles/mat-selectors';
/* cspell: disable-next-line */ /* cspell: disable-next-line */
/* stylelint-disable scss/at-extend-no-missing-placeholder */ /* stylelint-disable scss/at-extend-no-missing-placeholder */

View File

@@ -1,5 +1,5 @@
/* stylelint-disable selector-class-pattern */ /* stylelint-disable selector-class-pattern */
@use 'styles/mat-selectors'; @import 'styles/mat-selectors';
.adf { .adf {
// eslint-disable-selector-class-pattern // eslint-disable-selector-class-pattern

View File

@@ -1,5 +1,5 @@
@import 'styles/flex'; @import 'styles/flex';
@use 'styles/mat-selectors'; @import 'styles/mat-selectors';
/* stylelint-disable scss/no-global-function-names */ /* stylelint-disable scss/no-global-function-names */
@mixin adf-line-clamp($line-height: 1.25, $lines: 3) { @mixin adf-line-clamp($line-height: 1.25, $lines: 3) {

View File

@@ -1,4 +1,4 @@
@use 'styles/mat-selectors'; @import 'styles/mat-selectors';
.adf-form-container { .adf-form-container {
max-width: 100%; max-width: 100%;

View File

@@ -1,4 +1,4 @@
@use 'styles/mat-selectors'; @import 'styles/mat-selectors';
.adf-attach-file-widget-dialog { .adf-attach-file-widget-dialog {
#{$mat-dialog-actions} { #{$mat-dialog-actions} {

View File

@@ -1,5 +1,5 @@
@import 'styles/flex'; @import 'styles/flex';
@use 'styles/mat-selectors'; @import 'styles/mat-selectors';
.adf { .adf {
&-attach-widget-container { &-attach-widget-container {

View File

@@ -1,4 +1,4 @@
@use 'styles/mat-selectors'; @import 'styles/mat-selectors';
.adf { .adf {
&-attach-folder-widget-container { &-attach-folder-widget-container {

View File

@@ -1,4 +1,4 @@
@use 'styles/mat-selectors'; @import 'styles/mat-selectors';
.adf { .adf {
&-dropdown-widget { &-dropdown-widget {

View File

@@ -1,4 +1,4 @@
@use 'styles/mat-selectors'; @import 'styles/mat-selectors';
.adf { .adf {
&-people-widget { &-people-widget {

View File

@@ -1,4 +1,4 @@
@use 'styles/mat-selectors'; @import 'styles/mat-selectors';
.adf { .adf {
&-upload-widget-container { &-upload-widget-container {

View File

@@ -1,4 +1,4 @@
@use 'styles/mat-selectors'; @import 'styles/mat-selectors';
.adf-assignment-header { .adf-assignment-header {
border-bottom: 1px solid var(--adf-theme-foreground-divider-color); border-bottom: 1px solid var(--adf-theme-foreground-divider-color);

View File

@@ -1,5 +1,5 @@
@import 'styles/flex'; @import 'styles/flex';
@use 'styles/mat-selectors'; @import 'styles/mat-selectors';
.adf { .adf {
&-start-process { &-start-process {

View File

@@ -1,5 +1,5 @@
@import 'styles/flex'; @import 'styles/flex';
@use 'styles/mat-selectors'; @import 'styles/mat-selectors';
.adf { .adf {
&-userinfo-container { &-userinfo-container {

View File

@@ -1,4 +1,4 @@
@use 'styles/mat-selectors'; @import 'styles/mat-selectors';
.adf-attach-form { .adf-attach-form {
#{$mat-form-field} { #{$mat-form-field} {

View File

@@ -1,4 +1,4 @@
@use 'styles/mat-selectors'; @import 'styles/mat-selectors';
:host { :host {
width: 100%; width: 100%;

View File

@@ -1,5 +1,5 @@
@import 'styles/flex'; @import 'styles/flex';
@use 'styles/mat-selectors'; @import 'styles/mat-selectors';
/* stylelint-disable no-descending-specificity */ /* stylelint-disable no-descending-specificity */
.adf-new-task-heading { .adf-new-task-heading {

View File

@@ -1,5 +1,5 @@
@import 'styles/flex'; @import 'styles/flex';
@use 'styles/mat-selectors'; @import 'styles/mat-selectors';
adf-task-details { adf-task-details {
width: 100%; width: 100%;

View File

@@ -1,4 +1,4 @@
@use 'styles/mat-selectors'; @import 'styles/mat-selectors';
.adf-task-form { .adf-task-form {
&-container { &-container {

View File

@@ -1,4 +1,4 @@
@use 'styles/mat-selectors'; @import 'styles/mat-selectors';
.adf-message-card { .adf-message-card {
width: 60%; width: 60%;