baaz-custom-components 5.0.17 → 5.0.18

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.js CHANGED
@@ -2253,7 +2253,7 @@ function Grid(_a) {
2253
2253
  });
2254
2254
  }, 0);
2255
2255
  },
2256
- [columns]
2256
+ [columns, data]
2257
2257
  );
2258
2258
  const getSelectedData = () => {
2259
2259
  var _a2, _b2;
package/dist/index.mjs CHANGED
@@ -2224,7 +2224,7 @@ function Grid(_a) {
2224
2224
  });
2225
2225
  }, 0);
2226
2226
  },
2227
- [columns]
2227
+ [columns, data]
2228
2228
  );
2229
2229
  const getSelectedData = () => {
2230
2230
  var _a2, _b2;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "baaz-custom-components",
3
- "version": "5.0.17",
3
+ "version": "5.0.18",
4
4
  "private": false,
5
5
  "sideEffects": false,
6
6
  "main": "dist/index.js",