@fluentui/react-charts 0.0.0-nightly-20251110-0407.1 → 0.0.0-nightly-20251112-0406.1

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 (143) hide show
  1. package/CHANGELOG.md +34 -13
  2. package/dist/index.d.ts +12 -44
  3. package/lib/components/AreaChart/useAreaChartStyles.styles.js +8 -5
  4. package/lib/components/AreaChart/useAreaChartStyles.styles.js.map +1 -1
  5. package/lib/components/ChartTable/useChartTableStyles.styles.js +59 -39
  6. package/lib/components/ChartTable/useChartTableStyles.styles.js.map +1 -1
  7. package/lib/components/ChartTable/useChartTableStyles.styles.raw.js +5 -5
  8. package/lib/components/ChartTable/useChartTableStyles.styles.raw.js.map +1 -1
  9. package/lib/components/CommonComponents/CartesianChart.js +129 -129
  10. package/lib/components/CommonComponents/CartesianChart.js.map +1 -1
  11. package/lib/components/CommonComponents/CartesianChart.types.js.map +1 -1
  12. package/lib/components/CommonComponents/useCartesianChartStyles.styles.js +13 -10
  13. package/lib/components/CommonComponents/useCartesianChartStyles.styles.js.map +1 -1
  14. package/lib/components/CommonComponents/useChartPopoverStyles.styles.js +2 -6
  15. package/lib/components/CommonComponents/useChartPopoverStyles.styles.js.map +1 -1
  16. package/lib/components/CommonComponents/useChartPopoverStyles.styles.raw.js +1 -2
  17. package/lib/components/CommonComponents/useChartPopoverStyles.styles.raw.js.map +1 -1
  18. package/lib/components/DeclarativeChart/PlotlySchemaAdapter.js +56 -32
  19. package/lib/components/DeclarativeChart/PlotlySchemaAdapter.js.map +1 -1
  20. package/lib/components/DonutChart/Arc/useArcStyles.styles.js +23 -8
  21. package/lib/components/DonutChart/Arc/useArcStyles.styles.js.map +1 -1
  22. package/lib/components/DonutChart/Arc/useArcStyles.styles.raw.js +2 -2
  23. package/lib/components/DonutChart/Arc/useArcStyles.styles.raw.js.map +1 -1
  24. package/lib/components/DonutChart/useDonutChartStyles.styles.js +2 -2
  25. package/lib/components/DonutChart/useDonutChartStyles.styles.js.map +1 -1
  26. package/lib/components/GanttChart/GanttChart.js +3 -3
  27. package/lib/components/GanttChart/GanttChart.js.map +1 -1
  28. package/lib/components/GanttChart/GanttChart.types.js.map +1 -1
  29. package/lib/components/GroupedVerticalBarChart/GroupedVerticalBarChart.js +1 -1
  30. package/lib/components/GroupedVerticalBarChart/GroupedVerticalBarChart.js.map +1 -1
  31. package/lib/components/GroupedVerticalBarChart/useGroupedVerticalBarChartStyles.styles.js +8 -5
  32. package/lib/components/GroupedVerticalBarChart/useGroupedVerticalBarChartStyles.styles.js.map +1 -1
  33. package/lib/components/HeatMapChart/HeatMapChart.js +1 -1
  34. package/lib/components/HeatMapChart/HeatMapChart.js.map +1 -1
  35. package/lib/components/HeatMapChart/HeatMapChart.types.js.map +1 -1
  36. package/lib/components/HorizontalBarChart/useHorizontalBarChartStyles.styles.js +25 -12
  37. package/lib/components/HorizontalBarChart/useHorizontalBarChartStyles.styles.js.map +1 -1
  38. package/lib/components/HorizontalBarChart/useHorizontalBarChartStyles.styles.raw.js +4 -4
  39. package/lib/components/HorizontalBarChart/useHorizontalBarChartStyles.styles.raw.js.map +1 -1
  40. package/lib/components/HorizontalBarChartWithAxis/HorizontalBarChartWithAxis.js +2 -2
  41. package/lib/components/HorizontalBarChartWithAxis/HorizontalBarChartWithAxis.js.map +1 -1
  42. package/lib/components/HorizontalBarChartWithAxis/HorizontalBarChartWithAxis.types.js.map +1 -1
  43. package/lib/components/Legends/useLegendsStyles.styles.js +97 -37
  44. package/lib/components/Legends/useLegendsStyles.styles.js.map +1 -1
  45. package/lib/components/Legends/useLegendsStyles.styles.raw.js +10 -11
  46. package/lib/components/Legends/useLegendsStyles.styles.raw.js.map +1 -1
  47. package/lib/components/LineChart/LineChart.js +1 -1
  48. package/lib/components/LineChart/LineChart.js.map +1 -1
  49. package/lib/components/LineChart/useLineChartStyles.styles.js +12 -9
  50. package/lib/components/LineChart/useLineChartStyles.styles.js.map +1 -1
  51. package/lib/components/SankeyChart/useSankeyChartStyles.styles.js +13 -10
  52. package/lib/components/SankeyChart/useSankeyChartStyles.styles.js.map +1 -1
  53. package/lib/components/ScatterChart/ScatterChart.js +1 -1
  54. package/lib/components/ScatterChart/ScatterChart.js.map +1 -1
  55. package/lib/components/ScatterChart/ScatterChart.types.js.map +1 -1
  56. package/lib/components/ScatterChart/useScatterChartStyles.styles.js +10 -7
  57. package/lib/components/ScatterChart/useScatterChartStyles.styles.js.map +1 -1
  58. package/lib/components/VerticalBarChart/VerticalBarChart.js +1 -1
  59. package/lib/components/VerticalBarChart/VerticalBarChart.js.map +1 -1
  60. package/lib/components/VerticalBarChart/useVerticalBarChartStyles.styles.js +10 -7
  61. package/lib/components/VerticalBarChart/useVerticalBarChartStyles.styles.js.map +1 -1
  62. package/lib/components/VerticalStackedBarChart/VerticalStackedBarChart.js +1 -1
  63. package/lib/components/VerticalStackedBarChart/VerticalStackedBarChart.js.map +1 -1
  64. package/lib/components/VerticalStackedBarChart/VerticalStackedBarChart.types.js.map +1 -1
  65. package/lib/components/VerticalStackedBarChart/useVerticalStackedBarChartStyles.styles.js +8 -5
  66. package/lib/components/VerticalStackedBarChart/useVerticalStackedBarChartStyles.styles.js.map +1 -1
  67. package/lib/utilities/Common.styles.js +1 -2
  68. package/lib/utilities/Common.styles.js.map +1 -1
  69. package/lib/utilities/Common.styles.raw.js +1 -2
  70. package/lib/utilities/Common.styles.raw.js.map +1 -1
  71. package/lib/utilities/utilities.js +16 -13
  72. package/lib/utilities/utilities.js.map +1 -1
  73. package/lib-commonjs/components/AreaChart/useAreaChartStyles.styles.js +11 -14
  74. package/lib-commonjs/components/AreaChart/useAreaChartStyles.styles.js.map +1 -1
  75. package/lib-commonjs/components/ChartTable/useChartTableStyles.styles.js +74 -102
  76. package/lib-commonjs/components/ChartTable/useChartTableStyles.styles.js.map +1 -1
  77. package/lib-commonjs/components/ChartTable/useChartTableStyles.styles.raw.js +4 -4
  78. package/lib-commonjs/components/ChartTable/useChartTableStyles.styles.raw.js.map +1 -1
  79. package/lib-commonjs/components/CommonComponents/CartesianChart.js +129 -128
  80. package/lib-commonjs/components/CommonComponents/CartesianChart.js.map +1 -1
  81. package/lib-commonjs/components/CommonComponents/CartesianChart.types.js.map +1 -1
  82. package/lib-commonjs/components/CommonComponents/useCartesianChartStyles.styles.js +16 -19
  83. package/lib-commonjs/components/CommonComponents/useCartesianChartStyles.styles.js.map +1 -1
  84. package/lib-commonjs/components/CommonComponents/useChartPopoverStyles.styles.js +0 -14
  85. package/lib-commonjs/components/CommonComponents/useChartPopoverStyles.styles.js.map +1 -1
  86. package/lib-commonjs/components/CommonComponents/useChartPopoverStyles.styles.raw.js +0 -1
  87. package/lib-commonjs/components/CommonComponents/useChartPopoverStyles.styles.raw.js.map +1 -1
  88. package/lib-commonjs/components/DeclarativeChart/PlotlySchemaAdapter.js +56 -32
  89. package/lib-commonjs/components/DeclarativeChart/PlotlySchemaAdapter.js.map +1 -1
  90. package/lib-commonjs/components/DonutChart/Arc/useArcStyles.styles.js +25 -16
  91. package/lib-commonjs/components/DonutChart/Arc/useArcStyles.styles.js.map +1 -1
  92. package/lib-commonjs/components/DonutChart/Arc/useArcStyles.styles.raw.js +1 -1
  93. package/lib-commonjs/components/DonutChart/Arc/useArcStyles.styles.raw.js.map +1 -1
  94. package/lib-commonjs/components/DonutChart/useDonutChartStyles.styles.js +2 -2
  95. package/lib-commonjs/components/DonutChart/useDonutChartStyles.styles.js.map +1 -1
  96. package/lib-commonjs/components/GanttChart/GanttChart.js +3 -3
  97. package/lib-commonjs/components/GanttChart/GanttChart.js.map +1 -1
  98. package/lib-commonjs/components/GanttChart/GanttChart.types.js.map +1 -1
  99. package/lib-commonjs/components/GroupedVerticalBarChart/GroupedVerticalBarChart.js +1 -1
  100. package/lib-commonjs/components/GroupedVerticalBarChart/GroupedVerticalBarChart.js.map +1 -1
  101. package/lib-commonjs/components/GroupedVerticalBarChart/useGroupedVerticalBarChartStyles.styles.js +11 -14
  102. package/lib-commonjs/components/GroupedVerticalBarChart/useGroupedVerticalBarChartStyles.styles.js.map +1 -1
  103. package/lib-commonjs/components/HeatMapChart/HeatMapChart.js +1 -1
  104. package/lib-commonjs/components/HeatMapChart/HeatMapChart.js.map +1 -1
  105. package/lib-commonjs/components/HeatMapChart/HeatMapChart.types.js.map +1 -1
  106. package/lib-commonjs/components/HorizontalBarChart/useHorizontalBarChartStyles.styles.js +47 -34
  107. package/lib-commonjs/components/HorizontalBarChart/useHorizontalBarChartStyles.styles.js.map +1 -1
  108. package/lib-commonjs/components/HorizontalBarChart/useHorizontalBarChartStyles.styles.raw.js +3 -3
  109. package/lib-commonjs/components/HorizontalBarChart/useHorizontalBarChartStyles.styles.raw.js.map +1 -1
  110. package/lib-commonjs/components/HorizontalBarChartWithAxis/HorizontalBarChartWithAxis.js +2 -2
  111. package/lib-commonjs/components/HorizontalBarChartWithAxis/HorizontalBarChartWithAxis.js.map +1 -1
  112. package/lib-commonjs/components/HorizontalBarChartWithAxis/HorizontalBarChartWithAxis.types.js.map +1 -1
  113. package/lib-commonjs/components/Legends/useLegendsStyles.styles.js +144 -86
  114. package/lib-commonjs/components/Legends/useLegendsStyles.styles.js.map +1 -1
  115. package/lib-commonjs/components/Legends/useLegendsStyles.styles.raw.js +9 -10
  116. package/lib-commonjs/components/Legends/useLegendsStyles.styles.raw.js.map +1 -1
  117. package/lib-commonjs/components/LineChart/LineChart.js +1 -1
  118. package/lib-commonjs/components/LineChart/LineChart.js.map +1 -1
  119. package/lib-commonjs/components/LineChart/useLineChartStyles.styles.js +15 -18
  120. package/lib-commonjs/components/LineChart/useLineChartStyles.styles.js.map +1 -1
  121. package/lib-commonjs/components/SankeyChart/useSankeyChartStyles.styles.js +16 -19
  122. package/lib-commonjs/components/SankeyChart/useSankeyChartStyles.styles.js.map +1 -1
  123. package/lib-commonjs/components/ScatterChart/ScatterChart.js +1 -1
  124. package/lib-commonjs/components/ScatterChart/ScatterChart.js.map +1 -1
  125. package/lib-commonjs/components/ScatterChart/ScatterChart.types.js.map +1 -1
  126. package/lib-commonjs/components/ScatterChart/useScatterChartStyles.styles.js +13 -16
  127. package/lib-commonjs/components/ScatterChart/useScatterChartStyles.styles.js.map +1 -1
  128. package/lib-commonjs/components/VerticalBarChart/VerticalBarChart.js +1 -1
  129. package/lib-commonjs/components/VerticalBarChart/VerticalBarChart.js.map +1 -1
  130. package/lib-commonjs/components/VerticalBarChart/useVerticalBarChartStyles.styles.js +13 -16
  131. package/lib-commonjs/components/VerticalBarChart/useVerticalBarChartStyles.styles.js.map +1 -1
  132. package/lib-commonjs/components/VerticalStackedBarChart/VerticalStackedBarChart.js +1 -1
  133. package/lib-commonjs/components/VerticalStackedBarChart/VerticalStackedBarChart.js.map +1 -1
  134. package/lib-commonjs/components/VerticalStackedBarChart/VerticalStackedBarChart.types.js.map +1 -1
  135. package/lib-commonjs/components/VerticalStackedBarChart/useVerticalStackedBarChartStyles.styles.js +11 -14
  136. package/lib-commonjs/components/VerticalStackedBarChart/useVerticalStackedBarChartStyles.styles.js.map +1 -1
  137. package/lib-commonjs/utilities/Common.styles.js +1 -2
  138. package/lib-commonjs/utilities/Common.styles.js.map +1 -1
  139. package/lib-commonjs/utilities/Common.styles.raw.js +1 -2
  140. package/lib-commonjs/utilities/Common.styles.raw.js.map +1 -1
  141. package/lib-commonjs/utilities/utilities.js +16 -13
  142. package/lib-commonjs/utilities/utilities.js.map +1 -1
  143. package/package.json +14 -14
