qt-ui-kit 1.0.91 → 1.0.93
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.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -164,7 +164,7 @@ type Props$2 = {
|
|
|
164
164
|
};
|
|
165
165
|
declare function SearchBar({ loading, results, onUpdate }: Props$2): react_jsx_runtime.JSX.Element;
|
|
166
166
|
|
|
167
|
-
type FilterButtonKey = "fires" | "unread" | "
|
|
167
|
+
type FilterButtonKey = "fires" | "unread" | "done" | "more" | IntegrationService;
|
|
168
168
|
type NavButtonConfig = {
|
|
169
169
|
active?: boolean;
|
|
170
170
|
onClick?: () => void;
|
package/dist/index.d.ts
CHANGED
|
@@ -164,7 +164,7 @@ type Props$2 = {
|
|
|
164
164
|
};
|
|
165
165
|
declare function SearchBar({ loading, results, onUpdate }: Props$2): react_jsx_runtime.JSX.Element;
|
|
166
166
|
|
|
167
|
-
type FilterButtonKey = "fires" | "unread" | "
|
|
167
|
+
type FilterButtonKey = "fires" | "unread" | "done" | "more" | IntegrationService;
|
|
168
168
|
type NavButtonConfig = {
|
|
169
169
|
active?: boolean;
|
|
170
170
|
onClick?: () => void;
|
package/dist/index.js
CHANGED
|
@@ -17139,11 +17139,11 @@ function FilterBar({ buttons }) {
|
|
|
17139
17139
|
CheckBox,
|
|
17140
17140
|
{
|
|
17141
17141
|
size: 36,
|
|
17142
|
-
fillColor: buttons?.
|
|
17142
|
+
fillColor: buttons?.done?.active ? "#E8FE99" : void 0
|
|
17143
17143
|
}
|
|
17144
17144
|
),
|
|
17145
|
-
label: "
|
|
17146
|
-
onClick: buttons?.
|
|
17145
|
+
label: "Done",
|
|
17146
|
+
onClick: buttons?.done?.onClick
|
|
17147
17147
|
}
|
|
17148
17148
|
),
|
|
17149
17149
|
/* @__PURE__ */ (0, import_jsx_runtime44.jsx)("hr", { className: "w-full border-0.5 text-qtneutral-700" }),
|