@crystaltech/hsms-shared-ui 0.5.17 → 0.5.18
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.
- package/dist/index.es.js +56 -33
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -28708,39 +28708,62 @@ const WM = ({
|
|
|
28708
28708
|
transition: "background-color 0.2s ease"
|
|
28709
28709
|
},
|
|
28710
28710
|
children: [
|
|
28711
|
-
/* @__PURE__ */ p.jsx(
|
|
28712
|
-
|
|
28713
|
-
|
|
28714
|
-
|
|
28715
|
-
|
|
28716
|
-
|
|
28717
|
-
|
|
28718
|
-
|
|
28719
|
-
|
|
28720
|
-
|
|
28721
|
-
|
|
28722
|
-
|
|
28723
|
-
|
|
28724
|
-
|
|
28725
|
-
|
|
28726
|
-
|
|
28727
|
-
|
|
28728
|
-
|
|
28729
|
-
|
|
28730
|
-
|
|
28731
|
-
|
|
28732
|
-
|
|
28733
|
-
|
|
28734
|
-
|
|
28735
|
-
|
|
28736
|
-
|
|
28737
|
-
|
|
28738
|
-
|
|
28739
|
-
|
|
28740
|
-
|
|
28741
|
-
|
|
28742
|
-
|
|
28743
|
-
|
|
28711
|
+
/* @__PURE__ */ p.jsx(
|
|
28712
|
+
nA,
|
|
28713
|
+
{
|
|
28714
|
+
src: a == null ? void 0 : a.image,
|
|
28715
|
+
alt: a == null ? void 0 : a.name,
|
|
28716
|
+
sx: { width: 32, height: 32 }
|
|
28717
|
+
}
|
|
28718
|
+
),
|
|
28719
|
+
/* @__PURE__ */ p.jsxs(
|
|
28720
|
+
Je,
|
|
28721
|
+
{
|
|
28722
|
+
sx: {
|
|
28723
|
+
display: "flex",
|
|
28724
|
+
flexDirection: "column",
|
|
28725
|
+
alignItems: "flex-start",
|
|
28726
|
+
minWidth: 0
|
|
28727
|
+
},
|
|
28728
|
+
children: [
|
|
28729
|
+
/* @__PURE__ */ p.jsx(
|
|
28730
|
+
Ne,
|
|
28731
|
+
{
|
|
28732
|
+
variant: "body2",
|
|
28733
|
+
sx: {
|
|
28734
|
+
fontWeight: 500,
|
|
28735
|
+
color: "text.primary",
|
|
28736
|
+
maxWidth: 128,
|
|
28737
|
+
overflow: "hidden",
|
|
28738
|
+
textOverflow: "ellipsis",
|
|
28739
|
+
whiteSpace: "nowrap"
|
|
28740
|
+
},
|
|
28741
|
+
children: (a == null ? void 0 : a.name) || "User"
|
|
28742
|
+
}
|
|
28743
|
+
),
|
|
28744
|
+
/* @__PURE__ */ p.jsx(
|
|
28745
|
+
Ne,
|
|
28746
|
+
{
|
|
28747
|
+
variant: "caption",
|
|
28748
|
+
sx: {
|
|
28749
|
+
color: "text.secondary",
|
|
28750
|
+
maxWidth: 128,
|
|
28751
|
+
overflow: "hidden",
|
|
28752
|
+
textOverflow: "ellipsis",
|
|
28753
|
+
whiteSpace: "nowrap"
|
|
28754
|
+
},
|
|
28755
|
+
children: (a == null ? void 0 : a.email) || "user@example.com"
|
|
28756
|
+
}
|
|
28757
|
+
)
|
|
28758
|
+
]
|
|
28759
|
+
}
|
|
28760
|
+
),
|
|
28761
|
+
/* @__PURE__ */ p.jsx(
|
|
28762
|
+
j0,
|
|
28763
|
+
{
|
|
28764
|
+
sx: { color: "text.secondary", ml: 0.5, flexShrink: 0 }
|
|
28765
|
+
}
|
|
28766
|
+
)
|
|
28744
28767
|
]
|
|
28745
28768
|
}
|
|
28746
28769
|
)
|