Skip to content

Commit

Permalink
stable status to ui components (#2203)
Browse files Browse the repository at this point in the history
  • Loading branch information
ferreroltd committed May 29, 2024
1 parent f045afe commit 3805b41
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/hip-tomatoes-smile.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@kadena/react-ui": patch
---

Added stable status to ui components
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const meta: Meta<DialogStoryProps> = {
title: 'Overlays/Dialog',
parameters: {
status: {
type: ['releaseCandidate'],
type: ['stable'],
},
docs: {
description: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const meta: Meta<StoryType> = {
decorators: [withContentWidth],
parameters: {
status: {
type: ['releaseCandidate'],
type: ['stable'],
},
docs: {
description: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const meta: Meta<ITabsProps> = {
component: Tabs,
decorators: [onLayer2],
parameters: {
status: { type: 'beta' },
status: { type: 'stable' },
docs: {
description: {
component:
Expand Down

0 comments on commit 3805b41

Please sign in to comment.