Skip to content

@twilio-paste/[email protected]

Compare
Choose a tag to compare
@TwilioPasteBot TwilioPasteBot released this 31 Jan 00:51
· 123 commits to main since this release
3220274

Minor Changes

  • 55786c61c #3727 Thanks @TheSisb! - [Summary Detail] Add new SummaryDetail component package.

    A Summary Detail is a collapsible container that can be used to hide or show content.

  • e0e69e760 #3731 Thanks @nkrantz! - [Page Header] Create new PageHeaderSeparator component as part of the Page Header package

  • d9f96d7d8 #3739 Thanks @TheSisb! - [ThemeProvider, CustomizationProvider] Now accepts an optional style prop to override element styles.

    This is helpful in scenarios where ThemeProvider isn't wrapping your app root, but instead is nested in your DOM tree and needs some styling overrides.

  • 22a917aed #3740 Thanks @TheSisb! - [Table, DataGrid] Allow passing whiteSpace style prop to Th/DataGridHeader and Td/DataGridCell components.

  • f5a0ae961 #3662 Thanks @nkrantz! - [Page Header] Create new Page Header package. Page Header is a layout component that wraps all top level components on a page.

Patch Changes