@angular/material-experimental 20.1.0-next.1 → 20.1.0-rc.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.
@@ -141,15 +141,13 @@
141
141
  @mixin density($theme) {}
142
142
 
143
143
  @mixin theme($theme) {
144
- @include mat.private-check-duplicate-theme-styles($theme, 'mat-column-resize') {
145
- @if mat.theme-has($theme, color) {
146
- @include color($theme);
147
- }
148
- @if mat.theme-has($theme, density) {
149
- @include density($theme);
150
- }
151
- @if mat.theme-has($theme, typography) {
152
- @include typography($theme);
153
- }
144
+ @if mat.theme-has($theme, color) {
145
+ @include color($theme);
146
+ }
147
+ @if mat.theme-has($theme, density) {
148
+ @include density($theme);
149
+ }
150
+ @if mat.theme-has($theme, typography) {
151
+ @include typography($theme);
154
152
  }
155
153
  }
@@ -1,7 +1,7 @@
1
1
  import { Version } from '@angular/core';
2
2
 
3
3
  /** Current version of the Material experimental package. */
4
- const VERSION = new Version('20.1.0-next.1');
4
+ const VERSION = new Version('20.1.0-rc.0');
5
5
 
6
6
  export { VERSION };
7
7
  //# sourceMappingURL=material-experimental.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"material-experimental.mjs","sources":["../../../../../darwin_arm64-fastbuild-ST-46c76129e412/bin/src/material-experimental/version.ts"],"sourcesContent":["/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.dev/license\n */\n\nimport {Version} from '@angular/core';\n\n/** Current version of the Material experimental package. */\nexport const VERSION = new Version('20.1.0-next.1');\n"],"names":[],"mappings":";;AAUA;MACa,OAAO,GAAG,IAAI,OAAO,CAAC,mBAAmB;;;;"}
1
+ {"version":3,"file":"material-experimental.mjs","sources":["../../../../../darwin_arm64-fastbuild-ST-46c76129e412/bin/src/material-experimental/version.ts"],"sourcesContent":["/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.dev/license\n */\n\nimport {Version} from '@angular/core';\n\n/** Current version of the Material experimental package. */\nexport const VERSION = new Version('20.1.0-rc.0');\n"],"names":[],"mappings":";;AAUA;MACa,OAAO,GAAG,IAAI,OAAO,CAAC,mBAAmB;;;;"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@angular/material-experimental",
3
- "version": "20.1.0-next.1",
3
+ "version": "20.1.0-rc.0",
4
4
  "description": "Experimental components for Angular Material",
5
5
  "repository": {
6
6
  "type": "git",
@@ -38,13 +38,13 @@
38
38
  }
39
39
  },
40
40
  "peerDependencies": {
41
- "@angular/cdk": "20.1.0-next.1",
41
+ "@angular/cdk": "20.1.0-rc.0",
42
42
  "@angular/core": "^20.0.0-0 || ^20.1.0-0 || ^20.2.0-0 || ^20.3.0-0 || ^21.0.0-0",
43
43
  "@angular/common": "^20.0.0-0 || ^20.1.0-0 || ^20.2.0-0 || ^20.3.0-0 || ^21.0.0-0",
44
44
  "@angular/forms": "^20.0.0-0 || ^20.1.0-0 || ^20.2.0-0 || ^20.3.0-0 || ^21.0.0-0",
45
45
  "@angular/platform-browser": "^20.0.0-0 || ^20.1.0-0 || ^20.2.0-0 || ^20.3.0-0 || ^21.0.0-0",
46
- "@angular/material": "20.1.0-next.1",
47
- "@angular/cdk-experimental": "20.1.0-next.1"
46
+ "@angular/material": "20.1.0-rc.0",
47
+ "@angular/cdk-experimental": "20.1.0-rc.0"
48
48
  },
49
49
  "devDependencies": {
50
50
  "@angular/material": "workspace:*",
@@ -154,15 +154,13 @@
154
154
  @mixin density($theme) {}
155
155
 
156
156
  @mixin theme($theme) {
157
- @include mat.private-check-duplicate-theme-styles($theme, 'mat-popover-edit') {
158
- @if mat.theme-has($theme, color) {
159
- @include color($theme);
160
- }
161
- @if mat.theme-has($theme, density) {
162
- @include density($theme);
163
- }
164
- @if mat.theme-has($theme, typography) {
165
- @include typography($theme);
166
- }
157
+ @if mat.theme-has($theme, color) {
158
+ @include color($theme);
159
+ }
160
+ @if mat.theme-has($theme, density) {
161
+ @include density($theme);
162
+ }
163
+ @if mat.theme-has($theme, typography) {
164
+ @include typography($theme);
167
165
  }
168
166
  }
@@ -1,7 +1,4 @@
1
- @use '@angular/material' as mat;
2
-
3
1
  @mixin theme($theme) {
4
- @include mat.private-check-duplicate-theme-styles($theme, 'mat-selection');
5
2
  }
6
3
 
7
4
  @mixin typography($theme) {}