@appcorp/shadcn 1.1.95 → 1.1.96
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.
|
@@ -140,6 +140,7 @@ function EnhancedCombobox(_a) {
|
|
|
140
140
|
console.log("EnhancedCombobox render:", {
|
|
141
141
|
options: options,
|
|
142
142
|
selectedOption: selectedOption,
|
|
143
|
+
value: value,
|
|
143
144
|
});
|
|
144
145
|
// Filter options based on search - always handle filtering at this level for virtualization
|
|
145
146
|
var filteredOptions = react_1.default.useMemo(function () {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@appcorp/shadcn",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.96",
|
|
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",
|