@atlaskit/tokens 1.25.0 → 1.25.2

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 (231) hide show
  1. package/CHANGELOG.md +177 -165
  2. package/dist/cjs/artifacts/atlassian-dark-token-value-for-contrast-check.js +1 -2
  3. package/dist/cjs/artifacts/atlassian-light-token-value-for-contrast-check.js +1 -2
  4. package/dist/cjs/artifacts/generated-pairs.js +1 -1
  5. package/dist/cjs/artifacts/palettes-raw/legacy-palette.js +1 -2
  6. package/dist/cjs/artifacts/palettes-raw/palette.js +1 -2
  7. package/dist/cjs/artifacts/palettes-raw/shape-palette.js +1 -2
  8. package/dist/cjs/artifacts/palettes-raw/spacing-scale.js +1 -2
  9. package/dist/cjs/artifacts/palettes-raw/typography-palette.js +4 -5
  10. package/dist/cjs/artifacts/palettes-raw/updated-saturated-palette.js +1 -2
  11. package/dist/cjs/artifacts/replacement-mapping.js +1 -2
  12. package/dist/cjs/artifacts/theme-import-map.js +1 -2
  13. package/dist/cjs/artifacts/themes/atlassian-dark-new-input-border.js +1 -2
  14. package/dist/cjs/artifacts/themes/atlassian-dark-saturated-palette-changes.js +1 -2
  15. package/dist/cjs/artifacts/themes/atlassian-dark.js +1 -2
  16. package/dist/cjs/artifacts/themes/atlassian-legacy-dark.js +1 -2
  17. package/dist/cjs/artifacts/themes/atlassian-legacy-light.js +1 -2
  18. package/dist/cjs/artifacts/themes/atlassian-light-new-input-border.js +1 -2
  19. package/dist/cjs/artifacts/themes/atlassian-light-saturated-palette-changes.js +1 -2
  20. package/dist/cjs/artifacts/themes/atlassian-light.js +1 -2
  21. package/dist/cjs/artifacts/themes/atlassian-shape.js +1 -2
  22. package/dist/cjs/artifacts/themes/atlassian-spacing.js +1 -2
  23. package/dist/cjs/artifacts/themes/atlassian-typography-adg3.js +2 -3
  24. package/dist/cjs/artifacts/themes/atlassian-typography-minor3.js +2 -3
  25. package/dist/cjs/artifacts/themes/atlassian-typography.js +2 -3
  26. package/dist/cjs/artifacts/token-default-values.js +14 -15
  27. package/dist/cjs/artifacts/token-names.js +12 -13
  28. package/dist/cjs/artifacts/tokens-raw/atlassian-dark-new-input-border.js +1 -2
  29. package/dist/cjs/artifacts/tokens-raw/atlassian-dark-saturated-palette-changes.js +1 -2
  30. package/dist/cjs/artifacts/tokens-raw/atlassian-dark.js +1 -2
  31. package/dist/cjs/artifacts/tokens-raw/atlassian-legacy-dark.js +1 -2
  32. package/dist/cjs/artifacts/tokens-raw/atlassian-legacy-light.js +1 -2
  33. package/dist/cjs/artifacts/tokens-raw/atlassian-light-new-input-border.js +1 -2
  34. package/dist/cjs/artifacts/tokens-raw/atlassian-light-saturated-palette-changes.js +1 -2
  35. package/dist/cjs/artifacts/tokens-raw/atlassian-light.js +1 -2
  36. package/dist/cjs/artifacts/tokens-raw/atlassian-shape.js +1 -2
  37. package/dist/cjs/artifacts/tokens-raw/atlassian-spacing.js +1 -2
  38. package/dist/cjs/artifacts/tokens-raw/atlassian-typography-adg3.js +34 -35
  39. package/dist/cjs/artifacts/tokens-raw/atlassian-typography-minor3.js +35 -36
  40. package/dist/cjs/artifacts/tokens-raw/atlassian-typography.js +35 -36
  41. package/dist/cjs/artifacts/typescript/atlassian-dark-token-names.js +1 -2
  42. package/dist/cjs/artifacts/typescript/atlassian-light-token-names.js +1 -2
  43. package/dist/cjs/constants.js +8 -16
  44. package/dist/cjs/custom-theme.js +2 -3
  45. package/dist/cjs/enable-global-theme.js +1 -2
  46. package/dist/cjs/get-global-theme.js +1 -2
  47. package/dist/cjs/get-ssr-auto-script.js +1 -2
  48. package/dist/cjs/get-theme-html-attrs.js +1 -2
  49. package/dist/cjs/get-theme-styles.js +2 -3
  50. package/dist/cjs/get-token-value.js +2 -3
  51. package/dist/cjs/get-token.js +2 -3
  52. package/dist/cjs/load-custom-theme-styles.js +1 -2
  53. package/dist/cjs/palettes/legacy-palette.js +1 -2
  54. package/dist/cjs/palettes/palette.js +1 -2
  55. package/dist/cjs/palettes/shape-palette.js +1 -2
  56. package/dist/cjs/palettes/spacing-scale.js +1 -2
  57. package/dist/cjs/palettes/typography-palette.js +2 -3
  58. package/dist/cjs/palettes/updated-saturated-palette.js +1 -2
  59. package/dist/cjs/set-global-theme.js +1 -2
  60. package/dist/cjs/theme-config.js +7 -12
  61. package/dist/cjs/theme-mutation-observer.js +2 -3
  62. package/dist/cjs/theme-state-transformer.js +3 -5
  63. package/dist/cjs/tokens/atlassian-dark/color/accent.js +1 -2
  64. package/dist/cjs/tokens/atlassian-dark/color/background.js +1 -2
  65. package/dist/cjs/tokens/atlassian-dark/color/border.js +1 -2
  66. package/dist/cjs/tokens/atlassian-dark/color/chart.js +1 -2
  67. package/dist/cjs/tokens/atlassian-dark/color/icon.js +1 -2
  68. package/dist/cjs/tokens/atlassian-dark/color/interaction.js +1 -2
  69. package/dist/cjs/tokens/atlassian-dark/color/skeleton.js +1 -2
  70. package/dist/cjs/tokens/atlassian-dark/color/text.js +1 -2
  71. package/dist/cjs/tokens/atlassian-dark/elevation/shadow.js +1 -2
  72. package/dist/cjs/tokens/atlassian-dark/elevation/surface.js +1 -2
  73. package/dist/cjs/tokens/atlassian-dark/opacity/opacity.js +1 -2
  74. package/dist/cjs/tokens/atlassian-dark/utility/utility.js +2 -3
  75. package/dist/cjs/tokens/atlassian-dark-new-input-border/color/border.js +1 -2
  76. package/dist/cjs/tokens/atlassian-dark-saturated-palette-changes/color/accent.js +1 -2
  77. package/dist/cjs/tokens/atlassian-dark-saturated-palette-changes/color/background.js +1 -2
  78. package/dist/cjs/tokens/atlassian-dark-saturated-palette-changes/color/icon.js +1 -2
  79. package/dist/cjs/tokens/atlassian-legacy-dark/color/accent.js +1 -2
  80. package/dist/cjs/tokens/atlassian-legacy-dark/color/background.js +1 -2
  81. package/dist/cjs/tokens/atlassian-legacy-dark/color/border.js +1 -2
  82. package/dist/cjs/tokens/atlassian-legacy-dark/color/chart.js +1 -2
  83. package/dist/cjs/tokens/atlassian-legacy-dark/color/icon.js +1 -2
  84. package/dist/cjs/tokens/atlassian-legacy-dark/color/interaction.js +1 -2
  85. package/dist/cjs/tokens/atlassian-legacy-dark/color/skeleton.js +1 -2
  86. package/dist/cjs/tokens/atlassian-legacy-dark/color/text.js +1 -2
  87. package/dist/cjs/tokens/atlassian-legacy-dark/elevation/shadow.js +1 -2
  88. package/dist/cjs/tokens/atlassian-legacy-dark/elevation/surface.js +1 -2
  89. package/dist/cjs/tokens/atlassian-legacy-dark/opacity/opacity.js +1 -2
  90. package/dist/cjs/tokens/atlassian-legacy-dark/utility/utility.js +2 -3
  91. package/dist/cjs/tokens/atlassian-legacy-light/color/accent.js +1 -2
  92. package/dist/cjs/tokens/atlassian-legacy-light/color/background.js +1 -2
  93. package/dist/cjs/tokens/atlassian-legacy-light/color/border.js +1 -2
  94. package/dist/cjs/tokens/atlassian-legacy-light/color/chart.js +1 -2
  95. package/dist/cjs/tokens/atlassian-legacy-light/color/icon.js +1 -2
  96. package/dist/cjs/tokens/atlassian-legacy-light/color/interaction.js +1 -2
  97. package/dist/cjs/tokens/atlassian-legacy-light/color/skeleton.js +1 -2
  98. package/dist/cjs/tokens/atlassian-legacy-light/color/text.js +1 -2
  99. package/dist/cjs/tokens/atlassian-legacy-light/elevation/shadow.js +1 -2
  100. package/dist/cjs/tokens/atlassian-legacy-light/elevation/surface.js +1 -2
  101. package/dist/cjs/tokens/atlassian-legacy-light/opacity/opacity.js +1 -2
  102. package/dist/cjs/tokens/atlassian-legacy-light/utility/utility.js +2 -3
  103. package/dist/cjs/tokens/atlassian-light/color/accent.js +1 -2
  104. package/dist/cjs/tokens/atlassian-light/color/background.js +1 -2
  105. package/dist/cjs/tokens/atlassian-light/color/border.js +1 -2
  106. package/dist/cjs/tokens/atlassian-light/color/chart.js +1 -2
  107. package/dist/cjs/tokens/atlassian-light/color/icon.js +1 -2
  108. package/dist/cjs/tokens/atlassian-light/color/interaction.js +1 -2
  109. package/dist/cjs/tokens/atlassian-light/color/skeleton.js +1 -2
  110. package/dist/cjs/tokens/atlassian-light/color/text.js +1 -2
  111. package/dist/cjs/tokens/atlassian-light/elevation/shadow.js +1 -2
  112. package/dist/cjs/tokens/atlassian-light/elevation/surface.js +1 -2
  113. package/dist/cjs/tokens/atlassian-light/opacity/opacity.js +1 -2
  114. package/dist/cjs/tokens/atlassian-light/utility/utility.js +2 -3
  115. package/dist/cjs/tokens/atlassian-light-new-input-border/color/border.js +1 -2
  116. package/dist/cjs/tokens/atlassian-light-saturated-palette-changes/color/accent.js +1 -2
  117. package/dist/cjs/tokens/atlassian-light-saturated-palette-changes/color/background.js +1 -2
  118. package/dist/cjs/tokens/atlassian-light-saturated-palette-changes/color/icon.js +1 -2
  119. package/dist/cjs/tokens/atlassian-shape/shape.js +1 -2
  120. package/dist/cjs/tokens/atlassian-spacing/spacing.js +1 -2
  121. package/dist/cjs/tokens/atlassian-typography/font-family.js +1 -2
  122. package/dist/cjs/tokens/atlassian-typography/letter-spacing.js +1 -2
  123. package/dist/cjs/tokens/atlassian-typography/theme.js +11 -12
  124. package/dist/cjs/tokens/atlassian-typography-adg3/font-family.js +1 -2
  125. package/dist/cjs/tokens/atlassian-typography-adg3/font-size.js +1 -2
  126. package/dist/cjs/tokens/atlassian-typography-adg3/font-weight.js +1 -2
  127. package/dist/cjs/tokens/atlassian-typography-adg3/letter-spacing.js +1 -2
  128. package/dist/cjs/tokens/atlassian-typography-adg3/line-height.js +1 -2
  129. package/dist/cjs/tokens/atlassian-typography-adg3/theme.js +12 -13
  130. package/dist/cjs/tokens/atlassian-typography-minor3/font-family.js +1 -2
  131. package/dist/cjs/tokens/atlassian-typography-minor3/letter-spacing.js +1 -2
  132. package/dist/cjs/tokens/atlassian-typography-minor3/theme.js +12 -13
  133. package/dist/cjs/tokens/default/color/accent.js +1 -2
  134. package/dist/cjs/tokens/default/color/background.js +1 -2
  135. package/dist/cjs/tokens/default/color/border.js +1 -2
  136. package/dist/cjs/tokens/default/color/chart.js +1 -2
  137. package/dist/cjs/tokens/default/color/icon.js +1 -2
  138. package/dist/cjs/tokens/default/color/interaction.js +1 -2
  139. package/dist/cjs/tokens/default/color/skeleton.js +1 -2
  140. package/dist/cjs/tokens/default/color/text.js +1 -2
  141. package/dist/cjs/tokens/default/elevation/shadow.js +1 -2
  142. package/dist/cjs/tokens/default/elevation/surface.js +1 -2
  143. package/dist/cjs/tokens/default/opacity/opacity.js +1 -2
  144. package/dist/cjs/tokens/default/shape/shape.js +1 -2
  145. package/dist/cjs/tokens/default/spacing/spacing.js +1 -2
  146. package/dist/cjs/tokens/default/typography/font-family.js +1 -2
  147. package/dist/cjs/tokens/default/typography/font-size.js +1 -2
  148. package/dist/cjs/tokens/default/typography/font-weight.js +1 -2
  149. package/dist/cjs/tokens/default/typography/font.js +11 -12
  150. package/dist/cjs/tokens/default/typography/letter-spacing.js +1 -2
  151. package/dist/cjs/tokens/default/typography/line-height.js +1 -2
  152. package/dist/cjs/tokens/default/utility/utility.js +2 -3
  153. package/dist/cjs/use-theme-observer.js +1 -2
  154. package/dist/cjs/utils/color-detection.js +3 -5
  155. package/dist/cjs/utils/color-mode-listeners.js +1 -2
  156. package/dist/cjs/utils/color-utils.js +1 -2
  157. package/dist/cjs/utils/custom-theme-token-contrast-check.js +3 -5
  158. package/dist/cjs/utils/generate-custom-color-ramp.js +5 -9
  159. package/dist/cjs/utils/get-theme-preferences.js +3 -5
  160. package/dist/cjs/utils/hash.js +2 -3
  161. package/dist/cjs/utils/hct-color-utils/contrast.js +2 -3
  162. package/dist/cjs/utils/hct-color-utils/hct.js +7 -7
  163. package/dist/cjs/utils/theme-loading.js +3 -6
  164. package/dist/cjs/utils/token-ids.js +4 -7
  165. package/dist/cjs/utils/token-order.js +2 -3
  166. package/dist/es2019/artifacts/palettes-raw/typography-palette.js +3 -3
  167. package/dist/es2019/artifacts/themes/atlassian-typography-adg3.js +13 -13
  168. package/dist/es2019/artifacts/themes/atlassian-typography-minor3.js +14 -14
  169. package/dist/es2019/artifacts/themes/atlassian-typography.js +14 -14
  170. package/dist/es2019/artifacts/token-default-values.js +13 -13
  171. package/dist/es2019/artifacts/token-names.js +11 -11
  172. package/dist/es2019/artifacts/tokens-raw/atlassian-typography-adg3.js +33 -33
  173. package/dist/es2019/artifacts/tokens-raw/atlassian-typography-minor3.js +34 -34
  174. package/dist/es2019/artifacts/tokens-raw/atlassian-typography.js +34 -34
  175. package/dist/es2019/get-token-value.js +1 -1
  176. package/dist/es2019/get-token.js +1 -1
  177. package/dist/es2019/palettes/typography-palette.js +1 -1
  178. package/dist/es2019/tokens/atlassian-typography/theme.js +10 -10
  179. package/dist/es2019/tokens/atlassian-typography-adg3/theme.js +10 -10
  180. package/dist/es2019/tokens/atlassian-typography-minor3/theme.js +10 -10
  181. package/dist/es2019/tokens/default/typography/font.js +10 -10
  182. package/dist/es2019/utils/hct-color-utils/hct.js +3 -1
  183. package/dist/esm/artifacts/palettes-raw/typography-palette.js +3 -3
  184. package/dist/esm/artifacts/themes/atlassian-typography-adg3.js +2 -2
  185. package/dist/esm/artifacts/themes/atlassian-typography-minor3.js +2 -2
  186. package/dist/esm/artifacts/themes/atlassian-typography.js +2 -2
  187. package/dist/esm/artifacts/token-default-values.js +13 -13
  188. package/dist/esm/artifacts/token-names.js +11 -11
  189. package/dist/esm/artifacts/tokens-raw/atlassian-typography-adg3.js +33 -33
  190. package/dist/esm/artifacts/tokens-raw/atlassian-typography-minor3.js +34 -34
  191. package/dist/esm/artifacts/tokens-raw/atlassian-typography.js +34 -34
  192. package/dist/esm/custom-theme.js +1 -1
  193. package/dist/esm/get-theme-styles.js +1 -1
  194. package/dist/esm/get-token-value.js +1 -1
  195. package/dist/esm/get-token.js +1 -1
  196. package/dist/esm/palettes/typography-palette.js +1 -1
  197. package/dist/esm/tokens/atlassian-typography/theme.js +10 -10
  198. package/dist/esm/tokens/atlassian-typography-adg3/theme.js +10 -10
  199. package/dist/esm/tokens/atlassian-typography-minor3/theme.js +10 -10
  200. package/dist/esm/tokens/default/typography/font.js +10 -10
  201. package/dist/esm/utils/hct-color-utils/hct.js +3 -1
  202. package/dist/types/artifacts/palettes-raw/typography-palette.d.ts +1 -1
  203. package/dist/types/artifacts/themes/atlassian-typography-adg3.d.ts +2 -2
  204. package/dist/types/artifacts/themes/atlassian-typography-minor3.d.ts +2 -2
  205. package/dist/types/artifacts/themes/atlassian-typography.d.ts +2 -2
  206. package/dist/types/artifacts/token-default-values.d.ts +13 -13
  207. package/dist/types/artifacts/token-names.d.ts +21 -21
  208. package/dist/types/artifacts/tokens-raw/atlassian-typography-adg3.d.ts +1 -1
  209. package/dist/types/artifacts/tokens-raw/atlassian-typography-minor3.d.ts +1 -1
  210. package/dist/types/artifacts/tokens-raw/atlassian-typography.d.ts +1 -1
  211. package/dist/types/tokens/atlassian-typography-adg3/theme.d.ts +12 -12
  212. package/dist/types/tokens/atlassian-typography-minor3/theme.d.ts +12 -12
  213. package/dist/types/types.d.ts +10 -10
  214. package/dist/types-ts4.5/artifacts/palettes-raw/typography-palette.d.ts +1 -1
  215. package/dist/types-ts4.5/artifacts/themes/atlassian-typography-adg3.d.ts +2 -2
  216. package/dist/types-ts4.5/artifacts/themes/atlassian-typography-minor3.d.ts +2 -2
  217. package/dist/types-ts4.5/artifacts/themes/atlassian-typography.d.ts +2 -2
  218. package/dist/types-ts4.5/artifacts/token-default-values.d.ts +13 -13
  219. package/dist/types-ts4.5/artifacts/token-names.d.ts +21 -21
  220. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-typography-adg3.d.ts +1 -1
  221. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-typography-minor3.d.ts +1 -1
  222. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-typography.d.ts +1 -1
  223. package/dist/types-ts4.5/tokens/atlassian-typography-adg3/theme.d.ts +12 -12
  224. package/dist/types-ts4.5/tokens/atlassian-typography-minor3/theme.d.ts +12 -12
  225. package/dist/types-ts4.5/types.d.ts +10 -10
  226. package/figma/atlassian-typography-adg3.json +2 -2
  227. package/figma/atlassian-typography-minor3.json +3 -3
  228. package/figma/atlassian-typography.json +3 -3
  229. package/package.json +1 -1
  230. package/report.api.md +20 -20
  231. package/tmp/api-report-tmp.d.ts +20 -20
