oh-my-design-cli 1.8.7 → 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 (247) 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 +1995 -38
  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/alipay/DESIGN.md +179 -420
  71. package/web/references/apple/DESIGN.md +224 -498
  72. package/web/references/asleep/DESIGN.md +402 -0
  73. package/web/references/au/DESIGN.md +334 -0
  74. package/web/references/autopedia/DESIGN.md +382 -0
  75. package/web/references/aws-cloudscape/DESIGN.md +241 -0
  76. package/web/references/baemin/DESIGN.md +332 -491
  77. package/web/references/banksalad/DESIGN.md +269 -180
  78. package/web/references/barogo/DESIGN.md +416 -0
  79. package/web/references/beusable/DESIGN.md +464 -0
  80. package/web/references/bilibili/DESIGN.md +206 -374
  81. package/web/references/bmw/DESIGN.md +162 -276
  82. package/web/references/brandi/DESIGN.md +184 -325
  83. package/web/references/catchtable/DESIGN.md +219 -264
  84. package/web/references/cgv/DESIGN.md +317 -0
  85. package/web/references/channeltalk/DESIGN.md +210 -336
  86. package/web/references/china-airlines/DESIGN.md +291 -0
  87. package/web/references/cjonstyle/DESIGN.md +453 -0
  88. package/web/references/class101/DESIGN.md +168 -387
  89. package/web/references/classum/DESIGN.md +228 -203
  90. package/web/references/claude/DESIGN.md +242 -479
  91. package/web/references/clay/DESIGN.md +179 -377
  92. package/web/references/clickhouse/DESIGN.md +254 -343
  93. package/web/references/cohere/DESIGN.md +214 -324
  94. package/web/references/coinone/DESIGN.md +199 -179
  95. package/web/references/corca/DESIGN.md +414 -0
  96. package/web/references/coupang/DESIGN.md +205 -475
  97. package/web/references/cursor/DESIGN.md +240 -381
  98. package/web/references/dabang/DESIGN.md +248 -213
  99. package/web/references/dable/DESIGN.md +431 -0
  100. package/web/references/datarize/DESIGN.md +217 -330
  101. package/web/references/dealicious/DESIGN.md +402 -0
  102. package/web/references/drdiary/DESIGN.md +404 -0
  103. package/web/references/elastic/DESIGN.md +238 -0
  104. package/web/references/elevenlabs/DESIGN.md +183 -321
  105. package/web/references/eslite/DESIGN.md +257 -0
  106. package/web/references/evaair/DESIGN.md +338 -0
  107. package/web/references/expo/DESIGN.md +238 -331
  108. package/web/references/familymart-tw/DESIGN.md +254 -0
  109. package/web/references/ferrari/DESIGN.md +160 -377
  110. package/web/references/figma/DESIGN.md +197 -451
  111. package/web/references/fitpet/DESIGN.md +445 -0
  112. package/web/references/flex/DESIGN.md +170 -253
  113. package/web/references/framer/DESIGN.md +197 -340
  114. package/web/references/freee/DESIGN.md +211 -533
  115. package/web/references/friendliai/DESIGN.md +431 -0
  116. package/web/references/frip/DESIGN.md +440 -0
  117. package/web/references/gangnamunni/DESIGN.md +154 -591
  118. package/web/references/gaudiolab/DESIGN.md +414 -0
  119. package/web/references/google/DESIGN.md +290 -398
  120. package/web/references/hashicorp/DESIGN.md +273 -318
  121. package/web/references/heydealer/DESIGN.md +429 -0
  122. package/web/references/humanscape/DESIGN.md +433 -0
  123. package/web/references/hyundai/DESIGN.md +158 -368
  124. package/web/references/hyundaicard/DESIGN.md +171 -121
  125. package/web/references/ibm/DESIGN.md +227 -378
  126. package/web/references/idus/DESIGN.md +450 -0
  127. package/web/references/igaworks/DESIGN.md +437 -0
  128. package/web/references/inflearn/DESIGN.md +221 -366
  129. package/web/references/intuit/DESIGN.md +244 -0
  130. package/web/references/jandi/DESIGN.md +191 -291
  131. package/web/references/jobplanet/DESIGN.md +415 -0
  132. package/web/references/kakao/DESIGN.md +287 -475
  133. package/web/references/kakaobank/DESIGN.md +220 -521
  134. package/web/references/kakaogames/DESIGN.md +220 -0
  135. package/web/references/kakaopay/DESIGN.md +207 -526
  136. package/web/references/karrot/DESIGN.md +227 -251
  137. package/web/references/kb-kookmin/DESIGN.md +308 -0
  138. package/web/references/kbank/DESIGN.md +220 -175
  139. package/web/references/kmong/DESIGN.md +281 -356
  140. package/web/references/krds/DESIGN.md +245 -19
  141. package/web/references/kream/DESIGN.md +224 -359
  142. package/web/references/kurly/DESIGN.md +211 -533
  143. package/web/references/lamborghini/DESIGN.md +198 -360
  144. package/web/references/lguplus/DESIGN.md +259 -0
  145. package/web/references/likelion/DESIGN.md +283 -0
  146. package/web/references/line/DESIGN.md +396 -355
  147. package/web/references/linear.app/DESIGN.md +209 -562
  148. package/web/references/lotteon/DESIGN.md +386 -0
  149. package/web/references/lovable/DESIGN.md +255 -349
  150. package/web/references/makinarocks/DESIGN.md +149 -349
  151. package/web/references/maum-ai/DESIGN.md +423 -0
  152. package/web/references/medibloc/DESIGN.md +425 -0
  153. package/web/references/megabox/DESIGN.md +232 -0
  154. package/web/references/mercari/DESIGN.md +217 -434
  155. package/web/references/microsoft/DESIGN.md +234 -388
  156. package/web/references/mildang/DESIGN.md +411 -0
  157. package/web/references/millie/DESIGN.md +183 -504
  158. package/web/references/minimax/DESIGN.md +264 -322
  159. package/web/references/miricanvas/DESIGN.md +182 -355
  160. package/web/references/miro/DESIGN.md +234 -232
  161. package/web/references/mistral.ai/DESIGN.md +231 -314
  162. package/web/references/mixi/DESIGN.md +234 -0
  163. package/web/references/moin/DESIGN.md +445 -0
  164. package/web/references/mongodb/DESIGN.md +219 -316
  165. package/web/references/musinsa/DESIGN.md +184 -510
  166. package/web/references/mynavi/DESIGN.md +242 -0
  167. package/web/references/myrealtrip/DESIGN.md +169 -406
  168. package/web/references/naver/DESIGN.md +328 -499
  169. package/web/references/naverwebtoon/DESIGN.md +172 -395
  170. package/web/references/nhn/DESIGN.md +169 -346
  171. package/web/references/nhncloud/DESIGN.md +185 -123
  172. package/web/references/notion/DESIGN.md +271 -475
  173. package/web/references/nrise/DESIGN.md +417 -0
  174. package/web/references/ohouse/DESIGN.md +210 -549
  175. package/web/references/oliveyoung/DESIGN.md +217 -326
  176. package/web/references/ollama/DESIGN.md +241 -308
  177. package/web/references/onestore/DESIGN.md +248 -0
  178. package/web/references/palantir/DESIGN.md +256 -0
  179. package/web/references/panasonic/DESIGN.md +276 -0
  180. package/web/references/patternfly/DESIGN.md +259 -0
  181. package/web/references/payhere/DESIGN.md +438 -0
  182. package/web/references/pega/DESIGN.md +262 -0
  183. package/web/references/peoplefund/DESIGN.md +431 -0
  184. package/web/references/petfriends/DESIGN.md +428 -0
  185. package/web/references/pinkfong/DESIGN.md +199 -367
  186. package/web/references/pinterest/DESIGN.md +258 -308
  187. package/web/references/poya/DESIGN.md +286 -0
  188. package/web/references/pozalabs/DESIGN.md +438 -0
  189. package/web/references/protopie/DESIGN.md +419 -0
  190. package/web/references/qraft/DESIGN.md +448 -0
  191. package/web/references/quotabook/DESIGN.md +449 -0
  192. package/web/references/recruit/DESIGN.md +247 -0
  193. package/web/references/remember/DESIGN.md +202 -396
  194. package/web/references/resend/DESIGN.md +274 -348
  195. package/web/references/sakura-internet/DESIGN.md +269 -0
  196. package/web/references/samsung/DESIGN.md +157 -359
  197. package/web/references/sandoll/DESIGN.md +445 -0
  198. package/web/references/sanity/DESIGN.md +241 -375
  199. package/web/references/scatterlab/DESIGN.md +412 -0
  200. package/web/references/selectstar/DESIGN.md +439 -0
  201. package/web/references/servicenow/DESIGN.md +289 -0
  202. package/web/references/shinhanbank/DESIGN.md +161 -341
  203. package/web/references/shinhancard/DESIGN.md +208 -319
  204. package/web/references/sionic/DESIGN.md +454 -0
  205. package/web/references/sktelecom/DESIGN.md +310 -0
  206. package/web/references/socar/DESIGN.md +125 -32
  207. package/web/references/softbank/DESIGN.md +231 -0
  208. package/web/references/sony/DESIGN.md +234 -0
  209. package/web/references/soop/DESIGN.md +261 -0
  210. package/web/references/spacex/DESIGN.md +184 -323
  211. package/web/references/spotify/DESIGN.md +253 -394
  212. package/web/references/squeezebits/DESIGN.md +441 -0
  213. package/web/references/stayfolio/DESIGN.md +422 -0
  214. package/web/references/stripe/DESIGN.md +212 -491
  215. package/web/references/supabase/DESIGN.md +244 -316
  216. package/web/references/tabling/DESIGN.md +415 -0
  217. package/web/references/taishinbank/DESIGN.md +243 -0
  218. package/web/references/teamlab/DESIGN.md +240 -0
  219. package/web/references/teamsparta/DESIGN.md +472 -0
  220. package/web/references/tellingme/DESIGN.md +392 -0
  221. package/web/references/tesla/DESIGN.md +244 -427
  222. package/web/references/thsr/DESIGN.md +284 -0
  223. package/web/references/thumbtack/DESIGN.md +302 -0
  224. package/web/references/together.ai/DESIGN.md +257 -304
  225. package/web/references/toss/DESIGN.md +251 -593
  226. package/web/references/toss-securities/DESIGN.md +255 -178
  227. package/web/references/tossbank/DESIGN.md +195 -491
  228. package/web/references/toyota/DESIGN.md +238 -0
  229. package/web/references/tving/DESIGN.md +197 -245
  230. package/web/references/typed/DESIGN.md +413 -0
  231. package/web/references/uber/DESIGN.md +256 -333
  232. package/web/references/udn/DESIGN.md +250 -0
  233. package/web/references/upbit/DESIGN.md +145 -256
  234. package/web/references/upstage/DESIGN.md +211 -204
  235. package/web/references/uswds/DESIGN.md +287 -0
  236. package/web/references/vercel/DESIGN.md +236 -440
  237. package/web/references/wanted/DESIGN.md +215 -487
  238. package/web/references/wise/DESIGN.md +223 -231
  239. package/web/references/wisetracker/DESIGN.md +462 -0
  240. package/web/references/wooribank/DESIGN.md +245 -0
  241. package/web/references/yanolja/DESIGN.md +250 -419
  242. package/web/references/yeogiotte/DESIGN.md +235 -418
  243. package/web/references/zapier/DESIGN.md +256 -377
  244. package/web/references/zendesk/DESIGN.md +288 -0
  245. package/web/references/zigzag/DESIGN.md +200 -621
  246. package/dist/install-skills-7UUDOLG2.js +0 -734
  247. package/dist/install-skills-7UUDOLG2.js.map +0 -1
