@appcorp/shadcn 1.1.96 → 1.1.97
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.
|
@@ -137,11 +137,6 @@ function EnhancedCombobox(_a) {
|
|
|
137
137
|
var scrollContainerRef = (0, react_1.useRef)(null);
|
|
138
138
|
var selectedOption = options.find(function (option) { return option.value === value; });
|
|
139
139
|
var shouldVirtualize = options.length > virtualizeThreshold;
|
|
140
|
-
console.log("EnhancedCombobox render:", {
|
|
141
|
-
options: options,
|
|
142
|
-
selectedOption: selectedOption,
|
|
143
|
-
value: value,
|
|
144
|
-
});
|
|
145
140
|
// Filter options based on search - always handle filtering at this level for virtualization
|
|
146
141
|
var filteredOptions = react_1.default.useMemo(function () {
|
|
147
142
|
if (!searchValue) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@appcorp/shadcn",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.97",
|
|
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",
|