@yuno-payments/dashboard-design-system 0.0.161 → 0.0.163

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.
@@ -210,7 +210,7 @@ const te = ({ message: n = "No results" }) => /* @__PURE__ */ t.jsx("div", { cla
210
210
  ee,
211
211
  {
212
212
  checked: n.includes(e[r]),
213
- onCheckedChange: () => j(e[r]),
213
+ onChange: () => j(e[r]),
214
214
  onClick: (s) => s.stopPropagation()
215
215
  }
216
216
  ),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yuno-payments/dashboard-design-system",
3
- "version": "0.0.161",
3
+ "version": "0.0.163",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",