@cupcodev/ui 3.2.0 → 5.0.1
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/{charts-DqY2Q-7w.d.cts → charts-citXBvHw.d.cts} +1 -1
- package/dist/{charts-DqY2Q-7w.d.ts → charts-citXBvHw.d.ts} +1 -1
- package/dist/charts.d.cts +1 -1
- package/dist/charts.d.ts +1 -1
- package/dist/index.cjs +3165 -2803
- package/dist/index.d.cts +194 -137
- package/dist/index.d.ts +194 -137
- package/dist/index.js +2528 -2176
- package/dist/styles.css +1 -1
- package/package.json +25 -21
- package/styles/global.css +757 -132
- package/styles/tokens.css +14 -10
- package/tailwind-preset.cjs +2 -0
|
@@ -89,7 +89,7 @@ declare const ChartTooltipContent: React.ForwardRefExoticComponent<Omit<Recharts
|
|
|
89
89
|
labelKey?: string;
|
|
90
90
|
}, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
|
91
91
|
declare const ChartLegend: typeof RechartsPrimitive.Legend;
|
|
92
|
-
declare const ChartLegendContent: React.ForwardRefExoticComponent<Omit<React.ClassAttributes<HTMLDivElement> & React.HTMLAttributes<HTMLDivElement> & Pick<RechartsPrimitive.LegendProps, "
|
|
92
|
+
declare const ChartLegendContent: React.ForwardRefExoticComponent<Omit<React.ClassAttributes<HTMLDivElement> & React.HTMLAttributes<HTMLDivElement> & Pick<RechartsPrimitive.LegendProps, "verticalAlign" | "payload"> & {
|
|
93
93
|
hideIcon?: boolean;
|
|
94
94
|
nameKey?: string;
|
|
95
95
|
}, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
|
@@ -89,7 +89,7 @@ declare const ChartTooltipContent: React.ForwardRefExoticComponent<Omit<Recharts
|
|
|
89
89
|
labelKey?: string;
|
|
90
90
|
}, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
|
91
91
|
declare const ChartLegend: typeof RechartsPrimitive.Legend;
|
|
92
|
-
declare const ChartLegendContent: React.ForwardRefExoticComponent<Omit<React.ClassAttributes<HTMLDivElement> & React.HTMLAttributes<HTMLDivElement> & Pick<RechartsPrimitive.LegendProps, "
|
|
92
|
+
declare const ChartLegendContent: React.ForwardRefExoticComponent<Omit<React.ClassAttributes<HTMLDivElement> & React.HTMLAttributes<HTMLDivElement> & Pick<RechartsPrimitive.LegendProps, "verticalAlign" | "payload"> & {
|
|
93
93
|
hideIcon?: boolean;
|
|
94
94
|
nameKey?: string;
|
|
95
95
|
}, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
package/dist/charts.d.cts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { c as Carousel, C as CarouselApi, d as CarouselContent, e as CarouselItem, g as CarouselNext, f as CarouselPrevious, n as ChartConfig, h as ChartContainer, k as ChartLegend, l as ChartLegendContent, m as ChartStyle, i as ChartTooltip, j as ChartTooltipContent } from './charts-
|
|
1
|
+
export { c as Carousel, C as CarouselApi, d as CarouselContent, e as CarouselItem, g as CarouselNext, f as CarouselPrevious, n as ChartConfig, h as ChartContainer, k as ChartLegend, l as ChartLegendContent, m as ChartStyle, i as ChartTooltip, j as ChartTooltipContent } from './charts-citXBvHw.cjs';
|
|
2
2
|
import 'recharts/types/util/payload/getUniqPayload';
|
|
3
3
|
import 'recharts/types/component/Tooltip';
|
|
4
4
|
import 'recharts/types/util/types';
|
package/dist/charts.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { c as Carousel, C as CarouselApi, d as CarouselContent, e as CarouselItem, g as CarouselNext, f as CarouselPrevious, n as ChartConfig, h as ChartContainer, k as ChartLegend, l as ChartLegendContent, m as ChartStyle, i as ChartTooltip, j as ChartTooltipContent } from './charts-
|
|
1
|
+
export { c as Carousel, C as CarouselApi, d as CarouselContent, e as CarouselItem, g as CarouselNext, f as CarouselPrevious, n as ChartConfig, h as ChartContainer, k as ChartLegend, l as ChartLegendContent, m as ChartStyle, i as ChartTooltip, j as ChartTooltipContent } from './charts-citXBvHw.js';
|
|
2
2
|
import 'recharts/types/util/payload/getUniqPayload';
|
|
3
3
|
import 'recharts/types/component/Tooltip';
|
|
4
4
|
import 'recharts/types/util/types';
|