@deframe-sdk/components 0.1.76 → 0.1.77
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/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -10315,7 +10315,8 @@ var SwapHistoryViewSimple = ({
|
|
|
10315
10315
|
labels,
|
|
10316
10316
|
isLoading,
|
|
10317
10317
|
items,
|
|
10318
|
-
onClose
|
|
10318
|
+
onClose = () => {
|
|
10319
|
+
},
|
|
10319
10320
|
className
|
|
10320
10321
|
}) => {
|
|
10321
10322
|
const [query, setQuery] = useState("");
|