sag_components 2.0.0-beta25 → 2.0.0-beta251

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