sag_components 2.0.0-beta241 → 2.0.0-beta242

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 +508 -390
  2. package/dist/index.esm.js +31 -19
  3. package/dist/index.esm.js.map +1 -1
  4. package/dist/index.js +31 -19
  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 +7 -6
  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 +13 -12
  14. package/dist/types/components/BannersDropdown/BannersDropdown.d.ts +4 -3
  15. package/dist/types/components/BannersDropdown/BannersDropdown.style.d.ts +8 -8
  16. package/dist/types/components/BarChart/BarChart.d.ts +29 -20
  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 +37 -29
  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 +14 -13
  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 +27 -25
  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 +12 -5
  48. package/dist/types/components/CampaignTool/CampaignDemoReport.style.d.ts +5 -5
  49. package/dist/types/components/CampaignTool/Card.d.ts +13 -7
  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 +4 -3
  54. package/dist/types/components/CampaignTool/MultipleCard.style.d.ts +1 -1
  55. package/dist/types/components/CampaignTool/PageFilterBar.d.ts +3 -2
  56. package/dist/types/components/CampaignTool/PageFilterBar.style.d.ts +2 -2
  57. package/dist/types/components/CampaignTool/Popup.d.ts +8 -7
  58. package/dist/types/components/CampaignTool/Popup.style.d.ts +14 -14
  59. package/dist/types/components/CampaignTool/PopupContent.d.ts +11 -6
  60. package/dist/types/components/CampaignTool/PopupContent.style.d.ts +7 -7
  61. package/dist/types/components/CampaignTool/Table.d.ts +19 -14
  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 +19 -8
  69. package/dist/types/components/CollapseData/CollapseData.style.d.ts +11 -11
  70. package/dist/types/components/CollapseHeader/CollapseHeader.d.ts +31 -16
  71. package/dist/types/components/CollapseHeader/CollapseHeader.style.d.ts +25 -25
  72. package/dist/types/components/CollapseMenuItem/CollapseMenuItem.d.ts +7 -6
  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 +6 -5
  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 +12 -11
  84. package/dist/types/components/DownloadProgress/DownloadProgress.style.d.ts +4 -4
  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 +14 -13
  92. package/dist/types/components/EventDetailsCard/EventDetailsCard.style.d.ts +6 -6
  93. package/dist/types/components/EventList/EventList.d.ts +11 -7
  94. package/dist/types/components/EventList/EventList.style.d.ts +4 -4
  95. package/dist/types/components/EventListItem/EventListItem.d.ts +8 -7
  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 +2 -1
  104. package/dist/types/components/FilterContainer/FilterContainer.style.d.ts +3 -3
  105. package/dist/types/components/FilterPanel/FilterPanel.d.ts +46 -19
  106. package/dist/types/components/FilterPanel/FilterPanel.style.d.ts +11 -11
  107. package/dist/types/components/FormattedValue/FormattedValue.d.ts +14 -13
  108. package/dist/types/components/FormattedValue/FormattedValue.style.d.ts +7 -7
  109. package/dist/types/components/Heatmap/Heatmap.d.ts +10 -5
  110. package/dist/types/components/Heatmap/Heatmap.style.d.ts +15 -13
  111. package/dist/types/components/IconButton/IconButton.d.ts +15 -14
  112. package/dist/types/components/IconButton/IconButton.style.d.ts +4 -4
  113. package/dist/types/components/Input/Input.d.ts +26 -25
  114. package/dist/types/components/Input/Input.style.d.ts +8 -8
  115. package/dist/types/components/InputOld/InputOld.d.ts +18 -17
  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 +1 -1
  123. package/dist/types/components/ItemManagerPanel/ItemManagerPanel.style.d.ts +27 -25
  124. package/dist/types/components/ItemManagerPanel/NewItemList/NewItemList.d.ts +1 -1
  125. package/dist/types/components/ItemManagerPanel/NewItemList/NewItemList.style.d.ts +19 -17
  126. package/dist/types/components/ItemManagerPanel/NewSubitem/NewSubitem.d.ts +1 -1
  127. package/dist/types/components/ItemManagerPanel/NewSubitem/NewSubitem.style.d.ts +16 -14
  128. package/dist/types/components/ItemManagerPanel/NewSubitemList/NewSubitemList.d.ts +1 -1
  129. package/dist/types/components/ItemManagerPanel/NewSubitemList/NewSubitemList.style.d.ts +19 -17
  130. package/dist/types/components/ItemManagerPanel/SuccessScreen/SuccessScreen.d.ts +1 -1
  131. package/dist/types/components/ItemManagerPanel/SuccessScreen/SuccessScreen.style.d.ts +16 -14
  132. package/dist/types/components/KpiFilter/KpiFilter.d.ts +21 -16
  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 +14 -12
  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 +12 -7
  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 +2 -1
  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 +15 -14
  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 +26 -25
  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 +1 -1
  183. package/dist/types/components/OverlayDropdown/OverlayDropdown.style.d.ts +10 -10
  184. package/dist/types/components/OverlayDropdown/OverlayTemplateDialog.d.ts +13 -8
  185. package/dist/types/components/OverlayDropdown/OverlayTemplateDialog.style.d.ts +10 -10
  186. package/dist/types/components/PerformanceAnalytics/PerformanceAnalytics.d.ts +39 -21
  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 +34 -13
  191. package/dist/types/components/PerformanceAnalyticsOneColumn/PerformanceAnalyticsOneColumn.style.d.ts +13 -13
  192. package/dist/types/components/PerformanceAnalyticsTotals/PerformanceAnalyticsTotals.d.ts +14 -5
  193. package/dist/types/components/PerformanceAnalyticsTotals/PerformanceAnalyticsTotals.style.d.ts +10 -10
  194. package/dist/types/components/PieChart/PieChart.d.ts +23 -19
  195. package/dist/types/components/PieChart/PieChart.style.d.ts +18 -18
  196. package/dist/types/components/PopupCharts/PopupCharts.d.ts +20 -9
  197. package/dist/types/components/PopupCharts/PopupCharts.style.d.ts +12 -12
  198. package/dist/types/components/ProductsVariety/ProductsVariety.d.ts +12 -7
  199. package/dist/types/components/ProductsVariety/ProductsVariety.style.d.ts +10 -10
  200. package/dist/types/components/ProgressBar/ProgressBar.d.ts +7 -6
  201. package/dist/types/components/ProgressBar/ProgressBar.style.d.ts +2 -2
  202. package/dist/types/components/QuarterPicker/QuarterPicker.d.ts +15 -14
  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 +24 -17
  211. package/dist/types/components/QuickFilterDropdownMultiSelection/QuickFilterDropdownMultiSelection.style.d.ts +17 -17
  212. package/dist/types/components/QuickFilterDropdownSingle/QuickFilterDropdownSingle.d.ts +20 -13
  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 +14 -13
  216. package/dist/types/components/RangePicker/RangePicker.style.d.ts +8 -8
  217. package/dist/types/components/ReportTable/ReportTable.d.ts +26 -17
  218. package/dist/types/components/ReportTable/ReportTable.style.d.ts +14 -14
  219. package/dist/types/components/SagButton/SagButton.d.ts +14 -13
  220. package/dist/types/components/SagButton/SagButton.style.d.ts +3 -3
  221. package/dist/types/components/SagIconButton/SagIconButton.d.ts +14 -13
  222. package/dist/types/components/SagIconButton/SagIconButton.style.d.ts +2 -2
  223. package/dist/types/components/SagInput/SagInput.d.ts +11 -10
  224. package/dist/types/components/SagInput/SagInput.style.d.ts +3 -3
  225. package/dist/types/components/SalesAndROI/SalesAndROI.d.ts +19 -13
  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 +17 -14
  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 +18 -14
  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 +8 -8
  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 +2 -1
  262. package/dist/types/components/Table/TableBody.styles.d.ts +35 -35
  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 +15 -12
  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 +6 -5
  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 +6 -5
  280. package/dist/types/components/TopToggleList/TopToggleList.style.d.ts +5 -5
  281. package/dist/types/components/TotalBenchmark/TotalBenchmark.d.ts +14 -8
  282. package/dist/types/components/TotalBenchmark/TotalBenchmark.style.d.ts +9 -9
  283. package/dist/types/components/TotalBenchmarkAreachart/TotalBenchmarkAreachart.d.ts +29 -24
  284. package/dist/types/components/TotalBenchmarkAreachart/TotalBenchmarkAreachart.style.d.ts +20 -20
  285. package/dist/types/components/TotalBenchmarkArrows/TotalBenchmarkArrows.d.ts +17 -13
  286. package/dist/types/components/TotalBenchmarkArrows/TotalBenchmarkArrows.style.d.ts +14 -14
  287. package/dist/types/components/TotalBenchmarkBarchart/TotalBenchmarkBarchart.d.ts +19 -14
  288. package/dist/types/components/TotalBenchmarkBarchart/TotalBenchmarkBarchart.style.d.ts +10 -10
  289. package/dist/types/components/TotalDoughnutChart/TotalDoughnutChart.d.ts +29 -24
  290. package/dist/types/components/TotalDoughnutChart/TotalDoughnutChart.style.d.ts +19 -19
  291. package/dist/types/components/TotalHorizontalCharts/TotalHorizontalCharts.d.ts +27 -22
  292. package/dist/types/components/TotalHorizontalCharts/TotalHorizontalCharts.style.d.ts +6 -6
  293. package/dist/types/components/TspanTooltip/TspanTooltip.d.ts +7 -6
  294. package/dist/types/components/TspanTooltip/TspanTooltip.style.d.ts +3 -3
  295. package/dist/types/components/TwoBarCharts/TwoBarCharts.d.ts +27 -18
  296. package/dist/types/components/TwoBarCharts/TwoBarCharts.style.d.ts +8 -8
  297. package/dist/types/components/WeeksPicker/WeeksCalendar.d.ts +13 -9
  298. package/dist/types/components/WeeksPicker/WeeksCalendar.styles.d.ts +5 -5
  299. package/dist/types/components/WeeksPicker/WeeksPicker.d.ts +3 -2
  300. package/dist/types/components/WeeksPicker/WeeksPicker.stories.d.ts +17 -11
  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 +4 -3
  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 +4 -3
  396. package/package.json +1 -1
