chore(docs): Updated UI Reference (automated) (#11578)

Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action

Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com>
Co-authored-by: Shahed Nasser <27354907+shahednasser@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-02-24 11:23:30 +00:00
committed by GitHub
co-authored by Oli Juhl Shahed Nasser
parent 31f8b72129
commit 7799647675
18 changed files with 12140 additions and 11463 deletions
@@ -0,0 +1,12 @@
import { InlineTip } from "@medusajs/ui"
export default function InlineTipWarning() {
return (
<InlineTip
label="Warning"
variant="warning"
>
This action cannot be undone.
</InlineTip>
)
}