sag_components 2.0.0-beta24 → 2.0.0-beta241

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 (497) hide show
  1. package/dist/index.d.ts +1028 -580
  2. package/dist/index.esm.js +40645 -12777
  3. package/dist/index.esm.js.map +1 -1
  4. package/dist/index.js +40698 -12777
  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.d.ts +6 -7
  10. package/dist/types/components/AttachedFile/AttachedFile.stories.d.ts +95 -0
  11. package/dist/types/components/AttachedFile/AttachedFile.style.d.ts +4 -4
  12. package/dist/types/components/BannerEventBox/BannerEventBox.d.ts +1 -38
  13. package/dist/types/components/BannerEventBox/BannerEventBox.stories.d.ts +40 -0
  14. package/dist/types/components/BannerEventBox/BannerEventBox.style.d.ts +13 -13
  15. package/dist/types/components/BannerEventBoxList/BannerEventBoxList.d.ts +1 -70
  16. package/dist/types/components/BannerEventBoxList/BannerEventBoxList.stories.d.ts +28 -0
  17. package/dist/types/components/BannerEventBoxList/BannerEventBoxList.style.d.ts +12 -12
  18. package/dist/types/components/BannersDropdown/BannersDropdown.d.ts +3 -4
  19. package/dist/types/components/BannersDropdown/BannersDropdown.stories.d.ts +19 -0
  20. package/dist/types/components/BannersDropdown/BannersDropdown.style.d.ts +8 -8
  21. package/dist/types/components/BarChart/BarChart.d.ts +72 -1
  22. package/dist/types/components/BarChart/BarChart.stories.d.ts +179 -0
  23. package/dist/types/components/BarChart/BarChart.style.d.ts +8 -8
  24. package/dist/types/components/BarChartTwoRows/BarChartTwoRows.d.ts +1 -81
  25. package/dist/types/components/BarChartTwoRows/BarChartTwoRows.stories.d.ts +199 -0
  26. package/dist/types/components/BarChartTwoRows/BarChartTwoRows.style.d.ts +9 -31
  27. package/dist/types/components/BarChartWithAreaChart/BarChartWithAreaChart.d.ts +1 -65
  28. package/dist/types/components/BarChartWithAreaChart/BarChartWithAreaChart.stories.d.ts +112 -0
  29. package/dist/types/components/BarChartWithAreaChart/BarChartWithAreaChart.style.d.ts +9 -9
  30. package/dist/types/components/BarChartsByWeeks/BarChartsByWeeks.d.ts +31 -39
  31. package/dist/types/components/BarChartsByWeeks/BarChartsByWeeks.stories.d.ts +207 -0
  32. package/dist/types/components/BarChartsByWeeks/BarChartsByWeeks.style.d.ts +11 -11
  33. package/dist/types/components/BatteryChart/BatteryChart.d.ts +2 -0
  34. package/dist/types/components/BatteryChart/BatteryChart.style.d.ts +18 -0
  35. package/dist/types/components/Benchmark/Benchmark.d.ts +13 -14
  36. package/dist/types/components/Benchmark/Benchmark.stories.d.ts +167 -0
  37. package/dist/types/components/Benchmark/Benchmark.style.d.ts +5 -5
  38. package/dist/types/components/BreakdownPanel/BreakdownPanel.d.ts +2 -0
  39. package/dist/types/components/BreakdownPanel/BreakdownPanel.stories.d.ts +74 -0
  40. package/dist/types/components/BreakdownPanel/BreakdownPanel.style.d.ts +7 -0
  41. package/dist/types/components/BreakdownPanel/BreakdownPanel.test.d.ts +1 -0
  42. package/dist/types/components/BreakdownPanel/ItemSales/BannerButton.d.ts +8 -0
  43. package/dist/types/components/BreakdownPanel/ItemSales/BannerButton.style.d.ts +1 -0
  44. package/dist/types/components/BreakdownPanel/ItemSales/CategorySalesPanel.d.ts +7 -0
  45. package/dist/types/components/BreakdownPanel/ItemSales/CategorySalesPanel.style.d.ts +6 -0
  46. package/dist/types/components/BreakdownPanel/ItemSales/ItemSalesPanel.d.ts +2 -0
  47. package/dist/types/components/BreakdownPanel/ItemSales/ItemSalesPanel.style.d.ts +3 -0
  48. package/dist/types/components/BreakdownPanel/ItemSales/ItemsCounterGraphPanel.d.ts +6 -0
  49. package/dist/types/components/BreakdownPanel/ItemSales/ItemsCounterGraphPanel.style.d.ts +3 -0
  50. package/dist/types/components/BrushChart/BrushChart.d.ts +2 -0
  51. package/dist/types/components/BrushChart/BrushChart.stories.d.ts +150 -0
  52. package/dist/types/components/BrushChart/BrushChart.style.d.ts +45 -0
  53. package/dist/types/components/BrushChart/Charts/BarLine.d.ts +2 -0
  54. package/dist/types/components/BrushChart/Charts/InnerBar.d.ts +2 -0
  55. package/dist/types/components/BrushChart/Charts/SingleChart.d.ts +2 -0
  56. package/dist/types/components/BubbleChart/BubbleChart.d.ts +16 -0
  57. package/dist/types/components/BubbleChart/BubbleChart.stories.d.ts +101 -0
  58. package/dist/types/components/BubbleChart/BubbleChart.style.d.ts +13 -0
  59. package/dist/types/components/Button/Button.d.ts +1 -21
  60. package/dist/types/components/Button/Button.stories.d.ts +245 -0
  61. package/dist/types/components/Button/Button.style.d.ts +5 -5
  62. package/dist/types/components/CampaignTool/CampaignDemoReport.d.ts +5 -12
  63. package/dist/types/components/CampaignTool/CampaignDemoReport.style.d.ts +5 -5
  64. package/dist/types/components/CampaignTool/Card.d.ts +7 -13
  65. package/dist/types/components/CampaignTool/Card.style.d.ts +8 -8
  66. package/dist/types/components/CampaignTool/FormInput.d.ts +1 -1
  67. package/dist/types/components/CampaignTool/FormSelect.d.ts +1 -1
  68. package/dist/types/components/CampaignTool/MultipleCard.d.ts +3 -4
  69. package/dist/types/components/CampaignTool/MultipleCard.style.d.ts +1 -1
  70. package/dist/types/components/CampaignTool/PageFilterBar.d.ts +2 -3
  71. package/dist/types/components/CampaignTool/PageFilterBar.style.d.ts +2 -2
  72. package/dist/types/components/CampaignTool/Popup.d.ts +7 -8
  73. package/dist/types/components/CampaignTool/Popup.style.d.ts +14 -14
  74. package/dist/types/components/CampaignTool/PopupContent.d.ts +7 -12
  75. package/dist/types/components/CampaignTool/PopupContent.style.d.ts +7 -7
  76. package/dist/types/components/CampaignTool/Table.d.ts +14 -19
  77. package/dist/types/components/CampaignTool/Table.style.d.ts +7 -7
  78. package/dist/types/components/CheckBox/CheckBox.d.ts +1 -14
  79. package/dist/types/components/CheckBox/CheckBox.stories.d.ts +126 -0
  80. package/dist/types/components/CheckBox/CheckBox.style.d.ts +4 -4
  81. package/dist/types/components/CheckBoxButton/CheckBoxButton.d.ts +15 -15
  82. package/dist/types/components/CheckBoxButton/CheckBoxButton.stories.d.ts +187 -0
  83. package/dist/types/components/CheckBoxButton/CheckBoxButton.style.d.ts +4 -4
  84. package/dist/types/components/CodeEditor/CodeEditor.d.ts +1 -1
  85. package/dist/types/components/CollapseData/CollapseData.d.ts +13 -18
  86. package/dist/types/components/CollapseData/CollapseData.stories.d.ts +59 -0
  87. package/dist/types/components/CollapseData/CollapseData.style.d.ts +11 -11
  88. package/dist/types/components/CollapseHeader/CollapseHeader.d.ts +16 -31
  89. package/dist/types/components/CollapseHeader/CollapseHeader.stories.d.ts +101 -0
  90. package/dist/types/components/CollapseHeader/CollapseHeader.style.d.ts +25 -25
  91. package/dist/types/components/CollapseMenuItem/CollapseMenuItem.d.ts +6 -7
  92. package/dist/types/components/CollapseMenuItem/CollapseMenuItem.stories.d.ts +54 -0
  93. package/dist/types/components/CollapseMenuItem/CollapseMenuItem.style.d.ts +7 -7
  94. package/dist/types/components/ContainerTable/ContainerTable.d.ts +2 -0
  95. package/dist/types/components/ContainerTable/ContainerTable.stories.d.ts +61 -0
  96. package/dist/types/components/ContainerTable/ContainerTable.style.d.ts +7 -0
  97. package/dist/types/components/DialogOverlay/DialogOverlay.d.ts +6 -7
  98. package/dist/types/components/DialogOverlay/DialogOverlay.stories.d.ts +31 -0
  99. package/dist/types/components/DialogOverlay/DialogOverlay.style.d.ts +6 -6
  100. package/dist/types/components/DoubleBarSingleLine/DoubleBarSingleLine.d.ts +2 -0
  101. package/dist/types/components/DoubleBarSingleLine/DoubleBarSingleLine.stories.d.ts +265 -0
  102. package/dist/types/components/DoubleBarSingleLine/DoubleBarSingleLine.style.d.ts +10 -0
  103. package/dist/types/components/DoublePanelDataRow/DoublePanelDataRow.d.ts +1 -1
  104. package/dist/types/components/DoublePanelDataRow/DoublePanelDataRow.stories.d.ts +72 -0
  105. package/dist/types/components/DoublePanelDataRow/DoublePanelDataRow.style.d.ts +9 -9
  106. package/dist/types/components/DownloadProgress/DownloadProgress.d.ts +11 -12
  107. package/dist/types/components/DownloadProgress/DownloadProgress.stories.d.ts +99 -0
  108. package/dist/types/components/DownloadProgress/DownloadProgress.style.d.ts +4 -4
  109. package/dist/types/components/DropdownMultiNew/DropdownMultiNew.d.ts +4 -62
  110. package/dist/types/components/DropdownMultiNew/DropdownMultiNew.style.d.ts +12 -12
  111. package/dist/types/components/DropdownNew/DropdownNew.d.ts +1 -80
  112. package/dist/types/components/DropdownNew/DropdownNew.stories.d.ts +303 -0
  113. package/dist/types/components/DropdownNew/DropdownNew.style.d.ts +1 -1
  114. package/dist/types/components/DropdownSingleNew/DropdownSingleNew.d.ts +5 -59
  115. package/dist/types/components/DropdownSingleNew/DropdownSingleNew.style.d.ts +10 -10
  116. package/dist/types/components/EventDetailsCard/EventDetailsCard.d.ts +13 -14
  117. package/dist/types/components/EventDetailsCard/EventDetailsCard.stories.d.ts +122 -0
  118. package/dist/types/components/EventDetailsCard/EventDetailsCard.style.d.ts +6 -6
  119. package/dist/types/components/EventList/EventList.d.ts +8 -12
  120. package/dist/types/components/EventList/EventList.stories.d.ts +67 -0
  121. package/dist/types/components/EventList/EventList.style.d.ts +4 -4
  122. package/dist/types/components/EventListItem/EventListItem.d.ts +7 -8
  123. package/dist/types/components/EventListItem/EventListItem.stories.d.ts +67 -0
  124. package/dist/types/components/EventListItem/EventListItem.style.d.ts +4 -4
  125. package/dist/types/components/EventsTable/ColumnFilter.d.ts +7 -0
  126. package/dist/types/components/EventsTable/DeleteEventModal.d.ts +5 -0
  127. package/dist/types/components/EventsTable/EventTable.d.ts +7 -0
  128. package/dist/types/components/EventsTable/EventsHeader.d.ts +6 -0
  129. package/dist/types/components/EventsTable/EventsPage.d.ts +1 -0
  130. package/dist/types/components/EventsTable/EventsPage.stories.d.ts +8 -0
  131. package/dist/types/components/EventsTable/SendButton.d.ts +3 -0
  132. package/dist/types/components/EventsTable/mockEvents.d.ts +15 -0
  133. package/dist/types/components/FilterContainer/FilterContainer.d.ts +1 -2
  134. package/dist/types/components/FilterContainer/FilterContainer.stories.d.ts +9 -0
  135. package/dist/types/components/FilterContainer/FilterContainer.style.d.ts +3 -3
  136. package/dist/types/components/FilterPanel/FilterPanel.d.ts +20 -47
  137. package/dist/types/components/FilterPanel/FilterPanel.stories.d.ts +173 -0
  138. package/dist/types/components/FilterPanel/FilterPanel.style.d.ts +11 -11
  139. package/dist/types/components/FormattedValue/FormattedValue.d.ts +13 -14
  140. package/dist/types/components/FormattedValue/FormattedValue.stories.d.ts +131 -0
  141. package/dist/types/components/FormattedValue/FormattedValue.style.d.ts +7 -7
  142. package/dist/types/components/Heatmap/Heatmap.d.ts +5 -10
  143. package/dist/types/components/Heatmap/Heatmap.stories.d.ts +59 -0
  144. package/dist/types/components/Heatmap/Heatmap.style.d.ts +13 -15
  145. package/dist/types/components/IconButton/IconButton.d.ts +14 -15
  146. package/dist/types/components/IconButton/IconButton.stories.d.ts +89 -0
  147. package/dist/types/components/IconButton/IconButton.style.d.ts +4 -4
  148. package/dist/types/components/Input/Input.d.ts +47 -21
  149. package/dist/types/components/Input/Input.stories.d.ts +389 -0
  150. package/dist/types/components/Input/Input.style.d.ts +8 -7
  151. package/dist/types/components/InputOld/InputOld.d.ts +17 -18
  152. package/dist/types/components/InputOld/InputOld.stories.d.ts +109 -0
  153. package/dist/types/components/InputOld/InputOld.style.d.ts +6 -6
  154. package/dist/types/components/InsightsCarousel/InsightsCarousel.d.ts +11 -0
  155. package/dist/types/components/InsightsCarousel/InsightsCarousel.stories.d.ts +48 -0
  156. package/dist/types/components/InsightsCarousel/InsightsCarousel.style.d.ts +12 -0
  157. package/dist/types/components/ItemManagerPanel/ConfirmationDialog/ConfirmationDialog.d.ts +9 -0
  158. package/dist/types/components/ItemManagerPanel/ConfirmationDialog/ConfirmationDialog.style.d.ts +12 -0
  159. package/dist/types/components/ItemManagerPanel/ItemManagerPanel.d.ts +19 -0
  160. package/dist/types/components/ItemManagerPanel/ItemManagerPanel.stories.d.ts +140 -0
  161. package/dist/types/components/ItemManagerPanel/ItemManagerPanel.style.d.ts +25 -0
  162. package/dist/types/components/ItemManagerPanel/NewItemList/NewItemList.d.ts +6 -0
  163. package/dist/types/components/ItemManagerPanel/NewItemList/NewItemList.style.d.ts +17 -0
  164. package/dist/types/components/ItemManagerPanel/NewSubitem/NewSubitem.d.ts +10 -0
  165. package/dist/types/components/ItemManagerPanel/NewSubitem/NewSubitem.style.d.ts +14 -0
  166. package/dist/types/components/ItemManagerPanel/NewSubitemList/NewSubitemList.d.ts +2 -0
  167. package/dist/types/components/ItemManagerPanel/NewSubitemList/NewSubitemList.style.d.ts +17 -0
  168. package/dist/types/components/ItemManagerPanel/SuccessScreen/SuccessScreen.d.ts +9 -0
  169. package/dist/types/components/ItemManagerPanel/SuccessScreen/SuccessScreen.style.d.ts +14 -0
  170. package/dist/types/components/KpiFilter/KpiFilter.d.ts +18 -23
  171. package/dist/types/components/KpiFilter/KpiFilter.stories.d.ts +174 -0
  172. package/dist/types/components/KpiFilter/KpiFilter.style.d.ts +16 -16
  173. package/dist/types/components/LinkButton/LinkButton.d.ts +10 -10
  174. package/dist/types/components/LinkButton/LinkButton.stories.d.ts +110 -0
  175. package/dist/types/components/LinkButton/LinkButton.style.d.ts +4 -4
  176. package/dist/types/components/LinnerDataBox/LinnerDataBox.d.ts +1 -34
  177. package/dist/types/components/LinnerDataBox/LinnerDataBox.data.d.ts +15 -0
  178. package/dist/types/components/LinnerDataBox/LinnerDataBox.stories.d.ts +39 -0
  179. package/dist/types/components/LinnerDataBox/LinnerDataBox.style.d.ts +12 -12
  180. package/dist/types/components/ListBox/ListBox.d.ts +10 -10
  181. package/dist/types/components/ListBox/ListBox.stories.d.ts +134 -0
  182. package/dist/types/components/ListBox/ListBox.style.d.ts +4 -4
  183. package/dist/types/components/MarketShareDescription/MarketShareDescription.d.ts +8 -13
  184. package/dist/types/components/MarketShareDescription/MarketShareDescription.stories.d.ts +70 -0
  185. package/dist/types/components/MarketShareDescription/MarketShareDescription.style.d.ts +16 -16
  186. package/dist/types/components/MenuRoute/MenuIcons/AdvancedThresholds.d.ts +6 -0
  187. package/dist/types/components/MenuRoute/MenuIcons/Analytics.d.ts +6 -0
  188. package/dist/types/components/MenuRoute/MenuIcons/Budgets.d.ts +6 -0
  189. package/dist/types/components/MenuRoute/MenuIcons/Build.d.ts +6 -0
  190. package/dist/types/components/MenuRoute/MenuIcons/Campaigns.d.ts +6 -0
  191. package/dist/types/components/MenuRoute/MenuIcons/Coupons.d.ts +6 -0
  192. package/dist/types/components/MenuRoute/MenuIcons/CustomerSegments.d.ts +6 -0
  193. package/dist/types/components/MenuRoute/MenuIcons/Dashboard.d.ts +6 -0
  194. package/dist/types/components/MenuRoute/MenuIcons/Execute.d.ts +6 -0
  195. package/dist/types/components/MenuRoute/MenuIcons/GroupBuilder.d.ts +6 -0
  196. package/dist/types/components/MenuRoute/MenuIcons/ItemsStores.d.ts +6 -0
  197. package/dist/types/components/MenuRoute/MenuIcons/PreTestWhatIf.d.ts +6 -0
  198. package/dist/types/components/MenuRoute/MenuIcons/RulesEngine.d.ts +6 -0
  199. package/dist/types/components/MenuRoute/MenuIcons/SampleRunEngine.d.ts +6 -0
  200. package/dist/types/components/MenuRoute/MenuIcons/Track.d.ts +6 -0
  201. package/dist/types/components/MenuRoute/MenuRoute.d.ts +2 -0
  202. package/dist/types/components/MenuRoute/MenuRoute.stories.d.ts +168 -0
  203. package/dist/types/components/MenuRoute/MenuRoute.style.d.ts +3 -0
  204. package/dist/types/components/MessageBox/MessageBox.d.ts +19 -0
  205. package/dist/types/components/MessageBox/MessageBox.stories.d.ts +127 -0
  206. package/dist/types/components/MessageBox/MessageBox.styles.d.ts +8 -0
  207. package/dist/types/components/Modal/Modal.d.ts +1 -1
  208. package/dist/types/components/Modal/Modal.style.d.ts +4 -4
  209. package/dist/types/components/Modal/ModalTotalBenchmark.d.ts +1 -1
  210. package/dist/types/components/Modal/ModalTotalCost.d.ts +1 -1
  211. package/dist/types/components/ModalDrawer/ModalDrawer.d.ts +14 -0
  212. package/dist/types/components/ModalDrawer/ModalDrawer.stories.d.ts +7 -0
  213. package/dist/types/components/ModalDrawer/ModalDrawer.styles.d.ts +3 -0
  214. package/dist/types/components/ModalWithOverlay/ModalWithOverlay.d.ts +2 -0
  215. package/dist/types/components/ModalWithOverlay/ModalWithOverlay.stories.d.ts +142 -0
  216. package/dist/types/components/ModalWithOverlay/ModalWithOverlay.style.d.ts +8 -0
  217. package/dist/types/components/MonthPicker/MonthPicker.d.ts +16 -16
  218. package/dist/types/components/MonthPicker/MonthPicker.stories.d.ts +148 -0
  219. package/dist/types/components/MonthPicker/MonthPicker.style.d.ts +8 -8
  220. package/dist/types/components/MonthPicker/MonthPopupPicker.d.ts +3 -2
  221. package/dist/types/components/MonthPicker/MonthPopupPicker.style.d.ts +7 -0
  222. package/dist/types/components/NoDataFoundMessage/NoDataFoundMessage.d.ts +1 -11
  223. package/dist/types/components/NoDataFoundMessage/NoDataFoundMessage.stories.d.ts +39 -0
  224. package/dist/types/components/NoDataFoundMessage/NoDataFoundMessage.style.d.ts +3 -3
  225. package/dist/types/components/OneColumnContainer/OneColumnContainer.d.ts +79 -1
  226. package/dist/types/components/OneColumnContainer/OneColumnContainer.stories.d.ts +396 -0
  227. package/dist/types/components/OneColumnContainer/OneColumnContainer.style.d.ts +12 -10
  228. package/dist/types/components/OverlayDropdown/OverlayDropdown.d.ts +24 -0
  229. package/dist/types/components/OverlayDropdown/OverlayDropdown.stories.d.ts +346 -0
  230. package/dist/types/components/OverlayDropdown/OverlayDropdown.style.d.ts +10 -0
  231. package/dist/types/components/OverlayDropdown/OverlayTemplateDialog.d.ts +21 -0
  232. package/dist/types/components/OverlayDropdown/OverlayTemplateDialog.style.d.ts +10 -0
  233. package/dist/types/components/PerformanceAnalytics/PerformanceAnalytics.d.ts +24 -42
  234. package/dist/types/components/PerformanceAnalytics/PerformanceAnalytics.stories.d.ts +175 -0
  235. package/dist/types/components/PerformanceAnalytics/PerformanceAnalytics.style.d.ts +14 -14
  236. package/dist/types/components/PerformanceAnalyticsLegend/PerformanceAnalyticsLegend.d.ts +1 -28
  237. package/dist/types/components/PerformanceAnalyticsLegend/PerformanceAnalyticsLegend.stories.d.ts +43 -0
  238. package/dist/types/components/PerformanceAnalyticsLegend/PerformanceAnalyticsLegend.style.d.ts +6 -6
  239. package/dist/types/components/PerformanceAnalyticsOneColumn/PerformanceAnalyticsOneColumn.d.ts +16 -37
  240. package/dist/types/components/PerformanceAnalyticsOneColumn/PerformanceAnalyticsOneColumn.stories.d.ts +153 -0
  241. package/dist/types/components/PerformanceAnalyticsOneColumn/PerformanceAnalyticsOneColumn.style.d.ts +13 -13
  242. package/dist/types/components/PerformanceAnalyticsTotals/PerformanceAnalyticsTotals.d.ts +5 -14
  243. package/dist/types/components/PerformanceAnalyticsTotals/PerformanceAnalyticsTotals.stories.d.ts +42 -0
  244. package/dist/types/components/PerformanceAnalyticsTotals/PerformanceAnalyticsTotals.style.d.ts +10 -10
  245. package/dist/types/components/PieChart/PieChart.d.ts +22 -26
  246. package/dist/types/components/PieChart/PieChart.stories.d.ts +201 -0
  247. package/dist/types/components/PieChart/PieChart.style.d.ts +18 -18
  248. package/dist/types/components/PopupCharts/PopupCharts.d.ts +9 -20
  249. package/dist/types/components/PopupCharts/PopupCharts.stories.d.ts +89 -0
  250. package/dist/types/components/PopupCharts/PopupCharts.style.d.ts +12 -12
  251. package/dist/types/components/ProductsVariety/ProductsVariety.d.ts +7 -12
  252. package/dist/types/components/ProductsVariety/ProductsVariety.stories.d.ts +48 -0
  253. package/dist/types/components/ProductsVariety/ProductsVariety.style.d.ts +10 -10
  254. package/dist/types/components/ProgressBar/ProgressBar.d.ts +6 -7
  255. package/dist/types/components/ProgressBar/ProgressBar.stories.d.ts +65 -0
  256. package/dist/types/components/ProgressBar/ProgressBar.style.d.ts +2 -2
  257. package/dist/types/components/QuarterPicker/QuarterPicker.d.ts +16 -16
  258. package/dist/types/components/QuarterPicker/QuarterPicker.stories.d.ts +148 -0
  259. package/dist/types/components/QuarterPicker/QuarterPicker.style.d.ts +8 -8
  260. package/dist/types/components/QuarterPicker/QuarterPopupPicker.d.ts +3 -2
  261. package/dist/types/components/QuarterPicker/QuarterPopupPicker.style.d.ts +6 -0
  262. package/dist/types/components/QuickFilter/QuickFilter.d.ts +18 -68
  263. package/dist/types/components/QuickFilter/QuickFilter.stories.d.ts +270 -0
  264. package/dist/types/components/QuickFilter/QuickFilter.style.d.ts +1 -1
  265. package/dist/types/components/QuickFilterCards/QuickFilterCards.d.ts +7 -0
  266. package/dist/types/components/QuickFilterCards/QuickFilterCards.stories.d.ts +49 -0
  267. package/dist/types/components/QuickFilterCards/QuickFilterCards.style.d.ts +8 -0
  268. package/dist/types/components/QuickFilterDropdownMultiSelection/QuickFilterDropdownMultiSelection.d.ts +26 -25
  269. package/dist/types/components/QuickFilterDropdownMultiSelection/QuickFilterDropdownMultiSelection.style.d.ts +17 -12
  270. package/dist/types/components/QuickFilterDropdownSingle/QuickFilterDropdownSingle.d.ts +15 -22
  271. package/dist/types/components/QuickFilterDropdownSingle/QuickFilterDropdownSingle.style.d.ts +11 -11
  272. package/dist/types/components/RangePicker/RangeDatePicker.d.ts +1 -1
  273. package/dist/types/components/RangePicker/RangePicker.d.ts +13 -14
  274. package/dist/types/components/RangePicker/RangePicker.stories.d.ts +148 -0
  275. package/dist/types/components/RangePicker/RangePicker.style.d.ts +8 -8
  276. package/dist/types/components/ReportTable/ReportTable.d.ts +17 -26
  277. package/dist/types/components/ReportTable/ReportTable.stories.d.ts +139 -0
  278. package/dist/types/components/ReportTable/ReportTable.style.d.ts +14 -14
  279. package/dist/types/components/SagButton/SagButton.d.ts +13 -14
  280. package/dist/types/components/SagButton/SagButton.stories.d.ts +142 -0
  281. package/dist/types/components/SagButton/SagButton.style.d.ts +3 -3
  282. package/dist/types/components/{QuickFilterDropdownSingle/SagIconButton → SagIconButton}/SagIconButton.d.ts +15 -16
  283. package/dist/types/components/SagIconButton/SagIconButton.stories.d.ts +129 -0
  284. package/dist/types/components/SagIconButton/SagIconButton.style.d.ts +2 -0
  285. package/dist/types/components/SagInput/SagInput.d.ts +10 -11
  286. package/dist/types/components/SagInput/SagInput.stories.d.ts +71 -0
  287. package/dist/types/components/SagInput/SagInput.style.d.ts +3 -3
  288. package/dist/types/components/SalesAndROI/SalesAndROI.d.ts +14 -20
  289. package/dist/types/components/SalesAndROI/SalesAndROI.stories.d.ts +139 -0
  290. package/dist/types/components/SalesAndROI/SalesAndROI.style.d.ts +9 -9
  291. package/dist/types/components/SearchInput/SearchInput.d.ts +1 -23
  292. package/dist/types/components/SearchInput/SearchInput.stories.d.ts +93 -0
  293. package/dist/types/components/SearchInput/SearchInput.style.d.ts +3 -2
  294. package/dist/types/components/SegmentedButton/SegmentedButton.d.ts +16 -16
  295. package/dist/types/components/SegmentedButton/SegmentedButton.stories.d.ts +168 -0
  296. package/dist/types/components/SegmentedButton/SegmentedButton.style.d.ts +6 -6
  297. package/dist/types/components/Select/Select.d.ts +1 -1
  298. package/dist/types/components/Select/Select.stories.d.ts +252 -0
  299. package/dist/types/components/Select/Select.style.d.ts +6 -6
  300. package/dist/types/components/SingleBarLineCharts/SingleBarLineCharts.d.ts +26 -26
  301. package/dist/types/components/SingleBarLineCharts/SingleBarLineCharts.stories.d.ts +226 -0
  302. package/dist/types/components/SingleBarLineCharts/SingleBarLineCharts.style.d.ts +13 -61
  303. package/dist/types/components/SingleBarLineCharts/SingleBarLineCharts.test.d.ts +1 -0
  304. package/dist/types/components/TabMenu/TabMenu.d.ts +1 -89
  305. package/dist/types/components/TabMenu/TabMenu.stories.d.ts +171 -0
  306. package/dist/types/components/TabMenu/TabMenu.style.d.ts +11 -58
  307. package/dist/types/components/Table/DropMenus/Dropdown.d.ts +33 -0
  308. package/dist/types/components/Table/DropMenus/Dropdown.styles.d.ts +5 -0
  309. package/dist/types/components/Table/DropMenus/FieldPop.d.ts +2 -0
  310. package/dist/types/components/Table/DropMenus/FieldPop.style.d.ts +5 -0
  311. package/dist/types/components/Table/DropMenus/FilterPop.d.ts +2 -0
  312. package/dist/types/components/Table/DropMenus/FilterPop.style.d.ts +8 -0
  313. package/dist/types/components/Table/DropMenus/RangePop.d.ts +2 -0
  314. package/dist/types/components/Table/DropMenus/RangePop.style.d.ts +11 -0
  315. package/dist/types/components/Table/DropMenus/SortPop.d.ts +2 -0
  316. package/dist/types/components/Table/DropMenus/SortPop.style.d.ts +8 -0
  317. package/dist/types/components/Table/FilterIcon.d.ts +6 -0
  318. package/dist/types/components/Table/Icons/DisabledTrashIcon.d.ts +6 -0
  319. package/dist/types/components/Table/Icons/FilterIcon.d.ts +4 -0
  320. package/dist/types/components/Table/Icons/NoDataInSearchIcon.d.ts +5 -0
  321. package/dist/types/components/Table/Icons/SortIcon.d.ts +5 -0
  322. package/dist/types/components/Table/Icons/TrashIcon.d.ts +6 -0
  323. package/dist/types/components/Table/NoEvents.d.ts +5 -0
  324. package/dist/types/components/Table/NoSearchUpcIcon.d.ts +5 -0
  325. package/dist/types/components/Table/NoUpcIcon.d.ts +5 -0
  326. package/dist/types/components/Table/NothingToTrack.d.ts +5 -0
  327. package/dist/types/components/Table/SortIcon.d.ts +6 -0
  328. package/dist/types/components/Table/Table.d.ts +5 -0
  329. package/dist/types/components/Table/Table.stories.d.ts +787 -0
  330. package/dist/types/components/Table/Table.style.d.ts +20 -0
  331. package/dist/types/components/Table/TableBody.d.ts +2 -0
  332. package/dist/types/components/Table/TableBody.styles.d.ts +35 -0
  333. package/dist/types/components/Table/TableHeader.d.ts +12 -0
  334. package/dist/types/components/Table/TableHeader.styles.d.ts +8 -0
  335. package/dist/types/components/Table/data.d.ts +445 -0
  336. package/dist/types/components/Table/hook.d.ts +16 -0
  337. package/dist/types/components/Tag/Tag.d.ts +2 -0
  338. package/dist/types/components/Tag/Tag.stories.d.ts +112 -0
  339. package/dist/types/components/Tag/Tag.style.d.ts +1 -0
  340. package/dist/types/components/TextEllipsisTooltip/TextEllipsisTooltip.d.ts +2 -0
  341. package/dist/types/components/TextEllipsisTooltip/TextEllipsisTooltip.style.d.ts +4 -0
  342. package/dist/types/components/TitleDescription/TitleDescription.d.ts +12 -15
  343. package/dist/types/components/TitleDescription/TitleDescription.stories.d.ts +90 -0
  344. package/dist/types/components/TitleDescription/TitleDescription.style.d.ts +26 -26
  345. package/dist/types/components/ToasterMessageBox/ToasterMessageBox.d.ts +11 -0
  346. package/dist/types/components/ToasterMessageBox/ToasterMessageBox.stories.d.ts +67 -0
  347. package/dist/types/components/ToasterMessageBox/ToasterMessageBox.styles.d.ts +4 -0
  348. package/dist/types/components/ToggleSwitch/ToggleSwitch.d.ts +20 -0
  349. package/dist/types/components/ToggleSwitch/ToggleSwitch.stories.d.ts +15 -0
  350. package/dist/types/components/ToggleSwitch/ToggleSwitch.style.d.ts +3 -0
  351. package/dist/types/components/Tooltip/Tooltip.d.ts +1 -23
  352. package/dist/types/components/Tooltip/Tooltip.stories.d.ts +83 -0
  353. package/dist/types/components/Tooltip/Tooltip.style.d.ts +3 -3
  354. package/dist/types/components/TopToggleList/TopToggleList.d.ts +5 -6
  355. package/dist/types/components/TopToggleList/TopToggleList.stories.d.ts +25 -0
  356. package/dist/types/components/TopToggleList/TopToggleList.style.d.ts +5 -5
  357. package/dist/types/components/TotalBenchmark/TotalBenchmark.d.ts +8 -14
  358. package/dist/types/components/TotalBenchmark/TotalBenchmark.stories.d.ts +101 -0
  359. package/dist/types/components/TotalBenchmark/TotalBenchmark.style.d.ts +9 -9
  360. package/dist/types/components/TotalBenchmarkAreachart/TotalBenchmarkAreachart.d.ts +25 -30
  361. package/dist/types/components/TotalBenchmarkAreachart/TotalBenchmarkAreachart.stories.d.ts +240 -0
  362. package/dist/types/components/TotalBenchmarkAreachart/TotalBenchmarkAreachart.style.d.ts +20 -20
  363. package/dist/types/components/TotalBenchmarkArrows/TotalBenchmarkArrows.d.ts +15 -22
  364. package/dist/types/components/TotalBenchmarkArrows/TotalBenchmarkArrows.stories.d.ts +145 -0
  365. package/dist/types/components/TotalBenchmarkArrows/TotalBenchmarkArrows.style.d.ts +14 -14
  366. package/dist/types/components/TotalBenchmarkBarchart/TotalBenchmarkBarchart.d.ts +14 -19
  367. package/dist/types/components/TotalBenchmarkBarchart/TotalBenchmarkBarchart.stories.d.ts +155 -0
  368. package/dist/types/components/TotalBenchmarkBarchart/TotalBenchmarkBarchart.style.d.ts +10 -10
  369. package/dist/types/components/TotalDoughnutChart/TotalDoughnutChart.d.ts +35 -24
  370. package/dist/types/components/TotalDoughnutChart/TotalDoughnutChart.stories.d.ts +241 -0
  371. package/dist/types/components/TotalDoughnutChart/TotalDoughnutChart.style.d.ts +19 -19
  372. package/dist/types/components/TotalHorizontalCharts/TotalHorizontalCharts.d.ts +23 -28
  373. package/dist/types/components/TotalHorizontalCharts/TotalHorizontalCharts.stories.d.ts +214 -0
  374. package/dist/types/components/TotalHorizontalCharts/TotalHorizontalCharts.style.d.ts +6 -6
  375. package/dist/types/components/TspanTooltip/TspanTooltip.d.ts +6 -7
  376. package/dist/types/components/TspanTooltip/TspanTooltip.style.d.ts +3 -3
  377. package/dist/types/components/TwoBarCharts/TwoBarCharts.d.ts +20 -26
  378. package/dist/types/components/TwoBarCharts/TwoBarCharts.stories.d.ts +172 -0
  379. package/dist/types/components/TwoBarCharts/TwoBarCharts.style.d.ts +8 -8
  380. package/dist/types/components/WeeksPicker/WeeksCalendar.d.ts +36 -0
  381. package/dist/types/components/WeeksPicker/WeeksCalendar.styles.d.ts +5 -0
  382. package/dist/types/components/WeeksPicker/WeeksPicker.d.ts +21 -0
  383. package/dist/types/components/WeeksPicker/WeeksPicker.stories.d.ts +118 -0
  384. package/dist/types/components/WeeksPicker/WeeksPicker.style.d.ts +8 -0
  385. package/dist/types/icons/ArrowDownIcon.d.ts +3 -3
  386. package/dist/types/icons/ArrowDropDownIcon.d.ts +3 -3
  387. package/dist/types/icons/ArrowLeftIcon.d.ts +7 -0
  388. package/dist/types/icons/ArrowRightFullIcon.d.ts +5 -0
  389. package/dist/types/icons/ArrowSelectIcon.d.ts +4 -4
  390. package/dist/types/icons/ArrowUpIcon.d.ts +3 -3
  391. package/dist/types/icons/AttachedIcon.d.ts +4 -4
  392. package/dist/types/icons/BarcodeIcon.d.ts +6 -0
  393. package/dist/types/icons/BellIcon.d.ts +5 -5
  394. package/dist/types/icons/ButtonArrowRight.d.ts +4 -4
  395. package/dist/types/icons/Calendar.d.ts +1 -1
  396. package/dist/types/icons/CalendarIcon.d.ts +3 -3
  397. package/dist/types/icons/CalendarInOpen.d.ts +5 -1
  398. package/dist/types/icons/CheckBoxButtonCheckedIcon.d.ts +4 -4
  399. package/dist/types/icons/CheckBoxCheckedIcon.d.ts +4 -4
  400. package/dist/types/icons/CheckBoxNotCheckedIcon.d.ts +4 -4
  401. package/dist/types/icons/ChervronLeftIcon.d.ts +5 -1
  402. package/dist/types/icons/ChervronRightIcon.d.ts +5 -1
  403. package/dist/types/icons/ChevronIcon.d.ts +7 -0
  404. package/dist/types/icons/ChevronLeftIcon.d.ts +3 -3
  405. package/dist/types/icons/ChevronRightIcon.d.ts +3 -3
  406. package/dist/types/icons/ClockIcon.d.ts +3 -3
  407. package/dist/types/icons/CloseIcon.d.ts +4 -4
  408. package/dist/types/icons/CloseXIcon.d.ts +5 -5
  409. package/dist/types/icons/ComboBoxArrowDownIcon.d.ts +4 -4
  410. package/dist/types/icons/ComboBoxArrowUpIcon.d.ts +4 -4
  411. package/dist/types/icons/CommentIcon.d.ts +7 -0
  412. package/dist/types/icons/DocumentIcon.d.ts +5 -5
  413. package/dist/types/icons/DownArrowIcon.d.ts +5 -0
  414. package/dist/types/icons/DownloadIcon.d.ts +5 -5
  415. package/dist/types/icons/Duplicate.d.ts +7 -0
  416. package/dist/types/icons/ErrorIcon.d.ts +4 -4
  417. package/dist/types/icons/ExclamationMarkIcon.d.ts +6 -0
  418. package/dist/types/icons/ExitIcon.d.ts +6 -6
  419. package/dist/types/icons/ExportIcon.d.ts +5 -6
  420. package/dist/types/icons/EyeIcon.d.ts +6 -6
  421. package/dist/types/icons/FileIcon.d.ts +4 -4
  422. package/dist/types/icons/FilterIcon.d.ts +5 -5
  423. package/dist/types/icons/FlyIcon.d.ts +5 -6
  424. package/dist/types/icons/FolderIcon.d.ts +6 -0
  425. package/dist/types/icons/FoodLionChartIcon.d.ts +1 -1
  426. package/dist/types/icons/FoodLionIcon.d.ts +5 -5
  427. package/dist/types/icons/FoodLionNewIcon.d.ts +4 -4
  428. package/dist/types/icons/GiantFoodChartIcon.d.ts +1 -1
  429. package/dist/types/icons/GiantFoodIcon.d.ts +6 -6
  430. package/dist/types/icons/GiantFoodIcon_new.d.ts +6 -6
  431. package/dist/types/icons/HannafordChartIcon.d.ts +1 -1
  432. package/dist/types/icons/HannafordIcon.d.ts +5 -5
  433. package/dist/types/icons/HannafordIcon_new.d.ts +6 -5
  434. package/dist/types/icons/HannafordNewIcon.d.ts +5 -0
  435. package/dist/types/icons/HeroIcon.d.ts +6 -0
  436. package/dist/types/icons/InfoIcon.d.ts +6 -6
  437. package/dist/types/icons/LampIcon.d.ts +4 -4
  438. package/dist/types/icons/LegendLineIcon.d.ts +4 -4
  439. package/dist/types/icons/LegendUnionIcon.d.ts +4 -4
  440. package/dist/types/icons/MaintenanceIcon.d.ts +6 -6
  441. package/dist/types/icons/MenuItemClosedIcon.d.ts +4 -4
  442. package/dist/types/icons/MenuItemOpenIcon.d.ts +5 -6
  443. package/dist/types/icons/MenuItemRightIcon.d.ts +4 -4
  444. package/dist/types/icons/MenuItemUpIcon.d.ts +5 -6
  445. package/dist/types/icons/NoDataFoundIcon.d.ts +5 -6
  446. package/dist/types/icons/OkCircleIcon.d.ts +6 -0
  447. package/dist/types/icons/OkIcon.d.ts +6 -0
  448. package/dist/types/icons/OptionsIcon.d.ts +5 -5
  449. package/dist/types/icons/PackageSendIcon.d.ts +2 -0
  450. package/dist/types/icons/PenIcon.d.ts +6 -0
  451. package/dist/types/icons/PencilIcon.d.ts +6 -0
  452. package/dist/types/icons/PeopleIcon.d.ts +6 -0
  453. package/dist/types/icons/Plus.d.ts +6 -0
  454. package/dist/types/icons/PlusIcon.d.ts +6 -0
  455. package/dist/types/icons/RedDot.d.ts +5 -0
  456. package/dist/types/icons/ReselectIcon.d.ts +5 -5
  457. package/dist/types/icons/SearchIcon.d.ts +4 -4
  458. package/dist/types/icons/ShoppingCartIcon.d.ts +3 -3
  459. package/dist/types/icons/ShoutIcon.d.ts +4 -4
  460. package/dist/types/icons/Sort.d.ts +1 -0
  461. package/dist/types/icons/SortIcon.d.ts +6 -6
  462. package/dist/types/icons/SpotlightProductIcon.d.ts +4 -4
  463. package/dist/types/icons/StopAndShopChartIcon.d.ts +1 -1
  464. package/dist/types/icons/StopAndShopIcon.d.ts +6 -6
  465. package/dist/types/icons/StopAndShopNewIcon.d.ts +5 -5
  466. package/dist/types/icons/SucceededIcon.d.ts +4 -4
  467. package/dist/types/icons/TheGiantCompanyChartIcon.d.ts +1 -1
  468. package/dist/types/icons/TheGiantCompanyIcon.d.ts +4 -4
  469. package/dist/types/icons/TheGiantCompanyNewIcon.d.ts +5 -5
  470. package/dist/types/icons/TrashIcon.d.ts +7 -0
  471. package/dist/types/icons/UpArrowIcon.d.ts +5 -0
  472. package/dist/types/icons/UploadIcon.d.ts +7 -0
  473. package/dist/types/icons/UploadIconV2.d.ts +6 -0
  474. package/dist/types/icons/VIcon.d.ts +6 -0
  475. package/dist/types/icons/index.d.ts +24 -0
  476. package/dist/types/index.d.ts +52 -0
  477. package/dist/types/utils/CommonFunctions.d.ts +6 -1
  478. package/dist/types/utils/ComponentFactory.d.ts +4 -0
  479. package/dist/types/utils/IconsHandler.d.ts +1 -1
  480. package/dist/types/utils/IconsHandler.style.d.ts +1 -1
  481. package/dist/types/utils/UtilsComponents/CustomTooltip.d.ts +6 -0
  482. package/dist/types/utils/UtilsComponents/TitleWithCustomTooltip.d.ts +7 -0
  483. package/dist/types/utils/UtilsComponents/useTextOverflow.d.ts +7 -0
  484. package/package.json +38 -42
  485. package/dist/types/components/AutocompleteField/AutocompleteField.d.ts +0 -15
  486. package/dist/types/components/AutocompleteField/AutocompleteField.style.d.ts +0 -5
  487. package/dist/types/components/CodeEditor/CodeEditor.style.d.ts +0 -2
  488. package/dist/types/components/Datepicker/Datepicker.d.ts +0 -12
  489. package/dist/types/components/Datepicker/Datepicker.style.d.ts +0 -1
  490. package/dist/types/components/Dropdown/Dropdown.d.ts +0 -24
  491. package/dist/types/components/Dropdown/Dropdown.style.d.ts +0 -1
  492. package/dist/types/components/DropdownMulti/DropdownMulti.d.ts +0 -75
  493. package/dist/types/components/DropdownMulti/DropdownMulti.style.d.ts +0 -1
  494. package/dist/types/components/QuickFilterDropdownSingle/SagIconButton/SagIconButton.style.d.ts +0 -2
  495. package/dist/types/components/TextField/TextField.d.ts +0 -6
  496. package/dist/types/components/TextField/TextField.style.d.ts +0 -1
  497. /package/dist/types/components/{SingleBarLineCharts/SingleBar.test.d.ts → AreaChart/AreaChart.test.d.ts} +0 -0
