),
};
/**
* Tooltip on a disabled button — uses a wrapper span so the trigger still receives hover events.
*/
export const DisabledButton: Story = {
render: () => (
You need admin permissions to deploy.
),
};
/**
* Truncated text with a tooltip showing the full value.
*/
export const TruncatedText: Story = {
render: () => (
This is a very long text string that will be truncated in the container
This is a very long text string that will be truncated in the container