@@ -7,7 +7,7 @@
7
7
  * Token names mapped to their value in the default Atlassian themes ('light').
8
8
  * These default values are used by the Babel plugin to optionally provide automatic fallbacks.
9
9
  *
10
- * @codegen <<SignedSource::2055e9d3b964a68e35d40fda2189f30a>>
10
+ * @codegen <<SignedSource::8965acce3899385e9f1f61d70ac8e24e>>
11
11
  * @codegenCommand yarn build tokens
12
12
  */
13
13
  declare const defaultTokenValues: {
@@ -435,26 +435,26 @@ declare const defaultTokenValues: {
435
435
  readonly 'space.negative.300': "-1.5rem";
436
436
  readonly 'space.negative.400': "-2rem";
437
437
  readonly 'font.body': "normal 400 0.875rem/1.25rem var(--ds-font-family-body)";
438
- readonly 'font.body.lg': "normal 400 1rem/1.5rem var(--ds-font-family-body)";
439
- readonly 'font.body.sm': "normal 400 0.6875rem/1.25rem var(--ds-font-family-body)";
438
+ readonly 'font.body.large': "normal 400 1rem/1.5rem var(--ds-font-family-body)";
439
+ readonly 'font.body.small': "normal 400 0.6875rem/1.25rem var(--ds-font-family-body)";
440
440
  readonly 'font.code': "normal 400 0.875em/1 var(--ds-font-family-code)";
441
- readonly 'font.heading.lg': "normal 500 1.5rem/1.75rem var(--ds-font-family-heading)";
442
- readonly 'font.heading.md': "normal 500 1.25rem/1.5rem var(--ds-font-family-heading)";
443
- readonly 'font.heading.sm': "normal 600 1rem/1.25rem var(--ds-font-family-heading)";
444
- readonly 'font.heading.xl': "normal 600 1.8125rem/2rem var(--ds-font-family-heading)";
445
- readonly 'font.heading.xs': "normal 600 0.875rem/1rem var(--ds-font-family-heading)";
446
- readonly 'font.heading.xxl': "normal 500 2.1875rem/2.5rem var(--ds-font-family-heading)";
447
- readonly 'font.heading.xxs': "normal 600 0.75rem/1rem var(--ds-font-family-heading)";
441
+ readonly 'font.heading.large': "normal 500 1.5rem/1.75rem var(--ds-font-family-heading)";
442
+ readonly 'font.heading.medium': "normal 500 1.25rem/1.5rem var(--ds-font-family-heading)";
443
+ readonly 'font.heading.small': "normal 600 1rem/1.25rem var(--ds-font-family-heading)";
444
+ readonly 'font.heading.xlarge': "normal 600 1.8125rem/2rem var(--ds-font-family-heading)";
445
+ readonly 'font.heading.xsmall': "normal 600 0.875rem/1rem var(--ds-font-family-heading)";
446
+ readonly 'font.heading.xxlarge': "normal 500 2.1875rem/2.5rem var(--ds-font-family-heading)";
447
+ readonly 'font.heading.xxsmall': "normal 600 0.75rem/1rem var(--ds-font-family-heading)";
448
448
  readonly 'font.letterSpacing.0': "0";
449
449
  readonly 'font.letterSpacing.100': "-0.003em";
450
450
  readonly 'font.letterSpacing.200': "-0.006em";
451
451
  readonly 'font.letterSpacing.300': "-0.008em";
452
452
  readonly 'font.letterSpacing.400': "-0.01em";
453
453
  readonly 'font.ui': "normal 400 0.875rem/1 var(--ds-font-family-body)";
454
- readonly 'font.ui.sm': "normal 400 0.6875rem/1 var(--ds-font-family-body)";
455
- readonly 'font.family.body': "ui-sans-serif, \"Segoe UI\", system-ui, Ubuntu, \"Helvetica Neue\", sans-serif";
454
+ readonly 'font.ui.small': "normal 400 0.6875rem/1 var(--ds-font-family-body)";
455
+ readonly 'font.family.body': "ui-sans-serif, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif";
456
456
  readonly 'font.family.code': "ui-monospace, Menlo, \"Segoe UI Mono\", \"Ubuntu Mono\", monospace";
457
- readonly 'font.family.heading': "ui-sans-serif, \"Segoe UI\", system-ui, Ubuntu, \"Helvetica Neue\", sans-serif";
457
+ readonly 'font.family.heading': "ui-sans-serif, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif";
458
458
  readonly 'font.family.monospace': "ui-monospace, Menlo, \"Segoe UI Mono\", \"Ubuntu Mono\", monospace";
459
459
  readonly 'font.family.sans': "-apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Roboto\", \"Oxygen\", \"Ubuntu\", \"Fira Sans\", \"Droid Sans\", \"Helvetica Neue\", sans-serif";
460
460
  readonly 'font.family.brand': "Charlie Sans";
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::85873830ffd9373b872fe41c841504eb>>
3
+ * @codegen <<SignedSource::b8507162c70d82c2e8040cc31a142fdb>>
4
4
  * @codegenCommand yarn build tokens
5
5
  */
6
6
  declare const tokens: {
@@ -428,23 +428,23 @@ declare const tokens: {
428
428
  readonly 'space.negative.300': "--ds-space-negative-300";
429
429
  readonly 'space.negative.400': "--ds-space-negative-400";
430
430
  readonly 'font.body': "--ds-font-body";
431
- readonly 'font.body.lg': "--ds-font-body-lg";
432
- readonly 'font.body.sm': "--ds-font-body-sm";
431
+ readonly 'font.body.large': "--ds-font-body-large";
432
+ readonly 'font.body.small': "--ds-font-body-small";
433
433
  readonly 'font.code': "--ds-font-code";
434
- readonly 'font.heading.lg': "--ds-font-heading-lg";
435
- readonly 'font.heading.md': "--ds-font-heading-md";
436
- readonly 'font.heading.sm': "--ds-font-heading-sm";
437
- readonly 'font.heading.xl': "--ds-font-heading-xl";
438
- readonly 'font.heading.xs': "--ds-font-heading-xs";
439
- readonly 'font.heading.xxl': "--ds-font-heading-xxl";
440
- readonly 'font.heading.xxs': "--ds-font-heading-xxs";
434
+ readonly 'font.heading.large': "--ds-font-heading-large";
435
+ readonly 'font.heading.medium': "--ds-font-heading-medium";
436
+ readonly 'font.heading.small': "--ds-font-heading-small";
437
+ readonly 'font.heading.xlarge': "--ds-font-heading-xlarge";
438
+ readonly 'font.heading.xsmall': "--ds-font-heading-xsmall";
439
+ readonly 'font.heading.xxlarge': "--ds-font-heading-xxlarge";
440
+ readonly 'font.heading.xxsmall': "--ds-font-heading-xxsmall";
441
441
  readonly 'font.letterSpacing.0': "--ds-font-letterSpacing-0";
442
442
  readonly 'font.letterSpacing.100': "--ds-font-letterSpacing-100";
443
443
  readonly 'font.letterSpacing.200': "--ds-font-letterSpacing-200";
444
444
  readonly 'font.letterSpacing.300': "--ds-font-letterSpacing-300";
445
445
  readonly 'font.letterSpacing.400': "--ds-font-letterSpacing-400";
446
446
  readonly 'font.ui': "--ds-font-ui";
447
- readonly 'font.ui.sm': "--ds-font-ui-sm";
447
+ readonly 'font.ui.small': "--ds-font-ui-small";
448
448
  readonly 'font.family.body': "--ds-font-family-body";
449
449
  readonly 'font.family.code': "--ds-font-family-code";
450
450
  readonly 'font.family.heading': "--ds-font-family-heading";
@@ -896,23 +896,23 @@ export type CSSTokenMap = {
896
896
  'space.negative.300': 'var(--ds-space-negative-300)';
897
897
  'space.negative.400': 'var(--ds-space-negative-400)';
898
898
  'font.body': 'var(--ds-font-body)';
899
- 'font.body.lg': 'var(--ds-font-body-lg)';
900
- 'font.body.sm': 'var(--ds-font-body-sm)';
899
+ 'font.body.large': 'var(--ds-font-body-large)';
900
+ 'font.body.small': 'var(--ds-font-body-small)';
901
901
  'font.code': 'var(--ds-font-code)';
902
- 'font.heading.lg': 'var(--ds-font-heading-lg)';
903
- 'font.heading.md': 'var(--ds-font-heading-md)';
904
- 'font.heading.sm': 'var(--ds-font-heading-sm)';
905
- 'font.heading.xl': 'var(--ds-font-heading-xl)';
906
- 'font.heading.xs': 'var(--ds-font-heading-xs)';
907
- 'font.heading.xxl': 'var(--ds-font-heading-xxl)';
908
- 'font.heading.xxs': 'var(--ds-font-heading-xxs)';
902
+ 'font.heading.large': 'var(--ds-font-heading-large)';
903
+ 'font.heading.medium': 'var(--ds-font-heading-medium)';
904
+ 'font.heading.small': 'var(--ds-font-heading-small)';
905
+ 'font.heading.xlarge': 'var(--ds-font-heading-xlarge)';
906
+ 'font.heading.xsmall': 'var(--ds-font-heading-xsmall)';
907
+ 'font.heading.xxlarge': 'var(--ds-font-heading-xxlarge)';
908
+ 'font.heading.xxsmall': 'var(--ds-font-heading-xxsmall)';
909
909
  'font.letterSpacing.0': 'var(--ds-font-letterSpacing-0)';
910
910
  'font.letterSpacing.100': 'var(--ds-font-letterSpacing-100)';
911
911
  'font.letterSpacing.200': 'var(--ds-font-letterSpacing-200)';
912
912
  'font.letterSpacing.300': 'var(--ds-font-letterSpacing-300)';
913
913
  'font.letterSpacing.400': 'var(--ds-font-letterSpacing-400)';
914
914
  'font.ui': 'var(--ds-font-ui)';
915
- 'font.ui.sm': 'var(--ds-font-ui-sm)';
915
+ 'font.ui.small': 'var(--ds-font-ui-small)';
916
916
  'font.family.body': 'var(--ds-font-family-body)';
917
917
  'font.family.code': 'var(--ds-font-family-code)';
918
918
  'font.family.heading': 'var(--ds-font-family-heading)';
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::ea0accce09567f9c3a6ee559e04e4e33>>
3
+ * @codegen <<SignedSource::385a83af4c578715d2776d3fe65ff10b>>
4
4
  * @codegenCommand yarn build tokens
5
5
  */
6
6
  declare const tokens: ({
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::91f01a2034a5e18b2fe6ca24f0abc799>>
3
+ * @codegen <<SignedSource::a2b2ba21b8b91fbc1e372aaed37f2619>>
4
4
  * @codegenCommand yarn build tokens
5
5
  */
6
6
  declare const tokens: ({
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::2dbe284320c4a652bc8420a1e9457c66>>
3
+ * @codegen <<SignedSource::87a8cb620b538e3524b5031d5a012ecd>>
4
4
  * @codegenCommand yarn build tokens
5
5
  */
6
6
  declare const tokens: ({
@@ -2,7 +2,7 @@ import type { UtilTokenSchema, ValueSchema } from '../../types';
2
2
  declare const _default: {
3
3
  font: {
4
4
  body: {
5
- '[default]': {
5
+ small: {
6
6
  value: {
7
7
  fontSize: import("../../palettes/typography-palette").FontSizeScaleValues;
8
8
  fontWeight: import("../../palettes/typography-palette").FontWeightScaleValues;
@@ -12,7 +12,7 @@ declare const _default: {
12
12
  fontStyle: "normal";
13
13
  };
14
14
  };
15
- lg: {
15
+ '[default]': {
16
16
  value: {
17
17
  fontSize: import("../../palettes/typography-palette").FontSizeScaleValues;
18
18
  fontWeight: import("../../palettes/typography-palette").FontWeightScaleValues;
@@ -22,7 +22,7 @@ declare const _default: {
22
22
  fontStyle: "normal";
23
23
  };
24
24
  };
25
- sm: {
25
+ large: {
26
26
  value: {
27
27
  fontSize: import("../../palettes/typography-palette").FontSizeScaleValues;
28
28
  fontWeight: import("../../palettes/typography-palette").FontWeightScaleValues;
@@ -46,7 +46,7 @@ declare const _default: {
46
46
  };
47
47
  };
48
48
  heading: {
49
- lg: {
49
+ small: {
50
50
  value: {
51
51
  fontSize: import("../../palettes/typography-palette").FontSizeScaleValues;
52
52
  fontWeight: import("../../palettes/typography-palette").FontWeightScaleValues;
@@ -56,7 +56,7 @@ declare const _default: {
56
56
  fontStyle: "normal";
57
57
  };
58
58
  };
59
- sm: {
59
+ large: {
60
60
  value: {
61
61
  fontSize: import("../../palettes/typography-palette").FontSizeScaleValues;
62
62
  fontWeight: import("../../palettes/typography-palette").FontWeightScaleValues;
@@ -66,7 +66,7 @@ declare const _default: {
66
66
  fontStyle: "normal";
67
67
  };
68
68
  };
69
- md: {
69
+ medium: {
70
70
  value: {
71
71
  fontSize: import("../../palettes/typography-palette").FontSizeScaleValues;
72
72
  fontWeight: import("../../palettes/typography-palette").FontWeightScaleValues;
@@ -76,7 +76,7 @@ declare const _default: {
76
76
  fontStyle: "normal";
77
77
  };
78
78
  };
79
- xl: {
79
+ xlarge: {
80
80
  value: {
81
81
  fontSize: import("../../palettes/typography-palette").FontSizeScaleValues;
82
82
  fontWeight: import("../../palettes/typography-palette").FontWeightScaleValues;
@@ -86,7 +86,7 @@ declare const _default: {
86
86
  fontStyle: "normal";
87
87
  };
88
88
  };
89
- xs: {
89
+ xsmall: {
90
90
  value: {
91
91
  fontSize: import("../../palettes/typography-palette").FontSizeScaleValues;
92
92
  fontWeight: import("../../palettes/typography-palette").FontWeightScaleValues;
@@ -96,7 +96,7 @@ declare const _default: {
96
96
  fontStyle: "normal";
97
97
  };
98
98
  };
99
- xxl: {
99
+ xxlarge: {
100
100
  value: {
101
101
  fontSize: import("../../palettes/typography-palette").FontSizeScaleValues;
102
102
  fontWeight: import("../../palettes/typography-palette").FontWeightScaleValues;
@@ -106,7 +106,7 @@ declare const _default: {
106
106
  fontStyle: "normal";
107
107
  };
108
108
  };
109
- xxs: {
109
+ xxsmall: {
110
110
  value: {
111
111
  fontSize: import("../../palettes/typography-palette").FontSizeScaleValues;
112
112
  fontWeight: import("../../palettes/typography-palette").FontWeightScaleValues;
@@ -118,7 +118,7 @@ declare const _default: {
118
118
  };
119
119
  };
120
120
  ui: {
121
- '[default]': {
121
+ small: {
122
122
  value: {
123
123
  fontSize: import("../../palettes/typography-palette").FontSizeScaleValues;
124
124
  fontWeight: import("../../palettes/typography-palette").FontWeightScaleValues;
@@ -128,7 +128,7 @@ declare const _default: {
128
128
  fontStyle: "normal";
129
129
  };
130
130
  };
131
- sm: {
131
+ '[default]': {
132
132
  value: {
133
133
  fontSize: import("../../palettes/typography-palette").FontSizeScaleValues;
134
134
  fontWeight: import("../../palettes/typography-palette").FontWeightScaleValues;
@@ -2,7 +2,7 @@ import type { UtilTokenSchema, ValueSchema } from '../../types';
2
2
  declare const _default: {
3
3
  font: {
4
4
  body: {
5
- '[default]': {
5
+ small: {
6
6
  value: {
7
7
  fontSize: import("../../palettes/typography-palette").FontSizeScaleValues;
8
8
  fontWeight: import("../../palettes/typography-palette").FontWeightScaleValues;
@@ -12,7 +12,7 @@ declare const _default: {
12
12
  fontStyle: "normal";
13
13
  };
14
14
  };
15
- lg: {
15
+ '[default]': {
16
16
  value: {
17
17
  fontSize: import("../../palettes/typography-palette").FontSizeScaleValues;
18
18
  fontWeight: import("../../palettes/typography-palette").FontWeightScaleValues;
@@ -22,7 +22,7 @@ declare const _default: {
22
22
  fontStyle: "normal";
23
23
  };
24
24
  };
25
- sm: {
25
+ large: {
26
26
  value: {
27
27
  fontSize: import("../../palettes/typography-palette").FontSizeScaleValues;
28
28
  fontWeight: import("../../palettes/typography-palette").FontWeightScaleValues;
@@ -46,7 +46,7 @@ declare const _default: {
46
46
  };
47
47
  };
48
48
  heading: {
49
- lg: {
49
+ small: {
50
50
  value: {
51
51
  fontSize: import("../../palettes/typography-palette").FontSizeScaleValues;
52
52
  fontWeight: import("../../palettes/typography-palette").FontWeightScaleValues;
@@ -56,7 +56,7 @@ declare const _default: {
56
56
  fontStyle: "normal";
57
57
  };
58
58
  };
59
- sm: {
59
+ large: {
60
60
  value: {
61
61
  fontSize: import("../../palettes/typography-palette").FontSizeScaleValues;
62
62
  fontWeight: import("../../palettes/typography-palette").FontWeightScaleValues;
@@ -66,7 +66,7 @@ declare const _default: {
66
66
  fontStyle: "normal";
67
67
  };
68
68
  };
69
- md: {
69
+ medium: {
70
70
  value: {
71
71
  fontSize: import("../../palettes/typography-palette").FontSizeScaleValues;
72
72
  fontWeight: import("../../palettes/typography-palette").FontWeightScaleValues;
@@ -76,7 +76,7 @@ declare const _default: {
76
76
  fontStyle: "normal";
77
77
  };
78
78
  };
79
- xl: {
79
+ xlarge: {
80
80
  value: {
81
81
  fontSize: import("../../palettes/typography-palette").FontSizeScaleValues;
82
82
  fontWeight: import("../../palettes/typography-palette").FontWeightScaleValues;
@@ -86,7 +86,7 @@ declare const _default: {
86
86
  fontStyle: "normal";
87
87
  };
88
88
  };
89
- xs: {
89
+ xsmall: {
90
90
  value: {
91
91
  fontSize: import("../../palettes/typography-palette").FontSizeScaleValues;
92
92
  fontWeight: import("../../palettes/typography-palette").FontWeightScaleValues;
@@ -96,7 +96,7 @@ declare const _default: {
96
96
  fontStyle: "normal";
97
97
  };
98
98
  };
99
- xxl: {
99
+ xxlarge: {
100
100
  value: {
101
101
  fontSize: import("../../palettes/typography-palette").FontSizeScaleValues;
102
102
  fontWeight: import("../../palettes/typography-palette").FontWeightScaleValues;
@@ -106,7 +106,7 @@ declare const _default: {
106
106
  fontStyle: "normal";
107
107
  };
108
108
  };
109
- xxs: {
109
+ xxsmall: {
110
110
  value: {
111
111
  fontSize: import("../../palettes/typography-palette").FontSizeScaleValues;
112
112
  fontWeight: import("../../palettes/typography-palette").FontWeightScaleValues;
@@ -118,7 +118,7 @@ declare const _default: {
118
118
  };
119
119
  };
120
120
  ui: {
121
- '[default]': {
121
+ small: {
122
122
  value: {
123
123
  fontSize: import("../../palettes/typography-palette").FontSizeScaleValues;
124
124
  fontWeight: import("../../palettes/typography-palette").FontWeightScaleValues;
@@ -128,7 +128,7 @@ declare const _default: {
128
128
  fontStyle: "normal";
129
129
  };
130
130
  };
131
- sm: {
131
+ '[default]': {
132
132
  value: {
133
133
  fontSize: import("../../palettes/typography-palette").FontSizeScaleValues;
134
134
  fontWeight: import("../../palettes/typography-palette").FontWeightScaleValues;
@@ -1022,22 +1022,22 @@ export interface TypographyTokenSchema<TPalette extends {
1022
1022
  }> {
1023
1023
  font: {
1024
1024
  heading: {
1025
- xxl: TypographyToken<TPalette>;
1026
- xl: TypographyToken<TPalette>;
1027
- lg: TypographyToken<TPalette>;
1028
- md: TypographyToken<TPalette>;
1029
- sm: TypographyToken<TPalette>;
1030
- xs: TypographyToken<TPalette>;
1031
- xxs: TypographyToken<TPalette>;
1025
+ xxlarge: TypographyToken<TPalette>;
1026
+ xlarge: TypographyToken<TPalette>;
1027
+ large: TypographyToken<TPalette>;
1028
+ medium: TypographyToken<TPalette>;
1029
+ small: TypographyToken<TPalette>;
1030
+ xsmall: TypographyToken<TPalette>;
1031
+ xxsmall: TypographyToken<TPalette>;
1032
1032
  };
1033
1033
  ui: {
1034
1034
  '[default]': TypographyToken<TPalette>;
1035
- sm: TypographyToken<TPalette>;
1035
+ small: TypographyToken<TPalette>;
1036
1036
  };
1037
1037
  body: {
1038
1038
  '[default]': TypographyToken<TPalette>;
1039
- sm: TypographyToken<TPalette>;
1040
- lg: TypographyToken<TPalette>;
1039
+ small: TypographyToken<TPalette>;
1040
+ large: TypographyToken<TPalette>;
1041
1041
  };
1042
1042
  code: {
1043
1043
  '[default]': TypographyToken<TPalette>;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::fb8c64dc20041c62b562be8da8152e46>>
3
+ * @codegen <<SignedSource::70935f0c6dc0ecb8df8e0eea44853fba>>
4
4
  * @codegenCommand yarn build tokens
5
5
  */
6
6
  declare const tokens: ({
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::86a1df1a5baba529610e15ed684ea4b8>>
3
+ * @codegen <<SignedSource::96cc62c830718e9d864db23c2575005d>>
4
4
  * @codegenCommand yarn build tokens
5
5
  */
6
- declare const _default: "\nhtml[data-theme~=\"typography:typography-adg3\"] {\n --ds-UNSAFE-textTransformUppercase: uppercase;\n --ds-font-body: normal 400 0.875rem/1.25rem var(--ds-font-family-body);\n --ds-font-body-lg: normal 400 1rem/1.5rem var(--ds-font-family-body);\n --ds-font-body-sm: normal 400 0.6875rem/1.25rem var(--ds-font-family-body);\n --ds-font-code: normal 400 0.875em/1 var(--ds-font-family-code);\n --ds-font-heading-lg: normal 500 1.5rem/1.75rem var(--ds-font-family-heading);\n --ds-font-heading-md: normal 500 1.25rem/1.5rem var(--ds-font-family-heading);\n --ds-font-heading-sm: normal 600 1rem/1.25rem var(--ds-font-family-heading);\n --ds-font-heading-xl: normal 600 1.8125rem/2rem var(--ds-font-family-heading);\n --ds-font-heading-xs: normal 600 0.875rem/1rem var(--ds-font-family-heading);\n --ds-font-heading-xxl: normal 500 2.1875rem/2.5rem var(--ds-font-family-heading);\n --ds-font-heading-xxs: normal 600 0.75rem/1rem var(--ds-font-family-heading);\n --ds-font-letterSpacing-0: 0;\n --ds-font-letterSpacing-100: -0.003em;\n --ds-font-letterSpacing-200: -0.006em;\n --ds-font-letterSpacing-300: -0.008em;\n --ds-font-letterSpacing-400: -0.01em;\n --ds-font-ui: normal 400 0.875rem/1 var(--ds-font-family-body);\n --ds-font-ui-sm: normal 400 0.6875rem/1 var(--ds-font-family-body);\n --ds-font-family-body: ui-sans-serif, \"Segoe UI\", system-ui, Ubuntu, \"Helvetica Neue\", sans-serif;\n --ds-font-family-code: ui-monospace, Menlo, \"Segoe UI Mono\", \"Ubuntu Mono\", monospace;\n --ds-font-family-heading: ui-sans-serif, \"Segoe UI\", system-ui, Ubuntu, \"Helvetica Neue\", sans-serif;\n --ds-font-family-monospace: ui-monospace, Menlo, \"Segoe UI Mono\", \"Ubuntu Mono\", monospace;\n --ds-font-family-sans: -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Roboto\", \"Oxygen\", \"Ubuntu\", \"Fira Sans\", \"Droid Sans\", \"Helvetica Neue\", sans-serif;\n --ds-font-family-brand: Charlie Sans;\n --ds-font-size-050: 0.6875rem;\n --ds-font-size-075: 0.75rem;\n --ds-font-size-100: 0.875rem;\n --ds-font-size-200: 1rem;\n --ds-font-size-300: 1.25rem;\n --ds-font-size-400: 1.5rem;\n --ds-font-size-500: 1.8125rem;\n --ds-font-size-600: 2.1875rem;\n --ds-font-weight-bold: 700;\n --ds-font-weight-medium: 500;\n --ds-font-weight-regular: 400;\n --ds-font-weight-semibold: 600;\n --ds-font-lineHeight-1: 1;\n --ds-font-lineHeight-100: 1rem;\n --ds-font-lineHeight-200: 1.25rem;\n --ds-font-lineHeight-300: 1.5rem;\n --ds-font-lineHeight-400: 1.75rem;\n --ds-font-lineHeight-500: 2rem;\n --ds-font-lineHeight-600: 2.5rem;\n}\n";
6
+ declare const _default: "\nhtml[data-theme~=\"typography:typography-adg3\"] {\n --ds-UNSAFE-textTransformUppercase: uppercase;\n --ds-font-body: normal 400 0.875rem/1.25rem var(--ds-font-family-body);\n --ds-font-body-large: normal 400 1rem/1.5rem var(--ds-font-family-body);\n --ds-font-body-small: normal 400 0.6875rem/1.25rem var(--ds-font-family-body);\n --ds-font-code: normal 400 0.875em/1 var(--ds-font-family-code);\n --ds-font-heading-large: normal 500 1.5rem/1.75rem var(--ds-font-family-heading);\n --ds-font-heading-medium: normal 500 1.25rem/1.5rem var(--ds-font-family-heading);\n --ds-font-heading-small: normal 600 1rem/1.25rem var(--ds-font-family-heading);\n --ds-font-heading-xlarge: normal 600 1.8125rem/2rem var(--ds-font-family-heading);\n --ds-font-heading-xsmall: normal 600 0.875rem/1rem var(--ds-font-family-heading);\n --ds-font-heading-xxlarge: normal 500 2.1875rem/2.5rem var(--ds-font-family-heading);\n --ds-font-heading-xxsmall: normal 600 0.75rem/1rem var(--ds-font-family-heading);\n --ds-font-letterSpacing-0: 0;\n --ds-font-letterSpacing-100: -0.003em;\n --ds-font-letterSpacing-200: -0.006em;\n --ds-font-letterSpacing-300: -0.008em;\n --ds-font-letterSpacing-400: -0.01em;\n --ds-font-ui: normal 400 0.875rem/1 var(--ds-font-family-body);\n --ds-font-ui-small: normal 400 0.6875rem/1 var(--ds-font-family-body);\n --ds-font-family-body: ui-sans-serif, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-family-code: ui-monospace, Menlo, \"Segoe UI Mono\", \"Ubuntu Mono\", monospace;\n --ds-font-family-heading: ui-sans-serif, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-family-monospace: ui-monospace, Menlo, \"Segoe UI Mono\", \"Ubuntu Mono\", monospace;\n --ds-font-family-sans: -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Roboto\", \"Oxygen\", \"Ubuntu\", \"Fira Sans\", \"Droid Sans\", \"Helvetica Neue\", sans-serif;\n --ds-font-family-brand: Charlie Sans;\n --ds-font-size-050: 0.6875rem;\n --ds-font-size-075: 0.75rem;\n --ds-font-size-100: 0.875rem;\n --ds-font-size-200: 1rem;\n --ds-font-size-300: 1.25rem;\n --ds-font-size-400: 1.5rem;\n --ds-font-size-500: 1.8125rem;\n --ds-font-size-600: 2.1875rem;\n --ds-font-weight-bold: 700;\n --ds-font-weight-medium: 500;\n --ds-font-weight-regular: 400;\n --ds-font-weight-semibold: 600;\n --ds-font-lineHeight-1: 1;\n --ds-font-lineHeight-100: 1rem;\n --ds-font-lineHeight-200: 1.25rem;\n --ds-font-lineHeight-300: 1.5rem;\n --ds-font-lineHeight-400: 1.75rem;\n --ds-font-lineHeight-500: 2rem;\n --ds-font-lineHeight-600: 2.5rem;\n}\n";
7
7
  export default _default;
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::0975666a75bd15b63756e59298935cf5>>
3
+ * @codegen <<SignedSource::b12a1413276d27bfa1f318002382d994>>
4
4
  * @codegenCommand yarn build tokens
5
5
  */
6
- declare const _default: "\nhtml[data-theme~=\"typography:typography-minor3\"] {\n --ds-UNSAFE-textTransformUppercase: uppercase;\n --ds-font-body: normal 400 0.875rem/1.25rem var(--ds-font-family-body);\n --ds-font-body-lg: normal 400 1rem/1.5rem var(--ds-font-family-body);\n --ds-font-body-sm: normal 400 0.75rem/1.25rem var(--ds-font-family-body);\n --ds-font-code: normal 400 0.875em/1 var(--ds-font-family-code);\n --ds-font-heading-lg: normal 700 1.5rem/1.75rem var(--ds-font-family-heading);\n --ds-font-heading-md: normal 700 1.25rem/1.5rem var(--ds-font-family-heading);\n --ds-font-heading-sm: normal 700 1rem/1.25rem var(--ds-font-family-heading);\n --ds-font-heading-xl: normal 700 1.75rem/2rem var(--ds-font-family-heading);\n --ds-font-heading-xs: normal 700 0.875rem/1rem var(--ds-font-family-heading);\n --ds-font-heading-xxl: normal 700 2rem/2.25rem var(--ds-font-family-heading);\n --ds-font-heading-xxs: normal 700 0.75rem/1rem var(--ds-font-family-heading);\n --ds-font-letterSpacing-0: 0;\n --ds-font-letterSpacing-100: 0;\n --ds-font-letterSpacing-200: 0;\n --ds-font-letterSpacing-300: 0;\n --ds-font-letterSpacing-400: 0;\n --ds-font-ui: normal 400 0.875rem/1 var(--ds-font-family-body);\n --ds-font-ui-sm: normal 400 0.75rem/1 var(--ds-font-family-body);\n --ds-font-family-body: ui-sans-serif, \"Segoe UI\", system-ui, Ubuntu, \"Helvetica Neue\", sans-serif;\n --ds-font-family-code: ui-monospace, Menlo, \"Segoe UI Mono\", \"Ubuntu Mono\", monospace;\n --ds-font-family-heading: ui-sans-serif, \"Segoe UI\", system-ui, Ubuntu, \"Helvetica Neue\", sans-serif;\n --ds-font-family-monospace: ui-monospace, Menlo, \"Segoe UI Mono\", \"Ubuntu Mono\", monospace;\n --ds-font-family-sans: ui-sans-serif, \"Segoe UI\", system-ui, Ubuntu, \"Helvetica Neue\", sans-serif;\n --ds-font-family-brand: Charlie Sans;\n}\n";
6
+ declare const _default: "\nhtml[data-theme~=\"typography:typography-minor3\"] {\n --ds-UNSAFE-textTransformUppercase: uppercase;\n --ds-font-body: normal 400 0.875rem/1.25rem var(--ds-font-family-body);\n --ds-font-body-large: normal 400 1rem/1.5rem var(--ds-font-family-body);\n --ds-font-body-small: normal 400 0.75rem/1.25rem var(--ds-font-family-body);\n --ds-font-code: normal 400 0.875em/1 var(--ds-font-family-code);\n --ds-font-heading-large: normal 700 1.5rem/1.75rem var(--ds-font-family-heading);\n --ds-font-heading-medium: normal 700 1.25rem/1.5rem var(--ds-font-family-heading);\n --ds-font-heading-small: normal 700 1rem/1.25rem var(--ds-font-family-heading);\n --ds-font-heading-xlarge: normal 700 1.75rem/2rem var(--ds-font-family-heading);\n --ds-font-heading-xsmall: normal 700 0.875rem/1rem var(--ds-font-family-heading);\n --ds-font-heading-xxlarge: normal 700 2rem/2.25rem var(--ds-font-family-heading);\n --ds-font-heading-xxsmall: normal 700 0.75rem/1rem var(--ds-font-family-heading);\n --ds-font-letterSpacing-0: 0;\n --ds-font-letterSpacing-100: 0;\n --ds-font-letterSpacing-200: 0;\n --ds-font-letterSpacing-300: 0;\n --ds-font-letterSpacing-400: 0;\n --ds-font-ui: normal 400 0.875rem/1 var(--ds-font-family-body);\n --ds-font-ui-small: normal 400 0.75rem/1 var(--ds-font-family-body);\n --ds-font-family-body: ui-sans-serif, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-family-code: ui-monospace, Menlo, \"Segoe UI Mono\", \"Ubuntu Mono\", monospace;\n --ds-font-family-heading: ui-sans-serif, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-family-monospace: ui-monospace, Menlo, \"Segoe UI Mono\", \"Ubuntu Mono\", monospace;\n --ds-font-family-sans: ui-sans-serif, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-family-brand: Charlie Sans;\n}\n";
7
7
  export default _default;
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::349dc9dd4c283b60434a93a228019eb8>>
3
+ * @codegen <<SignedSource::f49eba45b4716be1be41c0ca5a63069e>>
4
4
  * @codegenCommand yarn build tokens
5
5
  */
6
- declare const _default: "\nhtml[data-theme~=\"typography:typography\"] {\n --ds-font-body: normal 400 0.875rem/1.25rem var(--ds-font-family-body);\n --ds-font-body-lg: normal 400 1rem/1.5rem var(--ds-font-family-body);\n --ds-font-body-sm: normal 400 0.75rem/1.25rem var(--ds-font-family-body);\n --ds-font-code: normal 400 0.875em/1 var(--ds-font-family-code);\n --ds-font-heading-lg: normal 700 1.5rem/1.75rem var(--ds-font-family-heading);\n --ds-font-heading-md: normal 700 1.25rem/1.5rem var(--ds-font-family-heading);\n --ds-font-heading-sm: normal 700 1rem/1.25rem var(--ds-font-family-heading);\n --ds-font-heading-xl: normal 700 1.75rem/2rem var(--ds-font-family-heading);\n --ds-font-heading-xs: normal 700 0.875rem/1rem var(--ds-font-family-heading);\n --ds-font-heading-xxl: normal 700 2.25rem/2.5rem var(--ds-font-family-heading);\n --ds-font-heading-xxs: normal 700 0.75rem/1rem var(--ds-font-family-heading);\n --ds-font-letterSpacing-0: 0;\n --ds-font-letterSpacing-100: 0;\n --ds-font-letterSpacing-200: 0;\n --ds-font-letterSpacing-300: 0;\n --ds-font-letterSpacing-400: 0;\n --ds-font-ui: normal 400 0.875rem/1 var(--ds-font-family-body);\n --ds-font-ui-sm: normal 400 0.75rem/1 var(--ds-font-family-body);\n --ds-font-family-body: ui-sans-serif, \"Segoe UI\", system-ui, Ubuntu, \"Helvetica Neue\", sans-serif;\n --ds-font-family-code: ui-monospace, Menlo, \"Segoe UI Mono\", \"Ubuntu Mono\", monospace;\n --ds-font-family-heading: ui-sans-serif, \"Segoe UI\", system-ui, Ubuntu, \"Helvetica Neue\", sans-serif;\n --ds-font-family-monospace: ui-monospace, Menlo, \"Segoe UI Mono\", \"Ubuntu Mono\", monospace;\n --ds-font-family-sans: ui-sans-serif, \"Segoe UI\", system-ui, Ubuntu, \"Helvetica Neue\", sans-serif;\n --ds-font-family-brand: Charlie Sans;\n}\n";
6
+ declare const _default: "\nhtml[data-theme~=\"typography:typography\"] {\n --ds-font-body: normal 400 0.875rem/1.25rem var(--ds-font-family-body);\n --ds-font-body-large: normal 400 1rem/1.5rem var(--ds-font-family-body);\n --ds-font-body-small: normal 400 0.75rem/1.25rem var(--ds-font-family-body);\n --ds-font-code: normal 400 0.875em/1 var(--ds-font-family-code);\n --ds-font-heading-large: normal 700 1.5rem/1.75rem var(--ds-font-family-heading);\n --ds-font-heading-medium: normal 700 1.25rem/1.5rem var(--ds-font-family-heading);\n --ds-font-heading-small: normal 700 1rem/1.25rem var(--ds-font-family-heading);\n --ds-font-heading-xlarge: normal 700 1.75rem/2rem var(--ds-font-family-heading);\n --ds-font-heading-xsmall: normal 700 0.875rem/1rem var(--ds-font-family-heading);\n --ds-font-heading-xxlarge: normal 700 2.25rem/2.5rem var(--ds-font-family-heading);\n --ds-font-heading-xxsmall: normal 700 0.75rem/1rem var(--ds-font-family-heading);\n --ds-font-letterSpacing-0: 0;\n --ds-font-letterSpacing-100: 0;\n --ds-font-letterSpacing-200: 0;\n --ds-font-letterSpacing-300: 0;\n --ds-font-letterSpacing-400: 0;\n --ds-font-ui: normal 400 0.875rem/1 var(--ds-font-family-body);\n --ds-font-ui-small: normal 400 0.75rem/1 var(--ds-font-family-body);\n --ds-font-family-body: ui-sans-serif, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-family-code: ui-monospace, Menlo, \"Segoe UI Mono\", \"Ubuntu Mono\", monospace;\n --ds-font-family-heading: ui-sans-serif, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-family-monospace: ui-monospace, Menlo, \"Segoe UI Mono\", \"Ubuntu Mono\", monospace;\n --ds-font-family-sans: ui-sans-serif, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-family-brand: Charlie Sans;\n}\n";
7
7
  export default _default;
@@ -7,7 +7,7 @@
7
7
  * Token names mapped to their value in the default Atlassian themes ('light').
8
8
  * These default values are used by the Babel plugin to optionally provide automatic fallbacks.
9
9
  *
10
- * @codegen <<SignedSource::2055e9d3b964a68e35d40fda2189f30a>>
10
+ * @codegen <<SignedSource::8965acce3899385e9f1f61d70ac8e24e>>
11
11
  * @codegenCommand yarn build tokens
12
12
  */
13
13
  declare const defaultTokenValues: {
@@ -435,26 +435,26 @@ declare const defaultTokenValues: {
435
435
  readonly 'space.negative.300': "-1.5rem";
436
436
  readonly 'space.negative.400': "-2rem";
437
437
  readonly 'font.body': "normal 400 0.875rem/1.25rem var(--ds-font-family-body)";
438
- readonly 'font.body.lg': "normal 400 1rem/1.5rem var(--ds-font-family-body)";
439
- readonly 'font.body.sm': "normal 400 0.6875rem/1.25rem var(--ds-font-family-body)";
438
+ readonly 'font.body.large': "normal 400 1rem/1.5rem var(--ds-font-family-body)";
439
+ readonly 'font.body.small': "normal 400 0.6875rem/1.25rem var(--ds-font-family-body)";
440
440
  readonly 'font.code': "normal 400 0.875em/1 var(--ds-font-family-code)";
441
- readonly 'font.heading.lg': "normal 500 1.5rem/1.75rem var(--ds-font-family-heading)";
442
- readonly 'font.heading.md': "normal 500 1.25rem/1.5rem var(--ds-font-family-heading)";
443
- readonly 'font.heading.sm': "normal 600 1rem/1.25rem var(--ds-font-family-heading)";
444
- readonly 'font.heading.xl': "normal 600 1.8125rem/2rem var(--ds-font-family-heading)";
445
- readonly 'font.heading.xs': "normal 600 0.875rem/1rem var(--ds-font-family-heading)";
446
- readonly 'font.heading.xxl': "normal 500 2.1875rem/2.5rem var(--ds-font-family-heading)";
447
- readonly 'font.heading.xxs': "normal 600 0.75rem/1rem var(--ds-font-family-heading)";
441
+ readonly 'font.heading.large': "normal 500 1.5rem/1.75rem var(--ds-font-family-heading)";
442
+ readonly 'font.heading.medium': "normal 500 1.25rem/1.5rem var(--ds-font-family-heading)";
443
+ readonly 'font.heading.small': "normal 600 1rem/1.25rem var(--ds-font-family-heading)";
444
+ readonly 'font.heading.xlarge': "normal 600 1.8125rem/2rem var(--ds-font-family-heading)";
445
+ readonly 'font.heading.xsmall': "normal 600 0.875rem/1rem var(--ds-font-family-heading)";
446
+ readonly 'font.heading.xxlarge': "normal 500 2.1875rem/2.5rem var(--ds-font-family-heading)";
447
+ readonly 'font.heading.xxsmall': "normal 600 0.75rem/1rem var(--ds-font-family-heading)";
448
448
  readonly 'font.letterSpacing.0': "0";
449
449
  readonly 'font.letterSpacing.100': "-0.003em";
450
450
  readonly 'font.letterSpacing.200': "-0.006em";
451
451
  readonly 'font.letterSpacing.300': "-0.008em";
452
452
  readonly 'font.letterSpacing.400': "-0.01em";
453
453
  readonly 'font.ui': "normal 400 0.875rem/1 var(--ds-font-family-body)";
454
- readonly 'font.ui.sm': "normal 400 0.6875rem/1 var(--ds-font-family-body)";
455
- readonly 'font.family.body': "ui-sans-serif, \"Segoe UI\", system-ui, Ubuntu, \"Helvetica Neue\", sans-serif";
454
+ readonly 'font.ui.small': "normal 400 0.6875rem/1 var(--ds-font-family-body)";
455
+ readonly 'font.family.body': "ui-sans-serif, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif";
456
456
  readonly 'font.family.code': "ui-monospace, Menlo, \"Segoe UI Mono\", \"Ubuntu Mono\", monospace";
457
- readonly 'font.family.heading': "ui-sans-serif, \"Segoe UI\", system-ui, Ubuntu, \"Helvetica Neue\", sans-serif";
457
+ readonly 'font.family.heading': "ui-sans-serif, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif";
458
458
  readonly 'font.family.monospace': "ui-monospace, Menlo, \"Segoe UI Mono\", \"Ubuntu Mono\", monospace";
459
459
  readonly 'font.family.sans': "-apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Roboto\", \"Oxygen\", \"Ubuntu\", \"Fira Sans\", \"Droid Sans\", \"Helvetica Neue\", sans-serif";
460
460
  readonly 'font.family.brand': "Charlie Sans";
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::85873830ffd9373b872fe41c841504eb>>
3
+ * @codegen <<SignedSource::b8507162c70d82c2e8040cc31a142fdb>>
4
4
  * @codegenCommand yarn build tokens
5
5
  */
6
6
  declare const tokens: {
@@ -428,23 +428,23 @@ declare const tokens: {
428
428
  readonly 'space.negative.300': "--ds-space-negative-300";
429
429
  readonly 'space.negative.400': "--ds-space-negative-400";
430
430
  readonly 'font.body': "--ds-font-body";
431
- readonly 'font.body.lg': "--ds-font-body-lg";
432
- readonly 'font.body.sm': "--ds-font-body-sm";
431
+ readonly 'font.body.large': "--ds-font-body-large";
432
+ readonly 'font.body.small': "--ds-font-body-small";
433
433
  readonly 'font.code': "--ds-font-code";
434
- readonly 'font.heading.lg': "--ds-font-heading-lg";
435
- readonly 'font.heading.md': "--ds-font-heading-md";
436
- readonly 'font.heading.sm': "--ds-font-heading-sm";
437
- readonly 'font.heading.xl': "--ds-font-heading-xl";
438
- readonly 'font.heading.xs': "--ds-font-heading-xs";
439
- readonly 'font.heading.xxl': "--ds-font-heading-xxl";
440
- readonly 'font.heading.xxs': "--ds-font-heading-xxs";
434
+ readonly 'font.heading.large': "--ds-font-heading-large";
435
+ readonly 'font.heading.medium': "--ds-font-heading-medium";
436
+ readonly 'font.heading.small': "--ds-font-heading-small";
437
+ readonly 'font.heading.xlarge': "--ds-font-heading-xlarge";
438
+ readonly 'font.heading.xsmall': "--ds-font-heading-xsmall";
439
+ readonly 'font.heading.xxlarge': "--ds-font-heading-xxlarge";
440
+ readonly 'font.heading.xxsmall': "--ds-font-heading-xxsmall";
441
441
  readonly 'font.letterSpacing.0': "--ds-font-letterSpacing-0";
442
442
  readonly 'font.letterSpacing.100': "--ds-font-letterSpacing-100";
443
443
  readonly 'font.letterSpacing.200': "--ds-font-letterSpacing-200";
444
444
  readonly 'font.letterSpacing.300': "--ds-font-letterSpacing-300";
445
445
  readonly 'font.letterSpacing.400': "--ds-font-letterSpacing-400";
446
446
  readonly 'font.ui': "--ds-font-ui";
447
- readonly 'font.ui.sm': "--ds-font-ui-sm";
447
+ readonly 'font.ui.small': "--ds-font-ui-small";
448
448
  readonly 'font.family.body': "--ds-font-family-body";
449
449
  readonly 'font.family.code': "--ds-font-family-code";
450
450
  readonly 'font.family.heading': "--ds-font-family-heading";
@@ -896,23 +896,23 @@ export type CSSTokenMap = {
896
896
  'space.negative.300': 'var(--ds-space-negative-300)';
897
897
  'space.negative.400': 'var(--ds-space-negative-400)';
898
898
  'font.body': 'var(--ds-font-body)';
899
- 'font.body.lg': 'var(--ds-font-body-lg)';
900
- 'font.body.sm': 'var(--ds-font-body-sm)';
899
+ 'font.body.large': 'var(--ds-font-body-large)';
900
+ 'font.body.small': 'var(--ds-font-body-small)';
901
901
  'font.code': 'var(--ds-font-code)';
902
- 'font.heading.lg': 'var(--ds-font-heading-lg)';
903
- 'font.heading.md': 'var(--ds-font-heading-md)';
904
- 'font.heading.sm': 'var(--ds-font-heading-sm)';
905
- 'font.heading.xl': 'var(--ds-font-heading-xl)';
906
- 'font.heading.xs': 'var(--ds-font-heading-xs)';
907
- 'font.heading.xxl': 'var(--ds-font-heading-xxl)';
908
- 'font.heading.xxs': 'var(--ds-font-heading-xxs)';
902
+ 'font.heading.large': 'var(--ds-font-heading-large)';
903
+ 'font.heading.medium': 'var(--ds-font-heading-medium)';
904
+ 'font.heading.small': 'var(--ds-font-heading-small)';
905
+ 'font.heading.xlarge': 'var(--ds-font-heading-xlarge)';
906
+ 'font.heading.xsmall': 'var(--ds-font-heading-xsmall)';
907
+ 'font.heading.xxlarge': 'var(--ds-font-heading-xxlarge)';
908
+ 'font.heading.xxsmall': 'var(--ds-font-heading-xxsmall)';
909
909
  'font.letterSpacing.0': 'var(--ds-font-letterSpacing-0)';
910
910
  'font.letterSpacing.100': 'var(--ds-font-letterSpacing-100)';
911
911
  'font.letterSpacing.200': 'var(--ds-font-letterSpacing-200)';
912
912
  'font.letterSpacing.300': 'var(--ds-font-letterSpacing-300)';
913
913
  'font.letterSpacing.400': 'var(--ds-font-letterSpacing-400)';
914
914
  'font.ui': 'var(--ds-font-ui)';
915
- 'font.ui.sm': 'var(--ds-font-ui-sm)';
915
+ 'font.ui.small': 'var(--ds-font-ui-small)';
916
916
  'font.family.body': 'var(--ds-font-family-body)';
917
917
  'font.family.code': 'var(--ds-font-family-code)';
918
918
  'font.family.heading': 'var(--ds-font-family-heading)';
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::ea0accce09567f9c3a6ee559e04e4e33>>
3
+ * @codegen <<SignedSource::385a83af4c578715d2776d3fe65ff10b>>
4
4
  * @codegenCommand yarn build tokens
5
5
  */
6
6
  declare const tokens: ({
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::91f01a2034a5e18b2fe6ca24f0abc799>>
3
+ * @codegen <<SignedSource::a2b2ba21b8b91fbc1e372aaed37f2619>>
4
4
  * @codegenCommand yarn build tokens
5
5
  */
6
6
  declare const tokens: ({
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::2dbe284320c4a652bc8420a1e9457c66>>
3
+ * @codegen <<SignedSource::87a8cb620b538e3524b5031d5a012ecd>>
4
4
  * @codegenCommand yarn build tokens
5
5
  */
6
6
  declare const tokens: ({