Skip to content

Releases: twilio-labs/paste

@twilio-paste/[email protected]

28 May 20:13
cb3b0f4
Compare
Choose a tag to compare

Major Changes

  • bb893822d #3827 Thanks @nkrantz! - [Side Panel] add new Side Panel component. Side panel is a container that pushes the main page content when open.

Patch Changes

  • a3b7520bf #3904 Thanks @nkrantz! - [Side Panel] Fix positioning of close button when no header actions are being used by adding justifyContent="space-between"

@twilio-paste/[email protected]

28 May 20:13
cb3b0f4
Compare
Choose a tag to compare

Patch Changes

@twilio-paste/[email protected]

28 May 20:13
cb3b0f4
Compare
Choose a tag to compare

Patch Changes

  • 7d5c312f7 #3846 Thanks @TheSisb! - [Modal] fix padding around ModalFooter for when the content overflows and scrolls.

@twilio-paste/[email protected]

28 May 20:13
cb3b0f4
Compare
Choose a tag to compare

Patch Changes

  • d6c1b73ad #3805 Thanks @nkrantz! - [List] improve text alignment for OrderedDisplayList between the list item number and the corresponding heading.

@twilio-paste/[email protected]

28 May 20:13
cb3b0f4
Compare
Choose a tag to compare

Patch Changes

  • 825dc39a3 #3917 Thanks @krisantrobus! - [Input] updated focus stylings on increment/decrement buttons for number input type on both default and inverse variants

@twilio-paste/[email protected]

28 May 20:13
cb3b0f4
Compare
Choose a tag to compare

Minor Changes

  • 5bb1b010b #3903 Thanks @nkrantz! - [Icons] add 8 new icons: CartIcon, CustomerCareIcon, PaymentIcon, RepeatPurchaseIcon, TransferIcon, UpsellIcon, WinbackIcon, and ProductAccountDashboardIcon, and modify 1 existing icon: ProductAdminAccountsIcon.

  • dfb08d575 #3884 Thanks @nkrantz! - [Icons] Add 6 new icons: ProductConversationalInsightsIcon, DataArrayIcon, DataBooleanIcon, DataNumberIcon, DataObectIcon, and DataStringIcon.

@twilio-paste/[email protected]

28 May 20:13
cb3b0f4
Compare
Choose a tag to compare

Minor Changes

  • 5bb1b010b #3903 Thanks @nkrantz! - [Icons] add 8 new icons: CartIcon, CustomerCareIcon, PaymentIcon, RepeatPurchaseIcon, TransferIcon, UpsellIcon, WinbackIcon, and ProductAccountDashboardIcon, and modify 1 existing icon: ProductAdminAccountsIcon.

  • bb893822d #3827 Thanks @nkrantz! - [Side Panel] add new Side Panel component. Side panel is a container that pushes the main page content when open.

  • dfb08d575 #3884 Thanks @nkrantz! - [Icons] Add 6 new icons: ProductConversationalInsightsIcon, DataArrayIcon, DataBooleanIcon, DataNumberIcon, DataObectIcon, and DataStringIcon.

Patch Changes

@twilio-paste/[email protected]

28 May 20:13
cb3b0f4
Compare
Choose a tag to compare

Minor Changes

@twilio-paste/[email protected]

28 May 20:13
cb3b0f4
Compare
Choose a tag to compare

Patch Changes

  • 1177b8f06 #3878 Thanks @cogwizzle! - Adding help text to the paste button component via JSDoc to ensure the design system guidance is accessible via the Language Server output. Minor updates to the syntax of the button component to modernize it.

@twilio-paste/[email protected]

04 Apr 18:17
d9031d0
Compare
Choose a tag to compare

Patch Changes

  • c020edefc #3834 Thanks @nkrantz! - [Spinner] Fix a bug that previously occured when a Safari user zoomed in on a page with a Spinner. The animated track moving around the Spinner circle would lose its center and appear off of the circle. This was due to the fact that Safari does not accept "center" as a value for the transformOrigin property. The fix was to remove the extra animations for Safari windows only.