@rafal.lemieszewski/tide-ui 0.88.0 → 0.88.2

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.
@@ -61,7 +61,7 @@ export interface ChartProps {
61
61
  data: ChartDataPoint[];
62
62
  config: ChartConfig;
63
63
  className?: string;
64
- height?: number;
64
+ height?: number | string;
65
65
  width?: number;
66
66
  minWidth?: number;
67
67
  onDataPointClick?: (data: ChartDataPoint, index: number) => void;
@@ -61,7 +61,7 @@ export interface ChartProps {
61
61
  data: ChartDataPoint[];
62
62
  config: ChartConfig;
63
63
  className?: string;
64
- height?: number;
64
+ height?: number | string;
65
65
  width?: number;
66
66
  minWidth?: number;
67
67
  onDataPointClick?: (data: ChartDataPoint, index: number) => void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rafal.lemieszewski/tide-ui",
3
- "version": "0.88.0",
3
+ "version": "0.88.2",
4
4
  "description": "A comprehensive React component library built with Tailwind CSS and Radix UI primitives",
5
5
  "type": "module",
6
6
  "main": "./dist/cjs/lib/index.cjs",
@@ -300,6 +300,7 @@
300
300
  "playwright": "^1.54.2",
301
301
  "publint": "^0.3.17",
302
302
  "react-day-picker": "^9.13.2",
303
+ "react-dom": "^19.2.4",
303
304
  "react-hook-form": "^7.71.2",
304
305
  "react-resizable-panels": "^3.0.6",
305
306
  "recharts": "^3.7.0",