sag_components 2.0.0-beta96 → 2.0.0-beta97

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 (414) hide show
  1. package/dist/index.d.ts +1353 -1222
  2. package/dist/index.esm.js +1719 -476
  3. package/dist/index.esm.js.map +1 -1
  4. package/dist/index.js +1729 -476
  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/BannerEventBox/BannerEventBox.d.ts +2 -2
  14. package/dist/types/components/BannerEventBox/BannerEventBox.stories.d.ts +40 -40
  15. package/dist/types/components/BannerEventBox/BannerEventBox.style.d.ts +13 -13
  16. package/dist/types/components/BannerEventBoxList/BannerEventBoxList.d.ts +2 -2
  17. package/dist/types/components/BannerEventBoxList/BannerEventBoxList.stories.d.ts +28 -28
  18. package/dist/types/components/BannerEventBoxList/BannerEventBoxList.style.d.ts +13 -13
  19. package/dist/types/components/BannersDropdown/BannersDropdown.d.ts +18 -18
  20. package/dist/types/components/BannersDropdown/BannersDropdown.stories.d.ts +19 -19
  21. package/dist/types/components/BannersDropdown/BannersDropdown.style.d.ts +8 -8
  22. package/dist/types/components/BarChart/BarChart.d.ts +82 -82
  23. package/dist/types/components/BarChart/BarChart.stories.d.ts +179 -179
  24. package/dist/types/components/BarChart/BarChart.style.d.ts +8 -8
  25. package/dist/types/components/BarChartTwoRows/BarChartTwoRows.d.ts +2 -2
  26. package/dist/types/components/BarChartTwoRows/BarChartTwoRows.stories.d.ts +199 -199
  27. package/dist/types/components/BarChartTwoRows/BarChartTwoRows.style.d.ts +9 -9
  28. package/dist/types/components/BarChartWithAreaChart/BarChartWithAreaChart.d.ts +2 -2
  29. package/dist/types/components/BarChartWithAreaChart/BarChartWithAreaChart.stories.d.ts +112 -112
  30. package/dist/types/components/BarChartWithAreaChart/BarChartWithAreaChart.style.d.ts +9 -9
  31. package/dist/types/components/BarChartsByWeeks/BarChartsByWeeks.d.ts +107 -107
  32. package/dist/types/components/BarChartsByWeeks/BarChartsByWeeks.stories.d.ts +207 -207
  33. package/dist/types/components/BarChartsByWeeks/BarChartsByWeeks.style.d.ts +11 -11
  34. package/dist/types/components/BatteryChart/BatteryChart.d.ts +2 -2
  35. package/dist/types/components/BatteryChart/BatteryChart.style.d.ts +18 -18
  36. package/dist/types/components/Benchmark/Benchmark.d.ts +45 -45
  37. package/dist/types/components/Benchmark/Benchmark.stories.d.ts +167 -167
  38. package/dist/types/components/Benchmark/Benchmark.style.d.ts +5 -5
  39. package/dist/types/components/BreakdownPanel/BreakdownPanel.d.ts +2 -2
  40. package/dist/types/components/BreakdownPanel/BreakdownPanel.stories.d.ts +74 -73
  41. package/dist/types/components/BreakdownPanel/BreakdownPanel.style.d.ts +7 -7
  42. package/dist/types/components/BreakdownPanel/BreakdownPanel.test.d.ts +1 -1
  43. package/dist/types/components/BreakdownPanel/ItemSales/BannerButton.d.ts +8 -8
  44. package/dist/types/components/BreakdownPanel/ItemSales/BannerButton.style.d.ts +1 -1
  45. package/dist/types/components/BreakdownPanel/ItemSales/CategorySalesPanel.d.ts +7 -7
  46. package/dist/types/components/BreakdownPanel/ItemSales/CategorySalesPanel.style.d.ts +6 -6
  47. package/dist/types/components/BreakdownPanel/ItemSales/ItemSalesPanel.d.ts +2 -2
  48. package/dist/types/components/BreakdownPanel/ItemSales/ItemSalesPanel.style.d.ts +3 -3
  49. package/dist/types/components/BreakdownPanel/ItemSales/ItemsCounterGraphPanel.d.ts +6 -6
  50. package/dist/types/components/BreakdownPanel/ItemSales/ItemsCounterGraphPanel.style.d.ts +3 -3
  51. package/dist/types/components/BrushChart/BrushChart.d.ts +2 -2
  52. package/dist/types/components/BrushChart/BrushChart.stories.d.ts +150 -150
  53. package/dist/types/components/BrushChart/BrushChart.style.d.ts +47 -47
  54. package/dist/types/components/BrushChart/Charts/BarLine.d.ts +2 -2
  55. package/dist/types/components/BrushChart/Charts/InnerBar.d.ts +2 -2
  56. package/dist/types/components/BrushChart/Charts/SingleChart.d.ts +2 -2
  57. package/dist/types/components/BubbleChart/BubbleChart.d.ts +16 -16
  58. package/dist/types/components/BubbleChart/BubbleChart.stories.d.ts +101 -100
  59. package/dist/types/components/BubbleChart/BubbleChart.style.d.ts +13 -13
  60. package/dist/types/components/Button/Button.d.ts +2 -22
  61. package/dist/types/components/Button/Button.stories.d.ts +185 -185
  62. package/dist/types/components/Button/Button.style.d.ts +5 -5
  63. package/dist/types/components/Button/Button.test.d.ts +1 -1
  64. package/dist/types/components/CampaignTool/CampaignDemoReport.d.ts +33 -33
  65. package/dist/types/components/CampaignTool/CampaignDemoReport.style.d.ts +5 -5
  66. package/dist/types/components/CampaignTool/Card.d.ts +37 -37
  67. package/dist/types/components/CampaignTool/Card.style.d.ts +8 -8
  68. package/dist/types/components/CampaignTool/FormInput.d.ts +5 -5
  69. package/dist/types/components/CampaignTool/FormSelect.d.ts +5 -5
  70. package/dist/types/components/CampaignTool/MultipleCard.d.ts +15 -15
  71. package/dist/types/components/CampaignTool/MultipleCard.style.d.ts +1 -1
  72. package/dist/types/components/CampaignTool/PageFilterBar.d.ts +12 -12
  73. package/dist/types/components/CampaignTool/PageFilterBar.style.d.ts +2 -2
  74. package/dist/types/components/CampaignTool/Popup.d.ts +27 -27
  75. package/dist/types/components/CampaignTool/Popup.style.d.ts +14 -14
  76. package/dist/types/components/CampaignTool/PopupContent.d.ts +28 -28
  77. package/dist/types/components/CampaignTool/PopupContent.style.d.ts +7 -7
  78. package/dist/types/components/CampaignTool/PopupFieldsRules.d.ts +41 -41
  79. package/dist/types/components/CampaignTool/Table.d.ts +56 -56
  80. package/dist/types/components/CampaignTool/Table.style.d.ts +7 -7
  81. package/dist/types/components/CheckBox/CheckBox.d.ts +2 -2
  82. package/dist/types/components/CheckBox/CheckBox.stories.d.ts +126 -126
  83. package/dist/types/components/CheckBox/CheckBox.style.d.ts +4 -4
  84. package/dist/types/components/CheckBoxButton/CheckBoxButton.d.ts +21 -21
  85. package/dist/types/components/CheckBoxButton/CheckBoxButton.stories.d.ts +187 -187
  86. package/dist/types/components/CheckBoxButton/CheckBoxButton.style.d.ts +4 -4
  87. package/dist/types/components/CodeEditor/CodeEditor.d.ts +5 -5
  88. package/dist/types/components/CollapseData/CollapseData.d.ts +40 -40
  89. package/dist/types/components/CollapseData/CollapseData.stories.d.ts +59 -59
  90. package/dist/types/components/CollapseData/CollapseData.style.d.ts +11 -11
  91. package/dist/types/components/CollapseHeader/CollapseHeader.d.ts +82 -82
  92. package/dist/types/components/CollapseHeader/CollapseHeader.stories.d.ts +101 -101
  93. package/dist/types/components/CollapseHeader/CollapseHeader.style.d.ts +25 -25
  94. package/dist/types/components/CollapseMenuItem/CollapseMenuItem.d.ts +24 -24
  95. package/dist/types/components/CollapseMenuItem/CollapseMenuItem.stories.d.ts +54 -54
  96. package/dist/types/components/CollapseMenuItem/CollapseMenuItem.style.d.ts +7 -7
  97. package/dist/types/components/ContainerTable/ContainerTable.d.ts +2 -0
  98. package/dist/types/components/ContainerTable/ContainerTable.stories.d.ts +61 -0
  99. package/dist/types/components/ContainerTable/ContainerTable.style.d.ts +7 -0
  100. package/dist/types/components/DialogOverlay/DialogOverlay.d.ts +21 -21
  101. package/dist/types/components/DialogOverlay/DialogOverlay.stories.d.ts +31 -31
  102. package/dist/types/components/DialogOverlay/DialogOverlay.style.d.ts +6 -6
  103. package/dist/types/components/DoubleBarSingleLine/DoubleBarSingleLine.d.ts +2 -2
  104. package/dist/types/components/DoubleBarSingleLine/DoubleBarSingleLine.stories.d.ts +265 -264
  105. package/dist/types/components/DoubleBarSingleLine/DoubleBarSingleLine.style.d.ts +10 -10
  106. package/dist/types/components/DoublePanelDataRow/DoublePanelDataRow.d.ts +2 -2
  107. package/dist/types/components/DoublePanelDataRow/DoublePanelDataRow.stories.d.ts +72 -72
  108. package/dist/types/components/DoublePanelDataRow/DoublePanelDataRow.style.d.ts +9 -9
  109. package/dist/types/components/DownloadProgress/DownloadProgress.d.ts +39 -39
  110. package/dist/types/components/DownloadProgress/DownloadProgress.stories.d.ts +99 -99
  111. package/dist/types/components/DownloadProgress/DownloadProgress.style.d.ts +4 -4
  112. package/dist/types/components/DropdownMultiNew/DropdownMultiNew.d.ts +79 -79
  113. package/dist/types/components/DropdownMultiNew/DropdownMultiNew.style.d.ts +12 -12
  114. package/dist/types/components/DropdownMultiNew/DropdownNew.stories.d.ts +240 -240
  115. package/dist/types/components/DropdownNew/DropdownNew.d.ts +2 -81
  116. package/dist/types/components/DropdownNew/DropdownNew.style.d.ts +1 -1
  117. package/dist/types/components/DropdownSingleNew/DropdownSingleNew.d.ts +75 -75
  118. package/dist/types/components/DropdownSingleNew/DropdownSingleNew.style.d.ts +10 -10
  119. package/dist/types/components/EventDetailsCard/EventDetailsCard.d.ts +48 -48
  120. package/dist/types/components/EventDetailsCard/EventDetailsCard.stories.d.ts +122 -122
  121. package/dist/types/components/EventDetailsCard/EventDetailsCard.style.d.ts +6 -6
  122. package/dist/types/components/EventList/EventList.d.ts +30 -30
  123. package/dist/types/components/EventList/EventList.stories.d.ts +67 -67
  124. package/dist/types/components/EventList/EventList.style.d.ts +4 -4
  125. package/dist/types/components/EventListItem/EventListItem.d.ts +27 -27
  126. package/dist/types/components/EventListItem/EventListItem.stories.d.ts +67 -67
  127. package/dist/types/components/EventListItem/EventListItem.style.d.ts +4 -4
  128. package/dist/types/components/EventsTable/ColumnFilter.d.ts +7 -0
  129. package/dist/types/components/EventsTable/DeleteEventModal.d.ts +5 -0
  130. package/dist/types/components/EventsTable/EventTable.d.ts +7 -0
  131. package/dist/types/components/EventsTable/EventsHeader.d.ts +6 -0
  132. package/dist/types/components/EventsTable/EventsPage.d.ts +1 -0
  133. package/dist/types/components/EventsTable/EventsPage.stories.d.ts +8 -0
  134. package/dist/types/components/EventsTable/SendButton.d.ts +3 -0
  135. package/dist/types/components/EventsTable/mockEvents.d.ts +15 -0
  136. package/dist/types/components/FilterContainer/FilterContainer.d.ts +3 -3
  137. package/dist/types/components/FilterContainer/FilterContainer.stories.d.ts +9 -9
  138. package/dist/types/components/FilterContainer/FilterContainer.style.d.ts +3 -3
  139. package/dist/types/components/FilterPanel/FilterPanel.d.ts +89 -89
  140. package/dist/types/components/FilterPanel/FilterPanel.stories.d.ts +173 -173
  141. package/dist/types/components/FilterPanel/FilterPanel.style.d.ts +11 -11
  142. package/dist/types/components/FormattedValue/FormattedValue.d.ts +45 -45
  143. package/dist/types/components/FormattedValue/FormattedValue.stories.d.ts +131 -131
  144. package/dist/types/components/FormattedValue/FormattedValue.style.d.ts +7 -7
  145. package/dist/types/components/Heatmap/Heatmap.d.ts +15 -15
  146. package/dist/types/components/Heatmap/Heatmap.stories.d.ts +59 -59
  147. package/dist/types/components/Heatmap/Heatmap.style.d.ts +15 -15
  148. package/dist/types/components/IconButton/IconButton.d.ts +48 -48
  149. package/dist/types/components/IconButton/IconButton.stories.d.ts +89 -89
  150. package/dist/types/components/IconButton/IconButton.style.d.ts +4 -4
  151. package/dist/types/components/Input/Input.d.ts +80 -80
  152. package/dist/types/components/Input/Input.stories.d.ts +278 -278
  153. package/dist/types/components/Input/Input.style.d.ts +7 -7
  154. package/dist/types/components/InputOld/InputOld.d.ts +66 -66
  155. package/dist/types/components/InputOld/InputOld.stories.d.ts +109 -109
  156. package/dist/types/components/InputOld/InputOld.style.d.ts +6 -6
  157. package/dist/types/components/InsightsCarousel/InsightsCarousel.d.ts +11 -11
  158. package/dist/types/components/InsightsCarousel/InsightsCarousel.stories.d.ts +48 -47
  159. package/dist/types/components/InsightsCarousel/InsightsCarousel.style.d.ts +12 -12
  160. package/dist/types/components/ItemManagerPanel/ItemManagerPanel.d.ts +6 -0
  161. package/dist/types/components/ItemManagerPanel/ItemManagerPanel.stories.d.ts +24 -0
  162. package/dist/types/components/ItemManagerPanel/ItemManagerPanel.style.d.ts +18 -0
  163. package/dist/types/components/ItemManagerPanel/NewItemList/NewItemList.d.ts +6 -0
  164. package/dist/types/components/ItemManagerPanel/NewItemList/NewItemList.style.d.ts +13 -0
  165. package/dist/types/components/KpiFilter/KpiFilter.d.ts +58 -58
  166. package/dist/types/components/KpiFilter/KpiFilter.stories.d.ts +174 -174
  167. package/dist/types/components/KpiFilter/KpiFilter.style.d.ts +16 -16
  168. package/dist/types/components/LinkButton/LinkButton.d.ts +13 -13
  169. package/dist/types/components/LinkButton/LinkButton.stories.d.ts +110 -110
  170. package/dist/types/components/LinkButton/LinkButton.style.d.ts +4 -4
  171. package/dist/types/components/LinkButton/LinkButton.test.d.ts +1 -1
  172. package/dist/types/components/LinnerDataBox/LinnerDataBox.d.ts +2 -2
  173. package/dist/types/components/LinnerDataBox/LinnerDataBox.data.d.ts +15 -15
  174. package/dist/types/components/LinnerDataBox/LinnerDataBox.stories.d.ts +39 -39
  175. package/dist/types/components/LinnerDataBox/LinnerDataBox.style.d.ts +14 -14
  176. package/dist/types/components/ListBox/ListBox.d.ts +15 -15
  177. package/dist/types/components/ListBox/ListBox.stories.d.ts +134 -134
  178. package/dist/types/components/ListBox/ListBox.style.d.ts +4 -4
  179. package/dist/types/components/MarketShareDescription/MarketShareDescription.d.ts +31 -31
  180. package/dist/types/components/MarketShareDescription/MarketShareDescription.stories.d.ts +70 -70
  181. package/dist/types/components/MarketShareDescription/MarketShareDescription.style.d.ts +16 -16
  182. package/dist/types/components/MenuRoute/MenuIcons/Build.d.ts +6 -0
  183. package/dist/types/components/MenuRoute/MenuIcons/Execute.d.ts +6 -0
  184. package/dist/types/components/MenuRoute/MenuIcons/Track.d.ts +6 -0
  185. package/dist/types/components/MenuRoute/MenuRoute.d.ts +2 -0
  186. package/dist/types/components/MenuRoute/MenuRoute.stories.d.ts +52 -0
  187. package/dist/types/components/MenuRoute/MenuRoute.style.d.ts +3 -0
  188. package/dist/types/components/Modal/Modal.d.ts +6 -6
  189. package/dist/types/components/Modal/Modal.style.d.ts +4 -4
  190. package/dist/types/components/Modal/ModalTotalBenchmark.d.ts +8 -8
  191. package/dist/types/components/Modal/ModalTotalCost.d.ts +7 -7
  192. package/dist/types/components/ModalWithOverlay/ModalWithOverlay.d.ts +2 -0
  193. package/dist/types/components/ModalWithOverlay/ModalWithOverlay.stories.d.ts +112 -0
  194. package/dist/types/components/ModalWithOverlay/ModalWithOverlay.style.d.ts +7 -0
  195. package/dist/types/components/MonthPicker/MonthPicker.d.ts +55 -55
  196. package/dist/types/components/MonthPicker/MonthPicker.stories.d.ts +148 -148
  197. package/dist/types/components/MonthPicker/MonthPicker.style.d.ts +8 -8
  198. package/dist/types/components/MonthPicker/MonthPopupPicker.d.ts +10 -10
  199. package/dist/types/components/MonthPicker/MonthPopupPicker.style.d.ts +7 -7
  200. package/dist/types/components/NoDataFoundMessage/NoDataFoundMessage.d.ts +2 -2
  201. package/dist/types/components/NoDataFoundMessage/NoDataFoundMessage.stories.d.ts +39 -39
  202. package/dist/types/components/NoDataFoundMessage/NoDataFoundMessage.style.d.ts +3 -3
  203. package/dist/types/components/OneColumnContainer/OneColumnContainer.d.ts +81 -81
  204. package/dist/types/components/OneColumnContainer/OneColumnContainer.stories.d.ts +396 -396
  205. package/dist/types/components/OneColumnContainer/OneColumnContainer.style.d.ts +12 -12
  206. package/dist/types/components/OverlayDropdown/OverlayDropdown.d.ts +24 -0
  207. package/dist/types/components/OverlayDropdown/OverlayDropdown.stories.d.ts +11 -0
  208. package/dist/types/components/OverlayDropdown/OverlayDropdown.style.d.ts +9 -0
  209. package/dist/types/components/OverlayDropdown/OverlayTemplateDialog.d.ts +21 -0
  210. package/dist/types/components/OverlayDropdown/OverlayTemplateDialog.style.d.ts +10 -0
  211. package/dist/types/components/PerformanceAnalytics/PerformanceAnalytics.d.ts +86 -86
  212. package/dist/types/components/PerformanceAnalytics/PerformanceAnalytics.stories.d.ts +175 -175
  213. package/dist/types/components/PerformanceAnalytics/PerformanceAnalytics.style.d.ts +14 -14
  214. package/dist/types/components/PerformanceAnalyticsLegend/PerformanceAnalyticsLegend.d.ts +2 -2
  215. package/dist/types/components/PerformanceAnalyticsLegend/PerformanceAnalyticsLegend.stories.d.ts +43 -43
  216. package/dist/types/components/PerformanceAnalyticsLegend/PerformanceAnalyticsLegend.style.d.ts +6 -6
  217. package/dist/types/components/PerformanceAnalyticsOneColumn/PerformanceAnalyticsOneColumn.d.ts +85 -85
  218. package/dist/types/components/PerformanceAnalyticsOneColumn/PerformanceAnalyticsOneColumn.stories.d.ts +153 -153
  219. package/dist/types/components/PerformanceAnalyticsOneColumn/PerformanceAnalyticsOneColumn.style.d.ts +13 -13
  220. package/dist/types/components/PerformanceAnalyticsTotals/PerformanceAnalyticsTotals.d.ts +37 -37
  221. package/dist/types/components/PerformanceAnalyticsTotals/PerformanceAnalyticsTotals.stories.d.ts +42 -42
  222. package/dist/types/components/PerformanceAnalyticsTotals/PerformanceAnalyticsTotals.style.d.ts +10 -10
  223. package/dist/types/components/PieChart/PieChart.d.ts +66 -66
  224. package/dist/types/components/PieChart/PieChart.stories.d.ts +201 -201
  225. package/dist/types/components/PieChart/PieChart.style.d.ts +18 -18
  226. package/dist/types/components/PopupCharts/PopupCharts.d.ts +64 -64
  227. package/dist/types/components/PopupCharts/PopupCharts.stories.d.ts +89 -89
  228. package/dist/types/components/PopupCharts/PopupCharts.style.d.ts +12 -12
  229. package/dist/types/components/ProductsVariety/ProductsVariety.d.ts +29 -29
  230. package/dist/types/components/ProductsVariety/ProductsVariety.stories.d.ts +48 -48
  231. package/dist/types/components/ProductsVariety/ProductsVariety.style.d.ts +10 -10
  232. package/dist/types/components/ProgressBar/ProgressBar.d.ts +24 -24
  233. package/dist/types/components/ProgressBar/ProgressBar.stories.d.ts +65 -65
  234. package/dist/types/components/ProgressBar/ProgressBar.style.d.ts +2 -2
  235. package/dist/types/components/QuarterPicker/QuarterPicker.d.ts +55 -55
  236. package/dist/types/components/QuarterPicker/QuarterPicker.stories.d.ts +148 -148
  237. package/dist/types/components/QuarterPicker/QuarterPicker.style.d.ts +8 -8
  238. package/dist/types/components/QuarterPicker/QuarterPopupPicker.d.ts +10 -10
  239. package/dist/types/components/QuarterPicker/QuarterPopupPicker.style.d.ts +6 -6
  240. package/dist/types/components/QuickFilter/QuickFilter.d.ts +17 -17
  241. package/dist/types/components/QuickFilter/QuickFilter.stories.d.ts +249 -249
  242. package/dist/types/components/QuickFilter/QuickFilter.style.d.ts +1 -1
  243. package/dist/types/components/QuickFilterDropdownMultiSelection/QuickFilterDropdownMultiSelection.d.ts +76 -76
  244. package/dist/types/components/QuickFilterDropdownMultiSelection/QuickFilterDropdownMultiSelection.style.d.ts +12 -12
  245. package/dist/types/components/QuickFilterDropdownSingle/QuickFilterDropdownSingle.d.ts +68 -68
  246. package/dist/types/components/QuickFilterDropdownSingle/QuickFilterDropdownSingle.style.d.ts +11 -11
  247. package/dist/types/components/RangePicker/RangeDatePicker.d.ts +9 -9
  248. package/dist/types/components/RangePicker/RangePicker.d.ts +52 -52
  249. package/dist/types/components/RangePicker/RangePicker.stories.d.ts +148 -148
  250. package/dist/types/components/RangePicker/RangePicker.style.d.ts +8 -8
  251. package/dist/types/components/ReportTable/ReportTable.d.ts +83 -83
  252. package/dist/types/components/ReportTable/ReportTable.stories.d.ts +139 -139
  253. package/dist/types/components/ReportTable/ReportTable.style.d.ts +14 -14
  254. package/dist/types/components/SagButton/SagButton.d.ts +45 -45
  255. package/dist/types/components/SagButton/SagButton.stories.d.ts +142 -142
  256. package/dist/types/components/SagButton/SagButton.style.d.ts +3 -3
  257. package/dist/types/components/SagIconButton/SagIconButton.d.ts +45 -45
  258. package/dist/types/components/SagIconButton/SagIconButton.stories.d.ts +129 -129
  259. package/dist/types/components/SagIconButton/SagIconButton.style.d.ts +2 -2
  260. package/dist/types/components/SagInput/SagInput.d.ts +36 -36
  261. package/dist/types/components/SagInput/SagInput.stories.d.ts +71 -71
  262. package/dist/types/components/SagInput/SagInput.style.d.ts +3 -3
  263. package/dist/types/components/SalesAndROI/SalesAndROI.d.ts +50 -50
  264. package/dist/types/components/SalesAndROI/SalesAndROI.stories.d.ts +139 -139
  265. package/dist/types/components/SalesAndROI/SalesAndROI.style.d.ts +9 -9
  266. package/dist/types/components/SearchInput/SearchInput.d.ts +24 -24
  267. package/dist/types/components/SearchInput/SearchInput.stories.d.ts +39 -39
  268. package/dist/types/components/SearchInput/SearchInput.style.d.ts +2 -2
  269. package/dist/types/components/SegmentedButton/SegmentedButton.d.ts +52 -52
  270. package/dist/types/components/SegmentedButton/SegmentedButton.stories.d.ts +168 -168
  271. package/dist/types/components/SegmentedButton/SegmentedButton.style.d.ts +6 -6
  272. package/dist/types/components/Select/Select.d.ts +21 -21
  273. package/dist/types/components/Select/Select.stories.d.ts +252 -252
  274. package/dist/types/components/Select/Select.style.d.ts +6 -6
  275. package/dist/types/components/SingleBarLineCharts/SingleBarLineCharts.d.ts +28 -28
  276. package/dist/types/components/SingleBarLineCharts/SingleBarLineCharts.stories.d.ts +226 -226
  277. package/dist/types/components/SingleBarLineCharts/SingleBarLineCharts.style.d.ts +13 -13
  278. package/dist/types/components/SingleBarLineCharts/SingleBarLineCharts.test.d.ts +1 -1
  279. package/dist/types/components/TabMenu/TabMenu.d.ts +2 -2
  280. package/dist/types/components/TabMenu/TabMenu.stories.d.ts +171 -171
  281. package/dist/types/components/TabMenu/TabMenu.style.d.ts +27 -27
  282. package/dist/types/components/TitleDescription/TitleDescription.d.ts +59 -59
  283. package/dist/types/components/TitleDescription/TitleDescription.stories.d.ts +90 -90
  284. package/dist/types/components/TitleDescription/TitleDescription.style.d.ts +26 -26
  285. package/dist/types/components/ToggleSwitch/ToggleSwitch.d.ts +21 -0
  286. package/dist/types/components/ToggleSwitch/ToggleSwitch.stories.d.ts +15 -0
  287. package/dist/types/components/ToggleSwitch/ToggleSwitch.style.d.ts +3 -0
  288. package/dist/types/components/Tooltip/Tooltip.d.ts +24 -24
  289. package/dist/types/components/Tooltip/Tooltip.style.d.ts +3 -3
  290. package/dist/types/components/TopToggleList/TopToggleList.d.ts +24 -24
  291. package/dist/types/components/TopToggleList/TopToggleList.stories.d.ts +25 -25
  292. package/dist/types/components/TopToggleList/TopToggleList.style.d.ts +5 -5
  293. package/dist/types/components/TotalBenchmark/TotalBenchmark.d.ts +40 -40
  294. package/dist/types/components/TotalBenchmark/TotalBenchmark.stories.d.ts +101 -101
  295. package/dist/types/components/TotalBenchmark/TotalBenchmark.style.d.ts +9 -9
  296. package/dist/types/components/TotalBenchmarkAreachart/TotalBenchmarkAreachart.d.ts +86 -86
  297. package/dist/types/components/TotalBenchmarkAreachart/TotalBenchmarkAreachart.stories.d.ts +240 -240
  298. package/dist/types/components/TotalBenchmarkAreachart/TotalBenchmarkAreachart.style.d.ts +20 -20
  299. package/dist/types/components/TotalBenchmarkArrows/TotalBenchmarkArrows.d.ts +51 -51
  300. package/dist/types/components/TotalBenchmarkArrows/TotalBenchmarkArrows.stories.d.ts +145 -145
  301. package/dist/types/components/TotalBenchmarkArrows/TotalBenchmarkArrows.style.d.ts +14 -14
  302. package/dist/types/components/TotalBenchmarkBarchart/TotalBenchmarkBarchart.d.ts +56 -56
  303. package/dist/types/components/TotalBenchmarkBarchart/TotalBenchmarkBarchart.stories.d.ts +155 -155
  304. package/dist/types/components/TotalBenchmarkBarchart/TotalBenchmarkBarchart.style.d.ts +10 -10
  305. package/dist/types/components/TotalDoughnutChart/TotalDoughnutChart.d.ts +82 -82
  306. package/dist/types/components/TotalDoughnutChart/TotalDoughnutChart.stories.d.ts +241 -241
  307. package/dist/types/components/TotalDoughnutChart/TotalDoughnutChart.style.d.ts +19 -19
  308. package/dist/types/components/TotalHorizontalCharts/TotalHorizontalCharts.d.ts +76 -76
  309. package/dist/types/components/TotalHorizontalCharts/TotalHorizontalCharts.stories.d.ts +214 -214
  310. package/dist/types/components/TotalHorizontalCharts/TotalHorizontalCharts.style.d.ts +6 -6
  311. package/dist/types/components/TspanTooltip/TspanTooltip.d.ts +24 -24
  312. package/dist/types/components/TspanTooltip/TspanTooltip.style.d.ts +3 -3
  313. package/dist/types/components/TwoBarCharts/TwoBarCharts.d.ts +77 -77
  314. package/dist/types/components/TwoBarCharts/TwoBarCharts.stories.d.ts +172 -172
  315. package/dist/types/components/TwoBarCharts/TwoBarCharts.style.d.ts +8 -8
  316. package/dist/types/components/WeeksPicker/WeeksCalendar.d.ts +28 -0
  317. package/dist/types/components/WeeksPicker/WeeksCalendar.styles.d.ts +5 -0
  318. package/dist/types/components/WeeksPicker/WeeksPicker.d.ts +27 -0
  319. package/dist/types/components/WeeksPicker/WeeksPicker.stories.d.ts +9 -0
  320. package/dist/types/components/WeeksPicker/WeeksPicker.style.d.ts +8 -0
  321. package/dist/types/icons/ArrowDownIcon.d.ts +6 -6
  322. package/dist/types/icons/ArrowDropDownIcon.d.ts +6 -6
  323. package/dist/types/icons/ArrowLeftIcon.d.ts +7 -0
  324. package/dist/types/icons/ArrowSelectIcon.d.ts +6 -6
  325. package/dist/types/icons/ArrowUpIcon.d.ts +6 -6
  326. package/dist/types/icons/AttachedIcon.d.ts +6 -6
  327. package/dist/types/icons/BarcodeIcon.d.ts +6 -6
  328. package/dist/types/icons/BellIcon.d.ts +6 -6
  329. package/dist/types/icons/ButtonArrowRight.d.ts +5 -5
  330. package/dist/types/icons/Calendar.d.ts +2 -2
  331. package/dist/types/icons/CalendarIcon.d.ts +6 -6
  332. package/dist/types/icons/CalendarInOpen.d.ts +2 -2
  333. package/dist/types/icons/CheckBoxButtonCheckedIcon.d.ts +7 -7
  334. package/dist/types/icons/CheckBoxCheckedIcon.d.ts +7 -7
  335. package/dist/types/icons/CheckBoxNotCheckedIcon.d.ts +7 -7
  336. package/dist/types/icons/ChervronLeftIcon.d.ts +6 -6
  337. package/dist/types/icons/ChervronRightIcon.d.ts +6 -6
  338. package/dist/types/icons/ChevronIcon.d.ts +7 -7
  339. package/dist/types/icons/ChevronLeftIcon.d.ts +4 -4
  340. package/dist/types/icons/ChevronRightIcon.d.ts +4 -4
  341. package/dist/types/icons/ClockIcon.d.ts +6 -6
  342. package/dist/types/icons/CloseIcon.d.ts +6 -6
  343. package/dist/types/icons/CloseXIcon.d.ts +6 -6
  344. package/dist/types/icons/ComboBoxArrowDownIcon.d.ts +7 -7
  345. package/dist/types/icons/ComboBoxArrowUpIcon.d.ts +7 -7
  346. package/dist/types/icons/DocumentIcon.d.ts +6 -6
  347. package/dist/types/icons/DownArrowIcon.d.ts +5 -5
  348. package/dist/types/icons/DownloadIcon.d.ts +6 -6
  349. package/dist/types/icons/Duplicate.d.ts +7 -7
  350. package/dist/types/icons/ErrorIcon.d.ts +6 -6
  351. package/dist/types/icons/ExitIcon.d.ts +7 -7
  352. package/dist/types/icons/ExportIcon.d.ts +6 -6
  353. package/dist/types/icons/EyeIcon.d.ts +7 -7
  354. package/dist/types/icons/FileIcon.d.ts +6 -6
  355. package/dist/types/icons/FilterIcon.d.ts +6 -6
  356. package/dist/types/icons/FlyIcon.d.ts +6 -6
  357. package/dist/types/icons/FolderIcon.d.ts +6 -6
  358. package/dist/types/icons/FoodLionChartIcon.d.ts +2 -2
  359. package/dist/types/icons/FoodLionIcon.d.ts +6 -6
  360. package/dist/types/icons/FoodLionNewIcon.d.ts +5 -5
  361. package/dist/types/icons/GiantFoodChartIcon.d.ts +2 -2
  362. package/dist/types/icons/GiantFoodIcon.d.ts +7 -7
  363. package/dist/types/icons/GiantFoodIcon_new.d.ts +7 -7
  364. package/dist/types/icons/HannafordChartIcon.d.ts +2 -2
  365. package/dist/types/icons/HannafordIcon.d.ts +6 -6
  366. package/dist/types/icons/HannafordIcon_new.d.ts +7 -7
  367. package/dist/types/icons/HannafordNewIcon.d.ts +5 -5
  368. package/dist/types/icons/InfoIcon.d.ts +7 -7
  369. package/dist/types/icons/LampIcon.d.ts +6 -6
  370. package/dist/types/icons/LegendLineIcon.d.ts +6 -6
  371. package/dist/types/icons/LegendUnionIcon.d.ts +6 -6
  372. package/dist/types/icons/MaintenanceIcon.d.ts +7 -7
  373. package/dist/types/icons/MenuItemClosedIcon.d.ts +7 -7
  374. package/dist/types/icons/MenuItemOpenIcon.d.ts +6 -6
  375. package/dist/types/icons/MenuItemRightIcon.d.ts +7 -7
  376. package/dist/types/icons/MenuItemUpIcon.d.ts +6 -6
  377. package/dist/types/icons/NoDataFoundIcon.d.ts +12 -12
  378. package/dist/types/icons/OptionsIcon.d.ts +6 -6
  379. package/dist/types/icons/PeopleIcon.d.ts +6 -6
  380. package/dist/types/icons/PlusIcon.d.ts +6 -0
  381. package/dist/types/icons/ReselectIcon.d.ts +6 -6
  382. package/dist/types/icons/SearchIcon.d.ts +6 -6
  383. package/dist/types/icons/ShoppingCartIcon.d.ts +6 -6
  384. package/dist/types/icons/ShoutIcon.d.ts +6 -6
  385. package/dist/types/icons/Sort.d.ts +1 -1
  386. package/dist/types/icons/SortIcon.d.ts +7 -7
  387. package/dist/types/icons/SpotlightProductIcon.d.ts +7 -7
  388. package/dist/types/icons/StopAndShopChartIcon.d.ts +2 -2
  389. package/dist/types/icons/StopAndShopIcon.d.ts +7 -7
  390. package/dist/types/icons/StopAndShopNewIcon.d.ts +6 -6
  391. package/dist/types/icons/SucceededIcon.d.ts +6 -6
  392. package/dist/types/icons/TheGiantCompanyChartIcon.d.ts +2 -2
  393. package/dist/types/icons/TheGiantCompanyIcon.d.ts +5 -5
  394. package/dist/types/icons/TheGiantCompanyNewIcon.d.ts +6 -6
  395. package/dist/types/icons/UpArrowIcon.d.ts +5 -5
  396. package/dist/types/icons/index.d.ts +14 -0
  397. package/dist/types/index.d.ts +48 -38
  398. package/dist/types/utils/CommonFunctions.d.ts +7 -7
  399. package/dist/types/utils/ComponentFactory.d.ts +4 -4
  400. package/dist/types/utils/IconsHandler.d.ts +1 -1
  401. package/dist/types/utils/IconsHandler.style.d.ts +1 -1
  402. package/dist/types/utils/regex/Email.regex.d.ts +1 -1
  403. package/dist/types/utils/regex/LatinWithSpaces.regex.d.ts +1 -1
  404. package/dist/types/utils/regex/Phone.regex.d.ts +1 -1
  405. package/package.json +1 -1
  406. package/dist/types/components/AutocompleteField/AutocompleteField.d.ts +0 -15
  407. package/dist/types/components/AutocompleteField/AutocompleteField.stories.d.ts +0 -13
  408. package/dist/types/components/AutocompleteField/AutocompleteField.style.d.ts +0 -5
  409. package/dist/types/components/CampaignTool/CampaignDemoReport.stories.d.ts +0 -46
  410. package/dist/types/components/CampaignTool/Card.stories.d.ts +0 -57
  411. package/dist/types/components/CampaignTool/MultipleCard.stories.d.ts +0 -28
  412. package/dist/types/components/CampaignTool/PageFilterBar.stories.d.ts +0 -17
  413. package/dist/types/components/CampaignTool/Popup.stories.d.ts +0 -101
  414. package/dist/types/components/CampaignTool/Table.stories.d.ts +0 -108
