sag_components 2.0.0-beta29 → 2.0.0-beta291

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 (744) hide show
  1. package/dist/index.d.ts +777 -281
  2. package/dist/index.esm.js +40882 -12901
  3. package/dist/index.esm.js.map +1 -1
  4. package/dist/index.js +37541 -9507
  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.d.ts +6 -0
  75. package/dist/types/components/DownloadProgress/DownloadProgress.stories.d.ts +110 -0
  76. package/dist/types/components/DownloadProgress/DownloadProgress.style.d.ts +1 -0
  77. package/dist/types/components/DropdownMultiNew/DropdownMultiNew.d.ts +4 -61
  78. package/dist/types/components/DropdownNew/DropdownNew.d.ts +1 -80
  79. package/dist/types/components/DropdownNew/DropdownNew.stories.d.ts +324 -0
  80. package/dist/types/components/DropdownSingleNew/DropdownSingleNew.d.ts +5 -58
  81. package/dist/types/components/EventDetailsCard/EventDetailsCard.d.ts +2 -2
  82. package/dist/types/components/EventDetailsCard/EventDetailsCard.stories.d.ts +122 -0
  83. package/dist/types/components/EventList/EventList.d.ts +3 -3
  84. package/dist/types/components/EventList/EventList.stories.d.ts +67 -0
  85. package/dist/types/components/EventListItem/EventListItem.stories.d.ts +67 -0
  86. package/dist/types/components/EventsTable/ColumnFilter.d.ts +7 -0
  87. package/dist/types/components/EventsTable/DeleteEventModal.d.ts +5 -0
  88. package/dist/types/components/EventsTable/EventTable.d.ts +7 -0
  89. package/dist/types/components/EventsTable/EventsHeader.d.ts +6 -0
  90. package/dist/types/components/EventsTable/EventsPage.d.ts +1 -0
  91. package/dist/types/components/EventsTable/EventsPage.stories.d.ts +8 -0
  92. package/dist/types/components/EventsTable/SendButton.d.ts +3 -0
  93. package/dist/types/components/EventsTable/mockEvents.d.ts +15 -0
  94. package/dist/types/components/FilterContainer/FilterContainer.stories.d.ts +9 -0
  95. package/dist/types/components/FilterPanel/FilterPanel.d.ts +10 -10
  96. package/dist/types/components/FilterPanel/FilterPanel.stories.d.ts +173 -0
  97. package/dist/types/components/FormattedValue/FormattedValue.stories.d.ts +131 -0
  98. package/dist/types/components/Heatmap/Heatmap.d.ts +2 -2
  99. package/dist/types/components/Heatmap/Heatmap.stories.d.ts +59 -0
  100. package/dist/types/components/Heatmap/Heatmap.style.d.ts +1 -1
  101. package/dist/types/components/IconButton/IconButton.stories.d.ts +89 -0
  102. package/dist/types/components/Input/Input.d.ts +36 -1
  103. package/dist/types/components/Input/Input.stories.d.ts +410 -0
  104. package/dist/types/components/Input/Input.style.d.ts +1 -0
  105. package/dist/types/components/InputOld/InputOld.d.ts +2 -2
  106. package/dist/types/components/InputOld/InputOld.stories.d.ts +109 -0
  107. package/dist/types/components/InsightsCarousel/InsightsCarousel.d.ts +11 -0
  108. package/dist/types/components/InsightsCarousel/InsightsCarousel.stories.d.ts +48 -0
  109. package/dist/types/components/InsightsCarousel/InsightsCarousel.style.d.ts +12 -0
  110. package/dist/types/components/ItemManagerPanel/ConfirmationDialog/ConfirmationDialog.d.ts +9 -0
  111. package/dist/types/components/ItemManagerPanel/ConfirmationDialog/ConfirmationDialog.style.d.ts +12 -0
  112. package/dist/types/components/ItemManagerPanel/ItemManagerPanel.d.ts +19 -0
  113. package/dist/types/components/ItemManagerPanel/ItemManagerPanel.stories.d.ts +171 -0
  114. package/dist/types/components/ItemManagerPanel/ItemManagerPanel.style.d.ts +27 -0
  115. package/dist/types/components/ItemManagerPanel/NewItemList/NewItemList.d.ts +6 -0
  116. package/dist/types/components/ItemManagerPanel/NewItemList/NewItemList.style.d.ts +19 -0
  117. package/dist/types/components/ItemManagerPanel/NewSubitem/NewSubitem.d.ts +10 -0
  118. package/dist/types/components/ItemManagerPanel/NewSubitem/NewSubitem.style.d.ts +16 -0
  119. package/dist/types/components/ItemManagerPanel/NewSubitemList/NewSubitemList.d.ts +2 -0
  120. package/dist/types/components/ItemManagerPanel/NewSubitemList/NewSubitemList.style.d.ts +19 -0
  121. package/dist/types/components/ItemManagerPanel/SuccessScreen/SuccessScreen.d.ts +9 -0
  122. package/dist/types/components/ItemManagerPanel/SuccessScreen/SuccessScreen.style.d.ts +16 -0
  123. package/dist/types/components/KpiFilter/KpiFilter.d.ts +5 -5
  124. package/dist/types/components/KpiFilter/KpiFilter.stories.d.ts +174 -0
  125. package/dist/types/components/LinkButton/LinkButton.d.ts +9 -9
  126. package/dist/types/components/LinkButton/LinkButton.stories.d.ts +110 -0
  127. package/dist/types/components/LinnerDataBox/LinnerDataBox.d.ts +0 -33
  128. package/dist/types/components/LinnerDataBox/LinnerDataBox.data.d.ts +4 -12
  129. package/dist/types/components/LinnerDataBox/LinnerDataBox.stories.d.ts +39 -0
  130. package/dist/types/components/LinnerDataBox/LinnerDataBox.style.d.ts +3 -1
  131. package/dist/types/components/ListBox/ListBox.d.ts +9 -9
  132. package/dist/types/components/ListBox/ListBox.stories.d.ts +134 -0
  133. package/dist/types/components/MarketShareDescription/MarketShareDescription.d.ts +3 -3
  134. package/dist/types/components/MarketShareDescription/MarketShareDescription.stories.d.ts +70 -0
  135. package/dist/types/components/MenuRoute/MenuIcons/AdvancedThresholds.d.ts +6 -0
  136. package/dist/types/components/MenuRoute/MenuIcons/Analytics.d.ts +6 -0
  137. package/dist/types/components/MenuRoute/MenuIcons/Budgets.d.ts +6 -0
  138. package/dist/types/components/MenuRoute/MenuIcons/Build.d.ts +6 -0
  139. package/dist/types/components/MenuRoute/MenuIcons/Campaigns.d.ts +6 -0
  140. package/dist/types/components/MenuRoute/MenuIcons/Coupons.d.ts +6 -0
  141. package/dist/types/components/MenuRoute/MenuIcons/CustomerSegments.d.ts +6 -0
  142. package/dist/types/components/MenuRoute/MenuIcons/Dashboard.d.ts +6 -0
  143. package/dist/types/components/MenuRoute/MenuIcons/Execute.d.ts +6 -0
  144. package/dist/types/components/MenuRoute/MenuIcons/GroupBuilder.d.ts +6 -0
  145. package/dist/types/components/MenuRoute/MenuIcons/ItemsStores.d.ts +6 -0
  146. package/dist/types/components/MenuRoute/MenuIcons/PreTestWhatIf.d.ts +6 -0
  147. package/dist/types/components/MenuRoute/MenuIcons/RulesEngine.d.ts +6 -0
  148. package/dist/types/components/MenuRoute/MenuIcons/SampleRunEngine.d.ts +6 -0
  149. package/dist/types/components/MenuRoute/MenuIcons/Track.d.ts +6 -0
  150. package/dist/types/components/MenuRoute/MenuRoute.d.ts +2 -0
  151. package/dist/types/components/MenuRoute/MenuRoute.stories.d.ts +168 -0
  152. package/dist/types/components/MenuRoute/MenuRoute.style.d.ts +3 -0
  153. package/dist/types/components/MessageBox/MessageBox.d.ts +19 -0
  154. package/dist/types/components/MessageBox/MessageBox.stories.d.ts +127 -0
  155. package/dist/types/components/MessageBox/MessageBox.styles.d.ts +8 -0
  156. package/dist/types/components/Modal/Modal.d.ts +1 -1
  157. package/dist/types/components/ModalDrawer/ModalDrawer.d.ts +15 -0
  158. package/dist/types/components/ModalDrawer/ModalDrawer.stories.d.ts +7 -0
  159. package/dist/types/components/ModalDrawer/ModalDrawer.styles.d.ts +3 -0
  160. package/dist/types/components/ModalWithOverlay/ModalWithOverlay.d.ts +2 -0
  161. package/dist/types/components/ModalWithOverlay/ModalWithOverlay.stories.d.ts +142 -0
  162. package/dist/types/components/ModalWithOverlay/ModalWithOverlay.style.d.ts +8 -0
  163. package/dist/types/components/MonthPicker/MonthPicker.d.ts +3 -2
  164. package/dist/types/components/MonthPicker/MonthPicker.stories.d.ts +148 -0
  165. package/dist/types/components/MonthPicker/MonthPopupPicker.d.ts +2 -1
  166. package/dist/types/components/MonthPicker/MonthPopupPicker.style.d.ts +7 -0
  167. package/dist/types/components/NoDataFoundMessage/NoDataFoundMessage.d.ts +0 -10
  168. package/dist/types/components/NoDataFoundMessage/NoDataFoundMessage.stories.d.ts +39 -0
  169. package/dist/types/components/NoDataFoundMessage/NoDataFoundMessage.style.d.ts +1 -1
  170. package/dist/types/components/OneColumnContainer/OneColumnContainer.d.ts +20 -2
  171. package/dist/types/components/OneColumnContainer/OneColumnContainer.stories.d.ts +396 -0
  172. package/dist/types/components/OneColumnContainer/OneColumnContainer.style.d.ts +2 -0
  173. package/dist/types/components/OverlayDropdown/OverlayDropdown.d.ts +26 -0
  174. package/dist/types/components/OverlayDropdown/OverlayDropdown.stories.d.ts +695 -0
  175. package/dist/types/components/OverlayDropdown/OverlayDropdown.style.d.ts +10 -0
  176. package/dist/types/components/OverlayDropdown/OverlayTemplateDialog.d.ts +26 -0
  177. package/dist/types/components/OverlayDropdown/OverlayTemplateDialog.style.d.ts +10 -0
  178. package/dist/types/components/PerformanceAnalytics/PerformanceAnalytics.d.ts +9 -9
  179. package/dist/types/components/PerformanceAnalytics/PerformanceAnalytics.stories.d.ts +175 -0
  180. package/dist/types/components/PerformanceAnalyticsLegend/PerformanceAnalyticsLegend.d.ts +0 -27
  181. package/dist/types/components/PerformanceAnalyticsLegend/PerformanceAnalyticsLegend.stories.d.ts +43 -0
  182. package/dist/types/components/PerformanceAnalyticsOneColumn/PerformanceAnalyticsOneColumn.d.ts +9 -9
  183. package/dist/types/components/PerformanceAnalyticsOneColumn/PerformanceAnalyticsOneColumn.stories.d.ts +153 -0
  184. package/dist/types/components/PerformanceAnalyticsTotals/PerformanceAnalyticsTotals.d.ts +2 -2
  185. package/dist/types/components/PerformanceAnalyticsTotals/PerformanceAnalyticsTotals.stories.d.ts +42 -0
  186. package/dist/types/components/PieChart/PieChart.d.ts +6 -6
  187. package/dist/types/components/PieChart/PieChart.stories.d.ts +201 -0
  188. package/dist/types/components/PopupCharts/PopupCharts.d.ts +4 -4
  189. package/dist/types/components/PopupCharts/PopupCharts.stories.d.ts +89 -0
  190. package/dist/types/components/ProductsVariety/ProductsVariety.d.ts +2 -2
  191. package/dist/types/components/ProductsVariety/ProductsVariety.stories.d.ts +48 -0
  192. package/dist/types/components/ProgressBar/ProgressBar.stories.d.ts +65 -0
  193. package/dist/types/components/QuarterPicker/QuarterPicker.d.ts +3 -2
  194. package/dist/types/components/QuarterPicker/QuarterPicker.stories.d.ts +148 -0
  195. package/dist/types/components/QuarterPicker/QuarterPopupPicker.d.ts +2 -1
  196. package/dist/types/components/QuarterPicker/QuarterPopupPicker.style.d.ts +6 -0
  197. package/dist/types/components/QuickFilter/QuickFilter.d.ts +17 -15
  198. package/dist/types/components/QuickFilter/QuickFilter.stories.d.ts +270 -0
  199. package/dist/types/components/QuickFilterCards/QuickFilterCards.d.ts +7 -0
  200. package/dist/types/components/QuickFilterCards/QuickFilterCards.stories.d.ts +49 -0
  201. package/dist/types/components/QuickFilterCards/QuickFilterCards.style.d.ts +8 -0
  202. package/dist/types/components/QuickFilterDropdownMultiSelection/QuickFilterDropdownMultiSelection.d.ts +15 -7
  203. package/dist/types/components/QuickFilterDropdownMultiSelection/QuickFilterDropdownMultiSelection.style.d.ts +5 -0
  204. package/dist/types/components/QuickFilterDropdownSingle/QuickFilterDropdownSingle.d.ts +6 -6
  205. package/dist/types/components/RangePicker/RangePicker.stories.d.ts +148 -0
  206. package/dist/types/components/ReportTable/ReportTable.d.ts +5 -5
  207. package/dist/types/components/ReportTable/ReportTable.stories.d.ts +139 -0
  208. package/dist/types/components/SagButton/SagButton.stories.d.ts +142 -0
  209. package/dist/types/components/{QuickFilterDropdownSingle/SagIconButton → SagIconButton}/SagIconButton.d.ts +3 -3
  210. package/dist/types/components/SagIconButton/SagIconButton.stories.d.ts +129 -0
  211. package/dist/types/components/SagInput/SagInput.stories.d.ts +71 -0
  212. package/dist/types/components/SalesAndROI/SalesAndROI.d.ts +3 -3
  213. package/dist/types/components/SalesAndROI/SalesAndROI.stories.d.ts +139 -0
  214. package/dist/types/components/SearchInput/SearchInput.d.ts +0 -22
  215. package/dist/types/components/SearchInput/SearchInput.stories.d.ts +93 -0
  216. package/dist/types/components/SearchInput/SearchInput.style.d.ts +1 -0
  217. package/dist/types/components/SegmentedButton/SegmentedButton.d.ts +5 -2
  218. package/dist/types/components/SegmentedButton/SegmentedButton.stories.d.ts +168 -0
  219. package/dist/types/components/Select/Select.stories.d.ts +252 -0
  220. package/dist/types/components/SingleBarLineCharts/SingleBarLineCharts.d.ts +25 -25
  221. package/dist/types/components/SingleBarLineCharts/SingleBarLineCharts.stories.d.ts +226 -0
  222. package/dist/types/components/SingleBarLineCharts/SingleBarLineCharts.style.d.ts +2 -50
  223. package/dist/types/components/SingleBarLineCharts/SingleBarLineCharts.test.d.ts +1 -0
  224. package/dist/types/components/TabMenu/TabMenu.d.ts +1 -89
  225. package/dist/types/components/TabMenu/TabMenu.stories.d.ts +171 -0
  226. package/dist/types/components/TabMenu/TabMenu.style.d.ts +3 -50
  227. package/dist/types/components/Table/DropMenus/Dropdown.d.ts +37 -0
  228. package/dist/types/components/Table/DropMenus/Dropdown.styles.d.ts +5 -0
  229. package/dist/types/components/Table/DropMenus/FieldPop.d.ts +2 -0
  230. package/dist/types/components/Table/DropMenus/FieldPop.style.d.ts +5 -0
  231. package/dist/types/components/Table/DropMenus/FilterPop.d.ts +2 -0
  232. package/dist/types/components/Table/DropMenus/FilterPop.style.d.ts +9 -0
  233. package/dist/types/components/Table/DropMenus/RangePop.d.ts +2 -0
  234. package/dist/types/components/Table/DropMenus/RangePop.style.d.ts +11 -0
  235. package/dist/types/components/Table/DropMenus/SortPop.d.ts +2 -0
  236. package/dist/types/components/Table/DropMenus/SortPop.style.d.ts +8 -0
  237. package/dist/types/components/Table/FilterIcon.d.ts +6 -0
  238. package/dist/types/components/Table/Icons/DisabledTrashIcon.d.ts +6 -0
  239. package/dist/types/components/Table/Icons/FilterIcon.d.ts +4 -0
  240. package/dist/types/components/Table/Icons/NoDataInSearchIcon.d.ts +5 -0
  241. package/dist/types/components/Table/Icons/SortIcon.d.ts +5 -0
  242. package/dist/types/components/Table/Icons/TrashIcon.d.ts +6 -0
  243. package/dist/types/components/Table/NoEvents.d.ts +5 -0
  244. package/dist/types/components/Table/NoSearchUpcIcon.d.ts +5 -0
  245. package/dist/types/components/Table/NoUpcIcon.d.ts +5 -0
  246. package/dist/types/components/Table/NothingToTrack.d.ts +5 -0
  247. package/dist/types/components/Table/SortIcon.d.ts +6 -0
  248. package/dist/types/components/Table/Table.d.ts +5 -0
  249. package/dist/types/components/Table/Table.stories.d.ts +799 -0
  250. package/dist/types/components/Table/Table.style.d.ts +20 -0
  251. package/dist/types/components/Table/TableBody.d.ts +3 -0
  252. package/dist/types/components/Table/TableBody.styles.d.ts +36 -0
  253. package/dist/types/components/Table/TableHeader.d.ts +14 -0
  254. package/dist/types/components/Table/TableHeader.styles.d.ts +8 -0
  255. package/dist/types/components/Table/data.d.ts +454 -0
  256. package/dist/types/components/Table/hook.d.ts +16 -0
  257. package/dist/types/components/Tag/Tag.d.ts +2 -0
  258. package/dist/types/components/Tag/Tag.stories.d.ts +112 -0
  259. package/dist/types/components/Tag/Tag.style.d.ts +1 -0
  260. package/dist/types/components/TextEllipsisTooltip/TextEllipsisTooltip.d.ts +2 -0
  261. package/dist/types/components/TextEllipsisTooltip/TextEllipsisTooltip.style.d.ts +4 -0
  262. package/dist/types/components/TitleDescription/TitleDescription.d.ts +2 -2
  263. package/dist/types/components/TitleDescription/TitleDescription.stories.d.ts +90 -0
  264. package/dist/types/components/ToasterMessageBox/ToasterMessageBox.d.ts +11 -0
  265. package/dist/types/components/ToasterMessageBox/ToasterMessageBox.stories.d.ts +67 -0
  266. package/dist/types/components/ToasterMessageBox/ToasterMessageBox.styles.d.ts +4 -0
  267. package/dist/types/components/ToggleSwitch/ToggleSwitch.d.ts +21 -0
  268. package/dist/types/components/ToggleSwitch/ToggleSwitch.stories.d.ts +15 -0
  269. package/dist/types/components/ToggleSwitch/ToggleSwitch.style.d.ts +3 -0
  270. package/dist/types/components/Tooltip/Tooltip.d.ts +0 -22
  271. package/dist/types/components/Tooltip/Tooltip.stories.d.ts +83 -0
  272. package/dist/types/components/TopToggleList/TopToggleList.stories.d.ts +25 -0
  273. package/dist/types/components/TotalBenchmark/TotalBenchmark.stories.d.ts +101 -0
  274. package/dist/types/components/TotalBenchmarkAreachart/TotalBenchmarkAreachart.d.ts +3 -3
  275. package/dist/types/components/TotalBenchmarkAreachart/TotalBenchmarkAreachart.stories.d.ts +240 -0
  276. package/dist/types/components/TotalBenchmarkArrows/TotalBenchmarkArrows.d.ts +4 -7
  277. package/dist/types/components/TotalBenchmarkArrows/TotalBenchmarkArrows.stories.d.ts +145 -0
  278. package/dist/types/components/TotalBenchmarkBarchart/TotalBenchmarkBarchart.d.ts +2 -2
  279. package/dist/types/components/TotalBenchmarkBarchart/TotalBenchmarkBarchart.stories.d.ts +155 -0
  280. package/dist/types/components/TotalDoughnutChart/TotalDoughnutChart.d.ts +20 -4
  281. package/dist/types/components/TotalDoughnutChart/TotalDoughnutChart.stories.d.ts +241 -0
  282. package/dist/types/components/TotalHorizontalCharts/TotalHorizontalCharts.d.ts +3 -3
  283. package/dist/types/components/TotalHorizontalCharts/TotalHorizontalCharts.stories.d.ts +214 -0
  284. package/dist/types/components/TwoBarCharts/TwoBarCharts.d.ts +7 -4
  285. package/dist/types/components/TwoBarCharts/TwoBarCharts.stories.d.ts +172 -0
  286. package/dist/types/components/WeeksPicker/WeeksCalendar.d.ts +40 -0
  287. package/dist/types/components/WeeksPicker/WeeksCalendar.styles.d.ts +5 -0
  288. package/dist/types/components/WeeksPicker/WeeksPicker.d.ts +21 -0
  289. package/dist/types/components/WeeksPicker/WeeksPicker.stories.d.ts +124 -0
  290. package/dist/types/components/WeeksPicker/WeeksPicker.style.d.ts +8 -0
  291. package/dist/types/icons/ArrowDownIcon.d.ts +2 -2
  292. package/dist/types/icons/ArrowDropDownIcon.d.ts +6 -0
  293. package/dist/types/icons/ArrowLeftIcon.d.ts +7 -0
  294. package/dist/types/icons/ArrowRightFullIcon.d.ts +5 -0
  295. package/dist/types/icons/ArrowSelectIcon.d.ts +3 -3
  296. package/dist/types/icons/ArrowUpIcon.d.ts +2 -2
  297. package/dist/types/icons/AttachedIcon.d.ts +3 -3
  298. package/dist/types/icons/BarcodeIcon.d.ts +6 -0
  299. package/dist/types/icons/BellIcon.d.ts +5 -5
  300. package/dist/types/icons/ButtonArrowRight.d.ts +4 -4
  301. package/dist/types/icons/CalendarIcon.d.ts +6 -0
  302. package/dist/types/icons/CalendarInOpen.d.ts +5 -1
  303. package/dist/types/icons/CheckBoxButtonCheckedIcon.d.ts +3 -3
  304. package/dist/types/icons/CheckBoxCheckedIcon.d.ts +3 -3
  305. package/dist/types/icons/CheckBoxNotCheckedIcon.d.ts +3 -3
  306. package/dist/types/icons/ChervronLeftIcon.d.ts +5 -1
  307. package/dist/types/icons/ChervronRightIcon.d.ts +5 -1
  308. package/dist/types/icons/ChevronIcon.d.ts +7 -0
  309. package/dist/types/icons/ChevronLeftIcon.d.ts +3 -3
  310. package/dist/types/icons/ChevronRightIcon.d.ts +3 -3
  311. package/dist/types/icons/ClockIcon.d.ts +2 -2
  312. package/dist/types/icons/CloseIcon.d.ts +3 -3
  313. package/dist/types/icons/CloseXIcon.d.ts +5 -5
  314. package/dist/types/icons/ComboBoxArrowDownIcon.d.ts +3 -3
  315. package/dist/types/icons/ComboBoxArrowUpIcon.d.ts +3 -3
  316. package/dist/types/icons/CommentIcon.d.ts +7 -0
  317. package/dist/types/icons/DocumentIcon.d.ts +5 -5
  318. package/dist/types/icons/DownArrowIcon.d.ts +5 -0
  319. package/dist/types/icons/DownloadIcon.d.ts +5 -5
  320. package/dist/types/icons/Duplicate.d.ts +7 -0
  321. package/dist/types/icons/ErrorIcon.d.ts +3 -3
  322. package/dist/types/icons/ExclamationMarkIcon.d.ts +6 -0
  323. package/dist/types/icons/ExitIcon.d.ts +5 -5
  324. package/dist/types/icons/ExportIcon.d.ts +5 -6
  325. package/dist/types/icons/EyeIcon.d.ts +5 -5
  326. package/dist/types/icons/FileIcon.d.ts +3 -3
  327. package/dist/types/icons/FilterIcon.d.ts +5 -5
  328. package/dist/types/icons/FlyIcon.d.ts +5 -6
  329. package/dist/types/icons/FolderIcon.d.ts +6 -0
  330. package/dist/types/icons/FoodLionIcon.d.ts +4 -4
  331. package/dist/types/icons/FoodLionNewIcon.d.ts +4 -4
  332. package/dist/types/icons/GiantFoodIcon.d.ts +5 -5
  333. package/dist/types/icons/GiantFoodIcon_new.d.ts +5 -5
  334. package/dist/types/icons/HannafordIcon.d.ts +4 -4
  335. package/dist/types/icons/HannafordIcon_new.d.ts +5 -4
  336. package/dist/types/icons/HannafordNewIcon.d.ts +5 -0
  337. package/dist/types/icons/HeroIcon.d.ts +6 -0
  338. package/dist/types/icons/InfoIcon.d.ts +5 -5
  339. package/dist/types/icons/LampIcon.d.ts +3 -3
  340. package/dist/types/icons/LegendLineIcon.d.ts +3 -3
  341. package/dist/types/icons/LegendUnionIcon.d.ts +3 -3
  342. package/dist/types/icons/MaintenanceIcon.d.ts +5 -5
  343. package/dist/types/icons/MenuItemClosedIcon.d.ts +3 -3
  344. package/dist/types/icons/MenuItemOpenIcon.d.ts +5 -6
  345. package/dist/types/icons/MenuItemRightIcon.d.ts +3 -3
  346. package/dist/types/icons/MenuItemUpIcon.d.ts +5 -6
  347. package/dist/types/icons/NoDataFoundIcon.d.ts +2 -2
  348. package/dist/types/icons/OkCircleIcon.d.ts +6 -0
  349. package/dist/types/icons/OkIcon.d.ts +6 -0
  350. package/dist/types/icons/OptionsIcon.d.ts +5 -5
  351. package/dist/types/icons/PackageSendIcon.d.ts +2 -0
  352. package/dist/types/icons/PenIcon.d.ts +6 -0
  353. package/dist/types/icons/PencilIcon.d.ts +6 -0
  354. package/dist/types/icons/PeopleIcon.d.ts +6 -0
  355. package/dist/types/icons/Plus.d.ts +6 -0
  356. package/dist/types/icons/PlusIcon.d.ts +6 -0
  357. package/dist/types/icons/RedDot.d.ts +5 -0
  358. package/dist/types/icons/ReselectIcon.d.ts +5 -5
  359. package/dist/types/icons/SearchIcon.d.ts +3 -3
  360. package/dist/types/icons/ShoppingCartIcon.d.ts +2 -2
  361. package/dist/types/icons/ShoutIcon.d.ts +3 -3
  362. package/dist/types/icons/Sort.d.ts +1 -0
  363. package/dist/types/icons/SortIcon.d.ts +6 -6
  364. package/dist/types/icons/SpotlightProductIcon.d.ts +3 -3
  365. package/dist/types/icons/StopAndShopIcon.d.ts +5 -5
  366. package/dist/types/icons/StopAndShopNewIcon.d.ts +5 -5
  367. package/dist/types/icons/SucceededIcon.d.ts +3 -3
  368. package/dist/types/icons/TheGiantCompanyIcon.d.ts +4 -4
  369. package/dist/types/icons/TheGiantCompanyNewIcon.d.ts +4 -4
  370. package/dist/types/icons/TrashIcon.d.ts +7 -0
  371. package/dist/types/icons/UpArrowIcon.d.ts +5 -0
  372. package/dist/types/icons/UploadIcon.d.ts +7 -0
  373. package/dist/types/icons/UploadIconV2.d.ts +6 -0
  374. package/dist/types/icons/VIcon.d.ts +6 -0
  375. package/dist/types/icons/index.d.ts +24 -0
  376. package/dist/types/index.d.ts +52 -0
  377. package/dist/types/utils/CommonFunctions.d.ts +6 -1
  378. package/dist/types/utils/ComponentFactory.d.ts +4 -0
  379. package/dist/types/utils/IconsHandler.d.ts +1 -1
  380. package/dist/types/utils/UtilsComponents/CustomTooltip.d.ts +6 -0
  381. package/dist/types/utils/UtilsComponents/TitleWithCustomTooltip.d.ts +7 -0
  382. package/dist/types/utils/UtilsComponents/useTextOverflow.d.ts +8 -0
  383. package/package.json +39 -38
  384. package/dist/App.js +0 -56
  385. package/dist/App.test.js +0 -10
  386. package/dist/Button.test.js +0 -162
  387. package/dist/LinkButton.test.js +0 -150
  388. package/dist/SingleBar.test.js +0 -120
  389. package/dist/setupTests.js +0 -15
  390. package/dist/stories/AttachedFile.stories.js +0 -37
  391. package/dist/stories/AutocompleteField.stories.js +0 -25
  392. package/dist/stories/BannerEventBox.stories.js +0 -59
  393. package/dist/stories/BannerEventBoxList.stories.js +0 -39
  394. package/dist/stories/BannerEventBoxTest.stories.js +0 -27
  395. package/dist/stories/BannersDropdown.stories.js +0 -64
  396. package/dist/stories/BarChart.stories.js +0 -306
  397. package/dist/stories/BarChartTwoRows.stories.js +0 -259
  398. package/dist/stories/BarChartWithAreaChart.stories.js +0 -134
  399. package/dist/stories/BarChartsByWeeks.stories.js +0 -445
  400. package/dist/stories/Benchmark.stories.js +0 -147
  401. package/dist/stories/Button.stories.js +0 -255
  402. package/dist/stories/CampaignDemoReport.stories.js +0 -65
  403. package/dist/stories/CampaignTool/Card.stories.js +0 -92
  404. package/dist/stories/CampaignTool/MultipleCard.stories.js +0 -33
  405. package/dist/stories/CampaignTool/PageFilterBar.stories.js +0 -28
  406. package/dist/stories/CampaignTool/Popup.stories.js +0 -697
  407. package/dist/stories/CampaignTool/PopupContent.stories.js +0 -284
  408. package/dist/stories/CampaignTool/Table.stories.js +0 -104
  409. package/dist/stories/CheckBox.stories.js +0 -107
  410. package/dist/stories/CheckBoxButton.stories.js +0 -150
  411. package/dist/stories/CollapseData.stories.js +0 -125
  412. package/dist/stories/CollapseHeader.stories.js +0 -123
  413. package/dist/stories/CollapseMenuItem.stories.js +0 -134
  414. package/dist/stories/Datepicker.stories.js +0 -85
  415. package/dist/stories/DialogOverlay.stories.js +0 -39
  416. package/dist/stories/DoublePanelDataRow.stories.js +0 -116
  417. package/dist/stories/DownloadProgress.stories.js +0 -109
  418. package/dist/stories/Dropdown.stories.js +0 -318
  419. package/dist/stories/DropdownMulti.stories.js +0 -220
  420. package/dist/stories/DropdownNew.stories.js +0 -407
  421. package/dist/stories/EventDetailsCard.stories.js +0 -122
  422. package/dist/stories/EventList.stories.js +0 -84
  423. package/dist/stories/EventListItem.stories.js +0 -65
  424. package/dist/stories/FilterButton.stories.js +0 -90
  425. package/dist/stories/FilterContainer.stories.js +0 -22
  426. package/dist/stories/FilterPanel.stories.js +0 -967
  427. package/dist/stories/FormattedValue.stories.js +0 -183
  428. package/dist/stories/Heatmap.stories.js +0 -118
  429. package/dist/stories/IconButton.stories.js +0 -126
  430. package/dist/stories/Input.stories.js +0 -422
  431. package/dist/stories/InputOld.stories.js +0 -103
  432. package/dist/stories/KpiFilter.stories.js +0 -401
  433. package/dist/stories/LinkButton.stories.js +0 -171
  434. package/dist/stories/LinnerDataBox.stories.js +0 -79
  435. package/dist/stories/ListBox.stories.js +0 -132
  436. package/dist/stories/MarketShareDescription.stories.js +0 -196
  437. package/dist/stories/MonthPicker.stories.js +0 -142
  438. package/dist/stories/NewInput.stories.js +0 -37
  439. package/dist/stories/NoDataFoundMessage.stories.js +0 -66
  440. package/dist/stories/OneColumnContainer.stories.js +0 -119
  441. package/dist/stories/PerformanceAnalytics.stories.js +0 -263
  442. package/dist/stories/PerformanceAnalyticsLegend.stories.js +0 -99
  443. package/dist/stories/PerformanceAnalyticsOneColumn.stories.js +0 -236
  444. package/dist/stories/PerformanceAnalyticsTotals.stories.js +0 -109
  445. package/dist/stories/PieChart.stories.js +0 -215
  446. package/dist/stories/PopupCharts.stories.js +0 -1191
  447. package/dist/stories/ProductsVariety.stories.js +0 -90
  448. package/dist/stories/ProgressBar.stories.js +0 -71
  449. package/dist/stories/QuarterPicker.stories.js +0 -142
  450. package/dist/stories/QuickFilter.stories.js +0 -275
  451. package/dist/stories/RangePicker.stories.js +0 -140
  452. package/dist/stories/ReportTable.stories.js +0 -255
  453. package/dist/stories/SagButton.stories.js +0 -118
  454. package/dist/stories/SagIconButton.stories.js +0 -122
  455. package/dist/stories/SagInput.stories.js +0 -69
  456. package/dist/stories/SalesAndROI.stories.js +0 -166
  457. package/dist/stories/SalesSplit.stories.js +0 -122
  458. package/dist/stories/SearchInput.stories.js +0 -44
  459. package/dist/stories/SegmentedButton.stories.js +0 -181
  460. package/dist/stories/Select.stories.js +0 -201
  461. package/dist/stories/SingleBarLineCharts.stories.js +0 -310
  462. package/dist/stories/TabMenu.stories.js +0 -224
  463. package/dist/stories/TextField.stories.js +0 -160
  464. package/dist/stories/TitleDescription.stories.js +0 -116
  465. package/dist/stories/TopToggleList.stories.js +0 -52
  466. package/dist/stories/TotalBenchmark.stories.js +0 -135
  467. package/dist/stories/TotalBenchmarkAreachart.stories.js +0 -341
  468. package/dist/stories/TotalBenchmarkArrows.stories.js +0 -170
  469. package/dist/stories/TotalBenchmarkBarchart.stories.js +0 -183
  470. package/dist/stories/TotalDoughnutChart.stories.js +0 -301
  471. package/dist/stories/TotalHorizontalCharts.stories.js +0 -291
  472. package/dist/stories/TwoBarCharts.stories.js +0 -185
  473. package/dist/stories/components/AttachedFile.js +0 -60
  474. package/dist/stories/components/AttachedFile.style.js +0 -48
  475. package/dist/stories/components/AutocompleteField.js +0 -40
  476. package/dist/stories/components/AutocompleteField.style.js +0 -55
  477. package/dist/stories/components/BannerEventBox.js +0 -97
  478. package/dist/stories/components/BannerEventBox.style.js +0 -78
  479. package/dist/stories/components/BannerEventBoxList.js +0 -153
  480. package/dist/stories/components/BannerEventBoxList.style.js +0 -189
  481. package/dist/stories/components/BannerEventBoxTest.js +0 -42
  482. package/dist/stories/components/BannerEventBoxTest.style.js +0 -11
  483. package/dist/stories/components/BannersDropdown.js +0 -119
  484. package/dist/stories/components/BannersDropdown.style.js +0 -99
  485. package/dist/stories/components/BarChart.js +0 -258
  486. package/dist/stories/components/BarChart.style.js +0 -60
  487. package/dist/stories/components/BarChartTwoRows.js +0 -220
  488. package/dist/stories/components/BarChartTwoRows.style.js +0 -79
  489. package/dist/stories/components/BarChartWithAreaChart.js +0 -268
  490. package/dist/stories/components/BarChartWithAreaChart.style.js +0 -67
  491. package/dist/stories/components/BarChartsByWeeks.js +0 -306
  492. package/dist/stories/components/BarChartsByWeeks.style.js +0 -96
  493. package/dist/stories/components/Benchmark.js +0 -130
  494. package/dist/stories/components/Benchmark.style.js +0 -61
  495. package/dist/stories/components/Button.js +0 -255
  496. package/dist/stories/components/Button.style.js +0 -90
  497. package/dist/stories/components/CampaignTool/CampaignDemoReport.js +0 -48
  498. package/dist/stories/components/CampaignTool/CampaignDemoReport.style.js +0 -48
  499. package/dist/stories/components/CampaignTool/Card.js +0 -72
  500. package/dist/stories/components/CampaignTool/Card.style.js +0 -65
  501. package/dist/stories/components/CampaignTool/FormInput.js +0 -41
  502. package/dist/stories/components/CampaignTool/FormSelect.js +0 -42
  503. package/dist/stories/components/CampaignTool/MultipleCard.js +0 -26
  504. package/dist/stories/components/CampaignTool/MultipleCard.style.js +0 -13
  505. package/dist/stories/components/CampaignTool/PageFilterBar.js +0 -23
  506. package/dist/stories/components/CampaignTool/PageFilterBar.style.js +0 -22
  507. package/dist/stories/components/CampaignTool/Popup.js +0 -172
  508. package/dist/stories/components/CampaignTool/Popup.style.js +0 -122
  509. package/dist/stories/components/CampaignTool/PopupContent.js +0 -111
  510. package/dist/stories/components/CampaignTool/PopupContent.style.js +0 -74
  511. package/dist/stories/components/CampaignTool/PopupFieldsRules.js +0 -168
  512. package/dist/stories/components/CampaignTool/Table.js +0 -195
  513. package/dist/stories/components/CampaignTool/Table.style.js +0 -86
  514. package/dist/stories/components/CheckBox.js +0 -76
  515. package/dist/stories/components/CheckBox.style.js +0 -36
  516. package/dist/stories/components/CheckBoxButton.js +0 -69
  517. package/dist/stories/components/CheckBoxButton.style.js +0 -39
  518. package/dist/stories/components/CodeEditor.js +0 -43
  519. package/dist/stories/components/CodeEditor.style.js +0 -13
  520. package/dist/stories/components/CollapseData.js +0 -66
  521. package/dist/stories/components/CollapseData.style.js +0 -127
  522. package/dist/stories/components/CollapseHeader.js +0 -255
  523. package/dist/stories/components/CollapseHeader.style.js +0 -200
  524. package/dist/stories/components/CollapseMenuItem.js +0 -61
  525. package/dist/stories/components/CollapseMenuItem.style.js +0 -61
  526. package/dist/stories/components/CommonFunctions.js +0 -99
  527. package/dist/stories/components/Datepicker.js +0 -148
  528. package/dist/stories/components/Datepicker.style.js +0 -19
  529. package/dist/stories/components/DialogOverlay.js +0 -44
  530. package/dist/stories/components/DialogOverlay.style.js +0 -70
  531. package/dist/stories/components/DoublePanelDataRow.js +0 -70
  532. package/dist/stories/components/DoublePanelDataRow.style.js +0 -66
  533. package/dist/stories/components/DownloadProgress.js +0 -97
  534. package/dist/stories/components/DownloadProgress.style.js +0 -51
  535. package/dist/stories/components/Dropdown.js +0 -231
  536. package/dist/stories/components/Dropdown.style.js +0 -17
  537. package/dist/stories/components/DropdownMulti.js +0 -290
  538. package/dist/stories/components/DropdownMulti.style.js +0 -17
  539. package/dist/stories/components/DropdownMultiNew.js +0 -292
  540. package/dist/stories/components/DropdownMultiNew.style.js +0 -218
  541. package/dist/stories/components/DropdownNew.js +0 -98
  542. package/dist/stories/components/DropdownNew.style.js +0 -21
  543. package/dist/stories/components/DropdownSingleNew.js +0 -256
  544. package/dist/stories/components/DropdownSingleNew.style.js +0 -189
  545. package/dist/stories/components/EventDetailsCard.js +0 -142
  546. package/dist/stories/components/EventDetailsCard.style.js +0 -62
  547. package/dist/stories/components/EventList.js +0 -61
  548. package/dist/stories/components/EventList.style.js +0 -38
  549. package/dist/stories/components/EventListItem.js +0 -50
  550. package/dist/stories/components/EventListItem.style.js +0 -47
  551. package/dist/stories/components/FilterButton.js +0 -53
  552. package/dist/stories/components/FilterButton.style.js +0 -12
  553. package/dist/stories/components/FilterContainer.js +0 -29
  554. package/dist/stories/components/FilterContainer.style.js +0 -30
  555. package/dist/stories/components/FilterPanel.js +0 -614
  556. package/dist/stories/components/FilterPanel.style.js +0 -89
  557. package/dist/stories/components/FormattedValue.js +0 -69
  558. package/dist/stories/components/FormattedValue.style.js +0 -91
  559. package/dist/stories/components/Heatmap.js +0 -184
  560. package/dist/stories/components/Heatmap.style.js +0 -151
  561. package/dist/stories/components/IconButton.js +0 -147
  562. package/dist/stories/components/IconButton.style.js +0 -64
  563. package/dist/stories/components/Input.js +0 -186
  564. package/dist/stories/components/Input.style.js +0 -132
  565. package/dist/stories/components/InputOld.js +0 -93
  566. package/dist/stories/components/InputOld.style.js +0 -71
  567. package/dist/stories/components/KpiFilter.js +0 -345
  568. package/dist/stories/components/KpiFilter.style.js +0 -132
  569. package/dist/stories/components/LinkButton.js +0 -225
  570. package/dist/stories/components/LinkButton.style.js +0 -53
  571. package/dist/stories/components/LinnerDataBox.js +0 -54
  572. package/dist/stories/components/LinnerDataBox.style.js +0 -68
  573. package/dist/stories/components/ListBox.js +0 -82
  574. package/dist/stories/components/ListBox.style.js +0 -48
  575. package/dist/stories/components/MarketShareDescription.js +0 -109
  576. package/dist/stories/components/MarketShareDescription.style.js +0 -215
  577. package/dist/stories/components/Modal.js +0 -21
  578. package/dist/stories/components/Modal.style.js +0 -63
  579. package/dist/stories/components/ModalTotalBenchmark.js +0 -224
  580. package/dist/stories/components/ModalTotalCost.js +0 -139
  581. package/dist/stories/components/MonthPicker.js +0 -169
  582. package/dist/stories/components/MonthPicker.style.js +0 -105
  583. package/dist/stories/components/MonthPopupPicker.js +0 -206
  584. package/dist/stories/components/NewInput.js +0 -33
  585. package/dist/stories/components/NewInput.style.js +0 -13
  586. package/dist/stories/components/NoDataFoundMessage.js +0 -30
  587. package/dist/stories/components/NoDataFoundMessage.style.js +0 -39
  588. package/dist/stories/components/OneColumnContainer.js +0 -121
  589. package/dist/stories/components/OneColumnContainer.style.js +0 -107
  590. package/dist/stories/components/PerformanceAnalytics.js +0 -447
  591. package/dist/stories/components/PerformanceAnalytics.style.js +0 -144
  592. package/dist/stories/components/PerformanceAnalyticsLegend.js +0 -59
  593. package/dist/stories/components/PerformanceAnalyticsLegend.style.js +0 -63
  594. package/dist/stories/components/PerformanceAnalyticsOneColumn.js +0 -327
  595. package/dist/stories/components/PerformanceAnalyticsOneColumn.style.js +0 -116
  596. package/dist/stories/components/PerformanceAnalyticsTotals.js +0 -70
  597. package/dist/stories/components/PerformanceAnalyticsTotals.style.js +0 -89
  598. package/dist/stories/components/PieChart.js +0 -154
  599. package/dist/stories/components/PieChart.style.js +0 -154
  600. package/dist/stories/components/PopupCharts.js +0 -244
  601. package/dist/stories/components/PopupCharts.style.js +0 -108
  602. package/dist/stories/components/ProductsVariety.js +0 -94
  603. package/dist/stories/components/ProductsVariety.style.js +0 -86
  604. package/dist/stories/components/ProgressBar.js +0 -52
  605. package/dist/stories/components/ProgressBar.style.js +0 -24
  606. package/dist/stories/components/QuarterPicker.js +0 -168
  607. package/dist/stories/components/QuarterPicker.style.js +0 -104
  608. package/dist/stories/components/QuarterPopupPicker.js +0 -186
  609. package/dist/stories/components/QuickFilter.js +0 -78
  610. package/dist/stories/components/QuickFilter.style.js +0 -21
  611. package/dist/stories/components/QuickFilterDropdownMultiSelection.js +0 -299
  612. package/dist/stories/components/QuickFilterDropdownMultiSelection.style.js +0 -194
  613. package/dist/stories/components/QuickFilterDropdownSingle.js +0 -229
  614. package/dist/stories/components/QuickFilterDropdownSingle.style.js +0 -139
  615. package/dist/stories/components/RangeDatePicker.js +0 -231
  616. package/dist/stories/components/RangePicker.js +0 -179
  617. package/dist/stories/components/RangePicker.style.js +0 -109
  618. package/dist/stories/components/ReportTable.js +0 -420
  619. package/dist/stories/components/ReportTable.style.js +0 -306
  620. package/dist/stories/components/SagButton.js +0 -68
  621. package/dist/stories/components/SagButton.style.js +0 -47
  622. package/dist/stories/components/SagIconButton.js +0 -130
  623. package/dist/stories/components/SagIconButton.style.js +0 -30
  624. package/dist/stories/components/SagInput.js +0 -53
  625. package/dist/stories/components/SagInput.style.js +0 -41
  626. package/dist/stories/components/SalesAndROI.js +0 -89
  627. package/dist/stories/components/SalesAndROI.style.js +0 -111
  628. package/dist/stories/components/SalesSplit.js +0 -153
  629. package/dist/stories/components/SalesSplit.style.js +0 -150
  630. package/dist/stories/components/SearchInput.js +0 -39
  631. package/dist/stories/components/SearchInput.style.js +0 -37
  632. package/dist/stories/components/SegmentedButton.js +0 -124
  633. package/dist/stories/components/SegmentedButton.style.js +0 -100
  634. package/dist/stories/components/Select.js +0 -137
  635. package/dist/stories/components/Select.style.js +0 -104
  636. package/dist/stories/components/SingleBarLineCharts.js +0 -415
  637. package/dist/stories/components/SingleBarLineCharts.style.js +0 -101
  638. package/dist/stories/components/TabMenu.js +0 -241
  639. package/dist/stories/components/TabMenu.style.js +0 -120
  640. package/dist/stories/components/TextField.js +0 -209
  641. package/dist/stories/components/TextField.style.js +0 -18
  642. package/dist/stories/components/TitleDescription.js +0 -272
  643. package/dist/stories/components/TitleDescription.style.js +0 -222
  644. package/dist/stories/components/Tooltip.js +0 -44
  645. package/dist/stories/components/Tooltip.style.js +0 -103
  646. package/dist/stories/components/TopToggleList.js +0 -46
  647. package/dist/stories/components/TopToggleList.style.js +0 -51
  648. package/dist/stories/components/TotalBenchmark.js +0 -97
  649. package/dist/stories/components/TotalBenchmark.style.js +0 -79
  650. package/dist/stories/components/TotalBenchmarkAreachart.js +0 -342
  651. package/dist/stories/components/TotalBenchmarkAreachart.style.js +0 -171
  652. package/dist/stories/components/TotalBenchmarkArrows.js +0 -149
  653. package/dist/stories/components/TotalBenchmarkArrows.style.js +0 -108
  654. package/dist/stories/components/TotalBenchmarkBarchart.js +0 -165
  655. package/dist/stories/components/TotalBenchmarkBarchart.style.js +0 -77
  656. package/dist/stories/components/TotalDoughnutChart.js +0 -187
  657. package/dist/stories/components/TotalDoughnutChart.style.js +0 -178
  658. package/dist/stories/components/TotalHorizontalCharts.js +0 -236
  659. package/dist/stories/components/TotalHorizontalCharts.style.js +0 -93
  660. package/dist/stories/components/TspanTooltip.js +0 -33
  661. package/dist/stories/components/TspanTooltip.style.js +0 -105
  662. package/dist/stories/components/TwoBarCharts.js +0 -211
  663. package/dist/stories/components/TwoBarCharts.style.js +0 -60
  664. package/dist/stories/components/icons/ArrowDownIcon.js +0 -27
  665. package/dist/stories/components/icons/ArrowDropDownIcon.js +0 -27
  666. package/dist/stories/components/icons/ArrowSelectIcon.js +0 -28
  667. package/dist/stories/components/icons/ArrowUpIcon.js +0 -27
  668. package/dist/stories/components/icons/AttachedIcon.js +0 -27
  669. package/dist/stories/components/icons/BellIcon.js +0 -27
  670. package/dist/stories/components/icons/ButtonArrowRight.js +0 -27
  671. package/dist/stories/components/icons/Calendar.js +0 -20
  672. package/dist/stories/components/icons/CalendarIcon.js +0 -27
  673. package/dist/stories/components/icons/CalendarInOpen.js +0 -26
  674. package/dist/stories/components/icons/CheckBoxButtonCheckedIcon.js +0 -28
  675. package/dist/stories/components/icons/CheckBoxCheckedIcon.js +0 -28
  676. package/dist/stories/components/icons/CheckBoxNotCheckedIcon.js +0 -28
  677. package/dist/stories/components/icons/ChervronLeftIcon.js +0 -20
  678. package/dist/stories/components/icons/ChervronRightIcon.js +0 -20
  679. package/dist/stories/components/icons/ChevronLeftIcon.js +0 -29
  680. package/dist/stories/components/icons/ChevronRightIcon.js +0 -29
  681. package/dist/stories/components/icons/ClockIcon.js +0 -27
  682. package/dist/stories/components/icons/CloseIcon.js +0 -27
  683. package/dist/stories/components/icons/CloseXIcon.js +0 -27
  684. package/dist/stories/components/icons/ComboBoxArrowDownIcon.js +0 -28
  685. package/dist/stories/components/icons/ComboBoxArrowUpIcon.js +0 -28
  686. package/dist/stories/components/icons/DocumentIcon.js +0 -48
  687. package/dist/stories/components/icons/DownloadIcon.js +0 -27
  688. package/dist/stories/components/icons/Duplicate.js +0 -28
  689. package/dist/stories/components/icons/ErrorIcon.js +0 -28
  690. package/dist/stories/components/icons/ExitIcon.js +0 -28
  691. package/dist/stories/components/icons/ExportIcon.js +0 -28
  692. package/dist/stories/components/icons/EyeIcon.js +0 -28
  693. package/dist/stories/components/icons/FileIcon.js +0 -27
  694. package/dist/stories/components/icons/FilterIcon.js +0 -36
  695. package/dist/stories/components/icons/FlyIcon.js +0 -28
  696. package/dist/stories/components/icons/FoodLionChartIcon.js +0 -42
  697. package/dist/stories/components/icons/FoodLionIcon.js +0 -3076
  698. package/dist/stories/components/icons/FoodLionNewIcon.js +0 -39
  699. package/dist/stories/components/icons/GiantFoodChartIcon.js +0 -40
  700. package/dist/stories/components/icons/GiantFoodIcon.js +0 -1976
  701. package/dist/stories/components/icons/GiantFoodIcon_new.js +0 -42
  702. package/dist/stories/components/icons/HannafordChartIcon.js +0 -40
  703. package/dist/stories/components/icons/HannafordIcon.js +0 -5017
  704. package/dist/stories/components/icons/HannafordIcon_new.js +0 -41
  705. package/dist/stories/components/icons/HannafordNewIcon.js +0 -213
  706. package/dist/stories/components/icons/InfoIcon.js +0 -28
  707. package/dist/stories/components/icons/LampIcon.js +0 -30
  708. package/dist/stories/components/icons/LegendLineIcon.js +0 -29
  709. package/dist/stories/components/icons/LegendUnionIcon.js +0 -29
  710. package/dist/stories/components/icons/MaintenanceIcon.js +0 -28
  711. package/dist/stories/components/icons/MenuItemClosedIcon.js +0 -28
  712. package/dist/stories/components/icons/MenuItemOpenIcon.js +0 -28
  713. package/dist/stories/components/icons/MenuItemRightIcon.js +0 -28
  714. package/dist/stories/components/icons/MenuItemUpIcon.js +0 -28
  715. package/dist/stories/components/icons/NoDataFoundIcon.js +0 -86
  716. package/dist/stories/components/icons/OptionsIcon.js +0 -27
  717. package/dist/stories/components/icons/ReselectIcon.js +0 -27
  718. package/dist/stories/components/icons/SearchIcon.js +0 -27
  719. package/dist/stories/components/icons/ShoppingCartIcon.js +0 -45
  720. package/dist/stories/components/icons/ShoutIcon.js +0 -27
  721. package/dist/stories/components/icons/Sort.js +0 -13
  722. package/dist/stories/components/icons/SortIcon.js +0 -35
  723. package/dist/stories/components/icons/SpotlightProductIcon.js +0 -28
  724. package/dist/stories/components/icons/StopAndShopChartIcon.js +0 -42
  725. package/dist/stories/components/icons/StopAndShopIcon.js +0 -134
  726. package/dist/stories/components/icons/StopAndShopNewIcon.js +0 -41
  727. package/dist/stories/components/icons/SucceededIcon.js +0 -28
  728. package/dist/stories/components/icons/TheGiantCompanyChartIcon.js +0 -40
  729. package/dist/stories/components/icons/TheGiantCompanyIcon.js +0 -40
  730. package/dist/stories/components/icons/TheGiantCompanyIcon_old.js +0 -1831
  731. package/dist/stories/components/icons/TheGiantCompanyNewIcon.js +0 -39
  732. package/dist/stories/utils/ComponentFactory.js +0 -65
  733. package/dist/stories/utils/IconsHandler.js +0 -150
  734. package/dist/stories/utils/IconsHandler.style.js +0 -16
  735. package/dist/stories/utils/regex/Email.regex.js +0 -7
  736. package/dist/stories/utils/regex/LatinWithSpaces.regex.js +0 -7
  737. package/dist/stories/utils/regex/OnlyEnglishLetters.regex.js +0 -7
  738. package/dist/stories/utils/regex/Phone.regex.js +0 -7
  739. package/dist/types/components/AutocompleteField/AutocompleteField.d.ts +0 -15
  740. package/dist/types/components/AutocompleteField/AutocompleteField.style.d.ts +0 -5
  741. package/dist/types/components/CodeEditor/CodeEditor.style.d.ts +0 -2
  742. package/dist/vite.config.js +0 -15
  743. /package/dist/types/components/{SingleBarLineCharts/SingleBar.test.d.ts → AreaChart/AreaChart.test.d.ts} +0 -0
  744. /package/dist/types/components/{QuickFilterDropdownSingle/SagIconButton → SagIconButton}/SagIconButton.style.d.ts +0 -0
