sag_components 1.0.140 → 1.0.141
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.
|
@@ -88,7 +88,6 @@ var TextField = function TextField(_ref) {
|
|
|
88
88
|
// round
|
|
89
89
|
return {
|
|
90
90
|
"& .MuiOutlinedInput-root": {
|
|
91
|
-
//m: 1,
|
|
92
91
|
width: {
|
|
93
92
|
width: width
|
|
94
93
|
},
|
|
@@ -151,7 +150,7 @@ var TextField = function TextField(_ref) {
|
|
|
151
150
|
key: resetDefaultValue,
|
|
152
151
|
label: label,
|
|
153
152
|
defaultValue: defaultValue,
|
|
154
|
-
|
|
153
|
+
placeholder: placeHolder,
|
|
155
154
|
id: "outlined-start-adornment",
|
|
156
155
|
sx: getTextFieldStyle(),
|
|
157
156
|
required: required,
|
|
@@ -147,7 +147,7 @@ var TitleDescription = function TitleDescription(_ref) {
|
|
|
147
147
|
event: event
|
|
148
148
|
});
|
|
149
149
|
}
|
|
150
|
-
}, "show more ..."))), /*#__PURE__*/_react.default.createElement(_TitleDescriptionStyle.PeriodsContainer, {
|
|
150
|
+
}, " ", " show more ..."))), /*#__PURE__*/_react.default.createElement(_TitleDescriptionStyle.PeriodsContainer, {
|
|
151
151
|
id: "PeriodsContainer"
|
|
152
152
|
}, /*#__PURE__*/_react.default.createElement(_TitleDescriptionStyle.SubLineContainer, {
|
|
153
153
|
id: "SubLineContainer"
|
|
@@ -157,23 +157,7 @@ var TitleDescription = function TitleDescription(_ref) {
|
|
|
157
157
|
id: "PeriodLabel"
|
|
158
158
|
}, "Event Dates: "), /*#__PURE__*/_react.default.createElement(_TitleDescriptionStyle.PeriodValue, {
|
|
159
159
|
id: "PeriodValue"
|
|
160
|
-
}, data.eventDatesValue))
|
|
161
|
-
id: "SubLineContainer"
|
|
162
|
-
}, /*#__PURE__*/_react.default.createElement(_TitleDescriptionStyle.PeriodLabel, {
|
|
163
|
-
id: "PeriodLabel"
|
|
164
|
-
}, "In Ad: "), /*#__PURE__*/_react.default.createElement(_TitleDescriptionStyle.PeriodValue, {
|
|
165
|
-
id: "PeriodValue"
|
|
166
|
-
}, data.inAdValue)), /*#__PURE__*/_react.default.createElement(_TitleDescriptionStyle.SubLineContainer, {
|
|
167
|
-
id: "SubLineContainer"
|
|
168
|
-
}, /*#__PURE__*/_react.default.createElement(_TitleDescriptionStyle.PeriodLabel, {
|
|
169
|
-
id: "PeriodLabel"
|
|
170
|
-
}, "On Display: "), /*#__PURE__*/_react.default.createElement(_TitleDescriptionStyle.PeriodValue, {
|
|
171
|
-
id: "PeriodValue"
|
|
172
|
-
}, data.onDisplayValue1), /*#__PURE__*/_react.default.createElement(_TitleDescriptionStyle.FieldsDelimiter, {
|
|
173
|
-
id: "FieldsDelimiter"
|
|
174
|
-
}, " | "), /*#__PURE__*/_react.default.createElement(_TitleDescriptionStyle.PeriodValue, {
|
|
175
|
-
id: "PeriodValue"
|
|
176
|
-
}, data.onDisplayValue2))))));
|
|
160
|
+
}, data.eventDatesValue))))));
|
|
177
161
|
};
|
|
178
162
|
exports.TitleDescription = TitleDescription;
|
|
179
163
|
var _default = TitleDescription;
|
|
@@ -16,7 +16,7 @@ var MainContainer = _styledComponents.default.div(_templateObject || (_templateO
|
|
|
16
16
|
return props.height;
|
|
17
17
|
});
|
|
18
18
|
exports.MainContainer = MainContainer;
|
|
19
|
-
var PanelContainer = _styledComponents.default.div(_templateObject2 || (_templateObject2 = (0, _taggedTemplateLiteral2.default)(["\n display: flex;\n align-content: center;\n flex-direction: column;\n align-items: center;\n justify-content: space-around;\n border-radius: 12px;\n background: #ffffff;\n padding: 1rem;\n font-weight: 400;\n font-size: 0.875rem;\n line-height: 1.4;\n white-space: pre-wrap;\n overflow: hidden;\n"])));
|
|
19
|
+
var PanelContainer = _styledComponents.default.div(_templateObject2 || (_templateObject2 = (0, _taggedTemplateLiteral2.default)(["\n display: flex;\n align-content: center;\n flex-direction: column;\n align-items: center;\n justify-content: space-around;\n border-radius: 12px;\n background: #ffffff;\n padding: 1rem;\n font-weight: 400;\n font-size: 0.875rem;\n line-height: 1.4;\n white-space: pre-wrap;\n overflow: hidden;\n width: 100%;\n"])));
|
|
20
20
|
exports.PanelContainer = PanelContainer;
|
|
21
21
|
var EventNameAndViewCreativeContainer = _styledComponents.default.div(_templateObject3 || (_templateObject3 = (0, _taggedTemplateLiteral2.default)(["\n display: flex;\n align-content: center;\n align-items: center;\n justify-content: space-between;\n width: 100%;\n"])));
|
|
22
22
|
exports.EventNameAndViewCreativeContainer = EventNameAndViewCreativeContainer;
|
|
@@ -34,19 +34,19 @@ var FilterValue = _styledComponents.default.p(_templateObject9 || (_templateObje
|
|
|
34
34
|
exports.FilterValue = FilterValue;
|
|
35
35
|
var FieldsDelimiter = _styledComponents.default.p(_templateObject10 || (_templateObject10 = (0, _taggedTemplateLiteral2.default)([" \n color: #ccc;\n margin: 0;\n"])));
|
|
36
36
|
exports.FieldsDelimiter = FieldsDelimiter;
|
|
37
|
-
var Retailer = _styledComponents.default.p(_templateObject11 || (_templateObject11 = (0, _taggedTemplateLiteral2.default)(["\n color: #1b30aa;\n margin: 0;\n"])));
|
|
37
|
+
var Retailer = _styledComponents.default.p(_templateObject11 || (_templateObject11 = (0, _taggedTemplateLiteral2.default)(["\n color: #1b30aa;\n margin: 0;\n margin-inline-end: 5px;\n"])));
|
|
38
38
|
exports.Retailer = Retailer;
|
|
39
39
|
var Space = _styledComponents.default.p(_templateObject12 || (_templateObject12 = (0, _taggedTemplateLiteral2.default)(["\n margin: 0;\n"])));
|
|
40
40
|
exports.Space = Space;
|
|
41
41
|
var RetailerIconContainer = _styledComponents.default.div(_templateObject13 || (_templateObject13 = (0, _taggedTemplateLiteral2.default)(["\n display: flex;\n align-items: center;\n"])));
|
|
42
42
|
exports.RetailerIconContainer = RetailerIconContainer;
|
|
43
|
-
var ObjectiesContainer = _styledComponents.default.div(_templateObject14 || (_templateObject14 = (0, _taggedTemplateLiteral2.default)(["\n display: flex;\n align-content: center;\n align-items: center;\n justify-content: space-between;\n"])));
|
|
43
|
+
var ObjectiesContainer = _styledComponents.default.div(_templateObject14 || (_templateObject14 = (0, _taggedTemplateLiteral2.default)(["\n display: flex;\n align-content: center;\n align-items: center;\n justify-content: space-between;\n width: 75%;\n"])));
|
|
44
44
|
exports.ObjectiesContainer = ObjectiesContainer;
|
|
45
|
-
var ObjectiesAndPeriodsContainer = _styledComponents.default.div(_templateObject15 || (_templateObject15 = (0, _taggedTemplateLiteral2.default)(["\n display: flex;\n"])));
|
|
45
|
+
var ObjectiesAndPeriodsContainer = _styledComponents.default.div(_templateObject15 || (_templateObject15 = (0, _taggedTemplateLiteral2.default)(["\n display: flex;\n width: 100%;\n"])));
|
|
46
46
|
exports.ObjectiesAndPeriodsContainer = ObjectiesAndPeriodsContainer;
|
|
47
47
|
var ObjectivesTitle = _styledComponents.default.strong(_templateObject16 || (_templateObject16 = (0, _taggedTemplateLiteral2.default)([""])));
|
|
48
48
|
exports.ObjectivesTitle = ObjectivesTitle;
|
|
49
|
-
var ObjectivesDescription = _styledComponents.default.p(_templateObject17 || (_templateObject17 = (0, _taggedTemplateLiteral2.default)(["\n margin: 0
|
|
49
|
+
var ObjectivesDescription = _styledComponents.default.p(_templateObject17 || (_templateObject17 = (0, _taggedTemplateLiteral2.default)(["\n margin: 0; \n \n"])));
|
|
50
50
|
exports.ObjectivesDescription = ObjectivesDescription;
|
|
51
51
|
var ObjectivesShowMore = _styledComponents.default.a(_templateObject18 || (_templateObject18 = (0, _taggedTemplateLiteral2.default)(["\n color: #1b30aa;\n &:hover {\n cursor: pointer;\n }\n"])));
|
|
52
52
|
exports.ObjectivesShowMore = ObjectivesShowMore;
|
|
@@ -54,7 +54,7 @@ var BottonsContainer = _styledComponents.default.div(_templateObject19 || (_temp
|
|
|
54
54
|
exports.BottonsContainer = BottonsContainer;
|
|
55
55
|
var DownloadButtonContainer = _styledComponents.default.div(_templateObject20 || (_templateObject20 = (0, _taggedTemplateLiteral2.default)([""])));
|
|
56
56
|
exports.DownloadButtonContainer = DownloadButtonContainer;
|
|
57
|
-
var PeriodsContainer = _styledComponents.default.div(_templateObject21 || (_templateObject21 = (0, _taggedTemplateLiteral2.default)(["\n display: flex;\n flex-wrap: wrap;\n align-content: flex-start;\n justify-content: flex-start;\n margin-left:
|
|
57
|
+
var PeriodsContainer = _styledComponents.default.div(_templateObject21 || (_templateObject21 = (0, _taggedTemplateLiteral2.default)(["\n display: flex;\n flex-wrap: wrap;\n align-content: flex-start;\n justify-content: flex-start;\n margin-left: 40px;\n width: 25%;\n"])));
|
|
58
58
|
exports.PeriodsContainer = PeriodsContainer;
|
|
59
59
|
var SubLineContainer = _styledComponents.default.div(_templateObject22 || (_templateObject22 = (0, _taggedTemplateLiteral2.default)(["\n display: flex;\n width: 100%;\n"])));
|
|
60
60
|
exports.SubLineContainer = SubLineContainer;
|