@dust-tt/sparkle 0.2.198 → 0.2.199

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": "@dust-tt/sparkle",
3
- "version": "0.2.198",
3
+ "version": "0.2.199",
4
4
  "scripts": {
5
5
  "build": "rm -rf dist && rollup -c",
6
6
  "build:with-tw-base": "rollup -c --environment INCLUDE_TW_BASE:true",
@@ -197,7 +197,7 @@ DataTable.Row = function Row({
197
197
  <tr
198
198
  className={classNames(
199
199
  "s-border-b s-border-structure-200 s-text-sm",
200
- onMoreClick ? "s-cursor-pointer" : "",
200
+ onClick ? "s-cursor-pointer" : "",
201
201
  className || ""
202
202
  )}
203
203
  onClick={onClick ? onClick : undefined}