@fctc/sme-widget-ui 2.6.3 → 2.6.5

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,7 +10989,7 @@ var Row = (props) => {
10989
10989
  isDisplayCheckbox && /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
10990
10990
  "td",
10991
10991
  {
10992
- className: `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
  {
@@ -13095,7 +13095,7 @@ var TableHead = (props) => {
13095
13095
  isDisplayCheckbox && /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
13096
13096
  "th",
13097
13097
  {
13098
- className: ` table-checkbox-row w-[2%] text-left font-medium uppercase text-gray-500 p-3`,
13098
+ className: ` table-checkbox-row th-checkbox w-[2%] text-left font-medium uppercase text-gray-500 p-3`,
13099
13099
  children: /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
13100
13100
  "input",
13101
13101
  {
@@ -13123,7 +13123,7 @@ var TableHead = (props) => {
13123
13123
  {
13124
13124
  "data-type-co": col?.field?.type_co,
13125
13125
  "data-rtc-resizable": col?.name,
13126
- className: `column whitespace-nowrap text-left p-3 text-sm font-semibold capitalize text-[#060606]`,
13126
+ className: `column whitespace-nowrap text-left p-3 text-sm font-semibold capitalize text-[#060606] ${col?.field?.type_co === "buttons" ? "th-buttons" : "th-normal"}`,
13127
13127
  children: /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)(
13128
13128
  "div",
13129
13129
  {
package/dist/index.mjs CHANGED
@@ -10862,7 +10862,7 @@ var Row = (props) => {
10862
10862
  isDisplayCheckbox && /* @__PURE__ */ jsx47(
10863
10863
  "td",
10864
10864
  {
10865
- className: `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
  {
@@ -12968,7 +12968,7 @@ var TableHead = (props) => {
12968
12968
  isDisplayCheckbox && /* @__PURE__ */ jsx51(
12969
12969
  "th",
12970
12970
  {
12971
- className: ` table-checkbox-row w-[2%] text-left font-medium uppercase text-gray-500 p-3`,
12971
+ className: ` table-checkbox-row th-checkbox w-[2%] text-left font-medium uppercase text-gray-500 p-3`,
12972
12972
  children: /* @__PURE__ */ jsx51(
12973
12973
  "input",
12974
12974
  {
@@ -12996,7 +12996,7 @@ var TableHead = (props) => {
12996
12996
  {
12997
12997
  "data-type-co": col?.field?.type_co,
12998
12998
  "data-rtc-resizable": col?.name,
12999
- className: `column whitespace-nowrap text-left p-3 text-sm font-semibold capitalize text-[#060606]`,
12999
+ className: `column whitespace-nowrap text-left p-3 text-sm font-semibold capitalize text-[#060606] ${col?.field?.type_co === "buttons" ? "th-buttons" : "th-normal"}`,
13000
13000
  children: /* @__PURE__ */ jsxs29(
13001
13001
  "div",
13002
13002
  {
package/dist/widgets.js CHANGED
@@ -9981,7 +9981,7 @@ var Row = (props) => {
9981
9981
  isDisplayCheckbox && /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
9982
9982
  "td",
9983
9983
  {
9984
- className: `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
  {
@@ -12087,7 +12087,7 @@ var TableHead = (props) => {
12087
12087
  isDisplayCheckbox && /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
12088
12088
  "th",
12089
12089
  {
12090
- className: ` table-checkbox-row w-[2%] text-left font-medium uppercase text-gray-500 p-3`,
12090
+ className: ` table-checkbox-row th-checkbox w-[2%] text-left font-medium uppercase text-gray-500 p-3`,
12091
12091
  children: /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
12092
12092
  "input",
12093
12093
  {
@@ -12115,7 +12115,7 @@ var TableHead = (props) => {
12115
12115
  {
12116
12116
  "data-type-co": col?.field?.type_co,
12117
12117
  "data-rtc-resizable": col?.name,
12118
- className: `column whitespace-nowrap text-left p-3 text-sm font-semibold capitalize text-[#060606]`,
12118
+ className: `column whitespace-nowrap text-left p-3 text-sm font-semibold capitalize text-[#060606] ${col?.field?.type_co === "buttons" ? "th-buttons" : "th-normal"}`,
12119
12119
  children: /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)(
12120
12120
  "div",
12121
12121
  {
package/dist/widgets.mjs CHANGED
@@ -9918,7 +9918,7 @@ var Row = (props) => {
9918
9918
  isDisplayCheckbox && /* @__PURE__ */ jsx47(
9919
9919
  "td",
9920
9920
  {
9921
- className: `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
  {
@@ -12024,7 +12024,7 @@ var TableHead = (props) => {
12024
12024
  isDisplayCheckbox && /* @__PURE__ */ jsx51(
12025
12025
  "th",
12026
12026
  {
12027
- className: ` table-checkbox-row w-[2%] text-left font-medium uppercase text-gray-500 p-3`,
12027
+ className: ` table-checkbox-row th-checkbox w-[2%] text-left font-medium uppercase text-gray-500 p-3`,
12028
12028
  children: /* @__PURE__ */ jsx51(
12029
12029
  "input",
12030
12030
  {
@@ -12052,7 +12052,7 @@ var TableHead = (props) => {
12052
12052
  {
12053
12053
  "data-type-co": col?.field?.type_co,
12054
12054
  "data-rtc-resizable": col?.name,
12055
- className: `column whitespace-nowrap text-left p-3 text-sm font-semibold capitalize text-[#060606]`,
12055
+ className: `column whitespace-nowrap text-left p-3 text-sm font-semibold capitalize text-[#060606] ${col?.field?.type_co === "buttons" ? "th-buttons" : "th-normal"}`,
12056
12056
  children: /* @__PURE__ */ jsxs29(
12057
12057
  "div",
12058
12058
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fctc/sme-widget-ui",
3
- "version": "2.6.3",
3
+ "version": "2.6.5",
4
4
  "main": "dist/index.cjs",
5
5
  "module": "dist/index.mjs",
6
6
  "types": "dist/index.d.ts",