aiox-core 5.0.3 → 5.0.4

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 (468) hide show
  1. package/.aiox-core/core/execution/predictive-pipeline.js +1283 -0
  2. package/.aiox-core/core/memory/decision-memory.js +564 -0
  3. package/.aiox-core/data/entity-registry.yaml +1068 -1028
  4. package/.aiox-core/data/registry-update-log.jsonl +2 -2
  5. package/.aiox-core/development/templates/service-template/README.md.hbs +158 -158
  6. package/.aiox-core/development/templates/service-template/__tests__/index.test.ts.hbs +237 -237
  7. package/.aiox-core/development/templates/service-template/client.ts.hbs +403 -403
  8. package/.aiox-core/development/templates/service-template/errors.ts.hbs +182 -182
  9. package/.aiox-core/development/templates/service-template/index.ts.hbs +120 -120
  10. package/.aiox-core/development/templates/service-template/package.json.hbs +87 -87
  11. package/.aiox-core/development/templates/service-template/types.ts.hbs +145 -145
  12. package/.aiox-core/development/templates/squad-template/LICENSE +21 -21
  13. package/.aiox-core/infrastructure/templates/aiox-sync.yaml.template +182 -182
  14. package/.aiox-core/infrastructure/templates/coderabbit.yaml.template +279 -279
  15. package/.aiox-core/infrastructure/templates/github-workflows/ci.yml.template +169 -169
  16. package/.aiox-core/infrastructure/templates/github-workflows/pr-automation.yml.template +330 -330
  17. package/.aiox-core/infrastructure/templates/github-workflows/release.yml.template +196 -196
  18. package/.aiox-core/infrastructure/templates/gitignore/gitignore-aiox-base.tmpl +63 -63
  19. package/.aiox-core/infrastructure/templates/gitignore/gitignore-brownfield-merge.tmpl +18 -18
  20. package/.aiox-core/infrastructure/templates/gitignore/gitignore-node.tmpl +85 -85
  21. package/.aiox-core/infrastructure/templates/gitignore/gitignore-python.tmpl +145 -145
  22. package/.aiox-core/install-manifest.yaml +63 -55
  23. package/.aiox-core/local-config.yaml.template +71 -71
  24. package/.aiox-core/monitor/hooks/lib/__init__.py +1 -1
  25. package/.aiox-core/monitor/hooks/lib/enrich.py +58 -58
  26. package/.aiox-core/monitor/hooks/lib/send_event.py +47 -47
  27. package/.aiox-core/monitor/hooks/notification.py +29 -29
  28. package/.aiox-core/monitor/hooks/post_tool_use.py +45 -45
  29. package/.aiox-core/monitor/hooks/pre_compact.py +29 -29
  30. package/.aiox-core/monitor/hooks/pre_tool_use.py +40 -40
  31. package/.aiox-core/monitor/hooks/stop.py +29 -29
  32. package/.aiox-core/monitor/hooks/subagent_stop.py +29 -29
  33. package/.aiox-core/monitor/hooks/user_prompt_submit.py +38 -38
  34. package/.aiox-core/product/templates/adr.hbs +125 -125
  35. package/.aiox-core/product/templates/dbdr.hbs +241 -241
  36. package/.aiox-core/product/templates/epic.hbs +212 -212
  37. package/.aiox-core/product/templates/pmdr.hbs +186 -186
  38. package/.aiox-core/product/templates/prd-v2.0.hbs +216 -216
  39. package/.aiox-core/product/templates/prd.hbs +201 -201
  40. package/.aiox-core/product/templates/story.hbs +263 -263
  41. package/.aiox-core/product/templates/task.hbs +170 -170
  42. package/.aiox-core/product/templates/tmpl-comment-on-examples.sql +158 -158
  43. package/.aiox-core/product/templates/tmpl-migration-script.sql +91 -91
  44. package/.aiox-core/product/templates/tmpl-rls-granular-policies.sql +104 -104
  45. package/.aiox-core/product/templates/tmpl-rls-kiss-policy.sql +10 -10
  46. package/.aiox-core/product/templates/tmpl-rls-roles.sql +135 -135
  47. package/.aiox-core/product/templates/tmpl-rls-simple.sql +77 -77
  48. package/.aiox-core/product/templates/tmpl-rls-tenant.sql +152 -152
  49. package/.aiox-core/product/templates/tmpl-rollback-script.sql +77 -77
  50. package/.aiox-core/product/templates/tmpl-seed-data.sql +140 -140
  51. package/.aiox-core/product/templates/tmpl-smoke-test.sql +16 -16
  52. package/.aiox-core/product/templates/tmpl-staging-copy-merge.sql +139 -139
  53. package/.aiox-core/product/templates/tmpl-stored-proc.sql +140 -140
  54. package/.aiox-core/product/templates/tmpl-trigger.sql +152 -152
  55. package/.aiox-core/product/templates/tmpl-view-materialized.sql +133 -133
  56. package/.aiox-core/product/templates/tmpl-view.sql +177 -177
  57. package/.aiox-core/scripts/pm.sh +0 -0
  58. package/.claude/hooks/enforce-architecture-first.py +196 -196
  59. package/.claude/hooks/mind-clone-governance.py +192 -192
  60. package/.claude/hooks/read-protection.py +151 -151
  61. package/.claude/hooks/slug-validation.py +176 -176
  62. package/.claude/hooks/sql-governance.py +182 -182
  63. package/.claude/hooks/write-path-validation.py +194 -194
  64. package/LICENSE +33 -33
  65. package/bin/aiox-graph.js +0 -0
  66. package/bin/aiox-minimal.js +0 -0
  67. package/bin/aiox.js +0 -0
  68. package/package.json +1 -1
  69. package/packages/aiox-install/bin/aiox-install.js +0 -0
  70. package/packages/aiox-install/bin/edmcp.js +0 -0
  71. package/packages/aiox-pro-cli/bin/aiox-pro.js +0 -0
  72. package/packages/installer/src/wizard/pro-setup.js +28 -0
  73. package/pro/README.md +66 -66
  74. package/pro/feature-registry.yaml +225 -223
  75. package/pro/license/license-api.js +701 -679
  76. package/pro/package.json +39 -39
  77. package/pro/pro-config.yaml +63 -63
  78. package/pro/squads/README.md +24 -24
  79. package/pro/squads/design/HEADLINE.md +3 -3
  80. package/pro/squads/design/README.md +109 -109
  81. package/pro/squads/design/agents/brad-frost.md +1097 -1097
  82. package/pro/squads/design/agents/dan-mall.md +857 -857
  83. package/pro/squads/design/agents/dave-malouf.md +2272 -2272
  84. package/pro/squads/design/agents/design-chief.md +114 -114
  85. package/pro/squads/design/agents/ds-foundations-lead.md +194 -194
  86. package/pro/squads/design/agents/ds-token-architect.md +361 -361
  87. package/pro/squads/design/agents/nano-banana-generator.md +162 -162
  88. package/pro/squads/design/agents/storybook-expert.md +809 -809
  89. package/pro/squads/design/checklists/atomic-refactor-checklist.md +299 -299
  90. package/pro/squads/design/checklists/component-adaptation-checklist.md +81 -81
  91. package/pro/squads/design/checklists/design-fidelity-checklist.md +283 -283
  92. package/pro/squads/design/checklists/design-handoff-checklist.md +55 -55
  93. package/pro/squads/design/checklists/design-team-health-checklist.md +454 -454
  94. package/pro/squads/design/checklists/designops-maturity-checklist.md +518 -518
  95. package/pro/squads/design/checklists/ds-a11y-release-gate-checklist.md +45 -45
  96. package/pro/squads/design/checklists/ds-accessibility-wcag-checklist.md +147 -147
  97. package/pro/squads/design/checklists/ds-component-quality-checklist.md +150 -150
  98. package/pro/squads/design/checklists/ds-critical-eye-review-checklist.md +147 -147
  99. package/pro/squads/design/checklists/ds-migration-readiness-checklist.md +99 -99
  100. package/pro/squads/design/checklists/ds-pattern-audit-checklist.md +164 -164
  101. package/pro/squads/design/checklists/reading-accessibility-checklist.md +275 -275
  102. package/pro/squads/design/checklists/token-mapping-checklist.md +107 -107
  103. package/pro/squads/design/config/coding-standards.md +286 -286
  104. package/pro/squads/design/config/source-tree.md +59 -59
  105. package/pro/squads/design/config/tech-stack.md +48 -48
  106. package/pro/squads/design/config.yaml +204 -204
  107. package/pro/squads/design/data/agentic-design-systems-guide.md +46 -46
  108. package/pro/squads/design/data/agentic-ds-principles.md +100 -100
  109. package/pro/squads/design/data/atomic-design-principles.md +108 -108
  110. package/pro/squads/design/data/atomic-refactor-rules.md +582 -582
  111. package/pro/squads/design/data/base-component-specs.md +972 -972
  112. package/pro/squads/design/data/brad-frost-analysis-extract-implicit.yaml +270 -270
  113. package/pro/squads/design/data/brad-frost-analysis-find-0.8.yaml +176 -176
  114. package/pro/squads/design/data/brad-frost-analysis-qa-report.yaml +168 -168
  115. package/pro/squads/design/data/brad-frost-dna.yaml +713 -713
  116. package/pro/squads/design/data/capability-tools.yaml +124 -124
  117. package/pro/squads/design/data/component-adaptation-changelog.md +318 -318
  118. package/pro/squads/design/data/consolidation-algorithms.md +168 -168
  119. package/pro/squads/design/data/critical-eye-scoring-rules.yaml +240 -240
  120. package/pro/squads/design/data/design-token-best-practices.md +107 -107
  121. package/pro/squads/design/data/design-tokens-spec.yaml +418 -418
  122. package/pro/squads/design/data/ds-reference-architectures.md +93 -93
  123. package/pro/squads/design/data/f2-qa-report.md +168 -168
  124. package/pro/squads/design/data/f3-derived-components-changelog.md +100 -100
  125. package/pro/squads/design/data/f3-qa-report.md +208 -208
  126. package/pro/squads/design/data/figma-base-components-raw.md +101 -101
  127. package/pro/squads/design/data/figma-tokens-raw.md +1548 -1548
  128. package/pro/squads/design/data/fluent2-design-principles.md +114 -114
  129. package/pro/squads/design/data/high-retention-reading-guide.md +349 -349
  130. package/pro/squads/design/data/integration-patterns.md +207 -207
  131. package/pro/squads/design/data/internal-quality-chain.yaml +48 -48
  132. package/pro/squads/design/data/motion-tokens-guide.md +202 -202
  133. package/pro/squads/design/data/roi-calculation-guide.md +142 -142
  134. package/pro/squads/design/data/token-mapping-reference.md +213 -213
  135. package/pro/squads/design/data/w3c-dtcg-spec-reference.md +149 -149
  136. package/pro/squads/design/data/wcag-compliance-guide.md +267 -267
  137. package/pro/squads/design/docs/AUDIT_REPORT.md +97 -97
  138. package/pro/squads/design/docs/DS-CURATION-PIPELINE-PROPOSAL.md +577 -577
  139. package/pro/squads/design/docs/UPGRADE_PLAN.md +618 -618
  140. package/pro/squads/design/docs/brad-frost-research-validation.md +372 -372
  141. package/pro/squads/design/docs/dave-malouf-research-validation.md +391 -391
  142. package/pro/squads/design/docs/tool-discovery-report.md +87 -87
  143. package/pro/squads/design/docs/tool-integration-plan.md +44 -44
  144. package/pro/squads/design/protocols/ai-first-governance.md +56 -56
  145. package/pro/squads/design/protocols/governance-execution-boundary.md +59 -59
  146. package/pro/squads/design/protocols/handoff.md +60 -60
  147. package/pro/squads/design/rules/.claude-rules.md +88 -88
  148. package/pro/squads/design/scripts/design-system/curate_colors.cjs +447 -447
  149. package/pro/squads/design/scripts/design-system/curate_components.cjs +217 -217
  150. package/pro/squads/design/scripts/design-system/curate_radius.cjs +190 -190
  151. package/pro/squads/design/scripts/design-system/curate_shadows.cjs +208 -208
  152. package/pro/squads/design/scripts/design-system/curate_spacing.cjs +243 -243
  153. package/pro/squads/design/scripts/design-system/curate_typography.cjs +404 -404
  154. package/pro/squads/design/scripts/design-system/design-system-metadata.test.js +49 -49
  155. package/pro/squads/design/scripts/design-system/design_manifest_lib.cjs +142 -142
  156. package/pro/squads/design/scripts/design-system/fetch_page_images.cjs +195 -195
  157. package/pro/squads/design/scripts/design-system/generate_components_metadata.cjs +114 -114
  158. package/pro/squads/design/scripts/design-system/generate_curation_report.cjs +258 -258
  159. package/pro/squads/design/scripts/design-system/generate_tokens.cjs +342 -342
  160. package/pro/squads/design/scripts/design-system/sync_design_manifest.cjs +27 -27
  161. package/pro/squads/design/scripts/design-system/test_mcp_tools.cjs +232 -232
  162. package/pro/squads/design/scripts/design-system/validate_components_metadata.cjs +96 -96
  163. package/pro/squads/design/scripts/design-system/validate_curation.cjs +226 -226
  164. package/pro/squads/design/scripts/design-system/validate_design_manifest_drift.cjs +72 -72
  165. package/pro/squads/design/scripts/design-system/validate_mcp_skeleton.cjs +38 -38
  166. package/pro/squads/design/scripts/design-system/validate_registry.cjs +186 -186
  167. package/pro/squads/design/scripts/design-system/validate_task_checklist_bindings.cjs +78 -78
  168. package/pro/squads/design/scripts/dissect-artifact.cjs +806 -806
  169. package/pro/squads/design/scripts/validate-a11y-integration.cjs +40 -40
  170. package/pro/squads/design/scripts/validate-design-squad.py +411 -411
  171. package/pro/squads/design/squad.yaml +714 -714
  172. package/pro/squads/design/tasks/a11y-audit.md +340 -340
  173. package/pro/squads/design/tasks/aria-audit.md +525 -525
  174. package/pro/squads/design/tasks/atomic-refactor-execute.md +391 -391
  175. package/pro/squads/design/tasks/atomic-refactor-plan.md +262 -262
  176. package/pro/squads/design/tasks/audit-reading-experience.md +350 -350
  177. package/pro/squads/design/tasks/audit-tailwind-config.md +101 -101
  178. package/pro/squads/design/tasks/bootstrap-shadcn-library.md +96 -96
  179. package/pro/squads/design/tasks/bundle-audit.md +245 -245
  180. package/pro/squads/design/tasks/contrast-matrix.md +373 -373
  181. package/pro/squads/design/tasks/create-doc.md +135 -135
  182. package/pro/squads/design/tasks/dead-code-detection.md +329 -329
  183. package/pro/squads/design/tasks/design-compare.md +414 -414
  184. package/pro/squads/design/tasks/design-process-optimization.md +407 -407
  185. package/pro/squads/design/tasks/design-review-orchestration.md +99 -99
  186. package/pro/squads/design/tasks/design-team-scaling.md +407 -407
  187. package/pro/squads/design/tasks/design-tooling-audit.md +404 -404
  188. package/pro/squads/design/tasks/design-triage.md +89 -89
  189. package/pro/squads/design/tasks/designops-maturity-assessment.md +364 -364
  190. package/pro/squads/design/tasks/designops-metrics-setup.md +465 -465
  191. package/pro/squads/design/tasks/ds-agentic-audit.md +100 -100
  192. package/pro/squads/design/tasks/ds-agentic-setup.md +103 -103
  193. package/pro/squads/design/tasks/ds-audit-codebase.md +273 -273
  194. package/pro/squads/design/tasks/ds-build-component.md +349 -349
  195. package/pro/squads/design/tasks/ds-build-mcp-server.md +84 -84
  196. package/pro/squads/design/tasks/ds-calculate-roi.md +282 -282
  197. package/pro/squads/design/tasks/ds-compose-molecule.md +106 -106
  198. package/pro/squads/design/tasks/ds-consolidate-patterns.md +253 -253
  199. package/pro/squads/design/tasks/ds-context-contract.md +194 -194
  200. package/pro/squads/design/tasks/ds-critical-eye-compare.md +130 -130
  201. package/pro/squads/design/tasks/ds-critical-eye-decide.md +139 -139
  202. package/pro/squads/design/tasks/ds-critical-eye-inventory.md +111 -111
  203. package/pro/squads/design/tasks/ds-critical-eye-report.md +101 -101
  204. package/pro/squads/design/tasks/ds-critical-eye-score.md +109 -109
  205. package/pro/squads/design/tasks/ds-designops.md +99 -99
  206. package/pro/squads/design/tasks/ds-extend-pattern.md +91 -91
  207. package/pro/squads/design/tasks/ds-extract-tokens.md +312 -312
  208. package/pro/squads/design/tasks/ds-figma-pipeline.md +95 -95
  209. package/pro/squads/design/tasks/ds-fluent-audit.md +105 -105
  210. package/pro/squads/design/tasks/ds-fluent-build.md +110 -110
  211. package/pro/squads/design/tasks/ds-generate-ai-metadata.md +81 -81
  212. package/pro/squads/design/tasks/ds-generate-cursor-rules.md +74 -74
  213. package/pro/squads/design/tasks/ds-generate-documentation.md +101 -101
  214. package/pro/squads/design/tasks/ds-generate-migration-strategy.md +331 -331
  215. package/pro/squads/design/tasks/ds-generate-shock-report.md +323 -323
  216. package/pro/squads/design/tasks/ds-govern-a11y-compliance.md +93 -93
  217. package/pro/squads/design/tasks/ds-governance.md +187 -187
  218. package/pro/squads/design/tasks/ds-health-metrics.md +278 -278
  219. package/pro/squads/design/tasks/ds-integrate-squad.md +130 -130
  220. package/pro/squads/design/tasks/ds-integrate-workspace.md +100 -100
  221. package/pro/squads/design/tasks/ds-legacy-modernization.md +302 -302
  222. package/pro/squads/design/tasks/ds-mcp-status.md +65 -65
  223. package/pro/squads/design/tasks/ds-motion-audit.md +118 -118
  224. package/pro/squads/design/tasks/ds-multi-framework.md +96 -96
  225. package/pro/squads/design/tasks/ds-parallelization-gate.md +246 -246
  226. package/pro/squads/design/tasks/ds-query.md +90 -90
  227. package/pro/squads/design/tasks/ds-rebuild-artifact.md +369 -369
  228. package/pro/squads/design/tasks/ds-reverse-engineer.md +194 -194
  229. package/pro/squads/design/tasks/ds-scan-artifact.md +131 -131
  230. package/pro/squads/design/tasks/ds-setup-design-system.md +297 -297
  231. package/pro/squads/design/tasks/ds-sync-registry.md +287 -287
  232. package/pro/squads/design/tasks/ds-theme-multi-brand.md +90 -90
  233. package/pro/squads/design/tasks/ds-token-modes.md +108 -108
  234. package/pro/squads/design/tasks/ds-token-w3c-extract.md +105 -105
  235. package/pro/squads/design/tasks/ds-validate-ai-readiness.md +69 -69
  236. package/pro/squads/design/tasks/ds-visual-regression.md +130 -130
  237. package/pro/squads/design/tasks/execute-checklist.md +141 -141
  238. package/pro/squads/design/tasks/export-design-tokens-dtcg.md +97 -97
  239. package/pro/squads/design/tasks/f1-apply-foundations.md +154 -154
  240. package/pro/squads/design/tasks/f1-ingest-figma-tokens.md +130 -130
  241. package/pro/squads/design/tasks/f1-map-tokens-to-shadcn.md +145 -145
  242. package/pro/squads/design/tasks/f1-qa-foundations.md +95 -95
  243. package/pro/squads/design/tasks/f2-adapt-shadcn-components.md +155 -155
  244. package/pro/squads/design/tasks/f2-ingest-base-components.md +148 -148
  245. package/pro/squads/design/tasks/f2-qa-base-components.md +98 -98
  246. package/pro/squads/design/tasks/f3-derive-components.md +145 -145
  247. package/pro/squads/design/tasks/f3-qa-derived-components.md +101 -101
  248. package/pro/squads/design/tasks/focus-order-audit.md +450 -450
  249. package/pro/squads/design/tasks/sb-brownfield-migrate.md +367 -367
  250. package/pro/squads/design/tasks/sb-brownfield-scan.md +318 -318
  251. package/pro/squads/design/tasks/sb-configure.md +230 -230
  252. package/pro/squads/design/tasks/sb-expand-shadcn.md +213 -213
  253. package/pro/squads/design/tasks/sb-generate-all-stories.md +288 -288
  254. package/pro/squads/design/tasks/sb-install.md +152 -152
  255. package/pro/squads/design/tasks/sb-sync-workspace.md +239 -239
  256. package/pro/squads/design/tasks/sb-verify.md +203 -203
  257. package/pro/squads/design/tasks/tailwind-upgrade.md +117 -117
  258. package/pro/squads/design/tasks/token-usage-analytics.md +262 -262
  259. package/pro/squads/design/tasks/ux-rewrite-sixth-grade.md +82 -82
  260. package/pro/squads/design/tasks/validate-design-fidelity.md +222 -222
  261. package/pro/squads/design/templates/agent-template.yaml +46 -46
  262. package/pro/squads/design/templates/clone-mind-template.md +352 -352
  263. package/pro/squads/design/templates/component-prompt-injection-tmpl.md +236 -236
  264. package/pro/squads/design/templates/component-visual-spec-tmpl.md +378 -378
  265. package/pro/squads/design/templates/critical-eye-cycle-report-tmpl.md +165 -165
  266. package/pro/squads/design/templates/design-fidelity-report-tmpl.md +155 -155
  267. package/pro/squads/design/templates/ds-ai-component-metadata-schema-tmpl.json +138 -138
  268. package/pro/squads/design/templates/ds-artifact-analysis.md +70 -70
  269. package/pro/squads/design/templates/ds-health-report-tmpl.md +236 -236
  270. package/pro/squads/design/templates/ds-migration-strategy-tmpl.md +524 -524
  271. package/pro/squads/design/templates/ds-state-persistence-tmpl.yaml +194 -194
  272. package/pro/squads/design/templates/ds-tokens-schema-tmpl.yaml +139 -139
  273. package/pro/squads/design/templates/migration-strategy-tmpl.md +524 -524
  274. package/pro/squads/design/templates/reading-design-tokens.css +26 -26
  275. package/pro/squads/design/templates/state-persistence-tmpl.yaml +219 -219
  276. package/pro/squads/design/templates/tokens-schema-tmpl.yaml +305 -305
  277. package/pro/squads/design/workflows/agentic-readiness.yaml +83 -83
  278. package/pro/squads/design/workflows/audit-only.yaml +198 -198
  279. package/pro/squads/design/workflows/brownfield-complete.yaml +257 -257
  280. package/pro/squads/design/workflows/critical-eye.yaml +184 -184
  281. package/pro/squads/design/workflows/dtcg-tokens-governance.yaml +64 -64
  282. package/pro/squads/design/workflows/foundations-pipeline.yaml +192 -192
  283. package/pro/squads/design/workflows/greenfield-new.yaml +192 -192
  284. package/pro/squads/design/workflows/motion-quality.yaml +65 -65
  285. package/pro/squads/design/workflows/self-healing-workflow.yaml +237 -237
  286. package/pro/squads/design/workflows/storybook-brownfield-migration.yaml +400 -400
  287. package/pro/squads/design/workflows/storybook-full-setup.yaml +280 -280
  288. package/pro/squads/mmos-squad/minds/alex_hormozi/artifacts/ARQUITETURA_COGNITIVA_DE_ALEX_HORMOZI_EXTRA/303/207/303/203O_COMPLETA.md +215 -0
  289. package/pro/squads/mmos-squad/minds/alex_hormozi/artifacts/A_Rotina_de_Alta_Performance_de_Alex_Hormozi_Arquitetura,_Motiva/303/247/303/265es_e_Replica/303/247/303/243o.md +309 -0
  290. package/pro/squads/mmos-squad/minds/alex_hormozi/artifacts/O_sistema_completo_de_cria/303/247/303/243o_de_conte/303/272do_de_Alex_Hormozi.md +416 -0
  291. package/pro/squads/mmos-squad/minds/alex_hormozi/artifacts/Processo_Cria/303/247/303/243o_Conte/303/272do_Hormozi.md +0 -0
  292. package/pro/squads/mmos-squad/minds/brad_frost/.backup/2026-01-13/artifacts/DECIS/303/225ES_ESTRAT/303/211GICAS_DE_DESIGN_SYSTEMS_(2022_2025).md +1038 -0
  293. package/pro/squads/mmos-squad/minds/brad_frost/.backup/2026-01-13/artifacts/FRAMEWORK_COMPLETO_DE_IMPLEMENTA/303/207/303/203O_ATOMIC_DESIGN.md +797 -0
  294. package/pro/squads/mmos-squad/minds/brad_frost/.backup/2026-01-13/artifacts/O_Cemit/303/251rio_de_Design_Systems.md +447 -0
  295. package/pro/squads/mmos-squad/minds/brad_frost/.backup/2026-01-13/artifacts/PRINC/303/215PIOS_DE_RACIOC/303/215NIO.md +190 -0
  296. package/pro/squads/mmos-squad/minds/brad_frost/artifacts/DECIS/303/225ES_ESTRAT/303/211GICAS_DE_DESIGN_SYSTEMS_(2022_2025).md +1038 -0
  297. package/pro/squads/mmos-squad/minds/brad_frost/artifacts/FRAMEWORK_COMPLETO_DE_IMPLEMENTA/303/207/303/203O_ATOMIC_DESIGN.md +797 -0
  298. package/pro/squads/mmos-squad/minds/brad_frost/artifacts/O_Cemit/303/251rio_de_Design_Systems.md +447 -0
  299. package/pro/squads/mmos-squad/minds/brad_frost/artifacts/PRINC/303/215PIOS_DE_RACIOC/303/215NIO.md +190 -0
  300. package/pro/squads/mmos-squad/minds/elon_musk/artifacts/AN/303/201LISE_PSICOM/303/211TRICA_PROFUNDA_ELON_MUSK.md +291 -0
  301. package/pro/squads/mmos-squad/minds/elon_musk/artifacts/ASSINATURA_LINGU/303/215STICA_ELON_MUSK.md +485 -0
  302. package/pro/squads/mmos-squad/minds/elon_musk/artifacts/A_Arquitetura_Mental_de_Elon_Musk_Uma_An/303/241lise_Sistem/303/241tica_dos_Frameworks_de_Pensamento.md +907 -0
  303. package/pro/squads/mmos-squad/minds/elon_musk/artifacts/Dossi/303/252_Estrat/303/251gico_A_Arquitetura_Psicol/303/263gica_de_Elon_Musk.md +252 -0
  304. package/pro/squads/mmos-squad/minds/elon_musk/artifacts/Os_Padr/303/265es_de_Leitura_de_Elon_Musk_e_Sua_Influ/303/252ncia_Sistem/303/241tica.md +287 -0
  305. package/pro/squads/mmos-squad/minds/elon_musk/artifacts/Uma_an/303/241lise_psicol/303/263gica_abrangente.md +187 -0
  306. package/pro/squads/mmos-squad/minds/eugene_schwartz/artifacts/AN/303/201LISE_PSICOM/303/211TRICA_PROFUNDA_EUGENE_M._SCHWARTZ.md +790 -0
  307. package/pro/squads/mmos-squad/minds/eugene_schwartz/artifacts/An/303/241lise_Completa_Eugene_Schwartz_Arquitetura_Cognitiva_DEEP.md +210 -0
  308. package/pro/squads/mmos-squad/minds/pedro_valerio/sources/artifacts_v1.6/5H_EXTRA/303/207/303/203O_COGNITIVA_COMPLETA_PEDRO_VAL/303/211RIO_LOPEZ.md +226 -0
  309. package/pro/squads/mmos-squad/minds/pedro_valerio/sources/artifacts_v1.6/AN/303/201LISE_COMPARATIVA_REVISADA_PEDRO_VAL/303/211RIO_LOPEZ.md +246 -0
  310. package/pro/squads/mmos-squad/minds/pedro_valerio/sources/artifacts_v1.6/AN/303/201LISE_LINGU/303/215STICA_CARIOCA_PEDRO_VAL/303/211RIO_LOPEZ.md +274 -0
  311. package/pro/squads/mmos-squad/minds/pedro_valerio/sources/artifacts_v1.6/AN/303/201LISE_PSICOM/303/211TRICA_DEFINITIVA_PEDRO_VAL/303/211RIO_LOPEZ.md +821 -0
  312. package/pro/squads/mmos-squad/minds/pedro_valerio/sources/artifacts_v1.6/AN/303/201LISE_PSICOM/303/211TRICA_PROFUNDA_PEDRO_VAL/303/211RIO.md +1844 -0
  313. package/pro/squads/mmos-squad/minds/pedro_valerio/sources/artifacts_v1.6/C/303/201LCULO_DE_RARIDADE_ESTAT/303/215STICA_PEDRO_VAL/303/211RIO_LOPEZ.md +154 -0
  314. package/pro/squads/mmos-squad/minds/pedro_valerio/sources/artifacts_v1.6/EXTRA/303/207/303/203O_PEDRO_VAL/303/211RIO.md +237 -0
  315. package/pro/squads/mmos-squad/minds/pedro_valerio/sources/artifacts_v1.6/MAPEAMENTO_LINGU/303/215STICO_PROFUNDO.md +161 -0
  316. package/pro/squads/mmos-squad/minds/pedro_valerio/sources/artifacts_v1.6/META_AXIOMAS_DE_PEDRO_VAL/303/211RIO.md +256 -0
  317. package/pro/squads/mmos-squad/minds/pedro_valerio/sources/artifacts_v1.6/SISTEMA_IMUNOL/303/223GICO_COGNITIVO_PEDRO_VAL/303/211RIO_LOPEZ.md +586 -0
  318. package/pro/squads/mmos-squad/minds/pedro_valerio/sources/artifacts_v1.6/SISTEMA_IMUNOL/303/223GICO_COGNITIVO_V2_/342/200/224_CLONE_IA.md +452 -0
  319. package/pro/squads/mmos-squad/minds/pedro_valerio/sources/artifacts_v1.6/TABELA_COMPARATIVA_AN/303/201LISE_COMPLETA_DOS_CLONES_IA.md +102 -0
  320. package/pro/squads/mmos-squad/minds/pedro_valerio/sources/artifacts_v1.6/WHATSAPP_PADR/303/225ES_LINGU/303/215STICOS_PEDRO_VAL/303/211RIO_LOPEZ.md +286 -0
  321. package/pro/squads/mmos-squad/minds/pedro_valerio/sources/artifacts_v1.6/heur/303/255sticas_de_decis/303/243o_e_algoritmos_mentais_/303/272nicos.md +268 -0
  322. package/pro/squads/mmos-squad/minds/ray_kurzweil/sources/books/PROTOCOLO_COMPLETO_DE_INTERROGA/303/207/303/203O_-_NAVAL_RAVIKANT.md +3624 -0
  323. package/pro/squads/mmos-squad/minds/steve_jobs/artifacts/FRAMEWORK_COMPLETO_DE_IMPLEMENTA/303/207/303/203O_JOBS.md +488 -0
  324. package/pro/squads/mmos-squad/minds/steve_jobs/artifacts/Framework_Cabe/303/247a_Steve.md +257 -0
  325. package/pro/squads/mmos-squad/minds/steve_jobs/artifacts/Relat/303/263rio_Abrangente_sobre_Steve_Jobs_para_Cria/303/247/303/243o_de_Clone_de_IA.md +370 -0
  326. package/pro/squads/mmos-squad/minds/steve_jobs/artifacts/Steve_Jobs_An/303/241lise_Psicol/303/263gica_Profunda_e_Valida/303/247/303/243o_Comportamental.md +65 -0
  327. package/pro/squads/squad-creator-pro/HEADLINE.md +3 -3
  328. package/pro/squads/squad-creator-pro/agents/oalanicolas.md +438 -438
  329. package/pro/squads/squad-creator-pro/agents/squad-chief.md +1651 -1651
  330. package/pro/squads/squad-creator-pro/agents/thiago_finch.md +976 -976
  331. package/pro/squads/squad-creator-pro/assessments/axioma-assessment-wf-create-squad.yaml +325 -325
  332. package/pro/squads/squad-creator-pro/checklists/create-agent-checklist.md +184 -184
  333. package/pro/squads/squad-creator-pro/checklists/create-squad-checklist.md +219 -219
  334. package/pro/squads/squad-creator-pro/checklists/create-workflow-checklist.md +224 -224
  335. package/pro/squads/squad-creator-pro/checklists/mental-model-integration-checklist.md +95 -95
  336. package/pro/squads/squad-creator-pro/checklists/squad-overview-checklist.md +393 -393
  337. package/pro/squads/squad-creator-pro/config/model-routing.yaml +693 -693
  338. package/pro/squads/squad-creator-pro/config/scoring-rubric.yaml +199 -199
  339. package/pro/squads/squad-creator-pro/config.yaml +35 -35
  340. package/pro/squads/squad-creator-pro/data/internal-infrastructure-library.yaml +99 -99
  341. package/pro/squads/squad-creator-pro/data/mental-model-task-matrix.yaml +692 -692
  342. package/pro/squads/squad-creator-pro/docs/ADR-001-model-tier-qualification.md +344 -344
  343. package/pro/squads/squad-creator-pro/docs/AGENT-COLLABORATION.md +609 -609
  344. package/pro/squads/squad-creator-pro/docs/MIGRATION-PLAN-AGENT-CONFORMITY.md +861 -861
  345. package/pro/squads/squad-creator-pro/docs/MODEL-TIER-QUALIFICATION.md +337 -337
  346. package/pro/squads/squad-creator-pro/docs/optimize-v4-proposal.md +354 -354
  347. package/pro/squads/squad-creator-pro/docs/task-optimization-framework.md +229 -229
  348. package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_010.md +240 -240
  349. package/pro/squads/squad-creator-pro/protocols/ai-first-governance.md +63 -63
  350. package/pro/squads/squad-creator-pro/scripts/assess-sources.sh +443 -443
  351. package/pro/squads/squad-creator-pro/scripts/clone-review.sh +394 -394
  352. package/pro/squads/squad-creator-pro/scripts/create-agent-preflight.py +243 -243
  353. package/pro/squads/squad-creator-pro/scripts/cross-provider/compare-results.js +281 -281
  354. package/pro/squads/squad-creator-pro/scripts/cross-provider/cross-provider-runner.js +462 -462
  355. package/pro/squads/squad-creator-pro/scripts/fidelity-score.sh +519 -519
  356. package/pro/squads/squad-creator-pro/scripts/generate-squad-guide.js +558 -558
  357. package/pro/squads/squad-creator-pro/scripts/lib/config-loader.js +151 -151
  358. package/pro/squads/squad-creator-pro/scripts/model-tier-validator.cjs +369 -369
  359. package/pro/squads/squad-creator-pro/scripts/model-usage-logger.cjs +245 -245
  360. package/pro/squads/squad-creator-pro/scripts/modernization-score.sh +308 -308
  361. package/pro/squads/squad-creator-pro/scripts/scaffold-squad.cjs +281 -281
  362. package/pro/squads/squad-creator-pro/scripts/security_scanner.py +378 -378
  363. package/pro/squads/squad-creator-pro/scripts/squad-context-loader.cjs +205 -205
  364. package/pro/squads/squad-creator-pro/scripts/squad-state-manager.cjs +451 -451
  365. package/pro/squads/squad-creator-pro/scripts/squad-workflow-runner.cjs +471 -471
  366. package/pro/squads/squad-creator-pro/scripts/squad_utils.py +261 -261
  367. package/pro/squads/squad-creator-pro/scripts/tests/run_bash_tests.sh +29 -29
  368. package/pro/squads/squad-creator-pro/scripts/tests/test_assess_sources.sh +216 -216
  369. package/pro/squads/squad-creator-pro/scripts/tests/test_clone_review.sh +239 -239
  370. package/pro/squads/squad-creator-pro/scripts/tests/test_coherence_validator.py +212 -212
  371. package/pro/squads/squad-creator-pro/scripts/tests/test_fidelity_score.sh +298 -298
  372. package/pro/squads/squad-creator-pro/scripts/tests/test_modernization_score.sh +211 -211
  373. package/pro/squads/squad-creator-pro/scripts/tests/test_security_scanner.py +354 -354
  374. package/pro/squads/squad-creator-pro/scripts/tests/test_validate_clone.sh +252 -252
  375. package/pro/squads/squad-creator-pro/squad.yaml +36 -36
  376. package/pro/squads/squad-creator-pro/tasks/an-compare-outputs.md +354 -354
  377. package/pro/squads/squad-creator-pro/tasks/create-squad.md +933 -933
  378. package/pro/squads/squad-creator-pro/tasks/detect-squad-context.md +81 -81
  379. package/pro/squads/squad-creator-pro/tasks/lookup-model.md +78 -78
  380. package/pro/squads/squad-creator-pro/tasks/next-squad.md +487 -487
  381. package/pro/squads/squad-creator-pro/tasks/optimize-workflow.md +851 -851
  382. package/pro/squads/squad-creator-pro/tasks/parallel-discovery.md +58 -58
  383. package/pro/squads/squad-creator-pro/tasks/pv-axioma-assessment-wf-clone-mind.yaml +256 -256
  384. package/pro/squads/squad-creator-pro/tasks/qualify-task.md +265 -265
  385. package/pro/squads/squad-creator-pro/tasks/reexecute-squad-phase.md +64 -64
  386. package/pro/squads/squad-creator-pro/tasks/smoke-test-model-routing.md +167 -167
  387. package/pro/squads/squad-creator-pro/tasks/squad-overview.md +683 -683
  388. package/pro/squads/squad-creator-pro/tasks/validate-final-artifacts.md +80 -80
  389. package/pro/squads/squad-creator-pro/templates/orchestrator-tmpl.md +74 -74
  390. package/pro/squads/squad-creator-pro/test-cases/BATCH-PROGRESS.md +268 -268
  391. package/pro/squads/squad-creator-pro/test-cases/QUALIFICATION-DASHBOARD.yaml +13 -13
  392. package/pro/squads/squad-creator-pro/test-cases/_template.yaml +147 -147
  393. package/pro/squads/squad-creator-pro/test-cases/an-assess-sources/ASSESSMENT-SUMMARY.md +275 -275
  394. package/pro/squads/squad-creator-pro/test-cases/an-assess-sources/ASSESSMENT_SUMMARY.md +140 -140
  395. package/pro/squads/squad-creator-pro/test-cases/an-assess-sources/CHECKPOINT_MATRIX.md +202 -202
  396. package/pro/squads/squad-creator-pro/test-cases/an-assess-sources/EXECUTION-REPORT.md +413 -413
  397. package/pro/squads/squad-creator-pro/test-cases/an-assess-sources/EXECUTION_NOTES.md +358 -358
  398. package/pro/squads/squad-creator-pro/test-cases/an-assess-sources/README-v2.2.2.md +299 -299
  399. package/pro/squads/squad-creator-pro/test-cases/an-assess-sources/README.md +320 -320
  400. package/pro/squads/squad-creator-pro/test-cases/an-assess-sources/TEST-REPORT-v2.1.md +351 -351
  401. package/pro/squads/squad-creator-pro/test-cases/an-assess-sources/VERIFICATION-CHECKLIST.txt +247 -247
  402. package/pro/squads/squad-creator-pro/test-cases/an-assess-sources/formal-qualification-report.yaml +389 -389
  403. package/pro/squads/squad-creator-pro/test-cases/an-assess-sources/haiku-output.yaml +366 -366
  404. package/pro/squads/squad-creator-pro/test-cases/an-assess-sources/haiku-v2.1-output.yaml +452 -452
  405. package/pro/squads/squad-creator-pro/test-cases/an-assess-sources/haiku-v2.2.1-output.yaml +281 -281
  406. package/pro/squads/squad-creator-pro/test-cases/an-assess-sources/haiku-v2.2.2-output.yaml +332 -332
  407. package/pro/squads/squad-creator-pro/test-cases/an-assess-sources/opus-baseline.yaml +517 -517
  408. package/pro/squads/squad-creator-pro/test-cases/an-assess-sources/qualification-report.yaml +213 -213
  409. package/pro/squads/squad-creator-pro/test-cases/an-assess-sources/test-case.yaml +69 -69
  410. package/pro/squads/squad-creator-pro/test-cases/an-clone-review/haiku-round-1.yaml +213 -213
  411. package/pro/squads/squad-creator-pro/test-cases/an-clone-review/opus-baseline.yaml +566 -566
  412. package/pro/squads/squad-creator-pro/test-cases/an-clone-review/qualification-report.yaml +82 -82
  413. package/pro/squads/squad-creator-pro/test-cases/an-design-clone/test-case.yaml +102 -102
  414. package/pro/squads/squad-creator-pro/test-cases/an-extract-dna/test-case.yaml +105 -105
  415. package/pro/squads/squad-creator-pro/test-cases/an-fidelity-score/haiku-round-1.yaml +262 -262
  416. package/pro/squads/squad-creator-pro/test-cases/an-fidelity-score/opus-baseline.yaml +266 -266
  417. package/pro/squads/squad-creator-pro/test-cases/an-fidelity-score/qualification-report.yaml +94 -94
  418. package/pro/squads/squad-creator-pro/test-cases/an-validate-clone/haiku-round-1.yaml +282 -282
  419. package/pro/squads/squad-creator-pro/test-cases/an-validate-clone/opus-baseline.yaml +470 -470
  420. package/pro/squads/squad-creator-pro/test-cases/an-validate-clone/qualification-report.yaml +106 -106
  421. package/pro/squads/squad-creator-pro/test-cases/collect-sources/test-case.yaml +105 -105
  422. package/pro/squads/squad-creator-pro/test-cases/create-task/test-case.yaml +104 -104
  423. package/pro/squads/squad-creator-pro/test-cases/cross-provider/DASHBOARD.yaml +11 -11
  424. package/pro/squads/squad-creator-pro/test-cases/pv-audit/test-case.yaml +106 -106
  425. package/pro/squads/squad-creator-pro/test-cases/pv-axioma-assessment/haiku-output.yaml +209 -209
  426. package/pro/squads/squad-creator-pro/test-cases/pv-axioma-assessment/opus-baseline.yaml +96 -96
  427. package/pro/squads/squad-creator-pro/test-cases/pv-axioma-assessment/sonnet-output.yaml +30 -30
  428. package/pro/squads/squad-creator-pro/test-cases/pv-axioma-assessment/test-case.yaml +129 -129
  429. package/pro/squads/squad-creator-pro/test-cases/pv-modernization-score/comparison-round-1.yaml +242 -242
  430. package/pro/squads/squad-creator-pro/test-cases/pv-modernization-score/haiku-round-1.yaml +393 -393
  431. package/pro/squads/squad-creator-pro/test-cases/pv-modernization-score/opus-baseline.yaml +488 -488
  432. package/pro/squads/squad-creator-pro/test-cases/pv-modernization-score/qualification-report.yaml +74 -74
  433. package/pro/squads/squad-creator-pro/test-cases/qa-after-creation/haiku-round-1.yaml +292 -292
  434. package/pro/squads/squad-creator-pro/test-cases/qa-after-creation/opus-baseline.yaml +603 -603
  435. package/pro/squads/squad-creator-pro/test-cases/qa-after-creation/qualification-report.yaml +97 -97
  436. package/pro/squads/squad-creator-pro/test-cases/smoke-test-model-routing/test-case.yaml +100 -100
  437. package/pro/squads/squad-creator-pro/test-cases/upgrade-squad/test-case.yaml +106 -106
  438. package/pro/squads/squad-creator-pro/test-cases/validate-squad/comparison-round-1.yaml +223 -223
  439. package/pro/squads/squad-creator-pro/test-cases/validate-squad/haiku-round-1-MINE.yaml +36 -36
  440. package/pro/squads/squad-creator-pro/test-cases/validate-squad/haiku-round-1.yaml +193 -193
  441. package/pro/squads/squad-creator-pro/test-cases/validate-squad/haiku-round-2.yaml +303 -303
  442. package/pro/squads/squad-creator-pro/test-cases/validate-squad/haiku-round-3-v4-task.yaml +149 -149
  443. package/pro/squads/squad-creator-pro/test-cases/validate-squad/opus-baseline.yaml +529 -529
  444. package/pro/squads/squad-creator-pro/test-cases/validate-squad/opus-round-3-v4-task.yaml +132 -132
  445. package/pro/squads/squad-creator-pro/test-cases/validate-squad/qualification-report.yaml +104 -104
  446. package/pro/squads/squad-creator-pro/test-cases/wf-clone-mind/haiku-output-v2-calibrated.yaml +200 -200
  447. package/pro/squads/squad-creator-pro/test-cases/wf-clone-mind/haiku-output.yaml +183 -183
  448. package/pro/squads/squad-creator-pro/test-cases/wf-clone-mind/opus-baseline.yaml +112 -112
  449. package/pro/squads/squad-creator-pro/workflows/create-squad.yaml +348 -348
  450. package/pro/squads/squad-creator-pro/workflows/modules/module-discovery.yaml +16 -16
  451. package/pro/squads/squad-creator-pro/workflows/modules/module-integration.yaml +16 -16
  452. package/pro/squads/squad-creator-pro/workflows/modules/module-quality-gates.yaml +15 -15
  453. package/pro/squads/squad-creator-pro/workflows/wf-brownfield-upgrade-squad.yaml +46 -46
  454. package/pro/squads/squad-creator-pro/workflows/wf-context-aware-create-squad.yaml +47 -47
  455. package/pro/squads/squad-creator-pro/workflows/wf-create-squad.yaml +1619 -1619
  456. package/pro/squads/squad-creator-pro/workflows/wf-cross-provider-qualification.yaml +711 -711
  457. package/pro/squads/squad-creator-pro/workflows/wf-model-tier-qualification.yaml +800 -800
  458. package/pro/squads/squad-creator-pro/workflows/wf-optimize-squad.yaml +684 -684
  459. package/scripts/check-markdown-links.py +352 -352
  460. package/scripts/dashboard-parallel-dev.sh +0 -0
  461. package/scripts/dashboard-parallel-phase3.sh +0 -0
  462. package/scripts/dashboard-parallel-phase4.sh +0 -0
  463. package/scripts/install-monitor-hooks.sh +0 -0
  464. package/.claude/hooks/code-intel-pretool.cjs +0 -107
  465. package/docs/guides/aios-workflows/README.md +0 -247
  466. package/docs/guides/aios-workflows/bob-orchestrator-workflow.md +0 -1536
  467. package/scripts/glue/README.md +0 -355
  468. package/scripts/glue/compose-agent-prompt.cjs +0 -362