@@ -0,0 +1,118 @@
1
+ declare namespace _default {
2
+ export const title: string;
3
+ export { WeeksPicker as component };
4
+ export const tags: string[];
5
+ export namespace parameters {
6
+ const layout: string;
7
+ }
8
+ export namespace argTypes {
9
+ namespace width {
10
+ const control: string;
11
+ const name: string;
12
+ }
13
+ namespace height {
14
+ const control_1: string;
15
+ export { control_1 as control };
16
+ const name_1: string;
17
+ export { name_1 as name };
18
+ }
19
+ namespace label {
20
+ const control_2: string;
21
+ export { control_2 as control };
22
+ const name_2: string;
23
+ export { name_2 as name };
24
+ }
25
+ namespace placeholder {
26
+ const control_3: string;
27
+ export { control_3 as control };
28
+ const name_3: string;
29
+ export { name_3 as name };
30
+ }
31
+ namespace selectedValue {
32
+ const control_4: string;
33
+ export { control_4 as control };
34
+ const name_4: string;
35
+ export { name_4 as name };
36
+ }
37
+ namespace year {
38
+ const control_5: string;
39
+ export { control_5 as control };
40
+ const name_5: string;
41
+ export { name_5 as name };
42
+ }
43
+ namespace required {
44
+ const control_6: string;
45
+ export { control_6 as control };
46
+ const name_6: string;
47
+ export { name_6 as name };
48
+ }
49
+ namespace disabled {
50
+ const control_7: string;
51
+ export { control_7 as control };
52
+ const name_7: string;
53
+ export { name_7 as name };
54
+ }
55
+ namespace restrictToRange {
56
+ const control_8: string;
57
+ export { control_8 as control };
58
+ const name_8: string;
59
+ export { name_8 as name };
60
+ }
61
+ namespace allowedWeekRange {
62
+ const control_9: string;
63
+ export { control_9 as control };
64
+ const name_9: string;
65
+ export { name_9 as name };
66
+ }
67
+ namespace textColor {
68
+ const control_10: string;
69
+ export { control_10 as control };
70
+ const name_10: string;
71
+ export { name_10 as name };
72
+ }
73
+ namespace borderRadius {
74
+ const control_11: string;
75
+ export { control_11 as control };
76
+ const name_11: string;
77
+ export { name_11 as name };
78
+ }
79
+ namespace borderColor {
80
+ const control_12: string;
81
+ export { control_12 as control };
82
+ const name_12: string;
83
+ export { name_12 as name };
84
+ }
85
+ namespace borderColorFocus {
86
+ const control_13: string;
87
+ export { control_13 as control };
88
+ const name_13: string;
89
+ export { name_13 as name };
90
+ }
91
+ namespace hoverColor {
92
+ const control_14: string;
93
+ export { control_14 as control };
94
+ const name_14: string;
95
+ export { name_14 as name };
96
+ }
97
+ namespace withMarginBottom {
98
+ const control_15: string;
99
+ export { control_15 as control };
100
+ const name_15: string;
101
+ export { name_15 as name };
102
+ }
103
+ namespace onChange {
104
+ export const action: string;
105
+ const name_16: string;
106
+ export { name_16 as name };
107
+ }
108
+ }
109
+ }
110
+ export default _default;
111
+ export const Default: any;
112
+ export const Disabled: any;
113
+ export const WithRangeRestriction: any;
114
+ export const DisabledWithRangeRestriction: any;
115
+ export function EventScenario(): any;
116
+ export const SingleWeekSelection: any;
117
+ export const NarrowRangeRestriction: any;
118
+ import WeeksPicker from "./WeeksPicker";
@@ -0,0 +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,6 +1,6 @@
1
1
  export function ArrowDownIcon({ clicked, width, height }: {
2
2
  clicked: any;
3
- width?: string | undefined;
4
- height?: string | undefined;
5
- }): import("react/jsx-runtime").JSX.Element;
3
+ width?: string;
4
+ height?: string;
5
+ }): any;
6
6
  export default ArrowDownIcon;