@@ -1,5 +1,5 @@
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;
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,10 +1,11 @@
1
1
  export default WeeksPicker;
2
- declare function WeeksPicker({ label, disabled, borderColor, borderColorFocus, textColor, hoverColor, required, placeholder, borderRadius, year, width, height, withMarginBottom, onChange, selectedValue, isDarkerBackground, allowedWeekRange, restrictToRange, }: {
2
+ declare function WeeksPicker({ label, disabled, borderColor, borderColorFocus, textColor, text, hoverColor, required, placeholder, borderRadius, year, width, height, withMarginBottom, onChange, selectedValue, isDarkerBackground, allowedWeekRange, restrictToRange, }: {
3
3
  label: any;
4
4
  disabled: any;
5
5
  borderColor: any;
6
6
  borderColorFocus: any;
7
7
  textColor: any;
8
+ text?: string;
8
9
  hoverColor: any;
9
10
  required: any;
10
11
  placeholder: any;
@@ -18,4 +19,4 @@ declare function WeeksPicker({ label, disabled, borderColor, borderColorFocus, t
18
19
  isDarkerBackground?: boolean;
19
20
  allowedWeekRange?: any;
20
21
  restrictToRange?: boolean;
21
- }): any;
22
+ }): import("react/jsx-runtime").JSX.Element;
@@ -52,59 +52,65 @@ declare namespace _default {
52
52
  const name_7: string;
53
53
  export { name_7 as name };
54
54
  }
55
- namespace restrictToRange {
55
+ namespace text {
56
56
  const control_8: string;
57
57
  export { control_8 as control };
58
58
  const name_8: string;
59
59
  export { name_8 as name };
60
60
  }
61
- namespace allowedWeekRange {
61
+ namespace restrictToRange {
62
62
  const control_9: string;
63
63
  export { control_9 as control };
64
64
  const name_9: string;
65
65
  export { name_9 as name };
66
66
  }
67
- namespace textColor {
67
+ namespace allowedWeekRange {
68
68
  const control_10: string;
69
69
  export { control_10 as control };
70
70
  const name_10: string;
71
71
  export { name_10 as name };
72
72
  }
73
- namespace borderRadius {
73
+ namespace textColor {
74
74
  const control_11: string;
75
75
  export { control_11 as control };
76
76
  const name_11: string;
77
77
  export { name_11 as name };
78
78
  }
79
- namespace borderColor {
79
+ namespace borderRadius {
80
80
  const control_12: string;
81
81
  export { control_12 as control };
82
82
  const name_12: string;
83
83
  export { name_12 as name };
84
84
  }
85
- namespace borderColorFocus {
85
+ namespace borderColor {
86
86
  const control_13: string;
87
87
  export { control_13 as control };
88
88
  const name_13: string;
89
89
  export { name_13 as name };
90
90
  }
91
- namespace hoverColor {
91
+ namespace borderColorFocus {
92
92
  const control_14: string;
93
93
  export { control_14 as control };
94
94
  const name_14: string;
95
95
  export { name_14 as name };
96
96
  }
97
- namespace withMarginBottom {
97
+ namespace hoverColor {
98
98
  const control_15: string;
99
99
  export { control_15 as control };
100
100
  const name_15: string;
101
101
  export { name_15 as name };
102
102
  }
103
- namespace onChange {
104
- export const action: string;
103
+ namespace withMarginBottom {
104
+ const control_16: string;
105
+ export { control_16 as control };
105
106
  const name_16: string;
106
107
  export { name_16 as name };
107
108
  }
109
+ namespace onChange {
110
+ export const action: string;
111
+ const name_17: string;
112
+ export { name_17 as name };
113
+ }
108
114
  }
109
115
  }
110
116
  export default _default;
@@ -112,7 +118,7 @@ export const Default: any;
112
118
  export const Disabled: any;
113
119
  export const WithRangeRestriction: any;
114
120
  export const DisabledWithRangeRestriction: any;
115
- export function EventScenario(): any;
121
+ export function EventScenario(): import("react/jsx-runtime").JSX.Element;
116
122
  export const SingleWeekSelection: any;
117
123
  export const NarrowRangeRestriction: any;
118
124
  import WeeksPicker from "./WeeksPicker";
@@ -1,8 +1,8 @@
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;
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;
@@ -2,5 +2,5 @@ export function ArrowDownIcon({ clicked, width, height }: {
2
2
  clicked: any;
3
3
  width?: string;
4
4
  height?: string;
5
- }): any;
5
+ }): import("react/jsx-runtime").JSX.Element;
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
- }): any;
5
+ }): import("react/jsx-runtime").JSX.Element;
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
- }): any;
7
+ }): import("react/jsx-runtime").JSX.Element;
@@ -2,4 +2,4 @@ export default ArrowRightFullIcon;
2
2
  declare function ArrowRightFullIcon({ width, height, }: {
3
3
  width?: number;
4
4
  height?: number;
5
- }): any;
5
+ }): import("react/jsx-runtime").JSX.Element;
@@ -2,5 +2,5 @@ export function ArrowSelectIcon({ width, height, color, }: {
2
2
  width?: string;
3
3
  height?: string;
4
4
  color?: string;
5
- }): any;
5
+ }): import("react/jsx-runtime").JSX.Element;
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
- }): any;
5
+ }): import("react/jsx-runtime").JSX.Element;
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
- }): any;
5
+ }): import("react/jsx-runtime").JSX.Element;
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
- }): any;
5
+ }): import("react/jsx-runtime").JSX.Element;
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
- }): any;
6
+ }): import("react/jsx-runtime").JSX.Element;
@@ -2,4 +2,4 @@ export default ButtonArrowRight;
2
2
  declare function ButtonArrowRight({ width, height }: {
3
3
  width?: string;
4
4
  height?: string;
5
- }): any;
5
+ }): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- export function Calendar(): any;
1
+ export function Calendar(): import("react/jsx-runtime").JSX.Element;
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
- }): any;
5
+ }): import("react/jsx-runtime").JSX.Element;
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
- }): any;
5
+ }): import("react/jsx-runtime").JSX.Element;
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
- }): any;
6
+ }): import("react/jsx-runtime").JSX.Element;
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
- }): any;
6
+ }): import("react/jsx-runtime").JSX.Element;
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
- }): any;
6
+ }): import("react/jsx-runtime").JSX.Element;
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
- }): any;
6
+ }): import("react/jsx-runtime").JSX.Element;
@@ -3,4 +3,4 @@ declare function ChervronRightIcon({ width, height, fill, }: {
3
3
  width?: string;
4
4
  height?: string;
5
5
  fill?: string;
6
- }): any;
6
+ }): import("react/jsx-runtime").JSX.Element;
@@ -4,4 +4,4 @@ declare function ChevronIcon({ width, height, fill, isOpen, }: {
4
4
  height?: number;
5
5
  fill?: string;
6
6
  isOpen?: boolean;
7
- }): any;
7
+ }): import("react/jsx-runtime").JSX.Element;
@@ -1,4 +1,4 @@
1
1
  export default ChevronLeftIcon;
