ublo-lib 1.39.10 → 1.39.11
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.
|
@@ -96,6 +96,7 @@
|
|
|
96
96
|
|
|
97
97
|
.wrapper {
|
|
98
98
|
display: flex;
|
|
99
|
+
align-items: center;
|
|
99
100
|
gap: 10px;
|
|
100
101
|
}
|
|
101
102
|
|
|
@@ -128,7 +129,7 @@
|
|
|
128
129
|
|
|
129
130
|
.contentLabel {
|
|
130
131
|
max-width: calc(100% - 80px);
|
|
131
|
-
padding: 6px;
|
|
132
|
+
padding: 8px 6px;
|
|
132
133
|
color: var(--ds-grey-000, #fff);
|
|
133
134
|
line-height: 1;
|
|
134
135
|
font-size: 14px;
|
|
@@ -11,7 +11,7 @@ export default function Tunnel() {
|
|
|
11
11
|
const { resort } = config;
|
|
12
12
|
const { intermediary, error, partnerID } = useContext();
|
|
13
13
|
const renderLoader = !intermediary && !error;
|
|
14
|
-
const renderError = error && !intermediary;
|
|
14
|
+
const renderError = error && !intermediary && !cmsMode;
|
|
15
15
|
return (_jsxs("div", { children: [renderLoader && _jsx(Loader, {}), renderError && (_jsx("div", { style: { textAlign: "center", color: "var(--ds-red-300, #f26464)" }, children: _jsx(Message, { id: "intermediary-error" }) })), !renderLoader && !renderError && (_jsx(MseM.Esf, { options: {
|
|
16
16
|
lang,
|
|
17
17
|
channel: "ESF",
|