eai-frontend-components 2.0.89 → 2.0.90

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
@@ -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 flex-col items-center text-sm font-medium', children: "Nenhum dado dispon\u00EDvel" });
10192
+ return jsxRuntime.jsx("div", { className: 'flex items-center text-sm text-foreground font-normal', children: "Nenhum registro dispon\u00EDvel" });
10193
10193
  }
10194
10194
  const cardProps = {
10195
10195
  node,