@fctc/sme-widget-ui 2.4.6 → 2.4.7

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
@@ -13114,6 +13114,9 @@ var TableHead = (props) => {
13114
13114
  "data-type-co": col?.field?.type_co,
13115
13115
  "data-rtc-resizable": col?.name,
13116
13116
  className: `column whitespace-nowrap text-left p-3 text-sm font-semibold capitalize text-[#060606]`,
13117
+ style: {
13118
+ width: col?.field?.widget !== "handle" ? "50px" : "initial"
13119
+ },
13117
13120
  children: col?.field?.widget !== "handle" && /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)(
13118
13121
  "div",
13119
13122
  {
package/dist/index.mjs CHANGED
@@ -12987,6 +12987,9 @@ var TableHead = (props) => {
12987
12987
  "data-type-co": col?.field?.type_co,
12988
12988
  "data-rtc-resizable": col?.name,
12989
12989
  className: `column whitespace-nowrap text-left p-3 text-sm font-semibold capitalize text-[#060606]`,
12990
+ style: {
12991
+ width: col?.field?.widget !== "handle" ? "50px" : "initial"
12992
+ },
12990
12993
  children: col?.field?.widget !== "handle" && /* @__PURE__ */ jsxs29(
12991
12994
  "div",
12992
12995
  {
package/dist/widgets.js CHANGED
@@ -12106,6 +12106,9 @@ var TableHead = (props) => {
12106
12106
  "data-type-co": col?.field?.type_co,
12107
12107
  "data-rtc-resizable": col?.name,
12108
12108
  className: `column whitespace-nowrap text-left p-3 text-sm font-semibold capitalize text-[#060606]`,
12109
+ style: {
12110
+ width: col?.field?.widget !== "handle" ? "50px" : "initial"
12111
+ },
12109
12112
  children: col?.field?.widget !== "handle" && /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)(
12110
12113
  "div",
12111
12114
  {
package/dist/widgets.mjs CHANGED
@@ -12043,6 +12043,9 @@ var TableHead = (props) => {
12043
12043
  "data-type-co": col?.field?.type_co,
12044
12044
  "data-rtc-resizable": col?.name,
12045
12045
  className: `column whitespace-nowrap text-left p-3 text-sm font-semibold capitalize text-[#060606]`,
12046
+ style: {
12047
+ width: col?.field?.widget !== "handle" ? "50px" : "initial"
12048
+ },
12046
12049
  children: col?.field?.widget !== "handle" && /* @__PURE__ */ jsxs29(
12047
12050
  "div",
12048
12051
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fctc/sme-widget-ui",
3
- "version": "2.4.6",
3
+ "version": "2.4.7",
4
4
  "main": "dist/index.cjs",
5
5
  "module": "dist/index.mjs",
6
6
  "types": "dist/index.d.ts",