nectiasw 0.0.264 → 0.0.265
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.es.js +5 -1
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +2 -2
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -16717,6 +16717,9 @@ const J$ = () => typeof process < "u" ? process.env.API_URL : "https://opcoredev
|
|
|
16717
16717
|
system: So.OPTIMUS,
|
|
16718
16718
|
allow: [Ui.CAN_IMPORT_EXTENDED_DATA]
|
|
16719
16719
|
}
|
|
16720
|
+
},
|
|
16721
|
+
{
|
|
16722
|
+
path: "/"
|
|
16720
16723
|
}
|
|
16721
16724
|
];
|
|
16722
16725
|
return /* @__PURE__ */ A("div", { className: Wn.container, "data-testid": "tw-sidebar", children: /* @__PURE__ */ A("div", { className: Wn.content, children: /* @__PURE__ */ te(
|
|
@@ -20198,7 +20201,8 @@ const RW = Y.memo((e) => {
|
|
|
20198
20201
|
innerText: e.innerText,
|
|
20199
20202
|
className: t,
|
|
20200
20203
|
index: e.first ? 0 : 1,
|
|
20201
|
-
overflowWrap: e.overflowWrap
|
|
20204
|
+
overflowWrap: e.overflowWrap,
|
|
20205
|
+
color: e.color
|
|
20202
20206
|
}, r = (l) => e.tooltip ? /* @__PURE__ */ A(AW, { content: e.tooltip, children: l }) : l, i = Y.useMemo(() => e.first && e.hasCheckbox && /* @__PURE__ */ A(
|
|
20203
20207
|
bv,
|
|
20204
20208
|
{
|