eai-frontend-components 2.0.4 → 2.0.5

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "eai-frontend-components",
3
- "version": "2.0.4",
4
- "description": "Modern React UI component library based on shadcn/ui with TypeScript, Tailwind CSS, and full accessibility support. Perfect for building beautiful, responsive applications.",
3
+ "version": "2.0.5",
4
+ "description": "Biblioteca de componentes UI reutilizáveis baseada em shadcn/ui e Radix UI para projetos EAI.",
5
5
  "private": false,
6
6
  "publishConfig": {
7
7
  "access": "public",
@@ -355,10 +355,9 @@ function getPayloadConfigFromPayload(
355
355
  }
356
356
 
357
357
  export {
358
- ChartContainer,
359
- ChartTooltip,
360
- ChartTooltipContent,
361
- ChartLegend,
358
+ ChartContainer, ChartLegend,
362
359
  ChartLegendContent,
363
- ChartStyle,
360
+ ChartStyle, ChartTooltip,
361
+ ChartTooltipContent
364
362
  }
363
+