notionsoft-ui 1.0.17 → 1.0.19

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "notionsoft-ui",
3
- "version": "1.0.17",
3
+ "version": "1.0.19",
4
4
  "description": "A React UI component installer (shadcn-style). Installs components directly into your project.",
5
5
  "bin": {
6
6
  "notionsoft-ui": "./cli/index.cjs"
@@ -120,7 +120,6 @@ function MultiSelectInputInner<T = any>(
120
120
  const [pendingSelection, setPendingSelection] = useState<T[] | T | null>(
121
121
  null
122
122
  );
123
-
124
123
  const inputRef = useRef<HTMLInputElement>(null);
125
124
  const containerRef = useRef<HTMLDivElement>(null);
126
125
  const wrapperRef = useRef<HTMLDivElement>(null);