@fctc/sme-widget-ui 2.6.8 → 2.6.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.js CHANGED
@@ -10989,14 +10989,14 @@ var Row = (props) => {
10989
10989
  isDisplayCheckbox && /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
10990
10990
  "td",
10991
10991
  {
10992
- className: `td-checkbox column w-max whitespace-nowrap p-3 border-b border-gray-200 text-sm font-normal text-gray-900`,
10992
+ className: `td-checkbox column w-max whitespace-nowrap p-3 border-b border-gray-200 text-sm font-normal text-gray-900`,
10993
10993
  children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
10994
10994
  "input",
10995
10995
  {
10996
10996
  type: "checkbox",
10997
10997
  checked,
10998
10998
  onChange: handleCheckBoxSingle,
10999
- className: "ml-2 align-middle custom-checkbox"
10999
+ className: "align-middle custom-checkbox"
11000
11000
  }
11001
11001
  )
11002
11002
  }
package/dist/index.mjs CHANGED
@@ -10862,14 +10862,14 @@ var Row = (props) => {
10862
10862
  isDisplayCheckbox && /* @__PURE__ */ jsx47(
10863
10863
  "td",
10864
10864
  {
10865
- className: `td-checkbox column w-max whitespace-nowrap p-3 border-b border-gray-200 text-sm font-normal text-gray-900`,
10865
+ className: `td-checkbox column w-max whitespace-nowrap p-3 border-b border-gray-200 text-sm font-normal text-gray-900`,
10866
10866
  children: /* @__PURE__ */ jsx47(
10867
10867
  "input",
10868
10868
  {
10869
10869
  type: "checkbox",
10870
10870
  checked,
10871
10871
  onChange: handleCheckBoxSingle,
10872
- className: "ml-2 align-middle custom-checkbox"
10872
+ className: "align-middle custom-checkbox"
10873
10873
  }
10874
10874
  )
10875
10875
  }
package/dist/widgets.js CHANGED
@@ -9981,14 +9981,14 @@ var Row = (props) => {
9981
9981
  isDisplayCheckbox && /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
9982
9982
  "td",
9983
9983
  {
9984
- className: `td-checkbox column w-max whitespace-nowrap p-3 border-b border-gray-200 text-sm font-normal text-gray-900`,
9984
+ className: `td-checkbox column w-max whitespace-nowrap p-3 border-b border-gray-200 text-sm font-normal text-gray-900`,
9985
9985
  children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
9986
9986
  "input",
9987
9987
  {
9988
9988
  type: "checkbox",
9989
9989
  checked,
9990
9990
  onChange: handleCheckBoxSingle,
9991
- className: "ml-2 align-middle custom-checkbox"
9991
+ className: "align-middle custom-checkbox"
9992
9992
  }
9993
9993
  )
9994
9994
  }
package/dist/widgets.mjs CHANGED
@@ -9918,14 +9918,14 @@ var Row = (props) => {
9918
9918
  isDisplayCheckbox && /* @__PURE__ */ jsx47(
9919
9919
  "td",
9920
9920
  {
9921
- className: `td-checkbox column w-max whitespace-nowrap p-3 border-b border-gray-200 text-sm font-normal text-gray-900`,
9921
+ className: `td-checkbox column w-max whitespace-nowrap p-3 border-b border-gray-200 text-sm font-normal text-gray-900`,
9922
9922
  children: /* @__PURE__ */ jsx47(
9923
9923
  "input",
9924
9924
  {
9925
9925
  type: "checkbox",
9926
9926
  checked,
9927
9927
  onChange: handleCheckBoxSingle,
9928
- className: "ml-2 align-middle custom-checkbox"
9928
+ className: "align-middle custom-checkbox"
9929
9929
  }
9930
9930
  )
9931
9931
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fctc/sme-widget-ui",
3
- "version": "2.6.8",
3
+ "version": "2.6.9",
4
4
  "main": "dist/index.cjs",
5
5
  "module": "dist/index.mjs",
6
6
  "types": "dist/index.d.ts",