@fctc/sme-widget-ui 2.6.4 → 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
  {
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
  {
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
  {
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
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fctc/sme-widget-ui",
3
- "version": "2.6.4",
3
+ "version": "2.6.5",
4
4
  "main": "dist/index.cjs",
5
5
  "module": "dist/index.mjs",
6
6
  "types": "dist/index.d.ts",