sag_components 2.0.0-beta30 → 2.0.0-beta300
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 +778 -281
- package/dist/index.esm.js +41110 -12908
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +37793 -9538
- 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 +95 -0
- package/dist/types/components/BannerEventBox/BannerEventBox.d.ts +0 -37
- package/dist/types/components/BannerEventBox/BannerEventBox.stories.d.ts +40 -0
- package/dist/types/components/BannerEventBoxList/BannerEventBoxList.d.ts +0 -69
- package/dist/types/components/BannerEventBoxList/BannerEventBoxList.stories.d.ts +28 -0
- 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 +19 -0
- package/dist/types/components/BarChart/BarChart.d.ts +7 -4
- package/dist/types/components/BarChart/BarChart.stories.d.ts +179 -0
- package/dist/types/components/BarChartTwoRows/BarChartTwoRows.d.ts +0 -80
- package/dist/types/components/BarChartTwoRows/BarChartTwoRows.stories.d.ts +199 -0
- 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 +112 -0
- package/dist/types/components/BarChartsByWeeks/BarChartsByWeeks.d.ts +6 -6
- package/dist/types/components/BarChartsByWeeks/BarChartsByWeeks.stories.d.ts +207 -0
- 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 +167 -0
- 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/BreakdownPanel.test.d.ts +1 -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/BrushChart/BrushChart.stories.d.ts +150 -0
- 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 +245 -0
- 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 +126 -0
- package/dist/types/components/CheckBoxButton/CheckBoxButton.d.ts +14 -14
- package/dist/types/components/CheckBoxButton/CheckBoxButton.stories.d.ts +187 -0
- package/dist/types/components/CollapseData/CollapseData.d.ts +11 -5
- package/dist/types/components/CollapseData/CollapseData.stories.d.ts +59 -0
- package/dist/types/components/CollapseHeader/CollapseHeader.d.ts +2 -2
- package/dist/types/components/CollapseHeader/CollapseHeader.stories.d.ts +101 -0
- package/dist/types/components/CollapseMenuItem/CollapseMenuItem.stories.d.ts +54 -0
- package/dist/types/components/ContainerTable/ContainerTable.d.ts +2 -0
- package/dist/types/components/ContainerTable/ContainerTable.stories.d.ts +61 -0
- 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 +31 -0
- package/dist/types/components/DoubleBarSingleLine/DoubleBarSingleLine.d.ts +2 -0
- package/dist/types/components/DoubleBarSingleLine/DoubleBarSingleLine.stories.d.ts +265 -0
- package/dist/types/components/DoubleBarSingleLine/DoubleBarSingleLine.style.d.ts +10 -0
- package/dist/types/components/DoublePanelDataRow/DoublePanelDataRow.stories.d.ts +72 -0
- package/dist/types/components/DownloadProgress/DownloadProgress.d.ts +6 -0
- package/dist/types/components/DownloadProgress/DownloadProgress.stories.d.ts +110 -0
- package/dist/types/components/DownloadProgress/DownloadProgress.style.d.ts +1 -0
- package/dist/types/components/DropdownMultiNew/DropdownMultiNew.d.ts +4 -61
- package/dist/types/components/DropdownNew/DropdownNew.d.ts +1 -80
- package/dist/types/components/DropdownNew/DropdownNew.stories.d.ts +324 -0
- package/dist/types/components/DropdownSingleNew/DropdownSingleNew.d.ts +5 -58
- package/dist/types/components/EventDetailsCard/EventDetailsCard.d.ts +2 -2
- package/dist/types/components/EventDetailsCard/EventDetailsCard.stories.d.ts +122 -0
- package/dist/types/components/EventList/EventList.d.ts +3 -3
- package/dist/types/components/EventList/EventList.stories.d.ts +67 -0
- package/dist/types/components/EventListItem/EventListItem.stories.d.ts +67 -0
- 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 +9 -0
- package/dist/types/components/FilterPanel/FilterPanel.d.ts +10 -10
- package/dist/types/components/FilterPanel/FilterPanel.stories.d.ts +173 -0
- package/dist/types/components/FormattedValue/FormattedValue.stories.d.ts +131 -0
- package/dist/types/components/Heatmap/Heatmap.d.ts +2 -2
- package/dist/types/components/Heatmap/Heatmap.stories.d.ts +59 -0
- package/dist/types/components/Heatmap/Heatmap.style.d.ts +1 -1
- package/dist/types/components/IconButton/IconButton.stories.d.ts +89 -0
- package/dist/types/components/Input/Input.d.ts +36 -1
- package/dist/types/components/Input/Input.stories.d.ts +410 -0
- package/dist/types/components/Input/Input.style.d.ts +1 -0
- package/dist/types/components/InputOld/InputOld.d.ts +2 -2
- package/dist/types/components/InputOld/InputOld.stories.d.ts +109 -0
- 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 +19 -0
- package/dist/types/components/ItemManagerPanel/ItemManagerPanel.stories.d.ts +171 -0
- package/dist/types/components/ItemManagerPanel/ItemManagerPanel.style.d.ts +27 -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 +10 -0
- package/dist/types/components/ItemManagerPanel/NewSubitem/NewSubitem.style.d.ts +16 -0
- package/dist/types/components/ItemManagerPanel/NewSubitemList/NewSubitemList.d.ts +2 -0
- package/dist/types/components/ItemManagerPanel/NewSubitemList/NewSubitemList.style.d.ts +19 -0
- package/dist/types/components/ItemManagerPanel/SuccessScreen/SuccessScreen.d.ts +9 -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 +174 -0
- package/dist/types/components/LinkButton/LinkButton.d.ts +9 -9
- package/dist/types/components/LinkButton/LinkButton.stories.d.ts +110 -0
- package/dist/types/components/LinnerDataBox/LinnerDataBox.d.ts +0 -33
- package/dist/types/components/LinnerDataBox/LinnerDataBox.data.d.ts +4 -12
- package/dist/types/components/LinnerDataBox/LinnerDataBox.stories.d.ts +39 -0
- 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 +134 -0
- package/dist/types/components/MarketShareDescription/MarketShareDescription.d.ts +3 -3
- package/dist/types/components/MarketShareDescription/MarketShareDescription.stories.d.ts +70 -0
- 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 +19 -0
- package/dist/types/components/MessageBox/MessageBox.stories.d.ts +127 -0
- package/dist/types/components/MessageBox/MessageBox.styles.d.ts +8 -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 +8 -0
- package/dist/types/components/MonthPicker/MonthPicker.d.ts +3 -2
- package/dist/types/components/MonthPicker/MonthPicker.stories.d.ts +148 -0
- 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 +39 -0
- 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 +396 -0
- package/dist/types/components/OneColumnContainer/OneColumnContainer.style.d.ts +2 -0
- package/dist/types/components/OverlayDropdown/OverlayDropdown.d.ts +27 -0
- package/dist/types/components/OverlayDropdown/OverlayDropdown.stories.d.ts +650 -0
- package/dist/types/components/OverlayDropdown/OverlayDropdown.style.d.ts +10 -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 +175 -0
- package/dist/types/components/PerformanceAnalyticsLegend/PerformanceAnalyticsLegend.d.ts +0 -27
- package/dist/types/components/PerformanceAnalyticsLegend/PerformanceAnalyticsLegend.stories.d.ts +43 -0
- package/dist/types/components/PerformanceAnalyticsOneColumn/PerformanceAnalyticsOneColumn.d.ts +9 -9
- package/dist/types/components/PerformanceAnalyticsOneColumn/PerformanceAnalyticsOneColumn.stories.d.ts +153 -0
- package/dist/types/components/PerformanceAnalyticsTotals/PerformanceAnalyticsTotals.d.ts +2 -2
- package/dist/types/components/PerformanceAnalyticsTotals/PerformanceAnalyticsTotals.stories.d.ts +42 -0
- package/dist/types/components/PieChart/PieChart.d.ts +6 -6
- package/dist/types/components/PieChart/PieChart.stories.d.ts +201 -0
- package/dist/types/components/PopupCharts/PopupCharts.d.ts +4 -4
- package/dist/types/components/PopupCharts/PopupCharts.stories.d.ts +89 -0
- package/dist/types/components/ProductsVariety/ProductsVariety.d.ts +2 -2
- package/dist/types/components/ProductsVariety/ProductsVariety.stories.d.ts +48 -0
- package/dist/types/components/ProgressBar/ProgressBar.stories.d.ts +65 -0
- package/dist/types/components/QuarterPicker/QuarterPicker.d.ts +3 -2
- package/dist/types/components/QuarterPicker/QuarterPicker.stories.d.ts +148 -0
- 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 +17 -15
- package/dist/types/components/QuickFilter/QuickFilter.stories.d.ts +270 -0
- package/dist/types/components/QuickFilterCards/QuickFilterCards.d.ts +7 -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 +15 -7
- package/dist/types/components/QuickFilterDropdownMultiSelection/QuickFilterDropdownMultiSelection.style.d.ts +5 -0
- package/dist/types/components/QuickFilterDropdownSingle/QuickFilterDropdownSingle.d.ts +6 -6
- package/dist/types/components/RangePicker/RangePicker.stories.d.ts +148 -0
- package/dist/types/components/ReportTable/ReportTable.d.ts +5 -5
- package/dist/types/components/ReportTable/ReportTable.stories.d.ts +139 -0
- package/dist/types/components/SagButton/SagButton.stories.d.ts +142 -0
- package/dist/types/components/{QuickFilterDropdownSingle/SagIconButton → SagIconButton}/SagIconButton.d.ts +3 -3
- package/dist/types/components/SagIconButton/SagIconButton.stories.d.ts +129 -0
- package/dist/types/components/SagInput/SagInput.stories.d.ts +71 -0
- package/dist/types/components/SalesAndROI/SalesAndROI.d.ts +3 -3
- package/dist/types/components/SalesAndROI/SalesAndROI.stories.d.ts +139 -0
- package/dist/types/components/SearchInput/SearchInput.d.ts +0 -22
- package/dist/types/components/SearchInput/SearchInput.stories.d.ts +93 -0
- 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 +168 -0
- package/dist/types/components/Select/Select.stories.d.ts +252 -0
- package/dist/types/components/SingleBarLineCharts/SingleBarLineCharts.d.ts +25 -25
- package/dist/types/components/SingleBarLineCharts/SingleBarLineCharts.stories.d.ts +226 -0
- 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 +171 -0
- package/dist/types/components/TabMenu/TabMenu.style.d.ts +3 -50
- package/dist/types/components/Table/DropMenus/Dropdown.d.ts +41 -0
- package/dist/types/components/Table/DropMenus/Dropdown.styles.d.ts +5 -0
- 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 +9 -0
- package/dist/types/components/Table/DropMenus/RangePop.d.ts +2 -0
- package/dist/types/components/Table/DropMenus/RangePop.style.d.ts +11 -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/NoSearchUpcIcon.d.ts +5 -0
- package/dist/types/components/Table/NoUpcIcon.d.ts +5 -0
- package/dist/types/components/Table/NothingToTrack.d.ts +5 -0
- package/dist/types/components/Table/SortIcon.d.ts +6 -0
- package/dist/types/components/Table/Table.d.ts +5 -0
- package/dist/types/components/Table/Table.stories.d.ts +1038 -0
- package/dist/types/components/Table/Table.style.d.ts +20 -0
- package/dist/types/components/Table/TableBody.d.ts +3 -0
- package/dist/types/components/Table/TableBody.styles.d.ts +36 -0
- package/dist/types/components/Table/TableHeader.d.ts +20 -0
- package/dist/types/components/Table/TableHeader.styles.d.ts +8 -0
- package/dist/types/components/Table/data.d.ts +454 -0
- package/dist/types/components/Table/hook.d.ts +16 -0
- package/dist/types/components/Tag/Tag.d.ts +2 -0
- package/dist/types/components/Tag/Tag.stories.d.ts +112 -0
- package/dist/types/components/Tag/Tag.style.d.ts +1 -0
- package/dist/types/components/TextEllipsisTooltip/TextEllipsisTooltip.d.ts +2 -0
- package/dist/types/components/TextEllipsisTooltip/TextEllipsisTooltip.style.d.ts +4 -0
- package/dist/types/components/TitleDescription/TitleDescription.d.ts +2 -2
- package/dist/types/components/TitleDescription/TitleDescription.stories.d.ts +90 -0
- package/dist/types/components/ToasterMessageBox/ToasterMessageBox.d.ts +11 -0
- package/dist/types/components/ToasterMessageBox/ToasterMessageBox.stories.d.ts +67 -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/Tooltip/Tooltip.stories.d.ts +83 -0
- package/dist/types/components/TopToggleList/TopToggleList.stories.d.ts +25 -0
- package/dist/types/components/TotalBenchmark/TotalBenchmark.stories.d.ts +101 -0
- package/dist/types/components/TotalBenchmarkAreachart/TotalBenchmarkAreachart.d.ts +3 -3
- package/dist/types/components/TotalBenchmarkAreachart/TotalBenchmarkAreachart.stories.d.ts +240 -0
- package/dist/types/components/TotalBenchmarkArrows/TotalBenchmarkArrows.d.ts +4 -7
- package/dist/types/components/TotalBenchmarkArrows/TotalBenchmarkArrows.stories.d.ts +145 -0
- package/dist/types/components/TotalBenchmarkBarchart/TotalBenchmarkBarchart.d.ts +2 -2
- package/dist/types/components/TotalBenchmarkBarchart/TotalBenchmarkBarchart.stories.d.ts +155 -0
- package/dist/types/components/TotalDoughnutChart/TotalDoughnutChart.d.ts +20 -4
- package/dist/types/components/TotalDoughnutChart/TotalDoughnutChart.stories.d.ts +241 -0
- package/dist/types/components/TotalHorizontalCharts/TotalHorizontalCharts.d.ts +3 -3
- package/dist/types/components/TotalHorizontalCharts/TotalHorizontalCharts.stories.d.ts +214 -0
- package/dist/types/components/TwoBarCharts/TwoBarCharts.d.ts +7 -4
- package/dist/types/components/TwoBarCharts/TwoBarCharts.stories.d.ts +172 -0
- package/dist/types/components/WeeksPicker/WeeksCalendar.d.ts +40 -0
- package/dist/types/components/WeeksPicker/WeeksCalendar.styles.d.ts +5 -0
- package/dist/types/components/WeeksPicker/WeeksPicker.d.ts +21 -0
- package/dist/types/components/WeeksPicker/WeeksPicker.stories.d.ts +124 -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 +6 -0
- 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 +6 -0
- 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/CommentIcon.d.ts +7 -0
- 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 +7 -0
- 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 +5 -0
- package/dist/types/icons/HeroIcon.d.ts +6 -0
- 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/PackageSendIcon.d.ts +2 -0
- package/dist/types/icons/PenIcon.d.ts +6 -0
- package/dist/types/icons/PencilIcon.d.ts +6 -0
- 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/Sort.d.ts +1 -0
- 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/UploadIcon.d.ts +7 -0
- package/dist/types/icons/UploadIconV2.d.ts +6 -0
- package/dist/types/icons/VIcon.d.ts +6 -0
- package/dist/types/icons/index.d.ts +24 -0
- package/dist/types/index.d.ts +52 -0
- package/dist/types/utils/CommonFunctions.d.ts +6 -1
- package/dist/types/utils/ComponentFactory.d.ts +4 -0
- package/dist/types/utils/IconsHandler.d.ts +1 -1
- package/dist/types/utils/UtilsComponents/CustomTooltip.d.ts +6 -0
- package/dist/types/utils/UtilsComponents/TitleWithCustomTooltip.d.ts +7 -0
- package/dist/types/utils/UtilsComponents/useTextOverflow.d.ts +8 -0
- package/package.json +39 -38
- package/dist/App.js +0 -56
- package/dist/App.test.js +0 -10
- package/dist/Button.test.js +0 -162
- package/dist/LinkButton.test.js +0 -150
- package/dist/SingleBar.test.js +0 -120
- package/dist/setupTests.js +0 -15
- package/dist/stories/AttachedFile.stories.js +0 -37
- package/dist/stories/AutocompleteField.stories.js +0 -25
- package/dist/stories/BannerEventBox.stories.js +0 -59
- package/dist/stories/BannerEventBoxList.stories.js +0 -39
- package/dist/stories/BannerEventBoxTest.stories.js +0 -27
- package/dist/stories/BannersDropdown.stories.js +0 -64
- package/dist/stories/BarChart.stories.js +0 -306
- package/dist/stories/BarChartTwoRows.stories.js +0 -259
- package/dist/stories/BarChartWithAreaChart.stories.js +0 -134
- package/dist/stories/BarChartsByWeeks.stories.js +0 -445
- package/dist/stories/Benchmark.stories.js +0 -147
- package/dist/stories/Button.stories.js +0 -255
- package/dist/stories/CampaignDemoReport.stories.js +0 -65
- package/dist/stories/CampaignTool/Card.stories.js +0 -92
- package/dist/stories/CampaignTool/MultipleCard.stories.js +0 -33
- package/dist/stories/CampaignTool/PageFilterBar.stories.js +0 -28
- package/dist/stories/CampaignTool/Popup.stories.js +0 -697
- package/dist/stories/CampaignTool/PopupContent.stories.js +0 -284
- package/dist/stories/CampaignTool/Table.stories.js +0 -104
- package/dist/stories/CheckBox.stories.js +0 -107
- package/dist/stories/CheckBoxButton.stories.js +0 -150
- package/dist/stories/CollapseData.stories.js +0 -125
- package/dist/stories/CollapseHeader.stories.js +0 -123
- package/dist/stories/CollapseMenuItem.stories.js +0 -134
- package/dist/stories/Datepicker.stories.js +0 -85
- package/dist/stories/DialogOverlay.stories.js +0 -39
- package/dist/stories/DoublePanelDataRow.stories.js +0 -116
- package/dist/stories/DownloadProgress.stories.js +0 -109
- package/dist/stories/Dropdown.stories.js +0 -318
- package/dist/stories/DropdownMulti.stories.js +0 -220
- package/dist/stories/DropdownNew.stories.js +0 -407
- package/dist/stories/EventDetailsCard.stories.js +0 -122
- package/dist/stories/EventList.stories.js +0 -84
- package/dist/stories/EventListItem.stories.js +0 -65
- package/dist/stories/FilterButton.stories.js +0 -90
- package/dist/stories/FilterContainer.stories.js +0 -22
- package/dist/stories/FilterPanel.stories.js +0 -967
- package/dist/stories/FormattedValue.stories.js +0 -183
- package/dist/stories/Heatmap.stories.js +0 -118
- package/dist/stories/IconButton.stories.js +0 -126
- package/dist/stories/Input.stories.js +0 -422
- package/dist/stories/InputOld.stories.js +0 -103
- package/dist/stories/KpiFilter.stories.js +0 -401
- package/dist/stories/LinkButton.stories.js +0 -171
- package/dist/stories/LinnerDataBox.stories.js +0 -79
- package/dist/stories/ListBox.stories.js +0 -132
- package/dist/stories/MarketShareDescription.stories.js +0 -196
- package/dist/stories/MonthPicker.stories.js +0 -142
- package/dist/stories/NewInput.stories.js +0 -37
- package/dist/stories/NoDataFoundMessage.stories.js +0 -66
- package/dist/stories/OneColumnContainer.stories.js +0 -119
- package/dist/stories/PerformanceAnalytics.stories.js +0 -263
- package/dist/stories/PerformanceAnalyticsLegend.stories.js +0 -99
- package/dist/stories/PerformanceAnalyticsOneColumn.stories.js +0 -236
- package/dist/stories/PerformanceAnalyticsTotals.stories.js +0 -109
- package/dist/stories/PieChart.stories.js +0 -215
- package/dist/stories/PopupCharts.stories.js +0 -1191
- package/dist/stories/ProductsVariety.stories.js +0 -90
- package/dist/stories/ProgressBar.stories.js +0 -71
- package/dist/stories/QuarterPicker.stories.js +0 -142
- package/dist/stories/QuickFilter.stories.js +0 -275
- package/dist/stories/RangePicker.stories.js +0 -140
- package/dist/stories/ReportTable.stories.js +0 -255
- package/dist/stories/SagButton.stories.js +0 -118
- package/dist/stories/SagIconButton.stories.js +0 -122
- package/dist/stories/SagInput.stories.js +0 -69
- package/dist/stories/SalesAndROI.stories.js +0 -166
- package/dist/stories/SalesSplit.stories.js +0 -122
- package/dist/stories/SearchInput.stories.js +0 -44
- package/dist/stories/SegmentedButton.stories.js +0 -181
- package/dist/stories/Select.stories.js +0 -201
- package/dist/stories/SingleBarLineCharts.stories.js +0 -310
- package/dist/stories/TabMenu.stories.js +0 -224
- package/dist/stories/TextField.stories.js +0 -160
- package/dist/stories/TitleDescription.stories.js +0 -116
- package/dist/stories/TopToggleList.stories.js +0 -52
- package/dist/stories/TotalBenchmark.stories.js +0 -135
- package/dist/stories/TotalBenchmarkAreachart.stories.js +0 -341
- package/dist/stories/TotalBenchmarkArrows.stories.js +0 -170
- package/dist/stories/TotalBenchmarkBarchart.stories.js +0 -183
- package/dist/stories/TotalDoughnutChart.stories.js +0 -301
- package/dist/stories/TotalHorizontalCharts.stories.js +0 -291
- package/dist/stories/TwoBarCharts.stories.js +0 -185
- package/dist/stories/components/AttachedFile.js +0 -60
- package/dist/stories/components/AttachedFile.style.js +0 -48
- package/dist/stories/components/AutocompleteField.js +0 -40
- package/dist/stories/components/AutocompleteField.style.js +0 -55
- package/dist/stories/components/BannerEventBox.js +0 -97
- package/dist/stories/components/BannerEventBox.style.js +0 -78
- package/dist/stories/components/BannerEventBoxList.js +0 -153
- package/dist/stories/components/BannerEventBoxList.style.js +0 -189
- package/dist/stories/components/BannerEventBoxTest.js +0 -42
- package/dist/stories/components/BannerEventBoxTest.style.js +0 -11
- package/dist/stories/components/BannersDropdown.js +0 -119
- package/dist/stories/components/BannersDropdown.style.js +0 -99
- package/dist/stories/components/BarChart.js +0 -258
- package/dist/stories/components/BarChart.style.js +0 -60
- package/dist/stories/components/BarChartTwoRows.js +0 -220
- package/dist/stories/components/BarChartTwoRows.style.js +0 -79
- package/dist/stories/components/BarChartWithAreaChart.js +0 -268
- package/dist/stories/components/BarChartWithAreaChart.style.js +0 -67
- package/dist/stories/components/BarChartsByWeeks.js +0 -306
- package/dist/stories/components/BarChartsByWeeks.style.js +0 -96
- package/dist/stories/components/Benchmark.js +0 -130
- package/dist/stories/components/Benchmark.style.js +0 -61
- package/dist/stories/components/Button.js +0 -255
- package/dist/stories/components/Button.style.js +0 -90
- package/dist/stories/components/CampaignTool/CampaignDemoReport.js +0 -48
- package/dist/stories/components/CampaignTool/CampaignDemoReport.style.js +0 -48
- package/dist/stories/components/CampaignTool/Card.js +0 -72
- package/dist/stories/components/CampaignTool/Card.style.js +0 -65
- package/dist/stories/components/CampaignTool/FormInput.js +0 -41
- package/dist/stories/components/CampaignTool/FormSelect.js +0 -42
- package/dist/stories/components/CampaignTool/MultipleCard.js +0 -26
- package/dist/stories/components/CampaignTool/MultipleCard.style.js +0 -13
- package/dist/stories/components/CampaignTool/PageFilterBar.js +0 -23
- package/dist/stories/components/CampaignTool/PageFilterBar.style.js +0 -22
- package/dist/stories/components/CampaignTool/Popup.js +0 -172
- package/dist/stories/components/CampaignTool/Popup.style.js +0 -122
- package/dist/stories/components/CampaignTool/PopupContent.js +0 -111
- package/dist/stories/components/CampaignTool/PopupContent.style.js +0 -74
- package/dist/stories/components/CampaignTool/PopupFieldsRules.js +0 -168
- package/dist/stories/components/CampaignTool/Table.js +0 -195
- package/dist/stories/components/CampaignTool/Table.style.js +0 -86
- package/dist/stories/components/CheckBox.js +0 -76
- package/dist/stories/components/CheckBox.style.js +0 -36
- package/dist/stories/components/CheckBoxButton.js +0 -69
- package/dist/stories/components/CheckBoxButton.style.js +0 -39
- package/dist/stories/components/CodeEditor.js +0 -43
- package/dist/stories/components/CodeEditor.style.js +0 -13
- package/dist/stories/components/CollapseData.js +0 -66
- package/dist/stories/components/CollapseData.style.js +0 -127
- package/dist/stories/components/CollapseHeader.js +0 -255
- package/dist/stories/components/CollapseHeader.style.js +0 -200
- package/dist/stories/components/CollapseMenuItem.js +0 -61
- package/dist/stories/components/CollapseMenuItem.style.js +0 -61
- package/dist/stories/components/CommonFunctions.js +0 -99
- package/dist/stories/components/Datepicker.js +0 -148
- package/dist/stories/components/Datepicker.style.js +0 -19
- package/dist/stories/components/DialogOverlay.js +0 -44
- package/dist/stories/components/DialogOverlay.style.js +0 -70
- package/dist/stories/components/DoublePanelDataRow.js +0 -70
- package/dist/stories/components/DoublePanelDataRow.style.js +0 -66
- package/dist/stories/components/DownloadProgress.js +0 -97
- package/dist/stories/components/DownloadProgress.style.js +0 -51
- package/dist/stories/components/Dropdown.js +0 -231
- package/dist/stories/components/Dropdown.style.js +0 -17
- package/dist/stories/components/DropdownMulti.js +0 -290
- package/dist/stories/components/DropdownMulti.style.js +0 -17
- package/dist/stories/components/DropdownMultiNew.js +0 -292
- package/dist/stories/components/DropdownMultiNew.style.js +0 -218
- package/dist/stories/components/DropdownNew.js +0 -98
- package/dist/stories/components/DropdownNew.style.js +0 -21
- package/dist/stories/components/DropdownSingleNew.js +0 -256
- package/dist/stories/components/DropdownSingleNew.style.js +0 -189
- package/dist/stories/components/EventDetailsCard.js +0 -142
- package/dist/stories/components/EventDetailsCard.style.js +0 -62
- package/dist/stories/components/EventList.js +0 -61
- package/dist/stories/components/EventList.style.js +0 -38
- package/dist/stories/components/EventListItem.js +0 -50
- package/dist/stories/components/EventListItem.style.js +0 -47
- package/dist/stories/components/FilterButton.js +0 -53
- package/dist/stories/components/FilterButton.style.js +0 -12
- package/dist/stories/components/FilterContainer.js +0 -29
- package/dist/stories/components/FilterContainer.style.js +0 -30
- package/dist/stories/components/FilterPanel.js +0 -614
- package/dist/stories/components/FilterPanel.style.js +0 -89
- package/dist/stories/components/FormattedValue.js +0 -69
- package/dist/stories/components/FormattedValue.style.js +0 -91
- package/dist/stories/components/Heatmap.js +0 -184
- package/dist/stories/components/Heatmap.style.js +0 -151
- package/dist/stories/components/IconButton.js +0 -147
- package/dist/stories/components/IconButton.style.js +0 -64
- package/dist/stories/components/Input.js +0 -186
- package/dist/stories/components/Input.style.js +0 -132
- package/dist/stories/components/InputOld.js +0 -93
- package/dist/stories/components/InputOld.style.js +0 -71
- package/dist/stories/components/KpiFilter.js +0 -345
- package/dist/stories/components/KpiFilter.style.js +0 -132
- package/dist/stories/components/LinkButton.js +0 -225
- package/dist/stories/components/LinkButton.style.js +0 -53
- package/dist/stories/components/LinnerDataBox.js +0 -54
- package/dist/stories/components/LinnerDataBox.style.js +0 -68
- package/dist/stories/components/ListBox.js +0 -82
- package/dist/stories/components/ListBox.style.js +0 -48
- package/dist/stories/components/MarketShareDescription.js +0 -109
- package/dist/stories/components/MarketShareDescription.style.js +0 -215
- package/dist/stories/components/Modal.js +0 -21
- package/dist/stories/components/Modal.style.js +0 -63
- package/dist/stories/components/ModalTotalBenchmark.js +0 -224
- package/dist/stories/components/ModalTotalCost.js +0 -139
- package/dist/stories/components/MonthPicker.js +0 -169
- package/dist/stories/components/MonthPicker.style.js +0 -105
- package/dist/stories/components/MonthPopupPicker.js +0 -206
- package/dist/stories/components/NewInput.js +0 -33
- package/dist/stories/components/NewInput.style.js +0 -13
- package/dist/stories/components/NoDataFoundMessage.js +0 -30
- package/dist/stories/components/NoDataFoundMessage.style.js +0 -39
- package/dist/stories/components/OneColumnContainer.js +0 -121
- package/dist/stories/components/OneColumnContainer.style.js +0 -107
- package/dist/stories/components/PerformanceAnalytics.js +0 -447
- package/dist/stories/components/PerformanceAnalytics.style.js +0 -144
- package/dist/stories/components/PerformanceAnalyticsLegend.js +0 -59
- package/dist/stories/components/PerformanceAnalyticsLegend.style.js +0 -63
- package/dist/stories/components/PerformanceAnalyticsOneColumn.js +0 -327
- package/dist/stories/components/PerformanceAnalyticsOneColumn.style.js +0 -116
- package/dist/stories/components/PerformanceAnalyticsTotals.js +0 -70
- package/dist/stories/components/PerformanceAnalyticsTotals.style.js +0 -89
- package/dist/stories/components/PieChart.js +0 -154
- package/dist/stories/components/PieChart.style.js +0 -154
- package/dist/stories/components/PopupCharts.js +0 -244
- package/dist/stories/components/PopupCharts.style.js +0 -108
- package/dist/stories/components/ProductsVariety.js +0 -94
- package/dist/stories/components/ProductsVariety.style.js +0 -86
- package/dist/stories/components/ProgressBar.js +0 -52
- package/dist/stories/components/ProgressBar.style.js +0 -24
- package/dist/stories/components/QuarterPicker.js +0 -168
- package/dist/stories/components/QuarterPicker.style.js +0 -104
- package/dist/stories/components/QuarterPopupPicker.js +0 -186
- package/dist/stories/components/QuickFilter.js +0 -78
- package/dist/stories/components/QuickFilter.style.js +0 -21
- package/dist/stories/components/QuickFilterDropdownMultiSelection.js +0 -299
- package/dist/stories/components/QuickFilterDropdownMultiSelection.style.js +0 -194
- package/dist/stories/components/QuickFilterDropdownSingle.js +0 -229
- package/dist/stories/components/QuickFilterDropdownSingle.style.js +0 -139
- package/dist/stories/components/RangeDatePicker.js +0 -231
- package/dist/stories/components/RangePicker.js +0 -179
- package/dist/stories/components/RangePicker.style.js +0 -109
- package/dist/stories/components/ReportTable.js +0 -420
- package/dist/stories/components/ReportTable.style.js +0 -306
- package/dist/stories/components/SagButton.js +0 -68
- package/dist/stories/components/SagButton.style.js +0 -47
- package/dist/stories/components/SagIconButton.js +0 -130
- package/dist/stories/components/SagIconButton.style.js +0 -30
- package/dist/stories/components/SagInput.js +0 -53
- package/dist/stories/components/SagInput.style.js +0 -41
- package/dist/stories/components/SalesAndROI.js +0 -89
- package/dist/stories/components/SalesAndROI.style.js +0 -111
- package/dist/stories/components/SalesSplit.js +0 -153
- package/dist/stories/components/SalesSplit.style.js +0 -150
- package/dist/stories/components/SearchInput.js +0 -39
- package/dist/stories/components/SearchInput.style.js +0 -37
- package/dist/stories/components/SegmentedButton.js +0 -124
- package/dist/stories/components/SegmentedButton.style.js +0 -100
- package/dist/stories/components/Select.js +0 -137
- package/dist/stories/components/Select.style.js +0 -104
- package/dist/stories/components/SingleBarLineCharts.js +0 -415
- package/dist/stories/components/SingleBarLineCharts.style.js +0 -101
- package/dist/stories/components/TabMenu.js +0 -241
- package/dist/stories/components/TabMenu.style.js +0 -120
- package/dist/stories/components/TextField.js +0 -209
- package/dist/stories/components/TextField.style.js +0 -18
- package/dist/stories/components/TitleDescription.js +0 -272
- package/dist/stories/components/TitleDescription.style.js +0 -222
- package/dist/stories/components/Tooltip.js +0 -44
- package/dist/stories/components/Tooltip.style.js +0 -103
- package/dist/stories/components/TopToggleList.js +0 -46
- package/dist/stories/components/TopToggleList.style.js +0 -51
- package/dist/stories/components/TotalBenchmark.js +0 -97
- package/dist/stories/components/TotalBenchmark.style.js +0 -79
- package/dist/stories/components/TotalBenchmarkAreachart.js +0 -342
- package/dist/stories/components/TotalBenchmarkAreachart.style.js +0 -171
- package/dist/stories/components/TotalBenchmarkArrows.js +0 -149
- package/dist/stories/components/TotalBenchmarkArrows.style.js +0 -108
- package/dist/stories/components/TotalBenchmarkBarchart.js +0 -165
- package/dist/stories/components/TotalBenchmarkBarchart.style.js +0 -77
- package/dist/stories/components/TotalDoughnutChart.js +0 -187
- package/dist/stories/components/TotalDoughnutChart.style.js +0 -178
- package/dist/stories/components/TotalHorizontalCharts.js +0 -236
- package/dist/stories/components/TotalHorizontalCharts.style.js +0 -93
- package/dist/stories/components/TspanTooltip.js +0 -33
- package/dist/stories/components/TspanTooltip.style.js +0 -105
- package/dist/stories/components/TwoBarCharts.js +0 -211
- package/dist/stories/components/TwoBarCharts.style.js +0 -60
- package/dist/stories/components/icons/ArrowDownIcon.js +0 -27
- package/dist/stories/components/icons/ArrowDropDownIcon.js +0 -27
- package/dist/stories/components/icons/ArrowSelectIcon.js +0 -28
- package/dist/stories/components/icons/ArrowUpIcon.js +0 -27
- package/dist/stories/components/icons/AttachedIcon.js +0 -27
- package/dist/stories/components/icons/BellIcon.js +0 -27
- package/dist/stories/components/icons/ButtonArrowRight.js +0 -27
- package/dist/stories/components/icons/Calendar.js +0 -20
- package/dist/stories/components/icons/CalendarIcon.js +0 -27
- package/dist/stories/components/icons/CalendarInOpen.js +0 -26
- package/dist/stories/components/icons/CheckBoxButtonCheckedIcon.js +0 -28
- package/dist/stories/components/icons/CheckBoxCheckedIcon.js +0 -28
- package/dist/stories/components/icons/CheckBoxNotCheckedIcon.js +0 -28
- package/dist/stories/components/icons/ChervronLeftIcon.js +0 -20
- package/dist/stories/components/icons/ChervronRightIcon.js +0 -20
- package/dist/stories/components/icons/ChevronLeftIcon.js +0 -29
- package/dist/stories/components/icons/ChevronRightIcon.js +0 -29
- package/dist/stories/components/icons/ClockIcon.js +0 -27
- package/dist/stories/components/icons/CloseIcon.js +0 -27
- package/dist/stories/components/icons/CloseXIcon.js +0 -27
- package/dist/stories/components/icons/ComboBoxArrowDownIcon.js +0 -28
- package/dist/stories/components/icons/ComboBoxArrowUpIcon.js +0 -28
- package/dist/stories/components/icons/DocumentIcon.js +0 -48
- package/dist/stories/components/icons/DownloadIcon.js +0 -27
- package/dist/stories/components/icons/Duplicate.js +0 -28
- package/dist/stories/components/icons/ErrorIcon.js +0 -28
- package/dist/stories/components/icons/ExitIcon.js +0 -28
- package/dist/stories/components/icons/ExportIcon.js +0 -28
- package/dist/stories/components/icons/EyeIcon.js +0 -28
- package/dist/stories/components/icons/FileIcon.js +0 -27
- package/dist/stories/components/icons/FilterIcon.js +0 -36
- package/dist/stories/components/icons/FlyIcon.js +0 -28
- package/dist/stories/components/icons/FoodLionChartIcon.js +0 -42
- package/dist/stories/components/icons/FoodLionIcon.js +0 -3076
- package/dist/stories/components/icons/FoodLionNewIcon.js +0 -39
- package/dist/stories/components/icons/GiantFoodChartIcon.js +0 -40
- package/dist/stories/components/icons/GiantFoodIcon.js +0 -1976
- package/dist/stories/components/icons/GiantFoodIcon_new.js +0 -42
- package/dist/stories/components/icons/HannafordChartIcon.js +0 -40
- package/dist/stories/components/icons/HannafordIcon.js +0 -5017
- package/dist/stories/components/icons/HannafordIcon_new.js +0 -41
- package/dist/stories/components/icons/HannafordNewIcon.js +0 -213
- package/dist/stories/components/icons/InfoIcon.js +0 -28
- package/dist/stories/components/icons/LampIcon.js +0 -30
- package/dist/stories/components/icons/LegendLineIcon.js +0 -29
- package/dist/stories/components/icons/LegendUnionIcon.js +0 -29
- package/dist/stories/components/icons/MaintenanceIcon.js +0 -28
- package/dist/stories/components/icons/MenuItemClosedIcon.js +0 -28
- package/dist/stories/components/icons/MenuItemOpenIcon.js +0 -28
- package/dist/stories/components/icons/MenuItemRightIcon.js +0 -28
- package/dist/stories/components/icons/MenuItemUpIcon.js +0 -28
- package/dist/stories/components/icons/NoDataFoundIcon.js +0 -86
- package/dist/stories/components/icons/OptionsIcon.js +0 -27
- package/dist/stories/components/icons/ReselectIcon.js +0 -27
- package/dist/stories/components/icons/SearchIcon.js +0 -27
- package/dist/stories/components/icons/ShoppingCartIcon.js +0 -45
- package/dist/stories/components/icons/ShoutIcon.js +0 -27
- package/dist/stories/components/icons/Sort.js +0 -13
- package/dist/stories/components/icons/SortIcon.js +0 -35
- package/dist/stories/components/icons/SpotlightProductIcon.js +0 -28
- package/dist/stories/components/icons/StopAndShopChartIcon.js +0 -42
- package/dist/stories/components/icons/StopAndShopIcon.js +0 -134
- package/dist/stories/components/icons/StopAndShopNewIcon.js +0 -41
- package/dist/stories/components/icons/SucceededIcon.js +0 -28
- package/dist/stories/components/icons/TheGiantCompanyChartIcon.js +0 -40
- package/dist/stories/components/icons/TheGiantCompanyIcon.js +0 -40
- package/dist/stories/components/icons/TheGiantCompanyIcon_old.js +0 -1831
- package/dist/stories/components/icons/TheGiantCompanyNewIcon.js +0 -39
- package/dist/stories/utils/ComponentFactory.js +0 -65
- package/dist/stories/utils/IconsHandler.js +0 -150
- package/dist/stories/utils/IconsHandler.style.js +0 -16
- package/dist/stories/utils/regex/Email.regex.js +0 -7
- package/dist/stories/utils/regex/LatinWithSpaces.regex.js +0 -7
- package/dist/stories/utils/regex/OnlyEnglishLetters.regex.js +0 -7
- package/dist/stories/utils/regex/Phone.regex.js +0 -7
- package/dist/types/components/AutocompleteField/AutocompleteField.d.ts +0 -15
- package/dist/types/components/AutocompleteField/AutocompleteField.style.d.ts +0 -5
- package/dist/types/components/CodeEditor/CodeEditor.style.d.ts +0 -2
- package/dist/vite.config.js +0 -15
- /package/dist/types/components/{SingleBarLineCharts/SingleBar.test.d.ts → AreaChart/AreaChart.test.d.ts} +0 -0
- /package/dist/types/components/{QuickFilterDropdownSingle/SagIconButton → SagIconButton}/SagIconButton.style.d.ts +0 -0
|
@@ -1,26 +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.CalendarInOpen = void 0;
|
|
8
|
-
var _react = _interopRequireDefault(require("react"));
|
|
9
|
-
const CalendarInOpen = () => /*#__PURE__*/_react.default.createElement("svg", {
|
|
10
|
-
width: "21",
|
|
11
|
-
height: "21",
|
|
12
|
-
viewBox: "0 0 21 21",
|
|
13
|
-
fill: "none",
|
|
14
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
15
|
-
}, /*#__PURE__*/_react.default.createElement("rect", {
|
|
16
|
-
width: "21",
|
|
17
|
-
height: "21",
|
|
18
|
-
rx: "4",
|
|
19
|
-
fill: "#229E38",
|
|
20
|
-
fillOpacity: "0.1"
|
|
21
|
-
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
22
|
-
d: "M7.625 5C7.8125 5 8 5.1875 8 5.375V6.5H12.5V5.375C12.5 5.1875 12.6641 5 12.875 5C13.0625 5 13.25 5.1875 13.25 5.375V6.5H14C14.8203 6.5 15.5 7.17969 15.5 8V8.75V9.5V15.5C15.5 16.3438 14.8203 17 14 17H6.5C5.65625 17 5 16.3438 5 15.5V9.5V8.75V8C5 7.17969 5.65625 6.5 6.5 6.5H7.25V5.375C7.25 5.1875 7.41406 5 7.625 5ZM14.75 9.5H5.75V15.5C5.75 15.9219 6.07812 16.25 6.5 16.25H14C14.3984 16.25 14.75 15.9219 14.75 15.5V9.5ZM14 7.25H6.5C6.07812 7.25 5.75 7.60156 5.75 8V8.75H14.75V8C14.75 7.60156 14.3984 7.25 14 7.25Z",
|
|
23
|
-
fill: "#066768"
|
|
24
|
-
}));
|
|
25
|
-
exports.CalendarInOpen = CalendarInOpen;
|
|
26
|
-
var _default = exports.default = CalendarInOpen;
|
|
@@ -1,28 +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.CheckBoxButtonCheckedIcon = void 0;
|
|
8
|
-
var _react = _interopRequireDefault(require("react"));
|
|
9
|
-
const CheckBoxButtonCheckedIcon = _ref => {
|
|
10
|
-
let {
|
|
11
|
-
clicked,
|
|
12
|
-
width = "16",
|
|
13
|
-
height = "16",
|
|
14
|
-
color = "#1B30AA"
|
|
15
|
-
} = _ref;
|
|
16
|
-
return /*#__PURE__*/_react.default.createElement("svg", {
|
|
17
|
-
width: width,
|
|
18
|
-
height: height,
|
|
19
|
-
viewBox: "0 0 12 9",
|
|
20
|
-
fill: "none",
|
|
21
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
22
|
-
}, /*#__PURE__*/_react.default.createElement("path", {
|
|
23
|
-
d: "M11.8754 0.622409C12.0415 0.78562 12.0415 1.05413 11.8754 1.21734L4.58808 8.37759C4.42197 8.5408 4.14869 8.5408 3.98259 8.37759L0.124581 4.58687C-0.0415271 4.42366 -0.0415271 4.15515 0.124581 3.99194C0.29069 3.82873 0.563965 3.82873 0.730074 3.99194L4.28533 7.48519L11.2699 0.622409C11.436 0.459197 11.7093 0.459197 11.8754 0.622409Z",
|
|
24
|
-
fill: color
|
|
25
|
-
}));
|
|
26
|
-
};
|
|
27
|
-
exports.CheckBoxButtonCheckedIcon = CheckBoxButtonCheckedIcon;
|
|
28
|
-
var _default = exports.default = CheckBoxButtonCheckedIcon;
|
|
@@ -1,28 +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.CheckBoxCheckedIcon = void 0;
|
|
8
|
-
var _react = _interopRequireDefault(require("react"));
|
|
9
|
-
const CheckBoxCheckedIcon = _ref => {
|
|
10
|
-
let {
|
|
11
|
-
clicked,
|
|
12
|
-
width = "16",
|
|
13
|
-
height = "16",
|
|
14
|
-
color = "#1B30AA"
|
|
15
|
-
} = _ref;
|
|
16
|
-
return /*#__PURE__*/_react.default.createElement("svg", {
|
|
17
|
-
width: width,
|
|
18
|
-
height: height,
|
|
19
|
-
viewBox: "0 0 13 13",
|
|
20
|
-
fill: "none",
|
|
21
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
22
|
-
}, /*#__PURE__*/_react.default.createElement("path", {
|
|
23
|
-
d: "M2.25195 0.642578H11.002C11.959 0.642578 12.752 1.43555 12.752 2.39258V11.1426C12.752 12.127 11.959 12.8926 11.002 12.8926H2.25195C1.26758 12.8926 0.501953 12.127 0.501953 11.1426V2.39258C0.501953 1.43555 1.26758 0.642578 2.25195 0.642578ZM9.7168 5.48242H9.68945C9.96289 5.23633 9.96289 4.82617 9.68945 4.55273C9.44336 4.30664 9.0332 4.30664 8.78711 4.55273L5.75195 7.61523L4.4668 6.33008C4.19336 6.05664 3.7832 6.05664 3.53711 6.33008C3.26367 6.57617 3.26367 6.98633 3.53711 7.23242L5.28711 8.98242C5.5332 9.25586 5.94336 9.25586 6.2168 8.98242L9.7168 5.48242Z",
|
|
24
|
-
fill: color
|
|
25
|
-
}));
|
|
26
|
-
};
|
|
27
|
-
exports.CheckBoxCheckedIcon = CheckBoxCheckedIcon;
|
|
28
|
-
var _default = exports.default = CheckBoxCheckedIcon;
|
|
@@ -1,28 +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.CheckBoxNotCheckedIcon = void 0;
|
|
8
|
-
var _react = _interopRequireDefault(require("react"));
|
|
9
|
-
const CheckBoxNotCheckedIcon = _ref => {
|
|
10
|
-
let {
|
|
11
|
-
clicked,
|
|
12
|
-
width = "16",
|
|
13
|
-
height = "16",
|
|
14
|
-
color = "#212121"
|
|
15
|
-
} = _ref;
|
|
16
|
-
return /*#__PURE__*/_react.default.createElement("svg", {
|
|
17
|
-
width: width,
|
|
18
|
-
height: height,
|
|
19
|
-
viewBox: "0 0 12 13",
|
|
20
|
-
fill: "none",
|
|
21
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
22
|
-
}, /*#__PURE__*/_react.default.createElement("path", {
|
|
23
|
-
d: "M10.2857 0.5C11.2232 0.5 12 1.27852 12 2.19128V10.7819C12 11.7215 11.2232 12.5 10.2857 12.5H1.71429C0.75 12.5 0 11.7215 0 10.7819V2.19128C0 1.25168 0.75 0.5 1.71429 0.5H10.2857ZM11.1429 10.8087V2.21812C11.1429 1.76174 10.7411 1.35906 10.2857 1.35906H1.71429C1.23214 1.35906 0.857143 1.76174 0.857143 2.21812V10.8087C0.857143 11.2919 1.23214 11.6678 1.71429 11.6678H10.2857C10.7411 11.6678 11.1429 11.2919 11.1429 10.8087Z",
|
|
24
|
-
fill: color
|
|
25
|
-
}));
|
|
26
|
-
};
|
|
27
|
-
exports.CheckBoxNotCheckedIcon = CheckBoxNotCheckedIcon;
|
|
28
|
-
var _default = exports.default = CheckBoxNotCheckedIcon;
|
|
@@ -1,20 +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.ChervronLeftIcon = void 0;
|
|
8
|
-
var _react = _interopRequireDefault(require("react"));
|
|
9
|
-
const ChervronLeftIcon = () => /*#__PURE__*/_react.default.createElement("svg", {
|
|
10
|
-
width: "7",
|
|
11
|
-
height: "13",
|
|
12
|
-
viewBox: "0 0 7 13",
|
|
13
|
-
fill: "none",
|
|
14
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
15
|
-
}, /*#__PURE__*/_react.default.createElement("path", {
|
|
16
|
-
d: "M0.410156 5.78516L5.66016 0.5625C5.90625 0.289062 6.31641 0.289062 6.58984 0.5625C6.83594 0.808594 6.83594 1.21875 6.58984 1.46484L1.77734 6.25L6.5625 11.0625C6.83594 11.3086 6.83594 11.7188 6.5625 11.9648C6.31641 12.2383 5.90625 12.2383 5.66016 11.9648L0.410156 6.71484C0.136719 6.46875 0.136719 6.05859 0.410156 5.78516Z",
|
|
17
|
-
fill: "#777575"
|
|
18
|
-
}));
|
|
19
|
-
exports.ChervronLeftIcon = ChervronLeftIcon;
|
|
20
|
-
var _default = exports.default = ChervronLeftIcon;
|
|
@@ -1,20 +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.ChervronRightIcon = void 0;
|
|
8
|
-
var _react = _interopRequireDefault(require("react"));
|
|
9
|
-
const ChervronRightIcon = () => /*#__PURE__*/_react.default.createElement("svg", {
|
|
10
|
-
width: "8",
|
|
11
|
-
height: "13",
|
|
12
|
-
viewBox: "0 0 8 13",
|
|
13
|
-
fill: "none",
|
|
14
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
15
|
-
}, /*#__PURE__*/_react.default.createElement("path", {
|
|
16
|
-
d: "M7.33984 5.78516C7.58594 6.05859 7.58594 6.46875 7.33984 6.71484L2.08984 11.9648C1.81641 12.2383 1.40625 12.2383 1.16016 11.9648C0.886719 11.7188 0.886719 11.3086 1.16016 11.0625L5.94531 6.27734L1.16016 1.46484C0.886719 1.21875 0.886719 0.808594 1.16016 0.5625C1.40625 0.289062 1.81641 0.289062 2.0625 0.5625L7.33984 5.78516Z",
|
|
17
|
-
fill: "#777575"
|
|
18
|
-
}));
|
|
19
|
-
exports.ChervronRightIcon = ChervronRightIcon;
|
|
20
|
-
var _default = exports.default = ChervronRightIcon;
|
|
@@ -1,29 +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.ChevronLeftIcon = void 0;
|
|
8
|
-
var _react = _interopRequireDefault(require("react"));
|
|
9
|
-
const ChevronLeftIcon = _ref => {
|
|
10
|
-
let {
|
|
11
|
-
disabled = false
|
|
12
|
-
} = _ref;
|
|
13
|
-
const color = disabled ? "#757575" : "#000000";
|
|
14
|
-
return /*#__PURE__*/_react.default.createElement("svg", {
|
|
15
|
-
width: "17",
|
|
16
|
-
height: "17",
|
|
17
|
-
viewBox: "0 0 17 17",
|
|
18
|
-
fill: "none",
|
|
19
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
20
|
-
}, /*#__PURE__*/_react.default.createElement("g", {
|
|
21
|
-
id: "Chevron left"
|
|
22
|
-
}, /*#__PURE__*/_react.default.createElement("path", {
|
|
23
|
-
id: "icon",
|
|
24
|
-
d: "M4.71094 8.7969C4.42969 8.4844 4.42969 8.01565 4.71094 7.7344L10.7109 1.73445C11.0234 1.42185 11.4922 1.42185 11.7734 1.73445C12.0859 2.01565 12.0859 2.48445 11.7734 2.76565L6.30469 8.2344L11.7734 13.7344C12.0859 14.0157 12.0859 14.4844 11.7734 14.7657C11.4922 15.0782 11.0234 15.0782 10.7422 14.7657L4.71094 8.7969Z",
|
|
25
|
-
fill: color
|
|
26
|
-
})));
|
|
27
|
-
};
|
|
28
|
-
exports.ChevronLeftIcon = ChevronLeftIcon;
|
|
29
|
-
var _default = exports.default = ChevronLeftIcon;
|
|
@@ -1,29 +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.ChevronRightIcon = void 0;
|
|
8
|
-
var _react = _interopRequireDefault(require("react"));
|
|
9
|
-
const ChevronRightIcon = _ref => {
|
|
10
|
-
let {
|
|
11
|
-
disabled = false
|
|
12
|
-
} = _ref;
|
|
13
|
-
const color = disabled ? "#757575" : "#000000";
|
|
14
|
-
return /*#__PURE__*/_react.default.createElement("svg", {
|
|
15
|
-
width: "17",
|
|
16
|
-
height: "17",
|
|
17
|
-
viewBox: "0 0 17 17",
|
|
18
|
-
fill: "none",
|
|
19
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
20
|
-
}, /*#__PURE__*/_react.default.createElement("g", {
|
|
21
|
-
id: "Chevron right"
|
|
22
|
-
}, /*#__PURE__*/_react.default.createElement("path", {
|
|
23
|
-
id: "icon",
|
|
24
|
-
d: "M11.7969 7.70312C12.0781 8.01562 12.0781 8.48438 11.7969 8.76562L5.79688 14.7656C5.48438 15.0782 5.01562 15.0782 4.73438 14.7656C4.42188 14.4844 4.42188 14.0156 4.73438 13.7344L10.2031 8.26562L4.73438 2.76562C4.42188 2.48438 4.42188 2.01562 4.73438 1.73438C5.01562 1.42188 5.48438 1.42188 5.76562 1.73438L11.7969 7.70312Z",
|
|
25
|
-
fill: color
|
|
26
|
-
})));
|
|
27
|
-
};
|
|
28
|
-
exports.ChevronRightIcon = ChevronRightIcon;
|
|
29
|
-
var _default = exports.default = ChevronRightIcon;
|
|
@@ -1,27 +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.ClockIcon = void 0;
|
|
8
|
-
var _react = _interopRequireDefault(require("react"));
|
|
9
|
-
const ClockIcon = _ref => {
|
|
10
|
-
let {
|
|
11
|
-
clicked,
|
|
12
|
-
width = "8",
|
|
13
|
-
height = "9"
|
|
14
|
-
} = _ref;
|
|
15
|
-
return /*#__PURE__*/_react.default.createElement("svg", {
|
|
16
|
-
width: "24",
|
|
17
|
-
height: "24",
|
|
18
|
-
viewBox: "0 0 24 24",
|
|
19
|
-
fill: "none",
|
|
20
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
21
|
-
}, /*#__PURE__*/_react.default.createElement("path", {
|
|
22
|
-
d: "M23.25 12C23.25 13.4774 22.959 14.9403 22.3936 16.3052C21.8283 17.6701 20.9996 18.9103 19.955 19.955C18.9103 20.9996 17.6701 21.8283 16.3052 22.3936C14.9403 22.959 13.4774 23.25 12 23.25C10.5226 23.25 9.05972 22.959 7.69481 22.3936C6.3299 21.8283 5.08971 20.9996 4.04505 19.955C3.00039 18.9103 2.17172 17.6701 1.60636 16.3052C1.04099 14.9403 0.75 13.4774 0.75 12C0.75 10.5226 1.04099 9.05972 1.60636 7.69481C2.17172 6.3299 3.00039 5.08971 4.04505 4.04505C5.08971 3.00039 6.3299 2.17172 7.69481 1.60636C9.05972 1.04099 10.5226 0.75 12 0.75C13.4774 0.75 14.9403 1.04099 16.3052 1.60636C17.6701 2.17172 18.9103 3.00039 19.955 4.04505C20.9996 5.08971 21.8283 6.3299 22.3936 7.69481C22.959 9.05972 23.25 10.5226 23.25 12ZM0 12C0 15.1826 1.26428 18.2348 3.51472 20.4853C5.76516 22.7357 8.8174 24 12 24C15.1826 24 18.2348 22.7357 20.4853 20.4853C22.7357 18.2348 24 15.1826 24 12C24 8.8174 22.7357 5.76516 20.4853 3.51472C18.2348 1.26428 15.1826 0 12 0C8.8174 0 5.76516 1.26428 3.51472 3.51472C1.26428 5.76516 0 8.8174 0 12ZM11.625 4.875V12C11.625 12.1266 11.6859 12.2438 11.7938 12.3141L16.2938 15.3141C16.4672 15.4313 16.6969 15.3844 16.8141 15.2109C16.9313 15.0375 16.8844 14.8078 16.7109 14.6906L12.375 11.7984V4.875C12.375 4.66875 12.2063 4.5 12 4.5C11.7937 4.5 11.625 4.66875 11.625 4.875Z",
|
|
23
|
-
fill: "black"
|
|
24
|
-
}));
|
|
25
|
-
};
|
|
26
|
-
exports.ClockIcon = ClockIcon;
|
|
27
|
-
var _default = exports.default = ClockIcon;
|
|
@@ -1,27 +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.CloseIcon = void 0;
|
|
8
|
-
var _react = _interopRequireDefault(require("react"));
|
|
9
|
-
const CloseIcon = _ref => {
|
|
10
|
-
let {
|
|
11
|
-
width = "16",
|
|
12
|
-
height = "15",
|
|
13
|
-
fill = "#B1B1B1"
|
|
14
|
-
} = _ref;
|
|
15
|
-
return /*#__PURE__*/_react.default.createElement("svg", {
|
|
16
|
-
width: width,
|
|
17
|
-
height: height,
|
|
18
|
-
viewBox: "0 0 16 15",
|
|
19
|
-
fill: "none",
|
|
20
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
21
|
-
}, /*#__PURE__*/_react.default.createElement("path", {
|
|
22
|
-
d: "M8 2.0625C5.94922 2.0625 4.08984 3.15625 3.05078 4.90625C2.03906 6.68359 2.03906 8.84375 3.05078 10.5938C4.08984 12.3711 5.94922 13.4375 8 13.4375C10.0234 13.4375 11.8828 12.3711 12.9219 10.5938C13.9336 8.84375 13.9336 6.68359 12.9219 4.90625C11.8828 3.15625 10.0234 2.0625 8 2.0625ZM8 14.75C5.48438 14.75 3.1875 13.4375 1.92969 11.25C0.671875 9.08984 0.671875 6.4375 1.92969 4.25C3.1875 2.08984 5.48438 0.75 8 0.75C10.4883 0.75 12.7852 2.08984 14.043 4.25C15.3008 6.4375 15.3008 9.08984 14.043 11.25C12.7852 13.4375 10.4883 14.75 8 14.75ZM5.78516 5.53516C6.03125 5.28906 6.44141 5.28906 6.6875 5.53516L7.97266 6.82031L9.25781 5.53516C9.53125 5.28906 9.94141 5.28906 10.1875 5.53516C10.4609 5.80859 10.4609 6.21875 10.1875 6.46484L8.90234 7.75L10.1875 9.03516C10.4609 9.30859 10.4609 9.71875 10.1875 9.96484C9.94141 10.2383 9.53125 10.2383 9.25781 9.96484L7.97266 8.67969L6.6875 9.96484C6.44141 10.2383 6.03125 10.2383 5.78516 9.96484C5.51172 9.71875 5.51172 9.30859 5.78516 9.03516L7.07031 7.75L5.78516 6.46484C5.51172 6.21875 5.51172 5.80859 5.78516 5.53516Z",
|
|
23
|
-
fill: fill
|
|
24
|
-
}));
|
|
25
|
-
};
|
|
26
|
-
exports.CloseIcon = CloseIcon;
|
|
27
|
-
var _default = exports.default = CloseIcon;
|
|
@@ -1,27 +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.CloseXIcon = void 0;
|
|
8
|
-
var _react = _interopRequireDefault(require("react"));
|
|
9
|
-
const CloseXIcon = _ref => {
|
|
10
|
-
let {
|
|
11
|
-
width = '16',
|
|
12
|
-
height = '15',
|
|
13
|
-
fill = '#212121'
|
|
14
|
-
} = _ref;
|
|
15
|
-
return /*#__PURE__*/_react.default.createElement("svg", {
|
|
16
|
-
width: width,
|
|
17
|
-
height: height,
|
|
18
|
-
viewBox: "0 0 16 16",
|
|
19
|
-
fill: "none",
|
|
20
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
21
|
-
}, /*#__PURE__*/_react.default.createElement("path", {
|
|
22
|
-
d: "M15.1719 2.42188L9.54688 8.04688L15.125 13.625C15.5938 14.0469 15.5938 14.75 15.125 15.1719C14.7031 15.6406 14 15.6406 13.5781 15.1719L7.95312 9.59375L2.375 15.1719C1.95312 15.6406 1.25 15.6406 0.828125 15.1719C0.359375 14.75 0.359375 14.0469 0.828125 13.5781L6.40625 8L0.828125 2.42188C0.359375 2 0.359375 1.29688 0.828125 0.828125C1.25 0.40625 1.95312 0.40625 2.42188 0.828125L8 6.45312L13.5781 0.875C14 0.40625 14.7031 0.40625 15.1719 0.875C15.5938 1.29688 15.5938 2 15.1719 2.42188Z",
|
|
23
|
-
fill: fill
|
|
24
|
-
}));
|
|
25
|
-
};
|
|
26
|
-
exports.CloseXIcon = CloseXIcon;
|
|
27
|
-
var _default = exports.default = CloseXIcon;
|
|
@@ -1,28 +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.ComboBoxArrowDownIcon = void 0;
|
|
8
|
-
var _react = _interopRequireDefault(require("react"));
|
|
9
|
-
const ComboBoxArrowDownIcon = _ref => {
|
|
10
|
-
let {
|
|
11
|
-
clicked,
|
|
12
|
-
width = "14",
|
|
13
|
-
height = "14",
|
|
14
|
-
color = "#212121"
|
|
15
|
-
} = _ref;
|
|
16
|
-
return /*#__PURE__*/_react.default.createElement("svg", {
|
|
17
|
-
width: width,
|
|
18
|
-
height: height,
|
|
19
|
-
viewBox: "0 0 12 7",
|
|
20
|
-
fill: "none",
|
|
21
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
22
|
-
}, /*#__PURE__*/_react.default.createElement("path", {
|
|
23
|
-
d: "M5.60156 6.39844L1.10156 1.89844C0.867188 1.6875 0.867188 1.33594 1.10156 1.10156C1.3125 0.890625 1.66406 0.890625 1.89844 1.10156L6 5.22656L10.1016 1.125C10.3125 0.890625 10.6641 0.890625 10.8984 1.125C11.1094 1.33594 11.1094 1.6875 10.8984 1.89844L6.375 6.39844C6.16406 6.63281 5.8125 6.63281 5.60156 6.39844Z",
|
|
24
|
-
fill: color
|
|
25
|
-
}));
|
|
26
|
-
};
|
|
27
|
-
exports.ComboBoxArrowDownIcon = ComboBoxArrowDownIcon;
|
|
28
|
-
var _default = exports.default = ComboBoxArrowDownIcon;
|
|
@@ -1,28 +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.ComboBoxArrowUpIcon = void 0;
|
|
8
|
-
var _react = _interopRequireDefault(require("react"));
|
|
9
|
-
const ComboBoxArrowUpIcon = _ref => {
|
|
10
|
-
let {
|
|
11
|
-
clicked,
|
|
12
|
-
width = '14',
|
|
13
|
-
height = '14',
|
|
14
|
-
color = '#212121'
|
|
15
|
-
} = _ref;
|
|
16
|
-
return /*#__PURE__*/_react.default.createElement("svg", {
|
|
17
|
-
width: width,
|
|
18
|
-
height: height,
|
|
19
|
-
viewBox: "0 0 12 7",
|
|
20
|
-
fill: "none",
|
|
21
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
22
|
-
}, /*#__PURE__*/_react.default.createElement("path", {
|
|
23
|
-
d: "M5.60156 0.601562C5.8125 0.390625 6.16406 0.390625 6.375 0.601562L10.8984 5.10156C11.1094 5.33594 11.1094 5.6875 10.8984 5.89844C10.6641 6.13281 10.3125 6.13281 10.1016 5.89844L6 1.79688L1.89844 5.89844C1.66406 6.13281 1.3125 6.13281 1.10156 5.89844C0.867188 5.6875 0.867188 5.33594 1.10156 5.125L5.60156 0.601562Z",
|
|
24
|
-
fill: color
|
|
25
|
-
}));
|
|
26
|
-
};
|
|
27
|
-
exports.ComboBoxArrowUpIcon = ComboBoxArrowUpIcon;
|
|
28
|
-
var _default = exports.default = ComboBoxArrowUpIcon;
|
|
@@ -1,48 +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.DocumentIcon = void 0;
|
|
8
|
-
var _react = _interopRequireDefault(require("react"));
|
|
9
|
-
const DocumentIcon = _ref => {
|
|
10
|
-
let {
|
|
11
|
-
width = '19',
|
|
12
|
-
height = '20',
|
|
13
|
-
color = '#212121'
|
|
14
|
-
} = _ref;
|
|
15
|
-
return /*#__PURE__*/_react.default.createElement("svg", {
|
|
16
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
17
|
-
width: width,
|
|
18
|
-
height: height,
|
|
19
|
-
viewBox: "0 0 20 19",
|
|
20
|
-
fill: "none"
|
|
21
|
-
}, /*#__PURE__*/_react.default.createElement("path", {
|
|
22
|
-
d: "M10.5156 17.5H1.51563C0.963341 17.5 0.515625 17.0523 0.515625 16.5V1.5C0.515625 0.947715 0.96334 0.5 1.51563 0.5H13.5156C14.0679 0.5 14.5156 0.947715 14.5156 1.5V5.5",
|
|
23
|
-
stroke: color,
|
|
24
|
-
strokeLinecap: "round"
|
|
25
|
-
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
26
|
-
d: "M3.51562 5.5L9.51563 5.5",
|
|
27
|
-
stroke: color,
|
|
28
|
-
strokeLinecap: "round"
|
|
29
|
-
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
30
|
-
d: "M3.51562 8.5H6.51563",
|
|
31
|
-
stroke: color,
|
|
32
|
-
strokeLinecap: "round"
|
|
33
|
-
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
34
|
-
d: "M3.51562 11.5H5.51563",
|
|
35
|
-
stroke: color,
|
|
36
|
-
strokeLinecap: "round"
|
|
37
|
-
}), /*#__PURE__*/_react.default.createElement("circle", {
|
|
38
|
-
cx: "12.3866",
|
|
39
|
-
cy: "11.371",
|
|
40
|
-
r: "4.12098",
|
|
41
|
-
fill: "transparent"
|
|
42
|
-
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
43
|
-
d: "M16.5068 11.3703C16.5068 9.91856 15.7107 8.56049 14.4464 7.81122C13.1585 7.08537 11.5898 7.08537 10.3254 7.81122C9.03754 8.56049 8.26489 9.91856 8.26489 11.3703C8.26489 12.8454 9.03754 14.2034 10.3254 14.9527C11.5898 15.6786 13.1585 15.6786 14.4464 14.9527C15.7107 14.2034 16.5068 12.8454 16.5068 11.3703ZM15.5469 15.0698C14.704 15.819 13.5801 16.2405 12.3859 16.2405C9.69315 16.2405 7.51562 14.0629 7.51562 11.3703C7.51562 8.701 9.69315 6.5 12.3859 6.5C15.0551 6.5 17.2561 8.701 17.2561 11.3703C17.2561 12.5878 16.8112 13.6883 16.0854 14.5547L19.3869 17.8561C19.5273 17.9966 19.5273 18.2542 19.3869 18.3947C19.2463 18.5351 18.9888 18.5351 18.8483 18.3947L15.5469 15.0698Z",
|
|
44
|
-
fill: color
|
|
45
|
-
}));
|
|
46
|
-
};
|
|
47
|
-
exports.DocumentIcon = DocumentIcon;
|
|
48
|
-
var _default = exports.default = DocumentIcon;
|
|
@@ -1,27 +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.DownloadIcon = void 0;
|
|
8
|
-
var _react = _interopRequireDefault(require("react"));
|
|
9
|
-
const DownloadIcon = _ref => {
|
|
10
|
-
let {
|
|
11
|
-
width = '8',
|
|
12
|
-
height = '9',
|
|
13
|
-
color = '#212121'
|
|
14
|
-
} = _ref;
|
|
15
|
-
return /*#__PURE__*/_react.default.createElement("svg", {
|
|
16
|
-
width: width,
|
|
17
|
-
height: height,
|
|
18
|
-
viewBox: "0 0 20 20",
|
|
19
|
-
fill: "none",
|
|
20
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
21
|
-
}, /*#__PURE__*/_react.default.createElement("path", {
|
|
22
|
-
d: "M9.57031 14.8438L3.94531 9.84375C3.67188 9.64844 3.67188 9.21875 3.90625 8.98438C4.10156 8.71094 4.53125 8.71094 4.76562 8.90625L9.375 13.0078V0.625C9.375 0.3125 9.64844 0 10 0C10.3125 0 10.625 0.3125 10.625 0.625V13.0078L15.1953 8.94531C15.4297 8.71094 15.8594 8.71094 16.0547 8.98438C16.2891 9.21875 16.2891 9.64844 16.0156 9.84375L10.3906 14.8438C10.2734 14.9609 10.1172 15 10 15C9.84375 15 9.6875 14.9609 9.57031 14.8438ZM17.5 12.5C18.8672 12.5 20 13.6328 20 15V17.5C20 18.9062 18.8672 20 17.5 20H2.5C1.09375 20 0 18.9062 0 17.5V15C0 13.6328 1.09375 12.5 2.5 12.5H4.375C4.6875 12.5 5 12.8125 5 13.125C5 13.4766 4.6875 13.75 4.375 13.75H2.5C1.79688 13.75 1.25 14.3359 1.25 15V17.5C1.25 18.2031 1.79688 18.75 2.5 18.75H17.5C18.1641 18.75 18.75 18.2031 18.75 17.5V15C18.75 14.3359 18.1641 13.75 17.5 13.75H15.625C15.2734 13.75 15 13.4766 15 13.125C15 12.8125 15.2734 12.5 15.625 12.5H17.5ZM17.1875 16.25C17.1875 16.7969 16.7578 17.1875 16.25 17.1875C15.7031 17.1875 15.3125 16.7969 15.3125 16.25C15.3125 15.7422 15.7031 15.3125 16.25 15.3125C16.7578 15.3125 17.1875 15.7422 17.1875 16.25Z",
|
|
23
|
-
fill: color
|
|
24
|
-
}));
|
|
25
|
-
};
|
|
26
|
-
exports.DownloadIcon = DownloadIcon;
|
|
27
|
-
var _default = exports.default = DownloadIcon;
|
|
@@ -1,28 +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.Duplicate = void 0;
|
|
8
|
-
var _react = _interopRequireDefault(require("react"));
|
|
9
|
-
const Duplicate = _ref => {
|
|
10
|
-
let {
|
|
11
|
-
color,
|
|
12
|
-
clicked,
|
|
13
|
-
width = '17',
|
|
14
|
-
height = '18'
|
|
15
|
-
} = _ref;
|
|
16
|
-
return /*#__PURE__*/_react.default.createElement("svg", {
|
|
17
|
-
width: width,
|
|
18
|
-
height: height,
|
|
19
|
-
viewBox: "0 0 17 18",
|
|
20
|
-
fill: "none",
|
|
21
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
22
|
-
}, /*#__PURE__*/_react.default.createElement("path", {
|
|
23
|
-
d: "M14 12H8C6.875 12 6 11.125 6 10V2C6 0.90625 6.875 0 8 0H12.375C12.75 0 13.1562 0.1875 13.4375 0.46875L15.5312 2.5625C15.8125 2.84375 16 3.25 16 3.625V10C16 11.125 15.0938 12 14 12ZM2 4H5V5.5H2C1.71875 5.5 1.5 5.75 1.5 6V14C1.5 14.2812 1.71875 14.5 2 14.5H8C8.25 14.5 8.5 14.2812 8.5 14V13H10V14C10 15.125 9.09375 16 8 16H2C0.875 16 0 15.125 0 14V6C0 4.90625 0.875 4 2 4Z",
|
|
24
|
-
fill: color
|
|
25
|
-
}));
|
|
26
|
-
};
|
|
27
|
-
exports.Duplicate = Duplicate;
|
|
28
|
-
var _default = exports.default = Duplicate;
|
|
@@ -1,28 +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.ErrorIcon = void 0;
|
|
8
|
-
var _react = _interopRequireDefault(require("react"));
|
|
9
|
-
// eslint-disable-next-line react/prop-types
|
|
10
|
-
const ErrorIcon = _ref => {
|
|
11
|
-
let {
|
|
12
|
-
color = '#FF3949',
|
|
13
|
-
width = '18',
|
|
14
|
-
height = '18'
|
|
15
|
-
} = _ref;
|
|
16
|
-
return /*#__PURE__*/_react.default.createElement("svg", {
|
|
17
|
-
width: width,
|
|
18
|
-
height: height,
|
|
19
|
-
viewBox: "0 0 14 13",
|
|
20
|
-
fill: "none",
|
|
21
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
22
|
-
}, /*#__PURE__*/_react.default.createElement("path", {
|
|
23
|
-
d: "M7 1.625C5.24219 1.625 3.64844 2.5625 2.75781 4.0625C1.89062 5.58594 1.89062 7.4375 2.75781 8.9375C3.64844 10.4609 5.24219 11.375 7 11.375C8.73438 11.375 10.3281 10.4609 11.2188 8.9375C12.0859 7.4375 12.0859 5.58594 11.2188 4.0625C10.3281 2.5625 8.73438 1.625 7 1.625ZM7 12.5C4.84375 12.5 2.875 11.375 1.79688 9.5C0.71875 7.64844 0.71875 5.375 1.79688 3.5C2.875 1.64844 4.84375 0.5 7 0.5C9.13281 0.5 11.1016 1.64844 12.1797 3.5C13.2578 5.375 13.2578 7.64844 12.1797 9.5C11.1016 11.375 9.13281 12.5 7 12.5ZM7 3.5C7.30469 3.5 7.5625 3.75781 7.5625 4.0625V6.6875C7.5625 7.01562 7.30469 7.25 7 7.25C6.67188 7.25 6.4375 7.01562 6.4375 6.6875V4.0625C6.4375 3.75781 6.67188 3.5 7 3.5ZM7.75 8.75C7.75 9.17188 7.39844 9.5 7 9.5C6.57812 9.5 6.25 9.17188 6.25 8.75C6.25 8.35156 6.57812 8 7 8C7.39844 8 7.75 8.35156 7.75 8.75Z",
|
|
24
|
-
fill: color
|
|
25
|
-
}));
|
|
26
|
-
};
|
|
27
|
-
exports.ErrorIcon = ErrorIcon;
|
|
28
|
-
var _default = exports.default = ErrorIcon;
|
|
@@ -1,28 +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.ExitIcon = void 0;
|
|
8
|
-
var _react = _interopRequireDefault(require("react"));
|
|
9
|
-
const ExitIcon = _ref => {
|
|
10
|
-
let {
|
|
11
|
-
clicked,
|
|
12
|
-
width = '8',
|
|
13
|
-
height = '9',
|
|
14
|
-
color = '#212121'
|
|
15
|
-
} = _ref;
|
|
16
|
-
return /*#__PURE__*/_react.default.createElement("svg", {
|
|
17
|
-
width: width,
|
|
18
|
-
height: height,
|
|
19
|
-
viewBox: "0 0 20 21",
|
|
20
|
-
fill: "none",
|
|
21
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
22
|
-
}, /*#__PURE__*/_react.default.createElement("path", {
|
|
23
|
-
d: "M14.2263 2.91667C17.3097 4.54167 19.268 7.70833 19.268 11.1667C19.268 16.3333 15.0597 20.5 9.93465 20.5C4.76798 20.5 0.601318 16.3333 0.601318 11.1667C0.601318 7.70833 2.51798 4.54167 5.60132 2.91667C5.93465 2.75 6.35132 2.875 6.51798 3.20833C6.68465 3.5 6.55965 3.91667 6.22632 4.08333C3.55965 5.45833 1.93465 8.20833 1.93465 11.1667C1.93465 15.5833 5.51798 19.1667 9.93465 19.1667C14.3097 19.1667 17.9347 15.5833 17.9347 11.1667C17.9347 8.20833 16.268 5.45833 13.6013 4.08333C13.268 3.91667 13.143 3.5 13.3097 3.20833C13.4763 2.875 13.893 2.75 14.2263 2.91667ZM9.89298 12.5C9.55965 12.5 9.26798 12.2083 9.26798 11.8333V1.16667C9.26798 0.833333 9.60132 0.5 9.93465 0.5C10.268 0.5 10.6013 0.833333 10.6013 1.16667V11.8333C10.6013 12.2083 10.268 12.5 9.89298 12.5Z",
|
|
24
|
-
fill: color
|
|
25
|
-
}));
|
|
26
|
-
};
|
|
27
|
-
exports.ExitIcon = ExitIcon;
|
|
28
|
-
var _default = exports.default = ExitIcon;
|
|
@@ -1,28 +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.ExportIcon = void 0;
|
|
8
|
-
var _react = _interopRequireDefault(require("react"));
|
|
9
|
-
const ExportIcon = _ref => {
|
|
10
|
-
let {
|
|
11
|
-
clicked,
|
|
12
|
-
width = '14',
|
|
13
|
-
height = '15',
|
|
14
|
-
color = '#212121'
|
|
15
|
-
} = _ref;
|
|
16
|
-
return /*#__PURE__*/_react.default.createElement("svg", {
|
|
17
|
-
width: width,
|
|
18
|
-
height: height,
|
|
19
|
-
viewBox: "0 0 14 15",
|
|
20
|
-
fill: "none",
|
|
21
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
22
|
-
}, /*#__PURE__*/_react.default.createElement("path", {
|
|
23
|
-
d: "M8.3125 0.90625C8.3125 0.550781 8.58594 0.25 8.96875 0.25H13.3164C13.6992 0.25 13.9727 0.550781 13.9727 0.90625V5.28125C13.9727 5.66406 13.6992 5.9375 13.3164 5.9375C12.9609 5.9375 12.6602 5.66406 12.6602 5.28125V2.49219L6.5625 8.58984C6.31641 8.86328 5.90625 8.86328 5.66016 8.58984C5.38672 8.34375 5.38672 7.93359 5.66016 7.66016L11.7578 1.5625H8.96875C8.58594 1.5625 8.3125 1.28906 8.3125 0.90625ZM1.96875 1.125H5.46875C5.82422 1.125 6.125 1.42578 6.125 1.78125C6.125 2.16406 5.82422 2.4375 5.46875 2.4375H1.96875C1.58594 2.4375 1.3125 2.73828 1.3125 3.09375V12.2812C1.3125 12.6641 1.58594 12.9375 1.96875 12.9375H11.1562C11.5117 12.9375 11.8125 12.6641 11.8125 12.2812V8.78125C11.8125 8.42578 12.0859 8.125 12.4688 8.125C12.8242 8.125 13.125 8.42578 13.125 8.78125V12.2812C13.125 13.375 12.2227 14.25 11.1562 14.25H1.96875C0.875 14.25 0 13.375 0 12.2812V3.09375C0 2.02734 0.875 1.125 1.96875 1.125Z",
|
|
24
|
-
fill: color
|
|
25
|
-
}));
|
|
26
|
-
};
|
|
27
|
-
exports.ExportIcon = ExportIcon;
|
|
28
|
-
var _default = exports.default = ExportIcon;
|
|
@@ -1,28 +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.EyeIcon = void 0;
|
|
8
|
-
var _react = _interopRequireDefault(require("react"));
|
|
9
|
-
const EyeIcon = _ref => {
|
|
10
|
-
let {
|
|
11
|
-
clicked,
|
|
12
|
-
width = '8',
|
|
13
|
-
height = '9',
|
|
14
|
-
color = '#212121'
|
|
15
|
-
} = _ref;
|
|
16
|
-
return /*#__PURE__*/_react.default.createElement("svg", {
|
|
17
|
-
width: width,
|
|
18
|
-
height: height,
|
|
19
|
-
viewBox: "0 0 14 12",
|
|
20
|
-
fill: "none",
|
|
21
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
22
|
-
}, /*#__PURE__*/_react.default.createElement("path", {
|
|
23
|
-
d: "M13.9062 5.60156C13.9531 5.71875 14 5.88281 14 6C14 6.11719 13.9531 6.30469 13.9062 6.42188C12.6406 9.30469 10.1094 11.25 7.25 11.25C4.36719 11.25 1.83594 9.30469 0.570312 6.42188C0.523438 6.30469 0.5 6.11719 0.5 6C0.5 5.88281 0.523438 5.71875 0.570312 5.60156C1.83594 2.71875 4.36719 0.75 7.25 0.75C10.1094 0.75 12.6406 2.71875 13.9062 5.60156ZM7.25 10.125C9.57031 10.125 11.7031 8.55469 12.8516 6C11.7266 3.46875 9.57031 1.875 7.25 1.875C4.90625 1.875 2.77344 3.46875 1.625 6.02344C2.75 8.55469 4.90625 10.125 7.25 10.125ZM7.25 3C8.89062 3 10.25 4.35938 10.25 6.02344C10.25 7.66406 8.89062 9 7.25 9C5.58594 9 4.25 7.66406 4.25 6C4.25 4.35938 5.58594 3 7.25 3ZM7.25 7.875C8.28125 7.875 9.125 7.05469 9.125 6.02344C9.125 4.96875 8.28125 4.125 7.25 4.125C7.22656 4.125 7.20312 4.14844 7.17969 4.14844C7.22656 4.26562 7.25 4.38281 7.25 4.5C7.25 5.34375 6.57031 6 5.75 6C5.60938 6 5.49219 6 5.375 5.95312C5.375 5.97656 5.375 6 5.375 6C5.375 7.05469 6.19531 7.875 7.25 7.875Z",
|
|
24
|
-
fill: color
|
|
25
|
-
}));
|
|
26
|
-
};
|
|
27
|
-
exports.EyeIcon = EyeIcon;
|
|
28
|
-
var _default = exports.default = EyeIcon;
|
|
@@ -1,27 +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.FileIcon = void 0;
|
|
8
|
-
var _react = _interopRequireDefault(require("react"));
|
|
9
|
-
const FileIcon = _ref => {
|
|
10
|
-
let {
|
|
11
|
-
width = '11',
|
|
12
|
-
height = '15',
|
|
13
|
-
fill = '#212121'
|
|
14
|
-
} = _ref;
|
|
15
|
-
return /*#__PURE__*/_react.default.createElement("svg", {
|
|
16
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
17
|
-
width: width,
|
|
18
|
-
height: height,
|
|
19
|
-
viewBox: "0 0 11 15",
|
|
20
|
-
fill: "none"
|
|
21
|
-
}, /*#__PURE__*/_react.default.createElement("path", {
|
|
22
|
-
d: "M8.75 13.4375C8.96875 13.4375 9.1875 13.2461 9.1875 13V5.125H7C6.50781 5.125 6.125 4.74219 6.125 4.25V2.0625H1.75C1.50391 2.0625 1.3125 2.28125 1.3125 2.5V13C1.3125 13.2461 1.50391 13.4375 1.75 13.4375H8.75ZM0 2.5C0 1.54297 0.765625 0.75 1.75 0.75H6.26172C6.72656 0.75 7.16406 0.941406 7.49219 1.26953L9.98047 3.75781C10.3086 4.08594 10.5 4.52344 10.5 4.98828V13C10.5 13.9844 9.70703 14.75 8.75 14.75H1.75C0.765625 14.75 0 13.9844 0 13V2.5Z",
|
|
23
|
-
fill: fill
|
|
24
|
-
}));
|
|
25
|
-
};
|
|
26
|
-
exports.FileIcon = FileIcon;
|
|
27
|
-
var _default = exports.default = FileIcon;
|