sag_components 2.0.0-beta4 → 2.0.0-beta41

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 (248) hide show
  1. package/dist/index.d.ts +192 -270
  2. package/dist/index.esm.js +28422 -79757
  3. package/dist/index.esm.js.map +1 -1
  4. package/dist/index.js +27781 -79128
  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/Button/Button.d.ts +21 -21
  42. package/dist/types/components/Button/Button.stories.d.ts +12 -220
  43. package/dist/types/components/CampaignTool/CampaignDemoReport.d.ts +4 -4
  44. package/dist/types/components/CampaignTool/CampaignDemoReport.stories.d.ts +1 -19
  45. package/dist/types/components/CampaignTool/Card.d.ts +2 -2
  46. package/dist/types/components/CampaignTool/Card.stories.d.ts +1 -1
  47. package/dist/types/components/CampaignTool/MultipleCard.stories.d.ts +1 -4
  48. package/dist/types/components/CampaignTool/PageFilterBar.stories.d.ts +1 -7
  49. package/dist/types/components/CampaignTool/Popup.stories.d.ts +1 -66
  50. package/dist/types/components/CampaignTool/PopupContent.d.ts +3 -3
  51. package/dist/types/components/CampaignTool/Table.d.ts +2 -2
  52. package/dist/types/components/CampaignTool/Table.stories.d.ts +1 -13
  53. package/dist/types/components/CheckBox/CheckBox.d.ts +1 -14
  54. package/dist/types/components/CheckBox/CheckBox.stories.d.ts +1 -25
  55. package/dist/types/components/CheckBoxButton/CheckBoxButton.d.ts +14 -14
  56. package/dist/types/components/CheckBoxButton/CheckBoxButton.stories.d.ts +1 -35
  57. package/dist/types/components/CollapseData/CollapseData.d.ts +5 -5
  58. package/dist/types/components/CollapseData/CollapseData.stories.d.ts +7 -34
  59. package/dist/types/components/CollapseHeader/CollapseHeader.d.ts +15 -3
  60. package/dist/types/components/CollapseHeader/CollapseHeader.stories.d.ts +2 -52
  61. package/dist/types/components/CollapseMenuItem/CollapseMenuItem.stories.d.ts +2 -27
  62. package/dist/types/components/DialogOverlay/DialogOverlay.d.ts +1 -1
  63. package/dist/types/components/DialogOverlay/DialogOverlay.stories.d.ts +1 -11
  64. package/dist/types/components/DoubleBarSingleLine/DoubleBarSingleLine.d.ts +2 -0
  65. package/dist/types/components/{TextField/TextField.stories.d.ts → DoubleBarSingleLine/DoubleBarSingleLine.stories.d.ts} +139 -146
  66. package/dist/types/components/DoubleBarSingleLine/DoubleBarSingleLine.style.d.ts +10 -0
  67. package/dist/types/components/DoublePanelDataRow/DoublePanelDataRow.d.ts +0 -32
  68. package/dist/types/components/DoublePanelDataRow/DoublePanelDataRow.stories.d.ts +1 -32
  69. package/dist/types/components/DownloadProgress/DownloadProgress.stories.d.ts +3 -63
  70. package/dist/types/components/DropdownMultiNew/DropdownMultiNew.d.ts +6 -6
  71. package/dist/types/components/DropdownMultiNew/DropdownNew.stories.d.ts +12 -346
  72. package/dist/types/components/DropdownNew/DropdownNew.d.ts +7 -7
  73. package/dist/types/components/DropdownSingleNew/DropdownSingleNew.d.ts +6 -6
  74. package/dist/types/components/EventDetailsCard/EventDetailsCard.d.ts +2 -2
  75. package/dist/types/components/EventDetailsCard/EventDetailsCard.stories.d.ts +1 -30
  76. package/dist/types/components/EventList/EventList.d.ts +3 -3
  77. package/dist/types/components/EventList/EventList.stories.d.ts +1 -18
  78. package/dist/types/components/EventListItem/EventListItem.stories.d.ts +1 -15
  79. package/dist/types/components/FilterContainer/FilterContainer.stories.d.ts +1 -7
  80. package/dist/types/components/FilterPanel/FilterPanel.d.ts +20 -9
  81. package/dist/types/components/FilterPanel/FilterPanel.stories.d.ts +10 -662
  82. package/dist/types/components/FormattedValue/FormattedValue.stories.d.ts +7 -173
  83. package/dist/types/components/Heatmap/Heatmap.d.ts +2 -2
  84. package/dist/types/components/Heatmap/Heatmap.stories.d.ts +2 -30
  85. package/dist/types/components/Heatmap/Heatmap.style.d.ts +1 -1
  86. package/dist/types/components/IconButton/IconButton.stories.d.ts +6 -83
  87. package/dist/types/components/Input/Input.stories.d.ts +14 -424
  88. package/dist/types/components/InputOld/InputOld.d.ts +2 -2
  89. package/dist/types/components/InputOld/InputOld.stories.d.ts +2 -23
  90. package/dist/types/components/KpiFilter/KpiFilter.d.ts +5 -5
  91. package/dist/types/components/KpiFilter/KpiFilter.stories.d.ts +4 -130
  92. package/dist/types/components/LinkButton/LinkButton.d.ts +9 -9
  93. package/dist/types/components/LinkButton/LinkButton.stories.d.ts +10 -179
  94. package/dist/types/components/LinnerDataBox/LinnerDataBox.d.ts +0 -33
  95. package/dist/types/components/LinnerDataBox/LinnerDataBox.data.d.ts +15 -0
  96. package/dist/types/components/LinnerDataBox/LinnerDataBox.stories.d.ts +1 -34
  97. package/dist/types/components/LinnerDataBox/LinnerDataBox.style.d.ts +3 -1
  98. package/dist/types/components/ListBox/ListBox.d.ts +9 -9
  99. package/dist/types/components/ListBox/ListBox.stories.d.ts +1 -29
  100. package/dist/types/components/MarketShareDescription/MarketShareDescription.d.ts +3 -3
  101. package/dist/types/components/MarketShareDescription/MarketShareDescription.stories.d.ts +3 -68
  102. package/dist/types/components/Modal/Modal.d.ts +1 -1
  103. package/dist/types/components/MonthPicker/MonthPicker.d.ts +1 -1
  104. package/dist/types/components/MonthPicker/MonthPicker.stories.d.ts +3 -52
  105. package/dist/types/components/NoDataFoundMessage/NoDataFoundMessage.d.ts +0 -10
  106. package/dist/types/components/NoDataFoundMessage/NoDataFoundMessage.stories.d.ts +1 -7
  107. package/dist/types/components/NoDataFoundMessage/NoDataFoundMessage.style.d.ts +1 -1
  108. package/dist/types/components/OneColumnContainer/OneColumnContainer.d.ts +20 -2
  109. package/dist/types/components/OneColumnContainer/OneColumnContainer.stories.d.ts +276 -29
  110. package/dist/types/components/OneColumnContainer/OneColumnContainer.style.d.ts +2 -0
  111. package/dist/types/components/PerformanceAnalytics/PerformanceAnalytics.d.ts +9 -9
  112. package/dist/types/components/PerformanceAnalytics/PerformanceAnalytics.stories.d.ts +1 -89
  113. package/dist/types/components/PerformanceAnalyticsLegend/PerformanceAnalyticsLegend.d.ts +0 -27
  114. package/dist/types/components/PerformanceAnalyticsLegend/PerformanceAnalyticsLegend.stories.d.ts +3 -58
  115. package/dist/types/components/PerformanceAnalyticsOneColumn/PerformanceAnalyticsOneColumn.d.ts +9 -9
  116. package/dist/types/components/PerformanceAnalyticsOneColumn/PerformanceAnalyticsOneColumn.stories.d.ts +1 -84
  117. package/dist/types/components/PerformanceAnalyticsTotals/PerformanceAnalyticsTotals.d.ts +2 -2
  118. package/dist/types/components/PerformanceAnalyticsTotals/PerformanceAnalyticsTotals.stories.d.ts +2 -62
  119. package/dist/types/components/PieChart/PieChart.d.ts +6 -6
  120. package/dist/types/components/PieChart/PieChart.stories.d.ts +2 -96
  121. package/dist/types/components/PopupCharts/PopupCharts.d.ts +4 -4
  122. package/dist/types/components/PopupCharts/PopupCharts.stories.d.ts +6 -197
  123. package/dist/types/components/ProductsVariety/ProductsVariety.d.ts +2 -2
  124. package/dist/types/components/ProductsVariety/ProductsVariety.stories.d.ts +2 -31
  125. package/dist/types/components/ProgressBar/ProgressBar.stories.d.ts +2 -31
  126. package/dist/types/components/QuarterPicker/QuarterPicker.d.ts +1 -1
  127. package/dist/types/components/QuarterPicker/QuarterPicker.stories.d.ts +3 -52
  128. package/dist/types/components/QuickFilter/QuickFilter.d.ts +14 -66
  129. package/dist/types/components/QuickFilter/QuickFilter.stories.d.ts +8 -207
  130. package/dist/types/components/QuickFilterDropdownMultiSelection/QuickFilterDropdownMultiSelection.d.ts +6 -6
  131. package/dist/types/components/QuickFilterDropdownSingle/QuickFilterDropdownSingle.d.ts +6 -6
  132. package/dist/types/components/{SagIconButton → QuickFilterDropdownSingle/SagIconButton}/SagIconButton.d.ts +3 -3
  133. package/dist/types/components/{SagIconButton → QuickFilterDropdownSingle/SagIconButton}/SagIconButton.stories.d.ts +3 -52
  134. package/dist/types/components/RangePicker/RangePicker.stories.d.ts +3 -49
  135. package/dist/types/components/ReportTable/ReportTable.d.ts +5 -5
  136. package/dist/types/components/ReportTable/ReportTable.stories.d.ts +6 -189
  137. package/dist/types/components/SagButton/SagButton.stories.d.ts +1 -27
  138. package/dist/types/components/SagInput/SagInput.stories.d.ts +1 -18
  139. package/dist/types/components/SalesAndROI/SalesAndROI.d.ts +3 -3
  140. package/dist/types/components/SalesAndROI/SalesAndROI.stories.d.ts +3 -86
  141. package/dist/types/components/SearchInput/SearchInput.stories.d.ts +1 -11
  142. package/dist/types/components/SegmentedButton/SegmentedButton.d.ts +2 -2
  143. package/dist/types/components/SegmentedButton/SegmentedButton.stories.d.ts +3 -95
  144. package/dist/types/components/Select/Select.stories.d.ts +2 -35
  145. package/dist/types/components/SingleBarLineCharts/SingleBarLineCharts.d.ts +25 -25
  146. package/dist/types/components/SingleBarLineCharts/SingleBarLineCharts.stories.d.ts +3 -175
  147. package/dist/types/components/SingleBarLineCharts/SingleBarLineCharts.style.d.ts +2 -50
  148. package/dist/types/components/SingleBarLineCharts/SingleBarLineCharts.test.d.ts +1 -0
  149. package/dist/types/components/TabMenu/TabMenu.d.ts +29 -59
  150. package/dist/types/components/TabMenu/TabMenu.stories.d.ts +14 -71
  151. package/dist/types/components/TabMenu/TabMenu.style.d.ts +1 -0
  152. package/dist/types/components/TitleDescription/TitleDescription.d.ts +2 -2
  153. package/dist/types/components/TitleDescription/TitleDescription.stories.d.ts +2 -49
  154. package/dist/types/components/Tooltip/Tooltip.d.ts +2 -2
  155. package/dist/types/components/TopToggleList/TopToggleList.stories.d.ts +1 -12
  156. package/dist/types/components/TotalBenchmark/TotalBenchmark.stories.d.ts +3 -78
  157. package/dist/types/components/TotalBenchmarkAreachart/TotalBenchmarkAreachart.d.ts +3 -3
  158. package/dist/types/components/TotalBenchmarkAreachart/TotalBenchmarkAreachart.stories.d.ts +3 -142
  159. package/dist/types/components/TotalBenchmarkArrows/TotalBenchmarkArrows.d.ts +4 -7
  160. package/dist/types/components/TotalBenchmarkArrows/TotalBenchmarkArrows.stories.d.ts +3 -95
  161. package/dist/types/components/TotalBenchmarkBarchart/TotalBenchmarkBarchart.d.ts +2 -2
  162. package/dist/types/components/TotalBenchmarkBarchart/TotalBenchmarkBarchart.stories.d.ts +3 -105
  163. package/dist/types/components/TotalDoughnutChart/TotalDoughnutChart.d.ts +11 -4
  164. package/dist/types/components/TotalDoughnutChart/TotalDoughnutChart.stories.d.ts +5 -209
  165. package/dist/types/components/TotalHorizontalCharts/TotalHorizontalCharts.d.ts +3 -3
  166. package/dist/types/components/TotalHorizontalCharts/TotalHorizontalCharts.stories.d.ts +3 -120
  167. package/dist/types/components/TwoBarCharts/TwoBarCharts.d.ts +4 -4
  168. package/dist/types/components/TwoBarCharts/TwoBarCharts.stories.d.ts +18 -100
  169. package/dist/types/icons/ArrowDownIcon.d.ts +2 -2
  170. package/dist/types/icons/ArrowDropDownIcon.d.ts +2 -2
  171. package/dist/types/icons/ArrowSelectIcon.d.ts +3 -3
  172. package/dist/types/icons/ArrowUpIcon.d.ts +2 -2
  173. package/dist/types/icons/AttachedIcon.d.ts +3 -3
  174. package/dist/types/icons/BellIcon.d.ts +5 -5
  175. package/dist/types/icons/ButtonArrowRight.d.ts +4 -4
  176. package/dist/types/icons/CalendarIcon.d.ts +2 -2
  177. package/dist/types/icons/CheckBoxButtonCheckedIcon.d.ts +3 -3
  178. package/dist/types/icons/CheckBoxCheckedIcon.d.ts +3 -3
  179. package/dist/types/icons/CheckBoxNotCheckedIcon.d.ts +3 -3
  180. package/dist/types/icons/ChevronLeftIcon.d.ts +3 -3
  181. package/dist/types/icons/ChevronRightIcon.d.ts +3 -3
  182. package/dist/types/icons/ClockIcon.d.ts +2 -2
  183. package/dist/types/icons/CloseIcon.d.ts +3 -3
  184. package/dist/types/icons/CloseXIcon.d.ts +5 -5
  185. package/dist/types/icons/ComboBoxArrowDownIcon.d.ts +3 -3
  186. package/dist/types/icons/ComboBoxArrowUpIcon.d.ts +3 -3
  187. package/dist/types/icons/DocumentIcon.d.ts +5 -5
  188. package/dist/types/icons/DownArrowIcon.d.ts +5 -0
  189. package/dist/types/icons/DownloadIcon.d.ts +5 -5
  190. package/dist/types/icons/Duplicate.d.ts +2 -2
  191. package/dist/types/icons/ErrorIcon.d.ts +3 -3
  192. package/dist/types/icons/ExitIcon.d.ts +5 -5
  193. package/dist/types/icons/ExportIcon.d.ts +5 -6
  194. package/dist/types/icons/EyeIcon.d.ts +5 -5
  195. package/dist/types/icons/FileIcon.d.ts +3 -3
  196. package/dist/types/icons/FilterIcon.d.ts +5 -5
  197. package/dist/types/icons/FlyIcon.d.ts +5 -6
  198. package/dist/types/icons/FoodLionIcon.d.ts +4 -4
  199. package/dist/types/icons/FoodLionNewIcon.d.ts +4 -4
  200. package/dist/types/icons/GiantFoodIcon.d.ts +5 -5
  201. package/dist/types/icons/GiantFoodIcon_new.d.ts +5 -5
  202. package/dist/types/icons/HannafordIcon.d.ts +4 -4
  203. package/dist/types/icons/HannafordIcon_new.d.ts +5 -4
  204. package/dist/types/icons/HannafordNewIcon.d.ts +2 -2
  205. package/dist/types/icons/InfoIcon.d.ts +5 -5
  206. package/dist/types/icons/LampIcon.d.ts +3 -3
  207. package/dist/types/icons/LegendLineIcon.d.ts +3 -3
  208. package/dist/types/icons/LegendUnionIcon.d.ts +3 -3
  209. package/dist/types/icons/MaintenanceIcon.d.ts +5 -5
  210. package/dist/types/icons/MenuItemClosedIcon.d.ts +3 -3
  211. package/dist/types/icons/MenuItemOpenIcon.d.ts +5 -6
  212. package/dist/types/icons/MenuItemRightIcon.d.ts +3 -3
  213. package/dist/types/icons/MenuItemUpIcon.d.ts +5 -6
  214. package/dist/types/icons/NoDataFoundIcon.d.ts +2 -2
  215. package/dist/types/icons/OptionsIcon.d.ts +5 -5
  216. package/dist/types/icons/ReselectIcon.d.ts +5 -5
  217. package/dist/types/icons/SearchIcon.d.ts +3 -3
  218. package/dist/types/icons/ShoppingCartIcon.d.ts +2 -2
  219. package/dist/types/icons/ShoutIcon.d.ts +3 -3
  220. package/dist/types/icons/SortIcon.d.ts +6 -6
  221. package/dist/types/icons/SpotlightProductIcon.d.ts +3 -3
  222. package/dist/types/icons/StopAndShopIcon.d.ts +5 -5
  223. package/dist/types/icons/StopAndShopNewIcon.d.ts +5 -5
  224. package/dist/types/icons/SucceededIcon.d.ts +3 -3
  225. package/dist/types/icons/TheGiantCompanyIcon.d.ts +4 -4
  226. package/dist/types/icons/TheGiantCompanyNewIcon.d.ts +4 -4
  227. package/dist/types/icons/UpArrowIcon.d.ts +5 -0
  228. package/dist/types/index.d.ts +5 -0
  229. package/dist/types/utils/CommonFunctions.d.ts +1 -1
  230. package/package.json +37 -41
  231. package/dist/types/components/CodeEditor/CodeEditor.style.d.ts +0 -2
  232. package/dist/types/components/Datepicker/Datepicker.d.ts +0 -12
  233. package/dist/types/components/Datepicker/Datepicker.stories.d.ts +0 -112
  234. package/dist/types/components/Datepicker/Datepicker.style.d.ts +0 -1
  235. package/dist/types/components/Dropdown/Dropdown.d.ts +0 -24
  236. package/dist/types/components/Dropdown/Dropdown.stories.d.ts +0 -451
  237. package/dist/types/components/Dropdown/Dropdown.style.d.ts +0 -1
  238. package/dist/types/components/DropdownMulti/DropdownMulti.d.ts +0 -75
  239. package/dist/types/components/DropdownMulti/DropdownMulti.stories.d.ts +0 -263
  240. package/dist/types/components/DropdownMulti/DropdownMulti.style.d.ts +0 -1
  241. package/dist/types/components/TextField/TextField.d.ts +0 -6
  242. package/dist/types/components/TextField/TextField.style.d.ts +0 -1
  243. package/dist/types/reactTestApp/App.d.ts +0 -2
  244. package/dist/types/reactTestApp/vite.config.d.ts +0 -2
  245. package/dist/types/utils/regex/OnlyEnglishLetters.regex.d.ts +0 -1
  246. /package/dist/types/components/{SingleBarLineCharts/SingleBar.test.d.ts → AreaChart/AreaChart.test.d.ts} +0 -0
  247. /package/dist/types/{reactTestApp/index.d.ts → components/BreakdownPanel/BreakdownPanel.test.d.ts} +0 -0
  248. /package/dist/types/components/{SagIconButton → QuickFilterDropdownSingle/SagIconButton}/SagIconButton.style.d.ts +0 -0
