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 +17 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +17 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -15232,7 +15232,7 @@ function SenderSourceRow({
|
|
|
15232
15232
|
/* @__PURE__ */ jsx12("div", { className: "body-small-bold text-nowrap", children: leftText }),
|
|
15233
15233
|
/* @__PURE__ */ jsx12("div", { className: "body-small", children: seperator }),
|
|
15234
15234
|
/* @__PURE__ */ jsx12("div", { className: "body-small-bold text-nowrap", children: rightText }),
|
|
15235
|
-
/* @__PURE__ */ jsx12("div", { className: "label-3 flex", children: date && formatCustomRelative(date) })
|
|
15235
|
+
/* @__PURE__ */ jsx12("div", { className: "label-3 flex text-nowrap", children: date && formatCustomRelative(date) })
|
|
15236
15236
|
] }),
|
|
15237
15237
|
/* @__PURE__ */ jsx12("div", { onClick, children: /* @__PURE__ */ jsx12(ExternalLink, { size: shrunk ? 16 : 24 }) })
|
|
15238
15238
|
] });
|
|
@@ -17324,6 +17324,22 @@ function FilterBar({ buttons }) {
|
|
|
17324
17324
|
onClick: buttons?.microsoft_mail?.onClick || buttons?.microsoft_calendar?.onClick
|
|
17325
17325
|
}
|
|
17326
17326
|
),
|
|
17327
|
+
/* @__PURE__ */ jsx46(
|
|
17328
|
+
FilterNavButton,
|
|
17329
|
+
{
|
|
17330
|
+
icon: /* @__PURE__ */ jsxs30(
|
|
17331
|
+
"div",
|
|
17332
|
+
{
|
|
17333
|
+
className: buttons?.clickup?.active || buttons?.clickup?.active ? "" : "grayscale",
|
|
17334
|
+
children: [
|
|
17335
|
+
/* @__PURE__ */ jsx46(ClickupIcon, {}),
|
|
17336
|
+
" "
|
|
17337
|
+
]
|
|
17338
|
+
}
|
|
17339
|
+
),
|
|
17340
|
+
onClick: buttons?.clickup?.onClick
|
|
17341
|
+
}
|
|
17342
|
+
),
|
|
17327
17343
|
/* @__PURE__ */ jsx46("hr", { className: "w-full border-0.5 text-qtneutral-700" }),
|
|
17328
17344
|
/* @__PURE__ */ jsx46("div", { onClick: buttons?.more?.onClick, children: /* @__PURE__ */ jsx46(FilterNavButton, { icon: /* @__PURE__ */ jsx46(PlusLarge, { size: 36 }) }) })
|
|
17329
17345
|
] });
|