@yaireo/tagify
Advanced tools
Comparing version 4.26.4 to 4.26.5
/* | ||
Tagify v4.26.4 - tags input component | ||
Tagify v4.26.5 - tags input component | ||
By: Yair Even-Or <vsync.design@gmail.com> | ||
@@ -4,0 +4,0 @@ https://github.com/yairEO/tagify |
{ | ||
"name": "@yaireo/tagify", | ||
"version": "4.26.4", | ||
"version": "4.26.5", | ||
"homepage": "https://github.com/yairEO/tagify", | ||
@@ -41,4 +41,4 @@ "description": "lightweight, efficient Tags input component in Vanilla JS / React / Angular [super customizable, tiny size & top performance]", | ||
"./react.tagify": "./src/react.tagify", | ||
"./dist/react.tagify": "./src/react.tagify", | ||
"./dist/react.tagify.jsx": "./src/react.tagify.jsx", | ||
"./dist/react.tagify": "./dist/react.tagify.jsx", | ||
"./dist/react.tagify.jsx": "./dist/react.tagify.jsx", | ||
"./dist/tagify.min.js": "./dist/tagify.js", | ||
@@ -45,0 +45,0 @@ "./dist/tagify.min": "./dist/tagify.js", |
@@ -0,1 +1,3 @@ | ||
'use client'; | ||
import React, {useMemo, useEffect, useRef, useCallback} from "react" | ||
@@ -2,0 +4,0 @@ import {renderToStaticMarkup} from "react-dom/server" |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
5560
4325226