qt-ui-kit 1.0.53 → 1.0.55

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
@@ -15259,7 +15259,7 @@ function SenderSourceRow({
15259
15259
  /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("div", { className: "body-small-bold text-nowrap", children: leftText }),
15260
15260
  /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("div", { className: "body-small", children: seperator }),
15261
15261
  /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("div", { className: "body-small-bold text-nowrap", children: rightText }),
15262
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("div", { className: "label-3 flex", children: date && formatCustomRelative(date) })
15262
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("div", { className: "label-3 flex text-nowrap", children: date && formatCustomRelative(date) })
15263
15263
  ] }),
15264
15264
  /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("div", { onClick, children: /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(ExternalLink, { size: shrunk ? 16 : 24 }) })
15265
15265
  ] });
@@ -17351,6 +17351,22 @@ function FilterBar({ buttons }) {
17351
17351
  onClick: buttons?.microsoft_mail?.onClick || buttons?.microsoft_calendar?.onClick
17352
17352
  }
17353
17353
  ),
17354
+ /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
17355
+ FilterNavButton,
17356
+ {
17357
+ icon: /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)(
17358
+ "div",
17359
+ {
17360
+ className: buttons?.clickup?.active || buttons?.clickup?.active ? "" : "grayscale",
17361
+ children: [
17362
+ /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(ClickupIcon, {}),
17363
+ " "
17364
+ ]
17365
+ }
17366
+ ),
17367
+ onClick: buttons?.clickup?.onClick
17368
+ }
17369
+ ),
17354
17370
  /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("hr", { className: "w-full border-0.5 text-qtneutral-700" }),
17355
17371
  /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("div", { onClick: buttons?.more?.onClick, children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(FilterNavButton, { icon: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(PlusLarge, { size: 36 }) }) })
17356
17372
  ] });