@angular/material 12.2.0-rc.0 → 12.2.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/bundles/material-core.umd.js +2 -2
- package/bundles/material-core.umd.js.map +1 -1
- package/core/index.metadata.json +1 -1
- package/core/theming/_theming.scss +3 -1
- package/esm2015/core/common-behaviors/common-module.js +1 -1
- package/esm2015/core/version.js +1 -1
- package/fesm2015/core.js +2 -2
- package/fesm2015/core.js.map +1 -1
- package/package.json +2 -2
- package/schematics/ng-add/index.js +1 -1
- package/schematics/ng-add/index.mjs +1 -1
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
* found in the LICENSE file at https://angular.io/license
|
|
35
35
|
*/
|
|
36
36
|
/** Current version of Angular Material. */
|
|
37
|
-
var VERSION$1 = new i0.Version('12.2.0
|
|
37
|
+
var VERSION$1 = new i0.Version('12.2.0');
|
|
38
38
|
|
|
39
39
|
/**
|
|
40
40
|
* @license
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
// i.e. avoid core to depend on the @angular/material primary entry-point
|
|
75
75
|
// Can be removed once the Material primary entry-point no longer
|
|
76
76
|
// re-exports all secondary entry-points
|
|
77
|
-
var VERSION = new i0.Version('12.2.0
|
|
77
|
+
var VERSION = new i0.Version('12.2.0');
|
|
78
78
|
/** @docs-private */
|
|
79
79
|
function MATERIAL_SANITY_CHECKS_FACTORY() {
|
|
80
80
|
return true;
|