@wavv/ui 1.8.9 → 1.8.11
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.
|
@@ -20,8 +20,7 @@ export type ChartProps = {
|
|
|
20
20
|
/** Allows the chart to grow and shrink (default if no explicit width) */
|
|
21
21
|
responsive?: boolean;
|
|
22
22
|
} & Margin & WidthHeight;
|
|
23
|
-
export declare const
|
|
24
|
-
export declare const HorizontalStyles: () => import("react/jsx-runtime").JSX.Element;
|
|
23
|
+
export declare const ChartStyles: () => import("react/jsx-runtime").JSX.Element;
|
|
25
24
|
export declare const ChartContainer: import("@emotion/styled").StyledComponent<{
|
|
26
25
|
theme?: import("@emotion/react").Theme | undefined;
|
|
27
26
|
as?: import("react").ElementType<any> | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wavv/ui",
|
|
3
|
-
"version": "1.8.
|
|
3
|
+
"version": "1.8.11",
|
|
4
4
|
"files": [
|
|
5
5
|
"build/**/*"
|
|
6
6
|
],
|
|
@@ -27,6 +27,7 @@
|
|
|
27
27
|
"date-fns": "^2.30.0",
|
|
28
28
|
"draft-js": "^0.11.7",
|
|
29
29
|
"lodash": "^4.17.21",
|
|
30
|
+
"millify": "^6.1.0",
|
|
30
31
|
"polished": "^4.1.4",
|
|
31
32
|
"prism-react-renderer": "^2.0.4",
|
|
32
33
|
"react-keyed-flatten-children": "^2.2.1",
|