sag_components 2.0.0-beta295 → 2.0.0-beta296

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