@fctc/sme-widget-ui 2.6.4 → 2.6.6

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
  {
@@ -31786,7 +31786,7 @@ var DateField = (props) => {
31786
31786
  }
31787
31787
  ),
31788
31788
  timeInputLabel: textPlaceHolder,
31789
- portalId: "root-portal",
31789
+ portalId: name2,
31790
31790
  renderCustomHeader: ({
31791
31791
  date,
31792
31792
  changeYear,
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
  {
@@ -31659,7 +31659,7 @@ var DateField = (props) => {
31659
31659
  }
31660
31660
  ),
31661
31661
  timeInputLabel: textPlaceHolder,
31662
- portalId: "root-portal",
31662
+ portalId: name2,
31663
31663
  renderCustomHeader: ({
31664
31664
  date,
31665
31665
  changeYear,
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
  {
@@ -31035,7 +31035,7 @@ var DateField = (props) => {
31035
31035
  }
31036
31036
  ),
31037
31037
  timeInputLabel: textPlaceHolder,
31038
- portalId: "root-portal",
31038
+ portalId: name2,
31039
31039
  renderCustomHeader: ({
31040
31040
  date,
31041
31041
  changeYear,
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
  {
@@ -30972,7 +30972,7 @@ var DateField = (props) => {
30972
30972
  }
30973
30973
  ),
30974
30974
  timeInputLabel: textPlaceHolder,
30975
- portalId: "root-portal",
30975
+ portalId: name2,
30976
30976
  renderCustomHeader: ({
30977
30977
  date,
30978
30978
  changeYear,
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.6",
4
4
  "main": "dist/index.cjs",
5
5
  "module": "dist/index.mjs",
6
6
  "types": "dist/index.d.ts",