@fctc/sme-widget-ui 2.6.9 → 2.7.0

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,6 +10989,10 @@ var Row = (props) => {
10989
10989
  isDisplayCheckbox && /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
10990
10990
  "td",
10991
10991
  {
10992
+ style: {
10993
+ width: "40px",
10994
+ maxWidth: "40px"
10995
+ },
10992
10996
  className: `td-checkbox column w-max whitespace-nowrap p-3 border-b border-gray-200 text-sm font-normal text-gray-900`,
10993
10997
  children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
10994
10998
  "input",
package/dist/index.mjs CHANGED
@@ -10862,6 +10862,10 @@ var Row = (props) => {
10862
10862
  isDisplayCheckbox && /* @__PURE__ */ jsx47(
10863
10863
  "td",
10864
10864
  {
10865
+ style: {
10866
+ width: "40px",
10867
+ maxWidth: "40px"
10868
+ },
10865
10869
  className: `td-checkbox column w-max whitespace-nowrap p-3 border-b border-gray-200 text-sm font-normal text-gray-900`,
10866
10870
  children: /* @__PURE__ */ jsx47(
10867
10871
  "input",
package/dist/widgets.js CHANGED
@@ -9981,6 +9981,10 @@ var Row = (props) => {
9981
9981
  isDisplayCheckbox && /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
9982
9982
  "td",
9983
9983
  {
9984
+ style: {
9985
+ width: "40px",
9986
+ maxWidth: "40px"
9987
+ },
9984
9988
  className: `td-checkbox column w-max whitespace-nowrap p-3 border-b border-gray-200 text-sm font-normal text-gray-900`,
9985
9989
  children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
9986
9990
  "input",
package/dist/widgets.mjs CHANGED
@@ -9918,6 +9918,10 @@ var Row = (props) => {
9918
9918
  isDisplayCheckbox && /* @__PURE__ */ jsx47(
9919
9919
  "td",
9920
9920
  {
9921
+ style: {
9922
+ width: "40px",
9923
+ maxWidth: "40px"
9924
+ },
9921
9925
  className: `td-checkbox column w-max whitespace-nowrap p-3 border-b border-gray-200 text-sm font-normal text-gray-900`,
9922
9926
  children: /* @__PURE__ */ jsx47(
9923
9927
  "input",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fctc/sme-widget-ui",
3
- "version": "2.6.9",
3
+ "version": "2.7.0",
4
4
  "main": "dist/index.cjs",
5
5
  "module": "dist/index.mjs",
6
6
  "types": "dist/index.d.ts",