Docs for 2.0 (architecture routes/nav/caching, web README additions, root README); untrack QA screenshots and anchor the ignore rule
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
817 changed files +64 −4,129
modified
.gitignore
+1 −1
@@ -16,5 +16,5 @@ logs/ | ||
| 16 | 16 | tmp/ |
| 17 | 17 | .DS_Store |
| 18 | 18 | .claude/ |
| 19 | −qa/screens/ | |
| 19 | +apps/web/qa/screens/ | |
| 20 | 20 | apps/web/next-env.d.ts |
modified
README.md
+11 −4
@@ -2,9 +2,15 @@ | ||
| 2 | 2 | |
| 3 | 3 | **www.countryatlas.co — Understand the world, one country at a time.** |
| 4 | 4 | |
| 5 | −The definitive, sourced, historical data profile for every country: economy, government, population, labour, income, | |
| 6 | −housing, health, education, trade, energy, climate, environment, infrastructure, digital, innovation, agriculture, | |
| 7 | −tourism, security and quality of life — with rankings, comparisons, similarity, change detection and full provenance. | |
| 5 | +**Explore the world through data.** The interactive data atlas of the world: 218 countries and territories, 260+ indicators, | |
| 6 | +2 million observations, 9 sources — every number traceable to source → dataset → series → retrieval date → original URL. | |
| 7 | + | |
| 8 | +Signature features (2.0, September 2026): **World Explorer** (`/explore`, full-screen map + time machine 1960→today), **Country DNA** | |
| 9 | +(percentile fingerprint with a reference profile), **Country similarity** (explainable peers), **World Pulse** (what is changing | |
| 10 | +globally), **Change detection** (records, reversals, structural breaks, volatility), **Trajectories** (`/trajectories`, animated | |
| 11 | +Gapminder-style bubbles), **Scatter** with descriptive statistics, **Country Finder** (`/finder`, filter the world like a database), | |
| 12 | +**Extremes**, **Above/below expected** (`/peers`), **Data stories**, a **dataset builder**, an **interactive API explorer** and a | |
| 13 | +**provenance panel** on every value. | |
| 8 | 14 | |
| 9 | 15 | ## Layout |
| 10 | 16 | |
@@ -17,7 +23,8 @@ src/countryatlas/ Python platform | ||
| 17 | 23 | storage/schema.sql DuckDB schema (single source of truth for pipeline and API) |
| 18 | 24 | api/ FastAPI public API (/api/v1, OpenAPI at /api/v1/docs) |
| 19 | 25 | cli.py `ca` command line |
| 20 | −apps/web/ Next.js 16 app (App Router, Tailwind v4, own SVG chart kit, d3-geo maps) | |
| 26 | +apps/web/ Next.js 16 app (App Router, Tailwind v4, own SVG chart kit, d3-geo maps) — see apps/web/README.md | |
| 27 | +src/countryatlas/stats.py deterministic statistics engine (ranks, percentiles, robust z, breaks, correlations, Theil–Sen…) | |
| 21 | 28 | deploy/ mld manifest for the MacLustr cluster |
| 22 | 29 | docs/ ARCHITECTURE.md (contract), PIPELINE.md, API.md, sources-research.md |
| 23 | 30 | tests/ pytest |
modified
apps/web/README.md
+29 −0
@@ -214,6 +214,35 @@ Strokes only, `currentColor`, monochrome-capable. `src/app/icon.svg` (rounded pa | ||
| 214 | 214 | (+ `twitter-image.tsx`) and `app/countries/[slug]/opengraph-image.tsx` (flag + name + 3 headline values). Satori |
| 215 | 215 | gotchas: children of a multi-child `<div>` need `display:flex`; numeric children must be `String()`-ed. |
| 216 | 216 | |
| 217 | +## 2.0 upgrade (2026-09-12) — what was added | |
| 218 | + | |
| 219 | +* **Routes**: `/explore` World Explorer (full viewport: `components/explorer/*`, zoom/pan `map-canvas.tsx`, views map/rank/trend/ | |
| 220 | + distribution, country drawer, time machine from `/indicators/{slug}/frames`), `/trajectories`, `/scatter`, `/finder`, `/extremes`, | |
| 221 | + `/peers`, `/regions/compare`, `/stories` + `/stories/[slug]` (declarative templates in `lib/stories.ts`, blocks in | |
| 222 | + `components/stories/*`), `/download` (dataset builder; `/data` redirects), `/updates`, `/api` (interactive endpoint explorer). | |
| 223 | +* **Home 2.0**: hero map with indicator chips + year slider (`components/home/hero-map.tsx`), snapshot ticker, World Pulse | |
| 224 | + (`world-pulse.tsx`), Biggest movers (`movers.tsx`), trajectory teaser, latest updates, transparency block. | |
| 225 | +* **Country 2.0**: mini locator map, story (`country-story.tsx`), timeline 2.0 (decade rail, topic filters, new kinds), DNA with | |
| 226 | + reference polygon (`dna-panel.tsx`), similar 2.0 with qualitative contribution labels and raw values, quality strip, Copy API. | |
| 227 | +* **Compare 2.0**: head-to-head (`head-to-head.tsx`), Percentile / Change-since modes, PNG export (`charts/export-png.ts`). | |
| 228 | +* **Rankings 2.0**: income / min population / min coverage filters, Table · Bars · Map views, rank race (`charts/rank-race.tsx`). | |
| 229 | +* **Indicator 2.0**: frames-driven map, decade movers, distribution (`indicators/distribution-panel.tsx` + `charts/histogram.tsx`), | |
| 230 | + related indicators (`related-table.tsx`), quality badges, Dataset JSON-LD. | |
| 231 | +* **Shared**: `components/controls/{year-slider,indicator-select}.tsx`, `charts/bubble-chart.tsx`, `lib/url-state.ts` / | |
| 232 | + `lib/url-params.ts` (server-safe parsers), `lib/indicator-options.ts`, `lib/api-analytics.ts` + `lib/client-api-analytics.ts` | |
| 233 | + (typed clients for API 1.1, types in `lib/types-analytics.ts`), `lib/seo.ts` (spec titles + JSON-LD), `lib/api-platform.ts`, | |
| 234 | + `components/data/quality-badge.tsx`, provenance sheet 2.0 (API copy + download series + quality). | |
| 235 | +* **Navigation**: `layout/site-header.tsx` (PRIMARY_NAV + MORE_NAV, `more-menu.tsx`), `mobile-tab-bar.tsx`, `main-frame.tsx` | |
| 236 | + (full bleed for explorers). i18n split: `en.ts` (base) + `en.compare.ts` + `en.explore.ts` + `en.core.ts` + `en.flagship.ts` + | |
| 237 | + `en.platform.ts`. | |
| 238 | +* **Brand**: graticule-A mark (`components/brand/Logo.tsx`), `app/icon.svg` (dark-mode aware), PNG favicons via `qa/favicons.mjs`, | |
| 239 | + dark map share cards (`lib/og.tsx`). | |
| 240 | +* **SEO**: `generateSitemaps` shards (`/sitemap/<shard>.xml`, listed in robots), parameterised explorer states `noindex`. | |
| 241 | +* **QA**: `qa/final-sweep.mjs [BASE] [--quick]` — every route × 320/375/390/430/768/1440/1920 (dark at 390/1440): overflow, console | |
| 242 | + errors, failed API requests, bad text, footer credits, internal links; plus `qa/core-qa.mjs`, `qa/flagship-qa.mjs`, `qa/platform-qa.mjs`. | |
| 243 | + Run against the production build (`pnpm build && pnpm start`) with `CA_ADMIN_TOKEN` in the web env so SSR fetches bypass the API rate | |
| 244 | + limit. | |
| 245 | + | |
| 217 | 246 | ## Known issues / not in this round |
| 218 | 247 | |
| 219 | 248 | * `/admin` needs `CA_ADMIN_TOKEN` in the **web** process env (the mld manifest passes it); without it the login page says |
deleted
apps/web/qa/screens/compare-rankings/cmp-economy-1280.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/compare-rankings/cmp-economy-1440.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/compare-rankings/cmp-economy-320.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/compare-rankings/cmp-economy-375.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/compare-rankings/cmp-economy-390.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/compare-rankings/cmp-economy-430.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/compare-rankings/cmp-hero-1280.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/compare-rankings/cmp-hero-1440.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/compare-rankings/cmp-hero-320.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/compare-rankings/cmp-hero-375.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/compare-rankings/cmp-hero-390.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/compare-rankings/cmp-hero-430.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/compare-rankings/cmp-snapshot-1280.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/compare-rankings/cmp-snapshot-1440.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/compare-rankings/cmp-snapshot-320.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/compare-rankings/cmp-snapshot-375.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/compare-rankings/cmp-snapshot-390.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/compare-rankings/cmp-snapshot-430.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/compare-rankings/compare-1280.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/compare-rankings/compare-1440.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/compare-rankings/compare-320.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/compare-rankings/compare-375.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/compare-rankings/compare-390.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/compare-rankings/compare-430.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/compare-rankings/rankings-1280.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/compare-rankings/rankings-1440.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/compare-rankings/rankings-320.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/compare-rankings/rankings-375.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/compare-rankings/rankings-390.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/compare-rankings/rankings-430.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/compare-rankings/report.json
+0 −1222
@@ -1,1222 +0,0 @@ | ||
| 1 | −[ | |
| 2 | − { | |
| 3 | − "name": "compare", | |
| 4 | − "path": "/compare", | |
| 5 | − "width": 320, | |
| 6 | − "overflow": 0, | |
| 7 | − "wide": [], | |
| 8 | − "small": [ | |
| 9 | − "a \"Skip to content\" 1x1" | |
| 10 | − ], | |
| 11 | − "smallH": [ | |
| 12 | − "a \"Skip to content\" h=1", | |
| 13 | − "a \"contact@spboucher.ai\" h=15", | |
| 14 | − "a \"MacLustr\" h=15" | |
| 15 | − ], | |
| 16 | − "sticky": [ | |
| 17 | − 53, | |
| 18 | − 61 | |
| 19 | − ], | |
| 20 | − "docH": 2569, | |
| 21 | − "errors": [] | |
| 22 | − }, | |
| 23 | − { | |
| 24 | − "name": "cmp-snapshot", | |
| 25 | − "path": "/compare/canada/united-states/france", | |
| 26 | − "width": 320, | |
| 27 | − "overflow": 0, | |
| 28 | − "wide": [ | |
| 29 | − "li.group/chip.shrink-0 right=329", | |
| 30 | − "span.inline-flex.h-11.items-center right=329", | |
| 31 | − "button.grid.h-11.w-9 right=328", | |
| 32 | − "li.group/chip.shrink-0 right=465", | |
| 33 | − "span.inline-flex.h-11.items-center right=465", | |
| 34 | − "span.h-2.w-2.shrink-0 right=352" | |
| 35 | − ], | |
| 36 | − "small": [ | |
| 37 | − "a \"Skip to content\" 1x1" | |
| 38 | − ], | |
| 39 | − "smallH": [ | |
| 40 | − "a \"Skip to content\" h=1", | |
| 41 | − "a \"contact@spboucher.ai\" h=15", | |
| 42 | − "a \"MacLustr\" h=15" | |
| 43 | − ], | |
| 44 | − "sticky": [ | |
| 45 | − 53, | |
| 46 | − 105 | |
| 47 | − ], | |
| 48 | − "docH": 4083, | |
| 49 | − "errors": [] | |
| 50 | − }, | |
| 51 | − { | |
| 52 | − "name": "cmp-economy", | |
| 53 | − "path": "/compare/canada/united-states/france?tab=economy", | |
| 54 | − "width": 320, | |
| 55 | − "overflow": 0, | |
| 56 | − "wide": [ | |
| 57 | − "li.group/chip.shrink-0 right=329", | |
| 58 | − "span.inline-flex.h-11.items-center right=329", | |
| 59 | − "button.grid.h-11.w-9 right=328", | |
| 60 | − "li.group/chip.shrink-0 right=465", | |
| 61 | − "span.inline-flex.h-11.items-center right=465", | |
| 62 | − "span.h-2.w-2.shrink-0 right=352" | |
| 63 | − ], | |
| 64 | − "small": [ | |
| 65 | − "a \"Skip to content\" 1x1" | |
| 66 | − ], | |
| 67 | − "smallH": [ | |
| 68 | − "a \"Skip to content\" h=1", | |
| 69 | − "a \"GDP (current US$)\" h=17", | |
| 70 | − "button \"Source for Canada, United Stat\" h=28", | |
| 71 | − "button \"Source for Canada, United Stat\" h=28", | |
| 72 | − "a \"GDP per capita (current US$)\" h=17", | |
| 73 | − "button \"Source for Canada, United Stat\" h=28", | |
| 74 | − "button \"Source for Canada, United Stat\" h=28", | |
| 75 | − "a \"Real GDP growth\" h=17", | |
| 76 | − "button \"Source for Canada, United Stat\" h=28", | |
| 77 | − "a \"GDP per capita growth\" h=17", | |
| 78 | − "button \"Source for Canada, United Stat\" h=28", | |
| 79 | − "a \"GDP (constant 2015 US$)\" h=17" | |
| 80 | − ], | |
| 81 | − "sticky": [ | |
| 82 | − 53, | |
| 83 | − 105 | |
| 84 | − ], | |
| 85 | − "docH": 18787, | |
| 86 | − "errors": [] | |
| 87 | − }, | |
| 88 | − { | |
| 89 | − "name": "cmp-hero", | |
| 90 | − "path": "/compare/canada/united-states/france?tab=economy&indicator=gdp-per-capita&from=1990&mode=index100", | |
| 91 | − "width": 320, | |
| 92 | − "overflow": 0, | |
| 93 | − "wide": [ | |
| 94 | − "li.group/chip.shrink-0 right=329", | |
| 95 | − "span.inline-flex.h-11.items-center right=329", | |
| 96 | − "button.grid.h-11.w-9 right=328", | |
| 97 | − "li.group/chip.shrink-0 right=465", | |
| 98 | − "span.inline-flex.h-11.items-center right=465", | |
| 99 | − "span.h-2.w-2.shrink-0 right=352" | |
| 100 | − ], | |
| 101 | − "small": [ | |
| 102 | − "a \"Skip to content\" 1x1" | |
| 103 | − ], | |
| 104 | − "smallH": [ | |
| 105 | − "a \"Skip to content\" h=1", | |
| 106 | − "button \"Source for Canada, United Stat\" h=28", | |
| 107 | − "a \"GDP (current US$)\" h=17", | |
| 108 | − "button \"Source for Canada, United Stat\" h=28", | |
| 109 | − "button \"Source for Canada, United Stat\" h=28", | |
| 110 | − "button \"Source for Canada, United Stat\" h=28", | |
| 111 | − "a \"Real GDP growth\" h=17", | |
| 112 | − "button \"Source for Canada, United Stat\" h=28", | |
| 113 | − "a \"GDP per capita growth\" h=17", | |
| 114 | − "button \"Source for Canada, United Stat\" h=28", | |
| 115 | − "a \"GDP (constant 2015 US$)\" h=17", | |
| 116 | − "button \"Source for Canada, United Stat\" h=28" | |
| 117 | − ], | |
| 118 | − "sticky": [ | |
| 119 | − 53, | |
| 120 | − 105 | |
| 121 | − ], | |
| 122 | − "docH": 19052, | |
| 123 | − "errors": [] | |
| 124 | − }, | |
| 125 | − { | |
| 126 | − "name": "rankings", | |
| 127 | − "path": "/rankings", | |
| 128 | − "width": 320, | |
| 129 | − "overflow": 0, | |
| 130 | − "wide": [], | |
| 131 | − "small": [ | |
| 132 | − "a \"Skip to content\" 1x1" | |
| 133 | − ], | |
| 134 | − "smallH": [ | |
| 135 | − "a \"Skip to content\" h=1", | |
| 136 | − "a \"contact@spboucher.ai\" h=15", | |
| 137 | − "a \"MacLustr\" h=15" | |
| 138 | − ], | |
| 139 | − "sticky": [ | |
| 140 | − 53, | |
| 141 | − 61 | |
| 142 | − ], | |
| 143 | − "docH": 26234, | |
| 144 | − "errors": [] | |
| 145 | − }, | |
| 146 | − { | |
| 147 | − "name": "rk-gdppc", | |
| 148 | − "path": "/rankings/gdp-per-capita", | |
| 149 | − "width": 320, | |
| 150 | − "overflow": 0, | |
| 151 | − "wide": [], | |
| 152 | − "small": [ | |
| 153 | − "a \"Skip to content\" 1x1" | |
| 154 | − ], | |
| 155 | − "smallH": [ | |
| 156 | − "a \"Skip to content\" h=1", | |
| 157 | − "select \"Year\" h=19", | |
| 158 | − "a \"contact@spboucher.ai\" h=15", | |
| 159 | − "a \"MacLustr\" h=15" | |
| 160 | − ], | |
| 161 | − "sticky": [ | |
| 162 | − 53, | |
| 163 | − 61 | |
| 164 | − ], | |
| 165 | − "docH": 4759, | |
| 166 | − "errors": [] | |
| 167 | − }, | |
| 168 | − { | |
| 169 | − "name": "rk-life-oecd", | |
| 170 | − "path": "/rankings/life-expectancy?group=oecd", | |
| 171 | − "width": 320, | |
| 172 | − "overflow": 0, | |
| 173 | − "wide": [], | |
| 174 | − "small": [ | |
| 175 | − "a \"Skip to content\" 1x1" | |
| 176 | − ], | |
| 177 | − "smallH": [ | |
| 178 | − "a \"Skip to content\" h=1", | |
| 179 | − "select \"Year\" h=19", | |
| 180 | − "a \"contact@spboucher.ai\" h=15", | |
| 181 | − "a \"MacLustr\" h=15" | |
| 182 | − ], | |
| 183 | − "sticky": [ | |
| 184 | − 53, | |
| 185 | − 61 | |
| 186 | − ], | |
| 187 | − "docH": 4689, | |
| 188 | − "errors": [] | |
| 189 | − }, | |
| 190 | − { | |
| 191 | − "name": "compare", | |
| 192 | − "path": "/compare", | |
| 193 | − "width": 375, | |
| 194 | − "overflow": 0, | |
| 195 | − "wide": [], | |
| 196 | − "small": [ | |
| 197 | − "a \"Skip to content\" 1x1" | |
| 198 | − ], | |
| 199 | − "smallH": [ | |
| 200 | − "a \"Skip to content\" h=1", | |
| 201 | − "a \"contact@spboucher.ai\" h=15", | |
| 202 | − "a \"MacLustr\" h=15" | |
| 203 | − ], | |
| 204 | − "sticky": [ | |
| 205 | − 53, | |
| 206 | − 61 | |
| 207 | − ], | |
| 208 | − "docH": 2508, | |
| 209 | − "errors": [] | |
| 210 | − }, | |
| 211 | − { | |
| 212 | − "name": "cmp-snapshot", | |
| 213 | − "path": "/compare/canada/united-states/france", | |
| 214 | − "width": 375, | |
| 215 | − "overflow": 0, | |
| 216 | − "wide": [ | |
| 217 | − "li.group/chip.shrink-0 right=465", | |
| 218 | − "span.inline-flex.h-11.items-center right=465", | |
| 219 | − "span.max-w-[8rem].truncate.text-ink right=424", | |
| 220 | − "button.grid.h-11.w-9 right=464", | |
| 221 | − "svg.[object.SVGAnimatedString] right=453", | |
| 222 | − "path.[object.SVGAnimatedString] right=449" | |
| 223 | − ], | |
| 224 | − "small": [ | |
| 225 | − "a \"Skip to content\" 1x1" | |
| 226 | − ], | |
| 227 | − "smallH": [ | |
| 228 | − "a \"Skip to content\" h=1", | |
| 229 | − "a \"contact@spboucher.ai\" h=15", | |
| 230 | − "a \"MacLustr\" h=15" | |
| 231 | − ], | |
| 232 | − "sticky": [ | |
| 233 | − 53, | |
| 234 | − 105 | |
| 235 | − ], | |
| 236 | − "docH": 4049, | |
| 237 | − "errors": [] | |
| 238 | − }, | |
| 239 | − { | |
| 240 | − "name": "cmp-economy", | |
| 241 | − "path": "/compare/canada/united-states/france?tab=economy", | |
| 242 | − "width": 375, | |
| 243 | − "overflow": 0, | |
| 244 | − "wide": [ | |
| 245 | − "li.group/chip.shrink-0 right=465", | |
| 246 | − "span.inline-flex.h-11.items-center right=465", | |
| 247 | − "span.max-w-[8rem].truncate.text-ink right=424", | |
| 248 | − "button.grid.h-11.w-9 right=464", | |
| 249 | − "svg.[object.SVGAnimatedString] right=453", | |
| 250 | − "path.[object.SVGAnimatedString] right=449" | |
| 251 | − ], | |
| 252 | − "small": [ | |
| 253 | − "a \"Skip to content\" 1x1" | |
| 254 | − ], | |
| 255 | − "smallH": [ | |
| 256 | − "a \"Skip to content\" h=1", | |
| 257 | − "a \"GDP (current US$)\" h=17", | |
| 258 | − "button \"Source for Canada, United Stat\" h=28", | |
| 259 | − "a \"GDP, PPP (current internationa\" h=17", | |
| 260 | − "button \"Source for Canada, United Stat\" h=28", | |
| 261 | − "a \"GDP per capita (current US$)\" h=17", | |
| 262 | − "button \"Source for Canada, United Stat\" h=28", | |
| 263 | − "button \"Source for Canada, United Stat\" h=28", | |
| 264 | − "a \"Real GDP growth\" h=17", | |
| 265 | − "button \"Source for Canada, United Stat\" h=28", | |
| 266 | − "a \"GDP per capita growth\" h=17", | |
| 267 | − "button \"Source for Canada, United Stat\" h=28" | |
| 268 | − ], | |
| 269 | − "sticky": [ | |
| 270 | − 53, | |
| 271 | − 105 | |
| 272 | − ], | |
| 273 | − "docH": 18042, | |
| 274 | − "errors": [] | |
| 275 | − }, | |
| 276 | − { | |
| 277 | − "name": "cmp-hero", | |
| 278 | − "path": "/compare/canada/united-states/france?tab=economy&indicator=gdp-per-capita&from=1990&mode=index100", | |
| 279 | − "width": 375, | |
| 280 | − "overflow": 0, | |
| 281 | − "wide": [ | |
| 282 | − "li.group/chip.shrink-0 right=465", | |
| 283 | − "span.inline-flex.h-11.items-center right=465", | |
| 284 | − "span.max-w-[8rem].truncate.text-ink right=424", | |
| 285 | − "button.grid.h-11.w-9 right=464", | |
| 286 | − "svg.[object.SVGAnimatedString] right=453", | |
| 287 | − "path.[object.SVGAnimatedString] right=449" | |
| 288 | − ], | |
| 289 | − "small": [ | |
| 290 | − "a \"Skip to content\" 1x1" | |
| 291 | − ], | |
| 292 | − "smallH": [ | |
| 293 | − "a \"Skip to content\" h=1", | |
| 294 | − "button \"Source for Canada, United Stat\" h=28", | |
| 295 | − "a \"GDP (current US$)\" h=17", | |
| 296 | − "button \"Source for Canada, United Stat\" h=28", | |
| 297 | − "a \"GDP, PPP (current internationa\" h=17", | |
| 298 | − "button \"Source for Canada, United Stat\" h=28", | |
| 299 | − "button \"Source for Canada, United Stat\" h=28", | |
| 300 | − "a \"Real GDP growth\" h=17", | |
| 301 | − "button \"Source for Canada, United Stat\" h=28", | |
| 302 | − "a \"GDP per capita growth\" h=17", | |
| 303 | − "button \"Source for Canada, United Stat\" h=28", | |
| 304 | − "a \"GDP (constant 2015 US$)\" h=17" | |
| 305 | − ], | |
| 306 | − "sticky": [ | |
| 307 | − 53, | |
| 308 | − 105 | |
| 309 | − ], | |
| 310 | − "docH": 18307, | |
| 311 | − "errors": [] | |
| 312 | − }, | |
| 313 | − { | |
| 314 | − "name": "rankings", | |
| 315 | − "path": "/rankings", | |
| 316 | − "width": 375, | |
| 317 | − "overflow": 0, | |
| 318 | − "wide": [], | |
| 319 | − "small": [ | |
| 320 | − "a \"Skip to content\" 1x1" | |
| 321 | − ], | |
| 322 | − "smallH": [ | |
| 323 | − "a \"Skip to content\" h=1", | |
| 324 | − "a \"contact@spboucher.ai\" h=15", | |
| 325 | − "a \"MacLustr\" h=15" | |
| 326 | − ], | |
| 327 | − "sticky": [ | |
| 328 | − 53, | |
| 329 | − 61 | |
| 330 | − ], | |
| 331 | − "docH": 24751, | |
| 332 | − "errors": [] | |
| 333 | − }, | |
| 334 | − { | |
| 335 | − "name": "rk-gdppc", | |
| 336 | − "path": "/rankings/gdp-per-capita", | |
| 337 | − "width": 375, | |
| 338 | − "overflow": 0, | |
| 339 | − "wide": [], | |
| 340 | − "small": [ | |
| 341 | − "a \"Skip to content\" 1x1" | |
| 342 | − ], | |
| 343 | − "smallH": [ | |
| 344 | − "a \"Skip to content\" h=1", | |
| 345 | − "select \"Year\" h=19", | |
| 346 | − "a \"contact@spboucher.ai\" h=15", | |
| 347 | − "a \"MacLustr\" h=15" | |
| 348 | − ], | |
| 349 | − "sticky": [ | |
| 350 | − 53, | |
| 351 | − 61 | |
| 352 | − ], | |
| 353 | − "docH": 4695, | |
| 354 | − "errors": [] | |
| 355 | − }, | |
| 356 | − { | |
| 357 | − "name": "rk-life-oecd", | |
| 358 | − "path": "/rankings/life-expectancy?group=oecd", | |
| 359 | − "width": 375, | |
| 360 | − "overflow": 0, | |
| 361 | − "wide": [], | |
| 362 | − "small": [ | |
| 363 | − "a \"Skip to content\" 1x1" | |
| 364 | − ], | |
| 365 | − "smallH": [ | |
| 366 | − "a \"Skip to content\" h=1", | |
| 367 | − "select \"Year\" h=19", | |
| 368 | − "a \"contact@spboucher.ai\" h=15", | |
| 369 | − "a \"MacLustr\" h=15" | |
| 370 | − ], | |
| 371 | − "sticky": [ | |
| 372 | − 53, | |
| 373 | − 61 | |
| 374 | − ], | |
| 375 | − "docH": 4614, | |
| 376 | − "errors": [] | |
| 377 | − }, | |
| 378 | − { | |
| 379 | − "name": "compare", | |
| 380 | − "path": "/compare", | |
| 381 | − "width": 390, | |
| 382 | − "overflow": 0, | |
| 383 | − "wide": [], | |
| 384 | − "small": [ | |
| 385 | − "a \"Skip to content\" 1x1" | |
| 386 | − ], | |
| 387 | − "smallH": [ | |
| 388 | − "a \"Skip to content\" h=1", | |
| 389 | − "a \"contact@spboucher.ai\" h=15", | |
| 390 | − "a \"MacLustr\" h=15" | |
| 391 | − ], | |
| 392 | − "sticky": [ | |
| 393 | − 53, | |
| 394 | − 61 | |
| 395 | − ], | |
| 396 | − "docH": 2491, | |
| 397 | − "errors": [] | |
| 398 | − }, | |
| 399 | − { | |
| 400 | − "name": "cmp-snapshot", | |
| 401 | − "path": "/compare/canada/united-states/france", | |
| 402 | − "width": 390, | |
| 403 | − "overflow": 0, | |
| 404 | − "wide": [ | |
| 405 | − "li.group/chip.shrink-0 right=465", | |
| 406 | − "span.inline-flex.h-11.items-center right=465", | |
| 407 | − "span.max-w-[8rem].truncate.text-ink right=424", | |
| 408 | − "button.grid.h-11.w-9 right=464", | |
| 409 | − "svg.[object.SVGAnimatedString] right=453", | |
| 410 | − "path.[object.SVGAnimatedString] right=449" | |
| 411 | − ], | |
| 412 | − "small": [ | |
| 413 | − "a \"Skip to content\" 1x1" | |
| 414 | − ], | |
| 415 | − "smallH": [ | |
| 416 | − "a \"Skip to content\" h=1", | |
| 417 | − "a \"contact@spboucher.ai\" h=15", | |
| 418 | − "a \"MacLustr\" h=15" | |
| 419 | − ], | |
| 420 | − "sticky": [ | |
| 421 | − 53, | |
| 422 | − 105 | |
| 423 | − ], | |
| 424 | − "docH": 4031, | |
| 425 | − "errors": [] | |
| 426 | − }, | |
| 427 | − { | |
| 428 | − "name": "cmp-economy", | |
| 429 | − "path": "/compare/canada/united-states/france?tab=economy", | |
| 430 | − "width": 390, | |
| 431 | − "overflow": 0, | |
| 432 | − "wide": [ | |
| 433 | − "li.group/chip.shrink-0 right=465", | |
| 434 | − "span.inline-flex.h-11.items-center right=465", | |
| 435 | − "span.max-w-[8rem].truncate.text-ink right=424", | |
| 436 | − "button.grid.h-11.w-9 right=464", | |
| 437 | − "svg.[object.SVGAnimatedString] right=453", | |
| 438 | − "path.[object.SVGAnimatedString] right=449" | |
| 439 | − ], | |
| 440 | − "small": [ | |
| 441 | − "a \"Skip to content\" 1x1" | |
| 442 | − ], | |
| 443 | − "smallH": [ | |
| 444 | − "a \"Skip to content\" h=1", | |
| 445 | − "a \"GDP (current US$)\" h=17", | |
| 446 | − "button \"Source for Canada, United Stat\" h=28", | |
| 447 | − "a \"GDP, PPP (current internationa\" h=17", | |
| 448 | − "button \"Source for Canada, United Stat\" h=28", | |
| 449 | − "a \"GDP per capita (current US$)\" h=17", | |
| 450 | − "button \"Source for Canada, United Stat\" h=28", | |
| 451 | − "button \"Source for Canada, United Stat\" h=28", | |
| 452 | − "a \"Real GDP growth\" h=17", | |
| 453 | − "button \"Source for Canada, United Stat\" h=28", | |
| 454 | − "a \"GDP per capita growth\" h=17", | |
| 455 | − "button \"Source for Canada, United Stat\" h=28" | |
| 456 | − ], | |
| 457 | − "sticky": [ | |
| 458 | − 53, | |
| 459 | − 105 | |
| 460 | − ], | |
| 461 | − "docH": 17834, | |
| 462 | − "errors": [] | |
| 463 | − }, | |
| 464 | − { | |
| 465 | − "name": "cmp-hero", | |
| 466 | − "path": "/compare/canada/united-states/france?tab=economy&indicator=gdp-per-capita&from=1990&mode=index100", | |
| 467 | − "width": 390, | |
| 468 | − "overflow": 0, | |
| 469 | − "wide": [ | |
| 470 | − "li.group/chip.shrink-0 right=465", | |
| 471 | − "span.inline-flex.h-11.items-center right=465", | |
| 472 | − "span.max-w-[8rem].truncate.text-ink right=424", | |
| 473 | − "button.grid.h-11.w-9 right=464", | |
| 474 | − "svg.[object.SVGAnimatedString] right=453", | |
| 475 | − "path.[object.SVGAnimatedString] right=449" | |
| 476 | − ], | |
| 477 | − "small": [ | |
| 478 | − "a \"Skip to content\" 1x1" | |
| 479 | − ], | |
| 480 | − "smallH": [ | |
| 481 | − "a \"Skip to content\" h=1", | |
| 482 | − "button \"Source for Canada, United Stat\" h=28", | |
| 483 | − "a \"GDP (current US$)\" h=17", | |
| 484 | − "button \"Source for Canada, United Stat\" h=28", | |
| 485 | − "a \"GDP, PPP (current internationa\" h=17", | |
| 486 | − "button \"Source for Canada, United Stat\" h=28", | |
| 487 | − "button \"Source for Canada, United Stat\" h=28", | |
| 488 | − "a \"Real GDP growth\" h=17", | |
| 489 | − "button \"Source for Canada, United Stat\" h=28", | |
| 490 | − "a \"GDP per capita growth\" h=17", | |
| 491 | − "button \"Source for Canada, United Stat\" h=28", | |
| 492 | − "a \"GDP (constant 2015 US$)\" h=17" | |
| 493 | − ], | |
| 494 | − "sticky": [ | |
| 495 | − 53, | |
| 496 | − 105 | |
| 497 | − ], | |
| 498 | − "docH": 18171, | |
| 499 | − "errors": [] | |
| 500 | − }, | |
| 501 | − { | |
| 502 | − "name": "rankings", | |
| 503 | − "path": "/rankings", | |
| 504 | − "width": 390, | |
| 505 | − "overflow": 0, | |
| 506 | − "wide": [], | |
| 507 | − "small": [ | |
| 508 | − "a \"Skip to content\" 1x1" | |
| 509 | − ], | |
| 510 | − "smallH": [ | |
| 511 | − "a \"Skip to content\" h=1", | |
| 512 | − "a \"contact@spboucher.ai\" h=15", | |
| 513 | − "a \"MacLustr\" h=15" | |
| 514 | − ], | |
| 515 | − "sticky": [ | |
| 516 | − 53, | |
| 517 | − 61 | |
| 518 | − ], | |
| 519 | − "docH": 24327, | |
| 520 | − "errors": [] | |
| 521 | − }, | |
| 522 | − { | |
| 523 | − "name": "rk-gdppc", | |
| 524 | − "path": "/rankings/gdp-per-capita", | |
| 525 | − "width": 390, | |
| 526 | − "overflow": 0, | |
| 527 | − "wide": [], | |
| 528 | − "small": [ | |
| 529 | − "a \"Skip to content\" 1x1" | |
| 530 | − ], | |
| 531 | − "smallH": [ | |
| 532 | − "a \"Skip to content\" h=1", | |
| 533 | − "select \"Year\" h=19", | |
| 534 | − "a \"contact@spboucher.ai\" h=15", | |
| 535 | − "a \"MacLustr\" h=15" | |
| 536 | − ], | |
| 537 | − "sticky": [ | |
| 538 | − 53, | |
| 539 | − 61 | |
| 540 | − ], | |
| 541 | − "docH": 4623, | |
| 542 | − "errors": [] | |
| 543 | − }, | |
| 544 | − { | |
| 545 | − "name": "rk-life-oecd", | |
| 546 | − "path": "/rankings/life-expectancy?group=oecd", | |
| 547 | − "width": 390, | |
| 548 | − "overflow": 0, | |
| 549 | − "wide": [], | |
| 550 | − "small": [ | |
| 551 | − "a \"Skip to content\" 1x1" | |
| 552 | − ], | |
| 553 | − "smallH": [ | |
| 554 | − "a \"Skip to content\" h=1", | |
| 555 | − "select \"Year\" h=19", | |
| 556 | − "a \"contact@spboucher.ai\" h=15", | |
| 557 | − "a \"MacLustr\" h=15" | |
| 558 | − ], | |
| 559 | − "sticky": [ | |
| 560 | − 53, | |
| 561 | − 61 | |
| 562 | − ], | |
| 563 | − "docH": 4603, | |
| 564 | − "errors": [] | |
| 565 | − }, | |
| 566 | − { | |
| 567 | − "name": "compare", | |
| 568 | − "path": "/compare", | |
| 569 | − "width": 430, | |
| 570 | − "overflow": 0, | |
| 571 | − "wide": [], | |
| 572 | − "small": [ | |
| 573 | − "a \"Skip to content\" 1x1" | |
| 574 | − ], | |
| 575 | − "smallH": [ | |
| 576 | − "a \"Skip to content\" h=1", | |
| 577 | − "a \"contact@spboucher.ai\" h=15", | |
| 578 | − "a \"MacLustr\" h=15" | |
| 579 | − ], | |
| 580 | − "sticky": [ | |
| 581 | − 53, | |
| 582 | − 61 | |
| 583 | − ], | |
| 584 | − "docH": 2454, | |
| 585 | − "errors": [] | |
| 586 | − }, | |
| 587 | − { | |
| 588 | − "name": "cmp-snapshot", | |
| 589 | − "path": "/compare/canada/united-states/france", | |
| 590 | − "width": 430, | |
| 591 | − "overflow": 0, | |
| 592 | − "wide": [ | |
| 593 | − "li.group/chip.shrink-0 right=465", | |
| 594 | − "span.inline-flex.h-11.items-center right=465", | |
| 595 | − "button.grid.h-11.w-9 right=464", | |
| 596 | − "svg.[object.SVGAnimatedString] right=453", | |
| 597 | − "path.[object.SVGAnimatedString] right=449", | |
| 598 | − "path.[object.SVGAnimatedString] right=449" | |
| 599 | − ], | |
| 600 | − "small": [ | |
| 601 | − "a \"Skip to content\" 1x1" | |
| 602 | − ], | |
| 603 | − "smallH": [ | |
| 604 | − "a \"Skip to content\" h=1", | |
| 605 | − "a \"contact@spboucher.ai\" h=15", | |
| 606 | − "a \"MacLustr\" h=15" | |
| 607 | − ], | |
| 608 | − "sticky": [ | |
| 609 | − 53, | |
| 610 | − 105 | |
| 611 | − ], | |
| 612 | − "docH": 3998, | |
| 613 | − "errors": [] | |
| 614 | − }, | |
| 615 | − { | |
| 616 | − "name": "cmp-economy", | |
| 617 | − "path": "/compare/canada/united-states/france?tab=economy", | |
| 618 | − "width": 430, | |
| 619 | − "overflow": 0, | |
| 620 | − "wide": [ | |
| 621 | − "li.group/chip.shrink-0 right=465", | |
| 622 | − "span.inline-flex.h-11.items-center right=465", | |
| 623 | − "button.grid.h-11.w-9 right=464", | |
| 624 | − "svg.[object.SVGAnimatedString] right=453", | |
| 625 | − "path.[object.SVGAnimatedString] right=449", | |
| 626 | − "path.[object.SVGAnimatedString] right=449" | |
| 627 | − ], | |
| 628 | − "small": [ | |
| 629 | − "a \"Skip to content\" 1x1" | |
| 630 | − ], | |
| 631 | − "smallH": [ | |
| 632 | − "a \"Skip to content\" h=1", | |
| 633 | − "a \"GDP (current US$)\" h=17", | |
| 634 | − "button \"Source for Canada, United Stat\" h=28", | |
| 635 | − "a \"GDP, PPP (current internationa\" h=17", | |
| 636 | − "button \"Source for Canada, United Stat\" h=28", | |
| 637 | − "a \"GDP per capita (current US$)\" h=17", | |
| 638 | − "button \"Source for Canada, United Stat\" h=28", | |
| 639 | − "a \"GDP per capita, PPP (current i\" h=17", | |
| 640 | − "button \"Source for Canada, United Stat\" h=28", | |
| 641 | − "a \"Real GDP growth\" h=17", | |
| 642 | − "button \"Source for Canada, United Stat\" h=28", | |
| 643 | − "a \"GDP per capita growth\" h=17" | |
| 644 | − ], | |
| 645 | − "sticky": [ | |
| 646 | − 53, | |
| 647 | − 105 | |
| 648 | − ], | |
| 649 | − "docH": 16968, | |
| 650 | − "errors": [] | |
| 651 | − }, | |
| 652 | − { | |
| 653 | − "name": "cmp-hero", | |
| 654 | − "path": "/compare/canada/united-states/france?tab=economy&indicator=gdp-per-capita&from=1990&mode=index100", | |
| 655 | − "width": 430, | |
| 656 | − "overflow": 0, | |
| 657 | − "wide": [ | |
| 658 | − "li.group/chip.shrink-0 right=465", | |
| 659 | − "span.inline-flex.h-11.items-center right=465", | |
| 660 | − "button.grid.h-11.w-9 right=464", | |
| 661 | − "svg.[object.SVGAnimatedString] right=453", | |
| 662 | − "path.[object.SVGAnimatedString] right=449", | |
| 663 | − "path.[object.SVGAnimatedString] right=449" | |
| 664 | − ], | |
| 665 | − "small": [ | |
| 666 | − "a \"Skip to content\" 1x1" | |
| 667 | − ], | |
| 668 | − "smallH": [ | |
| 669 | − "a \"Skip to content\" h=1", | |
| 670 | − "button \"Source for Canada, United Stat\" h=28", | |
| 671 | − "a \"GDP (current US$)\" h=17", | |
| 672 | − "button \"Source for Canada, United Stat\" h=28", | |
| 673 | − "a \"GDP, PPP (current internationa\" h=17", | |
| 674 | − "button \"Source for Canada, United Stat\" h=28", | |
| 675 | − "a \"GDP per capita, PPP (current i\" h=17", | |
| 676 | − "button \"Source for Canada, United Stat\" h=28", | |
| 677 | − "a \"Real GDP growth\" h=17", | |
| 678 | − "button \"Source for Canada, United Stat\" h=28", | |
| 679 | − "a \"GDP per capita growth\" h=17", | |
| 680 | − "button \"Source for Canada, United Stat\" h=28" | |
| 681 | − ], | |
| 682 | − "sticky": [ | |
| 683 | − 53, | |
| 684 | − 105 | |
| 685 | − ], | |
| 686 | − "docH": 17269, | |
| 687 | − "errors": [] | |
| 688 | − }, | |
| 689 | − { | |
| 690 | − "name": "rankings", | |
| 691 | − "path": "/rankings", | |
| 692 | − "width": 430, | |
| 693 | − "overflow": 0, | |
| 694 | − "wide": [], | |
| 695 | − "small": [ | |
| 696 | − "a \"Skip to content\" 1x1" | |
| 697 | − ], | |
| 698 | − "smallH": [ | |
| 699 | − "a \"Skip to content\" h=1", | |
| 700 | − "a \"contact@spboucher.ai\" h=15", | |
| 701 | − "a \"MacLustr\" h=15" | |
| 702 | − ], | |
| 703 | − "sticky": [ | |
| 704 | − 53, | |
| 705 | − 61 | |
| 706 | − ], | |
| 707 | − "docH": 23937, | |
| 708 | − "errors": [] | |
| 709 | − }, | |
| 710 | − { | |
| 711 | − "name": "rk-gdppc", | |
| 712 | − "path": "/rankings/gdp-per-capita", | |
| 713 | − "width": 430, | |
| 714 | − "overflow": 0, | |
| 715 | − "wide": [], | |
| 716 | − "small": [ | |
| 717 | − "a \"Skip to content\" 1x1" | |
| 718 | − ], | |
| 719 | − "smallH": [ | |
| 720 | − "a \"Skip to content\" h=1", | |
| 721 | − "select \"Year\" h=19", | |
| 722 | − "a \"contact@spboucher.ai\" h=15", | |
| 723 | − "a \"MacLustr\" h=15" | |
| 724 | − ], | |
| 725 | − "sticky": [ | |
| 726 | − 53, | |
| 727 | − 61 | |
| 728 | − ], | |
| 729 | − "docH": 4583, | |
| 730 | − "errors": [] | |
| 731 | − }, | |
| 732 | − { | |
| 733 | − "name": "rk-life-oecd", | |
| 734 | − "path": "/rankings/life-expectancy?group=oecd", | |
| 735 | − "width": 430, | |
| 736 | − "overflow": 0, | |
| 737 | − "wide": [], | |
| 738 | − "small": [ | |
| 739 | − "a \"Skip to content\" 1x1" | |
| 740 | − ], | |
| 741 | − "smallH": [ | |
| 742 | − "a \"Skip to content\" h=1", | |
| 743 | − "select \"Year\" h=19", | |
| 744 | − "a \"contact@spboucher.ai\" h=15", | |
| 745 | − "a \"MacLustr\" h=15" | |
| 746 | − ], | |
| 747 | − "sticky": [ | |
| 748 | − 53, | |
| 749 | − 61 | |
| 750 | − ], | |
| 751 | − "docH": 4562, | |
| 752 | − "errors": [] | |
| 753 | − }, | |
| 754 | − { | |
| 755 | − "name": "compare", | |
| 756 | − "path": "/compare", | |
| 757 | − "width": 1280, | |
| 758 | − "overflow": 0, | |
| 759 | − "wide": [], | |
| 760 | − "small": [ | |
| 761 | − "a \"Skip to content\" 1x1", | |
| 762 | − "a \"API\" 22x32" | |
| 763 | − ], | |
| 764 | − "smallH": [ | |
| 765 | − "a \"Skip to content\" h=1", | |
| 766 | − "a \"contact@spboucher.ai\" h=15", | |
| 767 | − "a \"MacLustr\" h=15" | |
| 768 | − ], | |
| 769 | − "sticky": [ | |
| 770 | − 57, | |
| 771 | − 40 | |
| 772 | − ], | |
| 773 | − "docH": 1359, | |
| 774 | − "errors": [] | |
| 775 | − }, | |
| 776 | − { | |
| 777 | − "name": "cmp-snapshot", | |
| 778 | − "path": "/compare/canada/united-states/france", | |
| 779 | − "width": 1280, | |
| 780 | − "overflow": 0, | |
| 781 | − "wide": [], | |
| 782 | − "small": [ | |
| 783 | − "a \"Skip to content\" 1x1", | |
| 784 | − "button \"Move Canada up\" 24x36", | |
| 785 | − "button \"Move Canada down\" 24x36", | |
| 786 | − "button \"Remove Canada from the compari\" 28x36", | |
| 787 | − "button \"Move United States up\" 24x36", | |
| 788 | − "button \"Move United States down\" 24x36", | |
| 789 | − "button \"Remove United States from the \" 28x36", | |
| 790 | − "button \"Move France up\" 24x36", | |
| 791 | − "button \"Move France down\" 24x36", | |
| 792 | − "button \"Remove France from the compari\" 28x36", | |
| 793 | − "a \"API\" 22x32" | |
| 794 | − ], | |
| 795 | − "smallH": [ | |
| 796 | − "a \"Skip to content\" h=1", | |
| 797 | − "a \"🇨🇦Canada\" h=18", | |
| 798 | − "a \"🇺🇸United States\" h=18", | |
| 799 | − "a \"🇫🇷France\" h=18", | |
| 800 | − "a \"contact@spboucher.ai\" h=15", | |
| 801 | − "a \"MacLustr\" h=15" | |
| 802 | − ], | |
| 803 | − "sticky": [ | |
| 804 | − 57, | |
| 805 | − 142 | |
| 806 | − ], | |
| 807 | − "docH": 1759, | |
| 808 | − "errors": [] | |
| 809 | − }, | |
| 810 | − { | |
| 811 | − "name": "cmp-economy", | |
| 812 | − "path": "/compare/canada/united-states/france?tab=economy", | |
| 813 | − "width": 1280, | |
| 814 | − "overflow": 0, | |
| 815 | − "wide": [], | |
| 816 | − "small": [ | |
| 817 | − "a \"Skip to content\" 1x1", | |
| 818 | − "button \"Move Canada up\" 24x36", | |
| 819 | − "button \"Move Canada down\" 24x36", | |
| 820 | − "button \"Remove Canada from the compari\" 28x36", | |
| 821 | − "button \"Move United States up\" 24x36", | |
| 822 | − "button \"Move United States down\" 24x36", | |
| 823 | − "button \"Remove United States from the \" 28x36", | |
| 824 | − "button \"Move France up\" 24x36", | |
| 825 | − "button \"Move France down\" 24x36", | |
| 826 | − "button \"Remove France from the compari\" 28x36", | |
| 827 | − "input \"\" 13x13", | |
| 828 | − "a \"API\" 22x32" | |
| 829 | − ], | |
| 830 | − "smallH": [ | |
| 831 | − "a \"Skip to content\" h=1", | |
| 832 | − "select \"From\" h=19", | |
| 833 | − "select \"To\" h=19", | |
| 834 | − "input \"\" h=13", | |
| 835 | − "a \"GDP (current US$)\" h=17", | |
| 836 | − "button \"Source for Canada, United Stat\" h=28", | |
| 837 | − "a \"GDP, PPP (current internationa\" h=17", | |
| 838 | − "button \"Source for Canada, United Stat\" h=28", | |
| 839 | − "a \"GDP per capita (current US$)\" h=17", | |
| 840 | − "button \"Source for Canada, United Stat\" h=28", | |
| 841 | − "a \"GDP per capita, PPP (current i\" h=17", | |
| 842 | − "button \"Source for Canada, United Stat\" h=28" | |
| 843 | − ], | |
| 844 | − "sticky": [ | |
| 845 | − 57, | |
| 846 | − 142 | |
| 847 | − ], | |
| 848 | − "docH": 7715, | |
| 849 | − "errors": [] | |
| 850 | − }, | |
| 851 | − { | |
| 852 | − "name": "cmp-hero", | |
| 853 | − "path": "/compare/canada/united-states/france?tab=economy&indicator=gdp-per-capita&from=1990&mode=index100", | |
| 854 | − "width": 1280, | |
| 855 | − "overflow": 0, | |
| 856 | − "wide": [], | |
| 857 | − "small": [ | |
| 858 | − "a \"Skip to content\" 1x1", | |
| 859 | − "button \"Move Canada up\" 24x36", | |
| 860 | − "button \"Move Canada down\" 24x36", | |
| 861 | − "button \"Remove Canada from the compari\" 28x36", | |
| 862 | − "button \"Move United States up\" 24x36", | |
| 863 | − "button \"Move United States down\" 24x36", | |
| 864 | − "button \"Remove United States from the \" 28x36", | |
| 865 | − "button \"Move France up\" 24x36", | |
| 866 | − "button \"Move France down\" 24x36", | |
| 867 | − "button \"Remove France from the compari\" 28x36", | |
| 868 | − "input \"\" 13x13", | |
| 869 | − "button \"10 y\" 42x32" | |
| 870 | − ], | |
| 871 | − "smallH": [ | |
| 872 | − "a \"Skip to content\" h=1", | |
| 873 | − "select \"From\" h=19", | |
| 874 | − "select \"To\" h=19", | |
| 875 | − "input \"\" h=13", | |
| 876 | − "a \"GDP per capita (current US$)\" h=26", | |
| 877 | − "button \"Source for Canada, United Stat\" h=28", | |
| 878 | − "a \"GDP (current US$)\" h=17", | |
| 879 | − "button \"Source for Canada, United Stat\" h=28", | |
| 880 | − "a \"GDP, PPP (current internationa\" h=17", | |
| 881 | − "button \"Source for Canada, United Stat\" h=28", | |
| 882 | − "a \"GDP per capita, PPP (current i\" h=17", | |
| 883 | − "button \"Source for Canada, United Stat\" h=28" | |
| 884 | − ], | |
| 885 | − "sticky": [ | |
| 886 | − 57, | |
| 887 | − 142 | |
| 888 | − ], | |
| 889 | − "docH": 8304, | |
| 890 | − "errors": [] | |
| 891 | − }, | |
| 892 | − { | |
| 893 | − "name": "rankings", | |
| 894 | − "path": "/rankings", | |
| 895 | − "width": 1280, | |
| 896 | − "overflow": 0, | |
| 897 | − "wide": [], | |
| 898 | − "small": [ | |
| 899 | − "a \"Skip to content\" 1x1", | |
| 900 | − "a \"API\" 22x32" | |
| 901 | − ], | |
| 902 | − "smallH": [ | |
| 903 | − "a \"Skip to content\" h=1", | |
| 904 | − "a \"contact@spboucher.ai\" h=15", | |
| 905 | − "a \"MacLustr\" h=15" | |
| 906 | − ], | |
| 907 | − "sticky": [ | |
| 908 | − 57, | |
| 909 | − 64 | |
| 910 | − ], | |
| 911 | − "docH": 10330, | |
| 912 | − "errors": [] | |
| 913 | − }, | |
| 914 | − { | |
| 915 | − "name": "rk-gdppc", | |
| 916 | − "path": "/rankings/gdp-per-capita", | |
| 917 | − "width": 1280, | |
| 918 | − "overflow": 0, | |
| 919 | − "wide": [], | |
| 920 | − "small": [ | |
| 921 | − "a \"Skip to content\" 1x1", | |
| 922 | − "button \"Remove Luxembourg\" 28x36", | |
| 923 | − "button \"Remove Ireland\" 28x36", | |
| 924 | − "button \"Remove Switzerland\" 28x36", | |
| 925 | − "a \"API\" 22x32" | |
| 926 | − ], | |
| 927 | − "smallH": [ | |
| 928 | − "a \"Skip to content\" h=1", | |
| 929 | − "a \"Rankings\" h=18", | |
| 930 | − "a \"Economy\" h=18", | |
| 931 | − "select \"Year\" h=19", | |
| 932 | − "select \"Group\" h=19", | |
| 933 | − "a \"contact@spboucher.ai\" h=15", | |
| 934 | − "a \"MacLustr\" h=15" | |
| 935 | − ], | |
| 936 | − "sticky": [ | |
| 937 | − 57 | |
| 938 | − ], | |
| 939 | − "docH": 2667, | |
| 940 | − "errors": [] | |
| 941 | − }, | |
| 942 | − { | |
| 943 | − "name": "rk-life-oecd", | |
| 944 | − "path": "/rankings/life-expectancy?group=oecd", | |
| 945 | − "width": 1280, | |
| 946 | − "overflow": 0, | |
| 947 | − "wide": [], | |
| 948 | − "small": [ | |
| 949 | − "a \"Skip to content\" 1x1", | |
| 950 | − "a \"Health\" 37x18", | |
| 951 | − "button \"Remove Switzerland\" 28x36", | |
| 952 | − "button \"Remove Sweden\" 28x36", | |
| 953 | − "button \"Remove Japan\" 28x36", | |
| 954 | − "a \"API\" 22x32" | |
| 955 | − ], | |
| 956 | − "smallH": [ | |
| 957 | − "a \"Skip to content\" h=1", | |
| 958 | − "a \"Rankings\" h=18", | |
| 959 | − "a \"Health\" h=18", | |
| 960 | − "select \"Year\" h=19", | |
| 961 | − "select \"Group\" h=19", | |
| 962 | − "a \"contact@spboucher.ai\" h=15", | |
| 963 | − "a \"MacLustr\" h=15" | |
| 964 | − ], | |
| 965 | − "sticky": [ | |
| 966 | − 57 | |
| 967 | − ], | |
| 968 | − "docH": 2667, | |
| 969 | − "errors": [] | |
| 970 | − }, | |
| 971 | − { | |
| 972 | − "name": "compare", | |
| 973 | − "path": "/compare", | |
| 974 | − "width": 1440, | |
| 975 | − "overflow": 0, | |
| 976 | − "wide": [], | |
| 977 | − "small": [ | |
| 978 | − "a \"Skip to content\" 1x1", | |
| 979 | − "a \"API\" 22x32" | |
| 980 | − ], | |
| 981 | − "smallH": [ | |
| 982 | − "a \"Skip to content\" h=1", | |
| 983 | − "a \"contact@spboucher.ai\" h=15", | |
| 984 | − "a \"MacLustr\" h=15" | |
| 985 | − ], | |
| 986 | − "sticky": [ | |
| 987 | − 57, | |
| 988 | − 40 | |
| 989 | − ], | |
| 990 | − "docH": 1359, | |
| 991 | − "errors": [] | |
| 992 | − }, | |
| 993 | − { | |
| 994 | − "name": "cmp-snapshot", | |
| 995 | − "path": "/compare/canada/united-states/france", | |
| 996 | − "width": 1440, | |
| 997 | − "overflow": 0, | |
| 998 | − "wide": [], | |
| 999 | − "small": [ | |
| 1000 | − "a \"Skip to content\" 1x1", | |
| 1001 | − "button \"Move Canada up\" 24x36", | |
| 1002 | − "button \"Move Canada down\" 24x36", | |
| 1003 | − "button \"Remove Canada from the compari\" 28x36", | |
| 1004 | − "button \"Move United States up\" 24x36", | |
| 1005 | − "button \"Move United States down\" 24x36", | |
| 1006 | − "button \"Remove United States from the \" 28x36", | |
| 1007 | − "button \"Move France up\" 24x36", | |
| 1008 | − "button \"Move France down\" 24x36", | |
| 1009 | − "button \"Remove France from the compari\" 28x36", | |
| 1010 | − "a \"API\" 22x32" | |
| 1011 | − ], | |
| 1012 | − "smallH": [ | |
| 1013 | − "a \"Skip to content\" h=1", | |
| 1014 | − "a \"🇨🇦Canada\" h=18", | |
| 1015 | − "a \"🇺🇸United States\" h=18", | |
| 1016 | − "a \"🇫🇷France\" h=18", | |
| 1017 | − "a \"contact@spboucher.ai\" h=15", | |
| 1018 | − "a \"MacLustr\" h=15" | |
| 1019 | − ], | |
| 1020 | − "sticky": [ | |
| 1021 | − 57, | |
| 1022 | − 142 | |
| 1023 | − ], | |
| 1024 | − "docH": 1759, | |
| 1025 | − "errors": [] | |
| 1026 | − }, | |
| 1027 | − { | |
| 1028 | − "name": "cmp-economy", | |
| 1029 | − "path": "/compare/canada/united-states/france?tab=economy", | |
| 1030 | − "width": 1440, | |
| 1031 | − "overflow": 0, | |
| 1032 | − "wide": [], | |
| 1033 | − "small": [ | |
| 1034 | − "a \"Skip to content\" 1x1", | |
| 1035 | − "button \"Move Canada up\" 24x36", | |
| 1036 | − "button \"Move Canada down\" 24x36", | |
| 1037 | − "button \"Remove Canada from the compari\" 28x36", | |
| 1038 | − "button \"Move United States up\" 24x36", | |
| 1039 | − "button \"Move United States down\" 24x36", | |
| 1040 | − "button \"Remove United States from the \" 28x36", | |
| 1041 | − "button \"Move France up\" 24x36", | |
| 1042 | − "button \"Move France down\" 24x36", | |
| 1043 | − "button \"Remove France from the compari\" 28x36", | |
| 1044 | − "input \"\" 13x13", | |
| 1045 | − "a \"API\" 22x32" | |
| 1046 | − ], | |
| 1047 | − "smallH": [ | |
| 1048 | − "a \"Skip to content\" h=1", | |
| 1049 | − "select \"From\" h=19", | |
| 1050 | − "select \"To\" h=19", | |
| 1051 | − "input \"\" h=13", | |
| 1052 | − "a \"GDP (current US$)\" h=17", | |
| 1053 | − "button \"Source for Canada, United Stat\" h=28", | |
| 1054 | − "a \"GDP, PPP (current internationa\" h=17", | |
| 1055 | − "button \"Source for Canada, United Stat\" h=28", | |
| 1056 | − "a \"GDP per capita (current US$)\" h=17", | |
| 1057 | − "button \"Source for Canada, United Stat\" h=28", | |
| 1058 | − "a \"GDP per capita, PPP (current i\" h=17", | |
| 1059 | − "button \"Source for Canada, United Stat\" h=28" | |
| 1060 | − ], | |
| 1061 | − "sticky": [ | |
| 1062 | − 57, | |
| 1063 | − 142 | |
| 1064 | − ], | |
| 1065 | − "docH": 7705, | |
| 1066 | − "errors": [] | |
| 1067 | − }, | |
| 1068 | − { | |
| 1069 | − "name": "cmp-hero", | |
| 1070 | − "path": "/compare/canada/united-states/france?tab=economy&indicator=gdp-per-capita&from=1990&mode=index100", | |
| 1071 | − "width": 1440, | |
| 1072 | − "overflow": 0, | |
| 1073 | − "wide": [], | |
| 1074 | − "small": [ | |
| 1075 | − "a \"Skip to content\" 1x1", | |
| 1076 | − "button \"Move Canada up\" 24x36", | |
| 1077 | − "button \"Move Canada down\" 24x36", | |
| 1078 | − "button \"Remove Canada from the compari\" 28x36", | |
| 1079 | − "button \"Move United States up\" 24x36", | |
| 1080 | − "button \"Move United States down\" 24x36", | |
| 1081 | − "button \"Remove United States from the \" 28x36", | |
| 1082 | − "button \"Move France up\" 24x36", | |
| 1083 | − "button \"Move France down\" 24x36", | |
| 1084 | − "button \"Remove France from the compari\" 28x36", | |
| 1085 | − "input \"\" 13x13", | |
| 1086 | − "button \"10 y\" 42x32" | |
| 1087 | − ], | |
| 1088 | − "smallH": [ | |
| 1089 | − "a \"Skip to content\" h=1", | |
| 1090 | − "select \"From\" h=19", | |
| 1091 | − "select \"To\" h=19", | |
| 1092 | − "input \"\" h=13", | |
| 1093 | − "a \"GDP per capita (current US$)\" h=26", | |
| 1094 | − "button \"Source for Canada, United Stat\" h=28", | |
| 1095 | − "a \"GDP (current US$)\" h=17", | |
| 1096 | − "button \"Source for Canada, United Stat\" h=28", | |
| 1097 | − "a \"GDP, PPP (current internationa\" h=17", | |
| 1098 | − "button \"Source for Canada, United Stat\" h=28", | |
| 1099 | − "a \"GDP per capita, PPP (current i\" h=17", | |
| 1100 | − "button \"Source for Canada, United Stat\" h=28" | |
| 1101 | − ], | |
| 1102 | − "sticky": [ | |
| 1103 | − 57, | |
| 1104 | − 142 | |
| 1105 | − ], | |
| 1106 | − "docH": 8294, | |
| 1107 | − "errors": [] | |
| 1108 | − }, | |
| 1109 | − { | |
| 1110 | − "name": "rankings", | |
| 1111 | − "path": "/rankings", | |
| 1112 | − "width": 1440, | |
| 1113 | − "overflow": 0, | |
| 1114 | − "wide": [], | |
| 1115 | − "small": [ | |
| 1116 | − "a \"Skip to content\" 1x1", | |
| 1117 | − "a \"API\" 22x32" | |
| 1118 | − ], | |
| 1119 | − "smallH": [ | |
| 1120 | − "a \"Skip to content\" h=1", | |
| 1121 | − "a \"contact@spboucher.ai\" h=15", | |
| 1122 | − "a \"MacLustr\" h=15" | |
| 1123 | − ], | |
| 1124 | − "sticky": [ | |
| 1125 | − 57, | |
| 1126 | − 64 | |
| 1127 | − ], | |
| 1128 | − "docH": 10106, | |
| 1129 | − "errors": [] | |
| 1130 | − }, | |
| 1131 | − { | |
| 1132 | − "name": "rk-gdppc", | |
| 1133 | − "path": "/rankings/gdp-per-capita", | |
| 1134 | − "width": 1440, | |
| 1135 | − "overflow": 0, | |
| 1136 | − "wide": [], | |
| 1137 | − "small": [ | |
| 1138 | − "a \"Skip to content\" 1x1", | |
| 1139 | − "button \"Remove Luxembourg\" 28x36", | |
| 1140 | − "button \"Remove Ireland\" 28x36", | |
| 1141 | − "button \"Remove Switzerland\" 28x36", | |
| 1142 | − "a \"API\" 22x32" | |
| 1143 | − ], | |
| 1144 | − "smallH": [ | |
| 1145 | − "a \"Skip to content\" h=1", | |
| 1146 | − "a \"Rankings\" h=18", | |
| 1147 | − "a \"Economy\" h=18", | |
| 1148 | − "select \"Year\" h=19", | |
| 1149 | − "select \"Group\" h=19", | |
| 1150 | − "a \"contact@spboucher.ai\" h=15", | |
| 1151 | − "a \"MacLustr\" h=15" | |
| 1152 | − ], | |
| 1153 | − "sticky": [ | |
| 1154 | − 57 | |
| 1155 | − ], | |
| 1156 | − "docH": 2667, | |
| 1157 | − "errors": [] | |
| 1158 | − }, | |
| 1159 | − { | |
| 1160 | − "name": "rk-life-oecd", | |
| 1161 | − "path": "/rankings/life-expectancy?group=oecd", | |
| 1162 | − "width": 1440, | |
| 1163 | − "overflow": 0, | |
| 1164 | − "wide": [], | |
| 1165 | − "small": [ | |
| 1166 | − "a \"Skip to content\" 1x1", | |
| 1167 | − "a \"Health\" 37x18", | |
| 1168 | − "button \"Remove Switzerland\" 28x36", | |
| 1169 | − "button \"Remove Sweden\" 28x36", | |
| 1170 | − "button \"Remove Japan\" 28x36", | |
| 1171 | − "a \"API\" 22x32" | |
| 1172 | − ], | |
| 1173 | − "smallH": [ | |
| 1174 | − "a \"Skip to content\" h=1", | |
| 1175 | − "a \"Rankings\" h=18", | |
| 1176 | − "a \"Health\" h=18", | |
| 1177 | − "select \"Year\" h=19", | |
| 1178 | − "select \"Group\" h=19", | |
| 1179 | − "a \"contact@spboucher.ai\" h=15", | |
| 1180 | − "a \"MacLustr\" h=15" | |
| 1181 | − ], | |
| 1182 | − "sticky": [ | |
| 1183 | − 57 | |
| 1184 | − ], | |
| 1185 | − "docH": 2667, | |
| 1186 | − "errors": [] | |
| 1187 | − }, | |
| 1188 | − { | |
| 1189 | − "checks": [ | |
| 1190 | − { | |
| 1191 | − "check": "compare mode round-trip", | |
| 1192 | − "url": "http://localhost:8290/compare/canada/united-states/france?tab=economy&mode=index100", | |
| 1193 | − "ok": true | |
| 1194 | − }, | |
| 1195 | − { | |
| 1196 | − "check": "tab switch updates URL", | |
| 1197 | − "url": "http://localhost:8290/compare/canada/united-states/france?tab=population&mode=index100", | |
| 1198 | − "ok": true | |
| 1199 | − }, | |
| 1200 | − { | |
| 1201 | − "check": "ranking year round-trip", | |
| 1202 | − "url": "http://localhost:8290/rankings/gdp-per-capita?year=2015", | |
| 1203 | − "ok": true | |
| 1204 | − }, | |
| 1205 | − { | |
| 1206 | − "check": "404 /compare/canada", | |
| 1207 | − "status": 404, | |
| 1208 | − "ok": true | |
| 1209 | − }, | |
| 1210 | − { | |
| 1211 | − "check": "404 /rankings/not-a-thing", | |
| 1212 | − "status": 404, | |
| 1213 | − "ok": true | |
| 1214 | − }, | |
| 1215 | − { | |
| 1216 | − "check": "404 /compare/canada/nowhere-land", | |
| 1217 | − "status": 404, | |
| 1218 | − "ok": true | |
| 1219 | − } | |
| 1220 | − ] | |
| 1221 | − } | |
| 1222 | −] | |
| \ No newline at end of file | ||
deleted
apps/web/qa/screens/compare-rankings/rk-gdppc-1280.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/compare-rankings/rk-gdppc-1440.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/compare-rankings/rk-gdppc-320.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/compare-rankings/rk-gdppc-375.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/compare-rankings/rk-gdppc-390.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/compare-rankings/rk-gdppc-430.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/compare-rankings/rk-life-oecd-1280.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/compare-rankings/rk-life-oecd-1440.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/compare-rankings/rk-life-oecd-320.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/compare-rankings/rk-life-oecd-375.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/compare-rankings/rk-life-oecd-390.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/compare-rankings/rk-life-oecd-430.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/compare-rankings/seg/cmp-economy-1280-y0.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/compare-rankings/seg/cmp-economy-1280-y1800.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/compare-rankings/seg/cmp-economy-1280-y900.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/compare-rankings/seg/cmp-economy-390-y0.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/compare-rankings/seg/cmp-economy-390-y1800.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/compare-rankings/seg/cmp-economy-390-y900.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/compare-rankings/seg/cmp-hero-1280-y0.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/compare-rankings/seg/cmp-hero-390-y0.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/compare-rankings/seg/cmp-hero-390-y700.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/compare-rankings/seg/cmp-snapshot-390-y0.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/compare-rankings/seg/cmp-snapshot-390-y700.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/compare-rankings/seg/i-added-390.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/compare-rankings/seg/i-custom-1280.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/compare-rankings/seg/i-eco-dark-390.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/compare-rankings/seg/i-health-hero-1280.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/compare-rankings/seg/i-indpicker-1280.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/compare-rankings/seg/i-options-390.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/compare-rankings/seg/i-picker-390.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/compare-rankings/seg/i-prov-1280.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/compare-rankings/seg/i-rk-filters-390.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/compare-rankings/seg/i-rk-g20-dark-1280.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/compare-rankings/seg/i-rk-highlight-dark-1280.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/compare-rankings/seg/i-rk-history-390.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/compare-rankings/seg/rankings-1280-y0.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/compare-rankings/seg/rankings-1280-y900.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/compare-rankings/seg/rankings-390-y0.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/compare-rankings/seg/rankings-390-y800.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/compare-rankings/seg/rk-gdppc-1280-y1800.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/compare-rankings/seg/rk-gdppc-1280-y900.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/compare-rankings/seg/rk-gdppc-390-y0.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/compare-rankings/seg/rk-gdppc-390-y2600.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/compare-rankings/seg/rk-gdppc-390-y3600.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/compare-rankings/seg/rk-gdppc-390-y800.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/compare-rankings/seg/rk-life-oecd-1280-y0.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/compare-rankings/seg/rk-life-oecd-1280-y1600.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/compare-rankings/seg/rk-life-oecd-390-y0.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/compare-rankings/seg/rk-life-oecd-390-y1200.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/countries-1280.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/countries-1440.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/countries-320.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/countries-360.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/countries-375.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/countries-390.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/countries-414.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/countries-430.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/countries_canada-1280.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/countries_canada-1440.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/countries_canada-320.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/countries_canada-360.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/countries_canada-375.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/countries_canada-390-dark.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/countries_canada-390.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/countries_canada-414.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/countries_canada-430.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/countries_canada_economy-1280.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/countries_canada_economy-1440.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/countries_canada_economy-320.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/countries_canada_economy-360.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/countries_canada_economy-375.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/countries_canada_economy-390.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/countries_canada_economy-414.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/countries_canada_economy-430.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/explore/admin_admin-1440.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/explore/admin_admin-390.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/explore/admin_admin_coverage-1440.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/explore/admin_admin_coverage-390.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/explore/admin_admin_issues-1440.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/explore/admin_admin_issues-390.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/explore/admin_admin_raw-1440.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/explore/admin_admin_raw-390.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/explore/admin_admin_runs-1440.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/explore/admin_admin_runs-390.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/explore/admin_login-1280.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/explore/admin_login-1440.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/explore/admin_login-320.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/explore/admin_login-375.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/explore/admin_login-390.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/explore/admin_login-430.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/explore/api-1280.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/explore/api-1440.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/explore/api-320.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/explore/api-375.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/explore/api-390.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/explore/api-430.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/explore/changes-1280.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/explore/changes-1440.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/explore/changes-320.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/explore/changes-375.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/explore/changes-390.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/explore/changes-430.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/explore/data-1280.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/explore/data-1440.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/explore/data-320.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/explore/data-375.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/explore/data-390.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/explore/data-430.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/explore/explore-1280.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/explore/explore-1440.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/explore/explore-320.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/explore/explore-375.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/explore/explore-390.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/explore/explore-430.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/explore/indicators-1280.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/explore/indicators-1440.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/explore/indicators-320.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/explore/indicators-375.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/explore/indicators-390.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/explore/indicators-430.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/explore/indicators_gdp-per-capita-1280.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/explore/indicators_gdp-per-capita-1440.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/explore/indicators_gdp-per-capita-320.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/explore/indicators_gdp-per-capita-375.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/explore/indicators_gdp-per-capita-390-dark.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/explore/indicators_gdp-per-capita-390.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/explore/indicators_gdp-per-capita-430.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/explore/indicators_life-expectancy-1280.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/explore/indicators_life-expectancy-1440.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/explore/indicators_life-expectancy-320.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/explore/indicators_life-expectancy-375.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/explore/indicators_life-expectancy-390-touch.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/explore/indicators_life-expectancy-390.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/explore/indicators_life-expectancy-430.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/explore/indicators_topic_health-1280.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/explore/indicators_topic_health-1440.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/explore/indicators_topic_health-320.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/explore/indicators_topic_health-375.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/explore/indicators_topic_health-390.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/explore/indicators_topic_health-430.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/explore/methodology-1280.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/explore/methodology-1440.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/explore/methodology-320.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/explore/methodology-375.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/explore/methodology-390.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/explore/methodology-430.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/explore/regions-1280.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/explore/regions-1440.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/explore/regions-320.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/explore/regions-375.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/explore/regions-390.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/explore/regions-430.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/explore/regions_oecd-1280.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/explore/regions_oecd-1440.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/explore/regions_oecd-320.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/explore/regions_oecd-375.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/explore/regions_oecd-390.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/explore/regions_oecd-430.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/explore/report.json
+0 −1141
@@ -1,1141 +0,0 @@ | ||
| 1 | −[ | |
| 2 | − { | |
| 3 | − "path": "/indicators/nope", | |
| 4 | − "width": 390, | |
| 5 | − "status": 404, | |
| 6 | − "check": "404" | |
| 7 | − }, | |
| 8 | − { | |
| 9 | − "path": "/regions/nope", | |
| 10 | − "width": 390, | |
| 11 | − "status": 404, | |
| 12 | − "check": "404" | |
| 13 | − }, | |
| 14 | − { | |
| 15 | − "path": "/sources/nope", | |
| 16 | − "width": 390, | |
| 17 | − "status": 404, | |
| 18 | − "check": "404" | |
| 19 | − }, | |
| 20 | − { | |
| 21 | − "path": "/indicators", | |
| 22 | − "width": 320, | |
| 23 | − "status": 200, | |
| 24 | − "overflow": 0, | |
| 25 | − "wide": [ | |
| 26 | − "li.shrink-0 right=373", | |
| 27 | − "button.inline-flex.h-11.w-full right=373", | |
| 28 | − "span.tnum.text-2xs.text-ink-3 right=361", | |
| 29 | − "li.shrink-0 right=494", | |
| 30 | − "button.inline-flex.h-11.w-full right=494", | |
| 31 | − "span.tnum.text-2xs.text-ink-3 right=482" | |
| 32 | − ], | |
| 33 | − "small": [], | |
| 34 | − "docH": 53477, | |
| 35 | − "errors": [], | |
| 36 | − "file": "indicators-320.png" | |
| 37 | − }, | |
| 38 | − { | |
| 39 | − "path": "/indicators?topic=health", | |
| 40 | − "width": 320, | |
| 41 | − "status": 200, | |
| 42 | − "overflow": 0, | |
| 43 | − "wide": [ | |
| 44 | − "li.shrink-0 right=409", | |
| 45 | − "button.inline-flex.h-11.w-full right=409", | |
| 46 | − "span.tnum.text-2xs.text-ink-3 right=397", | |
| 47 | − "li.shrink-0 right=505", | |
| 48 | − "button.inline-flex.h-11.w-full right=505", | |
| 49 | − "span.tnum.text-2xs.text-ink-3 right=493" | |
| 50 | − ], | |
| 51 | − "small": [], | |
| 52 | − "docH": 5758, | |
| 53 | − "errors": [], | |
| 54 | − "file": "indicators_topic_health-320.png" | |
| 55 | − }, | |
| 56 | − { | |
| 57 | − "path": "/indicators/life-expectancy", | |
| 58 | − "width": 320, | |
| 59 | − "status": 200, | |
| 60 | − "overflow": 0, | |
| 61 | − "wide": [ | |
| 62 | − "span. right=372", | |
| 63 | − "li.shrink-0 right=330", | |
| 64 | − "button.inline-flex.h-11.items-center right=330", | |
| 65 | − "li.shrink-0 right=389", | |
| 66 | − "button.inline-flex.h-11.items-center right=389", | |
| 67 | − "span. right=372" | |
| 68 | − ], | |
| 69 | − "small": [], | |
| 70 | − "docH": 6691, | |
| 71 | − "errors": [], | |
| 72 | − "file": "indicators_life-expectancy-320.png" | |
| 73 | − }, | |
| 74 | − { | |
| 75 | − "path": "/indicators/gdp-per-capita", | |
| 76 | − "width": 320, | |
| 77 | − "status": 200, | |
| 78 | − "overflow": 0, | |
| 79 | − "wide": [ | |
| 80 | − "span. right=380", | |
| 81 | − "li.shrink-0 right=330", | |
| 82 | − "button.inline-flex.h-11.items-center right=330", | |
| 83 | − "li.shrink-0 right=389", | |
| 84 | − "button.inline-flex.h-11.items-center right=389", | |
| 85 | − "span. right=380" | |
| 86 | − ], | |
| 87 | − "small": [], | |
| 88 | − "docH": 7135, | |
| 89 | − "errors": [], | |
| 90 | − "file": "indicators_gdp-per-capita-320.png" | |
| 91 | − }, | |
| 92 | − { | |
| 93 | − "path": "/regions", | |
| 94 | − "width": 320, | |
| 95 | − "status": 200, | |
| 96 | − "overflow": 0, | |
| 97 | − "wide": [], | |
| 98 | − "small": [], | |
| 99 | − "docH": 4569, | |
| 100 | − "errors": [], | |
| 101 | − "file": "regions-320.png" | |
| 102 | − }, | |
| 103 | − { | |
| 104 | − "path": "/regions/oecd", | |
| 105 | − "width": 320, | |
| 106 | − "status": 200, | |
| 107 | − "overflow": 0, | |
| 108 | − "wide": [], | |
| 109 | − "small": [], | |
| 110 | − "docH": 8547, | |
| 111 | − "errors": [], | |
| 112 | − "file": "regions_oecd-320.png" | |
| 113 | − }, | |
| 114 | − { | |
| 115 | − "path": "/explore", | |
| 116 | − "width": 320, | |
| 117 | − "status": 200, | |
| 118 | − "overflow": 0, | |
| 119 | − "wide": [ | |
| 120 | − "li. right=357", | |
| 121 | − "a.inline-flex.h-11.items-center right=357", | |
| 122 | − "li. right=501", | |
| 123 | − "a.inline-flex.h-11.items-center right=501", | |
| 124 | − "li. right=585", | |
| 125 | − "a.inline-flex.h-11.items-center right=585" | |
| 126 | − ], | |
| 127 | − "small": [], | |
| 128 | − "docH": 9365, | |
| 129 | − "errors": [], | |
| 130 | − "file": "explore-320.png" | |
| 131 | − }, | |
| 132 | − { | |
| 133 | − "path": "/changes", | |
| 134 | − "width": 320, | |
| 135 | − "status": 200, | |
| 136 | − "overflow": 0, | |
| 137 | − "wide": [], | |
| 138 | − "small": [], | |
| 139 | − "docH": 15227, | |
| 140 | − "errors": [], | |
| 141 | − "file": "changes-320.png" | |
| 142 | − }, | |
| 143 | − { | |
| 144 | − "path": "/data", | |
| 145 | − "width": 320, | |
| 146 | − "status": 200, | |
| 147 | − "overflow": 0, | |
| 148 | − "wide": [ | |
| 149 | − "code. right=723" | |
| 150 | − ], | |
| 151 | − "small": [], | |
| 152 | − "docH": 4321, | |
| 153 | − "errors": [], | |
| 154 | − "file": "data-320.png" | |
| 155 | − }, | |
| 156 | − { | |
| 157 | − "path": "/sources", | |
| 158 | − "width": 320, | |
| 159 | − "status": 200, | |
| 160 | − "overflow": 0, | |
| 161 | − "wide": [], | |
| 162 | − "small": [], | |
| 163 | − "docH": 3846, | |
| 164 | − "errors": [], | |
| 165 | − "file": "sources-320.png" | |
| 166 | − }, | |
| 167 | − { | |
| 168 | − "path": "/sources/worldbank", | |
| 169 | − "width": 320, | |
| 170 | − "status": 200, | |
| 171 | − "overflow": 0, | |
| 172 | − "wide": [], | |
| 173 | − "small": [], | |
| 174 | − "docH": 42927, | |
| 175 | − "errors": [], | |
| 176 | − "file": "sources_worldbank-320.png" | |
| 177 | − }, | |
| 178 | − { | |
| 179 | − "path": "/methodology", | |
| 180 | − "width": 320, | |
| 181 | − "status": 200, | |
| 182 | − "overflow": 0, | |
| 183 | − "wide": [ | |
| 184 | − "li.shrink-0 right=430", | |
| 185 | − "a.inline-flex.h-11.items-center right=430", | |
| 186 | − "li.shrink-0 right=740", | |
| 187 | − "a.inline-flex.h-11.items-center right=740", | |
| 188 | − "li.shrink-0 right=958", | |
| 189 | − "a.inline-flex.h-11.items-center right=958" | |
| 190 | − ], | |
| 191 | − "small": [], | |
| 192 | − "docH": 13226, | |
| 193 | − "errors": [], | |
| 194 | − "file": "methodology-320.png" | |
| 195 | − }, | |
| 196 | − { | |
| 197 | − "path": "/api", | |
| 198 | − "width": 320, | |
| 199 | − "status": 200, | |
| 200 | − "overflow": 0, | |
| 201 | − "wide": [ | |
| 202 | − "code. right=426", | |
| 203 | − "code. right=636", | |
| 204 | − "code. right=535", | |
| 205 | − "code. right=600", | |
| 206 | − "code. right=520", | |
| 207 | − "code. right=419" | |
| 208 | − ], | |
| 209 | − "small": [], | |
| 210 | − "docH": 9343, | |
| 211 | − "errors": [], | |
| 212 | − "file": "api-320.png" | |
| 213 | − }, | |
| 214 | − { | |
| 215 | − "path": "/admin/login", | |
| 216 | − "width": 320, | |
| 217 | − "status": 200, | |
| 218 | − "overflow": 0, | |
| 219 | − "wide": [], | |
| 220 | − "small": [], | |
| 221 | − "docH": 1505, | |
| 222 | − "errors": [], | |
| 223 | − "file": "admin_login-320.png" | |
| 224 | − }, | |
| 225 | − { | |
| 226 | − "path": "/indicators", | |
| 227 | − "width": 375, | |
| 228 | − "status": 200, | |
| 229 | − "overflow": 0, | |
| 230 | − "wide": [ | |
| 231 | − "li.shrink-0 right=494", | |
| 232 | − "button.inline-flex.h-11.w-full right=494", | |
| 233 | − "span.tnum.text-2xs.text-ink-3 right=482", | |
| 234 | − "li.shrink-0 right=582", | |
| 235 | − "button.inline-flex.h-11.w-full right=582", | |
| 236 | − "span.tnum.text-2xs.text-ink-3 right=570" | |
| 237 | − ], | |
| 238 | − "small": [], | |
| 239 | − "docH": 49574, | |
| 240 | − "errors": [], | |
| 241 | − "file": "indicators-375.png" | |
| 242 | − }, | |
| 243 | − { | |
| 244 | − "path": "/indicators?topic=health", | |
| 245 | − "width": 375, | |
| 246 | − "status": 200, | |
| 247 | − "overflow": 0, | |
| 248 | − "wide": [ | |
| 249 | − "li.shrink-0 right=437", | |
| 250 | − "button.inline-flex.h-11.w-full right=437", | |
| 251 | − "span.tnum.text-2xs.text-ink-3 right=425", | |
| 252 | − "li.shrink-0 right=533", | |
| 253 | − "button.inline-flex.h-11.w-full right=533", | |
| 254 | − "span.tnum.text-2xs.text-ink-3 right=521" | |
| 255 | − ], | |
| 256 | − "small": [], | |
| 257 | − "docH": 5353, | |
| 258 | − "errors": [], | |
| 259 | − "file": "indicators_topic_health-375.png" | |
| 260 | − }, | |
| 261 | − { | |
| 262 | − "path": "/indicators/life-expectancy", | |
| 263 | − "width": 375, | |
| 264 | − "status": 200, | |
| 265 | − "overflow": 0, | |
| 266 | − "wide": [ | |
| 267 | − "li.shrink-0 right=389", | |
| 268 | − "button.inline-flex.h-11.items-center right=389", | |
| 269 | − "code. right=1373" | |
| 270 | − ], | |
| 271 | − "small": [], | |
| 272 | − "docH": 6364, | |
| 273 | − "errors": [], | |
| 274 | − "file": "indicators_life-expectancy-375.png" | |
| 275 | − }, | |
| 276 | − { | |
| 277 | − "path": "/indicators/gdp-per-capita", | |
| 278 | − "width": 375, | |
| 279 | − "status": 200, | |
| 280 | − "overflow": 0, | |
| 281 | − "wide": [ | |
| 282 | − "span. right=380", | |
| 283 | − "li.shrink-0 right=389", | |
| 284 | − "button.inline-flex.h-11.items-center right=389", | |
| 285 | − "span. right=380", | |
| 286 | − "span. right=380", | |
| 287 | − "code. right=1366" | |
| 288 | − ], | |
| 289 | − "small": [], | |
| 290 | − "docH": 6733, | |
| 291 | − "errors": [], | |
| 292 | − "file": "indicators_gdp-per-capita-375.png" | |
| 293 | − }, | |
| 294 | − { | |
| 295 | − "path": "/regions", | |
| 296 | − "width": 375, | |
| 297 | − "status": 200, | |
| 298 | − "overflow": 0, | |
| 299 | − "wide": [], | |
| 300 | − "small": [], | |
| 301 | − "docH": 4507, | |
| 302 | − "errors": [], | |
| 303 | − "file": "regions-375.png" | |
| 304 | − }, | |
| 305 | − { | |
| 306 | − "path": "/regions/oecd", | |
| 307 | − "width": 375, | |
| 308 | − "status": 200, | |
| 309 | − "overflow": 0, | |
| 310 | − "wide": [], | |
| 311 | − "small": [], | |
| 312 | − "docH": 8219, | |
| 313 | − "errors": [], | |
| 314 | − "file": "regions_oecd-375.png" | |
| 315 | − }, | |
| 316 | − { | |
| 317 | − "path": "/explore", | |
| 318 | − "width": 375, | |
| 319 | − "status": 200, | |
| 320 | − "overflow": 0, | |
| 321 | − "wide": [ | |
| 322 | − "li. right=501", | |
| 323 | − "a.inline-flex.h-11.items-center right=501", | |
| 324 | − "li. right=585", | |
| 325 | − "a.inline-flex.h-11.items-center right=585", | |
| 326 | − "li. right=690", | |
| 327 | − "a.inline-flex.h-11.items-center right=690" | |
| 328 | − ], | |
| 329 | − "small": [], | |
| 330 | − "docH": 8690, | |
| 331 | − "errors": [], | |
| 332 | − "file": "explore-375.png" | |
| 333 | − }, | |
| 334 | − { | |
| 335 | − "path": "/changes", | |
| 336 | − "width": 375, | |
| 337 | − "status": 200, | |
| 338 | − "overflow": 0, | |
| 339 | − "wide": [], | |
| 340 | − "small": [], | |
| 341 | − "docH": 13884, | |
| 342 | − "errors": [], | |
| 343 | − "file": "changes-375.png" | |
| 344 | − }, | |
| 345 | − { | |
| 346 | − "path": "/data", | |
| 347 | − "width": 375, | |
| 348 | − "status": 200, | |
| 349 | − "overflow": 0, | |
| 350 | − "wide": [ | |
| 351 | − "code. right=723" | |
| 352 | − ], | |
| 353 | − "small": [], | |
| 354 | − "docH": 4058, | |
| 355 | − "errors": [], | |
| 356 | − "file": "data-375.png" | |
| 357 | − }, | |
| 358 | − { | |
| 359 | − "path": "/sources", | |
| 360 | − "width": 375, | |
| 361 | − "status": 200, | |
| 362 | − "overflow": 0, | |
| 363 | − "wide": [], | |
| 364 | − "small": [], | |
| 365 | − "docH": 3615, | |
| 366 | − "errors": [], | |
| 367 | − "file": "sources-375.png" | |
| 368 | − }, | |
| 369 | − { | |
| 370 | − "path": "/sources/worldbank", | |
| 371 | − "width": 375, | |
| 372 | − "status": 200, | |
| 373 | − "overflow": 0, | |
| 374 | − "wide": [], | |
| 375 | − "small": [], | |
| 376 | − "docH": 42239, | |
| 377 | − "errors": [], | |
| 378 | − "file": "sources_worldbank-375.png" | |
| 379 | − }, | |
| 380 | − { | |
| 381 | − "path": "/methodology", | |
| 382 | − "width": 375, | |
| 383 | − "status": 200, | |
| 384 | − "overflow": 0, | |
| 385 | − "wide": [ | |
| 386 | − "li.shrink-0 right=430", | |
| 387 | − "a.inline-flex.h-11.items-center right=430", | |
| 388 | − "li.shrink-0 right=740", | |
| 389 | − "a.inline-flex.h-11.items-center right=740", | |
| 390 | − "li.shrink-0 right=958", | |
| 391 | − "a.inline-flex.h-11.items-center right=958" | |
| 392 | − ], | |
| 393 | − "small": [], | |
| 394 | − "docH": 11644, | |
| 395 | − "errors": [], | |
| 396 | − "file": "methodology-375.png" | |
| 397 | − }, | |
| 398 | − { | |
| 399 | − "path": "/api", | |
| 400 | − "width": 375, | |
| 401 | − "status": 200, | |
| 402 | − "overflow": 0, | |
| 403 | − "wide": [ | |
| 404 | − "code. right=426", | |
| 405 | − "code. right=636", | |
| 406 | − "code. right=535", | |
| 407 | − "code. right=600", | |
| 408 | − "code. right=520", | |
| 409 | − "code. right=419" | |
| 410 | − ], | |
| 411 | − "small": [], | |
| 412 | − "docH": 8870, | |
| 413 | − "errors": [], | |
| 414 | − "file": "api-375.png" | |
| 415 | − }, | |
| 416 | − { | |
| 417 | − "path": "/admin/login", | |
| 418 | − "width": 375, | |
| 419 | − "status": 200, | |
| 420 | − "overflow": 0, | |
| 421 | − "wide": [], | |
| 422 | − "small": [], | |
| 423 | − "docH": 1484, | |
| 424 | − "errors": [], | |
| 425 | − "file": "admin_login-375.png" | |
| 426 | − }, | |
| 427 | − { | |
| 428 | − "path": "/indicators", | |
| 429 | − "width": 390, | |
| 430 | − "status": 200, | |
| 431 | − "overflow": 0, | |
| 432 | − "wide": [ | |
| 433 | − "li.shrink-0 right=494", | |
| 434 | − "button.inline-flex.h-11.w-full right=494", | |
| 435 | − "span.tnum.text-2xs.text-ink-3 right=482", | |
| 436 | − "li.shrink-0 right=582", | |
| 437 | − "button.inline-flex.h-11.w-full right=582", | |
| 438 | − "span.tnum.text-2xs.text-ink-3 right=570" | |
| 439 | − ], | |
| 440 | − "small": [], | |
| 441 | − "docH": 48272, | |
| 442 | − "errors": [], | |
| 443 | − "file": "indicators-390.png" | |
| 444 | − }, | |
| 445 | − { | |
| 446 | − "path": "/indicators?topic=health", | |
| 447 | − "width": 390, | |
| 448 | − "status": 200, | |
| 449 | − "overflow": 0, | |
| 450 | − "wide": [ | |
| 451 | − "li.shrink-0 right=444", | |
| 452 | − "button.inline-flex.h-11.w-full right=444", | |
| 453 | − "span.tnum.text-2xs.text-ink-3 right=432", | |
| 454 | − "li.shrink-0 right=540", | |
| 455 | − "button.inline-flex.h-11.w-full right=540", | |
| 456 | − "span.tnum.text-2xs.text-ink-3 right=528" | |
| 457 | − ], | |
| 458 | − "small": [], | |
| 459 | − "docH": 5224, | |
| 460 | − "errors": [], | |
| 461 | − "file": "indicators_topic_health-390.png" | |
| 462 | − }, | |
| 463 | − { | |
| 464 | − "path": "/indicators/life-expectancy", | |
| 465 | − "width": 390, | |
| 466 | − "status": 200, | |
| 467 | − "overflow": 0, | |
| 468 | − "wide": [ | |
| 469 | − "code. right=1373" | |
| 470 | − ], | |
| 471 | − "small": [], | |
| 472 | − "docH": 6289, | |
| 473 | − "errors": [], | |
| 474 | − "file": "indicators_life-expectancy-390.png" | |
| 475 | − }, | |
| 476 | − { | |
| 477 | − "path": "/indicators/gdp-per-capita", | |
| 478 | − "width": 390, | |
| 479 | − "status": 200, | |
| 480 | − "overflow": 0, | |
| 481 | − "wide": [ | |
| 482 | − "code. right=1366" | |
| 483 | − ], | |
| 484 | − "small": [], | |
| 485 | − "docH": 6638, | |
| 486 | − "errors": [], | |
| 487 | − "file": "indicators_gdp-per-capita-390.png" | |
| 488 | − }, | |
| 489 | − { | |
| 490 | − "path": "/regions", | |
| 491 | − "width": 390, | |
| 492 | − "status": 200, | |
| 493 | − "overflow": 0, | |
| 494 | − "wide": [], | |
| 495 | − "small": [], | |
| 496 | − "docH": 4489, | |
| 497 | − "errors": [], | |
| 498 | − "file": "regions-390.png" | |
| 499 | − }, | |
| 500 | − { | |
| 501 | − "path": "/regions/oecd", | |
| 502 | − "width": 390, | |
| 503 | − "status": 200, | |
| 504 | − "overflow": 0, | |
| 505 | − "wide": [], | |
| 506 | − "small": [], | |
| 507 | − "docH": 8209, | |
| 508 | − "errors": [], | |
| 509 | − "file": "regions_oecd-390.png" | |
| 510 | − }, | |
| 511 | − { | |
| 512 | − "path": "/explore", | |
| 513 | − "width": 390, | |
| 514 | − "status": 200, | |
| 515 | − "overflow": 0, | |
| 516 | − "wide": [ | |
| 517 | − "li. right=501", | |
| 518 | − "a.inline-flex.h-11.items-center right=501", | |
| 519 | − "li. right=585", | |
| 520 | − "a.inline-flex.h-11.items-center right=585", | |
| 521 | − "li. right=690", | |
| 522 | − "a.inline-flex.h-11.items-center right=690" | |
| 523 | − ], | |
| 524 | − "small": [], | |
| 525 | − "docH": 8606, | |
| 526 | − "errors": [], | |
| 527 | − "file": "explore-390.png" | |
| 528 | − }, | |
| 529 | − { | |
| 530 | − "path": "/changes", | |
| 531 | − "width": 390, | |
| 532 | − "status": 200, | |
| 533 | − "overflow": 0, | |
| 534 | − "wide": [], | |
| 535 | − "small": [], | |
| 536 | − "docH": 13813, | |
| 537 | − "errors": [], | |
| 538 | − "file": "changes-390.png" | |
| 539 | − }, | |
| 540 | − { | |
| 541 | − "path": "/data", | |
| 542 | − "width": 390, | |
| 543 | − "status": 200, | |
| 544 | − "overflow": 0, | |
| 545 | − "wide": [ | |
| 546 | − "code. right=723" | |
| 547 | − ], | |
| 548 | − "small": [], | |
| 549 | − "docH": 4020, | |
| 550 | − "errors": [], | |
| 551 | − "file": "data-390.png" | |
| 552 | − }, | |
| 553 | − { | |
| 554 | − "path": "/sources", | |
| 555 | − "width": 390, | |
| 556 | − "status": 200, | |
| 557 | − "overflow": 0, | |
| 558 | − "wide": [], | |
| 559 | − "small": [], | |
| 560 | − "docH": 3556, | |
| 561 | − "errors": [], | |
| 562 | − "file": "sources-390.png" | |
| 563 | − }, | |
| 564 | − { | |
| 565 | − "path": "/sources/worldbank", | |
| 566 | − "width": 390, | |
| 567 | − "status": 200, | |
| 568 | − "overflow": 0, | |
| 569 | − "wide": [], | |
| 570 | − "small": [], | |
| 571 | − "docH": 41927, | |
| 572 | − "errors": [], | |
| 573 | − "file": "sources_worldbank-390.png" | |
| 574 | − }, | |
| 575 | − { | |
| 576 | − "path": "/methodology", | |
| 577 | − "width": 390, | |
| 578 | − "status": 200, | |
| 579 | − "overflow": 0, | |
| 580 | − "wide": [ | |
| 581 | − "li.shrink-0 right=430", | |
| 582 | − "a.inline-flex.h-11.items-center right=430", | |
| 583 | − "li.shrink-0 right=740", | |
| 584 | − "a.inline-flex.h-11.items-center right=740", | |
| 585 | − "li.shrink-0 right=958", | |
| 586 | − "a.inline-flex.h-11.items-center right=958" | |
| 587 | − ], | |
| 588 | − "small": [], | |
| 589 | − "docH": 11263, | |
| 590 | − "errors": [], | |
| 591 | − "file": "methodology-390.png" | |
| 592 | − }, | |
| 593 | − { | |
| 594 | − "path": "/api", | |
| 595 | − "width": 390, | |
| 596 | − "status": 200, | |
| 597 | − "overflow": 0, | |
| 598 | − "wide": [ | |
| 599 | − "code. right=426", | |
| 600 | − "code. right=636", | |
| 601 | − "code. right=535", | |
| 602 | − "code. right=600", | |
| 603 | − "code. right=520", | |
| 604 | − "code. right=419" | |
| 605 | − ], | |
| 606 | − "small": [], | |
| 607 | − "docH": 8705, | |
| 608 | − "errors": [], | |
| 609 | − "file": "api-390.png" | |
| 610 | − }, | |
| 611 | − { | |
| 612 | − "path": "/admin/login", | |
| 613 | − "width": 390, | |
| 614 | − "status": 200, | |
| 615 | − "overflow": 0, | |
| 616 | − "wide": [], | |
| 617 | − "small": [], | |
| 618 | − "docH": 1467, | |
| 619 | − "errors": [], | |
| 620 | − "file": "admin_login-390.png" | |
| 621 | − }, | |
| 622 | − { | |
| 623 | − "path": "/indicators", | |
| 624 | − "width": 430, | |
| 625 | − "status": 200, | |
| 626 | − "overflow": 0, | |
| 627 | − "wide": [ | |
| 628 | − "li.shrink-0 right=494", | |
| 629 | − "button.inline-flex.h-11.w-full right=494", | |
| 630 | − "span.tnum.text-2xs.text-ink-3 right=482", | |
| 631 | − "li.shrink-0 right=582", | |
| 632 | − "button.inline-flex.h-11.w-full right=582", | |
| 633 | − "span.tnum.text-2xs.text-ink-3 right=570" | |
| 634 | − ], | |
| 635 | − "small": [], | |
| 636 | − "docH": 46881, | |
| 637 | − "errors": [], | |
| 638 | − "file": "indicators-430.png" | |
| 639 | − }, | |
| 640 | − { | |
| 641 | − "path": "/indicators?topic=health", | |
| 642 | − "width": 430, | |
| 643 | − "status": 200, | |
| 644 | − "overflow": 0, | |
| 645 | − "wide": [ | |
| 646 | − "li.shrink-0 right=464", | |
| 647 | − "button.inline-flex.h-11.w-full right=464", | |
| 648 | − "span.tnum.text-2xs.text-ink-3 right=452", | |
| 649 | − "li.shrink-0 right=560", | |
| 650 | − "button.inline-flex.h-11.w-full right=560", | |
| 651 | − "span.tnum.text-2xs.text-ink-3 right=548" | |
| 652 | − ], | |
| 653 | − "small": [], | |
| 654 | − "docH": 5122, | |
| 655 | − "errors": [], | |
| 656 | − "file": "indicators_topic_health-430.png" | |
| 657 | − }, | |
| 658 | − { | |
| 659 | − "path": "/indicators/life-expectancy", | |
| 660 | − "width": 430, | |
| 661 | − "status": 200, | |
| 662 | − "overflow": 0, | |
| 663 | − "wide": [ | |
| 664 | − "code. right=1373" | |
| 665 | − ], | |
| 666 | − "small": [], | |
| 667 | − "docH": 6234, | |
| 668 | − "errors": [], | |
| 669 | − "file": "indicators_life-expectancy-430.png" | |
| 670 | − }, | |
| 671 | − { | |
| 672 | − "path": "/indicators/gdp-per-capita", | |
| 673 | − "width": 430, | |
| 674 | − "status": 200, | |
| 675 | − "overflow": 0, | |
| 676 | − "wide": [ | |
| 677 | − "code. right=1366" | |
| 678 | − ], | |
| 679 | − "small": [], | |
| 680 | − "docH": 6467, | |
| 681 | − "errors": [], | |
| 682 | − "file": "indicators_gdp-per-capita-430.png" | |
| 683 | − }, | |
| 684 | − { | |
| 685 | − "path": "/regions", | |
| 686 | − "width": 430, | |
| 687 | − "status": 200, | |
| 688 | − "overflow": 0, | |
| 689 | − "wide": [], | |
| 690 | − "small": [], | |
| 691 | − "docH": 4470, | |
| 692 | − "errors": [], | |
| 693 | − "file": "regions-430.png" | |
| 694 | − }, | |
| 695 | − { | |
| 696 | − "path": "/regions/oecd", | |
| 697 | − "width": 430, | |
| 698 | − "status": 200, | |
| 699 | − "overflow": 0, | |
| 700 | − "wide": [], | |
| 701 | − "small": [], | |
| 702 | − "docH": 8167, | |
| 703 | − "errors": [], | |
| 704 | − "file": "regions_oecd-430.png" | |
| 705 | − }, | |
| 706 | − { | |
| 707 | − "path": "/explore", | |
| 708 | − "width": 430, | |
| 709 | − "status": 200, | |
| 710 | − "overflow": 0, | |
| 711 | − "wide": [ | |
| 712 | − "li. right=501", | |
| 713 | − "a.inline-flex.h-11.items-center right=501", | |
| 714 | − "li. right=585", | |
| 715 | − "a.inline-flex.h-11.items-center right=585", | |
| 716 | − "li. right=690", | |
| 717 | − "a.inline-flex.h-11.items-center right=690" | |
| 718 | − ], | |
| 719 | − "small": [], | |
| 720 | − "docH": 8469, | |
| 721 | − "errors": [], | |
| 722 | − "file": "explore-430.png" | |
| 723 | − }, | |
| 724 | − { | |
| 725 | − "path": "/changes", | |
| 726 | − "width": 430, | |
| 727 | − "status": 200, | |
| 728 | − "overflow": 0, | |
| 729 | − "wide": [], | |
| 730 | − "small": [], | |
| 731 | − "docH": 13707, | |
| 732 | − "errors": [], | |
| 733 | − "file": "changes-430.png" | |
| 734 | − }, | |
| 735 | − { | |
| 736 | − "path": "/data", | |
| 737 | − "width": 430, | |
| 738 | − "status": 200, | |
| 739 | − "overflow": 0, | |
| 740 | − "wide": [ | |
| 741 | − "code. right=723" | |
| 742 | − ], | |
| 743 | − "small": [], | |
| 744 | − "docH": 3791, | |
| 745 | − "errors": [], | |
| 746 | − "file": "data-430.png" | |
| 747 | − }, | |
| 748 | − { | |
| 749 | − "path": "/sources", | |
| 750 | − "width": 430, | |
| 751 | − "status": 200, | |
| 752 | − "overflow": 0, | |
| 753 | − "wide": [], | |
| 754 | − "small": [], | |
| 755 | − "docH": 3421, | |
| 756 | − "errors": [], | |
| 757 | − "file": "sources-430.png" | |
| 758 | − }, | |
| 759 | − { | |
| 760 | − "path": "/sources/worldbank", | |
| 761 | − "width": 430, | |
| 762 | − "status": 200, | |
| 763 | − "overflow": 0, | |
| 764 | − "wide": [], | |
| 765 | − "small": [], | |
| 766 | − "docH": 41286, | |
| 767 | − "errors": [], | |
| 768 | − "file": "sources_worldbank-430.png" | |
| 769 | − }, | |
| 770 | − { | |
| 771 | − "path": "/methodology", | |
| 772 | − "width": 430, | |
| 773 | − "status": 200, | |
| 774 | − "overflow": 0, | |
| 775 | − "wide": [ | |
| 776 | − "li.shrink-0 right=740", | |
| 777 | − "a.inline-flex.h-11.items-center right=740", | |
| 778 | − "li.shrink-0 right=958", | |
| 779 | − "a.inline-flex.h-11.items-center right=958", | |
| 780 | − "li.shrink-0 right=1054", | |
| 781 | − "a.inline-flex.h-11.items-center right=1054" | |
| 782 | − ], | |
| 783 | − "small": [], | |
| 784 | − "docH": 10491, | |
| 785 | − "errors": [], | |
| 786 | − "file": "methodology-430.png" | |
| 787 | − }, | |
| 788 | − { | |
| 789 | − "path": "/api", | |
| 790 | − "width": 430, | |
| 791 | − "status": 200, | |
| 792 | − "overflow": 0, | |
| 793 | − "wide": [ | |
| 794 | − "code. right=636", | |
| 795 | − "code. right=535", | |
| 796 | − "code. right=600", | |
| 797 | − "code. right=520", | |
| 798 | − "code. right=593" | |
| 799 | − ], | |
| 800 | − "small": [], | |
| 801 | − "docH": 8321, | |
| 802 | − "errors": [], | |
| 803 | − "file": "api-430.png" | |
| 804 | − }, | |
| 805 | − { | |
| 806 | − "path": "/admin/login", | |
| 807 | − "width": 430, | |
| 808 | − "status": 200, | |
| 809 | − "overflow": 0, | |
| 810 | − "wide": [], | |
| 811 | − "small": [], | |
| 812 | − "docH": 1447, | |
| 813 | − "errors": [], | |
| 814 | − "file": "admin_login-430.png" | |
| 815 | − }, | |
| 816 | − { | |
| 817 | − "path": "/indicators", | |
| 818 | − "width": 1280, | |
| 819 | − "status": 200, | |
| 820 | − "overflow": 0, | |
| 821 | − "wide": [], | |
| 822 | − "small": [], | |
| 823 | − "docH": 22031, | |
| 824 | − "errors": [], | |
| 825 | − "file": "indicators-1280.png" | |
| 826 | − }, | |
| 827 | − { | |
| 828 | − "path": "/indicators?topic=health", | |
| 829 | − "width": 1280, | |
| 830 | − "status": 200, | |
| 831 | − "overflow": 0, | |
| 832 | − "wide": [], | |
| 833 | − "small": [], | |
| 834 | − "docH": 2484, | |
| 835 | − "errors": [], | |
| 836 | − "file": "indicators_topic_health-1280.png" | |
| 837 | − }, | |
| 838 | − { | |
| 839 | − "path": "/indicators/life-expectancy", | |
| 840 | − "width": 1280, | |
| 841 | − "status": 200, | |
| 842 | − "overflow": 0, | |
| 843 | − "wide": [ | |
| 844 | − "code. right=2017" | |
| 845 | − ], | |
| 846 | − "small": [], | |
| 847 | − "docH": 4620, | |
| 848 | − "errors": [], | |
| 849 | − "file": "indicators_life-expectancy-1280.png" | |
| 850 | − }, | |
| 851 | − { | |
| 852 | − "path": "/indicators/gdp-per-capita", | |
| 853 | − "width": 1280, | |
| 854 | − "status": 200, | |
| 855 | − "overflow": 0, | |
| 856 | − "wide": [ | |
| 857 | − "code. right=2010" | |
| 858 | − ], | |
| 859 | − "small": [], | |
| 860 | − "docH": 4642, | |
| 861 | − "errors": [], | |
| 862 | − "file": "indicators_gdp-per-capita-1280.png" | |
| 863 | − }, | |
| 864 | − { | |
| 865 | − "path": "/regions", | |
| 866 | − "width": 1280, | |
| 867 | − "status": 200, | |
| 868 | − "overflow": 0, | |
| 869 | − "wide": [], | |
| 870 | − "small": [], | |
| 871 | − "docH": 2396, | |
| 872 | − "errors": [], | |
| 873 | − "file": "regions-1280.png" | |
| 874 | − }, | |
| 875 | − { | |
| 876 | − "path": "/regions/oecd", | |
| 877 | − "width": 1280, | |
| 878 | − "status": 200, | |
| 879 | − "overflow": 0, | |
| 880 | − "wide": [], | |
| 881 | − "small": [], | |
| 882 | − "docH": 4762, | |
| 883 | − "errors": [], | |
| 884 | − "file": "regions_oecd-1280.png" | |
| 885 | − }, | |
| 886 | − { | |
| 887 | − "path": "/explore", | |
| 888 | − "width": 1280, | |
| 889 | − "status": 200, | |
| 890 | − "overflow": 0, | |
| 891 | − "wide": [], | |
| 892 | − "small": [], | |
| 893 | − "docH": 5543, | |
| 894 | − "errors": [], | |
| 895 | − "file": "explore-1280.png" | |
| 896 | − }, | |
| 897 | − { | |
| 898 | − "path": "/changes", | |
| 899 | − "width": 1280, | |
| 900 | − "status": 200, | |
| 901 | − "overflow": 0, | |
| 902 | − "wide": [], | |
| 903 | − "small": [], | |
| 904 | − "docH": 11502, | |
| 905 | − "errors": [], | |
| 906 | − "file": "changes-1280.png" | |
| 907 | − }, | |
| 908 | − { | |
| 909 | − "path": "/data", | |
| 910 | − "width": 1280, | |
| 911 | − "status": 200, | |
| 912 | − "overflow": 0, | |
| 913 | − "wide": [], | |
| 914 | − "small": [], | |
| 915 | − "docH": 2744, | |
| 916 | − "errors": [], | |
| 917 | − "file": "data-1280.png" | |
| 918 | − }, | |
| 919 | − { | |
| 920 | − "path": "/sources", | |
| 921 | − "width": 1280, | |
| 922 | − "status": 200, | |
| 923 | − "overflow": 0, | |
| 924 | − "wide": [], | |
| 925 | − "small": [], | |
| 926 | − "docH": 2075, | |
| 927 | − "errors": [], | |
| 928 | − "file": "sources-1280.png" | |
| 929 | − }, | |
| 930 | − { | |
| 931 | − "path": "/sources/worldbank", | |
| 932 | − "width": 1280, | |
| 933 | − "status": 200, | |
| 934 | − "overflow": 0, | |
| 935 | − "wide": [], | |
| 936 | − "small": [], | |
| 937 | − "docH": 12474, | |
| 938 | − "errors": [], | |
| 939 | − "file": "sources_worldbank-1280.png" | |
| 940 | − }, | |
| 941 | − { | |
| 942 | − "path": "/methodology", | |
| 943 | − "width": 1280, | |
| 944 | − "status": 200, | |
| 945 | − "overflow": 0, | |
| 946 | − "wide": [], | |
| 947 | − "small": [], | |
| 948 | − "docH": 7624, | |
| 949 | − "errors": [], | |
| 950 | − "file": "methodology-1280.png" | |
| 951 | − }, | |
| 952 | − { | |
| 953 | − "path": "/api", | |
| 954 | − "width": 1280, | |
| 955 | − "status": 200, | |
| 956 | − "overflow": 0, | |
| 957 | − "wide": [], | |
| 958 | − "small": [], | |
| 959 | − "docH": 6512, | |
| 960 | − "errors": [], | |
| 961 | − "file": "api-1280.png" | |
| 962 | − }, | |
| 963 | − { | |
| 964 | − "path": "/admin/login", | |
| 965 | − "width": 1280, | |
| 966 | − "status": 200, | |
| 967 | − "overflow": 0, | |
| 968 | − "wide": [], | |
| 969 | − "small": [], | |
| 970 | − "docH": 900, | |
| 971 | − "errors": [], | |
| 972 | − "file": "admin_login-1280.png" | |
| 973 | − }, | |
| 974 | − { | |
| 975 | − "path": "/indicators", | |
| 976 | − "width": 1440, | |
| 977 | − "status": 200, | |
| 978 | − "overflow": 0, | |
| 979 | − "wide": [], | |
| 980 | − "small": [], | |
| 981 | − "docH": 22031, | |
| 982 | − "errors": [], | |
| 983 | − "file": "indicators-1440.png" | |
| 984 | − }, | |
| 985 | − { | |
| 986 | − "path": "/indicators?topic=health", | |
| 987 | − "width": 1440, | |
| 988 | − "status": 200, | |
| 989 | − "overflow": 0, | |
| 990 | − "wide": [], | |
| 991 | − "small": [], | |
| 992 | − "docH": 2484, | |
| 993 | − "errors": [], | |
| 994 | − "file": "indicators_topic_health-1440.png" | |
| 995 | − }, | |
| 996 | − { | |
| 997 | − "path": "/indicators/life-expectancy", | |
| 998 | − "width": 1440, | |
| 999 | − "status": 200, | |
| 1000 | − "overflow": 0, | |
| 1001 | − "wide": [ | |
| 1002 | − "code. right=2097" | |
| 1003 | − ], | |
| 1004 | − "small": [], | |
| 1005 | − "docH": 4633, | |
| 1006 | − "errors": [], | |
| 1007 | − "file": "indicators_life-expectancy-1440.png" | |
| 1008 | − }, | |
| 1009 | − { | |
| 1010 | − "path": "/indicators/gdp-per-capita", | |
| 1011 | − "width": 1440, | |
| 1012 | − "status": 200, | |
| 1013 | − "overflow": 0, | |
| 1014 | − "wide": [ | |
| 1015 | − "code. right=2090" | |
| 1016 | − ], | |
| 1017 | − "small": [], | |
| 1018 | − "docH": 4679, | |
| 1019 | − "errors": [], | |
| 1020 | − "file": "indicators_gdp-per-capita-1440.png" | |
| 1021 | − }, | |
| 1022 | − { | |
| 1023 | − "path": "/regions", | |
| 1024 | − "width": 1440, | |
| 1025 | − "status": 200, | |
| 1026 | − "overflow": 0, | |
| 1027 | − "wide": [], | |
| 1028 | − "small": [], | |
| 1029 | − "docH": 2375, | |
| 1030 | − "errors": [], | |
| 1031 | − "file": "regions-1440.png" | |
| 1032 | − }, | |
| 1033 | − { | |
| 1034 | − "path": "/regions/oecd", | |
| 1035 | − "width": 1440, | |
| 1036 | − "status": 200, | |
| 1037 | − "overflow": 0, | |
| 1038 | − "wide": [], | |
| 1039 | − "small": [], | |
| 1040 | − "docH": 4762, | |
| 1041 | − "errors": [], | |
| 1042 | − "file": "regions_oecd-1440.png" | |
| 1043 | − }, | |
| 1044 | − { | |
| 1045 | − "path": "/explore", | |
| 1046 | − "width": 1440, | |
| 1047 | − "status": 200, | |
| 1048 | − "overflow": 0, | |
| 1049 | − "wide": [], | |
| 1050 | − "small": [], | |
| 1051 | − "docH": 5525, | |
| 1052 | − "errors": [], | |
| 1053 | − "file": "explore-1440.png" | |
| 1054 | − }, | |
| 1055 | − { | |
| 1056 | − "path": "/changes", | |
| 1057 | − "width": 1440, | |
| 1058 | − "status": 200, | |
| 1059 | − "overflow": 0, | |
| 1060 | − "wide": [], | |
| 1061 | − "small": [], | |
| 1062 | − "docH": 11502, | |
| 1063 | − "errors": [], | |
| 1064 | − "file": "changes-1440.png" | |
| 1065 | − }, | |
| 1066 | − { | |
| 1067 | − "path": "/data", | |
| 1068 | − "width": 1440, | |
| 1069 | − "status": 200, | |
| 1070 | − "overflow": 0, | |
| 1071 | − "wide": [], | |
| 1072 | − "small": [], | |
| 1073 | − "docH": 2744, | |
| 1074 | − "errors": [], | |
| 1075 | − "file": "data-1440.png" | |
| 1076 | − }, | |
| 1077 | − { | |
| 1078 | − "path": "/sources", | |
| 1079 | − "width": 1440, | |
| 1080 | − "status": 200, | |
| 1081 | − "overflow": 0, | |
| 1082 | − "wide": [], | |
| 1083 | − "small": [], | |
| 1084 | − "docH": 2075, | |
| 1085 | − "errors": [], | |
| 1086 | − "file": "sources-1440.png" | |
| 1087 | − }, | |
| 1088 | − { | |
| 1089 | − "path": "/sources/worldbank", | |
| 1090 | − "width": 1440, | |
| 1091 | − "status": 200, | |
| 1092 | − "overflow": 0, | |
| 1093 | − "wide": [], | |
| 1094 | − "small": [], | |
| 1095 | − "docH": 12474, | |
| 1096 | − "errors": [], | |
| 1097 | − "file": "sources_worldbank-1440.png" | |
| 1098 | − }, | |
| 1099 | − { | |
| 1100 | − "path": "/methodology", | |
| 1101 | − "width": 1440, | |
| 1102 | − "status": 200, | |
| 1103 | − "overflow": 0, | |
| 1104 | − "wide": [], | |
| 1105 | − "small": [], | |
| 1106 | − "docH": 7624, | |
| 1107 | − "errors": [], | |
| 1108 | − "file": "methodology-1440.png" | |
| 1109 | − }, | |
| 1110 | − { | |
| 1111 | − "path": "/api", | |
| 1112 | − "width": 1440, | |
| 1113 | − "status": 200, | |
| 1114 | − "overflow": 0, | |
| 1115 | − "wide": [], | |
| 1116 | − "small": [], | |
| 1117 | − "docH": 6512, | |
| 1118 | − "errors": [], | |
| 1119 | − "file": "api-1440.png" | |
| 1120 | − }, | |
| 1121 | − { | |
| 1122 | − "path": "/admin/login", | |
| 1123 | − "width": 1440, | |
| 1124 | − "status": 200, | |
| 1125 | − "overflow": 0, | |
| 1126 | − "wide": [], | |
| 1127 | − "small": [], | |
| 1128 | − "docH": 900, | |
| 1129 | − "errors": [], | |
| 1130 | − "file": "admin_login-1440.png" | |
| 1131 | − }, | |
| 1132 | − { | |
| 1133 | − "path": "/indicators/life-expectancy", | |
| 1134 | − "width": 390, | |
| 1135 | − "check": "touch", | |
| 1136 | − "sliderBefore": "2024", | |
| 1137 | − "sliderAfter": "1981", | |
| 1138 | − "legendTitle": "Life expectancy, 1981", | |
| 1139 | − "label": "🇨🇦Canada75.5 yrsOpen Canada →" | |
| 1140 | − } | |
| 1141 | −] | |
| \ No newline at end of file | ||
deleted
apps/web/qa/screens/explore/sources-1280.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/explore/sources-1440.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/explore/sources-320.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/explore/sources-375.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/explore/sources-390.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/explore/sources-430.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/explore/sources_worldbank-1280.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/explore/sources_worldbank-1440.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/explore/sources_worldbank-320.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/explore/sources_worldbank-375.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/explore/sources_worldbank-390.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/explore/sources_worldbank-430.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/home-1280.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/home-1440.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/home-320.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/home-360.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/home-375.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/home-390.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/home-414.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/home-430.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/og-canada.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/og-default.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/api-320-light.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/api-375-light.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/brand/_apple_icon_png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/brand/_countries_canada_opengraph_image
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/brand/_icon_png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/brand/_icon_svg
+0 −1
@@ -1 +0,0 @@ | ||
| 1 | −<svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 32 32" fill="none" stroke="#1c5cab" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"><rect width="32" height="32" rx="7" fill="#fbfaf7" stroke="none"/><circle cx="16" cy="16" r="12"/><path d="M5 19.3h22"/><path d="M10.1 26.6 16 7.6l5.9 19"/><path d="M16 7.6c-3 2.9-4.3 7.1-4.3 11.7" opacity="0.55"/><path d="M16 7.6c3 2.9 4.3 7.1 4.3 11.7" opacity="0.55"/></svg> | |
deleted
apps/web/qa/screens/polish/brand/_indicators_life_expectancy_opengraph_image
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/brand/_manifest_webmanifest
+0 −1
@@ -1 +0,0 @@ | ||
| 1 | −{"name":"CountryAtlas","short_name":"CountryAtlas","description":"Understand the world, one country at a time.","start_url":"/","display":"standalone","background_color":"#fbfaf7","theme_color":"#1c5cab","icons":[{"src":"/icon.svg","type":"image/svg+xml","sizes":"any"},{"src":"/icon.png","type":"image/png","sizes":"512x512"},{"src":"/apple-icon.png","type":"image/png","sizes":"180x180"}]} | |
| \ No newline at end of file | ||
deleted
apps/web/qa/screens/polish/brand/_opengraph_image
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/brand/_rankings_gdp_per_capita_opengraph_image
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/brand/_twitter_image
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/brand/compare_og.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/changes-320-light.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/changes-375-light.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/changes-390-light.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/compare-320-light.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/compare-375-light.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/compare-390-light.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/compare_canada_united-states_france-320-light.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/compare_canada_united-states_france-375-light.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/compare_canada_united-states_france-390-light.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/compare_canada_united-states_france_tab_economy-320-light.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/compare_canada_united-states_france_tab_economy-375-light.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/compare_canada_united-states_france_tab_economy-390-light.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/countries-320-light.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/countries-375-light.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/countries-390-light.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/countries_canada-320-light.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/countries_canada-375-light.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/countries_canada-390-light.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/countries_canada_economy-320-light.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/countries_canada_economy-375-light.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/countries_canada_economy-390-light.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/countries_japan_energy-320-light.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/countries_japan_energy-375-light.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/countries_japan_energy-390-light.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/countries_nigeria-320-light.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/countries_nigeria-375-light.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/countries_nigeria-390-light.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/data-320-light.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/data-375-light.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/data-390-light.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/explore-320-light.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/explore-375-light.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/explore-390-light.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/home-320-light.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/home-375-light.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/home-390-light.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/indicators-320-light.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/indicators-375-light.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/indicators-390-light.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/indicators_inflation-320-light.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/indicators_inflation-375-light.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/indicators_inflation-390-light.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/indicators_life-expectancy-320-light.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/indicators_life-expectancy-375-light.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/indicators_life-expectancy-390-light.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/methodology-320-light.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/methodology-375-light.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/rankings-320-light.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/rankings-375-light.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/rankings-390-light.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/rankings_gdp-per-capita-320-light.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/rankings_gdp-per-capita-375-light.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/rankings_gdp-per-capita-390-light.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/rankings_life-expectancy_group_oecd-320-light.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/rankings_life-expectancy_group_oecd-375-light.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/rankings_life-expectancy_group_oecd-390-light.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/regions-320-light.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/regions-375-light.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/regions-390-light.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/regions_oecd-320-light.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/regions_oecd-375-light.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/regions_oecd-390-light.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/report.json
+0 −510
@@ -1,510 +0,0 @@ | ||
| 1 | −[ | |
| 2 | − { | |
| 3 | − "path": "/", | |
| 4 | − "width": 320, | |
| 5 | − "theme": "light", | |
| 6 | − "status": 200, | |
| 7 | − "overflow": 0, | |
| 8 | − "wide": [ | |
| 9 | − "li. right=357", | |
| 10 | − "a.inline-flex.h-11.items-center right=357", | |
| 11 | − "li. right=501", | |
| 12 | − "a.inline-flex.h-11.items-center right=501", | |
| 13 | − "li. right=585", | |
| 14 | − "a.inline-flex.h-11.items-center right=585" | |
| 15 | − ], | |
| 16 | − "small": [ | |
| 17 | − "a \"Skip to content\" 1x1" | |
| 18 | − ], | |
| 19 | − "nSmall": 1, | |
| 20 | − "shortH": [ | |
| 21 | − "a \"Skip to content\" h=1", | |
| 22 | − "a \"Build your own comparison →\" h=40", | |
| 23 | − "a \"See all →\" h=21", | |
| 24 | − "a \"🇺🇸United States\" h=19", | |
| 25 | − "a \"🇨🇳China\" h=19", | |
| 26 | − "a \"🇩🇪Germany\" h=19", | |
| 27 | − "a \"🇯🇵Japan\" h=19", | |
| 28 | − "a \"🇬🇧United Kingdom\" h=19" | |
| 29 | − ], | |
| 30 | − "nShortH": 60, | |
| 31 | − "clipped": [ | |
| 32 | − "span: \"Search countries, indicators, topics…\" 224/281", | |
| 33 | − "span: \"CO₂ emissions (fossil fuels and industry\" 192/266", | |
| 34 | − "span: \"Individuals using the Internet (% of pop\" 192/310", | |
| 35 | − "span: \"GDP per capita (current US$)\" 192/194", | |
| 36 | − "span: \"GDP per capita, PPP (current internation\" 192/295", | |
| 37 | − "span: \"At least upper secondary attainment (age\" 192/332", | |
| 38 | − "span: \"Education · % of population ages 25–64\" 192/226", | |
| 39 | − "span: \"Employment rate (ages 15–64)\" 197/200", | |
| 40 | − "span: \"Labor · % of population ages 15–64\" 197/200", | |
| 41 | − "span: \"Long-term unemployment (% of unemployed)\" 197/303" | |
| 42 | − ], | |
| 43 | − "nClipped": 16, | |
| 44 | − "bad": [], | |
| 45 | − "credits": true, | |
| 46 | − "mail": true, | |
| 47 | − "mac": true, | |
| 48 | − "cls": 0, | |
| 49 | − "clsAfter": 0, | |
| 50 | − "docH": 10409, | |
| 51 | − "title": "CountryAtlas — Understand the world, one country at a time.", | |
| 52 | − "overlapping": [], | |
| 53 | − "errors": [], | |
| 54 | − "file": "home-320-light.png" | |
| 55 | − }, | |
| 56 | − { | |
| 57 | − "path": "/countries", | |
| 58 | − "width": 320, | |
| 59 | − "theme": "light", | |
| 60 | − "status": 200, | |
| 61 | − "overflow": 0, | |
| 62 | − "wide": [], | |
| 63 | − "small": [ | |
| 64 | − "a \"Skip to content\" 1x1" | |
| 65 | − ], | |
| 66 | − "nSmall": 1, | |
| 67 | − "shortH": [ | |
| 68 | − "a \"Skip to content\" h=1", | |
| 69 | − "input \"Filter by name…\" h=40", | |
| 70 | − "select \"NamePopulationGDP per capita\" h=19", | |
| 71 | − "button \"Filters\" h=40", | |
| 72 | − "a \"contact@spboucher.ai\" h=15", | |
| 73 | − "a \"MacLustr\" h=15" | |
| 74 | − ], | |
| 75 | − "nShortH": 6, | |
| 76 | − "clipped": [ | |
| 77 | − "span: \"Northern Mariana Islands\" 164/169", | |
| 78 | − "span: \"Saint Vincent and the Grenadines\" 164/223", | |
| 79 | − "span: \"Turks and Caicos Islands\" 164/167" | |
| 80 | − ], | |
| 81 | − "nClipped": 3, | |
| 82 | − "bad": [], | |
| 83 | − "credits": true, | |
| 84 | − "mail": true, | |
| 85 | − "mac": true, | |
| 86 | − "cls": 0, | |
| 87 | − "clsAfter": 0, | |
| 88 | − "docH": 14283, | |
| 89 | − "title": "Countries — CountryAtlas", | |
| 90 | − "overlapping": [], | |
| 91 | − "errors": [], | |
| 92 | − "file": "countries-320-light.png" | |
| 93 | − }, | |
| 94 | − { | |
| 95 | − "path": "/countries/canada", | |
| 96 | − "width": 320, | |
| 97 | − "theme": "light", | |
| 98 | − "status": 200, | |
| 99 | − "overflow": 0, | |
| 100 | − "wide": [ | |
| 101 | − "li.snap-start right=342", | |
| 102 | − "a.inline-flex.h-11.items-center right=342", | |
| 103 | − "span.tnum.text-2xs.text-ink-3 right=330", | |
| 104 | − "li.snap-start right=460", | |
| 105 | − "a.inline-flex.h-11.items-center right=460", | |
| 106 | − "span.tnum.text-2xs.text-ink-3 right=448" | |
| 107 | − ], | |
| 108 | − "small": [ | |
| 109 | − "a \"Skip to content\" 1x1" | |
| 110 | − ], | |
| 111 | − "nSmall": 1, | |
| 112 | − "shortH": [ | |
| 113 | − "a \"Skip to content\" h=1", | |
| 114 | − "a \"Compare Canada with another \" h=40", | |
| 115 | − "a \"Download\" h=40", | |
| 116 | − "button \"Share\" h=40", | |
| 117 | − "a \"GDP reached a record high of\" h=39", | |
| 118 | − "a \"🇺🇸 United States\" h=17", | |
| 119 | − "a \"Sharp dropPopulation growth \" h=36", | |
| 120 | − "a \"Sharp dropTrade balance fell\" h=36" | |
| 121 | − ], | |
| 122 | − "nShortH": 12, | |
| 123 | − "clipped": [], | |
| 124 | − "nClipped": 0, | |
| 125 | − "bad": [], | |
| 126 | − "credits": true, | |
| 127 | − "mail": true, | |
| 128 | − "mac": true, | |
| 129 | − "cls": 0, | |
| 130 | − "clsAfter": 0, | |
| 131 | − "docH": 10266, | |
| 132 | − "title": "Canada Data & Statistics — CountryAtlas", | |
| 133 | − "overlapping": [], | |
| 134 | − "errors": [], | |
| 135 | − "file": "countries_canada-320-light.png" | |
| 136 | − }, | |
| 137 | − { | |
| 138 | − "path": "/countries/canada/economy", | |
| 139 | − "width": 320, | |
| 140 | − "theme": "light", | |
| 141 | − "status": 200, | |
| 142 | − "overflow": 0, | |
| 143 | − "wide": [ | |
| 144 | − "li.snap-start right=399", | |
| 145 | − "a.inline-flex.h-11.items-center right=399", | |
| 146 | − "li.snap-start right=465", | |
| 147 | − "a.inline-flex.h-11.items-center right=465", | |
| 148 | − "li.snap-start right=542", | |
| 149 | − "a.inline-flex.h-11.items-center right=542" | |
| 150 | − ], | |
| 151 | − "small": [ | |
| 152 | − "a \"Skip to content\" 1x1" | |
| 153 | − ], | |
| 154 | − "nSmall": 1, | |
| 155 | − "shortH": [ | |
| 156 | − "a \"Skip to content\" h=1", | |
| 157 | − "a \"Countries\" h=15", | |
| 158 | − "a \"🇨🇦 Canada\" h=15", | |
| 159 | − "button \"Show source and provenance\" h=32", | |
| 160 | − "button \"View data as table\" h=32", | |
| 161 | − "button \"Show source and provenance\" h=32", | |
| 162 | − "button \"View data as table\" h=32", | |
| 163 | − "button \"Show source and provenance\" h=32" | |
| 164 | − ], | |
| 165 | − "nShortH": 22, | |
| 166 | − "clipped": [ | |
| 167 | − "span: \"Source: World Bank — WDI · NY.GDP.MKTP.C\" 137/366", | |
| 168 | − "span: \"Source: World Bank — WDI · NY.GDP.MKTP.P\" 137/383", | |
| 169 | − "span: \"Source: World Bank — WDI · NY.GDP.PCAP.C\" 137/364", | |
| 170 | − "span: \"Source: World Bank — WDI · NY.GDP.PCAP.P\" 137/381", | |
| 171 | − "span: \"Source: World Bank — WDI · NY.GDP.MKTP.K\" 137/366", | |
| 172 | − "span: \"Source: OECD — OECD.SDD.STES,DSD_KEI@DF_\" 137/537", | |
| 173 | − "span: \"Source: World Bank — WDI · NY.GDP.MKTP.K\" 137/383", | |
| 174 | − "span: \"Source: World Bank — WDI · NY.GDP.PCAP.K\" 137/381", | |
| 175 | − "span: \"Household consumption (% of GDP)\" 193/240" | |
| 176 | − ], | |
| 177 | − "nClipped": 9, | |
| 178 | − "bad": [], | |
| 179 | − "credits": true, | |
| 180 | − "mail": true, | |
| 181 | − "mac": true, | |
| 182 | − "cls": 0, | |
| 183 | − "clsAfter": 0, | |
| 184 | − "docH": 7564, | |
| 185 | − "title": "Canada — Economy — CountryAtlas", | |
| 186 | − "overlapping": [], | |
| 187 | − "errors": [], | |
| 188 | − "file": "countries_canada_economy-320-light.png" | |
| 189 | − }, | |
| 190 | − { | |
| 191 | − "path": "/countries/nigeria", | |
| 192 | − "width": 320, | |
| 193 | − "theme": "light", | |
| 194 | − "status": 200, | |
| 195 | − "overflow": 0, | |
| 196 | − "wide": [ | |
| 197 | − "li.snap-start right=335", | |
| 198 | − "a.inline-flex.h-11.items-center right=335", | |
| 199 | − "span.tnum.text-2xs.text-ink-3 right=323", | |
| 200 | − "li.snap-start right=453", | |
| 201 | − "a.inline-flex.h-11.items-center right=453", | |
| 202 | − "span.tnum.text-2xs.text-ink-3 right=441" | |
| 203 | − ], | |
| 204 | − "small": [ | |
| 205 | − "a \"Skip to content\" 1x1" | |
| 206 | − ], | |
| 207 | − "nSmall": 1, | |
| 208 | − "shortH": [ | |
| 209 | − "a \"Skip to content\" h=1", | |
| 210 | − "a \"Compare Nigeria with another\" h=40", | |
| 211 | − "a \"Download\" h=40", | |
| 212 | − "button \"Share\" h=40", | |
| 213 | − "a \"🇧🇯 Benin\" h=17", | |
| 214 | − "a \"🇨🇲 Cameroon\" h=17", | |
| 215 | − "a \"🇹🇩 Chad\" h=17", | |
| 216 | − "a \"🇳🇪 Niger\" h=17" | |
| 217 | − ], | |
| 218 | − "nShortH": 18, | |
| 219 | − "clipped": [ | |
| 220 | − "span: \"Republic of the Congo\" 126/147" | |
| 221 | − ], | |
| 222 | − "nClipped": 1, | |
| 223 | − "bad": [], | |
| 224 | − "credits": true, | |
| 225 | − "mail": true, | |
| 226 | − "mac": true, | |
| 227 | − "cls": 0, | |
| 228 | − "clsAfter": 0, | |
| 229 | − "docH": 10282, | |
| 230 | − "title": "Nigeria Data & Statistics — CountryAtlas", | |
| 231 | − "overlapping": [], | |
| 232 | − "errors": [], | |
| 233 | − "file": "countries_nigeria-320-light.png" | |
| 234 | − }, | |
| 235 | − { | |
| 236 | − "path": "/countries/japan/energy", | |
| 237 | − "width": 320, | |
| 238 | − "theme": "light", | |
| 239 | − "status": 200, | |
| 240 | − "overflow": 0, | |
| 241 | − "wide": [ | |
| 242 | − "li.snap-start right=384", | |
| 243 | − "a.inline-flex.h-11.items-center right=384", | |
| 244 | − "li.snap-start right=502", | |
| 245 | − "a.inline-flex.h-11.items-center right=502", | |
| 246 | − "li.snap-start right=571", | |
| 247 | − "a.inline-flex.h-11.items-center right=571" | |
| 248 | − ], | |
| 249 | − "small": [ | |
| 250 | − "a \"Skip to content\" 1x1" | |
| 251 | − ], | |
| 252 | − "nSmall": 1, | |
| 253 | − "shortH": [ | |
| 254 | − "a \"Skip to content\" h=1", | |
| 255 | − "a \"Countries\" h=15", | |
| 256 | − "a \"🇯🇵 Japan\" h=15", | |
| 257 | − "button \"Show source and provenance\" h=32", | |
| 258 | − "button \"View data as table\" h=32", | |
| 259 | − "button \"Show source and provenance\" h=32", | |
| 260 | − "button \"View data as table\" h=32", | |
| 261 | − "button \"Show source and provenance\" h=32" | |
| 262 | − ], | |
| 263 | − "nShortH": 23, | |
| 264 | − "clipped": [ | |
| 265 | − "span: \"Source: Our World in Data — energy · ele\" 137/430", | |
| 266 | − "span: \"Source: Our World in Data — energy · per\" 137/429", | |
| 267 | − "span: \"Source: Our World in Data — energy · sol\" 137/401", | |
| 268 | − "span: \"Source: Our World in Data — energy · win\" 137/400", | |
| 269 | − "span: \"Source: Our World in Data — energy · hyd\" 137/405", | |
| 270 | − "span: \"Source: Our World in Data — energy · nuc\" 137/414", | |
| 271 | − "span: \"Source: Our World in Data — energy · pri\" 137/471", | |
| 272 | − "span: \"Source: Our World in Data — energy · ene\" 137/414", | |
| 273 | − "span: \"Source: World Bank — WDI · EG.FEC.RNEW.Z\" 137/363", | |
| 274 | − "span: \"Net electricity imports (% of demand)\" 202/249" | |
| 275 | − ], | |
| 276 | − "nClipped": 13, | |
| 277 | − "bad": [], | |
| 278 | − "credits": true, | |
| 279 | − "mail": true, | |
| 280 | − "mac": true, | |
| 281 | − "cls": 0, | |
| 282 | − "clsAfter": 0, | |
| 283 | − "docH": 7934, | |
| 284 | − "title": "Japan — Energy — CountryAtlas", | |
| 285 | − "overlapping": [], | |
| 286 | − "errors": [], | |
| 287 | − "file": "countries_japan_energy-320-light.png" | |
| 288 | − }, | |
| 289 | − { | |
| 290 | − "path": "/compare", | |
| 291 | − "width": 320, | |
| 292 | − "theme": "light", | |
| 293 | − "status": 200, | |
| 294 | − "overflow": 0, | |
| 295 | − "wide": [], | |
| 296 | − "small": [ | |
| 297 | − "a \"Skip to content\" 1x1" | |
| 298 | − ], | |
| 299 | − "nSmall": 1, | |
| 300 | − "shortH": [ | |
| 301 | − "a \"Skip to content\" h=1", | |
| 302 | − "a \"Nordics5 countries🇩🇰🇫🇮🇮\" h=43", | |
| 303 | − "a \"BRICS5 countries🇧🇷🇷🇺🇮🇳\" h=43", | |
| 304 | − "a \"USMCA3 countries🇨🇦🇲🇽🇺🇸\" h=43", | |
| 305 | − "a \"Anglosphere5 countries🇦🇺🇨\" h=43", | |
| 306 | − "a \"Asian Tigers4 countries🇭🇰\ud83c\" h=43", | |
| 307 | − "a \"contact@spboucher.ai\" h=15", | |
| 308 | − "a \"MacLustr\" h=15" | |
| 309 | − ], | |
| 310 | − "nShortH": 8, | |
| 311 | − "clipped": [], | |
| 312 | − "nClipped": 0, | |
| 313 | − "bad": [], | |
| 314 | − "credits": true, | |
| 315 | − "mail": true, | |
| 316 | − "mac": true, | |
| 317 | − "cls": 0, | |
| 318 | − "clsAfter": 0, | |
| 319 | − "docH": 2569, | |
| 320 | − "title": "Compare countries side by side — CountryAtlas", | |
| 321 | − "overlapping": [], | |
| 322 | − "errors": [], | |
| 323 | − "file": "compare-320-light.png" | |
| 324 | − }, | |
| 325 | − { | |
| 326 | − "path": "/compare/canada/united-states/france", | |
| 327 | − "width": 320, | |
| 328 | − "theme": "light", | |
| 329 | − "status": 200, | |
| 330 | − "overflow": 0, | |
| 331 | − "wide": [ | |
| 332 | − "li.group/chip.shrink-0 right=329", | |
| 333 | − "span.inline-flex.h-11.items-center right=329", | |
| 334 | − "button.grid.h-11.w-9 right=328", | |
| 335 | − "li.group/chip.shrink-0 right=465", | |
| 336 | − "span.inline-flex.h-11.items-center right=465", | |
| 337 | − "span.h-2.w-2.shrink-0 right=352" | |
| 338 | − ], | |
| 339 | − "small": [ | |
| 340 | − "a \"Skip to content\" 1x1" | |
| 341 | − ], | |
| 342 | − "nSmall": 1, | |
| 343 | − "shortH": [ | |
| 344 | − "a \"Skip to content\" h=1", | |
| 345 | − "a \"contact@spboucher.ai\" h=15", | |
| 346 | − "a \"MacLustr\" h=15" | |
| 347 | − ], | |
| 348 | − "nShortH": 3, | |
| 349 | − "clipped": [], | |
| 350 | − "nClipped": 0, | |
| 351 | − "bad": [], | |
| 352 | − "credits": true, | |
| 353 | − "mail": true, | |
| 354 | − "mac": true, | |
| 355 | − "cls": 0, | |
| 356 | − "clsAfter": 0, | |
| 357 | − "docH": 4083, | |
| 358 | − "title": "Canada vs United States vs France — Compare countries — CountryAtlas", | |
| 359 | − "overlapping": [], | |
| 360 | − "errors": [], | |
| 361 | − "file": "compare_canada_united-states_france-320-light.png" | |
| 362 | − }, | |
| 363 | − { | |
| 364 | − "path": "/compare/canada/united-states/france?tab=economy", | |
| 365 | − "width": 320, | |
| 366 | − "theme": "light", | |
| 367 | − "status": 200, | |
| 368 | − "overflow": 0, | |
| 369 | − "wide": [ | |
| 370 | − "li.group/chip.shrink-0 right=329", | |
| 371 | − "span.inline-flex.h-11.items-center right=329", | |
| 372 | − "button.grid.h-11.w-9 right=328", | |
| 373 | − "li.group/chip.shrink-0 right=465", | |
| 374 | − "span.inline-flex.h-11.items-center right=465", | |
| 375 | − "span.h-2.w-2.shrink-0 right=352" | |
| 376 | − ], | |
| 377 | − "small": [ | |
| 378 | − "a \"Skip to content\" 1x1" | |
| 379 | − ], | |
| 380 | − "nSmall": 1, | |
| 381 | − "shortH": [ | |
| 382 | − "a \"Skip to content\" h=1", | |
| 383 | − "a \"GDP (current US$)\" h=17", | |
| 384 | − "a \"Ranking\" h=32", | |
| 385 | − "button \"View data as table\" h=32", | |
| 386 | − "button \"Canada: US$2.32T. Show sourc\" h=32", | |
| 387 | − "button \"United States: US$30.8T. Sho\" h=32", | |
| 388 | − "button \"France: US$3.37T. Show sourc\" h=32", | |
| 389 | − "button \"Source for Canada, United St\" h=28" | |
| 390 | − ], | |
| 391 | − "nShortH": 125, | |
| 392 | − "clipped": [ | |
| 393 | − "span: \"Foreign direct investment, net inflows (\" 272/327", | |
| 394 | − "span: \"Personal remittances received (% of GDP)\" 272/279", | |
| 395 | − "span: \"Agriculture, forestry and fishing, value\" 272/378", | |
| 396 | − "span: \"Industry (incl. construction), value add\" 272/350" | |
| 397 | − ], | |
| 398 | − "nClipped": 4, | |
| 399 | − "bad": [], | |
| 400 | − "credits": true, | |
| 401 | − "mail": true, | |
| 402 | − "mac": true, | |
| 403 | − "cls": 0, | |
| 404 | − "clsAfter": 0, | |
| 405 | − "docH": 13228, | |
| 406 | − "title": "Canada vs United States vs France — Economy — Compare countries — CountryAtlas", | |
| 407 | − "overlapping": [], | |
| 408 | − "errors": [], | |
| 409 | − "file": "compare_canada_united-states_france_tab_economy-320-light.png" | |
| 410 | − }, | |
| 411 | − { | |
| 412 | − "path": "/rankings", | |
| 413 | − "width": 320, | |
| 414 | − "theme": "light", | |
| 415 | − "status": 200, | |
| 416 | − "overflow": 0, | |
| 417 | − "wide": [], | |
| 418 | − "small": [ | |
| 419 | − "a \"Skip to content\" 1x1" | |
| 420 | − ], | |
| 421 | − "nSmall": 1, | |
| 422 | − "shortH": [ | |
| 423 | − "a \"Skip to content\" h=1", | |
| 424 | − "a \"contact@spboucher.ai\" h=15", | |
| 425 | − "a \"MacLustr\" h=15" | |
| 426 | − ], | |
| 427 | − "nShortH": 3, | |
| 428 | − "clipped": [], | |
| 429 | − "nClipped": 0, | |
| 430 | − "bad": [], | |
| 431 | − "credits": true, | |
| 432 | − "mail": true, | |
| 433 | − "mac": true, | |
| 434 | − "cls": 0.06249728007569462, | |
| 435 | − "clsAfter": 0, | |
| 436 | − "docH": 26715, | |
| 437 | − "title": "Country rankings — CountryAtlas", | |
| 438 | − "overlapping": [], | |
| 439 | − "errors": [ | |
| 440 | − "Failed to load resource: the server responded with a status of 429 (Too Many Requests)" | |
| 441 | − ], | |
| 442 | − "file": "rankings-320-light.png" | |
| 443 | − }, | |
| 444 | − { | |
| 445 | − "path": "/rankings/gdp-per-capita", | |
| 446 | − "width": 320, | |
| 447 | − "theme": "light", | |
| 448 | − "status": 200, | |
| 449 | − "overflow": 0, | |
| 450 | − "wide": [], | |
| 451 | − "small": [ | |
| 452 | − "a \"Skip to content\" 1x1" | |
| 453 | − ], | |
| 454 | − "nSmall": 1, | |
| 455 | − "shortH": [ | |
| 456 | − "a \"Skip to content\" h=1", | |
| 457 | − "select \"Year\" h=19", | |
| 458 | − "button \"View data as table\" h=32", | |
| 459 | − "a \"contact@spboucher.ai\" h=15", | |
| 460 | − "a \"MacLustr\" h=15" | |
| 461 | − ], | |
| 462 | − "nShortH": 5, | |
| 463 | − "clipped": [], | |
| 464 | − "nClipped": 0, | |
| 465 | − "bad": [], | |
| 466 | − "credits": true, | |
| 467 | − "mail": true, | |
| 468 | − "mac": true, | |
| 469 | − "cls": 0, | |
| 470 | − "clsAfter": 0, | |
| 471 | − "docH": 4739, | |
| 472 | − "title": "GDP per capita by country (2025) — CountryAtlas", | |
| 473 | − "overlapping": [], | |
| 474 | − "errors": [], | |
| 475 | − "file": "rankings_gdp-per-capita-320-light.png" | |
| 476 | − }, | |
| 477 | − { | |
| 478 | − "path": "/rankings/life-expectancy?group=oecd", | |
| 479 | − "width": 320, | |
| 480 | − "theme": "light", | |
| 481 | − "status": 200, | |
| 482 | − "overflow": 0, | |
| 483 | − "wide": [], | |
| 484 | − "small": [ | |
| 485 | − "a \"Skip to content\" 1x1" | |
| 486 | − ], | |
| 487 | − "nSmall": 1, | |
| 488 | − "shortH": [ | |
| 489 | − "a \"Skip to content\" h=1", | |
| 490 | − "select \"Year\" h=19", | |
| 491 | − "button \"View data as table\" h=32", | |
| 492 | − "a \"contact@spboucher.ai\" h=15", | |
| 493 | − "a \"MacLustr\" h=15" | |
| 494 | − ], | |
| 495 | − "nShortH": 5, | |
| 496 | − "clipped": [], | |
| 497 | − "nClipped": 0, | |
| 498 | − "bad": [], | |
| 499 | − "credits": true, | |
| 500 | − "mail": true, | |
| 501 | − "mac": true, | |
| 502 | − "cls": 0, | |
| 503 | − "clsAfter": 0, | |
| 504 | − "docH": 4689, | |
| 505 | − "title": "Life expectancy in OECD (2024) — CountryAtlas", | |
| 506 | − "overlapping": [], | |
| 507 | − "errors": [], | |
| 508 | − "file": "rankings_life-expectancy_group_oecd-320-light.png" | |
| 509 | − } | |
| 510 | −] | |
| \ No newline at end of file | ||
deleted
apps/web/qa/screens/polish/search_q_can-320-light.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/search_q_can-375-light.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg-desktop.log
+0 −38
@@ -1,38 +0,0 @@ | ||
| 1 | −1440 light / h=5223 segments=4 | |
| 2 | −1440 light /countries h=13393 segments=4 | |
| 3 | −1440 light /countries/canada h=4473 segments=4 | |
| 4 | −1440 light /countries/canada/economy h=5049 segments=4 | |
| 5 | −1440 light /compare/canada/united-states/france h=1759 segments=2 | |
| 6 | −1440 light /compare/canada/united-states/france?tab=economy h=5592 segments=4 | |
| 7 | −1440 light /rankings h=10106 segments=4 | |
| 8 | −1440 light /rankings/gdp-per-capita h=2667 segments=3 | |
| 9 | −1440 light /indicators/life-expectancy h=4678 segments=4 | |
| 10 | −1440 light /regions/oecd h=4762 segments=4 | |
| 11 | −1440 light /explore h=5594 segments=4 | |
| 12 | −1440 light /changes h=11502 segments=4 | |
| 13 | −1440 light /sources h=2075 segments=3 | |
| 14 | −1440 light /methodology h=7624 segments=4 | |
| 15 | −1440 light /api h=6827 segments=4 | |
| 16 | −1440 light /data h=2789 segments=4 | |
| 17 | −1440 light /indicators h=22031 segments=4 | |
| 18 | −1440 light /regions h=2346 segments=3 | |
| 19 | −1440 light /compare h=1359 segments=2 | |
| 20 | −1440 dark / h=5223 segments=4 | |
| 21 | −1440 dark /countries h=13393 segments=4 | |
| 22 | −1440 dark /countries/canada h=4473 segments=4 | |
| 23 | −1440 dark /countries/canada/economy h=5049 segments=4 | |
| 24 | −1440 dark /compare/canada/united-states/france h=1759 segments=2 | |
| 25 | −1440 dark /compare/canada/united-states/france?tab=economy h=5592 segments=4 | |
| 26 | −1440 dark /rankings h=10106 segments=4 | |
| 27 | −1440 dark /rankings/gdp-per-capita h=2667 segments=3 | |
| 28 | −1440 dark /indicators/life-expectancy h=4678 segments=4 | |
| 29 | −1440 dark /regions/oecd h=4762 segments=4 | |
| 30 | −1440 dark /explore h=5525 segments=4 | |
| 31 | −1440 dark /changes h=11502 segments=4 | |
| 32 | −1440 dark /sources h=2075 segments=3 | |
| 33 | −1440 dark /methodology h=7624 segments=4 | |
| 34 | −1440 dark /api h=6827 segments=4 | |
| 35 | −1440 dark /data h=2789 segments=4 | |
| 36 | −1440 dark /indicators h=22031 segments=4 | |
| 37 | −1440 dark /regions h=2346 segments=3 | |
| 38 | −1440 dark /compare h=1359 segments=2 | |
deleted
apps/web/qa/screens/polish/seg.log
+0 −161
@@ -1,161 +0,0 @@ | ||
| 1 | −320 light / h=10409 segments=6 | |
| 2 | −320 light /countries h=14283 segments=6 | |
| 3 | −320 light /countries/canada h=10266 segments=6 | |
| 4 | −320 light /countries/canada/economy h=7564 segments=6 | |
| 5 | −320 light /compare/canada/united-states/france h=4083 segments=5 | |
| 6 | −320 light /compare/canada/united-states/france?tab=economy h=13228 segments=6 | |
| 7 | −320 light /rankings h=26767 segments=6 | |
| 8 | −320 light /rankings/gdp-per-capita h=4739 segments=6 | |
| 9 | −320 light /indicators/life-expectancy h=6868 segments=6 | |
| 10 | −320 light /regions/oecd h=9637 segments=6 | |
| 11 | −320 light /explore h=9365 segments=6 | |
| 12 | −320 light /changes h=15227 segments=6 | |
| 13 | −320 light /sources h=3846 segments=5 | |
| 14 | −320 light /methodology h=13226 segments=6 | |
| 15 | −320 light /api h=9658 segments=6 | |
| 16 | −320 light /data h=4366 segments=6 | |
| 17 | −320 light /indicators h=53477 segments=6 | |
| 18 | −320 light /regions h=4569 segments=6 | |
| 19 | −320 light /compare h=2569 segments=4 | |
| 20 | −390 light / h=9854 segments=6 | |
| 21 | −390 light /countries h=14199 segments=6 | |
| 22 | −390 light /countries/canada h=8620 segments=6 | |
| 23 | −390 light /countries/canada/economy h=7460 segments=6 | |
| 24 | −390 light /compare/canada/united-states/france h=4045 segments=5 | |
| 25 | −390 light /compare/canada/united-states/france?tab=economy h=12773 segments=6 | |
| 26 | −390 light /rankings h=24430 segments=6 | |
| 27 | −390 light /rankings/gdp-per-capita h=4603 segments=6 | |
| 28 | −390 light /indicators/life-expectancy h=6494 segments=6 | |
| 29 | −390 light /regions/oecd h=9300 segments=6 | |
| 30 | −390 light /explore h=8606 segments=6 | |
| 31 | −390 light /changes h=13813 segments=6 | |
| 32 | −390 light /sources h=3556 segments=5 | |
| 33 | −390 light /methodology h=11263 segments=6 | |
| 34 | −390 light /api h=9020 segments=6 | |
| 35 | −390 light /data h=4065 segments=5 | |
| 36 | −390 light /indicators h=48272 segments=6 | |
| 37 | −390 light /regions h=4489 segments=6 | |
| 38 | −390 light /compare h=2491 segments=3 | |
| 39 | −390 dark / h=9854 segments=6 | |
| 40 | −390 dark /countries h=14199 segments=6 | |
| 41 | −390 dark /countries/canada h=8620 segments=6 | |
| 42 | −390 dark /countries/canada/economy h=7460 segments=6 | |
| 43 | −390 dark /compare/canada/united-states/france h=4045 segments=5 | |
| 44 | −390 dark /compare/canada/united-states/france?tab=economy h=12773 segments=6 | |
| 45 | −390 dark /rankings h=24430 segments=6 | |
| 46 | −390 dark /rankings/gdp-per-capita h=4603 segments=6 | |
| 47 | −390 dark /indicators/life-expectancy h=6494 segments=6 | |
| 48 | −390 dark /regions/oecd h=9300 segments=6 | |
| 49 | −390 dark /explore h=8606 segments=6 | |
| 50 | −390 dark /changes h=13813 segments=6 | |
| 51 | −390 dark /sources h=3556 segments=5 | |
| 52 | −390 dark /methodology h=11263 segments=6 | |
| 53 | −390 dark /api h=9020 segments=6 | |
| 54 | −390 dark /data h=4065 segments=5 | |
| 55 | −390 dark /indicators h=48272 segments=6 | |
| 56 | −390 dark /regions h=4489 segments=6 | |
| 57 | −390 dark /compare h=2491 segments=3 | |
| 58 | −1440 light / h=5223 segments=4 | |
| 59 | −1440 light /countries h=13393 segments=4 | |
| 60 | −1440 light /countries/canada h=4473 segments=4 | |
| 61 | −1440 light /countries/canada/economy h=5049 segments=4 | |
| 62 | −FAILED /compare/canada/united-states/france: Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:8290/compare/canada/united-states/france | |
| 63 | −Call log: | |
| 64 | −[2 | |
| 65 | −FAILED /compare/canada/united-states/france?tab=economy: Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:8290/compare/canada/united-states/france?tab=economy | |
| 66 | −C | |
| 67 | −FAILED /rankings: Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:8290/rankings | |
| 68 | −Call log: | |
| 69 | −[2m - navigating to "http:// | |
| 70 | −FAILED /rankings/gdp-per-capita: Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:8290/rankings/gdp-per-capita | |
| 71 | −Call log: | |
| 72 | −[2m - navigat | |
| 73 | −FAILED /indicators/life-expectancy: Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:8290/indicators/life-expectancy | |
| 74 | −Call log: | |
| 75 | −[2m - navi | |
| 76 | −FAILED /regions/oecd: Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:8290/regions/oecd | |
| 77 | −Call log: | |
| 78 | −[2m - navigating to "htt | |
| 79 | −FAILED /explore: Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:8290/explore | |
| 80 | −Call log: | |
| 81 | −[2m - navigating to "http://l | |
| 82 | −FAILED /changes: Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:8290/changes | |
| 83 | −Call log: | |
| 84 | −[2m - navigating to "http://l | |
| 85 | −FAILED /sources: Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:8290/sources | |
| 86 | −Call log: | |
| 87 | −[2m - navigating to "http://l | |
| 88 | −FAILED /methodology: Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:8290/methodology | |
| 89 | −Call log: | |
| 90 | −[2m - navigating to "http | |
| 91 | −FAILED /api: Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:8290/api | |
| 92 | −Call log: | |
| 93 | −[2m - navigating to "http://local | |
| 94 | −FAILED /data: Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:8290/data | |
| 95 | −Call log: | |
| 96 | −[2m - navigating to "http://loca | |
| 97 | −FAILED /indicators: Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:8290/indicators | |
| 98 | −Call log: | |
| 99 | −[2m - navigating to "http: | |
| 100 | −FAILED /regions: Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:8290/regions | |
| 101 | −Call log: | |
| 102 | −[2m - navigating to "http://l | |
| 103 | −FAILED /compare: Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:8290/compare | |
| 104 | −Call log: | |
| 105 | −[2m - navigating to "http://l | |
| 106 | −FAILED /: Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:8290/ | |
| 107 | −Call log: | |
| 108 | −[2m - navigating to "http://localhos | |
| 109 | −FAILED /countries: Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:8290/countries | |
| 110 | −Call log: | |
| 111 | −[2m - navigating to "http:/ | |
| 112 | −FAILED /countries/canada: Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:8290/countries/canada | |
| 113 | −Call log: | |
| 114 | −[2m - navigating to | |
| 115 | −FAILED /countries/canada/economy: Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:8290/countries/canada/economy | |
| 116 | −Call log: | |
| 117 | −[2m - naviga | |
| 118 | −FAILED /compare/canada/united-states/france: Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:8290/compare/canada/united-states/france | |
| 119 | −Call log: | |
| 120 | −[2 | |
| 121 | −FAILED /compare/canada/united-states/france?tab=economy: Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:8290/compare/canada/united-states/france?tab=economy | |
| 122 | −C | |
| 123 | −FAILED /rankings: Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:8290/rankings | |
| 124 | −Call log: | |
| 125 | −[2m - navigating to "http:// | |
| 126 | −FAILED /rankings/gdp-per-capita: Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:8290/rankings/gdp-per-capita | |
| 127 | −Call log: | |
| 128 | −[2m - navigat | |
| 129 | −FAILED /indicators/life-expectancy: Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:8290/indicators/life-expectancy | |
| 130 | −Call log: | |
| 131 | −[2m - navi | |
| 132 | −FAILED /regions/oecd: Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:8290/regions/oecd | |
| 133 | −Call log: | |
| 134 | −[2m - navigating to "htt | |
| 135 | −FAILED /explore: Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:8290/explore | |
| 136 | −Call log: | |
| 137 | −[2m - navigating to "http://l | |
| 138 | −FAILED /changes: Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:8290/changes | |
| 139 | −Call log: | |
| 140 | −[2m - navigating to "http://l | |
| 141 | −FAILED /sources: Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:8290/sources | |
| 142 | −Call log: | |
| 143 | −[2m - navigating to "http://l | |
| 144 | −FAILED /methodology: Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:8290/methodology | |
| 145 | −Call log: | |
| 146 | −[2m - navigating to "http | |
| 147 | −FAILED /api: Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:8290/api | |
| 148 | −Call log: | |
| 149 | −[2m - navigating to "http://local | |
| 150 | −FAILED /data: Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:8290/data | |
| 151 | −Call log: | |
| 152 | −[2m - navigating to "http://loca | |
| 153 | −FAILED /indicators: Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:8290/indicators | |
| 154 | −Call log: | |
| 155 | −[2m - navigating to "http: | |
| 156 | −FAILED /regions: Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:8290/regions | |
| 157 | −Call log: | |
| 158 | −[2m - navigating to "http://l | |
| 159 | −FAILED /compare: Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:8290/compare | |
| 160 | −Call log: | |
| 161 | −[2m - navigating to "http://l | |
deleted
apps/web/qa/screens/polish/seg/api-1440-dark-0.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/api-1440-dark-1.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/api-1440-dark-2.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/api-1440-dark-3.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/api-1440-light-0.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/api-1440-light-1.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/api-1440-light-2.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/api-1440-light-3.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/api-320-light-0.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/api-320-light-1.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/api-320-light-2.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/api-320-light-3.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/api-320-light-4.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/api-320-light-5.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/api-390-dark-0.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/api-390-dark-1.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/api-390-dark-2.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/api-390-dark-3.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/api-390-dark-4.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/api-390-dark-5.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/api-390-light-0.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/api-390-light-1.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/api-390-light-2.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/api-390-light-3.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/api-390-light-4.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/api-390-light-5.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/changes-1440-dark-0.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/changes-1440-dark-1.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/changes-1440-dark-2.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/changes-1440-dark-3.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/changes-1440-light-0.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/changes-1440-light-1.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/changes-1440-light-2.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/changes-1440-light-3.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/changes-320-light-0.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/changes-320-light-1.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/changes-320-light-2.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/changes-320-light-3.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/changes-320-light-4.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/changes-320-light-5.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/changes-390-dark-0.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/changes-390-dark-1.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/changes-390-dark-2.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/changes-390-dark-3.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/changes-390-dark-4.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/changes-390-dark-5.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/changes-390-light-0.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/changes-390-light-1.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/changes-390-light-2.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/changes-390-light-3.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/changes-390-light-4.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/changes-390-light-5.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/compare-1440-dark-0.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/compare-1440-dark-1.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/compare-1440-light-0.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/compare-1440-light-1.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/compare-320-light-0.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/compare-320-light-1.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/compare-320-light-2.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/compare-320-light-3.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/compare-390-dark-0.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/compare-390-dark-1.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/compare-390-dark-2.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/compare-390-light-0.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/compare-390-light-1.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/compare-390-light-2.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/compare_canada_united-states_france-1440-dark-0.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/compare_canada_united-states_france-1440-dark-1.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/compare_canada_united-states_france-1440-light-0.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/compare_canada_united-states_france-1440-light-1.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/compare_canada_united-states_france-320-light-0.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/compare_canada_united-states_france-320-light-1.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/compare_canada_united-states_france-320-light-2.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/compare_canada_united-states_france-320-light-3.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/compare_canada_united-states_france-320-light-4.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/compare_canada_united-states_france-390-dark-0.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/compare_canada_united-states_france-390-dark-1.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/compare_canada_united-states_france-390-dark-2.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/compare_canada_united-states_france-390-dark-3.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/compare_canada_united-states_france-390-dark-4.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/compare_canada_united-states_france-390-light-0.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/compare_canada_united-states_france-390-light-1.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/compare_canada_united-states_france-390-light-2.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/compare_canada_united-states_france-390-light-3.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/compare_canada_united-states_france-390-light-4.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/compare_canada_united-states_france_tab_economy-1440-dark-0.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/compare_canada_united-states_france_tab_economy-1440-dark-1.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/compare_canada_united-states_france_tab_economy-1440-dark-2.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/compare_canada_united-states_france_tab_economy-1440-dark-3.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/compare_canada_united-states_france_tab_economy-1440-light-0.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/compare_canada_united-states_france_tab_economy-1440-light-1.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/compare_canada_united-states_france_tab_economy-1440-light-2.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/compare_canada_united-states_france_tab_economy-1440-light-3.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/compare_canada_united-states_france_tab_economy-320-light-0.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/compare_canada_united-states_france_tab_economy-320-light-1.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/compare_canada_united-states_france_tab_economy-320-light-2.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/compare_canada_united-states_france_tab_economy-320-light-3.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/compare_canada_united-states_france_tab_economy-320-light-4.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/compare_canada_united-states_france_tab_economy-320-light-5.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/compare_canada_united-states_france_tab_economy-390-dark-0.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/compare_canada_united-states_france_tab_economy-390-dark-1.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/compare_canada_united-states_france_tab_economy-390-dark-2.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/compare_canada_united-states_france_tab_economy-390-dark-3.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/compare_canada_united-states_france_tab_economy-390-dark-4.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/compare_canada_united-states_france_tab_economy-390-dark-5.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/compare_canada_united-states_france_tab_economy-390-light-0.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/compare_canada_united-states_france_tab_economy-390-light-1.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/compare_canada_united-states_france_tab_economy-390-light-2.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/compare_canada_united-states_france_tab_economy-390-light-3.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/compare_canada_united-states_france_tab_economy-390-light-4.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/compare_canada_united-states_france_tab_economy-390-light-5.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/countries-1440-dark-0.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/countries-1440-dark-1.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/countries-1440-dark-2.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/countries-1440-dark-3.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/countries-1440-light-0.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/countries-1440-light-1.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/countries-1440-light-2.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/countries-1440-light-3.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/countries-320-light-0.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/countries-320-light-1.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/countries-320-light-2.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/countries-320-light-3.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/countries-320-light-4.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/countries-320-light-5.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/countries-390-dark-0.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/countries-390-dark-1.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/countries-390-dark-2.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/countries-390-dark-3.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/countries-390-dark-4.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/countries-390-dark-5.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/countries-390-light-0.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/countries-390-light-1.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/countries-390-light-2.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/countries-390-light-3.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/countries-390-light-4.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/countries-390-light-5.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/countries_canada-1440-dark-0.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/countries_canada-1440-dark-1.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/countries_canada-1440-dark-2.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/countries_canada-1440-dark-3.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/countries_canada-1440-light-0.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/countries_canada-1440-light-1.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/countries_canada-1440-light-2.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/countries_canada-1440-light-3.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/countries_canada-320-light-0.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/countries_canada-320-light-1.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/countries_canada-320-light-2.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/countries_canada-320-light-3.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/countries_canada-320-light-4.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/countries_canada-320-light-5.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/countries_canada-390-dark-0.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/countries_canada-390-dark-1.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/countries_canada-390-dark-2.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/countries_canada-390-dark-3.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/countries_canada-390-dark-4.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/countries_canada-390-dark-5.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/countries_canada-390-light-0.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/countries_canada-390-light-1.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/countries_canada-390-light-2.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/countries_canada-390-light-3.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/countries_canada-390-light-4.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/countries_canada-390-light-5.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/countries_canada_economy-1440-dark-0.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/countries_canada_economy-1440-dark-1.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/countries_canada_economy-1440-dark-2.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/countries_canada_economy-1440-dark-3.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/countries_canada_economy-1440-light-0.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/countries_canada_economy-1440-light-1.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/countries_canada_economy-1440-light-2.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/countries_canada_economy-1440-light-3.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/countries_canada_economy-320-light-0.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/countries_canada_economy-320-light-1.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/countries_canada_economy-320-light-2.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/countries_canada_economy-320-light-3.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/countries_canada_economy-320-light-4.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/countries_canada_economy-320-light-5.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/countries_canada_economy-390-dark-0.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/countries_canada_economy-390-dark-1.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/countries_canada_economy-390-dark-2.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/countries_canada_economy-390-dark-3.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/countries_canada_economy-390-dark-4.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/countries_canada_economy-390-dark-5.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/countries_canada_economy-390-light-0.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/countries_canada_economy-390-light-1.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/countries_canada_economy-390-light-2.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/countries_canada_economy-390-light-3.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/countries_canada_economy-390-light-4.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/countries_canada_economy-390-light-5.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/data-1440-dark-0.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/data-1440-dark-1.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/data-1440-dark-2.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/data-1440-dark-3.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/data-1440-light-0.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/data-1440-light-1.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/data-1440-light-2.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/data-1440-light-3.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/data-320-light-0.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/data-320-light-1.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/data-320-light-2.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/data-320-light-3.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/data-320-light-4.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/data-320-light-5.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/data-390-dark-0.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/data-390-dark-1.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/data-390-dark-2.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/data-390-dark-3.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/data-390-dark-4.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/data-390-light-0.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/data-390-light-1.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/data-390-light-2.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/data-390-light-3.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/data-390-light-4.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/explore-1440-dark-0.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/explore-1440-dark-1.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/explore-1440-dark-2.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/explore-1440-dark-3.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/explore-1440-light-0.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/explore-1440-light-1.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/explore-1440-light-2.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/explore-1440-light-3.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/explore-320-light-0.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/explore-320-light-1.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/explore-320-light-2.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/explore-320-light-3.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/explore-320-light-4.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/explore-320-light-5.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/explore-390-dark-0.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/explore-390-dark-1.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/explore-390-dark-2.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/explore-390-dark-3.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/explore-390-dark-4.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/explore-390-dark-5.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/explore-390-light-0.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/explore-390-light-1.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/explore-390-light-2.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/explore-390-light-3.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/explore-390-light-4.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/explore-390-light-5.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/home-1440-dark-0.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/home-1440-dark-1.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/home-1440-dark-2.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/home-1440-dark-3.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/home-1440-light-0.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/home-1440-light-1.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/home-1440-light-2.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/home-1440-light-3.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/home-320-light-0.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/home-320-light-1.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/home-320-light-2.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/home-320-light-3.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/home-320-light-4.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/home-320-light-5.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/home-390-dark-0.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/home-390-dark-1.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/home-390-dark-2.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/home-390-dark-3.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/home-390-dark-4.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/home-390-dark-5.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/home-390-light-0.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/home-390-light-1.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/home-390-light-2.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/home-390-light-3.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/home-390-light-4.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/home-390-light-5.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/indicators-1440-dark-0.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/indicators-1440-dark-1.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/indicators-1440-dark-2.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/indicators-1440-dark-3.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/indicators-1440-light-0.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/indicators-1440-light-1.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/indicators-1440-light-2.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/indicators-1440-light-3.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/indicators-320-light-0.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/indicators-320-light-1.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/indicators-320-light-2.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/indicators-320-light-3.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/indicators-320-light-4.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/indicators-320-light-5.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/indicators-390-dark-0.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/indicators-390-dark-1.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/indicators-390-dark-2.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/indicators-390-dark-3.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/indicators-390-dark-4.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/indicators-390-dark-5.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/indicators-390-light-0.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/indicators-390-light-1.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/indicators-390-light-2.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/indicators-390-light-3.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/indicators-390-light-4.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/indicators-390-light-5.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/indicators_life-expectancy-1440-dark-0.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/indicators_life-expectancy-1440-dark-1.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/indicators_life-expectancy-1440-dark-2.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/indicators_life-expectancy-1440-dark-3.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/indicators_life-expectancy-1440-light-0.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/indicators_life-expectancy-1440-light-1.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/indicators_life-expectancy-1440-light-2.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/indicators_life-expectancy-1440-light-3.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/indicators_life-expectancy-320-light-0.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/indicators_life-expectancy-320-light-1.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/indicators_life-expectancy-320-light-2.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/indicators_life-expectancy-320-light-3.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/indicators_life-expectancy-320-light-4.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/indicators_life-expectancy-320-light-5.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/indicators_life-expectancy-390-dark-0.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/indicators_life-expectancy-390-dark-1.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/indicators_life-expectancy-390-dark-2.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/indicators_life-expectancy-390-dark-3.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/indicators_life-expectancy-390-dark-4.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/indicators_life-expectancy-390-dark-5.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/indicators_life-expectancy-390-light-0.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/indicators_life-expectancy-390-light-1.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/indicators_life-expectancy-390-light-2.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/indicators_life-expectancy-390-light-3.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/indicators_life-expectancy-390-light-4.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/indicators_life-expectancy-390-light-5.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/methodology-1440-dark-0.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/methodology-1440-dark-1.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/methodology-1440-dark-2.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/methodology-1440-dark-3.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/methodology-1440-light-0.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/methodology-1440-light-1.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/methodology-1440-light-2.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/methodology-1440-light-3.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/methodology-320-light-0.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/methodology-320-light-1.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/methodology-320-light-2.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/methodology-320-light-3.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/methodology-320-light-4.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/methodology-320-light-5.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/methodology-390-dark-0.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/methodology-390-dark-1.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/methodology-390-dark-2.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/methodology-390-dark-3.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/methodology-390-dark-4.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/methodology-390-dark-5.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/methodology-390-light-0.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/methodology-390-light-1.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/methodology-390-light-2.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/methodology-390-light-3.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/methodology-390-light-4.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/methodology-390-light-5.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/rankings-1440-dark-0.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/rankings-1440-dark-1.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/rankings-1440-dark-2.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/rankings-1440-dark-3.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/rankings-1440-light-0.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/rankings-1440-light-1.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/rankings-1440-light-2.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/rankings-1440-light-3.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/rankings-320-light-0.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/rankings-320-light-1.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/rankings-320-light-2.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/rankings-320-light-3.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/rankings-320-light-4.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/rankings-320-light-5.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/rankings-390-dark-0.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/rankings-390-dark-1.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/rankings-390-dark-2.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/rankings-390-dark-3.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/rankings-390-dark-4.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/rankings-390-dark-5.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/rankings-390-light-0.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/rankings-390-light-1.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/rankings-390-light-2.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/rankings-390-light-3.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/rankings-390-light-4.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/rankings-390-light-5.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/rankings_gdp-per-capita-1440-dark-0.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/rankings_gdp-per-capita-1440-dark-1.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/rankings_gdp-per-capita-1440-dark-2.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/rankings_gdp-per-capita-1440-light-0.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/rankings_gdp-per-capita-1440-light-1.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/rankings_gdp-per-capita-1440-light-2.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/rankings_gdp-per-capita-320-light-0.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/rankings_gdp-per-capita-320-light-1.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/rankings_gdp-per-capita-320-light-2.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/rankings_gdp-per-capita-320-light-3.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/rankings_gdp-per-capita-320-light-4.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/rankings_gdp-per-capita-320-light-5.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/rankings_gdp-per-capita-390-dark-0.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/rankings_gdp-per-capita-390-dark-1.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/rankings_gdp-per-capita-390-dark-2.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/rankings_gdp-per-capita-390-dark-3.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/rankings_gdp-per-capita-390-dark-4.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/rankings_gdp-per-capita-390-dark-5.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/rankings_gdp-per-capita-390-light-0.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/rankings_gdp-per-capita-390-light-1.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/rankings_gdp-per-capita-390-light-2.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/rankings_gdp-per-capita-390-light-3.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/rankings_gdp-per-capita-390-light-4.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/rankings_gdp-per-capita-390-light-5.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/regions-1440-dark-0.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/regions-1440-dark-1.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/regions-1440-dark-2.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/regions-1440-light-0.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/regions-1440-light-1.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/regions-1440-light-2.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/regions-320-light-0.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/regions-320-light-1.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/regions-320-light-2.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/regions-320-light-3.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/regions-320-light-4.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/regions-320-light-5.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/regions-390-dark-0.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/regions-390-dark-1.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/regions-390-dark-2.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/regions-390-dark-3.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/regions-390-dark-4.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/regions-390-dark-5.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/regions-390-light-0.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/regions-390-light-1.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/regions-390-light-2.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/regions-390-light-3.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/regions-390-light-4.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/regions-390-light-5.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/regions_oecd-1440-dark-0.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/regions_oecd-1440-dark-1.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/regions_oecd-1440-dark-2.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/regions_oecd-1440-dark-3.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/regions_oecd-1440-light-0.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/regions_oecd-1440-light-1.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/regions_oecd-1440-light-2.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/regions_oecd-1440-light-3.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/regions_oecd-320-light-0.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/regions_oecd-320-light-1.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/regions_oecd-320-light-2.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/regions_oecd-320-light-3.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/regions_oecd-320-light-4.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/regions_oecd-320-light-5.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/regions_oecd-390-dark-0.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/regions_oecd-390-dark-1.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/regions_oecd-390-dark-2.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/regions_oecd-390-dark-3.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/regions_oecd-390-dark-4.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/regions_oecd-390-dark-5.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/regions_oecd-390-light-0.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/regions_oecd-390-light-1.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/regions_oecd-390-light-2.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/regions_oecd-390-light-3.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/regions_oecd-390-light-4.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/regions_oecd-390-light-5.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/sources-1440-dark-0.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/sources-1440-dark-1.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/sources-1440-dark-2.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/sources-1440-light-0.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/sources-1440-light-1.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/sources-1440-light-2.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/sources-320-light-0.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/sources-320-light-1.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/sources-320-light-2.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/sources-320-light-3.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/sources-320-light-4.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/sources-390-dark-0.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/sources-390-dark-1.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/sources-390-dark-2.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/sources-390-dark-3.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/sources-390-dark-4.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/sources-390-light-0.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/sources-390-light-1.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/sources-390-light-2.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/sources-390-light-3.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/seg/sources-390-light-4.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/sources-320-light.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/sources-375-light.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/sources_worldbank-320-light.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/sources_worldbank-375-light.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/sweep1.log
+0 −10
@@ -1,10 +0,0 @@ | ||
| 1 | −node:internal/modules/run_main:107 | |
| 2 | − triggerUncaughtException( | |
| 3 | − ^ | |
| 4 | − | |
| 5 | −page.waitForTimeout: Target page, context or browser has been closed | |
| 6 | − at /Users/simon-pierreboucher/Desktop/Projets/apps-web/countryatlas/apps/web/qa/polish-sweep.mjs:69:18 { | |
| 7 | − log: [] | |
| 8 | −} | |
| 9 | − | |
| 10 | −Node.js v25.9.0 | |
deleted
apps/web/qa/screens/polish/verify/can-eco-m.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/verify/can-health-d.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/verify/can-health-m.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/verify/cmp-eco-m.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/verify/cmp-health-d.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/verify/cmp-health-m.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/verify/home-d.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/verify/le-ind-d.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/polish/verify/le-ind-m.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/report.json
+0 −1032
@@ -1,1032 +0,0 @@ | ||
| 1 | −[ | |
| 2 | − { | |
| 3 | − "path": "/", | |
| 4 | − "width": 320, | |
| 5 | − "overflow": 0, | |
| 6 | − "wide": [ | |
| 7 | − "li. right=357", | |
| 8 | − "a.inline-flex.h-11.items-center right=357", | |
| 9 | − "li. right=501", | |
| 10 | − "a.inline-flex.h-11.items-center right=501", | |
| 11 | − "li. right=585", | |
| 12 | − "a.inline-flex.h-11.items-center right=585", | |
| 13 | − "li. right=690", | |
| 14 | − "a.inline-flex.h-11.items-center right=690" | |
| 15 | − ], | |
| 16 | − "small": [ | |
| 17 | − "a \"Skip to content\" 1x1" | |
| 18 | − ], | |
| 19 | − "smallH": [ | |
| 20 | − "a \"Skip to content\" h=1", | |
| 21 | − "a \"See all →\" h=21", | |
| 22 | − "a \"🇨🇦Canada\" h=21", | |
| 23 | − "a \"🇰🇷South Korea\" h=21", | |
| 24 | − "a \"🇦🇪United Arab Emirates\" h=21", | |
| 25 | − "a \"🇨🇱Chile\" h=21", | |
| 26 | − "a \"🇸🇦Saudi Arabia\" h=21", | |
| 27 | − "a \"🇲🇳Mongolia\" h=21", | |
| 28 | − "a \"🇿🇦South Africa\" h=21", | |
| 29 | − "a \"🇩🇿Algeria\" h=21", | |
| 30 | − "a \"🇿🇲Zambia\" h=21", | |
| 31 | − "a \"🇵🇰Pakistan\" h=21" | |
| 32 | − ], | |
| 33 | − "tabBar": 57, | |
| 34 | − "bodyPad": 56, | |
| 35 | − "cls": 0, | |
| 36 | − "errors": [], | |
| 37 | − "file": "home-320.png" | |
| 38 | − }, | |
| 39 | − { | |
| 40 | − "path": "/countries", | |
| 41 | − "width": 320, | |
| 42 | − "overflow": 0, | |
| 43 | − "wide": [], | |
| 44 | − "small": [ | |
| 45 | − "a \"Skip to content\" 1x1" | |
| 46 | − ], | |
| 47 | − "smallH": [ | |
| 48 | − "a \"Skip to content\" h=1", | |
| 49 | − "select \"NamePopulationGDP per capitaCo\" h=19", | |
| 50 | − "a \"contact@spboucher.ai\" h=15", | |
| 51 | − "a \"MacLustr\" h=15" | |
| 52 | − ], | |
| 53 | − "tabBar": 57, | |
| 54 | − "bodyPad": 56, | |
| 55 | − "cls": 0, | |
| 56 | − "errors": [], | |
| 57 | − "file": "countries-320.png" | |
| 58 | − }, | |
| 59 | − { | |
| 60 | − "path": "/countries/canada", | |
| 61 | − "width": 320, | |
| 62 | − "overflow": 0, | |
| 63 | − "wide": [ | |
| 64 | − "li.snap-start right=342", | |
| 65 | − "a.inline-flex.h-11.items-center right=342", | |
| 66 | − "span.tnum.text-2xs.text-ink-3 right=330", | |
| 67 | − "li.snap-start right=460", | |
| 68 | − "a.inline-flex.h-11.items-center right=460", | |
| 69 | − "span.tnum.text-2xs.text-ink-3 right=448", | |
| 70 | − "li.snap-start right=546", | |
| 71 | − "a.inline-flex.h-11.items-center right=546" | |
| 72 | − ], | |
| 73 | − "small": [ | |
| 74 | − "a \"Skip to content\" 1x1", | |
| 75 | − "a \"Open GDP\" 40x32", | |
| 76 | − "a \"🇱🇺Luxembourg\" 32x21", | |
| 77 | − "a \"🇸🇪Sweden\" 32x21", | |
| 78 | − "a \"🇳🇷Nauru\" 32x21", | |
| 79 | − "a \"🇳🇴Norway\" 32x21", | |
| 80 | − "a \"🇨🇾Cyprus\" 32x21", | |
| 81 | − "a \"🇩🇪Germany\" 32x21", | |
| 82 | − "a \"🇳🇨New Caledonia\" 32x21", | |
| 83 | − "a \"🇬🇮Gibraltar\" 32x21" | |
| 84 | − ], | |
| 85 | − "smallH": [ | |
| 86 | − "a \"Skip to content\" h=1", | |
| 87 | − "a \"🇱🇺Luxembourg\" h=21", | |
| 88 | − "a \"🇸🇪Sweden\" h=21", | |
| 89 | − "a \"🇳🇷Nauru\" h=21", | |
| 90 | − "a \"🇳🇴Norway\" h=21", | |
| 91 | − "a \"🇨🇾Cyprus\" h=21", | |
| 92 | − "a \"🇩🇪Germany\" h=21", | |
| 93 | − "a \"🇳🇨New Caledonia\" h=21", | |
| 94 | − "a \"🇬🇮Gibraltar\" h=21", | |
| 95 | − "a \"🇺🇸 United States\" h=17", | |
| 96 | − "a \"contact@spboucher.ai\" h=15", | |
| 97 | − "a \"MacLustr\" h=15" | |
| 98 | − ], | |
| 99 | − "tabBar": 57, | |
| 100 | − "bodyPad": 56, | |
| 101 | − "cls": 0, | |
| 102 | − "errors": [], | |
| 103 | − "file": "countries_canada-320.png" | |
| 104 | − }, | |
| 105 | − { | |
| 106 | − "path": "/countries/canada/economy", | |
| 107 | − "width": 320, | |
| 108 | − "overflow": 0, | |
| 109 | − "wide": [ | |
| 110 | − "li.snap-start right=399", | |
| 111 | − "a.inline-flex.h-11.items-center right=399", | |
| 112 | − "li.snap-start right=465", | |
| 113 | − "a.inline-flex.h-11.items-center right=465", | |
| 114 | − "li.snap-start right=542", | |
| 115 | − "a.inline-flex.h-11.items-center right=542", | |
| 116 | − "li.snap-start right=625", | |
| 117 | − "a.inline-flex.h-11.items-center right=625" | |
| 118 | − ], | |
| 119 | − "small": [ | |
| 120 | − "a \"Skip to content\" 1x1" | |
| 121 | − ], | |
| 122 | − "smallH": [ | |
| 123 | − "a \"Skip to content\" h=1", | |
| 124 | − "a \"Countries\" h=15", | |
| 125 | − "a \"🇨🇦 Canada\" h=15", | |
| 126 | − "a \"contact@spboucher.ai\" h=15", | |
| 127 | − "a \"MacLustr\" h=15" | |
| 128 | − ], | |
| 129 | − "tabBar": 57, | |
| 130 | − "bodyPad": 56, | |
| 131 | − "cls": 0, | |
| 132 | − "errors": [], | |
| 133 | − "file": "countries_canada_economy-320.png" | |
| 134 | − }, | |
| 135 | − { | |
| 136 | − "path": "/", | |
| 137 | − "width": 360, | |
| 138 | − "overflow": 0, | |
| 139 | − "wide": [ | |
| 140 | − "li. right=501", | |
| 141 | − "a.inline-flex.h-11.items-center right=501", | |
| 142 | − "li. right=585", | |
| 143 | − "a.inline-flex.h-11.items-center right=585", | |
| 144 | − "li. right=690", | |
| 145 | − "a.inline-flex.h-11.items-center right=690", | |
| 146 | − "li. right=846", | |
| 147 | − "a.inline-flex.h-11.items-center right=846" | |
| 148 | − ], | |
| 149 | − "small": [ | |
| 150 | − "a \"Skip to content\" 1x1" | |
| 151 | − ], | |
| 152 | − "smallH": [ | |
| 153 | − "a \"Skip to content\" h=1", | |
| 154 | − "a \"See all →\" h=21", | |
| 155 | − "a \"🇨🇦Canada\" h=21", | |
| 156 | − "a \"🇰🇷South Korea\" h=21", | |
| 157 | − "a \"🇦🇪United Arab Emirates\" h=21", | |
| 158 | − "a \"🇨🇱Chile\" h=21", | |
| 159 | − "a \"🇸🇦Saudi Arabia\" h=21", | |
| 160 | − "a \"🇲🇳Mongolia\" h=21", | |
| 161 | − "a \"🇿🇦South Africa\" h=21", | |
| 162 | − "a \"🇩🇿Algeria\" h=21", | |
| 163 | − "a \"🇿🇲Zambia\" h=21", | |
| 164 | − "a \"🇵🇰Pakistan\" h=21" | |
| 165 | − ], | |
| 166 | − "tabBar": 57, | |
| 167 | − "bodyPad": 56, | |
| 168 | − "cls": 0, | |
| 169 | − "errors": [], | |
| 170 | − "file": "home-360.png" | |
| 171 | − }, | |
| 172 | − { | |
| 173 | − "path": "/countries", | |
| 174 | − "width": 360, | |
| 175 | − "overflow": 0, | |
| 176 | − "wide": [], | |
| 177 | − "small": [ | |
| 178 | − "a \"Skip to content\" 1x1" | |
| 179 | − ], | |
| 180 | − "smallH": [ | |
| 181 | − "a \"Skip to content\" h=1", | |
| 182 | − "select \"NamePopulationGDP per capitaCo\" h=19", | |
| 183 | − "a \"contact@spboucher.ai\" h=15", | |
| 184 | − "a \"MacLustr\" h=15" | |
| 185 | − ], | |
| 186 | − "tabBar": 57, | |
| 187 | − "bodyPad": 56, | |
| 188 | − "cls": 0, | |
| 189 | − "errors": [], | |
| 190 | − "file": "countries-360.png" | |
| 191 | − }, | |
| 192 | − { | |
| 193 | − "path": "/countries/canada", | |
| 194 | − "width": 360, | |
| 195 | − "overflow": 0, | |
| 196 | − "wide": [ | |
| 197 | − "li.snap-start right=460", | |
| 198 | − "a.inline-flex.h-11.items-center right=460", | |
| 199 | − "span.tnum.text-2xs.text-ink-3 right=448", | |
| 200 | − "li.snap-start right=546", | |
| 201 | − "a.inline-flex.h-11.items-center right=546", | |
| 202 | − "span.tnum.text-2xs.text-ink-3 right=534", | |
| 203 | − "li.snap-start right=636", | |
| 204 | − "a.inline-flex.h-11.items-center right=636" | |
| 205 | − ], | |
| 206 | − "small": [ | |
| 207 | − "a \"Skip to content\" 1x1", | |
| 208 | − "a \"Open GDP\" 40x32" | |
| 209 | − ], | |
| 210 | − "smallH": [ | |
| 211 | − "a \"Skip to content\" h=1", | |
| 212 | − "a \"Learning poverty turned positi\" h=19", | |
| 213 | − "a \"🇱🇺Luxembourg\" h=21", | |
| 214 | − "a \"🇸🇪Sweden\" h=21", | |
| 215 | − "a \"🇳🇷Nauru\" h=21", | |
| 216 | − "a \"🇳🇴Norway\" h=21", | |
| 217 | − "a \"🇨🇾Cyprus\" h=21", | |
| 218 | − "a \"🇩🇪Germany\" h=21", | |
| 219 | − "a \"🇳🇨New Caledonia\" h=21", | |
| 220 | − "a \"🇬🇮Gibraltar\" h=21", | |
| 221 | − "a \"🇺🇸 United States\" h=17", | |
| 222 | − "a \"contact@spboucher.ai\" h=15" | |
| 223 | − ], | |
| 224 | − "tabBar": 57, | |
| 225 | − "bodyPad": 56, | |
| 226 | − "cls": 0, | |
| 227 | − "errors": [], | |
| 228 | − "file": "countries_canada-360.png" | |
| 229 | − }, | |
| 230 | − { | |
| 231 | − "path": "/countries/canada/economy", | |
| 232 | − "width": 360, | |
| 233 | − "overflow": 0, | |
| 234 | − "wide": [ | |
| 235 | − "li.snap-start right=399", | |
| 236 | − "a.inline-flex.h-11.items-center right=399", | |
| 237 | − "li.snap-start right=465", | |
| 238 | − "a.inline-flex.h-11.items-center right=465", | |
| 239 | − "li.snap-start right=542", | |
| 240 | − "a.inline-flex.h-11.items-center right=542", | |
| 241 | − "li.snap-start right=625", | |
| 242 | − "a.inline-flex.h-11.items-center right=625" | |
| 243 | − ], | |
| 244 | − "small": [ | |
| 245 | − "a \"Skip to content\" 1x1" | |
| 246 | − ], | |
| 247 | − "smallH": [ | |
| 248 | − "a \"Skip to content\" h=1", | |
| 249 | − "a \"Countries\" h=15", | |
| 250 | − "a \"🇨🇦 Canada\" h=15", | |
| 251 | − "a \"contact@spboucher.ai\" h=15", | |
| 252 | − "a \"MacLustr\" h=15" | |
| 253 | − ], | |
| 254 | − "tabBar": 57, | |
| 255 | − "bodyPad": 56, | |
| 256 | − "cls": 0, | |
| 257 | − "errors": [], | |
| 258 | − "file": "countries_canada_economy-360.png" | |
| 259 | − }, | |
| 260 | − { | |
| 261 | − "path": "/", | |
| 262 | − "width": 375, | |
| 263 | − "overflow": 0, | |
| 264 | − "wide": [ | |
| 265 | − "li. right=501", | |
| 266 | − "a.inline-flex.h-11.items-center right=501", | |
| 267 | − "li. right=585", | |
| 268 | − "a.inline-flex.h-11.items-center right=585", | |
| 269 | − "li. right=690", | |
| 270 | − "a.inline-flex.h-11.items-center right=690", | |
| 271 | − "li. right=846", | |
| 272 | − "a.inline-flex.h-11.items-center right=846" | |
| 273 | − ], | |
| 274 | − "small": [ | |
| 275 | − "a \"Skip to content\" 1x1" | |
| 276 | − ], | |
| 277 | − "smallH": [ | |
| 278 | − "a \"Skip to content\" h=1", | |
| 279 | − "a \"See all →\" h=21", | |
| 280 | − "a \"🇨🇦Canada\" h=21", | |
| 281 | − "a \"🇰🇷South Korea\" h=21", | |
| 282 | − "a \"🇦🇪United Arab Emirates\" h=21", | |
| 283 | − "a \"🇨🇱Chile\" h=21", | |
| 284 | − "a \"🇸🇦Saudi Arabia\" h=21", | |
| 285 | − "a \"🇲🇳Mongolia\" h=21", | |
| 286 | − "a \"🇿🇦South Africa\" h=21", | |
| 287 | − "a \"🇩🇿Algeria\" h=21", | |
| 288 | − "a \"🇿🇲Zambia\" h=21", | |
| 289 | − "a \"🇵🇰Pakistan\" h=21" | |
| 290 | − ], | |
| 291 | − "tabBar": 57, | |
| 292 | − "bodyPad": 56, | |
| 293 | − "cls": 0, | |
| 294 | − "errors": [], | |
| 295 | − "file": "home-375.png" | |
| 296 | − }, | |
| 297 | − { | |
| 298 | − "path": "/countries", | |
| 299 | − "width": 375, | |
| 300 | − "overflow": 0, | |
| 301 | − "wide": [], | |
| 302 | − "small": [ | |
| 303 | − "a \"Skip to content\" 1x1" | |
| 304 | − ], | |
| 305 | − "smallH": [ | |
| 306 | − "a \"Skip to content\" h=1", | |
| 307 | − "select \"NamePopulationGDP per capitaCo\" h=19", | |
| 308 | − "a \"contact@spboucher.ai\" h=15", | |
| 309 | − "a \"MacLustr\" h=15" | |
| 310 | − ], | |
| 311 | − "tabBar": 57, | |
| 312 | − "bodyPad": 56, | |
| 313 | − "cls": 0, | |
| 314 | − "errors": [], | |
| 315 | − "file": "countries-375.png" | |
| 316 | − }, | |
| 317 | − { | |
| 318 | − "path": "/countries/canada", | |
| 319 | − "width": 375, | |
| 320 | − "overflow": 0, | |
| 321 | − "wide": [ | |
| 322 | − "li.snap-start right=460", | |
| 323 | − "a.inline-flex.h-11.items-center right=460", | |
| 324 | − "span.tnum.text-2xs.text-ink-3 right=448", | |
| 325 | − "li.snap-start right=546", | |
| 326 | − "a.inline-flex.h-11.items-center right=546", | |
| 327 | − "span.tnum.text-2xs.text-ink-3 right=534", | |
| 328 | − "li.snap-start right=636", | |
| 329 | − "a.inline-flex.h-11.items-center right=636" | |
| 330 | − ], | |
| 331 | − "small": [ | |
| 332 | − "a \"Skip to content\" 1x1", | |
| 333 | − "a \"Open GDP\" 40x32" | |
| 334 | − ], | |
| 335 | − "smallH": [ | |
| 336 | − "a \"Skip to content\" h=1", | |
| 337 | − "a \"Learning poverty turned positi\" h=19", | |
| 338 | − "a \"🇱🇺Luxembourg\" h=21", | |
| 339 | − "a \"🇸🇪Sweden\" h=21", | |
| 340 | − "a \"🇳🇷Nauru\" h=21", | |
| 341 | − "a \"🇳🇴Norway\" h=21", | |
| 342 | − "a \"🇨🇾Cyprus\" h=21", | |
| 343 | − "a \"🇩🇪Germany\" h=21", | |
| 344 | − "a \"🇳🇨New Caledonia\" h=21", | |
| 345 | − "a \"🇬🇮Gibraltar\" h=21", | |
| 346 | − "a \"🇺🇸 United States\" h=17", | |
| 347 | − "a \"contact@spboucher.ai\" h=15" | |
| 348 | − ], | |
| 349 | − "tabBar": 57, | |
| 350 | − "bodyPad": 56, | |
| 351 | − "cls": 0, | |
| 352 | − "errors": [], | |
| 353 | − "file": "countries_canada-375.png" | |
| 354 | − }, | |
| 355 | − { | |
| 356 | − "path": "/countries/canada/economy", | |
| 357 | − "width": 375, | |
| 358 | − "overflow": 0, | |
| 359 | − "wide": [ | |
| 360 | − "li.snap-start right=399", | |
| 361 | − "a.inline-flex.h-11.items-center right=399", | |
| 362 | − "li.snap-start right=465", | |
| 363 | − "a.inline-flex.h-11.items-center right=465", | |
| 364 | − "li.snap-start right=542", | |
| 365 | − "a.inline-flex.h-11.items-center right=542", | |
| 366 | − "li.snap-start right=625", | |
| 367 | − "a.inline-flex.h-11.items-center right=625" | |
| 368 | − ], | |
| 369 | − "small": [ | |
| 370 | − "a \"Skip to content\" 1x1" | |
| 371 | − ], | |
| 372 | − "smallH": [ | |
| 373 | − "a \"Skip to content\" h=1", | |
| 374 | − "a \"Countries\" h=15", | |
| 375 | − "a \"🇨🇦 Canada\" h=15", | |
| 376 | − "a \"contact@spboucher.ai\" h=15", | |
| 377 | − "a \"MacLustr\" h=15" | |
| 378 | − ], | |
| 379 | − "tabBar": 57, | |
| 380 | − "bodyPad": 56, | |
| 381 | − "cls": 0, | |
| 382 | − "errors": [], | |
| 383 | − "file": "countries_canada_economy-375.png" | |
| 384 | − }, | |
| 385 | − { | |
| 386 | − "path": "/", | |
| 387 | − "width": 390, | |
| 388 | − "overflow": 0, | |
| 389 | − "wide": [ | |
| 390 | − "li. right=501", | |
| 391 | − "a.inline-flex.h-11.items-center right=501", | |
| 392 | − "li. right=585", | |
| 393 | − "a.inline-flex.h-11.items-center right=585", | |
| 394 | − "li. right=690", | |
| 395 | − "a.inline-flex.h-11.items-center right=690", | |
| 396 | − "li. right=846", | |
| 397 | − "a.inline-flex.h-11.items-center right=846" | |
| 398 | − ], | |
| 399 | − "small": [ | |
| 400 | − "a \"Skip to content\" 1x1" | |
| 401 | − ], | |
| 402 | − "smallH": [ | |
| 403 | − "a \"Skip to content\" h=1", | |
| 404 | − "a \"See all →\" h=21", | |
| 405 | − "a \"🇨🇦Canada\" h=21", | |
| 406 | − "a \"🇰🇷South Korea\" h=21", | |
| 407 | − "a \"🇦🇪United Arab Emirates\" h=21", | |
| 408 | − "a \"🇨🇱Chile\" h=21", | |
| 409 | − "a \"🇸🇦Saudi Arabia\" h=21", | |
| 410 | − "a \"🇲🇳Mongolia\" h=21", | |
| 411 | − "a \"🇿🇦South Africa\" h=21", | |
| 412 | − "a \"🇩🇿Algeria\" h=21", | |
| 413 | − "a \"🇿🇲Zambia\" h=21", | |
| 414 | − "a \"🇵🇰Pakistan\" h=21" | |
| 415 | − ], | |
| 416 | − "tabBar": 57, | |
| 417 | − "bodyPad": 56, | |
| 418 | − "cls": 0, | |
| 419 | − "errors": [], | |
| 420 | − "file": "home-390.png" | |
| 421 | − }, | |
| 422 | − { | |
| 423 | − "path": "/countries", | |
| 424 | − "width": 390, | |
| 425 | − "overflow": 0, | |
| 426 | − "wide": [], | |
| 427 | − "small": [ | |
| 428 | − "a \"Skip to content\" 1x1" | |
| 429 | − ], | |
| 430 | − "smallH": [ | |
| 431 | − "a \"Skip to content\" h=1", | |
| 432 | − "select \"NamePopulationGDP per capitaCo\" h=19", | |
| 433 | − "a \"contact@spboucher.ai\" h=15", | |
| 434 | − "a \"MacLustr\" h=15" | |
| 435 | − ], | |
| 436 | − "tabBar": 57, | |
| 437 | − "bodyPad": 56, | |
| 438 | − "cls": 0, | |
| 439 | − "errors": [], | |
| 440 | − "file": "countries-390.png" | |
| 441 | − }, | |
| 442 | − { | |
| 443 | − "path": "/countries/canada", | |
| 444 | − "width": 390, | |
| 445 | − "overflow": 0, | |
| 446 | − "wide": [ | |
| 447 | − "li.snap-start right=460", | |
| 448 | − "a.inline-flex.h-11.items-center right=460", | |
| 449 | − "span.tnum.text-2xs.text-ink-3 right=448", | |
| 450 | − "li.snap-start right=546", | |
| 451 | − "a.inline-flex.h-11.items-center right=546", | |
| 452 | − "span.tnum.text-2xs.text-ink-3 right=534", | |
| 453 | − "li.snap-start right=636", | |
| 454 | − "a.inline-flex.h-11.items-center right=636" | |
| 455 | − ], | |
| 456 | − "small": [ | |
| 457 | − "a \"Skip to content\" 1x1", | |
| 458 | − "a \"Open GDP\" 40x32" | |
| 459 | − ], | |
| 460 | − "smallH": [ | |
| 461 | − "a \"Skip to content\" h=1", | |
| 462 | − "a \"Learning poverty turned positi\" h=19", | |
| 463 | − "a \"🇱🇺Luxembourg\" h=21", | |
| 464 | − "a \"🇸🇪Sweden\" h=21", | |
| 465 | − "a \"🇳🇷Nauru\" h=21", | |
| 466 | − "a \"🇳🇴Norway\" h=21", | |
| 467 | − "a \"🇨🇾Cyprus\" h=21", | |
| 468 | − "a \"🇩🇪Germany\" h=21", | |
| 469 | − "a \"🇳🇨New Caledonia\" h=21", | |
| 470 | − "a \"🇬🇮Gibraltar\" h=21", | |
| 471 | − "a \"🇺🇸 United States\" h=17", | |
| 472 | − "a \"contact@spboucher.ai\" h=15" | |
| 473 | − ], | |
| 474 | − "tabBar": 57, | |
| 475 | − "bodyPad": 56, | |
| 476 | − "cls": 0, | |
| 477 | − "errors": [], | |
| 478 | − "file": "countries_canada-390.png" | |
| 479 | − }, | |
| 480 | − { | |
| 481 | − "path": "/countries/canada/economy", | |
| 482 | − "width": 390, | |
| 483 | − "overflow": 0, | |
| 484 | − "wide": [ | |
| 485 | − "li.snap-start right=399", | |
| 486 | − "a.inline-flex.h-11.items-center right=399", | |
| 487 | − "li.snap-start right=465", | |
| 488 | − "a.inline-flex.h-11.items-center right=465", | |
| 489 | − "li.snap-start right=542", | |
| 490 | − "a.inline-flex.h-11.items-center right=542", | |
| 491 | − "li.snap-start right=625", | |
| 492 | − "a.inline-flex.h-11.items-center right=625" | |
| 493 | − ], | |
| 494 | − "small": [ | |
| 495 | − "a \"Skip to content\" 1x1" | |
| 496 | − ], | |
| 497 | − "smallH": [ | |
| 498 | − "a \"Skip to content\" h=1", | |
| 499 | − "a \"Countries\" h=15", | |
| 500 | − "a \"🇨🇦 Canada\" h=15", | |
| 501 | − "a \"contact@spboucher.ai\" h=15", | |
| 502 | − "a \"MacLustr\" h=15" | |
| 503 | − ], | |
| 504 | − "tabBar": 57, | |
| 505 | − "bodyPad": 56, | |
| 506 | − "cls": 0, | |
| 507 | − "errors": [], | |
| 508 | − "file": "countries_canada_economy-390.png" | |
| 509 | − }, | |
| 510 | − { | |
| 511 | − "path": "/", | |
| 512 | − "width": 414, | |
| 513 | − "overflow": 0, | |
| 514 | − "wide": [ | |
| 515 | − "li. right=501", | |
| 516 | − "a.inline-flex.h-11.items-center right=501", | |
| 517 | − "li. right=585", | |
| 518 | − "a.inline-flex.h-11.items-center right=585", | |
| 519 | − "li. right=690", | |
| 520 | − "a.inline-flex.h-11.items-center right=690", | |
| 521 | − "li. right=846", | |
| 522 | − "a.inline-flex.h-11.items-center right=846" | |
| 523 | − ], | |
| 524 | − "small": [ | |
| 525 | − "a \"Skip to content\" 1x1" | |
| 526 | − ], | |
| 527 | − "smallH": [ | |
| 528 | − "a \"Skip to content\" h=1", | |
| 529 | − "a \"See all →\" h=21", | |
| 530 | − "a \"🇨🇦Canada\" h=21", | |
| 531 | − "a \"🇰🇷South Korea\" h=21", | |
| 532 | − "a \"🇦🇪United Arab Emirates\" h=21", | |
| 533 | − "a \"🇨🇱Chile\" h=21", | |
| 534 | − "a \"🇸🇦Saudi Arabia\" h=21", | |
| 535 | − "a \"🇲🇳Mongolia\" h=21", | |
| 536 | − "a \"🇿🇦South Africa\" h=21", | |
| 537 | − "a \"🇩🇿Algeria\" h=21", | |
| 538 | − "a \"🇿🇲Zambia\" h=21", | |
| 539 | − "a \"🇵🇰Pakistan\" h=21" | |
| 540 | − ], | |
| 541 | − "tabBar": 57, | |
| 542 | − "bodyPad": 56, | |
| 543 | − "cls": 0, | |
| 544 | − "errors": [], | |
| 545 | − "file": "home-414.png" | |
| 546 | − }, | |
| 547 | − { | |
| 548 | − "path": "/countries", | |
| 549 | − "width": 414, | |
| 550 | − "overflow": 0, | |
| 551 | − "wide": [], | |
| 552 | − "small": [ | |
| 553 | − "a \"Skip to content\" 1x1" | |
| 554 | − ], | |
| 555 | − "smallH": [ | |
| 556 | − "a \"Skip to content\" h=1", | |
| 557 | − "select \"NamePopulationGDP per capitaCo\" h=19", | |
| 558 | − "a \"contact@spboucher.ai\" h=15", | |
| 559 | − "a \"MacLustr\" h=15" | |
| 560 | − ], | |
| 561 | − "tabBar": 57, | |
| 562 | − "bodyPad": 56, | |
| 563 | − "cls": 0, | |
| 564 | − "errors": [], | |
| 565 | − "file": "countries-414.png" | |
| 566 | − }, | |
| 567 | − { | |
| 568 | − "path": "/countries/canada", | |
| 569 | − "width": 414, | |
| 570 | − "overflow": 0, | |
| 571 | − "wide": [ | |
| 572 | − "li.snap-start right=460", | |
| 573 | − "a.inline-flex.h-11.items-center right=460", | |
| 574 | − "span.tnum.text-2xs.text-ink-3 right=448", | |
| 575 | − "li.snap-start right=546", | |
| 576 | − "a.inline-flex.h-11.items-center right=546", | |
| 577 | − "span.tnum.text-2xs.text-ink-3 right=534", | |
| 578 | − "li.snap-start right=636", | |
| 579 | − "a.inline-flex.h-11.items-center right=636" | |
| 580 | − ], | |
| 581 | − "small": [ | |
| 582 | − "a \"Skip to content\" 1x1", | |
| 583 | − "a \"Open GDP\" 40x32" | |
| 584 | − ], | |
| 585 | − "smallH": [ | |
| 586 | − "a \"Skip to content\" h=1", | |
| 587 | − "a \"Internet users at a 10-year hi\" h=19", | |
| 588 | − "a \"Learning poverty turned positi\" h=19", | |
| 589 | − "a \"🇱🇺Luxembourg\" h=21", | |
| 590 | − "a \"🇸🇪Sweden\" h=21", | |
| 591 | − "a \"🇳🇷Nauru\" h=21", | |
| 592 | − "a \"🇳🇴Norway\" h=21", | |
| 593 | − "a \"🇨🇾Cyprus\" h=21", | |
| 594 | − "a \"🇩🇪Germany\" h=21", | |
| 595 | − "a \"🇳🇨New Caledonia\" h=21", | |
| 596 | − "a \"🇬🇮Gibraltar\" h=21", | |
| 597 | − "a \"🇺🇸 United States\" h=17" | |
| 598 | − ], | |
| 599 | − "tabBar": 57, | |
| 600 | − "bodyPad": 56, | |
| 601 | − "cls": 0, | |
| 602 | − "errors": [], | |
| 603 | − "file": "countries_canada-414.png" | |
| 604 | − }, | |
| 605 | − { | |
| 606 | − "path": "/countries/canada/economy", | |
| 607 | − "width": 414, | |
| 608 | − "overflow": 0, | |
| 609 | − "wide": [ | |
| 610 | − "li.snap-start right=465", | |
| 611 | − "a.inline-flex.h-11.items-center right=465", | |
| 612 | − "li.snap-start right=542", | |
| 613 | − "a.inline-flex.h-11.items-center right=542", | |
| 614 | − "li.snap-start right=625", | |
| 615 | − "a.inline-flex.h-11.items-center right=625", | |
| 616 | − "li.snap-start right=696", | |
| 617 | − "a.inline-flex.h-11.items-center right=696" | |
| 618 | − ], | |
| 619 | − "small": [ | |
| 620 | − "a \"Skip to content\" 1x1" | |
| 621 | − ], | |
| 622 | − "smallH": [ | |
| 623 | − "a \"Skip to content\" h=1", | |
| 624 | − "a \"Countries\" h=15", | |
| 625 | − "a \"🇨🇦 Canada\" h=15", | |
| 626 | − "a \"contact@spboucher.ai\" h=15", | |
| 627 | − "a \"MacLustr\" h=15" | |
| 628 | − ], | |
| 629 | − "tabBar": 57, | |
| 630 | − "bodyPad": 56, | |
| 631 | − "cls": 0, | |
| 632 | − "errors": [], | |
| 633 | − "file": "countries_canada_economy-414.png" | |
| 634 | − }, | |
| 635 | − { | |
| 636 | − "path": "/", | |
| 637 | − "width": 430, | |
| 638 | − "overflow": 0, | |
| 639 | − "wide": [ | |
| 640 | − "li. right=501", | |
| 641 | − "a.inline-flex.h-11.items-center right=501", | |
| 642 | − "li. right=585", | |
| 643 | − "a.inline-flex.h-11.items-center right=585", | |
| 644 | − "li. right=690", | |
| 645 | − "a.inline-flex.h-11.items-center right=690", | |
| 646 | − "li. right=846", | |
| 647 | − "a.inline-flex.h-11.items-center right=846" | |
| 648 | − ], | |
| 649 | − "small": [ | |
| 650 | − "a \"Skip to content\" 1x1" | |
| 651 | − ], | |
| 652 | − "smallH": [ | |
| 653 | − "a \"Skip to content\" h=1", | |
| 654 | − "a \"See all →\" h=21", | |
| 655 | − "a \"🇨🇦Canada\" h=21", | |
| 656 | − "a \"🇰🇷South Korea\" h=21", | |
| 657 | − "a \"🇦🇪United Arab Emirates\" h=21", | |
| 658 | − "a \"🇨🇱Chile\" h=21", | |
| 659 | − "a \"🇸🇦Saudi Arabia\" h=21", | |
| 660 | − "a \"🇲🇳Mongolia\" h=21", | |
| 661 | − "a \"🇿🇦South Africa\" h=21", | |
| 662 | − "a \"🇩🇿Algeria\" h=21", | |
| 663 | − "a \"🇿🇲Zambia\" h=21", | |
| 664 | − "a \"🇵🇰Pakistan\" h=21" | |
| 665 | − ], | |
| 666 | − "tabBar": 57, | |
| 667 | − "bodyPad": 56, | |
| 668 | − "cls": 0, | |
| 669 | − "errors": [], | |
| 670 | − "file": "home-430.png" | |
| 671 | − }, | |
| 672 | − { | |
| 673 | − "path": "/countries", | |
| 674 | − "width": 430, | |
| 675 | − "overflow": 0, | |
| 676 | − "wide": [], | |
| 677 | − "small": [ | |
| 678 | − "a \"Skip to content\" 1x1" | |
| 679 | − ], | |
| 680 | − "smallH": [ | |
| 681 | − "a \"Skip to content\" h=1", | |
| 682 | − "select \"NamePopulationGDP per capitaCo\" h=19", | |
| 683 | − "a \"contact@spboucher.ai\" h=15", | |
| 684 | − "a \"MacLustr\" h=15" | |
| 685 | − ], | |
| 686 | − "tabBar": 57, | |
| 687 | − "bodyPad": 56, | |
| 688 | − "cls": 0, | |
| 689 | − "errors": [], | |
| 690 | − "file": "countries-430.png" | |
| 691 | − }, | |
| 692 | − { | |
| 693 | − "path": "/countries/canada", | |
| 694 | − "width": 430, | |
| 695 | − "overflow": 0, | |
| 696 | − "wide": [ | |
| 697 | − "li.snap-start right=460", | |
| 698 | − "a.inline-flex.h-11.items-center right=460", | |
| 699 | − "span.tnum.text-2xs.text-ink-3 right=448", | |
| 700 | − "li.snap-start right=546", | |
| 701 | − "a.inline-flex.h-11.items-center right=546", | |
| 702 | − "span.tnum.text-2xs.text-ink-3 right=534", | |
| 703 | − "li.snap-start right=636", | |
| 704 | − "a.inline-flex.h-11.items-center right=636" | |
| 705 | − ], | |
| 706 | − "small": [ | |
| 707 | − "a \"Skip to content\" 1x1", | |
| 708 | − "a \"Open GDP\" 40x32" | |
| 709 | − ], | |
| 710 | − "smallH": [ | |
| 711 | − "a \"Skip to content\" h=1", | |
| 712 | − "a \"Internet users at a 10-year hi\" h=19", | |
| 713 | − "a \"Learning poverty turned positi\" h=19", | |
| 714 | − "a \"🇱🇺Luxembourg\" h=21", | |
| 715 | − "a \"🇸🇪Sweden\" h=21", | |
| 716 | − "a \"🇳🇷Nauru\" h=21", | |
| 717 | − "a \"🇳🇴Norway\" h=21", | |
| 718 | − "a \"🇨🇾Cyprus\" h=21", | |
| 719 | − "a \"🇩🇪Germany\" h=21", | |
| 720 | − "a \"🇳🇨New Caledonia\" h=21", | |
| 721 | − "a \"🇬🇮Gibraltar\" h=21", | |
| 722 | − "a \"🇺🇸 United States\" h=17" | |
| 723 | − ], | |
| 724 | − "tabBar": 57, | |
| 725 | − "bodyPad": 56, | |
| 726 | − "cls": 0, | |
| 727 | − "errors": [], | |
| 728 | − "file": "countries_canada-430.png" | |
| 729 | − }, | |
| 730 | − { | |
| 731 | − "path": "/countries/canada/economy", | |
| 732 | − "width": 430, | |
| 733 | − "overflow": 0, | |
| 734 | − "wide": [ | |
| 735 | − "li.snap-start right=465", | |
| 736 | − "a.inline-flex.h-11.items-center right=465", | |
| 737 | − "li.snap-start right=542", | |
| 738 | − "a.inline-flex.h-11.items-center right=542", | |
| 739 | − "li.snap-start right=625", | |
| 740 | − "a.inline-flex.h-11.items-center right=625", | |
| 741 | − "li.snap-start right=696", | |
| 742 | − "a.inline-flex.h-11.items-center right=696" | |
| 743 | − ], | |
| 744 | − "small": [ | |
| 745 | − "a \"Skip to content\" 1x1" | |
| 746 | − ], | |
| 747 | − "smallH": [ | |
| 748 | − "a \"Skip to content\" h=1", | |
| 749 | − "a \"Countries\" h=15", | |
| 750 | − "a \"🇨🇦 Canada\" h=15", | |
| 751 | − "a \"contact@spboucher.ai\" h=15", | |
| 752 | − "a \"MacLustr\" h=15" | |
| 753 | − ], | |
| 754 | − "tabBar": 57, | |
| 755 | − "bodyPad": 56, | |
| 756 | − "cls": 0, | |
| 757 | − "errors": [], | |
| 758 | − "file": "countries_canada_economy-430.png" | |
| 759 | − }, | |
| 760 | − { | |
| 761 | − "path": "/", | |
| 762 | − "width": 1280, | |
| 763 | − "overflow": 0, | |
| 764 | − "wide": [], | |
| 765 | − "small": [ | |
| 766 | − "a \"Skip to content\" 1x1", | |
| 767 | − "a \"API\" 22x32" | |
| 768 | − ], | |
| 769 | − "smallH": [ | |
| 770 | − "a \"Skip to content\" h=1", | |
| 771 | − "a \"See all →\" h=21", | |
| 772 | − "a \"🇨🇦Canada\" h=21", | |
| 773 | − "a \"🇰🇷South Korea\" h=21", | |
| 774 | − "a \"🇦🇪United Arab Emirates\" h=21", | |
| 775 | − "a \"🇨🇱Chile\" h=21", | |
| 776 | − "a \"🇸🇦Saudi Arabia\" h=21", | |
| 777 | − "a \"🇲🇳Mongolia\" h=21", | |
| 778 | − "a \"🇿🇦South Africa\" h=21", | |
| 779 | − "a \"🇩🇿Algeria\" h=21", | |
| 780 | − "a \"🇿🇲Zambia\" h=21", | |
| 781 | − "a \"🇵🇰Pakistan\" h=21" | |
| 782 | − ], | |
| 783 | − "tabBar": 0, | |
| 784 | − "bodyPad": 0, | |
| 785 | − "cls": 0, | |
| 786 | − "errors": [], | |
| 787 | − "file": "home-1280.png" | |
| 788 | − }, | |
| 789 | − { | |
| 790 | − "path": "/countries", | |
| 791 | − "width": 1280, | |
| 792 | − "overflow": 0, | |
| 793 | − "wide": [], | |
| 794 | − "small": [ | |
| 795 | − "a \"Skip to content\" 1x1", | |
| 796 | − "button \"All\" 38x36", | |
| 797 | − "button \"All\" 38x36", | |
| 798 | − "a \"A\" 32x24", | |
| 799 | − "a \"B\" 32x24", | |
| 800 | − "a \"C\" 32x24", | |
| 801 | − "a \"D\" 32x24", | |
| 802 | − "a \"E\" 32x24", | |
| 803 | − "a \"F\" 32x24", | |
| 804 | − "a \"G\" 32x24" | |
| 805 | − ], | |
| 806 | − "smallH": [ | |
| 807 | − "a \"Skip to content\" h=1", | |
| 808 | − "select \"NamePopulationGDP per capitaCo\" h=19", | |
| 809 | − "a \"A\" h=24", | |
| 810 | − "a \"B\" h=24", | |
| 811 | − "a \"C\" h=24", | |
| 812 | − "a \"D\" h=24", | |
| 813 | − "a \"E\" h=24", | |
| 814 | − "a \"F\" h=24", | |
| 815 | − "a \"G\" h=24", | |
| 816 | − "a \"H\" h=24", | |
| 817 | − "a \"I\" h=24", | |
| 818 | − "a \"J\" h=24" | |
| 819 | − ], | |
| 820 | − "tabBar": 0, | |
| 821 | − "bodyPad": 0, | |
| 822 | − "cls": 0, | |
| 823 | − "errors": [], | |
| 824 | − "file": "countries-1280.png" | |
| 825 | − }, | |
| 826 | − { | |
| 827 | − "path": "/countries/canada", | |
| 828 | − "width": 1280, | |
| 829 | − "overflow": 0, | |
| 830 | − "wide": [ | |
| 831 | − "li.snap-start right=1311", | |
| 832 | − "a.inline-flex.h-11.items-center right=1311", | |
| 833 | − "span.tnum.text-2xs.text-ink-3 right=1301", | |
| 834 | − "li.snap-start right=1438", | |
| 835 | − "a.inline-flex.h-11.items-center right=1438", | |
| 836 | − "span.tnum.text-2xs.text-ink-3 right=1428", | |
| 837 | − "li.snap-start right=1516", | |
| 838 | − "a.inline-flex.h-11.items-center right=1516" | |
| 839 | − ], | |
| 840 | − "small": [ | |
| 841 | − "a \"Skip to content\" 1x1", | |
| 842 | − "a \"Open GDP\" 40x32", | |
| 843 | − "a \"API\" 22x32" | |
| 844 | − ], | |
| 845 | − "smallH": [ | |
| 846 | − "a \"Skip to content\" h=1", | |
| 847 | − "a \"Exports of goods and services \" h=19", | |
| 848 | − "a \"Internet users at a 10-year hi\" h=19", | |
| 849 | − "a \"Gross debt / GDP accelerating \" h=19", | |
| 850 | − "a \"ICT goods exports (% of total \" h=19", | |
| 851 | − "a \"Imports of goods and services \" h=19", | |
| 852 | − "a \"Industrial production index hi\" h=19", | |
| 853 | − "a \"Learning poverty turned positi\" h=19", | |
| 854 | − "a \"🇱🇺Luxembourg\" h=21", | |
| 855 | − "a \"🇸🇪Sweden\" h=21", | |
| 856 | − "a \"🇳🇷Nauru\" h=21", | |
| 857 | − "a \"🇳🇴Norway\" h=21" | |
| 858 | − ], | |
| 859 | − "tabBar": 0, | |
| 860 | − "bodyPad": 0, | |
| 861 | − "cls": 0, | |
| 862 | − "errors": [], | |
| 863 | − "file": "countries_canada-1280.png" | |
| 864 | − }, | |
| 865 | − { | |
| 866 | − "path": "/countries/canada/economy", | |
| 867 | − "width": 1280, | |
| 868 | − "overflow": 0, | |
| 869 | − "wide": [ | |
| 870 | − "li.snap-start right=1347", | |
| 871 | − "a.inline-flex.h-11.items-center right=1347", | |
| 872 | − "li.snap-start right=1444", | |
| 873 | − "a.inline-flex.h-11.items-center right=1444", | |
| 874 | − "li.snap-start right=1521", | |
| 875 | − "a.inline-flex.h-11.items-center right=1521", | |
| 876 | − "li.snap-start right=1600", | |
| 877 | − "a.inline-flex.h-11.items-center right=1600" | |
| 878 | − ], | |
| 879 | − "small": [ | |
| 880 | − "a \"Skip to content\" 1x1", | |
| 881 | − "a \"API\" 22x32" | |
| 882 | − ], | |
| 883 | − "smallH": [ | |
| 884 | − "a \"Skip to content\" h=1", | |
| 885 | − "a \"Countries\" h=15", | |
| 886 | − "a \"🇨🇦 Canada\" h=15", | |
| 887 | − "a \"contact@spboucher.ai\" h=15", | |
| 888 | − "a \"MacLustr\" h=15" | |
| 889 | − ], | |
| 890 | − "tabBar": 0, | |
| 891 | − "bodyPad": 0, | |
| 892 | − "cls": 0, | |
| 893 | − "errors": [], | |
| 894 | − "file": "countries_canada_economy-1280.png" | |
| 895 | − }, | |
| 896 | − { | |
| 897 | − "path": "/", | |
| 898 | − "width": 1440, | |
| 899 | − "overflow": 0, | |
| 900 | − "wide": [], | |
| 901 | − "small": [ | |
| 902 | − "a \"Skip to content\" 1x1", | |
| 903 | − "a \"API\" 22x32" | |
| 904 | − ], | |
| 905 | − "smallH": [ | |
| 906 | − "a \"Skip to content\" h=1", | |
| 907 | − "a \"See all →\" h=21", | |
| 908 | − "a \"🇨🇦Canada\" h=21", | |
| 909 | − "a \"🇰🇷South Korea\" h=21", | |
| 910 | − "a \"🇦🇪United Arab Emirates\" h=21", | |
| 911 | − "a \"🇨🇱Chile\" h=21", | |
| 912 | − "a \"🇸🇦Saudi Arabia\" h=21", | |
| 913 | − "a \"🇲🇳Mongolia\" h=21", | |
| 914 | − "a \"🇿🇦South Africa\" h=21", | |
| 915 | − "a \"🇩🇿Algeria\" h=21", | |
| 916 | − "a \"🇿🇲Zambia\" h=21", | |
| 917 | − "a \"🇵🇰Pakistan\" h=21" | |
| 918 | − ], | |
| 919 | − "tabBar": 0, | |
| 920 | − "bodyPad": 0, | |
| 921 | − "cls": 0, | |
| 922 | − "errors": [], | |
| 923 | − "file": "home-1440.png" | |
| 924 | − }, | |
| 925 | − { | |
| 926 | − "path": "/countries", | |
| 927 | − "width": 1440, | |
| 928 | − "overflow": 0, | |
| 929 | − "wide": [], | |
| 930 | − "small": [ | |
| 931 | − "a \"Skip to content\" 1x1", | |
| 932 | − "button \"All\" 38x36", | |
| 933 | − "button \"All\" 38x36", | |
| 934 | − "a \"A\" 32x24", | |
| 935 | − "a \"B\" 32x24", | |
| 936 | − "a \"C\" 32x24", | |
| 937 | − "a \"D\" 32x24", | |
| 938 | − "a \"E\" 32x24", | |
| 939 | − "a \"F\" 32x24", | |
| 940 | − "a \"G\" 32x24" | |
| 941 | − ], | |
| 942 | − "smallH": [ | |
| 943 | − "a \"Skip to content\" h=1", | |
| 944 | − "select \"NamePopulationGDP per capitaCo\" h=19", | |
| 945 | − "a \"A\" h=24", | |
| 946 | − "a \"B\" h=24", | |
| 947 | − "a \"C\" h=24", | |
| 948 | − "a \"D\" h=24", | |
| 949 | − "a \"E\" h=24", | |
| 950 | − "a \"F\" h=24", | |
| 951 | − "a \"G\" h=24", | |
| 952 | − "a \"H\" h=24", | |
| 953 | − "a \"I\" h=24", | |
| 954 | − "a \"J\" h=24" | |
| 955 | − ], | |
| 956 | − "tabBar": 0, | |
| 957 | − "bodyPad": 0, | |
| 958 | − "cls": 0, | |
| 959 | − "errors": [], | |
| 960 | − "file": "countries-1440.png" | |
| 961 | − }, | |
| 962 | − { | |
| 963 | − "path": "/countries/canada", | |
| 964 | − "width": 1440, | |
| 965 | − "overflow": 0, | |
| 966 | − "wide": [ | |
| 967 | − "li.snap-start right=1458", | |
| 968 | − "a.inline-flex.h-11.items-center right=1458", | |
| 969 | − "span.tnum.text-2xs.text-ink-3 right=1448", | |
| 970 | − "li.snap-start right=1536", | |
| 971 | − "a.inline-flex.h-11.items-center right=1536", | |
| 972 | − "span.tnum.text-2xs.text-ink-3 right=1526", | |
| 973 | − "li.snap-start right=1642", | |
| 974 | − "a.inline-flex.h-11.items-center right=1642" | |
| 975 | − ], | |
| 976 | − "small": [ | |
| 977 | − "a \"Skip to content\" 1x1", | |
| 978 | − "a \"Open GDP\" 40x32", | |
| 979 | − "a \"API\" 22x32" | |
| 980 | − ], | |
| 981 | − "smallH": [ | |
| 982 | − "a \"Skip to content\" h=1", | |
| 983 | − "a \"Exports of goods and services \" h=19", | |
| 984 | − "a \"Internet users at a 10-year hi\" h=19", | |
| 985 | − "a \"Gross debt / GDP accelerating \" h=19", | |
| 986 | − "a \"ICT goods exports (% of total \" h=19", | |
| 987 | − "a \"High-technology exports (curre\" h=19", | |
| 988 | − "a \"Imports of goods and services \" h=19", | |
| 989 | − "a \"Industrial production index hi\" h=19", | |
| 990 | − "a \"Learning poverty turned positi\" h=19", | |
| 991 | − "a \"🇱🇺Luxembourg\" h=21", | |
| 992 | − "a \"🇸🇪Sweden\" h=21", | |
| 993 | − "a \"🇳🇷Nauru\" h=21" | |
| 994 | − ], | |
| 995 | − "tabBar": 0, | |
| 996 | − "bodyPad": 0, | |
| 997 | − "cls": 0, | |
| 998 | − "errors": [], | |
| 999 | − "file": "countries_canada-1440.png" | |
| 1000 | − }, | |
| 1001 | − { | |
| 1002 | − "path": "/countries/canada/economy", | |
| 1003 | − "width": 1440, | |
| 1004 | − "overflow": 0, | |
| 1005 | − "wide": [ | |
| 1006 | − "li.snap-start right=1464", | |
| 1007 | − "a.inline-flex.h-11.items-center right=1464", | |
| 1008 | − "li.snap-start right=1541", | |
| 1009 | − "a.inline-flex.h-11.items-center right=1541", | |
| 1010 | − "li.snap-start right=1620", | |
| 1011 | − "a.inline-flex.h-11.items-center right=1620", | |
| 1012 | − "li.snap-start right=1731", | |
| 1013 | − "a.inline-flex.h-11.items-center right=1731" | |
| 1014 | − ], | |
| 1015 | − "small": [ | |
| 1016 | − "a \"Skip to content\" 1x1", | |
| 1017 | − "a \"API\" 22x32" | |
| 1018 | − ], | |
| 1019 | − "smallH": [ | |
| 1020 | − "a \"Skip to content\" h=1", | |
| 1021 | − "a \"Countries\" h=15", | |
| 1022 | − "a \"🇨🇦 Canada\" h=15", | |
| 1023 | − "a \"contact@spboucher.ai\" h=15", | |
| 1024 | − "a \"MacLustr\" h=15" | |
| 1025 | − ], | |
| 1026 | − "tabBar": 0, | |
| 1027 | − "bodyPad": 0, | |
| 1028 | − "cls": 0, | |
| 1029 | − "errors": [], | |
| 1030 | − "file": "countries_canada_economy-1440.png" | |
| 1031 | − } | |
| 1032 | −] | |
| \ No newline at end of file | ||
deleted
apps/web/qa/screens/seg/canada-1440-dna.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/seg/canada-320-similar.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/seg/countries-1440-0.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/seg/countries-1440-1.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/seg/countries-1440-2.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/seg/countries-1440-3.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/seg/countries-1440-4.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/seg/countries-390-0.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/seg/countries-390-1.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/seg/countries-390-2.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/seg/countries-390-3.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/seg/countries-390-4.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/seg/countries_canada-1440-0.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/seg/countries_canada-1440-1.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/seg/countries_canada-1440-2.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/seg/countries_canada-1440-3.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/seg/countries_canada-1440-4.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/seg/countries_canada-390-0.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/seg/countries_canada-390-1.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/seg/countries_canada-390-2.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/seg/countries_canada-390-3.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/seg/countries_canada-390-4.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/seg/countries_canada_economy-1440-0.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/seg/countries_canada_economy-1440-1.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/seg/countries_canada_economy-1440-2.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/seg/countries_canada_economy-1440-3.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/seg/countries_canada_economy-1440-4.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/seg/countries_canada_economy-390-0.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/seg/countries_canada_economy-390-1.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/seg/countries_canada_economy-390-2.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/seg/countries_canada_economy-390-3.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/seg/countries_canada_economy-390-4.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/seg/economy-390-dark.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/seg/home-1440-0.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/seg/home-1440-1.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/seg/home-1440-2.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/seg/home-1440-3.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/seg/home-1440-4.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/seg/home-390-0.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/seg/home-390-1.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/seg/home-390-2.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/seg/home-390-3.png
+0 −0
Binary file not shown.
deleted
apps/web/qa/screens/seg/home-390-4.png
+0 −0
Binary file not shown.
modified
docs/ARCHITECTURE.md
+23 −8
@@ -318,22 +318,37 @@ Endpoints (all GET, JSON, cached in-process with the snapshot run_id as cache ke | ||
| 318 | 318 | /admin/* (header X-Admin-Token) connectors health, import_runs, validation_issues, coverage matrix, trigger refresh (SIGUSR1) |
| 319 | 319 | ``` |
| 320 | 320 | |
| 321 | −Errors: RFC 7807 problem+json. Unknown country/indicator → 404. Rate limit 120 req/min/IP (in-process token bucket). | |
| 321 | +Errors: RFC 7807 problem+json. Unknown country/indicator → 404. Rate limit 120 req/min/IP (in-process token bucket; requests that | |
| 322 | +carry `X-CountryAtlas-Internal: <CA_ADMIN_TOKEN>` or arrive from loopback without any forwarding header — server-side renders, the | |
| 323 | +build prerender, the pipeline — are exempt). Public GET responses carry a weak `ETag` derived from the snapshot run id (304 on | |
| 324 | +`If-None-Match`) and `Cache-Control: public, max-age=300, stale-while-revalidate=3600`. API 1.1 analytics endpoints: see docs/API.md. | |
| 322 | 325 | |
| 323 | 326 | ## 9. Web app (Next.js 16, React 19, TypeScript, Tailwind v4, App Router) |
| 324 | 327 | |
| 325 | 328 | * Server components fetch the API at `process.env.API_URL` (`http://127.0.0.1:8291`). Browser-side fetches go to the |
| 326 | 329 | same origin `/api/v1/*` (Next `rewrites`). |
| 327 | −* Routes: `/`, `/countries`, `/countries/[slug]`, `/countries/[slug]/[topic]`, `/compare`, `/compare/[...slugs]`, `/rankings`, | |
| 328 | − `/rankings/[indicator]`, `/indicators`, `/indicators/[slug]`, `/regions`, `/regions/[slug]`, `/explore`, `/data`, `/sources`, | |
| 329 | − `/sources/[id]`, `/methodology`, `/api` (docs landing), `/admin` (token), `/sitemap.xml`, `/robots.txt`, `/opengraph-image`. | |
| 330 | +* Routes (2.0, 2026-09-12): `/` (hero map + time machine, world pulse, movers), `/explore` (World Explorer, full viewport), | |
| 331 | + `/trajectories`, `/scatter`, `/finder`, `/extremes`, `/peers`, `/countries`, `/countries/[slug]` (story, timeline 2.0, DNA reference, | |
| 332 | + similar 2.0), `/countries/[slug]/[topic]`, `/compare`, `/compare/[...slugs]` (head-to-head for two countries, percentile / change modes), | |
| 333 | + `/rankings`, `/rankings/[indicator]` (filters, table/bars/map, rank race), `/indicators`, `/indicators/[slug]` (frames map, distribution, | |
| 334 | + related), `/regions`, `/regions/[slug]`, `/regions/compare`, `/changes`, `/stories`, `/stories/[slug]`, `/download` (`/data` → 308), | |
| 335 | + `/updates`, `/sources`, `/sources/[id]`, `/methodology`, `/api` (interactive explorer), `/admin`, `/sitemap/<shard>.xml`, `/robots.txt`, | |
| 336 | + OG images per country / indicator / ranking / compare. Full-bleed routes (`/explore`, `/trajectories`) are declared in | |
| 337 | + `components/layout/main-frame.tsx`. | |
| 330 | 338 | * Charts: our own SVG chart kit in `apps/web/src/components/charts/` (server-renderable, touch, accessible summaries): |
| 331 | − LineChart, AreaChart, StackedArea, RankedBars, Scatter/Bubble, Sparkline, SlopeChart, IndexedLine, SmallMultiples, | |
| 332 | − PopulationPyramid, Choropleth (d3-geo + world-atlas 110m, SVG), DNA radial. | |
| 339 | + LineChart, AreaChart, StackedArea, RankedBars, Scatter, BubbleChart (animated, region colours, fit line, trails), Histogram | |
| 340 | + (markers), RankRace, Sparkline, SlopeChart, SmallMultiples, PopulationPyramid, Choropleth (d3-geo + world-atlas 110m, SVG; | |
| 341 | + zoom/pan canvas in `components/explorer/map-canvas.tsx`), DNA radial (reference polygon). Shared controls in | |
| 342 | + `components/controls/` (YearSlider with play, IndicatorSelect, Segmented); URL state via `lib/url-state.ts` (client) / | |
| 343 | + `lib/url-params.ts` (server-safe). | |
| 333 | 344 | * i18n: all UI strings through `apps/web/src/i18n/en.ts` (`t('key')`), no hard-coded English in components. |
| 334 | 345 | * Design tokens in `apps/web/src/app/globals.css` (@theme). Editorial, calm, data-dense. No card soup. |
| 335 | −* Mobile: bottom navigation (Home · Countries · Compare · Rankings · Search), bottom sheets for filters, sticky compare | |
| 336 | − controls, no horizontal overflow at 320–430 px. | |
| 346 | +* Navigation: Explore · Countries · Compare · Rankings · Indicators · Changes · More ▾ (Regions, Trajectories, Scatter, Finder, | |
| 347 | + Extremes, Above/below expected, Stories, Sources, API, Downloads, Data updates, Methodology). Mobile tab bar: Explore · Countries · | |
| 348 | + Compare · Rank · Search; bottom sheets for filters and map details; no horizontal overflow at 320–1920 px (`qa/final-sweep.mjs`). | |
| 349 | +* Direction semantics: `--inc`/`--dec` (teal/sienna) and the diverging ramp `--div-1..7` colour *increase/decrease*; `--up`/`--down` | |
| 350 | + (green/red) are used only when an indicator declares `higher_is_better` (ChangeChip). Quality badges: fresh · historical · sparse · | |
| 351 | + limited-coverage · stale · flagged · forecast (`components/data/quality-badge.tsx`, vocabulary shared with the API). | |
| 337 | 352 | * Provenance drawer: any value component (`<Metric>`, chart point) opens `<ProvenanceSheet>` with the provenance object. |
| 338 | 353 | |
| 339 | 354 | ## 10. Ports & env |
| 340 | 355 | |