sag_components 1.0.975 → 1.0.976
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/Button.test.js +10 -10
- package/dist/LinkButton.test.js +10 -10
- package/dist/SingleBar.test.js +2 -2
- package/dist/index.js +1 -1
- package/dist/stories/components/AttachedFile/AttachedFile.js +1 -1
- package/dist/stories/components/AttachedFile/AttachedFile.style.js +40 -6
- package/dist/stories/components/BannerEventBox/BannerEventBox.js +33 -23
- package/dist/stories/components/BannerEventBox/BannerEventBox.style.js +71 -15
- package/dist/stories/components/BannerEventBoxList/BannerEventBoxList.js +10 -5
- package/dist/stories/components/BannerEventBoxList/BannerEventBoxList.style.js +182 -16
- package/dist/stories/components/BannersDropdown/BannersDropdown.style.js +91 -10
- package/dist/stories/components/BarChart/BarChart.js +5 -3
- package/dist/stories/components/BarChart/BarChart.stories.js +29 -20
- package/dist/stories/components/BarChart/BarChart.style.js +52 -10
- package/dist/stories/components/BarChartTwoRows/BarChartTwoRows.js +53 -44
- package/dist/stories/components/BarChartTwoRows/BarChartTwoRows.stories.js +166 -40
- package/dist/stories/components/BarChartTwoRows/BarChartTwoRows.style.js +72 -11
- package/dist/stories/components/BarChartsByWeeks/BarChartsByWeeks.js +7 -3
- package/dist/stories/components/BarChartsByWeeks/BarChartsByWeeks.style.js +88 -13
- package/dist/stories/components/Benchmark/Benchmark.style.js +53 -7
- package/dist/stories/components/Button/Button.js +1 -1
- package/dist/stories/components/Button/Button.style.js +82 -7
- package/dist/stories/components/CampaignDemoReport/CampaignDemoReport.style.js +40 -7
- package/dist/stories/components/Card/Card.style.js +57 -10
- package/dist/stories/components/CheckBox/CheckBox.style.js +28 -6
- package/dist/stories/components/CheckBoxButton/CheckBoxButton.style.js +31 -6
- package/dist/stories/components/CodeEditor/CodeEditor.style.js +4 -3
- package/dist/stories/components/CollapseData/CollapseData.js +5 -5
- package/dist/stories/components/CollapseData/CollapseData.style.js +119 -13
- package/dist/stories/components/CollapseHeader/CollapseHeader.js +2 -1
- package/dist/stories/components/CollapseHeader/CollapseHeader.style.js +192 -27
- package/dist/stories/components/CollapseMenuItem/CollapseMenuItem.style.js +53 -9
- package/dist/stories/components/Datepicker/Datepicker.style.js +9 -3
- package/dist/stories/components/DownloadProgress/DownloadProgress.style.js +43 -6
- package/dist/stories/components/Dropdown/Dropdown.style.js +9 -3
- package/dist/stories/components/DropdownMulti/DropdownMulti.js +290 -0
- package/dist/stories/components/DropdownMulti/DropdownMulti.stories.js +220 -0
- package/dist/stories/components/DropdownMulti/DropdownMulti.style.js +11 -0
- package/dist/stories/components/DropdownMultiNew/DropdownMultiNew.js +49 -36
- package/dist/stories/components/DropdownMultiNew/DropdownMultiNew.style.js +204 -16
- package/dist/stories/components/DropdownNew/DropdownNew.js +21 -11
- package/dist/stories/components/DropdownNew/DropdownNew.stories.js +18 -9
- package/dist/stories/components/DropdownNew/DropdownNew.style.js +13 -3
- package/dist/stories/components/DropdownSingleNew/DropdownSingleNew.js +30 -10
- package/dist/stories/components/DropdownSingleNew/DropdownSingleNew.style.js +175 -14
- package/dist/stories/components/EventDetailsCard/EventDetailsCard.style.js +86 -10
- package/dist/stories/components/EventList/EventList.style.js +30 -6
- package/dist/stories/components/EventListItem/EventListItem.style.js +39 -6
- package/dist/stories/components/FilterContainer/FilterContainer.style.js +22 -5
- package/dist/stories/components/FilterPanel/FilterPanel.js +22 -17
- package/dist/stories/components/FilterPanel/FilterPanel.style.js +81 -13
- package/dist/stories/components/FilterPanel.js +4 -0
- package/dist/stories/components/FormattedValue/FormattedValue.style.js +83 -10
- package/dist/stories/components/IconButton/IconButton.style.js +56 -7
- package/dist/stories/components/Input/Input.style.js +122 -9
- package/dist/stories/components/InputOld/InputOld.style.js +61 -8
- package/dist/stories/components/KpiFilter/KpiFilter.js +18 -1
- package/dist/stories/components/KpiFilter/KpiFilter.style.js +124 -18
- package/dist/stories/components/LinkButton/LinkButton.style.js +45 -6
- package/dist/stories/components/LinnerDataBox/LinnerDataBox.js +4 -2
- package/dist/stories/components/LinnerDataBox/LinnerDataBox.stories.js +32 -10
- package/dist/stories/components/LinnerDataBox/LinnerDataBox.style.js +60 -14
- package/dist/stories/components/ListBox/ListBox.style.js +40 -6
- package/dist/stories/components/MarketShareDescription/MarketShareDescription.stories.js +17 -3
- package/dist/stories/components/MarketShareDescription/MarketShareDescription.style.js +207 -19
- package/dist/stories/components/Modal/Modal.style.js +56 -8
- package/dist/stories/components/Modal/ModalTotalBenchmark.js +6 -6
- package/dist/stories/components/MonthPicker/MonthPicker.js +2 -2
- package/dist/stories/components/MonthPicker/MonthPicker.style.js +95 -10
- package/dist/stories/components/MonthPicker/MonthPopupPicker.js +91 -13
- package/dist/stories/components/MultipleCard/MultipleCard.style.js +5 -3
- package/dist/stories/components/NoDataFoundMessage/NoDataFoundMessage.style.js +31 -5
- package/dist/stories/components/OneColumnContainer/OneColumnContainer.style.js +99 -12
- package/dist/stories/components/PageFilterBar/PageFilterBar.style.js +14 -4
- package/dist/stories/components/PerformanceAnalytics/PerformanceAnalytics.js +16 -9
- package/dist/stories/components/PerformanceAnalytics/PerformanceAnalytics.style.js +136 -17
- package/dist/stories/components/PerformanceAnalyticsLegend/PerformanceAnalyticsLegend.js +14 -13
- package/dist/stories/components/PerformanceAnalyticsLegend/PerformanceAnalyticsLegend.style.js +55 -8
- package/dist/stories/components/PerformanceAnalyticsOneColumn/PerformanceAnalyticsOneColumn.js +12 -5
- package/dist/stories/components/PerformanceAnalyticsOneColumn/PerformanceAnalyticsOneColumn.style.js +108 -15
- package/dist/stories/components/PerformanceAnalyticsTotals/PerformanceAnalyticsTotals.js +1 -1
- package/dist/stories/components/PerformanceAnalyticsTotals/PerformanceAnalyticsTotals.style.js +81 -12
- package/dist/stories/components/Popup/Popup.style.js +114 -16
- package/dist/stories/components/PopupCharts/PopupCharts.style.js +100 -15
- package/dist/stories/components/PopupContent/PopupContent.style.js +64 -11
- package/dist/stories/components/ProductsVariety/ProductsVariety.style.js +78 -12
- package/dist/stories/components/ProgressBar/ProgressBar.style.js +15 -4
- package/dist/stories/components/QuarterPicker/QuarterPicker.js +2 -2
- package/dist/stories/components/QuarterPicker/QuarterPicker.style.js +94 -10
- package/dist/stories/components/QuarterPicker/QuarterPopupPicker.js +85 -12
- package/dist/stories/components/QuickFilter/QuickFilter.style.js +13 -3
- package/dist/stories/components/QuickFilter/QuickFilterDropdownMultiSelection.js +2 -2
- package/dist/stories/components/QuickFilter/QuickFilterDropdownMultiSelection.style.js +182 -16
- package/dist/stories/components/QuickFilter/QuickFilterDropdownSingle.js +1 -1
- package/dist/stories/components/QuickFilter/QuickFilterDropdownSingle.style.js +127 -15
- package/dist/stories/components/QuickFilterDropdownMultiSelection.js +1 -1
- package/dist/stories/components/QuickFilterDropdownSingle.js +1 -1
- package/dist/stories/components/RangePicker/RangeDatePicker.js +95 -12
- package/dist/stories/components/RangePicker/RangePicker.js +2 -2
- package/dist/stories/components/RangePicker/RangePicker.style.js +99 -10
- package/dist/stories/components/ReportTable/ReportTable.style.js +123 -14
- package/dist/stories/components/SagButton/SagButton.style.js +39 -5
- package/dist/stories/components/SagIconButton/SagIconButton.style.js +22 -4
- package/dist/stories/components/SagInput/SagInput.style.js +33 -5
- package/dist/stories/components/SalesAndROI/SalesAndROI.style.js +103 -11
- package/dist/stories/components/SearchInput/SearchInput.style.js +29 -4
- package/dist/stories/components/SegmentedButton/SegmentedButton.js +5 -5
- package/dist/stories/components/SegmentedButton/SegmentedButton.style.js +90 -9
- package/dist/stories/components/Select/Select.style.js +92 -9
- package/dist/stories/components/TabMenu/TabMenu.js +19 -7
- package/dist/stories/components/TabMenu/TabMenu.style.js +105 -14
- package/dist/stories/components/Table/Table.js +2 -2
- package/dist/stories/components/Table/Table.style.js +78 -9
- package/dist/stories/components/TextField/TextField.style.js +10 -3
- package/dist/stories/components/TitleDescription/TitleDescription.style.js +214 -28
- package/dist/stories/components/Tooltip/Tooltip.js +1 -1
- package/dist/stories/components/Tooltip/Tooltip.style.js +90 -5
- package/dist/stories/components/TopToggleList/TopToggleList.style.js +43 -8
- package/dist/stories/components/TotalBenchmark/TotalBenchmark.style.js +71 -11
- package/dist/stories/components/TotalBenchmarkAreachart/TotalBenchmarkAreachart.js +3 -3
- package/dist/stories/components/TotalBenchmarkAreachart/TotalBenchmarkAreachart.style.js +163 -22
- package/dist/stories/components/TotalBenchmarkArrows/TotalBenchmarkArrows.style.js +100 -16
- package/dist/stories/components/TotalBenchmarkBarchart/TotalBenchmarkBarchart.style.js +69 -12
- package/dist/stories/components/TotalDoughnutChart/TotalDoughnutChart.js +3 -3
- package/dist/stories/components/TotalDoughnutChart/TotalDoughnutChart.style.js +170 -22
- package/dist/stories/components/TotalHorizontalCharts/TotalHorizontalCharts.js +47 -32
- package/dist/stories/components/TotalHorizontalCharts/TotalHorizontalCharts.stories.js +52 -14
- package/dist/stories/components/TotalHorizontalCharts/TotalHorizontalCharts.style.js +51 -13
- package/dist/stories/components/TspanTooltip/TspanTooltip.js +3 -3
- package/dist/stories/components/TspanTooltip/TspanTooltip.style.js +97 -5
- package/dist/stories/components/TwoBarCharts/TwoBarCharts.js +6 -4
- package/dist/stories/components/TwoBarCharts/TwoBarCharts.stories.js +88 -23
- package/dist/stories/components/TwoBarCharts/TwoBarCharts.style.js +52 -10
- package/dist/stories/utils/CommonFunctions.js +13 -8
- package/package.json +1 -1
- package/dist/stories/components/HaiTooltip.js +0 -71
- package/dist/stories/components/HaiTooltip.style.js +0 -12
- package/dist/stories/components/Rbackup.js +0 -453
- package/dist/stories/components/TableTooltip.js +0 -71
- package/dist/stories/components/TableTooltip.style.js +0 -12
|
@@ -5,17 +5,123 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
value: true
|
|
6
6
|
});
|
|
7
7
|
exports.TitleDiv = exports.TitleAccordion = exports.Th = exports.Td = exports.TableWrapper = exports.Table = exports.IconDiv = exports.IconAndTitle = exports.ComponentHeader = exports.ArrowAndNumber = exports.AccordionWrapper = void 0;
|
|
8
|
-
var _taggedTemplateLiteral2 = _interopRequireDefault(require("@babel/runtime/helpers/esm/taggedTemplateLiteral"));
|
|
9
8
|
var _styledComponents = _interopRequireDefault(require("styled-components"));
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
const
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
9
|
+
const AccordionWrapper = exports.AccordionWrapper = _styledComponents.default.div`
|
|
10
|
+
width: ${props => props.width};
|
|
11
|
+
height: ${props => props.height};
|
|
12
|
+
padding: 0 20px;
|
|
13
|
+
background-color: white;
|
|
14
|
+
`;
|
|
15
|
+
const TitleAccordion = exports.TitleAccordion = _styledComponents.default.div`
|
|
16
|
+
width: 100%;
|
|
17
|
+
display: inline-block;
|
|
18
|
+
align-items: center;
|
|
19
|
+
background-color: ${props => props.isopen ? '#D0D0D0' : '#FFFFFF'};
|
|
20
|
+
margin-bottom: 16px;
|
|
21
|
+
`;
|
|
22
|
+
const IconAndTitle = exports.IconAndTitle = _styledComponents.default.div`
|
|
23
|
+
width: auto;
|
|
24
|
+
font-family: "poppins";
|
|
25
|
+
font-weight: 400;
|
|
26
|
+
font-size: 16px;
|
|
27
|
+
line-height: 24px;
|
|
28
|
+
display: flex;
|
|
29
|
+
float: left;
|
|
30
|
+
align-items: center;
|
|
31
|
+
@media (max-width: 1536px) {
|
|
32
|
+
font-size: 12px;
|
|
33
|
+
}
|
|
34
|
+
& > svg {
|
|
35
|
+
margin-right: 15px;
|
|
36
|
+
}
|
|
37
|
+
`;
|
|
38
|
+
const ArrowAndNumber = exports.ArrowAndNumber = _styledComponents.default.div`
|
|
39
|
+
float: right;
|
|
40
|
+
font-family: "poppins";
|
|
41
|
+
font-weight: 600;
|
|
42
|
+
display: flex;
|
|
43
|
+
align-items: center;
|
|
44
|
+
justify-content: space-between;
|
|
45
|
+
width: 23%;
|
|
46
|
+
margin-right: 20px;
|
|
47
|
+
`;
|
|
48
|
+
const IconDiv = exports.IconDiv = _styledComponents.default.div`
|
|
49
|
+
display: flex;
|
|
50
|
+
justify-content: flex-end;
|
|
51
|
+
width: 25%;
|
|
52
|
+
`;
|
|
53
|
+
const TitleDiv = exports.TitleDiv = _styledComponents.default.div`
|
|
54
|
+
width: 70%;
|
|
55
|
+
text-align: left;
|
|
56
|
+
padding-left: 3px;
|
|
57
|
+
@media (max-width: 1536px) {
|
|
58
|
+
font-size: 11px;
|
|
59
|
+
}
|
|
60
|
+
@media (max-width: 1366px) {
|
|
61
|
+
font-size: 10px;
|
|
62
|
+
}
|
|
63
|
+
`;
|
|
64
|
+
const TableWrapper = exports.TableWrapper = _styledComponents.default.div`
|
|
65
|
+
overflow-x: auto;
|
|
66
|
+
margin-bottom: 22px;
|
|
67
|
+
&::-webkit-scrollbar {
|
|
68
|
+
height: 8px;
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
&::-webkit-scrollbar-track {
|
|
72
|
+
background: #E8E8E8;
|
|
73
|
+
border-radius: 5px;
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
&::-webkit-scrollbar-thumb {
|
|
77
|
+
background: #D0D0D0;
|
|
78
|
+
border-radius: 5px;
|
|
79
|
+
}
|
|
80
|
+
`;
|
|
81
|
+
const Table = exports.Table = _styledComponents.default.table`
|
|
82
|
+
width: 100%;
|
|
83
|
+
border-collapse: collapse;
|
|
84
|
+
overflow: auto;
|
|
85
|
+
table-layout: fixed;
|
|
86
|
+
`;
|
|
87
|
+
const Th = exports.Th = _styledComponents.default.th`
|
|
88
|
+
background-color: white;
|
|
89
|
+
font-family: "poppins";
|
|
90
|
+
font-weight: 600;
|
|
91
|
+
font-size: 12px;
|
|
92
|
+
border: 1px solid #ccc;
|
|
93
|
+
padding: 10px;
|
|
94
|
+
text-align: center;
|
|
95
|
+
line-height: 18px;
|
|
96
|
+
border-top: none;
|
|
97
|
+
border-left: none;
|
|
98
|
+
&:last-of-type {
|
|
99
|
+
border-right: none;
|
|
100
|
+
}
|
|
101
|
+
`;
|
|
102
|
+
const Td = exports.Td = _styledComponents.default.td`
|
|
103
|
+
border: 1px solid #ccc;
|
|
104
|
+
padding: 10px;
|
|
105
|
+
text-align: center;
|
|
106
|
+
line-height: 21px;
|
|
107
|
+
font-size: 14px;
|
|
108
|
+
font-family: "poppins";
|
|
109
|
+
font-weight: 400;
|
|
110
|
+
border-bottom: none;
|
|
111
|
+
border-left: none;
|
|
112
|
+
&:last-of-type {
|
|
113
|
+
border-right: none;
|
|
114
|
+
}
|
|
115
|
+
`;
|
|
116
|
+
const ComponentHeader = exports.ComponentHeader = _styledComponents.default.h3`
|
|
117
|
+
font-family: "poppins";
|
|
118
|
+
font-weight: 500;
|
|
119
|
+
font-size: 18px;
|
|
120
|
+
line-height: 27px;
|
|
121
|
+
@media (max-width: 1536px) {
|
|
122
|
+
font-size: 14px;
|
|
123
|
+
}
|
|
124
|
+
@media (max-width: 1366px) {
|
|
125
|
+
font-size: 12px;
|
|
126
|
+
}
|
|
127
|
+
`;
|
|
@@ -142,7 +142,8 @@ const CollapseHeader = props => {
|
|
|
142
142
|
onClick: viewCreativeOnClickHandler,
|
|
143
143
|
text: buttonText,
|
|
144
144
|
type: "secondary",
|
|
145
|
-
disabled: disabled
|
|
145
|
+
disabled: disabled,
|
|
146
|
+
size: "small"
|
|
146
147
|
}), viewCreativeListBoxOpenedState && /*#__PURE__*/_react.default.createElement(_CollapseHeader.ViewCreativeListBoxContainer, {
|
|
147
148
|
id: "ViewCreativeListBoxContainer",
|
|
148
149
|
top: getViewCreativeContainerTop(),
|
|
@@ -5,31 +5,196 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
value: true
|
|
6
6
|
});
|
|
7
7
|
exports.ViewCreativeTextField = exports.ViewCreativeListBoxContainer = exports.ViewCreativeContainer = exports.ViewCreativeButtonAndListBoxContainer = exports.SubLineContainer = exports.RetailerIconContainer = exports.Retailer = exports.PeriodsContainer = exports.PeriodValue = exports.PeriodLabel = exports.PanelContainer = exports.ObjectivesTitle = exports.ObjectivesShowMore = exports.ObjectivesDescription = exports.ObjectiesContainer = exports.ObjectiesAndPeriodsContainer = exports.MainContainer = exports.FilterValuesContainer = exports.FilterValue = exports.FieldsDelimiter = exports.EventNameViewCreativeSubContainer = exports.EventNameAndViewCreativeContainer = exports.DraftTag = exports.DownloadButtonContainer = exports.BottonsContainer = void 0;
|
|
8
|
-
var _taggedTemplateLiteral2 = _interopRequireDefault(require("@babel/runtime/helpers/esm/taggedTemplateLiteral"));
|
|
9
8
|
var _styledComponents = _interopRequireDefault(require("styled-components"));
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
const
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
9
|
+
const MainContainer = exports.MainContainer = _styledComponents.default.div`
|
|
10
|
+
display: flex;
|
|
11
|
+
position: relative;
|
|
12
|
+
font-family: "Poppins", sans-serif;
|
|
13
|
+
font-size: 1rem;
|
|
14
|
+
color: ${props => props.textcolor ? props.textcolor : '#000'};
|
|
15
|
+
width: ${props => props.width};
|
|
16
|
+
height: ${props => props.height};
|
|
17
|
+
border-radius: 12px;
|
|
18
|
+
`;
|
|
19
|
+
const PanelContainer = exports.PanelContainer = _styledComponents.default.div`
|
|
20
|
+
display: flex;
|
|
21
|
+
align-content: center;
|
|
22
|
+
flex-direction: column;
|
|
23
|
+
align-items: center;
|
|
24
|
+
justify-content: space-around;
|
|
25
|
+
border-radius: 12px;
|
|
26
|
+
background: white;
|
|
27
|
+
padding: 20px 0 0;
|
|
28
|
+
font-weight: 400;
|
|
29
|
+
white-space: pre-wrap;
|
|
30
|
+
width: 100%;
|
|
31
|
+
@media (max-width: 1536px) {
|
|
32
|
+
padding: 12px 0 0;
|
|
33
|
+
}
|
|
34
|
+
`;
|
|
35
|
+
const EventNameAndViewCreativeContainer = exports.EventNameAndViewCreativeContainer = _styledComponents.default.div`
|
|
36
|
+
display: flex;
|
|
37
|
+
align-content: center;
|
|
38
|
+
align-items: center;
|
|
39
|
+
justify-content: space-between;
|
|
40
|
+
width: 100%;
|
|
41
|
+
`;
|
|
42
|
+
const EventNameViewCreativeSubContainer = exports.EventNameViewCreativeSubContainer = _styledComponents.default.div`
|
|
43
|
+
display: flex;
|
|
44
|
+
position: relative;
|
|
45
|
+
align-content: center;
|
|
46
|
+
align-items: center;
|
|
47
|
+
gap: 20px;
|
|
48
|
+
`;
|
|
49
|
+
const DraftTag = exports.DraftTag = _styledComponents.default.div`
|
|
50
|
+
color: #E41111;
|
|
51
|
+
border: 2px solid #E41111;
|
|
52
|
+
font-size: 20px;
|
|
53
|
+
padding: 6px 18px;
|
|
54
|
+
`;
|
|
55
|
+
const ViewCreativeContainer = exports.ViewCreativeContainer = _styledComponents.default.div`
|
|
56
|
+
display: flex;
|
|
57
|
+
align-items: center;
|
|
58
|
+
justify-content: center;
|
|
59
|
+
padding: 2px 10px;
|
|
60
|
+
border-radius: 8px;
|
|
61
|
+
border: 1px solid #ccc;
|
|
62
|
+
color: ${props => props.disabled ? '#B1B1B1' : '#212121'};
|
|
63
|
+
&:hover {
|
|
64
|
+
cursor: ${props => !props.disabled ? 'pointer' : 'default'};
|
|
65
|
+
}
|
|
66
|
+
`;
|
|
67
|
+
const ViewCreativeTextField = exports.ViewCreativeTextField = _styledComponents.default.h4`
|
|
68
|
+
display: flex;
|
|
69
|
+
line-height: 19px;
|
|
70
|
+
font-size: 14px;
|
|
71
|
+
font-weight: 400;
|
|
72
|
+
margin: 3px 10px;
|
|
73
|
+
@media (max-width: 1536px) {
|
|
74
|
+
font-size: 14px;
|
|
75
|
+
}
|
|
76
|
+
@media (max-width: 1366px) {
|
|
77
|
+
font-size: 12px;
|
|
78
|
+
}
|
|
79
|
+
`;
|
|
80
|
+
const ViewCreativeButtonAndListBoxContainer = exports.ViewCreativeButtonAndListBoxContainer = _styledComponents.default.div`
|
|
81
|
+
position: relative;
|
|
82
|
+
overflow: visible;
|
|
83
|
+
font-size: 18px;
|
|
84
|
+
@media (max-width: 1536px) {
|
|
85
|
+
font-size: 14px;
|
|
86
|
+
}
|
|
87
|
+
@media (max-width: 1366px) {
|
|
88
|
+
font-size: 12px;
|
|
89
|
+
}
|
|
90
|
+
`;
|
|
91
|
+
const ViewCreativeListBoxContainer = exports.ViewCreativeListBoxContainer = _styledComponents.default.div`
|
|
92
|
+
display: flex;
|
|
93
|
+
position: absolute;
|
|
94
|
+
left: ${props => props.left};
|
|
95
|
+
top: ${props => props.top};
|
|
96
|
+
z-index:1000;
|
|
97
|
+
`;
|
|
98
|
+
const FilterValuesContainer = exports.FilterValuesContainer = _styledComponents.default.div`
|
|
99
|
+
display: flex;
|
|
100
|
+
align-content: center;
|
|
101
|
+
align-items: center;
|
|
102
|
+
width: 100%;
|
|
103
|
+
margin: 0.5rem 0 0 0;
|
|
104
|
+
`;
|
|
105
|
+
const FilterValue = exports.FilterValue = _styledComponents.default.p`
|
|
106
|
+
color: #212121;
|
|
107
|
+
margin: 0;
|
|
108
|
+
font-size: 14px;
|
|
109
|
+
font-weight: 400;
|
|
110
|
+
@media (max-width: 1536px) {
|
|
111
|
+
font-size: 14px;
|
|
112
|
+
}
|
|
113
|
+
@media (max-width: 1366px) {
|
|
114
|
+
font-size: 12px;
|
|
115
|
+
}
|
|
116
|
+
`;
|
|
117
|
+
const FieldsDelimiter = exports.FieldsDelimiter = _styledComponents.default.p`
|
|
118
|
+
color: #ccc;
|
|
119
|
+
margin: 0;
|
|
120
|
+
`;
|
|
121
|
+
const Retailer = exports.Retailer = _styledComponents.default.div`
|
|
122
|
+
color: #1b30aa;
|
|
123
|
+
margin: 0;
|
|
124
|
+
margin-inline-end: 5px;
|
|
125
|
+
`;
|
|
126
|
+
const RetailerIconContainer = exports.RetailerIconContainer = _styledComponents.default.div`
|
|
127
|
+
display: flex;
|
|
128
|
+
align-items: center;
|
|
129
|
+
`;
|
|
130
|
+
const ObjectiesContainer = exports.ObjectiesContainer = _styledComponents.default.div`
|
|
131
|
+
max-width: 70%;
|
|
132
|
+
`;
|
|
133
|
+
const ObjectiesAndPeriodsContainer = exports.ObjectiesAndPeriodsContainer = _styledComponents.default.div`
|
|
134
|
+
display: flex;
|
|
135
|
+
gap: 40px;
|
|
136
|
+
width: 100%;
|
|
137
|
+
margin-top: 8px;
|
|
138
|
+
`;
|
|
139
|
+
const ObjectivesTitle = exports.ObjectivesTitle = _styledComponents.default.strong`
|
|
140
|
+
font-weight: 500;
|
|
141
|
+
`;
|
|
142
|
+
const ObjectivesDescription = exports.ObjectivesDescription = _styledComponents.default.p`
|
|
143
|
+
margin: 0;
|
|
144
|
+
font-size: 14px;
|
|
145
|
+
font-weight: 400;
|
|
146
|
+
@media (max-width: 1536px) {
|
|
147
|
+
font-size: 14px;
|
|
148
|
+
}
|
|
149
|
+
@media (max-width: 1366px) {
|
|
150
|
+
font-size: 12px;
|
|
151
|
+
}
|
|
152
|
+
`;
|
|
153
|
+
const ObjectivesShowMore = exports.ObjectivesShowMore = _styledComponents.default.a`
|
|
154
|
+
color: ${props => props.disabled ? '#B1B1B1' : '#1b30aa'};
|
|
155
|
+
&:hover {
|
|
156
|
+
cursor: ${props => !props.disabled ? 'pointer' : 'default'};
|
|
157
|
+
}
|
|
158
|
+
`;
|
|
159
|
+
const BottonsContainer = exports.BottonsContainer = _styledComponents.default.div`
|
|
160
|
+
align-items: center;
|
|
161
|
+
justify-content: flex-end;
|
|
162
|
+
min-height: 1.5rem;
|
|
163
|
+
`;
|
|
164
|
+
const DownloadButtonContainer = exports.DownloadButtonContainer = _styledComponents.default.div``;
|
|
165
|
+
const PeriodsContainer = exports.PeriodsContainer = _styledComponents.default.div`
|
|
166
|
+
display: flex;
|
|
167
|
+
flex-wrap: wrap;
|
|
168
|
+
align-content: flex-start;
|
|
169
|
+
justify-content: flex-start;
|
|
170
|
+
font-size: 14px;
|
|
171
|
+
@media (max-width: 1536px) {
|
|
172
|
+
font-size: 12px;
|
|
173
|
+
}
|
|
174
|
+
`;
|
|
175
|
+
const SubLineContainer = exports.SubLineContainer = _styledComponents.default.div`
|
|
176
|
+
display: flex;
|
|
177
|
+
width: 100%;
|
|
178
|
+
`;
|
|
179
|
+
const PeriodLabel = exports.PeriodLabel = _styledComponents.default.strong`
|
|
180
|
+
font-size: 14px;
|
|
181
|
+
font-weight: 500;
|
|
182
|
+
@media (max-width: 1536px) {
|
|
183
|
+
font-size: 14px;
|
|
184
|
+
}
|
|
185
|
+
@media (max-width: 1366px) {
|
|
186
|
+
font-size: 12px;
|
|
187
|
+
}
|
|
188
|
+
`;
|
|
189
|
+
const PeriodValue = exports.PeriodValue = _styledComponents.default.p`
|
|
190
|
+
line-height: 19px;
|
|
191
|
+
font-size: 14px;
|
|
192
|
+
font-weight: 400;
|
|
193
|
+
margin: 0 0 0 10px;
|
|
194
|
+
@media (max-width: 1536px) {
|
|
195
|
+
font-size: 14px;
|
|
196
|
+
}
|
|
197
|
+
@media (max-width: 1366px) {
|
|
198
|
+
font-size: 12px;
|
|
199
|
+
}
|
|
200
|
+
`;
|
|
@@ -5,13 +5,57 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
value: true
|
|
6
6
|
});
|
|
7
7
|
exports.RightIconContainer = exports.LeftIconContainer = exports.CollapseMenuItemTitle = exports.CollapseMenuItemSubTitle = exports.CollapseMenuItemMainContainer = exports.CollapseMenuItemContentContainer = exports.CollapseMenuItemContainer = void 0;
|
|
8
|
-
var _taggedTemplateLiteral2 = _interopRequireDefault(require("@babel/runtime/helpers/esm/taggedTemplateLiteral"));
|
|
9
8
|
var _styledComponents = _interopRequireDefault(require("styled-components"));
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
const
|
|
17
|
-
|
|
9
|
+
const CollapseMenuItemMainContainer = exports.CollapseMenuItemMainContainer = _styledComponents.default.div`
|
|
10
|
+
margin: 0;
|
|
11
|
+
background: #ffffff;
|
|
12
|
+
box-shadow: ${props => props.showBorder ? '0px 0px 20px 0px rgba(0, 0, 0, 0.2)' : null};
|
|
13
|
+
border-radius: 12px;
|
|
14
|
+
`;
|
|
15
|
+
const CollapseMenuItemContainer = exports.CollapseMenuItemContainer = _styledComponents.default.div`
|
|
16
|
+
font-family: "Poppins", sans-serif;
|
|
17
|
+
font-size: 18px;
|
|
18
|
+
display: flex;
|
|
19
|
+
justify-content: flex-start;
|
|
20
|
+
align-items: center;
|
|
21
|
+
padding: 15px;
|
|
22
|
+
`;
|
|
23
|
+
const CollapseMenuItemTitle = exports.CollapseMenuItemTitle = _styledComponents.default.h3`
|
|
24
|
+
font-weight: 500;
|
|
25
|
+
font-size: 18px;
|
|
26
|
+
line-height: 25px;
|
|
27
|
+
margin: 0 5px 0 10px;
|
|
28
|
+
@media (max-width: 1536px) {
|
|
29
|
+
font-size: 16px;
|
|
30
|
+
}
|
|
31
|
+
@media (max-width: 1366px) {
|
|
32
|
+
font-size: 14px;
|
|
33
|
+
}
|
|
34
|
+
`;
|
|
35
|
+
const CollapseMenuItemSubTitle = exports.CollapseMenuItemSubTitle = _styledComponents.default.h3`
|
|
36
|
+
color: #757171;
|
|
37
|
+
font-weight: 500;
|
|
38
|
+
font-size: 18px;
|
|
39
|
+
@media (max-width: 1536px) {
|
|
40
|
+
font-size: 16px;
|
|
41
|
+
}
|
|
42
|
+
@media (max-width: 1366px) {
|
|
43
|
+
font-size: 14px;
|
|
44
|
+
}
|
|
45
|
+
line-height: 25px;
|
|
46
|
+
margin: 0 5px;
|
|
47
|
+
|
|
48
|
+
`;
|
|
49
|
+
const LeftIconContainer = exports.LeftIconContainer = _styledComponents.default.h3`
|
|
50
|
+
margin: 0 0 0 10px;
|
|
51
|
+
`;
|
|
52
|
+
const CollapseMenuItemContentContainer = exports.CollapseMenuItemContentContainer = _styledComponents.default.div`
|
|
53
|
+
font-weight: 500;
|
|
54
|
+
font-size: 14px;
|
|
55
|
+
margin: 0;
|
|
56
|
+
`;
|
|
57
|
+
const RightIconContainer = exports.RightIconContainer = _styledComponents.default.div`
|
|
58
|
+
width: 20px;
|
|
59
|
+
height: 20px;
|
|
60
|
+
margin-left: auto;
|
|
61
|
+
`;
|
|
@@ -5,9 +5,15 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
value: true
|
|
6
6
|
});
|
|
7
7
|
exports.DatepickerContainer = void 0;
|
|
8
|
-
var _taggedTemplateLiteral2 = _interopRequireDefault(require("@babel/runtime/helpers/esm/taggedTemplateLiteral"));
|
|
9
8
|
var _styledComponents = _interopRequireDefault(require("styled-components"));
|
|
10
|
-
var _templateObject;
|
|
11
9
|
// import './font.css';
|
|
12
10
|
|
|
13
|
-
const DatepickerContainer = exports.DatepickerContainer = _styledComponents.default.div
|
|
11
|
+
const DatepickerContainer = exports.DatepickerContainer = _styledComponents.default.div`
|
|
12
|
+
width: ${props => props.width};
|
|
13
|
+
text-align: left;
|
|
14
|
+
position: relative;
|
|
15
|
+
align-items: center;
|
|
16
|
+
justify-content: center;
|
|
17
|
+
font-family: Poppins;
|
|
18
|
+
font-size: "14px";
|
|
19
|
+
`;
|
|
@@ -5,10 +5,47 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
value: true
|
|
6
6
|
});
|
|
7
7
|
exports.DownloadProgressTitle = exports.DownloadProgressStatusMessage = exports.DownloadProgressMainContainer = exports.DownloadProgressContentContainer = void 0;
|
|
8
|
-
var _taggedTemplateLiteral2 = _interopRequireDefault(require("@babel/runtime/helpers/esm/taggedTemplateLiteral"));
|
|
9
8
|
var _styledComponents = _interopRequireDefault(require("styled-components"));
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
9
|
+
const DownloadProgressMainContainer = exports.DownloadProgressMainContainer = _styledComponents.default.div`
|
|
10
|
+
font-family: "Poppins", sans-serif;
|
|
11
|
+
font-style: normal;
|
|
12
|
+
font-size: 12px;
|
|
13
|
+
font-weight: 400;
|
|
14
|
+
color: #212121;
|
|
15
|
+
line-height: 14px;
|
|
16
|
+
position: relative;
|
|
17
|
+
margin: 0;
|
|
18
|
+
padding: 10px;
|
|
19
|
+
background: #ffffff;
|
|
20
|
+
border-radius: 12px;
|
|
21
|
+
box-shadow: ${props => props.showShadow ? '0px 0px 20px 0px rgba(0, 0, 0, 0.2)' : ''};
|
|
22
|
+
`;
|
|
23
|
+
const DownloadProgressContentContainer = exports.DownloadProgressContentContainer = _styledComponents.default.div`
|
|
24
|
+
display: flex;
|
|
25
|
+
align-items: center;
|
|
26
|
+
margin: 0 10px;
|
|
27
|
+
gap: 10px;
|
|
28
|
+
`;
|
|
29
|
+
const DownloadProgressTitle = exports.DownloadProgressTitle = _styledComponents.default.h3`
|
|
30
|
+
font-weight: 400;
|
|
31
|
+
margin: 10px;
|
|
32
|
+
`;
|
|
33
|
+
const DownloadProgressStatusMessage = exports.DownloadProgressStatusMessage = _styledComponents.default.h3`
|
|
34
|
+
margin: 3px 0;
|
|
35
|
+
&.DownloadProgressStatusMessage_succeeded{
|
|
36
|
+
font-weight: 500;
|
|
37
|
+
}
|
|
38
|
+
&.DownloadProgressStatusMessage_failed{
|
|
39
|
+
color: #7F7D7D;
|
|
40
|
+
font-weight: 400;
|
|
41
|
+
}
|
|
42
|
+
&.DownloadProgressStatusMessage_TryAgain{
|
|
43
|
+
color: #1B30AA;
|
|
44
|
+
font-weight: 400;
|
|
45
|
+
text-decoration: underline;
|
|
46
|
+
&:hover {
|
|
47
|
+
background-Color: #f1f1f1;
|
|
48
|
+
cursor: pointer;
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
`;
|
|
@@ -5,7 +5,13 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
value: true
|
|
6
6
|
});
|
|
7
7
|
exports.DropdownContainer = void 0;
|
|
8
|
-
var _taggedTemplateLiteral2 = _interopRequireDefault(require("@babel/runtime/helpers/esm/taggedTemplateLiteral"));
|
|
9
8
|
var _styledComponents = _interopRequireDefault(require("styled-components"));
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
const DropdownContainer = exports.DropdownContainer = _styledComponents.default.div`
|
|
10
|
+
width: ${props => props.width};
|
|
11
|
+
text-align: left;
|
|
12
|
+
position: relative;
|
|
13
|
+
align-items: center;
|
|
14
|
+
justify-content: center;
|
|
15
|
+
font-family: Poppins;
|
|
16
|
+
font-size: 14px;
|
|
17
|
+
`;
|