package/CHANGELOG.md CHANGED
@@ -1,26 +1,47 @@
1
1
  # Change Log - @fluentui/react-charts
2
2
 
3
- This log was last generated on Mon, 10 Nov 2025 04:21:49 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 12 Nov 2025 04:20:58 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
- ## [0.0.0-nightly-20251110-0407.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-charts_v0.0.0-nightly-20251110-0407.1)
7
+ ## [0.0.0-nightly-20251112-0406.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-charts_v0.0.0-nightly-20251112-0406.1)
8
8
 
9
- Mon, 10 Nov 2025 04:21:49 GMT
10
- [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-charts_v9.3.5..@fluentui/react-charts_v0.0.0-nightly-20251110-0407.1)
9
+ Wed, 12 Nov 2025 04:20:58 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-charts_v9.3.6..@fluentui/react-charts_v0.0.0-nightly-20251112-0406.1)
11
11
 
12
12
  ### Changes
13
13
 
14
14
  - Release nightly v9 ([commit](https://github.com/microsoft/fluentui/commit/not available) by fluentui-internal@service.microsoft.com)
15
- - Bump @fluentui/react-button to v0.0.0-nightly-20251110-0407.1 ([commit](https://github.com/microsoft/fluentui/commit/1186c9379057fa2a44aa7989c582413ec42fab01) by beachball)
16
- - Bump @fluentui/react-jsx-runtime to v0.0.0-nightly-20251110-0407.1 ([commit](https://github.com/microsoft/fluentui/commit/1186c9379057fa2a44aa7989c582413ec42fab01) by beachball)
17
- - Bump @fluentui/react-overflow to v0.0.0-nightly-20251110-0407.1 ([commit](https://github.com/microsoft/fluentui/commit/1186c9379057fa2a44aa7989c582413ec42fab01) by beachball)
18
- - Bump @fluentui/react-popover to v0.0.0-nightly-20251110-0407.1 ([commit](https://github.com/microsoft/fluentui/commit/1186c9379057fa2a44aa7989c582413ec42fab01) by beachball)
19
- - Bump @fluentui/react-shared-contexts to v0.0.0-nightly-20251110-0407.1 ([commit](https://github.com/microsoft/fluentui/commit/1186c9379057fa2a44aa7989c582413ec42fab01) by beachball)
20
- - Bump @fluentui/react-tabster to v0.0.0-nightly-20251110-0407.1 ([commit](https://github.com/microsoft/fluentui/commit/1186c9379057fa2a44aa7989c582413ec42fab01) by beachball)
21
- - Bump @fluentui/react-theme to v0.0.0-nightly-20251110-0407.1 ([commit](https://github.com/microsoft/fluentui/commit/1186c9379057fa2a44aa7989c582413ec42fab01) by beachball)
22
- - Bump @fluentui/react-tooltip to v0.0.0-nightly-20251110-0407.1 ([commit](https://github.com/microsoft/fluentui/commit/1186c9379057fa2a44aa7989c582413ec42fab01) by beachball)
23
- - Bump @fluentui/react-utilities to v0.0.0-nightly-20251110-0407.1 ([commit](https://github.com/microsoft/fluentui/commit/1186c9379057fa2a44aa7989c582413ec42fab01) by beachball)
15
+ - Bump @fluentui/react-button to v0.0.0-nightly-20251112-0406.1 ([commit](https://github.com/microsoft/fluentui/commit/dfb232d0c0e15549d111bd71081ad457fe43752c) by beachball)
16
+ - Bump @fluentui/react-jsx-runtime to v0.0.0-nightly-20251112-0406.1 ([commit](https://github.com/microsoft/fluentui/commit/dfb232d0c0e15549d111bd71081ad457fe43752c) by beachball)
17
+ - Bump @fluentui/react-overflow to v0.0.0-nightly-20251112-0406.1 ([commit](https://github.com/microsoft/fluentui/commit/dfb232d0c0e15549d111bd71081ad457fe43752c) by beachball)
18
+ - Bump @fluentui/react-popover to v0.0.0-nightly-20251112-0406.1 ([commit](https://github.com/microsoft/fluentui/commit/dfb232d0c0e15549d111bd71081ad457fe43752c) by beachball)
19
+ - Bump @fluentui/react-shared-contexts to v0.0.0-nightly-20251112-0406.1 ([commit](https://github.com/microsoft/fluentui/commit/dfb232d0c0e15549d111bd71081ad457fe43752c) by beachball)
20
+ - Bump @fluentui/react-tabster to v0.0.0-nightly-20251112-0406.1 ([commit](https://github.com/microsoft/fluentui/commit/dfb232d0c0e15549d111bd71081ad457fe43752c) by beachball)
21
+ - Bump @fluentui/react-theme to v0.0.0-nightly-20251112-0406.1 ([commit](https://github.com/microsoft/fluentui/commit/dfb232d0c0e15549d111bd71081ad457fe43752c) by beachball)
22
+ - Bump @fluentui/react-tooltip to v0.0.0-nightly-20251112-0406.1 ([commit](https://github.com/microsoft/fluentui/commit/dfb232d0c0e15549d111bd71081ad457fe43752c) by beachball)
23
+ - Bump @fluentui/react-utilities to v0.0.0-nightly-20251112-0406.1 ([commit](https://github.com/microsoft/fluentui/commit/dfb232d0c0e15549d111bd71081ad457fe43752c) by beachball)
24
+
25
+ ## [9.3.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-charts_v9.3.6)
26
+
27
+ Tue, 11 Nov 2025 19:18:18 GMT
28
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-charts_v9.3.5..@fluentui/react-charts_v9.3.6)
29
+
30
+ ### Patches
31
+
32
+ - add reference lines logic in line and scatter chart ([PR #35474](https://github.com/microsoft/fluentui/pull/35474) by anushgupta@microsoft.com)
33
+ - add chart annotations ([PR #35457](https://github.com/microsoft/fluentui/pull/35457) by anushgupta@microsoft.com)
34
+ - add support for chart only annotation ([PR #35461](https://github.com/microsoft/fluentui/pull/35461) by anushgupta@microsoft.com)
35
+ - fix: adjust chart margin for continuous y-axis tick labels ([PR #35376](https://github.com/microsoft/fluentui/pull/35376) by kumarkshitij@microsoft.com)
36
+ - chore: Bump @griffel/react package. ([PR #35469](https://github.com/microsoft/fluentui/pull/35469) by estebanmu@microsoft.com)
37
+ - Bump @fluentui/react-button to v9.6.12 ([PR #35462](https://github.com/microsoft/fluentui/pull/35462) by beachball)
38
+ - Bump @fluentui/react-jsx-runtime to v9.3.3 ([PR #35462](https://github.com/microsoft/fluentui/pull/35462) by beachball)
39
+ - Bump @fluentui/react-overflow to v9.6.5 ([PR #35462](https://github.com/microsoft/fluentui/pull/35462) by beachball)
40
+ - Bump @fluentui/react-popover to v9.12.12 ([PR #35462](https://github.com/microsoft/fluentui/pull/35462) by beachball)
41
+ - Bump @fluentui/react-shared-contexts to v9.26.0 ([PR #35462](https://github.com/microsoft/fluentui/pull/35462) by beachball)
42
+ - Bump @fluentui/react-tabster to v9.26.10 ([PR #35462](https://github.com/microsoft/fluentui/pull/35462) by beachball)
43
+ - Bump @fluentui/react-tooltip to v9.8.11 ([PR #35462](https://github.com/microsoft/fluentui/pull/35462) by beachball)
44
+ - Bump @fluentui/react-utilities to v9.25.4 ([PR #35462](https://github.com/microsoft/fluentui/pull/35462) by beachball)
24
45
 
25
46
  ## [9.3.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-charts_v9.3.5)
26
47
 
package/dist/index.d.ts CHANGED
@@ -599,6 +599,15 @@ export declare interface CartesianChartProps {
599
599
  * Use this to control `tickStep`, `tick0`, etc.
600
600
  */
601
601
  yAxis?: AxisProps;
602
+ /**
603
+ *@default false
604
+ *Used for showing complete y axis lables */
605
+ showYAxisLables?: boolean;
606
+ /**
607
+ *@default false
608
+ *Used for to elipse y axis labes and show tooltip on x axis labels
609
+ */
610
+ showYAxisLablesTooltip?: boolean;
602
611
  }
603
612
 
604
613
  /**
@@ -1701,17 +1710,6 @@ export declare interface GanttChartProps extends CartesianChartProps {
1701
1710
  * @default 1/2
1702
1711
  */
1703
1712
  yAxisPadding?: number;
1704
- /**
1705
- * If true, truncates y-axis tick labels longer than `noOfCharsToTruncate` with ellipses
1706
- * and displays them in a tooltip on hover.
1707
- * @default false
1708
- */
1709
- showYAxisLablesTooltip?: boolean;
1710
- /**
1711
- * If true, renders full y-axis tick labels without truncation.
1712
- * @default false
1713
- */
1714
- showYAxisLables?: boolean;
1715
1713
  /**
1716
1714
  * If true, enables gradient fills for the bars.
1717
1715
  * @default false
@@ -2306,19 +2304,10 @@ export declare interface HeatMapChartProps extends CartesianChartProps {
2306
2304
  * The prop used to define the culture to localized the numbers
2307
2305
  */
2308
2306
  culture?: string;
2309
- /**
2310
- *@default false
2311
- *Used for showing complete y axis lables */
2312
- showYAxisLables?: boolean;
2313
2307
  /**
2314
2308
  * @default alphabetical
2315
2309
  * The prop used to decide order of string axis labels */
2316
2310
  sortOrder?: 'none' | 'alphabetical';
2317
- /**
2318
- *@default false
2319
- *Used for to elipse y axis labes and show tooltip on x axis labels
2320
- */
2321
- showYAxisLablesTooltip?: boolean;
2322
2311
  }
2323
2312
 
2324
2313
  /**
@@ -2588,15 +2577,6 @@ export declare interface HorizontalBarChartWithAxisProps extends CartesianChartP
2588
2577
  * it's padding between bar's or lines in the graph
2589
2578
  */
2590
2579
  yAxisPadding?: number;
2591
- /**
2592
- *@default false
2593
- *Used for to elipse y axis labes and show tooltip on x axis labels
2594
- */
2595
- showYAxisLablesTooltip?: boolean;
2596
- /**
2597
- *@default false
2598
- *Used for showing complete y axis lables */
2599
- showYAxisLables?: boolean;
2600
2580
  /**
2601
2581
  * @default false
2602
2582
  * The prop used to enable gradient fill color for the chart.
@@ -2684,6 +2664,7 @@ export declare interface HorizontalDataPoint {
2684
2664
 
2685
2665
  declare interface IAxisData {
2686
2666
  yAxisDomainValues: number[];
2667
+ yAxisTickText: string[];
2687
2668
  }
2688
2669
 
2689
2670
  /**
@@ -3461,11 +3442,11 @@ export declare interface ModifiedCartesianChartProps extends CartesianChartProps
3461
3442
  /**
3462
3443
  * Get the domain and range values
3463
3444
  */
3464
- getDomainNRangeValues: (points: LineChartPoints[] | VerticalBarChartDataPoint[] | VerticalStackedBarDataPoint[] | HorizontalBarChartWithAxisDataPoint[] | GroupedVerticalBarChartData[] | HeatMapChartDataPoint[] | GanttChartDataPoint[], margins: Margins, width: number, chartType: ChartTypes, isRTL: boolean, xAxisType: XAxisTypes, barWidth: number, tickValues: Date[] | number[] | string[] | undefined, shiftX: number) => IDomainNRange;
3445
+ getDomainNRangeValues: (points: LineChartPoints[] | VerticalBarChartDataPoint[] | VerticalStackedBarDataPoint[] | HorizontalBarChartWithAxisDataPoint[] | GroupedVerticalBarChartData[] | HeatMapChartDataPoint[] | GanttChartDataPoint[], margins: Margins, width: number, chartType: ChartTypes, isRTL: boolean, xAxisType: XAxisTypes, barWidth: number, tickValues: Date[] | number[] | string[] | undefined) => IDomainNRange;
3465
3446
  /**
3466
3447
  * Create the string y-axis
3467
3448
  */
3468
- createStringYAxis: (yAxisParams: IYAxisParams, dataPoints: string[], isRtl: boolean, barWidth: number | undefined, chartType?: ChartTypes) => ScaleBand<string>;
3449
+ createStringYAxis: (yAxisParams: IYAxisParams, dataPoints: string[], isRtl: boolean, axisData: IAxisData, barWidth: number | undefined, chartType?: ChartTypes) => ScaleBand<string>;
3469
3450
  /**
3470
3451
  * Controls whether the numeric x-axis domain should be extended to start and end at nice rounded values.
3471
3452
  * @default true
@@ -3868,10 +3849,6 @@ export declare interface ScatterChartProps extends CartesianChartProps {
3868
3849
  * The prop used to define the culture to localized the numbers
3869
3850
  */
3870
3851
  culture?: string;
3871
- /**
3872
- * The prop used to define the y axis labels tooltip visibility
3873
- */
3874
- showYAxisLablesTooltip?: boolean;
3875
3852
  }
3876
3853
 
3877
3854
  /**
@@ -4318,15 +4295,6 @@ export declare interface VerticalStackedBarChartProps extends CartesianChartProp
4318
4295
  * @default 'default'
4319
4296
  */
4320
4297
  mode?: 'default' | 'plotly';
4321
- /**
4322
- *@default false
4323
- *Used for to elipse y axis labes and show tooltip on x axis labels
4324
- */
4325
- showYAxisLablesTooltip?: boolean;
4326
- /**
4327
- *@default false
4328
- *Used for showing complete y axis lables */
4329
- showYAxisLables?: boolean;
4330
4298
  }
4331
4299
 
4332
4300
  /**
@@ -29,10 +29,11 @@ const useStyles = /*#__PURE__*/__styles({
29
29
  Bg96gwp: "f1i3iumi",
30
30
  mc9l5x: "f22iagw",
31
31
  Beiy3e4: "f1vx9l62",
32
- z8tnut: "f17mpqex",
33
- z189sj: ["f1vdfbxk", "f1f5gg8d"],
34
- Byoj8tv: "fdvome7",
35
- uwmqm3: ["f1f5gg8d", "f1vdfbxk"],
32
+ Byoj8tv: 0,
33
+ uwmqm3: 0,
34
+ z189sj: 0,
35
+ z8tnut: 0,
36
+ B0ocmuz: "f1bnz8pu",
36
37
  qhf8xq: "f1euv43f",
37
38
  fsow6f: "f17mccla",
38
39
  Bhzewxz: "fr6rvge",
@@ -46,7 +47,9 @@ const useStyles = /*#__PURE__*/__styles({
46
47
  sj55zd: "f19n0e5"
47
48
  }
48
49
  }, {
49
- d: [".fk6fouc{font-family:var(--fontFamilyBase);}", ".fkhj508{font-size:var(--fontSizeBase300);}", ".figsok6{font-weight:var(--fontWeightRegular);}", ".f1i3iumi{line-height:var(--lineHeightBase300);}", ".f22iagw{display:flex;}", ".f1vx9l62{flex-direction:column;}", ".f17mpqex{padding-top:var(--spacingHorizontalS);}", ".f1vdfbxk{padding-right:var(--spacingHorizontalS);}", ".f1f5gg8d{padding-left:var(--spacingHorizontalS);}", ".fdvome7{padding-bottom:var(--spacingHorizontalS);}", ".f1euv43f{position:absolute;}", ".f17mccla{text-align:center;}", ".fr6rvge{top:var(--spacingVerticalNone);}", ".fxugw4r{background-color:var(--colorNeutralBackground1);}", [".fq9zq91{border-radius:var(--borderRadiusSmall);}", {
50
+ d: [".fk6fouc{font-family:var(--fontFamilyBase);}", ".fkhj508{font-size:var(--fontSizeBase300);}", ".figsok6{font-weight:var(--fontWeightRegular);}", ".f1i3iumi{line-height:var(--lineHeightBase300);}", ".f22iagw{display:flex;}", ".f1vx9l62{flex-direction:column;}", [".f1bnz8pu{padding:var(--spacingHorizontalS);}", {
51
+ p: -1
52
+ }], ".f1euv43f{position:absolute;}", ".f17mccla{text-align:center;}", ".fr6rvge{top:var(--spacingVerticalNone);}", ".fxugw4r{background-color:var(--colorNeutralBackground1);}", [".fq9zq91{border-radius:var(--borderRadiusSmall);}", {
50
53
  p: -1
51
54
  }], ".f1aehjj5{pointer-events:none;}", ".f19n0e5{color:var(--colorNeutralForeground1);}"]
52
55
  });
@@ -1 +1 @@
1
- {"version":3,"names":["__styles","mergeClasses","getTooltipStyle","areaChartClassNames","tooltip","root","xAxis","yAxis","legendContainer","hover","descriptionMessage","axisTitle","chartTitle","opacityChangeOnHover","shapeStyles","chartWrapper","svgTooltip","chart","axisAnnotation","plotContainer","annotationLayer","useStyles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","mc9l5x","Beiy3e4","z8tnut","z189sj","Byoj8tv","uwmqm3","qhf8xq","fsow6f","Bhzewxz","De3pzq","Beyfa6y","Bbmb7ep","Btl43ni","B7oj6ja","Dimara","Bkecrkj","sj55zd","d","p","useAreaChartStyles","props","baseStyles"],"sources":["useAreaChartStyles.styles.js"],"sourcesContent":["'use client';\nimport { makeStyles, mergeClasses } from '@griffel/react';\nimport { getTooltipStyle } from '../../utilities/index';\nexport const areaChartClassNames = {\n tooltip: 'fui-ac__tooltip',\n root: '',\n xAxis: '',\n yAxis: '',\n legendContainer: '',\n hover: '',\n descriptionMessage: '',\n axisTitle: '',\n chartTitle: '',\n opacityChangeOnHover: '',\n shapeStyles: '',\n chartWrapper: '',\n svgTooltip: '',\n chart: '',\n axisAnnotation: '',\n plotContainer: '',\n annotationLayer: ''\n};\nconst useStyles = makeStyles({\n tooltip: getTooltipStyle()\n});\n/**\n * Apply styling to the AreaChart slots based on the state\n */ export const useAreaChartStyles = (props)=>{\n const baseStyles = useStyles();\n return {\n tooltip: mergeClasses(areaChartClassNames.tooltip, baseStyles.tooltip /*props.styles?.tooltip*/ )\n };\n};\n"],"mappings":"AAAA,YAAY;;AACZ,SAAAA,QAAA,EAAqBC,YAAY,QAAQ,gBAAgB;AACzD,SAASC,eAAe,QAAQ,uBAAuB;AACvD,OAAO,MAAMC,mBAAmB,GAAG;EAC/BC,OAAO,EAAE,iBAAiB;EAC1BC,IAAI,EAAE,EAAE;EACRC,KAAK,EAAE,EAAE;EACTC,KAAK,EAAE,EAAE;EACTC,eAAe,EAAE,EAAE;EACnBC,KAAK,EAAE,EAAE;EACTC,kBAAkB,EAAE,EAAE;EACtBC,SAAS,EAAE,EAAE;EACbC,UAAU,EAAE,EAAE;EACdC,oBAAoB,EAAE,EAAE;EACxBC,WAAW,EAAE,EAAE;EACfC,YAAY,EAAE,EAAE;EAChBC,UAAU,EAAE,EAAE;EACdC,KAAK,EAAE,EAAE;EACTC,cAAc,EAAE,EAAE;EAClBC,aAAa,EAAE,EAAE;EACjBC,eAAe,EAAE;AACrB,CAAC;AACD,MAAMC,SAAS,gBAAGrB,QAAA;EAAAI,OAAA;IAAAkB,OAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,MAAA;IAAAC,OAAA;IAAAC,MAAA;IAAAC,MAAA;IAAAC,OAAA;IAAAC,MAAA;IAAAC,MAAA;IAAAC,MAAA;IAAAC,OAAA;IAAAC,MAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,MAAA;IAAAC,OAAA;IAAAC,MAAA;EAAA;AAAA;EAAAC,CAAA;IAAAC,CAAA;EAAA;AAAA,CAEjB,CAAC;AACF;AACA;AACA;AAAI,OAAO,MAAMC,kBAAkB,GAAIC,KAAK,IAAG;EAC3C,MAAMC,UAAU,GAAG1B,SAAS,CAAC,CAAC;EAC9B,OAAO;IACHjB,OAAO,EAAEH,YAAY,CAACE,mBAAmB,CAACC,OAAO,EAAE2C,UAAU,CAAC3C,OAAO,CAAC,yBAA0B;EACpG,CAAC;AACL,CAAC","ignoreList":[]}
1
+ {"version":3,"names":["__styles","mergeClasses","getTooltipStyle","areaChartClassNames","tooltip","root","xAxis","yAxis","legendContainer","hover","descriptionMessage","axisTitle","chartTitle","opacityChangeOnHover","shapeStyles","chartWrapper","svgTooltip","chart","axisAnnotation","plotContainer","annotationLayer","useStyles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","mc9l5x","Beiy3e4","Byoj8tv","uwmqm3","z189sj","z8tnut","B0ocmuz","qhf8xq","fsow6f","Bhzewxz","De3pzq","Beyfa6y","Bbmb7ep","Btl43ni","B7oj6ja","Dimara","Bkecrkj","sj55zd","d","p","useAreaChartStyles","props","baseStyles"],"sources":["useAreaChartStyles.styles.js"],"sourcesContent":["'use client';\nimport { makeStyles, mergeClasses } from '@griffel/react';\nimport { getTooltipStyle } from '../../utilities/index';\nexport const areaChartClassNames = {\n tooltip: 'fui-ac__tooltip',\n root: '',\n xAxis: '',\n yAxis: '',\n legendContainer: '',\n hover: '',\n descriptionMessage: '',\n axisTitle: '',\n chartTitle: '',\n opacityChangeOnHover: '',\n shapeStyles: '',\n chartWrapper: '',\n svgTooltip: '',\n chart: '',\n axisAnnotation: '',\n plotContainer: '',\n annotationLayer: ''\n};\nconst useStyles = makeStyles({\n tooltip: getTooltipStyle()\n});\n/**\n * Apply styling to the AreaChart slots based on the state\n */ export const useAreaChartStyles = (props)=>{\n const baseStyles = useStyles();\n return {\n tooltip: mergeClasses(areaChartClassNames.tooltip, baseStyles.tooltip /*props.styles?.tooltip*/ )\n };\n};\n"],"mappings":"AAAA,YAAY;;AACZ,SAAAA,QAAA,EAAqBC,YAAY,QAAQ,gBAAgB;AACzD,SAASC,eAAe,QAAQ,uBAAuB;AACvD,OAAO,MAAMC,mBAAmB,GAAG;EAC/BC,OAAO,EAAE,iBAAiB;EAC1BC,IAAI,EAAE,EAAE;EACRC,KAAK,EAAE,EAAE;EACTC,KAAK,EAAE,EAAE;EACTC,eAAe,EAAE,EAAE;EACnBC,KAAK,EAAE,EAAE;EACTC,kBAAkB,EAAE,EAAE;EACtBC,SAAS,EAAE,EAAE;EACbC,UAAU,EAAE,EAAE;EACdC,oBAAoB,EAAE,EAAE;EACxBC,WAAW,EAAE,EAAE;EACfC,YAAY,EAAE,EAAE;EAChBC,UAAU,EAAE,EAAE;EACdC,KAAK,EAAE,EAAE;EACTC,cAAc,EAAE,EAAE;EAClBC,aAAa,EAAE,EAAE;EACjBC,eAAe,EAAE;AACrB,CAAC;AACD,MAAMC,SAAS,gBAAGrB,QAAA;EAAAI,OAAA;IAAAkB,OAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,MAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,MAAA;IAAAC,MAAA;IAAAC,MAAA;IAAAC,OAAA;IAAAC,MAAA;IAAAC,MAAA;IAAAC,OAAA;IAAAC,MAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,MAAA;IAAAC,OAAA;IAAAC,MAAA;EAAA;AAAA;EAAAC,CAAA;IAAAC,CAAA;EAAA;IAAAA,CAAA;EAAA;AAAA,CAEjB,CAAC;AACF;AACA;AACA;AAAI,OAAO,MAAMC,kBAAkB,GAAIC,KAAK,IAAG;EAC3C,MAAMC,UAAU,GAAG3B,SAAS,CAAC,CAAC;EAC9B,OAAO;IACHjB,OAAO,EAAEH,YAAY,CAACE,mBAAmB,CAACC,OAAO,EAAE4C,UAAU,CAAC5C,OAAO,CAAC,yBAA0B;EACpG,CAAC;AACL,CAAC","ignoreList":[]}
@@ -1,6 +1,6 @@
1
1
  'use client';
2
2
 
3
- import { __styles, mergeClasses, shorthands } from '@griffel/react';
3
+ import { __styles, mergeClasses } from '@griffel/react';
4
4
  import { tokens, typographyStyles } from '@fluentui/react-theme';
5
5
  /**
6
6
  * @internal
@@ -27,56 +27,76 @@ const useStyles = /*#__PURE__*/__styles({
27
27
  Bg96gwp: "fwrc4pm",
28
28
  De3pzq: "f16xq7d1",
29
29
  sj55zd: "f19n0e5",
30
- z8tnut: "f17mpqex",
31
- z189sj: ["f1vdfbxk", "f1f5gg8d"],
32
- Byoj8tv: "fdvome7",
33
- uwmqm3: ["f1f5gg8d", "f1vdfbxk"],
30
+ Byoj8tv: 0,
31
+ uwmqm3: 0,
32
+ z189sj: 0,
33
+ z8tnut: 0,
34
+ B0ocmuz: "f1bnz8pu",
34
35
  fsow6f: ["f1o700av", "fes3tcz"],
35
- B4j52fo: "f18zi460",
36
- Bekrc4i: ["f1wpluaz", "fsfsuhs"],
37
- Bn0qgzm: "fmklw6v",
38
- ibv6hh: ["fsfsuhs", "f1wpluaz"],
39
- icvyot: "fzkkow9",
40
- vrafjx: ["fcdblym", "fjik90z"],
41
- oivjwe: "fg706s2",
42
- wvpqe5: ["fjik90z", "fcdblym"],
43
- g2u3we: "f68mrw8",
44
- h3c5rm: ["f7pw515", "fw35ms5"],
45
- B9xav0g: "frpde29",
46
- zhjwy3: ["fw35ms5", "f7pw515"],
47
- Bsw6fvg: "f8pusc0",
48
- Bbusuzp: "fqgauei"
36
+ Bgfg5da: 0,
37
+ B9xav0g: 0,
38
+ oivjwe: 0,
39
+ Bn0qgzm: 0,
40
+ B4g9neb: 0,
41
+ zhjwy3: 0,
42
+ wvpqe5: 0,
43
+ ibv6hh: 0,
44
+ u1mtju: 0,
45
+ h3c5rm: 0,
46
+ vrafjx: 0,
47
+ Bekrc4i: 0,
48
+ i8vvqc: 0,
49
+ g2u3we: 0,
50
+ icvyot: 0,
51
+ B4j52fo: 0,
52
+ irswps: "fox1scm",
53
+ By8wz76: "ftx6bta",
54
+ B7iucu3: "fhs7xo9"
49
55
  },
50
56
  bodyCell: {
51
57
  Bahqtrf: "fk6fouc",
52
58
  Be2twd7: "fy9rknc",
53
59
  Bhrd7zp: "figsok6",
54
60
  Bg96gwp: "fwrc4pm",
55
- z8tnut: "f17mpqex",
56
- z189sj: ["f1vdfbxk", "f1f5gg8d"],
57
- Byoj8tv: "fdvome7",
58
- uwmqm3: ["f1f5gg8d", "f1vdfbxk"],
59
- B4j52fo: "f18zi460",
60
- Bekrc4i: ["f1wpluaz", "fsfsuhs"],
61
- Bn0qgzm: "fmklw6v",
62
- ibv6hh: ["fsfsuhs", "f1wpluaz"],
63
- icvyot: "fzkkow9",
64
- vrafjx: ["fcdblym", "fjik90z"],
65
- oivjwe: "fg706s2",
66
- wvpqe5: ["fjik90z", "fcdblym"],
67
- g2u3we: "f68mrw8",
68
- h3c5rm: ["f7pw515", "fw35ms5"],
69
- B9xav0g: "frpde29",
70
- zhjwy3: ["fw35ms5", "f7pw515"],
61
+ Byoj8tv: 0,
62
+ uwmqm3: 0,
63
+ z189sj: 0,
64
+ z8tnut: 0,
65
+ B0ocmuz: "f1bnz8pu",
66
+ Bgfg5da: 0,
67
+ B9xav0g: 0,
68
+ oivjwe: 0,
69
+ Bn0qgzm: 0,
70
+ B4g9neb: 0,
71
+ zhjwy3: 0,
72
+ wvpqe5: 0,
73
+ ibv6hh: 0,
74
+ u1mtju: 0,
75
+ h3c5rm: 0,
76
+ vrafjx: 0,
77
+ Bekrc4i: 0,
78
+ i8vvqc: 0,
79
+ g2u3we: 0,
80
+ icvyot: 0,
81
+ B4j52fo: 0,
82
+ irswps: "fox1scm",
71
83
  sj55zd: "f19n0e5",
72
84
  fsow6f: ["f1o700av", "fes3tcz"],
73
- Bbusuzp: "fqgauei"
85
+ B7iucu3: "fhs7xo9"
74
86
  }
75
87
  }, {
76
- d: [".fly5x3f{width:100%;}", ".f1oy3dpc{overflow-x:auto;}", ".fgkb47j{border-collapse:collapse;}", ".fk6fouc{font-family:var(--fontFamilyBase);}", ".fy9rknc{font-size:var(--fontSizeBase200);}", ".fl43uef{font-weight:var(--fontWeightSemibold);}", ".fwrc4pm{line-height:var(--lineHeightBase200);}", ".f16xq7d1{background-color:var(--colorNeutralBackground3);}", ".f19n0e5{color:var(--colorNeutralForeground1);}", ".f17mpqex{padding-top:var(--spacingHorizontalS);}", ".f1vdfbxk{padding-right:var(--spacingHorizontalS);}", ".f1f5gg8d{padding-left:var(--spacingHorizontalS);}", ".fdvome7{padding-bottom:var(--spacingHorizontalS);}", ".f1o700av{text-align:left;}", ".fes3tcz{text-align:right;}", ".f18zi460{border-top-width:var(--strokeWidthThick);}", ".f1wpluaz{border-right-width:var(--strokeWidthThick);}", ".fsfsuhs{border-left-width:var(--strokeWidthThick);}", ".fmklw6v{border-bottom-width:var(--strokeWidthThick);}", ".fzkkow9{border-top-style:solid;}", ".fcdblym{border-right-style:solid;}", ".fjik90z{border-left-style:solid;}", ".fg706s2{border-bottom-style:solid;}", ".f68mrw8{border-top-color:var(--colorNeutralStroke2);}", ".f7pw515{border-right-color:var(--colorNeutralStroke2);}", ".fw35ms5{border-left-color:var(--colorNeutralStroke2);}", ".frpde29{border-bottom-color:var(--colorNeutralStroke2);}", ".figsok6{font-weight:var(--fontWeightRegular);}"],
77
- m: [["@media (forced-colors: active){.f8pusc0{background-color:Window;}}", {
88
+ d: [".fly5x3f{width:100%;}", ".f1oy3dpc{overflow-x:auto;}", ".fgkb47j{border-collapse:collapse;}", ".fk6fouc{font-family:var(--fontFamilyBase);}", ".fy9rknc{font-size:var(--fontSizeBase200);}", ".fl43uef{font-weight:var(--fontWeightSemibold);}", ".fwrc4pm{line-height:var(--lineHeightBase200);}", ".f16xq7d1{background-color:var(--colorNeutralBackground3);}", ".f19n0e5{color:var(--colorNeutralForeground1);}", [".f1bnz8pu{padding:var(--spacingHorizontalS);}", {
89
+ p: -1
90
+ }], ".f1o700av{text-align:left;}", ".fes3tcz{text-align:right;}", [".fox1scm{border:var(--strokeWidthThick) solid var(--colorNeutralStroke2);}", {
91
+ p: -2
92
+ }], ".figsok6{font-weight:var(--fontWeightRegular);}", [".f1bnz8pu{padding:var(--spacingHorizontalS);}", {
93
+ p: -1
94
+ }], [".fox1scm{border:var(--strokeWidthThick) solid var(--colorNeutralStroke2);}", {
95
+ p: -2
96
+ }]],
97
+ m: [["@media (forced-colors: active){.ftx6bta{background-color:Window;}}", {
78
98
  m: "(forced-colors: active)"
79
- }], ["@media (forced-colors: active){.fqgauei{color:WindowText;}}", {
99
+ }], ["@media (forced-colors: active){.fhs7xo9{color:WindowText;}}", {
80
100
  m: "(forced-colors: active)"
81
101
  }]]
82
102
  });
@@ -1 +1 @@
1
- {"version":3,"names":["__styles","mergeClasses","shorthands","tokens","typographyStyles","chartTableClassNames","root","table","headerCell","bodyCell","chart","useStyles","a9b677","B68tc82","po53p8","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","De3pzq","sj55zd","z8tnut","z189sj","Byoj8tv","uwmqm3","fsow6f","B4j52fo","Bekrc4i","Bn0qgzm","ibv6hh","icvyot","vrafjx","oivjwe","wvpqe5","g2u3we","h3c5rm","B9xav0g","zhjwy3","Bsw6fvg","Bbusuzp","d","m","useChartTableStyles","props","baseStyles"],"sources":["useChartTableStyles.styles.js"],"sourcesContent":["'use client';\nimport { makeStyles, mergeClasses, shorthands } from '@griffel/react';\nimport { tokens, typographyStyles } from '@fluentui/react-theme';\n/**\n * @internal\n */ export const chartTableClassNames = {\n root: 'fui-ChartTable__root',\n table: 'fui-ChartTable__table',\n headerCell: 'fui-ChartTable__headerCell',\n bodyCell: 'fui-ChartTable__bodyCell',\n chart: 'fui-ChartTable__chart'\n};\nconst useStyles = makeStyles({\n root: {\n width: '100%',\n overflowX: 'auto'\n },\n table: {\n borderCollapse: 'collapse'\n },\n headerCell: {\n ...typographyStyles.caption1,\n fontWeight: tokens.fontWeightSemibold,\n backgroundColor: tokens.colorNeutralBackground3,\n color: tokens.colorNeutralForeground1,\n ...shorthands.padding(tokens.spacingHorizontalS),\n textAlign: 'left',\n ...shorthands.border(tokens.strokeWidthThick, 'solid', tokens.colorNeutralStroke2),\n '@media (forced-colors: active)': {\n backgroundColor: 'Window',\n color: 'WindowText'\n }\n },\n bodyCell: {\n ...typographyStyles.caption1,\n ...shorthands.padding(tokens.spacingHorizontalS),\n ...shorthands.border(tokens.strokeWidthThick, 'solid', tokens.colorNeutralStroke2),\n color: tokens.colorNeutralForeground1,\n textAlign: 'left',\n '@media (forced-colors: active)': {\n color: 'WindowText'\n }\n }\n});\n/**\n * Apply styling to the ChartTable slots based on the state\n */ export const useChartTableStyles = (props)=>{\n const baseStyles = useStyles();\n return {\n root: mergeClasses(chartTableClassNames.root, baseStyles.root /*props.styles?.root*/ ),\n table: mergeClasses(chartTableClassNames.table, baseStyles.table /*props.styles?.table*/ ),\n headerCell: mergeClasses(chartTableClassNames.headerCell, baseStyles.headerCell /*props.styles?.headerCell*/ ),\n bodyCell: mergeClasses(chartTableClassNames.bodyCell, baseStyles.bodyCell /*props.styles?.bodyCell*/ ),\n chart: mergeClasses(chartTableClassNames.chart /*props.styles?.chart*/ )\n };\n};\n"],"mappings":"AAAA,YAAY;;AACZ,SAAAA,QAAA,EAAqBC,YAAY,EAAEC,UAAU,QAAQ,gBAAgB;AACrE,SAASC,MAAM,EAAEC,gBAAgB,QAAQ,uBAAuB;AAChE;AACA;AACA;AAAI,OAAO,MAAMC,oBAAoB,GAAG;EACpCC,IAAI,EAAE,sBAAsB;EAC5BC,KAAK,EAAE,uBAAuB;EAC9BC,UAAU,EAAE,4BAA4B;EACxCC,QAAQ,EAAE,0BAA0B;EACpCC,KAAK,EAAE;AACX,CAAC;AACD,MAAMC,SAAS,gBAAGX,QAAA;EAAAM,IAAA;IAAAM,MAAA;IAAAC,OAAA;EAAA;EAAAN,KAAA;IAAAO,MAAA;EAAA;EAAAN,UAAA;IAAAO,OAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,MAAA;IAAAC,MAAA;IAAAC,MAAA;IAAAC,MAAA;IAAAC,OAAA;IAAAC,MAAA;IAAAC,MAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,MAAA;IAAAC,MAAA;IAAAC,MAAA;IAAAC,MAAA;IAAAC,MAAA;IAAAC,MAAA;IAAAC,MAAA;IAAAC,OAAA;IAAAC,MAAA;IAAAC,OAAA;IAAAC,OAAA;EAAA;EAAA9B,QAAA;IAAAM,OAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAG,MAAA;IAAAC,MAAA;IAAAC,OAAA;IAAAC,MAAA;IAAAE,OAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,MAAA;IAAAC,MAAA;IAAAC,MAAA;IAAAC,MAAA;IAAAC,MAAA;IAAAC,MAAA;IAAAC,MAAA;IAAAC,OAAA;IAAAC,MAAA;IAAAjB,MAAA;IAAAK,MAAA;IAAAc,OAAA;EAAA;AAAA;EAAAC,CAAA;EAAAC,CAAA;IAAAA,CAAA;EAAA;IAAAA,CAAA;EAAA;AAAA,CA+BjB,CAAC;AACF;AACA;AACA;AAAI,OAAO,MAAMC,mBAAmB,GAAIC,KAAK,IAAG;EAC5C,MAAMC,UAAU,GAAGjC,SAAS,CAAC,CAAC;EAC9B,OAAO;IACHL,IAAI,EAAEL,YAAY,CAACI,oBAAoB,CAACC,IAAI,EAAEsC,UAAU,CAACtC,IAAI,CAAC,sBAAuB,CAAC;IACtFC,KAAK,EAAEN,YAAY,CAACI,oBAAoB,CAACE,KAAK,EAAEqC,UAAU,CAACrC,KAAK,CAAC,uBAAwB,CAAC;IAC1FC,UAAU,EAAEP,YAAY,CAACI,oBAAoB,CAACG,UAAU,EAAEoC,UAAU,CAACpC,UAAU,CAAC,4BAA6B,CAAC;IAC9GC,QAAQ,EAAER,YAAY,CAACI,oBAAoB,CAACI,QAAQ,EAAEmC,UAAU,CAACnC,QAAQ,CAAC,0BAA2B,CAAC;IACtGC,KAAK,EAAET,YAAY,CAACI,oBAAoB,CAACK,KAAK,CAAC,uBAAwB;EAC3E,CAAC;AACL,CAAC","ignoreList":[]}
1
+ {"version":3,"names":["__styles","mergeClasses","tokens","typographyStyles","chartTableClassNames","root","table","headerCell","bodyCell","chart","useStyles","a9b677","B68tc82","po53p8","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","De3pzq","sj55zd","Byoj8tv","uwmqm3","z189sj","z8tnut","B0ocmuz","fsow6f","Bgfg5da","B9xav0g","oivjwe","Bn0qgzm","B4g9neb","zhjwy3","wvpqe5","ibv6hh","u1mtju","h3c5rm","vrafjx","Bekrc4i","i8vvqc","g2u3we","icvyot","B4j52fo","irswps","By8wz76","B7iucu3","d","p","m","useChartTableStyles","props","baseStyles"],"sources":["useChartTableStyles.styles.js"],"sourcesContent":["'use client';\nimport { makeStyles, mergeClasses } from '@griffel/react';\nimport { tokens, typographyStyles } from '@fluentui/react-theme';\n/**\n * @internal\n */ export const chartTableClassNames = {\n root: 'fui-ChartTable__root',\n table: 'fui-ChartTable__table',\n headerCell: 'fui-ChartTable__headerCell',\n bodyCell: 'fui-ChartTable__bodyCell',\n chart: 'fui-ChartTable__chart'\n};\nconst useStyles = makeStyles({\n root: {\n width: '100%',\n overflowX: 'auto'\n },\n table: {\n borderCollapse: 'collapse'\n },\n headerCell: {\n ...typographyStyles.caption1,\n fontWeight: tokens.fontWeightSemibold,\n backgroundColor: tokens.colorNeutralBackground3,\n color: tokens.colorNeutralForeground1,\n padding: tokens.spacingHorizontalS,\n textAlign: 'left',\n border: `${tokens.strokeWidthThick} solid ${tokens.colorNeutralStroke2}`,\n '@media (forced-colors: active)': {\n backgroundColor: 'Window',\n color: 'WindowText'\n }\n },\n bodyCell: {\n ...typographyStyles.caption1,\n padding: tokens.spacingHorizontalS,\n border: `${tokens.strokeWidthThick} solid ${tokens.colorNeutralStroke2}`,\n color: tokens.colorNeutralForeground1,\n textAlign: 'left',\n '@media (forced-colors: active)': {\n color: 'WindowText'\n }\n }\n});\n/**\n * Apply styling to the ChartTable slots based on the state\n */ export const useChartTableStyles = (props)=>{\n const baseStyles = useStyles();\n return {\n root: mergeClasses(chartTableClassNames.root, baseStyles.root /*props.styles?.root*/ ),\n table: mergeClasses(chartTableClassNames.table, baseStyles.table /*props.styles?.table*/ ),\n headerCell: mergeClasses(chartTableClassNames.headerCell, baseStyles.headerCell /*props.styles?.headerCell*/ ),\n bodyCell: mergeClasses(chartTableClassNames.bodyCell, baseStyles.bodyCell /*props.styles?.bodyCell*/ ),\n chart: mergeClasses(chartTableClassNames.chart /*props.styles?.chart*/ )\n };\n};\n"],"mappings":"AAAA,YAAY;;AACZ,SAAAA,QAAA,EAAqBC,YAAY,QAAQ,gBAAgB;AACzD,SAASC,MAAM,EAAEC,gBAAgB,QAAQ,uBAAuB;AAChE;AACA;AACA;AAAI,OAAO,MAAMC,oBAAoB,GAAG;EACpCC,IAAI,EAAE,sBAAsB;EAC5BC,KAAK,EAAE,uBAAuB;EAC9BC,UAAU,EAAE,4BAA4B;EACxCC,QAAQ,EAAE,0BAA0B;EACpCC,KAAK,EAAE;AACX,CAAC;AACD,MAAMC,SAAS,gBAAGV,QAAA;EAAAK,IAAA;IAAAM,MAAA;IAAAC,OAAA;EAAA;EAAAN,KAAA;IAAAO,MAAA;EAAA;EAAAN,UAAA;IAAAO,OAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,MAAA;IAAAC,MAAA;IAAAC,OAAA;IAAAC,MAAA;IAAAC,MAAA;IAAAC,MAAA;IAAAC,OAAA;IAAAC,MAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,MAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,MAAA;IAAAC,MAAA;IAAAC,MAAA;IAAAC,MAAA;IAAAC,MAAA;IAAAC,MAAA;IAAAC,OAAA;IAAAC,MAAA;IAAAC,MAAA;IAAAC,MAAA;IAAAC,OAAA;IAAAC,MAAA;IAAAC,OAAA;IAAAC,OAAA;EAAA;EAAApC,QAAA;IAAAM,OAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAG,OAAA;IAAAC,MAAA;IAAAC,MAAA;IAAAC,MAAA;IAAAC,OAAA;IAAAE,OAAA;IAAAC,OAAA;IAAAC,MAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,MAAA;IAAAC,MAAA;IAAAC,MAAA;IAAAC,MAAA;IAAAC,MAAA;IAAAC,MAAA;IAAAC,OAAA;IAAAC,MAAA;IAAAC,MAAA;IAAAC,MAAA;IAAAC,OAAA;IAAAC,MAAA;IAAAvB,MAAA;IAAAM,MAAA;IAAAmB,OAAA;EAAA;AAAA;EAAAC,CAAA;IAAAC,CAAA;EAAA;IAAAA,CAAA;EAAA;IAAAA,CAAA;EAAA;IAAAA,CAAA;EAAA;EAAAC,CAAA;IAAAA,CAAA;EAAA;IAAAA,CAAA;EAAA;AAAA,CA+BjB,CAAC;AACF;AACA;AACA;AAAI,OAAO,MAAMC,mBAAmB,GAAIC,KAAK,IAAG;EAC5C,MAAMC,UAAU,GAAGxC,SAAS,CAAC,CAAC;EAC9B,OAAO;IACHL,IAAI,EAAEJ,YAAY,CAACG,oBAAoB,CAACC,IAAI,EAAE6C,UAAU,CAAC7C,IAAI,CAAC,sBAAuB,CAAC;IACtFC,KAAK,EAAEL,YAAY,CAACG,oBAAoB,CAACE,KAAK,EAAE4C,UAAU,CAAC5C,KAAK,CAAC,uBAAwB,CAAC;IAC1FC,UAAU,EAAEN,YAAY,CAACG,oBAAoB,CAACG,UAAU,EAAE2C,UAAU,CAAC3C,UAAU,CAAC,4BAA6B,CAAC;IAC9GC,QAAQ,EAAEP,YAAY,CAACG,oBAAoB,CAACI,QAAQ,EAAE0C,UAAU,CAAC1C,QAAQ,CAAC,0BAA2B,CAAC;IACtGC,KAAK,EAAER,YAAY,CAACG,oBAAoB,CAACK,KAAK,CAAC,uBAAwB;EAC3E,CAAC;AACL,CAAC","ignoreList":[]}
@@ -1,5 +1,5 @@
1
1
  'use client';
2
- import { makeStyles, mergeClasses, shorthands } from '@griffel/react';
2
+ import { makeStyles, mergeClasses } from '@griffel/react';
3
3
  import { tokens, typographyStyles } from '@fluentui/react-theme';
4
4
  /**
5
5
  * @internal
@@ -23,9 +23,9 @@ const useStyles = makeStyles({
23
23
  fontWeight: tokens.fontWeightSemibold,
24
24
  backgroundColor: tokens.colorNeutralBackground3,
25
25
  color: tokens.colorNeutralForeground1,
26
- ...shorthands.padding(tokens.spacingHorizontalS),
26
+ padding: tokens.spacingHorizontalS,
27
27
  textAlign: 'left',
28
- ...shorthands.border(tokens.strokeWidthThick, 'solid', tokens.colorNeutralStroke2),
28
+ border: `${tokens.strokeWidthThick} solid ${tokens.colorNeutralStroke2}`,
29
29
  '@media (forced-colors: active)': {
30
30
  backgroundColor: 'Window',
31
31
  color: 'WindowText'
@@ -33,8 +33,8 @@ const useStyles = makeStyles({
33
33
  },
34
34
  bodyCell: {
35
35
  ...typographyStyles.caption1,
36
- ...shorthands.padding(tokens.spacingHorizontalS),
37
- ...shorthands.border(tokens.strokeWidthThick, 'solid', tokens.colorNeutralStroke2),
36
+ padding: tokens.spacingHorizontalS,
37
+ border: `${tokens.strokeWidthThick} solid ${tokens.colorNeutralStroke2}`,
38
38
  color: tokens.colorNeutralForeground1,
39
39
  textAlign: 'left',
40
40
  '@media (forced-colors: active)': {
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/components/ChartTable/useChartTableStyles.styles.ts"],"sourcesContent":["'use client';\n\nimport { makeStyles, mergeClasses, shorthands } from '@griffel/react';\nimport type { SlotClassNames } from '@fluentui/react-utilities';\nimport { ChartTableProps, ChartTableStyles } from './ChartTable.types';\nimport { tokens, typographyStyles } from '@fluentui/react-theme';\n\n/**\n * @internal\n */\nexport const chartTableClassNames: SlotClassNames<ChartTableStyles> = {\n root: 'fui-ChartTable__root',\n table: 'fui-ChartTable__table',\n headerCell: 'fui-ChartTable__headerCell',\n bodyCell: 'fui-ChartTable__bodyCell',\n chart: 'fui-ChartTable__chart',\n};\n\nconst useStyles = makeStyles({\n root: {\n width: '100%',\n overflowX: 'auto',\n },\n table: {\n borderCollapse: 'collapse',\n },\n headerCell: {\n ...typographyStyles.caption1,\n fontWeight: tokens.fontWeightSemibold,\n backgroundColor: tokens.colorNeutralBackground3,\n color: tokens.colorNeutralForeground1,\n ...shorthands.padding(tokens.spacingHorizontalS),\n textAlign: 'left',\n ...shorthands.border(tokens.strokeWidthThick, 'solid', tokens.colorNeutralStroke2),\n '@media (forced-colors: active)': {\n backgroundColor: 'Window',\n color: 'WindowText',\n },\n },\n bodyCell: {\n ...typographyStyles.caption1,\n ...shorthands.padding(tokens.spacingHorizontalS),\n ...shorthands.border(tokens.strokeWidthThick, 'solid', tokens.colorNeutralStroke2),\n color: tokens.colorNeutralForeground1,\n textAlign: 'left',\n '@media (forced-colors: active)': {\n color: 'WindowText',\n },\n },\n});\n\n/**\n * Apply styling to the ChartTable slots based on the state\n */\nexport const useChartTableStyles = (props: ChartTableProps): ChartTableStyles => {\n const baseStyles = useStyles();\n\n return {\n root: mergeClasses(chartTableClassNames.root, baseStyles.root /*props.styles?.root*/),\n table: mergeClasses(chartTableClassNames.table, baseStyles.table /*props.styles?.table*/),\n headerCell: mergeClasses(chartTableClassNames.headerCell, baseStyles.headerCell /*props.styles?.headerCell*/),\n bodyCell: mergeClasses(chartTableClassNames.bodyCell, baseStyles.bodyCell /*props.styles?.bodyCell*/),\n chart: mergeClasses(chartTableClassNames.chart /*props.styles?.chart*/),\n };\n};\n"],"names":["makeStyles","mergeClasses","shorthands","tokens","typographyStyles","chartTableClassNames","root","table","headerCell","bodyCell","chart","useStyles","width","overflowX","borderCollapse","caption1","fontWeight","fontWeightSemibold","backgroundColor","colorNeutralBackground3","color","colorNeutralForeground1","padding","spacingHorizontalS","textAlign","border","strokeWidthThick","colorNeutralStroke2","useChartTableStyles","props","baseStyles"],"mappings":"AAAA;AAEA,SAASA,UAAU,EAAEC,YAAY,EAAEC,UAAU,QAAQ,iBAAiB;AAGtE,SAASC,MAAM,EAAEC,gBAAgB,QAAQ,wBAAwB;AAEjE;;CAEC,GACD,OAAO,MAAMC,uBAAyD;IACpEC,MAAM;IACNC,OAAO;IACPC,YAAY;IACZC,UAAU;IACVC,OAAO;AACT,EAAE;AAEF,MAAMC,YAAYX,WAAW;IAC3BM,MAAM;QACJM,OAAO;QACPC,WAAW;IACb;IACAN,OAAO;QACLO,gBAAgB;IAClB;IACAN,YAAY;QACV,GAAGJ,iBAAiBW,QAAQ;QAC5BC,YAAYb,OAAOc,kBAAkB;QACrCC,iBAAiBf,OAAOgB,uBAAuB;QAC/CC,OAAOjB,OAAOkB,uBAAuB;QACrC,GAAGnB,WAAWoB,OAAO,CAACnB,OAAOoB,kBAAkB,CAAC;QAChDC,WAAW;QACX,GAAGtB,WAAWuB,MAAM,CAACtB,OAAOuB,gBAAgB,EAAE,SAASvB,OAAOwB,mBAAmB,CAAC;QAClF,kCAAkC;YAChCT,iBAAiB;YACjBE,OAAO;QACT;IACF;IACAX,UAAU;QACR,GAAGL,iBAAiBW,QAAQ;QAC5B,GAAGb,WAAWoB,OAAO,CAACnB,OAAOoB,kBAAkB,CAAC;QAChD,GAAGrB,WAAWuB,MAAM,CAACtB,OAAOuB,gBAAgB,EAAE,SAASvB,OAAOwB,mBAAmB,CAAC;QAClFP,OAAOjB,OAAOkB,uBAAuB;QACrCG,WAAW;QACX,kCAAkC;YAChCJ,OAAO;QACT;IACF;AACF;AAEA;;CAEC,GACD,OAAO,MAAMQ,sBAAsB,CAACC;IAClC,MAAMC,aAAanB;IAEnB,OAAO;QACLL,MAAML,aAAaI,qBAAqBC,IAAI,EAAEwB,WAAWxB,IAAI,CAAC,oBAAoB;QAClFC,OAAON,aAAaI,qBAAqBE,KAAK,EAAEuB,WAAWvB,KAAK,CAAC,qBAAqB;QACtFC,YAAYP,aAAaI,qBAAqBG,UAAU,EAAEsB,WAAWtB,UAAU,CAAC,0BAA0B;QAC1GC,UAAUR,aAAaI,qBAAqBI,QAAQ,EAAEqB,WAAWrB,QAAQ,CAAC,wBAAwB;QAClGC,OAAOT,aAAaI,qBAAqBK,KAAK,CAAC,qBAAqB;IACtE;AACF,EAAE"}
1
+ {"version":3,"sources":["../src/components/ChartTable/useChartTableStyles.styles.ts"],"sourcesContent":["'use client';\n\nimport { makeStyles, mergeClasses } from '@griffel/react';\nimport type { SlotClassNames } from '@fluentui/react-utilities';\nimport { ChartTableProps, ChartTableStyles } from './ChartTable.types';\nimport { tokens, typographyStyles } from '@fluentui/react-theme';\n\n/**\n * @internal\n */\nexport const chartTableClassNames: SlotClassNames<ChartTableStyles> = {\n root: 'fui-ChartTable__root',\n table: 'fui-ChartTable__table',\n headerCell: 'fui-ChartTable__headerCell',\n bodyCell: 'fui-ChartTable__bodyCell',\n chart: 'fui-ChartTable__chart',\n};\n\nconst useStyles = makeStyles({\n root: {\n width: '100%',\n overflowX: 'auto',\n },\n table: {\n borderCollapse: 'collapse',\n },\n headerCell: {\n ...typographyStyles.caption1,\n fontWeight: tokens.fontWeightSemibold,\n backgroundColor: tokens.colorNeutralBackground3,\n color: tokens.colorNeutralForeground1,\n padding: tokens.spacingHorizontalS,\n textAlign: 'left',\n border: `${tokens.strokeWidthThick} solid ${tokens.colorNeutralStroke2}`,\n '@media (forced-colors: active)': {\n backgroundColor: 'Window',\n color: 'WindowText',\n },\n },\n bodyCell: {\n ...typographyStyles.caption1,\n padding: tokens.spacingHorizontalS,\n border: `${tokens.strokeWidthThick} solid ${tokens.colorNeutralStroke2}`,\n color: tokens.colorNeutralForeground1,\n textAlign: 'left',\n '@media (forced-colors: active)': {\n color: 'WindowText',\n },\n },\n});\n\n/**\n * Apply styling to the ChartTable slots based on the state\n */\nexport const useChartTableStyles = (props: ChartTableProps): ChartTableStyles => {\n const baseStyles = useStyles();\n\n return {\n root: mergeClasses(chartTableClassNames.root, baseStyles.root /*props.styles?.root*/),\n table: mergeClasses(chartTableClassNames.table, baseStyles.table /*props.styles?.table*/),\n headerCell: mergeClasses(chartTableClassNames.headerCell, baseStyles.headerCell /*props.styles?.headerCell*/),\n bodyCell: mergeClasses(chartTableClassNames.bodyCell, baseStyles.bodyCell /*props.styles?.bodyCell*/),\n chart: mergeClasses(chartTableClassNames.chart /*props.styles?.chart*/),\n };\n};\n"],"names":["makeStyles","mergeClasses","tokens","typographyStyles","chartTableClassNames","root","table","headerCell","bodyCell","chart","useStyles","width","overflowX","borderCollapse","caption1","fontWeight","fontWeightSemibold","backgroundColor","colorNeutralBackground3","color","colorNeutralForeground1","padding","spacingHorizontalS","textAlign","border","strokeWidthThick","colorNeutralStroke2","useChartTableStyles","props","baseStyles"],"mappings":"AAAA;AAEA,SAASA,UAAU,EAAEC,YAAY,QAAQ,iBAAiB;AAG1D,SAASC,MAAM,EAAEC,gBAAgB,QAAQ,wBAAwB;AAEjE;;CAEC,GACD,OAAO,MAAMC,uBAAyD;IACpEC,MAAM;IACNC,OAAO;IACPC,YAAY;IACZC,UAAU;IACVC,OAAO;AACT,EAAE;AAEF,MAAMC,YAAYV,WAAW;IAC3BK,MAAM;QACJM,OAAO;QACPC,WAAW;IACb;IACAN,OAAO;QACLO,gBAAgB;IAClB;IACAN,YAAY;QACV,GAAGJ,iBAAiBW,QAAQ;QAC5BC,YAAYb,OAAOc,kBAAkB;QACrCC,iBAAiBf,OAAOgB,uBAAuB;QAC/CC,OAAOjB,OAAOkB,uBAAuB;QACrCC,SAASnB,OAAOoB,kBAAkB;QAClCC,WAAW;QACXC,QAAQ,GAAGtB,OAAOuB,gBAAgB,CAAC,OAAO,EAAEvB,OAAOwB,mBAAmB,EAAE;QACxE,kCAAkC;YAChCT,iBAAiB;YACjBE,OAAO;QACT;IACF;IACAX,UAAU;QACR,GAAGL,iBAAiBW,QAAQ;QAC5BO,SAASnB,OAAOoB,kBAAkB;QAClCE,QAAQ,GAAGtB,OAAOuB,gBAAgB,CAAC,OAAO,EAAEvB,OAAOwB,mBAAmB,EAAE;QACxEP,OAAOjB,OAAOkB,uBAAuB;QACrCG,WAAW;QACX,kCAAkC;YAChCJ,OAAO;QACT;IACF;AACF;AAEA;;CAEC,GACD,OAAO,MAAMQ,sBAAsB,CAACC;IAClC,MAAMC,aAAanB;IAEnB,OAAO;QACLL,MAAMJ,aAAaG,qBAAqBC,IAAI,EAAEwB,WAAWxB,IAAI,CAAC,oBAAoB;QAClFC,OAAOL,aAAaG,qBAAqBE,KAAK,EAAEuB,WAAWvB,KAAK,CAAC,qBAAqB;QACtFC,YAAYN,aAAaG,qBAAqBG,UAAU,EAAEsB,WAAWtB,UAAU,CAAC,0BAA0B;QAC1GC,UAAUP,aAAaG,qBAAqBI,QAAQ,EAAEqB,WAAWrB,QAAQ,CAAC,wBAAwB;QAClGC,OAAOR,aAAaG,qBAAqBK,KAAK,CAAC,qBAAqB;IACtE;AACF,EAAE"}