@pisell/charts-materials 1.0.25 → 1.0.27

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.
@@ -0,0 +1,7 @@
1
+ import React from "react";
2
+ import { Area as AntArea } from "@ant-design/plots";
3
+ declare type AntAreaProps = typeof AntArea;
4
+ export interface AreaProps extends React.ComponentProps<AntAreaProps> {
5
+ }
6
+ declare const Area: (props: AreaProps) => import("react/jsx-runtime").JSX.Element;
7
+ export default Area;
@@ -0,0 +1,7 @@
1
+ import React from "react";
2
+ import { Bar as AntBar } from "@ant-design/plots";
3
+ declare type AntBarProps = typeof AntBar;
4
+ export interface BarProps extends React.ComponentProps<AntBarProps> {
5
+ }
6
+ declare const Bar: (props: BarProps) => import("react/jsx-runtime").JSX.Element;
7
+ export default Bar;
@@ -0,0 +1,7 @@
1
+ import React from "react";
2
+ import { Column as AntColumn } from "@ant-design/plots";
3
+ declare type AntColumnProps = typeof AntColumn;
4
+ export interface ColumnProps extends React.ComponentProps<AntColumnProps> {
5
+ }
6
+ declare const Column: (props: ColumnProps) => import("react/jsx-runtime").JSX.Element;
7
+ export default Column;
@@ -0,0 +1,7 @@
1
+ import React from "react";
2
+ import { Pie as AntPie } from "@ant-design/plots";
3
+ declare type AntPieProps = typeof AntPie;
4
+ export interface PieProps extends React.ComponentProps<AntPieProps> {
5
+ }
6
+ declare const Pie: (props: PieProps) => import("react/jsx-runtime").JSX.Element;
7
+ export default Pie;
@@ -0,0 +1,7 @@
1
+ import React from "react";
2
+ import { Area as AntArea } from "@ant-design/plots";
3
+ declare type AntAreaProps = typeof AntArea;
4
+ export interface AreaProps extends React.ComponentProps<AntAreaProps> {
5
+ }
6
+ declare const Area: (props: AreaProps) => import("react/jsx-runtime").JSX.Element;
7
+ export default Area;
@@ -0,0 +1,7 @@
1
+ import React from "react";
2
+ import { Bar as AntBar } from "@ant-design/plots";
3
+ declare type AntBarProps = typeof AntBar;
4
+ export interface BarProps extends React.ComponentProps<AntBarProps> {
5
+ }
6
+ declare const Bar: (props: BarProps) => import("react/jsx-runtime").JSX.Element;
7
+ export default Bar;
@@ -0,0 +1,7 @@
1
+ import React from "react";
2
+ import { Column as AntColumn } from "@ant-design/plots";
3
+ declare type AntColumnProps = typeof AntColumn;
4
+ export interface ColumnProps extends React.ComponentProps<AntColumnProps> {
5
+ }
6
+ declare const Column: (props: ColumnProps) => import("react/jsx-runtime").JSX.Element;
7
+ export default Column;
@@ -0,0 +1,7 @@
1
+ import React from "react";
2
+ import { Pie as AntPie } from "@ant-design/plots";
3
+ declare type AntPieProps = typeof AntPie;
4
+ export interface PieProps extends React.ComponentProps<AntPieProps> {
5
+ }
6
+ declare const Pie: (props: PieProps) => import("react/jsx-runtime").JSX.Element;
7
+ export default Pie;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pisell/charts-materials",
3
- "version": "1.0.25",
3
+ "version": "1.0.27",
4
4
  "main": "./lib/index.js",
5
5
  "module": "./es/index.js",
6
6
  "types": "./lib/index.d.ts",
@@ -51,8 +51,8 @@
51
51
  "react-resizable": "^3.0.5",
52
52
  "styled-components": "^6.0.0-rc.3",
53
53
  "ahooks": "^3.7.6",
54
- "@pisell/icon": "0.0.8",
55
- "@pisell/utils": "1.0.25"
54
+ "@pisell/utils": "1.0.27",
55
+ "@pisell/icon": "0.0.8"
56
56
  },
57
57
  "peerDependencies": {
58
58
  "react": "^18.0.0",