Skip to content

Commit bbbdb87

Browse files
committed
chore(core): run build
1 parent 4ffa5f6 commit bbbdb87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/src/components.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1732,7 +1732,7 @@ export namespace Components {
17321732
*/
17331733
"enterAnimation"?: AnimationBuilder;
17341734
/**
1735-
* Determines whether or not the sheet modal will only scroll/drag the content when fully expanded. This will only take effect when the `breakpoints` and `initialBreakpoint` properties are set. If the value is `true`, the modal will only scroll when fully expanded. If the value is `false`, the modal will scroll at any breakpoint.
1735+
* Controls whether scrolling or dragging within the sheet modal expands it to a larger breakpoint. This only takes effect when `breakpoints` and `initialBreakpoint` are set. If `true`, scrolling or dragging anywhere in the modal will first expand it to the next breakpoint. Once fully expanded, scrolling will affect the content. If `false`, scrolling will always affect the content, and the modal will only expand when dragging the header or handle.
17361736
*/
17371737
"expandToScroll": boolean;
17381738
/**
@@ -6537,7 +6537,7 @@ declare namespace LocalJSX {
65376537
*/
65386538
"enterAnimation"?: AnimationBuilder;
65396539
/**
6540-
* Determines whether or not the sheet modal will only scroll/drag the content when fully expanded. This will only take effect when the `breakpoints` and `initialBreakpoint` properties are set. If the value is `true`, the modal will only scroll when fully expanded. If the value is `false`, the modal will scroll at any breakpoint.
6540+
* Controls whether scrolling or dragging within the sheet modal expands it to a larger breakpoint. This only takes effect when `breakpoints` and `initialBreakpoint` are set. If `true`, scrolling or dragging anywhere in the modal will first expand it to the next breakpoint. Once fully expanded, scrolling will affect the content. If `false`, scrolling will always affect the content, and the modal will only expand when dragging the header or handle.
65416541
*/
65426542
"expandToScroll"?: boolean;
65436543
/**

0 commit comments

Comments
 (0)