+ );
+}
+
+const meta: Meta = {
+ title: "Brand/Logos",
+ parameters: { layout: "padded" },
+};
+export default meta;
+type Story = StoryObj;
+
+/** Every brand mark + wordmark, per variant, on the background each is built for. */
+export const Logos: Story = {
+ render: () => (
+
+ {SETS.map((set) => (
+
+
+ {set.variant}
+
+
+
+
+ ))}
+
+ ),
+};
diff --git a/frontend/editor/public/classic-logo/Firstpage.png b/frontend/shared/assets/brand/classic-logo/Firstpage.png
similarity index 100%
rename from frontend/editor/public/classic-logo/Firstpage.png
rename to frontend/shared/assets/brand/classic-logo/Firstpage.png
diff --git a/frontend/editor/public/classic-logo/StirlingPDFLogoBlackText.svg b/frontend/shared/assets/brand/classic-logo/StirlingPDFLogoBlackText.svg
similarity index 100%
rename from frontend/editor/public/classic-logo/StirlingPDFLogoBlackText.svg
rename to frontend/shared/assets/brand/classic-logo/StirlingPDFLogoBlackText.svg
diff --git a/frontend/editor/public/classic-logo/StirlingPDFLogoGreyText.svg b/frontend/shared/assets/brand/classic-logo/StirlingPDFLogoGreyText.svg
similarity index 100%
rename from frontend/editor/public/classic-logo/StirlingPDFLogoGreyText.svg
rename to frontend/shared/assets/brand/classic-logo/StirlingPDFLogoGreyText.svg
diff --git a/frontend/editor/public/classic-logo/StirlingPDFLogoNoTextDark.svg b/frontend/shared/assets/brand/classic-logo/StirlingPDFLogoNoTextDark.svg
similarity index 100%
rename from frontend/editor/public/classic-logo/StirlingPDFLogoNoTextDark.svg
rename to frontend/shared/assets/brand/classic-logo/StirlingPDFLogoNoTextDark.svg
diff --git a/frontend/editor/public/classic-logo/StirlingPDFLogoNoTextLight.svg b/frontend/shared/assets/brand/classic-logo/StirlingPDFLogoNoTextLight.svg
similarity index 100%
rename from frontend/editor/public/classic-logo/StirlingPDFLogoNoTextLight.svg
rename to frontend/shared/assets/brand/classic-logo/StirlingPDFLogoNoTextLight.svg
diff --git a/frontend/editor/public/classic-logo/StirlingPDFLogoWhiteText.svg b/frontend/shared/assets/brand/classic-logo/StirlingPDFLogoWhiteText.svg
similarity index 100%
rename from frontend/editor/public/classic-logo/StirlingPDFLogoWhiteText.svg
rename to frontend/shared/assets/brand/classic-logo/StirlingPDFLogoWhiteText.svg
diff --git a/frontend/editor/public/classic-logo/favicon.ico b/frontend/shared/assets/brand/classic-logo/favicon.ico
similarity index 100%
rename from frontend/editor/public/classic-logo/favicon.ico
rename to frontend/shared/assets/brand/classic-logo/favicon.ico
diff --git a/frontend/editor/public/classic-logo/logo-tooltip.svg b/frontend/shared/assets/brand/classic-logo/logo-tooltip.svg
similarity index 100%
rename from frontend/editor/public/classic-logo/logo-tooltip.svg
rename to frontend/shared/assets/brand/classic-logo/logo-tooltip.svg
diff --git a/frontend/editor/public/classic-logo/logo192.png b/frontend/shared/assets/brand/classic-logo/logo192.png
similarity index 100%
rename from frontend/editor/public/classic-logo/logo192.png
rename to frontend/shared/assets/brand/classic-logo/logo192.png
diff --git a/frontend/editor/public/classic-logo/logo512.png b/frontend/shared/assets/brand/classic-logo/logo512.png
similarity index 100%
rename from frontend/editor/public/classic-logo/logo512.png
rename to frontend/shared/assets/brand/classic-logo/logo512.png
diff --git a/frontend/editor/public/modern-logo/Firstpage.png b/frontend/shared/assets/brand/modern-logo/Firstpage.png
similarity index 100%
rename from frontend/editor/public/modern-logo/Firstpage.png
rename to frontend/shared/assets/brand/modern-logo/Firstpage.png
diff --git a/frontend/editor/public/modern-logo/LoginDarkModeHeader.svg b/frontend/shared/assets/brand/modern-logo/LoginDarkModeHeader.svg
similarity index 100%
rename from frontend/editor/public/modern-logo/LoginDarkModeHeader.svg
rename to frontend/shared/assets/brand/modern-logo/LoginDarkModeHeader.svg
diff --git a/frontend/editor/public/modern-logo/LoginLightModeHeader.svg b/frontend/shared/assets/brand/modern-logo/LoginLightModeHeader.svg
similarity index 100%
rename from frontend/editor/public/modern-logo/LoginLightModeHeader.svg
rename to frontend/shared/assets/brand/modern-logo/LoginLightModeHeader.svg
diff --git a/frontend/editor/public/modern-logo/StirlingPDFLogoBlackText.svg b/frontend/shared/assets/brand/modern-logo/StirlingPDFLogoBlackText.svg
similarity index 100%
rename from frontend/editor/public/modern-logo/StirlingPDFLogoBlackText.svg
rename to frontend/shared/assets/brand/modern-logo/StirlingPDFLogoBlackText.svg
diff --git a/frontend/editor/public/modern-logo/StirlingPDFLogoGreyText.svg b/frontend/shared/assets/brand/modern-logo/StirlingPDFLogoGreyText.svg
similarity index 100%
rename from frontend/editor/public/modern-logo/StirlingPDFLogoGreyText.svg
rename to frontend/shared/assets/brand/modern-logo/StirlingPDFLogoGreyText.svg
diff --git a/frontend/editor/public/modern-logo/StirlingPDFLogoNoTextDark.svg b/frontend/shared/assets/brand/modern-logo/StirlingPDFLogoNoTextDark.svg
similarity index 100%
rename from frontend/editor/public/modern-logo/StirlingPDFLogoNoTextDark.svg
rename to frontend/shared/assets/brand/modern-logo/StirlingPDFLogoNoTextDark.svg
diff --git a/frontend/editor/public/modern-logo/StirlingPDFLogoNoTextLight.svg b/frontend/shared/assets/brand/modern-logo/StirlingPDFLogoNoTextLight.svg
similarity index 100%
rename from frontend/editor/public/modern-logo/StirlingPDFLogoNoTextLight.svg
rename to frontend/shared/assets/brand/modern-logo/StirlingPDFLogoNoTextLight.svg
diff --git a/frontend/editor/public/modern-logo/StirlingPDFLogoWhiteText.svg b/frontend/shared/assets/brand/modern-logo/StirlingPDFLogoWhiteText.svg
similarity index 100%
rename from frontend/editor/public/modern-logo/StirlingPDFLogoWhiteText.svg
rename to frontend/shared/assets/brand/modern-logo/StirlingPDFLogoWhiteText.svg
diff --git a/frontend/editor/public/modern-logo/favicon.ico b/frontend/shared/assets/brand/modern-logo/favicon.ico
similarity index 100%
rename from frontend/editor/public/modern-logo/favicon.ico
rename to frontend/shared/assets/brand/modern-logo/favicon.ico
diff --git a/frontend/editor/public/modern-logo/logo-tooltip.svg b/frontend/shared/assets/brand/modern-logo/logo-tooltip.svg
similarity index 100%
rename from frontend/editor/public/modern-logo/logo-tooltip.svg
rename to frontend/shared/assets/brand/modern-logo/logo-tooltip.svg
diff --git a/frontend/editor/public/modern-logo/logo192.png b/frontend/shared/assets/brand/modern-logo/logo192.png
similarity index 100%
rename from frontend/editor/public/modern-logo/logo192.png
rename to frontend/shared/assets/brand/modern-logo/logo192.png
diff --git a/frontend/editor/public/modern-logo/logo512.png b/frontend/shared/assets/brand/modern-logo/logo512.png
similarity index 100%
rename from frontend/editor/public/modern-logo/logo512.png
rename to frontend/shared/assets/brand/modern-logo/logo512.png