@allegrocdp/preview 0.1.0-dev.7 → 0.1.0-dev.9
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 +13 -7
- package/package.json +1 -1
package/dist/client/index.html
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
<link
|
|
8
8
|
rel="icon"
|
|
9
9
|
type="image/svg+xml"
|
|
10
|
-
href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg'
|
|
10
|
+
href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 135 135' fill='none'><path d='M124.905 25L25.325 58.47L33.195 75.59L118.655 42.12L124.905 25Z' fill='%238E8AF1'/><path d='M112.395 58.98L41.025 92.72L48.895 109.84L106.235 75.59L112.395 58.97V58.98Z' fill='%238E8AF1'/><path d='M124.995 25H10.005L17.845 42.12H118.665L124.995 25Z' fill='%23423CE8'/><path d='M112.395 58.98L25.325 58.47L33.195 75.59H106.235L112.395 58.97V58.98Z' fill='%23423CE8'/><path d='M99.875 92.72H41.025L48.895 109.84H93.515L99.875 92.72Z' fill='%23423CE8'/></svg>"
|
|
11
11
|
/>
|
|
12
12
|
<style>
|
|
13
13
|
*,
|
|
@@ -1014,12 +1014,18 @@
|
|
|
1014
1014
|
<aside class="sidebar">
|
|
1015
1015
|
<div class="sidebar-header">
|
|
1016
1016
|
<div class="sidebar-logo">
|
|
1017
|
-
<svg width="18" height="18" viewBox="0 0
|
|
1018
|
-
<
|
|
1019
|
-
<
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1017
|
+
<svg width="18" height="18" viewBox="0 0 135 135" fill="none">
|
|
1018
|
+
<path d="M124.905 25L25.325 58.47L33.195 75.59L118.655 42.12L124.905 25Z" fill="#8E8AF1" />
|
|
1019
|
+
<path
|
|
1020
|
+
d="M112.395 58.98L41.025 92.72L48.895 109.84L106.235 75.59L112.395 58.97V58.98Z"
|
|
1021
|
+
fill="#8E8AF1"
|
|
1022
|
+
/>
|
|
1023
|
+
<path d="M124.995 25H10.005L17.845 42.12H118.665L124.995 25Z" fill="#423CE8" />
|
|
1024
|
+
<path
|
|
1025
|
+
d="M112.395 58.98L25.325 58.47L33.195 75.59H106.235L112.395 58.97V58.98Z"
|
|
1026
|
+
fill="#423CE8"
|
|
1027
|
+
/>
|
|
1028
|
+
<path d="M99.875 92.72H41.025L48.895 109.84H93.515L99.875 92.72Z" fill="#423CE8" />
|
|
1023
1029
|
</svg>
|
|
1024
1030
|
Allegro Preview
|
|
1025
1031
|
</div>
|
package/package.json
CHANGED