@yamada-ui/charts 1.5.13 → 1.5.14
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/use-area-chart.d.mts +1 -1
- package/dist/use-area-chart.d.ts +1 -1
- package/dist/use-chart-grid.d.mts +1 -1
- package/dist/use-chart-grid.d.ts +1 -1
- package/dist/use-chart-label-list.d.mts +1 -1
- package/dist/use-chart-label-list.d.ts +1 -1
- package/dist/use-chart-reference-line.d.mts +1 -1
- package/dist/use-chart-reference-line.d.ts +1 -1
- package/dist/use-chart-tooltip.d.mts +1 -1
- package/dist/use-chart-tooltip.d.ts +1 -1
- package/dist/use-chart.d.mts +1 -1
- package/dist/use-chart.d.ts +1 -1
- package/dist/use-line-chart.d.mts +1 -1
- package/dist/use-line-chart.d.ts +1 -1
- package/dist/use-pie-chart.d.mts +1 -1
- package/dist/use-pie-chart.d.ts +1 -1
- package/dist/use-polar-grid.d.mts +1 -1
- package/dist/use-polar-grid.d.ts +1 -1
- package/dist/use-radar-chart.d.mts +1 -1
- package/dist/use-radar-chart.d.ts +1 -1
- package/dist/use-radial-chart.d.mts +1 -1
- package/dist/use-radial-chart.d.ts +1 -1
- package/package.json +4 -4
@@ -7,7 +7,7 @@ import * as react from 'react';
|
|
7
7
|
import * as _yamada_ui_utils from '@yamada-ui/utils';
|
8
8
|
import { Dict } from '@yamada-ui/utils';
|
9
9
|
import * as _yamada_ui_core from '@yamada-ui/core';
|
10
|
-
import { RequiredPropGetter, PropGetter
|
10
|
+
import { CSSUIObject, RequiredPropGetter, PropGetter } from '@yamada-ui/core';
|
11
11
|
import * as Recharts from 'recharts';
|
12
12
|
import { AreaGradientProps } from './area-chart-gradient.mjs';
|
13
13
|
import { AreaSplitProps } from './area-chart-split.mjs';
|
package/dist/use-area-chart.d.ts
CHANGED
@@ -7,7 +7,7 @@ import * as react from 'react';
|
|
7
7
|
import * as _yamada_ui_utils from '@yamada-ui/utils';
|
8
8
|
import { Dict } from '@yamada-ui/utils';
|
9
9
|
import * as _yamada_ui_core from '@yamada-ui/core';
|
10
|
-
import { RequiredPropGetter, PropGetter
|
10
|
+
import { CSSUIObject, RequiredPropGetter, PropGetter } from '@yamada-ui/core';
|
11
11
|
import * as Recharts from 'recharts';
|
12
12
|
import { AreaGradientProps } from './area-chart-gradient.js';
|
13
13
|
import { AreaSplitProps } from './area-chart-split.js';
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import {
|
1
|
+
import { CSSUIObject, PropGetter } from '@yamada-ui/core';
|
2
2
|
import { Dict } from '@yamada-ui/utils';
|
3
3
|
import { CartesianGridProps } from 'recharts';
|
4
4
|
import { ChartAxisType, GridProps } from './chart.types.mjs';
|
package/dist/use-chart-grid.d.ts
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
import {
|
1
|
+
import { CSSUIObject, PropGetter } from '@yamada-ui/core';
|
2
2
|
import { Dict } from '@yamada-ui/utils';
|
3
3
|
import { CartesianGridProps } from 'recharts';
|
4
4
|
import { ChartAxisType, GridProps } from './chart.types.js';
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import {
|
1
|
+
import { CSSUIObject, RequiredPropGetter } from '@yamada-ui/core';
|
2
2
|
import { Dict } from '@yamada-ui/utils';
|
3
3
|
import * as Recharts from 'recharts';
|
4
4
|
import { LabelListProps } from './chart.types.mjs';
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import {
|
1
|
+
import { CSSUIObject, RequiredPropGetter } from '@yamada-ui/core';
|
2
2
|
import { Dict } from '@yamada-ui/utils';
|
3
3
|
import * as Recharts from 'recharts';
|
4
4
|
import { ReferenceLineProps } from './chart.types.mjs';
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import {
|
1
|
+
import { CSSUIObject, RequiredPropGetter } from '@yamada-ui/core';
|
2
2
|
import { Dict } from '@yamada-ui/utils';
|
3
3
|
import * as Recharts from 'recharts';
|
4
4
|
import { ReferenceLineProps } from './chart.types.js';
|
package/dist/use-chart.d.mts
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
import * as react from 'react';
|
2
|
-
import {
|
2
|
+
import { CSSUIObject, PropGetter } from '@yamada-ui/core';
|
3
3
|
import * as Recharts from 'recharts';
|
4
4
|
import { ResponsiveContainerProps } from './chart.types.mjs';
|
5
5
|
import '@yamada-ui/utils';
|
package/dist/use-chart.d.ts
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
import * as react from 'react';
|
2
|
-
import {
|
2
|
+
import { CSSUIObject, PropGetter } from '@yamada-ui/core';
|
3
3
|
import * as Recharts from 'recharts';
|
4
4
|
import { ResponsiveContainerProps } from './chart.types.js';
|
5
5
|
import '@yamada-ui/utils';
|
@@ -7,7 +7,7 @@ import * as react from 'react';
|
|
7
7
|
import * as _yamada_ui_utils from '@yamada-ui/utils';
|
8
8
|
import { Dict } from '@yamada-ui/utils';
|
9
9
|
import * as _yamada_ui_core from '@yamada-ui/core';
|
10
|
-
import { PropGetter, RequiredPropGetter
|
10
|
+
import { CSSUIObject, PropGetter, RequiredPropGetter } from '@yamada-ui/core';
|
11
11
|
import * as Recharts from 'recharts';
|
12
12
|
import { LineProps, ChartCurveType, ChartLayoutType, LineChartProps, ReferenceLineProps } from './chart.types.mjs';
|
13
13
|
|
package/dist/use-line-chart.d.ts
CHANGED
@@ -7,7 +7,7 @@ import * as react from 'react';
|
|
7
7
|
import * as _yamada_ui_utils from '@yamada-ui/utils';
|
8
8
|
import { Dict } from '@yamada-ui/utils';
|
9
9
|
import * as _yamada_ui_core from '@yamada-ui/core';
|
10
|
-
import { PropGetter, RequiredPropGetter
|
10
|
+
import { CSSUIObject, PropGetter, RequiredPropGetter } from '@yamada-ui/core';
|
11
11
|
import * as Recharts from 'recharts';
|
12
12
|
import { LineProps, ChartCurveType, ChartLayoutType, LineChartProps, ReferenceLineProps } from './chart.types.js';
|
13
13
|
|
package/dist/use-pie-chart.d.mts
CHANGED
@@ -7,7 +7,7 @@ import * as react from 'react';
|
|
7
7
|
import * as _yamada_ui_utils from '@yamada-ui/utils';
|
8
8
|
import { Dict } from '@yamada-ui/utils';
|
9
9
|
import * as _yamada_ui_core from '@yamada-ui/core';
|
10
|
-
import { RequiredPropGetter, PropGetter
|
10
|
+
import { CSSUIObject, RequiredPropGetter, PropGetter } from '@yamada-ui/core';
|
11
11
|
import * as Recharts from 'recharts';
|
12
12
|
import { CellProps, PieChartProps, PieProps } from './chart.types.mjs';
|
13
13
|
|
package/dist/use-pie-chart.d.ts
CHANGED
@@ -7,7 +7,7 @@ import * as react from 'react';
|
|
7
7
|
import * as _yamada_ui_utils from '@yamada-ui/utils';
|
8
8
|
import { Dict } from '@yamada-ui/utils';
|
9
9
|
import * as _yamada_ui_core from '@yamada-ui/core';
|
10
|
-
import { RequiredPropGetter, PropGetter
|
10
|
+
import { CSSUIObject, RequiredPropGetter, PropGetter } from '@yamada-ui/core';
|
11
11
|
import * as Recharts from 'recharts';
|
12
12
|
import { CellProps, PieChartProps, PieProps } from './chart.types.js';
|
13
13
|
|
package/dist/use-polar-grid.d.ts
CHANGED
@@ -7,7 +7,7 @@ import * as react from 'react';
|
|
7
7
|
import * as _yamada_ui_utils from '@yamada-ui/utils';
|
8
8
|
import { Dict } from '@yamada-ui/utils';
|
9
9
|
import * as _yamada_ui_core from '@yamada-ui/core';
|
10
|
-
import { CSSUIProps, PropGetter, RequiredPropGetter
|
10
|
+
import { CSSUIProps, CSSUIObject, PropGetter, RequiredPropGetter } from '@yamada-ui/core';
|
11
11
|
import * as Recharts from 'recharts';
|
12
12
|
import { RadarProps, RadarChartProps, PolarAngleAxisProps, PolarRadiusAxisProps } from './chart.types.mjs';
|
13
13
|
|
@@ -7,7 +7,7 @@ import * as react from 'react';
|
|
7
7
|
import * as _yamada_ui_utils from '@yamada-ui/utils';
|
8
8
|
import { Dict } from '@yamada-ui/utils';
|
9
9
|
import * as _yamada_ui_core from '@yamada-ui/core';
|
10
|
-
import { CSSUIProps, PropGetter, RequiredPropGetter
|
10
|
+
import { CSSUIProps, CSSUIObject, PropGetter, RequiredPropGetter } from '@yamada-ui/core';
|
11
11
|
import * as Recharts from 'recharts';
|
12
12
|
import { RadarProps, RadarChartProps, PolarAngleAxisProps, PolarRadiusAxisProps } from './chart.types.js';
|
13
13
|
|
@@ -7,7 +7,7 @@ import * as react from 'react';
|
|
7
7
|
import * as _yamada_ui_utils from '@yamada-ui/utils';
|
8
8
|
import { Dict } from '@yamada-ui/utils';
|
9
9
|
import * as _yamada_ui_core from '@yamada-ui/core';
|
10
|
-
import { RequiredPropGetter, PropGetter
|
10
|
+
import { CSSUIObject, RequiredPropGetter, PropGetter } from '@yamada-ui/core';
|
11
11
|
import * as Recharts from 'recharts';
|
12
12
|
import { RadialChartProps, RadialBarProps } from './chart.types.mjs';
|
13
13
|
|
@@ -7,7 +7,7 @@ import * as react from 'react';
|
|
7
7
|
import * as _yamada_ui_utils from '@yamada-ui/utils';
|
8
8
|
import { Dict } from '@yamada-ui/utils';
|
9
9
|
import * as _yamada_ui_core from '@yamada-ui/core';
|
10
|
-
import { RequiredPropGetter, PropGetter
|
10
|
+
import { CSSUIObject, RequiredPropGetter, PropGetter } from '@yamada-ui/core';
|
11
11
|
import * as Recharts from 'recharts';
|
12
12
|
import { RadialChartProps, RadialBarProps } from './chart.types.js';
|
13
13
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@yamada-ui/charts",
|
3
|
-
"version": "1.5.
|
3
|
+
"version": "1.5.14",
|
4
4
|
"description": "Yamada UI charts component",
|
5
5
|
"keywords": [
|
6
6
|
"yamada",
|
@@ -36,9 +36,9 @@
|
|
36
36
|
"url": "https://github.com/hirotomoyamada/yamada-ui/issues"
|
37
37
|
},
|
38
38
|
"dependencies": {
|
39
|
-
"recharts": "^2.
|
40
|
-
"@yamada-ui/core": "1.17.
|
41
|
-
"@yamada-ui/utils": "1.7.
|
39
|
+
"recharts": "^2.15.1",
|
40
|
+
"@yamada-ui/core": "1.17.2",
|
41
|
+
"@yamada-ui/utils": "1.7.1"
|
42
42
|
},
|
43
43
|
"devDependencies": {
|
44
44
|
"clean-package": "2.2.0",
|