@jamsr-ui/autocomplete
Advanced tools
Comparing version 0.0.38 to 0.0.39
@@ -9,6 +9,6 @@ import * as tailwind_variants from 'tailwind-variants'; | ||
[key: string]: tailwind_merge.ClassNameValue | { | ||
base?: tailwind_merge.ClassNameValue; | ||
content?: tailwind_merge.ClassNameValue; | ||
popover?: tailwind_merge.ClassNameValue; | ||
content?: tailwind_merge.ClassNameValue; | ||
emptyContent?: tailwind_merge.ClassNameValue; | ||
base?: tailwind_merge.ClassNameValue; | ||
}; | ||
@@ -19,6 +19,6 @@ }; | ||
[x: string]: tailwind_merge.ClassNameValue | { | ||
base?: tailwind_merge.ClassNameValue; | ||
content?: tailwind_merge.ClassNameValue; | ||
popover?: tailwind_merge.ClassNameValue; | ||
content?: tailwind_merge.ClassNameValue; | ||
emptyContent?: tailwind_merge.ClassNameValue; | ||
base?: tailwind_merge.ClassNameValue; | ||
}; | ||
@@ -34,6 +34,6 @@ }; | ||
[key: string]: tailwind_merge.ClassNameValue | { | ||
base?: tailwind_merge.ClassNameValue; | ||
content?: tailwind_merge.ClassNameValue; | ||
popover?: tailwind_merge.ClassNameValue; | ||
content?: tailwind_merge.ClassNameValue; | ||
emptyContent?: tailwind_merge.ClassNameValue; | ||
base?: tailwind_merge.ClassNameValue; | ||
}; | ||
@@ -44,6 +44,6 @@ }; | ||
[key: string]: tailwind_merge.ClassNameValue | { | ||
base?: tailwind_merge.ClassNameValue; | ||
content?: tailwind_merge.ClassNameValue; | ||
popover?: tailwind_merge.ClassNameValue; | ||
content?: tailwind_merge.ClassNameValue; | ||
emptyContent?: tailwind_merge.ClassNameValue; | ||
base?: tailwind_merge.ClassNameValue; | ||
}; | ||
@@ -64,6 +64,6 @@ }; | ||
[key: string]: tailwind_merge.ClassNameValue | { | ||
base?: tailwind_merge.ClassNameValue; | ||
content?: tailwind_merge.ClassNameValue; | ||
popover?: tailwind_merge.ClassNameValue; | ||
content?: tailwind_merge.ClassNameValue; | ||
emptyContent?: tailwind_merge.ClassNameValue; | ||
base?: tailwind_merge.ClassNameValue; | ||
}; | ||
@@ -70,0 +70,0 @@ }; |
{ | ||
"name": "@jamsr-ui/autocomplete", | ||
"version": "0.0.38", | ||
"version": "0.0.39", | ||
"description": "", | ||
@@ -25,8 +25,8 @@ "main": "./dist/index.mjs", | ||
"@floating-ui/react": "^0.26.16", | ||
"@jamsr-ui/button": "0.0.32", | ||
"@jamsr-ui/chip": "^0.0.33", | ||
"@jamsr-ui/button": "0.0.33", | ||
"@jamsr-ui/chip": "^0.0.34", | ||
"@jamsr-ui/hooks": "0.0.21", | ||
"@jamsr-ui/input": "0.0.36", | ||
"@jamsr-ui/shared-icons": "0.0.29", | ||
"@jamsr-ui/utils": "0.0.28", | ||
"@jamsr-ui/input": "0.0.35", | ||
"@jamsr-ui/hooks": "0.0.21" | ||
"@jamsr-ui/utils": "0.0.28" | ||
}, | ||
@@ -40,5 +40,4 @@ "module": "dist/index.mjs", | ||
"require": "./dist/index.js" | ||
}, | ||
"./package.json": "./package.json" | ||
} | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
34998
+ Added@jamsr-ui/button@0.0.33(transitive)
+ Added@jamsr-ui/chip@0.0.34(transitive)
+ Added@jamsr-ui/input@0.0.36(transitive)
- Removed@jamsr-ui/button@0.0.32(transitive)
- Removed@jamsr-ui/chip@0.0.33(transitive)
- Removed@jamsr-ui/input@0.0.35(transitive)
Updated@jamsr-ui/button@0.0.33
Updated@jamsr-ui/chip@^0.0.34
Updated@jamsr-ui/input@0.0.36