Skip to content

@twilio-paste/[email protected]

Compare
Choose a tag to compare
@TwilioPasteBot TwilioPasteBot released this 20 Oct 17:05
· 190 commits to main since this release
d1f89ea

Minor Changes

  • 3f6e05d10 #3541 Thanks @nkrantz! - [Data Grid] Add ability to override default "grid" role to be "treegrid" for making custom tree grid components using Data Grid. "treegrid" is the only valid type that can be passed to role.

  • 72ec59143 #3549 Thanks @TheSisb! - [ProgressBar] Added new features and updated the design.

    The ProgressBarLabel component has the following new props:

    • valueLabel which displays a plain text value on the right side of the label.
    • disabled which applies disabled styling on the label.

    The ProgressBar component has updated styling and the following new props:

    • hasError which displays error styling.
    • disabled which displays disabled styling.
  • 92c16ec9d #3537 Thanks @TheSisb! - [In Page Navigation] Add new orientation property with a vertical option.

  • c023e7345 #3528 Thanks @nkrantz! - [Description List] Adjust spacing on Description List component. Description List was previously inheriting 14px of top and bottom margin from the HTML element. This change removes that spacing, so the component now has 0px of top/bottom margin. The same amount of spacing remains between DescriptionListTerms and DescriptionListDetails. In order to maintain designs with Description Lists, you may have to replace the removed spacing to your layout.

Patch Changes