@@ -1,6 +1,6 @@
1
1
  export function ArrowDropDownIcon({ clicked, width, height }: {
2
2
  clicked: any;
3
- width?: string | undefined;
4
- height?: string | undefined;
5
- }): import("react/jsx-runtime").JSX.Element;
3
+ width?: string;
4
+ height?: string;
5
+ }): any;
6
6
  export default ArrowDropDownIcon;
@@ -0,0 +1,7 @@
1
+ export default ArrowLeftIcon;
2
+ declare function ArrowLeftIcon({ width, height, color, ...props }: {
3
+ [x: string]: any;
4
+ width?: string;
5
+ height?: string;
6
+ color?: string;
7
+ }): any;
@@ -0,0 +1,5 @@
1
+ export default ArrowRightFullIcon;
2
+ declare function ArrowRightFullIcon({ width, height, }: {
3
+ width?: number;
4
+ height?: number;
5
+ }): any;
@@ -1,6 +1,6 @@
1
1
  export function ArrowSelectIcon({ width, height, color, }: {
2
- width?: string | undefined;
3
- height?: string | undefined;
4
- color?: string | undefined;
5
- }): import("react/jsx-runtime").JSX.Element;
2
+ width?: string;
3
+ height?: string;
4
+ color?: string;
5
+ }): any;
6
6
  export default ArrowSelectIcon;
