sag_components 2.0.0-beta87 → 2.0.0-beta89

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 (373) hide show
  1. package/dist/index.d.ts +1183 -1183
  2. package/dist/index.esm.js +76 -23
  3. package/dist/index.esm.js.map +1 -1
  4. package/dist/index.js +76 -23
  5. package/dist/index.js.map +1 -1
  6. package/dist/types/components/AreaChart/AreaChart.d.ts +2 -2
  7. package/dist/types/components/AreaChart/AreaChart.stories.d.ts +80 -79
  8. package/dist/types/components/AreaChart/AreaChart.style.d.ts +8 -8
  9. package/dist/types/components/AreaChart/AreaChart.test.d.ts +1 -1
  10. package/dist/types/components/AttachedFile/AttachedFile.d.ts +24 -24
  11. package/dist/types/components/AttachedFile/AttachedFile.stories.d.ts +95 -95
  12. package/dist/types/components/AttachedFile/AttachedFile.style.d.ts +4 -4
  13. package/dist/types/components/AutocompleteField/AutocompleteField.d.ts +15 -15
  14. package/dist/types/components/AutocompleteField/AutocompleteField.stories.d.ts +13 -13
  15. package/dist/types/components/AutocompleteField/AutocompleteField.style.d.ts +5 -5
  16. package/dist/types/components/BannerEventBox/BannerEventBox.d.ts +2 -2
  17. package/dist/types/components/BannerEventBox/BannerEventBox.stories.d.ts +40 -40
  18. package/dist/types/components/BannerEventBox/BannerEventBox.style.d.ts +13 -13
  19. package/dist/types/components/BannerEventBoxList/BannerEventBoxList.d.ts +2 -2
  20. package/dist/types/components/BannerEventBoxList/BannerEventBoxList.stories.d.ts +28 -28
  21. package/dist/types/components/BannerEventBoxList/BannerEventBoxList.style.d.ts +13 -13
  22. package/dist/types/components/BannersDropdown/BannersDropdown.d.ts +18 -18
  23. package/dist/types/components/BannersDropdown/BannersDropdown.stories.d.ts +19 -19
  24. package/dist/types/components/BannersDropdown/BannersDropdown.style.d.ts +8 -8
  25. package/dist/types/components/BarChart/BarChart.d.ts +82 -82
  26. package/dist/types/components/BarChart/BarChart.stories.d.ts +179 -179
  27. package/dist/types/components/BarChart/BarChart.style.d.ts +8 -8
  28. package/dist/types/components/BarChartTwoRows/BarChartTwoRows.d.ts +2 -2
  29. package/dist/types/components/BarChartTwoRows/BarChartTwoRows.stories.d.ts +199 -199
  30. package/dist/types/components/BarChartTwoRows/BarChartTwoRows.style.d.ts +9 -9
  31. package/dist/types/components/BarChartWithAreaChart/BarChartWithAreaChart.d.ts +2 -2
  32. package/dist/types/components/BarChartWithAreaChart/BarChartWithAreaChart.stories.d.ts +112 -112
  33. package/dist/types/components/BarChartWithAreaChart/BarChartWithAreaChart.style.d.ts +9 -9
  34. package/dist/types/components/BarChartsByWeeks/BarChartsByWeeks.d.ts +107 -107
  35. package/dist/types/components/BarChartsByWeeks/BarChartsByWeeks.stories.d.ts +207 -207
  36. package/dist/types/components/BarChartsByWeeks/BarChartsByWeeks.style.d.ts +11 -11
  37. package/dist/types/components/BatteryChart/BatteryChart.d.ts +2 -2
  38. package/dist/types/components/BatteryChart/BatteryChart.style.d.ts +18 -18
  39. package/dist/types/components/Benchmark/Benchmark.d.ts +45 -45
  40. package/dist/types/components/Benchmark/Benchmark.stories.d.ts +167 -167
  41. package/dist/types/components/Benchmark/Benchmark.style.d.ts +5 -5
  42. package/dist/types/components/BreakdownPanel/BreakdownPanel.d.ts +2 -2
  43. package/dist/types/components/BreakdownPanel/BreakdownPanel.stories.d.ts +74 -73
  44. package/dist/types/components/BreakdownPanel/BreakdownPanel.style.d.ts +7 -7
  45. package/dist/types/components/BreakdownPanel/BreakdownPanel.test.d.ts +1 -1
  46. package/dist/types/components/BreakdownPanel/ItemSales/BannerButton.d.ts +8 -8
  47. package/dist/types/components/BreakdownPanel/ItemSales/BannerButton.style.d.ts +1 -1
  48. package/dist/types/components/BreakdownPanel/ItemSales/CategorySalesPanel.d.ts +7 -7
  49. package/dist/types/components/BreakdownPanel/ItemSales/CategorySalesPanel.style.d.ts +6 -6
  50. package/dist/types/components/BreakdownPanel/ItemSales/ItemSalesPanel.d.ts +2 -2
  51. package/dist/types/components/BreakdownPanel/ItemSales/ItemSalesPanel.style.d.ts +3 -3
  52. package/dist/types/components/BreakdownPanel/ItemSales/ItemsCounterGraphPanel.d.ts +6 -6
  53. package/dist/types/components/BreakdownPanel/ItemSales/ItemsCounterGraphPanel.style.d.ts +3 -3
  54. package/dist/types/components/BrushChart/BrushChart.d.ts +2 -2
  55. package/dist/types/components/BrushChart/BrushChart.stories.d.ts +150 -150
  56. package/dist/types/components/BrushChart/BrushChart.style.d.ts +47 -47
  57. package/dist/types/components/BrushChart/Charts/BarLine.d.ts +2 -2
  58. package/dist/types/components/BrushChart/Charts/InnerBar.d.ts +2 -2
  59. package/dist/types/components/BrushChart/Charts/SingleChart.d.ts +2 -2
  60. package/dist/types/components/BubbleChart/BubbleChart.d.ts +15 -15
  61. package/dist/types/components/BubbleChart/BubbleChart.stories.d.ts +94 -93
  62. package/dist/types/components/BubbleChart/BubbleChart.style.d.ts +13 -13
  63. package/dist/types/components/Button/Button.d.ts +22 -22
  64. package/dist/types/components/Button/Button.stories.d.ts +185 -185
  65. package/dist/types/components/Button/Button.style.d.ts +5 -5
  66. package/dist/types/components/Button/Button.test.d.ts +1 -1
  67. package/dist/types/components/CampaignTool/CampaignDemoReport.d.ts +33 -33
  68. package/dist/types/components/CampaignTool/CampaignDemoReport.stories.d.ts +46 -46
  69. package/dist/types/components/CampaignTool/CampaignDemoReport.style.d.ts +5 -5
  70. package/dist/types/components/CampaignTool/Card.d.ts +37 -37
  71. package/dist/types/components/CampaignTool/Card.stories.d.ts +57 -57
  72. package/dist/types/components/CampaignTool/Card.style.d.ts +8 -8
  73. package/dist/types/components/CampaignTool/FormInput.d.ts +5 -5
  74. package/dist/types/components/CampaignTool/FormSelect.d.ts +5 -5
  75. package/dist/types/components/CampaignTool/MultipleCard.d.ts +15 -15
  76. package/dist/types/components/CampaignTool/MultipleCard.stories.d.ts +28 -28
  77. package/dist/types/components/CampaignTool/MultipleCard.style.d.ts +1 -1
  78. package/dist/types/components/CampaignTool/PageFilterBar.d.ts +12 -12
  79. package/dist/types/components/CampaignTool/PageFilterBar.stories.d.ts +17 -17
  80. package/dist/types/components/CampaignTool/PageFilterBar.style.d.ts +2 -2
  81. package/dist/types/components/CampaignTool/Popup.d.ts +27 -27
  82. package/dist/types/components/CampaignTool/Popup.stories.d.ts +101 -101
  83. package/dist/types/components/CampaignTool/Popup.style.d.ts +14 -14
  84. package/dist/types/components/CampaignTool/PopupContent.d.ts +28 -28
  85. package/dist/types/components/CampaignTool/PopupContent.style.d.ts +7 -7
  86. package/dist/types/components/CampaignTool/PopupFieldsRules.d.ts +41 -41
  87. package/dist/types/components/CampaignTool/Table.d.ts +56 -56
  88. package/dist/types/components/CampaignTool/Table.stories.d.ts +108 -108
  89. package/dist/types/components/CampaignTool/Table.style.d.ts +7 -7
  90. package/dist/types/components/CheckBox/CheckBox.d.ts +2 -2
  91. package/dist/types/components/CheckBox/CheckBox.stories.d.ts +126 -126
  92. package/dist/types/components/CheckBox/CheckBox.style.d.ts +4 -4
  93. package/dist/types/components/CheckBoxButton/CheckBoxButton.d.ts +21 -21
  94. package/dist/types/components/CheckBoxButton/CheckBoxButton.stories.d.ts +187 -187
  95. package/dist/types/components/CheckBoxButton/CheckBoxButton.style.d.ts +4 -4
  96. package/dist/types/components/CodeEditor/CodeEditor.d.ts +5 -5
  97. package/dist/types/components/CollapseData/CollapseData.d.ts +40 -40
  98. package/dist/types/components/CollapseData/CollapseData.stories.d.ts +59 -59
  99. package/dist/types/components/CollapseData/CollapseData.style.d.ts +11 -11
  100. package/dist/types/components/CollapseHeader/CollapseHeader.d.ts +82 -82
  101. package/dist/types/components/CollapseHeader/CollapseHeader.stories.d.ts +101 -101
  102. package/dist/types/components/CollapseHeader/CollapseHeader.style.d.ts +25 -25
  103. package/dist/types/components/CollapseMenuItem/CollapseMenuItem.d.ts +24 -24
  104. package/dist/types/components/CollapseMenuItem/CollapseMenuItem.stories.d.ts +54 -54
  105. package/dist/types/components/CollapseMenuItem/CollapseMenuItem.style.d.ts +7 -7
  106. package/dist/types/components/DialogOverlay/DialogOverlay.d.ts +21 -21
  107. package/dist/types/components/DialogOverlay/DialogOverlay.stories.d.ts +31 -31
  108. package/dist/types/components/DialogOverlay/DialogOverlay.style.d.ts +6 -6
  109. package/dist/types/components/DoubleBarSingleLine/DoubleBarSingleLine.d.ts +2 -2
  110. package/dist/types/components/DoubleBarSingleLine/DoubleBarSingleLine.stories.d.ts +265 -264
  111. package/dist/types/components/DoubleBarSingleLine/DoubleBarSingleLine.style.d.ts +10 -10
  112. package/dist/types/components/DoublePanelDataRow/DoublePanelDataRow.d.ts +2 -2
  113. package/dist/types/components/DoublePanelDataRow/DoublePanelDataRow.stories.d.ts +72 -72
  114. package/dist/types/components/DoublePanelDataRow/DoublePanelDataRow.style.d.ts +9 -9
  115. package/dist/types/components/DownloadProgress/DownloadProgress.d.ts +39 -39
  116. package/dist/types/components/DownloadProgress/DownloadProgress.stories.d.ts +99 -99
  117. package/dist/types/components/DownloadProgress/DownloadProgress.style.d.ts +4 -4
  118. package/dist/types/components/DropdownMultiNew/DropdownMultiNew.d.ts +79 -79
  119. package/dist/types/components/DropdownMultiNew/DropdownMultiNew.style.d.ts +12 -12
  120. package/dist/types/components/DropdownMultiNew/DropdownNew.stories.d.ts +240 -240
  121. package/dist/types/components/DropdownNew/DropdownNew.d.ts +81 -81
  122. package/dist/types/components/DropdownNew/DropdownNew.style.d.ts +1 -1
  123. package/dist/types/components/DropdownSingleNew/DropdownSingleNew.d.ts +75 -75
  124. package/dist/types/components/DropdownSingleNew/DropdownSingleNew.style.d.ts +10 -10
  125. package/dist/types/components/EventDetailsCard/EventDetailsCard.d.ts +48 -48
  126. package/dist/types/components/EventDetailsCard/EventDetailsCard.stories.d.ts +122 -122
  127. package/dist/types/components/EventDetailsCard/EventDetailsCard.style.d.ts +6 -6
  128. package/dist/types/components/EventList/EventList.d.ts +30 -30
  129. package/dist/types/components/EventList/EventList.stories.d.ts +67 -67
  130. package/dist/types/components/EventList/EventList.style.d.ts +4 -4
  131. package/dist/types/components/EventListItem/EventListItem.d.ts +27 -27
  132. package/dist/types/components/EventListItem/EventListItem.stories.d.ts +67 -67
  133. package/dist/types/components/EventListItem/EventListItem.style.d.ts +4 -4
  134. package/dist/types/components/FilterContainer/FilterContainer.d.ts +3 -3
  135. package/dist/types/components/FilterContainer/FilterContainer.stories.d.ts +9 -9
  136. package/dist/types/components/FilterContainer/FilterContainer.style.d.ts +3 -3
  137. package/dist/types/components/FilterPanel/FilterPanel.d.ts +89 -89
  138. package/dist/types/components/FilterPanel/FilterPanel.stories.d.ts +172 -172
  139. package/dist/types/components/FilterPanel/FilterPanel.style.d.ts +11 -11
  140. package/dist/types/components/FormattedValue/FormattedValue.d.ts +45 -45
  141. package/dist/types/components/FormattedValue/FormattedValue.stories.d.ts +131 -131
  142. package/dist/types/components/FormattedValue/FormattedValue.style.d.ts +7 -7
  143. package/dist/types/components/Heatmap/Heatmap.d.ts +15 -15
  144. package/dist/types/components/Heatmap/Heatmap.stories.d.ts +59 -59
  145. package/dist/types/components/Heatmap/Heatmap.style.d.ts +15 -15
  146. package/dist/types/components/IconButton/IconButton.d.ts +48 -48
  147. package/dist/types/components/IconButton/IconButton.stories.d.ts +89 -89
  148. package/dist/types/components/IconButton/IconButton.style.d.ts +4 -4
  149. package/dist/types/components/Input/Input.d.ts +80 -80
  150. package/dist/types/components/Input/Input.stories.d.ts +278 -278
  151. package/dist/types/components/Input/Input.style.d.ts +7 -7
  152. package/dist/types/components/InputOld/InputOld.d.ts +66 -66
  153. package/dist/types/components/InputOld/InputOld.stories.d.ts +109 -109
  154. package/dist/types/components/InputOld/InputOld.style.d.ts +6 -6
  155. package/dist/types/components/InsightsCarousel/InsightsCarousel.d.ts +11 -11
  156. package/dist/types/components/InsightsCarousel/InsightsCarousel.stories.d.ts +48 -47
  157. package/dist/types/components/InsightsCarousel/InsightsCarousel.style.d.ts +12 -12
  158. package/dist/types/components/KpiFilter/KpiFilter.d.ts +58 -58
  159. package/dist/types/components/KpiFilter/KpiFilter.stories.d.ts +174 -174
  160. package/dist/types/components/KpiFilter/KpiFilter.style.d.ts +16 -16
  161. package/dist/types/components/LinkButton/LinkButton.d.ts +13 -13
  162. package/dist/types/components/LinkButton/LinkButton.stories.d.ts +110 -110
  163. package/dist/types/components/LinkButton/LinkButton.style.d.ts +4 -4
  164. package/dist/types/components/LinkButton/LinkButton.test.d.ts +1 -1
  165. package/dist/types/components/LinnerDataBox/LinnerDataBox.d.ts +2 -2
  166. package/dist/types/components/LinnerDataBox/LinnerDataBox.data.d.ts +15 -15
  167. package/dist/types/components/LinnerDataBox/LinnerDataBox.stories.d.ts +39 -39
  168. package/dist/types/components/LinnerDataBox/LinnerDataBox.style.d.ts +14 -14
  169. package/dist/types/components/ListBox/ListBox.d.ts +15 -15
  170. package/dist/types/components/ListBox/ListBox.stories.d.ts +134 -134
  171. package/dist/types/components/ListBox/ListBox.style.d.ts +4 -4
  172. package/dist/types/components/MarketShareDescription/MarketShareDescription.d.ts +31 -31
  173. package/dist/types/components/MarketShareDescription/MarketShareDescription.stories.d.ts +70 -70
  174. package/dist/types/components/MarketShareDescription/MarketShareDescription.style.d.ts +16 -16
  175. package/dist/types/components/Modal/Modal.d.ts +6 -6
  176. package/dist/types/components/Modal/Modal.style.d.ts +4 -4
  177. package/dist/types/components/Modal/ModalTotalBenchmark.d.ts +8 -8
  178. package/dist/types/components/Modal/ModalTotalCost.d.ts +7 -7
  179. package/dist/types/components/MonthPicker/MonthPicker.d.ts +55 -55
  180. package/dist/types/components/MonthPicker/MonthPicker.stories.d.ts +148 -148
  181. package/dist/types/components/MonthPicker/MonthPicker.style.d.ts +8 -8
  182. package/dist/types/components/MonthPicker/MonthPopupPicker.d.ts +10 -10
  183. package/dist/types/components/MonthPicker/MonthPopupPicker.style.d.ts +7 -7
  184. package/dist/types/components/NoDataFoundMessage/NoDataFoundMessage.d.ts +2 -2
  185. package/dist/types/components/NoDataFoundMessage/NoDataFoundMessage.stories.d.ts +39 -39
  186. package/dist/types/components/NoDataFoundMessage/NoDataFoundMessage.style.d.ts +3 -3
  187. package/dist/types/components/OneColumnContainer/OneColumnContainer.d.ts +81 -81
  188. package/dist/types/components/OneColumnContainer/OneColumnContainer.stories.d.ts +396 -396
  189. package/dist/types/components/OneColumnContainer/OneColumnContainer.style.d.ts +12 -12
  190. package/dist/types/components/PerformanceAnalytics/PerformanceAnalytics.d.ts +86 -86
  191. package/dist/types/components/PerformanceAnalytics/PerformanceAnalytics.stories.d.ts +175 -175
  192. package/dist/types/components/PerformanceAnalytics/PerformanceAnalytics.style.d.ts +14 -14
  193. package/dist/types/components/PerformanceAnalyticsLegend/PerformanceAnalyticsLegend.d.ts +2 -2
  194. package/dist/types/components/PerformanceAnalyticsLegend/PerformanceAnalyticsLegend.stories.d.ts +43 -43
  195. package/dist/types/components/PerformanceAnalyticsLegend/PerformanceAnalyticsLegend.style.d.ts +6 -6
  196. package/dist/types/components/PerformanceAnalyticsOneColumn/PerformanceAnalyticsOneColumn.d.ts +85 -85
  197. package/dist/types/components/PerformanceAnalyticsOneColumn/PerformanceAnalyticsOneColumn.stories.d.ts +153 -153
  198. package/dist/types/components/PerformanceAnalyticsOneColumn/PerformanceAnalyticsOneColumn.style.d.ts +13 -13
  199. package/dist/types/components/PerformanceAnalyticsTotals/PerformanceAnalyticsTotals.d.ts +37 -37
  200. package/dist/types/components/PerformanceAnalyticsTotals/PerformanceAnalyticsTotals.stories.d.ts +42 -42
  201. package/dist/types/components/PerformanceAnalyticsTotals/PerformanceAnalyticsTotals.style.d.ts +10 -10
  202. package/dist/types/components/PieChart/PieChart.d.ts +66 -66
  203. package/dist/types/components/PieChart/PieChart.stories.d.ts +201 -201
  204. package/dist/types/components/PieChart/PieChart.style.d.ts +18 -18
  205. package/dist/types/components/PopupCharts/PopupCharts.d.ts +64 -64
  206. package/dist/types/components/PopupCharts/PopupCharts.stories.d.ts +89 -89
  207. package/dist/types/components/PopupCharts/PopupCharts.style.d.ts +12 -12
  208. package/dist/types/components/ProductsVariety/ProductsVariety.d.ts +29 -29
  209. package/dist/types/components/ProductsVariety/ProductsVariety.stories.d.ts +48 -48
  210. package/dist/types/components/ProductsVariety/ProductsVariety.style.d.ts +10 -10
  211. package/dist/types/components/ProgressBar/ProgressBar.d.ts +24 -24
  212. package/dist/types/components/ProgressBar/ProgressBar.stories.d.ts +65 -65
  213. package/dist/types/components/ProgressBar/ProgressBar.style.d.ts +2 -2
  214. package/dist/types/components/QuarterPicker/QuarterPicker.d.ts +55 -55
  215. package/dist/types/components/QuarterPicker/QuarterPicker.stories.d.ts +148 -148
  216. package/dist/types/components/QuarterPicker/QuarterPicker.style.d.ts +8 -8
  217. package/dist/types/components/QuarterPicker/QuarterPopupPicker.d.ts +10 -10
  218. package/dist/types/components/QuarterPicker/QuarterPopupPicker.style.d.ts +6 -6
  219. package/dist/types/components/QuickFilter/QuickFilter.d.ts +17 -17
  220. package/dist/types/components/QuickFilter/QuickFilter.stories.d.ts +249 -249
  221. package/dist/types/components/QuickFilter/QuickFilter.style.d.ts +1 -1
  222. package/dist/types/components/QuickFilterDropdownMultiSelection/QuickFilterDropdownMultiSelection.d.ts +76 -76
  223. package/dist/types/components/QuickFilterDropdownMultiSelection/QuickFilterDropdownMultiSelection.style.d.ts +12 -12
  224. package/dist/types/components/QuickFilterDropdownSingle/QuickFilterDropdownSingle.d.ts +68 -68
  225. package/dist/types/components/QuickFilterDropdownSingle/QuickFilterDropdownSingle.style.d.ts +11 -11
  226. package/dist/types/components/RangePicker/RangeDatePicker.d.ts +9 -9
  227. package/dist/types/components/RangePicker/RangePicker.d.ts +52 -52
  228. package/dist/types/components/RangePicker/RangePicker.stories.d.ts +148 -148
  229. package/dist/types/components/RangePicker/RangePicker.style.d.ts +8 -8
  230. package/dist/types/components/ReportTable/ReportTable.d.ts +83 -83
  231. package/dist/types/components/ReportTable/ReportTable.stories.d.ts +139 -139
  232. package/dist/types/components/ReportTable/ReportTable.style.d.ts +14 -14
  233. package/dist/types/components/SagButton/SagButton.d.ts +45 -45
  234. package/dist/types/components/SagButton/SagButton.stories.d.ts +142 -142
  235. package/dist/types/components/SagButton/SagButton.style.d.ts +3 -3
  236. package/dist/types/components/SagIconButton/SagIconButton.d.ts +45 -45
  237. package/dist/types/components/SagIconButton/SagIconButton.stories.d.ts +129 -129
  238. package/dist/types/components/SagIconButton/SagIconButton.style.d.ts +2 -2
  239. package/dist/types/components/SagInput/SagInput.d.ts +36 -36
  240. package/dist/types/components/SagInput/SagInput.stories.d.ts +71 -71
  241. package/dist/types/components/SagInput/SagInput.style.d.ts +3 -3
  242. package/dist/types/components/SalesAndROI/SalesAndROI.d.ts +50 -50
  243. package/dist/types/components/SalesAndROI/SalesAndROI.stories.d.ts +139 -139
  244. package/dist/types/components/SalesAndROI/SalesAndROI.style.d.ts +9 -9
  245. package/dist/types/components/SearchInput/SearchInput.d.ts +24 -24
  246. package/dist/types/components/SearchInput/SearchInput.stories.d.ts +39 -39
  247. package/dist/types/components/SearchInput/SearchInput.style.d.ts +2 -2
  248. package/dist/types/components/SegmentedButton/SegmentedButton.d.ts +52 -52
  249. package/dist/types/components/SegmentedButton/SegmentedButton.stories.d.ts +168 -168
  250. package/dist/types/components/SegmentedButton/SegmentedButton.style.d.ts +6 -6
  251. package/dist/types/components/Select/Select.d.ts +21 -21
  252. package/dist/types/components/Select/Select.stories.d.ts +252 -252
  253. package/dist/types/components/Select/Select.style.d.ts +6 -6
  254. package/dist/types/components/SingleBarLineCharts/SingleBarLineCharts.d.ts +28 -28
  255. package/dist/types/components/SingleBarLineCharts/SingleBarLineCharts.stories.d.ts +226 -226
  256. package/dist/types/components/SingleBarLineCharts/SingleBarLineCharts.style.d.ts +13 -13
  257. package/dist/types/components/SingleBarLineCharts/SingleBarLineCharts.test.d.ts +1 -1
  258. package/dist/types/components/TabMenu/TabMenu.d.ts +2 -2
  259. package/dist/types/components/TabMenu/TabMenu.stories.d.ts +171 -171
  260. package/dist/types/components/TabMenu/TabMenu.style.d.ts +27 -27
  261. package/dist/types/components/TitleDescription/TitleDescription.d.ts +59 -59
  262. package/dist/types/components/TitleDescription/TitleDescription.stories.d.ts +90 -90
  263. package/dist/types/components/TitleDescription/TitleDescription.style.d.ts +26 -26
  264. package/dist/types/components/Tooltip/Tooltip.d.ts +24 -24
  265. package/dist/types/components/Tooltip/Tooltip.style.d.ts +3 -3
  266. package/dist/types/components/TopToggleList/TopToggleList.d.ts +24 -24
  267. package/dist/types/components/TopToggleList/TopToggleList.stories.d.ts +25 -25
  268. package/dist/types/components/TopToggleList/TopToggleList.style.d.ts +5 -5
  269. package/dist/types/components/TotalBenchmark/TotalBenchmark.d.ts +40 -40
  270. package/dist/types/components/TotalBenchmark/TotalBenchmark.stories.d.ts +101 -101
  271. package/dist/types/components/TotalBenchmark/TotalBenchmark.style.d.ts +9 -9
  272. package/dist/types/components/TotalBenchmarkAreachart/TotalBenchmarkAreachart.d.ts +86 -86
  273. package/dist/types/components/TotalBenchmarkAreachart/TotalBenchmarkAreachart.stories.d.ts +240 -240
  274. package/dist/types/components/TotalBenchmarkAreachart/TotalBenchmarkAreachart.style.d.ts +20 -20
  275. package/dist/types/components/TotalBenchmarkArrows/TotalBenchmarkArrows.d.ts +51 -51
  276. package/dist/types/components/TotalBenchmarkArrows/TotalBenchmarkArrows.stories.d.ts +145 -145
  277. package/dist/types/components/TotalBenchmarkArrows/TotalBenchmarkArrows.style.d.ts +14 -14
  278. package/dist/types/components/TotalBenchmarkBarchart/TotalBenchmarkBarchart.d.ts +56 -56
  279. package/dist/types/components/TotalBenchmarkBarchart/TotalBenchmarkBarchart.stories.d.ts +155 -155
  280. package/dist/types/components/TotalBenchmarkBarchart/TotalBenchmarkBarchart.style.d.ts +10 -10
  281. package/dist/types/components/TotalDoughnutChart/TotalDoughnutChart.d.ts +82 -82
  282. package/dist/types/components/TotalDoughnutChart/TotalDoughnutChart.stories.d.ts +241 -241
  283. package/dist/types/components/TotalDoughnutChart/TotalDoughnutChart.style.d.ts +19 -19
  284. package/dist/types/components/TotalHorizontalCharts/TotalHorizontalCharts.d.ts +76 -76
  285. package/dist/types/components/TotalHorizontalCharts/TotalHorizontalCharts.stories.d.ts +214 -214
  286. package/dist/types/components/TotalHorizontalCharts/TotalHorizontalCharts.style.d.ts +6 -6
  287. package/dist/types/components/TspanTooltip/TspanTooltip.d.ts +24 -24
  288. package/dist/types/components/TspanTooltip/TspanTooltip.style.d.ts +3 -3
  289. package/dist/types/components/TwoBarCharts/TwoBarCharts.d.ts +77 -77
  290. package/dist/types/components/TwoBarCharts/TwoBarCharts.stories.d.ts +164 -164
  291. package/dist/types/components/TwoBarCharts/TwoBarCharts.style.d.ts +8 -8
  292. package/dist/types/icons/ArrowDownIcon.d.ts +6 -6
  293. package/dist/types/icons/ArrowDropDownIcon.d.ts +6 -6
  294. package/dist/types/icons/ArrowSelectIcon.d.ts +6 -6
  295. package/dist/types/icons/ArrowUpIcon.d.ts +6 -6
  296. package/dist/types/icons/AttachedIcon.d.ts +6 -6
  297. package/dist/types/icons/BarcodeIcon.d.ts +6 -6
  298. package/dist/types/icons/BellIcon.d.ts +6 -6
  299. package/dist/types/icons/ButtonArrowRight.d.ts +5 -5
  300. package/dist/types/icons/Calendar.d.ts +2 -2
  301. package/dist/types/icons/CalendarIcon.d.ts +6 -6
  302. package/dist/types/icons/CalendarInOpen.d.ts +2 -2
  303. package/dist/types/icons/CheckBoxButtonCheckedIcon.d.ts +7 -7
  304. package/dist/types/icons/CheckBoxCheckedIcon.d.ts +7 -7
  305. package/dist/types/icons/CheckBoxNotCheckedIcon.d.ts +7 -7
  306. package/dist/types/icons/ChervronLeftIcon.d.ts +6 -6
  307. package/dist/types/icons/ChervronRightIcon.d.ts +6 -6
  308. package/dist/types/icons/ChevronIcon.d.ts +7 -7
  309. package/dist/types/icons/ChevronLeftIcon.d.ts +4 -4
  310. package/dist/types/icons/ChevronRightIcon.d.ts +4 -4
  311. package/dist/types/icons/ClockIcon.d.ts +6 -6
  312. package/dist/types/icons/CloseIcon.d.ts +6 -6
  313. package/dist/types/icons/CloseXIcon.d.ts +6 -6
  314. package/dist/types/icons/ComboBoxArrowDownIcon.d.ts +7 -7
  315. package/dist/types/icons/ComboBoxArrowUpIcon.d.ts +7 -7
  316. package/dist/types/icons/DocumentIcon.d.ts +6 -6
  317. package/dist/types/icons/DownArrowIcon.d.ts +5 -5
  318. package/dist/types/icons/DownloadIcon.d.ts +6 -6
  319. package/dist/types/icons/Duplicate.d.ts +7 -7
  320. package/dist/types/icons/ErrorIcon.d.ts +6 -6
  321. package/dist/types/icons/ExitIcon.d.ts +7 -7
  322. package/dist/types/icons/ExportIcon.d.ts +6 -6
  323. package/dist/types/icons/EyeIcon.d.ts +7 -7
  324. package/dist/types/icons/FileIcon.d.ts +6 -6
  325. package/dist/types/icons/FilterIcon.d.ts +6 -6
  326. package/dist/types/icons/FlyIcon.d.ts +6 -6
  327. package/dist/types/icons/FolderIcon.d.ts +6 -6
  328. package/dist/types/icons/FoodLionChartIcon.d.ts +2 -2
  329. package/dist/types/icons/FoodLionIcon.d.ts +6 -6
  330. package/dist/types/icons/FoodLionNewIcon.d.ts +5 -5
  331. package/dist/types/icons/GiantFoodChartIcon.d.ts +2 -2
  332. package/dist/types/icons/GiantFoodIcon.d.ts +7 -7
  333. package/dist/types/icons/GiantFoodIcon_new.d.ts +7 -7
  334. package/dist/types/icons/HannafordChartIcon.d.ts +2 -2
  335. package/dist/types/icons/HannafordIcon.d.ts +6 -6
  336. package/dist/types/icons/HannafordIcon_new.d.ts +7 -7
  337. package/dist/types/icons/HannafordNewIcon.d.ts +5 -5
  338. package/dist/types/icons/InfoIcon.d.ts +7 -7
  339. package/dist/types/icons/LampIcon.d.ts +6 -6
  340. package/dist/types/icons/LegendLineIcon.d.ts +6 -6
  341. package/dist/types/icons/LegendUnionIcon.d.ts +6 -6
  342. package/dist/types/icons/MaintenanceIcon.d.ts +7 -7
  343. package/dist/types/icons/MenuItemClosedIcon.d.ts +7 -7
  344. package/dist/types/icons/MenuItemOpenIcon.d.ts +6 -6
  345. package/dist/types/icons/MenuItemRightIcon.d.ts +7 -7
  346. package/dist/types/icons/MenuItemUpIcon.d.ts +6 -6
  347. package/dist/types/icons/NoDataFoundIcon.d.ts +12 -12
  348. package/dist/types/icons/OptionsIcon.d.ts +6 -6
  349. package/dist/types/icons/PeopleIcon.d.ts +6 -6
  350. package/dist/types/icons/ReselectIcon.d.ts +6 -6
  351. package/dist/types/icons/SearchIcon.d.ts +6 -6
  352. package/dist/types/icons/ShoppingCartIcon.d.ts +6 -6
  353. package/dist/types/icons/ShoutIcon.d.ts +6 -6
  354. package/dist/types/icons/Sort.d.ts +1 -1
  355. package/dist/types/icons/SortIcon.d.ts +7 -7
  356. package/dist/types/icons/SpotlightProductIcon.d.ts +7 -7
  357. package/dist/types/icons/StopAndShopChartIcon.d.ts +2 -2
  358. package/dist/types/icons/StopAndShopIcon.d.ts +7 -7
  359. package/dist/types/icons/StopAndShopNewIcon.d.ts +6 -6
  360. package/dist/types/icons/SucceededIcon.d.ts +6 -6
  361. package/dist/types/icons/TheGiantCompanyChartIcon.d.ts +2 -2
  362. package/dist/types/icons/TheGiantCompanyIcon.d.ts +5 -5
  363. package/dist/types/icons/TheGiantCompanyNewIcon.d.ts +6 -6
  364. package/dist/types/icons/UpArrowIcon.d.ts +5 -5
  365. package/dist/types/index.d.ts +37 -37
  366. package/dist/types/utils/CommonFunctions.d.ts +7 -7
  367. package/dist/types/utils/ComponentFactory.d.ts +4 -4
  368. package/dist/types/utils/IconsHandler.d.ts +1 -1
  369. package/dist/types/utils/IconsHandler.style.d.ts +1 -1
  370. package/dist/types/utils/regex/Email.regex.d.ts +1 -1
  371. package/dist/types/utils/regex/LatinWithSpaces.regex.d.ts +1 -1
  372. package/dist/types/utils/regex/Phone.regex.d.ts +1 -1
  373. package/package.json +1 -1
