oh-my-design-cli 1.8.6 → 1.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (275) hide show
  1. package/.claude/hooks/lib/preferences-parser.cjs +1 -0
  2. package/.claude/hooks/lib/preferences-writer.cjs +1 -0
  3. package/.claude/hooks/post-edit-watch.cjs +1 -0
  4. package/.claude/hooks/session-end-foldin.cjs +1 -0
  5. package/.claude/hooks/session-state-loader.cjs +1 -0
  6. package/.claude/hooks/skill-activation.cjs +1 -0
  7. package/.claude/settings.json +10 -1
  8. package/.github/assets/logo-bg.png +0 -0
  9. package/AGENTS.md +20 -1
  10. package/CHANGELOG.md +482 -0
  11. package/MIGRATION.md +103 -0
  12. package/README.ja.md +56 -19
  13. package/README.ko.md +47 -30
  14. package/README.md +48 -30
  15. package/README.zh-TW.md +59 -22
  16. package/agents/AGENT.md +8 -7
  17. package/agents/omd-codex-image.md +1 -1
  18. package/agents/omd-critic.md +6 -7
  19. package/agents/omd-designer-review.md +1 -1
  20. package/agents/omd-final-qa.md +1 -1
  21. package/agents/omd-humanizer.md +38 -0
  22. package/agents/omd-kr-writer.md +3 -4
  23. package/agents/omd-locale-adapter.md +12 -16
  24. package/agents/omd-master.md +24 -19
  25. package/agents/omd-microcopy.md +1 -1
  26. package/agents/omd-orchestrator.md +7 -8
  27. package/agents/omd-slop-auditor.md +31 -0
  28. package/agents/omd-ux-researcher.md +1 -1
  29. package/data/reference-fingerprints.json +2761 -85
  30. package/dist/bin/oh-my-design.js +16 -8
  31. package/dist/bin/oh-my-design.js.map +1 -1
  32. package/dist/chunk-UJIHCEYF.js +99 -0
  33. package/dist/chunk-UJIHCEYF.js.map +1 -0
  34. package/dist/doctor-LDWSFM3I.js +763 -0
  35. package/dist/doctor-LDWSFM3I.js.map +1 -0
  36. package/dist/install-skills-ZZFNJ2II.js +1120 -0
  37. package/dist/install-skills-ZZFNJ2II.js.map +1 -0
  38. package/docs/CLI_QUICKSTART.md +157 -0
  39. package/package.json +25 -4
  40. package/scripts/postinstall.cjs +5 -4
  41. package/skills/claude-design/SKILL.md +38 -14
  42. package/skills/claude-design/references/claude-design-flow.md +11 -11
  43. package/skills/claude-design/references/codebase-analysis.md +5 -4
  44. package/skills/omd-final-qa/SKILL.md +1 -1
  45. package/skills/omd-harness/SKILL.md +51 -50
  46. package/skills/omd-humanize/SKILL.md +116 -0
  47. package/skills/omd-humanize/agents/openai.yaml +4 -0
  48. package/skills/omd-humanize/references/locale-playbooks.md +102 -0
  49. package/skills/omd-humanize/references/sources.md +11 -0
  50. package/skills/omd-init/SKILL.md +18 -12
  51. package/skills/omd-locale-adapter/SKILL.md +58 -91
  52. package/skills/omd-orchestrator/SKILL.md +11 -5
  53. package/skills/omd-reference-capture/SKILL.md +80 -26
  54. package/skills/omd-reference-capture/scripts/PLAYWRIGHT-LICENSE.txt +202 -0
  55. package/skills/omd-reference-capture/scripts/PLAYWRIGHT-NOTICE.txt +5 -0
  56. package/skills/omd-reference-capture/scripts/THIRD_PARTY_NOTICES.md +3 -0
  57. package/skills/omd-reference-capture/scripts/capture-reference-evidence.mjs +159906 -0
  58. package/skills/omd-slop-audit/SKILL.md +110 -0
  59. package/skills/omd-slop-audit/agents/openai.yaml +4 -0
  60. package/skills/omd-slop-audit/references/pattern-catalog.md +96 -0
  61. package/skills/omd-slop-audit/references/sources.md +24 -0
  62. package/web/references/104/DESIGN.md +354 -0
  63. package/web/references/11st/DESIGN.md +197 -316
  64. package/web/references/29cm/DESIGN.md +297 -393
  65. package/web/references/42dot/DESIGN.md +390 -0
  66. package/web/references/8percent/DESIGN.md +438 -0
  67. package/web/references/ably/DESIGN.md +267 -572
  68. package/web/references/acer/DESIGN.md +329 -0
  69. package/web/references/airbnb/DESIGN.md +219 -557
  70. package/web/references/airbridge/DESIGN.md +451 -0
  71. package/web/references/alipay/DESIGN.md +179 -420
  72. package/web/references/apple/DESIGN.md +224 -498
  73. package/web/references/asleep/DESIGN.md +402 -0
  74. package/web/references/au/DESIGN.md +334 -0
  75. package/web/references/autopedia/DESIGN.md +382 -0
  76. package/web/references/aws-cloudscape/DESIGN.md +241 -0
  77. package/web/references/baemin/DESIGN.md +332 -491
  78. package/web/references/banksalad/DESIGN.md +269 -180
  79. package/web/references/barogo/DESIGN.md +416 -0
  80. package/web/references/beusable/DESIGN.md +464 -0
  81. package/web/references/bigin/DESIGN.md +454 -0
  82. package/web/references/bilibili/DESIGN.md +206 -374
  83. package/web/references/bmw/DESIGN.md +162 -276
  84. package/web/references/brandi/DESIGN.md +184 -325
  85. package/web/references/buzzvil/DESIGN.md +457 -0
  86. package/web/references/cafe24/DESIGN.md +472 -0
  87. package/web/references/catchtable/DESIGN.md +219 -264
  88. package/web/references/cgv/DESIGN.md +317 -0
  89. package/web/references/channeltalk/DESIGN.md +210 -336
  90. package/web/references/china-airlines/DESIGN.md +291 -0
  91. package/web/references/cjonstyle/DESIGN.md +453 -0
  92. package/web/references/class101/DESIGN.md +168 -387
  93. package/web/references/classum/DESIGN.md +228 -203
  94. package/web/references/claude/DESIGN.md +242 -479
  95. package/web/references/clay/DESIGN.md +179 -377
  96. package/web/references/clickhouse/DESIGN.md +254 -343
  97. package/web/references/codeit/DESIGN.md +470 -0
  98. package/web/references/cohere/DESIGN.md +214 -324
  99. package/web/references/coinone/DESIGN.md +199 -179
  100. package/web/references/corca/DESIGN.md +414 -0
  101. package/web/references/coupang/DESIGN.md +205 -475
  102. package/web/references/cursor/DESIGN.md +240 -381
  103. package/web/references/dabang/DESIGN.md +248 -213
  104. package/web/references/dable/DESIGN.md +431 -0
  105. package/web/references/datarize/DESIGN.md +338 -0
  106. package/web/references/dealicious/DESIGN.md +402 -0
  107. package/web/references/drdiary/DESIGN.md +404 -0
  108. package/web/references/elastic/DESIGN.md +238 -0
  109. package/web/references/elevenlabs/DESIGN.md +183 -321
  110. package/web/references/elice/DESIGN.md +445 -0
  111. package/web/references/eslite/DESIGN.md +257 -0
  112. package/web/references/evaair/DESIGN.md +338 -0
  113. package/web/references/expo/DESIGN.md +238 -331
  114. package/web/references/familymart-tw/DESIGN.md +254 -0
  115. package/web/references/ferrari/DESIGN.md +160 -377
  116. package/web/references/figma/DESIGN.md +197 -451
  117. package/web/references/fitpet/DESIGN.md +445 -0
  118. package/web/references/flex/DESIGN.md +170 -253
  119. package/web/references/framer/DESIGN.md +197 -340
  120. package/web/references/freee/DESIGN.md +211 -533
  121. package/web/references/friendliai/DESIGN.md +431 -0
  122. package/web/references/frip/DESIGN.md +440 -0
  123. package/web/references/furiosaai/DESIGN.md +450 -0
  124. package/web/references/gangnamunni/DESIGN.md +154 -591
  125. package/web/references/gaudiolab/DESIGN.md +414 -0
  126. package/web/references/google/DESIGN.md +290 -398
  127. package/web/references/goorm/DESIGN.md +470 -0
  128. package/web/references/greencar/DESIGN.md +420 -0
  129. package/web/references/hackle/DESIGN.md +472 -0
  130. package/web/references/hashicorp/DESIGN.md +273 -318
  131. package/web/references/heydealer/DESIGN.md +429 -0
  132. package/web/references/humanscape/DESIGN.md +433 -0
  133. package/web/references/hwahae/DESIGN.md +453 -0
  134. package/web/references/hyundai/DESIGN.md +158 -368
  135. package/web/references/hyundaicard/DESIGN.md +171 -121
  136. package/web/references/ibm/DESIGN.md +227 -378
  137. package/web/references/idus/DESIGN.md +450 -0
  138. package/web/references/igaworks/DESIGN.md +437 -0
  139. package/web/references/inflearn/DESIGN.md +221 -366
  140. package/web/references/intuit/DESIGN.md +244 -0
  141. package/web/references/jandi/DESIGN.md +191 -291
  142. package/web/references/jobplanet/DESIGN.md +415 -0
  143. package/web/references/kakao/DESIGN.md +287 -475
  144. package/web/references/kakaobank/DESIGN.md +220 -521
  145. package/web/references/kakaogames/DESIGN.md +220 -0
  146. package/web/references/kakaopay/DESIGN.md +207 -526
  147. package/web/references/karrot/DESIGN.md +227 -251
  148. package/web/references/kb-kookmin/DESIGN.md +308 -0
  149. package/web/references/kbank/DESIGN.md +220 -175
  150. package/web/references/kcd/DESIGN.md +432 -0
  151. package/web/references/kmong/DESIGN.md +281 -356
  152. package/web/references/krds/DESIGN.md +245 -19
  153. package/web/references/kream/DESIGN.md +224 -359
  154. package/web/references/kurly/DESIGN.md +211 -533
  155. package/web/references/kyobobook/DESIGN.md +445 -0
  156. package/web/references/lablup/DESIGN.md +474 -0
  157. package/web/references/lamborghini/DESIGN.md +198 -360
  158. package/web/references/lemonbase/DESIGN.md +452 -0
  159. package/web/references/lguplus/DESIGN.md +259 -0
  160. package/web/references/likelion/DESIGN.md +283 -0
  161. package/web/references/line/DESIGN.md +396 -355
  162. package/web/references/linear.app/DESIGN.md +209 -562
  163. package/web/references/lotteon/DESIGN.md +386 -0
  164. package/web/references/lovable/DESIGN.md +255 -349
  165. package/web/references/makinarocks/DESIGN.md +242 -0
  166. package/web/references/maum-ai/DESIGN.md +423 -0
  167. package/web/references/medibloc/DESIGN.md +425 -0
  168. package/web/references/megabox/DESIGN.md +232 -0
  169. package/web/references/mercari/DESIGN.md +217 -434
  170. package/web/references/microsoft/DESIGN.md +234 -388
  171. package/web/references/mildang/DESIGN.md +411 -0
  172. package/web/references/millie/DESIGN.md +183 -504
  173. package/web/references/minimax/DESIGN.md +264 -322
  174. package/web/references/miricanvas/DESIGN.md +182 -355
  175. package/web/references/miro/DESIGN.md +234 -232
  176. package/web/references/mistral.ai/DESIGN.md +231 -314
  177. package/web/references/mixi/DESIGN.md +234 -0
  178. package/web/references/moin/DESIGN.md +445 -0
  179. package/web/references/mongodb/DESIGN.md +219 -316
  180. package/web/references/moreh/DESIGN.md +437 -0
  181. package/web/references/musinsa/DESIGN.md +184 -510
  182. package/web/references/mynavi/DESIGN.md +242 -0
  183. package/web/references/myrealtrip/DESIGN.md +169 -406
  184. package/web/references/naver/DESIGN.md +328 -499
  185. package/web/references/naverwebtoon/DESIGN.md +172 -395
  186. package/web/references/neosapience/DESIGN.md +441 -0
  187. package/web/references/nhn/DESIGN.md +169 -346
  188. package/web/references/nhncloud/DESIGN.md +185 -123
  189. package/web/references/nota/DESIGN.md +451 -0
  190. package/web/references/notion/DESIGN.md +271 -475
  191. package/web/references/nrise/DESIGN.md +417 -0
  192. package/web/references/ohouse/DESIGN.md +210 -549
  193. package/web/references/oliveyoung/DESIGN.md +217 -326
  194. package/web/references/ollama/DESIGN.md +241 -308
  195. package/web/references/onestore/DESIGN.md +248 -0
  196. package/web/references/palantir/DESIGN.md +256 -0
  197. package/web/references/panasonic/DESIGN.md +276 -0
  198. package/web/references/patternfly/DESIGN.md +259 -0
  199. package/web/references/payhere/DESIGN.md +438 -0
  200. package/web/references/pega/DESIGN.md +262 -0
  201. package/web/references/peoplefund/DESIGN.md +431 -0
  202. package/web/references/petfriends/DESIGN.md +428 -0
  203. package/web/references/pinkfong/DESIGN.md +199 -367
  204. package/web/references/pinterest/DESIGN.md +258 -308
  205. package/web/references/portone/DESIGN.md +446 -0
  206. package/web/references/poya/DESIGN.md +286 -0
  207. package/web/references/pozalabs/DESIGN.md +438 -0
  208. package/web/references/protopie/DESIGN.md +419 -0
  209. package/web/references/qraft/DESIGN.md +448 -0
  210. package/web/references/queenit/DESIGN.md +432 -0
  211. package/web/references/quotabook/DESIGN.md +449 -0
  212. package/web/references/rebellions/DESIGN.md +449 -0
  213. package/web/references/recruit/DESIGN.md +247 -0
  214. package/web/references/remember/DESIGN.md +202 -396
  215. package/web/references/resend/DESIGN.md +274 -348
  216. package/web/references/returnzero/DESIGN.md +460 -0
  217. package/web/references/sakura-internet/DESIGN.md +269 -0
  218. package/web/references/samsung/DESIGN.md +157 -359
  219. package/web/references/sandoll/DESIGN.md +445 -0
  220. package/web/references/sanity/DESIGN.md +241 -375
  221. package/web/references/saramin/DESIGN.md +465 -0
  222. package/web/references/scatterlab/DESIGN.md +412 -0
  223. package/web/references/selectstar/DESIGN.md +439 -0
  224. package/web/references/servicenow/DESIGN.md +289 -0
  225. package/web/references/shiftee/DESIGN.md +468 -0
  226. package/web/references/shinhanbank/DESIGN.md +161 -341
  227. package/web/references/shinhancard/DESIGN.md +208 -319
  228. package/web/references/sionic/DESIGN.md +454 -0
  229. package/web/references/sktelecom/DESIGN.md +310 -0
  230. package/web/references/socar/DESIGN.md +125 -32
  231. package/web/references/softbank/DESIGN.md +231 -0
  232. package/web/references/solapi/DESIGN.md +483 -0
  233. package/web/references/sony/DESIGN.md +234 -0
  234. package/web/references/soop/DESIGN.md +261 -0
  235. package/web/references/spacex/DESIGN.md +184 -323
  236. package/web/references/spotify/DESIGN.md +253 -394
  237. package/web/references/squeezebits/DESIGN.md +441 -0
  238. package/web/references/stayfolio/DESIGN.md +422 -0
  239. package/web/references/stripe/DESIGN.md +212 -491
  240. package/web/references/supabase/DESIGN.md +244 -316
  241. package/web/references/supertone/DESIGN.md +413 -0
  242. package/web/references/tabling/DESIGN.md +415 -0
  243. package/web/references/taishinbank/DESIGN.md +243 -0
  244. package/web/references/teamlab/DESIGN.md +240 -0
  245. package/web/references/teamsparta/DESIGN.md +472 -0
  246. package/web/references/tellingme/DESIGN.md +392 -0
  247. package/web/references/tesla/DESIGN.md +244 -427
  248. package/web/references/thsr/DESIGN.md +284 -0
  249. package/web/references/thumbtack/DESIGN.md +302 -0
  250. package/web/references/together.ai/DESIGN.md +257 -304
  251. package/web/references/toss/DESIGN.md +251 -593
  252. package/web/references/toss-securities/DESIGN.md +255 -178
  253. package/web/references/tossbank/DESIGN.md +195 -491
  254. package/web/references/toyota/DESIGN.md +238 -0
  255. package/web/references/tving/DESIGN.md +197 -245
  256. package/web/references/typed/DESIGN.md +413 -0
  257. package/web/references/uber/DESIGN.md +256 -333
  258. package/web/references/udn/DESIGN.md +250 -0
  259. package/web/references/upbit/DESIGN.md +145 -256
  260. package/web/references/upstage/DESIGN.md +211 -204
  261. package/web/references/uswds/DESIGN.md +287 -0
  262. package/web/references/vercel/DESIGN.md +236 -440
  263. package/web/references/vuno/DESIGN.md +413 -0
  264. package/web/references/wanted/DESIGN.md +215 -487
  265. package/web/references/weverse/DESIGN.md +437 -0
  266. package/web/references/wise/DESIGN.md +223 -231
  267. package/web/references/wisetracker/DESIGN.md +462 -0
  268. package/web/references/wooribank/DESIGN.md +245 -0
  269. package/web/references/yanolja/DESIGN.md +250 -419
  270. package/web/references/yeogiotte/DESIGN.md +235 -418
  271. package/web/references/zapier/DESIGN.md +256 -377
  272. package/web/references/zendesk/DESIGN.md +288 -0
  273. package/web/references/zigzag/DESIGN.md +200 -621
  274. package/dist/install-skills-7UUDOLG2.js +0 -734
  275. package/dist/install-skills-7UUDOLG2.js.map +0 -1