@@ -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,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;
@@ -1,6 +1,7 @@
1
- export function HannafordNewIcon({ clicked, width, height }: {
1
+ export default HannafordNewIcon;
2
+ declare function HannafordNewIcon({ clicked, width, height, viewBox }: {
2
3
  clicked: any;
3
- width?: string | undefined;
4
- height?: string | undefined;
4
+ width?: string;
5
+ height?: string;
6
+ viewBox?: string;
5
7
  }): import("react/jsx-runtime").JSX.Element;
6
- export default HannafordNewIcon;
@@ -1,5 +1,5 @@
1
1
  export function HannafordNewIcon({ width, height }: {
2
- width?: string | undefined;
3
- height?: string | undefined;
2
+ width?: string;
3
+ height?: string;
4
4
  }): import("react/jsx-runtime").JSX.Element;
5
5
  export default HannafordNewIcon;
@@ -1,7 +1,7 @@
1
- export function InfoIcon({ clicked, color, width, height, }: {
1
+ export default InfoIcon;
2
+ declare function InfoIcon({ clicked, color, width, height, }: {
2
3
  clicked: any;
3
- color?: string | undefined;
4
- width?: string | undefined;
5
- height?: string | undefined;
4
+ color?: string;
5
+ width?: string;
6
+ height?: string;
6
7
  }): import("react/jsx-runtime").JSX.Element;
7
- export default InfoIcon;
@@ -1,6 +1,6 @@
1
1
  export function LampIcon({ 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 LampIcon;
@@ -1,6 +1,6 @@
1
1
  export function LegendLineIcon({ 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 LegendLineIcon;
@@ -1,6 +1,6 @@
1
1
  export function LegendUnionIcon({ 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 LegendUnionIcon;
@@ -1,7 +1,7 @@
1
- export function MaintenanceIcon({ clicked, width, height, color }: {
1
+ export default MaintenanceIcon;
2
+ declare function MaintenanceIcon({ 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 MaintenanceIcon;
@@ -1,7 +1,7 @@
1
1
  export function MenuItemClosedIcon({ 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 MenuItemClosedIcon;
@@ -1,7 +1,6 @@
1
- export function MenuItemOpenIcon({ 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 MenuItemOpenIcon;
2
+ declare function MenuItemOpenIcon({ 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 MenuItemRightIcon({ 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 MenuItemRightIcon;
@@ -1,7 +1,6 @@
1
- export function MenuItemUpIcon({ 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 MenuItemUpIcon;
2
+ declare function MenuItemUpIcon({ width, height, color, }: {
3
+ width?: string;
4
+ height?: string;
5
+ color?: string;
6
+ }): import("react/jsx-runtime").JSX.Element;
@@ -1,6 +1,6 @@
1
1
  export function NoDataFoundIcon({ width, height }: {
2
- width?: string | undefined;
3
- height?: string | undefined;
2
+ width?: string;
3
+ height?: string;
4
4
  }): import("react/jsx-runtime").JSX.Element;
5
5
  export namespace NoDataFoundIcon {
6
6
  namespace propTypes {
@@ -1,6 +1,6 @@
1
- export function OptionsIcon({ 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 OptionsIcon;
2
+ declare function OptionsIcon({ 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 ReselectIcon({ 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 ReselectIcon;
2
+ declare function ReselectIcon({ width, height, color }: {
3
+ width?: string;
4
+ height?: string;
5
+ color?: string;
6
+ }): import("react/jsx-runtime").JSX.Element;
@@ -1,6 +1,6 @@
1
1
  export function SearchIcon({ 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 SearchIcon;
@@ -1,6 +1,6 @@
1
1
  export function ShoppingCartIcon({ 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 ShoppingCartIcon;
@@ -1,6 +1,6 @@
1
1
  export function ShoutIcon({ 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 ShoutIcon;
@@ -1,7 +1,7 @@
1
- export function SortIcon({ width, height, fillUpperArrow, fillLowerArrow }: {
2
- width?: string | undefined;
3
- height?: string | undefined;
4
- fillUpperArrow?: string | undefined;
5
- fillLowerArrow?: string | undefined;
6
- }): import("react/jsx-runtime").JSX.Element;
7
1
  export default SortIcon;
2
+ declare function SortIcon({ width, height, fillUpperArrow, fillLowerArrow }: {
3
+ width?: string;
4
+ height?: string;
5
+ fillUpperArrow?: string;
6
+ fillLowerArrow?: string;
7
+ }): import("react/jsx-runtime").JSX.Element;
@@ -1,7 +1,7 @@
1
1
  export function SpotlightProductIcon({ 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 SpotlightProductIcon;
@@ -1,7 +1,7 @@
1
- export function StopAndShopIcon({ clicked, width, height, viewBox }: {
1
+ export default StopAndShopIcon;
2
+ declare function StopAndShopIcon({ 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 StopAndShopIcon;
@@ -1,6 +1,6 @@
1
- export function StopAndShopNewIcon({ width, height, viewBox }: {
2
- width?: string | undefined;
3
- height?: string | undefined;
4
- viewBox?: string | undefined;
5
- }): import("react/jsx-runtime").JSX.Element;
6
1
  export default StopAndShopNewIcon;
2
+ declare function StopAndShopNewIcon({ width, height, viewBox }: {
3
+ width?: string;
4
+ height?: string;
5
+ viewBox?: string;
6
+ }): import("react/jsx-runtime").JSX.Element;
@@ -1,6 +1,6 @@
1
1
  export function SucceededIcon({ 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 SucceededIcon;
@@ -1,5 +1,5 @@
1
- export function TheGiantCompanyIcon({ width, height, }: {
2
- width?: string | undefined;
3
- height?: string | undefined;
4
- }): import("react/jsx-runtime").JSX.Element;
5
1
  export default TheGiantCompanyIcon;
2
+ declare function TheGiantCompanyIcon({ width, height, }: {
3
+ width?: string;
4
+ height?: string;
5
+ }): import("react/jsx-runtime").JSX.Element;
@@ -1,6 +1,6 @@
1
- export function TheGiantCompanyIcon({ clicked, width, height, }: {
1
+ export default TheGiantCompanyNewIcon;
2
+ declare function TheGiantCompanyNewIcon({ 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 TheGiantCompanyIcon;
@@ -0,0 +1,5 @@
1
+ export default UpArrowIcon;
2
+ declare function UpArrowIcon({ width, height }: {
3
+ width?: string;
4
+ height?: string;
5
+ }): import("react/jsx-runtime").JSX.Element;
@@ -21,3 +21,8 @@ export { default as TotalHorizontalCharts } from "./components/TotalHorizontalCh
21
21
  export { default as IconButton } from "./components/IconButton/IconButton.jsx";
22
22
  export { default as DoublePanelDataRow } from "./components/DoublePanelDataRow/DoublePanelDataRow.jsx";
23
23
  export { default as BarChart } from "./components/BarChart/BarChart.jsx";
24
+ export { default as DoubleBarSingleLine } from "./components/DoubleBarSingleLine/DoubleBarSingleLine.jsx";
25
+ export { default as AreaChart } from "./components/AreaChart/AreaChart.jsx";
26
+ export { default as BreakdownPanel } from "./components/BreakdownPanel/BreakdownPanel.jsx";
27
+ export { default as LinkButton } from "./components/LinkButton/LinkButton.jsx";
28
+ export { default as BatteryChart } from "./components/BatteryChart/BatteryChart.jsx";