Skip to content

Commit

Permalink
Merge branch 'release/v8' into 3977-stepper-final-step-breaks-with-le…
Browse files Browse the repository at this point in the history
…ngthier-words
  • Loading branch information
leagrdv authored Nov 29, 2024
2 parents 571196e + 102e717 commit 4acccc0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/poor-beers-retire.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@swisspost/design-system-documentation': patch
---

Marked the `card-control` standard HTML as deprecated (will be removed in a future version).
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ import SampleCardControlMethods from './web-component/card-control-methods.sampl
<PostTabs>
<PostTabHeader panel="standardhtml">Standard HTML</PostTabHeader>
<PostTabPanel name="standardhtml">
<PostAlert type="warning">
The card-control standard HTML is deprecated and will be removed in a future version.
</PostAlert>

<Canvas sourceState="shown" of={CardControlStandardHTMLStories.Default} />
<div className="hide-col-default">
<Controls of={CardControlStandardHTMLStories.Default} />
Expand Down Expand Up @@ -162,4 +166,4 @@ The `<post-card-control>` element is part of the `@swisspost/design-system-compo
language="typescript"
/>
</PostTabPanel>
</PostTabs>
</PostTabs>

0 comments on commit 4acccc0

Please sign in to comment.