qt-ui-kit 1.0.101 → 1.0.102
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 +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -17235,7 +17235,7 @@ function FilterBar({ buttons }) {
|
|
|
17235
17235
|
onClick: buttons?.microsoft_teams?.onClick
|
|
17236
17236
|
}
|
|
17237
17237
|
),
|
|
17238
|
-
!(buttons?.microsoft_mail?.disabled
|
|
17238
|
+
!(buttons?.microsoft_mail?.disabled && buttons?.microsoft_calendar?.disabled) && /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
|
|
17239
17239
|
FilterNavButton,
|
|
17240
17240
|
{
|
|
17241
17241
|
icon: /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
|