@wavelengthusaf/components 3.0.1 → 3.0.2

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/esm/index.js CHANGED
@@ -5583,10 +5583,7 @@ function WavelengthAlert({
5583
5583
  /* @__PURE__ */ jsxs14("a", { href: url, style: { display: "flex", flexDirection: "column", gap: "4px", width: "250px", marginLeft: "12px", textDecoration: "none", color: baseContainerStyle.color }, children: [
5584
5584
  /* @__PURE__ */ jsx20("label", { style: { fontSize: "14px", lineHeight: "150%", letterSpacing: "0.15px", fontWeight: 500 }, children: timeStamp }),
5585
5585
  /* @__PURE__ */ jsx20("div", { style: { fontSize: "16px", fontWeight: 550, lineHeight: "24px" }, children: alertType }),
5586
- /* @__PURE__ */ jsxs14("div", { style: { fontSize: "14px", lineHeight: "20px", fontWeight: 400 }, children: [
5587
- "App: ",
5588
- appName
5589
- ] })
5586
+ /* @__PURE__ */ jsx20("div", { style: { fontSize: "14px", lineHeight: "20px", fontWeight: 400 }, children: appName })
5590
5587
  ] }),
5591
5588
  onClose && /* @__PURE__ */ jsx20(IconButton3, { sx: { padding: "0px", width: "20px" }, onClick: onClose, children: /* @__PURE__ */ jsx20(Close, {}) })
5592
5589
  ] });