vtex / shoreline

VTEX Design System for back-office experiences. Currently available for internal usage at VTEX.
https://shoreline.vtex.com
24 stars 1 forks source link

feat(empty-state): add EmptyStateActions and EmptyStateIllustration components #1592

Closed matheusps closed 5 months ago

matheusps commented 5 months ago

Summary

1588

🚨This is a breaking change for all EmptyState users

Examples

Before

<EmptyState>
  <Slot name="illustration">
    {/* ... */}
  </Slot>
  <Slot name="actions">
    {/* ... */}
  </Slot>
</EmptyState>

After

<EmptyState>
  <EmptyStateIllustration>
    {/* ... */}
  </EmptyStateIllustration>
  <EmptyStateActions>
    {/* ... */}
  </EmptyStateActions>
</EmptyState>
vercel[bot] commented 5 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Ignored Deployment | Name | Status | Preview | Comments | Updated (UTC) | | :--- | :----- | :------ | :------- | :------ | | **shoreline-docs** | ⬜️ Ignored ([Inspect](https://vercel.com/vtex/shoreline-docs/ACYDvVbNa7wsXs9rXuUkoR3mRWbk)) | [Visit Preview](https://shoreline-docs-git-feature-empty-state-composability-vtex.vercel.app) | | Apr 24, 2024 8:57pm |