@xaypay/tui 0.1.8 → 0.1.9

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.es.js CHANGED
@@ -2494,8 +2494,8 @@ const Table = ({
2494
2494
  key: `${item}_${index}`,
2495
2495
  style: {
2496
2496
  backgroundColor: tableRowBGColor ?? merge.TABLE.body.row.colors.background,
2497
- borderBottom: index === body.length - 1 ? 'none' : tBodyRowBorder ? tBodyRowBorder : merge.TABLE.body.row.border,
2498
2497
  borderColor: hideBorder ? 'transparent' : merge.TABLE.body.row.borderColor,
2498
+ borderBottom: index === body.length - 1 ? 'none' : tBodyRowBorder ? tBodyRowBorder : merge.TABLE.body.row.border,
2499
2499
  boxShadow: (tableRowItem ? tableRowItem : merge.TABLE.body.row.asItem) ? tableRowBoxShadow ? tableRowBoxShadow : merge.TABLE.body.row.box.shadow : 'none'
2500
2500
  }
2501
2501
  }, Object.values(item).map((innerItem, innerIndex) => {
package/dist/index.js CHANGED
@@ -2524,8 +2524,8 @@ const Table = ({
2524
2524
  key: `${item}_${index}`,
2525
2525
  style: {
2526
2526
  backgroundColor: tableRowBGColor ?? merge.TABLE.body.row.colors.background,
2527
- borderBottom: index === body.length - 1 ? 'none' : tBodyRowBorder ? tBodyRowBorder : merge.TABLE.body.row.border,
2528
2527
  borderColor: hideBorder ? 'transparent' : merge.TABLE.body.row.borderColor,
2528
+ borderBottom: index === body.length - 1 ? 'none' : tBodyRowBorder ? tBodyRowBorder : merge.TABLE.body.row.border,
2529
2529
  boxShadow: (tableRowItem ? tableRowItem : merge.TABLE.body.row.asItem) ? tableRowBoxShadow ? tableRowBoxShadow : merge.TABLE.body.row.box.shadow : 'none'
2530
2530
  }
2531
2531
  }, Object.values(item).map((innerItem, innerIndex) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xaypay/tui",
3
- "version": "0.1.8",
3
+ "version": "0.1.9",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.es.js",