mtxuilib 0.0.483 → 0.0.484
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1 +1 @@
|
|
|
1
|
-
"use client";import{jsx as
|
|
1
|
+
"use client";import{jsx as t,jsxs as n}from"react/jsx-runtime";import{Dialog as i,DialogContent as r,DialogTrigger as a}from"../../ui/dialog";import{MtButton as g}from"../../ui/ui-mt/Button";const D=l=>{const{title:o,data:e}=l;return n(i,{children:[t(a,{asChild:!0,children:t(g,{children:o||"debug"})}),t(r,{className:"max-h-lvh w-full overflow-scroll bg-red-100",children:t("pre",{children:JSON.stringify(e,null,2)})})]})};export{D as DebugValue};
|