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