+
+ {}}
+ options={[
+ {
+ value: "draft",
+ title: "Draft for review",
+ description: "The agent proposes; you approve before it ships.",
+ },
+ {
+ value: "auto",
+ title: "Deliver automatically",
+ description: "Finished work is delivered without a review gate.",
+ },
+ ]}
+ />
+
+
+
+ ),
+};
+
+export const ScrollAreaList: Story = {
+ render: () => (
+