pds-dev-kit-web-test 2.7.533 → 2.7.534
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/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;
|