@scaleflex/ui-tw 0.0.161 → 0.0.163

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.
@@ -173,7 +173,7 @@ export function ComboboxUsers(_ref) {
173
173
  align: "start"
174
174
  }, popoverContentProps), /*#__PURE__*/React.createElement(Command, {
175
175
  filter: function filter(value, search) {
176
- return value.includes(search.trim().toLowerCase()) ? 1 : 0;
176
+ return value.toLowerCase().includes(search.trim().toLowerCase()) ? 1 : 0;
177
177
  }
178
178
  }, /*#__PURE__*/React.createElement(AutoScrollToSelected, null), /*#__PURE__*/React.createElement(CommandInput, {
179
179
  size: size,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scaleflex/ui-tw",
3
- "version": "0.0.161",
3
+ "version": "0.0.163",
4
4
  "author": "scaleflex",
5
5
  "repository": "github:scaleflex/ui",
6
6
  "homepage": "https://github.com/scaleflex/ui/blob/master/README.md",
@@ -30,7 +30,7 @@
30
30
  "@radix-ui/react-tabs": "^1.1.13",
31
31
  "@radix-ui/react-tooltip": "^1.2.6",
32
32
  "@radix-ui/react-visually-hidden": "^1.2.4",
33
- "@scaleflex/icons-tw": "^0.0.161",
33
+ "@scaleflex/icons-tw": "^0.0.163",
34
34
  "@tanstack/react-table": "^8.21.3",
35
35
  "@types/lodash.merge": "^4.6.9",
36
36
  "class-variance-authority": "^0.7.1",