@@ -1,6 +1,6 @@
1
1
  export function ArrowUpIcon({ clicked, width, height }: {
2
2
  clicked: any;
3
- width?: string | undefined;
4
- height?: string | undefined;
5
- }): import("react/jsx-runtime").JSX.Element;
3
+ width?: string;
4
+ height?: string;
5
+ }): any;
6
6
  export default ArrowUpIcon;
@@ -1,6 +1,6 @@
1
1
  export function AttachedIcon({ width, height, fill }: {
2
- width?: string | undefined;
3
- height?: string | undefined;
4
- fill?: string | undefined;
5
- }): import("react/jsx-runtime").JSX.Element;
2
+ width?: string;
3
+ height?: string;
4
+ fill?: string;
5
+ }): any;
6
6
  export default AttachedIcon;
@@ -0,0 +1,6 @@
1
+ export function BarcodeIcon({ width, height, fill }: {
2
+ width?: string;
3
+ height?: string;
4
+ fill?: string;
5
+ }): any;
6
+ export default BarcodeIcon;
@@ -1,6 +1,6 @@
1
- export function BellIcon({ 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 BellIcon;
2
+ declare function BellIcon({ width, height, color }: {
3
+ width?: string;
4
+ height?: string;
5
+ color?: string;
6
+ }): any;
@@ -1,5 +1,5 @@
1
- export function ButtonArrowRight({ width, height }: {
2
- width?: string | undefined;
3
- height?: string | undefined;
4
- }): import("react/jsx-runtime").JSX.Element;
5
1
  export default ButtonArrowRight;
2
+ declare function ButtonArrowRight({ width, height }: {
3
+ width?: string;
4
+ height?: string;
5
+ }): any;
@@ -1,2 +1,2 @@
1
- export function Calendar(): import("react/jsx-runtime").JSX.Element;
1
+ export function Calendar(): any;
2
2
  export default Calendar;
@@ -1,6 +1,6 @@
1
1
  export function CalendarIcon({ clicked, width, height }: {
2
2
  clicked: any;
3
- width?: string | undefined;
4
- height?: string | undefined;
5
- }): import("react/jsx-runtime").JSX.Element;
3
+ width?: string;
4
+ height?: string;
5
+ }): any;
6
6
  export default CalendarIcon;