@@ -0,0 +1,287 @@
1
+ ---
2
+ id: uswds
3
+ name: U.S. Web Design System
4
+ country: US
5
+ category: government
6
+ homepage: "https://designsystem.digital.gov/"
7
+ primary_color: "#005ea2"
8
+ logo:
9
+ type: favicon
10
+ slug: "https://www.google.com/s2/favicons?domain=designsystem.digital.gov&sz=128"
11
+ verified: "2026-07-13"
12
+ omd: "0.1"
13
+ ds:
14
+ name: U.S. Web Design System
15
+ url: "https://designsystem.digital.gov/"
16
+ type: system
17
+ description: "GSA's open-source design system for accessible, mobile-friendly U.S. government websites and services."
18
+ verification_v2:
19
+ schema: 2
20
+ checked: "2026-07-13"
21
+ surfaces:
22
+ - { id: home, url: "https://designsystem.digital.gov/", inspected: "2026-07-13" }
23
+ - { id: components, url: "https://designsystem.digital.gov/components/overview/", inspected: "2026-07-13" }
24
+ - { id: accordion, url: "https://designsystem.digital.gov/components/accordion/", inspected: "2026-07-13" }
25
+ sources:
26
+ - { id: home-live, kind: product-surface, url: "https://designsystem.digital.gov/", captured: "2026-07-13" }
27
+ - { id: components-live, kind: official-doc, url: "https://designsystem.digital.gov/components/overview/", captured: "2026-07-13" }
28
+ - { id: accordion-live, kind: official-doc, url: "https://designsystem.digital.gov/components/accordion/", captured: "2026-07-13" }
29
+ - { id: about-doc, kind: official-doc, url: "https://designsystem.digital.gov/about/", captured: "2026-07-13" }
30
+ - { id: typography-doc, kind: official-doc, url: "https://designsystem.digital.gov/components/typography/", captured: "2026-07-13" }
31
+ - { id: policy-license, kind: license, url: "https://designsystem.digital.gov/about/website-policies-notices/", captured: "2026-07-13" }
32
+ conflicts: []
33
+ claims:
34
+ "tokens.colors.primary": { surface_id: components, source_id: components-live, method: supplied-computed-style, captured: "2026-07-13" }
35
+ "tokens.colors.primary-vivid": { surface_id: accordion, source_id: accordion-live, method: supplied-computed-style, captured: "2026-07-13" }
36
+ "tokens.colors.canvas": { surface_id: components, source_id: components-live, method: supplied-computed-style, captured: "2026-07-13" }
37
+ "tokens.colors.foreground": { surface_id: home, source_id: home-live, method: supplied-computed-style, captured: "2026-07-13" }
38
+ "tokens.colors.hairline": { surface_id: components, source_id: components-live, method: supplied-computed-style, captured: "2026-07-13" }
39
+ "tokens.colors.header": { surface_id: home, source_id: home-live, method: supplied-computed-style, captured: "2026-07-13" }
40
+ "tokens.colors.search-surface": { surface_id: home, source_id: home-live, method: supplied-computed-style, captured: "2026-07-13" }
41
+ "tokens.colors.search-action": { surface_id: home, source_id: home-live, method: supplied-computed-style, captured: "2026-07-13" }
42
+ "tokens.colors.inverse": { surface_id: home, source_id: home-live, method: supplied-computed-style, captured: "2026-07-13" }
43
+ "tokens.typography.family.ui": { surface_id: home, source_id: home-live, method: loaded-font-and-computed-style, captured: "2026-07-13" }
44
+ "tokens.typography.family.form": { surface_id: components, source_id: components-live, method: loaded-font-and-computed-style, captured: "2026-07-13" }
45
+ "tokens.typography.body.size": { surface_id: home, source_id: home-live, method: supplied-computed-style, captured: "2026-07-13" }
46
+ "tokens.typography.body.weight": { surface_id: home, source_id: home-live, method: supplied-computed-style, captured: "2026-07-13" }
47
+ "tokens.typography.body.lineHeight": { surface_id: home, source_id: home-live, method: supplied-computed-style, captured: "2026-07-13" }
48
+ "tokens.typography.body.use": { surface_id: home, source_id: home-live, method: supplied-computed-style, captured: "2026-07-13" }
49
+ "tokens.typography.form-input.size": { surface_id: components, source_id: components-live, method: supplied-computed-style, captured: "2026-07-13" }
50
+ "tokens.typography.form-input.weight": { surface_id: components, source_id: components-live, method: supplied-computed-style, captured: "2026-07-13" }
51
+ "tokens.typography.form-input.lineHeight": { surface_id: components, source_id: components-live, method: supplied-computed-style, captured: "2026-07-13" }
52
+ "tokens.typography.form-input.use": { surface_id: components, source_id: components-live, method: supplied-computed-style, captured: "2026-07-13" }
53
+ "tokens.spacing.xs": { surface_id: home, source_id: home-live, method: supplied-computed-style, captured: "2026-07-13" }
54
+ "tokens.spacing.sm": { surface_id: home, source_id: home-live, method: supplied-computed-style, captured: "2026-07-13" }
55
+ "tokens.spacing.md": { surface_id: home, source_id: home-live, method: supplied-computed-style, captured: "2026-07-13" }
56
+ "tokens.spacing.lg": { surface_id: components, source_id: components-live, method: supplied-computed-style, captured: "2026-07-13" }
57
+ "tokens.spacing.xl": { surface_id: accordion, source_id: accordion-live, method: supplied-computed-style, captured: "2026-07-13" }
58
+ "tokens.rounded.none": { surface_id: components, source_id: components-live, method: supplied-computed-style, captured: "2026-07-13" }
59
+ "tokens.rounded.control": { surface_id: home, source_id: home-live, method: supplied-computed-style, captured: "2026-07-13" }
60
+ "tokens.components.search-submit.type": { surface_id: home, source_id: home-live, method: selector-backed-component, captured: "2026-07-13" }
61
+ "tokens.components.search-submit.bg": { surface_id: home, source_id: home-live, method: selector-backed-component, captured: "2026-07-13" }
62
+ "tokens.components.search-submit.fg": { surface_id: home, source_id: home-live, method: selector-backed-component, captured: "2026-07-13" }
63
+ "tokens.components.search-submit.border": { surface_id: home, source_id: home-live, method: selector-backed-component, captured: "2026-07-13" }
64
+ "tokens.components.search-submit.radius": { surface_id: home, source_id: home-live, method: selector-backed-component, captured: "2026-07-13" }
65
+ "tokens.components.search-submit.padding": { surface_id: home, source_id: home-live, method: selector-backed-component, captured: "2026-07-13" }
66
+ "tokens.components.search-submit.size": { surface_id: home, source_id: home-live, method: selector-backed-component, captured: "2026-07-13" }
67
+ "tokens.components.search-submit.font": { surface_id: home, source_id: home-live, method: selector-backed-component, captured: "2026-07-13" }
68
+ "tokens.components.search-submit.states": { surface_id: home, source_id: home-live, method: selector-backed-component, captured: "2026-07-13" }
69
+ "tokens.components.search-submit.use": { surface_id: home, source_id: home-live, method: selector-backed-component, captured: "2026-07-13" }
70
+ "tokens.components.side-navigation-item.type": { surface_id: components, source_id: components-live, method: selector-backed-component, captured: "2026-07-13" }
71
+ "tokens.components.side-navigation-item.bg": { surface_id: components, source_id: components-live, method: selector-backed-component, captured: "2026-07-13" }
72
+ "tokens.components.side-navigation-item.fg": { surface_id: components, source_id: components-live, method: selector-backed-component, captured: "2026-07-13" }
73
+ "tokens.components.side-navigation-item.border": { surface_id: components, source_id: components-live, method: selector-backed-component, captured: "2026-07-13" }
74
+ "tokens.components.side-navigation-item.radius": { surface_id: components, source_id: components-live, method: selector-backed-component, captured: "2026-07-13" }
75
+ "tokens.components.side-navigation-item.size": { surface_id: components, source_id: components-live, method: selector-backed-component, captured: "2026-07-13" }
76
+ "tokens.components.side-navigation-item.font": { surface_id: components, source_id: components-live, method: selector-backed-component, captured: "2026-07-13" }
77
+ "tokens.components.side-navigation-item.use": { surface_id: components, source_id: components-live, method: selector-backed-component, captured: "2026-07-13" }
78
+ tokens:
79
+ source: live-extract
80
+ extracted: "2026-07-13"
81
+ note: "Only the supplied three-surface computed-style packet grounds machine tokens; narrative and license evidence remain separate."
82
+ colors:
83
+ primary: "#005ea2"
84
+ primary-vivid: "#0050d8"
85
+ canvas: "#fcfcfc"
86
+ foreground: "#1b1b1b"
87
+ hairline: "#e6e6e6"
88
+ header: "#252f3e"
89
+ search-surface: "#13171f"
90
+ search-action: "#2672de"
91
+ inverse: "#ffffff"
92
+ typography:
93
+ family: { ui: "Public Sans Web", form: "Source Sans Pro Web" }
94
+ body: { size: 16, weight: 400, lineHeight: 1.6, use: "Observed documentation body baseline" }
95
+ form-input: { size: 16.96, weight: 400, lineHeight: 1.3, use: "Observed text input baseline" }
96
+ spacing: { xs: 4, sm: 8, md: 12, lg: 16, xl: 24 }
97
+ rounded: { none: 0, control: 4 }
98
+ components_harvested: true
99
+ components:
100
+ search-submit: { type: button, bg: "#2672de", fg: "#ffffff", border: "0px", radius: "0px 4px 4px 0px", padding: "0px 12px", size: "48px x 38px", font: "16.96px / 700 / Source Sans Pro Web", states: "Default baseline observed; no hover, focus, pressed, disabled, or error value was captured.", use: "Observed site-search submit control on all three captured surfaces" }
101
+ side-navigation-item: { type: listItem, bg: "transparent", fg: "#000000", border: "0px", radius: "0px", size: "204px x 38px", font: "15.04px / 400 / Public Sans Web", use: "Observed side-navigation row on the official components overview and accordion documentation surfaces" }
102
+ ---
103
+
104
+ # Design System Inspiration of U.S. Web Design System
105
+
106
+ ## 1. Visual Theme & Atmosphere
107
+
108
+ The U.S. Web Design System (USWDS) is the General Services Administration’s open-source system for helping federal teams build familiar, accessible, and mobile-friendly public websites and services. Its visual character is deliberately civic rather than proprietary: high-contrast ink, white and near-white reading surfaces, strong government blues, clear borders, and compact square-to-lightly-rounded controls make task completion legible across agencies. The system began in 2015 through 18F and the U.S. Digital Service with an advisory board spanning federal agencies; it is now maintained by GSA’s Digital Services Division. Its current mission is to shape the future of government digital services, with a stated focus on helping teams align, design, and keep services current.
109
+
110
+ The supplied capture covers the public USWDS home page plus component overview and accordion documentation. Across those official documentation surfaces, `#1b1b1b` text and `#fcfcfc` canvas establish a sober reading field, while `#005ea2`, `#0050d8`, and a darker `#252f3e` header distinguish navigation and action. Measured 0px and 4px radii keep controls structural rather than decorative.
111
+
112
+ The public documentation also frames USWDS as an active open-source community of government engineers, content specialists, and designers. This reference keeps that organization-level narrative separate from the measured documentation-surface tokens: it does not claim that a component captured here represents every federal implementation.
113
+
114
+ **Key characteristics:**
115
+
116
+ - Public-service clarity through dark ink, white space, and restrained blue action colors
117
+ - Documentation surfaces use both `Public Sans Web` and `Source Sans Pro Web`, backed by loaded first-party font files
118
+ - Spacing measurements cluster around 4px, 8px, 12px, 16px, and 24px
119
+ - Square baselines with 4px control corners
120
+ - Accessible, semantic component documentation rather than agency-specific branding
121
+
122
+ ## 2. Color Palette & Roles
123
+
124
+ - **Primary blue** (`#005ea2`): observed documentation action and outline color.
125
+ - **Vivid blue** (`#0050d8`): observed accordion-button fill.
126
+ - **Canvas** (`#fcfcfc`): observed documentation-surface canvas and outlined-button fill.
127
+ - **Foreground** (`#1b1b1b`): the recurring dark text and border color.
128
+ - **Hairline** (`#e6e6e6`): observed list boundary.
129
+ - **Header** (`#252f3e`): observed home-page extended-header surface.
130
+ - **Search surface** (`#13171f`) and **search action** (`#2672de`): observed paired search control values.
131
+ - **Inverse** (`#ffffff`): observed text and border against blue or dark surfaces.
132
+
133
+ No success, warning, error, hover, focus, selected, disabled, or alert color is promoted from this packet. Those semantic groups are absent here rather than filled with plausible USWDS defaults.
134
+
135
+ ## 3. Typography Rules
136
+
137
+ ### Font evidence boundary
138
+
139
+ | Evidence class | Resolution |
140
+ |---|---|
141
+ | Official product-use | USWDS documentation presents Public Sans, Source Sans Pro, Merriweather, and Roboto Mono as included typefaces and describes role-based family tokens. This is a system capability and not a claim that every project uses every face. |
142
+ | Live computed surface-use | `Public Sans Web` was loaded/high with 841 observed uses; `Source Sans Pro Web` was loaded/high with 143 uses; `Roboto Mono Web` was loaded/high with 6 uses in the supplied packet. |
143
+ | Official distributed brand asset | The packet records first-party `designsystem.digital.gov/assets/fonts/` WOFF2 sources for Public Sans, Source Sans Pro, and Roboto Mono. USWDS documents Public Sans as an open-source face maintained by the Design System. |
144
+ | Declared-only | `Merriweather Web` had first-party `@font-face` declarations but no visible use in the packet. It remains documented as an available typeface, not a current UI-family token. |
145
+ | Unresolved | Typography on downstream agency products, and any font state outside the three captured documentation surfaces, is unresolved. |
146
+
147
+ | Observed role | Family | Size | Weight | Line height |
148
+ |---|---:|---:|---:|---:|
149
+ | Documentation body baseline | Public Sans Web | 16px | 400 | 25.6px |
150
+ | Text-input baseline | Source Sans Pro Web | 16.96px | 400 | 22.048px |
151
+
152
+ USWDS’s typography guidance says its faces are selected for legibility and can be configured by role. Do not substitute a system fallback and label it as Public Sans or Source Sans Pro; this capture confirmed first-party loaded font faces for both measured families.
153
+
154
+ ## 4. Component Stylings
155
+
156
+ ### Button
157
+
158
+ **Search submit default**
159
+
160
+ - Background: `#2672de`
161
+ - Text: `#ffffff`
162
+ - Border: `0px`
163
+ - Radius: `0px 4px 4px 0px`
164
+ - Padding: `0px 12px`
165
+ - Size: `48px x 38px`
166
+ - Font: `16.96px / 700 / Source Sans Pro Web`
167
+ - States: Default baseline observed; no hover, focus, pressed, disabled, or error value was captured.
168
+ - Use: Site-search submit control observed on all three supplied capture surfaces.
169
+
170
+ ### List item
171
+
172
+ **Side navigation default**
173
+
174
+ - Background: transparent
175
+ - Text: `#000000`
176
+ - Border: `0px`
177
+ - Radius: `0px`
178
+ - Size: `204px x 38px`
179
+ - Font: `15.04px / 400 / Public Sans Web`
180
+ - Use: Side-navigation row observed on the components overview and accordion documentation surfaces.
181
+
182
+ The packet contains zero interaction records. Static default geometry above is retained because it is selector- and surface-backed; no interactive visual state is inferred from component names or CSS class names.
183
+
184
+ ## 5. Layout & Spacing
185
+
186
+ The measured spacing sequence is `4px`, `8px`, `12px`, `16px`, and `24px`; these values recur in the supplied computed-style aggregates. Documentation body text was measured at 16px with a 25.6px line height. USWDS’s official typography guidance separately recommends comfortable body text and explains that whitespace should group related elements while distinguishing unrelated ones.
187
+
188
+ The capture does not establish a universal grid, page max width, responsive breakpoint, or agency-application layout token. Those groups are omitted rather than generalized from one documentation viewport.
189
+
190
+ ## 6. Visual Effects & Imagery
191
+
192
+ The observed components use `box-shadow: none` and a largely flat treatment. Borders, contrast, and spacing carry hierarchy more often than elevation. The home header’s dark `#252f3e` field and white inverse text provide the strongest measured tonal shift.
193
+
194
+ No image direction, illustration system, photography treatment, iconography token, or global elevation scale was established by the supplied evidence. Do not infer one from federal seals, page artwork, or component documentation examples.
195
+
196
+ ## 7. UI Guidelines
197
+
198
+ ### Do
199
+
200
+ - Use the measured blue, ink, canvas, and inverse values only in the roles documented above.
201
+ - Preserve the observed flat control treatment and 0px/4px corners when applying these specific static component references.
202
+ - Keep Public Sans Web and Source Sans Pro Web distinct from their fallback stacks when reproducing the captured documentation surface.
203
+ - Treat the search submit and side-navigation row as measured defaults, not as a source of unobserved interaction states.
204
+
205
+ ### Don't
206
+
207
+ - Do not promote hover, focus, pressed, disabled, error, success, or selected values from this zero-interaction packet.
208
+ - Do not treat the documentation capture as evidence for a particular agency’s product UI.
209
+ - Do not label a fallback or system font as a verified USWDS-loaded font.
210
+ - Do not add semantic color groups that were not measured in the supplied evidence.
211
+
212
+ ## 8. Responsive & Accessibility
213
+
214
+ USWDS describes its mission in terms of familiar, easy-to-use services and documents accessibility as a core concern; its typography page states WCAG 2.1 AA conformance for that component guidance. The documented system supports role-based type configuration and emphasizes legibility, readable line length, and clear labels.
215
+
216
+ The supplied capture is a 1440×900 desktop observation. It does not provide a mobile breakpoint, keyboard focus treatment, reduced-motion behavior, validation state, or assistive-technology behavior for the two tokenized components. Those details remain absent from this reference.
217
+
218
+ ## 9. Implementation Notes
219
+
220
+ Use the values in the frontmatter as a narrow documentation-surface reference. The token graph maps every color, typography, spacing, radius, and component field to a supplied surface/source pair from 2026-07-13. It has no unresolved conflict entries.
221
+
222
+ Public Sans and Source Sans Pro were loaded from first-party font assets in the supplied evidence. Merriweather was declared but not visibly used; retain its official-documentation context without promoting it as a UI token. The official website policy describes GSA’s open-source approach and the public-domain/third-party-license boundary for code; consult the relevant upstream font and package licenses when redistributing assets.
223
+
224
+ ## 10. Voice & Tone
225
+
226
+ USWDS presents a practical, plain, and supportive voice for public-service teams. The following are documented-content paraphrases, not fabricated quotations.
227
+
228
+ | Do | Don't |
229
+ |---|---|
230
+ | State the service task and next action plainly. | Use brand flourish that obscures a government task. |
231
+ | Prefer familiar labels and readable explanations. | Make users decode a novel interaction pattern. |
232
+ | Explain configuration boundaries directly. | Imply a default applies to every agency implementation. |
233
+
234
+ - “Use a comfortable reading size for body text.” — official typography guidance.
235
+ - “Keep websites and services up to date.” — paraphrase of the stated USWDS polestar.
236
+ - “Align, design, and maintain” — condensed from the official mission/polestar framing.
237
+
238
+ ## 11. Brand Narrative
239
+
240
+ USWDS was created in 2015 by a collaborative team at 18F and the U.S. Digital Service, with an advisory board drawn from several federal agencies. It is now a GSA Technology Transformation Services product maintained by the Digital Services Division.
241
+
242
+ Its mission is to shape the future of government digital services. Its vision centers on supported digital service teams and familiar, easy-to-use digital services, linking system stewardship to people completing public tasks.
243
+
244
+ The current public material describes an active open-source community of engineers, content specialists, and designers that supports agencies and sites. No individual executive quotation was located in the first-party sources consulted, so none is attributed here.
245
+
246
+ ## 12. Principles
247
+
248
+ 1. **Favor familiar, easy-to-use digital services.**
249
+ *UI implication:* Prefer clear hierarchy, readable body text, and predictable actions over novelty.
250
+ 2. **Support teams in keeping services current.**
251
+ *UI implication:* Use documented, reusable patterns and state the evidence boundary for any local adaptation.
252
+ 3. **Design for legibility.**
253
+ *UI implication:* Use a comfortable body size, readable measure, and whitespace that groups related content.
254
+ 4. **Work in the open.**
255
+ *UI implication:* Keep implementation decisions inspectable and respect the code and asset license boundary.
256
+
257
+ ## 13. Personas
258
+
259
+ The following are stakeholder archetypes derived from USWDS’s stated audiences; they are not synthetic user-research findings.
260
+
261
+ - **Government digital service team:** A cross-functional team aligning, designing, and maintaining a public website or service. It needs reusable guidance that does not erase agency-specific responsibility.
262
+ - **Content specialist:** A contributor working with public information and task guidance. Readability, labels, and understandable structure are central to their work.
263
+ - **Government engineer or designer contributor:** A participant in the open-source community improving shared components and documentation. They need clear implementation and licensing boundaries.
264
+
265
+ ## 14. States
266
+
267
+ No visual state token was captured for the categories below. These are documentation-level implementation considerations, not measured USWDS component values.
268
+
269
+ | Category | Evidence-safe direction |
270
+ |---|---|
271
+ | Empty | Explain the missing result or content plainly; no empty-state color or illustration is claimed. |
272
+ | Loading | Keep task context readable; no spinner, duration, or motion value is claimed. |
273
+ | Error — field validation | Provide clear labels and instructions; no error color or border value is claimed. |
274
+ | Error — service failure | State the service problem and an actionable next step; no toast or dialog geometry is claimed. |
275
+ | Success | Confirm the completed public-service task plainly; no success color is claimed. |
276
+ | Skeleton | Preserve reading structure while content is unavailable; no skeleton fill value is claimed. |
277
+ | Disabled | Explain unavailable actions where needed; no disabled visual value is claimed. |
278
+
279
+ ## 15. Motion & Easing
280
+
281
+ The supplied packet has zero interaction observations and no motion or easing measurements. No duration scale, easing token, animation, transition, or reduced-motion rule is promoted. For an implementation, obtain those values from the relevant official USWDS component documentation or a separately captured interaction evidence packet before treating them as design tokens.
282
+
283
+ ---
284
+ **Verified:** 2026-07-13
285
+ **Tier 1 sources:** https://designsystem.digital.gov/ · https://designsystem.digital.gov/components/overview/ · https://designsystem.digital.gov/components/accordion/ · https://designsystem.digital.gov/about/ · https://designsystem.digital.gov/components/typography/
286
+ **Tier 2 sources:** https://getdesign.md/uswds (attempted; unavailable to the search fetcher) · https://styles.refero.design/?q=uswds (attempted; unavailable to the search fetcher)
287
+ **Conflicts unresolved:** none