eai-frontend-components 2.0.90 → 2.0.91
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.d.ts +10 -10
- package/dist/index.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -10189,7 +10189,7 @@ function OrgChartTreeNode({ node, onNodeClick, defaultExpanded, renderNode }) {
|
|
|
10189
10189
|
const children = node?.children ?? [];
|
|
10190
10190
|
const hasChildren = children.length > 0;
|
|
10191
10191
|
if (!node) {
|
|
10192
|
-
return jsxRuntime.jsx("div", { className: 'flex items-center text-sm text-foreground font-normal', children: "
|
|
10192
|
+
return jsxRuntime.jsx("div", { className: 'flex items-center text-sm text-foreground font-normal', children: "Sem resultados." });
|
|
10193
10193
|
}
|
|
10194
10194
|
const cardProps = {
|
|
10195
10195
|
node,
|