@ng-matero/extensions 17.2.0 → 17.2.1
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/_index.scss +0 -4
- package/experimental/_index.scss +5 -0
- package/{core/theming/m3 → experimental/theming}/_color-api-back-compat.scss +3 -3
- package/{core/theming/m3 → experimental/theming}/_m3-tokens.scss +1 -1
- package/package.json +7 -7
- /package/{core/theming/m3 → experimental/theming}/_config-validation.scss +0 -0
- /package/{core/theming/m3 → experimental/theming}/_custom-tokens.scss +0 -0
- /package/{core/theming/m3 → experimental/theming}/_definition.scss +0 -0
- /package/{core/theming/m3 → experimental/theming}/_format-tokens.scss +0 -0
- /package/{core/theming/m3 → experimental/theming}/_m3-density.scss +0 -0
package/_index.scss
CHANGED
|
@@ -29,7 +29,3 @@ tooltip-color, tooltip-typography, tooltip-density, tooltip-base;
|
|
|
29
29
|
@forward './core/color/all-color' show all-component-colors;
|
|
30
30
|
@forward './core/typography/all-typography' show all-component-typographies;
|
|
31
31
|
@forward './core/density/all-density' show all-component-densities;
|
|
32
|
-
|
|
33
|
-
// Experimental M3 Token-based theming API
|
|
34
|
-
@forward './core/theming/m3/definition' show define-theme, define-colors, define-typography, define-density;
|
|
35
|
-
@forward './core/theming/m3/color-api-back-compat' show color-variants-back-compat;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
@use '@angular/material' as mat;
|
|
2
|
-
@use '
|
|
3
|
-
@use '
|
|
4
|
-
@use '
|
|
2
|
+
@use '../../datetimepicker/datetimepicker-theme';
|
|
3
|
+
@use '../../select/select-theme';
|
|
4
|
+
@use '../../split/split-theme';
|
|
5
5
|
|
|
6
6
|
// We want to emit only the overrides, because the backwards compatibility styles are usually
|
|
7
7
|
// emitted after all the tokens have been included once already. This allows us to save ~50kb
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ng-matero/extensions",
|
|
3
|
-
"version": "17.2.
|
|
3
|
+
"version": "17.2.1",
|
|
4
4
|
"description": "Angular Material Extensions",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -78,18 +78,18 @@
|
|
|
78
78
|
"esm": "./esm2022/checkbox-group/mtxCheckboxGroup.mjs",
|
|
79
79
|
"default": "./fesm2022/mtxCheckboxGroup.mjs"
|
|
80
80
|
},
|
|
81
|
-
"./colorpicker": {
|
|
82
|
-
"types": "./colorpicker/index.d.ts",
|
|
83
|
-
"esm2022": "./esm2022/colorpicker/mtxColorpicker.mjs",
|
|
84
|
-
"esm": "./esm2022/colorpicker/mtxColorpicker.mjs",
|
|
85
|
-
"default": "./fesm2022/mtxColorpicker.mjs"
|
|
86
|
-
},
|
|
87
81
|
"./column-resize": {
|
|
88
82
|
"types": "./column-resize/index.d.ts",
|
|
89
83
|
"esm2022": "./esm2022/column-resize/mtxColumnResize.mjs",
|
|
90
84
|
"esm": "./esm2022/column-resize/mtxColumnResize.mjs",
|
|
91
85
|
"default": "./fesm2022/mtxColumnResize.mjs"
|
|
92
86
|
},
|
|
87
|
+
"./colorpicker": {
|
|
88
|
+
"types": "./colorpicker/index.d.ts",
|
|
89
|
+
"esm2022": "./esm2022/colorpicker/mtxColorpicker.mjs",
|
|
90
|
+
"esm": "./esm2022/colorpicker/mtxColorpicker.mjs",
|
|
91
|
+
"default": "./fesm2022/mtxColorpicker.mjs"
|
|
92
|
+
},
|
|
93
93
|
"./core": {
|
|
94
94
|
"types": "./core/index.d.ts",
|
|
95
95
|
"esm2022": "./esm2022/core/mtxCore.mjs",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|