package/dist/index.esm.js CHANGED
@@ -31560,7 +31560,6 @@ const TooltipContainer = styled.div`
31560
31560
  border-radius: 5px;
31561
31561
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
31562
31562
  border: 1px solid #ddd;
31563
- font-family: Poppins, sans-serif;
31564
31563
  font-weight: 500;
31565
31564
  font-size: 14px;
31566
31565
  `;
@@ -31598,6 +31597,12 @@ const BarLine = props => {
31598
31597
  left: 20,
31599
31598
  bottom: 0
31600
31599
  };
31600
+
31601
+ // Changed to match InnerBar component behavior
31602
+ const [brushRange, setBrushRange] = useState({
31603
+ startIndex: 0,
31604
+ endIndex: Math.min(6, brushAreaBarData.length - 1)
31605
+ });
31601
31606
  const CustomizedTick = /*#__PURE__*/React$1.memo(({
31602
31607
  x,
31603
31608
  y,
@@ -31661,6 +31666,15 @@ const BarLine = props => {
31661
31666
  } = payload[0].payload;
31662
31667
  return /*#__PURE__*/React$1.createElement(TooltipContainer, null, /*#__PURE__*/React$1.createElement(TooltipTitle$4, null, label), /*#__PURE__*/React$1.createElement(TooltipText, null, description), /*#__PURE__*/React$1.createElement(TooltipText, null, `INC Sales: $${getFormattedValue(inc_sales)}${getFormattedUnits(inc_sales)}`), /*#__PURE__*/React$1.createElement(TooltipText, null, `INC Sales ROI: ${getFormattedValue(inc_roi)}${getFormattedUnits(inc_roi)}`));
31663
31668
  });
31669
+
31670
+ // Fixed brush change handler to match InnerBar component
31671
+ const handleBrushChange = range => {
31672
+ setBrushRange(range);
31673
+ };
31674
+
31675
+ // Calculate the number of visible bars like InnerBar component
31676
+ const visibleBarsCount = brushRange.endIndex - brushRange.startIndex + 1;
31677
+ const shouldShowLabels = visibleBarsCount <= 8;
31664
31678
  return /*#__PURE__*/React$1.createElement("div", {
31665
31679
  style: {
31666
31680
  width: "100%",
@@ -31716,12 +31730,13 @@ const BarLine = props => {
31716
31730
  dataKey: "label",
31717
31731
  height: 30,
31718
31732
  stroke: "#212121",
31719
- startIndex: 0,
31720
- endIndex: Math.min(6, brushAreaBarData.length - 1),
31733
+ startIndex: brushRange.startIndex,
31734
+ endIndex: brushRange.endIndex,
31721
31735
  y: 330,
31722
31736
  travellerWidth: 10,
31723
31737
  tickFormatter: (value, index) => index + 1,
31724
- hide: true
31738
+ hide: true,
31739
+ onChange: handleBrushChange
31725
31740
  })))), /*#__PURE__*/React$1.createElement("div", {
31726
31741
  style: {
31727
31742
  height: "65%"
@@ -31739,7 +31754,7 @@ const BarLine = props => {
31739
31754
  vertical: false
31740
31755
  }), /*#__PURE__*/React$1.createElement(XAxis, {
31741
31756
  dataKey: "label",
31742
- tick: /*#__PURE__*/React$1.createElement(CustomizedTick, null),
31757
+ tick: shouldShowLabels ? /*#__PURE__*/React$1.createElement(CustomizedTick, null) : false,
31743
31758
  interval: 0,
31744
31759
  height: 50,
31745
31760
  tickLine: false
@@ -31768,9 +31783,10 @@ const BarLine = props => {
31768
31783
  height: 30,
31769
31784
  fill: "#EFEFEF",
31770
31785
  travellerWidth: 10,
31771
- startIndex: 0,
31772
- endIndex: Math.min(6, brushAreaBarData.length - 1),
31773
- className: "custom-brush"
31786
+ startIndex: brushRange.startIndex,
31787
+ endIndex: brushRange.endIndex,
31788
+ className: "custom-brush",
31789
+ onChange: handleBrushChange
31774
31790
  })))), /*#__PURE__*/React$1.createElement(PerformanceAnalyticsLegend, {
31775
31791
  width: "100%",
31776
31792
  height: "40px",
@@ -31795,11 +31811,20 @@ const SingleChart = props => {
31795
31811
  } = props;
31796
31812
  const MAX_CHARS_PER_LINE = getMaxCharsPerLine(barData.length);
31797
31813
  const MAX_LINES = 2;
31798
- const dataWithIndex = barData?.map((item, index) => ({
31799
- ...item,
31800
- index,
31801
- shortLabel: item.label.replace("Vendor Selling Event: ", "Wk ")
31802
- }));
31814
+
31815
+ // Separate state for brush range
31816
+ const [brushRange, setBrushRange] = useState({
31817
+ startIndex: 0,
31818
+ endIndex: Math.min(6, barData.length - 1)
31819
+ });
31820
+
31821
+ // Remove data transformation - use original data like InnerBar does
31822
+ // const dataWithIndex = barData?.map((item, index) => ({
31823
+ // ...item,
31824
+ // index,
31825
+ // shortLabel: item.label.replace("Vendor Selling Event: ", "Wk "),
31826
+ // }));
31827
+
31803
31828
  const CustomizedTick = /*#__PURE__*/React$1.memo(({
31804
31829
  x,
31805
31830
  y,
@@ -31859,28 +31884,41 @@ const SingleChart = props => {
31859
31884
  if (!data) return null;
31860
31885
  return /*#__PURE__*/React$1.createElement(TooltipContainer, null, /*#__PURE__*/React$1.createElement(TooltipTitle$4, null, `${data.label}`), /*#__PURE__*/React$1.createElement(TooltipText, null, `${data.description}`), /*#__PURE__*/React$1.createElement(TooltipText, null, `${data.typeTitle}: ${getFormattedValue(data.value)}${getFormattedUnits(data.value)}`));
31861
31886
  };
31887
+
31888
+ // Fixed brush change handler - matches the working InnerBar component exactly
31889
+ const handleBrushChange = range => {
31890
+ setBrushRange(range);
31891
+ };
31892
+
31893
+ // Calculate the number of visible bars
31894
+ const visibleBarsCount = brushRange.endIndex - brushRange.startIndex + 1;
31895
+ const shouldShowLabels = visibleBarsCount <= 8;
31862
31896
  return /*#__PURE__*/React$1.createElement("div", {
31863
31897
  style: {
31864
31898
  width: "100%",
31865
- height: "100%"
31899
+ height: "100%",
31900
+ userSelect: "none"
31866
31901
  }
31867
31902
  }, /*#__PURE__*/React$1.createElement(ResponsiveContainer, {
31868
31903
  width: "100%",
31869
31904
  height: "90%"
31870
31905
  }, /*#__PURE__*/React$1.createElement(BarChart$1, {
31871
- data: dataWithIndex,
31906
+ data: barData,
31872
31907
  margin: {
31873
31908
  top: 40,
31874
31909
  right: 40,
31875
31910
  left: 20,
31876
31911
  bottom: 0
31912
+ },
31913
+ style: {
31914
+ userSelect: "none"
31877
31915
  }
31878
31916
  }, /*#__PURE__*/React$1.createElement(CartesianGrid, {
31879
31917
  strokeDasharray: "3 3",
31880
31918
  vertical: false
31881
31919
  }), /*#__PURE__*/React$1.createElement(XAxis, {
31882
31920
  dataKey: "label",
31883
- tick: /*#__PURE__*/React$1.createElement(CustomizedTick, null),
31921
+ tick: shouldShowLabels ? /*#__PURE__*/React$1.createElement(CustomizedTick, null) : false,
31884
31922
  interval: 0,
31885
31923
  height: 50,
31886
31924
  tickLine: false
@@ -31908,9 +31946,10 @@ const SingleChart = props => {
31908
31946
  height: 30,
31909
31947
  fill: "#EFEFEF",
31910
31948
  travellerWidth: 10,
31911
- startIndex: 0,
31912
- endIndex: Math.min(6, barData.length - 1),
31913
- className: "custom-brush"
31949
+ startIndex: brushRange.startIndex,
31950
+ endIndex: brushRange.endIndex,
31951
+ className: "custom-brush",
31952
+ onChange: handleBrushChange
31914
31953
  }))), /*#__PURE__*/React$1.createElement(PerformanceAnalyticsLegend, {
31915
31954
  width: "100%",
31916
31955
  height: "40px",
@@ -31931,6 +31970,12 @@ const InnerBar = props => {
31931
31970
  } = props;
31932
31971
  const MAX_CHARS_PER_LINE = getMaxCharsPerLine(brushInnerBarData.length);
31933
31972
  const MAX_LINES = 2;
31973
+
31974
+ // Separate state for brush range and label display
31975
+ const [brushRange, setBrushRange] = useState({
31976
+ startIndex: 0,
31977
+ endIndex: Math.min(6, brushInnerBarData.length - 1)
31978
+ });
31934
31979
  const BarWithInner = props => {
31935
31980
  const {
31936
31981
  x,
@@ -32041,6 +32086,13 @@ const InnerBar = props => {
32041
32086
  dy: idx === 0 ? "0.71em" : "1.2em"
32042
32087
  }, line))));
32043
32088
  });
32089
+ const handleBrushChange = range => {
32090
+ setBrushRange(range);
32091
+ };
32092
+
32093
+ // Calculate the number of visible bars
32094
+ const visibleBarsCount = brushRange.endIndex - brushRange.startIndex + 1;
32095
+ const shouldShowLabels = visibleBarsCount <= 8;
32044
32096
  return /*#__PURE__*/React$1.createElement("div", {
32045
32097
  style: {
32046
32098
  width: "100%",
@@ -32062,7 +32114,7 @@ const InnerBar = props => {
32062
32114
  vertical: false
32063
32115
  }), /*#__PURE__*/React$1.createElement(XAxis, {
32064
32116
  dataKey: "label",
32065
- tick: /*#__PURE__*/React$1.createElement(CustomizedTick, null),
32117
+ tick: shouldShowLabels ? /*#__PURE__*/React$1.createElement(CustomizedTick, null) : false,
32066
32118
  height: 50,
32067
32119
  tickLine: false,
32068
32120
  interval: 0
@@ -32081,9 +32133,10 @@ const InnerBar = props => {
32081
32133
  height: 30,
32082
32134
  fill: "#EFEFEF",
32083
32135
  travellerWidth: 10,
32084
- startIndex: 0,
32085
- endIndex: Math.min(6, brushInnerBarData.length - 1),
32086
- className: "custom-brush"
32136
+ startIndex: brushRange.startIndex,
32137
+ endIndex: brushRange.endIndex,
32138
+ className: "custom-brush",
32139
+ onChange: handleBrushChange
32087
32140
  }))), /*#__PURE__*/React$1.createElement(PerformanceAnalyticsLegend, {
32088
32141
  width: "100%",
32089
32142
  height: "40px",