sag_components 2.0.0-beta14 → 2.0.0-beta141
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.
- package/dist/index.d.ts +707 -280
- package/dist/index.esm.js +35263 -12916
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +35322 -12924
- package/dist/index.js.map +1 -1
- package/dist/types/components/AreaChart/AreaChart.d.ts +2 -0
- package/dist/types/components/AreaChart/AreaChart.stories.d.ts +80 -0
- package/dist/types/components/AreaChart/AreaChart.style.d.ts +8 -0
- package/dist/types/components/AttachedFile/AttachedFile.stories.d.ts +70 -10
- package/dist/types/components/BannerEventBox/BannerEventBox.d.ts +0 -37
- package/dist/types/components/BannerEventBox/BannerEventBox.stories.d.ts +1 -22
- package/dist/types/components/BannerEventBoxList/BannerEventBoxList.d.ts +0 -69
- package/dist/types/components/BannerEventBoxList/BannerEventBoxList.stories.d.ts +1 -13
- package/dist/types/components/BannerEventBoxList/BannerEventBoxList.style.d.ts +13 -12
- package/dist/types/components/BannersDropdown/BannersDropdown.d.ts +1 -1
- package/dist/types/components/BannersDropdown/BannersDropdown.stories.d.ts +2 -21
- package/dist/types/components/BarChart/BarChart.d.ts +7 -4
- package/dist/types/components/BarChart/BarChart.stories.d.ts +3 -144
- package/dist/types/components/BarChartTwoRows/BarChartTwoRows.d.ts +0 -80
- package/dist/types/components/BarChartTwoRows/BarChartTwoRows.stories.d.ts +2 -103
- package/dist/types/components/BarChartTwoRows/BarChartTwoRows.style.d.ts +1 -23
- package/dist/types/components/BarChartWithAreaChart/BarChartWithAreaChart.d.ts +0 -64
- package/dist/types/components/BarChartWithAreaChart/BarChartWithAreaChart.stories.d.ts +1 -36
- package/dist/types/components/BarChartsByWeeks/BarChartsByWeeks.d.ts +6 -6
- package/dist/types/components/BarChartsByWeeks/BarChartsByWeeks.stories.d.ts +6 -264
- package/dist/types/components/BatteryChart/BatteryChart.d.ts +2 -0
- package/dist/types/components/BatteryChart/BatteryChart.style.d.ts +18 -0
- package/dist/types/components/Benchmark/Benchmark.stories.d.ts +2 -59
- package/dist/types/components/BreakdownPanel/BreakdownPanel.d.ts +2 -0
- package/dist/types/components/BreakdownPanel/BreakdownPanel.stories.d.ts +74 -0
- package/dist/types/components/BreakdownPanel/BreakdownPanel.style.d.ts +7 -0
- package/dist/types/components/BreakdownPanel/ItemSales/BannerButton.d.ts +8 -0
- package/dist/types/components/BreakdownPanel/ItemSales/BannerButton.style.d.ts +1 -0
- package/dist/types/components/BreakdownPanel/ItemSales/CategorySalesPanel.d.ts +7 -0
- package/dist/types/components/BreakdownPanel/ItemSales/CategorySalesPanel.style.d.ts +6 -0
- package/dist/types/components/BreakdownPanel/ItemSales/ItemSalesPanel.d.ts +2 -0
- package/dist/types/components/BreakdownPanel/ItemSales/ItemSalesPanel.style.d.ts +3 -0
- package/dist/types/components/BreakdownPanel/ItemSales/ItemsCounterGraphPanel.d.ts +6 -0
- package/dist/types/components/BreakdownPanel/ItemSales/ItemsCounterGraphPanel.style.d.ts +3 -0
- package/dist/types/components/BrushChart/BrushChart.d.ts +2 -0
- package/dist/types/components/{CampaignTool/Table.stories.d.ts → BrushChart/BrushChart.stories.d.ts} +84 -54
- package/dist/types/components/BrushChart/BrushChart.style.d.ts +47 -0
- package/dist/types/components/BrushChart/Charts/BarLine.d.ts +2 -0
- package/dist/types/components/BrushChart/Charts/InnerBar.d.ts +2 -0
- package/dist/types/components/BrushChart/Charts/SingleChart.d.ts +2 -0
- package/dist/types/components/BubbleChart/BubbleChart.d.ts +16 -0
- package/dist/types/components/BubbleChart/BubbleChart.stories.d.ts +101 -0
- package/dist/types/components/BubbleChart/BubbleChart.style.d.ts +13 -0
- package/dist/types/components/Button/Button.d.ts +1 -21
- package/dist/types/components/Button/Button.stories.d.ts +107 -255
- package/dist/types/components/CampaignTool/CampaignDemoReport.d.ts +4 -4
- package/dist/types/components/CampaignTool/Card.d.ts +2 -2
- package/dist/types/components/CampaignTool/PopupContent.d.ts +3 -3
- package/dist/types/components/CampaignTool/Table.d.ts +2 -2
- package/dist/types/components/CheckBox/CheckBox.d.ts +1 -14
- package/dist/types/components/CheckBox/CheckBox.stories.d.ts +1 -25
- package/dist/types/components/CheckBoxButton/CheckBoxButton.d.ts +14 -14
- package/dist/types/components/CheckBoxButton/CheckBoxButton.stories.d.ts +1 -35
- package/dist/types/components/CollapseData/CollapseData.d.ts +11 -5
- package/dist/types/components/CollapseData/CollapseData.stories.d.ts +7 -34
- package/dist/types/components/CollapseHeader/CollapseHeader.d.ts +2 -2
- package/dist/types/components/CollapseHeader/CollapseHeader.stories.d.ts +2 -52
- package/dist/types/components/CollapseMenuItem/CollapseMenuItem.stories.d.ts +2 -27
- package/dist/types/components/ContainerTable/ContainerTable.d.ts +2 -0
- package/dist/types/components/{CampaignTool/Card.stories.d.ts → ContainerTable/ContainerTable.stories.d.ts} +37 -33
- package/dist/types/components/ContainerTable/ContainerTable.style.d.ts +7 -0
- package/dist/types/components/DialogOverlay/DialogOverlay.d.ts +1 -1
- package/dist/types/components/DialogOverlay/DialogOverlay.stories.d.ts +1 -11
- package/dist/types/components/DoubleBarSingleLine/DoubleBarSingleLine.d.ts +2 -0
- package/dist/types/components/{TextField/TextField.stories.d.ts → DoubleBarSingleLine/DoubleBarSingleLine.stories.d.ts} +155 -133
- package/dist/types/components/DoubleBarSingleLine/DoubleBarSingleLine.style.d.ts +10 -0
- package/dist/types/components/DoublePanelDataRow/DoublePanelDataRow.stories.d.ts +1 -32
- package/dist/types/components/DownloadProgress/DownloadProgress.stories.d.ts +3 -63
- package/dist/types/components/DropdownMultiNew/DropdownMultiNew.d.ts +2 -61
- package/dist/types/components/DropdownNew/DropdownNew.d.ts +1 -80
- package/dist/types/components/DropdownNew/DropdownNew.stories.d.ts +282 -0
- package/dist/types/components/DropdownSingleNew/DropdownSingleNew.d.ts +2 -58
- package/dist/types/components/EventDetailsCard/EventDetailsCard.d.ts +2 -2
- package/dist/types/components/EventDetailsCard/EventDetailsCard.stories.d.ts +1 -30
- package/dist/types/components/EventList/EventList.d.ts +3 -3
- package/dist/types/components/EventList/EventList.stories.d.ts +1 -18
- package/dist/types/components/EventListItem/EventListItem.stories.d.ts +1 -15
- package/dist/types/components/EventsTable/ColumnFilter.d.ts +7 -0
- package/dist/types/components/EventsTable/DeleteEventModal.d.ts +5 -0
- package/dist/types/components/EventsTable/EventTable.d.ts +7 -0
- package/dist/types/components/EventsTable/EventsHeader.d.ts +6 -0
- package/dist/types/components/EventsTable/EventsPage.d.ts +1 -0
- package/dist/types/components/EventsTable/EventsPage.stories.d.ts +8 -0
- package/dist/types/components/EventsTable/SendButton.d.ts +3 -0
- package/dist/types/components/EventsTable/mockEvents.d.ts +15 -0
- package/dist/types/components/FilterContainer/FilterContainer.stories.d.ts +1 -7
- package/dist/types/components/FilterPanel/FilterPanel.d.ts +10 -10
- package/dist/types/components/FilterPanel/FilterPanel.stories.d.ts +11 -662
- package/dist/types/components/FormattedValue/FormattedValue.stories.d.ts +7 -173
- package/dist/types/components/Heatmap/Heatmap.d.ts +2 -2
- package/dist/types/components/Heatmap/Heatmap.stories.d.ts +2 -30
- package/dist/types/components/Heatmap/Heatmap.style.d.ts +1 -1
- package/dist/types/components/IconButton/IconButton.stories.d.ts +6 -83
- package/dist/types/components/Input/Input.d.ts +2 -1
- package/dist/types/components/Input/Input.stories.d.ts +134 -515
- package/dist/types/components/InputOld/InputOld.d.ts +2 -2
- package/dist/types/components/InputOld/InputOld.stories.d.ts +2 -23
- package/dist/types/components/InsightsCarousel/InsightsCarousel.d.ts +11 -0
- package/dist/types/components/InsightsCarousel/InsightsCarousel.stories.d.ts +48 -0
- package/dist/types/components/InsightsCarousel/InsightsCarousel.style.d.ts +12 -0
- package/dist/types/components/ItemManagerPanel/ConfirmationDialog/ConfirmationDialog.d.ts +9 -0
- package/dist/types/components/ItemManagerPanel/ConfirmationDialog/ConfirmationDialog.style.d.ts +12 -0
- package/dist/types/components/ItemManagerPanel/ItemManagerPanel.d.ts +15 -0
- package/dist/types/components/ItemManagerPanel/ItemManagerPanel.stories.d.ts +130 -0
- package/dist/types/components/ItemManagerPanel/ItemManagerPanel.style.d.ts +26 -0
- package/dist/types/components/ItemManagerPanel/NewItemList/NewItemList.d.ts +6 -0
- package/dist/types/components/ItemManagerPanel/NewItemList/NewItemList.style.d.ts +19 -0
- package/dist/types/components/ItemManagerPanel/NewSubitem/NewSubitem.d.ts +7 -0
- package/dist/types/components/ItemManagerPanel/NewSubitem/NewSubitem.style.d.ts +15 -0
- package/dist/types/components/ItemManagerPanel/NewSubitemList/NewSubitemList.d.ts +2 -0
- package/dist/types/components/ItemManagerPanel/NewSubitemList/NewSubitemList.style.d.ts +17 -0
- package/dist/types/components/ItemManagerPanel/SuccessScreen/SuccessScreen.d.ts +8 -0
- package/dist/types/components/ItemManagerPanel/SuccessScreen/SuccessScreen.style.d.ts +16 -0
- package/dist/types/components/KpiFilter/KpiFilter.d.ts +5 -5
- package/dist/types/components/KpiFilter/KpiFilter.stories.d.ts +4 -130
- package/dist/types/components/LinkButton/LinkButton.d.ts +9 -9
- package/dist/types/components/LinkButton/LinkButton.stories.d.ts +10 -179
- package/dist/types/components/LinnerDataBox/LinnerDataBox.d.ts +0 -33
- package/dist/types/components/LinnerDataBox/LinnerDataBox.data.d.ts +15 -0
- package/dist/types/components/LinnerDataBox/LinnerDataBox.stories.d.ts +1 -34
- package/dist/types/components/LinnerDataBox/LinnerDataBox.style.d.ts +3 -1
- package/dist/types/components/ListBox/ListBox.d.ts +9 -9
- package/dist/types/components/ListBox/ListBox.stories.d.ts +1 -29
- package/dist/types/components/MarketShareDescription/MarketShareDescription.d.ts +3 -3
- package/dist/types/components/MarketShareDescription/MarketShareDescription.stories.d.ts +3 -68
- package/dist/types/components/MenuRoute/MenuIcons/AdvancedThresholds.d.ts +6 -0
- package/dist/types/components/MenuRoute/MenuIcons/Analytics.d.ts +6 -0
- package/dist/types/components/MenuRoute/MenuIcons/Budgets.d.ts +6 -0
- package/dist/types/components/MenuRoute/MenuIcons/Build.d.ts +6 -0
- package/dist/types/components/MenuRoute/MenuIcons/Campaigns.d.ts +6 -0
- package/dist/types/components/MenuRoute/MenuIcons/Coupons.d.ts +6 -0
- package/dist/types/components/MenuRoute/MenuIcons/CustomerSegments.d.ts +6 -0
- package/dist/types/components/MenuRoute/MenuIcons/Dashboard.d.ts +6 -0
- package/dist/types/components/MenuRoute/MenuIcons/Execute.d.ts +6 -0
- package/dist/types/components/MenuRoute/MenuIcons/GroupBuilder.d.ts +6 -0
- package/dist/types/components/MenuRoute/MenuIcons/ItemsStores.d.ts +6 -0
- package/dist/types/components/MenuRoute/MenuIcons/PreTestWhatIf.d.ts +6 -0
- package/dist/types/components/MenuRoute/MenuIcons/RulesEngine.d.ts +6 -0
- package/dist/types/components/MenuRoute/MenuIcons/SampleRunEngine.d.ts +6 -0
- package/dist/types/components/MenuRoute/MenuIcons/Track.d.ts +6 -0
- package/dist/types/components/MenuRoute/MenuRoute.d.ts +2 -0
- package/dist/types/components/MenuRoute/MenuRoute.stories.d.ts +168 -0
- package/dist/types/components/MenuRoute/MenuRoute.style.d.ts +3 -0
- package/dist/types/components/MessageBox/MessageBox.d.ts +13 -0
- package/dist/types/components/MessageBox/MessageBox.stories.d.ts +75 -0
- package/dist/types/components/MessageBox/MessageBox.styles.d.ts +9 -0
- package/dist/types/components/Modal/Modal.d.ts +1 -1
- package/dist/types/components/ModalDrawer/ModalDrawer.d.ts +15 -0
- package/dist/types/components/ModalDrawer/ModalDrawer.stories.d.ts +7 -0
- package/dist/types/components/ModalDrawer/ModalDrawer.styles.d.ts +3 -0
- package/dist/types/components/ModalWithOverlay/ModalWithOverlay.d.ts +2 -0
- package/dist/types/components/ModalWithOverlay/ModalWithOverlay.stories.d.ts +142 -0
- package/dist/types/components/ModalWithOverlay/ModalWithOverlay.style.d.ts +7 -0
- package/dist/types/components/MonthPicker/MonthPicker.d.ts +3 -2
- package/dist/types/components/MonthPicker/MonthPicker.stories.d.ts +3 -52
- package/dist/types/components/MonthPicker/MonthPopupPicker.d.ts +2 -1
- package/dist/types/components/MonthPicker/MonthPopupPicker.style.d.ts +7 -0
- package/dist/types/components/NoDataFoundMessage/NoDataFoundMessage.d.ts +0 -10
- package/dist/types/components/NoDataFoundMessage/NoDataFoundMessage.stories.d.ts +1 -7
- package/dist/types/components/NoDataFoundMessage/NoDataFoundMessage.style.d.ts +1 -1
- package/dist/types/components/OneColumnContainer/OneColumnContainer.d.ts +20 -2
- package/dist/types/components/OneColumnContainer/OneColumnContainer.stories.d.ts +276 -29
- package/dist/types/components/OneColumnContainer/OneColumnContainer.style.d.ts +2 -0
- package/dist/types/components/OverlayDropdown/OverlayDropdown.d.ts +21 -0
- package/dist/types/components/OverlayDropdown/OverlayDropdown.stories.d.ts +327 -0
- package/dist/types/components/OverlayDropdown/OverlayDropdown.style.d.ts +8 -0
- package/dist/types/components/OverlayDropdown/OverlayTemplateDialog.d.ts +26 -0
- package/dist/types/components/OverlayDropdown/OverlayTemplateDialog.style.d.ts +10 -0
- package/dist/types/components/PerformanceAnalytics/PerformanceAnalytics.d.ts +9 -9
- package/dist/types/components/PerformanceAnalytics/PerformanceAnalytics.stories.d.ts +1 -89
- package/dist/types/components/PerformanceAnalyticsLegend/PerformanceAnalyticsLegend.d.ts +0 -27
- package/dist/types/components/PerformanceAnalyticsLegend/PerformanceAnalyticsLegend.stories.d.ts +3 -58
- package/dist/types/components/PerformanceAnalyticsOneColumn/PerformanceAnalyticsOneColumn.d.ts +9 -9
- package/dist/types/components/PerformanceAnalyticsOneColumn/PerformanceAnalyticsOneColumn.stories.d.ts +1 -84
- package/dist/types/components/PerformanceAnalyticsTotals/PerformanceAnalyticsTotals.d.ts +2 -2
- package/dist/types/components/PerformanceAnalyticsTotals/PerformanceAnalyticsTotals.stories.d.ts +2 -62
- package/dist/types/components/PieChart/PieChart.d.ts +6 -6
- package/dist/types/components/PieChart/PieChart.stories.d.ts +2 -96
- package/dist/types/components/PopupCharts/PopupCharts.d.ts +4 -4
- package/dist/types/components/PopupCharts/PopupCharts.stories.d.ts +6 -197
- package/dist/types/components/ProductsVariety/ProductsVariety.d.ts +2 -2
- package/dist/types/components/ProductsVariety/ProductsVariety.stories.d.ts +2 -31
- package/dist/types/components/ProgressBar/ProgressBar.stories.d.ts +2 -31
- package/dist/types/components/QuarterPicker/QuarterPicker.d.ts +3 -2
- package/dist/types/components/QuarterPicker/QuarterPicker.stories.d.ts +3 -52
- package/dist/types/components/QuarterPicker/QuarterPopupPicker.d.ts +2 -1
- package/dist/types/components/QuarterPicker/QuarterPopupPicker.style.d.ts +6 -0
- package/dist/types/components/QuickFilter/QuickFilter.d.ts +14 -14
- package/dist/types/components/QuickFilter/QuickFilter.stories.d.ts +161 -305
- package/dist/types/components/QuickFilterCards/QuickFilterCards.d.ts +6 -0
- package/dist/types/components/QuickFilterCards/QuickFilterCards.stories.d.ts +49 -0
- package/dist/types/components/QuickFilterCards/QuickFilterCards.style.d.ts +8 -0
- package/dist/types/components/QuickFilterDropdownMultiSelection/QuickFilterDropdownMultiSelection.d.ts +6 -6
- package/dist/types/components/QuickFilterDropdownSingle/QuickFilterDropdownSingle.d.ts +6 -6
- package/dist/types/components/RangePicker/RangePicker.stories.d.ts +3 -49
- package/dist/types/components/ReportTable/ReportTable.d.ts +5 -5
- package/dist/types/components/ReportTable/ReportTable.stories.d.ts +6 -189
- package/dist/types/components/SagButton/SagButton.stories.d.ts +1 -27
- package/dist/types/components/{QuickFilterDropdownSingle/SagIconButton → SagIconButton}/SagIconButton.d.ts +3 -3
- package/dist/types/components/{QuickFilterDropdownSingle/SagIconButton → SagIconButton}/SagIconButton.stories.d.ts +3 -52
- package/dist/types/components/SagInput/SagInput.stories.d.ts +1 -18
- package/dist/types/components/SalesAndROI/SalesAndROI.d.ts +3 -3
- package/dist/types/components/SalesAndROI/SalesAndROI.stories.d.ts +3 -86
- package/dist/types/components/SearchInput/SearchInput.d.ts +0 -22
- package/dist/types/components/SearchInput/SearchInput.stories.d.ts +51 -7
- package/dist/types/components/SearchInput/SearchInput.style.d.ts +1 -0
- package/dist/types/components/SegmentedButton/SegmentedButton.d.ts +5 -2
- package/dist/types/components/SegmentedButton/SegmentedButton.stories.d.ts +3 -95
- package/dist/types/components/Select/Select.stories.d.ts +2 -35
- package/dist/types/components/SingleBarLineCharts/SingleBarLineCharts.d.ts +25 -25
- package/dist/types/components/SingleBarLineCharts/SingleBarLineCharts.stories.d.ts +3 -175
- package/dist/types/components/SingleBarLineCharts/SingleBarLineCharts.style.d.ts +2 -50
- package/dist/types/components/SingleBarLineCharts/SingleBarLineCharts.test.d.ts +1 -0
- package/dist/types/components/TabMenu/TabMenu.d.ts +1 -89
- package/dist/types/components/TabMenu/TabMenu.stories.d.ts +77 -80
- package/dist/types/components/TabMenu/TabMenu.style.d.ts +3 -50
- package/dist/types/components/Table/DropMenus/FieldPop.d.ts +2 -0
- package/dist/types/components/Table/DropMenus/FieldPop.style.d.ts +5 -0
- package/dist/types/components/Table/DropMenus/FilterPop.d.ts +2 -0
- package/dist/types/components/Table/DropMenus/FilterPop.style.d.ts +6 -0
- package/dist/types/components/Table/DropMenus/RangePop.d.ts +2 -0
- package/dist/types/components/Table/DropMenus/RangePop.style.d.ts +10 -0
- package/dist/types/components/Table/DropMenus/SortPop.d.ts +2 -0
- package/dist/types/components/Table/DropMenus/SortPop.style.d.ts +8 -0
- package/dist/types/components/Table/FilterIcon.d.ts +6 -0
- package/dist/types/components/Table/Icons/DisabledTrashIcon.d.ts +6 -0
- package/dist/types/components/Table/Icons/FilterIcon.d.ts +4 -0
- package/dist/types/components/Table/Icons/NoDataInSearchIcon.d.ts +5 -0
- package/dist/types/components/Table/Icons/SortIcon.d.ts +5 -0
- package/dist/types/components/Table/Icons/TrashIcon.d.ts +6 -0
- package/dist/types/components/Table/NoEvents.d.ts +5 -0
- package/dist/types/components/Table/SortIcon.d.ts +6 -0
- package/dist/types/components/Table/Table.d.ts +3 -0
- package/dist/types/components/Table/Table.stories.d.ts +499 -0
- package/dist/types/components/Table/Table.style.d.ts +18 -0
- package/dist/types/components/Table/TableBody.d.ts +3 -0
- package/dist/types/components/Table/TableBody.styles.d.ts +11 -0
- package/dist/types/components/Table/TableHeader.d.ts +9 -0
- package/dist/types/components/Table/TableHeader.styles.d.ts +8 -0
- package/dist/types/components/TitleDescription/TitleDescription.d.ts +2 -2
- package/dist/types/components/TitleDescription/TitleDescription.stories.d.ts +2 -49
- package/dist/types/components/ToasterMessageBox/ToasterMessageBox.d.ts +10 -0
- package/dist/types/components/ToasterMessageBox/ToasterMessageBox.stories.d.ts +57 -0
- package/dist/types/components/ToasterMessageBox/ToasterMessageBox.styles.d.ts +4 -0
- package/dist/types/components/ToggleSwitch/ToggleSwitch.d.ts +21 -0
- package/dist/types/components/ToggleSwitch/ToggleSwitch.stories.d.ts +15 -0
- package/dist/types/components/ToggleSwitch/ToggleSwitch.style.d.ts +3 -0
- package/dist/types/components/Tooltip/Tooltip.d.ts +0 -22
- package/dist/types/components/TopToggleList/TopToggleList.stories.d.ts +1 -12
- package/dist/types/components/TotalBenchmark/TotalBenchmark.stories.d.ts +3 -78
- package/dist/types/components/TotalBenchmarkAreachart/TotalBenchmarkAreachart.d.ts +3 -3
- package/dist/types/components/TotalBenchmarkAreachart/TotalBenchmarkAreachart.stories.d.ts +3 -142
- package/dist/types/components/TotalBenchmarkArrows/TotalBenchmarkArrows.d.ts +4 -7
- package/dist/types/components/TotalBenchmarkArrows/TotalBenchmarkArrows.stories.d.ts +3 -95
- package/dist/types/components/TotalBenchmarkBarchart/TotalBenchmarkBarchart.d.ts +2 -2
- package/dist/types/components/TotalBenchmarkBarchart/TotalBenchmarkBarchart.stories.d.ts +3 -105
- package/dist/types/components/TotalDoughnutChart/TotalDoughnutChart.d.ts +20 -4
- package/dist/types/components/TotalDoughnutChart/TotalDoughnutChart.stories.d.ts +114 -289
- package/dist/types/components/TotalHorizontalCharts/TotalHorizontalCharts.d.ts +3 -3
- package/dist/types/components/TotalHorizontalCharts/TotalHorizontalCharts.stories.d.ts +3 -120
- package/dist/types/components/TwoBarCharts/TwoBarCharts.d.ts +7 -4
- package/dist/types/components/TwoBarCharts/TwoBarCharts.stories.d.ts +34 -100
- package/dist/types/components/WeeksPicker/WeeksCalendar.d.ts +30 -0
- package/dist/types/components/WeeksPicker/WeeksCalendar.styles.d.ts +5 -0
- package/dist/types/components/WeeksPicker/WeeksPicker.d.ts +18 -0
- package/dist/types/components/WeeksPicker/WeeksPicker.stories.d.ts +98 -0
- package/dist/types/components/WeeksPicker/WeeksPicker.style.d.ts +8 -0
- package/dist/types/icons/ArrowDownIcon.d.ts +2 -2
- package/dist/types/icons/ArrowDropDownIcon.d.ts +2 -2
- package/dist/types/icons/ArrowLeftIcon.d.ts +7 -0
- package/dist/types/icons/ArrowRightFullIcon.d.ts +5 -0
- package/dist/types/icons/ArrowSelectIcon.d.ts +3 -3
- package/dist/types/icons/ArrowUpIcon.d.ts +2 -2
- package/dist/types/icons/AttachedIcon.d.ts +3 -3
- package/dist/types/icons/BarcodeIcon.d.ts +6 -0
- package/dist/types/icons/BellIcon.d.ts +5 -5
- package/dist/types/icons/ButtonArrowRight.d.ts +4 -4
- package/dist/types/icons/CalendarIcon.d.ts +2 -2
- package/dist/types/icons/CalendarInOpen.d.ts +5 -1
- package/dist/types/icons/CheckBoxButtonCheckedIcon.d.ts +3 -3
- package/dist/types/icons/CheckBoxCheckedIcon.d.ts +3 -3
- package/dist/types/icons/CheckBoxNotCheckedIcon.d.ts +3 -3
- package/dist/types/icons/ChervronLeftIcon.d.ts +5 -1
- package/dist/types/icons/ChervronRightIcon.d.ts +5 -1
- package/dist/types/icons/ChevronIcon.d.ts +7 -0
- package/dist/types/icons/ChevronLeftIcon.d.ts +3 -3
- package/dist/types/icons/ChevronRightIcon.d.ts +3 -3
- package/dist/types/icons/ClockIcon.d.ts +2 -2
- package/dist/types/icons/CloseIcon.d.ts +3 -3
- package/dist/types/icons/CloseXIcon.d.ts +5 -5
- package/dist/types/icons/ComboBoxArrowDownIcon.d.ts +3 -3
- package/dist/types/icons/ComboBoxArrowUpIcon.d.ts +3 -3
- package/dist/types/icons/DocumentIcon.d.ts +5 -5
- package/dist/types/icons/DownArrowIcon.d.ts +5 -0
- package/dist/types/icons/DownloadIcon.d.ts +5 -5
- package/dist/types/icons/Duplicate.d.ts +2 -2
- package/dist/types/icons/ErrorIcon.d.ts +3 -3
- package/dist/types/icons/ExclamationMarkIcon.d.ts +6 -0
- package/dist/types/icons/ExitIcon.d.ts +5 -5
- package/dist/types/icons/ExportIcon.d.ts +5 -6
- package/dist/types/icons/EyeIcon.d.ts +5 -5
- package/dist/types/icons/FileIcon.d.ts +3 -3
- package/dist/types/icons/FilterIcon.d.ts +5 -5
- package/dist/types/icons/FlyIcon.d.ts +5 -6
- package/dist/types/icons/FolderIcon.d.ts +6 -0
- package/dist/types/icons/FoodLionIcon.d.ts +4 -4
- package/dist/types/icons/FoodLionNewIcon.d.ts +4 -4
- package/dist/types/icons/GiantFoodIcon.d.ts +5 -5
- package/dist/types/icons/GiantFoodIcon_new.d.ts +5 -5
- package/dist/types/icons/HannafordIcon.d.ts +4 -4
- package/dist/types/icons/HannafordIcon_new.d.ts +5 -4
- package/dist/types/icons/HannafordNewIcon.d.ts +2 -2
- package/dist/types/icons/InfoIcon.d.ts +5 -5
- package/dist/types/icons/LampIcon.d.ts +3 -3
- package/dist/types/icons/LegendLineIcon.d.ts +3 -3
- package/dist/types/icons/LegendUnionIcon.d.ts +3 -3
- package/dist/types/icons/MaintenanceIcon.d.ts +5 -5
- package/dist/types/icons/MenuItemClosedIcon.d.ts +3 -3
- package/dist/types/icons/MenuItemOpenIcon.d.ts +5 -6
- package/dist/types/icons/MenuItemRightIcon.d.ts +3 -3
- package/dist/types/icons/MenuItemUpIcon.d.ts +5 -6
- package/dist/types/icons/NoDataFoundIcon.d.ts +2 -2
- package/dist/types/icons/OkCircleIcon.d.ts +6 -0
- package/dist/types/icons/OkIcon.d.ts +6 -0
- package/dist/types/icons/OptionsIcon.d.ts +5 -5
- package/dist/types/icons/PeopleIcon.d.ts +6 -0
- package/dist/types/icons/Plus.d.ts +6 -0
- package/dist/types/icons/PlusIcon.d.ts +6 -0
- package/dist/types/icons/RedDot.d.ts +5 -0
- package/dist/types/icons/ReselectIcon.d.ts +5 -5
- package/dist/types/icons/SearchIcon.d.ts +3 -3
- package/dist/types/icons/ShoppingCartIcon.d.ts +2 -2
- package/dist/types/icons/ShoutIcon.d.ts +3 -3
- package/dist/types/icons/SortIcon.d.ts +6 -6
- package/dist/types/icons/SpotlightProductIcon.d.ts +3 -3
- package/dist/types/icons/StopAndShopIcon.d.ts +5 -5
- package/dist/types/icons/StopAndShopNewIcon.d.ts +5 -5
- package/dist/types/icons/SucceededIcon.d.ts +3 -3
- package/dist/types/icons/TheGiantCompanyIcon.d.ts +4 -4
- package/dist/types/icons/TheGiantCompanyNewIcon.d.ts +4 -4
- package/dist/types/icons/TrashIcon.d.ts +7 -0
- package/dist/types/icons/UpArrowIcon.d.ts +5 -0
- package/dist/types/icons/index.d.ts +20 -0
- package/dist/types/index.d.ts +50 -0
- package/dist/types/utils/CommonFunctions.d.ts +2 -1
- package/package.json +43 -41
- package/dist/types/components/AutocompleteField/AutocompleteField.d.ts +0 -15
- package/dist/types/components/AutocompleteField/AutocompleteField.stories.d.ts +0 -19
- package/dist/types/components/AutocompleteField/AutocompleteField.style.d.ts +0 -5
- package/dist/types/components/CampaignTool/CampaignDemoReport.stories.d.ts +0 -64
- package/dist/types/components/CampaignTool/MultipleCard.stories.d.ts +0 -31
- package/dist/types/components/CampaignTool/PageFilterBar.stories.d.ts +0 -23
- package/dist/types/components/CampaignTool/Popup.stories.d.ts +0 -166
- package/dist/types/components/CodeEditor/CodeEditor.style.d.ts +0 -2
- package/dist/types/components/Datepicker/Datepicker.d.ts +0 -12
- package/dist/types/components/Datepicker/Datepicker.stories.d.ts +0 -112
- package/dist/types/components/Datepicker/Datepicker.style.d.ts +0 -1
- package/dist/types/components/Dropdown/Dropdown.d.ts +0 -24
- package/dist/types/components/Dropdown/Dropdown.stories.d.ts +0 -451
- package/dist/types/components/Dropdown/Dropdown.style.d.ts +0 -1
- package/dist/types/components/DropdownMulti/DropdownMulti.d.ts +0 -75
- package/dist/types/components/DropdownMulti/DropdownMulti.stories.d.ts +0 -263
- package/dist/types/components/DropdownMulti/DropdownMulti.style.d.ts +0 -1
- package/dist/types/components/DropdownMultiNew/DropdownNew.stories.d.ts +0 -574
- package/dist/types/components/TextField/TextField.d.ts +0 -6
- package/dist/types/components/TextField/TextField.style.d.ts +0 -1
- package/dist/types/reactTestApp/App.d.ts +0 -2
- package/dist/types/reactTestApp/vite.config.d.ts +0 -2
- package/dist/types/utils/regex/OnlyEnglishLetters.regex.d.ts +0 -1
- /package/dist/types/components/{SingleBarLineCharts/SingleBar.test.d.ts → AreaChart/AreaChart.test.d.ts} +0 -0
- /package/dist/types/{reactTestApp/index.d.ts → components/BreakdownPanel/BreakdownPanel.test.d.ts} +0 -0
- /package/dist/types/components/{QuickFilterDropdownSingle/SagIconButton → SagIconButton}/SagIconButton.style.d.ts +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export function SortIcon({ width, height, fillUpperArrow, fillLowerArrow }: {
|
|
2
|
-
width?: string | undefined;
|
|
3
|
-
height?: string | undefined;
|
|
4
|
-
fillUpperArrow?: string | undefined;
|
|
5
|
-
fillLowerArrow?: string | undefined;
|
|
6
|
-
}): import("react/jsx-runtime").JSX.Element;
|
|
7
1
|
export default SortIcon;
|
|
2
|
+
declare function SortIcon({ width, height, fillUpperArrow, fillLowerArrow }: {
|
|
3
|
+
width?: string;
|
|
4
|
+
height?: string;
|
|
5
|
+
fillUpperArrow?: string;
|
|
6
|
+
fillLowerArrow?: string;
|
|
7
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export function SpotlightProductIcon({ clicked, width, height, color }: {
|
|
2
2
|
clicked: any;
|
|
3
|
-
width?: string
|
|
4
|
-
height?: string
|
|
5
|
-
color?: string
|
|
3
|
+
width?: string;
|
|
4
|
+
height?: string;
|
|
5
|
+
color?: string;
|
|
6
6
|
}): import("react/jsx-runtime").JSX.Element;
|
|
7
7
|
export default SpotlightProductIcon;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export
|
|
1
|
+
export default StopAndShopIcon;
|
|
2
|
+
declare function StopAndShopIcon({ clicked, width, height, viewBox }: {
|
|
2
3
|
clicked: any;
|
|
3
|
-
width?: string
|
|
4
|
-
height?: string
|
|
5
|
-
viewBox?: string
|
|
4
|
+
width?: string;
|
|
5
|
+
height?: string;
|
|
6
|
+
viewBox?: string;
|
|
6
7
|
}): import("react/jsx-runtime").JSX.Element;
|
|
7
|
-
export default StopAndShopIcon;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export function StopAndShopNewIcon({ width, height, viewBox }: {
|
|
2
|
-
width?: string | undefined;
|
|
3
|
-
height?: string | undefined;
|
|
4
|
-
viewBox?: string | undefined;
|
|
5
|
-
}): import("react/jsx-runtime").JSX.Element;
|
|
6
1
|
export default StopAndShopNewIcon;
|
|
2
|
+
declare function StopAndShopNewIcon({ width, height, viewBox }: {
|
|
3
|
+
width?: string;
|
|
4
|
+
height?: string;
|
|
5
|
+
viewBox?: string;
|
|
6
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export function SucceededIcon({ color, width, height }: {
|
|
2
|
-
color?: string
|
|
3
|
-
width?: string
|
|
4
|
-
height?: string
|
|
2
|
+
color?: string;
|
|
3
|
+
width?: string;
|
|
4
|
+
height?: string;
|
|
5
5
|
}): import("react/jsx-runtime").JSX.Element;
|
|
6
6
|
export default SucceededIcon;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export function TheGiantCompanyIcon({ width, height, }: {
|
|
2
|
-
width?: string | undefined;
|
|
3
|
-
height?: string | undefined;
|
|
4
|
-
}): import("react/jsx-runtime").JSX.Element;
|
|
5
1
|
export default TheGiantCompanyIcon;
|
|
2
|
+
declare function TheGiantCompanyIcon({ width, height, }: {
|
|
3
|
+
width?: string;
|
|
4
|
+
height?: string;
|
|
5
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export
|
|
1
|
+
export default TheGiantCompanyNewIcon;
|
|
2
|
+
declare function TheGiantCompanyNewIcon({ clicked, width, height, }: {
|
|
2
3
|
clicked: any;
|
|
3
|
-
width?: string
|
|
4
|
-
height?: string
|
|
4
|
+
width?: string;
|
|
5
|
+
height?: string;
|
|
5
6
|
}): import("react/jsx-runtime").JSX.Element;
|
|
6
|
-
export default TheGiantCompanyIcon;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export default TrashIcon;
|
|
2
|
+
/**
|
|
3
|
+
* TrashIcon component renders a trash/delete icon based on the given state.
|
|
4
|
+
* @param {('default'|'hover'|'disabled'|'active')} state - The visual state of the icon.
|
|
5
|
+
* @param {object} props - Additional props passed to the svg element.
|
|
6
|
+
*/
|
|
7
|
+
declare function TrashIcon({ state, ...props }: ('default' | 'hover' | 'disabled' | 'active')): import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
export { default as DownloadIcon } from './DownloadIcon';
|
|
2
|
+
export { default as FilterIcon } from './FilterIcon';
|
|
3
|
+
export { default as OptionsIcon } from './OptionsIcon';
|
|
4
|
+
export { default as DocumentIcon } from './DocumentIcon';
|
|
5
|
+
export { default as FlyIcon } from './FlyIcon';
|
|
6
|
+
export { default as BellIcon } from './BellIcon';
|
|
7
|
+
export { default as MaintenanceIcon } from './MaintenanceIcon';
|
|
8
|
+
export { default as ExitIcon } from './ExitIcon';
|
|
9
|
+
export { default as EyeIcon } from './EyeIcon';
|
|
10
|
+
export { default as ButtonArrowRight } from './ButtonArrowRight';
|
|
11
|
+
export { default as ReselectIcon } from './ReselectIcon';
|
|
12
|
+
export { default as SearchIcon } from './SearchIcon';
|
|
13
|
+
export { default as PlusIcon } from './PlusIcon';
|
|
14
|
+
export { default as ArrowLeftIcon } from './ArrowLeftIcon';
|
|
15
|
+
export { default as Plus } from './Plus';
|
|
16
|
+
export { default as ArrowRightFullIcon } from './ArrowRightFullIcon';
|
|
17
|
+
export { default as RedDot } from './RedDot';
|
|
18
|
+
export { default as TrashIcon } from './TrashIcon';
|
|
19
|
+
export { default as CalendarInOpen } from './CalendarInOpen';
|
|
20
|
+
export { default as Calendar } from './Calendar';
|
package/dist/types/index.d.ts
CHANGED
|
@@ -21,3 +21,53 @@ export { default as TotalHorizontalCharts } from "./components/TotalHorizontalCh
|
|
|
21
21
|
export { default as IconButton } from "./components/IconButton/IconButton.jsx";
|
|
22
22
|
export { default as DoublePanelDataRow } from "./components/DoublePanelDataRow/DoublePanelDataRow.jsx";
|
|
23
23
|
export { default as BarChart } from "./components/BarChart/BarChart.jsx";
|
|
24
|
+
export { default as DoubleBarSingleLine } from "./components/DoubleBarSingleLine/DoubleBarSingleLine.jsx";
|
|
25
|
+
export { default as AreaChart } from "./components/AreaChart/AreaChart.jsx";
|
|
26
|
+
export { default as BreakdownPanel } from "./components/BreakdownPanel/BreakdownPanel.jsx";
|
|
27
|
+
export { default as LinkButton } from "./components/LinkButton/LinkButton.jsx";
|
|
28
|
+
export { default as BubbleChart } from "./components/BubbleChart/BubbleChart.jsx";
|
|
29
|
+
export { default as BatteryChart } from "./components/BatteryChart/BatteryChart.jsx";
|
|
30
|
+
export { default as PerformanceAnalyticsLegend } from "./components/PerformanceAnalyticsLegend/PerformanceAnalyticsLegend.jsx";
|
|
31
|
+
export { default as BrushChart } from "./components/BrushChart/BrushChart.jsx";
|
|
32
|
+
export { default as SingleBarLineCharts } from "./components/SingleBarLineCharts/SingleBarLineCharts.jsx";
|
|
33
|
+
export { default as BarChartWithAreaChart } from "./components/BarChartWithAreaChart/BarChartWithAreaChart.jsx";
|
|
34
|
+
export { default as BarChartTwoRows } from "./components/BarChartTwoRows/BarChartTwoRows.jsx";
|
|
35
|
+
export { default as TwoBarCharts } from "./components/TwoBarCharts/TwoBarCharts.jsx";
|
|
36
|
+
export { default as CollapseData } from "./components/CollapseData/CollapseData.jsx";
|
|
37
|
+
export { default as InsightsCarousel } from "./components/InsightsCarousel/InsightsCarousel.jsx";
|
|
38
|
+
export { default as DownloadProgress } from "./components/DownloadProgress/DownloadProgress.jsx";
|
|
39
|
+
export { default as ModalWithOverlay } from "./components/ModalWithOverlay/ModalWithOverlay.jsx";
|
|
40
|
+
export { default as DropdownNew } from "./components/DropdownNew/DropdownNew.jsx";
|
|
41
|
+
export { default as WeeksPicker } from "./components/WeeksPicker/WeeksPicker.jsx";
|
|
42
|
+
export { default as Input } from "./components/Input/Input.jsx";
|
|
43
|
+
export { default as Tooltip } from "./components/Tooltip/Tooltip.jsx";
|
|
44
|
+
export { default as ToggleSwitch } from "./components/ToggleSwitch/ToggleSwitch.jsx";
|
|
45
|
+
export { default as ContainerTable } from "./components/ContainerTable/ContainerTable.jsx";
|
|
46
|
+
export { default as MenuRoute } from "./components/MenuRoute/MenuRoute.jsx";
|
|
47
|
+
export { default as Build } from "./components/MenuRoute/MenuIcons/Build.jsx";
|
|
48
|
+
export { default as Track } from "./components/MenuRoute/MenuIcons/Track.jsx";
|
|
49
|
+
export { default as Execute } from "./components/MenuRoute/MenuIcons/Execute.jsx";
|
|
50
|
+
export { default as Dashboard } from "./components/MenuRoute/MenuIcons/Dashboard.jsx";
|
|
51
|
+
export { default as Campaigns } from "./components/MenuRoute/MenuIcons/Campaigns.jsx";
|
|
52
|
+
export { default as Budgets } from "./components/MenuRoute/MenuIcons/Budgets.jsx";
|
|
53
|
+
export { default as SampleRunEngine } from "./components/MenuRoute/MenuIcons/SampleRunEngine.jsx";
|
|
54
|
+
export { default as Coupons } from "./components/MenuRoute/MenuIcons/Coupons.jsx";
|
|
55
|
+
export { default as RulesEngine } from "./components/MenuRoute/MenuIcons/RulesEngine.jsx";
|
|
56
|
+
export { default as AdvancedThresholds } from "./components/MenuRoute/MenuIcons/AdvancedThresholds.jsx";
|
|
57
|
+
export { default as PreTestWhatIf } from "./components/MenuRoute/MenuIcons/PreTestWhatIf.jsx";
|
|
58
|
+
export { default as CustomerSegments } from "./components/MenuRoute/MenuIcons/CustomerSegments.jsx";
|
|
59
|
+
export { default as GroupBuilder } from "./components/MenuRoute/MenuIcons/GroupBuilder.jsx";
|
|
60
|
+
export { default as ItemsStores } from "./components/MenuRoute/MenuIcons/ItemsStores.jsx";
|
|
61
|
+
export { default as Analytics } from "./components/MenuRoute/MenuIcons/Analytics.jsx";
|
|
62
|
+
export { default as Table } from "./components/Table/Table.jsx";
|
|
63
|
+
export { default as FilterPop } from "./components/Table/DropMenus/FilterPop.jsx";
|
|
64
|
+
export { default as SortPop } from "./components/Table/DropMenus/SortPop.jsx";
|
|
65
|
+
export { default as RangePop } from "./components/Table/DropMenus/RangePop.jsx";
|
|
66
|
+
export { default as SearchInput } from "./components/SearchInput/SearchInput.jsx";
|
|
67
|
+
export { default as ItemManagerPanel } from "./components/ItemManagerPanel/ItemManagerPanel.jsx";
|
|
68
|
+
export { default as ModalDrawer } from "./components/ModalDrawer/ModalDrawer.jsx";
|
|
69
|
+
export { default as OverlayDropdown } from "./components/OverlayDropdown/OverlayDropdown.jsx";
|
|
70
|
+
export { default as MessageBox } from "./components/MessageBox/MessageBox.jsx";
|
|
71
|
+
export { default as ToasterMessageBox } from "./components/ToasterMessageBox/ToasterMessageBox.jsx";
|
|
72
|
+
export { default as QuickFilterCards } from "./components/QuickFilterCards/QuickFilterCards.jsx";
|
|
73
|
+
export { default as RangePicker } from "./components/RangePicker/RangePicker.jsx";
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export function getCurrencySign(currencyTypeToConvert: any, value: any): string;
|
|
2
|
+
export function getMaxCharsPerLine(len: any): 20 | 15 | 10 | 5;
|
|
2
3
|
export function getFormattedUnits(num: any): "" | "B" | "M" | "K";
|
|
3
|
-
export function getFormattedValue(num: any): string
|
|
4
|
+
export function getFormattedValue(num: any, decimal?: boolean): string;
|
|
4
5
|
export function formattedValue(num: any): any;
|
|
5
6
|
export function getNumberWithCommas(x: any): any;
|
|
6
7
|
export function isNumericValue(num: any): boolean;
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sag_components",
|
|
3
|
-
"version": "2.0.0-
|
|
3
|
+
"version": "2.0.0-beta141",
|
|
4
4
|
"description": "",
|
|
5
|
-
"main": "dist/index.js",
|
|
5
|
+
"main": "dist/index.cjs.js",
|
|
6
6
|
"module": "dist/index.esm.js",
|
|
7
7
|
"types": "dist/index.d.ts",
|
|
8
8
|
"files": [
|
|
@@ -11,8 +11,10 @@
|
|
|
11
11
|
"scripts": {
|
|
12
12
|
"build": "tsc && rollup -c",
|
|
13
13
|
"start": "vite dev --open",
|
|
14
|
-
"test": "jest",
|
|
14
|
+
"test": "jest --env=jsdom",
|
|
15
15
|
"lint": "eslint . --fix",
|
|
16
|
+
"clean": "rimraf dist",
|
|
17
|
+
"build:full": "npm run clean && npm run build && npm link",
|
|
16
18
|
"storybook": "storybook dev -p 6006",
|
|
17
19
|
"build-storybook": "storybook build"
|
|
18
20
|
},
|
|
@@ -20,34 +22,31 @@
|
|
|
20
22
|
"author": "SAG",
|
|
21
23
|
"license": "ISC",
|
|
22
24
|
"devDependencies": {
|
|
23
|
-
"@babel/cli": "^7.24.5",
|
|
24
|
-
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
|
|
25
25
|
"@babel/preset-env": "^7.24.5",
|
|
26
26
|
"@babel/preset-react": "^7.24.1",
|
|
27
27
|
"@babel/preset-typescript": "^7.24.1",
|
|
28
|
+
"@chromatic-com/storybook": "^3.2.5",
|
|
29
|
+
"@rollup/plugin-babel": "^6.0.3",
|
|
28
30
|
"@rollup/plugin-commonjs": "^24.0.0",
|
|
31
|
+
"@rollup/plugin-json": "^6.1.0",
|
|
29
32
|
"@rollup/plugin-node-resolve": "^13.0.6",
|
|
30
|
-
"@
|
|
31
|
-
"@
|
|
32
|
-
"@storybook/addon-
|
|
33
|
-
"@storybook/addon-
|
|
34
|
-
"@storybook/addon-
|
|
35
|
-
"@storybook/
|
|
36
|
-
"@storybook/
|
|
37
|
-
"@storybook/
|
|
38
|
-
"@storybook/
|
|
39
|
-
"@storybook/
|
|
40
|
-
"@storybook/
|
|
41
|
-
"@storybook/
|
|
33
|
+
"@rollup/plugin-typescript": "^12.1.2",
|
|
34
|
+
"@rollup/plugin-url": "^8.0.2",
|
|
35
|
+
"@storybook/addon-designs": "^8.2.0",
|
|
36
|
+
"@storybook/addon-essentials": "^8.6.4",
|
|
37
|
+
"@storybook/addon-interactions": "^8.6.4",
|
|
38
|
+
"@storybook/addon-links": "^8.6.4",
|
|
39
|
+
"@storybook/addon-storysource": "^8.6.4",
|
|
40
|
+
"@storybook/addon-webpack5-compiler-babel": "^3.0.5",
|
|
41
|
+
"@storybook/blocks": "^8.6.4",
|
|
42
|
+
"@storybook/manager-api": "^8.6.4",
|
|
43
|
+
"@storybook/react": "^8.6.4",
|
|
44
|
+
"@storybook/react-webpack5": "^8.6.4",
|
|
45
|
+
"@storybook/theming": "^8.6.4",
|
|
42
46
|
"@testing-library/jest-dom": "^6.4.5",
|
|
43
47
|
"@testing-library/react": "^15.0.7",
|
|
44
|
-
"@types/node": "^22.13.4",
|
|
45
|
-
"@types/react": "^18.3.18",
|
|
46
|
-
"@types/rollup-plugin-peer-deps-external": "^2.2.5",
|
|
47
|
-
"@vitejs/plugin-react": "^4.3.4",
|
|
48
48
|
"babel-plugin-react-css-modules": "^5.2.6",
|
|
49
|
-
"
|
|
50
|
-
"cross-env": "^7.0.3",
|
|
49
|
+
"chromatic": "^11.27.0",
|
|
51
50
|
"css-loader": "^6.8.1",
|
|
52
51
|
"eslint": "^8.56.0",
|
|
53
52
|
"eslint-config-google": "^0.14.0",
|
|
@@ -56,41 +55,40 @@
|
|
|
56
55
|
"eslint-plugin-jsx-a11y": "^6.8.0",
|
|
57
56
|
"eslint-plugin-react": "^7.34.1",
|
|
58
57
|
"eslint-plugin-react-hooks": "^4.6.2",
|
|
58
|
+
"eslint-plugin-storybook": "^0.11.4",
|
|
59
59
|
"jest": "^29.7.0",
|
|
60
60
|
"jest-environment-jsdom": "^29.7.0",
|
|
61
|
-
"
|
|
61
|
+
"raw-loader": "^4.0.2",
|
|
62
|
+
"react-css-modules": "^4.7.11",
|
|
63
|
+
"react-dom": "^18.3.1",
|
|
64
|
+
"rimraf": "^6.0.1",
|
|
62
65
|
"rollup": "^2.60.0",
|
|
66
|
+
"rollup-plugin-dts": "4.2.3",
|
|
63
67
|
"rollup-plugin-peer-deps-external": "^2.2.3",
|
|
64
68
|
"rollup-plugin-postcss": "^4.0.2",
|
|
65
|
-
"
|
|
66
|
-
"
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
"
|
|
70
|
-
"
|
|
71
|
-
"typescript": "^4.9.5",
|
|
72
|
-
"vite": "^6.1.0"
|
|
69
|
+
"storybook": "^8.6.4",
|
|
70
|
+
"style-loader": "^3.3.4"
|
|
71
|
+
},
|
|
72
|
+
"peerDependencies": {
|
|
73
|
+
"react": "^18.3.1",
|
|
74
|
+
"react-dom": "^18.3.1"
|
|
73
75
|
},
|
|
74
76
|
"dependencies": {
|
|
75
77
|
"@emotion/react": "^11.11.4",
|
|
76
78
|
"@emotion/styled": "^11.11.5",
|
|
77
|
-
"@mui/icons-material": "^5.15.16",
|
|
78
|
-
"@mui/material": "^5.15.16",
|
|
79
|
-
"@mui/x-date-pickers": "^6.18.6",
|
|
80
79
|
"classnames": "^2.3.2",
|
|
81
|
-
"dayjs": "^1.11.10",
|
|
82
80
|
"framer-motion": "^11.15.0",
|
|
81
|
+
"lottie-react": "^2.4.1",
|
|
83
82
|
"moment": "^2.30.1",
|
|
84
83
|
"prop-types": "^15.8.1",
|
|
85
|
-
"react": "^18.
|
|
84
|
+
"react": "^18.3.1",
|
|
86
85
|
"react-ace": "^10.1.0",
|
|
87
|
-
"react-css-modules": "^4.7.11",
|
|
88
86
|
"react-hook-form": "^7.46.2",
|
|
89
87
|
"react-icons": "^5.0.1",
|
|
90
88
|
"react-loading-skeleton": "^3.3.1",
|
|
91
89
|
"recharts": "^2.15.0",
|
|
92
|
-
"
|
|
93
|
-
"
|
|
90
|
+
"styled-components": "^6.1.15",
|
|
91
|
+
"typescript": "^4.9.5"
|
|
94
92
|
},
|
|
95
93
|
"browserslist": {
|
|
96
94
|
"production": [
|
|
@@ -104,5 +102,9 @@
|
|
|
104
102
|
"last 1 safari version"
|
|
105
103
|
]
|
|
106
104
|
},
|
|
107
|
-
"
|
|
105
|
+
"jest": {
|
|
106
|
+
"setupFilesAfterEnv": [
|
|
107
|
+
"<rootDir>/setupTests.js"
|
|
108
|
+
]
|
|
109
|
+
}
|
|
108
110
|
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
export default AutocompleteField;
|
|
2
|
-
declare function AutocompleteField(props: any): import("react/jsx-runtime").JSX.Element;
|
|
3
|
-
declare namespace AutocompleteField {
|
|
4
|
-
namespace propTypes {
|
|
5
|
-
const choices: PropTypes.Requireable<(string | null | undefined)[]>;
|
|
6
|
-
const onSelect: PropTypes.Requireable<(...args: any[]) => any>;
|
|
7
|
-
}
|
|
8
|
-
namespace defaultProps {
|
|
9
|
-
const choices_1: string[];
|
|
10
|
-
export { choices_1 as choices };
|
|
11
|
-
export function onSelect_1(): void;
|
|
12
|
-
export { onSelect_1 as onSelect };
|
|
13
|
-
}
|
|
14
|
-
}
|
|
15
|
-
import PropTypes from "prop-types";
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
declare namespace _default {
|
|
2
|
-
export const title: string;
|
|
3
|
-
export { AutocompleteField as component };
|
|
4
|
-
export namespace argTypes {
|
|
5
|
-
namespace choices {
|
|
6
|
-
const control: string;
|
|
7
|
-
const description: string;
|
|
8
|
-
}
|
|
9
|
-
}
|
|
10
|
-
}
|
|
11
|
-
export default _default;
|
|
12
|
-
export function Default(args: any): import("react/jsx-runtime").JSX.Element;
|
|
13
|
-
export namespace Default {
|
|
14
|
-
namespace args {
|
|
15
|
-
const choices_1: string[];
|
|
16
|
-
export { choices_1 as choices };
|
|
17
|
-
}
|
|
18
|
-
}
|
|
19
|
-
import AutocompleteField from "./AutocompleteField";
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
export const AutocompleteContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
2
|
-
export const AutocompleteInput: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, never>> & string;
|
|
3
|
-
export const AutocompleteLabel: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").LabelHTMLAttributes<HTMLLabelElement>, HTMLLabelElement>, never>> & string;
|
|
4
|
-
export const AutocompleteOptions: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
5
|
-
export const AutocompleteOption: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
@@ -1,64 +0,0 @@
|
|
|
1
|
-
declare namespace _default {
|
|
2
|
-
export const title: string;
|
|
3
|
-
export { CampaignDemoReport as component };
|
|
4
|
-
export const tags: string[];
|
|
5
|
-
export namespace argTypes {
|
|
6
|
-
namespace topHeadline {
|
|
7
|
-
const name: string;
|
|
8
|
-
namespace control {
|
|
9
|
-
const type: string;
|
|
10
|
-
}
|
|
11
|
-
const defaultValue: string;
|
|
12
|
-
}
|
|
13
|
-
namespace topLabels {
|
|
14
|
-
const name_1: string;
|
|
15
|
-
export { name_1 as name };
|
|
16
|
-
export namespace control_1 {
|
|
17
|
-
const type_1: string;
|
|
18
|
-
export { type_1 as type };
|
|
19
|
-
}
|
|
20
|
-
export { control_1 as control };
|
|
21
|
-
}
|
|
22
|
-
namespace bottomHeadline {
|
|
23
|
-
const name_2: string;
|
|
24
|
-
export { name_2 as name };
|
|
25
|
-
export namespace control_2 {
|
|
26
|
-
const type_2: string;
|
|
27
|
-
export { type_2 as type };
|
|
28
|
-
}
|
|
29
|
-
export { control_2 as control };
|
|
30
|
-
const defaultValue_1: string;
|
|
31
|
-
export { defaultValue_1 as defaultValue };
|
|
32
|
-
}
|
|
33
|
-
namespace bottomLabels {
|
|
34
|
-
const name_3: string;
|
|
35
|
-
export { name_3 as name };
|
|
36
|
-
export namespace control_3 {
|
|
37
|
-
const type_3: string;
|
|
38
|
-
export { type_3 as type };
|
|
39
|
-
}
|
|
40
|
-
export { control_3 as control };
|
|
41
|
-
}
|
|
42
|
-
}
|
|
43
|
-
}
|
|
44
|
-
export default _default;
|
|
45
|
-
export function Example(args: any): import("react/jsx-runtime").JSX.Element;
|
|
46
|
-
export namespace Example {
|
|
47
|
-
namespace args {
|
|
48
|
-
const topHeadline_1: string;
|
|
49
|
-
export { topHeadline_1 as topHeadline };
|
|
50
|
-
const topLabels_1: {
|
|
51
|
-
icon: string;
|
|
52
|
-
value: string;
|
|
53
|
-
}[];
|
|
54
|
-
export { topLabels_1 as topLabels };
|
|
55
|
-
const bottomHeadline_1: string;
|
|
56
|
-
export { bottomHeadline_1 as bottomHeadline };
|
|
57
|
-
const bottomLabels_1: {
|
|
58
|
-
icon: string;
|
|
59
|
-
value: string;
|
|
60
|
-
}[];
|
|
61
|
-
export { bottomLabels_1 as bottomLabels };
|
|
62
|
-
}
|
|
63
|
-
}
|
|
64
|
-
import CampaignDemoReport from "./CampaignDemoReport";
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
declare namespace _default {
|
|
2
|
-
export const title: string;
|
|
3
|
-
export { MultipleCard as component };
|
|
4
|
-
export const tags: string[];
|
|
5
|
-
export namespace argTypes {
|
|
6
|
-
namespace width {
|
|
7
|
-
const name: string;
|
|
8
|
-
namespace control {
|
|
9
|
-
const type: string;
|
|
10
|
-
}
|
|
11
|
-
const description: string;
|
|
12
|
-
}
|
|
13
|
-
namespace height {
|
|
14
|
-
const name_1: string;
|
|
15
|
-
export { name_1 as name };
|
|
16
|
-
export namespace control_1 {
|
|
17
|
-
const type_1: string;
|
|
18
|
-
export { type_1 as type };
|
|
19
|
-
}
|
|
20
|
-
export { control_1 as control };
|
|
21
|
-
const description_1: string;
|
|
22
|
-
export { description_1 as description };
|
|
23
|
-
}
|
|
24
|
-
}
|
|
25
|
-
}
|
|
26
|
-
export default _default;
|
|
27
|
-
export function CardsList(args: any): import("react/jsx-runtime").JSX.Element;
|
|
28
|
-
export namespace CardsList {
|
|
29
|
-
const args: {};
|
|
30
|
-
}
|
|
31
|
-
import MultipleCard from "../CampaignTool/MultipleCard";
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
declare namespace _default {
|
|
2
|
-
export const title: string;
|
|
3
|
-
export { PageFilterBar as component };
|
|
4
|
-
export namespace argTypes {
|
|
5
|
-
namespace pageHeadline {
|
|
6
|
-
const name: string;
|
|
7
|
-
namespace control {
|
|
8
|
-
const type: string;
|
|
9
|
-
}
|
|
10
|
-
const description: string;
|
|
11
|
-
const defaultValue: string;
|
|
12
|
-
}
|
|
13
|
-
}
|
|
14
|
-
}
|
|
15
|
-
export default _default;
|
|
16
|
-
export function OffersPage(args: any): import("react/jsx-runtime").JSX.Element;
|
|
17
|
-
export namespace OffersPage {
|
|
18
|
-
namespace args {
|
|
19
|
-
const pageHeadline_1: string;
|
|
20
|
-
export { pageHeadline_1 as pageHeadline };
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
|
-
import PageFilterBar from "../CampaignTool/PageFilterBar";
|