chore(release): sync frontend from monorepo v4

This commit is contained in:
Yamen Ahmad
2026-04-26 03:12:52 +04:00
parent 724edea349
commit 8df6804dcf
287 changed files with 43433 additions and 4653 deletions

View File

@@ -96,5 +96,12 @@ export default {
},
},
},
plugins: [require("tailwindcss-animate")],
plugins: [
require("tailwindcss-animate"),
// Mirrors physical utilities (ml-*, mr-*, pl-*, pr-*, left-*, right-*,
// text-left/right, border-l/r, rounded-l/r, space-x-*) under `dir="rtl"`
// so the whole app flips visually when Arabic is selected, without
// having to rewrite every component to use logical properties.
require("tailwindcss-rtl"),
],
} satisfies Config;