hamzus-ui 0.0.258 → 0.0.259

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": "hamzus-ui",
3
- "version": "0.0.258",
3
+ "version": "0.0.259",
4
4
  "type": "module",
5
5
  "main": "index.js",
6
6
  "svelte": "index.js",
@@ -162,10 +162,12 @@
162
162
 
163
163
  if (newSelection.length === 0) {
164
164
  selection = null;
165
+ onChange(selection)
165
166
  return;
166
167
  }
167
168
 
168
169
  selection = [...newSelection];
170
+ onChange(selection)
169
171
  }
170
172
 
171
173
  async function handleLoadMore() {