@@ -1,6 +1,6 @@
1
- export function ArrowDropDownIcon({ clicked, width, height }: {
2
- clicked: any;
3
- width?: string;
4
- height?: string;
5
- }): import("react/jsx-runtime").JSX.Element;
6
- export default ArrowDropDownIcon;
1
+ export function ArrowDropDownIcon({ clicked, width, height }: {
2
+ clicked: any;
3
+ width?: string;
4
+ height?: string;
5
+ }): import("react/jsx-runtime").JSX.Element;
6
+ export default ArrowDropDownIcon;
@@ -0,0 +1,7 @@
1
+ export default ArrowLeftIcon;
2
+ declare function ArrowLeftIcon({ width, height, color, ...props }: {
3
+ [x: string]: any;
4
+ width?: string;
5
+ height?: string;
6
+ color?: string;
7
+ }): import("react/jsx-runtime").JSX.Element;
@@ -1,6 +1,6 @@
1
- export function ArrowSelectIcon({ width, height, color, }: {
2
- width?: string;
3
- height?: string;
4
- color?: string;
5
- }): import("react/jsx-runtime").JSX.Element;
6
- export default ArrowSelectIcon;
1
+ export function ArrowSelectIcon({ width, height, color, }: {
2
+ width?: string;
3
+ height?: string;
4
+ color?: string;
5
+ }): import("react/jsx-runtime").JSX.Element;
6
+ export default ArrowSelectIcon;
@@ -1,6 +1,6 @@
1
- export function ArrowUpIcon({ clicked, width, height }: {
2
- clicked: any;
3
- width?: string;
4
- height?: string;
5
- }): import("react/jsx-runtime").JSX.Element;
6
- export default ArrowUpIcon;
1
+ export function ArrowUpIcon({ clicked, width, height }: {
2
+ clicked: any;
3
+ width?: string;
4
+ height?: string;
5
+ }): import("react/jsx-runtime").JSX.Element;
6
+ export default ArrowUpIcon;
@@ -1,6 +1,6 @@
1
- export function AttachedIcon({ width, height, fill }: {
2
- width?: string;
3
- height?: string;
4
- fill?: string;
5
- }): import("react/jsx-runtime").JSX.Element;
6
- export default AttachedIcon;
1
+ export function AttachedIcon({ width, height, fill }: {
2
+ width?: string;
3
+ height?: string;
4
+ fill?: string;
5
+ }): import("react/jsx-runtime").JSX.Element;
6
+ export default AttachedIcon;
@@ -1,6 +1,6 @@
1
- export function BarcodeIcon({ width, height, fill }: {
2
- width?: string;
3
- height?: string;
4
- fill?: string;
5
- }): import("react/jsx-runtime").JSX.Element;
6
- export default BarcodeIcon;
1
+ export function BarcodeIcon({ width, height, fill }: {
2
+ width?: string;
3
+ height?: string;
4
+ fill?: string;
5
+ }): import("react/jsx-runtime").JSX.Element;
6
+ export default BarcodeIcon;
@@ -1,6 +1,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
+ 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 default ButtonArrowRight;
2
- declare function ButtonArrowRight({ width, height }: {
3
- width?: string;
4
- height?: string;
5
- }): import("react/jsx-runtime").JSX.Element;
1
+ export default ButtonArrowRight;
2
+ declare function ButtonArrowRight({ width, height }: {
3
+ width?: string;
4
+ height?: string;
5
+ }): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- export function Calendar(): import("react/jsx-runtime").JSX.Element;
2
- export default Calendar;
1
+ export function Calendar(): import("react/jsx-runtime").JSX.Element;
2
+ export default Calendar;
@@ -1,6 +1,6 @@
1
- export function CalendarIcon({ clicked, width, height }: {
2
- clicked: any;
3
- width?: string;
4
- height?: string;
5
- }): import("react/jsx-runtime").JSX.Element;
6
- export default CalendarIcon;
1
+ export function CalendarIcon({ clicked, width, height }: {
2
+ clicked: any;
3
+ width?: string;
4
+ height?: string;
5
+ }): import("react/jsx-runtime").JSX.Element;
6
+ export default CalendarIcon;
@@ -1,2 +1,2 @@
1
- export function CalendarInOpen(): import("react/jsx-runtime").JSX.Element;
2
- export default CalendarInOpen;
1
+ export function CalendarInOpen(): import("react/jsx-runtime").JSX.Element;
2
+ export default CalendarInOpen;
@@ -1,7 +1,7 @@
1
- export function CheckBoxButtonCheckedIcon({ clicked, width, height, color, }: {
2
- clicked: any;
3
- width?: string;
4
- height?: string;
5
- color?: string;
6
- }): import("react/jsx-runtime").JSX.Element;
7
- export default CheckBoxButtonCheckedIcon;
1
+ export function CheckBoxButtonCheckedIcon({ clicked, width, height, color, }: {
2
+ clicked: any;
3
+ width?: string;
4
+ height?: string;
5
+ color?: string;
6
+ }): import("react/jsx-runtime").JSX.Element;
7
+ export default CheckBoxButtonCheckedIcon;
@@ -1,7 +1,7 @@
1
- export function CheckBoxCheckedIcon({ clicked, width, height, color }: {
2
- clicked: any;
3
- width?: string;
4
- height?: string;
5
- color?: string;
6
- }): import("react/jsx-runtime").JSX.Element;
7
- export default CheckBoxCheckedIcon;
1
+ export function CheckBoxCheckedIcon({ clicked, width, height, color }: {
2
+ clicked: any;
3
+ width?: string;
4
+ height?: string;
5
+ color?: string;
6
+ }): import("react/jsx-runtime").JSX.Element;
7
+ export default CheckBoxCheckedIcon;
@@ -1,7 +1,7 @@
1
- export function CheckBoxNotCheckedIcon({ clicked, width, height, color }: {
2
- clicked: any;
3
- width?: string;
4
- height?: string;
5
- color?: string;
6
- }): import("react/jsx-runtime").JSX.Element;
7
- export default CheckBoxNotCheckedIcon;
1
+ export function CheckBoxNotCheckedIcon({ clicked, width, height, color }: {
2
+ clicked: any;
3
+ width?: string;
4
+ height?: string;
5
+ color?: string;
6
+ }): import("react/jsx-runtime").JSX.Element;
7
+ export default CheckBoxNotCheckedIcon;
@@ -1,6 +1,6 @@
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
+ 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,6 +1,6 @@
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
+ 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,7 +1,7 @@
1
- export default ChevronIcon;
2
- declare function ChevronIcon({ width, height, fill, isOpen, }: {
3
- width?: number;
4
- height?: number;
5
- fill?: string;
6
- isOpen?: boolean;
7
- }): import("react/jsx-runtime").JSX.Element;
1
+ export default ChevronIcon;
2
+ declare function ChevronIcon({ width, height, fill, isOpen, }: {
3
+ width?: number;
4
+ height?: number;
5
+ fill?: string;
6
+ isOpen?: boolean;
7
+ }): import("react/jsx-runtime").JSX.Element;
@@ -1,4 +1,4 @@
1
- export default ChevronLeftIcon;
2
- declare function ChevronLeftIcon({ disabled, }: {
3
- disabled?: boolean;
4
- }): import("react/jsx-runtime").JSX.Element;
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 default ChevronRightIcon;
2
- declare function ChevronRightIcon({ disabled, }: {
3
- disabled?: boolean;
4
- }): import("react/jsx-runtime").JSX.Element;
1
+ export default ChevronRightIcon;
2
+ declare function ChevronRightIcon({ disabled, }: {
3
+ disabled?: boolean;
4
+ }): import("react/jsx-runtime").JSX.Element;
@@ -1,6 +1,6 @@
1
- export function ClockIcon({ clicked, width, height }: {
2
- clicked: any;
3
- width?: string;
4
- height?: string;
5
- }): import("react/jsx-runtime").JSX.Element;
6
- export default ClockIcon;
1
+ export function ClockIcon({ clicked, width, height }: {
2
+ clicked: any;
3
+ width?: string;
4
+ height?: string;
5
+ }): import("react/jsx-runtime").JSX.Element;
6
+ export default ClockIcon;
@@ -1,6 +1,6 @@
1
- export function CloseIcon({ width, height, fill, }: {
2
- width?: string;
3
- height?: string;
4
- fill?: string;
5
- }): import("react/jsx-runtime").JSX.Element;
6
- export default CloseIcon;
1
+ export function CloseIcon({ width, height, fill, }: {
2
+ width?: string;
3
+ height?: string;
4
+ fill?: string;
5
+ }): import("react/jsx-runtime").JSX.Element;
6
+ export default CloseIcon;
@@ -1,6 +1,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
+ 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
- export function ComboBoxArrowDownIcon({ clicked, width, height, color, }: {
2
- clicked: any;
3
- width?: string;
4
- height?: string;
5
- color?: string;
6
- }): import("react/jsx-runtime").JSX.Element;
7
- export default ComboBoxArrowDownIcon;
1
+ export function ComboBoxArrowDownIcon({ clicked, width, height, color, }: {
2
+ clicked: any;
3
+ width?: string;
4
+ height?: string;
5
+ color?: string;
6
+ }): import("react/jsx-runtime").JSX.Element;
7
+ export default ComboBoxArrowDownIcon;
@@ -1,7 +1,7 @@
1
- export function ComboBoxArrowUpIcon({ clicked, width, height, color, }: {
2
- clicked: any;
3
- width?: string;
4
- height?: string;
5
- color?: string;
6
- }): import("react/jsx-runtime").JSX.Element;
7
- export default ComboBoxArrowUpIcon;
1
+ export function ComboBoxArrowUpIcon({ clicked, width, height, color, }: {
2
+ clicked: any;
3
+ width?: string;
4
+ height?: string;
5
+ color?: string;
6
+ }): import("react/jsx-runtime").JSX.Element;
7
+ export default ComboBoxArrowUpIcon;
@@ -1,6 +1,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;
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;
@@ -1,5 +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
+ 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 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
+ 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
- export function Duplicate({ color, clicked, width, height, }: {
2
- color: any;
3
- clicked: any;
4
- width?: string;
5
- height?: string;
6
- }): import("react/jsx-runtime").JSX.Element;
7
- export default Duplicate;
1
+ export function Duplicate({ color, clicked, width, height, }: {
2
+ color: any;
3
+ clicked: any;
4
+ width?: string;
5
+ height?: string;
6
+ }): import("react/jsx-runtime").JSX.Element;
7
+ export default Duplicate;
@@ -1,6 +1,6 @@
1
- export function ErrorIcon({ color, width, height }: {
2
- color?: string;
3
- width?: string;
4
- height?: string;
5
- }): import("react/jsx-runtime").JSX.Element;
6
- export default ErrorIcon;
1
+ export function ErrorIcon({ color, width, height }: {
2
+ color?: string;
3
+ width?: string;
4
+ height?: string;
5
+ }): import("react/jsx-runtime").JSX.Element;
6
+ export default ErrorIcon;
@@ -1,7 +1,7 @@
1
- export default ExitIcon;
2
- declare function ExitIcon({ clicked, width, height, color }: {
3
- clicked: any;
4
- width?: string;
5
- height?: string;
6
- color?: string;
7
- }): import("react/jsx-runtime").JSX.Element;
1
+ export default ExitIcon;
2
+ declare function ExitIcon({ clicked, width, height, color }: {
3
+ clicked: any;
4
+ width?: string;
5
+ height?: string;
6
+ color?: string;
7
+ }): import("react/jsx-runtime").JSX.Element;
@@ -1,6 +1,6 @@
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
+ 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 default EyeIcon;
2
- declare function EyeIcon({ clicked, width, height, color, }: {
3
- clicked: any;
4
- width?: string;
5
- height?: string;
6
- color?: string;
7
- }): import("react/jsx-runtime").JSX.Element;
1
+ export default EyeIcon;
2
+ declare function EyeIcon({ clicked, width, height, color, }: {
3
+ clicked: any;
4
+ width?: string;
5
+ height?: string;
6
+ color?: string;
7
+ }): import("react/jsx-runtime").JSX.Element;
@@ -1,6 +1,6 @@
1
- export function FileIcon({ width, height, fill }: {
2
- width?: string;
3
- height?: string;
4
- fill?: string;
5
- }): import("react/jsx-runtime").JSX.Element;
6
- export default FileIcon;
1
+ export function FileIcon({ width, height, fill }: {
2
+ width?: string;
3
+ height?: string;
4
+ fill?: string;
5
+ }): import("react/jsx-runtime").JSX.Element;
6
+ export default FileIcon;
@@ -1,6 +1,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
+ 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,6 +1,6 @@
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
+ 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 FolderIcon({ width, height, fill }: {
2
- width?: string;
3
- height?: string;
4
- fill?: string;
5
- }): import("react/jsx-runtime").JSX.Element;
6
- export default FolderIcon;
1
+ export function FolderIcon({ width, height, fill }: {
2
+ width?: string;
3
+ height?: string;
4
+ fill?: string;
5
+ }): import("react/jsx-runtime").JSX.Element;
6
+ export default FolderIcon;
@@ -1,2 +1,2 @@
1
- export function FoodLionChartIcon(): import("react/jsx-runtime").JSX.Element;
2
- export default FoodLionChartIcon;
1
+ export function FoodLionChartIcon(): import("react/jsx-runtime").JSX.Element;
2
+ export default FoodLionChartIcon;
@@ -1,6 +1,6 @@
1
- export default FoodLionIcon;
2
- declare function FoodLionIcon({ clicked, width, height }: {
3
- clicked: any;
4
- width?: string;
5
- height?: string;
6
- }): import("react/jsx-runtime").JSX.Element;
1
+ export default FoodLionIcon;
2
+ declare function FoodLionIcon({ clicked, width, height }: {
3
+ clicked: any;
4
+ width?: string;
5
+ height?: string;
6
+ }): import("react/jsx-runtime").JSX.Element;
@@ -1,5 +1,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
+ export default FoodLionNewIcon;
2
+ declare function FoodLionNewIcon({ width, height }: {
3
+ width?: string;
4
+ height?: string;
5
+ }): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- export function GiantFoodChartIcon(): import("react/jsx-runtime").JSX.Element;
2
- export default GiantFoodChartIcon;
1
+ export function GiantFoodChartIcon(): import("react/jsx-runtime").JSX.Element;
2
+ export default GiantFoodChartIcon;
@@ -1,7 +1,7 @@
1
- export default GiantFoodIcon;
2
- declare function GiantFoodIcon({ clicked, width, height, viewBox }: {
3
- clicked: any;
4
- width?: string;
5
- height?: string;
6
- viewBox?: string;
7
- }): import("react/jsx-runtime").JSX.Element;
1
+ export default GiantFoodIcon;
2
+ declare function GiantFoodIcon({ clicked, width, height, viewBox }: {
3
+ clicked: any;
4
+ width?: string;
5
+ height?: string;
6
+ viewBox?: string;
7
+ }): import("react/jsx-runtime").JSX.Element;
@@ -1,7 +1,7 @@
1
- export default GiantFoodNewIcon;
2
- declare function GiantFoodNewIcon({ clicked, width, height, viewBox, }: {
3
- clicked: any;
4
- width?: string;
5
- height?: string;
6
- viewBox?: string;
7
- }): import("react/jsx-runtime").JSX.Element;
1
+ export default GiantFoodNewIcon;
2
+ declare function GiantFoodNewIcon({ clicked, width, height, viewBox, }: {
3
+ clicked: any;
4
+ width?: string;
5
+ height?: string;
6
+ viewBox?: string;
7
+ }): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- export function HannafordChartIcon(): import("react/jsx-runtime").JSX.Element;
2
- export default HannafordChartIcon;
1
+ export function HannafordChartIcon(): import("react/jsx-runtime").JSX.Element;
2
+ export default HannafordChartIcon;
@@ -1,6 +1,6 @@
1
- export default HannafordIcon;
2
- declare function HannafordIcon({ clicked, width, height }: {
3
- clicked: any;
4
- width?: string;
5
- height?: string;
6
- }): import("react/jsx-runtime").JSX.Element;
1
+ export default HannafordIcon;
2
+ declare function HannafordIcon({ clicked, width, height }: {
3
+ clicked: any;
4
+ width?: string;
5
+ height?: string;
6
+ }): import("react/jsx-runtime").JSX.Element;
@@ -1,7 +1,7 @@
1
- export default HannafordNewIcon;
2
- declare function HannafordNewIcon({ clicked, width, height, viewBox }: {
3
- clicked: any;
4
- width?: string;
5
- height?: string;
6
- viewBox?: string;
7
- }): import("react/jsx-runtime").JSX.Element;
1
+ export default HannafordNewIcon;
2
+ declare function HannafordNewIcon({ clicked, width, height, viewBox }: {
3
+ clicked: any;
4
+ width?: string;
5
+ height?: string;
6
+ viewBox?: string;
7
+ }): import("react/jsx-runtime").JSX.Element;
@@ -1,5 +1,5 @@
1
- export function HannafordNewIcon({ width, height }: {
2
- width?: string;
3
- height?: string;
4
- }): import("react/jsx-runtime").JSX.Element;
5
- export default HannafordNewIcon;
1
+ export function HannafordNewIcon({ width, height }: {
2
+ width?: string;
3
+ height?: string;
4
+ }): import("react/jsx-runtime").JSX.Element;
5
+ export default HannafordNewIcon;
@@ -1,7 +1,7 @@
1
- export default InfoIcon;
2
- declare function InfoIcon({ clicked, color, width, height, }: {
3
- clicked: any;
4
- color?: string;
5
- width?: string;
6
- height?: string;
7
- }): import("react/jsx-runtime").JSX.Element;
1
+ export default InfoIcon;
2
+ declare function InfoIcon({ clicked, color, width, height, }: {
3
+ clicked: any;
4
+ color?: string;
5
+ width?: string;
6
+ height?: string;
7
+ }): import("react/jsx-runtime").JSX.Element;