2
2
  declare function ChevronLeftIcon({ disabled, }: {
3
3
  disabled?: boolean;
4
- }): any;
4
+ }): import("react/jsx-runtime").JSX.Element;
@@ -1,4 +1,4 @@
1
1
  export default ChevronRightIcon;
2
2
  declare function ChevronRightIcon({ disabled, }: {
3
3
  disabled?: boolean;
4
- }): any;
4
+ }): import("react/jsx-runtime").JSX.Element;
@@ -2,5 +2,5 @@ export function ClockIcon({ clicked, width, height }: {
2
2
  clicked: any;
3
3
  width?: string;
4
4
  height?: string;
5
- }): any;
5
+ }): import("react/jsx-runtime").JSX.Element;
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
- }): any;
5
+ }): import("react/jsx-runtime").JSX.Element;
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
- }): any;
6
+ }): import("react/jsx-runtime").JSX.Element;
@@ -3,5 +3,5 @@ export function ComboBoxArrowDownIcon({ clicked, width, height, color, }: {
3
3
  width?: string;
4
4
  height?: string;
5
5
  color?: string;
6
- }): any;
6
+ }): import("react/jsx-runtime").JSX.Element;
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
- }): any;
6
+ }): import("react/jsx-runtime").JSX.Element;
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
- }): any;
7
+ }): import("react/jsx-runtime").JSX.Element;
@@ -3,4 +3,4 @@ declare function DocumentIcon({ width, height, color }: {
3
3
  width?: string;
4
4
  height?: string;
5
5
  color?: string;
6
- }): any;
6
+ }): import("react/jsx-runtime").JSX.Element;
@@ -2,4 +2,4 @@ export default DownArrowIcon;
2
2
  declare function DownArrowIcon({ width, height }: {
3
3
  width?: string;
4
4
  height?: string;
5
- }): any;
5
+ }): import("react/jsx-runtime").JSX.Element;
@@ -3,4 +3,4 @@ declare function DownloadIcon({ width, height, color }: {
3
3
  width?: string;
4
4
  height?: string;
5
5
  color?: string;
6
- }): any;
6
+ }): import("react/jsx-runtime").JSX.Element;
@@ -3,5 +3,5 @@ export function Duplicate({ color, clicked, width, height, }: {
3
3
  clicked: any;
4
4
  width?: string;
5
5
  height?: string;
6
- }): any;
6
+ }): import("react/jsx-runtime").JSX.Element;
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
- }): any;
5
+ }): import("react/jsx-runtime").JSX.Element;
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
- }): any;
5
+ }): import("react/jsx-runtime").JSX.Element;
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
- }): any;
7
+ }): import("react/jsx-runtime").JSX.Element;
@@ -3,4 +3,4 @@ declare function ExportIcon({ width, height, color, }: {
3
3
  width?: string;
4
4
  height?: string;
5
5
  color?: string;
6
- }): any;
6
+ }): import("react/jsx-runtime").JSX.Element;
@@ -4,4 +4,4 @@ declare function EyeIcon({ clicked, width, height, color, }: {
4
4
  width?: string;
5
5
  height?: string;
6
6
  color?: string;
7
- }): any;
7
+ }): import("react/jsx-runtime").JSX.Element;
@@ -2,5 +2,5 @@ export function FileIcon({ width, height, fill }: {
2
2
  width?: string;
3
3
  height?: string;
4
4
  fill?: string;
5
- }): any;
5
+ }): import("react/jsx-runtime").JSX.Element;
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
- }): any;
6
+ }): import("react/jsx-runtime").JSX.Element;
@@ -3,4 +3,4 @@ declare function FlyIcon({ width, height, color }: {
3
3
  width?: string;
4
4
  height?: string;
5
5
  color?: string;
6
- }): any;
6
+ }): import("react/jsx-runtime").JSX.Element;
@@ -2,5 +2,5 @@ export function FolderIcon({ width, height, fill }: {
2
2
  width?: string;
3
3
  height?: string;
4
4
  fill?: string;
5
- }): any;
5
+ }): import("react/jsx-runtime").JSX.Element;
6
6
  export default FolderIcon;
