From 8633ebb9b32f28cce4344329840aca47e22d3197 Mon Sep 17 00:00:00 2001 From: Mitul Shah Date: Tue, 26 May 2026 13:04:19 -0400 Subject: [PATCH] fix(web-shared): make encrypted-data blur backwards compatible with Tailwind v3 (#2108) * fix(web-shared): use inline blur style for tailwind v3 compatibility Co-authored-by: Mitul Shah * fix(web-shared): use blur-[4px] arbitrary value for tailwind v3/v4 compat Co-authored-by: Mitul Shah --------- Co-authored-by: Cursor Agent --- .changeset/blur-style-prop-compat.md | 5 +++++ .../src/components/sidebar/copyable-data-block.tsx | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .changeset/blur-style-prop-compat.md diff --git a/.changeset/blur-style-prop-compat.md b/.changeset/blur-style-prop-compat.md new file mode 100644 index 0000000000..ef54551340 --- /dev/null +++ b/.changeset/blur-style-prop-compat.md @@ -0,0 +1,5 @@ +--- +"@workflow/web-shared": patch +--- + +Use the `blur-[4px]` arbitrary-value utility on the encrypted data preview instead of Tailwind v4's `blur-xs` utility, so the component renders correctly for consumers on Tailwind v3. diff --git a/packages/web-shared/src/components/sidebar/copyable-data-block.tsx b/packages/web-shared/src/components/sidebar/copyable-data-block.tsx index eb85678777..26abfb87ea 100644 --- a/packages/web-shared/src/components/sidebar/copyable-data-block.tsx +++ b/packages/web-shared/src/components/sidebar/copyable-data-block.tsx @@ -19,7 +19,7 @@ export function EncryptedDataBlock() {