@xyzproject/activity-tile
Advanced tools
Comparing version 0.1.1 to 0.1.2
import { jsxs, jsx } from 'react/jsx-runtime'; | ||
var n=({time:i="",name:s="",status:t="",message:a="",className:r="w-full flex flex-col text-xs border-t border-grey-70"})=>jsxs("div",{className:r,children:[jsxs("div",{className:"w-full flex justify-between p-2",children:[jsx("span",{className:"text-[--coolgrey-50]",children:i}),!!s&&jsx("span",{className:"ml-4",children:s}),!!t&&jsx("span",{className:"flex-1 text-end",children:t})]}),!!a&&jsx("p",{className:"p-2",children:a})]}),p=n; | ||
var n=({time:i="",name:s="",status:t="",message:a="",className:r="w-full flex flex-col text-xs border-t border-grey-70"})=>jsxs("div",{className:r,children:[jsxs("div",{className:"w-full flex justify-between p-2",children:[jsx("span",{className:"text-basic-grey-50",children:i}),!!s&&jsx("span",{className:"ml-4",children:s}),!!t&&jsx("span",{className:"flex-1 text-end",children:t})]}),!!a&&jsx("p",{className:"p-2",children:a})]}),p=n; | ||
export { p as default }; |
{ | ||
"name": "@xyzproject/activity-tile", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "ActivityTile component", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
Sorry, the diff of this file is not supported yet
2717