@allegrocdp/preview 0.1.0-dev.8 → 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.
@@ -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' width='18' height='18' viewBox='0 0 18 18' fill='none'><rect width='18' height='18' rx='4' fill='%236366f1' opacity='0.15'/><rect x='3' y='3' width='5' height='5' rx='1' fill='%23818cf8'/><rect x='10' y='3' width='5' height='5' rx='1' fill='%23818cf8' opacity='0.5'/><rect x='3' y='10' width='5' height='5' rx='1' fill='%23818cf8' opacity='0.5'/><rect x='10' y='10' width='5' height='5' rx='1' fill='%23818cf8'/></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 18 18" fill="none">
1018
- <rect width="18" height="18" rx="4" fill="#6366f1" opacity="0.15" />
1019
- <rect x="3" y="3" width="5" height="5" rx="1" fill="#818cf8" />
1020
- <rect x="10" y="3" width="5" height="5" rx="1" fill="#818cf8" opacity="0.5" />
1021
- <rect x="3" y="10" width="5" height="5" rx="1" fill="#818cf8" opacity="0.5" />
1022
- <rect x="10" y="10" width="5" height="5" rx="1" fill="#818cf8" />
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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "@allegrocdp/preview",
4
- "version": "0.1.0-dev.8",
4
+ "version": "0.1.0-dev.9",
5
5
  "description": "Local dev server for previewing Allegro templates",
6
6
  "type": "module",
7
7
  "bin": {