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
@@ -0,0 +1,248 @@
1
+ ---
2
+ id: "onestore"
3
+ name: "원스토어"
4
+ country: KR
5
+ category: ecommerce
6
+ homepage: "https://m.onestore.co.kr/"
7
+ primary_color: "#2a1f60"
8
+ logo:
9
+ type: favicon
10
+ slug: "https://www.google.com/s2/favicons?domain=onestore.co.kr&sz=128"
11
+ verified: "2026-07-13"
12
+ omd: "0.1"
13
+ verification_v2:
14
+ schema: 2
15
+ checked: "2026-07-13"
16
+ surfaces:
17
+ - { id: store-home, kind: product-storefront, url: "https://m.onestore.co.kr/", inspected: "2026-07-13" }
18
+ - { id: game-catalog, kind: product-storefront, url: "https://m.onestore.co.kr/v2/ko-kr/game", inspected: "2026-07-13" }
19
+ - { id: oneplay-information, kind: product-information, url: "https://m.onestore.co.kr/v2/ko-kr/about/oneplay", inspected: "2026-07-13" }
20
+ - { id: app-detail, kind: product-storefront, url: "https://m.onestore.co.kr/v2/ko-kr/app/0000117501/about", inspected: "2026-07-13" }
21
+ - { id: developer-portal, kind: developer-product, url: "https://dev.onestore.net/dev", inspected: "2026-07-13" }
22
+ sources:
23
+ - { id: store-home-live, kind: product-surface, url: "https://m.onestore.co.kr/", captured: "2026-07-13" }
24
+ - { id: game-catalog-live, kind: product-surface, url: "https://m.onestore.co.kr/v2/ko-kr/game", captured: "2026-07-13" }
25
+ - { id: oneplay-live, kind: product-surface, url: "https://m.onestore.co.kr/v2/ko-kr/about/oneplay", captured: "2026-07-13" }
26
+ - { id: app-detail-live, kind: product-surface, url: "https://m.onestore.co.kr/v2/ko-kr/app/0000117501/about", captured: "2026-07-13" }
27
+ - { id: developer-portal-live, kind: product-surface, url: "https://dev.onestore.net/dev", captured: "2026-07-13" }
28
+ - { id: company-about, kind: official-doc, url: "https://www.onestorecorp.com/about/corp/", captured: "2026-07-13" }
29
+ - { id: customer-commitment, kind: official-doc, url: "https://onestorecorp.com/sv/ccm/", captured: "2026-07-13" }
30
+ - { id: developer-support, kind: official-doc, url: "https://onestorecorp.com/sv/fordev/", captured: "2026-07-13" }
31
+ - { id: brand-gallery, kind: brand-asset, url: "https://www.onestorecorp.com/brand/", captured: "2026-07-13" }
32
+ - { id: mobile-font-assets, kind: brand-asset, url: "https://www.onestorecorp.com/sv/fordev_font/", captured: "2026-07-13" }
33
+ - { id: mobile-font-commercial-use, kind: license, url: "https://onestorecorp.com/news/presskit/2021/2021-05-17.html", captured: "2026-07-13" }
34
+ conflicts: []
35
+ claims:
36
+ "tokens.colors.brand-surface": { surface_id: store-home, source_id: store-home-live, method: computed-style-aggregate, captured: "2026-07-13" }
37
+ "tokens.colors.canvas": &store_home { surface_id: store-home, source_id: store-home-live, method: computed-style, selector: "home::body", captured: "2026-07-13" }
38
+ "tokens.colors.foreground": *store_home
39
+ "tokens.colors.secondary-foreground": { surface_id: store-home, source_id: store-home-live, method: computed-style, selector: "home::li", captured: "2026-07-13" }
40
+ "tokens.typography.body.size": *store_home
41
+ "tokens.typography.body.weight": *store_home
42
+ "tokens.typography.body.lineHeight": *store_home
43
+ "tokens.typography.body.use": *store_home
44
+ "tokens.colors.developer-surface": &developer { surface_id: developer-portal, source_id: developer-portal-live, method: computed-style, selector: "surface-5::[data-omd-capture=10]", captured: "2026-07-13" }
45
+ "tokens.colors.developer-border": &developer_input { surface_id: developer-portal, source_id: developer-portal-live, method: computed-style, selector: "surface-5::[data-omd-capture=12]", captured: "2026-07-13" }
46
+ "tokens.typography.developer-control.size": *developer
47
+ "tokens.typography.developer-control.weight": *developer
48
+ "tokens.typography.developer-control.use": *developer
49
+ "tokens.spacing.developer-button-x": *developer
50
+ "tokens.spacing.developer-input-y": *developer_input
51
+ "tokens.spacing.developer-input-x": *developer_input
52
+ "tokens.rounded.square": *store_home
53
+ "tokens.components.developer-basic-button.type": *developer
54
+ "tokens.components.developer-basic-button.bg": *developer
55
+ "tokens.components.developer-basic-button.fg": *developer
56
+ "tokens.components.developer-basic-button.border": *developer
57
+ "tokens.components.developer-basic-button.radius": *developer
58
+ "tokens.components.developer-basic-button.padding": *developer
59
+ "tokens.components.developer-basic-button.height": *developer
60
+ "tokens.components.developer-basic-button.font": *developer
61
+ "tokens.components.developer-basic-button.states": *developer
62
+ "tokens.components.developer-basic-button.use": *developer
63
+ "tokens.components.developer-login-input.type": *developer_input
64
+ "tokens.components.developer-login-input.bg": *developer_input
65
+ "tokens.components.developer-login-input.fg": *developer_input
66
+ "tokens.components.developer-login-input.border": *developer_input
67
+ "tokens.components.developer-login-input.radius": *developer_input
68
+ "tokens.components.developer-login-input.padding": *developer_input
69
+ "tokens.components.developer-login-input.height": *developer_input
70
+ "tokens.components.developer-login-input.font": *developer_input
71
+ "tokens.components.developer-login-input.states": *developer_input
72
+ "tokens.components.developer-login-input.use": *developer_input
73
+ tokens:
74
+ source: live-extract
75
+ extracted: "2026-07-13"
76
+ components_harvested: true
77
+ note: "Machine tokens are limited to selector-backed values from the supplied One Store storefront and developer-portal capture. Corporate brand, font, and developer-support material remain separate evidence domains."
78
+ colors:
79
+ brand-surface: "#2a1f60"
80
+ canvas: "#ffffff"
81
+ foreground: "#000000"
82
+ secondary-foreground: "#454545"
83
+ developer-surface: "#efefef"
84
+ developer-border: "#767676"
85
+ typography:
86
+ body: { size: 15, weight: 400, lineHeight: 1.46, use: "Storefront body sample; computed system stack is not a brand font" }
87
+ developer-control: { size: 13.3333, weight: 400, use: "Developer-portal button and input sample; computed Arial is a system font" }
88
+ spacing: { developer-button-x: 20, developer-input-y: 1, developer-input-x: 2 }
89
+ rounded: { square: 0 }
90
+ components:
91
+ developer-basic-button: { type: button, bg: "#efefef", fg: "#000000", border: "2px solid #000000", radius: "0px", padding: "0px 20px", height: "50px", font: "13.3333px / 400 Arial", states: "Default observed only; interactionCount is 0, so no hover, focus, pressed, disabled, or error value is asserted", use: "Developer portal GeneralButton-module__box___leAwc.large at surface-5::[data-omd-capture=10]" }
92
+ developer-login-input: { type: input, bg: "#ffffff", fg: "#000000", border: "2px solid #767676", radius: "0px", padding: "1px 2px", height: "21px", font: "13.3333px / 400 Arial", states: "Default observed only; interactionCount is 0, so no hover, focus, pressed, disabled, or error value is asserted", use: "Developer portal LoginField-module__loginField___7ReTE at surface-5::[data-omd-capture=12]" }
93
+ ---
94
+ # Design System Inspiration of 원스토어
95
+
96
+ ## 1. Visual Theme & Atmosphere
97
+
98
+ 원스토어 is a Korean mobile-content marketplace spanning games, apps, and story content. It was launched in 2016 by combining the three mobile-carrier app markets with Naver App Store, after the T Store business moved from SK Planet to One store Co., Ltd. Its official company narrative calls for a platform that is closer, more open, and more fun, and its current public messaging centres on “쏠쏠하게 앱하다” and enjoyable game life. The supplied capture shows a deliberately split public ecosystem rather than one universal UI: the consumer storefront is a mostly white, black-text surface with a sparse dark-purple background occurrence, while the separately captured developer portal uses conventional square system controls. The official corporate brand gallery, free mobile-font program, developer-support material, and storefront are related but distinct domains; this reference keeps their evidence boundaries intact. [Company history](https://www.onestorecorp.com/about/corp/) · [Customer commitment](https://onestorecorp.com/sv/ccm/)
99
+
100
+ ## 2. Color Palette & Roles
101
+
102
+ ### Selector-backed surface values
103
+
104
+ - **Brand-surface candidate** (`#2A1F60`): observed twice as a background on the captured storefront home route. It is retained as a narrow surface observation and catalog identity color, not as a universal action color.
105
+ - **Canvas** (`#FFFFFF`): observed across all five captured surfaces.
106
+ - **Foreground** (`#000000`): the dominant observed text and border value across all five captured surfaces.
107
+ - **Storefront secondary text** (`#454545`): repeated on home-route list items.
108
+ - **Developer control surface** (`#EFEFEF`) and **developer input border** (`#767676`): observed only on `dev.onestore.net`; they do not define the consumer marketplace palette.
109
+
110
+ No semantic success, error, selected, hover, pressed, or CTA color is specified. `#0000EE` appears on the developer portal, but the supplied evidence does not establish it as a One Store brand value, so it is not promoted.
111
+
112
+ ## 3. Typography Rules
113
+
114
+ ### Evidence classes
115
+
116
+ - **Live computed storefront use:** the main storefront’s visible samples resolve to `helvetica, "Apple SD Gothic Neo", "Malgun Gothic", "맑은 고딕", Arial, sans-serif`. The collector classifies this as a high-confidence operating-system stack; no loaded FontFace/source supports a One Store-owned UI family. The measured 15px / 400 / 21.9px body metrics remain useful, but the stack is not emitted as a brand font token.
117
+ - **Live computed developer-product use:** the developer portal samples use system `Arial` at 13.3333px / 400. The portal’s `geistSans`, `geistMono`, and `notoSansKr` faces are declared-only in the supplied evidence; none had visible usage and none is promoted.
118
+ - **Official distributed brand assets:** One Store publicly distributes Mobile Gothic Body, Mobile Gothic Title, and Mobile Gothic POP. The company describes the Body face as mobile-optimised and modern/comfortable, the Title face as stable and firm, and POP as a lively handwritten face. These are useful font assets, not evidence that the captured storefront loads them. [Official font page](https://www.onestorecorp.com/sv/fordev_font/)
119
+ - **Official licence/use boundary:** the company’s launch announcement says the three fonts are free and commercially usable. That establishes distribution/use terms, not consumer-storefront deployment. [Font announcement](https://onestorecorp.com/news/presskit/2021/2021-05-17.html)
120
+ - **Unresolved:** `Times` appears in sparse developer-portal samples without a matching loaded FontFace or official product-use evidence; it is omitted.
121
+
122
+ ### Measured hierarchy
123
+
124
+ | Role | Size | Weight | Line height | Evidence boundary |
125
+ |------|------|--------|-------------|-------------------|
126
+ | Storefront body | 15px | 400 | 21.9px | Home-route computed system stack |
127
+ | Storefront secondary list text | 14px | 400 | 20px | Home-route list items |
128
+ | Developer control | 13.3333px | 400 | normal | Developer portal system Arial samples |
129
+
130
+ ## 4. Component Stylings
131
+
132
+ ### Developer portal controls
133
+
134
+ **General button — observed default**
135
+ - Background: #EFEFEF
136
+ - Text: #000000
137
+ - Border: 2px solid #000000
138
+ - Radius: 0px
139
+ - Padding: 0px 20px
140
+ - Height: 50px
141
+ - Font: 13.3333px / 400 / Arial
142
+ - Use: `GeneralButton-module__box___leAwc.large` at `surface-5::[data-omd-capture="10"]`; default only.
143
+
144
+ **Login input — observed default**
145
+ - Background: #FFFFFF
146
+ - Text: #000000
147
+ - Border: 2px solid #767676
148
+ - Radius: 0px
149
+ - Padding: 1px 2px
150
+ - Height: 21px
151
+ - Font: 13.3333px / 400 / Arial
152
+ - Use: `LoginField-module__loginField___7ReTE` at `surface-5::[data-omd-capture="12"]`; default only.
153
+
154
+ The evidence records no interaction snapshots or observed states. The two default controls above remain available because their selector, surface, and computed geometry are present; hover, focus, pressed, disabled, and error values are absent. Storefront links and rows are documented only as list items in the raw evidence and are not relabelled as buttons.
155
+
156
+ ---
157
+ **Verified:** 2026-07-13
158
+ **Tier 1 sources:** https://m.onestore.co.kr/; https://m.onestore.co.kr/v2/ko-kr/game; https://m.onestore.co.kr/v2/ko-kr/about/oneplay; https://m.onestore.co.kr/v2/ko-kr/app/0000117501/about; https://dev.onestore.net/dev; https://www.onestorecorp.com/about/corp/; https://onestorecorp.com/sv/ccm/; https://www.onestorecorp.com/sv/fordev_font/
159
+ **Tier 2 sources:** https://getdesign.md/onestore (attempted; endpoint returned an internal error/no usable record); https://styles.refero.design/?q=onestore (attempted; endpoint returned an internal error/no usable record)
160
+ **Conflicts unresolved:** none
161
+
162
+ ## 5. Layout Principles
163
+
164
+ The supplied bundle covers five 1440×900 routes but does not establish a single cross-domain layout system. On the developer portal, the observed button is 180×50px and the input is 153×21px; these are individual control measurements, not a consumer-marketplace grid. The storefront’s only retained measurement is its system-stack body text and sparse list-item geometry. No product-card grid, breakpoint, sticky header, or responsive rule is claimed.
165
+
166
+ ## 6. Depth & Elevation
167
+
168
+ The retained button and input samples have `box-shadow: none`. No elevated card, panel, menu, toast, dialog, or overlay value was backed by the supplied selector/state evidence, so no elevation token is included.
169
+
170
+ ## 7. Do's and Don'ts
171
+
172
+ ### Do
173
+
174
+ - Keep consumer storefront, developer portal, corporate brand assets, and font distribution as separately evidenced domains.
175
+ - Reuse the recorded developer button or input only at their documented default geometry and source surface.
176
+ - Treat One Store Mobile Gothic as an official distributable brand asset, not a verified storefront webfont.
177
+ - Preserve the measured storefront body metrics without silently substituting a claimed brand typeface.
178
+
179
+ ### Don't
180
+
181
+ - Do not turn the narrow `#2A1F60` background observation into a universal CTA or product palette.
182
+ - Do not use `geistSans`, `geistMono`, `notoSansKr`, Times, Arial, Helvetica, or a system fallback as though it were an observed One Store brand UI font.
183
+ - Do not reclassify observed links/rows as buttons or infer components from generic marketplace conventions.
184
+ - Do not add hover, focus, pressed, disabled, error, selected, responsive, or motion values from this capture.
185
+
186
+ ## 8. Responsive Behavior
187
+
188
+ All supplied surfaces were captured at 1440×900. No mobile viewport, breakpoint, touch-target rule, responsive grid, or alternate navigation state is evidenced. The mobile hostname in the storefront URL is not itself evidence for a responsive implementation rule.
189
+
190
+ ## 9. Agent Prompt Guide
191
+
192
+ “Treat One Store as a Korean mobile-content marketplace with separate storefront, developer, corporate-brand, and font-asset evidence. For the documented developer portal default, use a square #EFEFEF button with a 2px black border, 0px 20px padding, 50px height, and system Arial metrics; pair it only with the measured square white login input. Preserve the storefront’s white/black baseline and narrow #2A1F60 background observation. Do not synthesize a consumer CTA, card, brand webfont, interaction state, responsive pattern, or elevation system.”
193
+
194
+ ## 10. Voice & Tone
195
+
196
+ The official corporate voice is open, benefit-aware, and playfully mobile-native. Its public language frames the service around more enjoyable game life and a platform that is closer, more open, and more fun, while the customer-commitment page keeps the decision frame on compelling choices for creators and consumers. This is corporate and service-principle context, not evidence for unobserved store labels or flows. [Company introduction](https://www.onestorecorp.com/about/corp/) · [Customer commitment](https://onestorecorp.com/sv/ccm/)
197
+
198
+ | Do | Don't |
199
+ |----|-------|
200
+ | Describe a concrete benefit or choice in plain language. | Attribute unobserved purchase, error, or account copy to the storefront. |
201
+ | Keep creator and consumer value in the same frame where the source does. | Treat corporate slogan language as a UI token. |
202
+ | Use playful energy only when it supports a real mobile-content context. | Invent a youth audience, demographic, or game-specific tone rule. |
203
+
204
+ **Voice samples.**
205
+
206
+ - “더 쏠쏠하게 앱하다” — current corporate/service slogan. <!-- verified: onestorecorp.com/about/corp 2026-07-13 -->
207
+ - “슬기로운 게임생활을 만듭니다” — official company framing. <!-- verified: onestorecorp.com/about/corp 2026-07-13 -->
208
+ - “To provide compelling choices to make creators and consumers happier on our digital content platform” — official mission statement. <!-- verified: onestorecorp.com/sv/ccm 2026-07-13 -->
209
+
210
+ ## 11. Brand Narrative
211
+
212
+ One Store traces its operating history to the 2016 transfer of T Store from SK Planet, its company establishment, and the launch that combined the three mobile-carrier app markets with Naver App Store. That origin explains the platform’s explicit concern with both consumers and content partners rather than a single retail category. The company’s current description centres games, apps, and story content, seeking a more open and enjoyable platform experience. [Company history](https://www.onestorecorp.com/about/corp/)
213
+
214
+ The current story also has an ecosystem dimension. The company records a 2024 investment/cooperation arrangement with Digital Turbine for overseas expansion, while its developer-support program describes long-running support for mobile-game developers and creator pathways. These are corporate and partner-program facts, not evidence that the public storefront or developer portal shares a single component system. [Company history](https://www.onestorecorp.com/about/corp/) · [Developer support](https://onestorecorp.com/sv/fordev/)
215
+
216
+ In 2021, the company made three mobile fonts publicly available and described them as suitable for commercial use. That release expands its brand-asset footprint, but no supplied loaded-font evidence connects the fonts to the captured consumer storefront. [Font release](https://onestorecorp.com/news/presskit/2021/2021-05-17.html)
217
+
218
+ ## 12. Principles
219
+
220
+ 1. **Offer compelling choices for creators and consumers.** The official mission joins both stakeholder groups in one digital-content platform. *UI implication:* make a verified choice or benefit legible without inventing a checkout, ranking, or recommendation rule.
221
+ 2. **Keep mobile content enjoyable.** The company describes a goal of more enjoyable mobile and game life. *UI implication:* use a clear, light hierarchy where actual content or benefit evidence exists; do not add decorative game tropes as a default.
222
+ 3. **Support the ecosystem.** Official developer-support material describes developer, game-industry, and creator programs. *UI implication:* distinguish developer-facing controls from consumer-storefront patterns instead of collapsing them into one UI kit.
223
+ 4. **Put customers first.** The company’s customer commitment calls for understanding what customers want and acting on feedback. *UI implication:* communicate confirmed outcomes and boundaries plainly; do not hide missing state evidence behind generic reassurance.
224
+
225
+ ## 13. Personas
226
+
227
+ *The company names creators, consumers, and developers in first-party material, but no first-party persona research or demographic segmentation was collected. The archetypes below are stakeholder boundaries, not fictional user profiles.*
228
+
229
+ - **Consumer of mobile content:** a service stakeholder named in the mission. Specific browsing, payment, and retention behaviour is not asserted.
230
+ - **Creator or developer:** a stakeholder named in the mission and developer-support material. Specific tool needs and workflow stages are not asserted.
231
+ - **[FILL IN: user-provided primary storefront task and context]**
232
+
233
+ ## 14. States
234
+
235
+ No state-specific UI was observed: the supplied bundle has `interactionCount: 0` and `observedStates: 0`. The following state categories are intentionally unspecified until a relevant product-surface selector/value pair is captured.
236
+
237
+ | Category | Evidence status |
238
+ |----------|-----------------|
239
+ | Empty | No observed state |
240
+ | Loading | No observed state |
241
+ | Error | No observed state |
242
+ | Success | No observed state |
243
+ | Skeleton | No observed state |
244
+ | Disabled | No observed state |
245
+
246
+ ## 15. Motion & Easing
247
+
248
+ No transition duration, easing curve, animation, expanded state, or interaction sequence was captured. Do not assign motion tokens or infer a motion style from static illustrations, corporate videos, or generic platform behaviour.
@@ -0,0 +1,256 @@
1
+ ---
2
+ id: palantir
3
+ name: Palantir Blueprint
4
+ country: US
5
+ category: developer-tools
6
+ homepage: "https://blueprintjs.com/"
7
+ primary_color: "#2d72d2"
8
+ logo:
9
+ type: favicon
10
+ slug: "https://www.google.com/s2/favicons?domain=blueprintjs.com&sz=128"
11
+ verified: "2026-07-14"
12
+ omd: "0.1"
13
+ ds:
14
+ name: Blueprint
15
+ url: "https://blueprintjs.com/docs/"
16
+ type: system
17
+ description: "Palantir's open-source React UI toolkit for complex, data-dense desktop web interfaces."
18
+ verification_v2:
19
+ schema: 2
20
+ checked: "2026-07-14"
21
+ surfaces:
22
+ - { id: home, kind: public-product, url: "https://blueprintjs.com/", inspected: "2026-07-13" }
23
+ - { id: docs, kind: official-documentation, url: "https://blueprintjs.com/docs/", inspected: "2026-07-13" }
24
+ sources:
25
+ - { id: home-live, kind: product-surface, url: "https://blueprintjs.com/", captured: "2026-07-13" }
26
+ - { id: docs-live, kind: official-doc, url: "https://blueprintjs.com/docs/", captured: "2026-07-13" }
27
+ - { id: blueprint-repository, kind: official-doc, url: "https://github.com/palantir/blueprint", captured: "2026-07-14" }
28
+ - { id: blueprint-license, kind: license, url: "https://github.com/palantir/blueprint/blob/develop/LICENSE", captured: "2026-07-14" }
29
+ - { id: palantir-values, kind: official-doc, url: "https://www.palantir.com/careers/infrastructure", captured: "2026-07-14" }
30
+ conflicts: []
31
+ claims:
32
+ "tokens.colors.primary": &home { surface_id: home, source_id: home-live, method: computed-style, captured: "2026-07-13" }
33
+ "tokens.colors.dark-canvas": *home
34
+ "tokens.colors.on-primary": *home
35
+ "tokens.typography.landing-title.size": *home
36
+ "tokens.typography.landing-title.weight": *home
37
+ "tokens.typography.landing-title.lineHeight": *home
38
+ "tokens.typography.landing-title.use": *home
39
+ "tokens.spacing.xs": *home
40
+ "tokens.spacing.sm": *home
41
+ "tokens.spacing.md": *home
42
+ "tokens.spacing.lg": *home
43
+ "tokens.rounded.control": *home
44
+ "tokens.colors.foreground": &docs { surface_id: docs, source_id: docs-live, method: computed-style, captured: "2026-07-13" }
45
+ "tokens.colors.muted": *docs
46
+ "tokens.colors.link": *docs
47
+ "tokens.colors.canvas": *docs
48
+ "tokens.typography.docs-title.size": *docs
49
+ "tokens.typography.docs-title.weight": *docs
50
+ "tokens.typography.docs-title.lineHeight": *docs
51
+ "tokens.typography.docs-title.use": *docs
52
+ "tokens.typography.docs-body.size": *docs
53
+ "tokens.typography.docs-body.weight": *docs
54
+ "tokens.typography.docs-body.lineHeight": *docs
55
+ "tokens.typography.docs-body.use": *docs
56
+ "tokens.spacing.xl": *docs
57
+ "tokens.rounded.sharp": *docs
58
+ "tokens.rounded.round": *docs
59
+ "tokens.shadow.docs-card": *docs
60
+ "tokens.components.docs-welcome-card.type": *docs
61
+ "tokens.components.docs-welcome-card.bg": *docs
62
+ "tokens.components.docs-welcome-card.fg": *docs
63
+ "tokens.components.docs-welcome-card.radius": *docs
64
+ "tokens.components.docs-welcome-card.padding": *docs
65
+ "tokens.components.docs-welcome-card.height": *docs
66
+ "tokens.components.docs-welcome-card.shadow": *docs
67
+ "tokens.components.docs-welcome-card.font": *docs
68
+ "tokens.components.docs-welcome-card.use": *docs
69
+ tokens:
70
+ source: reconciled
71
+ extracted: "2026-07-14"
72
+ note: "Machine tokens are limited to the supplied Blueprint landing and documentation capture. The operating-system stack is not a named Blueprint UI family; declared icon fonts, Palantir corporate material, and repository context remain separate evidence domains."
73
+ colors:
74
+ primary: "#2d72d2"
75
+ dark-canvas: "#111418"
76
+ on-primary: "#ffffff"
77
+ foreground: "#1c2127"
78
+ muted: "#5f6b7c"
79
+ link: "#215db0"
80
+ canvas: "#ffffff"
81
+ typography:
82
+ landing-title: { size: 28, weight: 400, lineHeight: 33.6, use: "Observed landing h1; computed operating-system stack, not a named Blueprint family" }
83
+ docs-title: { size: 36, weight: 600, lineHeight: 40, use: "Observed public Docs h1; computed operating-system stack, not a named Blueprint family" }
84
+ docs-body: { size: 16, weight: 400, lineHeight: 24, use: "Observed public Docs body paragraphs; computed operating-system stack, not a named Blueprint family" }
85
+ spacing: { xs: 4, sm: 8, md: 12, lg: 16, xl: 20 }
86
+ rounded: { sharp: 0, control: 4, round: 30 }
87
+ shadow:
88
+ docs-card: "rgba(0, 0, 0, 0.15) 0px 0px 0px 1px, rgba(0, 0, 0, 0.02) 0px 0px 5px 0px"
89
+ components:
90
+ docs-welcome-card: { type: card, bg: "oklch(1 0 257.113)", fg: "#215db0", radius: 4, padding: "20px", height: 122, shadow: "rgba(0, 0, 0, 0.15) 0px 0px 0px 1px, rgba(0, 0, 0, 0.02) 0px 0px 5px 0px", font: "14px / 400 / 18.0013px operating-system stack", use: "Static public Docs welcome card; selector surface-2::div.bp6-card.bp6-elevation-0.bp6-interactive" }
91
+ components_harvested: true
92
+ ---
93
+
94
+ # Design System Inspiration of Palantir Blueprint
95
+
96
+ ## 1. Visual Theme & Atmosphere
97
+
98
+ Blueprint is Palantir’s open-source React toolkit for complex, data-dense desktop web interfaces. Its public face is unusually direct for a design-system site: the landing page presents a dark wireframe field, sparse white type, and restrained actions, while the documentation moves immediately into a light, compact reading environment with navigable component material. That split is purposeful rather than a universal palette: the captured landing establishes a dark product identity, and the captured Docs establish an information-dense working surface. Blueprint originated as a Palantir project and is now maintained as an open-source library; the current documentation presents Blueprint v6.x as available, making versioned migration and maintained component infrastructure part of its present expression. Palantir’s broader engineering culture—ideas judged on merit, ownership of outcomes, and mission focus—gives useful organizational context, but it does not turn corporate-page styling into Blueprint tokens.
99
+
100
+ - **Desktop workbench, not a lifestyle landing:** Blueprint’s own documentation says it is optimized for complex, data-dense desktop applications and is not mobile-first.
101
+ - **Dark entry, light reference:** `#111418` is the supplied landing body background; public Docs use white card/canvas samples with `#1c2127` text.
102
+ - **Measured utility:** the captured Docs card is 122px high with 20px padding, a 4px radius, and a low, double-layer outline/shadow rather than promotional elevation.
103
+
104
+ ## 2. Color Palette & Roles
105
+
106
+ ### Selector-backed captured values
107
+
108
+ - **Primary blue** (`#2d72d2`): observed as the filled landing action background; it is retained as the canonical primary color only for this captured Blueprint scope.
109
+ - **Dark landing canvas** (`#111418`): observed on the public landing body; it is not evidence that every Blueprint application uses a dark canvas.
110
+ - **On-primary / landing white** (`#ffffff`): observed on the filled landing action and landing headline.
111
+ - **Docs foreground** (`#1c2127`): repeated captured Docs text and menu-item foreground.
112
+ - **Docs muted** (`#5f6b7c`): repeated secondary Docs text/border sample.
113
+ - **Docs link/card accent** (`#215db0`): observed on the public Docs welcome-card content.
114
+ - **Docs canvas** (`#ffffff`): observed in the expanded Docs version menu; the card’s raw computed value is recorded separately as `oklch(1 0 257.113)`.
115
+
116
+ The landing and Docs are separate captured product domains. Palantir corporate colors, unmeasured package variables, and colors inferred from Blueprint examples are not tokens here.
117
+
118
+ ## 3. Typography Rules
119
+
120
+ ### Evidence classes
121
+
122
+ - **Official product-use:** Blueprint’s documentation identifies the project as a React UI toolkit for data-dense desktop applications, but the reviewed official material does not name a proprietary text family for the public surfaces.
123
+ - **Live computed surface-use:** the supplied landing and Docs records both use an operating-system-first computed stack beginning `-apple-system`; it has high-confidence visible use (112 recorded uses). Because it is a system stack, it is not promoted into `tokens.typography.family` and is never rendered as a Blueprint font specimen.
124
+ - **Official distributed brand asset:** no official Blueprint text typeface asset was established in the reviewed sources.
125
+ - **Declared-only:** `blueprint-icons-16`, `blueprint-icons-20`, and `codicon` have declared `@font-face` sources in the supplied capture but zero visible uses. Blueprint’s install guidance says its icon CSS must be loaded for icon-font support; that is icon implementation context, not a text-family token.
126
+ - **License:** the official `palantir/blueprint` repository says the project is available under Apache 2.0. This is a project-code licence statement, not a claim that every browser-served asset is separately redistributable.
127
+
128
+ ### Measured public hierarchy
129
+
130
+ | Role | Size | Weight | Line height | Provenance |
131
+ |---|---:|---:|---:|---|
132
+ | Landing title | 28px | 400 | 33.6px | `home::h1` |
133
+ | Docs title | 36px | 600 | 40px | `surface-2::h1` |
134
+ | Docs body | 16px | 400 | 24px | `surface-2::p` |
135
+
136
+ ## 4. Component Stylings
137
+
138
+ The supplied capture contains twelve detected variants, including links, buttons, list rows, a menu, and cards. The machine component token is deliberately limited to the selector-backed static Docs card below: its default geometry is measured, while no card hover, focus, pressed, disabled, loading, error, or responsive value was captured. The observed menu interaction is retained in the verification record and does not authorize a general menu component token.
139
+
140
+ ### Documentation card
141
+
142
+ **Welcome card / default**
143
+ - Background: `oklch(1 0 257.113)`
144
+ - Text: `#215db0`
145
+ - Radius: `4px`
146
+ - Padding: `20px`
147
+ - Height: `122px`
148
+ - Shadow: `rgba(0, 0, 0, 0.15) 0px 0px 0px 1px, rgba(0, 0, 0, 0.02) 0px 0px 5px 0px`
149
+ - Font: `14px / 400 / 18.0013px operating-system stack`
150
+ - Use: static public Docs welcome card at `surface-2::div.bp6-card.bp6-elevation-0.bp6-interactive`
151
+
152
+ ### Measured but non-tokenized controls
153
+
154
+ The landing includes a 40px minimal action (`4px 16px` padding, 4px radius) and a 30px blue action (`4px 8px` padding, 4px radius). The Docs include a 30px minimal button and a version-selector trigger that opened the one recorded menu. These values remain raw evidence rather than general button tokens: the supplied interaction data contains only the version-menu expansion, not a complete, selector-specific state summary for those button variants.
155
+
156
+ ## 5. Layout Principles
157
+
158
+ - Use the dark landing treatment for an intentionally sparse introduction, not as a claim about Blueprint application canvases.
159
+ - Treat the public Docs as the denser reference surface: 16px body copy, narrow 4px control/card corners, and compact 4/8/12/16/20px observed spacing steps.
160
+ - Preserve the distinction between a navigation/list row and a button. The captured menu row is a `menuitem`/list-item observation, not a general-purpose button.
161
+ - No grid, breakpoint, or authenticated-application layout was measured; those groups are absent rather than filled from an adjacent Palantir product.
162
+
163
+ ## 6. Depth, Elevation & Effects
164
+
165
+ The only tokenized depth value is the Docs welcome-card shadow: `rgba(0, 0, 0, 0.15) 0px 0px 0px 1px` plus `rgba(0, 0, 0, 0.02) 0px 0px 5px 0px`. It reads as a crisp containment edge with a very small ambient lift. The landing action has its own inset/low shadow sample, but it is not elevated to a general elevation scale. No modal, toast, overlay, blur, or focus-ring effect is claimed.
166
+
167
+ ## 7. Do's and Don'ts
168
+
169
+ ### Do
170
+
171
+ - Keep dense desktop information legible through compact geometry and clear text hierarchy.
172
+ - Use the measured blue only where the captured scope establishes an action or Docs-content accent.
173
+ - Keep static card containment precise: 4px corners, 20px card padding, and the captured low outline/shadow.
174
+ - Separate a dark product introduction from the light documentation workspace when both are present in the source scope.
175
+
176
+ ### Don't
177
+
178
+ - Substitute the operating-system stack with a named font and call it Blueprint typography.
179
+ - Turn declared-but-unused icon fonts into a text-family token.
180
+ - Treat the one expanded version menu as evidence for hover, focus, pressed, disabled, toast, dialog, or error styles.
181
+ - Import Palantir corporate pages, brand colors, or product UI into this Blueprint component system without direct evidence.
182
+
183
+ ## 8. Responsive Behavior
184
+
185
+ The supplied packet records two 1440×900 public surfaces only. It establishes no mobile layout, breakpoint, touch target, adaptive navigation, or responsive state. Blueprint’s official repository describes the toolkit as not mobile-first; that product-positioning statement is not a measured responsive specification.
186
+
187
+ ## 9. Agent Prompt
188
+
189
+ Design a data-dense desktop web interface inspired by the captured Palantir Blueprint public surfaces. Use a dark `#111418` landing/introduction only when the page needs a sparse entry moment; use a light Docs-like work surface with `#1c2127` foreground, `#5f6b7c` secondary text, and `#215db0` content accent for information-heavy reference views. Work with measured 4/8/12/16/20px spacing and 0/4px corners; reserve 30px rounding for the specific observed menu trigger rather than a global rule. A static documentation card may use the exact captured white-equivalent `oklch(1 0 257.113)`, 20px padding, 4px radius, and low double shadow. Do not claim a proprietary UI font, broad button-state system, mobile pattern, modal, toast, error, or motion rule without new evidence.
190
+
191
+ ## 10. Voice & Tone
192
+
193
+ Blueprint’s product voice is technical, concise, and task-first. Palantir’s published culture materials add an engineering register centered on ideas, responsibility, and outcomes; use that as context for prose, not as a component-copy source.
194
+
195
+ | Do | Don't |
196
+ |---|---|
197
+ | Name the component, purpose, and implementation step plainly. | Add lifestyle language or vague transformation claims to reference UI. |
198
+ | Prefer compact imperative guidance. | Inflate a small configuration choice into a brand promise. |
199
+ | State an evidence boundary when a behavior was not observed. | Fill missing states with plausible platform conventions. |
200
+
201
+ Source-grounded voice samples:
202
+
203
+ - “A React-based UI toolkit for the web.” — Blueprint landing.
204
+ - “Optimized for building complex data-dense interfaces.” — Blueprint documentation.
205
+ - “The Best Idea Wins.” — Palantir careers/values material.
206
+
207
+ ## 11. Brand Narrative
208
+
209
+ Blueprint is an open-source project developed at Palantir, positioned for the practical problem of building complex desktop web interfaces where information density is a core requirement. Its visible product expression is therefore less about a single marketing palette than about an implementable set of components, icons, and documentation for React applications.
210
+
211
+ Palantir states that it was founded in 2003 to address critical data problems while protecting civil liberties, and describes its software work as helping institutions integrate data, decisions, and operations. Blueprint is not evidence for the visual design of those proprietary platforms; it is a public project associated with the same engineering organization.
212
+
213
+ The current Blueprint site presents v6.x as available and directs users through migration guidance. That present-tense evolution supports a maintained-library reading of the reference, while the packet limits visual facts to the supplied landing and documentation captures.
214
+
215
+ ## 12. Principles
216
+
217
+ 1. **Design for dense work, not decorative emptiness.**
218
+ *UI implication:* favor a readable 16px Docs body role and compact, measured containment over oversized marketing modules.
219
+ 2. **Make structure explicit.**
220
+ *UI implication:* distinguish card, list item, menu row, and action semantics instead of styling every link as a button.
221
+ 3. **Treat the best idea as testable.**
222
+ *UI implication:* expose clear labels, predictable hierarchy, and selector-backed component geometry rather than visual guesswork.
223
+ 4. **Own the evidence boundary.**
224
+ *UI implication:* retain measured default card values, but omit unobserved state, motion, responsive, and proprietary-font rules.
225
+
226
+ ## 13. Personas
227
+
228
+ The following are documented usage archetypes, not fictional customer personas.
229
+
230
+ - **Desktop React application developer:** Blueprint explicitly targets React-based, complex, data-dense desktop web interfaces. Their need is a documented component surface with implementation guidance.
231
+ - **Team maintaining an information-heavy internal or public application:** the toolkit’s stated optimization for desktop density supports this role. The supplied Docs surface is evidence for reference-reading needs, not for their specific workflow or authorization model.
232
+
233
+ No additional industry, title, demographic, or task-flow persona is asserted from the supplied evidence.
234
+
235
+ ## 14. States
236
+
237
+ | State category | Evidence and retained boundary |
238
+ |---|---|
239
+ | Empty | No empty-state presentation observed. |
240
+ | Loading | No loading or skeleton presentation observed. |
241
+ | Error | No form, network, validation, or error presentation observed. |
242
+ | Success | No success presentation observed. |
243
+ | Disabled | No disabled component sample observed. |
244
+ | Expanded menu | Observed once on public Docs: the version-selector trigger produced a menu with `expanded` and `menu-open` states. This does not establish a reusable menu-state contract. |
245
+
246
+ Hover, focus, pressed, selected, required, and responsive changes are absent for the retained static card and tokenized values.
247
+
248
+ ## 15. Motion & Easing
249
+
250
+ The supplied evidence contains no duration, easing curve, transition, animation, or reduced-motion observation. No motion token or animation recommendation is created. The single Docs menu expansion establishes only an expanded snapshot, not timing or a transition specification.
251
+
252
+ ---
253
+ **Verified:** 2026-07-14
254
+ **Tier 1 sources:** https://blueprintjs.com/ · https://blueprintjs.com/docs/ · https://github.com/palantir/blueprint
255
+ **Tier 2 sources:** https://getdesign.md/palantir (attempted; internal retrieval error) · https://styles.refero.design/?q=Palantir%20Blueprint (attempted; internal retrieval error)
256
+ **Conflicts unresolved:** none