Skip to content

Commit

Permalink
refactor(inputcheckbox): remove Beta badge
Browse files Browse the repository at this point in the history
  • Loading branch information
masoudmanson committed Apr 11, 2024
1 parent 1025a77 commit 2d84361
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { Args, Meta } from "@storybook/react";
import { BADGE } from "@geometricpanda/storybook-addon-badges";
import { InputCheckbox } from "./stories/default";
import {
INPUT_CHECKBOX_EXCLUDED_CONTROLS,
Expand Down Expand Up @@ -31,10 +30,7 @@ export default {
},
},
component: InputCheckbox,
parameters: {
badges: [BADGE.BETA],
},
title: "Components/Inputs/InputCheckbox [beta]",
title: "Components/Inputs/InputCheckbox",
} as Meta;

// Default
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { Args, Meta } from "@storybook/react";
import { BADGE } from "@geometricpanda/storybook-addon-badges";
import { InputRadio } from "./stories/default";
import { LivePreviewDemo } from "./stories/livePreview";
import { TestDemo } from "./stories/test";
Expand Down Expand Up @@ -28,10 +27,7 @@ export default {
},
},
component: InputRadio,
parameters: {
badges: [BADGE.BETA],
},
title: "Components/Inputs/InputRadio [beta]",
title: "Components/Inputs/InputRadio",
} as Meta;

// Default
Expand Down

0 comments on commit 2d84361

Please sign in to comment.