@appcorp/shadcn 1.1.98 → 1.1.99

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.
@@ -123,7 +123,7 @@ var useEnhancedCombobox = function (_a) {
123
123
  }
124
124
  });
125
125
  }); })();
126
- }, [debouncedSearchQuery, formatSearchResult, searchEndpoint]);
126
+ }, [debouncedSearchQuery, searchEndpoint]);
127
127
  var mappedOptions = (0, react_1.useMemo)(function () {
128
128
  return searchOptions.length > 0 ? searchOptions : options;
129
129
  }, [searchOptions, options]);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@appcorp/shadcn",
3
- "version": "1.1.98",
3
+ "version": "1.1.99",
4
4
  "scripts": {
5
5
  "build:next": "next build",
6
6
  "build:storybook": "mv ../.pnp.cjs ../.pnp.cjs.bak 2>/dev/null || true && storybook build -c .storybook -o .out && mv ../.pnp.cjs.bak ../.pnp.cjs 2>/dev/null || true",