@mittwald/flow-react-components 0.2.0-alpha.360 → 0.2.0-alpha.362

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.
Files changed (161) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist/assets/doc-properties.json +28872 -29092
  3. package/dist/css/all.css +1 -1
  4. package/dist/js/components/src/components/{AreaChart/AreaChart.mjs → CartesianChart/CartesianChart.mjs} +6 -6
  5. package/dist/js/components/src/components/CartesianChart/CartesianChart.mjs.map +1 -0
  6. package/dist/js/components/src/components/CartesianChart/CartesianChart.module.scss.mjs +11 -0
  7. package/dist/js/components/src/components/CartesianChart/CartesianChart.module.scss.mjs.map +1 -0
  8. package/dist/js/components/src/components/CartesianChart/components/Area/Area.mjs.map +1 -0
  9. package/dist/js/components/src/components/CartesianChart/components/AreaDot/AreaDot.mjs.map +1 -0
  10. package/dist/js/components/src/components/{CartesianGrid → CartesianChart/components/CartesianGrid}/CartesianGrid.mjs +1 -1
  11. package/dist/js/components/src/components/CartesianChart/components/CartesianGrid/CartesianGrid.mjs.map +1 -0
  12. package/dist/js/components/src/components/{ChartLegend → CartesianChart/components/ChartLegend}/ChartLegend.mjs +1 -1
  13. package/dist/js/components/src/components/CartesianChart/components/ChartLegend/ChartLegend.mjs.map +1 -0
  14. package/dist/js/components/src/components/CartesianChart/components/ChartLegend/LegendContent.mjs.map +1 -0
  15. package/dist/js/components/src/components/{ChartTooltip → CartesianChart/components/ChartTooltip}/ChartTooltip.mjs +1 -1
  16. package/dist/js/components/src/components/CartesianChart/components/ChartTooltip/ChartTooltip.mjs.map +1 -0
  17. package/dist/js/components/src/components/{ChartTooltip/components → CartesianChart/components/ChartTooltip}/TooltipContent.mjs +3 -3
  18. package/dist/js/components/src/components/CartesianChart/components/ChartTooltip/TooltipContent.mjs.map +1 -0
  19. package/dist/js/components/src/components/CartesianChart/components/Line/Line.mjs.map +1 -0
  20. package/dist/js/components/src/components/{XAxis → CartesianChart/components/XAxis}/XAxis.mjs +1 -1
  21. package/dist/js/components/src/components/CartesianChart/components/XAxis/XAxis.mjs.map +1 -0
  22. package/dist/js/components/src/components/{YAxis → CartesianChart/components/YAxis}/YAxis.mjs +1 -1
  23. package/dist/js/components/src/components/CartesianChart/components/YAxis/YAxis.mjs.map +1 -0
  24. package/dist/js/default.mjs +8 -8
  25. package/dist/js/flr-universal.mjs +3 -3
  26. package/dist/types/components/{AreaChart/AreaChart.d.ts → CartesianChart/CartesianChart.d.ts} +6 -6
  27. package/dist/types/components/CartesianChart/CartesianChart.d.ts.map +1 -0
  28. package/dist/types/components/CartesianChart/components/Area/Area.d.ts.map +1 -0
  29. package/dist/types/components/CartesianChart/components/Area/index.d.ts.map +1 -0
  30. package/dist/types/components/CartesianChart/components/Area/view.d.ts.map +1 -0
  31. package/dist/types/components/CartesianChart/components/AreaDot/AreaDot.d.ts.map +1 -0
  32. package/dist/types/components/CartesianChart/components/AreaDot/index.d.ts.map +1 -0
  33. package/dist/types/components/CartesianChart/components/CartesianGrid/CartesianGrid.d.ts.map +1 -0
  34. package/dist/types/components/CartesianChart/components/CartesianGrid/index.d.ts +2 -0
  35. package/dist/types/components/CartesianChart/components/CartesianGrid/index.d.ts.map +1 -0
  36. package/dist/types/components/{CartesianGrid → CartesianChart/components/CartesianGrid}/view.d.ts +1 -1
  37. package/dist/types/components/CartesianChart/components/CartesianGrid/view.d.ts.map +1 -0
  38. package/dist/types/components/CartesianChart/components/ChartLegend/ChartLegend.d.ts.map +1 -0
  39. package/dist/types/components/{ChartLegend/components/LegendContent → CartesianChart/components/ChartLegend}/LegendContent.d.ts +1 -1
  40. package/dist/types/components/CartesianChart/components/ChartLegend/LegendContent.d.ts.map +1 -0
  41. package/dist/types/components/CartesianChart/components/ChartLegend/index.d.ts +2 -0
  42. package/dist/types/components/CartesianChart/components/ChartLegend/index.d.ts.map +1 -0
  43. package/dist/types/components/{ChartLegend → CartesianChart/components/ChartLegend}/view.d.ts +1 -1
  44. package/dist/types/components/CartesianChart/components/ChartLegend/view.d.ts.map +1 -0
  45. package/dist/types/components/CartesianChart/components/ChartTooltip/ChartTooltip.d.ts.map +1 -0
  46. package/dist/types/components/{ChartTooltip/components → CartesianChart/components/ChartTooltip}/TooltipContent.d.ts +1 -1
  47. package/dist/types/components/CartesianChart/components/ChartTooltip/TooltipContent.d.ts.map +1 -0
  48. package/dist/types/components/CartesianChart/components/ChartTooltip/index.d.ts +2 -0
  49. package/dist/types/components/CartesianChart/components/ChartTooltip/index.d.ts.map +1 -0
  50. package/dist/types/components/{ChartTooltip → CartesianChart/components/ChartTooltip}/view.d.ts +1 -1
  51. package/dist/types/components/CartesianChart/components/ChartTooltip/view.d.ts.map +1 -0
  52. package/dist/types/components/CartesianChart/components/Line/Line.d.ts.map +1 -0
  53. package/dist/types/components/CartesianChart/components/Line/index.d.ts.map +1 -0
  54. package/dist/types/components/CartesianChart/components/Line/view.d.ts.map +1 -0
  55. package/dist/types/components/CartesianChart/components/XAxis/XAxis.d.ts.map +1 -0
  56. package/dist/types/components/CartesianChart/components/XAxis/index.d.ts +2 -0
  57. package/dist/types/components/CartesianChart/components/XAxis/index.d.ts.map +1 -0
  58. package/dist/types/components/{XAxis → CartesianChart/components/XAxis}/view.d.ts +1 -1
  59. package/dist/types/components/CartesianChart/components/XAxis/view.d.ts.map +1 -0
  60. package/dist/types/components/CartesianChart/components/YAxis/YAxis.d.ts.map +1 -0
  61. package/dist/types/components/CartesianChart/components/YAxis/index.d.ts +2 -0
  62. package/dist/types/components/CartesianChart/components/YAxis/index.d.ts.map +1 -0
  63. package/dist/types/components/{YAxis → CartesianChart/components/YAxis}/view.d.ts +1 -1
  64. package/dist/types/components/CartesianChart/components/YAxis/view.d.ts.map +1 -0
  65. package/dist/types/components/CartesianChart/index.d.ts +10 -0
  66. package/dist/types/components/CartesianChart/index.d.ts.map +1 -0
  67. package/dist/types/components/{AreaChart → CartesianChart}/stories/Default.stories.d.ts +3 -3
  68. package/dist/types/components/CartesianChart/stories/Default.stories.d.ts.map +1 -0
  69. package/dist/types/components/CartesianChart/view.d.ts +8 -0
  70. package/dist/types/components/CartesianChart/view.d.ts.map +1 -0
  71. package/dist/types/components/public.d.ts +1 -6
  72. package/dist/types/components/public.d.ts.map +1 -1
  73. package/dist/types/views/AreaView.d.ts +1 -1
  74. package/dist/types/views/AreaView.d.ts.map +1 -1
  75. package/dist/types/views/CartesianChartView.d.ts +5 -0
  76. package/dist/types/views/CartesianChartView.d.ts.map +1 -0
  77. package/dist/types/views/CartesianGridView.d.ts +1 -1
  78. package/dist/types/views/CartesianGridView.d.ts.map +1 -1
  79. package/dist/types/views/ChartLegendView.d.ts +1 -1
  80. package/dist/types/views/ChartLegendView.d.ts.map +1 -1
  81. package/dist/types/views/ChartTooltipView.d.ts +1 -1
  82. package/dist/types/views/ChartTooltipView.d.ts.map +1 -1
  83. package/dist/types/views/LineView.d.ts +1 -1
  84. package/dist/types/views/LineView.d.ts.map +1 -1
  85. package/dist/types/views/XAxisView.d.ts +1 -1
  86. package/dist/types/views/XAxisView.d.ts.map +1 -1
  87. package/dist/types/views/YAxisView.d.ts +1 -1
  88. package/dist/types/views/YAxisView.d.ts.map +1 -1
  89. package/package.json +4 -4
  90. package/dist/js/components/src/components/AreaChart/AreaChart.mjs.map +0 -1
  91. package/dist/js/components/src/components/AreaChart/AreaChart.module.scss.mjs +0 -11
  92. package/dist/js/components/src/components/AreaChart/AreaChart.module.scss.mjs.map +0 -1
  93. package/dist/js/components/src/components/AreaChart/components/Area/Area.mjs.map +0 -1
  94. package/dist/js/components/src/components/AreaChart/components/AreaDot/AreaDot.mjs.map +0 -1
  95. package/dist/js/components/src/components/AreaChart/components/Line/Line.mjs.map +0 -1
  96. package/dist/js/components/src/components/CartesianGrid/CartesianGrid.mjs.map +0 -1
  97. package/dist/js/components/src/components/ChartLegend/ChartLegend.mjs.map +0 -1
  98. package/dist/js/components/src/components/ChartLegend/components/LegendContent/LegendContent.mjs.map +0 -1
  99. package/dist/js/components/src/components/ChartTooltip/ChartTooltip.mjs.map +0 -1
  100. package/dist/js/components/src/components/ChartTooltip/components/TooltipContent.mjs.map +0 -1
  101. package/dist/js/components/src/components/XAxis/XAxis.mjs.map +0 -1
  102. package/dist/js/components/src/components/YAxis/YAxis.mjs.map +0 -1
  103. package/dist/types/components/AreaChart/AreaChart.d.ts.map +0 -1
  104. package/dist/types/components/AreaChart/components/Area/Area.d.ts.map +0 -1
  105. package/dist/types/components/AreaChart/components/Area/index.d.ts.map +0 -1
  106. package/dist/types/components/AreaChart/components/Area/view.d.ts.map +0 -1
  107. package/dist/types/components/AreaChart/components/AreaDot/AreaDot.d.ts.map +0 -1
  108. package/dist/types/components/AreaChart/components/AreaDot/index.d.ts.map +0 -1
  109. package/dist/types/components/AreaChart/components/Line/Line.d.ts.map +0 -1
  110. package/dist/types/components/AreaChart/components/Line/index.d.ts.map +0 -1
  111. package/dist/types/components/AreaChart/components/Line/view.d.ts.map +0 -1
  112. package/dist/types/components/AreaChart/index.d.ts +0 -5
  113. package/dist/types/components/AreaChart/index.d.ts.map +0 -1
  114. package/dist/types/components/AreaChart/stories/Default.stories.d.ts.map +0 -1
  115. package/dist/types/components/AreaChart/view.d.ts +0 -8
  116. package/dist/types/components/AreaChart/view.d.ts.map +0 -1
  117. package/dist/types/components/CartesianGrid/CartesianGrid.d.ts.map +0 -1
  118. package/dist/types/components/CartesianGrid/index.d.ts +0 -3
  119. package/dist/types/components/CartesianGrid/index.d.ts.map +0 -1
  120. package/dist/types/components/CartesianGrid/view.d.ts.map +0 -1
  121. package/dist/types/components/ChartLegend/ChartLegend.d.ts.map +0 -1
  122. package/dist/types/components/ChartLegend/components/LegendContent/LegendContent.d.ts.map +0 -1
  123. package/dist/types/components/ChartLegend/components/LegendContent/index.d.ts +0 -2
  124. package/dist/types/components/ChartLegend/components/LegendContent/index.d.ts.map +0 -1
  125. package/dist/types/components/ChartLegend/index.d.ts +0 -3
  126. package/dist/types/components/ChartLegend/index.d.ts.map +0 -1
  127. package/dist/types/components/ChartLegend/view.d.ts.map +0 -1
  128. package/dist/types/components/ChartTooltip/ChartTooltip.d.ts.map +0 -1
  129. package/dist/types/components/ChartTooltip/components/TooltipContent.d.ts.map +0 -1
  130. package/dist/types/components/ChartTooltip/components/index.d.ts +0 -2
  131. package/dist/types/components/ChartTooltip/components/index.d.ts.map +0 -1
  132. package/dist/types/components/ChartTooltip/index.d.ts +0 -3
  133. package/dist/types/components/ChartTooltip/index.d.ts.map +0 -1
  134. package/dist/types/components/ChartTooltip/view.d.ts.map +0 -1
  135. package/dist/types/components/XAxis/XAxis.d.ts.map +0 -1
  136. package/dist/types/components/XAxis/index.d.ts +0 -3
  137. package/dist/types/components/XAxis/index.d.ts.map +0 -1
  138. package/dist/types/components/XAxis/view.d.ts.map +0 -1
  139. package/dist/types/components/YAxis/YAxis.d.ts.map +0 -1
  140. package/dist/types/components/YAxis/index.d.ts +0 -3
  141. package/dist/types/components/YAxis/index.d.ts.map +0 -1
  142. package/dist/types/components/YAxis/view.d.ts.map +0 -1
  143. package/dist/types/views/AreaChartView.d.ts +0 -5
  144. package/dist/types/views/AreaChartView.d.ts.map +0 -1
  145. /package/dist/js/components/src/components/{AreaChart → CartesianChart}/components/Area/Area.mjs +0 -0
  146. /package/dist/js/components/src/components/{AreaChart → CartesianChart}/components/AreaDot/AreaDot.mjs +0 -0
  147. /package/dist/js/components/src/components/{ChartLegend/components/LegendContent → CartesianChart/components/ChartLegend}/LegendContent.mjs +0 -0
  148. /package/dist/js/components/src/components/{AreaChart → CartesianChart}/components/Line/Line.mjs +0 -0
  149. /package/dist/types/components/{AreaChart → CartesianChart}/components/Area/Area.d.ts +0 -0
  150. /package/dist/types/components/{AreaChart → CartesianChart}/components/Area/index.d.ts +0 -0
  151. /package/dist/types/components/{AreaChart → CartesianChart}/components/Area/view.d.ts +0 -0
  152. /package/dist/types/components/{AreaChart → CartesianChart}/components/AreaDot/AreaDot.d.ts +0 -0
  153. /package/dist/types/components/{AreaChart → CartesianChart}/components/AreaDot/index.d.ts +0 -0
  154. /package/dist/types/components/{CartesianGrid → CartesianChart/components/CartesianGrid}/CartesianGrid.d.ts +0 -0
  155. /package/dist/types/components/{ChartLegend → CartesianChart/components/ChartLegend}/ChartLegend.d.ts +0 -0
  156. /package/dist/types/components/{ChartTooltip → CartesianChart/components/ChartTooltip}/ChartTooltip.d.ts +0 -0
  157. /package/dist/types/components/{AreaChart → CartesianChart}/components/Line/Line.d.ts +0 -0
  158. /package/dist/types/components/{AreaChart → CartesianChart}/components/Line/index.d.ts +0 -0
  159. /package/dist/types/components/{AreaChart → CartesianChart}/components/Line/view.d.ts +0 -0
  160. /package/dist/types/components/{XAxis → CartesianChart/components/XAxis}/XAxis.d.ts +0 -0
  161. /package/dist/types/components/{YAxis → CartesianChart/components/YAxis}/YAxis.d.ts +0 -0
