qt-ui-kit 1.0.99 → 1.0.100

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.js CHANGED
@@ -16538,8 +16538,7 @@ function TicketBody({
16538
16538
  /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("div", { children: "Reporter: " }),
16539
16539
  /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("div", { children: "Team: " }),
16540
16540
  /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("div", { children: "Location: " }),
16541
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("div", { children: "Related: " }),
16542
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("div", { children: "Description: " })
16541
+ /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("div", { children: "Related: " })
16543
16542
  ] }),
16544
16543
  /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)("div", { className: "", children: [
16545
16544
  /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("div", { children: dueDate || "None" }),
@@ -16548,8 +16547,11 @@ function TicketBody({
16548
16547
  /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("div", { children: reporter || "None" }),
16549
16548
  /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("div", { children: team || "None" }),
16550
16549
  /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("div", { children: location || "None" }),
16551
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("div", { children: related || "None" }),
16552
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("div", { children: description || "None" })
16550
+ /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("div", { children: related || "None" })
16551
+ ] }),
16552
+ /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)("div", { children: [
16553
+ /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("div", { className: `body-bold`, children: `Description` }),
16554
+ /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("div", { className: "body-small", children: description || "None" })
16553
16555
  ] }),
16554
16556
  comments && Array.from(comments).map((c, i) => {
16555
16557
  return /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)("div", { className: "flex col-span-2 flex-col gap-2 w-full", children: [