@fctc/sme-widget-ui 2.7.8 → 2.7.9

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
@@ -10981,6 +10981,7 @@ var Row = (props) => {
10981
10981
  return /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
10982
10982
  "tr",
10983
10983
  {
10984
+ "data-platform": env?.envFile?.PLATFORM ? "edu" : "default",
10984
10985
  "data-row-id": row?.id,
10985
10986
  className: `border-b border-[#e8e8e8] cursor-pointer`,
10986
10987
  style: {
package/dist/index.mjs CHANGED
@@ -10854,6 +10854,7 @@ var Row = (props) => {
10854
10854
  return /* @__PURE__ */ jsx47(
10855
10855
  "tr",
10856
10856
  {
10857
+ "data-platform": env?.envFile?.PLATFORM ? "edu" : "default",
10857
10858
  "data-row-id": row?.id,
10858
10859
  className: `border-b border-[#e8e8e8] cursor-pointer`,
10859
10860
  style: {
package/dist/widgets.js CHANGED
@@ -9973,6 +9973,7 @@ var Row = (props) => {
9973
9973
  return /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
9974
9974
  "tr",
9975
9975
  {
9976
+ "data-platform": env?.envFile?.PLATFORM ? "edu" : "default",
9976
9977
  "data-row-id": row?.id,
9977
9978
  className: `border-b border-[#e8e8e8] cursor-pointer`,
9978
9979
  style: {
package/dist/widgets.mjs CHANGED
@@ -9910,6 +9910,7 @@ var Row = (props) => {
9910
9910
  return /* @__PURE__ */ jsx47(
9911
9911
  "tr",
9912
9912
  {
9913
+ "data-platform": env?.envFile?.PLATFORM ? "edu" : "default",
9913
9914
  "data-row-id": row?.id,
9914
9915
  className: `border-b border-[#e8e8e8] cursor-pointer`,
9915
9916
  style: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fctc/sme-widget-ui",
3
- "version": "2.7.8",
3
+ "version": "2.7.9",
4
4
  "main": "dist/index.cjs",
5
5
  "module": "dist/index.mjs",
6
6
  "types": "dist/index.d.ts",