@porscheinformatik/material-addons 16.0.7 → 17.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2022/lib/button/button.module.mjs +4 -4
- package/esm2022/lib/button/danger-button/danger-button.component.mjs +5 -5
- package/esm2022/lib/button/flat-button/link-button.component.mjs +5 -5
- package/esm2022/lib/button/icon-button/icon-button.component.mjs +5 -5
- package/esm2022/lib/button/mad-basic-button.mjs +3 -3
- package/esm2022/lib/button/outline-button/outline-button.component.mjs +5 -5
- package/esm2022/lib/button/primary-button/primary-button.component.mjs +5 -5
- package/esm2022/lib/card/card.component.mjs +3 -3
- package/esm2022/lib/card/card.module.mjs +4 -4
- package/esm2022/lib/content-panel/content-header/content-header.component.mjs +3 -3
- package/esm2022/lib/content-panel/content-panel-container/content-panel-container.component.mjs +3 -3
- package/esm2022/lib/content-panel/content-panel-container-content/content-panel-container-content.component.mjs +3 -3
- package/esm2022/lib/content-panel/content-panel-container-footer/content-panel-container-footer.component.mjs +3 -3
- package/esm2022/lib/content-panel/content-panel.module.mjs +4 -4
- package/esm2022/lib/content-panel/main-container/main-container.component.mjs +3 -3
- package/esm2022/lib/data-table/data-table-columns-modal/data-table-columns-modal.component.mjs +5 -5
- package/esm2022/lib/data-table/data-table.component.mjs +5 -5
- package/esm2022/lib/data-table/data-table.module.mjs +4 -4
- package/esm2022/lib/flowbar/flowbar.component.mjs +3 -3
- package/esm2022/lib/flowbar/flowbar.module.mjs +4 -4
- package/esm2022/lib/material-action-button/material-action-button.component.mjs +3 -3
- package/esm2022/lib/material-action-button/material-action-button.module.mjs +4 -4
- package/esm2022/lib/material-addons.module.mjs +4 -4
- package/esm2022/lib/numeric-field/number-format.service.mjs +6 -6
- package/esm2022/lib/numeric-field/numeric-field.directive.mjs +5 -5
- package/esm2022/lib/numeric-field/numeric-field.module.mjs +4 -4
- package/esm2022/lib/quick-list/base-quick-list.component.mjs +5 -5
- package/esm2022/lib/quick-list/quick-list-compact/quick-list-compact.component.mjs +4 -4
- package/esm2022/lib/quick-list/quick-list.component.mjs +4 -4
- package/esm2022/lib/quick-list/quick-list.module.mjs +4 -4
- package/esm2022/lib/quick-list/reactive-form-quick-list/reactive-form-quick-list.component.mjs +4 -4
- package/esm2022/lib/quick-list/reactive-form-quick-list-compact/reactive-form-quick-list-compact.component.mjs +4 -4
- package/esm2022/lib/readonly/readonly-form-field/readonly-form-field.component.mjs +5 -5
- package/esm2022/lib/readonly/readonly-form-field-wrapper/readonly-form-field-wrapper.component.mjs +5 -5
- package/esm2022/lib/readonly/readonly-form-field.module.mjs +4 -4
- package/esm2022/lib/stepper/step-header/step-header.component.mjs +5 -5
- package/esm2022/lib/stepper/stepper.component.mjs +11 -11
- package/esm2022/lib/stepper/stepper.module.mjs +4 -4
- package/esm2022/lib/table/table.component.mjs +3 -3
- package/esm2022/lib/table/table.module.mjs +4 -4
- package/esm2022/lib/throttle-click/throttle-click.directive.mjs +3 -3
- package/esm2022/lib/throttle-click/throttle-click.module.mjs +4 -4
- package/esm2022/lib/toolbar/toolbar.component.mjs +4 -4
- package/esm2022/lib/toolbar/toolbar.module.mjs +4 -4
- package/esm2022/lib/toolbar/toolbar.service.mjs +4 -4
- package/fesm2022/porscheinformatik-material-addons.mjs +179 -179
- package/fesm2022/porscheinformatik-material-addons.mjs.map +1 -1
- package/package.json +1 -1
- package/themes/common/styles.scss +16 -15
package/package.json
CHANGED
|
@@ -1,24 +1,25 @@
|
|
|
1
1
|
@use '@angular/material' as mat;
|
|
2
|
-
@use '@angular/material/theming' as theming;
|
|
3
2
|
|
|
4
3
|
@include mat.all-component-typographies();
|
|
5
4
|
@include mat.all-component-densities(-2);
|
|
6
5
|
@include mat.core();
|
|
6
|
+
|
|
7
|
+
//TODO Contrasts should be part of the themes!
|
|
7
8
|
$contrast: (
|
|
8
|
-
50:
|
|
9
|
-
100:
|
|
10
|
-
200:
|
|
11
|
-
300:
|
|
12
|
-
400:
|
|
13
|
-
500:
|
|
14
|
-
600:
|
|
15
|
-
700:
|
|
16
|
-
800:
|
|
17
|
-
900:
|
|
18
|
-
A100:
|
|
19
|
-
A200:
|
|
20
|
-
A400:
|
|
21
|
-
A700:
|
|
9
|
+
50: rgba(black, 0.87),
|
|
10
|
+
100: rgba(black, 0.87),
|
|
11
|
+
200: rgba(black, 0.87),
|
|
12
|
+
300: rgba(black, 0.87),
|
|
13
|
+
400: rgba(black, 0.87),
|
|
14
|
+
500: white,
|
|
15
|
+
600: white,
|
|
16
|
+
700: white,
|
|
17
|
+
800: white,
|
|
18
|
+
900: white,
|
|
19
|
+
A100: rgba(black, 0.87),
|
|
20
|
+
A200: rgba(black, 0.87),
|
|
21
|
+
A400: rgba(black, 0.87),
|
|
22
|
+
A700: rgba(black, 0.87),
|
|
22
23
|
);
|
|
23
24
|
|
|
24
25
|
@function get-main-color($color-scheme) {
|