@yamada-ui/charts 1.1.6-next-20240609100940 → 1.1.6-next-20240609110306

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.
@@ -113,8 +113,8 @@ declare const useAreaChart: ({ data, series, type, layoutType, withGradient: wit
113
113
  areaVars: {
114
114
  __prefix?: string | undefined;
115
115
  name: string;
116
- token?: "colors" | "transitionDuration" | "transitionProperty" | "animations" | "blurs" | "borders" | "breakpoints" | "fonts" | "fontSizes" | "fontWeights" | "gradients" | "layerStyles" | "letterSpacings" | "lineHeights" | "radii" | "shadows" | "sizes" | "spaces" | "textStyles" | "transitionEasing" | "zIndices" | undefined;
117
- value?: (number | _yamada_ui_utils.StringLiteral | Partial<Record<(string & {}) | "base" | "sm" | "md" | "lg" | "xl" | "2xl", number | _yamada_ui_utils.StringLiteral>> | _yamada_ui_core.ColorModeArray<number | _yamada_ui_utils.StringLiteral>) | undefined;
116
+ token?: "transitionDuration" | "transitionProperty" | "animations" | "blurs" | "borders" | "breakpoints" | "colors" | "fonts" | "fontSizes" | "fontWeights" | "gradients" | "layerStyles" | "letterSpacings" | "lineHeights" | "radii" | "shadows" | "sizes" | "spaces" | "textStyles" | "transitionEasing" | "zIndices" | undefined;
117
+ value?: (number | _yamada_ui_utils.StringLiteral | Partial<Record<"base" | (string & {}) | "sm" | "md" | "lg" | "xl" | "2xl", number | _yamada_ui_utils.StringLiteral>> | _yamada_ui_core.ColorModeArray<number | _yamada_ui_utils.StringLiteral>) | undefined;
118
118
  }[];
119
119
  setHighlightedArea: react.Dispatch<react.SetStateAction<string | null>>;
120
120
  };
@@ -113,8 +113,8 @@ declare const useAreaChart: ({ data, series, type, layoutType, withGradient: wit
113
113
  areaVars: {
114
114
  __prefix?: string | undefined;
115
115
  name: string;
116
- token?: "colors" | "transitionDuration" | "transitionProperty" | "animations" | "blurs" | "borders" | "breakpoints" | "fonts" | "fontSizes" | "fontWeights" | "gradients" | "layerStyles" | "letterSpacings" | "lineHeights" | "radii" | "shadows" | "sizes" | "spaces" | "textStyles" | "transitionEasing" | "zIndices" | undefined;
117
- value?: (number | _yamada_ui_utils.StringLiteral | Partial<Record<(string & {}) | "base" | "sm" | "md" | "lg" | "xl" | "2xl", number | _yamada_ui_utils.StringLiteral>> | _yamada_ui_core.ColorModeArray<number | _yamada_ui_utils.StringLiteral>) | undefined;
116
+ token?: "transitionDuration" | "transitionProperty" | "animations" | "blurs" | "borders" | "breakpoints" | "colors" | "fonts" | "fontSizes" | "fontWeights" | "gradients" | "layerStyles" | "letterSpacings" | "lineHeights" | "radii" | "shadows" | "sizes" | "spaces" | "textStyles" | "transitionEasing" | "zIndices" | undefined;
117
+ value?: (number | _yamada_ui_utils.StringLiteral | Partial<Record<"base" | (string & {}) | "sm" | "md" | "lg" | "xl" | "2xl", number | _yamada_ui_utils.StringLiteral>> | _yamada_ui_core.ColorModeArray<number | _yamada_ui_utils.StringLiteral>) | undefined;
118
118
  }[];
119
119
  setHighlightedArea: react.Dispatch<react.SetStateAction<string | null>>;
120
120
  };
@@ -59,8 +59,8 @@ declare const useBarChart: ({ data, series, type, layoutType, referenceLineProps
59
59
  barVars: {
60
60
  __prefix?: string | undefined;
61
61
  name: string;
62
- token?: "colors" | "transitionDuration" | "transitionProperty" | "animations" | "blurs" | "borders" | "breakpoints" | "fonts" | "fontSizes" | "fontWeights" | "gradients" | "layerStyles" | "letterSpacings" | "lineHeights" | "radii" | "shadows" | "sizes" | "spaces" | "textStyles" | "transitionEasing" | "zIndices" | undefined;
63
- value?: (number | _yamada_ui_utils.StringLiteral | Partial<Record<(string & {}) | "base" | "sm" | "md" | "lg" | "xl" | "2xl", number | _yamada_ui_utils.StringLiteral>> | _yamada_ui_core.ColorModeArray<number | _yamada_ui_utils.StringLiteral>) | undefined;
62
+ token?: "transitionDuration" | "transitionProperty" | "animations" | "blurs" | "borders" | "breakpoints" | "colors" | "fonts" | "fontSizes" | "fontWeights" | "gradients" | "layerStyles" | "letterSpacings" | "lineHeights" | "radii" | "shadows" | "sizes" | "spaces" | "textStyles" | "transitionEasing" | "zIndices" | undefined;
63
+ value?: (number | _yamada_ui_utils.StringLiteral | Partial<Record<"base" | (string & {}) | "sm" | "md" | "lg" | "xl" | "2xl", number | _yamada_ui_utils.StringLiteral>> | _yamada_ui_core.ColorModeArray<number | _yamada_ui_utils.StringLiteral>) | undefined;
64
64
  }[];
65
65
  getBarProps: RequiredChartPropGetter<"div", {
66
66
  index: number;
@@ -59,8 +59,8 @@ declare const useBarChart: ({ data, series, type, layoutType, referenceLineProps
59
59
  barVars: {
60
60
  __prefix?: string | undefined;
61
61
  name: string;
62
- token?: "colors" | "transitionDuration" | "transitionProperty" | "animations" | "blurs" | "borders" | "breakpoints" | "fonts" | "fontSizes" | "fontWeights" | "gradients" | "layerStyles" | "letterSpacings" | "lineHeights" | "radii" | "shadows" | "sizes" | "spaces" | "textStyles" | "transitionEasing" | "zIndices" | undefined;
63
- value?: (number | _yamada_ui_utils.StringLiteral | Partial<Record<(string & {}) | "base" | "sm" | "md" | "lg" | "xl" | "2xl", number | _yamada_ui_utils.StringLiteral>> | _yamada_ui_core.ColorModeArray<number | _yamada_ui_utils.StringLiteral>) | undefined;
62
+ token?: "transitionDuration" | "transitionProperty" | "animations" | "blurs" | "borders" | "breakpoints" | "colors" | "fonts" | "fontSizes" | "fontWeights" | "gradients" | "layerStyles" | "letterSpacings" | "lineHeights" | "radii" | "shadows" | "sizes" | "spaces" | "textStyles" | "transitionEasing" | "zIndices" | undefined;
63
+ value?: (number | _yamada_ui_utils.StringLiteral | Partial<Record<"base" | (string & {}) | "sm" | "md" | "lg" | "xl" | "2xl", number | _yamada_ui_utils.StringLiteral>> | _yamada_ui_core.ColorModeArray<number | _yamada_ui_utils.StringLiteral>) | undefined;
64
64
  }[];
65
65
  getBarProps: RequiredChartPropGetter<"div", {
66
66
  index: number;
@@ -87,8 +87,8 @@ declare const useLineChart: ({ data, series, layoutType, withDots, withActiveDot
87
87
  lineVars: {
88
88
  __prefix?: string | undefined;
89
89
  name: string;
90
- token?: "colors" | "transitionDuration" | "transitionProperty" | "animations" | "blurs" | "borders" | "breakpoints" | "fonts" | "fontSizes" | "fontWeights" | "gradients" | "layerStyles" | "letterSpacings" | "lineHeights" | "radii" | "shadows" | "sizes" | "spaces" | "textStyles" | "transitionEasing" | "zIndices" | undefined;
91
- value?: (number | _yamada_ui_utils.StringLiteral | Partial<Record<(string & {}) | "base" | "sm" | "md" | "lg" | "xl" | "2xl", number | _yamada_ui_utils.StringLiteral>> | _yamada_ui_core.ColorModeArray<number | _yamada_ui_utils.StringLiteral>) | undefined;
90
+ token?: "transitionDuration" | "transitionProperty" | "animations" | "blurs" | "borders" | "breakpoints" | "colors" | "fonts" | "fontSizes" | "fontWeights" | "gradients" | "layerStyles" | "letterSpacings" | "lineHeights" | "radii" | "shadows" | "sizes" | "spaces" | "textStyles" | "transitionEasing" | "zIndices" | undefined;
91
+ value?: (number | _yamada_ui_utils.StringLiteral | Partial<Record<"base" | (string & {}) | "sm" | "md" | "lg" | "xl" | "2xl", number | _yamada_ui_utils.StringLiteral>> | _yamada_ui_core.ColorModeArray<number | _yamada_ui_utils.StringLiteral>) | undefined;
92
92
  }[];
93
93
  setHighlightedArea: react.Dispatch<react.SetStateAction<string | null>>;
94
94
  };
@@ -87,8 +87,8 @@ declare const useLineChart: ({ data, series, layoutType, withDots, withActiveDot
87
87
  lineVars: {
88
88
  __prefix?: string | undefined;
89
89
  name: string;
90
- token?: "colors" | "transitionDuration" | "transitionProperty" | "animations" | "blurs" | "borders" | "breakpoints" | "fonts" | "fontSizes" | "fontWeights" | "gradients" | "layerStyles" | "letterSpacings" | "lineHeights" | "radii" | "shadows" | "sizes" | "spaces" | "textStyles" | "transitionEasing" | "zIndices" | undefined;
91
- value?: (number | _yamada_ui_utils.StringLiteral | Partial<Record<(string & {}) | "base" | "sm" | "md" | "lg" | "xl" | "2xl", number | _yamada_ui_utils.StringLiteral>> | _yamada_ui_core.ColorModeArray<number | _yamada_ui_utils.StringLiteral>) | undefined;
90
+ token?: "transitionDuration" | "transitionProperty" | "animations" | "blurs" | "borders" | "breakpoints" | "colors" | "fonts" | "fontSizes" | "fontWeights" | "gradients" | "layerStyles" | "letterSpacings" | "lineHeights" | "radii" | "shadows" | "sizes" | "spaces" | "textStyles" | "transitionEasing" | "zIndices" | undefined;
91
+ value?: (number | _yamada_ui_utils.StringLiteral | Partial<Record<"base" | (string & {}) | "sm" | "md" | "lg" | "xl" | "2xl", number | _yamada_ui_utils.StringLiteral>> | _yamada_ui_core.ColorModeArray<number | _yamada_ui_utils.StringLiteral>) | undefined;
92
92
  }[];
93
93
  setHighlightedArea: react.Dispatch<react.SetStateAction<string | null>>;
94
94
  };
@@ -94,8 +94,8 @@ declare const usePieChart: ({ data, withLabels, withLabelLines, strokeWidth, fil
94
94
  pieVars: {
95
95
  __prefix?: string | undefined;
96
96
  name: string;
97
- token?: "colors" | "transitionDuration" | "transitionProperty" | "animations" | "blurs" | "borders" | "breakpoints" | "fonts" | "fontSizes" | "fontWeights" | "gradients" | "layerStyles" | "letterSpacings" | "lineHeights" | "radii" | "shadows" | "sizes" | "spaces" | "textStyles" | "transitionEasing" | "zIndices" | undefined;
98
- value?: (number | _yamada_ui_utils.StringLiteral | Partial<Record<(string & {}) | "base" | "sm" | "md" | "lg" | "xl" | "2xl", number | _yamada_ui_utils.StringLiteral>> | _yamada_ui_core.ColorModeArray<number | _yamada_ui_utils.StringLiteral>) | undefined;
97
+ token?: "transitionDuration" | "transitionProperty" | "animations" | "blurs" | "borders" | "breakpoints" | "colors" | "fonts" | "fontSizes" | "fontWeights" | "gradients" | "layerStyles" | "letterSpacings" | "lineHeights" | "radii" | "shadows" | "sizes" | "spaces" | "textStyles" | "transitionEasing" | "zIndices" | undefined;
98
+ value?: (number | _yamada_ui_utils.StringLiteral | Partial<Record<"base" | (string & {}) | "sm" | "md" | "lg" | "xl" | "2xl", number | _yamada_ui_utils.StringLiteral>> | _yamada_ui_core.ColorModeArray<number | _yamada_ui_utils.StringLiteral>) | undefined;
99
99
  }[];
100
100
  getPieProps: RequiredChartPropGetter<"div", Partial<Recharts.PieProps> & {
101
101
  labelClassName: string;
@@ -94,8 +94,8 @@ declare const usePieChart: ({ data, withLabels, withLabelLines, strokeWidth, fil
94
94
  pieVars: {
95
95
  __prefix?: string | undefined;
96
96
  name: string;
97
- token?: "colors" | "transitionDuration" | "transitionProperty" | "animations" | "blurs" | "borders" | "breakpoints" | "fonts" | "fontSizes" | "fontWeights" | "gradients" | "layerStyles" | "letterSpacings" | "lineHeights" | "radii" | "shadows" | "sizes" | "spaces" | "textStyles" | "transitionEasing" | "zIndices" | undefined;
98
- value?: (number | _yamada_ui_utils.StringLiteral | Partial<Record<(string & {}) | "base" | "sm" | "md" | "lg" | "xl" | "2xl", number | _yamada_ui_utils.StringLiteral>> | _yamada_ui_core.ColorModeArray<number | _yamada_ui_utils.StringLiteral>) | undefined;
97
+ token?: "transitionDuration" | "transitionProperty" | "animations" | "blurs" | "borders" | "breakpoints" | "colors" | "fonts" | "fontSizes" | "fontWeights" | "gradients" | "layerStyles" | "letterSpacings" | "lineHeights" | "radii" | "shadows" | "sizes" | "spaces" | "textStyles" | "transitionEasing" | "zIndices" | undefined;
98
+ value?: (number | _yamada_ui_utils.StringLiteral | Partial<Record<"base" | (string & {}) | "sm" | "md" | "lg" | "xl" | "2xl", number | _yamada_ui_utils.StringLiteral>> | _yamada_ui_core.ColorModeArray<number | _yamada_ui_utils.StringLiteral>) | undefined;
99
99
  }[];
100
100
  getPieProps: RequiredChartPropGetter<"div", Partial<Recharts.PieProps> & {
101
101
  labelClassName: string;
@@ -88,8 +88,8 @@ declare const useRadarChart: ({ data, series, dataKey, withDots, withActiveDots,
88
88
  radarVars: {
89
89
  __prefix?: string | undefined;
90
90
  name: string;
91
- token?: "colors" | "transitionDuration" | "transitionProperty" | "animations" | "blurs" | "borders" | "breakpoints" | "fonts" | "fontSizes" | "fontWeights" | "gradients" | "layerStyles" | "letterSpacings" | "lineHeights" | "radii" | "shadows" | "sizes" | "spaces" | "textStyles" | "transitionEasing" | "zIndices" | undefined;
92
- value?: (number | _yamada_ui_utils.StringLiteral | Partial<Record<(string & {}) | "base" | "sm" | "md" | "lg" | "xl" | "2xl", number | _yamada_ui_utils.StringLiteral>> | _yamada_ui_core.ColorModeArray<number | _yamada_ui_utils.StringLiteral>) | undefined;
91
+ token?: "transitionDuration" | "transitionProperty" | "animations" | "blurs" | "borders" | "breakpoints" | "colors" | "fonts" | "fontSizes" | "fontWeights" | "gradients" | "layerStyles" | "letterSpacings" | "lineHeights" | "radii" | "shadows" | "sizes" | "spaces" | "textStyles" | "transitionEasing" | "zIndices" | undefined;
92
+ value?: (number | _yamada_ui_utils.StringLiteral | Partial<Record<"base" | (string & {}) | "sm" | "md" | "lg" | "xl" | "2xl", number | _yamada_ui_utils.StringLiteral>> | _yamada_ui_core.ColorModeArray<number | _yamada_ui_utils.StringLiteral>) | undefined;
93
93
  }[];
94
94
  getRadarChartProps: ChartPropGetter<"div", recharts_types_chart_generateCategoricalChart.CategoricalChartProps, recharts_types_chart_generateCategoricalChart.CategoricalChartProps>;
95
95
  getRadarProps: RequiredChartPropGetter<"div", {
@@ -88,8 +88,8 @@ declare const useRadarChart: ({ data, series, dataKey, withDots, withActiveDots,
88
88
  radarVars: {
89
89
  __prefix?: string | undefined;
90
90
  name: string;
91
- token?: "colors" | "transitionDuration" | "transitionProperty" | "animations" | "blurs" | "borders" | "breakpoints" | "fonts" | "fontSizes" | "fontWeights" | "gradients" | "layerStyles" | "letterSpacings" | "lineHeights" | "radii" | "shadows" | "sizes" | "spaces" | "textStyles" | "transitionEasing" | "zIndices" | undefined;
92
- value?: (number | _yamada_ui_utils.StringLiteral | Partial<Record<(string & {}) | "base" | "sm" | "md" | "lg" | "xl" | "2xl", number | _yamada_ui_utils.StringLiteral>> | _yamada_ui_core.ColorModeArray<number | _yamada_ui_utils.StringLiteral>) | undefined;
91
+ token?: "transitionDuration" | "transitionProperty" | "animations" | "blurs" | "borders" | "breakpoints" | "colors" | "fonts" | "fontSizes" | "fontWeights" | "gradients" | "layerStyles" | "letterSpacings" | "lineHeights" | "radii" | "shadows" | "sizes" | "spaces" | "textStyles" | "transitionEasing" | "zIndices" | undefined;
92
+ value?: (number | _yamada_ui_utils.StringLiteral | Partial<Record<"base" | (string & {}) | "sm" | "md" | "lg" | "xl" | "2xl", number | _yamada_ui_utils.StringLiteral>> | _yamada_ui_core.ColorModeArray<number | _yamada_ui_utils.StringLiteral>) | undefined;
93
93
  }[];
94
94
  getRadarChartProps: ChartPropGetter<"div", recharts_types_chart_generateCategoricalChart.CategoricalChartProps, recharts_types_chart_generateCategoricalChart.CategoricalChartProps>;
95
95
  getRadarProps: RequiredChartPropGetter<"div", {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yamada-ui/charts",
3
- "version": "1.1.6-next-20240609100940",
3
+ "version": "1.1.6-next-20240609110306",
4
4
  "description": "Yamada UI charts component",
5
5
  "keywords": [
6
6
  "yamada",
@@ -37,8 +37,8 @@
37
37
  },
38
38
  "dependencies": {
39
39
  "recharts": "^2.12.4",
40
- "@yamada-ui/core": "1.7.1-next-20240609100940",
41
- "@yamada-ui/utils": "1.2.1-next-20240609100940"
40
+ "@yamada-ui/core": "1.7.1-next-20240609110306",
41
+ "@yamada-ui/utils": "1.2.1-next-20240609110306"
42
42
  },
43
43
  "devDependencies": {
44
44
  "clean-package": "2.2.0",