@wavv/ui 2.2.2-alpha.8 → 2.2.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.
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type LegendPayload, type
|
|
1
|
+
import { type LegendPayload, type ResponsiveContainerProps, type TooltipContentProps } from 'recharts';
|
|
2
2
|
import type { Attributes } from './typeDefs/elementTypes';
|
|
3
3
|
import type { Margin, MaxWidthHeight, WidthHeight } from './types';
|
|
4
4
|
type ChartData = {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wavv/ui",
|
|
3
|
-
"version": "2.2.2
|
|
3
|
+
"version": "2.2.2",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": {
|
|
@@ -65,12 +65,6 @@
|
|
|
65
65
|
"@chromatic-com/storybook": "^4.1.1",
|
|
66
66
|
"@emotion/babel-plugin": "^11.13.5",
|
|
67
67
|
"@emotion/react": "^11.14.0",
|
|
68
|
-
"@mdx-js/react": "^3.1.1",
|
|
69
|
-
"@mdx-js/rollup": "^3.1.1",
|
|
70
|
-
"@rollup/plugin-commonjs": "^28.0.9",
|
|
71
|
-
"@rollup/plugin-node-resolve": "^16.0.3",
|
|
72
|
-
"@rollup/plugin-terser": "^0.4.4",
|
|
73
|
-
"@rollup/plugin-typescript": "^11.1.6",
|
|
74
68
|
"@rsbuild/core": "1.5.17",
|
|
75
69
|
"@rsbuild/plugin-react": "^1.4.1",
|
|
76
70
|
"@rsbuild/plugin-svgr": "^1.2.2",
|
|
@@ -91,7 +85,6 @@
|
|
|
91
85
|
"@types/randomcolor": "^0.5.9",
|
|
92
86
|
"@types/react": "^19.2.2",
|
|
93
87
|
"@types/react-dom": "^19.2.2",
|
|
94
|
-
"@types/rollup-plugin-peer-deps-external": "^2.2.5",
|
|
95
88
|
"@types/signale": "^1.4.7",
|
|
96
89
|
"@types/webfontloader": "^1.6.38",
|
|
97
90
|
"chalk": "^5.6.2",
|
|
@@ -110,10 +103,6 @@
|
|
|
110
103
|
"react": "^19.2.0",
|
|
111
104
|
"react-dom": "^19.2.0",
|
|
112
105
|
"replace": "^1.2.2",
|
|
113
|
-
"rollup": "^4.52.5",
|
|
114
|
-
"rollup-plugin-dts": "^6.2.3",
|
|
115
|
-
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
116
|
-
"rollup-plugin-postcss": "^4.0.2",
|
|
117
106
|
"signale": "^1.4.0",
|
|
118
107
|
"storybook": "^9.1.15",
|
|
119
108
|
"storybook-react-rsbuild": "^2.1.2",
|
|
@@ -132,11 +121,8 @@
|
|
|
132
121
|
"start": "storybook dev -p 6006",
|
|
133
122
|
"dev": "rsbuild dev",
|
|
134
123
|
"preview": "rsbuild preview",
|
|
135
|
-
"roll-lib": "rollup -c --bundleConfigAsCjs",
|
|
136
124
|
"generate-tailwind-theme": "pnpm exec tsx scripts/generateThemeCSS.ts",
|
|
137
125
|
"build:lib": "rm -rf build && rslib build && pnpm run generate-tailwind-theme",
|
|
138
|
-
"build:watch": "pnpm run roll-lib -w",
|
|
139
|
-
"build:old": "rm -rf build && pnpm run roll-lib && pnpm run generate-tailwind-theme",
|
|
140
126
|
"build": "storybook build -o dist --disable-telemetry",
|
|
141
127
|
"lint": "biome lint",
|
|
142
128
|
"lint:ts": "tsc -p tsconfig-lint.json --noEmit",
|