@@ -1,2 +1,6 @@
1
- export function CalendarInOpen(): import("react/jsx-runtime").JSX.Element;
1
+ export function CalendarInOpen({ width, height, fill }: {
2
+ width?: string;
3
+ height?: string;
4
+ fill?: string;
5
+ }): any;
2
6
  export default CalendarInOpen;
@@ -1,7 +1,7 @@
1
1
  export function CheckBoxButtonCheckedIcon({ clicked, width, height, color, }: {
2
2
  clicked: any;
3
- width?: string | undefined;
4
- height?: string | undefined;
5
- color?: string | undefined;
6
- }): import("react/jsx-runtime").JSX.Element;
3
+ width?: string;
4
+ height?: string;
5
+ color?: string;
6
+ }): any;
7
7
  export default CheckBoxButtonCheckedIcon;
@@ -1,7 +1,7 @@
1
1
  export function CheckBoxCheckedIcon({ clicked, width, height, color }: {
2
2
  clicked: any;
3
- width?: string | undefined;
4
- height?: string | undefined;
5
- color?: string | undefined;
6
- }): import("react/jsx-runtime").JSX.Element;
3
+ width?: string;
4
+ height?: string;
5
+ color?: string;
6
+ }): any;
7
7
  export default CheckBoxCheckedIcon;
