import { commonProps } from "../../utils/storybook"; import { Box } from "../box"; import { Text } from "../text"; import { Button } from "../button"; import { Popover } from "."; import type { StoryObj, Meta } from "@storybook/react"; /** * Displays rich content in a portal, triggered by a button. */ const meta: Meta = { title: "Popover", component: Popover, tags: ["autodocs"], args: { trigger: