Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { F0Heading } from "../index"
const meta = {
component: F0Heading,
title: "Heading",
tags: ["autodocs", "experimental"],
tags: ["autodocs", "stable"],
Comment on lines 10 to +13
Copy link

Copilot AI Apr 2, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR title/description indicate promoting F0Widget to stable, but the only change here promotes F0Heading story tags to stable. Also, packages/react/src/components/F0Widget/__stories__/F0Widget.stories.tsx still has tags: ["autodocs", "experimental"]. Please either update the intended F0Widget story (and any related exports/docs) or adjust the PR metadata to match the actual change.

Copilot uses AI. Check for mistakes.
argTypes: {
variant: {
options: ["heading", "heading-large"],
Expand Down
Loading