@fctc/sme-widget-ui 2.5.0 → 2.5.1

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
@@ -13112,6 +13112,7 @@ var TableHead = (props) => {
13112
13112
  return /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
13113
13113
  "th",
13114
13114
  {
13115
+ style: { maxWidth: "30px" },
13115
13116
  className: `column handle whitespace-nowrap text-left p-0 text-sm font-semibold capitalize text-[#060606]`
13116
13117
  },
13117
13118
  "table-head-" + index4
package/dist/index.mjs CHANGED
@@ -12985,6 +12985,7 @@ var TableHead = (props) => {
12985
12985
  return /* @__PURE__ */ jsx51(
12986
12986
  "th",
12987
12987
  {
12988
+ style: { maxWidth: "30px" },
12988
12989
  className: `column handle whitespace-nowrap text-left p-0 text-sm font-semibold capitalize text-[#060606]`
12989
12990
  },
12990
12991
  "table-head-" + index4
package/dist/widgets.js CHANGED
@@ -12104,6 +12104,7 @@ var TableHead = (props) => {
12104
12104
  return /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
12105
12105
  "th",
12106
12106
  {
12107
+ style: { maxWidth: "30px" },
12107
12108
  className: `column handle whitespace-nowrap text-left p-0 text-sm font-semibold capitalize text-[#060606]`
12108
12109
  },
12109
12110
  "table-head-" + index4
package/dist/widgets.mjs CHANGED
@@ -12041,6 +12041,7 @@ var TableHead = (props) => {
12041
12041
  return /* @__PURE__ */ jsx51(
12042
12042
  "th",
12043
12043
  {
12044
+ style: { maxWidth: "30px" },
12044
12045
  className: `column handle whitespace-nowrap text-left p-0 text-sm font-semibold capitalize text-[#060606]`
12045
12046
  },
12046
12047
  "table-head-" + index4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fctc/sme-widget-ui",
3
- "version": "2.5.0",
3
+ "version": "2.5.1",
4
4
  "main": "dist/index.cjs",
5
5
  "module": "dist/index.mjs",
6
6
  "types": "dist/index.d.ts",