Skip to content

Commit 6bcd59c

Browse files
committed
main - e85c865 docs(material/dialog): remove default value from doc string (#31025)
1 parent 4cf3e8e commit 6bcd59c

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

docs-content/api-docs/cdk-dialog.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -647,7 +647,7 @@ <h4 id="DialogConfig" class="docs-header-link docs-api-h4 docs-api-class-name">
647647
<code>maxWidth: number | string</code>
648648
</p>
649649
</td>
650-
<td class="docs-api-property-description"><p>Max-width of the dialog. If a number is provided, assumes pixel units. Defaults to 80vw.</p>
650+
<td class="docs-api-property-description"><p>Max-width of the dialog. If a number is provided, assumes pixel units.</p>
651651
</td>
652652
</tr>
653653

docs-content/api-docs/material-dialog.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1186,7 +1186,7 @@ <h4 id="MatDialogConfig" class="docs-header-link docs-api-h4 docs-api-class-name
11861186
<code>maxWidth: number | string</code>
11871187
</p>
11881188
</td>
1189-
<td class="docs-api-property-description"><p>Max-width of the dialog. If a number is provided, assumes pixel units. Defaults to 80vw.</p>
1189+
<td class="docs-api-property-description"><p>Max-width of the dialog. If a number is provided, assumes pixel units.</p>
11901190
</td>
11911191
</tr>
11921192

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.0+sha-8be9b8f",
3+
"version": "20.1.0-next.0+sha-e85c865",
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.0+sha-8be9b8f",
263-
"@angular/cdk-experimental": "20.1.0-next.0+sha-8be9b8f",
262+
"@angular/cdk": "20.1.0-next.0+sha-e85c865",
263+
"@angular/cdk-experimental": "20.1.0-next.0+sha-e85c865",
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.0+sha-8be9b8f",
267-
"@angular/material-experimental": "20.1.0-next.0+sha-8be9b8f",
268-
"@angular/material-moment-adapter": "20.1.0-next.0+sha-8be9b8f",
269-
"@angular/material-luxon-adapter": "20.1.0-next.0+sha-8be9b8f",
270-
"@angular/material-date-fns-adapter": "20.1.0-next.0+sha-8be9b8f"
266+
"@angular/material": "20.1.0-next.0+sha-e85c865",
267+
"@angular/material-experimental": "20.1.0-next.0+sha-e85c865",
268+
"@angular/material-moment-adapter": "20.1.0-next.0+sha-e85c865",
269+
"@angular/material-luxon-adapter": "20.1.0-next.0+sha-e85c865",
270+
"@angular/material-date-fns-adapter": "20.1.0-next.0+sha-e85c865"
271271
},
272272
"devDependencies": {
273273
"@angular/cdk": "workspace:*",

0 commit comments

Comments
 (0)