You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CreateTearsheet retains a prop for verticalPosition that determines how far from the top of the window the CreateTearsheet should begin. This was deprecated for tearsheet and was intended to be deprecated for Create. Verify if this is still valid – should we deprecate in Create and use same default spacing? Or, allow both tearsheet and CreateTearsheet to use this prop again?
Check Telemetry data for prop usage in CreateTearsheet
Research if this prop is necessary (can teams override if needed?)
Should CreateTearsheet and Tearsheet both have the verticalPosition prop, with the same default value?
Should we fully deprecate the verticalPosition prop in CreateTearsheet?
Discuss with development
Telemetry data as of 11/13/24
Findings
CreateTearsheet is used in 1,883 repos.
VerticalPosition appears in both Tearsheet and CreateTearsheet according to Telemetry, but is only defined in 12 repos.
The normal value is used in 9 repos, while lower is used in 3. VerticalPosition is only referenced in 12 repos overall.
The text was updated successfully, but these errors were encountered:
CreateTearsheet
retains a prop for verticalPosition that determines how far from the top of the window the CreateTearsheet should begin. This was deprecated fortearsheet
and was intended to be deprecated forCreate
. Verify if this is still valid – should we deprecate inCreate
and use same default spacing? Or, allow bothtearsheet
andCreateTearsheet
to use this prop again?CreateTearsheet
CreateTearsheet
andTearsheet
both have theverticalPosition
prop, with the same default value?verticalPosition
prop inCreateTearsheet
?Telemetry data as of 11/13/24
Findings
CreateTearsheet
is used in 1,883 repos.VerticalPosition
appears in both Tearsheet and CreateTearsheet according to Telemetry, but is only defined in 12 repos.normal
value is used in 9 repos, whilelower
is used in 3.VerticalPosition
is only referenced in 12 repos overall.The text was updated successfully, but these errors were encountered: