sag_components 2.0.0-beta7 → 2.0.0-beta71

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 (262) hide show
  1. package/dist/index.d.ts +226 -277
  2. package/dist/index.esm.js +30561 -79673
  3. package/dist/index.esm.js.map +1 -1
  4. package/dist/index.js +29935 -79055
  5. package/dist/index.js.map +1 -1
  6. package/dist/types/components/AreaChart/AreaChart.d.ts +2 -0
  7. package/dist/types/components/AreaChart/AreaChart.stories.d.ts +80 -0
  8. package/dist/types/components/AreaChart/AreaChart.style.d.ts +8 -0
  9. package/dist/types/components/AttachedFile/AttachedFile.stories.d.ts +70 -10
  10. package/dist/types/components/AutocompleteField/AutocompleteField.d.ts +1 -1
  11. package/dist/types/components/AutocompleteField/AutocompleteField.stories.d.ts +1 -7
  12. package/dist/types/components/BannerEventBox/BannerEventBox.d.ts +2 -2
  13. package/dist/types/components/BannerEventBox/BannerEventBox.stories.d.ts +1 -22
  14. package/dist/types/components/BannerEventBoxList/BannerEventBoxList.d.ts +3 -6
  15. package/dist/types/components/BannerEventBoxList/BannerEventBoxList.stories.d.ts +1 -13
  16. package/dist/types/components/BannersDropdown/BannersDropdown.d.ts +1 -1
  17. package/dist/types/components/BannersDropdown/BannersDropdown.stories.d.ts +2 -21
  18. package/dist/types/components/BarChart/BarChart.d.ts +4 -4
  19. package/dist/types/components/BarChart/BarChart.stories.d.ts +3 -144
  20. package/dist/types/components/BarChartTwoRows/BarChartTwoRows.d.ts +4 -4
  21. package/dist/types/components/BarChartTwoRows/BarChartTwoRows.stories.d.ts +2 -103
  22. package/dist/types/components/BarChartTwoRows/BarChartTwoRows.style.d.ts +1 -23
  23. package/dist/types/components/BarChartWithAreaChart/BarChartWithAreaChart.d.ts +4 -4
  24. package/dist/types/components/BarChartWithAreaChart/BarChartWithAreaChart.stories.d.ts +1 -36
  25. package/dist/types/components/BarChartsByWeeks/BarChartsByWeeks.d.ts +6 -6
  26. package/dist/types/components/BarChartsByWeeks/BarChartsByWeeks.stories.d.ts +6 -264
  27. package/dist/types/components/BatteryChart/BatteryChart.d.ts +2 -0
  28. package/dist/types/components/BatteryChart/BatteryChart.style.d.ts +18 -0
  29. package/dist/types/components/Benchmark/Benchmark.stories.d.ts +2 -59
  30. package/dist/types/components/BreakdownPanel/BreakdownPanel.d.ts +2 -0
  31. package/dist/types/components/BreakdownPanel/BreakdownPanel.stories.d.ts +74 -0
  32. package/dist/types/components/BreakdownPanel/BreakdownPanel.style.d.ts +7 -0
  33. package/dist/types/components/BreakdownPanel/ItemSales/BannerButton.d.ts +8 -0
  34. package/dist/types/components/BreakdownPanel/ItemSales/BannerButton.style.d.ts +1 -0
  35. package/dist/types/components/BreakdownPanel/ItemSales/CategorySalesPanel.d.ts +7 -0
  36. package/dist/types/components/BreakdownPanel/ItemSales/CategorySalesPanel.style.d.ts +6 -0
  37. package/dist/types/components/BreakdownPanel/ItemSales/ItemSalesPanel.d.ts +2 -0
  38. package/dist/types/components/BreakdownPanel/ItemSales/ItemSalesPanel.style.d.ts +3 -0
  39. package/dist/types/components/BreakdownPanel/ItemSales/ItemsCounterGraphPanel.d.ts +6 -0
  40. package/dist/types/components/BreakdownPanel/ItemSales/ItemsCounterGraphPanel.style.d.ts +3 -0
  41. package/dist/types/components/BrushChart/BrushChart.d.ts +2 -0
  42. package/dist/types/components/BrushChart/BrushChart.stories.d.ts +8 -0
  43. package/dist/types/components/BrushChart/BrushChart.style.d.ts +47 -0
  44. package/dist/types/components/BrushChart/Charts/BarLine.d.ts +2 -0
  45. package/dist/types/components/BrushChart/Charts/InnerBar.d.ts +2 -0
  46. package/dist/types/components/BrushChart/Charts/SingleChart.d.ts +2 -0
  47. package/dist/types/components/BubbleChart/BubbleChart.d.ts +15 -0
  48. package/dist/types/components/BubbleChart/BubbleChart.stories.d.ts +93 -0
  49. package/dist/types/components/BubbleChart/BubbleChart.style.d.ts +13 -0
  50. package/dist/types/components/Button/Button.d.ts +21 -21
  51. package/dist/types/components/Button/Button.stories.d.ts +12 -220
  52. package/dist/types/components/CampaignTool/CampaignDemoReport.d.ts +4 -4
  53. package/dist/types/components/CampaignTool/CampaignDemoReport.stories.d.ts +1 -19
  54. package/dist/types/components/CampaignTool/Card.d.ts +2 -2
  55. package/dist/types/components/CampaignTool/Card.stories.d.ts +1 -1
  56. package/dist/types/components/CampaignTool/MultipleCard.stories.d.ts +1 -4
  57. package/dist/types/components/CampaignTool/PageFilterBar.stories.d.ts +1 -7
  58. package/dist/types/components/CampaignTool/Popup.stories.d.ts +1 -66
  59. package/dist/types/components/CampaignTool/PopupContent.d.ts +3 -3
  60. package/dist/types/components/CampaignTool/Table.d.ts +2 -2
  61. package/dist/types/components/CampaignTool/Table.stories.d.ts +1 -13
  62. package/dist/types/components/CheckBox/CheckBox.d.ts +1 -14
  63. package/dist/types/components/CheckBox/CheckBox.stories.d.ts +1 -25
  64. package/dist/types/components/CheckBoxButton/CheckBoxButton.d.ts +14 -14
  65. package/dist/types/components/CheckBoxButton/CheckBoxButton.stories.d.ts +1 -35
  66. package/dist/types/components/CollapseData/CollapseData.d.ts +5 -5
  67. package/dist/types/components/CollapseData/CollapseData.stories.d.ts +7 -34
  68. package/dist/types/components/CollapseHeader/CollapseHeader.d.ts +15 -3
  69. package/dist/types/components/CollapseHeader/CollapseHeader.stories.d.ts +2 -52
  70. package/dist/types/components/CollapseMenuItem/CollapseMenuItem.stories.d.ts +2 -27
  71. package/dist/types/components/DialogOverlay/DialogOverlay.d.ts +1 -1
  72. package/dist/types/components/DialogOverlay/DialogOverlay.stories.d.ts +1 -11
  73. package/dist/types/components/DoubleBarSingleLine/DoubleBarSingleLine.d.ts +2 -0
  74. package/dist/types/components/{TextField/TextField.stories.d.ts → DoubleBarSingleLine/DoubleBarSingleLine.stories.d.ts} +155 -133
  75. package/dist/types/components/DoubleBarSingleLine/DoubleBarSingleLine.style.d.ts +10 -0
  76. package/dist/types/components/DoublePanelDataRow/DoublePanelDataRow.d.ts +0 -32
  77. package/dist/types/components/DoublePanelDataRow/DoublePanelDataRow.stories.d.ts +1 -32
  78. package/dist/types/components/DownloadProgress/DownloadProgress.stories.d.ts +3 -63
  79. package/dist/types/components/DropdownMultiNew/DropdownMultiNew.d.ts +6 -6
  80. package/dist/types/components/DropdownMultiNew/DropdownNew.stories.d.ts +12 -346
  81. package/dist/types/components/DropdownNew/DropdownNew.d.ts +7 -7
  82. package/dist/types/components/DropdownSingleNew/DropdownSingleNew.d.ts +6 -6
  83. package/dist/types/components/EventDetailsCard/EventDetailsCard.d.ts +2 -2
  84. package/dist/types/components/EventDetailsCard/EventDetailsCard.stories.d.ts +1 -30
  85. package/dist/types/components/EventList/EventList.d.ts +3 -3
  86. package/dist/types/components/EventList/EventList.stories.d.ts +1 -18
  87. package/dist/types/components/EventListItem/EventListItem.stories.d.ts +1 -15
  88. package/dist/types/components/FilterContainer/FilterContainer.stories.d.ts +1 -7
  89. package/dist/types/components/FilterPanel/FilterPanel.d.ts +16 -15
  90. package/dist/types/components/FilterPanel/FilterPanel.stories.d.ts +10 -662
  91. package/dist/types/components/FormattedValue/FormattedValue.stories.d.ts +7 -173
  92. package/dist/types/components/Heatmap/Heatmap.d.ts +2 -2
  93. package/dist/types/components/Heatmap/Heatmap.stories.d.ts +2 -30
  94. package/dist/types/components/Heatmap/Heatmap.style.d.ts +1 -1
  95. package/dist/types/components/IconButton/IconButton.stories.d.ts +6 -83
  96. package/dist/types/components/Input/Input.stories.d.ts +14 -424
  97. package/dist/types/components/InputOld/InputOld.d.ts +2 -2
  98. package/dist/types/components/InputOld/InputOld.stories.d.ts +2 -23
  99. package/dist/types/components/InsightsCarousel/InsightsCarousel.d.ts +11 -0
  100. package/dist/types/components/InsightsCarousel/InsightsCarousel.stories.d.ts +48 -0
  101. package/dist/types/components/InsightsCarousel/InsightsCarousel.style.d.ts +12 -0
  102. package/dist/types/components/KpiFilter/KpiFilter.d.ts +5 -5
  103. package/dist/types/components/KpiFilter/KpiFilter.stories.d.ts +4 -130
  104. package/dist/types/components/LinkButton/LinkButton.d.ts +9 -9
  105. package/dist/types/components/LinkButton/LinkButton.stories.d.ts +10 -179
  106. package/dist/types/components/LinnerDataBox/LinnerDataBox.d.ts +0 -33
  107. package/dist/types/components/LinnerDataBox/LinnerDataBox.data.d.ts +15 -0
  108. package/dist/types/components/LinnerDataBox/LinnerDataBox.stories.d.ts +1 -34
  109. package/dist/types/components/LinnerDataBox/LinnerDataBox.style.d.ts +3 -1
  110. package/dist/types/components/ListBox/ListBox.d.ts +9 -9
  111. package/dist/types/components/ListBox/ListBox.stories.d.ts +1 -29
  112. package/dist/types/components/MarketShareDescription/MarketShareDescription.d.ts +3 -3
  113. package/dist/types/components/MarketShareDescription/MarketShareDescription.stories.d.ts +3 -68
  114. package/dist/types/components/Modal/Modal.d.ts +1 -1
  115. package/dist/types/components/MonthPicker/MonthPicker.d.ts +1 -1
  116. package/dist/types/components/MonthPicker/MonthPicker.stories.d.ts +3 -52
  117. package/dist/types/components/NoDataFoundMessage/NoDataFoundMessage.d.ts +0 -10
  118. package/dist/types/components/NoDataFoundMessage/NoDataFoundMessage.stories.d.ts +1 -7
  119. package/dist/types/components/NoDataFoundMessage/NoDataFoundMessage.style.d.ts +1 -1
  120. package/dist/types/components/OneColumnContainer/OneColumnContainer.d.ts +20 -2
  121. package/dist/types/components/OneColumnContainer/OneColumnContainer.stories.d.ts +276 -29
  122. package/dist/types/components/OneColumnContainer/OneColumnContainer.style.d.ts +2 -0
  123. package/dist/types/components/PerformanceAnalytics/PerformanceAnalytics.d.ts +9 -9
  124. package/dist/types/components/PerformanceAnalytics/PerformanceAnalytics.stories.d.ts +1 -89
  125. package/dist/types/components/PerformanceAnalyticsLegend/PerformanceAnalyticsLegend.d.ts +0 -27
  126. package/dist/types/components/PerformanceAnalyticsLegend/PerformanceAnalyticsLegend.stories.d.ts +3 -58
  127. package/dist/types/components/PerformanceAnalyticsOneColumn/PerformanceAnalyticsOneColumn.d.ts +9 -9
  128. package/dist/types/components/PerformanceAnalyticsOneColumn/PerformanceAnalyticsOneColumn.stories.d.ts +1 -84
  129. package/dist/types/components/PerformanceAnalyticsTotals/PerformanceAnalyticsTotals.d.ts +2 -2
  130. package/dist/types/components/PerformanceAnalyticsTotals/PerformanceAnalyticsTotals.stories.d.ts +2 -62
  131. package/dist/types/components/PieChart/PieChart.d.ts +6 -6
  132. package/dist/types/components/PieChart/PieChart.stories.d.ts +2 -96
  133. package/dist/types/components/PopupCharts/PopupCharts.d.ts +4 -4
  134. package/dist/types/components/PopupCharts/PopupCharts.stories.d.ts +6 -197
  135. package/dist/types/components/ProductsVariety/ProductsVariety.d.ts +2 -2
  136. package/dist/types/components/ProductsVariety/ProductsVariety.stories.d.ts +2 -31
  137. package/dist/types/components/ProgressBar/ProgressBar.stories.d.ts +2 -31
  138. package/dist/types/components/QuarterPicker/QuarterPicker.d.ts +1 -1
  139. package/dist/types/components/QuarterPicker/QuarterPicker.stories.d.ts +3 -52
  140. package/dist/types/components/QuickFilter/QuickFilter.d.ts +14 -66
  141. package/dist/types/components/QuickFilter/QuickFilter.stories.d.ts +8 -207
  142. package/dist/types/components/QuickFilterDropdownMultiSelection/QuickFilterDropdownMultiSelection.d.ts +6 -6
  143. package/dist/types/components/QuickFilterDropdownSingle/QuickFilterDropdownSingle.d.ts +6 -6
  144. package/dist/types/components/{SagIconButton → QuickFilterDropdownSingle/SagIconButton}/SagIconButton.d.ts +3 -3
  145. package/dist/types/components/{SagIconButton → QuickFilterDropdownSingle/SagIconButton}/SagIconButton.stories.d.ts +3 -52
  146. package/dist/types/components/RangePicker/RangePicker.stories.d.ts +3 -49
  147. package/dist/types/components/ReportTable/ReportTable.d.ts +5 -5
  148. package/dist/types/components/ReportTable/ReportTable.stories.d.ts +6 -189
  149. package/dist/types/components/SagButton/SagButton.stories.d.ts +1 -27
  150. package/dist/types/components/SagInput/SagInput.stories.d.ts +1 -18
  151. package/dist/types/components/SalesAndROI/SalesAndROI.d.ts +3 -3
  152. package/dist/types/components/SalesAndROI/SalesAndROI.stories.d.ts +3 -86
  153. package/dist/types/components/SearchInput/SearchInput.stories.d.ts +1 -11
  154. package/dist/types/components/SegmentedButton/SegmentedButton.d.ts +5 -2
  155. package/dist/types/components/SegmentedButton/SegmentedButton.stories.d.ts +3 -95
  156. package/dist/types/components/Select/Select.stories.d.ts +2 -35
  157. package/dist/types/components/SingleBarLineCharts/SingleBarLineCharts.d.ts +25 -25
  158. package/dist/types/components/SingleBarLineCharts/SingleBarLineCharts.stories.d.ts +3 -175
  159. package/dist/types/components/SingleBarLineCharts/SingleBarLineCharts.style.d.ts +2 -50
  160. package/dist/types/components/SingleBarLineCharts/SingleBarLineCharts.test.d.ts +1 -0
  161. package/dist/types/components/TabMenu/TabMenu.d.ts +28 -60
  162. package/dist/types/components/TabMenu/TabMenu.stories.d.ts +88 -81
  163. package/dist/types/components/TabMenu/TabMenu.style.d.ts +1 -0
  164. package/dist/types/components/TitleDescription/TitleDescription.d.ts +2 -2
  165. package/dist/types/components/TitleDescription/TitleDescription.stories.d.ts +2 -49
  166. package/dist/types/components/Tooltip/Tooltip.d.ts +2 -2
  167. package/dist/types/components/TopToggleList/TopToggleList.stories.d.ts +1 -12
  168. package/dist/types/components/TotalBenchmark/TotalBenchmark.stories.d.ts +3 -78
  169. package/dist/types/components/TotalBenchmarkAreachart/TotalBenchmarkAreachart.d.ts +3 -3
  170. package/dist/types/components/TotalBenchmarkAreachart/TotalBenchmarkAreachart.stories.d.ts +3 -142
  171. package/dist/types/components/TotalBenchmarkArrows/TotalBenchmarkArrows.d.ts +4 -7
  172. package/dist/types/components/TotalBenchmarkArrows/TotalBenchmarkArrows.stories.d.ts +3 -95
  173. package/dist/types/components/TotalBenchmarkBarchart/TotalBenchmarkBarchart.d.ts +2 -2
  174. package/dist/types/components/TotalBenchmarkBarchart/TotalBenchmarkBarchart.stories.d.ts +3 -105
  175. package/dist/types/components/TotalDoughnutChart/TotalDoughnutChart.d.ts +20 -4
  176. package/dist/types/components/TotalDoughnutChart/TotalDoughnutChart.stories.d.ts +114 -289
  177. package/dist/types/components/TotalHorizontalCharts/TotalHorizontalCharts.d.ts +3 -3
  178. package/dist/types/components/TotalHorizontalCharts/TotalHorizontalCharts.stories.d.ts +3 -120
  179. package/dist/types/components/TwoBarCharts/TwoBarCharts.d.ts +4 -4
  180. package/dist/types/components/TwoBarCharts/TwoBarCharts.stories.d.ts +18 -100
  181. package/dist/types/icons/ArrowDownIcon.d.ts +2 -2
  182. package/dist/types/icons/ArrowDropDownIcon.d.ts +2 -2
  183. package/dist/types/icons/ArrowSelectIcon.d.ts +3 -3
  184. package/dist/types/icons/ArrowUpIcon.d.ts +2 -2
  185. package/dist/types/icons/AttachedIcon.d.ts +3 -3
  186. package/dist/types/icons/BellIcon.d.ts +5 -5
  187. package/dist/types/icons/ButtonArrowRight.d.ts +4 -4
  188. package/dist/types/icons/CalendarIcon.d.ts +2 -2
  189. package/dist/types/icons/CheckBoxButtonCheckedIcon.d.ts +3 -3
  190. package/dist/types/icons/CheckBoxCheckedIcon.d.ts +3 -3
  191. package/dist/types/icons/CheckBoxNotCheckedIcon.d.ts +3 -3
  192. package/dist/types/icons/ChervronLeftIcon.d.ts +5 -1
  193. package/dist/types/icons/ChervronRightIcon.d.ts +5 -1
  194. package/dist/types/icons/ChevronLeftIcon.d.ts +3 -3
  195. package/dist/types/icons/ChevronRightIcon.d.ts +3 -3
  196. package/dist/types/icons/ClockIcon.d.ts +2 -2
  197. package/dist/types/icons/CloseIcon.d.ts +3 -3
  198. package/dist/types/icons/CloseXIcon.d.ts +5 -5
  199. package/dist/types/icons/ComboBoxArrowDownIcon.d.ts +3 -3
  200. package/dist/types/icons/ComboBoxArrowUpIcon.d.ts +3 -3
  201. package/dist/types/icons/DocumentIcon.d.ts +5 -5
  202. package/dist/types/icons/DownArrowIcon.d.ts +5 -0
  203. package/dist/types/icons/DownloadIcon.d.ts +5 -5
  204. package/dist/types/icons/Duplicate.d.ts +2 -2
  205. package/dist/types/icons/ErrorIcon.d.ts +3 -3
  206. package/dist/types/icons/ExitIcon.d.ts +5 -5
  207. package/dist/types/icons/ExportIcon.d.ts +5 -6
  208. package/dist/types/icons/EyeIcon.d.ts +5 -5
  209. package/dist/types/icons/FileIcon.d.ts +3 -3
  210. package/dist/types/icons/FilterIcon.d.ts +5 -5
  211. package/dist/types/icons/FlyIcon.d.ts +5 -6
  212. package/dist/types/icons/FoodLionIcon.d.ts +4 -4
  213. package/dist/types/icons/FoodLionNewIcon.d.ts +4 -4
  214. package/dist/types/icons/GiantFoodIcon.d.ts +5 -5
  215. package/dist/types/icons/GiantFoodIcon_new.d.ts +5 -5
  216. package/dist/types/icons/HannafordIcon.d.ts +4 -4
  217. package/dist/types/icons/HannafordIcon_new.d.ts +5 -4
  218. package/dist/types/icons/HannafordNewIcon.d.ts +2 -2
  219. package/dist/types/icons/InfoIcon.d.ts +5 -5
  220. package/dist/types/icons/LampIcon.d.ts +3 -3
  221. package/dist/types/icons/LegendLineIcon.d.ts +3 -3
  222. package/dist/types/icons/LegendUnionIcon.d.ts +3 -3
  223. package/dist/types/icons/MaintenanceIcon.d.ts +5 -5
  224. package/dist/types/icons/MenuItemClosedIcon.d.ts +3 -3
  225. package/dist/types/icons/MenuItemOpenIcon.d.ts +5 -6
  226. package/dist/types/icons/MenuItemRightIcon.d.ts +3 -3
  227. package/dist/types/icons/MenuItemUpIcon.d.ts +5 -6
  228. package/dist/types/icons/NoDataFoundIcon.d.ts +2 -2
  229. package/dist/types/icons/OptionsIcon.d.ts +5 -5
  230. package/dist/types/icons/ReselectIcon.d.ts +5 -5
  231. package/dist/types/icons/SearchIcon.d.ts +3 -3
  232. package/dist/types/icons/ShoppingCartIcon.d.ts +2 -2
  233. package/dist/types/icons/ShoutIcon.d.ts +3 -3
  234. package/dist/types/icons/SortIcon.d.ts +6 -6
  235. package/dist/types/icons/SpotlightProductIcon.d.ts +3 -3
  236. package/dist/types/icons/StopAndShopIcon.d.ts +5 -5
  237. package/dist/types/icons/StopAndShopNewIcon.d.ts +5 -5
  238. package/dist/types/icons/SucceededIcon.d.ts +3 -3
  239. package/dist/types/icons/TheGiantCompanyIcon.d.ts +4 -4
  240. package/dist/types/icons/TheGiantCompanyNewIcon.d.ts +4 -4
  241. package/dist/types/icons/UpArrowIcon.d.ts +5 -0
  242. package/dist/types/index.d.ts +9 -0
  243. package/dist/types/utils/CommonFunctions.d.ts +2 -1
  244. package/package.json +40 -41
  245. package/dist/types/components/CodeEditor/CodeEditor.style.d.ts +0 -2
  246. package/dist/types/components/Datepicker/Datepicker.d.ts +0 -12
  247. package/dist/types/components/Datepicker/Datepicker.stories.d.ts +0 -112
  248. package/dist/types/components/Datepicker/Datepicker.style.d.ts +0 -1
  249. package/dist/types/components/Dropdown/Dropdown.d.ts +0 -24
  250. package/dist/types/components/Dropdown/Dropdown.stories.d.ts +0 -451
  251. package/dist/types/components/Dropdown/Dropdown.style.d.ts +0 -1
  252. package/dist/types/components/DropdownMulti/DropdownMulti.d.ts +0 -75
  253. package/dist/types/components/DropdownMulti/DropdownMulti.stories.d.ts +0 -263
  254. package/dist/types/components/DropdownMulti/DropdownMulti.style.d.ts +0 -1
  255. package/dist/types/components/TextField/TextField.d.ts +0 -6
  256. package/dist/types/components/TextField/TextField.style.d.ts +0 -1
  257. package/dist/types/reactTestApp/App.d.ts +0 -2
  258. package/dist/types/reactTestApp/vite.config.d.ts +0 -2
  259. package/dist/types/utils/regex/OnlyEnglishLetters.regex.d.ts +0 -1
  260. /package/dist/types/components/{SingleBarLineCharts/SingleBar.test.d.ts → AreaChart/AreaChart.test.d.ts} +0 -0
  261. /package/dist/types/{reactTestApp/index.d.ts → components/BreakdownPanel/BreakdownPanel.test.d.ts} +0 -0
  262. /package/dist/types/components/{SagIconButton → QuickFilterDropdownSingle/SagIconButton}/SagIconButton.style.d.ts +0 -0
@@ -2,11 +2,11 @@ export function TwoBarCharts(props: any): import("react/jsx-runtime").JSX.Elemen
2
2
  export namespace TwoBarCharts {
3
3
  namespace propTypes {
4
4
  const title: PropTypes.Requireable<string>;
5
- const barChartData: PropTypes.Requireable<(PropTypes.InferProps<{
5
+ const barChartData: PropTypes.Requireable<PropTypes.InferProps<{
6
6
  title: PropTypes.Requireable<string>;
7
7
  date: PropTypes.Requireable<string>;
8
8
  value: PropTypes.Requireable<number>;
9
- }> | null | undefined)[]>;
9
+ }>[]>;
10
10
  const width: PropTypes.Requireable<string>;
11
11
  const height: PropTypes.Requireable<string>;
12
12
  const barSize: PropTypes.Requireable<number>;
@@ -15,11 +15,11 @@ export namespace TwoBarCharts {
15
15
  const barChartColorSecond: PropTypes.Requireable<string>;
16
16
  const isDollar: PropTypes.Requireable<boolean>;
17
17
  const showLegend: PropTypes.Requireable<boolean>;
18
- const legendData: PropTypes.Requireable<(PropTypes.InferProps<{
18
+ const legendData: PropTypes.Requireable<PropTypes.InferProps<{
19
19
  title: PropTypes.Validator<string>;
20
20
  iconType: PropTypes.Validator<string>;
21
21
  iconColor: PropTypes.Validator<string>;
22
- }> | null | undefined)[]>;
22
+ }>[]>;
23
23
  const showDollarSign: PropTypes.Requireable<boolean>;
24
24
  const showReferenceLine: PropTypes.Requireable<boolean>;
25
25
  const referenceLinePoint: PropTypes.Requireable<number>;
@@ -4,181 +4,100 @@ declare namespace _default {
4
4
  export const tags: string[];
5
5
  export namespace argTypes {
6
6
  export namespace title_1 {
7
- const name: string;
8
- namespace control {
9
- const type: string;
10
- }
7
+ const control: string;
11
8
  const description: string;
12
9
  }
13
10
  export { title_1 as title };
14
11
  export namespace width {
15
- const name_1: string;
16
- export { name_1 as name };
17
- export namespace control_1 {
18
- const type_1: string;
19
- export { type_1 as type };
20
- }
12
+ const control_1: string;
21
13
  export { control_1 as control };
22
14
  const description_1: string;
23
15
  export { description_1 as description };
24
16
  }
25
17
  export namespace height {
26
- const name_2: string;
27
- export { name_2 as name };
28
- export namespace control_2 {
29
- const type_2: string;
30
- export { type_2 as type };
31
- }
18
+ const control_2: string;
32
19
  export { control_2 as control };
33
20
  const description_2: string;
34
21
  export { description_2 as description };
35
22
  }
36
23
  export namespace barSize {
37
- const name_3: string;
38
- export { name_3 as name };
39
- export namespace control_3 {
40
- const type_3: string;
41
- export { type_3 as type };
42
- }
24
+ const control_3: string;
43
25
  export { control_3 as control };
44
26
  const description_3: string;
45
27
  export { description_3 as description };
46
28
  }
47
29
  export namespace barFontSizeValue {
48
- const name_4: string;
49
- export { name_4 as name };
50
- export namespace control_4 {
51
- const type_4: string;
52
- export { type_4 as type };
53
- }
30
+ const control_4: string;
54
31
  export { control_4 as control };
55
32
  const description_4: string;
56
33
  export { description_4 as description };
57
34
  }
58
35
  export namespace barChartColorFirst {
59
- const name_5: string;
60
- export { name_5 as name };
36
+ const control_5: string;
37
+ export { control_5 as control };
61
38
  const description_5: string;
62
39
  export { description_5 as description };
63
- export namespace control_5 {
64
- const type_5: string;
65
- export { type_5 as type };
66
- export const presetColors: string[];
67
- }
68
- export { control_5 as control };
69
40
  }
70
41
  export namespace barChartColorSecond {
71
- const name_6: string;
72
- export { name_6 as name };
42
+ const control_6: string;
43
+ export { control_6 as control };
73
44
  const description_6: string;
74
45
  export { description_6 as description };
75
- export namespace control_6 {
76
- const type_6: string;
77
- export { type_6 as type };
78
- const presetColors_1: string[];
79
- export { presetColors_1 as presetColors };
80
- }
81
- export { control_6 as control };
82
46
  }
83
47
  export namespace barChartData {
84
48
  const description_7: string;
85
49
  export { description_7 as description };
86
50
  }
87
51
  export namespace isDollar {
88
- const name_7: string;
89
- export { name_7 as name };
90
- export namespace control_7 {
91
- const type_7: string;
92
- export { type_7 as type };
93
- }
52
+ const control_7: string;
94
53
  export { control_7 as control };
95
54
  const description_8: string;
96
55
  export { description_8 as description };
97
56
  }
98
57
  export namespace showDollarSign {
99
- const name_8: string;
100
- export { name_8 as name };
101
- export namespace control_8 {
102
- const type_8: string;
103
- export { type_8 as type };
104
- }
58
+ const control_8: string;
105
59
  export { control_8 as control };
106
60
  const description_9: string;
107
61
  export { description_9 as description };
108
62
  }
109
63
  export namespace showLegend {
110
- const name_9: string;
111
- export { name_9 as name };
112
- export namespace control_9 {
113
- const type_9: string;
114
- export { type_9 as type };
115
- }
64
+ const control_9: string;
116
65
  export { control_9 as control };
117
66
  const description_10: string;
118
67
  export { description_10 as description };
119
68
  }
120
69
  export namespace yAxisCounter {
121
- const name_10: string;
122
- export { name_10 as name };
123
- export namespace control_10 {
124
- const type_10: string;
125
- export { type_10 as type };
126
- }
70
+ const control_10: string;
127
71
  export { control_10 as control };
128
72
  const description_11: string;
129
73
  export { description_11 as description };
130
74
  }
131
75
  export namespace isPercentValue {
132
- const name_11: string;
133
- export { name_11 as name };
134
- export namespace control_11 {
135
- const type_11: string;
136
- export { type_11 as type };
137
- }
76
+ const control_11: string;
138
77
  export { control_11 as control };
139
78
  const description_12: string;
140
79
  export { description_12 as description };
141
80
  }
142
81
  export namespace showReferenceLine {
143
- const name_12: string;
144
- export { name_12 as name };
145
- export namespace control_12 {
146
- const type_12: string;
147
- export { type_12 as type };
148
- }
82
+ const control_12: string;
149
83
  export { control_12 as control };
150
84
  const description_13: string;
151
85
  export { description_13 as description };
152
86
  }
153
87
  export namespace referenceLinePoint {
154
- const name_13: string;
155
- export { name_13 as name };
156
- export namespace control_13 {
157
- const type_13: string;
158
- export { type_13 as type };
159
- }
88
+ const control_13: string;
160
89
  export { control_13 as control };
161
90
  const description_14: string;
162
91
  export { description_14 as description };
163
92
  }
164
93
  export namespace referenceLineColor {
165
- const name_14: string;
166
- export { name_14 as name };
167
- export namespace control_14 {
168
- const type_14: string;
169
- export { type_14 as type };
170
- }
94
+ const control_14: string;
171
95
  export { control_14 as control };
172
96
  const description_15: string;
173
97
  export { description_15 as description };
174
98
  }
175
99
  export namespace referenceLineDashed {
176
- const name_15: string;
177
- export { name_15 as name };
178
- export namespace control_15 {
179
- const type_15: string;
180
- export { type_15 as type };
181
- }
100
+ const control_15: string;
182
101
  export { control_15 as control };
183
102
  const description_16: string;
184
103
  export { description_16 as description };
@@ -186,7 +105,6 @@ declare namespace _default {
186
105
  }
187
106
  }
188
107
  export default _default;
189
- export function SalesDollars(args: any): import("react/jsx-runtime").JSX.Element;
190
108
  export namespace SalesDollars {
191
109
  namespace args {
192
110
  const title_2: string;
@@ -1,6 +1,6 @@
1
1
  export function ArrowDownIcon({ clicked, width, height }: {
2
2
  clicked: any;
3
- width?: string | undefined;
4
- height?: string | undefined;
3
+ width?: string;
4
+ height?: string;
5
5
  }): import("react/jsx-runtime").JSX.Element;
6
6
  export default ArrowDownIcon;
@@ -1,6 +1,6 @@
1
1
  export function ArrowDropDownIcon({ clicked, width, height }: {
2
2
  clicked: any;
3
- width?: string | undefined;
4
- height?: string | undefined;
3
+ width?: string;
4
+ height?: string;
5
5
  }): import("react/jsx-runtime").JSX.Element;
6
6
  export default ArrowDropDownIcon;
@@ -1,6 +1,6 @@
1
1
  export function ArrowSelectIcon({ width, height, color, }: {
2
- width?: string | undefined;
3
- height?: string | undefined;
4
- color?: string | undefined;
2
+ width?: string;
3
+ height?: string;
4
+ color?: string;
5
5
  }): import("react/jsx-runtime").JSX.Element;
6
6
  export default ArrowSelectIcon;
@@ -1,6 +1,6 @@
1
1
  export function ArrowUpIcon({ clicked, width, height }: {
2
2
  clicked: any;
3
- width?: string | undefined;
4
- height?: string | undefined;
3
+ width?: string;
4
+ height?: string;
5
5
  }): import("react/jsx-runtime").JSX.Element;
6
6
  export default ArrowUpIcon;
@@ -1,6 +1,6 @@
1
1
  export function AttachedIcon({ width, height, fill }: {
2
- width?: string | undefined;
3
- height?: string | undefined;
4
- fill?: string | undefined;
2
+ width?: string;
3
+ height?: string;
4
+ fill?: string;
5
5
  }): import("react/jsx-runtime").JSX.Element;
6
6
  export default AttachedIcon;
@@ -1,6 +1,6 @@
1
- export function BellIcon({ width, height, color }: {
2
- width?: string | undefined;
3
- height?: string | undefined;
4
- color?: string | undefined;
5
- }): import("react/jsx-runtime").JSX.Element;
6
1
  export default BellIcon;
2
+ declare function BellIcon({ width, height, color }: {
3
+ width?: string;
4
+ height?: string;
5
+ color?: string;
6
+ }): import("react/jsx-runtime").JSX.Element;
@@ -1,5 +1,5 @@
1
- export function ButtonArrowRight({ width, height }: {
2
- width?: string | undefined;
3
- height?: string | undefined;
4
- }): import("react/jsx-runtime").JSX.Element;
5
1
  export default ButtonArrowRight;
2
+ declare function ButtonArrowRight({ width, height }: {
3
+ width?: string;
4
+ height?: string;
5
+ }): import("react/jsx-runtime").JSX.Element;
@@ -1,6 +1,6 @@
1
1
  export function CalendarIcon({ clicked, width, height }: {
2
2
  clicked: any;
3
- width?: string | undefined;
4
- height?: string | undefined;
3
+ width?: string;
4
+ height?: string;
5
5
  }): import("react/jsx-runtime").JSX.Element;
6
6
  export default CalendarIcon;
@@ -1,7 +1,7 @@
1
1
  export function CheckBoxButtonCheckedIcon({ clicked, width, height, color, }: {
2
2
  clicked: any;
3
- width?: string | undefined;
4
- height?: string | undefined;
5
- color?: string | undefined;
3
+ width?: string;
4
+ height?: string;
5
+ color?: string;
6
6
  }): import("react/jsx-runtime").JSX.Element;
7
7
  export default CheckBoxButtonCheckedIcon;
@@ -1,7 +1,7 @@
1
1
  export function CheckBoxCheckedIcon({ clicked, width, height, color }: {
2
2
  clicked: any;
3
- width?: string | undefined;
4
- height?: string | undefined;
5
- color?: string | undefined;
3
+ width?: string;
4
+ height?: string;
5
+ color?: string;
6
6
  }): import("react/jsx-runtime").JSX.Element;
7
7
  export default CheckBoxCheckedIcon;
@@ -1,7 +1,7 @@
1
1
  export function CheckBoxNotCheckedIcon({ clicked, width, height, color }: {
2
2
  clicked: any;
3
- width?: string | undefined;
4
- height?: string | undefined;
5
- color?: string | undefined;
3
+ width?: string;
4
+ height?: string;
5
+ color?: string;
6
6
  }): import("react/jsx-runtime").JSX.Element;
7
7
  export default CheckBoxNotCheckedIcon;
@@ -1,2 +1,6 @@
1
- export function ChervronLeftIcon(): import("react/jsx-runtime").JSX.Element;
2
1
  export default ChervronLeftIcon;
2
+ declare function ChervronLeftIcon({ width, height, fill, }: {
3
+ width?: number;
4
+ height?: number;
5
+ fill?: string;
6
+ }): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,6 @@
1
- export function ChervronRightIcon(): import("react/jsx-runtime").JSX.Element;
2
1
  export default ChervronRightIcon;
2
+ declare function ChervronRightIcon({ width, height, fill, }: {
3
+ width?: string;
4
+ height?: string;
5
+ fill?: string;
6
+ }): import("react/jsx-runtime").JSX.Element;
@@ -1,4 +1,4 @@
1
- export function ChevronLeftIcon({ disabled, }: {
2
- disabled?: boolean | undefined;
3
- }): import("react/jsx-runtime").JSX.Element;
4
1
  export default ChevronLeftIcon;
2
+ declare function ChevronLeftIcon({ disabled, }: {
3
+ disabled?: boolean;
4
+ }): import("react/jsx-runtime").JSX.Element;
@@ -1,4 +1,4 @@
1
- export function ChevronRightIcon({ disabled, }: {
2
- disabled?: boolean | undefined;
3
- }): import("react/jsx-runtime").JSX.Element;
4
1
  export default ChevronRightIcon;
2
+ declare function ChevronRightIcon({ disabled, }: {
3
+ disabled?: boolean;
4
+ }): import("react/jsx-runtime").JSX.Element;
@@ -1,6 +1,6 @@
1
1
  export function ClockIcon({ clicked, width, height }: {
2
2
  clicked: any;
3
- width?: string | undefined;
4
- height?: string | undefined;
3
+ width?: string;
4
+ height?: string;
5
5
  }): import("react/jsx-runtime").JSX.Element;
6
6
  export default ClockIcon;
@@ -1,6 +1,6 @@
1
1
  export function CloseIcon({ width, height, fill, }: {
2
- width?: string | undefined;
3
- height?: string | undefined;
4
- fill?: string | undefined;
2
+ width?: string;
3
+ height?: string;
4
+ fill?: string;
5
5
  }): import("react/jsx-runtime").JSX.Element;
6
6
  export default CloseIcon;
@@ -1,6 +1,6 @@
1
- export function CloseXIcon({ width, height, fill, }: {
2
- width?: string | undefined;
3
- height?: string | undefined;
4
- fill?: string | undefined;
5
- }): import("react/jsx-runtime").JSX.Element;
6
1
  export default CloseXIcon;
2
+ declare function CloseXIcon({ width, height, fill, }: {
3
+ width?: string;
4
+ height?: string;
5
+ fill?: string;
6
+ }): import("react/jsx-runtime").JSX.Element;
@@ -1,7 +1,7 @@
1
1
  export function ComboBoxArrowDownIcon({ clicked, width, height, color, }: {
2
2
  clicked: any;
3
- width?: string | undefined;
4
- height?: string | undefined;
5
- color?: string | undefined;
3
+ width?: string;
4
+ height?: string;
5
+ color?: string;
6
6
  }): import("react/jsx-runtime").JSX.Element;
7
7
  export default ComboBoxArrowDownIcon;
@@ -1,7 +1,7 @@
1
1
  export function ComboBoxArrowUpIcon({ clicked, width, height, color, }: {
2
2
  clicked: any;
3
- width?: string | undefined;
4
- height?: string | undefined;
5
- color?: string | undefined;
3
+ width?: string;
4
+ height?: string;
5
+ color?: string;
6
6
  }): import("react/jsx-runtime").JSX.Element;
7
7
  export default ComboBoxArrowUpIcon;
@@ -1,6 +1,6 @@
1
- export function DocumentIcon({ width, height, color }: {
2
- width?: string | undefined;
3
- height?: string | undefined;
4
- color?: string | undefined;
5
- }): import("react/jsx-runtime").JSX.Element;
6
1
  export default DocumentIcon;
2
+ declare function DocumentIcon({ width, height, color }: {
3
+ width?: string;
4
+ height?: string;
5
+ color?: string;
6
+ }): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,5 @@
1
+ export default DownArrowIcon;
2
+ declare function DownArrowIcon({ width, height }: {
3
+ width?: string;
4
+ height?: string;
5
+ }): import("react/jsx-runtime").JSX.Element;
@@ -1,6 +1,6 @@
1
- export function DownloadIcon({ width, height, color }: {
2
- width?: string | undefined;
3
- height?: string | undefined;
4
- color?: string | undefined;
5
- }): import("react/jsx-runtime").JSX.Element;
6
1
  export default DownloadIcon;
2
+ declare function DownloadIcon({ width, height, color }: {
3
+ width?: string;
4
+ height?: string;
5
+ color?: string;
6
+ }): import("react/jsx-runtime").JSX.Element;
@@ -1,7 +1,7 @@
1
1
  export function Duplicate({ color, clicked, width, height, }: {
2
2
  color: any;
3
3
  clicked: any;
4
- width?: string | undefined;
5
- height?: string | undefined;
4
+ width?: string;
5
+ height?: string;
6
6
  }): import("react/jsx-runtime").JSX.Element;
7
7
  export default Duplicate;
@@ -1,6 +1,6 @@
1
1
  export function ErrorIcon({ color, width, height }: {
2
- color?: string | undefined;
3
- width?: string | undefined;
4
- height?: string | undefined;
2
+ color?: string;
3
+ width?: string;
4
+ height?: string;
5
5
  }): import("react/jsx-runtime").JSX.Element;
6
6
  export default ErrorIcon;
@@ -1,7 +1,7 @@
1
- export function ExitIcon({ clicked, width, height, color }: {
1
+ export default ExitIcon;
2
+ declare function ExitIcon({ clicked, width, height, color }: {
2
3
  clicked: any;
3
- width?: string | undefined;
4
- height?: string | undefined;
5
- color?: string | undefined;
4
+ width?: string;
5
+ height?: string;
6
+ color?: string;
6
7
  }): import("react/jsx-runtime").JSX.Element;
7
- export default ExitIcon;
@@ -1,7 +1,6 @@
1
- export function ExportIcon({ clicked, width, height, color, }: {
2
- clicked: any;
3
- width?: string | undefined;
4
- height?: string | undefined;
5
- color?: string | undefined;
6
- }): import("react/jsx-runtime").JSX.Element;
7
1
  export default ExportIcon;
2
+ declare function ExportIcon({ width, height, color, }: {
3
+ width?: string;
4
+ height?: string;
5
+ color?: string;
6
+ }): import("react/jsx-runtime").JSX.Element;
@@ -1,7 +1,7 @@
1
- export function EyeIcon({ clicked, width, height, color, }: {
1
+ export default EyeIcon;
2
+ declare function EyeIcon({ clicked, width, height, color, }: {
2
3
  clicked: any;
3
- width?: string | undefined;
4
- height?: string | undefined;
5
- color?: string | undefined;
4
+ width?: string;
5
+ height?: string;
6
+ color?: string;
6
7
  }): import("react/jsx-runtime").JSX.Element;
7
- export default EyeIcon;
@@ -1,6 +1,6 @@
1
1
  export function FileIcon({ width, height, fill }: {
2
- width?: string | undefined;
3
- height?: string | undefined;
4
- fill?: string | undefined;
2
+ width?: string;
3
+ height?: string;
4
+ fill?: string;
5
5
  }): import("react/jsx-runtime").JSX.Element;
6
6
  export default FileIcon;
@@ -1,6 +1,6 @@
1
- export function FilterIcon({ width, height, color }: {
2
- width?: string | undefined;
3
- height?: string | undefined;
4
- color?: string | undefined;
5
- }): import("react/jsx-runtime").JSX.Element;
6
1
  export default FilterIcon;
2
+ declare function FilterIcon({ width, height, color }: {
3
+ width?: string;
4
+ height?: string;
5
+ color?: string;
6
+ }): import("react/jsx-runtime").JSX.Element;
@@ -1,7 +1,6 @@
1
- export function FlyIcon({ clicked, width, height, color }: {
2
- clicked: any;
3
- width?: string | undefined;
4
- height?: string | undefined;
5
- color?: string | undefined;
6
- }): import("react/jsx-runtime").JSX.Element;
7
1
  export default FlyIcon;
2
+ declare function FlyIcon({ width, height, color }: {
3
+ width?: string;
4
+ height?: string;
5
+ color?: string;
6
+ }): import("react/jsx-runtime").JSX.Element;
@@ -1,6 +1,6 @@
1
- export function FoodLionIcon({ clicked, width, height }: {
1
+ export default FoodLionIcon;
2
+ declare function FoodLionIcon({ clicked, width, height }: {
2
3
  clicked: any;
3
- width?: string | undefined;
4
- height?: string | undefined;
4
+ width?: string;
5
+ height?: string;
5
6
  }): import("react/jsx-runtime").JSX.Element;
6
- export default FoodLionIcon;
@@ -1,5 +1,5 @@
1
- export function FoodLionNewIcon({ width, height }: {
2
- width?: string | undefined;
3
- height?: string | undefined;
4
- }): import("react/jsx-runtime").JSX.Element;
5
1
  export default FoodLionNewIcon;
2
+ declare function FoodLionNewIcon({ width, height }: {
3
+ width?: string;
4
+ height?: string;
5
+ }): import("react/jsx-runtime").JSX.Element;
@@ -1,7 +1,7 @@
1
- export function GiantFoodIcon({ clicked, width, height, viewBox }: {
1
+ export default GiantFoodIcon;
2
+ declare function GiantFoodIcon({ clicked, width, height, viewBox }: {
2
3
  clicked: any;
3
- width?: string | undefined;
4
- height?: string | undefined;
5
- viewBox?: string | undefined;
4
+ width?: string;
5
+ height?: string;
6
+ viewBox?: string;
6
7
  }): import("react/jsx-runtime").JSX.Element;
7
- export default GiantFoodIcon;
@@ -1,7 +1,7 @@
1
- export function GiantFoodNewIcon({ clicked, width, height, viewBox, }: {
1
+ export default GiantFoodNewIcon;
2
+ declare function GiantFoodNewIcon({ clicked, width, height, viewBox, }: {
2
3
  clicked: any;
3
- width?: string | undefined;
4
- height?: string | undefined;
5
- viewBox?: string | undefined;
4
+ width?: string;
5
+ height?: string;
6
+ viewBox?: string;
6
7
  }): import("react/jsx-runtime").JSX.Element;
7
- export default GiantFoodNewIcon;
@@ -1,6 +1,6 @@
1
- export function HannafordIcon({ clicked, width, height }: {
1
+ export default HannafordIcon;
2
+ declare function HannafordIcon({ clicked, width, height }: {
2
3
  clicked: any;
3
- width?: string | undefined;
4
- height?: string | undefined;
4
+ width?: string;
5
+ height?: string;
5
6
  }): import("react/jsx-runtime").JSX.Element;
6
- export default HannafordIcon;