@@ -1,5 +1,5 @@
1
1
  import { FC } from 'react';
2
- import { AreaProps } from '../components/AreaChart';
2
+ import { AreaProps } from '../components/CartesianChart';
3
3
  declare const AreaView: FC<AreaProps>;
4
4
  export default AreaView;
5
5
  //# sourceMappingURL=AreaView.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"AreaView.d.ts","sourceRoot":"","sources":["../../../src/views/AreaView.tsx"],"names":[],"mappings":"AAEA,OAAc,EAAE,KAAK,EAAE,EAAc,MAAM,OAAO,CAAC;AACnD,OAAO,EAAQ,KAAK,SAAS,EAAE,MAAM,wBAAwB,CAAC;AAG9D,QAAA,MAAM,QAAQ,EAAE,EAAE,CAAC,SAAS,CAG3B,CAAC;AAEF,eAAe,QAAQ,CAAC"}
1
+ {"version":3,"file":"AreaView.d.ts","sourceRoot":"","sources":["../../../src/views/AreaView.tsx"],"names":[],"mappings":"AAEA,OAAc,EAAE,KAAK,EAAE,EAAc,MAAM,OAAO,CAAC;AACnD,OAAO,EAAQ,KAAK,SAAS,EAAE,MAAM,6BAA6B,CAAC;AAGnE,QAAA,MAAM,QAAQ,EAAE,EAAE,CAAC,SAAS,CAG3B,CAAC;AAEF,eAAe,QAAQ,CAAC"}
@@ -0,0 +1,5 @@
1
+ import { FC } from 'react';
2
+ import { CartesianChartProps } from '../components/CartesianChart';
3
+ declare const CartesianChartView: FC<CartesianChartProps>;
4
+ export default CartesianChartView;
5
+ //# sourceMappingURL=CartesianChartView.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CartesianChartView.d.ts","sourceRoot":"","sources":["../../../src/views/CartesianChartView.tsx"],"names":[],"mappings":"AAEA,OAAc,EAAE,KAAK,EAAE,EAAc,MAAM,OAAO,CAAC;AACnD,OAAO,EAEL,KAAK,mBAAmB,EACzB,MAAM,6BAA6B,CAAC;AAGrC,QAAA,MAAM,kBAAkB,EAAE,EAAE,CAAC,mBAAmB,CAI/C,CAAC;AAEF,eAAe,kBAAkB,CAAC"}
@@ -1,5 +1,5 @@
1
1
  import { FC } from 'react';
2
- import { CartesianGridProps } from '../components/CartesianGrid';
2
+ import { CartesianGridProps } from '../components/CartesianChart';
3
3
  declare const CartesianGridView: FC<CartesianGridProps>;
4
4
  export default CartesianGridView;
5
5
  //# sourceMappingURL=CartesianGridView.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"CartesianGridView.d.ts","sourceRoot":"","sources":["../../../src/views/CartesianGridView.tsx"],"names":[],"mappings":"AAEA,OAAc,EAAE,KAAK,EAAE,EAAc,MAAM,OAAO,CAAC;AACnD,OAAO,EAEL,KAAK,kBAAkB,EACxB,MAAM,4BAA4B,CAAC;AAGpC,QAAA,MAAM,iBAAiB,EAAE,EAAE,CAAC,kBAAkB,CAI7C,CAAC;AAEF,eAAe,iBAAiB,CAAC"}