@@ -1,7 +1,7 @@
1
1
  export function CheckBoxNotCheckedIcon({ clicked, width, height, color }: {
2
2
  clicked: any;
3
- width?: string | undefined;
4
- height?: string | undefined;
5
- color?: string | undefined;
6
- }): import("react/jsx-runtime").JSX.Element;
3
+ width?: string;
4
+ height?: string;
5
+ color?: string;
6
+ }): any;
7
7
  export default CheckBoxNotCheckedIcon;
@@ -1,2 +1,6 @@
1
- export function ChervronLeftIcon(): import("react/jsx-runtime").JSX.Element;
2
1
  export default ChervronLeftIcon;
2
+ declare function ChervronLeftIcon({ width, height, fill, }: {
3
+ width?: number;
4
+ height?: number;
5
+ fill?: string;
6
+ }): any;
@@ -1,2 +1,6 @@
1
- export function ChervronRightIcon(): import("react/jsx-runtime").JSX.Element;
2
1
  export default ChervronRightIcon;
2
+ declare function ChervronRightIcon({ width, height, fill, }: {
3
+ width?: string;
4
+ height?: string;
5
+ fill?: string;
6
+ }): any;
@@ -0,0 +1,7 @@
1
+ export default ChevronIcon;
2
+ declare function ChevronIcon({ width, height, fill, isOpen, }: {
3
+ width?: number;
4
+ height?: number;
5
+ fill?: string;
6
+ isOpen?: boolean;
7
+ }): any;
@@ -1,4 +1,4 @@
1
- export function ChevronLeftIcon({ disabled, }: {
2
- disabled?: boolean | undefined;
3
- }): import("react/jsx-runtime").JSX.Element;
4
1
  export default ChevronLeftIcon;
