Skip to content

Changelog

  • ✨ add table component
  • πŸ’₯ 🚚 rename lists
  • ✨ implement modal
  • πŸ“ fix maximum positioning demo
  • πŸ’₯ ♻️ rebrand placeholder as slot
  • ✨ add select list
  • πŸ“ add checkbox list recipe
  • πŸ› fix col/row gap usage
  • ♻️ rework focus reusage
  • πŸ’₯ render tokens reference per brand
  • πŸ’₯ update typography
  • 🎨 fix icons format
  • πŸ‘· auto deploy releases to prev
  • πŸ› [icon] rotate toyota trade-cycle-management
  • πŸ› fix icons reference UI and copy
  • ✨ add CloseWatcher to tooltip recipe
  • πŸ’„ add visual link button tests
  • ✨ setup visual regression testing
  • ✨ add explicit default classes
  • πŸ’₯ ♻️ prefix internal components
  • πŸ› [button] fix lexus borders
  • πŸ’₯ ✨ [popover] add border
  • πŸ› [popover] fix contrast styles
  • πŸ› [popover] fix typography
  • πŸ› [link] remove default padding

The HTML structure for popover has been updated.

<div class="tng-popover">
<div class="arrow"></div>
<div class="header">
<!-- -->
</div>
<p class="tng-text-body">
<!-- -->
</p>
</div>
<div class="tng-popover">
<div class="tng-popover-arrow"></div>
<div class="tng-popover-header">
<!-- -->
</div>
<div class="tng-popover-bubble">
<p class="tng-text-body">
<!-- -->
</p>
</div>
</div>
  • πŸ“ document primitive tokens
  • ✨ finish icon button
  • πŸ’₯ ✨ finish link / link button
  • πŸ“ [button] expand overflow documentation
  • ✨ finish social button
  • 🚚 merge recipes into components
  • ✨ [button] add overflow constraints

tng-text-link has been renamed to tng-link.

  • 🚚 rename modules to recipes
  • πŸ› [content] fix blockquote contrast scheme
  • ✨ implement popover
  • ♻️ move schemes to mixin
  • πŸ“ add teams structure
  • 🩹 [alert] simplify demo
  • πŸ§‘β€πŸ’» [surface] add release note
  • ✨ [button] add tertiary ghost
  • πŸ”₯ [button] remove unused token
  • πŸ› [button] fix gap
  • πŸ§‘β€πŸ’» add token values to reference
  • πŸ’₯ πŸ§‘β€πŸ’» merge border utilities
  • ♻️ update tokens reference
  • 🚚 move changelog into reference guide
  • πŸ’₯ ♻️ merge box and scheme into surface
  • πŸ’₯ ✨ add margin utilities

stroke-<size> has been renamed to border-<size>.

tng-box and tng-scheme have been merged into tng-surface.

  • There’s no default padding anymore, add p-md to add the old default.
  • There’s no default text styling mixin anymore. Add tng-text-body or which-ever typography class you want to the element or any of its children.

We have added margin utilities analog to the existing padding utilities.

  • Margin can be applied to the Wrapper layout component.
  • Padding can be applied to the Surface (previously Box) core component.
  • The is-centered variant is removed from the Wrapper layout component. You can use the margin utility mi-auto now.
  • πŸ“ split AEM / React documentation
  • ✨ rework tokens
  • All primitive font tokens (--tng-font-*) have been heavily restructured.
  • All semantic color tokens (--tng-(border|foreground|surface)-*) have been heavily restructured.
  • All component tokens (--tng-(buttons)-*) have been heavily restructured.
  • is-danger is renamed to is-error to match the terminology of the tokens.
  • (is|on)-inverse is renamed to (is|on)-contrast to match the terminology of the tokens.
  • πŸ“ explicit icon scheme support
  • πŸ’„ improve list styles
  • 🚸 enhance animations on no preferred motion
  • ♻️ tweak styleguide export
  • πŸ› fix icons export types
  • ✨ align font families, subfamiles and weights
  • πŸ“ document icon differences (5 days ago)
  • πŸ“ Updated and restructured documentation
  • 🚚 Rename CSS layer tng.modules to tng.userstyles
  • ✨ add list component
  • ✨ Added icons from scratch from Figma