qt-ui-kit 1.0.91 → 1.0.92

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
@@ -17114,7 +17114,7 @@ function FilterBar({ buttons }) {
17114
17114
  fillColor: buttons?.incomplete?.active ? "#E8FE99" : void 0
17115
17115
  }
17116
17116
  ),
17117
- label: "Not Done",
17117
+ label: "Done",
17118
17118
  onClick: buttons?.incomplete?.onClick
17119
17119
  }
17120
17120
  ),