From 8c24dc5ae0365713a1d834fc587fb05c90464625 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 12 Sep 2025 13:41:16 +0000 Subject: [PATCH 1/2] Initial plan From b743246d97d5d684929a3d41b4e8269f2b4d87f6 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 12 Sep 2025 13:44:49 +0000 Subject: [PATCH 2/2] Fix Liquid syntax error in README.md by wrapping JSX code with raw tags Co-authored-by: NAME0x0 <119836361+NAME0x0@users.noreply.github.com> --- lib/design-system/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/design-system/README.md b/lib/design-system/README.md index b6e8826..1a02131 100644 --- a/lib/design-system/README.md +++ b/lib/design-system/README.md @@ -227,6 +227,7 @@ This document outlines the comprehensive design system implemented for the cinem ``` ### Animated Section +{% raw %} ```tsx
@@ -247,6 +248,7 @@ This document outlines the comprehensive design system implemented for the cinem
``` +{% endraw %} ## 🚀 Implementation Notes