Skip to content

Conversation

@ValeraS
Copy link
Collaborator

@ValeraS ValeraS commented Nov 18, 2025

No description provided.

@gravity-ui
Copy link
Contributor

gravity-ui bot commented Nov 18, 2025

🎭 Component Tests Report is ready.

Comment on lines +150 to +161
/** The width of the element */
width?: AdaptiveProp<React.CSSProperties['width'] | SpacingValue>;
/** The minimum width of the element */
minWidth?: AdaptiveProp<React.CSSProperties['minWidth'] | SpacingValue>;
/** The maximum width of the element */
maxWidth?: AdaptiveProp<React.CSSProperties['maxWidth'] | SpacingValue>;
/** The height of the element */
height?: AdaptiveProp<React.CSSProperties['height'] | SpacingValue>;
/** The minimum height of the element */
minHeight?: AdaptiveProp<React.CSSProperties['minHeight'] | SpacingValue>;
/** The maximum height of the element */
maxHeight?: AdaptiveProp<React.CSSProperties['maxHeight'] | SpacingValue>;
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

or

Suggested change
/** The width of the element */
width?: AdaptiveProp<React.CSSProperties['width'] | SpacingValue>;
/** The minimum width of the element */
minWidth?: AdaptiveProp<React.CSSProperties['minWidth'] | SpacingValue>;
/** The maximum width of the element */
maxWidth?: AdaptiveProp<React.CSSProperties['maxWidth'] | SpacingValue>;
/** The height of the element */
height?: AdaptiveProp<React.CSSProperties['height'] | SpacingValue>;
/** The minimum height of the element */
minHeight?: AdaptiveProp<React.CSSProperties['minHeight'] | SpacingValue>;
/** The maximum height of the element */
maxHeight?: AdaptiveProp<React.CSSProperties['maxHeight'] | SpacingValue>;
/** The width of the element */
inlineSize?: AdaptiveProp<React.CSSProperties['inlineSize'] | SpacingValue>;
/** The minimum width of the element */
minInlineSize?: AdaptiveProp<React.CSSProperties['minInlineSize'] | SpacingValue>;
/** The maximum width of the element */
maxInlineSize?: AdaptiveProp<React.CSSProperties['maxInlineSize'] | SpacingValue>;
/** The height of the element */
blockSize?: AdaptiveProp<React.CSSProperties['blockSize'] | SpacingValue>;
/** The minimum height of the element */
minBlockSize?: AdaptiveProp<React.CSSProperties['minBlockSize'] | SpacingValue>;
/** The maximum height of the element */
maxBlockSize?: AdaptiveProp<React.CSSProperties['maxBlockSize'] | SpacingValue>;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants