@fctc/sme-widget-ui 2.2.0 → 2.2.2
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 +3 -0
- package/dist/index.mjs +3 -0
- package/dist/widgets.js +3 -0
- package/dist/widgets.mjs +3 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -10963,6 +10963,9 @@ var Row = (props) => {
|
|
|
10963
10963
|
{
|
|
10964
10964
|
"data-row-id": row?.id,
|
|
10965
10965
|
className: `border-b border-[#e8e8e8] cursor-pointer`,
|
|
10966
|
+
style: {
|
|
10967
|
+
background: indexRow % 2 === 0 ? "#EEF3FB" : "#FFF"
|
|
10968
|
+
},
|
|
10966
10969
|
children: /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)(import_jsx_runtime47.Fragment, { children: [
|
|
10967
10970
|
isDisplayCheckbox && /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
|
|
10968
10971
|
"td",
|
package/dist/index.mjs
CHANGED
|
@@ -10837,6 +10837,9 @@ var Row = (props) => {
|
|
|
10837
10837
|
{
|
|
10838
10838
|
"data-row-id": row?.id,
|
|
10839
10839
|
className: `border-b border-[#e8e8e8] cursor-pointer`,
|
|
10840
|
+
style: {
|
|
10841
|
+
background: indexRow % 2 === 0 ? "#EEF3FB" : "#FFF"
|
|
10842
|
+
},
|
|
10840
10843
|
children: /* @__PURE__ */ jsxs26(Fragment3, { children: [
|
|
10841
10844
|
isDisplayCheckbox && /* @__PURE__ */ jsx47(
|
|
10842
10845
|
"td",
|
package/dist/widgets.js
CHANGED
|
@@ -9955,6 +9955,9 @@ var Row = (props) => {
|
|
|
9955
9955
|
{
|
|
9956
9956
|
"data-row-id": row?.id,
|
|
9957
9957
|
className: `border-b border-[#e8e8e8] cursor-pointer`,
|
|
9958
|
+
style: {
|
|
9959
|
+
background: indexRow % 2 === 0 ? "#EEF3FB" : "#FFF"
|
|
9960
|
+
},
|
|
9958
9961
|
children: /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)(import_jsx_runtime47.Fragment, { children: [
|
|
9959
9962
|
isDisplayCheckbox && /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
|
|
9960
9963
|
"td",
|
package/dist/widgets.mjs
CHANGED
|
@@ -9893,6 +9893,9 @@ var Row = (props) => {
|
|
|
9893
9893
|
{
|
|
9894
9894
|
"data-row-id": row?.id,
|
|
9895
9895
|
className: `border-b border-[#e8e8e8] cursor-pointer`,
|
|
9896
|
+
style: {
|
|
9897
|
+
background: indexRow % 2 === 0 ? "#EEF3FB" : "#FFF"
|
|
9898
|
+
},
|
|
9896
9899
|
children: /* @__PURE__ */ jsxs26(Fragment3, { children: [
|
|
9897
9900
|
isDisplayCheckbox && /* @__PURE__ */ jsx47(
|
|
9898
9901
|
"td",
|