@@ -1,132 +0,0 @@
1
- "use strict";
2
-
3
- var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
4
- Object.defineProperty(exports, "__esModule", {
5
- value: true
6
- });
7
- exports.default = exports.Retailers = void 0;
8
- var _react = _interopRequireDefault(require("react"));
9
- var _ListBox = require("./components/ListBox");
10
- const viewCreativeRetailersData1 = [{
11
- label: 'Food Lion',
12
- checked: true,
13
- disabled: false
14
- }, {
15
- label: 'Stop&Shop',
16
- checked: true,
17
- disabled: false
18
- }, {
19
- label: 'Giant Food',
20
- checked: true,
21
- disabled: false
22
- }, {
23
- label: 'The Giant Company',
24
- checked: true,
25
- disabled: false
26
- }, {
27
- label: 'Hannaford',
28
- checked: true,
29
- disabled: false
30
- }];
31
- var _default = exports.default = {
32
- title: 'SAG/ListBox',
33
- component: _ListBox.ListBox,
34
- tags: ['autodocs'],
35
- argTypes: {
36
- data: {
37
- name: 'data',
38
- control: {
39
- type: 'object'
40
- },
41
- description: ' object: to fill event Attributes buttons '
42
- },
43
- width: {
44
- name: 'width',
45
- control: {
46
- type: 'text'
47
- },
48
- description: 'width of the control (in px / %)'
49
- },
50
- height: {
51
- name: 'height',
52
- control: {
53
- type: 'text'
54
- },
55
- description: 'height of the control (in px / % )'
56
- },
57
- onClick: {
58
- action: 'onClick',
59
- description: 'onClick event - returns an object of check box {true/false} '
60
- },
61
- borderColor: {
62
- name: 'borderColor',
63
- control: {
64
- type: 'color',
65
- presetColors: ['#ffffff', '#ff0000', '#00ff00', '#0000ff'],
66
- description: 'Sets borderColor Color '
67
- }
68
- },
69
- buttonsIconColor: {
70
- name: 'buttonsIconColor',
71
- control: {
72
- type: 'color',
73
- presetColors: ['#ffffff', '#ff0000', '#00ff00', '#0000ff'],
74
- description: 'Sets icons Color '
75
- }
76
- },
77
- buttonsBorderColor: {
78
- name: 'buttonsBorderColor',
79
- control: {
80
- type: 'color',
81
- presetColors: ['#ffffff', '#ff0000', '#00ff00', '#0000ff'],
82
- description: 'Sets buttons border Color '
83
- }
84
- },
85
- buttonsTextColorChecked: {
86
- name: 'buttonsTextColorChecked',
87
- control: {
88
- type: 'color',
89
- presetColors: ['#ffffff', '#ff0000', '#00ff00', '#0000ff'],
90
- description: 'Sets text Checked Color '
91
- }
92
- },
93
- buttonsTextColorUnchecked: {
94
- name: 'buttonsTextColorUnchecked',
95
- control: {
96
- type: 'color',
97
- presetColors: ['#ffffff', '#ff0000', '#00ff00', '#0000ff'],
98
- description: 'Sets text Unchecked Color '
99
- }
100
- },
101
- buttonsBackgroundColorChecked: {
102
- name: 'buttonsBackgroundColorChecked',
103
- control: {
104
- type: 'color',
105
- presetColors: ['#ffffff', '#ff0000', '#00ff00', '#0000ff'],
106
- description: 'Sets text background Checked Color '
107
- }
108
- },
109
- buttonsBackgroundColorUnchecked: {
110
- name: 'buttonsBackgroundColorUnchecked',
111
- control: {
112
- type: 'color',
113
- presetColors: ['#ffffff', '#ff0000', '#00ff00', '#0000ff'],
114
- description: 'Sets text background Unchecked Color '
115
- }
116
- }
117
- }
118
- };
119
- const Template = args => /*#__PURE__*/_react.default.createElement(_ListBox.ListBox, args);
120
- const Retailers = exports.Retailers = Template.bind({});
121
- Retailers.args = {
122
- data: viewCreativeRetailersData1,
123
- width: '180px',
124
- height: '100%',
125
- borderColor: '#B1B1B1',
126
- buttonsIconColor: "#90CE9C",
127
- buttonsBorderColor: "#90CE9C",
128
- buttonsTextColorChecked: "#212121",
129
- buttonsTextColorUnchecked: "#212121",
130
- buttonsBackgroundColorChecked: "#E9F5EB",
131
- buttonsBackgroundColorUnchecked: "#F2F2F2"
132
- };
@@ -1,196 +0,0 @@
1
- "use strict";
2
-
3
- var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
4
- Object.defineProperty(exports, "__esModule", {
5
- value: true
6
- });
7
- exports.default = exports.WeeklyTriers = exports.PercentHeightWidth = exports.MarketShare = void 0;
8
- var _react = _interopRequireDefault(require("react"));
9
- var _MarketShareDescription = require("./components/MarketShareDescription");
10
- // --------------------------------- market share ----------------------------------------------
11
-
12
- const marketShareInfoText1 = `
13
- <strong>Pringles Harvest Blend </strong>
14
- <p1>market share </p1>
15
- <strong>increased by 98% </strong>
16
- <p1>following the event</p1>
17
- `;
18
- const marketShareInfoText2 = `
19
- <strong>Pringles </strong>
20
- <p1>market share </p1>
21
- <strong>increased by 8% </strong>
22
- <p1>following the event</p1>
23
- `;
24
- const marketShareDataColumn1 = [{
25
- label: 'Pre-event',
26
- value: 1.2,
27
- textBefore: '',
28
- textAfter: '%'
29
- }, {
30
- label: 'Event',
31
- value: 2,
32
- textBefore: '',
33
- textAfter: '%'
34
- }, {
35
- label: 'Post-event',
36
- value: 2.3,
37
- textBefore: '',
38
- textAfter: '%'
39
- }];
40
- const marketShareDataColumn2 = [{
41
- label: 'Pre-event',
42
- value: 2.8,
43
- textBefore: '',
44
- textAfter: '%'
45
- }, {
46
- label: 'Event',
47
- value: 3.5,
48
- textBefore: '',
49
- textAfter: '%'
50
- }, {
51
- label: 'Post-event',
52
- value: 3.05,
53
- textBefore: '',
54
- textAfter: '%'
55
- }];
56
- const marketShareData1 = [{
57
- name: 'pringlesHarvestBlend',
58
- rowTitle: 'Pringles Harvest Blend',
59
- fieldsArray: marketShareDataColumn1,
60
- rowFooter: marketShareInfoText1,
61
- showBanner: false
62
- }, {
63
- name: 'pringles',
64
- rowTitle: 'Pringles',
65
- fieldsArray: marketShareDataColumn2,
66
- rowFooter: marketShareInfoText2,
67
- showBanner: false
68
- }];
69
-
70
- // --------------------------------- weekly tiers ----------------------------------------------
71
-
72
- // The event drove 320% new Pringles Harvest Brand Crisp triers
73
- const weeklyTiersInfoText1 = `
74
- <p1>The event drove </p1>
75
- <strong>320% </strong>
76
- <p1>new Pringles Harvest Brand Crisp triers</p1>
77
- `;
78
- const weeklyTiersInfoText2 = '';
79
- const weeklyTiersDataColumn1 = [{
80
- label: 'Pre-event',
81
- value: 2040,
82
- textBefore: '',
83
- textAfter: ''
84
- }, {
85
- label: 'Event',
86
- value: 8250,
87
- textBefore: '',
88
- textAfter: ''
89
- }, {
90
- label: 'Post-event',
91
- value: 600,
92
- textBefore: '',
93
- textAfter: ''
94
- }];
95
- const weeklyTiersDataColumn2 = [{
96
- label: 'Pre-event',
97
- value: 100,
98
- textBefore: '',
99
- textAfter: ''
100
- }, {
101
- label: 'Event',
102
- value: 1500,
103
- textBefore: '',
104
- textAfter: ''
105
- }, {
106
- label: 'Post-event',
107
- value: 2400,
108
- textBefore: '',
109
- textAfter: ''
110
- }];
111
- const weeklyTiersData1 = [{
112
- name: 'weeklyTriers',
113
- rowTitle: 'Weekly Triers',
114
- fieldsArray: weeklyTiersDataColumn1,
115
- rowFooter: weeklyTiersInfoText1,
116
- showBanner: true
117
- }, {
118
- name: 'weeklyRepeaters',
119
- rowTitle: 'Weekly Repeaters',
120
- fieldsArray: weeklyTiersDataColumn2,
121
- rowFooter: weeklyTiersInfoText2,
122
- showBanner: true
123
- }];
124
- var _default = exports.default = {
125
- title: 'SAG BI/MarketShareDescription',
126
- component: _MarketShareDescription.MarketShareDescription,
127
- tags: ['autodocs'],
128
- argTypes: {
129
- marketShareData: {
130
- label: 'marketShareData',
131
- control: {
132
- type: 'object'
133
- },
134
- description: ' object: to fill kpi columns and buttons '
135
- },
136
- width: {
137
- label: 'width',
138
- control: {
139
- type: 'text'
140
- },
141
- description: 'width of the control (in px / %)'
142
- },
143
- height: {
144
- label: 'height',
145
- control: {
146
- type: 'text'
147
- },
148
- description: 'height of the control (in px / % )'
149
- },
150
- iconColor: {
151
- label: 'iconColor',
152
- control: {
153
- type: 'color',
154
- presetColors: ['#ffffff', '#ff0000', '#00ff00', '#0000ff'],
155
- description: 'Sets icons Color '
156
- }
157
- },
158
- onBannerClick: {
159
- name: 'onBannerClick',
160
- action: 'onClick',
161
- description: 'Click onBannerClick event'
162
- },
163
- dotCut: {
164
- name: 'dotCut',
165
- control: {
166
- type: 'boolean'
167
- },
168
- description: 'true/false - format total value with dot cut'
169
- }
170
- }
171
- };
172
- const Template = args => /*#__PURE__*/_react.default.createElement(_MarketShareDescription.MarketShareDescription, args);
173
- const MarketShare = exports.MarketShare = Template.bind({});
174
- MarketShare.args = {
175
- marketShareData: marketShareData1,
176
- width: '700px',
177
- height: '630px',
178
- iconColor: '#229E38',
179
- dotCut: false
180
- };
181
- const WeeklyTriers = exports.WeeklyTriers = Template.bind({});
182
- WeeklyTriers.args = {
183
- marketShareData: weeklyTiersData1,
184
- width: '700px',
185
- height: '630px',
186
- iconColor: '#1B30AA',
187
- dotCut: true
188
- };
189
- const PercentHeightWidth = exports.PercentHeightWidth = Template.bind({});
190
- PercentHeightWidth.args = {
191
- marketShareData: marketShareData1,
192
- width: '100%',
193
- height: '100%',
194
- iconColor: '#229E38',
195
- dotCut: false
196
- };
@@ -1,142 +0,0 @@
1
- "use strict";
2
-
3
- var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
4
- Object.defineProperty(exports, "__esModule", {
5
- value: true
6
- });
7
- exports.default = exports.InitialValue = exports.Default = void 0;
8
- var _react = _interopRequireDefault(require("react"));
9
- var _MonthPicker = _interopRequireDefault(require("./components/MonthPicker"));
10
- /* eslint-disable import/no-extraneous-dependencies */
11
- // Input.stories.js
12
- // Update the path based on your actual file structure
13
- var _default = exports.default = {
14
- title: 'SAG/MonthPicker',
15
- component: _MonthPicker.default,
16
- tags: ['autodocs'],
17
- argTypes: {
18
- label: {
19
- name: 'label',
20
- type: {
21
- name: 'string'
22
- },
23
- description: 'Label for the input',
24
- defaultValue: {
25
- summary: 'Input Label'
26
- },
27
- control: {
28
- type: 'text'
29
- }
30
- },
31
- value: {
32
- name: 'value',
33
- type: {
34
- name: 'string'
35
- },
36
- description: 'Value of the input',
37
- defaultValue: {
38
- summary: ''
39
- },
40
- control: {
41
- type: 'text'
42
- }
43
- },
44
- onChange: {
45
- name: 'onChange',
46
- type: {
47
- name: 'function'
48
- },
49
- description: 'Callback function for input change',
50
- defaultValue: {
51
- summary: '() => {}'
52
- },
53
- control: {
54
- type: null
55
- }
56
- },
57
- borderRadius: {
58
- name: 'borderRadius',
59
- type: {
60
- name: 'string'
61
- },
62
- description: 'Border radius of the input',
63
- defaultValue: {
64
- summary: ''
65
- },
66
- control: {
67
- type: 'text'
68
- }
69
- },
70
- required: {
71
- name: 'required',
72
- type: {
73
- name: 'boolean'
74
- },
75
- description: 'Indicates if the input is required',
76
- defaultValue: {
77
- summary: false
78
- },
79
- control: {
80
- type: 'boolean'
81
- }
82
- },
83
- textColor: {
84
- name: 'textColor',
85
- description: 'Sets the text Color ',
86
- control: {
87
- type: 'color',
88
- presetColors: ['#ffffff', '#ff0000', '#00ff00', '#0000ff']
89
- }
90
- },
91
- borderColor: {
92
- name: 'borderColor',
93
- description: 'Sets the border Color ',
94
- control: {
95
- type: 'color',
96
- presetColors: ['#ffffff', '#ff0000', '#00ff00', '#0000ff']
97
- }
98
- },
99
- borderColorFocus: {
100
- name: 'borderColorFocus',
101
- description: 'Sets the border Color Focus ',
102
- control: {
103
- type: 'color',
104
- presetColors: ['#ffffff', '#ff0000', '#00ff00', '#0000ff']
105
- }
106
- }
107
- }
108
- }; // Create a group of stories for Input component
109
- const Template = args => /*#__PURE__*/_react.default.createElement(_MonthPicker.default, args);
110
-
111
- // Story for the default state
112
- const Default = exports.Default = Template.bind({});
113
- Default.args = {
114
- availableMonths: ['Jan 2024', 'Feb 2024', 'Mar 2024'],
115
- label: 'Period',
116
- borderRadius: '12px',
117
- required: true,
118
- width: '250px',
119
- height: '60px',
120
- placeholder: 'Select Period',
121
- disabled: false,
122
- borderColor: '#E7E7E7',
123
- borderColorFocus: '#066768',
124
- textColor: '#212121'
125
- };
126
-
127
- // Story for the InitialValue state
128
- const InitialValue = exports.InitialValue = Template.bind({});
129
- InitialValue.args = {
130
- availableMonths: ['Jan 2024', 'Feb 2024', 'Mar 2024'],
131
- label: 'Period',
132
- borderRadius: '12px',
133
- required: true,
134
- width: '250px',
135
- height: '60px',
136
- placeholder: 'Select Period',
137
- disabled: false,
138
- borderColor: '#E7E7E7',
139
- borderColorFocus: '#066768',
140
- textColor: '#212121',
141
- selectedValue: 'February | 2024'
142
- };
@@ -1,37 +0,0 @@
1
- "use strict";
2
-
3
- var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
4
- Object.defineProperty(exports, "__esModule", {
5
- value: true
6
- });
7
- exports.default = exports.Default = void 0;
8
- var _react = _interopRequireDefault(require("react"));
9
- var _NewInput = _interopRequireDefault(require("./components/NewInput"));
10
- var _default = exports.default = {
11
- title: 'SAG/NewInput',
12
- component: _NewInput.default,
13
- argTypes: {
14
- labelText: {
15
- name: 'Label Text',
16
- control: {
17
- type: 'text'
18
- },
19
- description: 'The Label text',
20
- defaultValue: ''
21
- },
22
- inputType: {
23
- name: 'inputType',
24
- control: {
25
- type: 'text'
26
- },
27
- description: 'inputType',
28
- defaultValue: ''
29
- }
30
- }
31
- };
32
- const Template = args => /*#__PURE__*/_react.default.createElement(_NewInput.default, args);
33
- const Default = exports.Default = Template.bind({});
34
- Default.args = {
35
- labelText: 'Enter Value',
36
- inputType: 'search'
37
- };
@@ -1,66 +0,0 @@
1
- "use strict";
2
-
3
- var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
4
- Object.defineProperty(exports, "__esModule", {
5
- value: true
6
- });
7
- exports.default = exports.NoDataFound = void 0;
8
- var _react = _interopRequireDefault(require("react"));
9
- var _NoDataFoundMessage = require("./components/NoDataFoundMessage");
10
- const arrLegendData = [{
11
- name: "Package Cost",
12
- value: 30000,
13
- color: "#85A1D2"
14
- }, {
15
- name: "Redemption Cost",
16
- value: 6500,
17
- color: "#9AE6FF"
18
- }];
19
- const arrLegendDat3rows = [{
20
- name: "Package Cost",
21
- value: 30000,
22
- color: "#85A1D2"
23
- }, {
24
- name: "Existing Redeemers",
25
- value: 6500,
26
- color: "#9AE6FF"
27
- }, {
28
- name: "Others",
29
- value: 20000,
30
- color: "#FD5959"
31
- }
32
- // { name: "My test 2", value: 35000, color: "#79DB95"},
33
- ];
34
- var _default = exports.default = {
35
- title: "SAG BI/NoDataFoundMessage",
36
- component: _NoDataFoundMessage.NoDataFoundMessage,
37
- tags: ["autodocs"],
38
- argTypes: {
39
- width: {
40
- name: "width",
41
- control: {
42
- type: "text"
43
- },
44
- description: "width of the control (in px / %)"
45
- },
46
- height: {
47
- name: "height",
48
- control: {
49
- type: "text"
50
- },
51
- description: "height of the control (in px / %)"
52
- },
53
- noDataText: {
54
- name: "noDataText",
55
- control: {
56
- type: "text"
57
- },
58
- description: "text to display when no data found"
59
- }
60
- }
61
- };
62
- const Template = args => /*#__PURE__*/_react.default.createElement(_NoDataFoundMessage.NoDataFoundMessage, args);
63
- const NoDataFound = exports.NoDataFound = Template.bind({});
64
- NoDataFound.args = {
65
- noDataText: "The selected event is a TPR or has no offer, therefore there are no redemptions or redemption units to display."
66
- };
@@ -1,119 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.default = exports.WithBarComponent = exports.Skeleton = exports.ShowViewByBannerAndInfo = exports.ShowViewByBanner = exports.ShowOnlyInfo = exports.ShowColumnTitleAndInfo = exports.DisableInfo = void 0;
7
- var _OneColumnContainer = require("./components/OneColumnContainer");
8
- var _TotalHorizontalCharts = require("./components/TotalHorizontalCharts");
9
- // More on how to set up stories at: https://storybook.js.org/docs/react/writing-stories/introduction
10
- var _default = exports.default = {
11
- title: 'Sag BI/OneColumnContainer',
12
- component: _OneColumnContainer.OneColumnContainer,
13
- tags: ['autodocs']
14
- }; // More on writing stories with args: https://storybook.js.org/docs/react/writing-stories/args
15
- const Skeleton = exports.Skeleton = {
16
- args: {
17
- isLoading: true,
18
- infoTitle: '<i>Total Cost</i>',
19
- infoText: '<i><strong>Total Cost </strong><p1>is calculated by adding Redemption Cost and Package Costs/Participation Fees only.</p1> <br> <br> <strong>Please note!</strong> <p1>When selecting either “Ecomm” or “In-store” from the “Store Type” filter, the “Total Cost” will not change. The Total Cost listed and shown in the pie chart, will be for the whole event, regardless of filtering to Ecomm or In-store.</p1></i> ',
20
- width: '300px',
21
- height: '300px',
22
- disableInfo: true,
23
- showViewByBannerButton: false,
24
- overflow: 'hidden'
25
- }
26
- };
27
- const DisableInfo = exports.DisableInfo = {
28
- args: {
29
- isLoading: false,
30
- infoTitle: 'Total Cost',
31
- infoText: '<i><strong>Total Cost </strong><p1>is calculated by adding Redemption Cost and Package Costs/Participation Fees only.</p1> <br> <br> <strong>Please note!</strong> <p1>When selecting either “Ecomm” or “In-store” from the “Store Type” filter, the “Total Cost” will not change. The Total Cost listed and shown in the pie chart, will be for the whole event, regardless of filtering to Ecomm or In-store.</p1></i> ',
32
- width: '300px',
33
- height: '300px',
34
- disableInfo: true,
35
- showViewByBannerButton: false,
36
- overflow: 'hidden'
37
- }
38
- };
39
- const ShowViewByBanner = exports.ShowViewByBanner = {
40
- args: {
41
- isLoading: false,
42
- infoTitle: 'Total Cost',
43
- infoText: '<i><strong>Total Cost </strong><p1>is calculated by adding Redemption Cost and Package Costs/Participation Fees only.</p1> <br> <br> <strong>Please note!</strong> <p1>When selecting either “Ecomm” or “In-store” from the “Store Type” filter, the “Total Cost” will not change. The Total Cost listed and shown in the pie chart, will be for the whole event, regardless of filtering to Ecomm or In-store.</p1></i> ',
44
- width: '300px',
45
- height: '300px',
46
- disableInfo: true,
47
- showViewByBannerButton: true,
48
- overflow: 'hidden'
49
- }
50
- };
51
- const ShowViewByBannerAndInfo = exports.ShowViewByBannerAndInfo = {
52
- args: {
53
- isLoading: false,
54
- infoTitle: 'Total Cost',
55
- infoText: '<i><strong>Total Cost </strong><p1>is calculated by adding Redemption Cost and Package Costs/Participation Fees only.</p1> <br> <br> <strong>Please note!</strong> <p1>When selecting either “Ecomm” or “In-store” from the “Store Type” filter, the “Total Cost” will not change. The Total Cost listed and shown in the pie chart, will be for the whole event, regardless of filtering to Ecomm or In-store.</p1></i> ',
56
- width: '300px',
57
- height: '300px',
58
- disableInfo: false,
59
- showViewByBannerButton: true,
60
- overflow: 'hidden'
61
- }
62
- };
63
- const ShowOnlyInfo = exports.ShowOnlyInfo = {
64
- args: {
65
- isLoading: false,
66
- infoTitle: 'Total Cost',
67
- infoText: '<i><strong>Total Cost </strong><p1>is calculated by adding Redemption Cost and Package Costs/Participation Fees only.</p1> <br> <br> <strong>Please note!</strong> <p1>When selecting either “Ecomm” or “In-store” from the “Store Type” filter, the “Total Cost” will not change. The Total Cost listed and shown in the pie chart, will be for the whole event, regardless of filtering to Ecomm or In-store.</p1></i> ',
68
- width: '300px',
69
- height: '300px',
70
- disableInfo: false,
71
- showViewByBannerButton: false,
72
- overflow: 'hidden'
73
- }
74
- };
75
- const ShowColumnTitleAndInfo = exports.ShowColumnTitleAndInfo = {
76
- args: {
77
- isLoading: false,
78
- infoTitle: 'Total Cost',
79
- infoText: '<i><strong>Total Cost </strong><p1>is calculated by adding Redemption Cost and Package Costs/Participation Fees only.</p1> <br> <br> <strong>Please note!</strong> <p1>When selecting either “Ecomm” or “In-store” from the “Store Type” filter, the “Total Cost” will not change. The Total Cost listed and shown in the pie chart, will be for the whole event, regardless of filtering to Ecomm or In-store.The Total Cost listed and shown in the pie chart, will be for the whole event, regardless of filtering to Ecomm or In-store. </p1></i> ',
80
- width: '500px',
81
- height: '300px',
82
- disableInfo: false,
83
- showViewByBannerButton: false,
84
- overflow: 'hidden',
85
- columnTitle: 'Avg. Products Category Penetration'
86
- }
87
- };
88
- const WithBarComponent = exports.WithBarComponent = {
89
- args: {
90
- isLoading: false,
91
- infoTitle: 'Total Cost',
92
- infoText: '<i><strong>Total Cost </strong><p1>is calculated by adding Redemption Cost and Package Costs/Participation Fees only.</p1> <br> <br> <strong>Please note!</strong> <p1>When selecting either “Ecomm” or “In-store” from the “Store Type” filter, the “Total Cost” will not change. The Total Cost listed and shown in the pie chart, will be for the whole event, regardless of filtering to Ecomm or In-store.The Total Cost listed and shown in the pie chart, will be for the whole event, regardless of filtering to Ecomm or In-store. </p1></i> ',
93
- width: '500px',
94
- height: '300px',
95
- disableInfo: false,
96
- showViewByBannerButton: false,
97
- overflow: 'hidden',
98
- children: /*#__PURE__*/React.createElement(_TotalHorizontalCharts.TotalHorizontalCharts, {
99
- chartsData: [{
100
- name: 'MTN DEW GE-SODA',
101
- value: 166898.22,
102
- color: 'rgba(31, 118, 119, 0.6)'
103
- }, {
104
- name: 'CHEETOS GE-CHIPS, SNACKS',
105
- value: 33380.98,
106
- color: 'rgba(31, 118, 119, 0.9)'
107
- }, {
108
- name: 'CHEETOS SNACKING',
109
- value: 12940.18,
110
- color: 'rgba(31, 118, 119, 0.8)'
111
- }, {
112
- name: 'LAMB WESTON FF-POTATOES ONIONS',
113
- value: -666828.24,
114
- color: 'rgba(31, 118, 119, 0.7)'
115
- }]
116
- }),
117
- columnTitle: 'Avg. Products Category Penetration'
118
- }
119
- };