@@ -1,1549 +1,1549 @@
1
- # Figma Tokens — Raw Input
2
-
3
- > Cole aqui todos os tokens extraídos do Figma.
4
- > Formato livre: CSS, JSON, tabela, print screen descriptions, etc.
5
- > O pipeline vai normalizar tudo na Phase 1.
6
-
7
- ---
8
-
9
- {
10
- "color": {
11
- "surface": {
12
- "100": {
13
- "$type": "color",
14
- "$value": {
15
- "colorSpace": "srgb",
16
- "components": [
17
- 0.9490196108818054,
18
- 0.9490196108818054,
19
- 0.9490196108818054
20
- ],
21
- "alpha": 1,
22
- "hex": "#F2F2F2"
23
- },
24
- "$extensions": {
25
- "com.figma.variableId": "VariableID:2002:583",
26
- "com.figma.scopes": [
27
- "ALL_SCOPES"
28
- ],
29
- "com.figma.isOverride": true
30
- }
31
- },
32
- "200": {
33
- "$type": "color",
34
- "$value": {
35
- "colorSpace": "srgb",
36
- "components": [
37
- 0.9058823585510254,
38
- 0.9058823585510254,
39
- 0.9058823585510254
40
- ],
41
- "alpha": 1,
42
- "hex": "#E7E7E7"
43
- },
44
- "$extensions": {
45
- "com.figma.variableId": "VariableID:2002:584",
46
- "com.figma.scopes": [
47
- "ALL_SCOPES"
48
- ],
49
- "com.figma.isOverride": true
50
- }
51
- },
52
- "300": {
53
- "$type": "color",
54
- "$value": {
55
- "colorSpace": "srgb",
56
- "components": [
57
- 0.8313725590705872,
58
- 0.8313725590705872,
59
- 0.8313725590705872
60
- ],
61
- "alpha": 1,
62
- "hex": "#D4D4D4"
63
- },
64
- "$extensions": {
65
- "com.figma.variableId": "VariableID:2002:585",
66
- "com.figma.scopes": [
67
- "ALL_SCOPES"
68
- ],
69
- "com.figma.isOverride": true
70
- }
71
- },
72
- "400": {
73
- "$type": "color",
74
- "$value": {
75
- "colorSpace": "srgb",
76
- "components": [
77
- 0.7372549176216125,
78
- 0.7372549176216125,
79
- 0.7372549176216125
80
- ],
81
- "alpha": 1,
82
- "hex": "#BCBCBC"
83
- },
84
- "$extensions": {
85
- "com.figma.variableId": "VariableID:2002:586",
86
- "com.figma.scopes": [
87
- "ALL_SCOPES"
88
- ],
89
- "com.figma.isOverride": true
90
- }
91
- },
92
- "500": {
93
- "$type": "color",
94
- "$value": {
95
- "colorSpace": "srgb",
96
- "components": [
97
- 0.6431372761726379,
98
- 0.6431372761726379,
99
- 0.6431372761726379
100
- ],
101
- "alpha": 1,
102
- "hex": "#A4A4A4"
103
- },
104
- "$extensions": {
105
- "com.figma.variableId": "VariableID:2002:587",
106
- "com.figma.scopes": [
107
- "ALL_SCOPES"
108
- ],
109
- "com.figma.isOverride": true
110
- }
111
- },
112
- "600": {
113
- "$type": "color",
114
- "$value": {
115
- "colorSpace": "srgb",
116
- "components": [
117
- 0.3686274588108063,
118
- 0.3686274588108063,
119
- 0.3686274588108063
120
- ],
121
- "alpha": 1,
122
- "hex": "#5E5E5E"
123
- },
124
- "$extensions": {
125
- "com.figma.variableId": "VariableID:2002:588",
126
- "com.figma.scopes": [
127
- "ALL_SCOPES"
128
- ],
129
- "com.figma.isOverride": true
130
- }
131
- },
132
- "700": {
133
- "$type": "color",
134
- "$value": {
135
- "colorSpace": "srgb",
136
- "components": [
137
- 0.2823529541492462,
138
- 0.2823529541492462,
139
- 0.2823529541492462
140
- ],
141
- "alpha": 1,
142
- "hex": "#484848"
143
- },
144
- "$extensions": {
145
- "com.figma.variableId": "VariableID:2002:589",
146
- "com.figma.scopes": [
147
- "ALL_SCOPES"
148
- ],
149
- "com.figma.isOverride": true
150
- }
151
- },
152
- "800": {
153
- "$type": "color",
154
- "$value": {
155
- "colorSpace": "srgb",
156
- "components": [
157
- 0.1882352977991104,
158
- 0.1882352977991104,
159
- 0.1882352977991104
160
- ],
161
- "alpha": 1,
162
- "hex": "#303030"
163
- },
164
- "$extensions": {
165
- "com.figma.variableId": "VariableID:2002:590",
166
- "com.figma.scopes": [
167
- "ALL_SCOPES"
168
- ],
169
- "com.figma.isOverride": true
170
- }
171
- },
172
- "900": {
173
- "$type": "color",
174
- "$value": {
175
- "colorSpace": "srgb",
176
- "components": [
177
- 0.125490203499794,
178
- 0.125490203499794,
179
- 0.125490203499794
180
- ],
181
- "alpha": 1,
182
- "hex": "#202020"
183
- },
184
- "$extensions": {
185
- "com.figma.variableId": "VariableID:2002:591",
186
- "com.figma.scopes": [
187
- "ALL_SCOPES"
188
- ],
189
- "com.figma.isOverride": true
190
- }
191
- },
192
- "950": {
193
- "$type": "color",
194
- "$value": {
195
- "colorSpace": "srgb",
196
- "components": [
197
- 0.062745101749897,
198
- 0.062745101749897,
199
- 0.062745101749897
200
- ],
201
- "alpha": 1,
202
- "hex": "#101010"
203
- },
204
- "$extensions": {
205
- "com.figma.variableId": "VariableID:2002:592",
206
- "com.figma.scopes": [
207
- "ALL_SCOPES"
208
- ],
209
- "com.figma.isOverride": true
210
- }
211
- },
212
- "black": {
213
- "$type": "color",
214
- "$value": {
215
- "colorSpace": "srgb",
216
- "components": [
217
- 0,
218
- 0,
219
- 0
220
- ],
221
- "alpha": 1,
222
- "hex": "#000000"
223
- },
224
- "$extensions": {
225
- "com.figma.variableId": "VariableID:2002:582",
226
- "com.figma.scopes": [
227
- "ALL_SCOPES"
228
- ],
229
- "com.figma.isOverride": true
230
- }
231
- },
232
- "white": {
233
- "$type": "color",
234
- "$value": {
235
- "colorSpace": "srgb",
236
- "components": [
237
- 1,
238
- 1,
239
- 1
240
- ],
241
- "alpha": 1,
242
- "hex": "#FFFFFF"
243
- },
244
- "$extensions": {
245
- "com.figma.variableId": "VariableID:2002:581",
246
- "com.figma.scopes": [
247
- "ALL_SCOPES"
248
- ],
249
- "com.figma.isOverride": true
250
- }
251
- }
252
- },
253
- "brand": {
254
- "Atmos": {
255
- "$type": "color",
256
- "$value": {
257
- "colorSpace": "srgb",
258
- "components": [
259
- 0.46666666865348816,
260
- 0.772549033164978,
261
- 0.8352941274642944
262
- ],
263
- "alpha": 1,
264
- "hex": "#77C5D5"
265
- },
266
- "$extensions": {
267
- "com.figma.variableId": "VariableID:2002:593",
268
- "com.figma.scopes": [
269
- "ALL_SCOPES"
270
- ],
271
- "com.figma.isOverride": true
272
- }
273
- },
274
- "Kobold": {
275
- "$type": "color",
276
- "$value": {
277
- "colorSpace": "srgb",
278
- "components": [
279
- 0,
280
- 0.3843137323856354,
281
- 0.5960784554481506
282
- ],
283
- "alpha": 1,
284
- "hex": "#006298"
285
- },
286
- "$extensions": {
287
- "com.figma.variableId": "VariableID:2002:594",
288
- "com.figma.scopes": [
289
- "ALL_SCOPES"
290
- ],
291
- "com.figma.isOverride": true
292
- }
293
- },
294
- "Bleu": {
295
- "$type": "color",
296
- "$value": {
297
- "colorSpace": "srgb",
298
- "components": [
299
- 0.33725491166114807,
300
- 0.5686274766921997,
301
- 0.6313725709915161
302
- ],
303
- "alpha": 1,
304
- "hex": "#5691A1"
305
- },
306
- "$extensions": {
307
- "com.figma.variableId": "VariableID:2002:595",
308
- "com.figma.scopes": [
309
- "ALL_SCOPES"
310
- ],
311
- "com.figma.isOverride": true
312
- }
313
- },
314
- "Midori": {
315
- "$type": "color",
316
- "$value": {
317
- "colorSpace": "srgb",
318
- "components": [
319
- 0.22745098173618317,
320
- 0.5686274766921997,
321
- 0.24705882370471954
322
- ],
323
- "alpha": 1,
324
- "hex": "#3A913F"
325
- },
326
- "$extensions": {
327
- "com.figma.variableId": "VariableID:2002:596",
328
- "com.figma.scopes": [
329
- "ALL_SCOPES"
330
- ],
331
- "com.figma.isOverride": true
332
- }
333
- },
334
- "Sahara": {
335
- "$type": "color",
336
- "$value": {
337
- "colorSpace": "srgb",
338
- "components": [
339
- 0.8392156958580017,
340
- 0.6431372761726379,
341
- 0.3803921639919281
342
- ],
343
- "alpha": 1,
344
- "hex": "#D6A461"
345
- },
346
- "$extensions": {
347
- "com.figma.variableId": "VariableID:2002:597",
348
- "com.figma.scopes": [
349
- "ALL_SCOPES"
350
- ],
351
- "com.figma.isOverride": true
352
- }
353
- },
354
- "Boreal": {
355
- "$type": "color",
356
- "$value": {
357
- "colorSpace": "srgb",
358
- "components": [
359
- 0.545098066329956,
360
- 0.2078431397676468,
361
- 0.37254902720451355
362
- ],
363
- "alpha": 1,
364
- "hex": "#8B355F"
365
- },
366
- "$extensions": {
367
- "com.figma.variableId": "VariableID:2002:598",
368
- "com.figma.scopes": [
369
- "ALL_SCOPES"
370
- ],
371
- "com.figma.isOverride": true
372
- }
373
- },
374
- "Cotta": {
375
- "$type": "color",
376
- "$value": {
377
- "colorSpace": "srgb",
378
- "components": [
379
- 0.529411792755127,
380
- 0.14509804546833038,
381
- 0.14901961386203766
382
- ],
383
- "alpha": 1,
384
- "hex": "#872526"
385
- },
386
- "$extensions": {
387
- "com.figma.variableId": "VariableID:2002:599",
388
- "com.figma.scopes": [
389
- "ALL_SCOPES"
390
- ],
391
- "com.figma.isOverride": true
392
- }
393
- },
394
- "Antar": {
395
- "$type": "color",
396
- "$value": {
397
- "colorSpace": "srgb",
398
- "components": [
399
- 0.7490196228027344,
400
- 0.8901960849761963,
401
- 0.929411768913269
402
- ],
403
- "alpha": 1,
404
- "hex": "#BFE3ED"
405
- },
406
- "$extensions": {
407
- "com.figma.variableId": "VariableID:2002:600",
408
- "com.figma.scopes": [
409
- "ALL_SCOPES"
410
- ],
411
- "com.figma.isOverride": true
412
- }
413
- },
414
- "Azzay": {
415
- "$type": "color",
416
- "$value": {
417
- "colorSpace": "srgb",
418
- "components": [
419
- 0.4745098054409027,
420
- 0.529411792755127,
421
- 0.4274509847164154
422
- ],
423
- "alpha": 1,
424
- "hex": "#79876D"
425
- },
426
- "$extensions": {
427
- "com.figma.variableId": "VariableID:2002:601",
428
- "com.figma.scopes": [
429
- "ALL_SCOPES"
430
- ],
431
- "com.figma.isOverride": true
432
- }
433
- },
434
- "Cloro": {
435
- "$type": "color",
436
- "$value": {
437
- "colorSpace": "srgb",
438
- "components": [
439
- 0.886274516582489,
440
- 0.9137254953384399,
441
- 0.6117647290229797
442
- ],
443
- "alpha": 1,
444
- "hex": "#E2E99C"
445
- },
446
- "$extensions": {
447
- "com.figma.variableId": "VariableID:2002:602",
448
- "com.figma.scopes": [
449
- "ALL_SCOPES"
450
- ],
451
- "com.figma.isOverride": true
452
- }
453
- },
454
- "Arena": {
455
- "$type": "color",
456
- "$value": {
457
- "colorSpace": "srgb",
458
- "components": [
459
- 0.9803921580314636,
460
- 0.929411768913269,
461
- 0.7372549176216125
462
- ],
463
- "alpha": 1,
464
- "hex": "#FAEDBC"
465
- },
466
- "$extensions": {
467
- "com.figma.variableId": "VariableID:2002:603",
468
- "com.figma.scopes": [
469
- "ALL_SCOPES"
470
- ],
471
- "com.figma.isOverride": true
472
- }
473
- },
474
- "Carota": {
475
- "$type": "color",
476
- "$value": {
477
- "colorSpace": "srgb",
478
- "components": [
479
- 0.9725490212440491,
480
- 0.48627451062202454,
481
- 0.33725491166114807
482
- ],
483
- "alpha": 1,
484
- "hex": "#F87C56"
485
- },
486
- "$extensions": {
487
- "com.figma.variableId": "VariableID:2002:604",
488
- "com.figma.scopes": [
489
- "ALL_SCOPES"
490
- ],
491
- "com.figma.isOverride": true
492
- }
493
- },
494
- "Khewra": {
495
- "$type": "color",
496
- "$value": {
497
- "colorSpace": "srgb",
498
- "components": [
499
- 0.8627451062202454,
500
- 0.3843137323856354,
501
- 0.3686274588108063
502
- ],
503
- "alpha": 1,
504
- "hex": "#DC625E"
505
- },
506
- "$extensions": {
507
- "com.figma.variableId": "VariableID:2002:605",
508
- "com.figma.scopes": [
509
- "ALL_SCOPES"
510
- ],
511
- "com.figma.isOverride": true
512
- }
513
- },
514
- "Núbia": {
515
- "$type": "color",
516
- "$value": {
517
- "colorSpace": "srgb",
518
- "components": [
519
- 0.9843137264251709,
520
- 0.8666666746139526,
521
- 0.47843137383461
522
- ],
523
- "alpha": 1,
524
- "hex": "#FBDD7A"
525
- },
526
- "$extensions": {
527
- "com.figma.variableId": "VariableID:2002:606",
528
- "com.figma.scopes": [
529
- "ALL_SCOPES"
530
- ],
531
- "com.figma.isOverride": true
532
- }
533
- },
534
- "Calla": {
535
- "$type": "color",
536
- "$value": {
537
- "colorSpace": "srgb",
538
- "components": [
539
- 0.95686274766922,
540
- 0.7647058963775635,
541
- 0.800000011920929
542
- ],
543
- "alpha": 1,
544
- "hex": "#F4C3CC"
545
- },
546
- "$extensions": {
547
- "com.figma.variableId": "VariableID:2002:607",
548
- "com.figma.scopes": [
549
- "ALL_SCOPES"
550
- ],
551
- "com.figma.isOverride": true
552
- }
553
- }
554
- }
555
- },
556
- "font": {
557
- "family": {
558
- "primary": {
559
- "$type": "string",
560
- "$value": "Outfit",
561
- "$extensions": {
562
- "com.figma.variableId": "VariableID:2002:631",
563
- "com.figma.scopes": [
564
- "FONT_FAMILY"
565
- ],
566
- "com.figma.type": "string",
567
- "com.figma.isOverride": true
568
- }
569
- },
570
- "secondary": {
571
- "$type": "string",
572
- "$value": "Inter",
573
- "$extensions": {
574
- "com.figma.variableId": "VariableID:2002:632",
575
- "com.figma.scopes": [
576
- "FONT_FAMILY"
577
- ],
578
- "com.figma.type": "string",
579
- "com.figma.isOverride": true
580
- }
581
- },
582
- "tertiary": {
583
- "$type": "string",
584
- "$value": "Jetbrains Mono",
585
- "$extensions": {
586
- "com.figma.variableId": "VariableID:2002:633",
587
- "com.figma.scopes": [
588
- "FONT_FAMILY"
589
- ],
590
- "com.figma.type": "string",
591
- "com.figma.isOverride": true
592
- }
593
- }
594
- },
595
- "weight": {
596
- "thin": {
597
- "$type": "number",
598
- "$value": 100,
599
- "$extensions": {
600
- "com.figma.variableId": "VariableID:2002:634",
601
- "com.figma.scopes": [
602
- "FONT_STYLE"
603
- ],
604
- "com.figma.isOverride": true
605
- }
606
- },
607
- "extralight": {
608
- "$type": "number",
609
- "$value": 200,
610
- "$extensions": {
611
- "com.figma.variableId": "VariableID:2002:635",
612
- "com.figma.scopes": [
613
- "FONT_STYLE"
614
- ],
615
- "com.figma.isOverride": true
616
- }
617
- },
618
- "light": {
619
- "$type": "number",
620
- "$value": 300,
621
- "$extensions": {
622
- "com.figma.variableId": "VariableID:2002:636",
623
- "com.figma.scopes": [
624
- "FONT_STYLE"
625
- ],
626
- "com.figma.isOverride": true
627
- }
628
- },
629
- "regular": {
630
- "$type": "number",
631
- "$value": 400,
632
- "$extensions": {
633
- "com.figma.variableId": "VariableID:2002:637",
634
- "com.figma.scopes": [
635
- "FONT_STYLE"
636
- ],
637
- "com.figma.isOverride": true
638
- }
639
- },
640
- "medium": {
641
- "$type": "number",
642
- "$value": 500,
643
- "$extensions": {
644
- "com.figma.variableId": "VariableID:2002:638",
645
- "com.figma.scopes": [
646
- "FONT_STYLE"
647
- ],
648
- "com.figma.isOverride": true
649
- }
650
- },
651
- "semibold": {
652
- "$type": "number",
653
- "$value": 600,
654
- "$extensions": {
655
- "com.figma.variableId": "VariableID:2002:639",
656
- "com.figma.scopes": [
657
- "FONT_STYLE"
658
- ],
659
- "com.figma.isOverride": true
660
- }
661
- },
662
- "bold": {
663
- "$type": "number",
664
- "$value": 700,
665
- "$extensions": {
666
- "com.figma.variableId": "VariableID:2002:640",
667
- "com.figma.scopes": [
668
- "FONT_STYLE"
669
- ],
670
- "com.figma.isOverride": true
671
- }
672
- },
673
- "extrabold": {
674
- "$type": "number",
675
- "$value": 800,
676
- "$extensions": {
677
- "com.figma.variableId": "VariableID:2002:641",
678
- "com.figma.scopes": [
679
- "FONT_STYLE"
680
- ],
681
- "com.figma.isOverride": true
682
- }
683
- },
684
- "back": {
685
- "$type": "number",
686
- "$value": 900,
687
- "$extensions": {
688
- "com.figma.variableId": "VariableID:2002:642",
689
- "com.figma.scopes": [
690
- "FONT_STYLE"
691
- ],
692
- "com.figma.isOverride": true
693
- }
694
- }
695
- },
696
- "size": {
697
- "xs": {
698
- "$type": "number",
699
- "$value": 12,
700
- "$extensions": {
701
- "com.figma.variableId": "VariableID:2002:643",
702
- "com.figma.scopes": [
703
- "FONT_SIZE"
704
- ],
705
- "com.figma.isOverride": true
706
- }
707
- },
708
- "2xs": {
709
- "$type": "number",
710
- "$value": 14,
711
- "$extensions": {
712
- "com.figma.variableId": "VariableID:2002:644",
713
- "com.figma.scopes": [
714
- "FONT_SIZE"
715
- ],
716
- "com.figma.isOverride": true
717
- }
718
- },
719
- "3xs": {
720
- "$type": "number",
721
- "$value": 16,
722
- "$extensions": {
723
- "com.figma.variableId": "VariableID:2002:645",
724
- "com.figma.scopes": [
725
- "FONT_SIZE"
726
- ],
727
- "com.figma.isOverride": true
728
- }
729
- },
730
- "4xs": {
731
- "$type": "number",
732
- "$value": 18,
733
- "$extensions": {
734
- "com.figma.variableId": "VariableID:2002:646",
735
- "com.figma.scopes": [
736
- "FONT_SIZE"
737
- ],
738
- "com.figma.isOverride": true
739
- }
740
- },
741
- "sm": {
742
- "$type": "number",
743
- "$value": 20,
744
- "$extensions": {
745
- "com.figma.variableId": "VariableID:2002:647",
746
- "com.figma.scopes": [
747
- "FONT_SIZE"
748
- ],
749
- "com.figma.isOverride": true
750
- }
751
- },
752
- "2sm": {
753
- "$type": "number",
754
- "$value": 24,
755
- "$extensions": {
756
- "com.figma.variableId": "VariableID:2002:648",
757
- "com.figma.scopes": [
758
- "FONT_SIZE"
759
- ],
760
- "com.figma.isOverride": true
761
- }
762
- },
763
- "3sm": {
764
- "$type": "number",
765
- "$value": 28,
766
- "$extensions": {
767
- "com.figma.variableId": "VariableID:2002:649",
768
- "com.figma.scopes": [
769
- "FONT_SIZE"
770
- ],
771
- "com.figma.isOverride": true
772
- }
773
- },
774
- "4sm": {
775
- "$type": "number",
776
- "$value": 32,
777
- "$extensions": {
778
- "com.figma.variableId": "VariableID:2002:650",
779
- "com.figma.scopes": [
780
- "FONT_SIZE"
781
- ],
782
- "com.figma.isOverride": true
783
- }
784
- },
785
- "md": {
786
- "$type": "number",
787
- "$value": 36,
788
- "$extensions": {
789
- "com.figma.variableId": "VariableID:2002:651",
790
- "com.figma.scopes": [
791
- "FONT_SIZE"
792
- ],
793
- "com.figma.isOverride": true
794
- }
795
- },
796
- "2md": {
797
- "$type": "number",
798
- "$value": 40,
799
- "$extensions": {
800
- "com.figma.variableId": "VariableID:2002:652",
801
- "com.figma.scopes": [
802
- "FONT_SIZE"
803
- ],
804
- "com.figma.isOverride": true
805
- }
806
- },
807
- "3md": {
808
- "$type": "number",
809
- "$value": 48,
810
- "$extensions": {
811
- "com.figma.variableId": "VariableID:2002:653",
812
- "com.figma.scopes": [
813
- "FONT_SIZE"
814
- ],
815
- "com.figma.isOverride": true
816
- }
817
- },
818
- "4md": {
819
- "$type": "number",
820
- "$value": 56,
821
- "$extensions": {
822
- "com.figma.variableId": "VariableID:2002:654",
823
- "com.figma.scopes": [
824
- "FONT_SIZE"
825
- ],
826
- "com.figma.isOverride": true
827
- }
828
- },
829
- "lg": {
830
- "$type": "number",
831
- "$value": 64,
832
- "$extensions": {
833
- "com.figma.variableId": "VariableID:2002:655",
834
- "com.figma.scopes": [
835
- "FONT_SIZE"
836
- ],
837
- "com.figma.isOverride": true
838
- }
839
- },
840
- "2lg": {
841
- "$type": "number",
842
- "$value": 72,
843
- "$extensions": {
844
- "com.figma.variableId": "VariableID:2002:656",
845
- "com.figma.scopes": [
846
- "FONT_SIZE"
847
- ],
848
- "com.figma.isOverride": true
849
- }
850
- },
851
- "3lg": {
852
- "$type": "number",
853
- "$value": 80,
854
- "$extensions": {
855
- "com.figma.variableId": "VariableID:2002:657",
856
- "com.figma.scopes": [
857
- "FONT_SIZE"
858
- ],
859
- "com.figma.isOverride": true
860
- }
861
- },
862
- "4lg": {
863
- "$type": "number",
864
- "$value": 88,
865
- "$extensions": {
866
- "com.figma.variableId": "VariableID:2002:658",
867
- "com.figma.scopes": [
868
- "FONT_SIZE"
869
- ],
870
- "com.figma.isOverride": true
871
- }
872
- },
873
- "xl": {
874
- "$type": "number",
875
- "$value": 96,
876
- "$extensions": {
877
- "com.figma.variableId": "VariableID:2002:659",
878
- "com.figma.scopes": [
879
- "FONT_SIZE"
880
- ],
881
- "com.figma.isOverride": true
882
- }
883
- },
884
- "2xl": {
885
- "$type": "number",
886
- "$value": 112,
887
- "$extensions": {
888
- "com.figma.variableId": "VariableID:2002:660",
889
- "com.figma.scopes": [
890
- "FONT_SIZE"
891
- ],
892
- "com.figma.isOverride": true
893
- }
894
- },
895
- "3xl": {
896
- "$type": "number",
897
- "$value": 120,
898
- "$extensions": {
899
- "com.figma.variableId": "VariableID:2002:661",
900
- "com.figma.scopes": [
901
- "FONT_SIZE"
902
- ],
903
- "com.figma.isOverride": true
904
- }
905
- },
906
- "4xl": {
907
- "$type": "number",
908
- "$value": 140,
909
- "$extensions": {
910
- "com.figma.variableId": "VariableID:2002:662",
911
- "com.figma.scopes": [
912
- "FONT_SIZE"
913
- ],
914
- "com.figma.isOverride": true
915
- }
916
- }
917
- }
918
- },
919
- "spacing": {
920
- "0": {
921
- "$type": "number",
922
- "$value": 0,
923
- "$extensions": {
924
- "com.figma.variableId": "VariableID:2002:548",
925
- "com.figma.scopes": [
926
- "WIDTH_HEIGHT"
927
- ],
928
- "com.figma.isOverride": true
929
- }
930
- },
931
- "2": {
932
- "$type": "number",
933
- "$value": 2,
934
- "$extensions": {
935
- "com.figma.variableId": "VariableID:2002:549",
936
- "com.figma.scopes": [
937
- "WIDTH_HEIGHT"
938
- ],
939
- "com.figma.isOverride": true
940
- }
941
- },
942
- "4": {
943
- "$type": "number",
944
- "$value": 4,
945
- "$extensions": {
946
- "com.figma.variableId": "VariableID:2002:550",
947
- "com.figma.scopes": [
948
- "WIDTH_HEIGHT"
949
- ],
950
- "com.figma.isOverride": true
951
- }
952
- },
953
- "8": {
954
- "$type": "number",
955
- "$value": 8,
956
- "$extensions": {
957
- "com.figma.variableId": "VariableID:2002:551",
958
- "com.figma.scopes": [
959
- "WIDTH_HEIGHT"
960
- ],
961
- "com.figma.isOverride": true
962
- }
963
- },
964
- "12": {
965
- "$type": "number",
966
- "$value": 12,
967
- "$extensions": {
968
- "com.figma.variableId": "VariableID:2002:552",
969
- "com.figma.scopes": [
970
- "WIDTH_HEIGHT"
971
- ],
972
- "com.figma.isOverride": true
973
- }
974
- },
975
- "14": {
976
- "$type": "number",
977
- "$value": 14,
978
- "$extensions": {
979
- "com.figma.variableId": "VariableID:2002:553",
980
- "com.figma.scopes": [
981
- "ALL_SCOPES"
982
- ],
983
- "com.figma.isOverride": true
984
- }
985
- },
986
- "16": {
987
- "$type": "number",
988
- "$value": 16,
989
- "$extensions": {
990
- "com.figma.variableId": "VariableID:2002:554",
991
- "com.figma.scopes": [
992
- "WIDTH_HEIGHT"
993
- ],
994
- "com.figma.isOverride": true
995
- }
996
- },
997
- "20": {
998
- "$type": "number",
999
- "$value": 20,
1000
- "$extensions": {
1001
- "com.figma.variableId": "VariableID:2002:555",
1002
- "com.figma.scopes": [
1003
- "WIDTH_HEIGHT"
1004
- ],
1005
- "com.figma.isOverride": true
1006
- }
1007
- },
1008
- "24": {
1009
- "$type": "number",
1010
- "$value": 24,
1011
- "$extensions": {
1012
- "com.figma.variableId": "VariableID:2002:556",
1013
- "com.figma.scopes": [
1014
- "WIDTH_HEIGHT"
1015
- ],
1016
- "com.figma.isOverride": true
1017
- }
1018
- },
1019
- "28": {
1020
- "$type": "number",
1021
- "$value": 28,
1022
- "$extensions": {
1023
- "com.figma.variableId": "VariableID:2002:557",
1024
- "com.figma.scopes": [
1025
- "WIDTH_HEIGHT"
1026
- ],
1027
- "com.figma.isOverride": true
1028
- }
1029
- },
1030
- "32": {
1031
- "$type": "number",
1032
- "$value": 32,
1033
- "$extensions": {
1034
- "com.figma.variableId": "VariableID:2002:558",
1035
- "com.figma.scopes": [
1036
- "WIDTH_HEIGHT"
1037
- ],
1038
- "com.figma.isOverride": true
1039
- }
1040
- },
1041
- "36": {
1042
- "$type": "number",
1043
- "$value": 36,
1044
- "$extensions": {
1045
- "com.figma.variableId": "VariableID:2002:559",
1046
- "com.figma.scopes": [
1047
- "WIDTH_HEIGHT"
1048
- ],
1049
- "com.figma.isOverride": true
1050
- }
1051
- },
1052
- "40": {
1053
- "$type": "number",
1054
- "$value": 40,
1055
- "$extensions": {
1056
- "com.figma.variableId": "VariableID:2002:560",
1057
- "com.figma.scopes": [
1058
- "WIDTH_HEIGHT"
1059
- ],
1060
- "com.figma.isOverride": true
1061
- }
1062
- },
1063
- "48": {
1064
- "$type": "number",
1065
- "$value": 48,
1066
- "$extensions": {
1067
- "com.figma.variableId": "VariableID:2002:561",
1068
- "com.figma.scopes": [
1069
- "WIDTH_HEIGHT"
1070
- ],
1071
- "com.figma.isOverride": true
1072
- }
1073
- },
1074
- "56": {
1075
- "$type": "number",
1076
- "$value": 56,
1077
- "$extensions": {
1078
- "com.figma.variableId": "VariableID:2002:562",
1079
- "com.figma.scopes": [
1080
- "WIDTH_HEIGHT"
1081
- ],
1082
- "com.figma.isOverride": true
1083
- }
1084
- },
1085
- "64": {
1086
- "$type": "number",
1087
- "$value": 64,
1088
- "$extensions": {
1089
- "com.figma.variableId": "VariableID:2002:563",
1090
- "com.figma.scopes": [
1091
- "WIDTH_HEIGHT"
1092
- ],
1093
- "com.figma.isOverride": true
1094
- }
1095
- },
1096
- "72": {
1097
- "$type": "number",
1098
- "$value": 72,
1099
- "$extensions": {
1100
- "com.figma.variableId": "VariableID:2002:564",
1101
- "com.figma.scopes": [
1102
- "WIDTH_HEIGHT"
1103
- ],
1104
- "com.figma.isOverride": true
1105
- }
1106
- },
1107
- "80": {
1108
- "$type": "number",
1109
- "$value": 80,
1110
- "$extensions": {
1111
- "com.figma.variableId": "VariableID:2002:565",
1112
- "com.figma.scopes": [
1113
- "WIDTH_HEIGHT"
1114
- ],
1115
- "com.figma.isOverride": true
1116
- }
1117
- },
1118
- "88": {
1119
- "$type": "number",
1120
- "$value": 88,
1121
- "$extensions": {
1122
- "com.figma.variableId": "VariableID:2002:566",
1123
- "com.figma.scopes": [
1124
- "WIDTH_HEIGHT"
1125
- ],
1126
- "com.figma.isOverride": true
1127
- }
1128
- },
1129
- "96": {
1130
- "$type": "number",
1131
- "$value": 96,
1132
- "$extensions": {
1133
- "com.figma.variableId": "VariableID:2002:567",
1134
- "com.figma.scopes": [
1135
- "WIDTH_HEIGHT"
1136
- ],
1137
- "com.figma.isOverride": true
1138
- }
1139
- },
1140
- "112": {
1141
- "$type": "number",
1142
- "$value": 112,
1143
- "$extensions": {
1144
- "com.figma.variableId": "VariableID:2002:568",
1145
- "com.figma.scopes": [
1146
- "WIDTH_HEIGHT"
1147
- ],
1148
- "com.figma.isOverride": true
1149
- }
1150
- },
1151
- "128": {
1152
- "$type": "number",
1153
- "$value": 128,
1154
- "$extensions": {
1155
- "com.figma.variableId": "VariableID:2002:569",
1156
- "com.figma.scopes": [
1157
- "WIDTH_HEIGHT"
1158
- ],
1159
- "com.figma.isOverride": true
1160
- }
1161
- },
1162
- "160": {
1163
- "$type": "number",
1164
- "$value": 160,
1165
- "$extensions": {
1166
- "com.figma.variableId": "VariableID:2002:570",
1167
- "com.figma.scopes": [
1168
- "WIDTH_HEIGHT"
1169
- ],
1170
- "com.figma.isOverride": true
1171
- }
1172
- },
1173
- "192": {
1174
- "$type": "number",
1175
- "$value": 192,
1176
- "$extensions": {
1177
- "com.figma.variableId": "VariableID:2002:571",
1178
- "com.figma.scopes": [
1179
- "WIDTH_HEIGHT"
1180
- ],
1181
- "com.figma.isOverride": true
1182
- }
1183
- }
1184
- },
1185
- "opacity": {
1186
- "0": {
1187
- "$type": "number",
1188
- "$value": 0,
1189
- "$extensions": {
1190
- "com.figma.variableId": "VariableID:2002:620",
1191
- "com.figma.scopes": [
1192
- "OPACITY"
1193
- ],
1194
- "com.figma.isOverride": true
1195
- }
1196
- },
1197
- "10": {
1198
- "$type": "number",
1199
- "$value": 10,
1200
- "$extensions": {
1201
- "com.figma.variableId": "VariableID:2002:621",
1202
- "com.figma.scopes": [
1203
- "OPACITY"
1204
- ],
1205
- "com.figma.isOverride": true
1206
- }
1207
- },
1208
- "20": {
1209
- "$type": "number",
1210
- "$value": 20,
1211
- "$extensions": {
1212
- "com.figma.variableId": "VariableID:2002:622",
1213
- "com.figma.scopes": [
1214
- "OPACITY"
1215
- ],
1216
- "com.figma.isOverride": true
1217
- }
1218
- },
1219
- "30": {
1220
- "$type": "number",
1221
- "$value": 30,
1222
- "$extensions": {
1223
- "com.figma.variableId": "VariableID:2002:623",
1224
- "com.figma.scopes": [
1225
- "OPACITY"
1226
- ],
1227
- "com.figma.isOverride": true
1228
- }
1229
- },
1230
- "40": {
1231
- "$type": "number",
1232
- "$value": 40,
1233
- "$extensions": {
1234
- "com.figma.variableId": "VariableID:2002:624",
1235
- "com.figma.scopes": [
1236
- "OPACITY"
1237
- ],
1238
- "com.figma.isOverride": true
1239
- }
1240
- },
1241
- "50": {
1242
- "$type": "number",
1243
- "$value": 50,
1244
- "$extensions": {
1245
- "com.figma.variableId": "VariableID:2002:625",
1246
- "com.figma.scopes": [
1247
- "OPACITY"
1248
- ],
1249
- "com.figma.isOverride": true
1250
- }
1251
- },
1252
- "60": {
1253
- "$type": "number",
1254
- "$value": 60,
1255
- "$extensions": {
1256
- "com.figma.variableId": "VariableID:2002:626",
1257
- "com.figma.scopes": [
1258
- "OPACITY"
1259
- ],
1260
- "com.figma.isOverride": true
1261
- }
1262
- },
1263
- "70": {
1264
- "$type": "number",
1265
- "$value": 70,
1266
- "$extensions": {
1267
- "com.figma.variableId": "VariableID:2002:627",
1268
- "com.figma.scopes": [
1269
- "OPACITY"
1270
- ],
1271
- "com.figma.isOverride": true
1272
- }
1273
- },
1274
- "80": {
1275
- "$type": "number",
1276
- "$value": 80,
1277
- "$extensions": {
1278
- "com.figma.variableId": "VariableID:2002:628",
1279
- "com.figma.scopes": [
1280
- "OPACITY"
1281
- ],
1282
- "com.figma.isOverride": true
1283
- }
1284
- },
1285
- "90": {
1286
- "$type": "number",
1287
- "$value": 90,
1288
- "$extensions": {
1289
- "com.figma.variableId": "VariableID:2002:629",
1290
- "com.figma.scopes": [
1291
- "OPACITY"
1292
- ],
1293
- "com.figma.isOverride": true
1294
- }
1295
- },
1296
- "100": {
1297
- "$type": "number",
1298
- "$value": 100,
1299
- "$extensions": {
1300
- "com.figma.variableId": "VariableID:2002:630",
1301
- "com.figma.scopes": [
1302
- "OPACITY"
1303
- ],
1304
- "com.figma.isOverride": true
1305
- }
1306
- }
1307
- },
1308
- "radius": {
1309
- "min": {
1310
- "$type": "number",
1311
- "$value": 4,
1312
- "$extensions": {
1313
- "com.figma.variableId": "VariableID:2002:663",
1314
- "com.figma.scopes": [
1315
- "CORNER_RADIUS"
1316
- ],
1317
- "com.figma.isOverride": true
1318
- }
1319
- },
1320
- "xxs": {
1321
- "$type": "number",
1322
- "$value": 6,
1323
- "$extensions": {
1324
- "com.figma.variableId": "VariableID:2079:555",
1325
- "com.figma.scopes": [
1326
- "CORNER_RADIUS"
1327
- ],
1328
- "com.figma.isOverride": true
1329
- }
1330
- },
1331
- "xs": {
1332
- "$type": "number",
1333
- "$value": 8,
1334
- "$extensions": {
1335
- "com.figma.variableId": "VariableID:2002:664",
1336
- "com.figma.scopes": [
1337
- "CORNER_RADIUS"
1338
- ],
1339
- "com.figma.isOverride": true
1340
- }
1341
- },
1342
- "sm": {
1343
- "$type": "number",
1344
- "$value": 12,
1345
- "$extensions": {
1346
- "com.figma.variableId": "VariableID:2061:224",
1347
- "com.figma.scopes": [
1348
- "CORNER_RADIUS"
1349
- ],
1350
- "com.figma.isOverride": true
1351
- }
1352
- },
1353
- "md": {
1354
- "$type": "number",
1355
- "$value": 16,
1356
- "$extensions": {
1357
- "com.figma.variableId": "VariableID:2002:665",
1358
- "com.figma.scopes": [
1359
- "CORNER_RADIUS"
1360
- ],
1361
- "com.figma.isOverride": true
1362
- }
1363
- },
1364
- "lg": {
1365
- "$type": "number",
1366
- "$value": 24,
1367
- "$extensions": {
1368
- "com.figma.variableId": "VariableID:2002:666",
1369
- "com.figma.scopes": [
1370
- "CORNER_RADIUS"
1371
- ],
1372
- "com.figma.isOverride": true
1373
- }
1374
- },
1375
- "xl": {
1376
- "$type": "number",
1377
- "$value": 32,
1378
- "$extensions": {
1379
- "com.figma.variableId": "VariableID:2101:364",
1380
- "com.figma.scopes": [
1381
- "CORNER_RADIUS"
1382
- ],
1383
- "com.figma.isOverride": true
1384
- }
1385
- },
1386
- "xxl": {
1387
- "$type": "number",
1388
- "$value": 48,
1389
- "$extensions": {
1390
- "com.figma.variableId": "VariableID:2002:667",
1391
- "com.figma.scopes": [
1392
- "CORNER_RADIUS"
1393
- ],
1394
- "com.figma.isOverride": true
1395
- }
1396
- },
1397
- "max": {
1398
- "$type": "number",
1399
- "$value": 9999,
1400
- "$extensions": {
1401
- "com.figma.variableId": "VariableID:2002:668",
1402
- "com.figma.scopes": [
1403
- "CORNER_RADIUS"
1404
- ],
1405
- "com.figma.isOverride": true
1406
- }
1407
- }
1408
- },
1409
- "breakpoint": {
1410
- "width": {
1411
- "$type": "number",
1412
- "$value": 1312,
1413
- "$extensions": {
1414
- "com.figma.variableId": "VariableID:2002:547",
1415
- "com.figma.scopes": [
1416
- "WIDTH_HEIGHT"
1417
- ],
1418
- "com.figma.isOverride": true
1419
- }
1420
- }
1421
- },
1422
- "$extensions": {
1423
- "com.figma.modeName": "Default"
1424
- }
1425
- }
1426
-
1427
-
1428
-
1429
- --font-weight-thin 100
1430
- --font-weight-extralight 200
1431
- --font-weight-light 300
1432
- --font-weight-normal 400
1433
- --font-weight-medium 500
1434
- --font-weight-semibold 600
1435
- --font-weight-bold 700
1436
- --font-weight-extrabold 800
1437
- --font-weight-black 900
1438
-
1439
- --line-height-xs 100%
1440
- --line-height-sm 120%
1441
- --line-height-md 130%
1442
- --line-height-lg 150%
1443
- --line-height-xl 200%
1444
-
1445
-
1446
-
1447
- --letter-spacing-xxxs
1448
- -8%
1449
- --letter-spacing-xxs
1450
- -6%
1451
- --letter-spacing-xs
1452
- -4%
1453
- --letter-spacing-sm
1454
- -2%
1455
- --letter-spacing-md
1456
- 0%
1457
- --letter-spacing-lg
1458
- 2%
1459
- --letter-spacing-xl
1460
- 4%
1461
- --letter-spacing-xxl
1462
- 6%
1463
- --letter-spacing-xxxl
1464
- 8%
1465
-
1466
-
1467
- 100%
1468
- --opacity-100
1469
- 90%
1470
- --opacity-90
1471
- 80%
1472
- --opacity-80
1473
- 70%
1474
- --opacity-70
1475
- 60%
1476
- --opacity-60
1477
- 50%
1478
- --opacity-50
1479
- 40%
1480
- --opacity-40
1481
- 30%
1482
- --opacity-30
1483
- 20%
1484
- --opacity-20
1485
- 10%
1486
- --opacity-10
1487
- 0%
1488
- --opacity-0
1489
-
1490
-
1491
- 4px
1492
- --radius-min
1493
- 6px
1494
- --radius-xxs
1495
- 8px
1496
- --radius-xs
1497
- 12px
1498
- --radius-sm
1499
- 16px
1500
- --radius-md
1501
- 24px
1502
- --radius-lg
1503
- 32px
1504
- --radius-xl
1505
- 48px
1506
- --radius-xxl
1507
- 100%
1508
- --radius-max
1509
-
1510
-
1511
- 4px
1512
- --padding-xs
1513
- 8px
1514
- --padding-sm
1515
- 12px
1516
- --padding-md
1517
- 16px
1518
- --padding-lg
1519
- 24px
1520
- --padding-xl
1521
- 32px
1522
- --padding-hg
1523
-
1524
- tbm ter padding 6px e 10px
1525
-
1526
-
1527
- spacing
1528
- 4px
1529
- 8px
1530
- 12px
1531
- 14px
1532
- 16px
1533
- 20px
1534
- 24px
1535
- 28px
1536
- 32px
1537
- 36px
1538
- 40px
1539
- 48px
1540
- 56px
1541
- 64px
1542
- 72px
1543
- 80px
1544
- 88px
1545
- 96px
1546
- 112px
1547
- 128px
1548
- 160px
1
+ # Figma Tokens — Raw Input
2
+
3
+ > Cole aqui todos os tokens extraídos do Figma.
4
+ > Formato livre: CSS, JSON, tabela, print screen descriptions, etc.
5
+ > O pipeline vai normalizar tudo na Phase 1.
6
+
7
+ ---
8
+
9
+ {
10
+ "color": {
11
+ "surface": {
12
+ "100": {
13
+ "$type": "color",
14
+ "$value": {
15
+ "colorSpace": "srgb",
16
+ "components": [
17
+ 0.9490196108818054,
18
+ 0.9490196108818054,
19
+ 0.9490196108818054
20
+ ],
21
+ "alpha": 1,
22
+ "hex": "#F2F2F2"
23
+ },
24
+ "$extensions": {
25
+ "com.figma.variableId": "VariableID:2002:583",
26
+ "com.figma.scopes": [
27
+ "ALL_SCOPES"
28
+ ],
29
+ "com.figma.isOverride": true
30
+ }
31
+ },
32
+ "200": {
33
+ "$type": "color",
34
+ "$value": {
35
+ "colorSpace": "srgb",
36
+ "components": [
37
+ 0.9058823585510254,
38
+ 0.9058823585510254,
39
+ 0.9058823585510254
40
+ ],
41
+ "alpha": 1,
42
+ "hex": "#E7E7E7"
43
+ },
44
+ "$extensions": {
45
+ "com.figma.variableId": "VariableID:2002:584",
46
+ "com.figma.scopes": [
47
+ "ALL_SCOPES"
48
+ ],
49
+ "com.figma.isOverride": true
50
+ }
51
+ },
52
+ "300": {
53
+ "$type": "color",
54
+ "$value": {
55
+ "colorSpace": "srgb",
56
+ "components": [
57
+ 0.8313725590705872,
58
+ 0.8313725590705872,
59
+ 0.8313725590705872
60
+ ],
61
+ "alpha": 1,
62
+ "hex": "#D4D4D4"
63
+ },
64
+ "$extensions": {
65
+ "com.figma.variableId": "VariableID:2002:585",
66
+ "com.figma.scopes": [
67
+ "ALL_SCOPES"
68
+ ],
69
+ "com.figma.isOverride": true
70
+ }
71
+ },
72
+ "400": {
73
+ "$type": "color",
74
+ "$value": {
75
+ "colorSpace": "srgb",
76
+ "components": [
77
+ 0.7372549176216125,
78
+ 0.7372549176216125,
79
+ 0.7372549176216125
80
+ ],
81
+ "alpha": 1,
82
+ "hex": "#BCBCBC"
83
+ },
84
+ "$extensions": {
85
+ "com.figma.variableId": "VariableID:2002:586",
86
+ "com.figma.scopes": [
87
+ "ALL_SCOPES"
88
+ ],
89
+ "com.figma.isOverride": true
90
+ }
91
+ },
92
+ "500": {
93
+ "$type": "color",
94
+ "$value": {
95
+ "colorSpace": "srgb",
96
+ "components": [
97
+ 0.6431372761726379,
98
+ 0.6431372761726379,
99
+ 0.6431372761726379
100
+ ],
101
+ "alpha": 1,
102
+ "hex": "#A4A4A4"
103
+ },
104
+ "$extensions": {
105
+ "com.figma.variableId": "VariableID:2002:587",
106
+ "com.figma.scopes": [
107
+ "ALL_SCOPES"
108
+ ],
109
+ "com.figma.isOverride": true
110
+ }
111
+ },
112
+ "600": {
113
+ "$type": "color",
114
+ "$value": {
115
+ "colorSpace": "srgb",
116
+ "components": [
117
+ 0.3686274588108063,
118
+ 0.3686274588108063,
119
+ 0.3686274588108063
120
+ ],
121
+ "alpha": 1,
122
+ "hex": "#5E5E5E"
123
+ },
124
+ "$extensions": {
125
+ "com.figma.variableId": "VariableID:2002:588",
126
+ "com.figma.scopes": [
127
+ "ALL_SCOPES"
128
+ ],
129
+ "com.figma.isOverride": true
130
+ }
131
+ },
132
+ "700": {
133
+ "$type": "color",
134
+ "$value": {
135
+ "colorSpace": "srgb",
136
+ "components": [
137
+ 0.2823529541492462,
138
+ 0.2823529541492462,
139
+ 0.2823529541492462
140
+ ],
141
+ "alpha": 1,
142
+ "hex": "#484848"
143
+ },
144
+ "$extensions": {
145
+ "com.figma.variableId": "VariableID:2002:589",
146
+ "com.figma.scopes": [
147
+ "ALL_SCOPES"
148
+ ],
149
+ "com.figma.isOverride": true
150
+ }
151
+ },
152
+ "800": {
153
+ "$type": "color",
154
+ "$value": {
155
+ "colorSpace": "srgb",
156
+ "components": [
157
+ 0.1882352977991104,
158
+ 0.1882352977991104,
159
+ 0.1882352977991104
160
+ ],
161
+ "alpha": 1,
162
+ "hex": "#303030"
163
+ },
164
+ "$extensions": {
165
+ "com.figma.variableId": "VariableID:2002:590",
166
+ "com.figma.scopes": [
167
+ "ALL_SCOPES"
168
+ ],
169
+ "com.figma.isOverride": true
170
+ }
171
+ },
172
+ "900": {
173
+ "$type": "color",
174
+ "$value": {
175
+ "colorSpace": "srgb",
176
+ "components": [
177
+ 0.125490203499794,
178
+ 0.125490203499794,
179
+ 0.125490203499794
180
+ ],
181
+ "alpha": 1,
182
+ "hex": "#202020"
183
+ },
184
+ "$extensions": {
185
+ "com.figma.variableId": "VariableID:2002:591",
186
+ "com.figma.scopes": [
187
+ "ALL_SCOPES"
188
+ ],
189
+ "com.figma.isOverride": true
190
+ }
191
+ },
192
+ "950": {
193
+ "$type": "color",
194
+ "$value": {
195
+ "colorSpace": "srgb",
196
+ "components": [
197
+ 0.062745101749897,
198
+ 0.062745101749897,
199
+ 0.062745101749897
200
+ ],
201
+ "alpha": 1,
202
+ "hex": "#101010"
203
+ },
204
+ "$extensions": {
205
+ "com.figma.variableId": "VariableID:2002:592",
206
+ "com.figma.scopes": [
207
+ "ALL_SCOPES"
208
+ ],
209
+ "com.figma.isOverride": true
210
+ }
211
+ },
212
+ "black": {
213
+ "$type": "color",
214
+ "$value": {
215
+ "colorSpace": "srgb",
216
+ "components": [
217
+ 0,
218
+ 0,
219
+ 0
220
+ ],
221
+ "alpha": 1,
222
+ "hex": "#000000"
223
+ },
224
+ "$extensions": {
225
+ "com.figma.variableId": "VariableID:2002:582",
226
+ "com.figma.scopes": [
227
+ "ALL_SCOPES"
228
+ ],
229
+ "com.figma.isOverride": true
230
+ }
231
+ },
232
+ "white": {
233
+ "$type": "color",
234
+ "$value": {
235
+ "colorSpace": "srgb",
236
+ "components": [
237
+ 1,
238
+ 1,
239
+ 1
240
+ ],
241
+ "alpha": 1,
242
+ "hex": "#FFFFFF"
243
+ },
244
+ "$extensions": {
245
+ "com.figma.variableId": "VariableID:2002:581",
246
+ "com.figma.scopes": [
247
+ "ALL_SCOPES"
248
+ ],
249
+ "com.figma.isOverride": true
250
+ }
251
+ }
252
+ },
253
+ "brand": {
254
+ "Atmos": {
255
+ "$type": "color",
256
+ "$value": {
257
+ "colorSpace": "srgb",
258
+ "components": [
259
+ 0.46666666865348816,
260
+ 0.772549033164978,
261
+ 0.8352941274642944
262
+ ],
263
+ "alpha": 1,
264
+ "hex": "#77C5D5"
265
+ },
266
+ "$extensions": {
267
+ "com.figma.variableId": "VariableID:2002:593",
268
+ "com.figma.scopes": [
269
+ "ALL_SCOPES"
270
+ ],
271
+ "com.figma.isOverride": true
272
+ }
273
+ },
274
+ "Kobold": {
275
+ "$type": "color",
276
+ "$value": {
277
+ "colorSpace": "srgb",
278
+ "components": [
279
+ 0,
280
+ 0.3843137323856354,
281
+ 0.5960784554481506
282
+ ],
283
+ "alpha": 1,
284
+ "hex": "#006298"
285
+ },
286
+ "$extensions": {
287
+ "com.figma.variableId": "VariableID:2002:594",
288
+ "com.figma.scopes": [
289
+ "ALL_SCOPES"
290
+ ],
291
+ "com.figma.isOverride": true
292
+ }
293
+ },
294
+ "Bleu": {
295
+ "$type": "color",
296
+ "$value": {
297
+ "colorSpace": "srgb",
298
+ "components": [
299
+ 0.33725491166114807,
300
+ 0.5686274766921997,
301
+ 0.6313725709915161
302
+ ],
303
+ "alpha": 1,
304
+ "hex": "#5691A1"
305
+ },
306
+ "$extensions": {
307
+ "com.figma.variableId": "VariableID:2002:595",
308
+ "com.figma.scopes": [
309
+ "ALL_SCOPES"
310
+ ],
311
+ "com.figma.isOverride": true
312
+ }
313
+ },
314
+ "Midori": {
315
+ "$type": "color",
316
+ "$value": {
317
+ "colorSpace": "srgb",
318
+ "components": [
319
+ 0.22745098173618317,
320
+ 0.5686274766921997,
321
+ 0.24705882370471954
322
+ ],
323
+ "alpha": 1,
324
+ "hex": "#3A913F"
325
+ },
326
+ "$extensions": {
327
+ "com.figma.variableId": "VariableID:2002:596",
328
+ "com.figma.scopes": [
329
+ "ALL_SCOPES"
330
+ ],
331
+ "com.figma.isOverride": true
332
+ }
333
+ },
334
+ "Sahara": {
335
+ "$type": "color",
336
+ "$value": {
337
+ "colorSpace": "srgb",
338
+ "components": [
339
+ 0.8392156958580017,
340
+ 0.6431372761726379,
341
+ 0.3803921639919281
342
+ ],
343
+ "alpha": 1,
344
+ "hex": "#D6A461"
345
+ },
346
+ "$extensions": {
347
+ "com.figma.variableId": "VariableID:2002:597",
348
+ "com.figma.scopes": [
349
+ "ALL_SCOPES"
350
+ ],
351
+ "com.figma.isOverride": true
352
+ }
353
+ },
354
+ "Boreal": {
355
+ "$type": "color",
356
+ "$value": {
357
+ "colorSpace": "srgb",
358
+ "components": [
359
+ 0.545098066329956,
360
+ 0.2078431397676468,
361
+ 0.37254902720451355
362
+ ],
363
+ "alpha": 1,
364
+ "hex": "#8B355F"
365
+ },
366
+ "$extensions": {
367
+ "com.figma.variableId": "VariableID:2002:598",
368
+ "com.figma.scopes": [
369
+ "ALL_SCOPES"
370
+ ],
371
+ "com.figma.isOverride": true
372
+ }
373
+ },
374
+ "Cotta": {
375
+ "$type": "color",
376
+ "$value": {
377
+ "colorSpace": "srgb",
378
+ "components": [
379
+ 0.529411792755127,
380
+ 0.14509804546833038,
381
+ 0.14901961386203766
382
+ ],
383
+ "alpha": 1,
384
+ "hex": "#872526"
385
+ },
386
+ "$extensions": {
387
+ "com.figma.variableId": "VariableID:2002:599",
388
+ "com.figma.scopes": [
389
+ "ALL_SCOPES"
390
+ ],
391
+ "com.figma.isOverride": true
392
+ }
393
+ },
394
+ "Antar": {
395
+ "$type": "color",
396
+ "$value": {
397
+ "colorSpace": "srgb",
398
+ "components": [
399
+ 0.7490196228027344,
400
+ 0.8901960849761963,
401
+ 0.929411768913269
402
+ ],
403
+ "alpha": 1,
404
+ "hex": "#BFE3ED"
405
+ },
406
+ "$extensions": {
407
+ "com.figma.variableId": "VariableID:2002:600",
408
+ "com.figma.scopes": [
409
+ "ALL_SCOPES"
410
+ ],
411
+ "com.figma.isOverride": true
412
+ }
413
+ },
414
+ "Azzay": {
415
+ "$type": "color",
416
+ "$value": {
417
+ "colorSpace": "srgb",
418
+ "components": [
419
+ 0.4745098054409027,
420
+ 0.529411792755127,
421
+ 0.4274509847164154
422
+ ],
423
+ "alpha": 1,
424
+ "hex": "#79876D"
425
+ },
426
+ "$extensions": {
427
+ "com.figma.variableId": "VariableID:2002:601",
428
+ "com.figma.scopes": [
429
+ "ALL_SCOPES"
430
+ ],
431
+ "com.figma.isOverride": true
432
+ }
433
+ },
434
+ "Cloro": {
435
+ "$type": "color",
436
+ "$value": {
437
+ "colorSpace": "srgb",
438
+ "components": [
439
+ 0.886274516582489,
440
+ 0.9137254953384399,
441
+ 0.6117647290229797
442
+ ],
443
+ "alpha": 1,
444
+ "hex": "#E2E99C"
445
+ },
446
+ "$extensions": {
447
+ "com.figma.variableId": "VariableID:2002:602",
448
+ "com.figma.scopes": [
449
+ "ALL_SCOPES"
450
+ ],
451
+ "com.figma.isOverride": true
452
+ }
453
+ },
454
+ "Arena": {
455
+ "$type": "color",
456
+ "$value": {
457
+ "colorSpace": "srgb",
458
+ "components": [
459
+ 0.9803921580314636,
460
+ 0.929411768913269,
461
+ 0.7372549176216125
462
+ ],
463
+ "alpha": 1,
464
+ "hex": "#FAEDBC"
465
+ },
466
+ "$extensions": {
467
+ "com.figma.variableId": "VariableID:2002:603",
468
+ "com.figma.scopes": [
469
+ "ALL_SCOPES"
470
+ ],
471
+ "com.figma.isOverride": true
472
+ }
473
+ },
474
+ "Carota": {
475
+ "$type": "color",
476
+ "$value": {
477
+ "colorSpace": "srgb",
478
+ "components": [
479
+ 0.9725490212440491,
480
+ 0.48627451062202454,
481
+ 0.33725491166114807
482
+ ],
483
+ "alpha": 1,
484
+ "hex": "#F87C56"
485
+ },
486
+ "$extensions": {
487
+ "com.figma.variableId": "VariableID:2002:604",
488
+ "com.figma.scopes": [
489
+ "ALL_SCOPES"
490
+ ],
491
+ "com.figma.isOverride": true
492
+ }
493
+ },
494
+ "Khewra": {
495
+ "$type": "color",
496
+ "$value": {
497
+ "colorSpace": "srgb",
498
+ "components": [
499
+ 0.8627451062202454,
500
+ 0.3843137323856354,
501
+ 0.3686274588108063
502
+ ],
503
+ "alpha": 1,
504
+ "hex": "#DC625E"
505
+ },
506
+ "$extensions": {
507
+ "com.figma.variableId": "VariableID:2002:605",
508
+ "com.figma.scopes": [
509
+ "ALL_SCOPES"
510
+ ],
511
+ "com.figma.isOverride": true
512
+ }
513
+ },
514
+ "Núbia": {
515
+ "$type": "color",
516
+ "$value": {
517
+ "colorSpace": "srgb",
518
+ "components": [
519
+ 0.9843137264251709,
520
+ 0.8666666746139526,
521
+ 0.47843137383461
522
+ ],
523
+ "alpha": 1,
524
+ "hex": "#FBDD7A"
525
+ },
526
+ "$extensions": {
527
+ "com.figma.variableId": "VariableID:2002:606",
528
+ "com.figma.scopes": [
529
+ "ALL_SCOPES"
530
+ ],
531
+ "com.figma.isOverride": true
532
+ }
533
+ },
534
+ "Calla": {
535
+ "$type": "color",
536
+ "$value": {
537
+ "colorSpace": "srgb",
538
+ "components": [
539
+ 0.95686274766922,
540
+ 0.7647058963775635,
541
+ 0.800000011920929
542
+ ],
543
+ "alpha": 1,
544
+ "hex": "#F4C3CC"
545
+ },
546
+ "$extensions": {
547
+ "com.figma.variableId": "VariableID:2002:607",
548
+ "com.figma.scopes": [
549
+ "ALL_SCOPES"
550
+ ],
551
+ "com.figma.isOverride": true
552
+ }
553
+ }
554
+ }
555
+ },
556
+ "font": {
557
+ "family": {
558
+ "primary": {
559
+ "$type": "string",
560
+ "$value": "Outfit",
561
+ "$extensions": {
562
+ "com.figma.variableId": "VariableID:2002:631",
563
+ "com.figma.scopes": [
564
+ "FONT_FAMILY"
565
+ ],
566
+ "com.figma.type": "string",
567
+ "com.figma.isOverride": true
568
+ }
569
+ },
570
+ "secondary": {
571
+ "$type": "string",
572
+ "$value": "Inter",
573
+ "$extensions": {
574
+ "com.figma.variableId": "VariableID:2002:632",
575
+ "com.figma.scopes": [
576
+ "FONT_FAMILY"
577
+ ],
578
+ "com.figma.type": "string",
579
+ "com.figma.isOverride": true
580
+ }
581
+ },
582
+ "tertiary": {
583
+ "$type": "string",
584
+ "$value": "Jetbrains Mono",
585
+ "$extensions": {
586
+ "com.figma.variableId": "VariableID:2002:633",
587
+ "com.figma.scopes": [
588
+ "FONT_FAMILY"
589
+ ],
590
+ "com.figma.type": "string",
591
+ "com.figma.isOverride": true
592
+ }
593
+ }
594
+ },
595
+ "weight": {
596
+ "thin": {
597
+ "$type": "number",
598
+ "$value": 100,
599
+ "$extensions": {
600
+ "com.figma.variableId": "VariableID:2002:634",
601
+ "com.figma.scopes": [
602
+ "FONT_STYLE"
603
+ ],
604
+ "com.figma.isOverride": true
605
+ }
606
+ },
607
+ "extralight": {
608
+ "$type": "number",
609
+ "$value": 200,
610
+ "$extensions": {
611
+ "com.figma.variableId": "VariableID:2002:635",
612
+ "com.figma.scopes": [
613
+ "FONT_STYLE"
614
+ ],
615
+ "com.figma.isOverride": true
616
+ }
617
+ },
618
+ "light": {
619
+ "$type": "number",
620
+ "$value": 300,
621
+ "$extensions": {
622
+ "com.figma.variableId": "VariableID:2002:636",
623
+ "com.figma.scopes": [
624
+ "FONT_STYLE"
625
+ ],
626
+ "com.figma.isOverride": true
627
+ }
628
+ },
629
+ "regular": {
630
+ "$type": "number",
631
+ "$value": 400,
632
+ "$extensions": {
633
+ "com.figma.variableId": "VariableID:2002:637",
634
+ "com.figma.scopes": [
635
+ "FONT_STYLE"
636
+ ],
637
+ "com.figma.isOverride": true
638
+ }
639
+ },
640
+ "medium": {
641
+ "$type": "number",
642
+ "$value": 500,
643
+ "$extensions": {
644
+ "com.figma.variableId": "VariableID:2002:638",
645
+ "com.figma.scopes": [
646
+ "FONT_STYLE"
647
+ ],
648
+ "com.figma.isOverride": true
649
+ }
650
+ },
651
+ "semibold": {
652
+ "$type": "number",
653
+ "$value": 600,
654
+ "$extensions": {
655
+ "com.figma.variableId": "VariableID:2002:639",
656
+ "com.figma.scopes": [
657
+ "FONT_STYLE"
658
+ ],
659
+ "com.figma.isOverride": true
660
+ }
661
+ },
662
+ "bold": {
663
+ "$type": "number",
664
+ "$value": 700,
665
+ "$extensions": {
666
+ "com.figma.variableId": "VariableID:2002:640",
667
+ "com.figma.scopes": [
668
+ "FONT_STYLE"
669
+ ],
670
+ "com.figma.isOverride": true
671
+ }
672
+ },
673
+ "extrabold": {
674
+ "$type": "number",
675
+ "$value": 800,
676
+ "$extensions": {
677
+ "com.figma.variableId": "VariableID:2002:641",
678
+ "com.figma.scopes": [
679
+ "FONT_STYLE"
680
+ ],
681
+ "com.figma.isOverride": true
682
+ }
683
+ },
684
+ "back": {
685
+ "$type": "number",
686
+ "$value": 900,
687
+ "$extensions": {
688
+ "com.figma.variableId": "VariableID:2002:642",
689
+ "com.figma.scopes": [
690
+ "FONT_STYLE"
691
+ ],
692
+ "com.figma.isOverride": true
693
+ }
694
+ }
695
+ },
696
+ "size": {
697
+ "xs": {
698
+ "$type": "number",
699
+ "$value": 12,
700
+ "$extensions": {
701
+ "com.figma.variableId": "VariableID:2002:643",
702
+ "com.figma.scopes": [
703
+ "FONT_SIZE"
704
+ ],
705
+ "com.figma.isOverride": true
706
+ }
707
+ },
708
+ "2xs": {
709
+ "$type": "number",
710
+ "$value": 14,
711
+ "$extensions": {
712
+ "com.figma.variableId": "VariableID:2002:644",
713
+ "com.figma.scopes": [
714
+ "FONT_SIZE"
715
+ ],
716
+ "com.figma.isOverride": true
717
+ }
718
+ },
719
+ "3xs": {
720
+ "$type": "number",
721
+ "$value": 16,
722
+ "$extensions": {
723
+ "com.figma.variableId": "VariableID:2002:645",
724
+ "com.figma.scopes": [
725
+ "FONT_SIZE"
726
+ ],
727
+ "com.figma.isOverride": true
728
+ }
729
+ },
730
+ "4xs": {
731
+ "$type": "number",
732
+ "$value": 18,
733
+ "$extensions": {
734
+ "com.figma.variableId": "VariableID:2002:646",
735
+ "com.figma.scopes": [
736
+ "FONT_SIZE"
737
+ ],
738
+ "com.figma.isOverride": true
739
+ }
740
+ },
741
+ "sm": {
742
+ "$type": "number",
743
+ "$value": 20,
744
+ "$extensions": {
745
+ "com.figma.variableId": "VariableID:2002:647",
746
+ "com.figma.scopes": [
747
+ "FONT_SIZE"
748
+ ],
749
+ "com.figma.isOverride": true
750
+ }
751
+ },
752
+ "2sm": {
753
+ "$type": "number",
754
+ "$value": 24,
755
+ "$extensions": {
756
+ "com.figma.variableId": "VariableID:2002:648",
757
+ "com.figma.scopes": [
758
+ "FONT_SIZE"
759
+ ],
760
+ "com.figma.isOverride": true
761
+ }
762
+ },
763
+ "3sm": {
764
+ "$type": "number",
765
+ "$value": 28,
766
+ "$extensions": {
767
+ "com.figma.variableId": "VariableID:2002:649",
768
+ "com.figma.scopes": [
769
+ "FONT_SIZE"
770
+ ],
771
+ "com.figma.isOverride": true
772
+ }
773
+ },
774
+ "4sm": {
775
+ "$type": "number",
776
+ "$value": 32,
777
+ "$extensions": {
778
+ "com.figma.variableId": "VariableID:2002:650",
779
+ "com.figma.scopes": [
780
+ "FONT_SIZE"
781
+ ],
782
+ "com.figma.isOverride": true
783
+ }
784
+ },
785
+ "md": {
786
+ "$type": "number",
787
+ "$value": 36,
788
+ "$extensions": {
789
+ "com.figma.variableId": "VariableID:2002:651",
790
+ "com.figma.scopes": [
791
+ "FONT_SIZE"
792
+ ],
793
+ "com.figma.isOverride": true
794
+ }
795
+ },
796
+ "2md": {
797
+ "$type": "number",
798
+ "$value": 40,
799
+ "$extensions": {
800
+ "com.figma.variableId": "VariableID:2002:652",
801
+ "com.figma.scopes": [
802
+ "FONT_SIZE"
803
+ ],
804
+ "com.figma.isOverride": true
805
+ }
806
+ },
807
+ "3md": {
808
+ "$type": "number",
809
+ "$value": 48,
810
+ "$extensions": {
811
+ "com.figma.variableId": "VariableID:2002:653",
812
+ "com.figma.scopes": [
813
+ "FONT_SIZE"
814
+ ],
815
+ "com.figma.isOverride": true
816
+ }
817
+ },
818
+ "4md": {
819
+ "$type": "number",
820
+ "$value": 56,
821
+ "$extensions": {
822
+ "com.figma.variableId": "VariableID:2002:654",
823
+ "com.figma.scopes": [
824
+ "FONT_SIZE"
825
+ ],
826
+ "com.figma.isOverride": true
827
+ }
828
+ },
829
+ "lg": {
830
+ "$type": "number",
831
+ "$value": 64,
832
+ "$extensions": {
833
+ "com.figma.variableId": "VariableID:2002:655",
834
+ "com.figma.scopes": [
835
+ "FONT_SIZE"
836
+ ],
837
+ "com.figma.isOverride": true
838
+ }
839
+ },
840
+ "2lg": {
841
+ "$type": "number",
842
+ "$value": 72,
843
+ "$extensions": {
844
+ "com.figma.variableId": "VariableID:2002:656",
845
+ "com.figma.scopes": [
846
+ "FONT_SIZE"
847
+ ],
848
+ "com.figma.isOverride": true
849
+ }
850
+ },
851
+ "3lg": {
852
+ "$type": "number",
853
+ "$value": 80,
854
+ "$extensions": {
855
+ "com.figma.variableId": "VariableID:2002:657",
856
+ "com.figma.scopes": [
857
+ "FONT_SIZE"
858
+ ],
859
+ "com.figma.isOverride": true
860
+ }
861
+ },
862
+ "4lg": {
863
+ "$type": "number",
864
+ "$value": 88,
865
+ "$extensions": {
866
+ "com.figma.variableId": "VariableID:2002:658",
867
+ "com.figma.scopes": [
868
+ "FONT_SIZE"
869
+ ],
870
+ "com.figma.isOverride": true
871
+ }
872
+ },
873
+ "xl": {
874
+ "$type": "number",
875
+ "$value": 96,
876
+ "$extensions": {
877
+ "com.figma.variableId": "VariableID:2002:659",
878
+ "com.figma.scopes": [
879
+ "FONT_SIZE"
880
+ ],
881
+ "com.figma.isOverride": true
882
+ }
883
+ },
884
+ "2xl": {
885
+ "$type": "number",
886
+ "$value": 112,
887
+ "$extensions": {
888
+ "com.figma.variableId": "VariableID:2002:660",
889
+ "com.figma.scopes": [
890
+ "FONT_SIZE"
891
+ ],
892
+ "com.figma.isOverride": true
893
+ }
894
+ },
895
+ "3xl": {
896
+ "$type": "number",
897
+ "$value": 120,
898
+ "$extensions": {
899
+ "com.figma.variableId": "VariableID:2002:661",
900
+ "com.figma.scopes": [
901
+ "FONT_SIZE"
902
+ ],
903
+ "com.figma.isOverride": true
904
+ }
905
+ },
906
+ "4xl": {
907
+ "$type": "number",
908
+ "$value": 140,
909
+ "$extensions": {
910
+ "com.figma.variableId": "VariableID:2002:662",
911
+ "com.figma.scopes": [
912
+ "FONT_SIZE"
913
+ ],
914
+ "com.figma.isOverride": true
915
+ }
916
+ }
917
+ }
918
+ },
919
+ "spacing": {
920
+ "0": {
921
+ "$type": "number",
922
+ "$value": 0,
923
+ "$extensions": {
924
+ "com.figma.variableId": "VariableID:2002:548",
925
+ "com.figma.scopes": [
926
+ "WIDTH_HEIGHT"
927
+ ],
928
+ "com.figma.isOverride": true
929
+ }
930
+ },
931
+ "2": {
932
+ "$type": "number",
933
+ "$value": 2,
934
+ "$extensions": {
935
+ "com.figma.variableId": "VariableID:2002:549",
936
+ "com.figma.scopes": [
937
+ "WIDTH_HEIGHT"
938
+ ],
939
+ "com.figma.isOverride": true
940
+ }
941
+ },
942
+ "4": {
943
+ "$type": "number",
944
+ "$value": 4,
945
+ "$extensions": {
946
+ "com.figma.variableId": "VariableID:2002:550",
947
+ "com.figma.scopes": [
948
+ "WIDTH_HEIGHT"
949
+ ],
950
+ "com.figma.isOverride": true
951
+ }
952
+ },
953
+ "8": {
954
+ "$type": "number",
955
+ "$value": 8,
956
+ "$extensions": {
957
+ "com.figma.variableId": "VariableID:2002:551",
958
+ "com.figma.scopes": [
959
+ "WIDTH_HEIGHT"
960
+ ],
961
+ "com.figma.isOverride": true
962
+ }
963
+ },
964
+ "12": {
965
+ "$type": "number",
966
+ "$value": 12,
967
+ "$extensions": {
968
+ "com.figma.variableId": "VariableID:2002:552",
969
+ "com.figma.scopes": [
970
+ "WIDTH_HEIGHT"
971
+ ],
972
+ "com.figma.isOverride": true
973
+ }
974
+ },
975
+ "14": {
976
+ "$type": "number",
977
+ "$value": 14,
978
+ "$extensions": {
979
+ "com.figma.variableId": "VariableID:2002:553",
980
+ "com.figma.scopes": [
981
+ "ALL_SCOPES"
982
+ ],
983
+ "com.figma.isOverride": true
984
+ }
985
+ },
986
+ "16": {
987
+ "$type": "number",
988
+ "$value": 16,
989
+ "$extensions": {
990
+ "com.figma.variableId": "VariableID:2002:554",
991
+ "com.figma.scopes": [
992
+ "WIDTH_HEIGHT"
993
+ ],
994
+ "com.figma.isOverride": true
995
+ }
996
+ },
997
+ "20": {
998
+ "$type": "number",
999
+ "$value": 20,
1000
+ "$extensions": {
1001
+ "com.figma.variableId": "VariableID:2002:555",
1002
+ "com.figma.scopes": [
1003
+ "WIDTH_HEIGHT"
1004
+ ],
1005
+ "com.figma.isOverride": true
1006
+ }
1007
+ },
1008
+ "24": {
1009
+ "$type": "number",
1010
+ "$value": 24,
1011
+ "$extensions": {
1012
+ "com.figma.variableId": "VariableID:2002:556",
1013
+ "com.figma.scopes": [
1014
+ "WIDTH_HEIGHT"
1015
+ ],
1016
+ "com.figma.isOverride": true
1017
+ }
1018
+ },
1019
+ "28": {
1020
+ "$type": "number",
1021
+ "$value": 28,
1022
+ "$extensions": {
1023
+ "com.figma.variableId": "VariableID:2002:557",
1024
+ "com.figma.scopes": [
1025
+ "WIDTH_HEIGHT"
1026
+ ],
1027
+ "com.figma.isOverride": true
1028
+ }
1029
+ },
1030
+ "32": {
1031
+ "$type": "number",
1032
+ "$value": 32,
1033
+ "$extensions": {
1034
+ "com.figma.variableId": "VariableID:2002:558",
1035
+ "com.figma.scopes": [
1036
+ "WIDTH_HEIGHT"
1037
+ ],
1038
+ "com.figma.isOverride": true
1039
+ }
1040
+ },
1041
+ "36": {
1042
+ "$type": "number",
1043
+ "$value": 36,
1044
+ "$extensions": {
1045
+ "com.figma.variableId": "VariableID:2002:559",
1046
+ "com.figma.scopes": [
1047
+ "WIDTH_HEIGHT"
1048
+ ],
1049
+ "com.figma.isOverride": true
1050
+ }
1051
+ },
1052
+ "40": {
1053
+ "$type": "number",
1054
+ "$value": 40,
1055
+ "$extensions": {
1056
+ "com.figma.variableId": "VariableID:2002:560",
1057
+ "com.figma.scopes": [
1058
+ "WIDTH_HEIGHT"
1059
+ ],
1060
+ "com.figma.isOverride": true
1061
+ }
1062
+ },
1063
+ "48": {
1064
+ "$type": "number",
1065
+ "$value": 48,
1066
+ "$extensions": {
1067
+ "com.figma.variableId": "VariableID:2002:561",
1068
+ "com.figma.scopes": [
1069
+ "WIDTH_HEIGHT"
1070
+ ],
1071
+ "com.figma.isOverride": true
1072
+ }
1073
+ },
1074
+ "56": {
1075
+ "$type": "number",
1076
+ "$value": 56,
1077
+ "$extensions": {
1078
+ "com.figma.variableId": "VariableID:2002:562",
1079
+ "com.figma.scopes": [
1080
+ "WIDTH_HEIGHT"
1081
+ ],
1082
+ "com.figma.isOverride": true
1083
+ }
1084
+ },
1085
+ "64": {
1086
+ "$type": "number",
1087
+ "$value": 64,
1088
+ "$extensions": {
1089
+ "com.figma.variableId": "VariableID:2002:563",
1090
+ "com.figma.scopes": [
1091
+ "WIDTH_HEIGHT"
1092
+ ],
1093
+ "com.figma.isOverride": true
1094
+ }
1095
+ },
1096
+ "72": {
1097
+ "$type": "number",
1098
+ "$value": 72,
1099
+ "$extensions": {
1100
+ "com.figma.variableId": "VariableID:2002:564",
1101
+ "com.figma.scopes": [
1102
+ "WIDTH_HEIGHT"
1103
+ ],
1104
+ "com.figma.isOverride": true
1105
+ }
1106
+ },
1107
+ "80": {
1108
+ "$type": "number",
1109
+ "$value": 80,
1110
+ "$extensions": {
1111
+ "com.figma.variableId": "VariableID:2002:565",
1112
+ "com.figma.scopes": [
1113
+ "WIDTH_HEIGHT"
1114
+ ],
1115
+ "com.figma.isOverride": true
1116
+ }
1117
+ },
1118
+ "88": {
1119
+ "$type": "number",
1120
+ "$value": 88,
1121
+ "$extensions": {
1122
+ "com.figma.variableId": "VariableID:2002:566",
1123
+ "com.figma.scopes": [
1124
+ "WIDTH_HEIGHT"
1125
+ ],
1126
+ "com.figma.isOverride": true
1127
+ }
1128
+ },
1129
+ "96": {
1130
+ "$type": "number",
1131
+ "$value": 96,
1132
+ "$extensions": {
1133
+ "com.figma.variableId": "VariableID:2002:567",
1134
+ "com.figma.scopes": [
1135
+ "WIDTH_HEIGHT"
1136
+ ],
1137
+ "com.figma.isOverride": true
1138
+ }
1139
+ },
1140
+ "112": {
1141
+ "$type": "number",
1142
+ "$value": 112,
1143
+ "$extensions": {
1144
+ "com.figma.variableId": "VariableID:2002:568",
1145
+ "com.figma.scopes": [
1146
+ "WIDTH_HEIGHT"
1147
+ ],
1148
+ "com.figma.isOverride": true
1149
+ }
1150
+ },
1151
+ "128": {
1152
+ "$type": "number",
1153
+ "$value": 128,
1154
+ "$extensions": {
1155
+ "com.figma.variableId": "VariableID:2002:569",
1156
+ "com.figma.scopes": [
1157
+ "WIDTH_HEIGHT"
1158
+ ],
1159
+ "com.figma.isOverride": true
1160
+ }
1161
+ },
1162
+ "160": {
1163
+ "$type": "number",
1164
+ "$value": 160,
1165
+ "$extensions": {
1166
+ "com.figma.variableId": "VariableID:2002:570",
1167
+ "com.figma.scopes": [
1168
+ "WIDTH_HEIGHT"
1169
+ ],
1170
+ "com.figma.isOverride": true
1171
+ }
1172
+ },
1173
+ "192": {
1174
+ "$type": "number",
1175
+ "$value": 192,
1176
+ "$extensions": {
1177
+ "com.figma.variableId": "VariableID:2002:571",
1178
+ "com.figma.scopes": [
1179
+ "WIDTH_HEIGHT"
1180
+ ],
1181
+ "com.figma.isOverride": true
1182
+ }
1183
+ }
1184
+ },
1185
+ "opacity": {
1186
+ "0": {
1187
+ "$type": "number",
1188
+ "$value": 0,
1189
+ "$extensions": {
1190
+ "com.figma.variableId": "VariableID:2002:620",
1191
+ "com.figma.scopes": [
1192
+ "OPACITY"
1193
+ ],
1194
+ "com.figma.isOverride": true
1195
+ }
1196
+ },
1197
+ "10": {
1198
+ "$type": "number",
1199
+ "$value": 10,
1200
+ "$extensions": {
1201
+ "com.figma.variableId": "VariableID:2002:621",
1202
+ "com.figma.scopes": [
1203
+ "OPACITY"
1204
+ ],
1205
+ "com.figma.isOverride": true
1206
+ }
1207
+ },
1208
+ "20": {
1209
+ "$type": "number",
1210
+ "$value": 20,
1211
+ "$extensions": {
1212
+ "com.figma.variableId": "VariableID:2002:622",
1213
+ "com.figma.scopes": [
1214
+ "OPACITY"
1215
+ ],
1216
+ "com.figma.isOverride": true
1217
+ }
1218
+ },
1219
+ "30": {
1220
+ "$type": "number",
1221
+ "$value": 30,
1222
+ "$extensions": {
1223
+ "com.figma.variableId": "VariableID:2002:623",
1224
+ "com.figma.scopes": [
1225
+ "OPACITY"
1226
+ ],
1227
+ "com.figma.isOverride": true
1228
+ }
1229
+ },
1230
+ "40": {
1231
+ "$type": "number",
1232
+ "$value": 40,
1233
+ "$extensions": {
1234
+ "com.figma.variableId": "VariableID:2002:624",
1235
+ "com.figma.scopes": [
1236
+ "OPACITY"
1237
+ ],
1238
+ "com.figma.isOverride": true
1239
+ }
1240
+ },
1241
+ "50": {
1242
+ "$type": "number",
1243
+ "$value": 50,
1244
+ "$extensions": {
1245
+ "com.figma.variableId": "VariableID:2002:625",
1246
+ "com.figma.scopes": [
1247
+ "OPACITY"
1248
+ ],
1249
+ "com.figma.isOverride": true
1250
+ }
1251
+ },
1252
+ "60": {
1253
+ "$type": "number",
1254
+ "$value": 60,
1255
+ "$extensions": {
1256
+ "com.figma.variableId": "VariableID:2002:626",
1257
+ "com.figma.scopes": [
1258
+ "OPACITY"
1259
+ ],
1260
+ "com.figma.isOverride": true
1261
+ }
1262
+ },
1263
+ "70": {
1264
+ "$type": "number",
1265
+ "$value": 70,
1266
+ "$extensions": {
1267
+ "com.figma.variableId": "VariableID:2002:627",
1268
+ "com.figma.scopes": [
1269
+ "OPACITY"
1270
+ ],
1271
+ "com.figma.isOverride": true
1272
+ }
1273
+ },
1274
+ "80": {
1275
+ "$type": "number",
1276
+ "$value": 80,
1277
+ "$extensions": {
1278
+ "com.figma.variableId": "VariableID:2002:628",
1279
+ "com.figma.scopes": [
1280
+ "OPACITY"
1281
+ ],
1282
+ "com.figma.isOverride": true
1283
+ }
1284
+ },
1285
+ "90": {
1286
+ "$type": "number",
1287
+ "$value": 90,
1288
+ "$extensions": {
1289
+ "com.figma.variableId": "VariableID:2002:629",
1290
+ "com.figma.scopes": [
1291
+ "OPACITY"
1292
+ ],
1293
+ "com.figma.isOverride": true
1294
+ }
1295
+ },
1296
+ "100": {
1297
+ "$type": "number",
1298
+ "$value": 100,
1299
+ "$extensions": {
1300
+ "com.figma.variableId": "VariableID:2002:630",
1301
+ "com.figma.scopes": [
1302
+ "OPACITY"
1303
+ ],
1304
+ "com.figma.isOverride": true
1305
+ }
1306
+ }
1307
+ },
1308
+ "radius": {
1309
+ "min": {
1310
+ "$type": "number",
1311
+ "$value": 4,
1312
+ "$extensions": {
1313
+ "com.figma.variableId": "VariableID:2002:663",
1314
+ "com.figma.scopes": [
1315
+ "CORNER_RADIUS"
1316
+ ],
1317
+ "com.figma.isOverride": true
1318
+ }
1319
+ },
1320
+ "xxs": {
1321
+ "$type": "number",
1322
+ "$value": 6,
1323
+ "$extensions": {
1324
+ "com.figma.variableId": "VariableID:2079:555",
1325
+ "com.figma.scopes": [
1326
+ "CORNER_RADIUS"
1327
+ ],
1328
+ "com.figma.isOverride": true
1329
+ }
1330
+ },
1331
+ "xs": {
1332
+ "$type": "number",
1333
+ "$value": 8,
1334
+ "$extensions": {
1335
+ "com.figma.variableId": "VariableID:2002:664",
1336
+ "com.figma.scopes": [
1337
+ "CORNER_RADIUS"
1338
+ ],
1339
+ "com.figma.isOverride": true
1340
+ }
1341
+ },
1342
+ "sm": {
1343
+ "$type": "number",
1344
+ "$value": 12,
1345
+ "$extensions": {
1346
+ "com.figma.variableId": "VariableID:2061:224",
1347
+ "com.figma.scopes": [
1348
+ "CORNER_RADIUS"
1349
+ ],
1350
+ "com.figma.isOverride": true
1351
+ }
1352
+ },
1353
+ "md": {
1354
+ "$type": "number",
1355
+ "$value": 16,
1356
+ "$extensions": {
1357
+ "com.figma.variableId": "VariableID:2002:665",
1358
+ "com.figma.scopes": [
1359
+ "CORNER_RADIUS"
1360
+ ],
1361
+ "com.figma.isOverride": true
1362
+ }
1363
+ },
1364
+ "lg": {
1365
+ "$type": "number",
1366
+ "$value": 24,
1367
+ "$extensions": {
1368
+ "com.figma.variableId": "VariableID:2002:666",
1369
+ "com.figma.scopes": [
1370
+ "CORNER_RADIUS"
1371
+ ],
1372
+ "com.figma.isOverride": true
1373
+ }
1374
+ },
1375
+ "xl": {
1376
+ "$type": "number",
1377
+ "$value": 32,
1378
+ "$extensions": {
1379
+ "com.figma.variableId": "VariableID:2101:364",
1380
+ "com.figma.scopes": [
1381
+ "CORNER_RADIUS"
1382
+ ],
1383
+ "com.figma.isOverride": true
1384
+ }
1385
+ },
1386
+ "xxl": {
1387
+ "$type": "number",
1388
+ "$value": 48,
1389
+ "$extensions": {
1390
+ "com.figma.variableId": "VariableID:2002:667",
1391
+ "com.figma.scopes": [
1392
+ "CORNER_RADIUS"
1393
+ ],
1394
+ "com.figma.isOverride": true
1395
+ }
1396
+ },
1397
+ "max": {
1398
+ "$type": "number",
1399
+ "$value": 9999,
1400
+ "$extensions": {
1401
+ "com.figma.variableId": "VariableID:2002:668",
1402
+ "com.figma.scopes": [
1403
+ "CORNER_RADIUS"
1404
+ ],
1405
+ "com.figma.isOverride": true
1406
+ }
1407
+ }
1408
+ },
1409
+ "breakpoint": {
1410
+ "width": {
1411
+ "$type": "number",
1412
+ "$value": 1312,
1413
+ "$extensions": {
1414
+ "com.figma.variableId": "VariableID:2002:547",
1415
+ "com.figma.scopes": [
1416
+ "WIDTH_HEIGHT"
1417
+ ],
1418
+ "com.figma.isOverride": true
1419
+ }
1420
+ }
1421
+ },
1422
+ "$extensions": {
1423
+ "com.figma.modeName": "Default"
1424
+ }
1425
+ }
1426
+
1427
+
1428
+
1429
+ --font-weight-thin 100
1430
+ --font-weight-extralight 200
1431
+ --font-weight-light 300
1432
+ --font-weight-normal 400
1433
+ --font-weight-medium 500
1434
+ --font-weight-semibold 600
1435
+ --font-weight-bold 700
1436
+ --font-weight-extrabold 800
1437
+ --font-weight-black 900
1438
+
1439
+ --line-height-xs 100%
1440
+ --line-height-sm 120%
1441
+ --line-height-md 130%
1442
+ --line-height-lg 150%
1443
+ --line-height-xl 200%
1444
+
1445
+
1446
+
1447
+ --letter-spacing-xxxs
1448
+ -8%
1449
+ --letter-spacing-xxs
1450
+ -6%
1451
+ --letter-spacing-xs
1452
+ -4%
1453
+ --letter-spacing-sm
1454
+ -2%
1455
+ --letter-spacing-md
1456
+ 0%
1457
+ --letter-spacing-lg
1458
+ 2%
1459
+ --letter-spacing-xl
1460
+ 4%
1461
+ --letter-spacing-xxl
1462
+ 6%
1463
+ --letter-spacing-xxxl
1464
+ 8%
1465
+
1466
+
1467
+ 100%
1468
+ --opacity-100
1469
+ 90%
1470
+ --opacity-90
1471
+ 80%
1472
+ --opacity-80
1473
+ 70%
1474
+ --opacity-70
1475
+ 60%
1476
+ --opacity-60
1477
+ 50%
1478
+ --opacity-50
1479
+ 40%
1480
+ --opacity-40
1481
+ 30%
1482
+ --opacity-30
1483
+ 20%
1484
+ --opacity-20
1485
+ 10%
1486
+ --opacity-10
1487
+ 0%
1488
+ --opacity-0
1489
+
1490
+
1491
+ 4px
1492
+ --radius-min
1493
+ 6px
1494
+ --radius-xxs
1495
+ 8px
1496
+ --radius-xs
1497
+ 12px
1498
+ --radius-sm
1499
+ 16px
1500
+ --radius-md
1501
+ 24px
1502
+ --radius-lg
1503
+ 32px
1504
+ --radius-xl
1505
+ 48px
1506
+ --radius-xxl
1507
+ 100%
1508
+ --radius-max
1509
+
1510
+
1511
+ 4px
1512
+ --padding-xs
1513
+ 8px
1514
+ --padding-sm
1515
+ 12px
1516
+ --padding-md
1517
+ 16px
1518
+ --padding-lg
1519
+ 24px
1520
+ --padding-xl
1521
+ 32px
1522
+ --padding-hg
1523
+
1524
+ tbm ter padding 6px e 10px
1525
+
1526
+
1527
+ spacing
1528
+ 4px
1529
+ 8px
1530
+ 12px
1531
+ 14px
1532
+ 16px
1533
+ 20px
1534
+ 24px
1535
+ 28px
1536
+ 32px
1537
+ 36px
1538
+ 40px
1539
+ 48px
1540
+ 56px
1541
+ 64px
1542
+ 72px
1543
+ 80px
1544
+ 88px
1545
+ 96px
1546
+ 112px
1547
+ 128px
1548
+ 160px
1549
1549
  192px