qt-ui-kit 1.0.54 → 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 +16 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +16 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -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
|
] });
|