init project

This commit is contained in:
root
2026-06-25 19:06:59 -04:00
parent c5dfee6efb
commit 5d017f533a
349 changed files with 31330 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
{
"locales": ["en", "fr", "ar"],
"directions": ["ltr", "rtl"],
"themes": ["light", "dark", "system"],
"viewports": [
{ "name": "mobile", "width": 390, "height": 844 },
{ "name": "tablet", "width": 1024, "height": 900 },
{ "name": "desktop", "width": 1440, "height": 1000 }
],
"shell_states": [
"default",
"mobile-navigation-open",
"keyboard-focus",
"loading",
"error",
"not-found",
"pending-destination",
"long-text",
"reduced-motion"
],
"coverage_source": ["tests/browser", "tests/a11y", "tests/visual"]
}