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 +6 -4
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +6 -4
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -16510,8 +16510,7 @@ function TicketBody({
|
|
|
16510
16510
|
/* @__PURE__ */ jsx36("div", { children: "Reporter: " }),
|
|
16511
16511
|
/* @__PURE__ */ jsx36("div", { children: "Team: " }),
|
|
16512
16512
|
/* @__PURE__ */ jsx36("div", { children: "Location: " }),
|
|
16513
|
-
/* @__PURE__ */ jsx36("div", { children: "Related: " })
|
|
16514
|
-
/* @__PURE__ */ jsx36("div", { children: "Description: " })
|
|
16513
|
+
/* @__PURE__ */ jsx36("div", { children: "Related: " })
|
|
16515
16514
|
] }),
|
|
16516
16515
|
/* @__PURE__ */ jsxs27("div", { className: "", children: [
|
|
16517
16516
|
/* @__PURE__ */ jsx36("div", { children: dueDate || "None" }),
|
|
@@ -16520,8 +16519,11 @@ function TicketBody({
|
|
|
16520
16519
|
/* @__PURE__ */ jsx36("div", { children: reporter || "None" }),
|
|
16521
16520
|
/* @__PURE__ */ jsx36("div", { children: team || "None" }),
|
|
16522
16521
|
/* @__PURE__ */ jsx36("div", { children: location || "None" }),
|
|
16523
|
-
/* @__PURE__ */ jsx36("div", { children: related || "None" })
|
|
16524
|
-
|
|
16522
|
+
/* @__PURE__ */ jsx36("div", { children: related || "None" })
|
|
16523
|
+
] }),
|
|
16524
|
+
/* @__PURE__ */ jsxs27("div", { children: [
|
|
16525
|
+
/* @__PURE__ */ jsx36("div", { className: `body-bold`, children: `Description` }),
|
|
16526
|
+
/* @__PURE__ */ jsx36("div", { className: "body-small", children: description || "None" })
|
|
16525
16527
|
] }),
|
|
16526
16528
|
comments && Array.from(comments).map((c, i) => {
|
|
16527
16529
|
return /* @__PURE__ */ jsxs27("div", { className: "flex col-span-2 flex-col gap-2 w-full", children: [
|