1
+ {"version":3,"file":"CartesianGridView.d.ts","sourceRoot":"","sources":["../../../src/views/CartesianGridView.tsx"],"names":[],"mappings":"AAEA,OAAc,EAAE,KAAK,EAAE,EAAc,MAAM,OAAO,CAAC;AACnD,OAAO,EAEL,KAAK,kBAAkB,EACxB,MAAM,6BAA6B,CAAC;AAGrC,QAAA,MAAM,iBAAiB,EAAE,EAAE,CAAC,kBAAkB,CAI7C,CAAC;AAEF,eAAe,iBAAiB,CAAC"}
@@ -1,5 +1,5 @@
1
1
  import { FC } from 'react';
2
- import { ChartLegendProps } from '../components/ChartLegend';
2
+ import { ChartLegendProps } from '../components/CartesianChart';
3
3
  declare const ChartLegendView: FC<ChartLegendProps>;
4
4
  export default ChartLegendView;
5
5
  //# sourceMappingURL=ChartLegendView.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ChartLegendView.d.ts","sourceRoot":"","sources":["../../../src/views/ChartLegendView.tsx"],"names":[],"mappings":"AAEA,OAAc,EAAE,KAAK,EAAE,EAAc,MAAM,OAAO,CAAC;AACnD,OAAO,EAAe,KAAK,gBAAgB,EAAE,MAAM,0BAA0B,CAAC;AAG9E,QAAA,MAAM,eAAe,EAAE,EAAE,CAAC,gBAAgB,CAGzC,CAAC;AAEF,eAAe,eAAe,CAAC"}
1
+ {"version":3,"file":"ChartLegendView.d.ts","sourceRoot":"","sources":["../../../src/views/ChartLegendView.tsx"],"names":[],"mappings":"AAEA,OAAc,EAAE,KAAK,EAAE,EAAc,MAAM,OAAO,CAAC;AACnD,OAAO,EAEL,KAAK,gBAAgB,EACtB,MAAM,6BAA6B,CAAC;AAGrC,QAAA,MAAM,eAAe,EAAE,EAAE,CAAC,gBAAgB,CAGzC,CAAC;AAEF,eAAe,eAAe,CAAC"}
@@ -1,5 +1,5 @@
1
1
  import { FC } from 'react';
2
- import { ChartTooltipProps } from '../components/ChartTooltip';
2
+ import { ChartTooltipProps } from '../components/CartesianChart';
3
3
  declare const ChartTooltipView: FC<ChartTooltipProps>;
4
4
  export default ChartTooltipView;
5
5
  //# sourceMappingURL=ChartTooltipView.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ChartTooltipView.d.ts","sourceRoot":"","sources":["../../../src/views/ChartTooltipView.tsx"],"names":[],"mappings":"AAEA,OAAc,EAAE,KAAK,EAAE,EAAc,MAAM,OAAO,CAAC;AACnD,OAAO,EAEL,KAAK,iBAAiB,EACvB,MAAM,2BAA2B,CAAC;AAGnC,QAAA,MAAM,gBAAgB,EAAE,EAAE,CAAC,iBAAiB,CAG3C,CAAC;AAEF,eAAe,gBAAgB,CAAC"}
1
+ {"version":3,"file":"ChartTooltipView.d.ts","sourceRoot":"","sources":["../../../src/views/ChartTooltipView.tsx"],"names":[],"mappings":"AAEA,OAAc,EAAE,KAAK,EAAE,EAAc,MAAM,OAAO,CAAC;AACnD,OAAO,EAEL,KAAK,iBAAiB,EACvB,MAAM,6BAA6B,CAAC;AAGrC,QAAA,MAAM,gBAAgB,EAAE,EAAE,CAAC,iBAAiB,CAG3C,CAAC;AAEF,eAAe,gBAAgB,CAAC"}
@@ -1,5 +1,5 @@
1
1
  import { FC } from 'react';
2
- import { LineProps } from '../components/AreaChart';
2
+ import { LineProps } from '../components/CartesianChart';
3
3
  declare const LineView: FC<LineProps>;
4
4
  export default LineView;
5
5
  //# sourceMappingURL=LineView.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"LineView.d.ts","sourceRoot":"","sources":["../../../src/views/LineView.tsx"],"names":[],"mappings":"AAEA,OAAc,EAAE,KAAK,EAAE,EAAc,MAAM,OAAO,CAAC;AACnD,OAAO,EAAQ,KAAK,SAAS,EAAE,MAAM,wBAAwB,CAAC;AAG9D,QAAA,MAAM,QAAQ,EAAE,EAAE,CAAC,SAAS,CAG3B,CAAC;AAEF,eAAe,QAAQ,CAAC"}
1
+ {"version":3,"file":"LineView.d.ts","sourceRoot":"","sources":["../../../src/views/LineView.tsx"],"names":[],"mappings":"AAEA,OAAc,EAAE,KAAK,EAAE,EAAc,MAAM,OAAO,CAAC;AACnD,OAAO,EAAQ,KAAK,SAAS,EAAE,MAAM,6BAA6B,CAAC;AAGnE,QAAA,MAAM,QAAQ,EAAE,EAAE,CAAC,SAAS,CAG3B,CAAC;AAEF,eAAe,QAAQ,CAAC"}
@@ -1,5 +1,5 @@
1
1
  import { FC } from 'react';
2
- import { XAxisProps } from '../components/XAxis';
2
+ import { XAxisProps } from '../components/CartesianChart';
3
3
  declare const XAxisView: FC<XAxisProps>;
4
4
  export default XAxisView;
5
5
  //# sourceMappingURL=XAxisView.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"XAxisView.d.ts","sourceRoot":"","sources":["../../../src/views/XAxisView.tsx"],"names":[],"mappings":"AAEA,OAAc,EAAE,KAAK,EAAE,EAAc,MAAM,OAAO,CAAC;AACnD,OAAO,EAAS,KAAK,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAG5D,QAAA,MAAM,SAAS,EAAE,EAAE,CAAC,UAAU,CAG7B,CAAC;AAEF,eAAe,SAAS,CAAC"}
1
+ {"version":3,"file":"XAxisView.d.ts","sourceRoot":"","sources":["../../../src/views/XAxisView.tsx"],"names":[],"mappings":"AAEA,OAAc,EAAE,KAAK,EAAE,EAAc,MAAM,OAAO,CAAC;AACnD,OAAO,EAAS,KAAK,UAAU,EAAE,MAAM,6BAA6B,CAAC;AAGrE,QAAA,MAAM,SAAS,EAAE,EAAE,CAAC,UAAU,CAG7B,CAAC;AAEF,eAAe,SAAS,CAAC"}
@@ -1,5 +1,5 @@
1
1
  import { FC } from 'react';
2
- import { YAxisProps } from '../components/YAxis';
2
+ import { YAxisProps } from '../components/CartesianChart';
3
3
  declare const YAxisView: FC<YAxisProps>;
4
4
  export default YAxisView;
5
5
  //# sourceMappingURL=YAxisView.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"YAxisView.d.ts","sourceRoot":"","sources":["../../../src/views/YAxisView.tsx"],"names":[],"mappings":"AAEA,OAAc,EAAE,KAAK,EAAE,EAAc,MAAM,OAAO,CAAC;AACnD,OAAO,EAAS,KAAK,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAG5D,QAAA,MAAM,SAAS,EAAE,EAAE,CAAC,UAAU,CAG7B,CAAC;AAEF,eAAe,SAAS,CAAC"}
1
+ {"version":3,"file":"YAxisView.d.ts","sourceRoot":"","sources":["../../../src/views/YAxisView.tsx"],"names":[],"mappings":"AAEA,OAAc,EAAE,KAAK,EAAE,EAAc,MAAM,OAAO,CAAC;AACnD,OAAO,EAAS,KAAK,UAAU,EAAE,MAAM,6BAA6B,CAAC;AAGrE,QAAA,MAAM,SAAS,EAAE,EAAE,CAAC,UAAU,CAG7B,CAAC;AAEF,eAAe,SAAS,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/flow-react-components",
3
- "version": "0.2.0-alpha.360",
3
+ "version": "0.2.0-alpha.362",
4
4
  "type": "module",
5
5
  "description": "A React implementation of Flow, mittwald’s design system",
6
6
  "homepage": "https://mittwald.github.io/flow",
@@ -58,7 +58,7 @@
58
58
  "@chakra-ui/live-region": "^2.1.0",
59
59
  "@internationalized/string-compiler": "^3.2.6",
60
60
  "@mittwald/password-tools-js": "^2.1.6",
61
- "@mittwald/react-tunnel": "0.2.0-alpha.360",
61
+ "@mittwald/react-tunnel": "0.2.0-alpha.362",
62
62
  "@mittwald/react-use-promise": "^3.0.4",
63
63
  "@react-aria/form": "^3.0.18",
64
64
  "@react-aria/utils": "^3.29.1",
@@ -99,7 +99,7 @@
99
99
  "@faker-js/faker": "^9.9.0",
100
100
  "@internationalized/date": "^3.8.2",
101
101
  "@mittwald/flow-core": "",
102
- "@mittwald/flow-design-tokens": "0.2.0-alpha.360",
102
+ "@mittwald/flow-design-tokens": "0.2.0-alpha.362",
103
103
  "@mittwald/react-use-promise": "^3.0.4",
104
104
  "@mittwald/remote-dom-react": "1.2.2-mittwald.3",
105
105
  "@mittwald/typescript-config": "",
@@ -172,5 +172,5 @@
172
172
  "optional": true
173
173
  }
174
174
  },
175
- "gitHead": "6952db8b08b53a980b5ae4b035a7f76b5ae7454a"
175
+ "gitHead": "2b28f91154125a93f9cee428461e860ab7989629"
176
176
  }
