@fctc/sme-widget-ui 2.8.2 → 2.8.3

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
@@ -13157,7 +13157,7 @@ var TableHead = (props) => {
13157
13157
  className: `cursor-pointer flex items-center gap-[4px] w-full group relative ${(col?.field?.type === "monetary" || col?.field?.widget === "monetary") && "justify-end"}`,
13158
13158
  children: [
13159
13159
  /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("div", { className: "cursor-pointer flex justify-between items-center gap-[4px] w-full max-w-full truncate", children: /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("span", { className: "truncate", children: col.title }) }),
13160
- col?.field?.help && /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)(import_jsx_runtime51.Fragment, { children: [
13160
+ col?.field?.help && env?.envFile?.PLATFORM !== "edu" && /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)(import_jsx_runtime51.Fragment, { children: [
13161
13161
  (0, import_react_dom.createPortal)(
13162
13162
  /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
13163
13163
  M,
package/dist/index.mjs CHANGED
@@ -13030,7 +13030,7 @@ var TableHead = (props) => {
13030
13030
  className: `cursor-pointer flex items-center gap-[4px] w-full group relative ${(col?.field?.type === "monetary" || col?.field?.widget === "monetary") && "justify-end"}`,
13031
13031
  children: [
13032
13032
  /* @__PURE__ */ jsx51("div", { className: "cursor-pointer flex justify-between items-center gap-[4px] w-full max-w-full truncate", children: /* @__PURE__ */ jsx51("span", { className: "truncate", children: col.title }) }),
13033
- col?.field?.help && /* @__PURE__ */ jsxs29(Fragment4, { children: [
13033
+ col?.field?.help && env?.envFile?.PLATFORM !== "edu" && /* @__PURE__ */ jsxs29(Fragment4, { children: [
13034
13034
  createPortal(
13035
13035
  /* @__PURE__ */ jsx51(
13036
13036
  M,
package/dist/widgets.js CHANGED
@@ -12149,7 +12149,7 @@ var TableHead = (props) => {
12149
12149
  className: `cursor-pointer flex items-center gap-[4px] w-full group relative ${(col?.field?.type === "monetary" || col?.field?.widget === "monetary") && "justify-end"}`,
12150
12150
  children: [
12151
12151
  /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("div", { className: "cursor-pointer flex justify-between items-center gap-[4px] w-full max-w-full truncate", children: /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("span", { className: "truncate", children: col.title }) }),
12152
- col?.field?.help && /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)(import_jsx_runtime51.Fragment, { children: [
12152
+ col?.field?.help && env?.envFile?.PLATFORM !== "edu" && /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)(import_jsx_runtime51.Fragment, { children: [
12153
12153
  (0, import_react_dom.createPortal)(
12154
12154
  /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
12155
12155
  M,
package/dist/widgets.mjs CHANGED
@@ -12086,7 +12086,7 @@ var TableHead = (props) => {
12086
12086
  className: `cursor-pointer flex items-center gap-[4px] w-full group relative ${(col?.field?.type === "monetary" || col?.field?.widget === "monetary") && "justify-end"}`,
12087
12087
  children: [
12088
12088
  /* @__PURE__ */ jsx51("div", { className: "cursor-pointer flex justify-between items-center gap-[4px] w-full max-w-full truncate", children: /* @__PURE__ */ jsx51("span", { className: "truncate", children: col.title }) }),
12089
- col?.field?.help && /* @__PURE__ */ jsxs29(Fragment4, { children: [
12089
+ col?.field?.help && env?.envFile?.PLATFORM !== "edu" && /* @__PURE__ */ jsxs29(Fragment4, { children: [
12090
12090
  createPortal(
12091
12091
  /* @__PURE__ */ jsx51(
12092
12092
  M,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fctc/sme-widget-ui",
3
- "version": "2.8.2",
3
+ "version": "2.8.3",
4
4
  "main": "dist/index.cjs",
5
5
  "module": "dist/index.mjs",
6
6
  "types": "dist/index.d.ts",