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.mjs
CHANGED
|
@@ -17111,11 +17111,11 @@ function FilterBar({ buttons }) {
|
|
|
17111
17111
|
CheckBox,
|
|
17112
17112
|
{
|
|
17113
17113
|
size: 36,
|
|
17114
|
-
fillColor: buttons?.
|
|
17114
|
+
fillColor: buttons?.done?.active ? "#E8FE99" : void 0
|
|
17115
17115
|
}
|
|
17116
17116
|
),
|
|
17117
|
-
label: "
|
|
17118
|
-
onClick: buttons?.
|
|
17117
|
+
label: "Done",
|
|
17118
|
+
onClick: buttons?.done?.onClick
|
|
17119
17119
|
}
|
|
17120
17120
|
),
|
|
17121
17121
|
/* @__PURE__ */ jsx44("hr", { className: "w-full border-0.5 text-qtneutral-700" }),
|