@angular/material 21.0.0-rc.1 → 21.0.0-rc.3
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/button-toggle/_m3-button-toggle.scss +1 -1
- package/fesm2022/autocomplete.mjs +3 -3
- package/fesm2022/autocomplete.mjs.map +1 -1
- package/fesm2022/button-testing.mjs +4 -3
- package/fesm2022/button-testing.mjs.map +1 -1
- package/fesm2022/chips.mjs +6 -6
- package/fesm2022/chips.mjs.map +1 -1
- package/fesm2022/core.mjs +1 -1
- package/fesm2022/core.mjs.map +1 -1
- package/fesm2022/timepicker.mjs +1 -1
- package/fesm2022/timepicker.mjs.map +1 -1
- package/package.json +2 -2
- package/schematics/ng-add/index.js +1 -1
- package/stepper/_m3-stepper.scss +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@angular/material",
|
|
3
|
-
"version": "21.0.0-rc.
|
|
3
|
+
"version": "21.0.0-rc.3",
|
|
4
4
|
"description": "Angular Material",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -353,7 +353,7 @@
|
|
|
353
353
|
}
|
|
354
354
|
},
|
|
355
355
|
"peerDependencies": {
|
|
356
|
-
"@angular/cdk": "21.0.0-rc.
|
|
356
|
+
"@angular/cdk": "21.0.0-rc.3",
|
|
357
357
|
"@angular/core": "^21.0.0-0 || ^21.1.0-0 || ^21.2.0-0 || ^21.3.0-0 || ^22.0.0-0",
|
|
358
358
|
"@angular/common": "^21.0.0-0 || ^21.1.0-0 || ^21.2.0-0 || ^21.3.0-0 || ^22.0.0-0",
|
|
359
359
|
"@angular/forms": "^21.0.0-0 || ^21.1.0-0 || ^21.2.0-0 || ^21.3.0-0 || ^22.0.0-0",
|
|
@@ -19,7 +19,7 @@ const package_config_1 = require("./package-config");
|
|
|
19
19
|
* Note that the fallback version range does not use caret, but tilde because that is
|
|
20
20
|
* the default for Angular framework dependencies in CLI projects.
|
|
21
21
|
*/
|
|
22
|
-
const fallbackMaterialVersionRange = `~21.0.0-rc.
|
|
22
|
+
const fallbackMaterialVersionRange = `~21.0.0-rc.3`;
|
|
23
23
|
/**
|
|
24
24
|
* Schematic factory entry-point for the `ng-add` schematic. The ng-add schematic will be
|
|
25
25
|
* automatically executed if developers run `ng add @angular/material`.
|
package/stepper/_m3-stepper.scss
CHANGED
|
@@ -57,7 +57,7 @@ $prefix: (mat, stepper);
|
|
|
57
57
|
|
|
58
58
|
// Tokens that can be configured through Angular Material's density theming API.
|
|
59
59
|
@function get-density-tokens($scale) {
|
|
60
|
-
$scale: theming.clamp-density(scale, -4);
|
|
60
|
+
$scale: theming.clamp-density($scale, -4);
|
|
61
61
|
$index: ($scale * -1) + 1;
|
|
62
62
|
|
|
63
63
|
@return (
|