@@ -4,503 +4,262 @@ name: Alipay
4
4
  country: CN
5
5
  category: fintech
6
6
  homepage: "https://www.alipay.com"
7
- primary_color: "#1677FF"
7
+ primary_color: "#1890FF"
8
8
  logo:
9
9
  type: favicon
10
10
  slug: "https://www.google.com/s2/favicons?domain=alipay.com&sz=128"
11
- verified: "2026-05-19"
11
+ verified: "2026-07-13"
12
12
  omd: "0.1"
13
13
  ds:
14
14
  name: Ant Design
15
- url: "https://ant.design"
15
+ url: "https://ant.design/docs/spec/introduce/"
16
16
  type: system
17
- description: The open-source enterprise design system born inside Ant Group (Alipay's parent), now the most influential Chinese design language and one of the most widely adopted React component libraries in the world.
17
+ description: Ant Group's open enterprise design language; it is design context, not a substitute for the observed Alipay Open Platform surface.
18
+ verification_v2:
19
+ schema: 2
20
+ checked: "2026-07-13"
21
+ surfaces:
22
+ - { id: home, kind: developer-platform, url: "https://open.alipay.com/?mobile=2", inspected: "2026-07-13" }
23
+ - { id: web-app, kind: developer-platform-product, url: "https://open.alipay.com/module/webApp", inspected: "2026-07-13" }
24
+ - { id: tools, kind: developer-platform-tools, url: "https://open.alipay.com/tool", inspected: "2026-07-13" }
25
+ sources:
26
+ - { id: home-live, kind: product-surface, url: "https://open.alipay.com/?mobile=2", captured: "2026-07-13" }
27
+ - { id: web-app-live, kind: product-surface, url: "https://open.alipay.com/module/webApp", captured: "2026-07-13" }
28
+ - { id: tools-live, kind: product-surface, url: "https://open.alipay.com/tool", captured: "2026-07-13" }
29
+ - { id: ant-context, kind: official-doc, url: "https://ant.design/docs/spec/introduce/", captured: "2026-07-13" }
30
+ - { id: ant-font, kind: official-doc, url: "https://ant.design/docs/spec/font-cn/", captured: "2026-07-13" }
31
+ - { id: ant-values, kind: official-doc, url: "https://ant.design/docs/spec/values/", captured: "2026-07-13" }
32
+ - { id: ant-license, kind: license, url: "https://github.com/ant-design/ant-design/blob/master/LICENSE", captured: "2026-07-13" }
33
+ - { id: antgroup-context, kind: official-doc, url: "https://www.antgroup.com/en/home", captured: "2026-07-13" }
34
+ conflicts: []
35
+ claims:
36
+ "tokens.colors.primary": &webapp { surface_id: web-app, source_id: web-app-live, method: live-inspect, captured: "2026-07-13" }
37
+ "tokens.colors.canvas": &home { surface_id: home, source_id: home-live, method: live-inspect, captured: "2026-07-13" }
38
+ "tokens.colors.surface": *webapp
39
+ "tokens.colors.foreground": *home
40
+ "tokens.colors.nav": *home
41
+ "tokens.colors.muted": *home
42
+ "tokens.colors.input-border": *webapp
43
+ "tokens.typography.family.sans": *home
44
+ "tokens.typography.body.size": *home
45
+ "tokens.typography.body.weight": *home
46
+ "tokens.typography.body.lineHeight": *home
47
+ "tokens.typography.body.use": *home
48
+ "tokens.typography.nav-active.size": *home
49
+ "tokens.typography.nav-active.weight": *home
50
+ "tokens.typography.nav-active.lineHeight": *home
51
+ "tokens.typography.nav-active.use": *home
52
+ "tokens.typography.cta.size": *webapp
53
+ "tokens.typography.cta.weight": *webapp
54
+ "tokens.typography.cta.lineHeight": *webapp
55
+ "tokens.typography.cta.use": *webapp
56
+ "tokens.rounded.card": &tools { surface_id: tools, source_id: tools-live, method: live-inspect, captured: "2026-07-13" }
57
+ "tokens.rounded.input": *webapp
58
+ "tokens.shadow.cta": *webapp
59
+ "tokens.components.tool-card.type": *tools
60
+ "tokens.components.tool-card.bg": *tools
61
+ "tokens.components.tool-card.radius": *tools
62
+ "tokens.components.tool-card.padding": *tools
63
+ "tokens.components.tool-card.font": *tools
64
+ "tokens.components.tool-card.use": *tools
18
65
  tokens:
19
- source: prose-derived
20
- extracted: "2026-06-08"
21
- note: "Ant Design v5 token palette (Alipay/Ant shared language); primary = Daybreak Blue #1677FF; color is strictly semantic; neutral text via black-opacity levels"
66
+ source: live-extract
67
+ extracted: "2026-07-13"
68
+ note: "Only supplied deterministic capture values for Alipay Open Platform are tokens. Ant Design defaults remain separately documented official design-system context."
22
69
  colors:
23
- primary: "#1677FF"
24
- primary-hover: "#4096FF"
25
- primary-active: "#0958D9"
26
- info: "#1677FF"
70
+ primary: "#1890FF"
27
71
  canvas: "#F5F5F5"
28
- container: "#FFFFFF"
29
- on-primary: "#FFFFFF"
30
- heading: "#000000"
31
- body: "#000000"
32
- disabled: "#000000"
33
- border: "#D9D9D9"
34
- split: "#000000"
35
- fill-hover: "#000000"
36
- success: "#52C41A"
37
- warning: "#FAAD14"
38
- error: "#FF4D4F"
39
- table-header: "#FAFAFA"
40
- backdrop: "#000000"
41
- sider-dark: "#001529"
72
+ surface: "#FFFFFF"
73
+ foreground: "#000000"
74
+ nav: "#333333"
75
+ muted: "#8997AD"
76
+ input-border: "#999999"
42
77
  typography:
43
- family: { sans: "-apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei, sans-serif" }
44
- heading1: { size: 38, weight: 600, lineHeight: 1.21, use: "Largest heading, marketing/hero titles" }
45
- heading2: { size: 30, weight: 600, lineHeight: 1.27, use: "Section headings" }
46
- heading3: { size: 24, weight: 600, lineHeight: 1.33, use: "Sub-section headings" }
47
- heading4: { size: 20, weight: 600, lineHeight: 1.40, use: "Card / panel titles" }
48
- heading5: { size: 16, weight: 600, lineHeight: 1.50, use: "Smallest heading, labels" }
49
- body: { size: 14, weight: 400, lineHeight: 1.5715, use: "Base body, tables, forms — density anchor" }
50
- large: { size: 16, weight: 400, use: "Large body, emphasized text" }
51
- small: { size: 12, weight: 400, use: "Captions, status tags, helper text" }
52
- spacing: { xs: 8, base: 16, lg: 24, marginSM: 12 }
53
- rounded: { sm: 4, md: 6, lg: 8 }
54
- shadow:
55
- tertiary: "0 1px 2px 0 rgba(0,0,0,0.03), 0 1px 6px -1px rgba(0,0,0,0.02), 0 2px 4px 0 rgba(0,0,0,0.02)"
56
- secondary: "0 6px 16px 0 rgba(0,0,0,0.08), 0 3px 6px -4px rgba(0,0,0,0.12), 0 9px 28px 8px rgba(0,0,0,0.05)"
57
- elevated: "0 6px 16px 0 rgba(0,0,0,0.08)"
78
+ family: { sans: "-apple-system, system-ui, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif" }
79
+ body: { size: 14, weight: 400, lineHeight: 1.5715, use: "Observed Open Platform body and footer text; a system stack, not a branded webfont." }
80
+ nav-active: { size: 18, weight: 500, lineHeight: 3.3333, use: "Observed active home navigation link." }
81
+ cta: { size: 16, weight: 400, lineHeight: 2.5, use: "Observed web-app banner action." }
82
+ rounded: { input: 2, card: 8 }
83
+ shadow: { cta: "0 2px 0 rgba(0,0,0,0.043)" }
58
84
  components_harvested: true
59
85
  components:
60
- button-primary: { type: button, bg: "#1677FF", fg: "#FFFFFF", radius: 6, padding: "4px 15px", font: "14px/400", use: "primary CTA, hover #4096FF, active #0958D9, wave ripple" }
61
- button-default: { type: button, bg: "#FFFFFF", fg: "#000000", radius: 6, use: "1px #D9D9D9 border, hover shifts to #4096FF" }
62
- button-danger: { type: button, bg: "#FF4D4F", fg: "#FFFFFF", radius: 6, use: "destructive confirm" }
63
- input: { type: input, bg: "#FFFFFF", radius: 6, use: "1px #D9D9D9 border, height 32px, focus #1677FF, error #FF4D4F" }
64
- card: { type: card, bg: "#FFFFFF", radius: 8, padding: "24px", use: "1px #D9D9D9 border, boxShadowTertiary on hover" }
65
- table: { type: card, bg: "#FFFFFF", fg: "#000000", use: "#FAFAFA header, low-alpha dividers + hover fill, 16px cell pad" }
66
- status-tag: { type: badge, fg: "#52C41A", radius: 4, padding: "0 7px", font: "12px/400", use: "status color at low alpha, semantic only" }
67
- modal: { type: dialog, bg: "#FFFFFF", radius: 8, padding: "20px 24px", use: "low-alpha backdrop, elevated boxShadow" }
86
+ tool-card: { type: card, bg: "#FFFFFF", radius: 8, padding: "22px 10px", font: "14px/400 system", use: "Observed developer-tools content card only." }
68
87
  ---
69
88
 
70
89
  # Design System Inspiration of Alipay
71
90
 
72
91
  ## 1. Visual Theme & Atmosphere
73
92
 
74
- Alipay (支付宝) is the payments and lifestyle super-app at the center of Ant Group, and its design legacy is outsized: the team that builds Alipay's enterprise and merchant tooling also created **Ant Design**, the open-source React design system that became the de-facto standard for Chinese B2B software and one of the most-adopted component libraries in the world. To understand Alipay's design language is to understand Ant Design — the consumer app and the design system share a parent, a palette, and a philosophy. The signature is a calm, trustworthy **Daybreak Blue** (`#1677FF`) on clean white surfaces, with a disciplined neutral gray ladder and a set of functional status colors (green/gold/red) that mean exactly one thing each. Where a Western fintech might lean cold-and-minimal or dark-and-premium, Alipay/Ant reads **clear, dense, and dependable** an interface engineered to carry a billion users' money without ever feeling fragile.
93
+ Alipay began in 2004 as a way to create trust between online buyers and sellers, and Ant Group now describes it as a one-stop digital daily-life platform that works with partners across payments, public services, and local life. The three supplied public captures are narrower: they are the Alipay Open Platform's developer-facing home, web/mobile-app integration page, and developer-tools page. Their shared expression is practical rather than promotional—light gray page ground, white content planes, compact Chinese-language navigation, a blue call-to-action, and a system-font stack chosen by the browser. That is an observable developer-platform surface, not evidence for the native consumer wallet or for a universal Alipay app theme.
75
94
 
76
- Ant Design codifies its philosophy into four named values **Certainty (确定性), Meaningfulness (意义感), Growth (生长性), and Naturalness (自然)**. These aren't decorative slogans; they map directly onto the system's decisions. *Certainty* produces the rigorous token scale and the principle that the same component behaves identically everywhere. *Meaningfulness* is why every color carries semantic weight (blue = primary/info, green = success, gold = warning, red = error) and nothing is decorative-only. *Growth* is the system's ability to scale from a single button to a 200-component enterprise console without breaking. *Naturalness* is the gentle, low-drama motion and the comfortable default spacing.
77
-
78
- Typography follows the Ant Design font stack — a system-font-first approach (`-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto`) layered over comprehensive Simplified-Chinese fallbacks (`"PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑"`). There is no custom brand typeface; the system trusts each platform's native UI font so text renders crisply at the small sizes a dense financial interface demands. The base font size is **14px** — the canonical Ant Design body size — with a generous neutral-gray text hierarchy expressed through opacity (`#000000E0` for headings, `#000000A6` secondary, `#00000040` disabled).
95
+ Ant Design is important historical and design context: its official introduction says Ant User-Experience Design Team built it for complex enterprise products, with the values Natural, Certain, Meaningful, and Growing. The public Open Platform capture visibly contains Ant-class names, but that does not authorize promotion of every current Ant default into Alipay product evidence. Its captured `#1890FF` banner action, 2px control radius, and 8px tools card are retained as surface-specific facts; Ant Design's current `#1677FF` defaults are documented as a separately configurable open-source system.
79
96
 
80
97
  **Key Characteristics:**
81
- - **Daybreak Blue `#1677FF`** as the primary — calm, trustworthy, the Ant Design brand blue (also Alipay's signature)
82
- - Clean white surfaces, disciplined neutral-gray ladder, functional status colors that each mean one thing
83
- - The four Ant Design values made literal: **Certainty / Meaningfulness / Growth / Naturalness**
84
- - A rigorous 10-step color value ladder per hue (e.g. blue: `#E6F4FF` → `#1677FF` → `#001D66`)
85
- - **14px base font size** the canonical dense-fintech body size; text hierarchy via black-opacity levels
86
- - System-font-first stack + full Simplified-Chinese fallbacks (`PingFang SC`, `Microsoft YaHei`)
87
- - **6px default border-radius** (Ant Design's `borderRadius` token) — softer than enterprise-sharp, calmer than playful-rounded
88
- - High information density — tables, forms, multi-step flows that stay legible at scale
89
- - Semantic, never decorative, color: blue = primary/info, green = success, gold = warning, red = error
90
- - Low-drama motion; the system feels dependable, not delightful — money UI earns trust through calm
98
+
99
+ - Developer-platform pages with a `#F5F5F5` page ground and white content cards
100
+ - `#1890FF` on the captured web/mobile-app banner action; `#1677FF` is Ant Design documentation context, not a live Open Platform token in this run
101
+ - Compact 14px system-font body text, with larger active navigation and banner-action text
102
+ - Small 2px search/action geometry alongside an 8px developer-tool card
103
+ - No observed hover, pressed, disabled, menu, dialog, toast, or mobile state in the supplied capture
91
104
 
92
105
  ## 2. Color Palette & Roles
93
106
 
94
- Alipay's consumer app and Ant Design share the same color logic. The values below are the **Ant Design v5 token palette** (verified from ant.design/docs/spec/colors), which is the authoritative public source for Alipay/Ant's color language.
107
+ ### Observed Alipay Open Platform
95
108
 
96
- ### Brand / Primary
97
- - **Daybreak Blue** (`#1677FF`): The primary. Primary buttons, links, active states, brand accents, the `colorPrimary` token. Also reads as the `info` semantic color.
98
- - RGB: `rgb(22, 119, 255)`.
109
+ - **Developer action** (`#1890FF`): observed on `surface-2::[data-omd-capture="10"]`, the web/mobile-app banner action.
110
+ - **Page canvas** (`#F5F5F5`): observed on the `home` body.
111
+ - **Card surface** (`#FFFFFF`): observed on the developer-tools `contentCard___nkyvg` card and banner action text.
112
+ - **Default foreground** (`#000000` at 85% in the raw capture): body, footer, and card copy.
113
+ - **Navigation ink** (`#333333`): observed in the home menu.
114
+ - **Muted utility ink** (`#8997AD`): observed on compact home footer utility items.
115
+ - **Search border/text** (`#999999`): observed on the Open Platform search input.
99
116
 
100
- ### Blue Value Ladder (the canonical 10-step scale)
101
- `#E6F4FF` (1) · `#BAE0FF` (2) · `#91CAFF` (3) · `#69B1FF` (4) · `#4096FF` (5) · **`#1677FF` (6 — primary)** · `#0958D9` (7 — hover/active) · `#003EB3` (8) · `#002C8C` (9) · `#001D66` (10)
102
- Every hue in Ant Design follows the same 1→10 tint-to-shade structure; step 6 is the "primary" anchor.
117
+ ### Official Ant Design context, not an Alipay Open Platform token
103
118
 
104
- ### Functional / Status
105
- - **Success Green** (`#52C41A`): `colorSuccess`. Polar Green — confirmations, success toasts, "paid" states.
106
- - **Warning Gold** (`#FAAD14`): `colorWarning`. Calendula Gold — cautions, pending states, non-blocking alerts.
107
- - **Error Red** (`#FF4D4F`): `colorError`. Dust Red — failures, destructive confirmations, form errors.
108
- - **Info Blue** (`#1677FF`): `colorInfo`. Matches the primary blue.
119
+ Ant Design currently documents `#1677FF` as its default `colorPrimary`, plus configurable color, radius, and component tokens. Its theming documentation explicitly supports overrides. The value is useful when discussing Ant Design itself, but it is not substituted for the captured Open Platform `#1890FF` action.
109
120
 
110
- ### Neutral (Text — opacity-based)
111
- - **Heading / Primary Text** (`#000000E0`): black at ~88%. Titles, primary body, table values.
112
- - **Secondary Text** (`#000000A6`): black at ~65%. Captions, secondary labels, helper text.
113
- - **Disabled Text** (`#00000040`): black at ~25%. Disabled labels, placeholders.
114
- - **Dark-mode inversions**: heading `#FFFFFFD9`, secondary `#FFFFFFA6`, disabled `#FFFFFF40`.
121
+ ## 3. Typography Rules
115
122
 
116
- ### Neutral (Surface & Border)
117
- - **Page Background** (`#F5F5F5`): `colorBgLayout` — the app/console page ground.
118
- - **Container / Card** (`#FFFFFF`): `colorBgContainer` — cards, panels, modals, table surfaces.
119
- - **Default Border** (`#D9D9D9`): `colorBorder` — input borders, dividers, table rules. Dark-mode `#424242`.
120
- - **Split / Divider** (`#0000000F`): `colorSplit` — subtle row separators.
121
- - **Fill / Hover** (`#0000000A`–`#00000014`): subtle hover-fill on rows and list items.
123
+ ### Evidence classes
122
124
 
123
- > Role note: Ant Design's color is **semantic, not decorative**. Blue is primary/info, green is success, gold is warning, red is error and a designer never reaches for a status color to "make something pop". This discipline is why Alipay can present a dense financial screen without the colors becoming noise.
125
+ - **Live computed surface-use:** all observed Open Platform specimens resolve to `-apple-system, system-ui, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif`. This is a high-confidence system stack; no loaded named FontFaceSet match was supplied, so it is not promoted as an Alipay-owned webfont.
126
+ - **Official design-system guidance:** Ant Design's font documentation also prioritizes the operating system's interface family and offers screen-readable fallbacks. This supports the system-first rationale for Ant Design documentation, not a claim that a proprietary Alipay family is in use on the captured pages.
127
+ - **Declared-only assets:** the collector found `AlipayNumber`, `AlipayNumber-Medium`, `osite-menu`, and KaTeX families with `@font-face` sources but zero visible use. They remain declared-only. In particular, a declaration without computed use plus FontFaceSet/source corroboration is not a UI-family claim.
128
+ - **Official distributed font or font license:** none was located in the official material collected here. Ant Design's repository is MIT-licensed software; that license applies to the library code, not to a newly inferred Alipay font license.
124
129
 
125
- ## 3. Typography Rules
130
+ | Role | Size | Weight | Line height | Provenance |
131
+ |---|---:|---:|---:|---|
132
+ | Default body/footer | 14px | 400 | 22px | `home::body` and footer list items |
133
+ | Active top navigation | 18px | 500 | 60px | `home::[data-omd-capture="1"]` |
134
+ | Banner action | 16px | 400 | 40px | `surface-2::[data-omd-capture="10"]` |
135
+ | Search input | 14px | 400 | 22px | `surface-2::[data-omd-capture="7"]` |
126
136
 
127
- ### Font Stack
128
- ```
129
- -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", sans-serif
130
- ```
131
-
132
- The Ant Design `fontFamily` token leads with each platform's native UI font (San Francisco on Apple, Segoe UI on Windows, Roboto on Android/Chrome) and layers Simplified-Chinese fallbacks (`PingFang SC` on Apple, `Microsoft YaHei` / `微软雅黑` on Windows, `Hiragino Sans GB`). No custom web font — native fonts render crispest at the small sizes a dense interface needs.
133
-
134
- ### Size Scale (Ant Design tokens)
135
- | Role | Token | Size | Weight | Line Height |
136
- |---|---|---|---|---|
137
- | Heading 1 | `fontSizeHeading1` | `38px` | 600 | 1.21 |
138
- | Heading 2 | `fontSizeHeading2` | `30px` | 600 | 1.27 |
139
- | Heading 3 | `fontSizeHeading3` | `24px` | 600 | 1.33 |
140
- | Heading 4 | `fontSizeHeading4` | `20px` | 600 | 1.40 |
141
- | Heading 5 | `fontSizeHeading5` | `16px` | 600 | 1.50 |
142
- | Body / base | `fontSize` | `14px` | 400 | 1.5715 |
143
- | Large | `fontSizeLG` | `16px` | 400 | — |
144
- | Small | `fontSizeSM` | `12px` | 400 | — |
145
-
146
- ### Conventions
147
- - **14px is the base.** This is the canonical Ant Design body size and the density anchor — dense financial tables and forms are designed around it.
148
- - **Headings are weight 600 (semibold), not 700.** Hierarchy is built through size + the 600/400 contrast, not heavy bold.
149
- - **Text hierarchy via black-opacity, not via gray hexes.** Heading `#000000E0`, secondary `#000000A6`, disabled `#00000040` — color-family coherence by construction.
150
- - **Numerals are critical.** Amounts, balances, and transaction figures are first-class; in money contexts they're often set slightly larger and may use tabular figures for alignment.
151
- - **CJK + Latin coexist** — the system fonts are chosen so Simplified Chinese and Latin/numerals sit at comparable optical weight.
137
+ Do not render Inter, an Ant Design default stack, or a declared AlipayNumber face as though it were an observed proprietary Alipay product font.
152
138
 
153
139
  ## 4. Component Stylings
154
140
 
155
- ### Buttons
141
+ ### Developer action
156
142
 
157
- **Primary**
158
- - Background: `#1677FF`
159
- - Text: `#FFFFFF`
160
- - Border: none
161
- - Radius: 6px
162
- - Padding: 4px 15px (default `controlHeight: 32px`)
163
- - Font: 14px / 400
164
- - Hover: background `#4096FF`
165
- - Active: background `#0958D9`
166
- - Use: Primary action — Pay, Confirm, Submit (确认 / 支付).
167
-
168
- **Default (Secondary)**
169
- - Background: `#FFFFFF`
170
- - Text: `#000000E0`
171
- - Border: 1px solid `#D9D9D9`
172
- - Radius: 6px
173
- - Padding: 4px 15px
174
- - Font: 14px / 400
175
- - Hover: text + border transition to `#4096FF`
176
- - Use: Secondary action beside a primary.
177
-
178
- **Text / Link**
179
- - Background: transparent
180
- - Text: `#1677FF` (link) / `#000000E0` (text button)
143
+ **Web/mobile-app banner action — observed default**
144
+ - Background: #1890FF
145
+ - Text: #FFFFFF
181
146
  - Border: none
182
- - Radius: 6px
183
- - Hover: link `#4096FF`; text button gets `#0000000A` fill
184
- - Use: Tertiary actions, inline links.
185
-
186
- **Danger (Primary danger)**
187
- - Background: `#FF4D4F`
188
- - Text: `#FFFFFF`
189
- - Radius: 6px
190
- - Use: Destructive confirmation (delete, cancel order).
191
-
192
- ### Inputs
193
-
194
- **Default**
195
- - Background: `#FFFFFF`
196
- - Text: `#000000E0`
197
- - Border: 1px solid `#D9D9D9`
198
- - Radius: 6px
199
- - Padding: 4px 11px (height 32px)
200
- - Font: 14px / 400
201
- - Focus: border `#1677FF` + faint blue focus ring (`#1677FF` at low alpha)
202
- - Error: border `#FF4D4F`
203
- - Disabled: background `#F5F5F5`, text `#00000040`
204
- - Use: Form fields, search, amount entry.
205
-
206
- ### Cards
207
-
208
- **Default Card**
209
- - Background: `#FFFFFF`
210
- - Border: 1px solid `#D9D9D9` (or borderless variant with shadow)
211
- - Radius: 8px (`borderRadiusLG`)
212
- - Padding: 24px (body)
213
- - Shadow: none default; `boxShadowTertiary` on hover for clickable cards
214
- - Use: Console panels, dashboard widgets, content grouping.
215
-
216
- ### Tables
217
-
218
- **Row**
219
- - Background: `#FFFFFF`
220
- - Header background: `#FAFAFA`
221
- - Text: `#000000E0`
222
- - Divider: 1px `#0000000F` (`colorSplit`)
223
- - Row hover: `#0000000A` fill
224
- - Cell padding: 16px 16px
225
- - Font: 14px / 400
226
- - Use: The workhorse of Alipay merchant/console UIs — transaction lists, settlement tables. Designed for density at 14px.
227
-
228
- ### Tags / Badges
229
-
230
- **Status Tag**
231
- - Background: status color at low alpha (e.g. success `#52C41A` on `#F6FFED` fill, border `#B7EB8F`)
232
- - Text: status color
233
- - Radius: 4px (`borderRadiusSM`)
234
- - Padding: 0 7px
235
- - Font: 12px / 400
236
- - Use: "已支付 / Paid", "待处理 / Pending", "失败 / Failed" — semantic status pills.
237
-
238
- ### Navigation
239
-
240
- - Top header: white bg, logo left, primary nav, account/notifications right
241
- - Console layout: fixed left sider (dark `#001529` classic Ant theme, or light) + content area
242
- - Active nav item: `#1677FF` text + left/bottom blue indicator
243
- - Breadcrumbs in `#000000A6`, current page `#000000E0`
244
-
245
- ### Modals
246
-
247
- **Default**
248
- - Background: `#FFFFFF`
249
- - Radius: 8px
250
- - Padding: 20px 24px
251
- - Backdrop: `#00000073` (black ~45%)
252
- - Shadow: `boxShadow` (elevated)
253
- - Use: Confirmations, payment dialogs, multi-step flows.
254
-
255
- ## 5. Layout Principles
256
-
257
- ### Spacing
258
- Ant Design uses an **8px-based spacing scale** with named size tokens:
259
- | Token | Value |
260
- |---|---|
261
- | `paddingXS` | 8px |
262
- | `padding` | 16px |
263
- | `paddingLG` | 24px |
264
- | `marginSM` | 12px |
265
- | `margin` | 16px |
266
- | `marginLG` | 24px |
267
-
268
- ### Grid
269
- - 24-column responsive grid (`Row` / `Col`), the Ant Design layout primitive
270
- - Console: fixed sider (200–256px) + fluid content
271
- - Content max-width on marketing pages; consoles fill available width
272
- - Forms: label-left or label-top layouts; dense multi-column on wide screens
273
-
274
- ### Density
275
- Alipay/Ant is **medium-to-high density**. The 14px base and 8px spacing scale are tuned for information-rich screens — settlement tables, transaction histories, multi-field forms — that must stay legible and scannable. Ant Design offers explicit density variants (`size="small" | "middle" | "large"`) so the same component compresses or relaxes by context.
276
-
277
- ## 6. Depth & Elevation
147
+ - Radius: 2px
148
+ - Padding: 0.01px 15px 4px
149
+ - Font: 16px / 400 / system stack
150
+ - Use: `surface-2::[data-omd-capture="10"]`, class `ant-btn ant-btn-primary bannerBtn___ON0Mn`; 110px × 40px in the supplied desktop capture. No hover, pressed, or disabled state was captured.
278
151
 
279
- Ant Design depth is **restrained and layered**, expressed through three documented shadow tiers plus borders. Most flat surfaces use a 1px border rather than a shadow; shadows are reserved for genuinely floating UI.
152
+ ### Search input
280
153
 
281
- | Token | Value (approx) | Use |
282
- |---|---|---|
283
- | `boxShadowTertiary` | `0 1px 2px 0 rgba(0,0,0,0.03), 0 1px 6px -1px rgba(0,0,0,0.02), 0 2px 4px 0 rgba(0,0,0,0.02)` | Hoverable cards, subtle lift |
284
- | `boxShadowSecondary` | `0 6px 16px 0 rgba(0,0,0,0.08), 0 3px 6px -4px rgba(0,0,0,0.12), 0 9px 28px 8px rgba(0,0,0,0.05)` | Dropdowns, popovers, selects |
285
- | `boxShadow` | `0 6px 16px 0 rgba(0,0,0,0.08), …` (elevated) | Modals, drawers, notifications |
154
+ **Open Platform search observed specimen**
155
+ - Text: #999999
156
+ - Radius: 2px
157
+ - Padding: 4px 8px 4px 11px
158
+ - Font: 14px / 400 / system stack
159
+ - Focus: Collector classifies this specimen as focus; its raw captured values remain transparent background, 0px border width, and no shadow. There is no interaction snapshot, so no focus-ring token is inferred.
160
+ - Use: `surface-2::[data-omd-capture="7"]`, class `ant-input alipay-open-search-header-input`; 199px × 30px in the supplied desktop capture.
286
161
 
287
- ### Z-Index
288
- - Sticky header / sider above content
289
- - Dropdown / popover / tooltip above page
290
- - Modal + mask above dropdowns
291
- - Message / notification toast at the highest level
162
+ ### Developer tool card
292
163
 
293
- ### Animation
294
- - Default easing `cubic-bezier(0.645, 0.045, 0.355, 1)` (Ant Design's standard ease-in-out)
295
- - Component transitions ~0.2–0.3s; calm, never bouncy
296
- - Ripple/wave on primary button click (the subtle blue expanding outline)
297
-
298
- ## 7. Do's and Don'ts
164
+ **Tool content card — observed default**
165
+ - Background: #FFFFFF
166
+ - Radius: 8px
167
+ - Padding: 22px 10px
168
+ - Font: 14px / 400 / system stack
169
+ - Use: `surface-3::div`, class `contentCard___nkyvg`; six occurrences, 308px × 225px in the supplied desktop capture.
299
170
 
300
- - **DO** use Daybreak Blue `#1677FF` as the primary; derive hover/active from the value ladder (`#4096FF` hover, `#0958D9` active).
301
- - **DON'T** invent ad-hoc blues. The 10-step ladder covers every blue you need.
302
- - **DO** keep color semantic: blue = primary/info, green = success, gold = warning, red = error. Each means one thing.
303
- - **DON'T** use a status color decoratively. A success-green chip must indicate success, not just "look nice".
304
- - **DO** build text hierarchy with black-opacity levels (`#000000E0` / `#000000A6` / `#00000040`), not arbitrary gray hexes.
305
- - **DON'T** drop to weight 700 for headings — Ant headings are weight 600 (semibold).
306
- - **DO** design around the 14px base and 8px spacing scale; use `size` variants for density control.
307
- - **DON'T** bloat dense screens with 16–18px body — that breaks the table/form rhythm the system is tuned for.
308
- - **DO** use 6px radius for controls (buttons/inputs), 8px for cards/modals.
309
- - **DON'T** use pill-shaped or 0px-sharp controls — Ant's calm 6px radius is the brand signature.
310
- - **DO** lead the font stack with system fonts + Simplified-Chinese fallbacks (`PingFang SC`, `Microsoft YaHei`).
311
- - **DON'T** load a heavy custom web font — native fonts render crispest at 14px density.
171
+ ### Navigation and footer text
312
172
 
313
- ## 8. Responsive Behavior
173
+ **Top navigation item — observed default**
174
+ - Text: #333333
175
+ - Font: 14px / 400 / system stack
176
+ - Use: `home::li`, class `menuItem currentMenu`; 61px rendered height. It is a list item, not evidence of a tab component.
314
177
 
315
- ### Breakpoints (Ant Design grid)
316
- | Token | Width |
317
- |---|---|
318
- | `xs` | `<576px` |
319
- | `sm` | `≥576px` |
320
- | `md` | `≥768px` |
321
- | `lg` | `≥992px` |
322
- | `xl` | `≥1200px` |
323
- | `xxl` | `≥1600px` |
324
-
325
- ### Behavior
326
- - 24-column `Row`/`Col` reflow per breakpoint
327
- - Console sider collapses to an icon rail (or hides behind a trigger) below `lg`
328
- - Tables become horizontally scrollable or switch to stacked card lists on mobile
329
- - Forms shift from label-left (wide) to label-top (narrow)
330
- - Modals go near-full-width on `xs`
331
-
332
- ### Touch & Mobile
333
- - Min 44px tap targets on touch (the consumer Alipay app, built on Ant Design Mobile, enforces this)
334
- - Bottom action bar for primary confirm/pay on mobile flows
335
- - Amount keypads and payment confirmations get dedicated full-screen mobile treatments
178
+ **Footer link row observed default**
179
+ - Text: #000000
180
+ - Padding: 14px 0px 0px
181
+ - Font: 14px / 400 / system stack
182
+ - Use: `home::li`, class `alipay-open-footer-li`; observed across all three surfaces.
336
183
 
337
- ## 9. Agent Prompt Guide
338
-
339
- ### Quick Color Reference
340
- - Primary / link / info: `#1677FF` (hover `#4096FF`, active `#0958D9`)
341
- - Success: `#52C41A` · Warning: `#FAAD14` · Error: `#FF4D4F`
342
- - Heading text: `#000000E0` · Secondary: `#000000A6` · Disabled: `#00000040`
343
- - Page bg: `#F5F5F5` · Card/container: `#FFFFFF` · Border: `#D9D9D9` · Split: `#0000000F`
344
-
345
- ### Example Component Prompts
346
- - "Create an Ant Design / Alipay primary button: bg `#1677FF`, white text, 6px radius, padding `4px 15px`, height 32px, 14px weight 400. Hover bg `#4096FF`, active `#0958D9`. Subtle wave/ripple on click."
347
- - "Build an Alipay transaction table: white rows, `#FAFAFA` header, 14px text `#000000E0`, 1px `#0000000F` row dividers, `#0000000A` hover fill, 16px cell padding. Right-align amount column with tabular numerals; render status as a semantic tag (Paid = green `#52C41A` on `#F6FFED`, Pending = gold, Failed = red)."
348
- - "Design an Ant Design form field: white input, 1px `#D9D9D9` border, 6px radius, 14px text, height 32px. Focus: border `#1677FF` + faint blue focus ring. Error: border `#FF4D4F` + 12px red helper text below."
349
- - "Create an Alipay payment-confirm modal: white, 8px radius, `#00000073` backdrop, amount in large weight-600 `#000000E0`, recipient secondary `#000000A6`, primary 'Confirm Payment' button `#1677FF` full-width, ghost 'Cancel' beside it."
350
-
351
- ### Iteration Guide
352
- 1. **`#1677FF` is the anchor**; derive states from the value ladder, never invent blues.
353
- 2. **Color is semantic.** Blue/green/gold/red each carry one meaning. No decorative status colors.
354
- 3. **14px base + 8px spacing.** Design for density; use `size` variants to compress or relax.
355
- 4. **Headings weight 600, hierarchy via opacity.** Never 700; never arbitrary gray hexes.
356
- 5. **6px controls, 8px cards.** Ant's calm radius — not pills, not sharp corners.
357
- 6. **System fonts + `PingFang SC` / `Microsoft YaHei` fallbacks.** No heavy custom font.
358
- 7. **Shadows for floating UI only.** Flat surfaces use a 1px `#D9D9D9` border; reserve `boxShadowSecondary` for dropdowns and `boxShadow` for modals.
359
- 8. **Calm motion.** `cubic-bezier(0.645, 0.045, 0.355, 1)`, ~0.2–0.3s, never bouncy. Money UI is dependable, not delightful.
184
+ No modal, table, payment form, merchant dashboard, consumer-wallet control, status badge, dropdown, toast, hover, pressed, disabled, error, or responsive variant is specified: the supplied developer-platform capture has no selector/state provenance for one.
360
185
 
361
186
  ---
187
+ **Verified:** 2026-07-13
188
+ **Tier 1 sources:** https://open.alipay.com/?mobile=2; https://open.alipay.com/module/webApp; https://open.alipay.com/tool; https://www.antgroup.com/en/home; https://ant.design/docs/spec/introduce/; https://ant.design/docs/spec/values/; https://ant.design/docs/spec/font-cn/; https://github.com/ant-design/ant-design/blob/master/LICENSE
189
+ **Tier 2 sources:** https://getdesign.md/alipay (attempted via built-in web; no indexed Alipay record returned); https://styles.refero.design/?q=alipay (attempted via built-in web; no Alipay style record returned)
190
+ **Conflicts unresolved:** none
362
191
 
363
- ## 10. Voice & Tone
364
-
365
- Alipay's voice is **clear, reassuring, and procedurally precise** — the voice of an institution that holds your money and wants you to feel certain at every step. This is *Certainty* (确定性) expressed in language: the copy tells you exactly what is happening, what will happen next, and what (if anything) you need to do. The register in Simplified Chinese is polite-neutral, professional without being stiff, and it uses the formal `您` in transactional and security contexts where trust is paramount. Ant Design's writing guidance pushes toward concise, action-oriented microcopy — verbs over nouns, the next step always visible, no jargon, no hype. In a payments product, ambiguity is a defect; the voice eliminates it.
366
-
367
- | Context | Tone |
368
- |---|---|
369
- | Buttons / CTAs | Short imperative verb. `确认` (Confirm), `支付` (Pay), `提交` (Submit), `立即开通`. No exclamation. |
370
- | Amount / balance | Pure figure + currency, prominent. `¥128.00`. No decorative framing around money. |
371
- | Confirmation | State exactly what happened. `支付成功` (Payment successful) + amount + recipient + next-step link. |
372
- | Pending states | Honest and specific. `处理中,请稍候` (Processing, please wait) — never falsely "done". |
373
- | Error messages | Blameless, actionable, single sentence. State the condition + the fix. Formal `您`. |
374
- | Security / verification | Formal, careful, `您` register. Spell out what verification protects and why it's needed. |
375
- | Empty states | One explanatory line + one action. No mascot, no jokey filler. |
376
- | Legal / disclosure | Precise, formal, complete. Financial-compliance register — exact, unembellished. |
377
-
378
- **Forbidden phrases.** Hype that undermines trust — `革命性` (revolutionary), `极致体验` as filler, marketing superlatives in transactional flows. Exclamation marks on money CTAs (`立即支付!` is wrong; `立即支付` is right). Casual apology openers (`不好意思`) on system errors — state the condition instead. Emoji in transactional/security surfaces. Ambiguous status copy ("可能成功" / "应该完成了") — payment status is binary and must be stated as such.
379
-
380
- **Voice samples.**
381
- - `确认` / `支付` — primary confirm/pay CTAs, imperative and short. <!-- illustrative: standard Alipay/Ant transactional CTA register; not quoted as a specific live string -->
382
- - `支付成功` — payment-success confirmation pattern (factual, complete). <!-- illustrative: reflects Alipay confirmation convention; not verified verbatim -->
383
- - `处理中,请稍候` — honest pending-state copy. <!-- illustrative: standard CN processing-state register -->
384
- - Ant Design's four documented values — `确定性 (Certainty)`, `意义感 (Meaningfulness)`, `生长性 (Growth)`, `自然 (Naturalness)` — the clearest first-person design-philosophy statement Alipay/Ant publishes. <!-- cited: ant.design design-values documentation, WebFetch 2026-05-19 -->
385
-
386
- ## 11. Brand Narrative
387
-
388
- Alipay (支付宝) launched in **2004** as the escrow payment layer for Alibaba's Taobao marketplace — solving the foundational trust problem of Chinese e-commerce: how do a buyer and a stranger-seller transact safely? Alipay's answer was to hold the buyer's money until goods arrived, and that escrow-trust mechanism seeded a payments platform that grew into **Ant Group**, the operator of one of the world's largest payment and lifestyle super-apps, serving roughly a billion users across payments, wealth, insurance, credit, and merchant services. <!-- source: widely documented public history (Alipay 2004 / Taobao escrow origin / Ant Group); not re-verified against a primary source this pass -->
192
+ The observed Alipay Open Platform action is `#1890FF`; the prior reference's Ant Design v5 defaults, generic payments components, and unobserved state variants have not been carried forward as live Alipay product claims. Measured button and input defaults remain in §4 as raw surface evidence, but are absent from machine components because no interaction state was captured.
389
193
 
390
- The design legacy is where Alipay's influence outgrows even its scale. The engineers and designers building Alipay's merchant and enterprise console tooling created **Ant Design** — open-sourced in **2015** — to standardize the dozens of internal B2B products inside Ant Group. Ant Design became the most widely adopted design system in the Chinese software industry and one of the most-used React component libraries globally, exporting Alipay's design DNA — the Daybreak Blue, the 14px density, the semantic color discipline, the four values — into countless products that have nothing to do with Alibaba. When Chinese enterprise software *looks like* anything, it looks like Ant Design. ([ant.design](https://ant.design) — WebFetch 2026-05-19 confirms the four values *Certainty / Meaningfulness / Growth / Naturalness* and the `#1677FF` primary.)
194
+ ## 5. Layout Principles
391
195
 
392
- What Alipay/Ant refuses: the cold-minimal or dark-premium aesthetics of Western fintech, decorative color that doesn't carry meaning, hype language inside transactional flows, and any ambiguity about the status of money. What it embraces: *Certainty* as a design constraint, semantic color, comfortable density, a rigorous token system, and motion calm enough to feel dependable. The brand's whole proposition is trust at a billion-user scale, and every design decision is downstream of that.
196
+ The supplied capture is desktop-only at 1440×900. Its verified layout evidence is limited to the 60px top navigation line, a 199px × 30px search input, the 110px × 40px banner action, and 308px-wide developer-tool cards. It does not establish consumer-wallet breakpoints, a merchant-console sider, table grids, payment-dialog layout, or a mobile bottom action bar.
393
197
 
394
- ## 12. Principles
198
+ ## 6. Depth & Elevation
395
199
 
396
- These map directly onto Ant Design's four documented values.
200
+ The observed banner action has `0 2px 0 rgba(0,0,0,0.043)` shadow. The observed tool card has no shadow. No overlay, popover, menu, modal, drawer, or elevation scale was captured, so none is inferred.
397
201
 
398
- 1. **Certainty (确定性).** Every component behaves identically everywhere, every token has one job, every status is unambiguous. *UI implication:* Use the documented tokens, not ad-hoc values. Payment status is binary — never "probably done". The same button looks and acts the same on every screen.
202
+ ## 7. Do's and Don'ts
399
203
 
400
- 2. **Meaningfulness (意义感) — color is semantic.** Blue = primary/info, green = success, gold = warning, red = error. Nothing is colored just to decorate. *UI implication:* A status color must indicate that status. To "make something stand out" without semantic meaning, use weight, size, or spacing — not a borrowed status hue.
204
+ ### Do
401
205
 
402
- 3. **Growth (生长性) — the system scales.** From one button to a 200-component console without breaking. *UI implication:* Compose from tokens and primitives; design the dense case (the settlement table) and the simple case (a single confirm dialog) with the same system. Don't fork styles per screen.
206
+ - Use `#1890FF` only for the recorded Open Platform banner-action specimen.
207
+ - Retain the system-stack classification unless a visible computed family and loaded/source evidence establish something more specific.
208
+ - Keep the 2px search/action and 8px tool-card geometries tied to their recorded developer-platform surfaces.
209
+ - Use Ant Design's principles and license as design-system context, not as a blanket Alipay consumer-product specification.
403
210
 
404
- 4. **Naturalness (自然) — calm by default.** Comfortable density, gentle motion, sensible defaults. *UI implication:* 14px base, 8px spacing, 6px radius, ~0.25s non-bouncy transitions. The interface should feel unremarkable in the best sense — nothing fights for attention in a money screen.
211
+ ### Don't
405
212
 
406
- 5. **Density is a feature, not a flaw.** Financial interfaces carry a lot of information; the system is tuned to keep it legible. *UI implication:* Embrace tables and multi-field forms at 14px; use `size="small"` for the densest views. Don't pad a transaction list into a marketing layout.
213
+ - Substitute Ant Design's current `#1677FF` for the observed Open Platform action.
214
+ - Promote AlipayNumber, KaTeX, or icon-font declarations into a visible UI family.
215
+ - Recreate payment flows, tables, status tags, dialogs, or interaction variants from generic Ant Design defaults.
216
+ - Treat marketing/corporate history or documentation chrome as a live consumer-wallet token source.
407
217
 
408
- 6. **Trust is built in the boring places.** The error message, the pending state, the confirmation — these earn the user's confidence more than any hero. *UI implication:* Invest in clear, blameless, actionable system copy and honest status. The unglamorous states are the brand.
218
+ ## 8. Responsive Behavior
409
219
 
410
- ## 13. Personas
220
+ No responsive capture was supplied. The 1440px desktop observations above must not be generalized to mobile, native-app, or merchant-console behavior.
411
221
 
412
- *Personas are fictional archetypes informed by publicly described Alipay/Ant user and developer segments (consumers, merchants, enterprise developers), not individual people.*
222
+ ## 9. Agent Prompt Guide
413
223
 
414
- **林女士 (Ms. Lin), 45, Hangzhou.** Uses Alipay for everything paying at the market by QR code, splitting utility bills, managing a Yu'ebao savings balance, buying insurance. Trusts the app implicitly because in fifteen years it has never lost her money or left her unsure whether a payment went through. Reads the formal `您` security copy as a sign the app takes her money seriously.
224
+ Use this reference narrowly: “Create an Alipay Open Platform developer banner action observed at 110×40px: `#1890FF`, white 16px system text, 2px radius, padding `0.01px 15px 4px`; do not invent hover or pressed states.” For the developer tools page, use a white 8px-radius content card with `22px 10px` padding and 14px system text. Do not use this capture to generate a consumer payment confirmation, wallet dashboard, status badge, or Ant Design's generic component catalog.
415
225
 
416
- **赵伟 (Zhao Wei), 33, Shenzhen.** Front-end engineer at a B2B SaaS startup. Builds the company's entire admin console on Ant Design React components because it ships the dense tables, forms, and date pickers his finance-adjacent product needs out of the box. Knows the token names by heart; reaches for `colorPrimary` and `borderRadius` reflexively. Thinks in 14px.
226
+ ## 10. Voice & Tone
417
227
 
418
- **陈老板 (Boss Chen), 51, Yiwu.** Runs a small wholesale shop and uses Alipay's merchant tools to accept payments and check daily settlement. Lives in the transaction table wants every row to clearly say Paid / Pending / Failed at a glance, and trusts the green/gold/red tags to never lie about where his money is.
228
+ The supplied Open Platform pages are developer-oriented: their official web/mobile-app description emphasizes payment, marketing, data, APIs, SDKs, configuration, review, and release. This supports a direct, task-oriented tone for developer documentation; it does not establish transactional consumer copy. Ant Design's official value of certainty supports clear outcomes and restrained wording in its own system guidance.
419
229
 
420
- ## 14. States
421
-
422
- | State | Treatment |
230
+ | Context | Supported direction |
423
231
  |---|---|
424
- | **Empty (no transactions)** | `#FFFFFF` surface, centered `Empty` illustration (Ant's simple line graphic), one line of `#000000A6` text, optional primary CTA. Calm, not jokey. |
425
- | **Empty (no search results)** | Single `#000000A6` line ("No matching results"). No suggestion spam. |
426
- | **Loading (page)** | `Skeleton` component gray rounded blocks at final dimensions, gentle shimmer. Tables show skeleton rows. |
427
- | **Loading (button/inline)** | `Spin` indicator (rotating `#1677FF` arc) inline; button enters loading state with a spinner replacing/preceding its label, button disabled meanwhile. |
428
- | **Error (form field)** | Border → `#FF4D4F`, 12px red helper message below stating the fix. `validateStatus="error"`. |
429
- | **Error (operation failed)** | `message.error` toast (top center) or inline `Alert` in error red — one blameless sentence + retry where applicable. |
430
- | **Error (payment failed)** | Full result screen (`Result status="error"`) — red icon, clear cause, primary "Try again" + secondary "Back". Money failures never hide in a toast. |
431
- | **Success (payment)** | `Result status="success"` — green check, amount + recipient, order number, next-step buttons. Confident and complete. |
432
- | **Success (action)** | `message.success` toast (top center), green check, 3s auto-dismiss. |
433
- | **Pending / Processing** | Honest in-progress state — `Spin` + "Processing, please wait" (处理中). Never optimistically shows success. |
434
- | **Skeleton** | Gray blocks at exact final dimensions, gentle shimmer; never on a final amount field (shows a placeholder dash). |
435
- | **Disabled** | Reduced opacity + `#F5F5F5` fill + `#00000040` text together. Disabled control keeps its 6px radius. |
436
-
437
- ## 15. Motion & Easing
232
+ | Developer setup | Name the capability, prerequisite, and next task plainly. |
233
+ | API/tool documentation | Use precise terms and preserve technical labels. |
234
+ | Consumer payment copy | Unresolved in this capture; do not manufacture a house voice. |
438
235
 
439
- Ant Design motion is **calm, brief, and naturalness-led** — money UI earns trust by feeling dependable, so transitions are quick and never bouncy.
440
-
441
- **Durations:**
442
-
443
- | Token | Value | Use |
444
- |---|---|---|
445
- | `motionDurationFast` | 100ms | Hover, small state changes |
446
- | `motionDurationMid` | 200ms | Most component transitions — dropdowns, switches, tabs |
447
- | `motionDurationSlow` | 300ms | Modal/drawer enter-exit, larger reveals |
236
+ ## 11. Brand Narrative
448
237
 
449
- **Easings:**
238
+ Ant Group says Alipay was officially established in 2004 after an escrow service was introduced on Taobao, with the purpose of creating trust between online sellers and buyers. It now describes Alipay as having developed from a payment tool into a one-stop digital daily-life platform and describes the group's work with consumers, small businesses, merchants, and global partners. The Open Platform is one of the public developer-facing expressions of that ecosystem, offering payment and marketing capabilities through APIs and tools.
450
239
 
451
- | Token | Curve | Use |
452
- |---|---|---|
453
- | `motionEaseInOut` | `cubic-bezier(0.645, 0.045, 0.355, 1)` | Default two-way transitions |
454
- | `motionEaseOut` | `cubic-bezier(0.215, 0.61, 0.355, 1)` | Things arriving (dropdowns, popovers) |
455
- | `motionEaseIn` | `cubic-bezier(0.55, 0.055, 0.675, 0.19)` | Dismissals |
240
+ Ant Design is related but distinct context. Its official introduction identifies Ant User-Experience Design Team and its enterprise-product focus; its values describe how a reusable system should reduce coordination cost and support work. Those public documents explain the lineage of the developer-platform chrome without proving that every Alipay surface uses an unmodified Ant Design theme.
456
241
 
457
- **Spring stance.** Spring/overshoot is **avoided** on Alipay/Ant surfaces. Naturalness here means *unremarkable* — a payment confirmation should land cleanly and confidently, not bounce. The one signature kinetic flourish is the **button wave**: on a primary button click, a faint `#1677FF` outline expands outward and fades, acknowledging the press without drama.
242
+ ## 12. Principles
458
243
 
459
- **Signature motions.**
460
- 1. **Button wave.** Primary button click emits a brief expanding blue outline (`wave-effect`) over ~0.4s ease-out, then fades. Confirms the tap; never distracts.
461
- 2. **Dropdown / popover.** Scale + fade in over `motionDurationMid / motionEaseOut` from the trigger edge; out over `motionEaseIn`.
462
- 3. **Modal / drawer.** Modal fades + scales `0.9 1` over `motionDurationSlow`; drawer slides from its edge. Backdrop fades to `#00000073`.
463
- 4. **Message / notification.** Toasts slide-and-fade from top over `motionDurationMid`, auto-dismiss; non-blocking.
464
- 5. **Reduce motion.** Under `prefers-reduced-motion: reduce`, all transitions collapse toward instant, the button wave is suppressed, and modals appear without scale. Fully functional, no kinetics.
244
+ 1. **Trust through explicit capability boundaries.** Alipay's origin story is escrow trust; in this reference, that means do not overstate what an observed developer page proves. *UI implication:* keep native-wallet and payment-flow claims out until their own surface is observed.
245
+ 2. **Certain, reusable work patterns.** Ant Design's published “Certain” value links components and patterns to lower coordination entropy. *UI implication:* use documented, surface-proven values consistently rather than inventing variants.
246
+ 3. **System-font readability.** Both the observed Open Platform pages and Ant Design's font guidance favor a broad system stack. *UI implication:* preserve the actual stack classification; do not substitute a lookalike webfont.
247
+ 4. **Semantic separation of domains.** Developer-platform UI, corporate context, and open-source design-system material each answer different questions. *UI implication:* a first-party narrative or license source cannot fill a missing computed component value.
465
248
 
466
- <!--
467
- OmD v0.1 Sources — Alipay / Ant Design
249
+ ## 13. Personas
468
250
 
469
- Tier 1 (DS authoritative): ant.design (WebFetch 2026-05-19) confirms the
470
- primary #1677FF (Daybreak Blue) and the four documented values Certainty /
471
- Meaningfulness / Growth / Naturalness (确定性/意义感/生长性/自然). ant.design/docs/spec/colors
472
- (WebFetch 2026-05-19) confirms the blue 10-step value ladder
473
- (#E6F4FF → #1677FF(6) → #001D66), the brand blue #1677FF, and the
474
- opacity-based neutral text scale (heading #000000E0 / secondary #000000A6 /
475
- disabled #00000040; dark-mode #FFFFFFD9 etc.) and default border #D9D9D9.
251
+ These are stakeholder groups named or implied by first-party sources, not fictional user profiles.
476
252
 
477
- Ant Design v5 token values used in §2/§4/§5/§15 (functional colors #52C41A /
478
- #FAAD14 / #FF4D4F; 14px base font; 6px borderRadius; 8px spacing scale; 24-col
479
- grid + xs..xxl breakpoints; shadow tiers; motion durations 100/200/300ms +
480
- cubic-bezier(0.645,0.045,0.355,1)) are the well-documented public Ant Design v5
481
- defaults — treated as the authoritative Alipay/Ant design language.
253
+ **Developers integrating web or mobile applications.** The Open Platform's web/mobile-app page addresses developers using SDKs, tools, APIs, keys, gateways, review, and release steps. Their evidence is the developer-platform surface, not the consumer wallet.
482
254
 
483
- Tier 1 (consumer site): alipay.com is largely a corporate/redirect surface;
484
- the consumer Alipay app and Ant's merchant/console tooling share the Ant Design
485
- language, which is the substantive source here.
255
+ **Businesses and service providers.** Ant Group describes its partner ecosystem as supporting consumers and small businesses, while the platform offers payment, marketing, and data capabilities. No individual workflow or screen preference is inferred beyond that public role.
486
256
 
487
- ⚠️ The functional-color and token defaults reflect Ant Design v5 published
488
- defaults. Individual Alipay consumer-app screens may apply a customized theme
489
- (adjusted radius/density) on top of these tokens; the values here are the
490
- canonical system defaults, not a screen-by-screen audit of the live app.
257
+ **Consumers.** Ant Group describes Alipay as a digital daily-life platform for consumers. No consumer UI component, typography, or microcopy has been captured in this update.
491
258
 
492
- Founding facts (§11): Alipay 2004 / Taobao escrow origin / Ant Group ~1B users /
493
- Ant Design open-sourced 2015 — widely documented public history, not re-verified
494
- against a primary source this pass.
259
+ ## 14. States
495
260
 
496
- Voice samples (§10) marked illustrative are not quoted live strings except the
497
- four values, which are cited from ant.design. Personas (§13) are fictional.
498
- -->
261
+ Only one state label is present in the collector output: the Open Platform search specimen is marked `focus`, with the raw values recorded in §4. There are no interaction snapshots and no observed hover, pressed, disabled, error, loading, success, toast, dialog, or payment-processing states. Those states remain unresolved rather than being imported from Ant Design examples.
499
262
 
500
- ---
263
+ ## 15. Motion & Easing
501
264
 
502
- **Verified:** 2026-05-19 (omd:add-reference CN batch)
503
- **Tier 1 sources:** ant.design (live — primary `#1677FF` Daybreak Blue + four values Certainty/Meaningfulness/Growth/Naturalness); ant.design/docs/spec/colors (live — blue 10-step ladder, brand `#1677FF`, opacity neutral text scale, border `#D9D9D9`). Ant Design v5 published token defaults (14px base, 6px radius, 8px spacing, functional colors `#52C41A`/`#FAAD14`/`#FF4D4F`, 24-col grid, motion tokens).
504
- **Tier 2 sources:** alipay.com (corporate surface — shares the Ant Design language).
505
- **Style ref:** Ant Design (self — Alipay/Ant is the origin of the most influential Chinese DS).
506
- **Conflicts unresolved:** none. Live Alipay consumer-app screens may apply a customized theme over these canonical Ant Design v5 defaults; values here are the system defaults, not a per-screen app audit.
265
+ No motion, duration, easing curve, or reduced-motion behavior was present in the supplied raw evidence. Ant Design's published motion configuration is a design-system resource, not evidence for this Open Platform surface, so no Alipay motion token is specified.