Skip to content

Commit 25884ae

Browse files
committed
main - f3ec444 build: generate more believable token examples (#31807)
1 parent 2982fa1 commit 25884ae

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ <h4 id="MatRipple" class="docs-header-link docs-api-h4 docs-api-class-name">
6262
</p>
6363
</td>
6464
<td class="docs-api-property-description"><p>Configuration for the ripple animation. Allows modifying the enter and exit animation
65-
duration of the ripples. The animation durations will be overwritten if the
66-
<code>NoopAnimationsModule</code> is being used.</p>
65+
duration of the ripples. The animation durations will be overwritten if animations are
66+
disabled.</p>
6767
</td>
6868
</tr>
6969

@@ -440,7 +440,7 @@ <h4 id="RippleGlobalOptions" class="docs-header-link docs-api-h4 docs-api-interf
440440
</td>
441441
<td class="docs-api-property-description"><p>Default configuration for the animation duration of the ripples. There are two phases with
442442
different durations for the ripples: <code>enter</code> and <code>leave</code>. The durations will be overwritten
443-
by the value of <code>matRippleAnimation</code> or if the <code>NoopAnimationsModule</code> is included.</p>
443+
by the value of <code>matRippleAnimation</code> or if animations are disabled.</p>
444444
</td>
445445
</tr>
446446

docs-content/overviews/material/core/ripple/ripple.md.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ <h3 id="disabling-animation" class="docs-header-link">
9090
<span class="hljs-attr">enterDuration</span>: <span class="hljs-number">0</span>,
9191
<span class="hljs-attr">exitDuration</span>: <span class="hljs-number">0</span>
9292
}
93-
};</code></pre><p><strong>Note</strong>: Ripples will also have no animation if the <code>NoopAnimationsModule</code> is being used. This
93+
};</code></pre><p><strong>Note</strong>: Ripples will also have no animation if animations are disabled globally. This
9494
also means that the durations in the <code>animation</code> configuration won&#39;t be taken into account.</p>
9595

9696
<h3 id="animation-behavior" class="docs-header-link">

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": "21.0.0-next.1+sha-17cc760",
3+
"version": "21.0.0-next.1+sha-f3ec444",
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": "21.0.0-next.1+sha-17cc760",
263-
"@angular/cdk-experimental": "21.0.0-next.1+sha-17cc760",
262+
"@angular/cdk": "21.0.0-next.1+sha-f3ec444",
263+
"@angular/cdk-experimental": "21.0.0-next.1+sha-f3ec444",
264264
"@angular/core": "^21.0.0-0 || ^21.1.0-0 || ^21.2.0-0 || ^21.3.0-0 || ^22.0.0-0",
265265
"@angular/common": "^21.0.0-0 || ^21.1.0-0 || ^21.2.0-0 || ^21.3.0-0 || ^22.0.0-0",
266-
"@angular/material": "21.0.0-next.1+sha-17cc760",
267-
"@angular/material-experimental": "21.0.0-next.1+sha-17cc760",
268-
"@angular/material-moment-adapter": "21.0.0-next.1+sha-17cc760",
269-
"@angular/material-luxon-adapter": "21.0.0-next.1+sha-17cc760",
270-
"@angular/material-date-fns-adapter": "21.0.0-next.1+sha-17cc760"
266+
"@angular/material": "21.0.0-next.1+sha-f3ec444",
267+
"@angular/material-experimental": "21.0.0-next.1+sha-f3ec444",
268+
"@angular/material-moment-adapter": "21.0.0-next.1+sha-f3ec444",
269+
"@angular/material-luxon-adapter": "21.0.0-next.1+sha-f3ec444",
270+
"@angular/material-date-fns-adapter": "21.0.0-next.1+sha-f3ec444"
271271
},
272272
"devDependencies": {
273273
"@angular/cdk": "workspace:*",

0 commit comments

Comments
 (0)