Skip to content

Commit 8a41d0b

Browse files
committed
main - 95f2de4 refactor: remove unused format util (#31339)
1 parent 41ffd54 commit 8a41d0b

File tree

2 files changed

+13
-12
lines changed

2 files changed

+13
-12
lines changed

docs-content/api-docs/material-button-testing.html

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,13 @@ <h4 id="MatButtonHarness" class="docs-header-link docs-api-h4 docs-api-class-nam
5757

5858
<tr class="docs-api-properties-row">
5959
<td class="docs-api-properties-name-cell"><p class="docs-api-property-name">
60-
<code>static&nbsp;hostSelector: `[matButton], [mat-button], [matIconButton], [matFab], [matMiniFab],
61-
[mat-raised-button], [mat-flat-button], [mat-icon-button], [mat-stroked-button], [mat-fab],
62-
[mat-mini-fab]`</code>
60+
<code>static&nbsp;hostSelector: `.mat-mdc-button-base, [matButton], [mat-button], [matIconButton],
61+
[matFab], [matMiniFab], [mat-raised-button], [mat-flat-button], [mat-icon-button],
62+
[mat-stroked-button], [mat-fab], [mat-mini-fab]`</code>
6363
</p>
6464
</td>
65-
<td class="docs-api-property-description"></td>
65+
<td class="docs-api-property-description"><p>Selector for the harness.</p>
66+
</td>
6667
</tr>
6768

6869

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular/components-examples",
3-
"version": "20.1.0-next.1+sha-0a47244",
3+
"version": "20.1.0-next.1+sha-95f2de4",
44
"description": "Angular Components Examples",
55
"private": true,
66
"repository": {
@@ -259,15 +259,15 @@
259259
},
260260
"homepage": "https://github.com/angular/components#readme",
261261
"peerDependencies": {
262-
"@angular/cdk": "20.1.0-next.1+sha-0a47244",
263-
"@angular/cdk-experimental": "20.1.0-next.1+sha-0a47244",
262+
"@angular/cdk": "20.1.0-next.1+sha-95f2de4",
263+
"@angular/cdk-experimental": "20.1.0-next.1+sha-95f2de4",
264264
"@angular/core": "^20.0.0-0 || ^20.1.0-0 || ^20.2.0-0 || ^20.3.0-0 || ^21.0.0-0",
265265
"@angular/common": "^20.0.0-0 || ^20.1.0-0 || ^20.2.0-0 || ^20.3.0-0 || ^21.0.0-0",
266-
"@angular/material": "20.1.0-next.1+sha-0a47244",
267-
"@angular/material-experimental": "20.1.0-next.1+sha-0a47244",
268-
"@angular/material-moment-adapter": "20.1.0-next.1+sha-0a47244",
269-
"@angular/material-luxon-adapter": "20.1.0-next.1+sha-0a47244",
270-
"@angular/material-date-fns-adapter": "20.1.0-next.1+sha-0a47244"
266+
"@angular/material": "20.1.0-next.1+sha-95f2de4",
267+
"@angular/material-experimental": "20.1.0-next.1+sha-95f2de4",
268+
"@angular/material-moment-adapter": "20.1.0-next.1+sha-95f2de4",
269+
"@angular/material-luxon-adapter": "20.1.0-next.1+sha-95f2de4",
270+
"@angular/material-date-fns-adapter": "20.1.0-next.1+sha-95f2de4"
271271
},
272272
"devDependencies": {
273273
"@angular/cdk": "workspace:*",

0 commit comments

Comments
 (0)