pds-dev-kit-web-test 2.7.533 → 2.7.535
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.
|
@@ -104,9 +104,10 @@ function Text(props) {
|
|
|
104
104
|
}
|
|
105
105
|
}
|
|
106
106
|
if (CB_CONTENT_PROP_TEXT_SPEC_CONNECTDATA === 'pinned') {
|
|
107
|
-
if (value === 'true'
|
|
107
|
+
if (value === 'true') {
|
|
108
108
|
return t('str_pinned');
|
|
109
109
|
}
|
|
110
|
+
return '';
|
|
110
111
|
}
|
|
111
112
|
if (CB_CONTENT_PROP_TEXT_SPEC_CONNECTDATA.endsWith('Date') ||
|
|
112
113
|
CB_CONTENT_PROP_TEXT_SPEC_CONNECTDATA.endsWith('At')) {
|
package/dist/src/sub/DynamicLayout/sections/CustomSection/components/fallbacks/DataNotFound.js
CHANGED
|
@@ -19,7 +19,7 @@ exports.default = DataNotFound;
|
|
|
19
19
|
var S_Wrapper = styled_components_1.default.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n align-items: center;\n bottom: 0;\n display: flex;\n height: 100%;\n justify-content: center;\n left: 0;\n position: absolute;\n right: 0;\n top: 0;\n width: 100%;\n"], ["\n align-items: center;\n bottom: 0;\n display: flex;\n height: 100%;\n justify-content: center;\n left: 0;\n position: absolute;\n right: 0;\n top: 0;\n width: 100%;\n"])));
|
|
20
20
|
var S_DataNotFound = styled_components_1.default.div(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n background-color: rgba(0, 0, 0, 0.5);\n color: white;\n display: flex;\n font-size: ", ";\n font-weight: ", ";\n justify-content: center;\n line-height: ", ";\n margin: auto;\n padding: ", ";\n text-align: center;\n width: 100%;\n word-break: keep-all;\n"], ["\n background-color: rgba(0, 0, 0, 0.5);\n color: white;\n display: flex;\n font-size: ", ";\n font-weight: ", ";\n justify-content: center;\n line-height: ", ";\n margin: auto;\n padding: ", ";\n text-align: center;\n width: 100%;\n word-break: keep-all;\n"])), function (_a) {
|
|
21
21
|
var theme = _a.theme;
|
|
22
|
-
return theme.desktopFontSize.
|
|
22
|
+
return theme.desktopFontSize.caption2;
|
|
23
23
|
}, function (_a) {
|
|
24
24
|
var theme = _a.theme;
|
|
25
25
|
return theme.fontWeight.bold;
|
|
@@ -28,6 +28,6 @@ var S_DataNotFound = styled_components_1.default.div(templateObject_2 || (templa
|
|
|
28
28
|
return theme.desktopLineHeight.caption1;
|
|
29
29
|
}, function (_a) {
|
|
30
30
|
var theme = _a.theme;
|
|
31
|
-
return theme.spacing.
|
|
31
|
+
return theme.spacing.spacingA;
|
|
32
32
|
});
|
|
33
33
|
var templateObject_1, templateObject_2;
|