File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed
projects/js-packages/charts Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 1+ Significance: minor
2+ Type: added
3+
4+ Add Charts utils to package exports
Original file line number Diff line number Diff line change 8989 "require" : " ./dist/components/tooltip/index.cjs"
9090 },
9191 "./tooltip/style.css" : " ./dist/components/tooltip/index.css" ,
92+ "./utils" : {
93+ "jetpack:src" : " ./src/utils/index.ts" ,
94+ "import" : " ./dist/utils/index.js" ,
95+ "require" : " ./dist/utils/index.cjs"
96+ },
9297 "./visx/group" : {
9398 "jetpack:src" : " ./src/visx/group/index.ts" ,
9499 "import" : " ./dist/visx/group/index.js" ,
145150 "providers" : [
146151 " ./dist/providers/index.d.ts"
147152 ],
153+ "utils" : [
154+ " ./dist/utils/index.d.ts"
155+ ],
148156 "visx/group" : [
149157 " ./dist/visx/group/index.d.ts"
150158 ],
You can’t perform that action at this time.
0 commit comments