@@ -1,2 +1,2 @@
1
- export function FoodLionChartIcon(): any;
1
+ export function FoodLionChartIcon(): import("react/jsx-runtime").JSX.Element;
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
- }): any;
6
+ }): import("react/jsx-runtime").JSX.Element;
@@ -2,4 +2,4 @@ export default FoodLionNewIcon;
2
2
  declare function FoodLionNewIcon({ width, height }: {
3
3
  width?: string;
4
4
  height?: string;
5
- }): any;
5
+ }): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- export function GiantFoodChartIcon(): any;
1
+ export function GiantFoodChartIcon(): import("react/jsx-runtime").JSX.Element;
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
- }): any;
7
+ }): import("react/jsx-runtime").JSX.Element;
@@ -4,4 +4,4 @@ declare function GiantFoodNewIcon({ clicked, width, height, viewBox, }: {
4
4
  width?: string;
5
5
  height?: string;
6
6
  viewBox?: string;
7
- }): any;
7
+ }): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- export function HannafordChartIcon(): any;
1
+ export function HannafordChartIcon(): import("react/jsx-runtime").JSX.Element;
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
- }): any;
6
+ }): import("react/jsx-runtime").JSX.Element;
@@ -4,4 +4,4 @@ declare function HannafordNewIcon({ clicked, width, height, viewBox }: {
4
4
  width?: string;
5
5
  height?: string;
6
6
  viewBox?: string;
7
- }): any;
7
+ }): import("react/jsx-runtime").JSX.Element;
@@ -1,5 +1,5 @@
1
1
  export function HannafordNewIcon({ width, height }: {
2
2
  width?: string;
3
3
  height?: string;
4
- }): any;
4
+ }): import("react/jsx-runtime").JSX.Element;
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
- }): any;
6
+ }): import("react/jsx-runtime").JSX.Element;
@@ -4,4 +4,4 @@ declare function InfoIcon({ clicked, color, width, height, }: {
4
4
  color?: string;
5
5
  width?: string;
6
6
  height?: string;
7
- }): any;
7
+ }): import("react/jsx-runtime").JSX.Element;
@@ -2,5 +2,5 @@ export function LampIcon({ width, height, fill, }: {
2
2
  width?: string;
3
3
  height?: string;
4
4
  fill?: string;
5
- }): any;
5
+ }): import("react/jsx-runtime").JSX.Element;
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
- }): any;
5
+ }): import("react/jsx-runtime").JSX.Element;
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
- }): any;
5
+ }): import("react/jsx-runtime").JSX.Element;
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
- }): any;
7
+ }): import("react/jsx-runtime").JSX.Element;
@@ -3,5 +3,5 @@ export function MenuItemClosedIcon({ clicked, width, height, color }: {
3
3
  width?: string;
4
4
  height?: string;
5
5
  color?: string;
6
- }): any;
6
+ }): import("react/jsx-runtime").JSX.Element;
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
- }): any;
6
+ }): import("react/jsx-runtime").JSX.Element;
@@ -3,5 +3,5 @@ export function MenuItemRightIcon({ clicked, width, height, color, }: {
3
3
  width?: string;
4
4
  height?: string;
5
5
  color?: string;
6
- }): any;
6
+ }): import("react/jsx-runtime").JSX.Element;
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
- }): any;
6
+ }): import("react/jsx-runtime").JSX.Element;
@@ -1,11 +1,12 @@
1
1
  export function NoDataFoundIcon({ width, height }: {
2
2
  width?: string;
3
3
  height?: string;
4
- }): any;
4
+ }): import("react/jsx-runtime").JSX.Element;
5
5
  export namespace NoDataFoundIcon {
6
6
  namespace propTypes {
7
- const height: any;
8
- const width: any;
7
+ const height: PropTypes.Requireable<string>;
8
+ const width: PropTypes.Requireable<string>;
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
- }): any;
6
+ }): import("react/jsx-runtime").JSX.Element;