2
+ declare function ChevronLeftIcon({ disabled, }: {
3
+ disabled?: boolean;
4
+ }): any;
@@ -1,4 +1,4 @@
1
- export function ChevronRightIcon({ disabled, }: {
2
- disabled?: boolean | undefined;
3
- }): import("react/jsx-runtime").JSX.Element;
4
1
  export default ChevronRightIcon;
2
+ declare function ChevronRightIcon({ disabled, }: {
3
+ disabled?: boolean;
4
+ }): any;
@@ -1,6 +1,6 @@
1
1
  export function ClockIcon({ clicked, width, height }: {
2
2
  clicked: any;
3
- width?: string | undefined;
4
- height?: string | undefined;
5
- }): import("react/jsx-runtime").JSX.Element;
3
+ width?: string;
4
+ height?: string;
5
+ }): any;
6
6
  export default ClockIcon;
@@ -1,6 +1,6 @@
1
1
  export function CloseIcon({ width, height, fill, }: {
2
- width?: string | undefined;
3
- height?: string | undefined;
4
- fill?: string | undefined;
5
- }): import("react/jsx-runtime").JSX.Element;
2
+ width?: string;
3
+ height?: string;
4
+ fill?: string;
5
+ }): any;
6
6
  export default CloseIcon;
@@ -1,6 +1,6 @@
1
- export function CloseXIcon({ width, height, fill, }: {
2
- width?: string | undefined;
3
- height?: string | undefined;
4
- fill?: string | undefined;
5
- }): import("react/jsx-runtime").JSX.Element;
6
1
  export default CloseXIcon;
2
+ declare function CloseXIcon({ width, height, fill, }: {
3
+ width?: string;
4
+ height?: string;
5
+ fill?: string;
6
+ }): any;
@@ -1,7 +1,7 @@
1
1
  export function ComboBoxArrowDownIcon({ clicked, width, height, color, }: {
2
2
  clicked: any;
3
- width?: string | undefined;
4
- height?: string | undefined;
5
- color?: string | undefined;
6
- }): import("react/jsx-runtime").JSX.Element;
3
+ width?: string;
4
+ height?: string;
5
+ color?: string;
6
+ }): any;
7
7
  export default ComboBoxArrowDownIcon;
