@zuplo/editor 1.0.28256086286 → 1.0.28257168054
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/client/index.html
CHANGED
|
@@ -69,9 +69,12 @@
|
|
|
69
69
|
background-color: #ff00bd;
|
|
70
70
|
}
|
|
71
71
|
.zuplo-app-loader-mark {
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
72
|
+
/* Sized just larger than the 40px nav logo (h-10) so the loader's mark —
|
|
73
|
+
painted at HTML parse, before React/auth — stays the LCP candidate and
|
|
74
|
+
isn't superseded once the real nav logo renders late in the boot chain. */
|
|
75
|
+
width: 3rem;
|
|
76
|
+
height: 3rem;
|
|
77
|
+
object-fit: contain;
|
|
75
78
|
}
|
|
76
79
|
.zuplo-app-loader-mark--akamai {
|
|
77
80
|
display: none;
|
|
@@ -129,13 +132,7 @@
|
|
|
129
132
|
<div class="zuplo-app-loader-disc-wrap">
|
|
130
133
|
<span class="zuplo-app-loader-halo"></span>
|
|
131
134
|
<span class="zuplo-app-loader-disc">
|
|
132
|
-
<
|
|
133
|
-
<g fill-rule="nonzero" fill="none">
|
|
134
|
-
<path d="M0 0h308v308H0z" />
|
|
135
|
-
<path d="M214.523 182.007h-74.088l78.939-79.076a5.34 5.34 0 0 0-.807-8.204 5.314 5.314 0 0 0-2.957-.899H90.239V41.364h137.515a53.31 53.31 0 0 1 28.617 7.922 53.444 53.444 0 0 1 19.967 22.011 52.117 52.117 0 0 1 4.221 31.194 52.062 52.062 0 0 1-14.508 27.924l-51.528 51.592Z" fill="currentColor" />
|
|
136
|
-
<path d="M90.24 119.097h74.092l-78.781 78.917a5.431 5.431 0 0 0-1.172 5.912 5.423 5.423 0 0 0 5.001 3.351h125.017v52.464H77.016a53.322 53.322 0 0 1-28.616-7.923 53.453 53.453 0 0 1-19.968-22.011 52.109 52.109 0 0 1-4.219-31.194 52.059 52.059 0 0 1 14.51-27.924l51.517-51.592Z" fill="currentColor" />
|
|
137
|
-
</g>
|
|
138
|
-
</svg>
|
|
135
|
+
<img class="zuplo-app-loader-mark zuplo-app-loader-mark--zuplo" src="/zuplo_white.svg" alt="" fetchpriority="high" />
|
|
139
136
|
<svg class="zuplo-app-loader-mark zuplo-app-loader-mark--akamai" viewBox="344.42 285.18 451 489.75" xmlns="http://www.w3.org/2000/svg" fill="currentColor" aria-hidden="true">
|
|
140
137
|
<path d="M592.85,764.11c-100.8-30.77-174.12-123.92-174.12-234.05s74.88-205.29,177.4-235.02c10.48-3.06,7.73-9.86-4.91-9.86-136.28,0-246.8,109.69-246.8,244.89s110.51,244.86,246.8,244.86c12.63,0,13.14-7.3,1.63-10.81Z" />
|
|
141
138
|
<path d="M465.48,587.42c-.68-6.58-1.01-13.23-1.01-19.94,0-107.36,87.05-194.39,194.43-194.39,101.52,0,132,45.31,135.78,42.35,4.12-3.26-36.84-93.07-156.05-93.07-107.39,0-194.44,87.03-194.44,194.39,0,24.84,4.65,48.52,13.13,70.31,3.58,9.14,9.08,9.22,8.17.35Z" />
|