@@ -1 +0,0 @@
1
- {"version":3,"file":"AreaChart.mjs","sources":["../../../../../../src/components/AreaChart/AreaChart.tsx"],"sourcesContent":["import * as Recharts from \"recharts\";\nimport type { CategoricalChartProps } from \"recharts/types/chart/generateCategoricalChart\";\nimport React, {\n Children,\n cloneElement,\n useEffect,\n useRef,\n useState,\n type FC,\n type PropsWithChildren,\n type ReactElement,\n type SVGProps,\n} from \"react\";\nimport { Area, type AreaProps } from \"./components/Area\";\nimport CartesianGrid from \"../CartesianGrid\";\nimport clsx from \"clsx\";\nimport styles from \"./AreaChart.module.scss\";\nimport Wrap from \"../Wrap\";\n\nexport interface AreaChartEmptyViewProps {\n data?: CategoricalChartProps[\"data\"];\n}\n\nexport interface AreaChartProps\n extends Pick<\n CategoricalChartProps,\n \"data\" | \"className\" | \"syncId\" | \"syncMethod\"\n >,\n PropsWithChildren {\n height?: string;\n /** View that is provided when data is empty/undefined */\n emptyView?: React.ComponentType<AreaChartEmptyViewProps>;\n /**\n * Allow the height controlling container to set flex-grow: 1. Can only be\n * used in combination with `height`\n */\n flexGrow?: boolean;\n}\n\n/** @flr-generate all */\nexport const AreaChart: FC<AreaChartProps> = (props) => {\n const {\n children,\n data,\n className,\n height,\n flexGrow,\n emptyView: EmptyView,\n ...rest\n } = props;\n const rootClassName = clsx(styles.areaChart, className);\n\n // render order: grid, areas without dots, other children, areas with dots\n // this is needed to ensure that the dots will always overlay the areas\n const areasWithoutDots: ReactElement[] = [];\n const areasWithDots: ReactElement[] = [];\n const otherChildren: ReactElement[] = [];\n const gridChildren: ReactElement[] = [];\n\n Children.forEach(children, (child, index) => {\n if (!child) return;\n const element = child as ReactElement;\n\n if (element.type === CartesianGrid) {\n gridChildren.push(element);\n } else if (element.type === Area) {\n areasWithoutDots.push(\n cloneElement(element as ReactElement<AreaProps>, {\n onlyDots: false,\n key: `area-${index}`,\n }),\n );\n areasWithDots.push(\n cloneElement(element as ReactElement<AreaProps>, {\n onlyDots: true,\n key: `area-dots-${index}`,\n }),\n );\n } else {\n otherChildren.push(element);\n }\n });\n\n const showEmptyView = (!data || data.length === 0) && EmptyView;\n\n const chartContainerRef = useRef<HTMLDivElement>(null);\n const [viewDimensions, setViewDimensions] = useState<Partial<\n SVGProps<SVGForeignObjectElement>\n > | null>(null);\n\n // resizing the foreignObject for the EmptyView on size changes\n useEffect(() => {\n if (showEmptyView) {\n const updateDimensions = () => {\n const svg = chartContainerRef.current?.querySelector(\n \"svg\",\n ) as SVGSVGElement | null;\n if (!svg) return;\n\n const clip = svg.querySelector(\"clipPath rect\");\n if (clip) {\n const x = parseFloat(clip.getAttribute(\"x\") ?? \"0\");\n const y = parseFloat(clip.getAttribute(\"y\") ?? \"0\");\n const width = parseFloat(clip.getAttribute(\"width\") ?? \"0\");\n const height = parseFloat(clip.getAttribute(\"height\") ?? \"0\");\n setViewDimensions({ x, y, width, height });\n }\n };\n\n updateDimensions();\n\n const container = chartContainerRef.current;\n const observer = new ResizeObserver(updateDimensions);\n if (container) observer.observe(container);\n\n return () => {\n observer.disconnect();\n };\n }\n }, []);\n\n return (\n <Wrap if={height}>\n <div\n style={{ height, flex: flexGrow ? 1 : undefined }}\n ref={chartContainerRef}\n >\n <Recharts.ResponsiveContainer>\n <Recharts.AreaChart data={data} className={rootClassName} {...rest}>\n {!showEmptyView && gridChildren}\n {areasWithoutDots}\n {otherChildren}\n {areasWithDots}\n {showEmptyView && viewDimensions && (\n <foreignObject {...viewDimensions}>\n <div className={styles.emptyViewContainer}>\n <EmptyView data={data} />\n </div>\n </foreignObject>\n )}\n </Recharts.AreaChart>\n </Recharts.ResponsiveContainer>\n </div>\n </Wrap>\n );\n};\n\nexport default AreaChart;\n"],"names":["height"],"mappings":"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"}
@@ -1,11 +0,0 @@
1
- "use client"
2
- /* */
3
- const areaChart = "flow--area-chart";
4
- const emptyViewContainer = "flow--area-chart--empty-view-container";
5
- const styles = {
6
- areaChart: areaChart,
7
- emptyViewContainer: emptyViewContainer
8
- };
9
-
10
- export { areaChart, styles as default, emptyViewContainer };
11
- //# sourceMappingURL=AreaChart.module.scss.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"AreaChart.module.scss.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"Area.mjs","sources":["../../../../../../../../src/components/AreaChart/components/Area/Area.tsx"],"sourcesContent":["import { type FC } from \"react\";\nimport * as Recharts from \"recharts\";\nimport tokens from \"@mittwald/flow-design-tokens/variables.json\";\nimport { AreaDot } from \"../AreaDot\";\nimport type { CategoricalColors } from \"@/lib/tokens/CategoricalColors\";\nimport { getCategoricalColorValue } from \"@/lib/tokens/getCategoricalColorValue\";\n\nexport interface AreaProps\n extends Pick<\n Recharts.AreaProps,\n | \"className\"\n | \"dataKey\"\n | \"stackId\"\n | \"fillOpacity\"\n | \"key\"\n | \"xAxisId\"\n | \"yAxisId\"\n | \"type\"\n | \"unit\"\n > {\n /** The color of the area. @default \"sea-green\" */\n color?: CategoricalColors;\n /** @internal */\n onlyDots?: boolean;\n}\n\n/** @flr-generate all */\nexport const Area: FC<AreaProps> = (props) => {\n const {\n color = \"sea-green\",\n stackId = 1,\n fillOpacity = 1,\n onlyDots = true,\n ...rest\n } = props;\n\n return (\n <Recharts.Area\n stackId={stackId}\n fillOpacity={fillOpacity}\n {...rest}\n activeDot={\n onlyDots ? <AreaDot color={getCategoricalColorValue(color)} /> : false\n }\n fill={onlyDots ? \"none\" : getCategoricalColorValue(color)}\n stroke={onlyDots ? \"none\" : tokens.area[\"border-color\"].value}\n strokeWidth={onlyDots ? undefined : tokens.area[\"border-width\"].value}\n />\n );\n};\n\nexport default Area;\n"],"names":[],"mappings":";;;;;;;AA2Ba,MAAA,IAAA,GAAsB,CAAC,KAAU,KAAA;AAC5C,EAAM,MAAA;AAAA,IACJ,KAAQ,GAAA,WAAA;AAAA,IACR,OAAU,GAAA,CAAA;AAAA,IACV,WAAc,GAAA,CAAA;AAAA,IACd,QAAW,GAAA,IAAA;AAAA,IACX,GAAG;AAAA,GACD,GAAA,KAAA;AAEJ,EACE,uBAAA,GAAA;AAAA,IAAC,QAAS,CAAA,IAAA;AAAA,IAAT;AAAA,MACC,OAAA;AAAA,MACA,WAAA;AAAA,MACC,GAAG,IAAA;AAAA,MACJ,SAAA,EACE,2BAAY,GAAA,CAAA,OAAA,EAAA,EAAQ,OAAO,wBAAyB,CAAA,KAAK,GAAG,CAAK,GAAA,KAAA;AAAA,MAEnE,IAAM,EAAA,QAAA,GAAW,MAAS,GAAA,wBAAA,CAAyB,KAAK,CAAA;AAAA,MACxD,QAAQ,QAAW,GAAA,MAAA,GAAS,MAAO,CAAA,IAAA,CAAK,cAAc,CAAE,CAAA,KAAA;AAAA,MACxD,aAAa,QAAW,GAAA,MAAA,GAAY,MAAO,CAAA,IAAA,CAAK,cAAc,CAAE,CAAA;AAAA;AAAA,GAClE;AAEJ;;;;"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"AreaDot.mjs","sources":["../../../../../../../../src/components/AreaChart/components/AreaDot/AreaDot.tsx"],"sourcesContent":["import type { FC } from \"react\";\nimport type * as Recharts from \"recharts\";\n\nexport const AreaDot: FC<Recharts.DotProps & { color: string }> = ({\n cx,\n cy,\n color,\n}) => {\n if (cx === undefined || cy === undefined) return null;\n\n return (\n <svg\n x={cx - 7}\n y={cy - 7}\n width={14}\n height={14}\n viewBox=\"0 0 14 14\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <circle cx=\"7\" cy=\"7\" r=\"7\" fill=\"white\" />\n <circle cx=\"7\" cy=\"7\" r=\"4\" stroke={color} strokeWidth=\"2\" fill=\"white\" />\n </svg>\n );\n};\n"],"names":[],"mappings":";;AAGO,MAAM,UAAqD,CAAC;AAAA,EACjE,EAAA;AAAA,EACA,EAAA;AAAA,EACA;AACF,CAAM,KAAA;AACJ,EAAA,IAAI,EAAO,KAAA,MAAA,IAAa,EAAO,KAAA,MAAA,EAAkB,OAAA,IAAA;AAEjD,EACE,uBAAA,IAAA;AAAA,IAAC,KAAA;AAAA,IAAA;AAAA,MACC,GAAG,EAAK,GAAA,CAAA;AAAA,MACR,GAAG,EAAK,GAAA,CAAA;AAAA,MACR,KAAO,EAAA,EAAA;AAAA,MACP,MAAQ,EAAA,EAAA;AAAA,MACR,OAAQ,EAAA,WAAA;AAAA,MACR,IAAK,EAAA,MAAA;AAAA,MACL,KAAM,EAAA,4BAAA;AAAA,MAEN,QAAA,EAAA;AAAA,wBAAC,GAAA,CAAA,QAAA,EAAA,EAAO,IAAG,GAAI,EAAA,EAAA,EAAG,KAAI,CAAE,EAAA,GAAA,EAAI,MAAK,OAAQ,EAAA,CAAA;AAAA,wBACxC,GAAA,CAAA,QAAA,EAAA,EAAO,EAAG,EAAA,GAAA,EAAI,EAAG,EAAA,GAAA,EAAI,CAAE,EAAA,GAAA,EAAI,MAAQ,EAAA,KAAA,EAAO,WAAY,EAAA,GAAA,EAAI,MAAK,OAAQ,EAAA;AAAA;AAAA;AAAA,GAC1E;AAEJ;;;;"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"Line.mjs","sources":["../../../../../../../../src/components/AreaChart/components/Line/Line.tsx"],"sourcesContent":["import { type FC } from \"react\";\nimport * as Recharts from \"recharts\";\nimport tokens from \"@mittwald/flow-design-tokens/variables.json\";\nimport { AreaDot } from \"../AreaDot\";\nimport type { CategoricalColors } from \"@/lib/tokens/CategoricalColors\";\nimport { getCategoricalColorValue } from \"@/lib/tokens/getCategoricalColorValue\";\n\nexport interface LineProps\n extends Pick<\n Recharts.LineProps,\n \"className\" | \"dataKey\" | \"key\" | \"xAxisId\" | \"yAxisId\" | \"type\" | \"unit\"\n > {\n /** The color of the line. @default \"sea-green\" */\n color?: CategoricalColors;\n}\n\n/** @flr-generate all */\nexport const Line: FC<LineProps> = (props) => {\n const { color = \"sea-green\", ...rest } = props;\n\n return (\n <Recharts.Line\n {...rest}\n fill={getCategoricalColorValue(color)}\n activeDot={<AreaDot color={getCategoricalColorValue(color)} />}\n dot={false}\n stroke={getCategoricalColorValue(color)}\n strokeWidth={tokens.line[\"border-width\"].value}\n />\n );\n};\n\nexport default Line;\n"],"names":[],"mappings":";;;;;;;AAiBa,MAAA,IAAA,GAAsB,CAAC,KAAU,KAAA;AAC5C,EAAA,MAAM,EAAE,KAAA,GAAQ,WAAa,EAAA,GAAG,MAAS,GAAA,KAAA;AAEzC,EACE,uBAAA,GAAA;AAAA,IAAC,QAAS,CAAA,IAAA;AAAA,IAAT;AAAA,MACE,GAAG,IAAA;AAAA,MACJ,IAAA,EAAM,yBAAyB,KAAK,CAAA;AAAA,MACpC,2BAAY,GAAA,CAAA,OAAA,EAAA,EAAQ,KAAO,EAAA,wBAAA,CAAyB,KAAK,CAAG,EAAA,CAAA;AAAA,MAC5D,GAAK,EAAA,KAAA;AAAA,MACL,MAAA,EAAQ,yBAAyB,KAAK,CAAA;AAAA,MACtC,WAAa,EAAA,MAAA,CAAO,IAAK,CAAA,cAAc,CAAE,CAAA;AAAA;AAAA,GAC3C;AAEJ;;;;"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"CartesianGrid.mjs","sources":["../../../../../../src/components/CartesianGrid/CartesianGrid.tsx"],"sourcesContent":["import type { FC } from \"react\";\nimport * as Recharts from \"recharts\";\nimport tokens from \"@mittwald/flow-design-tokens/variables.json\";\n\nexport type CartesianGridProps = Pick<\n Recharts.CartesianGridProps,\n \"className\" | \"vertical\" | \"horizontal\" | \"strokeDasharray\"\n>;\n\n/** @flr-generate all */\nexport const CartesianGrid: FC<CartesianGridProps> = (props) => {\n const { vertical = false, ...rest } = props;\n\n return (\n <Recharts.CartesianGrid\n vertical={vertical}\n {...rest}\n stroke={tokens[\"cartesian-grid\"].color.value}\n strokeWidth={tokens[\"cartesian-grid\"][\"stroke-width\"].value}\n />\n );\n};\n\nexport default CartesianGrid;\n"],"names":[],"mappings":";;;;AAUa,MAAA,aAAA,GAAwC,CAAC,KAAU,KAAA;AAC9D,EAAA,MAAM,EAAE,QAAA,GAAW,KAAO,EAAA,GAAG,MAAS,GAAA,KAAA;AAEtC,EACE,uBAAA,GAAA;AAAA,IAAC,QAAS,CAAA,aAAA;AAAA,IAAT;AAAA,MACC,QAAA;AAAA,MACC,GAAG,IAAA;AAAA,MACJ,MAAQ,EAAA,MAAA,CAAO,gBAAgB,CAAA,CAAE,KAAM,CAAA,KAAA;AAAA,MACvC,WAAa,EAAA,MAAA,CAAO,gBAAgB,CAAA,CAAE,cAAc,CAAE,CAAA;AAAA;AAAA,GACxD;AAEJ;;;;"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"ChartLegend.mjs","sources":["../../../../../../src/components/ChartLegend/ChartLegend.tsx"],"sourcesContent":["import type { FC } from \"react\";\nimport * as Recharts from \"recharts\";\nimport LegendContent from \"./components/LegendContent/LegendContent\";\n\nexport type ChartLegendFormatter = (text: string) => string;\n\nexport interface WithChartLegendFormatters {\n /**\n * A formatter function for the texts of the Legend. Can be used for purposes\n * like translations.\n */\n formatter?: ChartLegendFormatter;\n}\n\nexport type ChartLegendProps = Pick<\n Recharts.LegendProps,\n \"className\" | \"verticalAlign\"\n> &\n WithChartLegendFormatters;\n\n/** @flr-generate all */\nexport const ChartLegend: FC<ChartLegendProps> = (props) => {\n const { formatter, ...rest } = props;\n\n return (\n <Recharts.Legend\n {...rest}\n content={<LegendContent formatter={formatter} />}\n />\n );\n};\n\nexport default ChartLegend;\n"],"names":[],"mappings":";;;;AAqBa,MAAA,WAAA,GAAoC,CAAC,KAAU,KAAA;AAC1D,EAAA,MAAM,EAAE,SAAA,EAAW,GAAG,IAAA,EAAS,GAAA,KAAA;AAE/B,EACE,uBAAA,GAAA;AAAA,IAAC,QAAS,CAAA,MAAA;AAAA,IAAT;AAAA,MACE,GAAG,IAAA;AAAA,MACJ,OAAA,kBAAU,GAAA,CAAA,aAAA,EAAA,EAAc,SAAsB,EAAA;AAAA;AAAA,GAChD;AAEJ;;;;"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"LegendContent.mjs","sources":["../../../../../../../../src/components/ChartLegend/components/LegendContent/LegendContent.tsx"],"sourcesContent":["import type { Props } from \"recharts/types/component/DefaultLegendContent\";\nimport type { WithChartLegendFormatters } from \"../../ChartLegend\";\nimport type { FC } from \"react\";\nimport tokens from \"@mittwald/flow-design-tokens/variables.json\";\nimport Legend, { LegendItem } from \"@/components/Legend\";\n\ntype LegendContentType = Omit<Props, \"formatter\"> & WithChartLegendFormatters;\n\nconst LegendContent: FC<LegendContentType> = (props) => {\n const { formatter, payload } = props;\n\n return (\n <Legend>\n {payload\n ?.filter(\n (entry) =>\n entry.payload &&\n \"fill\" in entry.payload &&\n entry.payload?.fill !== \"none\",\n )\n .map((entry, index) => {\n return (\n <LegendItem\n key={`legendItem-${index}`}\n color={\n entry.payload && \"fill\" in entry.payload\n ? (entry.payload?.fill as string)\n : tokens.color.gray[100].value\n }\n >\n {entry.dataKey\n ? formatter\n ? formatter(entry.dataKey?.toString())\n : entry.dataKey.toString()\n : \"\"}\n </LegendItem>\n );\n })}\n </Legend>\n );\n};\n\nexport default LegendContent;\n"],"names":[],"mappings":";;;;;AAQM,MAAA,aAAA,GAAuC,CAAC,KAAU,KAAA;AACtD,EAAM,MAAA,EAAE,SAAW,EAAA,OAAA,EAAY,GAAA,KAAA;AAE/B,EACE,uBAAA,GAAA,CAAC,UACE,QACG,EAAA,OAAA,EAAA,MAAA;AAAA,IACA,CAAC,UACC,KAAM,CAAA,OAAA,IACN,UAAU,KAAM,CAAA,OAAA,IAChB,KAAM,CAAA,OAAA,EAAS,IAAS,KAAA;AAAA,GAE3B,CAAA,GAAA,CAAI,CAAC,KAAA,EAAO,KAAU,KAAA;AACrB,IACE,uBAAA,GAAA;AAAA,MAAC,UAAA;AAAA,MAAA;AAAA,QAEC,KACE,EAAA,KAAA,CAAM,OAAW,IAAA,MAAA,IAAU,KAAM,CAAA,OAAA,GAC5B,KAAM,CAAA,OAAA,EAAS,IAChB,GAAA,MAAA,CAAO,KAAM,CAAA,IAAA,CAAK,GAAG,CAAE,CAAA,KAAA;AAAA,QAG5B,QAAM,EAAA,KAAA,CAAA,OAAA,GACH,SACE,GAAA,SAAA,CAAU,KAAM,CAAA,OAAA,EAAS,QAAS,EAAC,CACnC,GAAA,KAAA,CAAM,OAAQ,CAAA,QAAA,EAChB,GAAA;AAAA,OAAA;AAAA,MAXC,cAAc,KAAK,CAAA;AAAA,KAY1B;AAAA,GAEH,CACL,EAAA,CAAA;AAEJ;;;;"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"ChartTooltip.mjs","sources":["../../../../../../src/components/ChartTooltip/ChartTooltip.tsx"],"sourcesContent":["import type { FC } from \"react\";\nimport * as Recharts from \"recharts\";\nimport type {\n NameType,\n ValueType,\n} from \"recharts/types/component/DefaultTooltipContent\";\nimport { TooltipContent } from \"./components\";\n\nexport type TooltipLineFormatter = (\n value: ValueType,\n name: NameType,\n index: number,\n unit?: string | number,\n) => string;\n\nexport type TooltipHeadingFormatter = (\n title: string | number | undefined,\n) => string;\n\nexport interface WithTooltipFormatters {\n /**\n * A formatter function for the lines in the tooltip. Can be used for purposes\n * like translations.\n */\n formatter?: TooltipLineFormatter;\n /**\n * A formatter function for the heading of the tooltip. Can be used for\n * purposes like translations.\n */\n headingFormatter?: TooltipHeadingFormatter;\n}\n\nexport interface ChartTooltipProps\n extends Pick<\n Recharts.TooltipProps<ValueType, NameType>,\n \"wrapperClassName\" | \"allowEscapeViewBox\"\n >,\n WithTooltipFormatters {}\n\n/** @flr-generate all */\nexport const ChartTooltip: FC<ChartTooltipProps> = (props) => {\n const { formatter, headingFormatter, ...rest } = props;\n return (\n <Recharts.Tooltip\n {...rest}\n content={(props) => {\n const {\n formatter: ignoredFormatter,\n labelFormatter: ignoredLabelFormatter,\n ...rest\n } = props;\n\n return (\n <TooltipContent\n formatter={formatter}\n headingFormatter={headingFormatter}\n {...rest}\n />\n );\n }}\n cursor={false}\n />\n );\n};\n\nexport default ChartTooltip;\n"],"names":["props","rest"],"mappings":";;;;AAwCa,MAAA,YAAA,GAAsC,CAAC,KAAU,KAAA;AAC5D,EAAA,MAAM,EAAE,SAAA,EAAW,gBAAkB,EAAA,GAAG,MAAS,GAAA,KAAA;AACjD,EACE,uBAAA,GAAA;AAAA,IAAC,QAAS,CAAA,OAAA;AAAA,IAAT;AAAA,MACE,GAAG,IAAA;AAAA,MACJ,OAAA,EAAS,CAACA,MAAU,KAAA;AAClB,QAAM,MAAA;AAAA,UACJ,SAAW,EAAA,gBAAA;AAAA,UACX,cAAgB,EAAA,qBAAA;AAAA,UAChB,GAAGC;AAAA,SACDD,GAAAA,MAAAA;AAEJ,QACE,uBAAA,GAAA;AAAA,UAAC,cAAA;AAAA,UAAA;AAAA,YACC,SAAA;AAAA,YACA,gBAAA;AAAA,YACC,GAAGC;AAAA;AAAA,SACN;AAAA,OAEJ;AAAA,MACA,MAAQ,EAAA;AAAA;AAAA,GACV;AAEJ;;;;"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"TooltipContent.mjs","sources":["../../../../../../../src/components/ChartTooltip/components/TooltipContent.tsx"],"sourcesContent":["import clsx from \"clsx\";\nimport popoverStyles from \"../../Popover/Popover.module.scss\";\nimport Heading from \"@/components/Heading\";\nimport { LegendItem } from \"@/components/Legend/components/LegendItem\";\nimport type * as Recharts from \"recharts\";\nimport type {\n NameType,\n ValueType,\n} from \"recharts/types/component/DefaultTooltipContent\";\nimport type { WithTooltipFormatters } from \"../ChartTooltip\";\n\ninterface TooltipContentProps\n extends Pick<\n Recharts.TooltipContentProps<ValueType, NameType>,\n \"active\" | \"payload\" | \"label\" | \"wrapperClassName\"\n >,\n WithTooltipFormatters {}\n\nexport const TooltipContent = (props: TooltipContentProps) => {\n const {\n active,\n payload,\n formatter,\n headingFormatter,\n label,\n wrapperClassName,\n } = props;\n const className = clsx(wrapperClassName, popoverStyles.popover);\n\n if (active && payload && payload.length) {\n return (\n <div className={className}>\n <div className={popoverStyles.content}>\n <Heading level={3}>\n {headingFormatter && typeof label === \"string\"\n ? headingFormatter(label)\n : label}\n </Heading>\n {payload\n .filter((i) => i.fill !== \"none\")\n .map((i, index) => (\n <LegendItem color={i.fill} key={i.dataKey}>\n {formatter\n ? formatter(i.value, i.dataKey, index, i.unit)\n : `${i.dataKey} ${i.value}${i.unit ? ` ${i.unit}` : \"\"}`}\n </LegendItem>\n ))}\n </div>\n </div>\n );\n }\n\n return null;\n};\n"],"names":["popoverStyles"],"mappings":";;;;;;AAkBa,MAAA,cAAA,GAAiB,CAAC,KAA+B,KAAA;AAC5D,EAAM,MAAA;AAAA,IACJ,MAAA;AAAA,IACA,OAAA;AAAA,IACA,SAAA;AAAA,IACA,gBAAA;AAAA,IACA,KAAA;AAAA,IACA;AAAA,GACE,GAAA,KAAA;AACJ,EAAA,MAAM,SAAY,GAAA,IAAA,CAAK,gBAAkB,EAAAA,MAAA,CAAc,OAAO,CAAA;AAE9D,EAAI,IAAA,MAAA,IAAU,OAAW,IAAA,OAAA,CAAQ,MAAQ,EAAA;AACvC,IAAA,2BACG,KAAI,EAAA,EAAA,SAAA,EACH,+BAAC,KAAI,EAAA,EAAA,SAAA,EAAWA,OAAc,OAC5B,EAAA,QAAA,EAAA;AAAA,sBAAC,GAAA,CAAA,OAAA,EAAA,EAAQ,KAAO,EAAA,CAAA,EACb,QAAoB,EAAA,gBAAA,IAAA,OAAO,UAAU,QAClC,GAAA,gBAAA,CAAiB,KAAK,CAAA,GACtB,KACN,EAAA,CAAA;AAAA,MACC,OAAA,CACE,OAAO,CAAC,CAAA,KAAM,EAAE,IAAS,KAAA,MAAM,EAC/B,GAAI,CAAA,CAAC,GAAG,KACP,qBAAA,GAAA,CAAC,cAAW,KAAO,EAAA,CAAA,CAAE,MAClB,QACG,EAAA,SAAA,GAAA,SAAA,CAAU,EAAE,KAAO,EAAA,CAAA,CAAE,SAAS,KAAO,EAAA,CAAA,CAAE,IAAI,CAC3C,GAAA,CAAA,EAAG,EAAE,OAAO,CAAA,CAAA,EAAI,EAAE,KAAK,CAAA,EAAG,EAAE,IAAO,GAAA,CAAA,CAAA,EAAI,EAAE,IAAI,CAAA,CAAA,GAAK,EAAE,CAH1B,CAAA,EAAA,EAAA,CAAA,CAAE,OAIlC,CACD;AAAA,KAAA,EACL,CACF,EAAA,CAAA;AAAA;AAIJ,EAAO,OAAA,IAAA;AACT;;;;"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"XAxis.mjs","sources":["../../../../../../src/components/XAxis/XAxis.tsx"],"sourcesContent":["import type { FC } from \"react\";\nimport * as Recharts from \"recharts\";\nimport tokens from \"@mittwald/flow-design-tokens/variables.json\";\n\nexport type XAxisProps = Pick<\n Recharts.XAxisProps,\n | \"className\"\n | \"dataKey\"\n | \"orientation\"\n | \"allowDecimals\"\n | \"allowDataOverflow\"\n | \"interval\"\n | \"minTickGap\"\n | \"scale\"\n | \"type\"\n | \"domain\"\n | \"hide\"\n | \"unit\"\n>;\n\n/** @flr-generate all */\nexport const XAxis: FC<XAxisProps> = (props) => {\n return (\n <Recharts.XAxis\n {...props}\n fontSize={tokens.axis[\"font-size\"].value}\n tick={{\n fill: tokens.axis[\"text-color\"].value,\n }}\n tickMargin={parseInt(tokens.axis.spacing.value)}\n tickSize={parseInt(tokens.axis[\"tick-size\"].value)}\n />\n );\n};\n\nexport default XAxis;\n"],"names":[],"mappings":";;;;AAqBa,MAAA,KAAA,GAAwB,CAAC,KAAU,KAAA;AAC9C,EACE,uBAAA,GAAA;AAAA,IAAC,QAAS,CAAA,KAAA;AAAA,IAAT;AAAA,MACE,GAAG,KAAA;AAAA,MACJ,QAAU,EAAA,MAAA,CAAO,IAAK,CAAA,WAAW,CAAE,CAAA,KAAA;AAAA,MACnC,IAAM,EAAA;AAAA,QACJ,IAAM,EAAA,MAAA,CAAO,IAAK,CAAA,YAAY,CAAE,CAAA;AAAA,OAClC;AAAA,MACA,UAAY,EAAA,QAAA,CAAS,MAAO,CAAA,IAAA,CAAK,QAAQ,KAAK,CAAA;AAAA,MAC9C,UAAU,QAAS,CAAA,MAAA,CAAO,IAAK,CAAA,WAAW,EAAE,KAAK;AAAA;AAAA,GACnD;AAEJ;;;;"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"YAxis.mjs","sources":["../../../../../../src/components/YAxis/YAxis.tsx"],"sourcesContent":["import type { FC } from \"react\";\nimport * as Recharts from \"recharts\";\nimport tokens from \"@mittwald/flow-design-tokens/variables.json\";\n\nexport type YAxisProps = Pick<\n Recharts.YAxisProps,\n | \"className\"\n | \"dataKey\"\n | \"orientation\"\n | \"allowDecimals\"\n | \"interval\"\n | \"minTickGap\"\n | \"scale\"\n | \"type\"\n | \"domain\"\n | \"hide\"\n | \"unit\"\n>;\n\n/** @flr-generate all */\nexport const YAxis: FC<YAxisProps> = (props) => {\n const { domain = [0, (dataMax) => dataMax / 2], ...rest } = props;\n\n return (\n <Recharts.YAxis\n {...rest}\n allowDataOverflow\n domain={domain}\n fontSize={tokens.axis[\"font-size\"].value}\n tick={{\n fill: tokens.axis[\"text-color\"].value,\n }}\n tickMargin={parseInt(tokens.axis.spacing.value)}\n tickSize={parseInt(tokens.axis[\"tick-size\"].value)}\n />\n );\n};\n\nexport default YAxis;\n"],"names":[],"mappings":";;;;AAoBa,MAAA,KAAA,GAAwB,CAAC,KAAU,KAAA;AAC9C,EAAM,MAAA,EAAE,MAAS,GAAA,CAAC,CAAG,EAAA,CAAC,OAAY,KAAA,OAAA,GAAU,CAAC,CAAA,EAAG,GAAG,IAAA,EAAS,GAAA,KAAA;AAE5D,EACE,uBAAA,GAAA;AAAA,IAAC,QAAS,CAAA,KAAA;AAAA,IAAT;AAAA,MACE,GAAG,IAAA;AAAA,MACJ,iBAAiB,EAAA,IAAA;AAAA,MACjB,MAAA;AAAA,MACA,QAAU,EAAA,MAAA,CAAO,IAAK,CAAA,WAAW,CAAE,CAAA,KAAA;AAAA,MACnC,IAAM,EAAA;AAAA,QACJ,IAAM,EAAA,MAAA,CAAO,IAAK,CAAA,YAAY,CAAE,CAAA;AAAA,OAClC;AAAA,MACA,UAAY,EAAA,QAAA,CAAS,MAAO,CAAA,IAAA,CAAK,QAAQ,KAAK,CAAA;AAAA,MAC9C,UAAU,QAAS,CAAA,MAAA,CAAO,IAAK,CAAA,WAAW,EAAE,KAAK;AAAA;AAAA,GACnD;AAEJ;;;;"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"AreaChart.d.ts","sourceRoot":"","sources":["../../../../src/components/AreaChart/AreaChart.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,+CAA+C,CAAC;AAC3F,OAAO,KAAK,EAAE,EAMZ,KAAK,EAAE,EACP,KAAK,iBAAiB,EAGvB,MAAM,OAAO,CAAC;AAOf,MAAM,WAAW,uBAAuB;IACtC,IAAI,CAAC,EAAE,qBAAqB,CAAC,MAAM,CAAC,CAAC;CACtC;AAED,MAAM,WAAW,cACf,SAAQ,IAAI,CACR,qBAAqB,EACrB,MAAM,GAAG,WAAW,GAAG,QAAQ,GAAG,YAAY,CAC/C,EACD,iBAAiB;IACnB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,yDAAyD;IACzD,SAAS,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,uBAAuB,CAAC,CAAC;IACzD;;;OAGG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,wBAAwB;AACxB,eAAO,MAAM,SAAS,EAAE,EAAE,CAAC,cAAc,CAyGxC,CAAC;AAEF,eAAe,SAAS,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"Area.d.ts","sourceRoot":"","sources":["../../../../../../src/components/AreaChart/components/Area/Area.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,EAAE,MAAM,OAAO,CAAC;AAChC,OAAO,KAAK,QAAQ,MAAM,UAAU,CAAC;AAGrC,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,gCAAgC,CAAC;AAGxE,MAAM,WAAW,SACf,SAAQ,IAAI,CACV,QAAQ,CAAC,SAAS,EAChB,WAAW,GACX,SAAS,GACT,SAAS,GACT,aAAa,GACb,KAAK,GACL,SAAS,GACT,SAAS,GACT,MAAM,GACN,MAAM,CACT;IACD,kDAAkD;IAClD,KAAK,CAAC,EAAE,iBAAiB,CAAC;CAG3B;AAED,wBAAwB;AACxB,eAAO,MAAM,IAAI,EAAE,EAAE,CAAC,SAAS,CAsB9B,CAAC;AAEF,eAAe,IAAI,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/AreaChart/components/Area/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,QAAQ,CAAC;AACjC,cAAc,QAAQ,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"view.d.ts","sourceRoot":"","sources":["../../../../../../src/components/AreaChart/components/Area/view.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AACnC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,4BAA4B,CAAC;AAEhE,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,kBAAkB;QAC1B,IAAI,EAAE,aAAa,CAAC,OAAO,IAAI,CAAC,CAAC;KAClC;CACF"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"AreaDot.d.ts","sourceRoot":"","sources":["../../../../../../src/components/AreaChart/components/AreaDot/AreaDot.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAChC,OAAO,KAAK,KAAK,QAAQ,MAAM,UAAU,CAAC;AAE1C,eAAO,MAAM,OAAO,EAAE,EAAE,CAAC,QAAQ,CAAC,QAAQ,GAAG;IAAE,KAAK,EAAE,MAAM,CAAA;CAAE,CAqB7D,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/AreaChart/components/AreaDot/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"Line.d.ts","sourceRoot":"","sources":["../../../../../../src/components/AreaChart/components/Line/Line.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,EAAE,MAAM,OAAO,CAAC;AAChC,OAAO,KAAK,QAAQ,MAAM,UAAU,CAAC;AAGrC,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,gCAAgC,CAAC;AAGxE,MAAM,WAAW,SACf,SAAQ,IAAI,CACV,QAAQ,CAAC,SAAS,EAClB,WAAW,GAAG,SAAS,GAAG,KAAK,GAAG,SAAS,GAAG,SAAS,GAAG,MAAM,GAAG,MAAM,CAC1E;IACD,kDAAkD;IAClD,KAAK,CAAC,EAAE,iBAAiB,CAAC;CAC3B;AAED,wBAAwB;AACxB,eAAO,MAAM,IAAI,EAAE,EAAE,CAAC,SAAS,CAa9B,CAAC;AAEF,eAAe,IAAI,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/AreaChart/components/Line/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,QAAQ,CAAC;AACjC,cAAc,QAAQ,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"view.d.ts","sourceRoot":"","sources":["../../../../../../src/components/AreaChart/components/Line/view.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AACnC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,4BAA4B,CAAC;AAEhE,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,kBAAkB;QAC1B,IAAI,EAAE,aAAa,CAAC,OAAO,IAAI,CAAC,CAAC;KAClC;CACF"}
@@ -1,5 +0,0 @@
1
- export { default } from './AreaChart';
2
- export { type AreaChartProps, AreaChart, type AreaChartEmptyViewProps, } from './AreaChart';
3
- export * from './components/Area';
4
- export * from './components/Line';
5
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/AreaChart/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,aAAa,CAAC;AAEtC,OAAO,EACL,KAAK,cAAc,EACnB,SAAS,EACT,KAAK,uBAAuB,GAC7B,MAAM,aAAa,CAAC;AACrB,cAAc,mBAAmB,CAAC;AAClC,cAAc,mBAAmB,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"Default.stories.d.ts","sourceRoot":"","sources":["../../../../../src/components/AreaChart/stories/Default.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AACvD,OAAO,SAAS,MAAM,cAAc,CAAC;AAwDrC,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,SAAS,CAAC,CAAC;AAExC,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,SAAS,CAUhC,CAAC;AAEF,eAAe,IAAI,CAAC;AAEpB,eAAO,MAAM,OAAO,EAAE,KAarB,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,KAyB5B,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,KAsB3B,CAAC;AA8BF,eAAO,MAAM,QAAQ,EAAE,KAetB,CAAC"}
@@ -1,8 +0,0 @@
1
- import { AreaChart } from './AreaChart';
2
- import { ViewComponent } from '../../lib/viewComponentContext';
3
- declare global {
4
- interface FlowViewComponents {
5
- AreaChart: ViewComponent<typeof AreaChart>;
6
- }
7
- }
8
- //# sourceMappingURL=view.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"view.d.ts","sourceRoot":"","sources":["../../../../src/components/AreaChart/view.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAC7C,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,4BAA4B,CAAC;AAEhE,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,kBAAkB;QAC1B,SAAS,EAAE,aAAa,CAAC,OAAO,SAAS,CAAC,CAAC;KAC5C;CACF"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"CartesianGrid.d.ts","sourceRoot":"","sources":["../../../../src/components/CartesianGrid/CartesianGrid.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAChC,OAAO,KAAK,QAAQ,MAAM,UAAU,CAAC;AAGrC,MAAM,MAAM,kBAAkB,GAAG,IAAI,CACnC,QAAQ,CAAC,kBAAkB,EAC3B,WAAW,GAAG,UAAU,GAAG,YAAY,GAAG,iBAAiB,CAC5D,CAAC;AAEF,wBAAwB;AACxB,eAAO,MAAM,aAAa,EAAE,EAAE,CAAC,kBAAkB,CAWhD,CAAC;AAEF,eAAe,aAAa,CAAC"}
@@ -1,3 +0,0 @@
1
- export { default } from './CartesianGrid';
2
- export { type CartesianGridProps, CartesianGrid } from './CartesianGrid';
3
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/CartesianGrid/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,iBAAiB,CAAC;AAC1C,OAAO,EAAE,KAAK,kBAAkB,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"view.d.ts","sourceRoot":"","sources":["../../../../src/components/CartesianGrid/view.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AACrD,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,4BAA4B,CAAC;AAEhE,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,kBAAkB;QAC1B,aAAa,EAAE,aAAa,CAAC,OAAO,aAAa,CAAC,CAAC;KACpD;CACF"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"ChartLegend.d.ts","sourceRoot":"","sources":["../../../../src/components/ChartLegend/ChartLegend.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAChC,OAAO,KAAK,QAAQ,MAAM,UAAU,CAAC;AAGrC,MAAM,MAAM,oBAAoB,GAAG,CAAC,IAAI,EAAE,MAAM,KAAK,MAAM,CAAC;AAE5D,MAAM,WAAW,yBAAyB;IACxC;;;OAGG;IACH,SAAS,CAAC,EAAE,oBAAoB,CAAC;CAClC;AAED,MAAM,MAAM,gBAAgB,GAAG,IAAI,CACjC,QAAQ,CAAC,WAAW,EACpB,WAAW,GAAG,eAAe,CAC9B,GACC,yBAAyB,CAAC;AAE5B,wBAAwB;AACxB,eAAO,MAAM,WAAW,EAAE,EAAE,CAAC,gBAAgB,CAS5C,CAAC;AAEF,eAAe,WAAW,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"LegendContent.d.ts","sourceRoot":"","sources":["../../../../../../src/components/ChartLegend/components/LegendContent/LegendContent.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,+CAA+C,CAAC;AAC3E,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,mBAAmB,CAAC;AACnE,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAIhC,KAAK,iBAAiB,GAAG,IAAI,CAAC,KAAK,EAAE,WAAW,CAAC,GAAG,yBAAyB,CAAC;AAE9E,QAAA,MAAM,aAAa,EAAE,EAAE,CAAC,iBAAiB,CAgCxC,CAAC;AAEF,eAAe,aAAa,CAAC"}
@@ -1,2 +0,0 @@
1
- export * from './LegendContent';
2
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/ChartLegend/components/LegendContent/index.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAC"}
@@ -1,3 +0,0 @@
1
- export { default } from './ChartLegend';
2
- export { type ChartLegendProps, ChartLegend } from './ChartLegend';
3
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/ChartLegend/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,eAAe,CAAC;AACxC,OAAO,EAAE,KAAK,gBAAgB,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"view.d.ts","sourceRoot":"","sources":["../../../../src/components/ChartLegend/view.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AACjD,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,4BAA4B,CAAC;AAEhE,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,kBAAkB;QAC1B,WAAW,EAAE,aAAa,CAAC,OAAO,WAAW,CAAC,CAAC;KAChD;CACF"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"ChartTooltip.d.ts","sourceRoot":"","sources":["../../../../src/components/ChartTooltip/ChartTooltip.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAChC,OAAO,KAAK,QAAQ,MAAM,UAAU,CAAC;AACrC,OAAO,KAAK,EACV,QAAQ,EACR,SAAS,EACV,MAAM,gDAAgD,CAAC;AAGxD,MAAM,MAAM,oBAAoB,GAAG,CACjC,KAAK,EAAE,SAAS,EAChB,IAAI,EAAE,QAAQ,EACd,KAAK,EAAE,MAAM,EACb,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,KACnB,MAAM,CAAC;AAEZ,MAAM,MAAM,uBAAuB,GAAG,CACpC,KAAK,EAAE,MAAM,GAAG,MAAM,GAAG,SAAS,KAC/B,MAAM,CAAC;AAEZ,MAAM,WAAW,qBAAqB;IACpC;;;OAGG;IACH,SAAS,CAAC,EAAE,oBAAoB,CAAC;IACjC;;;OAGG;IACH,gBAAgB,CAAC,EAAE,uBAAuB,CAAC;CAC5C;AAED,MAAM,WAAW,iBACf,SAAQ,IAAI,CACR,QAAQ,CAAC,YAAY,CAAC,SAAS,EAAE,QAAQ,CAAC,EAC1C,kBAAkB,GAAG,oBAAoB,CAC1C,EACD,qBAAqB;CAAG;AAE5B,wBAAwB;AACxB,eAAO,MAAM,YAAY,EAAE,EAAE,CAAC,iBAAiB,CAuB9C,CAAC;AAEF,eAAe,YAAY,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"TooltipContent.d.ts","sourceRoot":"","sources":["../../../../../src/components/ChartTooltip/components/TooltipContent.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,KAAK,QAAQ,MAAM,UAAU,CAAC;AAC1C,OAAO,KAAK,EACV,QAAQ,EACR,SAAS,EACV,MAAM,gDAAgD,CAAC;AACxD,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,iBAAiB,CAAC;AAE7D,UAAU,mBACR,SAAQ,IAAI,CACR,QAAQ,CAAC,mBAAmB,CAAC,SAAS,EAAE,QAAQ,CAAC,EACjD,QAAQ,GAAG,SAAS,GAAG,OAAO,GAAG,kBAAkB,CACpD,EACD,qBAAqB;CAAG;AAE5B,eAAO,MAAM,cAAc,GAAI,OAAO,mBAAmB,mDAmCxD,CAAC"}
@@ -1,2 +0,0 @@
1
- export * from './TooltipContent';
2
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/ChartTooltip/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAC"}
@@ -1,3 +0,0 @@
1
- export { default } from './ChartTooltip';
2
- export { type ChartTooltipProps, ChartTooltip } from './ChartTooltip';
3
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/ChartTooltip/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,gBAAgB,CAAC;AACzC,OAAO,EAAE,KAAK,iBAAiB,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"view.d.ts","sourceRoot":"","sources":["../../../../src/components/ChartTooltip/view.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AACnD,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,4BAA4B,CAAC;AAEhE,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,kBAAkB;QAC1B,YAAY,EAAE,aAAa,CAAC,OAAO,YAAY,CAAC,CAAC;KAClD;CACF"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"XAxis.d.ts","sourceRoot":"","sources":["../../../../src/components/XAxis/XAxis.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAChC,OAAO,KAAK,QAAQ,MAAM,UAAU,CAAC;AAGrC,MAAM,MAAM,UAAU,GAAG,IAAI,CAC3B,QAAQ,CAAC,UAAU,EACjB,WAAW,GACX,SAAS,GACT,aAAa,GACb,eAAe,GACf,mBAAmB,GACnB,UAAU,GACV,YAAY,GACZ,OAAO,GACP,MAAM,GACN,QAAQ,GACR,MAAM,GACN,MAAM,CACT,CAAC;AAEF,wBAAwB;AACxB,eAAO,MAAM,KAAK,EAAE,EAAE,CAAC,UAAU,CAYhC,CAAC;AAEF,eAAe,KAAK,CAAC"}
@@ -1,3 +0,0 @@
1
- export { default } from './XAxis';
2
- export { type XAxisProps, XAxis } from './XAxis';
3
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/XAxis/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,SAAS,CAAC;AAClC,OAAO,EAAE,KAAK,UAAU,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"view.d.ts","sourceRoot":"","sources":["../../../../src/components/XAxis/view.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AACrC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,4BAA4B,CAAC;AAEhE,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,kBAAkB;QAC1B,KAAK,EAAE,aAAa,CAAC,OAAO,KAAK,CAAC,CAAC;KACpC;CACF"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"YAxis.d.ts","sourceRoot":"","sources":["../../../../src/components/YAxis/YAxis.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAChC,OAAO,KAAK,QAAQ,MAAM,UAAU,CAAC;AAGrC,MAAM,MAAM,UAAU,GAAG,IAAI,CAC3B,QAAQ,CAAC,UAAU,EACjB,WAAW,GACX,SAAS,GACT,aAAa,GACb,eAAe,GACf,UAAU,GACV,YAAY,GACZ,OAAO,GACP,MAAM,GACN,QAAQ,GACR,MAAM,GACN,MAAM,CACT,CAAC;AAEF,wBAAwB;AACxB,eAAO,MAAM,KAAK,EAAE,EAAE,CAAC,UAAU,CAgBhC,CAAC;AAEF,eAAe,KAAK,CAAC"}
@@ -1,3 +0,0 @@
1
- export { default } from './YAxis';
2
- export { type YAxisProps, YAxis } from './YAxis';
3
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/YAxis/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,SAAS,CAAC;AAClC,OAAO,EAAE,KAAK,UAAU,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"view.d.ts","sourceRoot":"","sources":["../../../../src/components/YAxis/view.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AACrC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,4BAA4B,CAAC;AAEhE,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,kBAAkB;QAC1B,KAAK,EAAE,aAAa,CAAC,OAAO,KAAK,CAAC,CAAC;KACpC;CACF"}
@@ -1,5 +0,0 @@
1
- import { FC } from 'react';
2
- import { AreaChartProps } from '../components/AreaChart';
3
- declare const AreaChartView: FC<AreaChartProps>;
4
- export default AreaChartView;
5
- //# sourceMappingURL=AreaChartView.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"AreaChartView.d.ts","sourceRoot":"","sources":["../../../src/views/AreaChartView.tsx"],"names":[],"mappings":"AAEA,OAAc,EAAE,KAAK,EAAE,EAAc,MAAM,OAAO,CAAC;AACnD,OAAO,EAAa,KAAK,cAAc,EAAE,MAAM,wBAAwB,CAAC;AAGxE,QAAA,MAAM,aAAa,EAAE,EAAE,CAAC,cAAc,CAGrC,CAAC;AAEF,eAAe,aAAa,CAAC"}