asma-ui-table 1.0.140 → 1.0.141

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.
@@ -9705,7 +9705,7 @@ function selectColumn(isFixed2, rowHeight) {
9705
9705
  {
9706
9706
  type: "button",
9707
9707
  style: { height: rowHeight ? rowHeight : "auto" },
9708
- className: "pl-2 flex items-center justify-start size-full",
9708
+ className: "pl-2 flex w-full items-center justify-start m-0 p-0",
9709
9709
  onClick: () => cell.row.toggleSelected(),
9710
9710
  children: /* @__PURE__ */ jsxRuntimeExports.jsx(
9711
9711
  StyledCheckbox,
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.0.140",
6
+ "version": "1.0.141",
7
7
  "type": "module",
8
8
  "files": [
9
9
  "dist/**/*",