@@ -1,7 +1,7 @@
1
1
  export function ComboBoxArrowUpIcon({ clicked, width, height, color, }: {
2
2
  clicked: any;
3
- width?: string | undefined;
4
- height?: string | undefined;
5
- color?: string | undefined;
6
- }): import("react/jsx-runtime").JSX.Element;
3
+ width?: string;
4
+ height?: string;
5
+ color?: string;
6
+ }): any;
7
7
  export default ComboBoxArrowUpIcon;
@@ -0,0 +1,7 @@
1
+ export default CommentIcon;
2
+ declare function CommentIcon({ width, height, showCircle, circleColor }: {
3
+ width?: string;
4
+ height?: string;
5
+ showCircle?: boolean;
6
+ circleColor?: string;
7
+ }): any;
@@ -1,6 +1,6 @@
1
- export function DocumentIcon({ width, height, color }: {
2
- width?: string | undefined;
3
- height?: string | undefined;
4
- color?: string | undefined;
5
- }): import("react/jsx-runtime").JSX.Element;
6
1
  export default DocumentIcon;
2
+ declare function DocumentIcon({ width, height, color }: {
3
+ width?: string;
4
+ height?: string;
5
+ color?: string;
6
+ }): any;
@@ -0,0 +1,5 @@
1
+ export default DownArrowIcon;
2
+ declare function DownArrowIcon({ width, height }: {
3
+ width?: string;
4
+ height?: string;
5
+ }): any;
@@ -1,6 +1,6 @@
1
- export function DownloadIcon({ width, height, color }: {
2
- width?: string | undefined;
3
- height?: string | undefined;
4
- color?: string | undefined;
5
- }): import("react/jsx-runtime").JSX.Element;
6
1
  export default DownloadIcon;
2
+ declare function DownloadIcon({ width, height, color }: {
3
+ width?: string;
4
+ height?: string;
5
+ color?: string;
6
+ }): any;
@@ -0,0 +1,7 @@
1
+ export function Duplicate({ color, clicked, width, height, }: {
2
+ color: any;
3
+ clicked: any;
4
+ width?: string;
5
+ height?: string;
6
+ }): any;
7
+ export default Duplicate;
@@ -1,6 +1,6 @@
1
1
  export function ErrorIcon({ color, width, height }: {
2
- color?: string | undefined;
3
- width?: string | undefined;
4
- height?: string | undefined;
5
- }): import("react/jsx-runtime").JSX.Element;
2
+ color?: string;
3
+ width?: string;
4
+ height?: string;
5
+ }): any;
6
6
  export default ErrorIcon;
@@ -0,0 +1,6 @@
1
+ export function ExclamationMarkIcon({ color, width, height }: {
2
+ color?: string;
3
+ width?: string;
4
+ height?: string;
5
+ }): any;
6
+ export default ExclamationMarkIcon;
@@ -1,7 +1,7 @@
1
- export function ExitIcon({ 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 ExitIcon;
2
+ declare function ExitIcon({ clicked, width, height, color }: {
3
+ clicked: any;
4
+ width?: string;
5
+ height?: string;
6
+ color?: string;
7
+ }): any;
@@ -1,7 +1,6 @@
1
- export function ExportIcon({ clicked, width, height, color, }: {
2
- clicked: any;
3
- width?: string | undefined;
4
- height?: string | undefined;
5
- color?: string | undefined;
6
- }): import("react/jsx-runtime").JSX.Element;
7
1
  export default ExportIcon;
2
+ declare function ExportIcon({ width, height, color, }: {
3
+ width?: string;
4
+ height?: string;
5
+ color?: string;
6
+ }): any;
@@ -1,7 +1,7 @@
1
- export function EyeIcon({ 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 EyeIcon;
2
+ declare function EyeIcon({ clicked, width, height, color, }: {
3
+ clicked: any;
4
+ width?: string;
5
+ height?: string;
6
+ color?: string;
7
+ }): any;
@@ -1,6 +1,6 @@
1
1
  export function FileIcon({ width, height, fill }: {
2
- width?: string | undefined;
3
- height?: string | undefined;
4
- fill?: string | undefined;
5
- }): import("react/jsx-runtime").JSX.Element;
2
+ width?: string;
3
+ height?: string;
4
+ fill?: string;
5
+ }): any;
6
6
  export default FileIcon;
@@ -1,6 +1,6 @@
1
- export function FilterIcon({ width, height, color }: {
2
- width?: string | undefined;
3
- height?: string | undefined;
4
- color?: string | undefined;
5
- }): import("react/jsx-runtime").JSX.Element;
6
1
  export default FilterIcon;
2
+ declare function FilterIcon({ width, height, color }: {
3
+ width?: string;
4
+ height?: string;
5
+ color?: string;
6
+ }): any;
@@ -1,7 +1,6 @@
1
- export function FlyIcon({ clicked, width, height, color }: {
2
- clicked: any;
3
- width?: string | undefined;
4
- height?: string | undefined;
5
- color?: string | undefined;
6
- }): import("react/jsx-runtime").JSX.Element;
7
1
  export default FlyIcon;
2
+ declare function FlyIcon({ width, height, color }: {
3
+ width?: string;
4
+ height?: string;
5
+ color?: string;
6
+ }): any;
@@ -0,0 +1,6 @@
1
+ export function FolderIcon({ width, height, fill }: {
2
+ width?: string;
3
+ height?: string;
4
+ fill?: string;
5
+ }): any;
6
+ export default FolderIcon;
@@ -1,2 +1,2 @@
1
- export function FoodLionChartIcon(): import("react/jsx-runtime").JSX.Element;
1
+ export function FoodLionChartIcon(): any;
2
2
  export default FoodLionChartIcon;
@@ -1,6 +1,6 @@
1
- export function FoodLionIcon({ clicked, width, height }: {
2
- clicked: any;
3
- width?: string | undefined;
4
- height?: string | undefined;
5
- }): import("react/jsx-runtime").JSX.Element;
6
1
  export default FoodLionIcon;
2
+ declare function FoodLionIcon({ clicked, width, height }: {
3
+ clicked: any;
4
+ width?: string;
5
+ height?: string;
6
+ }): any;
@@ -1,5 +1,5 @@
1
- export function FoodLionNewIcon({ width, height }: {
2
- width?: string | undefined;
3
- height?: string | undefined;
4
- }): import("react/jsx-runtime").JSX.Element;
5
1
  export default FoodLionNewIcon;
2
+ declare function FoodLionNewIcon({ width, height }: {
3
+ width?: string;
4
+ height?: string;
5
+ }): any;
@@ -1,2 +1,2 @@
1
- export function GiantFoodChartIcon(): import("react/jsx-runtime").JSX.Element;
1
+ export function GiantFoodChartIcon(): any;
2
2
  export default GiantFoodChartIcon;
@@ -1,7 +1,7 @@
1
- export function GiantFoodIcon({ clicked, width, height, viewBox }: {
2
- clicked: any;
3
- width?: string | undefined;
4
- height?: string | undefined;
5
- viewBox?: string | undefined;
6
- }): import("react/jsx-runtime").JSX.Element;
7
1
  export default GiantFoodIcon;
2
+ declare function GiantFoodIcon({ clicked, width, height, viewBox }: {
3
+ clicked: any;
4
+ width?: string;
5
+ height?: string;
6
+ viewBox?: string;
7
+ }): any;
@@ -1,7 +1,7 @@
1
- export function GiantFoodNewIcon({ clicked, width, height, viewBox, }: {
2
- clicked: any;
3
- width?: string | undefined;
4
- height?: string | undefined;
5
- viewBox?: string | undefined;
6
- }): import("react/jsx-runtime").JSX.Element;
7
1
  export default GiantFoodNewIcon;
2
+ declare function GiantFoodNewIcon({ clicked, width, height, viewBox, }: {
3
+ clicked: any;
4
+ width?: string;
5
+ height?: string;
6
+ viewBox?: string;
7
+ }): any;
@@ -1,2 +1,2 @@
1
- export function HannafordChartIcon(): import("react/jsx-runtime").JSX.Element;
1
+ export function HannafordChartIcon(): any;
2
2
  export default HannafordChartIcon;
@@ -1,6 +1,6 @@
1
- export function HannafordIcon({ clicked, width, height }: {
2
- clicked: any;
3
- width?: string | undefined;
4
- height?: string | undefined;
5
- }): import("react/jsx-runtime").JSX.Element;
6
1
  export default HannafordIcon;
2
+ declare function HannafordIcon({ clicked, width, height }: {
3
+ clicked: any;
4
+ width?: string;
5
+ height?: string;
6
+ }): any;