@atlaskit/tokens 1.26.0 → 1.27.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (751) hide show
  1. package/CHANGELOG.md +114 -0
  2. package/dist/cjs/artifacts/atlassian-dark-token-value-for-contrast-check.js +2 -2
  3. package/dist/cjs/artifacts/palettes-raw/legacy-palette.js +119 -119
  4. package/dist/cjs/artifacts/palettes-raw/palette.js +209 -209
  5. package/dist/cjs/artifacts/palettes-raw/shape-palette.js +11 -11
  6. package/dist/cjs/artifacts/palettes-raw/spacing-scale.js +24 -24
  7. package/dist/cjs/artifacts/palettes-raw/typography-palette.js +40 -40
  8. package/dist/cjs/artifacts/theme-import-map.js +1 -13
  9. package/dist/cjs/artifacts/themes/atlassian-dark-increased-contrast.js +2 -2
  10. package/dist/cjs/artifacts/themes/atlassian-dark.js +2 -2
  11. package/dist/cjs/artifacts/themes/atlassian-light-increased-contrast.js +2 -2
  12. package/dist/cjs/artifacts/themes/atlassian-light.js +2 -2
  13. package/dist/cjs/artifacts/token-default-values.js +101 -101
  14. package/dist/cjs/artifacts/tokens-raw/atlassian-dark-increased-contrast.js +503 -503
  15. package/dist/cjs/artifacts/tokens-raw/atlassian-dark-new-input-border.js +2 -2
  16. package/dist/cjs/artifacts/tokens-raw/atlassian-dark.js +503 -503
  17. package/dist/cjs/artifacts/tokens-raw/atlassian-legacy-dark.js +389 -389
  18. package/dist/cjs/artifacts/tokens-raw/atlassian-legacy-light.js +389 -389
  19. package/dist/cjs/artifacts/tokens-raw/atlassian-light-increased-contrast.js +512 -512
  20. package/dist/cjs/artifacts/tokens-raw/atlassian-light-new-input-border.js +2 -2
  21. package/dist/cjs/artifacts/tokens-raw/atlassian-light.js +497 -497
  22. package/dist/cjs/artifacts/tokens-raw/atlassian-shape.js +12 -12
  23. package/dist/cjs/artifacts/tokens-raw/atlassian-spacing.js +24 -24
  24. package/dist/cjs/artifacts/tokens-raw/atlassian-typography-adg3.js +45 -45
  25. package/dist/cjs/artifacts/tokens-raw/atlassian-typography-minor3.js +26 -26
  26. package/dist/cjs/artifacts/tokens-raw/atlassian-typography.js +25 -25
  27. package/dist/cjs/get-token-value.js +1 -1
  28. package/dist/cjs/get-token.js +1 -1
  29. package/dist/cjs/theme-config.js +1 -25
  30. package/dist/cjs/utils/get-theme-preferences.js +0 -13
  31. package/dist/es2019/artifacts/atlassian-dark-token-value-for-contrast-check.js +2 -2
  32. package/dist/es2019/artifacts/palettes-raw/legacy-palette.js +119 -119
  33. package/dist/es2019/artifacts/palettes-raw/palette.js +209 -209
  34. package/dist/es2019/artifacts/palettes-raw/shape-palette.js +11 -11
  35. package/dist/es2019/artifacts/palettes-raw/spacing-scale.js +24 -24
  36. package/dist/es2019/artifacts/palettes-raw/typography-palette.js +40 -40
  37. package/dist/es2019/artifacts/theme-import-map.js +1 -5
  38. package/dist/es2019/artifacts/themes/atlassian-dark-increased-contrast.js +115 -115
  39. package/dist/es2019/artifacts/themes/atlassian-dark.js +109 -109
  40. package/dist/es2019/artifacts/themes/atlassian-light-increased-contrast.js +124 -124
  41. package/dist/es2019/artifacts/themes/atlassian-light.js +101 -101
  42. package/dist/es2019/artifacts/token-default-values.js +101 -101
  43. package/dist/es2019/artifacts/tokens-raw/atlassian-dark-increased-contrast.js +503 -503
  44. package/dist/es2019/artifacts/tokens-raw/atlassian-dark-new-input-border.js +2 -2
  45. package/dist/es2019/artifacts/tokens-raw/atlassian-dark.js +503 -503
  46. package/dist/es2019/artifacts/tokens-raw/atlassian-legacy-dark.js +389 -389
  47. package/dist/es2019/artifacts/tokens-raw/atlassian-legacy-light.js +389 -389
  48. package/dist/es2019/artifacts/tokens-raw/atlassian-light-increased-contrast.js +512 -512
  49. package/dist/es2019/artifacts/tokens-raw/atlassian-light-new-input-border.js +2 -2
  50. package/dist/es2019/artifacts/tokens-raw/atlassian-light.js +497 -497
  51. package/dist/es2019/artifacts/tokens-raw/atlassian-shape.js +12 -12
  52. package/dist/es2019/artifacts/tokens-raw/atlassian-spacing.js +24 -24
  53. package/dist/es2019/artifacts/tokens-raw/atlassian-typography-adg3.js +45 -45
  54. package/dist/es2019/artifacts/tokens-raw/atlassian-typography-minor3.js +26 -26
  55. package/dist/es2019/artifacts/tokens-raw/atlassian-typography.js +25 -25
  56. package/dist/es2019/get-token-value.js +1 -1
  57. package/dist/es2019/get-token.js +1 -1
  58. package/dist/es2019/theme-config.js +1 -25
  59. package/dist/es2019/utils/get-theme-preferences.js +0 -13
  60. package/dist/esm/artifacts/atlassian-dark-token-value-for-contrast-check.js +2 -2
  61. package/dist/esm/artifacts/palettes-raw/legacy-palette.js +119 -119
  62. package/dist/esm/artifacts/palettes-raw/palette.js +209 -209
  63. package/dist/esm/artifacts/palettes-raw/shape-palette.js +11 -11
  64. package/dist/esm/artifacts/palettes-raw/spacing-scale.js +24 -24
  65. package/dist/esm/artifacts/palettes-raw/typography-palette.js +40 -40
  66. package/dist/esm/artifacts/theme-import-map.js +1 -9
  67. package/dist/esm/artifacts/themes/atlassian-dark-increased-contrast.js +2 -2
  68. package/dist/esm/artifacts/themes/atlassian-dark.js +2 -2
  69. package/dist/esm/artifacts/themes/atlassian-light-increased-contrast.js +2 -2
  70. package/dist/esm/artifacts/themes/atlassian-light.js +2 -2
  71. package/dist/esm/artifacts/token-default-values.js +101 -101
  72. package/dist/esm/artifacts/tokens-raw/atlassian-dark-increased-contrast.js +503 -503
  73. package/dist/esm/artifacts/tokens-raw/atlassian-dark-new-input-border.js +2 -2
  74. package/dist/esm/artifacts/tokens-raw/atlassian-dark.js +503 -503
  75. package/dist/esm/artifacts/tokens-raw/atlassian-legacy-dark.js +389 -389
  76. package/dist/esm/artifacts/tokens-raw/atlassian-legacy-light.js +389 -389
  77. package/dist/esm/artifacts/tokens-raw/atlassian-light-increased-contrast.js +512 -512
  78. package/dist/esm/artifacts/tokens-raw/atlassian-light-new-input-border.js +2 -2
  79. package/dist/esm/artifacts/tokens-raw/atlassian-light.js +497 -497
  80. package/dist/esm/artifacts/tokens-raw/atlassian-shape.js +12 -12
  81. package/dist/esm/artifacts/tokens-raw/atlassian-spacing.js +24 -24
  82. package/dist/esm/artifacts/tokens-raw/atlassian-typography-adg3.js +45 -45
  83. package/dist/esm/artifacts/tokens-raw/atlassian-typography-minor3.js +26 -26
  84. package/dist/esm/artifacts/tokens-raw/atlassian-typography.js +25 -25
  85. package/dist/esm/get-token-value.js +1 -1
  86. package/dist/esm/get-token.js +1 -1
  87. package/dist/esm/theme-config.js +1 -25
  88. package/dist/esm/utils/get-theme-preferences.js +0 -13
  89. package/dist/types/artifacts/atlassian-dark-token-value-for-contrast-check.d.ts +2 -2
  90. package/dist/types/artifacts/palettes-raw/legacy-palette.d.ts +1 -1
  91. package/dist/types/artifacts/palettes-raw/palette.d.ts +1 -1
  92. package/dist/types/artifacts/palettes-raw/shape-palette.d.ts +1 -1
  93. package/dist/types/artifacts/palettes-raw/spacing-scale.d.ts +1 -1
  94. package/dist/types/artifacts/palettes-raw/typography-palette.d.ts +1 -1
  95. package/dist/types/artifacts/theme-import-map.d.ts +1 -1
  96. package/dist/types/artifacts/themes/atlassian-dark-increased-contrast.d.ts +2 -2
  97. package/dist/types/artifacts/themes/atlassian-dark.d.ts +2 -2
  98. package/dist/types/artifacts/themes/atlassian-light-increased-contrast.d.ts +2 -2
  99. package/dist/types/artifacts/themes/atlassian-light.d.ts +2 -2
  100. package/dist/types/artifacts/token-default-values.d.ts +101 -101
  101. package/dist/types/artifacts/tokens-raw/atlassian-dark-increased-contrast.d.ts +1 -1
  102. package/dist/types/artifacts/tokens-raw/atlassian-dark-new-input-border.d.ts +1 -1
  103. package/dist/types/artifacts/tokens-raw/atlassian-dark.d.ts +1 -1
  104. package/dist/types/artifacts/tokens-raw/atlassian-legacy-dark.d.ts +1 -1
  105. package/dist/types/artifacts/tokens-raw/atlassian-legacy-light.d.ts +1 -1
  106. package/dist/types/artifacts/tokens-raw/atlassian-light-increased-contrast.d.ts +1 -1
  107. package/dist/types/artifacts/tokens-raw/atlassian-light-new-input-border.d.ts +1 -1
  108. package/dist/types/artifacts/tokens-raw/atlassian-light.d.ts +1 -1
  109. package/dist/types/artifacts/tokens-raw/atlassian-shape.d.ts +1 -1
  110. package/dist/types/artifacts/tokens-raw/atlassian-spacing.d.ts +1 -1
  111. package/dist/types/artifacts/tokens-raw/atlassian-typography-adg3.d.ts +1 -1
  112. package/dist/types/artifacts/tokens-raw/atlassian-typography-minor3.d.ts +1 -1
  113. package/dist/types/artifacts/tokens-raw/atlassian-typography.d.ts +1 -1
  114. package/dist/types/theme-config.d.ts +4 -4
  115. package/dist/types/types.d.ts +38 -40
  116. package/dist/types-ts4.5/artifacts/atlassian-dark-token-value-for-contrast-check.d.ts +2 -2
  117. package/dist/types-ts4.5/artifacts/palettes-raw/legacy-palette.d.ts +1 -1
  118. package/dist/types-ts4.5/artifacts/palettes-raw/palette.d.ts +1 -1
  119. package/dist/types-ts4.5/artifacts/palettes-raw/shape-palette.d.ts +1 -1
  120. package/dist/types-ts4.5/artifacts/palettes-raw/spacing-scale.d.ts +1 -1
  121. package/dist/types-ts4.5/artifacts/palettes-raw/typography-palette.d.ts +1 -1
  122. package/dist/types-ts4.5/artifacts/theme-import-map.d.ts +1 -1
  123. package/dist/types-ts4.5/artifacts/themes/atlassian-dark-increased-contrast.d.ts +2 -2
  124. package/dist/types-ts4.5/artifacts/themes/atlassian-dark.d.ts +2 -2
  125. package/dist/types-ts4.5/artifacts/themes/atlassian-light-increased-contrast.d.ts +2 -2
  126. package/dist/types-ts4.5/artifacts/themes/atlassian-light.d.ts +2 -2
  127. package/dist/types-ts4.5/artifacts/token-default-values.d.ts +101 -101
  128. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-dark-increased-contrast.d.ts +1 -1
  129. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-dark-new-input-border.d.ts +1 -1
  130. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-dark.d.ts +1 -1
  131. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-legacy-dark.d.ts +1 -1
  132. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-legacy-light.d.ts +1 -1
  133. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-light-increased-contrast.d.ts +1 -1
  134. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-light-new-input-border.d.ts +1 -1
  135. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-light.d.ts +1 -1
  136. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-shape.d.ts +1 -1
  137. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-spacing.d.ts +1 -1
  138. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-typography-adg3.d.ts +1 -1
  139. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-typography-minor3.d.ts +1 -1
  140. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-typography.d.ts +1 -1
  141. package/dist/types-ts4.5/theme-config.d.ts +4 -8
  142. package/dist/types-ts4.5/types.d.ts +38 -40
  143. package/figma/atlassian-dark-increased-contrast.json +114 -114
  144. package/figma/atlassian-dark.json +108 -108
  145. package/figma/atlassian-light-increased-contrast.json +123 -123
  146. package/figma/atlassian-light.json +100 -100
  147. package/package.json +1 -4
  148. package/report.api.md +4 -233
  149. package/tmp/api-report-tmp.d.ts +6 -228
  150. package/dist/cjs/artifacts/palettes-raw/updated-saturated-palette.js +0 -2257
  151. package/dist/cjs/artifacts/themes/atlassian-dark-saturated-palette-changes.js +0 -12
  152. package/dist/cjs/artifacts/themes/atlassian-light-saturated-palette-changes.js +0 -12
  153. package/dist/cjs/artifacts/tokens-raw/atlassian-dark-saturated-palette-changes.js +0 -8683
  154. package/dist/cjs/artifacts/tokens-raw/atlassian-light-saturated-palette-changes.js +0 -8645
  155. package/dist/cjs/palettes/legacy-palette.js +0 -849
  156. package/dist/cjs/palettes/palette.js +0 -954
  157. package/dist/cjs/palettes/shape-palette.js +0 -82
  158. package/dist/cjs/palettes/spacing-scale.js +0 -154
  159. package/dist/cjs/palettes/typography-palette.js +0 -273
  160. package/dist/cjs/palettes/updated-saturated-palette.js +0 -320
  161. package/dist/cjs/tokens/atlassian-dark/color/accent.js +0 -627
  162. package/dist/cjs/tokens/atlassian-dark/color/background.js +0 -272
  163. package/dist/cjs/tokens/atlassian-dark/color/border.js +0 -52
  164. package/dist/cjs/tokens/atlassian-dark/color/chart.js +0 -445
  165. package/dist/cjs/tokens/atlassian-dark/color/icon.js +0 -51
  166. package/dist/cjs/tokens/atlassian-dark/color/interaction.js +0 -21
  167. package/dist/cjs/tokens/atlassian-dark/color/skeleton.js +0 -19
  168. package/dist/cjs/tokens/atlassian-dark/color/text.js +0 -65
  169. package/dist/cjs/tokens/atlassian-dark/elevation/shadow.js +0 -110
  170. package/dist/cjs/tokens/atlassian-dark/elevation/surface.js +0 -49
  171. package/dist/cjs/tokens/atlassian-dark/opacity/opacity.js +0 -17
  172. package/dist/cjs/tokens/atlassian-dark/utility/utility.js +0 -25
  173. package/dist/cjs/tokens/atlassian-dark-increased-contrast/color/accent.js +0 -271
  174. package/dist/cjs/tokens/atlassian-dark-increased-contrast/color/background.js +0 -104
  175. package/dist/cjs/tokens/atlassian-dark-increased-contrast/color/border.js +0 -46
  176. package/dist/cjs/tokens/atlassian-dark-increased-contrast/color/chart.js +0 -309
  177. package/dist/cjs/tokens/atlassian-dark-increased-contrast/color/icon.js +0 -45
  178. package/dist/cjs/tokens/atlassian-dark-increased-contrast/color/interaction.js +0 -22
  179. package/dist/cjs/tokens/atlassian-dark-increased-contrast/color/skeleton.js +0 -21
  180. package/dist/cjs/tokens/atlassian-dark-increased-contrast/color/text.js +0 -56
  181. package/dist/cjs/tokens/atlassian-dark-increased-contrast/elevation/shadow.js +0 -66
  182. package/dist/cjs/tokens/atlassian-dark-new-input-border/color/border.js +0 -16
  183. package/dist/cjs/tokens/atlassian-dark-saturated-palette-changes/color/accent.js +0 -21
  184. package/dist/cjs/tokens/atlassian-dark-saturated-palette-changes/color/background.js +0 -26
  185. package/dist/cjs/tokens/atlassian-dark-saturated-palette-changes/color/icon.js +0 -18
  186. package/dist/cjs/tokens/atlassian-legacy-dark/color/accent.js +0 -675
  187. package/dist/cjs/tokens/atlassian-legacy-dark/color/background.js +0 -271
  188. package/dist/cjs/tokens/atlassian-legacy-dark/color/border.js +0 -52
  189. package/dist/cjs/tokens/atlassian-legacy-dark/color/chart.js +0 -471
  190. package/dist/cjs/tokens/atlassian-legacy-dark/color/icon.js +0 -51
  191. package/dist/cjs/tokens/atlassian-legacy-dark/color/interaction.js +0 -21
  192. package/dist/cjs/tokens/atlassian-legacy-dark/color/skeleton.js +0 -19
  193. package/dist/cjs/tokens/atlassian-legacy-dark/color/text.js +0 -65
  194. package/dist/cjs/tokens/atlassian-legacy-dark/elevation/shadow.js +0 -110
  195. package/dist/cjs/tokens/atlassian-legacy-dark/elevation/surface.js +0 -49
  196. package/dist/cjs/tokens/atlassian-legacy-dark/opacity/opacity.js +0 -17
  197. package/dist/cjs/tokens/atlassian-legacy-dark/utility/utility.js +0 -25
  198. package/dist/cjs/tokens/atlassian-legacy-light/color/accent.js +0 -675
  199. package/dist/cjs/tokens/atlassian-legacy-light/color/background.js +0 -271
  200. package/dist/cjs/tokens/atlassian-legacy-light/color/border.js +0 -52
  201. package/dist/cjs/tokens/atlassian-legacy-light/color/chart.js +0 -471
  202. package/dist/cjs/tokens/atlassian-legacy-light/color/icon.js +0 -51
  203. package/dist/cjs/tokens/atlassian-legacy-light/color/interaction.js +0 -21
  204. package/dist/cjs/tokens/atlassian-legacy-light/color/skeleton.js +0 -19
  205. package/dist/cjs/tokens/atlassian-legacy-light/color/text.js +0 -65
  206. package/dist/cjs/tokens/atlassian-legacy-light/elevation/shadow.js +0 -80
  207. package/dist/cjs/tokens/atlassian-legacy-light/elevation/surface.js +0 -49
  208. package/dist/cjs/tokens/atlassian-legacy-light/opacity/opacity.js +0 -17
  209. package/dist/cjs/tokens/atlassian-legacy-light/utility/utility.js +0 -25
  210. package/dist/cjs/tokens/atlassian-light/color/accent.js +0 -627
  211. package/dist/cjs/tokens/atlassian-light/color/background.js +0 -271
  212. package/dist/cjs/tokens/atlassian-light/color/border.js +0 -52
  213. package/dist/cjs/tokens/atlassian-light/color/chart.js +0 -445
  214. package/dist/cjs/tokens/atlassian-light/color/icon.js +0 -51
  215. package/dist/cjs/tokens/atlassian-light/color/interaction.js +0 -21
  216. package/dist/cjs/tokens/atlassian-light/color/skeleton.js +0 -19
  217. package/dist/cjs/tokens/atlassian-light/color/text.js +0 -65
  218. package/dist/cjs/tokens/atlassian-light/elevation/shadow.js +0 -80
  219. package/dist/cjs/tokens/atlassian-light/elevation/surface.js +0 -49
  220. package/dist/cjs/tokens/atlassian-light/opacity/opacity.js +0 -17
  221. package/dist/cjs/tokens/atlassian-light/utility/utility.js +0 -25
  222. package/dist/cjs/tokens/atlassian-light-increased-contrast/color/accent.js +0 -423
  223. package/dist/cjs/tokens/atlassian-light-increased-contrast/color/background.js +0 -145
  224. package/dist/cjs/tokens/atlassian-light-increased-contrast/color/border.js +0 -50
  225. package/dist/cjs/tokens/atlassian-light-increased-contrast/color/chart.js +0 -418
  226. package/dist/cjs/tokens/atlassian-light-increased-contrast/color/icon.js +0 -49
  227. package/dist/cjs/tokens/atlassian-light-increased-contrast/color/interaction.js +0 -22
  228. package/dist/cjs/tokens/atlassian-light-increased-contrast/color/skeleton.js +0 -21
  229. package/dist/cjs/tokens/atlassian-light-increased-contrast/color/text.js +0 -56
  230. package/dist/cjs/tokens/atlassian-light-increased-contrast/elevation/shadow.js +0 -62
  231. package/dist/cjs/tokens/atlassian-light-increased-contrast/elevation/surface.js +0 -18
  232. package/dist/cjs/tokens/atlassian-light-new-input-border/color/border.js +0 -16
  233. package/dist/cjs/tokens/atlassian-light-saturated-palette-changes/color/accent.js +0 -35
  234. package/dist/cjs/tokens/atlassian-light-saturated-palette-changes/color/background.js +0 -26
  235. package/dist/cjs/tokens/atlassian-light-saturated-palette-changes/color/icon.js +0 -16
  236. package/dist/cjs/tokens/atlassian-shape/shape.js +0 -52
  237. package/dist/cjs/tokens/atlassian-spacing/spacing.js +0 -89
  238. package/dist/cjs/tokens/atlassian-typography/font-family.js +0 -31
  239. package/dist/cjs/tokens/atlassian-typography/letter-spacing.js +0 -28
  240. package/dist/cjs/tokens/atlassian-typography/theme.js +0 -149
  241. package/dist/cjs/tokens/atlassian-typography-adg3/font-family.js +0 -31
  242. package/dist/cjs/tokens/atlassian-typography-adg3/font-size.js +0 -37
  243. package/dist/cjs/tokens/atlassian-typography-adg3/font-weight.js +0 -25
  244. package/dist/cjs/tokens/atlassian-typography-adg3/letter-spacing.js +0 -28
  245. package/dist/cjs/tokens/atlassian-typography-adg3/line-height.js +0 -34
  246. package/dist/cjs/tokens/atlassian-typography-adg3/theme.js +0 -160
  247. package/dist/cjs/tokens/atlassian-typography-minor3/font-family.js +0 -31
  248. package/dist/cjs/tokens/atlassian-typography-minor3/letter-spacing.js +0 -28
  249. package/dist/cjs/tokens/atlassian-typography-minor3/theme.js +0 -160
  250. package/dist/cjs/tokens/default/color/accent.js +0 -1427
  251. package/dist/cjs/tokens/default/color/background.js +0 -585
  252. package/dist/cjs/tokens/default/color/border.js +0 -117
  253. package/dist/cjs/tokens/default/color/chart.js +0 -945
  254. package/dist/cjs/tokens/default/color/icon.js +0 -111
  255. package/dist/cjs/tokens/default/color/interaction.js +0 -29
  256. package/dist/cjs/tokens/default/color/skeleton.js +0 -29
  257. package/dist/cjs/tokens/default/color/text.js +0 -145
  258. package/dist/cjs/tokens/default/elevation/shadow.js +0 -55
  259. package/dist/cjs/tokens/default/elevation/surface.js +0 -99
  260. package/dist/cjs/tokens/default/opacity/opacity.js +0 -27
  261. package/dist/cjs/tokens/default/shape/shape.js +0 -106
  262. package/dist/cjs/tokens/default/spacing/spacing.js +0 -220
  263. package/dist/cjs/tokens/default/typography/font-family.js +0 -61
  264. package/dist/cjs/tokens/default/typography/font-size.js +0 -77
  265. package/dist/cjs/tokens/default/typography/font-weight.js +0 -45
  266. package/dist/cjs/tokens/default/typography/font.js +0 -140
  267. package/dist/cjs/tokens/default/typography/letter-spacing.js +0 -53
  268. package/dist/cjs/tokens/default/typography/line-height.js +0 -69
  269. package/dist/cjs/tokens/default/utility/utility.js +0 -41
  270. package/dist/es2019/artifacts/palettes-raw/updated-saturated-palette.js +0 -2251
  271. package/dist/es2019/artifacts/themes/atlassian-dark-saturated-palette-changes.js +0 -399
  272. package/dist/es2019/artifacts/themes/atlassian-light-saturated-palette-changes.js +0 -399
  273. package/dist/es2019/artifacts/tokens-raw/atlassian-dark-saturated-palette-changes.js +0 -8677
  274. package/dist/es2019/artifacts/tokens-raw/atlassian-light-saturated-palette-changes.js +0 -8639
  275. package/dist/es2019/palettes/legacy-palette.js +0 -843
  276. package/dist/es2019/palettes/palette.js +0 -948
  277. package/dist/es2019/palettes/shape-palette.js +0 -76
  278. package/dist/es2019/palettes/spacing-scale.js +0 -148
  279. package/dist/es2019/palettes/typography-palette.js +0 -269
  280. package/dist/es2019/palettes/updated-saturated-palette.js +0 -312
  281. package/dist/es2019/tokens/atlassian-dark/color/accent.js +0 -621
  282. package/dist/es2019/tokens/atlassian-dark/color/background.js +0 -266
  283. package/dist/es2019/tokens/atlassian-dark/color/border.js +0 -46
  284. package/dist/es2019/tokens/atlassian-dark/color/chart.js +0 -439
  285. package/dist/es2019/tokens/atlassian-dark/color/icon.js +0 -45
  286. package/dist/es2019/tokens/atlassian-dark/color/interaction.js +0 -15
  287. package/dist/es2019/tokens/atlassian-dark/color/skeleton.js +0 -13
  288. package/dist/es2019/tokens/atlassian-dark/color/text.js +0 -59
  289. package/dist/es2019/tokens/atlassian-dark/elevation/shadow.js +0 -104
  290. package/dist/es2019/tokens/atlassian-dark/elevation/surface.js +0 -43
  291. package/dist/es2019/tokens/atlassian-dark/opacity/opacity.js +0 -11
  292. package/dist/es2019/tokens/atlassian-dark/utility/utility.js +0 -18
  293. package/dist/es2019/tokens/atlassian-dark-increased-contrast/color/accent.js +0 -265
  294. package/dist/es2019/tokens/atlassian-dark-increased-contrast/color/background.js +0 -98
  295. package/dist/es2019/tokens/atlassian-dark-increased-contrast/color/border.js +0 -40
  296. package/dist/es2019/tokens/atlassian-dark-increased-contrast/color/chart.js +0 -303
  297. package/dist/es2019/tokens/atlassian-dark-increased-contrast/color/icon.js +0 -39
  298. package/dist/es2019/tokens/atlassian-dark-increased-contrast/color/interaction.js +0 -16
  299. package/dist/es2019/tokens/atlassian-dark-increased-contrast/color/skeleton.js +0 -15
  300. package/dist/es2019/tokens/atlassian-dark-increased-contrast/color/text.js +0 -50
  301. package/dist/es2019/tokens/atlassian-dark-increased-contrast/elevation/shadow.js +0 -60
  302. package/dist/es2019/tokens/atlassian-dark-new-input-border/color/border.js +0 -10
  303. package/dist/es2019/tokens/atlassian-dark-saturated-palette-changes/color/accent.js +0 -15
  304. package/dist/es2019/tokens/atlassian-dark-saturated-palette-changes/color/background.js +0 -20
  305. package/dist/es2019/tokens/atlassian-dark-saturated-palette-changes/color/icon.js +0 -12
  306. package/dist/es2019/tokens/atlassian-legacy-dark/color/accent.js +0 -669
  307. package/dist/es2019/tokens/atlassian-legacy-dark/color/background.js +0 -265
  308. package/dist/es2019/tokens/atlassian-legacy-dark/color/border.js +0 -46
  309. package/dist/es2019/tokens/atlassian-legacy-dark/color/chart.js +0 -465
  310. package/dist/es2019/tokens/atlassian-legacy-dark/color/icon.js +0 -45
  311. package/dist/es2019/tokens/atlassian-legacy-dark/color/interaction.js +0 -15
  312. package/dist/es2019/tokens/atlassian-legacy-dark/color/skeleton.js +0 -13
  313. package/dist/es2019/tokens/atlassian-legacy-dark/color/text.js +0 -59
  314. package/dist/es2019/tokens/atlassian-legacy-dark/elevation/shadow.js +0 -104
  315. package/dist/es2019/tokens/atlassian-legacy-dark/elevation/surface.js +0 -43
  316. package/dist/es2019/tokens/atlassian-legacy-dark/opacity/opacity.js +0 -11
  317. package/dist/es2019/tokens/atlassian-legacy-dark/utility/utility.js +0 -18
  318. package/dist/es2019/tokens/atlassian-legacy-light/color/accent.js +0 -669
  319. package/dist/es2019/tokens/atlassian-legacy-light/color/background.js +0 -265
  320. package/dist/es2019/tokens/atlassian-legacy-light/color/border.js +0 -46
  321. package/dist/es2019/tokens/atlassian-legacy-light/color/chart.js +0 -465
  322. package/dist/es2019/tokens/atlassian-legacy-light/color/icon.js +0 -45
  323. package/dist/es2019/tokens/atlassian-legacy-light/color/interaction.js +0 -15
  324. package/dist/es2019/tokens/atlassian-legacy-light/color/skeleton.js +0 -13
  325. package/dist/es2019/tokens/atlassian-legacy-light/color/text.js +0 -59
  326. package/dist/es2019/tokens/atlassian-legacy-light/elevation/shadow.js +0 -74
  327. package/dist/es2019/tokens/atlassian-legacy-light/elevation/surface.js +0 -43
  328. package/dist/es2019/tokens/atlassian-legacy-light/opacity/opacity.js +0 -11
  329. package/dist/es2019/tokens/atlassian-legacy-light/utility/utility.js +0 -18
  330. package/dist/es2019/tokens/atlassian-light/color/accent.js +0 -621
  331. package/dist/es2019/tokens/atlassian-light/color/background.js +0 -265
  332. package/dist/es2019/tokens/atlassian-light/color/border.js +0 -46
  333. package/dist/es2019/tokens/atlassian-light/color/chart.js +0 -439
  334. package/dist/es2019/tokens/atlassian-light/color/icon.js +0 -45
  335. package/dist/es2019/tokens/atlassian-light/color/interaction.js +0 -15
  336. package/dist/es2019/tokens/atlassian-light/color/skeleton.js +0 -13
  337. package/dist/es2019/tokens/atlassian-light/color/text.js +0 -59
  338. package/dist/es2019/tokens/atlassian-light/elevation/shadow.js +0 -74
  339. package/dist/es2019/tokens/atlassian-light/elevation/surface.js +0 -43
  340. package/dist/es2019/tokens/atlassian-light/opacity/opacity.js +0 -11
  341. package/dist/es2019/tokens/atlassian-light/utility/utility.js +0 -18
  342. package/dist/es2019/tokens/atlassian-light-increased-contrast/color/accent.js +0 -417
  343. package/dist/es2019/tokens/atlassian-light-increased-contrast/color/background.js +0 -139
  344. package/dist/es2019/tokens/atlassian-light-increased-contrast/color/border.js +0 -44
  345. package/dist/es2019/tokens/atlassian-light-increased-contrast/color/chart.js +0 -412
  346. package/dist/es2019/tokens/atlassian-light-increased-contrast/color/icon.js +0 -43
  347. package/dist/es2019/tokens/atlassian-light-increased-contrast/color/interaction.js +0 -16
  348. package/dist/es2019/tokens/atlassian-light-increased-contrast/color/skeleton.js +0 -15
  349. package/dist/es2019/tokens/atlassian-light-increased-contrast/color/text.js +0 -50
  350. package/dist/es2019/tokens/atlassian-light-increased-contrast/elevation/shadow.js +0 -56
  351. package/dist/es2019/tokens/atlassian-light-increased-contrast/elevation/surface.js +0 -12
  352. package/dist/es2019/tokens/atlassian-light-new-input-border/color/border.js +0 -10
  353. package/dist/es2019/tokens/atlassian-light-saturated-palette-changes/color/accent.js +0 -29
  354. package/dist/es2019/tokens/atlassian-light-saturated-palette-changes/color/background.js +0 -20
  355. package/dist/es2019/tokens/atlassian-light-saturated-palette-changes/color/icon.js +0 -10
  356. package/dist/es2019/tokens/atlassian-shape/shape.js +0 -46
  357. package/dist/es2019/tokens/atlassian-spacing/spacing.js +0 -83
  358. package/dist/es2019/tokens/atlassian-typography/font-family.js +0 -25
  359. package/dist/es2019/tokens/atlassian-typography/letter-spacing.js +0 -22
  360. package/dist/es2019/tokens/atlassian-typography/theme.js +0 -143
  361. package/dist/es2019/tokens/atlassian-typography-adg3/font-family.js +0 -25
  362. package/dist/es2019/tokens/atlassian-typography-adg3/font-size.js +0 -31
  363. package/dist/es2019/tokens/atlassian-typography-adg3/font-weight.js +0 -19
  364. package/dist/es2019/tokens/atlassian-typography-adg3/letter-spacing.js +0 -22
  365. package/dist/es2019/tokens/atlassian-typography-adg3/line-height.js +0 -28
  366. package/dist/es2019/tokens/atlassian-typography-adg3/theme.js +0 -154
  367. package/dist/es2019/tokens/atlassian-typography-minor3/font-family.js +0 -25
  368. package/dist/es2019/tokens/atlassian-typography-minor3/letter-spacing.js +0 -22
  369. package/dist/es2019/tokens/atlassian-typography-minor3/theme.js +0 -154
  370. package/dist/es2019/tokens/default/color/accent.js +0 -1421
  371. package/dist/es2019/tokens/default/color/background.js +0 -579
  372. package/dist/es2019/tokens/default/color/border.js +0 -111
  373. package/dist/es2019/tokens/default/color/chart.js +0 -939
  374. package/dist/es2019/tokens/default/color/icon.js +0 -105
  375. package/dist/es2019/tokens/default/color/interaction.js +0 -23
  376. package/dist/es2019/tokens/default/color/skeleton.js +0 -23
  377. package/dist/es2019/tokens/default/color/text.js +0 -139
  378. package/dist/es2019/tokens/default/elevation/shadow.js +0 -51
  379. package/dist/es2019/tokens/default/elevation/surface.js +0 -93
  380. package/dist/es2019/tokens/default/opacity/opacity.js +0 -21
  381. package/dist/es2019/tokens/default/shape/shape.js +0 -100
  382. package/dist/es2019/tokens/default/spacing/spacing.js +0 -214
  383. package/dist/es2019/tokens/default/typography/font-family.js +0 -55
  384. package/dist/es2019/tokens/default/typography/font-size.js +0 -71
  385. package/dist/es2019/tokens/default/typography/font-weight.js +0 -39
  386. package/dist/es2019/tokens/default/typography/font.js +0 -134
  387. package/dist/es2019/tokens/default/typography/letter-spacing.js +0 -47
  388. package/dist/es2019/tokens/default/typography/line-height.js +0 -63
  389. package/dist/es2019/tokens/default/utility/utility.js +0 -35
  390. package/dist/esm/artifacts/palettes-raw/updated-saturated-palette.js +0 -2251
  391. package/dist/esm/artifacts/themes/atlassian-dark-saturated-palette-changes.js +0 -6
  392. package/dist/esm/artifacts/themes/atlassian-light-saturated-palette-changes.js +0 -6
  393. package/dist/esm/artifacts/tokens-raw/atlassian-dark-saturated-palette-changes.js +0 -8677
  394. package/dist/esm/artifacts/tokens-raw/atlassian-light-saturated-palette-changes.js +0 -8639
  395. package/dist/esm/palettes/legacy-palette.js +0 -843
  396. package/dist/esm/palettes/palette.js +0 -948
  397. package/dist/esm/palettes/shape-palette.js +0 -76
  398. package/dist/esm/palettes/spacing-scale.js +0 -148
  399. package/dist/esm/palettes/typography-palette.js +0 -266
  400. package/dist/esm/palettes/updated-saturated-palette.js +0 -313
  401. package/dist/esm/tokens/atlassian-dark/color/accent.js +0 -621
  402. package/dist/esm/tokens/atlassian-dark/color/background.js +0 -266
  403. package/dist/esm/tokens/atlassian-dark/color/border.js +0 -46
  404. package/dist/esm/tokens/atlassian-dark/color/chart.js +0 -439
  405. package/dist/esm/tokens/atlassian-dark/color/icon.js +0 -45
  406. package/dist/esm/tokens/atlassian-dark/color/interaction.js +0 -15
  407. package/dist/esm/tokens/atlassian-dark/color/skeleton.js +0 -13
  408. package/dist/esm/tokens/atlassian-dark/color/text.js +0 -59
  409. package/dist/esm/tokens/atlassian-dark/elevation/shadow.js +0 -104
  410. package/dist/esm/tokens/atlassian-dark/elevation/surface.js +0 -43
  411. package/dist/esm/tokens/atlassian-dark/opacity/opacity.js +0 -11
  412. package/dist/esm/tokens/atlassian-dark/utility/utility.js +0 -18
  413. package/dist/esm/tokens/atlassian-dark-increased-contrast/color/accent.js +0 -265
  414. package/dist/esm/tokens/atlassian-dark-increased-contrast/color/background.js +0 -98
  415. package/dist/esm/tokens/atlassian-dark-increased-contrast/color/border.js +0 -40
  416. package/dist/esm/tokens/atlassian-dark-increased-contrast/color/chart.js +0 -303
  417. package/dist/esm/tokens/atlassian-dark-increased-contrast/color/icon.js +0 -39
  418. package/dist/esm/tokens/atlassian-dark-increased-contrast/color/interaction.js +0 -16
  419. package/dist/esm/tokens/atlassian-dark-increased-contrast/color/skeleton.js +0 -15
  420. package/dist/esm/tokens/atlassian-dark-increased-contrast/color/text.js +0 -50
  421. package/dist/esm/tokens/atlassian-dark-increased-contrast/elevation/shadow.js +0 -60
  422. package/dist/esm/tokens/atlassian-dark-new-input-border/color/border.js +0 -10
  423. package/dist/esm/tokens/atlassian-dark-saturated-palette-changes/color/accent.js +0 -15
  424. package/dist/esm/tokens/atlassian-dark-saturated-palette-changes/color/background.js +0 -20
  425. package/dist/esm/tokens/atlassian-dark-saturated-palette-changes/color/icon.js +0 -12
  426. package/dist/esm/tokens/atlassian-legacy-dark/color/accent.js +0 -669
  427. package/dist/esm/tokens/atlassian-legacy-dark/color/background.js +0 -265
  428. package/dist/esm/tokens/atlassian-legacy-dark/color/border.js +0 -46
  429. package/dist/esm/tokens/atlassian-legacy-dark/color/chart.js +0 -465
  430. package/dist/esm/tokens/atlassian-legacy-dark/color/icon.js +0 -45
  431. package/dist/esm/tokens/atlassian-legacy-dark/color/interaction.js +0 -15
  432. package/dist/esm/tokens/atlassian-legacy-dark/color/skeleton.js +0 -13
  433. package/dist/esm/tokens/atlassian-legacy-dark/color/text.js +0 -59
  434. package/dist/esm/tokens/atlassian-legacy-dark/elevation/shadow.js +0 -104
  435. package/dist/esm/tokens/atlassian-legacy-dark/elevation/surface.js +0 -43
  436. package/dist/esm/tokens/atlassian-legacy-dark/opacity/opacity.js +0 -11
  437. package/dist/esm/tokens/atlassian-legacy-dark/utility/utility.js +0 -18
  438. package/dist/esm/tokens/atlassian-legacy-light/color/accent.js +0 -669
  439. package/dist/esm/tokens/atlassian-legacy-light/color/background.js +0 -265
  440. package/dist/esm/tokens/atlassian-legacy-light/color/border.js +0 -46
  441. package/dist/esm/tokens/atlassian-legacy-light/color/chart.js +0 -465
  442. package/dist/esm/tokens/atlassian-legacy-light/color/icon.js +0 -45
  443. package/dist/esm/tokens/atlassian-legacy-light/color/interaction.js +0 -15
  444. package/dist/esm/tokens/atlassian-legacy-light/color/skeleton.js +0 -13
  445. package/dist/esm/tokens/atlassian-legacy-light/color/text.js +0 -59
  446. package/dist/esm/tokens/atlassian-legacy-light/elevation/shadow.js +0 -74
  447. package/dist/esm/tokens/atlassian-legacy-light/elevation/surface.js +0 -43
  448. package/dist/esm/tokens/atlassian-legacy-light/opacity/opacity.js +0 -11
  449. package/dist/esm/tokens/atlassian-legacy-light/utility/utility.js +0 -18
  450. package/dist/esm/tokens/atlassian-light/color/accent.js +0 -621
  451. package/dist/esm/tokens/atlassian-light/color/background.js +0 -265
  452. package/dist/esm/tokens/atlassian-light/color/border.js +0 -46
  453. package/dist/esm/tokens/atlassian-light/color/chart.js +0 -439
  454. package/dist/esm/tokens/atlassian-light/color/icon.js +0 -45
  455. package/dist/esm/tokens/atlassian-light/color/interaction.js +0 -15
  456. package/dist/esm/tokens/atlassian-light/color/skeleton.js +0 -13
  457. package/dist/esm/tokens/atlassian-light/color/text.js +0 -59
  458. package/dist/esm/tokens/atlassian-light/elevation/shadow.js +0 -74
  459. package/dist/esm/tokens/atlassian-light/elevation/surface.js +0 -43
  460. package/dist/esm/tokens/atlassian-light/opacity/opacity.js +0 -11
  461. package/dist/esm/tokens/atlassian-light/utility/utility.js +0 -18
  462. package/dist/esm/tokens/atlassian-light-increased-contrast/color/accent.js +0 -417
  463. package/dist/esm/tokens/atlassian-light-increased-contrast/color/background.js +0 -139
  464. package/dist/esm/tokens/atlassian-light-increased-contrast/color/border.js +0 -44
  465. package/dist/esm/tokens/atlassian-light-increased-contrast/color/chart.js +0 -412
  466. package/dist/esm/tokens/atlassian-light-increased-contrast/color/icon.js +0 -43
  467. package/dist/esm/tokens/atlassian-light-increased-contrast/color/interaction.js +0 -16
  468. package/dist/esm/tokens/atlassian-light-increased-contrast/color/skeleton.js +0 -15
  469. package/dist/esm/tokens/atlassian-light-increased-contrast/color/text.js +0 -50
  470. package/dist/esm/tokens/atlassian-light-increased-contrast/elevation/shadow.js +0 -56
  471. package/dist/esm/tokens/atlassian-light-increased-contrast/elevation/surface.js +0 -12
  472. package/dist/esm/tokens/atlassian-light-new-input-border/color/border.js +0 -10
  473. package/dist/esm/tokens/atlassian-light-saturated-palette-changes/color/accent.js +0 -29
  474. package/dist/esm/tokens/atlassian-light-saturated-palette-changes/color/background.js +0 -20
  475. package/dist/esm/tokens/atlassian-light-saturated-palette-changes/color/icon.js +0 -10
  476. package/dist/esm/tokens/atlassian-shape/shape.js +0 -46
  477. package/dist/esm/tokens/atlassian-spacing/spacing.js +0 -83
  478. package/dist/esm/tokens/atlassian-typography/font-family.js +0 -25
  479. package/dist/esm/tokens/atlassian-typography/letter-spacing.js +0 -22
  480. package/dist/esm/tokens/atlassian-typography/theme.js +0 -143
  481. package/dist/esm/tokens/atlassian-typography-adg3/font-family.js +0 -25
  482. package/dist/esm/tokens/atlassian-typography-adg3/font-size.js +0 -31
  483. package/dist/esm/tokens/atlassian-typography-adg3/font-weight.js +0 -19
  484. package/dist/esm/tokens/atlassian-typography-adg3/letter-spacing.js +0 -22
  485. package/dist/esm/tokens/atlassian-typography-adg3/line-height.js +0 -28
  486. package/dist/esm/tokens/atlassian-typography-adg3/theme.js +0 -154
  487. package/dist/esm/tokens/atlassian-typography-minor3/font-family.js +0 -25
  488. package/dist/esm/tokens/atlassian-typography-minor3/letter-spacing.js +0 -22
  489. package/dist/esm/tokens/atlassian-typography-minor3/theme.js +0 -154
  490. package/dist/esm/tokens/default/color/accent.js +0 -1421
  491. package/dist/esm/tokens/default/color/background.js +0 -579
  492. package/dist/esm/tokens/default/color/border.js +0 -111
  493. package/dist/esm/tokens/default/color/chart.js +0 -939
  494. package/dist/esm/tokens/default/color/icon.js +0 -105
  495. package/dist/esm/tokens/default/color/interaction.js +0 -23
  496. package/dist/esm/tokens/default/color/skeleton.js +0 -23
  497. package/dist/esm/tokens/default/color/text.js +0 -139
  498. package/dist/esm/tokens/default/elevation/shadow.js +0 -49
  499. package/dist/esm/tokens/default/elevation/surface.js +0 -93
  500. package/dist/esm/tokens/default/opacity/opacity.js +0 -21
  501. package/dist/esm/tokens/default/shape/shape.js +0 -100
  502. package/dist/esm/tokens/default/spacing/spacing.js +0 -214
  503. package/dist/esm/tokens/default/typography/font-family.js +0 -55
  504. package/dist/esm/tokens/default/typography/font-size.js +0 -71
  505. package/dist/esm/tokens/default/typography/font-weight.js +0 -39
  506. package/dist/esm/tokens/default/typography/font.js +0 -134
  507. package/dist/esm/tokens/default/typography/letter-spacing.js +0 -47
  508. package/dist/esm/tokens/default/typography/line-height.js +0 -63
  509. package/dist/esm/tokens/default/utility/utility.js +0 -35
  510. package/dist/types/artifacts/palettes-raw/updated-saturated-palette.d.ts +0 -41
  511. package/dist/types/artifacts/themes/atlassian-dark-saturated-palette-changes.d.ts +0 -7
  512. package/dist/types/artifacts/themes/atlassian-light-saturated-palette-changes.d.ts +0 -7
  513. package/dist/types/artifacts/tokens-raw/atlassian-dark-saturated-palette-changes.d.ts +0 -109
  514. package/dist/types/artifacts/tokens-raw/atlassian-light-saturated-palette-changes.d.ts +0 -89
  515. package/dist/types/palettes/legacy-palette.d.ts +0 -10
  516. package/dist/types/palettes/palette.d.ts +0 -5
  517. package/dist/types/palettes/shape-palette.d.ts +0 -73
  518. package/dist/types/palettes/spacing-scale.d.ts +0 -147
  519. package/dist/types/palettes/typography-palette.d.ts +0 -16
  520. package/dist/types/palettes/updated-saturated-palette.d.ts +0 -10
  521. package/dist/types/tokens/atlassian-dark/color/accent.d.ts +0 -4
  522. package/dist/types/tokens/atlassian-dark/color/background.d.ts +0 -4
  523. package/dist/types/tokens/atlassian-dark/color/border.d.ts +0 -4
  524. package/dist/types/tokens/atlassian-dark/color/chart.d.ts +0 -4
  525. package/dist/types/tokens/atlassian-dark/color/icon.d.ts +0 -4
  526. package/dist/types/tokens/atlassian-dark/color/interaction.d.ts +0 -4
  527. package/dist/types/tokens/atlassian-dark/color/skeleton.d.ts +0 -4
  528. package/dist/types/tokens/atlassian-dark/color/text.d.ts +0 -4
  529. package/dist/types/tokens/atlassian-dark/elevation/shadow.d.ts +0 -4
  530. package/dist/types/tokens/atlassian-dark/elevation/surface.d.ts +0 -4
  531. package/dist/types/tokens/atlassian-dark/opacity/opacity.d.ts +0 -3
  532. package/dist/types/tokens/atlassian-dark/utility/utility.d.ts +0 -5
  533. package/dist/types/tokens/atlassian-dark-increased-contrast/color/accent.d.ts +0 -4
  534. package/dist/types/tokens/atlassian-dark-increased-contrast/color/background.d.ts +0 -4
  535. package/dist/types/tokens/atlassian-dark-increased-contrast/color/border.d.ts +0 -4
  536. package/dist/types/tokens/atlassian-dark-increased-contrast/color/chart.d.ts +0 -4
  537. package/dist/types/tokens/atlassian-dark-increased-contrast/color/icon.d.ts +0 -4
  538. package/dist/types/tokens/atlassian-dark-increased-contrast/color/interaction.d.ts +0 -4
  539. package/dist/types/tokens/atlassian-dark-increased-contrast/color/skeleton.d.ts +0 -4
  540. package/dist/types/tokens/atlassian-dark-increased-contrast/color/text.d.ts +0 -4
  541. package/dist/types/tokens/atlassian-dark-increased-contrast/elevation/shadow.d.ts +0 -4
  542. package/dist/types/tokens/atlassian-dark-new-input-border/color/border.d.ts +0 -10
  543. package/dist/types/tokens/atlassian-dark-saturated-palette-changes/color/accent.d.ts +0 -4
  544. package/dist/types/tokens/atlassian-dark-saturated-palette-changes/color/background.d.ts +0 -4
  545. package/dist/types/tokens/atlassian-dark-saturated-palette-changes/color/icon.d.ts +0 -4
  546. package/dist/types/tokens/atlassian-legacy-dark/color/accent.d.ts +0 -4
  547. package/dist/types/tokens/atlassian-legacy-dark/color/background.d.ts +0 -4
  548. package/dist/types/tokens/atlassian-legacy-dark/color/border.d.ts +0 -4
  549. package/dist/types/tokens/atlassian-legacy-dark/color/chart.d.ts +0 -4
  550. package/dist/types/tokens/atlassian-legacy-dark/color/icon.d.ts +0 -4
  551. package/dist/types/tokens/atlassian-legacy-dark/color/interaction.d.ts +0 -4
  552. package/dist/types/tokens/atlassian-legacy-dark/color/skeleton.d.ts +0 -4
  553. package/dist/types/tokens/atlassian-legacy-dark/color/text.d.ts +0 -4
  554. package/dist/types/tokens/atlassian-legacy-dark/elevation/shadow.d.ts +0 -4
  555. package/dist/types/tokens/atlassian-legacy-dark/elevation/surface.d.ts +0 -4
  556. package/dist/types/tokens/atlassian-legacy-dark/opacity/opacity.d.ts +0 -3
  557. package/dist/types/tokens/atlassian-legacy-dark/utility/utility.d.ts +0 -5
  558. package/dist/types/tokens/atlassian-legacy-light/color/accent.d.ts +0 -4
  559. package/dist/types/tokens/atlassian-legacy-light/color/background.d.ts +0 -4
  560. package/dist/types/tokens/atlassian-legacy-light/color/border.d.ts +0 -4
  561. package/dist/types/tokens/atlassian-legacy-light/color/chart.d.ts +0 -4
  562. package/dist/types/tokens/atlassian-legacy-light/color/icon.d.ts +0 -4
  563. package/dist/types/tokens/atlassian-legacy-light/color/interaction.d.ts +0 -4
  564. package/dist/types/tokens/atlassian-legacy-light/color/skeleton.d.ts +0 -4
  565. package/dist/types/tokens/atlassian-legacy-light/color/text.d.ts +0 -4
  566. package/dist/types/tokens/atlassian-legacy-light/elevation/shadow.d.ts +0 -4
  567. package/dist/types/tokens/atlassian-legacy-light/elevation/surface.d.ts +0 -4
  568. package/dist/types/tokens/atlassian-legacy-light/opacity/opacity.d.ts +0 -3
  569. package/dist/types/tokens/atlassian-legacy-light/utility/utility.d.ts +0 -5
  570. package/dist/types/tokens/atlassian-light/color/accent.d.ts +0 -4
  571. package/dist/types/tokens/atlassian-light/color/background.d.ts +0 -4
  572. package/dist/types/tokens/atlassian-light/color/border.d.ts +0 -4
  573. package/dist/types/tokens/atlassian-light/color/chart.d.ts +0 -4
  574. package/dist/types/tokens/atlassian-light/color/icon.d.ts +0 -4
  575. package/dist/types/tokens/atlassian-light/color/interaction.d.ts +0 -4
  576. package/dist/types/tokens/atlassian-light/color/skeleton.d.ts +0 -4
  577. package/dist/types/tokens/atlassian-light/color/text.d.ts +0 -4
  578. package/dist/types/tokens/atlassian-light/elevation/shadow.d.ts +0 -4
  579. package/dist/types/tokens/atlassian-light/elevation/surface.d.ts +0 -4
  580. package/dist/types/tokens/atlassian-light/opacity/opacity.d.ts +0 -3
  581. package/dist/types/tokens/atlassian-light/utility/utility.d.ts +0 -5
  582. package/dist/types/tokens/atlassian-light-increased-contrast/color/accent.d.ts +0 -4
  583. package/dist/types/tokens/atlassian-light-increased-contrast/color/background.d.ts +0 -4
  584. package/dist/types/tokens/atlassian-light-increased-contrast/color/border.d.ts +0 -4
  585. package/dist/types/tokens/atlassian-light-increased-contrast/color/chart.d.ts +0 -4
  586. package/dist/types/tokens/atlassian-light-increased-contrast/color/icon.d.ts +0 -4
  587. package/dist/types/tokens/atlassian-light-increased-contrast/color/interaction.d.ts +0 -4
  588. package/dist/types/tokens/atlassian-light-increased-contrast/color/skeleton.d.ts +0 -4
  589. package/dist/types/tokens/atlassian-light-increased-contrast/color/text.d.ts +0 -4
  590. package/dist/types/tokens/atlassian-light-increased-contrast/elevation/shadow.d.ts +0 -4
  591. package/dist/types/tokens/atlassian-light-increased-contrast/elevation/surface.d.ts +0 -4
  592. package/dist/types/tokens/atlassian-light-new-input-border/color/border.d.ts +0 -10
  593. package/dist/types/tokens/atlassian-light-saturated-palette-changes/color/accent.d.ts +0 -4
  594. package/dist/types/tokens/atlassian-light-saturated-palette-changes/color/background.d.ts +0 -4
  595. package/dist/types/tokens/atlassian-light-saturated-palette-changes/color/icon.d.ts +0 -4
  596. package/dist/types/tokens/atlassian-shape/shape.d.ts +0 -7
  597. package/dist/types/tokens/atlassian-spacing/spacing.d.ts +0 -10
  598. package/dist/types/tokens/atlassian-typography/font-family.d.ts +0 -4
  599. package/dist/types/tokens/atlassian-typography/letter-spacing.d.ts +0 -4
  600. package/dist/types/tokens/atlassian-typography/theme.d.ts +0 -10
  601. package/dist/types/tokens/atlassian-typography-adg3/font-family.d.ts +0 -4
  602. package/dist/types/tokens/atlassian-typography-adg3/font-size.d.ts +0 -4
  603. package/dist/types/tokens/atlassian-typography-adg3/font-weight.d.ts +0 -4
  604. package/dist/types/tokens/atlassian-typography-adg3/letter-spacing.d.ts +0 -4
  605. package/dist/types/tokens/atlassian-typography-adg3/line-height.d.ts +0 -4
  606. package/dist/types/tokens/atlassian-typography-adg3/theme.d.ts +0 -145
  607. package/dist/types/tokens/atlassian-typography-minor3/font-family.d.ts +0 -4
  608. package/dist/types/tokens/atlassian-typography-minor3/letter-spacing.d.ts +0 -4
  609. package/dist/types/tokens/atlassian-typography-minor3/theme.d.ts +0 -145
  610. package/dist/types/tokens/default/color/accent.d.ts +0 -4
  611. package/dist/types/tokens/default/color/background.d.ts +0 -4
  612. package/dist/types/tokens/default/color/border.d.ts +0 -4
  613. package/dist/types/tokens/default/color/chart.d.ts +0 -4
  614. package/dist/types/tokens/default/color/icon.d.ts +0 -4
  615. package/dist/types/tokens/default/color/interaction.d.ts +0 -4
  616. package/dist/types/tokens/default/color/skeleton.d.ts +0 -4
  617. package/dist/types/tokens/default/color/text.d.ts +0 -4
  618. package/dist/types/tokens/default/elevation/shadow.d.ts +0 -4
  619. package/dist/types/tokens/default/elevation/surface.d.ts +0 -4
  620. package/dist/types/tokens/default/opacity/opacity.d.ts +0 -3
  621. package/dist/types/tokens/default/shape/shape.d.ts +0 -3
  622. package/dist/types/tokens/default/spacing/spacing.d.ts +0 -8
  623. package/dist/types/tokens/default/typography/font-family.d.ts +0 -4
  624. package/dist/types/tokens/default/typography/font-size.d.ts +0 -4
  625. package/dist/types/tokens/default/typography/font-weight.d.ts +0 -4
  626. package/dist/types/tokens/default/typography/font.d.ts +0 -20
  627. package/dist/types/tokens/default/typography/letter-spacing.d.ts +0 -4
  628. package/dist/types/tokens/default/typography/line-height.d.ts +0 -4
  629. package/dist/types/tokens/default/utility/utility.d.ts +0 -5
  630. package/dist/types-ts4.5/artifacts/palettes-raw/updated-saturated-palette.d.ts +0 -41
  631. package/dist/types-ts4.5/artifacts/themes/atlassian-dark-saturated-palette-changes.d.ts +0 -7
  632. package/dist/types-ts4.5/artifacts/themes/atlassian-light-saturated-palette-changes.d.ts +0 -7
  633. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-dark-saturated-palette-changes.d.ts +0 -109
  634. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-light-saturated-palette-changes.d.ts +0 -89
  635. package/dist/types-ts4.5/palettes/legacy-palette.d.ts +0 -10
  636. package/dist/types-ts4.5/palettes/palette.d.ts +0 -5
  637. package/dist/types-ts4.5/palettes/shape-palette.d.ts +0 -73
  638. package/dist/types-ts4.5/palettes/spacing-scale.d.ts +0 -147
  639. package/dist/types-ts4.5/palettes/typography-palette.d.ts +0 -16
  640. package/dist/types-ts4.5/palettes/updated-saturated-palette.d.ts +0 -10
  641. package/dist/types-ts4.5/tokens/atlassian-dark/color/accent.d.ts +0 -4
  642. package/dist/types-ts4.5/tokens/atlassian-dark/color/background.d.ts +0 -4
  643. package/dist/types-ts4.5/tokens/atlassian-dark/color/border.d.ts +0 -4
  644. package/dist/types-ts4.5/tokens/atlassian-dark/color/chart.d.ts +0 -4
  645. package/dist/types-ts4.5/tokens/atlassian-dark/color/icon.d.ts +0 -4
  646. package/dist/types-ts4.5/tokens/atlassian-dark/color/interaction.d.ts +0 -4
  647. package/dist/types-ts4.5/tokens/atlassian-dark/color/skeleton.d.ts +0 -4
  648. package/dist/types-ts4.5/tokens/atlassian-dark/color/text.d.ts +0 -4
  649. package/dist/types-ts4.5/tokens/atlassian-dark/elevation/shadow.d.ts +0 -4
  650. package/dist/types-ts4.5/tokens/atlassian-dark/elevation/surface.d.ts +0 -4
  651. package/dist/types-ts4.5/tokens/atlassian-dark/opacity/opacity.d.ts +0 -3
  652. package/dist/types-ts4.5/tokens/atlassian-dark/utility/utility.d.ts +0 -5
  653. package/dist/types-ts4.5/tokens/atlassian-dark-increased-contrast/color/accent.d.ts +0 -4
  654. package/dist/types-ts4.5/tokens/atlassian-dark-increased-contrast/color/background.d.ts +0 -4
  655. package/dist/types-ts4.5/tokens/atlassian-dark-increased-contrast/color/border.d.ts +0 -4
  656. package/dist/types-ts4.5/tokens/atlassian-dark-increased-contrast/color/chart.d.ts +0 -4
  657. package/dist/types-ts4.5/tokens/atlassian-dark-increased-contrast/color/icon.d.ts +0 -4
  658. package/dist/types-ts4.5/tokens/atlassian-dark-increased-contrast/color/interaction.d.ts +0 -4
  659. package/dist/types-ts4.5/tokens/atlassian-dark-increased-contrast/color/skeleton.d.ts +0 -4
  660. package/dist/types-ts4.5/tokens/atlassian-dark-increased-contrast/color/text.d.ts +0 -4
  661. package/dist/types-ts4.5/tokens/atlassian-dark-increased-contrast/elevation/shadow.d.ts +0 -4
  662. package/dist/types-ts4.5/tokens/atlassian-dark-new-input-border/color/border.d.ts +0 -10
  663. package/dist/types-ts4.5/tokens/atlassian-dark-saturated-palette-changes/color/accent.d.ts +0 -4
  664. package/dist/types-ts4.5/tokens/atlassian-dark-saturated-palette-changes/color/background.d.ts +0 -4
  665. package/dist/types-ts4.5/tokens/atlassian-dark-saturated-palette-changes/color/icon.d.ts +0 -4
  666. package/dist/types-ts4.5/tokens/atlassian-legacy-dark/color/accent.d.ts +0 -4
  667. package/dist/types-ts4.5/tokens/atlassian-legacy-dark/color/background.d.ts +0 -4
  668. package/dist/types-ts4.5/tokens/atlassian-legacy-dark/color/border.d.ts +0 -4
  669. package/dist/types-ts4.5/tokens/atlassian-legacy-dark/color/chart.d.ts +0 -4
  670. package/dist/types-ts4.5/tokens/atlassian-legacy-dark/color/icon.d.ts +0 -4
  671. package/dist/types-ts4.5/tokens/atlassian-legacy-dark/color/interaction.d.ts +0 -4
  672. package/dist/types-ts4.5/tokens/atlassian-legacy-dark/color/skeleton.d.ts +0 -4
  673. package/dist/types-ts4.5/tokens/atlassian-legacy-dark/color/text.d.ts +0 -4
  674. package/dist/types-ts4.5/tokens/atlassian-legacy-dark/elevation/shadow.d.ts +0 -4
  675. package/dist/types-ts4.5/tokens/atlassian-legacy-dark/elevation/surface.d.ts +0 -4
  676. package/dist/types-ts4.5/tokens/atlassian-legacy-dark/opacity/opacity.d.ts +0 -3
  677. package/dist/types-ts4.5/tokens/atlassian-legacy-dark/utility/utility.d.ts +0 -5
  678. package/dist/types-ts4.5/tokens/atlassian-legacy-light/color/accent.d.ts +0 -4
  679. package/dist/types-ts4.5/tokens/atlassian-legacy-light/color/background.d.ts +0 -4
  680. package/dist/types-ts4.5/tokens/atlassian-legacy-light/color/border.d.ts +0 -4
  681. package/dist/types-ts4.5/tokens/atlassian-legacy-light/color/chart.d.ts +0 -4
  682. package/dist/types-ts4.5/tokens/atlassian-legacy-light/color/icon.d.ts +0 -4
  683. package/dist/types-ts4.5/tokens/atlassian-legacy-light/color/interaction.d.ts +0 -4
  684. package/dist/types-ts4.5/tokens/atlassian-legacy-light/color/skeleton.d.ts +0 -4
  685. package/dist/types-ts4.5/tokens/atlassian-legacy-light/color/text.d.ts +0 -4
  686. package/dist/types-ts4.5/tokens/atlassian-legacy-light/elevation/shadow.d.ts +0 -4
  687. package/dist/types-ts4.5/tokens/atlassian-legacy-light/elevation/surface.d.ts +0 -4
  688. package/dist/types-ts4.5/tokens/atlassian-legacy-light/opacity/opacity.d.ts +0 -3
  689. package/dist/types-ts4.5/tokens/atlassian-legacy-light/utility/utility.d.ts +0 -5
  690. package/dist/types-ts4.5/tokens/atlassian-light/color/accent.d.ts +0 -4
  691. package/dist/types-ts4.5/tokens/atlassian-light/color/background.d.ts +0 -4
  692. package/dist/types-ts4.5/tokens/atlassian-light/color/border.d.ts +0 -4
  693. package/dist/types-ts4.5/tokens/atlassian-light/color/chart.d.ts +0 -4
  694. package/dist/types-ts4.5/tokens/atlassian-light/color/icon.d.ts +0 -4
  695. package/dist/types-ts4.5/tokens/atlassian-light/color/interaction.d.ts +0 -4
  696. package/dist/types-ts4.5/tokens/atlassian-light/color/skeleton.d.ts +0 -4
  697. package/dist/types-ts4.5/tokens/atlassian-light/color/text.d.ts +0 -4
  698. package/dist/types-ts4.5/tokens/atlassian-light/elevation/shadow.d.ts +0 -4
  699. package/dist/types-ts4.5/tokens/atlassian-light/elevation/surface.d.ts +0 -4
  700. package/dist/types-ts4.5/tokens/atlassian-light/opacity/opacity.d.ts +0 -3
  701. package/dist/types-ts4.5/tokens/atlassian-light/utility/utility.d.ts +0 -5
  702. package/dist/types-ts4.5/tokens/atlassian-light-increased-contrast/color/accent.d.ts +0 -4
  703. package/dist/types-ts4.5/tokens/atlassian-light-increased-contrast/color/background.d.ts +0 -4
  704. package/dist/types-ts4.5/tokens/atlassian-light-increased-contrast/color/border.d.ts +0 -4
  705. package/dist/types-ts4.5/tokens/atlassian-light-increased-contrast/color/chart.d.ts +0 -4
  706. package/dist/types-ts4.5/tokens/atlassian-light-increased-contrast/color/icon.d.ts +0 -4
  707. package/dist/types-ts4.5/tokens/atlassian-light-increased-contrast/color/interaction.d.ts +0 -4
  708. package/dist/types-ts4.5/tokens/atlassian-light-increased-contrast/color/skeleton.d.ts +0 -4
  709. package/dist/types-ts4.5/tokens/atlassian-light-increased-contrast/color/text.d.ts +0 -4
  710. package/dist/types-ts4.5/tokens/atlassian-light-increased-contrast/elevation/shadow.d.ts +0 -4
  711. package/dist/types-ts4.5/tokens/atlassian-light-increased-contrast/elevation/surface.d.ts +0 -4
  712. package/dist/types-ts4.5/tokens/atlassian-light-new-input-border/color/border.d.ts +0 -10
  713. package/dist/types-ts4.5/tokens/atlassian-light-saturated-palette-changes/color/accent.d.ts +0 -4
  714. package/dist/types-ts4.5/tokens/atlassian-light-saturated-palette-changes/color/background.d.ts +0 -4
  715. package/dist/types-ts4.5/tokens/atlassian-light-saturated-palette-changes/color/icon.d.ts +0 -4
  716. package/dist/types-ts4.5/tokens/atlassian-shape/shape.d.ts +0 -7
  717. package/dist/types-ts4.5/tokens/atlassian-spacing/spacing.d.ts +0 -10
  718. package/dist/types-ts4.5/tokens/atlassian-typography/font-family.d.ts +0 -4
  719. package/dist/types-ts4.5/tokens/atlassian-typography/letter-spacing.d.ts +0 -4
  720. package/dist/types-ts4.5/tokens/atlassian-typography/theme.d.ts +0 -10
  721. package/dist/types-ts4.5/tokens/atlassian-typography-adg3/font-family.d.ts +0 -4
  722. package/dist/types-ts4.5/tokens/atlassian-typography-adg3/font-size.d.ts +0 -4
  723. package/dist/types-ts4.5/tokens/atlassian-typography-adg3/font-weight.d.ts +0 -4
  724. package/dist/types-ts4.5/tokens/atlassian-typography-adg3/letter-spacing.d.ts +0 -4
  725. package/dist/types-ts4.5/tokens/atlassian-typography-adg3/line-height.d.ts +0 -4
  726. package/dist/types-ts4.5/tokens/atlassian-typography-adg3/theme.d.ts +0 -145
  727. package/dist/types-ts4.5/tokens/atlassian-typography-minor3/font-family.d.ts +0 -4
  728. package/dist/types-ts4.5/tokens/atlassian-typography-minor3/letter-spacing.d.ts +0 -4
  729. package/dist/types-ts4.5/tokens/atlassian-typography-minor3/theme.d.ts +0 -145
  730. package/dist/types-ts4.5/tokens/default/color/accent.d.ts +0 -4
  731. package/dist/types-ts4.5/tokens/default/color/background.d.ts +0 -4
  732. package/dist/types-ts4.5/tokens/default/color/border.d.ts +0 -4
  733. package/dist/types-ts4.5/tokens/default/color/chart.d.ts +0 -4
  734. package/dist/types-ts4.5/tokens/default/color/icon.d.ts +0 -4
  735. package/dist/types-ts4.5/tokens/default/color/interaction.d.ts +0 -4
  736. package/dist/types-ts4.5/tokens/default/color/skeleton.d.ts +0 -4
  737. package/dist/types-ts4.5/tokens/default/color/text.d.ts +0 -4
  738. package/dist/types-ts4.5/tokens/default/elevation/shadow.d.ts +0 -4
  739. package/dist/types-ts4.5/tokens/default/elevation/surface.d.ts +0 -4
  740. package/dist/types-ts4.5/tokens/default/opacity/opacity.d.ts +0 -3
  741. package/dist/types-ts4.5/tokens/default/shape/shape.d.ts +0 -3
  742. package/dist/types-ts4.5/tokens/default/spacing/spacing.d.ts +0 -8
  743. package/dist/types-ts4.5/tokens/default/typography/font-family.d.ts +0 -4
  744. package/dist/types-ts4.5/tokens/default/typography/font-size.d.ts +0 -4
  745. package/dist/types-ts4.5/tokens/default/typography/font-weight.d.ts +0 -4
  746. package/dist/types-ts4.5/tokens/default/typography/font.d.ts +0 -20
  747. package/dist/types-ts4.5/tokens/default/typography/letter-spacing.d.ts +0 -4
  748. package/dist/types-ts4.5/tokens/default/typography/line-height.d.ts +0 -4
  749. package/dist/types-ts4.5/tokens/default/utility/utility.d.ts +0 -5
  750. package/figma/atlassian-dark-saturated-palette-changes.json +0 -3540
  751. package/figma/atlassian-light-saturated-palette-changes.json +0 -3519
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", {
6
6
  exports.default = void 0;
7
7
  /**
8
8
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
9
- * @codegen <<SignedSource::3335668d6b974c0aae9b4e7246358fd2>>
9
+ * @codegen <<SignedSource::0e375f81817bc750831cef8b6a00d2ab>>
10
10
  * @codegenCommand yarn build tokens
11
11
  */
12
12
  var tokens = [{
@@ -17,7 +17,7 @@ var tokens = [{
17
17
  "description": "Use for primary text, such as body copy, sentence case headers, and buttons."
18
18
  },
19
19
  "value": "#172B4D",
20
- "filePath": "src/tokens/atlassian-legacy-light/color/text.tsx",
20
+ "filePath": "schema/themes/atlassian-legacy-light/color/text.tsx",
21
21
  "isSource": true,
22
22
  "original": {
23
23
  "attributes": {
@@ -39,7 +39,7 @@ var tokens = [{
39
39
  "description": "Use for lime text on subtlest and subtler lime accent backgrounds when there is no meaning tied to the color."
40
40
  },
41
41
  "value": "#4C6B1F",
42
- "filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
42
+ "filePath": "schema/themes/atlassian-legacy-light/color/accent.tsx",
43
43
  "isSource": true,
44
44
  "original": {
45
45
  "attributes": {
@@ -61,7 +61,7 @@ var tokens = [{
61
61
  "description": "Use for lime text on subtle lime accent backgrounds when there is no meaning tied to the color."
62
62
  },
63
63
  "value": "#37471F",
64
- "filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
64
+ "filePath": "schema/themes/atlassian-legacy-light/color/accent.tsx",
65
65
  "isSource": true,
66
66
  "original": {
67
67
  "attributes": {
@@ -83,7 +83,7 @@ var tokens = [{
83
83
  "description": "Use for red text on subtlest and subtler red accent backgrounds when there is no meaning tied to the color."
84
84
  },
85
85
  "value": "#DE350B",
86
- "filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
86
+ "filePath": "schema/themes/atlassian-legacy-light/color/accent.tsx",
87
87
  "isSource": true,
88
88
  "original": {
89
89
  "attributes": {
@@ -105,7 +105,7 @@ var tokens = [{
105
105
  "description": "Use for red text on subtle red accent backgrounds when there is no meaning tied to the color."
106
106
  },
107
107
  "value": "#BF2600",
108
- "filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
108
+ "filePath": "schema/themes/atlassian-legacy-light/color/accent.tsx",
109
109
  "isSource": true,
110
110
  "original": {
111
111
  "attributes": {
@@ -127,7 +127,7 @@ var tokens = [{
127
127
  "description": "Use for orange text on subtlest and subtler orange accent backgrounds when there is no meaning tied to the color."
128
128
  },
129
129
  "value": "#F18D13",
130
- "filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
130
+ "filePath": "schema/themes/atlassian-legacy-light/color/accent.tsx",
131
131
  "isSource": true,
132
132
  "original": {
133
133
  "attributes": {
@@ -149,7 +149,7 @@ var tokens = [{
149
149
  "description": "Use for orange text on subtle orange accent backgrounds when there is no meaning tied to the color."
150
150
  },
151
151
  "value": "#B65C02",
152
- "filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
152
+ "filePath": "schema/themes/atlassian-legacy-light/color/accent.tsx",
153
153
  "isSource": true,
154
154
  "original": {
155
155
  "attributes": {
@@ -171,7 +171,7 @@ var tokens = [{
171
171
  "description": "Use for yellow text on subtlest and subtler yellow accent backgrounds when there is no meaning tied to the color."
172
172
  },
173
173
  "value": "#FF991F",
174
- "filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
174
+ "filePath": "schema/themes/atlassian-legacy-light/color/accent.tsx",
175
175
  "isSource": true,
176
176
  "original": {
177
177
  "attributes": {
@@ -193,7 +193,7 @@ var tokens = [{
193
193
  "description": "Use for yellow text on subtle yellow accent backgrounds when there is no meaning tied to the color."
194
194
  },
195
195
  "value": "#FF8B00",
196
- "filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
196
+ "filePath": "schema/themes/atlassian-legacy-light/color/accent.tsx",
197
197
  "isSource": true,
198
198
  "original": {
199
199
  "attributes": {
@@ -215,7 +215,7 @@ var tokens = [{
215
215
  "description": "Use for green text on subtlest and subtler green accent backgrounds when there is no meaning tied to the color."
216
216
  },
217
217
  "value": "#00875A",
218
- "filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
218
+ "filePath": "schema/themes/atlassian-legacy-light/color/accent.tsx",
219
219
  "isSource": true,
220
220
  "original": {
221
221
  "attributes": {
@@ -237,7 +237,7 @@ var tokens = [{
237
237
  "description": "Use for green text on subtle green accent backgrounds when there is no meaning tied to the color."
238
238
  },
239
239
  "value": "#006644",
240
- "filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
240
+ "filePath": "schema/themes/atlassian-legacy-light/color/accent.tsx",
241
241
  "isSource": true,
242
242
  "original": {
243
243
  "attributes": {
@@ -259,7 +259,7 @@ var tokens = [{
259
259
  "description": "Use for teal text on subtlest and subtler teal accent backgrounds when there is no meaning tied to the color."
260
260
  },
261
261
  "value": "#00A3BF",
262
- "filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
262
+ "filePath": "schema/themes/atlassian-legacy-light/color/accent.tsx",
263
263
  "isSource": true,
264
264
  "original": {
265
265
  "attributes": {
@@ -281,7 +281,7 @@ var tokens = [{
281
281
  "description": "Use for teal text on subtle teal accent backgrounds when there is no meaning tied to the color."
282
282
  },
283
283
  "value": "#008DA6",
284
- "filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
284
+ "filePath": "schema/themes/atlassian-legacy-light/color/accent.tsx",
285
285
  "isSource": true,
286
286
  "original": {
287
287
  "attributes": {
@@ -303,7 +303,7 @@ var tokens = [{
303
303
  "description": "Use for blue text on subtlest and subtler blue accent backgrounds when there is no meaning tied to the color."
304
304
  },
305
305
  "value": "#0052CC",
306
- "filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
306
+ "filePath": "schema/themes/atlassian-legacy-light/color/accent.tsx",
307
307
  "isSource": true,
308
308
  "original": {
309
309
  "attributes": {
@@ -325,7 +325,7 @@ var tokens = [{
325
325
  "description": "Use for blue text on subtle blue accent backgrounds when there is no meaning tied to the color."
326
326
  },
327
327
  "value": "#0747A6",
328
- "filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
328
+ "filePath": "schema/themes/atlassian-legacy-light/color/accent.tsx",
329
329
  "isSource": true,
330
330
  "original": {
331
331
  "attributes": {
@@ -347,7 +347,7 @@ var tokens = [{
347
347
  "description": "Use for purple text on subtlest and subtler purple accent backgrounds when there is no meaning tied to the color."
348
348
  },
349
349
  "value": "#5243AA",
350
- "filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
350
+ "filePath": "schema/themes/atlassian-legacy-light/color/accent.tsx",
351
351
  "isSource": true,
352
352
  "original": {
353
353
  "attributes": {
@@ -369,7 +369,7 @@ var tokens = [{
369
369
  "description": "Use for purple text on subtle purple accent backgrounds when there is no meaning tied to the color."
370
370
  },
371
371
  "value": "#403294",
372
- "filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
372
+ "filePath": "schema/themes/atlassian-legacy-light/color/accent.tsx",
373
373
  "isSource": true,
374
374
  "original": {
375
375
  "attributes": {
@@ -391,7 +391,7 @@ var tokens = [{
391
391
  "description": "Use for magenta text on subtlest and subtler magenta accent backgrounds when there is no meaning tied to the color."
392
392
  },
393
393
  "value": "#E774BB",
394
- "filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
394
+ "filePath": "schema/themes/atlassian-legacy-light/color/accent.tsx",
395
395
  "isSource": true,
396
396
  "original": {
397
397
  "attributes": {
@@ -413,7 +413,7 @@ var tokens = [{
413
413
  "description": "Use for magenta text on subtle magenta accent backgrounds when there is no meaning tied to the color."
414
414
  },
415
415
  "value": "#DA62AC",
416
- "filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
416
+ "filePath": "schema/themes/atlassian-legacy-light/color/accent.tsx",
417
417
  "isSource": true,
418
418
  "original": {
419
419
  "attributes": {
@@ -435,7 +435,7 @@ var tokens = [{
435
435
  "description": "Use for text on non-bold gray accent backgrounds, such as colored tags."
436
436
  },
437
437
  "value": "#505F79",
438
- "filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
438
+ "filePath": "schema/themes/atlassian-legacy-light/color/accent.tsx",
439
439
  "isSource": true,
440
440
  "original": {
441
441
  "attributes": {
@@ -457,7 +457,7 @@ var tokens = [{
457
457
  "description": "Use for text and icons on gray subtle accent backgrounds."
458
458
  },
459
459
  "value": "#172B4D",
460
- "filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
460
+ "filePath": "schema/themes/atlassian-legacy-light/color/accent.tsx",
461
461
  "isSource": true,
462
462
  "original": {
463
463
  "attributes": {
@@ -479,7 +479,7 @@ var tokens = [{
479
479
  "description": "Use for text in a disabled state."
480
480
  },
481
481
  "value": "#A5ADBA",
482
- "filePath": "src/tokens/atlassian-legacy-light/color/text.tsx",
482
+ "filePath": "schema/themes/atlassian-legacy-light/color/text.tsx",
483
483
  "isSource": true,
484
484
  "original": {
485
485
  "attributes": {
@@ -501,7 +501,7 @@ var tokens = [{
501
501
  "description": "Use for text on bold backgrounds."
502
502
  },
503
503
  "value": "#FFFFFF",
504
- "filePath": "src/tokens/atlassian-legacy-light/color/text.tsx",
504
+ "filePath": "schema/themes/atlassian-legacy-light/color/text.tsx",
505
505
  "isSource": true,
506
506
  "original": {
507
507
  "attributes": {
@@ -523,7 +523,7 @@ var tokens = [{
523
523
  "description": "Use for text in selected or opened states, such as tabs and dropdown buttons."
524
524
  },
525
525
  "value": "#0052CC",
526
- "filePath": "src/tokens/atlassian-legacy-light/color/text.tsx",
526
+ "filePath": "schema/themes/atlassian-legacy-light/color/text.tsx",
527
527
  "isSource": true,
528
528
  "original": {
529
529
  "attributes": {
@@ -545,7 +545,7 @@ var tokens = [{
545
545
  "description": "Use for text that reinforces our brand."
546
546
  },
547
547
  "value": "#0065FF",
548
- "filePath": "src/tokens/atlassian-legacy-light/color/text.tsx",
548
+ "filePath": "schema/themes/atlassian-legacy-light/color/text.tsx",
549
549
  "isSource": true,
550
550
  "original": {
551
551
  "attributes": {
@@ -567,7 +567,7 @@ var tokens = [{
567
567
  "description": "Use for critical text, such as input field error messaging."
568
568
  },
569
569
  "value": "#DE350B",
570
- "filePath": "src/tokens/atlassian-legacy-light/color/text.tsx",
570
+ "filePath": "schema/themes/atlassian-legacy-light/color/text.tsx",
571
571
  "isSource": true,
572
572
  "original": {
573
573
  "attributes": {
@@ -589,7 +589,7 @@ var tokens = [{
589
589
  "description": "Use for text to emphasize caution, such as in moved lozenges."
590
590
  },
591
591
  "value": "#974F0C",
592
- "filePath": "src/tokens/atlassian-legacy-light/color/text.tsx",
592
+ "filePath": "schema/themes/atlassian-legacy-light/color/text.tsx",
593
593
  "isSource": true,
594
594
  "original": {
595
595
  "attributes": {
@@ -611,7 +611,7 @@ var tokens = [{
611
611
  "description": "Use for text when on bold warning backgrounds."
612
612
  },
613
613
  "value": "#172B4D",
614
- "filePath": "src/tokens/atlassian-legacy-light/color/text.tsx",
614
+ "filePath": "schema/themes/atlassian-legacy-light/color/text.tsx",
615
615
  "isSource": true,
616
616
  "original": {
617
617
  "attributes": {
@@ -633,7 +633,7 @@ var tokens = [{
633
633
  "description": "Use for text to communicate a favorable outcome, such as input field success messaging."
634
634
  },
635
635
  "value": "#006644",
636
- "filePath": "src/tokens/atlassian-legacy-light/color/text.tsx",
636
+ "filePath": "schema/themes/atlassian-legacy-light/color/text.tsx",
637
637
  "isSource": true,
638
638
  "original": {
639
639
  "attributes": {
@@ -655,7 +655,7 @@ var tokens = [{
655
655
  "description": "Use for text to emphasize change or something new, such as in new lozenges."
656
656
  },
657
657
  "value": "#403294",
658
- "filePath": "src/tokens/atlassian-legacy-light/color/text.tsx",
658
+ "filePath": "schema/themes/atlassian-legacy-light/color/text.tsx",
659
659
  "isSource": true,
660
660
  "original": {
661
661
  "attributes": {
@@ -677,7 +677,7 @@ var tokens = [{
677
677
  "description": "Use for informative text or to communicate something is in progress, such as in-progress lozenges."
678
678
  },
679
679
  "value": "#0052CC",
680
- "filePath": "src/tokens/atlassian-legacy-light/color/text.tsx",
680
+ "filePath": "schema/themes/atlassian-legacy-light/color/text.tsx",
681
681
  "isSource": true,
682
682
  "original": {
683
683
  "attributes": {
@@ -699,7 +699,7 @@ var tokens = [{
699
699
  "description": "Use for tertiary text, such as meta-data, breadcrumbs, input field placeholder and helper text."
700
700
  },
701
701
  "value": "#7A869A",
702
- "filePath": "src/tokens/atlassian-legacy-light/color/text.tsx",
702
+ "filePath": "schema/themes/atlassian-legacy-light/color/text.tsx",
703
703
  "isSource": true,
704
704
  "original": {
705
705
  "attributes": {
@@ -721,7 +721,7 @@ var tokens = [{
721
721
  "description": "Use for secondary text, such as navigation, subtle button links, input field labels, and all caps subheadings."
722
722
  },
723
723
  "value": "#42526E",
724
- "filePath": "src/tokens/atlassian-legacy-light/color/text.tsx",
724
+ "filePath": "schema/themes/atlassian-legacy-light/color/text.tsx",
725
725
  "isSource": true,
726
726
  "original": {
727
727
  "attributes": {
@@ -743,7 +743,7 @@ var tokens = [{
743
743
  "description": "Use for links in a default or hovered state. Add an underline for hovered states."
744
744
  },
745
745
  "value": "#0052CC",
746
- "filePath": "src/tokens/atlassian-legacy-light/color/text.tsx",
746
+ "filePath": "schema/themes/atlassian-legacy-light/color/text.tsx",
747
747
  "isSource": true,
748
748
  "original": {
749
749
  "attributes": {
@@ -765,7 +765,7 @@ var tokens = [{
765
765
  "description": "Use for links in a pressed state."
766
766
  },
767
767
  "value": "#0747A6",
768
- "filePath": "src/tokens/atlassian-legacy-light/color/text.tsx",
768
+ "filePath": "schema/themes/atlassian-legacy-light/color/text.tsx",
769
769
  "isSource": true,
770
770
  "original": {
771
771
  "attributes": {
@@ -787,7 +787,7 @@ var tokens = [{
787
787
  "description": "Use for links in a visited state."
788
788
  },
789
789
  "value": "#403294",
790
- "filePath": "src/tokens/atlassian-legacy-light/color/text.tsx",
790
+ "filePath": "schema/themes/atlassian-legacy-light/color/text.tsx",
791
791
  "isSource": true,
792
792
  "original": {
793
793
  "attributes": {
@@ -809,7 +809,7 @@ var tokens = [{
809
809
  "description": "Use for icon-only buttons, or icons paired with color.text"
810
810
  },
811
811
  "value": "#505F79",
812
- "filePath": "src/tokens/atlassian-legacy-light/color/icon.tsx",
812
+ "filePath": "schema/themes/atlassian-legacy-light/color/icon.tsx",
813
813
  "isSource": true,
814
814
  "original": {
815
815
  "attributes": {
@@ -831,7 +831,7 @@ var tokens = [{
831
831
  "description": "Use for lime icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons."
832
832
  },
833
833
  "value": "#6A9A23",
834
- "filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
834
+ "filePath": "schema/themes/atlassian-legacy-light/color/accent.tsx",
835
835
  "isSource": true,
836
836
  "original": {
837
837
  "attributes": {
@@ -853,7 +853,7 @@ var tokens = [{
853
853
  "description": "Use for red icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons."
854
854
  },
855
855
  "value": "#FF5630",
856
- "filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
856
+ "filePath": "schema/themes/atlassian-legacy-light/color/accent.tsx",
857
857
  "isSource": true,
858
858
  "original": {
859
859
  "attributes": {
@@ -875,7 +875,7 @@ var tokens = [{
875
875
  "description": "Use for orange icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons."
876
876
  },
877
877
  "value": "#D94008",
878
- "filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
878
+ "filePath": "schema/themes/atlassian-legacy-light/color/accent.tsx",
879
879
  "isSource": true,
880
880
  "original": {
881
881
  "attributes": {
@@ -897,7 +897,7 @@ var tokens = [{
897
897
  "description": "Use for yellow icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons."
898
898
  },
899
899
  "value": "#FFAB00",
900
- "filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
900
+ "filePath": "schema/themes/atlassian-legacy-light/color/accent.tsx",
901
901
  "isSource": true,
902
902
  "original": {
903
903
  "attributes": {
@@ -919,7 +919,7 @@ var tokens = [{
919
919
  "description": "Use for green icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons."
920
920
  },
921
921
  "value": "#36B37E",
922
- "filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
922
+ "filePath": "schema/themes/atlassian-legacy-light/color/accent.tsx",
923
923
  "isSource": true,
924
924
  "original": {
925
925
  "attributes": {
@@ -941,7 +941,7 @@ var tokens = [{
941
941
  "description": "Use for teal icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons."
942
942
  },
943
943
  "value": "#00B8D9",
944
- "filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
944
+ "filePath": "schema/themes/atlassian-legacy-light/color/accent.tsx",
945
945
  "isSource": true,
946
946
  "original": {
947
947
  "attributes": {
@@ -963,7 +963,7 @@ var tokens = [{
963
963
  "description": "Use for blue icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons."
964
964
  },
965
965
  "value": "#0065FF",
966
- "filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
966
+ "filePath": "schema/themes/atlassian-legacy-light/color/accent.tsx",
967
967
  "isSource": true,
968
968
  "original": {
969
969
  "attributes": {
@@ -985,7 +985,7 @@ var tokens = [{
985
985
  "description": "Use for purple icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons."
986
986
  },
987
987
  "value": "#6554C0",
988
- "filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
988
+ "filePath": "schema/themes/atlassian-legacy-light/color/accent.tsx",
989
989
  "isSource": true,
990
990
  "original": {
991
991
  "attributes": {
@@ -1007,7 +1007,7 @@ var tokens = [{
1007
1007
  "description": "Use for magenta icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons."
1008
1008
  },
1009
1009
  "value": "#CD519D",
1010
- "filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
1010
+ "filePath": "schema/themes/atlassian-legacy-light/color/accent.tsx",
1011
1011
  "isSource": true,
1012
1012
  "original": {
1013
1013
  "attributes": {
@@ -1029,7 +1029,7 @@ var tokens = [{
1029
1029
  "description": "Use for icons on non-bold gray accent backgrounds, such as file type icons."
1030
1030
  },
1031
1031
  "value": "#5E6C84",
1032
- "filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
1032
+ "filePath": "schema/themes/atlassian-legacy-light/color/accent.tsx",
1033
1033
  "isSource": true,
1034
1034
  "original": {
1035
1035
  "attributes": {
@@ -1051,7 +1051,7 @@ var tokens = [{
1051
1051
  "description": "Use for icons in a disabled state."
1052
1052
  },
1053
1053
  "value": "#8993A4",
1054
- "filePath": "src/tokens/atlassian-legacy-light/color/icon.tsx",
1054
+ "filePath": "schema/themes/atlassian-legacy-light/color/icon.tsx",
1055
1055
  "isSource": true,
1056
1056
  "original": {
1057
1057
  "attributes": {
@@ -1073,7 +1073,7 @@ var tokens = [{
1073
1073
  "description": "Use for icons on bold backgrounds."
1074
1074
  },
1075
1075
  "value": "#FFFFFF",
1076
- "filePath": "src/tokens/atlassian-legacy-light/color/icon.tsx",
1076
+ "filePath": "schema/themes/atlassian-legacy-light/color/icon.tsx",
1077
1077
  "isSource": true,
1078
1078
  "original": {
1079
1079
  "attributes": {
@@ -1095,7 +1095,7 @@ var tokens = [{
1095
1095
  "description": "Use for icons in selected or opened states, such as those used in dropdown buttons."
1096
1096
  },
1097
1097
  "value": "#0052CC",
1098
- "filePath": "src/tokens/atlassian-legacy-light/color/icon.tsx",
1098
+ "filePath": "schema/themes/atlassian-legacy-light/color/icon.tsx",
1099
1099
  "isSource": true,
1100
1100
  "original": {
1101
1101
  "attributes": {
@@ -1117,7 +1117,7 @@ var tokens = [{
1117
1117
  "description": "Use for icons that reinforce our brand."
1118
1118
  },
1119
1119
  "value": "#0065FF",
1120
- "filePath": "src/tokens/atlassian-legacy-light/color/icon.tsx",
1120
+ "filePath": "schema/themes/atlassian-legacy-light/color/icon.tsx",
1121
1121
  "isSource": true,
1122
1122
  "original": {
1123
1123
  "attributes": {
@@ -1139,7 +1139,7 @@ var tokens = [{
1139
1139
  "description": "Use for icons communicating critical information, such as those used in error handing."
1140
1140
  },
1141
1141
  "value": "#DE350B",
1142
- "filePath": "src/tokens/atlassian-legacy-light/color/icon.tsx",
1142
+ "filePath": "schema/themes/atlassian-legacy-light/color/icon.tsx",
1143
1143
  "isSource": true,
1144
1144
  "original": {
1145
1145
  "attributes": {
@@ -1161,7 +1161,7 @@ var tokens = [{
1161
1161
  "description": "Use for icons communicating caution, such as those used in warning section messages."
1162
1162
  },
1163
1163
  "value": "#FFC400",
1164
- "filePath": "src/tokens/atlassian-legacy-light/color/icon.tsx",
1164
+ "filePath": "schema/themes/atlassian-legacy-light/color/icon.tsx",
1165
1165
  "isSource": true,
1166
1166
  "original": {
1167
1167
  "attributes": {
@@ -1183,7 +1183,7 @@ var tokens = [{
1183
1183
  "description": "Use for icons when on bold warning backgrounds."
1184
1184
  },
1185
1185
  "value": "#253858",
1186
- "filePath": "src/tokens/atlassian-legacy-light/color/icon.tsx",
1186
+ "filePath": "schema/themes/atlassian-legacy-light/color/icon.tsx",
1187
1187
  "isSource": true,
1188
1188
  "original": {
1189
1189
  "attributes": {
@@ -1205,7 +1205,7 @@ var tokens = [{
1205
1205
  "description": "Use for icons communicating a favorable outcome, such as those used in success section messaged."
1206
1206
  },
1207
1207
  "value": "#00875A",
1208
- "filePath": "src/tokens/atlassian-legacy-light/color/icon.tsx",
1208
+ "filePath": "schema/themes/atlassian-legacy-light/color/icon.tsx",
1209
1209
  "isSource": true,
1210
1210
  "original": {
1211
1211
  "attributes": {
@@ -1227,7 +1227,7 @@ var tokens = [{
1227
1227
  "description": "Use for icons communicating change or something new, such as discovery section messages."
1228
1228
  },
1229
1229
  "value": "#8777D9",
1230
- "filePath": "src/tokens/atlassian-legacy-light/color/icon.tsx",
1230
+ "filePath": "schema/themes/atlassian-legacy-light/color/icon.tsx",
1231
1231
  "isSource": true,
1232
1232
  "original": {
1233
1233
  "attributes": {
@@ -1249,7 +1249,7 @@ var tokens = [{
1249
1249
  "description": "Use for icons communicating information or something in-progress, such as information section messages."
1250
1250
  },
1251
1251
  "value": "#0747A6",
1252
- "filePath": "src/tokens/atlassian-legacy-light/color/icon.tsx",
1252
+ "filePath": "schema/themes/atlassian-legacy-light/color/icon.tsx",
1253
1253
  "isSource": true,
1254
1254
  "original": {
1255
1255
  "attributes": {
@@ -1271,7 +1271,7 @@ var tokens = [{
1271
1271
  "description": "Use for icons paired with color.text.subtle"
1272
1272
  },
1273
1273
  "value": "#6B778C",
1274
- "filePath": "src/tokens/atlassian-legacy-light/color/icon.tsx",
1274
+ "filePath": "schema/themes/atlassian-legacy-light/color/icon.tsx",
1275
1275
  "isSource": true,
1276
1276
  "original": {
1277
1277
  "attributes": {
@@ -1293,7 +1293,7 @@ var tokens = [{
1293
1293
  "description": "Use to visually group or separate UI elements, such as flat cards or side panel dividers."
1294
1294
  },
1295
1295
  "value": "#091e4221",
1296
- "filePath": "src/tokens/atlassian-legacy-light/color/border.tsx",
1296
+ "filePath": "schema/themes/atlassian-legacy-light/color/border.tsx",
1297
1297
  "isSource": true,
1298
1298
  "original": {
1299
1299
  "attributes": {
@@ -1315,7 +1315,7 @@ var tokens = [{
1315
1315
  "description": "Use for lime borders on non-bold backgrounds when there is no meaning tied to the color."
1316
1316
  },
1317
1317
  "value": "#6A9A23",
1318
- "filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
1318
+ "filePath": "schema/themes/atlassian-legacy-light/color/accent.tsx",
1319
1319
  "isSource": true,
1320
1320
  "original": {
1321
1321
  "attributes": {
@@ -1337,7 +1337,7 @@ var tokens = [{
1337
1337
  "description": "Use for red borders on non-bold backgrounds when there is no meaning tied to the color."
1338
1338
  },
1339
1339
  "value": "#FF5630",
1340
- "filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
1340
+ "filePath": "schema/themes/atlassian-legacy-light/color/accent.tsx",
1341
1341
  "isSource": true,
1342
1342
  "original": {
1343
1343
  "attributes": {
@@ -1359,7 +1359,7 @@ var tokens = [{
1359
1359
  "description": "Use for orange borders on non-bold backgrounds when there is no meaning tied to the color."
1360
1360
  },
1361
1361
  "value": "#D94008",
1362
- "filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
1362
+ "filePath": "schema/themes/atlassian-legacy-light/color/accent.tsx",
1363
1363
  "isSource": true,
1364
1364
  "original": {
1365
1365
  "attributes": {
@@ -1381,7 +1381,7 @@ var tokens = [{
1381
1381
  "description": "Use for yellow borders on non-bold backgrounds when there is no meaning tied to the color."
1382
1382
  },
1383
1383
  "value": "#FFAB00",
1384
- "filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
1384
+ "filePath": "schema/themes/atlassian-legacy-light/color/accent.tsx",
1385
1385
  "isSource": true,
1386
1386
  "original": {
1387
1387
  "attributes": {
@@ -1403,7 +1403,7 @@ var tokens = [{
1403
1403
  "description": "Use for green borders on non-bold backgrounds when there is no meaning tied to the color."
1404
1404
  },
1405
1405
  "value": "#36B37E",
1406
- "filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
1406
+ "filePath": "schema/themes/atlassian-legacy-light/color/accent.tsx",
1407
1407
  "isSource": true,
1408
1408
  "original": {
1409
1409
  "attributes": {
@@ -1425,7 +1425,7 @@ var tokens = [{
1425
1425
  "description": "Use for teal borders on non-bold backgrounds when there is no meaning tied to the color."
1426
1426
  },
1427
1427
  "value": "#00B8D9",
1428
- "filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
1428
+ "filePath": "schema/themes/atlassian-legacy-light/color/accent.tsx",
1429
1429
  "isSource": true,
1430
1430
  "original": {
1431
1431
  "attributes": {
@@ -1447,7 +1447,7 @@ var tokens = [{
1447
1447
  "description": "Use for blue borders on non-bold backgrounds when there is no meaning tied to the color."
1448
1448
  },
1449
1449
  "value": "#0065FF",
1450
- "filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
1450
+ "filePath": "schema/themes/atlassian-legacy-light/color/accent.tsx",
1451
1451
  "isSource": true,
1452
1452
  "original": {
1453
1453
  "attributes": {
@@ -1469,7 +1469,7 @@ var tokens = [{
1469
1469
  "description": "Use for purple borders on non-bold backgrounds when there is no meaning tied to the color."
1470
1470
  },
1471
1471
  "value": "#6554C0",
1472
- "filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
1472
+ "filePath": "schema/themes/atlassian-legacy-light/color/accent.tsx",
1473
1473
  "isSource": true,
1474
1474
  "original": {
1475
1475
  "attributes": {
@@ -1491,7 +1491,7 @@ var tokens = [{
1491
1491
  "description": "Use for magenta borders on non-bold backgrounds when there is no meaning tied to the color."
1492
1492
  },
1493
1493
  "value": "#CD519D",
1494
- "filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
1494
+ "filePath": "schema/themes/atlassian-legacy-light/color/accent.tsx",
1495
1495
  "isSource": true,
1496
1496
  "original": {
1497
1497
  "attributes": {
@@ -1513,7 +1513,7 @@ var tokens = [{
1513
1513
  "description": "Use for borders on non-bold gray accent backgrounds."
1514
1514
  },
1515
1515
  "value": "#5E6C84",
1516
- "filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
1516
+ "filePath": "schema/themes/atlassian-legacy-light/color/accent.tsx",
1517
1517
  "isSource": true,
1518
1518
  "original": {
1519
1519
  "attributes": {
@@ -1535,7 +1535,7 @@ var tokens = [{
1535
1535
  "description": "Use for borders of elements in a disabled state."
1536
1536
  },
1537
1537
  "value": "#FAFBFC",
1538
- "filePath": "src/tokens/atlassian-legacy-light/color/border.tsx",
1538
+ "filePath": "schema/themes/atlassian-legacy-light/color/border.tsx",
1539
1539
  "isSource": true,
1540
1540
  "original": {
1541
1541
  "attributes": {
@@ -1557,7 +1557,7 @@ var tokens = [{
1557
1557
  "description": "Use for focus rings of elements in a focus state."
1558
1558
  },
1559
1559
  "value": "#2684FF",
1560
- "filePath": "src/tokens/atlassian-legacy-light/color/border.tsx",
1560
+ "filePath": "schema/themes/atlassian-legacy-light/color/border.tsx",
1561
1561
  "isSource": true,
1562
1562
  "original": {
1563
1563
  "attributes": {
@@ -1579,7 +1579,7 @@ var tokens = [{
1579
1579
  "description": "Use for borders of form UI elements, such as text fields, checkboxes, and radio buttons."
1580
1580
  },
1581
1581
  "value": "#FAFBFC",
1582
- "filePath": "src/tokens/atlassian-legacy-light/color/border.tsx",
1582
+ "filePath": "schema/themes/atlassian-legacy-light/color/border.tsx",
1583
1583
  "isSource": true,
1584
1584
  "original": {
1585
1585
  "attributes": {
@@ -1601,7 +1601,7 @@ var tokens = [{
1601
1601
  "description": "Use for borders on bold backgrounds."
1602
1602
  },
1603
1603
  "value": "#FFFFFF",
1604
- "filePath": "src/tokens/atlassian-legacy-light/color/border.tsx",
1604
+ "filePath": "schema/themes/atlassian-legacy-light/color/border.tsx",
1605
1605
  "isSource": true,
1606
1606
  "original": {
1607
1607
  "attributes": {
@@ -1623,7 +1623,7 @@ var tokens = [{
1623
1623
  "description": "Use for borders or visual indicators of elements in a selected or opened state, such as in tabs or menu items."
1624
1624
  },
1625
1625
  "value": "#0052CC",
1626
- "filePath": "src/tokens/atlassian-legacy-light/color/border.tsx",
1626
+ "filePath": "schema/themes/atlassian-legacy-light/color/border.tsx",
1627
1627
  "isSource": true,
1628
1628
  "original": {
1629
1629
  "attributes": {
@@ -1645,7 +1645,7 @@ var tokens = [{
1645
1645
  "description": "Use for borders or visual indicators of elements that reinforce our brand, such as logos or primary buttons."
1646
1646
  },
1647
1647
  "value": "#0052CC",
1648
- "filePath": "src/tokens/atlassian-legacy-light/color/border.tsx",
1648
+ "filePath": "schema/themes/atlassian-legacy-light/color/border.tsx",
1649
1649
  "isSource": true,
1650
1650
  "original": {
1651
1651
  "attributes": {
@@ -1667,7 +1667,7 @@ var tokens = [{
1667
1667
  "description": "Use for borders communicating critical information, such as the borders on invalid text fields."
1668
1668
  },
1669
1669
  "value": "#FF5630",
1670
- "filePath": "src/tokens/atlassian-legacy-light/color/border.tsx",
1670
+ "filePath": "schema/themes/atlassian-legacy-light/color/border.tsx",
1671
1671
  "isSource": true,
1672
1672
  "original": {
1673
1673
  "attributes": {
@@ -1689,7 +1689,7 @@ var tokens = [{
1689
1689
  "description": "Use for borders communicating caution."
1690
1690
  },
1691
1691
  "value": "#FFC400",
1692
- "filePath": "src/tokens/atlassian-legacy-light/color/border.tsx",
1692
+ "filePath": "schema/themes/atlassian-legacy-light/color/border.tsx",
1693
1693
  "isSource": true,
1694
1694
  "original": {
1695
1695
  "attributes": {
@@ -1711,7 +1711,7 @@ var tokens = [{
1711
1711
  "description": "Use for borders communicating a favorable outcome, such as the borders on validated text fields."
1712
1712
  },
1713
1713
  "value": "#00875A",
1714
- "filePath": "src/tokens/atlassian-legacy-light/color/border.tsx",
1714
+ "filePath": "schema/themes/atlassian-legacy-light/color/border.tsx",
1715
1715
  "isSource": true,
1716
1716
  "original": {
1717
1717
  "attributes": {
@@ -1733,7 +1733,7 @@ var tokens = [{
1733
1733
  "description": "Use for borders communicating change or something new, such as the borders in onboarding spotlights."
1734
1734
  },
1735
1735
  "value": "#998DD9",
1736
- "filePath": "src/tokens/atlassian-legacy-light/color/border.tsx",
1736
+ "filePath": "schema/themes/atlassian-legacy-light/color/border.tsx",
1737
1737
  "isSource": true,
1738
1738
  "original": {
1739
1739
  "attributes": {
@@ -1755,7 +1755,7 @@ var tokens = [{
1755
1755
  "description": "Use for borders communicating information or something in-progress."
1756
1756
  },
1757
1757
  "value": "#0065FF",
1758
- "filePath": "src/tokens/atlassian-legacy-light/color/border.tsx",
1758
+ "filePath": "schema/themes/atlassian-legacy-light/color/border.tsx",
1759
1759
  "isSource": true,
1760
1760
  "original": {
1761
1761
  "attributes": {
@@ -1777,7 +1777,7 @@ var tokens = [{
1777
1777
  "description": "A neutral border option that passes min 3:1 contrast ratios."
1778
1778
  },
1779
1779
  "value": "#344563",
1780
- "filePath": "src/tokens/atlassian-legacy-light/color/border.tsx",
1780
+ "filePath": "schema/themes/atlassian-legacy-light/color/border.tsx",
1781
1781
  "isSource": true,
1782
1782
  "original": {
1783
1783
  "attributes": {
@@ -1799,7 +1799,7 @@ var tokens = [{
1799
1799
  "description": "Use for for backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
1800
1800
  },
1801
1801
  "value": "#EEFBDA",
1802
- "filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
1802
+ "filePath": "schema/themes/atlassian-legacy-light/color/accent.tsx",
1803
1803
  "isSource": true,
1804
1804
  "original": {
1805
1805
  "attributes": {
@@ -1821,7 +1821,7 @@ var tokens = [{
1821
1821
  "description": "Hovered state of color.background.accent.lime.subtlest."
1822
1822
  },
1823
1823
  "value": "#D3F1A7",
1824
- "filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
1824
+ "filePath": "schema/themes/atlassian-legacy-light/color/accent.tsx",
1825
1825
  "isSource": true,
1826
1826
  "original": {
1827
1827
  "attributes": {
@@ -1843,7 +1843,7 @@ var tokens = [{
1843
1843
  "description": "Pressed state of color.background.accent.lime.subtlest."
1844
1844
  },
1845
1845
  "value": "#B3DF72",
1846
- "filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
1846
+ "filePath": "schema/themes/atlassian-legacy-light/color/accent.tsx",
1847
1847
  "isSource": true,
1848
1848
  "original": {
1849
1849
  "attributes": {
@@ -1865,7 +1865,7 @@ var tokens = [{
1865
1865
  "description": "Use for for backgrounds when there is no meaning tied to the color, such as colored tags."
1866
1866
  },
1867
1867
  "value": "#D3F1A7",
1868
- "filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
1868
+ "filePath": "schema/themes/atlassian-legacy-light/color/accent.tsx",
1869
1869
  "isSource": true,
1870
1870
  "original": {
1871
1871
  "attributes": {
@@ -1887,7 +1887,7 @@ var tokens = [{
1887
1887
  "description": "Hovered state of color.background.accent.lime.subtler."
1888
1888
  },
1889
1889
  "value": "#B3DF72",
1890
- "filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
1890
+ "filePath": "schema/themes/atlassian-legacy-light/color/accent.tsx",
1891
1891
  "isSource": true,
1892
1892
  "original": {
1893
1893
  "attributes": {
@@ -1909,7 +1909,7 @@ var tokens = [{
1909
1909
  "description": "Pressed state of color.background.accent.lime.subtler."
1910
1910
  },
1911
1911
  "value": "#94C748",
1912
- "filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
1912
+ "filePath": "schema/themes/atlassian-legacy-light/color/accent.tsx",
1913
1913
  "isSource": true,
1914
1914
  "original": {
1915
1915
  "attributes": {
@@ -1931,7 +1931,7 @@ var tokens = [{
1931
1931
  "description": "Use for vibrant for backgrounds when there is no meaning tied to the color, such as colored tags."
1932
1932
  },
1933
1933
  "value": "#94C748",
1934
- "filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
1934
+ "filePath": "schema/themes/atlassian-legacy-light/color/accent.tsx",
1935
1935
  "isSource": true,
1936
1936
  "original": {
1937
1937
  "attributes": {
@@ -1953,7 +1953,7 @@ var tokens = [{
1953
1953
  "description": "Hovered state of color.background.accent.lime.subtle."
1954
1954
  },
1955
1955
  "value": "#B3DF72",
1956
- "filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
1956
+ "filePath": "schema/themes/atlassian-legacy-light/color/accent.tsx",
1957
1957
  "isSource": true,
1958
1958
  "original": {
1959
1959
  "attributes": {
@@ -1975,7 +1975,7 @@ var tokens = [{
1975
1975
  "description": "Pressed state of color.background.accent.lime.subtle."
1976
1976
  },
1977
1977
  "value": "#D3F1A7",
1978
- "filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
1978
+ "filePath": "schema/themes/atlassian-legacy-light/color/accent.tsx",
1979
1979
  "isSource": true,
1980
1980
  "original": {
1981
1981
  "attributes": {
@@ -1997,7 +1997,7 @@ var tokens = [{
1997
1997
  "description": "Use for for backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements."
1998
1998
  },
1999
1999
  "value": "#5B7F24",
2000
- "filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
2000
+ "filePath": "schema/themes/atlassian-legacy-light/color/accent.tsx",
2001
2001
  "isSource": true,
2002
2002
  "original": {
2003
2003
  "attributes": {
@@ -2019,7 +2019,7 @@ var tokens = [{
2019
2019
  "description": "Hovered state of color.background.accent.lime.bolder."
2020
2020
  },
2021
2021
  "value": "#37471F",
2022
- "filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
2022
+ "filePath": "schema/themes/atlassian-legacy-light/color/accent.tsx",
2023
2023
  "isSource": true,
2024
2024
  "original": {
2025
2025
  "attributes": {
@@ -2041,7 +2041,7 @@ var tokens = [{
2041
2041
  "description": "Pressed state of color.background.accent.lime.bolder."
2042
2042
  },
2043
2043
  "value": "#37471F",
2044
- "filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
2044
+ "filePath": "schema/themes/atlassian-legacy-light/color/accent.tsx",
2045
2045
  "isSource": true,
2046
2046
  "original": {
2047
2047
  "attributes": {
@@ -2063,7 +2063,7 @@ var tokens = [{
2063
2063
  "description": "Use for red backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
2064
2064
  },
2065
2065
  "value": "#FF8F73",
2066
- "filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
2066
+ "filePath": "schema/themes/atlassian-legacy-light/color/accent.tsx",
2067
2067
  "isSource": true,
2068
2068
  "original": {
2069
2069
  "attributes": {
@@ -2085,7 +2085,7 @@ var tokens = [{
2085
2085
  "description": "Hovered state of color.background.accent.red.subtlest."
2086
2086
  },
2087
2087
  "value": "#FF7452",
2088
- "filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
2088
+ "filePath": "schema/themes/atlassian-legacy-light/color/accent.tsx",
2089
2089
  "isSource": true,
2090
2090
  "original": {
2091
2091
  "attributes": {
@@ -2107,7 +2107,7 @@ var tokens = [{
2107
2107
  "description": "Pressed state of color.background.accent.red.subtlest."
2108
2108
  },
2109
2109
  "value": "#FF5630",
2110
- "filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
2110
+ "filePath": "schema/themes/atlassian-legacy-light/color/accent.tsx",
2111
2111
  "isSource": true,
2112
2112
  "original": {
2113
2113
  "attributes": {
@@ -2129,7 +2129,7 @@ var tokens = [{
2129
2129
  "description": "Use for red backgrounds when there is no meaning tied to the color, such as colored tags."
2130
2130
  },
2131
2131
  "value": "#FF7452",
2132
- "filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
2132
+ "filePath": "schema/themes/atlassian-legacy-light/color/accent.tsx",
2133
2133
  "isSource": true,
2134
2134
  "original": {
2135
2135
  "attributes": {
@@ -2151,7 +2151,7 @@ var tokens = [{
2151
2151
  "description": "Hovered state of color.background.accent.red.subtler."
2152
2152
  },
2153
2153
  "value": "#FF5630",
2154
- "filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
2154
+ "filePath": "schema/themes/atlassian-legacy-light/color/accent.tsx",
2155
2155
  "isSource": true,
2156
2156
  "original": {
2157
2157
  "attributes": {
@@ -2173,7 +2173,7 @@ var tokens = [{
2173
2173
  "description": "Pressed state of color.background.accent.red.subtler."
2174
2174
  },
2175
2175
  "value": "#DE350B",
2176
- "filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
2176
+ "filePath": "schema/themes/atlassian-legacy-light/color/accent.tsx",
2177
2177
  "isSource": true,
2178
2178
  "original": {
2179
2179
  "attributes": {
@@ -2195,7 +2195,7 @@ var tokens = [{
2195
2195
  "description": "Use for vibrant red backgrounds when there is no meaning tied to the color, such as colored tags."
2196
2196
  },
2197
2197
  "value": "#DE350B",
2198
- "filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
2198
+ "filePath": "schema/themes/atlassian-legacy-light/color/accent.tsx",
2199
2199
  "isSource": true,
2200
2200
  "original": {
2201
2201
  "attributes": {
@@ -2217,7 +2217,7 @@ var tokens = [{
2217
2217
  "description": "Hovered state of color.background.accent.red.subtle."
2218
2218
  },
2219
2219
  "value": "#FF5630",
2220
- "filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
2220
+ "filePath": "schema/themes/atlassian-legacy-light/color/accent.tsx",
2221
2221
  "isSource": true,
2222
2222
  "original": {
2223
2223
  "attributes": {
@@ -2239,7 +2239,7 @@ var tokens = [{
2239
2239
  "description": "Pressed state of color.background.accent.red.subtle."
2240
2240
  },
2241
2241
  "value": "#FF7452",
2242
- "filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
2242
+ "filePath": "schema/themes/atlassian-legacy-light/color/accent.tsx",
2243
2243
  "isSource": true,
2244
2244
  "original": {
2245
2245
  "attributes": {
@@ -2261,7 +2261,7 @@ var tokens = [{
2261
2261
  "description": "Use for red backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements."
2262
2262
  },
2263
2263
  "value": "#DE350B",
2264
- "filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
2264
+ "filePath": "schema/themes/atlassian-legacy-light/color/accent.tsx",
2265
2265
  "isSource": true,
2266
2266
  "original": {
2267
2267
  "attributes": {
@@ -2283,7 +2283,7 @@ var tokens = [{
2283
2283
  "description": "Hovered state of color.background.accent.red.bolder."
2284
2284
  },
2285
2285
  "value": "#FF5630",
2286
- "filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
2286
+ "filePath": "schema/themes/atlassian-legacy-light/color/accent.tsx",
2287
2287
  "isSource": true,
2288
2288
  "original": {
2289
2289
  "attributes": {
@@ -2305,7 +2305,7 @@ var tokens = [{
2305
2305
  "description": "Pressed state of color.background.accent.red.bolder."
2306
2306
  },
2307
2307
  "value": "#FF7452",
2308
- "filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
2308
+ "filePath": "schema/themes/atlassian-legacy-light/color/accent.tsx",
2309
2309
  "isSource": true,
2310
2310
  "original": {
2311
2311
  "attributes": {
@@ -2327,7 +2327,7 @@ var tokens = [{
2327
2327
  "description": "Use for orange backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
2328
2328
  },
2329
2329
  "value": "#F18D13",
2330
- "filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
2330
+ "filePath": "schema/themes/atlassian-legacy-light/color/accent.tsx",
2331
2331
  "isSource": true,
2332
2332
  "original": {
2333
2333
  "attributes": {
@@ -2349,7 +2349,7 @@ var tokens = [{
2349
2349
  "description": "Hovered state of color.background.accent.orange.subtlest."
2350
2350
  },
2351
2351
  "value": "#FEC57B",
2352
- "filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
2352
+ "filePath": "schema/themes/atlassian-legacy-light/color/accent.tsx",
2353
2353
  "isSource": true,
2354
2354
  "original": {
2355
2355
  "attributes": {
@@ -2371,7 +2371,7 @@ var tokens = [{
2371
2371
  "description": "Pressed state of color.background.accent.orange.subtlest."
2372
2372
  },
2373
2373
  "value": "#FFE2BD",
2374
- "filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
2374
+ "filePath": "schema/themes/atlassian-legacy-light/color/accent.tsx",
2375
2375
  "isSource": true,
2376
2376
  "original": {
2377
2377
  "attributes": {
@@ -2393,7 +2393,7 @@ var tokens = [{
2393
2393
  "description": "Use for orange backgrounds when there is no meaning tied to the color, such as colored tags."
2394
2394
  },
2395
2395
  "value": "#B65C02",
2396
- "filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
2396
+ "filePath": "schema/themes/atlassian-legacy-light/color/accent.tsx",
2397
2397
  "isSource": true,
2398
2398
  "original": {
2399
2399
  "attributes": {
@@ -2415,7 +2415,7 @@ var tokens = [{
2415
2415
  "description": "Hovered state of color.background.accent.orange.subtler."
2416
2416
  },
2417
2417
  "value": "#F18D13",
2418
- "filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
2418
+ "filePath": "schema/themes/atlassian-legacy-light/color/accent.tsx",
2419
2419
  "isSource": true,
2420
2420
  "original": {
2421
2421
  "attributes": {
@@ -2437,7 +2437,7 @@ var tokens = [{
2437
2437
  "description": "Pressed state of color.background.accent.orange.subtler."
2438
2438
  },
2439
2439
  "value": "#FEC57B",
2440
- "filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
2440
+ "filePath": "schema/themes/atlassian-legacy-light/color/accent.tsx",
2441
2441
  "isSource": true,
2442
2442
  "original": {
2443
2443
  "attributes": {
@@ -2459,7 +2459,7 @@ var tokens = [{
2459
2459
  "description": "Use for vibrant orange backgrounds when there is no meaning tied to the color, such as colored tags."
2460
2460
  },
2461
2461
  "value": "#5F3811",
2462
- "filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
2462
+ "filePath": "schema/themes/atlassian-legacy-light/color/accent.tsx",
2463
2463
  "isSource": true,
2464
2464
  "original": {
2465
2465
  "attributes": {
@@ -2481,7 +2481,7 @@ var tokens = [{
2481
2481
  "description": "Hovered state of color.background.accent.orange.subtle."
2482
2482
  },
2483
2483
  "value": "#974F0C",
2484
- "filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
2484
+ "filePath": "schema/themes/atlassian-legacy-light/color/accent.tsx",
2485
2485
  "isSource": true,
2486
2486
  "original": {
2487
2487
  "attributes": {
@@ -2503,7 +2503,7 @@ var tokens = [{
2503
2503
  "description": "Pressed state of color.background.accent.orange.subtle."
2504
2504
  },
2505
2505
  "value": "#B65C02",
2506
- "filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
2506
+ "filePath": "schema/themes/atlassian-legacy-light/color/accent.tsx",
2507
2507
  "isSource": true,
2508
2508
  "original": {
2509
2509
  "attributes": {
@@ -2525,7 +2525,7 @@ var tokens = [{
2525
2525
  "description": "Use for orange backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements."
2526
2526
  },
2527
2527
  "value": "#43290F",
2528
- "filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
2528
+ "filePath": "schema/themes/atlassian-legacy-light/color/accent.tsx",
2529
2529
  "isSource": true,
2530
2530
  "original": {
2531
2531
  "attributes": {
@@ -2547,7 +2547,7 @@ var tokens = [{
2547
2547
  "description": "Hovered state of color.background.accent.orange.bolder."
2548
2548
  },
2549
2549
  "value": "#5F3811",
2550
- "filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
2550
+ "filePath": "schema/themes/atlassian-legacy-light/color/accent.tsx",
2551
2551
  "isSource": true,
2552
2552
  "original": {
2553
2553
  "attributes": {
@@ -2569,7 +2569,7 @@ var tokens = [{
2569
2569
  "description": "Pressed state of color.background.accent.orange.bolder."
2570
2570
  },
2571
2571
  "value": "#974F0C",
2572
- "filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
2572
+ "filePath": "schema/themes/atlassian-legacy-light/color/accent.tsx",
2573
2573
  "isSource": true,
2574
2574
  "original": {
2575
2575
  "attributes": {
@@ -2591,7 +2591,7 @@ var tokens = [{
2591
2591
  "description": "Use for yellow backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
2592
2592
  },
2593
2593
  "value": "#FFE380",
2594
- "filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
2594
+ "filePath": "schema/themes/atlassian-legacy-light/color/accent.tsx",
2595
2595
  "isSource": true,
2596
2596
  "original": {
2597
2597
  "attributes": {
@@ -2613,7 +2613,7 @@ var tokens = [{
2613
2613
  "description": "Hovered state of color.background.accent.yellow.subtlest."
2614
2614
  },
2615
2615
  "value": "#FFC400",
2616
- "filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
2616
+ "filePath": "schema/themes/atlassian-legacy-light/color/accent.tsx",
2617
2617
  "isSource": true,
2618
2618
  "original": {
2619
2619
  "attributes": {
@@ -2635,7 +2635,7 @@ var tokens = [{
2635
2635
  "description": "Pressed state of color.background.accent.yellow.subtlest."
2636
2636
  },
2637
2637
  "value": "#FFAB00",
2638
- "filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
2638
+ "filePath": "schema/themes/atlassian-legacy-light/color/accent.tsx",
2639
2639
  "isSource": true,
2640
2640
  "original": {
2641
2641
  "attributes": {
@@ -2657,7 +2657,7 @@ var tokens = [{
2657
2657
  "description": "Use for yellow backgrounds when there is no meaning tied to the color, such as colored tags."
2658
2658
  },
2659
2659
  "value": "#FFC400",
2660
- "filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
2660
+ "filePath": "schema/themes/atlassian-legacy-light/color/accent.tsx",
2661
2661
  "isSource": true,
2662
2662
  "original": {
2663
2663
  "attributes": {
@@ -2679,7 +2679,7 @@ var tokens = [{
2679
2679
  "description": "Hovered state of color.background.accent.yellow.subtler."
2680
2680
  },
2681
2681
  "value": "#FFAB00",
2682
- "filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
2682
+ "filePath": "schema/themes/atlassian-legacy-light/color/accent.tsx",
2683
2683
  "isSource": true,
2684
2684
  "original": {
2685
2685
  "attributes": {
@@ -2701,7 +2701,7 @@ var tokens = [{
2701
2701
  "description": "Pressed state of color.background.accent.yellow.subtler."
2702
2702
  },
2703
2703
  "value": "#FF991F",
2704
- "filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
2704
+ "filePath": "schema/themes/atlassian-legacy-light/color/accent.tsx",
2705
2705
  "isSource": true,
2706
2706
  "original": {
2707
2707
  "attributes": {
@@ -2723,7 +2723,7 @@ var tokens = [{
2723
2723
  "description": "Use for vibrant yellow backgrounds when there is no meaning tied to the color, such as colored tags."
2724
2724
  },
2725
2725
  "value": "#FF991F",
2726
- "filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
2726
+ "filePath": "schema/themes/atlassian-legacy-light/color/accent.tsx",
2727
2727
  "isSource": true,
2728
2728
  "original": {
2729
2729
  "attributes": {
@@ -2745,7 +2745,7 @@ var tokens = [{
2745
2745
  "description": "Hovered state of color.background.accent.yellow.subtle."
2746
2746
  },
2747
2747
  "value": "#FFAB00",
2748
- "filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
2748
+ "filePath": "schema/themes/atlassian-legacy-light/color/accent.tsx",
2749
2749
  "isSource": true,
2750
2750
  "original": {
2751
2751
  "attributes": {
@@ -2767,7 +2767,7 @@ var tokens = [{
2767
2767
  "description": "Pressed state of color.background.accent.yellow.subtle."
2768
2768
  },
2769
2769
  "value": "#FFC400",
2770
- "filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
2770
+ "filePath": "schema/themes/atlassian-legacy-light/color/accent.tsx",
2771
2771
  "isSource": true,
2772
2772
  "original": {
2773
2773
  "attributes": {
@@ -2789,7 +2789,7 @@ var tokens = [{
2789
2789
  "description": "Use for yellow backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements."
2790
2790
  },
2791
2791
  "value": "#FF991F",
2792
- "filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
2792
+ "filePath": "schema/themes/atlassian-legacy-light/color/accent.tsx",
2793
2793
  "isSource": true,
2794
2794
  "original": {
2795
2795
  "attributes": {
@@ -2811,7 +2811,7 @@ var tokens = [{
2811
2811
  "description": "Hovered state of color.background.accent.yellow.bolder."
2812
2812
  },
2813
2813
  "value": "#FFAB00",
2814
- "filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
2814
+ "filePath": "schema/themes/atlassian-legacy-light/color/accent.tsx",
2815
2815
  "isSource": true,
2816
2816
  "original": {
2817
2817
  "attributes": {
@@ -2833,7 +2833,7 @@ var tokens = [{
2833
2833
  "description": "Pressed state of color.background.accent.yellow.bolder."
2834
2834
  },
2835
2835
  "value": "#FFC400",
2836
- "filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
2836
+ "filePath": "schema/themes/atlassian-legacy-light/color/accent.tsx",
2837
2837
  "isSource": true,
2838
2838
  "original": {
2839
2839
  "attributes": {
@@ -2855,7 +2855,7 @@ var tokens = [{
2855
2855
  "description": "Use for green backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
2856
2856
  },
2857
2857
  "value": "#79F2C0",
2858
- "filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
2858
+ "filePath": "schema/themes/atlassian-legacy-light/color/accent.tsx",
2859
2859
  "isSource": true,
2860
2860
  "original": {
2861
2861
  "attributes": {
@@ -2877,7 +2877,7 @@ var tokens = [{
2877
2877
  "description": "Hovered state of color.background.accent.green.subtlest."
2878
2878
  },
2879
2879
  "value": "#57D9A3",
2880
- "filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
2880
+ "filePath": "schema/themes/atlassian-legacy-light/color/accent.tsx",
2881
2881
  "isSource": true,
2882
2882
  "original": {
2883
2883
  "attributes": {
@@ -2899,7 +2899,7 @@ var tokens = [{
2899
2899
  "description": "Pressed state of color.background.accent.green.subtlest."
2900
2900
  },
2901
2901
  "value": "#36B37E",
2902
- "filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
2902
+ "filePath": "schema/themes/atlassian-legacy-light/color/accent.tsx",
2903
2903
  "isSource": true,
2904
2904
  "original": {
2905
2905
  "attributes": {
@@ -2921,7 +2921,7 @@ var tokens = [{
2921
2921
  "description": "Use for green backgrounds when there is no meaning tied to the color, such as colored tags."
2922
2922
  },
2923
2923
  "value": "#57D9A3",
2924
- "filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
2924
+ "filePath": "schema/themes/atlassian-legacy-light/color/accent.tsx",
2925
2925
  "isSource": true,
2926
2926
  "original": {
2927
2927
  "attributes": {
@@ -2943,7 +2943,7 @@ var tokens = [{
2943
2943
  "description": "Hovered state of color.background.accent.green.subtler."
2944
2944
  },
2945
2945
  "value": "#36B37E",
2946
- "filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
2946
+ "filePath": "schema/themes/atlassian-legacy-light/color/accent.tsx",
2947
2947
  "isSource": true,
2948
2948
  "original": {
2949
2949
  "attributes": {
@@ -2965,7 +2965,7 @@ var tokens = [{
2965
2965
  "description": "Pressed state of color.background.accent.green.subtler."
2966
2966
  },
2967
2967
  "value": "#00875A",
2968
- "filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
2968
+ "filePath": "schema/themes/atlassian-legacy-light/color/accent.tsx",
2969
2969
  "isSource": true,
2970
2970
  "original": {
2971
2971
  "attributes": {
@@ -2987,7 +2987,7 @@ var tokens = [{
2987
2987
  "description": "Use for vibrant green backgrounds when there is no meaning tied to the color, such as colored tags."
2988
2988
  },
2989
2989
  "value": "#00875A",
2990
- "filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
2990
+ "filePath": "schema/themes/atlassian-legacy-light/color/accent.tsx",
2991
2991
  "isSource": true,
2992
2992
  "original": {
2993
2993
  "attributes": {
@@ -3009,7 +3009,7 @@ var tokens = [{
3009
3009
  "description": "Hovered state of color.background.accent.green.subtle."
3010
3010
  },
3011
3011
  "value": "#36B37E",
3012
- "filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
3012
+ "filePath": "schema/themes/atlassian-legacy-light/color/accent.tsx",
3013
3013
  "isSource": true,
3014
3014
  "original": {
3015
3015
  "attributes": {
@@ -3031,7 +3031,7 @@ var tokens = [{
3031
3031
  "description": "Pressed state of color.background.accent.green.subtle."
3032
3032
  },
3033
3033
  "value": "#57D9A3",
3034
- "filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
3034
+ "filePath": "schema/themes/atlassian-legacy-light/color/accent.tsx",
3035
3035
  "isSource": true,
3036
3036
  "original": {
3037
3037
  "attributes": {
@@ -3053,7 +3053,7 @@ var tokens = [{
3053
3053
  "description": "Use for green backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements."
3054
3054
  },
3055
3055
  "value": "#00875A",
3056
- "filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
3056
+ "filePath": "schema/themes/atlassian-legacy-light/color/accent.tsx",
3057
3057
  "isSource": true,
3058
3058
  "original": {
3059
3059
  "attributes": {
@@ -3075,7 +3075,7 @@ var tokens = [{
3075
3075
  "description": "Hovered state of color.background.accent.green.bolder."
3076
3076
  },
3077
3077
  "value": "#36B37E",
3078
- "filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
3078
+ "filePath": "schema/themes/atlassian-legacy-light/color/accent.tsx",
3079
3079
  "isSource": true,
3080
3080
  "original": {
3081
3081
  "attributes": {
@@ -3097,7 +3097,7 @@ var tokens = [{
3097
3097
  "description": "Pressed state of color.background.accent.green.bolder."
3098
3098
  },
3099
3099
  "value": "#57D9A3",
3100
- "filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
3100
+ "filePath": "schema/themes/atlassian-legacy-light/color/accent.tsx",
3101
3101
  "isSource": true,
3102
3102
  "original": {
3103
3103
  "attributes": {
@@ -3119,7 +3119,7 @@ var tokens = [{
3119
3119
  "description": "Use for teal backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
3120
3120
  },
3121
3121
  "value": "#79E2F2",
3122
- "filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
3122
+ "filePath": "schema/themes/atlassian-legacy-light/color/accent.tsx",
3123
3123
  "isSource": true,
3124
3124
  "original": {
3125
3125
  "attributes": {
@@ -3141,7 +3141,7 @@ var tokens = [{
3141
3141
  "description": "Hovered state of color.background.accent.teal.subtlest."
3142
3142
  },
3143
3143
  "value": "#00C7E6",
3144
- "filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
3144
+ "filePath": "schema/themes/atlassian-legacy-light/color/accent.tsx",
3145
3145
  "isSource": true,
3146
3146
  "original": {
3147
3147
  "attributes": {
@@ -3163,7 +3163,7 @@ var tokens = [{
3163
3163
  "description": "Pressed state of color.background.accent.teal.subtlest."
3164
3164
  },
3165
3165
  "value": "#00B8D9",
3166
- "filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
3166
+ "filePath": "schema/themes/atlassian-legacy-light/color/accent.tsx",
3167
3167
  "isSource": true,
3168
3168
  "original": {
3169
3169
  "attributes": {
@@ -3185,7 +3185,7 @@ var tokens = [{
3185
3185
  "description": "Use for teal backgrounds when there is no meaning tied to the color, such as colored tags."
3186
3186
  },
3187
3187
  "value": "#00C7E6",
3188
- "filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
3188
+ "filePath": "schema/themes/atlassian-legacy-light/color/accent.tsx",
3189
3189
  "isSource": true,
3190
3190
  "original": {
3191
3191
  "attributes": {
@@ -3207,7 +3207,7 @@ var tokens = [{
3207
3207
  "description": "Hovered state of color.background.accent.teal.subtler."
3208
3208
  },
3209
3209
  "value": "#00B8D9",
3210
- "filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
3210
+ "filePath": "schema/themes/atlassian-legacy-light/color/accent.tsx",
3211
3211
  "isSource": true,
3212
3212
  "original": {
3213
3213
  "attributes": {
@@ -3229,7 +3229,7 @@ var tokens = [{
3229
3229
  "description": "Pressed state of color.background.accent.teal.subtler."
3230
3230
  },
3231
3231
  "value": "#00A3BF",
3232
- "filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
3232
+ "filePath": "schema/themes/atlassian-legacy-light/color/accent.tsx",
3233
3233
  "isSource": true,
3234
3234
  "original": {
3235
3235
  "attributes": {
@@ -3251,7 +3251,7 @@ var tokens = [{
3251
3251
  "description": "Use for vibrant teal backgrounds when there is no meaning tied to the color, such as colored tags."
3252
3252
  },
3253
3253
  "value": "#00A3BF",
3254
- "filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
3254
+ "filePath": "schema/themes/atlassian-legacy-light/color/accent.tsx",
3255
3255
  "isSource": true,
3256
3256
  "original": {
3257
3257
  "attributes": {
@@ -3273,7 +3273,7 @@ var tokens = [{
3273
3273
  "description": "Hovered state of color.background.accent.teal.subtle."
3274
3274
  },
3275
3275
  "value": "#00B8D9",
3276
- "filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
3276
+ "filePath": "schema/themes/atlassian-legacy-light/color/accent.tsx",
3277
3277
  "isSource": true,
3278
3278
  "original": {
3279
3279
  "attributes": {
@@ -3295,7 +3295,7 @@ var tokens = [{
3295
3295
  "description": "Pressed state of color.background.accent.teal.subtle."
3296
3296
  },
3297
3297
  "value": "#00C7E6",
3298
- "filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
3298
+ "filePath": "schema/themes/atlassian-legacy-light/color/accent.tsx",
3299
3299
  "isSource": true,
3300
3300
  "original": {
3301
3301
  "attributes": {
@@ -3317,7 +3317,7 @@ var tokens = [{
3317
3317
  "description": "Use for teal backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements."
3318
3318
  },
3319
3319
  "value": "#00A3BF",
3320
- "filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
3320
+ "filePath": "schema/themes/atlassian-legacy-light/color/accent.tsx",
3321
3321
  "isSource": true,
3322
3322
  "original": {
3323
3323
  "attributes": {
@@ -3339,7 +3339,7 @@ var tokens = [{
3339
3339
  "description": "Hovered state of color.background.accent.teal.bolder."
3340
3340
  },
3341
3341
  "value": "#00B8D9",
3342
- "filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
3342
+ "filePath": "schema/themes/atlassian-legacy-light/color/accent.tsx",
3343
3343
  "isSource": true,
3344
3344
  "original": {
3345
3345
  "attributes": {
@@ -3361,7 +3361,7 @@ var tokens = [{
3361
3361
  "description": "Pressed state of color.background.accent.teal.bolder."
3362
3362
  },
3363
3363
  "value": "#00C7E6",
3364
- "filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
3364
+ "filePath": "schema/themes/atlassian-legacy-light/color/accent.tsx",
3365
3365
  "isSource": true,
3366
3366
  "original": {
3367
3367
  "attributes": {
@@ -3383,7 +3383,7 @@ var tokens = [{
3383
3383
  "description": "Use for blue backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
3384
3384
  },
3385
3385
  "value": "#4C9AFF",
3386
- "filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
3386
+ "filePath": "schema/themes/atlassian-legacy-light/color/accent.tsx",
3387
3387
  "isSource": true,
3388
3388
  "original": {
3389
3389
  "attributes": {
@@ -3405,7 +3405,7 @@ var tokens = [{
3405
3405
  "description": "Hovered state of color.background.accent.blue.subtlest."
3406
3406
  },
3407
3407
  "value": "#2684FF",
3408
- "filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
3408
+ "filePath": "schema/themes/atlassian-legacy-light/color/accent.tsx",
3409
3409
  "isSource": true,
3410
3410
  "original": {
3411
3411
  "attributes": {
@@ -3427,7 +3427,7 @@ var tokens = [{
3427
3427
  "description": "Pressed state of color.background.accent.blue.subtlest."
3428
3428
  },
3429
3429
  "value": "#0065FF",
3430
- "filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
3430
+ "filePath": "schema/themes/atlassian-legacy-light/color/accent.tsx",
3431
3431
  "isSource": true,
3432
3432
  "original": {
3433
3433
  "attributes": {
@@ -3449,7 +3449,7 @@ var tokens = [{
3449
3449
  "description": "Use for blue backgrounds when there is no meaning tied to the color, such as colored tags."
3450
3450
  },
3451
3451
  "value": "#2684FF",
3452
- "filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
3452
+ "filePath": "schema/themes/atlassian-legacy-light/color/accent.tsx",
3453
3453
  "isSource": true,
3454
3454
  "original": {
3455
3455
  "attributes": {
@@ -3471,7 +3471,7 @@ var tokens = [{
3471
3471
  "description": "Hovered state of color.background.accent.blue.subtler."
3472
3472
  },
3473
3473
  "value": "#0065FF",
3474
- "filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
3474
+ "filePath": "schema/themes/atlassian-legacy-light/color/accent.tsx",
3475
3475
  "isSource": true,
3476
3476
  "original": {
3477
3477
  "attributes": {
@@ -3493,7 +3493,7 @@ var tokens = [{
3493
3493
  "description": "Pressed state of color.background.accent.blue.subtler."
3494
3494
  },
3495
3495
  "value": "#0052CC",
3496
- "filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
3496
+ "filePath": "schema/themes/atlassian-legacy-light/color/accent.tsx",
3497
3497
  "isSource": true,
3498
3498
  "original": {
3499
3499
  "attributes": {
@@ -3515,7 +3515,7 @@ var tokens = [{
3515
3515
  "description": "Use for vibrant blue backgrounds when there is no meaning tied to the color, such as colored tags."
3516
3516
  },
3517
3517
  "value": "#0052CC",
3518
- "filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
3518
+ "filePath": "schema/themes/atlassian-legacy-light/color/accent.tsx",
3519
3519
  "isSource": true,
3520
3520
  "original": {
3521
3521
  "attributes": {
@@ -3537,7 +3537,7 @@ var tokens = [{
3537
3537
  "description": "Hovered state of color.background.accent.blue.subtle."
3538
3538
  },
3539
3539
  "value": "#0065FF",
3540
- "filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
3540
+ "filePath": "schema/themes/atlassian-legacy-light/color/accent.tsx",
3541
3541
  "isSource": true,
3542
3542
  "original": {
3543
3543
  "attributes": {
@@ -3559,7 +3559,7 @@ var tokens = [{
3559
3559
  "description": "Pressed state of color.background.accent.blue.subtle."
3560
3560
  },
3561
3561
  "value": "#2684FF",
3562
- "filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
3562
+ "filePath": "schema/themes/atlassian-legacy-light/color/accent.tsx",
3563
3563
  "isSource": true,
3564
3564
  "original": {
3565
3565
  "attributes": {
@@ -3581,7 +3581,7 @@ var tokens = [{
3581
3581
  "description": "Use for blue backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements."
3582
3582
  },
3583
3583
  "value": "#0052CC",
3584
- "filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
3584
+ "filePath": "schema/themes/atlassian-legacy-light/color/accent.tsx",
3585
3585
  "isSource": true,
3586
3586
  "original": {
3587
3587
  "attributes": {
@@ -3603,7 +3603,7 @@ var tokens = [{
3603
3603
  "description": "Hovered state of color.background.accent.blue.bolder."
3604
3604
  },
3605
3605
  "value": "#0065FF",
3606
- "filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
3606
+ "filePath": "schema/themes/atlassian-legacy-light/color/accent.tsx",
3607
3607
  "isSource": true,
3608
3608
  "original": {
3609
3609
  "attributes": {
@@ -3625,7 +3625,7 @@ var tokens = [{
3625
3625
  "description": "Pressed state of color.background.accent.blue.bolder."
3626
3626
  },
3627
3627
  "value": "#2684FF",
3628
- "filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
3628
+ "filePath": "schema/themes/atlassian-legacy-light/color/accent.tsx",
3629
3629
  "isSource": true,
3630
3630
  "original": {
3631
3631
  "attributes": {
@@ -3647,7 +3647,7 @@ var tokens = [{
3647
3647
  "description": "Use for purple backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
3648
3648
  },
3649
3649
  "value": "#998DD9",
3650
- "filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
3650
+ "filePath": "schema/themes/atlassian-legacy-light/color/accent.tsx",
3651
3651
  "isSource": true,
3652
3652
  "original": {
3653
3653
  "attributes": {
@@ -3669,7 +3669,7 @@ var tokens = [{
3669
3669
  "description": "Hovered state of color.background.accent.purple.subtlest."
3670
3670
  },
3671
3671
  "value": "#8777D9",
3672
- "filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
3672
+ "filePath": "schema/themes/atlassian-legacy-light/color/accent.tsx",
3673
3673
  "isSource": true,
3674
3674
  "original": {
3675
3675
  "attributes": {
@@ -3691,7 +3691,7 @@ var tokens = [{
3691
3691
  "description": "Pressed state of color.background.accent.purple.subtlest."
3692
3692
  },
3693
3693
  "value": "#6554C0",
3694
- "filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
3694
+ "filePath": "schema/themes/atlassian-legacy-light/color/accent.tsx",
3695
3695
  "isSource": true,
3696
3696
  "original": {
3697
3697
  "attributes": {
@@ -3713,7 +3713,7 @@ var tokens = [{
3713
3713
  "description": "Use for purple backgrounds when there is no meaning tied to the color, such as colored tags."
3714
3714
  },
3715
3715
  "value": "#8777D9",
3716
- "filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
3716
+ "filePath": "schema/themes/atlassian-legacy-light/color/accent.tsx",
3717
3717
  "isSource": true,
3718
3718
  "original": {
3719
3719
  "attributes": {
@@ -3735,7 +3735,7 @@ var tokens = [{
3735
3735
  "description": "Hovered state of color.background.accent.purple.subtler."
3736
3736
  },
3737
3737
  "value": "#6554C0",
3738
- "filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
3738
+ "filePath": "schema/themes/atlassian-legacy-light/color/accent.tsx",
3739
3739
  "isSource": true,
3740
3740
  "original": {
3741
3741
  "attributes": {
@@ -3757,7 +3757,7 @@ var tokens = [{
3757
3757
  "description": "Pressed state of color.background.accent.purple.subtler."
3758
3758
  },
3759
3759
  "value": "#5243AA",
3760
- "filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
3760
+ "filePath": "schema/themes/atlassian-legacy-light/color/accent.tsx",
3761
3761
  "isSource": true,
3762
3762
  "original": {
3763
3763
  "attributes": {
@@ -3779,7 +3779,7 @@ var tokens = [{
3779
3779
  "description": "Use for vibrant purple backgrounds when there is no meaning tied to the color, such as colored tags."
3780
3780
  },
3781
3781
  "value": "#5243AA",
3782
- "filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
3782
+ "filePath": "schema/themes/atlassian-legacy-light/color/accent.tsx",
3783
3783
  "isSource": true,
3784
3784
  "original": {
3785
3785
  "attributes": {
@@ -3801,7 +3801,7 @@ var tokens = [{
3801
3801
  "description": "Hovered state of color.background.accent.purple.subtle."
3802
3802
  },
3803
3803
  "value": "#6554C0",
3804
- "filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
3804
+ "filePath": "schema/themes/atlassian-legacy-light/color/accent.tsx",
3805
3805
  "isSource": true,
3806
3806
  "original": {
3807
3807
  "attributes": {
@@ -3823,7 +3823,7 @@ var tokens = [{
3823
3823
  "description": "Pressed state of color.background.accent.purple.subtle."
3824
3824
  },
3825
3825
  "value": "#8777D9",
3826
- "filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
3826
+ "filePath": "schema/themes/atlassian-legacy-light/color/accent.tsx",
3827
3827
  "isSource": true,
3828
3828
  "original": {
3829
3829
  "attributes": {
@@ -3845,7 +3845,7 @@ var tokens = [{
3845
3845
  "description": "Use for purple backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements."
3846
3846
  },
3847
3847
  "value": "#5243AA",
3848
- "filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
3848
+ "filePath": "schema/themes/atlassian-legacy-light/color/accent.tsx",
3849
3849
  "isSource": true,
3850
3850
  "original": {
3851
3851
  "attributes": {
@@ -3867,7 +3867,7 @@ var tokens = [{
3867
3867
  "description": "Hovered state of color.background.accent.purple.bolder."
3868
3868
  },
3869
3869
  "value": "#6554C0",
3870
- "filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
3870
+ "filePath": "schema/themes/atlassian-legacy-light/color/accent.tsx",
3871
3871
  "isSource": true,
3872
3872
  "original": {
3873
3873
  "attributes": {
@@ -3889,7 +3889,7 @@ var tokens = [{
3889
3889
  "description": "Pressed state of color.background.accent.purple.bolder."
3890
3890
  },
3891
3891
  "value": "#8777D9",
3892
- "filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
3892
+ "filePath": "schema/themes/atlassian-legacy-light/color/accent.tsx",
3893
3893
  "isSource": true,
3894
3894
  "original": {
3895
3895
  "attributes": {
@@ -3911,7 +3911,7 @@ var tokens = [{
3911
3911
  "description": "Use for magenta backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
3912
3912
  },
3913
3913
  "value": "#FFECF8",
3914
- "filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
3914
+ "filePath": "schema/themes/atlassian-legacy-light/color/accent.tsx",
3915
3915
  "isSource": true,
3916
3916
  "original": {
3917
3917
  "attributes": {
@@ -3933,7 +3933,7 @@ var tokens = [{
3933
3933
  "description": "Hovered state of color.background.accent.magenta.subtlest."
3934
3934
  },
3935
3935
  "value": "#FDD0EC",
3936
- "filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
3936
+ "filePath": "schema/themes/atlassian-legacy-light/color/accent.tsx",
3937
3937
  "isSource": true,
3938
3938
  "original": {
3939
3939
  "attributes": {
@@ -3955,7 +3955,7 @@ var tokens = [{
3955
3955
  "description": "Pressed state of color.background.accent.magenta.subtlest."
3956
3956
  },
3957
3957
  "value": "#F797D2",
3958
- "filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
3958
+ "filePath": "schema/themes/atlassian-legacy-light/color/accent.tsx",
3959
3959
  "isSource": true,
3960
3960
  "original": {
3961
3961
  "attributes": {
@@ -3977,7 +3977,7 @@ var tokens = [{
3977
3977
  "description": "Use for magenta backgrounds when there is no meaning tied to the color, such as colored tags."
3978
3978
  },
3979
3979
  "value": "#FDD0EC",
3980
- "filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
3980
+ "filePath": "schema/themes/atlassian-legacy-light/color/accent.tsx",
3981
3981
  "isSource": true,
3982
3982
  "original": {
3983
3983
  "attributes": {
@@ -3999,7 +3999,7 @@ var tokens = [{
3999
3999
  "description": "Hovered state of color.background.accent.magenta.subtler."
4000
4000
  },
4001
4001
  "value": "#F797D2",
4002
- "filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
4002
+ "filePath": "schema/themes/atlassian-legacy-light/color/accent.tsx",
4003
4003
  "isSource": true,
4004
4004
  "original": {
4005
4005
  "attributes": {
@@ -4021,7 +4021,7 @@ var tokens = [{
4021
4021
  "description": "Pressed state of color.background.accent.magenta.subtler."
4022
4022
  },
4023
4023
  "value": "#E774BB",
4024
- "filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
4024
+ "filePath": "schema/themes/atlassian-legacy-light/color/accent.tsx",
4025
4025
  "isSource": true,
4026
4026
  "original": {
4027
4027
  "attributes": {
@@ -4043,7 +4043,7 @@ var tokens = [{
4043
4043
  "description": "Use for vibrant magenta backgrounds when there is no meaning tied to the color, such as colored tags."
4044
4044
  },
4045
4045
  "value": "#E774BB",
4046
- "filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
4046
+ "filePath": "schema/themes/atlassian-legacy-light/color/accent.tsx",
4047
4047
  "isSource": true,
4048
4048
  "original": {
4049
4049
  "attributes": {
@@ -4065,7 +4065,7 @@ var tokens = [{
4065
4065
  "description": "Hovered state of color.background.accent.magenta.subtle."
4066
4066
  },
4067
4067
  "value": "#F797D2",
4068
- "filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
4068
+ "filePath": "schema/themes/atlassian-legacy-light/color/accent.tsx",
4069
4069
  "isSource": true,
4070
4070
  "original": {
4071
4071
  "attributes": {
@@ -4087,7 +4087,7 @@ var tokens = [{
4087
4087
  "description": "Pressed state of color.background.accent.magenta.subtle."
4088
4088
  },
4089
4089
  "value": "#FDD0EC",
4090
- "filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
4090
+ "filePath": "schema/themes/atlassian-legacy-light/color/accent.tsx",
4091
4091
  "isSource": true,
4092
4092
  "original": {
4093
4093
  "attributes": {
@@ -4109,7 +4109,7 @@ var tokens = [{
4109
4109
  "description": "Use for magenta backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements."
4110
4110
  },
4111
4111
  "value": "#AE4787",
4112
- "filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
4112
+ "filePath": "schema/themes/atlassian-legacy-light/color/accent.tsx",
4113
4113
  "isSource": true,
4114
4114
  "original": {
4115
4115
  "attributes": {
@@ -4131,7 +4131,7 @@ var tokens = [{
4131
4131
  "description": "Hovered state of color.background.accent.magenta.bolder."
4132
4132
  },
4133
4133
  "value": "#943D73",
4134
- "filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
4134
+ "filePath": "schema/themes/atlassian-legacy-light/color/accent.tsx",
4135
4135
  "isSource": true,
4136
4136
  "original": {
4137
4137
  "attributes": {
@@ -4153,7 +4153,7 @@ var tokens = [{
4153
4153
  "description": "Pressed state of color.background.accent.magenta.bolder."
4154
4154
  },
4155
4155
  "value": "#50253F",
4156
- "filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
4156
+ "filePath": "schema/themes/atlassian-legacy-light/color/accent.tsx",
4157
4157
  "isSource": true,
4158
4158
  "original": {
4159
4159
  "attributes": {
@@ -4175,7 +4175,7 @@ var tokens = [{
4175
4175
  "description": "Use for gray backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
4176
4176
  },
4177
4177
  "value": "#6B778C",
4178
- "filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
4178
+ "filePath": "schema/themes/atlassian-legacy-light/color/accent.tsx",
4179
4179
  "isSource": true,
4180
4180
  "original": {
4181
4181
  "attributes": {
@@ -4197,7 +4197,7 @@ var tokens = [{
4197
4197
  "description": "Hovered state of color.background.accent.gray.subtlest."
4198
4198
  },
4199
4199
  "value": "#5E6C84",
4200
- "filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
4200
+ "filePath": "schema/themes/atlassian-legacy-light/color/accent.tsx",
4201
4201
  "isSource": true,
4202
4202
  "original": {
4203
4203
  "attributes": {
@@ -4219,7 +4219,7 @@ var tokens = [{
4219
4219
  "description": "Pressed state of color.background.accent.gray.subtlest."
4220
4220
  },
4221
4221
  "value": "#505F79",
4222
- "filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
4222
+ "filePath": "schema/themes/atlassian-legacy-light/color/accent.tsx",
4223
4223
  "isSource": true,
4224
4224
  "original": {
4225
4225
  "attributes": {
@@ -4241,7 +4241,7 @@ var tokens = [{
4241
4241
  "description": "Use for gray backgrounds when there is no meaning tied to the color, such as colored tags."
4242
4242
  },
4243
4243
  "value": "#5E6C84",
4244
- "filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
4244
+ "filePath": "schema/themes/atlassian-legacy-light/color/accent.tsx",
4245
4245
  "isSource": true,
4246
4246
  "original": {
4247
4247
  "attributes": {
@@ -4263,7 +4263,7 @@ var tokens = [{
4263
4263
  "description": "Hovered state of color.background.accent.gray.subtler."
4264
4264
  },
4265
4265
  "value": "#505F79",
4266
- "filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
4266
+ "filePath": "schema/themes/atlassian-legacy-light/color/accent.tsx",
4267
4267
  "isSource": true,
4268
4268
  "original": {
4269
4269
  "attributes": {
@@ -4285,7 +4285,7 @@ var tokens = [{
4285
4285
  "description": "Pressed state of color.background.accent.gray.subtler."
4286
4286
  },
4287
4287
  "value": "#42526E",
4288
- "filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
4288
+ "filePath": "schema/themes/atlassian-legacy-light/color/accent.tsx",
4289
4289
  "isSource": true,
4290
4290
  "original": {
4291
4291
  "attributes": {
@@ -4307,7 +4307,7 @@ var tokens = [{
4307
4307
  "description": "Use for vibrant gray backgrounds when there is no meaning tied to the color, such as colored tags."
4308
4308
  },
4309
4309
  "value": "#505F79",
4310
- "filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
4310
+ "filePath": "schema/themes/atlassian-legacy-light/color/accent.tsx",
4311
4311
  "isSource": true,
4312
4312
  "original": {
4313
4313
  "attributes": {
@@ -4329,7 +4329,7 @@ var tokens = [{
4329
4329
  "description": "Hovered state of color.background.accent.gray.subtle."
4330
4330
  },
4331
4331
  "value": "#5E6C84",
4332
- "filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
4332
+ "filePath": "schema/themes/atlassian-legacy-light/color/accent.tsx",
4333
4333
  "isSource": true,
4334
4334
  "original": {
4335
4335
  "attributes": {
@@ -4351,7 +4351,7 @@ var tokens = [{
4351
4351
  "description": "Pressed state of color.background.accent.gray.subtle."
4352
4352
  },
4353
4353
  "value": "#6B778C",
4354
- "filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
4354
+ "filePath": "schema/themes/atlassian-legacy-light/color/accent.tsx",
4355
4355
  "isSource": true,
4356
4356
  "original": {
4357
4357
  "attributes": {
@@ -4373,7 +4373,7 @@ var tokens = [{
4373
4373
  "description": "Use for gray backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements."
4374
4374
  },
4375
4375
  "value": "#42526E",
4376
- "filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
4376
+ "filePath": "schema/themes/atlassian-legacy-light/color/accent.tsx",
4377
4377
  "isSource": true,
4378
4378
  "original": {
4379
4379
  "attributes": {
@@ -4395,7 +4395,7 @@ var tokens = [{
4395
4395
  "description": "Hovered state of color.background.accent.gray.bolder."
4396
4396
  },
4397
4397
  "value": "#344563",
4398
- "filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
4398
+ "filePath": "schema/themes/atlassian-legacy-light/color/accent.tsx",
4399
4399
  "isSource": true,
4400
4400
  "original": {
4401
4401
  "attributes": {
@@ -4417,7 +4417,7 @@ var tokens = [{
4417
4417
  "description": "Pressed state of color.background.accent.gray.subtlest."
4418
4418
  },
4419
4419
  "value": "#253858",
4420
- "filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
4420
+ "filePath": "schema/themes/atlassian-legacy-light/color/accent.tsx",
4421
4421
  "isSource": true,
4422
4422
  "original": {
4423
4423
  "attributes": {
@@ -4439,7 +4439,7 @@ var tokens = [{
4439
4439
  "description": "Use for backgrounds of elements in a disabled state."
4440
4440
  },
4441
4441
  "value": "#091e4289",
4442
- "filePath": "src/tokens/atlassian-legacy-light/color/background.tsx",
4442
+ "filePath": "schema/themes/atlassian-legacy-light/color/background.tsx",
4443
4443
  "isSource": true,
4444
4444
  "original": {
4445
4445
  "attributes": {
@@ -4461,7 +4461,7 @@ var tokens = [{
4461
4461
  "description": "Use for background of form UI elements, such as text fields, checkboxes, and radio buttons."
4462
4462
  },
4463
4463
  "value": "#FAFBFC",
4464
- "filePath": "src/tokens/atlassian-legacy-light/color/background.tsx",
4464
+ "filePath": "schema/themes/atlassian-legacy-light/color/background.tsx",
4465
4465
  "isSource": true,
4466
4466
  "original": {
4467
4467
  "attributes": {
@@ -4483,7 +4483,7 @@ var tokens = [{
4483
4483
  "description": "Hovered state for color.background.input"
4484
4484
  },
4485
4485
  "value": "#EBECF0",
4486
- "filePath": "src/tokens/atlassian-legacy-light/color/background.tsx",
4486
+ "filePath": "schema/themes/atlassian-legacy-light/color/background.tsx",
4487
4487
  "isSource": true,
4488
4488
  "original": {
4489
4489
  "attributes": {
@@ -4505,7 +4505,7 @@ var tokens = [{
4505
4505
  "description": "Pressed state for color.background.input"
4506
4506
  },
4507
4507
  "value": "#FFFFFF",
4508
- "filePath": "src/tokens/atlassian-legacy-light/color/background.tsx",
4508
+ "filePath": "schema/themes/atlassian-legacy-light/color/background.tsx",
4509
4509
  "isSource": true,
4510
4510
  "original": {
4511
4511
  "attributes": {
@@ -4527,7 +4527,7 @@ var tokens = [{
4527
4527
  "description": "Use for backgrounds of elements on a bold background, such as in the buttons on spotlight cards."
4528
4528
  },
4529
4529
  "value": "#00000029",
4530
- "filePath": "src/tokens/atlassian-legacy-light/color/background.tsx",
4530
+ "filePath": "schema/themes/atlassian-legacy-light/color/background.tsx",
4531
4531
  "isSource": true,
4532
4532
  "original": {
4533
4533
  "attributes": {
@@ -4549,7 +4549,7 @@ var tokens = [{
4549
4549
  "description": "Use for the hovered state of color.background.inverse.subtle"
4550
4550
  },
4551
4551
  "value": "#0000003D",
4552
- "filePath": "src/tokens/atlassian-legacy-light/color/background.tsx",
4552
+ "filePath": "schema/themes/atlassian-legacy-light/color/background.tsx",
4553
4553
  "isSource": true,
4554
4554
  "original": {
4555
4555
  "attributes": {
@@ -4571,7 +4571,7 @@ var tokens = [{
4571
4571
  "description": "Use for the pressed state of color.background.inverse.subtle"
4572
4572
  },
4573
4573
  "value": "#00000052",
4574
- "filePath": "src/tokens/atlassian-legacy-light/color/background.tsx",
4574
+ "filePath": "schema/themes/atlassian-legacy-light/color/background.tsx",
4575
4575
  "isSource": true,
4576
4576
  "original": {
4577
4577
  "attributes": {
@@ -4593,7 +4593,7 @@ var tokens = [{
4593
4593
  "description": "The default background for neutral elements, such as default buttons."
4594
4594
  },
4595
4595
  "value": "#DFE1E6",
4596
- "filePath": "src/tokens/atlassian-legacy-light/color/background.tsx",
4596
+ "filePath": "schema/themes/atlassian-legacy-light/color/background.tsx",
4597
4597
  "isSource": true,
4598
4598
  "original": {
4599
4599
  "attributes": {
@@ -4615,7 +4615,7 @@ var tokens = [{
4615
4615
  "description": "Hovered state for color.background.neutral"
4616
4616
  },
4617
4617
  "value": "#091e4214",
4618
- "filePath": "src/tokens/atlassian-legacy-light/color/background.tsx",
4618
+ "filePath": "schema/themes/atlassian-legacy-light/color/background.tsx",
4619
4619
  "isSource": true,
4620
4620
  "original": {
4621
4621
  "attributes": {
@@ -4637,7 +4637,7 @@ var tokens = [{
4637
4637
  "description": "Pressed state for color.background.neutral"
4638
4638
  },
4639
4639
  "value": "#B3D4FF",
4640
- "filePath": "src/tokens/atlassian-legacy-light/color/background.tsx",
4640
+ "filePath": "schema/themes/atlassian-legacy-light/color/background.tsx",
4641
4641
  "isSource": true,
4642
4642
  "original": {
4643
4643
  "attributes": {
@@ -4659,7 +4659,7 @@ var tokens = [{
4659
4659
  "description": "Use for the background of elements that appear to have no background in a resting state, such as subtle buttons and menu items."
4660
4660
  },
4661
4661
  "value": "transparent",
4662
- "filePath": "src/tokens/atlassian-legacy-light/color/background.tsx",
4662
+ "filePath": "schema/themes/atlassian-legacy-light/color/background.tsx",
4663
4663
  "isSource": true,
4664
4664
  "original": {
4665
4665
  "attributes": {
@@ -4681,7 +4681,7 @@ var tokens = [{
4681
4681
  "description": "Hovered state for color.background.neutral.subtle"
4682
4682
  },
4683
4683
  "value": "#091e4214",
4684
- "filePath": "src/tokens/atlassian-legacy-light/color/background.tsx",
4684
+ "filePath": "schema/themes/atlassian-legacy-light/color/background.tsx",
4685
4685
  "isSource": true,
4686
4686
  "original": {
4687
4687
  "attributes": {
@@ -4703,7 +4703,7 @@ var tokens = [{
4703
4703
  "description": "Pressed state for color.background.neutral.subtle"
4704
4704
  },
4705
4705
  "value": "#B3D4FF",
4706
- "filePath": "src/tokens/atlassian-legacy-light/color/background.tsx",
4706
+ "filePath": "schema/themes/atlassian-legacy-light/color/background.tsx",
4707
4707
  "isSource": true,
4708
4708
  "original": {
4709
4709
  "attributes": {
@@ -4725,7 +4725,7 @@ var tokens = [{
4725
4725
  "description": "A vibrant background option for neutral UI elements, such as announcement banners."
4726
4726
  },
4727
4727
  "value": "#42526E",
4728
- "filePath": "src/tokens/atlassian-legacy-light/color/background.tsx",
4728
+ "filePath": "schema/themes/atlassian-legacy-light/color/background.tsx",
4729
4729
  "isSource": true,
4730
4730
  "original": {
4731
4731
  "attributes": {
@@ -4747,7 +4747,7 @@ var tokens = [{
4747
4747
  "description": "Hovered state of color.background.neutral.bold"
4748
4748
  },
4749
4749
  "value": "#505F79",
4750
- "filePath": "src/tokens/atlassian-legacy-light/color/background.tsx",
4750
+ "filePath": "schema/themes/atlassian-legacy-light/color/background.tsx",
4751
4751
  "isSource": true,
4752
4752
  "original": {
4753
4753
  "attributes": {
@@ -4769,7 +4769,7 @@ var tokens = [{
4769
4769
  "description": "Pressed state of color.background.neutral.bold"
4770
4770
  },
4771
4771
  "value": "#344563",
4772
- "filePath": "src/tokens/atlassian-legacy-light/color/background.tsx",
4772
+ "filePath": "schema/themes/atlassian-legacy-light/color/background.tsx",
4773
4773
  "isSource": true,
4774
4774
  "original": {
4775
4775
  "attributes": {
@@ -4791,7 +4791,7 @@ var tokens = [{
4791
4791
  "description": "Use for the background of elements in a selected state, such as in opened dropdown buttons."
4792
4792
  },
4793
4793
  "value": "#DEEBFF",
4794
- "filePath": "src/tokens/atlassian-legacy-light/color/background.tsx",
4794
+ "filePath": "schema/themes/atlassian-legacy-light/color/background.tsx",
4795
4795
  "isSource": true,
4796
4796
  "original": {
4797
4797
  "attributes": {
@@ -4813,7 +4813,7 @@ var tokens = [{
4813
4813
  "description": "Hovered state for color.background.selected"
4814
4814
  },
4815
4815
  "value": "#B3D4FF",
4816
- "filePath": "src/tokens/atlassian-legacy-light/color/background.tsx",
4816
+ "filePath": "schema/themes/atlassian-legacy-light/color/background.tsx",
4817
4817
  "isSource": true,
4818
4818
  "original": {
4819
4819
  "attributes": {
@@ -4835,7 +4835,7 @@ var tokens = [{
4835
4835
  "description": "Pressed state for color.background.selected"
4836
4836
  },
4837
4837
  "value": "#4C9AFF",
4838
- "filePath": "src/tokens/atlassian-legacy-light/color/background.tsx",
4838
+ "filePath": "schema/themes/atlassian-legacy-light/color/background.tsx",
4839
4839
  "isSource": true,
4840
4840
  "original": {
4841
4841
  "attributes": {
@@ -4857,7 +4857,7 @@ var tokens = [{
4857
4857
  "description": "Use for the backgrounds of elements in a selected state, such as checkboxes and radio buttons."
4858
4858
  },
4859
4859
  "value": "#0052CC",
4860
- "filePath": "src/tokens/atlassian-legacy-light/color/background.tsx",
4860
+ "filePath": "schema/themes/atlassian-legacy-light/color/background.tsx",
4861
4861
  "isSource": true,
4862
4862
  "original": {
4863
4863
  "attributes": {
@@ -4879,7 +4879,7 @@ var tokens = [{
4879
4879
  "description": "Hovered state of color.background.selected.bold"
4880
4880
  },
4881
4881
  "value": "#2684FF",
4882
- "filePath": "src/tokens/atlassian-legacy-light/color/background.tsx",
4882
+ "filePath": "schema/themes/atlassian-legacy-light/color/background.tsx",
4883
4883
  "isSource": true,
4884
4884
  "original": {
4885
4885
  "attributes": {
@@ -4901,7 +4901,7 @@ var tokens = [{
4901
4901
  "description": "Pressed state of color.background.selected.bold"
4902
4902
  },
4903
4903
  "value": "#0052CC",
4904
- "filePath": "src/tokens/atlassian-legacy-light/color/background.tsx",
4904
+ "filePath": "schema/themes/atlassian-legacy-light/color/background.tsx",
4905
4905
  "isSource": true,
4906
4906
  "original": {
4907
4907
  "attributes": {
@@ -4923,7 +4923,7 @@ var tokens = [{
4923
4923
  "description": "Use for the background of elements used to reinforce our brand, but with less emphasis."
4924
4924
  },
4925
4925
  "value": "#B3D4FF",
4926
- "filePath": "src/tokens/atlassian-legacy-light/color/background.tsx",
4926
+ "filePath": "schema/themes/atlassian-legacy-light/color/background.tsx",
4927
4927
  "isSource": true,
4928
4928
  "original": {
4929
4929
  "attributes": {
@@ -4945,7 +4945,7 @@ var tokens = [{
4945
4945
  "description": "Hovered state of color.background.brand.subtlest."
4946
4946
  },
4947
4947
  "value": "#DEEBFF",
4948
- "filePath": "src/tokens/atlassian-legacy-light/color/background.tsx",
4948
+ "filePath": "schema/themes/atlassian-legacy-light/color/background.tsx",
4949
4949
  "isSource": true,
4950
4950
  "original": {
4951
4951
  "attributes": {
@@ -4967,7 +4967,7 @@ var tokens = [{
4967
4967
  "description": "Pressed state of color.background.brand.subtlest"
4968
4968
  },
4969
4969
  "value": "#4C9AFF",
4970
- "filePath": "src/tokens/atlassian-legacy-light/color/background.tsx",
4970
+ "filePath": "schema/themes/atlassian-legacy-light/color/background.tsx",
4971
4971
  "isSource": true,
4972
4972
  "original": {
4973
4973
  "attributes": {
@@ -4989,7 +4989,7 @@ var tokens = [{
4989
4989
  "description": "Use for the background of elements used to reinforce our brand, but with more emphasis."
4990
4990
  },
4991
4991
  "value": "#0052CC",
4992
- "filePath": "src/tokens/atlassian-legacy-light/color/background.tsx",
4992
+ "filePath": "schema/themes/atlassian-legacy-light/color/background.tsx",
4993
4993
  "isSource": true,
4994
4994
  "original": {
4995
4995
  "attributes": {
@@ -5011,7 +5011,7 @@ var tokens = [{
5011
5011
  "description": "Hovered state of color.background.brand.bold."
5012
5012
  },
5013
5013
  "value": "#0065FF",
5014
- "filePath": "src/tokens/atlassian-legacy-light/color/background.tsx",
5014
+ "filePath": "schema/themes/atlassian-legacy-light/color/background.tsx",
5015
5015
  "isSource": true,
5016
5016
  "original": {
5017
5017
  "attributes": {
@@ -5033,7 +5033,7 @@ var tokens = [{
5033
5033
  "description": "Pressed state of color.background.brand.bold."
5034
5034
  },
5035
5035
  "value": "#0747A6",
5036
- "filePath": "src/tokens/atlassian-legacy-light/color/background.tsx",
5036
+ "filePath": "schema/themes/atlassian-legacy-light/color/background.tsx",
5037
5037
  "isSource": true,
5038
5038
  "original": {
5039
5039
  "attributes": {
@@ -5055,7 +5055,7 @@ var tokens = [{
5055
5055
  "description": "Use for the background of elements used to reinforce our brand, that need to stand out a lot."
5056
5056
  },
5057
5057
  "value": "#0747A6",
5058
- "filePath": "src/tokens/atlassian-legacy-light/color/background.tsx",
5058
+ "filePath": "schema/themes/atlassian-legacy-light/color/background.tsx",
5059
5059
  "isSource": true,
5060
5060
  "original": {
5061
5061
  "attributes": {
@@ -5077,7 +5077,7 @@ var tokens = [{
5077
5077
  "description": "Hovered state of color.background.brand.boldest."
5078
5078
  },
5079
5079
  "value": "#0052CC",
5080
- "filePath": "src/tokens/atlassian-legacy-light/color/background.tsx",
5080
+ "filePath": "schema/themes/atlassian-legacy-light/color/background.tsx",
5081
5081
  "isSource": true,
5082
5082
  "original": {
5083
5083
  "attributes": {
@@ -5099,7 +5099,7 @@ var tokens = [{
5099
5099
  "description": "Pressed state of color.background.brand.boldest."
5100
5100
  },
5101
5101
  "value": "#0747A6",
5102
- "filePath": "src/tokens/atlassian-legacy-light/color/background.tsx",
5102
+ "filePath": "schema/themes/atlassian-legacy-light/color/background.tsx",
5103
5103
  "isSource": true,
5104
5104
  "original": {
5105
5105
  "attributes": {
@@ -5121,7 +5121,7 @@ var tokens = [{
5121
5121
  "description": "Use for backgrounds communicating critical information, such in error section messages."
5122
5122
  },
5123
5123
  "value": "#FFEBE6",
5124
- "filePath": "src/tokens/atlassian-legacy-light/color/background.tsx",
5124
+ "filePath": "schema/themes/atlassian-legacy-light/color/background.tsx",
5125
5125
  "isSource": true,
5126
5126
  "original": {
5127
5127
  "attributes": {
@@ -5143,7 +5143,7 @@ var tokens = [{
5143
5143
  "description": "Hovered state for color.background.danger"
5144
5144
  },
5145
5145
  "value": "#FFBDAD",
5146
- "filePath": "src/tokens/atlassian-legacy-light/color/background.tsx",
5146
+ "filePath": "schema/themes/atlassian-legacy-light/color/background.tsx",
5147
5147
  "isSource": true,
5148
5148
  "original": {
5149
5149
  "attributes": {
@@ -5165,7 +5165,7 @@ var tokens = [{
5165
5165
  "description": "Pressed state for color.background.danger"
5166
5166
  },
5167
5167
  "value": "#FF8F73",
5168
- "filePath": "src/tokens/atlassian-legacy-light/color/background.tsx",
5168
+ "filePath": "schema/themes/atlassian-legacy-light/color/background.tsx",
5169
5169
  "isSource": true,
5170
5170
  "original": {
5171
5171
  "attributes": {
@@ -5187,7 +5187,7 @@ var tokens = [{
5187
5187
  "description": "A vibrant background option for communicating critical information, such as in danger buttons and error banners."
5188
5188
  },
5189
5189
  "value": "#DE350B",
5190
- "filePath": "src/tokens/atlassian-legacy-light/color/background.tsx",
5190
+ "filePath": "schema/themes/atlassian-legacy-light/color/background.tsx",
5191
5191
  "isSource": true,
5192
5192
  "original": {
5193
5193
  "attributes": {
@@ -5209,7 +5209,7 @@ var tokens = [{
5209
5209
  "description": "Hovered state of color.background.danger.bold"
5210
5210
  },
5211
5211
  "value": "#FF5630",
5212
- "filePath": "src/tokens/atlassian-legacy-light/color/background.tsx",
5212
+ "filePath": "schema/themes/atlassian-legacy-light/color/background.tsx",
5213
5213
  "isSource": true,
5214
5214
  "original": {
5215
5215
  "attributes": {
@@ -5231,7 +5231,7 @@ var tokens = [{
5231
5231
  "description": "Pressed state of color.background.danger.bold"
5232
5232
  },
5233
5233
  "value": "#BF2600",
5234
- "filePath": "src/tokens/atlassian-legacy-light/color/background.tsx",
5234
+ "filePath": "schema/themes/atlassian-legacy-light/color/background.tsx",
5235
5235
  "isSource": true,
5236
5236
  "original": {
5237
5237
  "attributes": {
@@ -5253,7 +5253,7 @@ var tokens = [{
5253
5253
  "description": "Use for backgrounds communicating caution, such as in warning section messages."
5254
5254
  },
5255
5255
  "value": "#FFFAE6",
5256
- "filePath": "src/tokens/atlassian-legacy-light/color/background.tsx",
5256
+ "filePath": "schema/themes/atlassian-legacy-light/color/background.tsx",
5257
5257
  "isSource": true,
5258
5258
  "original": {
5259
5259
  "attributes": {
@@ -5275,7 +5275,7 @@ var tokens = [{
5275
5275
  "description": "Hovered state for color.background.warning"
5276
5276
  },
5277
5277
  "value": "#FFF0B3",
5278
- "filePath": "src/tokens/atlassian-legacy-light/color/background.tsx",
5278
+ "filePath": "schema/themes/atlassian-legacy-light/color/background.tsx",
5279
5279
  "isSource": true,
5280
5280
  "original": {
5281
5281
  "attributes": {
@@ -5297,7 +5297,7 @@ var tokens = [{
5297
5297
  "description": "Pressed state for color.background.warning"
5298
5298
  },
5299
5299
  "value": "#FFE380",
5300
- "filePath": "src/tokens/atlassian-legacy-light/color/background.tsx",
5300
+ "filePath": "schema/themes/atlassian-legacy-light/color/background.tsx",
5301
5301
  "isSource": true,
5302
5302
  "original": {
5303
5303
  "attributes": {
@@ -5319,7 +5319,7 @@ var tokens = [{
5319
5319
  "description": "A vibrant background option for communicating caution, such as in warning buttons and warning banners."
5320
5320
  },
5321
5321
  "value": "#FFAB00",
5322
- "filePath": "src/tokens/atlassian-legacy-light/color/background.tsx",
5322
+ "filePath": "schema/themes/atlassian-legacy-light/color/background.tsx",
5323
5323
  "isSource": true,
5324
5324
  "original": {
5325
5325
  "attributes": {
@@ -5341,7 +5341,7 @@ var tokens = [{
5341
5341
  "description": "Hovered state of color.background.warning.bold"
5342
5342
  },
5343
5343
  "value": "#FFC400",
5344
- "filePath": "src/tokens/atlassian-legacy-light/color/background.tsx",
5344
+ "filePath": "schema/themes/atlassian-legacy-light/color/background.tsx",
5345
5345
  "isSource": true,
5346
5346
  "original": {
5347
5347
  "attributes": {
@@ -5363,7 +5363,7 @@ var tokens = [{
5363
5363
  "description": "Pressed state of color.background.warning.bold"
5364
5364
  },
5365
5365
  "value": "#FF991F",
5366
- "filePath": "src/tokens/atlassian-legacy-light/color/background.tsx",
5366
+ "filePath": "schema/themes/atlassian-legacy-light/color/background.tsx",
5367
5367
  "isSource": true,
5368
5368
  "original": {
5369
5369
  "attributes": {
@@ -5385,7 +5385,7 @@ var tokens = [{
5385
5385
  "description": "Use for backgrounds communicating a favorable outcome, such as in success section messages."
5386
5386
  },
5387
5387
  "value": "#E3FCEF",
5388
- "filePath": "src/tokens/atlassian-legacy-light/color/background.tsx",
5388
+ "filePath": "schema/themes/atlassian-legacy-light/color/background.tsx",
5389
5389
  "isSource": true,
5390
5390
  "original": {
5391
5391
  "attributes": {
@@ -5407,7 +5407,7 @@ var tokens = [{
5407
5407
  "description": "Hovered state for color.background.success"
5408
5408
  },
5409
5409
  "value": "#ABF5D1",
5410
- "filePath": "src/tokens/atlassian-legacy-light/color/background.tsx",
5410
+ "filePath": "schema/themes/atlassian-legacy-light/color/background.tsx",
5411
5411
  "isSource": true,
5412
5412
  "original": {
5413
5413
  "attributes": {
@@ -5429,7 +5429,7 @@ var tokens = [{
5429
5429
  "description": "Pressed state for color.background.success"
5430
5430
  },
5431
5431
  "value": "#79F2C0",
5432
- "filePath": "src/tokens/atlassian-legacy-light/color/background.tsx",
5432
+ "filePath": "schema/themes/atlassian-legacy-light/color/background.tsx",
5433
5433
  "isSource": true,
5434
5434
  "original": {
5435
5435
  "attributes": {
@@ -5451,7 +5451,7 @@ var tokens = [{
5451
5451
  "description": "A vibrant background option for communicating a favorable outcome, such as in checked toggles."
5452
5452
  },
5453
5453
  "value": "#00875A",
5454
- "filePath": "src/tokens/atlassian-legacy-light/color/background.tsx",
5454
+ "filePath": "schema/themes/atlassian-legacy-light/color/background.tsx",
5455
5455
  "isSource": true,
5456
5456
  "original": {
5457
5457
  "attributes": {
@@ -5473,7 +5473,7 @@ var tokens = [{
5473
5473
  "description": "Hovered state of color.background.success.bold"
5474
5474
  },
5475
5475
  "value": "#57D9A3",
5476
- "filePath": "src/tokens/atlassian-legacy-light/color/background.tsx",
5476
+ "filePath": "schema/themes/atlassian-legacy-light/color/background.tsx",
5477
5477
  "isSource": true,
5478
5478
  "original": {
5479
5479
  "attributes": {
@@ -5495,7 +5495,7 @@ var tokens = [{
5495
5495
  "description": "Pressed state of color.background.success.bold"
5496
5496
  },
5497
5497
  "value": "#00875A",
5498
- "filePath": "src/tokens/atlassian-legacy-light/color/background.tsx",
5498
+ "filePath": "schema/themes/atlassian-legacy-light/color/background.tsx",
5499
5499
  "isSource": true,
5500
5500
  "original": {
5501
5501
  "attributes": {
@@ -5517,7 +5517,7 @@ var tokens = [{
5517
5517
  "description": "Use for backgrounds communicating change or something new, such as in discovery section messages."
5518
5518
  },
5519
5519
  "value": "#EAE6FF",
5520
- "filePath": "src/tokens/atlassian-legacy-light/color/background.tsx",
5520
+ "filePath": "schema/themes/atlassian-legacy-light/color/background.tsx",
5521
5521
  "isSource": true,
5522
5522
  "original": {
5523
5523
  "attributes": {
@@ -5539,7 +5539,7 @@ var tokens = [{
5539
5539
  "description": "Hover state for color.background.discovery"
5540
5540
  },
5541
5541
  "value": "#C0B6F2",
5542
- "filePath": "src/tokens/atlassian-legacy-light/color/background.tsx",
5542
+ "filePath": "schema/themes/atlassian-legacy-light/color/background.tsx",
5543
5543
  "isSource": true,
5544
5544
  "original": {
5545
5545
  "attributes": {
@@ -5561,7 +5561,7 @@ var tokens = [{
5561
5561
  "description": "Pressed state for color.background.discovery"
5562
5562
  },
5563
5563
  "value": "#998DD9",
5564
- "filePath": "src/tokens/atlassian-legacy-light/color/background.tsx",
5564
+ "filePath": "schema/themes/atlassian-legacy-light/color/background.tsx",
5565
5565
  "isSource": true,
5566
5566
  "original": {
5567
5567
  "attributes": {
@@ -5583,7 +5583,7 @@ var tokens = [{
5583
5583
  "description": "A vibrant background option communicating change or something new, such as in onboarding spotlights."
5584
5584
  },
5585
5585
  "value": "#5243AA",
5586
- "filePath": "src/tokens/atlassian-legacy-light/color/background.tsx",
5586
+ "filePath": "schema/themes/atlassian-legacy-light/color/background.tsx",
5587
5587
  "isSource": true,
5588
5588
  "original": {
5589
5589
  "attributes": {
@@ -5605,7 +5605,7 @@ var tokens = [{
5605
5605
  "description": "Hovered state of color.background.discovery.bold"
5606
5606
  },
5607
5607
  "value": "#8777D9",
5608
- "filePath": "src/tokens/atlassian-legacy-light/color/background.tsx",
5608
+ "filePath": "schema/themes/atlassian-legacy-light/color/background.tsx",
5609
5609
  "isSource": true,
5610
5610
  "original": {
5611
5611
  "attributes": {
@@ -5627,7 +5627,7 @@ var tokens = [{
5627
5627
  "description": "Pressed state of color.background.discovery.bold"
5628
5628
  },
5629
5629
  "value": "#5243AA",
5630
- "filePath": "src/tokens/atlassian-legacy-light/color/background.tsx",
5630
+ "filePath": "schema/themes/atlassian-legacy-light/color/background.tsx",
5631
5631
  "isSource": true,
5632
5632
  "original": {
5633
5633
  "attributes": {
@@ -5649,7 +5649,7 @@ var tokens = [{
5649
5649
  "description": "Use for backgrounds communicating information or something in-progress, such as in information section messages."
5650
5650
  },
5651
5651
  "value": "#DEEBFF",
5652
- "filePath": "src/tokens/atlassian-legacy-light/color/background.tsx",
5652
+ "filePath": "schema/themes/atlassian-legacy-light/color/background.tsx",
5653
5653
  "isSource": true,
5654
5654
  "original": {
5655
5655
  "attributes": {
@@ -5671,7 +5671,7 @@ var tokens = [{
5671
5671
  "description": "Hovered state of color.background.information"
5672
5672
  },
5673
5673
  "value": "#B3D4FF",
5674
- "filePath": "src/tokens/atlassian-legacy-light/color/background.tsx",
5674
+ "filePath": "schema/themes/atlassian-legacy-light/color/background.tsx",
5675
5675
  "isSource": true,
5676
5676
  "original": {
5677
5677
  "attributes": {
@@ -5693,7 +5693,7 @@ var tokens = [{
5693
5693
  "description": "Pressed state of color.background.information"
5694
5694
  },
5695
5695
  "value": "#4C9AFF",
5696
- "filePath": "src/tokens/atlassian-legacy-light/color/background.tsx",
5696
+ "filePath": "schema/themes/atlassian-legacy-light/color/background.tsx",
5697
5697
  "isSource": true,
5698
5698
  "original": {
5699
5699
  "attributes": {
@@ -5715,7 +5715,7 @@ var tokens = [{
5715
5715
  "description": "A vibrant background option for communicating information or something in-progress."
5716
5716
  },
5717
5717
  "value": "#0052CC",
5718
- "filePath": "src/tokens/atlassian-legacy-light/color/background.tsx",
5718
+ "filePath": "schema/themes/atlassian-legacy-light/color/background.tsx",
5719
5719
  "isSource": true,
5720
5720
  "original": {
5721
5721
  "attributes": {
@@ -5737,7 +5737,7 @@ var tokens = [{
5737
5737
  "description": "Hovered state of color.background.information.bold"
5738
5738
  },
5739
5739
  "value": "#2684FF",
5740
- "filePath": "src/tokens/atlassian-legacy-light/color/background.tsx",
5740
+ "filePath": "schema/themes/atlassian-legacy-light/color/background.tsx",
5741
5741
  "isSource": true,
5742
5742
  "original": {
5743
5743
  "attributes": {
@@ -5759,7 +5759,7 @@ var tokens = [{
5759
5759
  "description": "Pressed state of color.background.information.bold"
5760
5760
  },
5761
5761
  "value": "#0052CC",
5762
- "filePath": "src/tokens/atlassian-legacy-light/color/background.tsx",
5762
+ "filePath": "schema/themes/atlassian-legacy-light/color/background.tsx",
5763
5763
  "isSource": true,
5764
5764
  "original": {
5765
5765
  "attributes": {
@@ -5781,7 +5781,7 @@ var tokens = [{
5781
5781
  "description": "Use for the screen overlay that appears with modal dialogs"
5782
5782
  },
5783
5783
  "value": "#091e4289",
5784
- "filePath": "src/tokens/atlassian-legacy-light/color/background.tsx",
5784
+ "filePath": "schema/themes/atlassian-legacy-light/color/background.tsx",
5785
5785
  "isSource": true,
5786
5786
  "original": {
5787
5787
  "attributes": {
@@ -5803,7 +5803,7 @@ var tokens = [{
5803
5803
  "description": "Use as an overlay to communicate selected states when a simple background color change isn't possible, such as in Editor block elements"
5804
5804
  },
5805
5805
  "value": "#388BFF14",
5806
- "filePath": "src/tokens/atlassian-legacy-light/color/background.tsx",
5806
+ "filePath": "schema/themes/atlassian-legacy-light/color/background.tsx",
5807
5807
  "isSource": true,
5808
5808
  "original": {
5809
5809
  "attributes": {
@@ -5825,7 +5825,7 @@ var tokens = [{
5825
5825
  "description": "Use as an overlay to communicate danger states when a simple background color change isn't possible, such as deletion of Editor block elements"
5826
5826
  },
5827
5827
  "value": "#EF5C4814",
5828
- "filePath": "src/tokens/atlassian-legacy-light/color/background.tsx",
5828
+ "filePath": "schema/themes/atlassian-legacy-light/color/background.tsx",
5829
5829
  "isSource": true,
5830
5830
  "original": {
5831
5831
  "attributes": {
@@ -5847,7 +5847,7 @@ var tokens = [{
5847
5847
  "description": "Use as a background overlay for elements in a hovered state when their background color cannot change, such as avatars."
5848
5848
  },
5849
5849
  "value": "#00000029",
5850
- "filePath": "src/tokens/atlassian-legacy-light/color/interaction.tsx",
5850
+ "filePath": "schema/themes/atlassian-legacy-light/color/interaction.tsx",
5851
5851
  "isSource": true,
5852
5852
  "original": {
5853
5853
  "attributes": {
@@ -5869,7 +5869,7 @@ var tokens = [{
5869
5869
  "description": "Use as a background overlay for elements in a pressed state when their background color cannot change, such as avatars."
5870
5870
  },
5871
5871
  "value": "#00000052",
5872
- "filePath": "src/tokens/atlassian-legacy-light/color/interaction.tsx",
5872
+ "filePath": "schema/themes/atlassian-legacy-light/color/interaction.tsx",
5873
5873
  "isSource": true,
5874
5874
  "original": {
5875
5875
  "attributes": {
@@ -5891,7 +5891,7 @@ var tokens = [{
5891
5891
  "description": "Use for skeleton loading states"
5892
5892
  },
5893
5893
  "value": "#F4F5F7",
5894
- "filePath": "src/tokens/atlassian-legacy-light/color/skeleton.tsx",
5894
+ "filePath": "schema/themes/atlassian-legacy-light/color/skeleton.tsx",
5895
5895
  "isSource": true,
5896
5896
  "original": {
5897
5897
  "attributes": {
@@ -5913,7 +5913,7 @@ var tokens = [{
5913
5913
  "description": "Use for the pulse or shimmer effect in skeleton loading states"
5914
5914
  },
5915
5915
  "value": "#091e420a",
5916
- "filePath": "src/tokens/atlassian-legacy-light/color/skeleton.tsx",
5916
+ "filePath": "schema/themes/atlassian-legacy-light/color/skeleton.tsx",
5917
5917
  "isSource": true,
5918
5918
  "original": {
5919
5919
  "attributes": {
@@ -5935,7 +5935,7 @@ var tokens = [{
5935
5935
  "description": "For data visualisation only. Follow numbered sequence."
5936
5936
  },
5937
5937
  "value": "#00B8D9",
5938
- "filePath": "src/tokens/atlassian-legacy-light/color/chart.tsx",
5938
+ "filePath": "schema/themes/atlassian-legacy-light/color/chart.tsx",
5939
5939
  "isSource": true,
5940
5940
  "original": {
5941
5941
  "attributes": {
@@ -5957,7 +5957,7 @@ var tokens = [{
5957
5957
  "description": "Hovered state of color.chart.categorical.1."
5958
5958
  },
5959
5959
  "value": "#00A3BF",
5960
- "filePath": "src/tokens/atlassian-legacy-light/color/chart.tsx",
5960
+ "filePath": "schema/themes/atlassian-legacy-light/color/chart.tsx",
5961
5961
  "isSource": true,
5962
5962
  "original": {
5963
5963
  "attributes": {
@@ -5979,7 +5979,7 @@ var tokens = [{
5979
5979
  "description": "For data visualisation only. Follow numbered sequence."
5980
5980
  },
5981
5981
  "value": "#5243AA",
5982
- "filePath": "src/tokens/atlassian-legacy-light/color/chart.tsx",
5982
+ "filePath": "schema/themes/atlassian-legacy-light/color/chart.tsx",
5983
5983
  "isSource": true,
5984
5984
  "original": {
5985
5985
  "attributes": {
@@ -6001,7 +6001,7 @@ var tokens = [{
6001
6001
  "description": "Hovered state of color.chart.categorical.2."
6002
6002
  },
6003
6003
  "value": "#403294",
6004
- "filePath": "src/tokens/atlassian-legacy-light/color/chart.tsx",
6004
+ "filePath": "schema/themes/atlassian-legacy-light/color/chart.tsx",
6005
6005
  "isSource": true,
6006
6006
  "original": {
6007
6007
  "attributes": {
@@ -6023,7 +6023,7 @@ var tokens = [{
6023
6023
  "description": "For data visualisation only. Follow numbered sequence."
6024
6024
  },
6025
6025
  "value": "#D94008",
6026
- "filePath": "src/tokens/atlassian-legacy-light/color/chart.tsx",
6026
+ "filePath": "schema/themes/atlassian-legacy-light/color/chart.tsx",
6027
6027
  "isSource": true,
6028
6028
  "original": {
6029
6029
  "attributes": {
@@ -6045,7 +6045,7 @@ var tokens = [{
6045
6045
  "description": "Hovered state of color.chart.categorical.3."
6046
6046
  },
6047
6047
  "value": "#B65C02",
6048
- "filePath": "src/tokens/atlassian-legacy-light/color/chart.tsx",
6048
+ "filePath": "schema/themes/atlassian-legacy-light/color/chart.tsx",
6049
6049
  "isSource": true,
6050
6050
  "original": {
6051
6051
  "attributes": {
@@ -6067,7 +6067,7 @@ var tokens = [{
6067
6067
  "description": "For data visualisation only. Follow numbered sequence."
6068
6068
  },
6069
6069
  "value": "#943D73",
6070
- "filePath": "src/tokens/atlassian-legacy-light/color/chart.tsx",
6070
+ "filePath": "schema/themes/atlassian-legacy-light/color/chart.tsx",
6071
6071
  "isSource": true,
6072
6072
  "original": {
6073
6073
  "attributes": {
@@ -6089,7 +6089,7 @@ var tokens = [{
6089
6089
  "description": "Hovered state of color.chart.categorical.4."
6090
6090
  },
6091
6091
  "value": "#50253F",
6092
- "filePath": "src/tokens/atlassian-legacy-light/color/chart.tsx",
6092
+ "filePath": "schema/themes/atlassian-legacy-light/color/chart.tsx",
6093
6093
  "isSource": true,
6094
6094
  "original": {
6095
6095
  "attributes": {
@@ -6111,7 +6111,7 @@ var tokens = [{
6111
6111
  "description": "For data visualisation only. Follow numbered sequence."
6112
6112
  },
6113
6113
  "value": "#0052CC",
6114
- "filePath": "src/tokens/atlassian-legacy-light/color/chart.tsx",
6114
+ "filePath": "schema/themes/atlassian-legacy-light/color/chart.tsx",
6115
6115
  "isSource": true,
6116
6116
  "original": {
6117
6117
  "attributes": {
@@ -6133,7 +6133,7 @@ var tokens = [{
6133
6133
  "description": "Hovered state of color.chart.categorical.5."
6134
6134
  },
6135
6135
  "value": "#0747A6",
6136
- "filePath": "src/tokens/atlassian-legacy-light/color/chart.tsx",
6136
+ "filePath": "schema/themes/atlassian-legacy-light/color/chart.tsx",
6137
6137
  "isSource": true,
6138
6138
  "original": {
6139
6139
  "attributes": {
@@ -6155,7 +6155,7 @@ var tokens = [{
6155
6155
  "description": "For data visualisation only. Follow numbered sequence."
6156
6156
  },
6157
6157
  "value": "#5243AA",
6158
- "filePath": "src/tokens/atlassian-legacy-light/color/chart.tsx",
6158
+ "filePath": "schema/themes/atlassian-legacy-light/color/chart.tsx",
6159
6159
  "isSource": true,
6160
6160
  "original": {
6161
6161
  "attributes": {
@@ -6177,7 +6177,7 @@ var tokens = [{
6177
6177
  "description": "Hovered state of color.chart.categorical.6."
6178
6178
  },
6179
6179
  "value": "#403294",
6180
- "filePath": "src/tokens/atlassian-legacy-light/color/chart.tsx",
6180
+ "filePath": "schema/themes/atlassian-legacy-light/color/chart.tsx",
6181
6181
  "isSource": true,
6182
6182
  "original": {
6183
6183
  "attributes": {
@@ -6199,7 +6199,7 @@ var tokens = [{
6199
6199
  "description": "For data visualisation only. Follow numbered sequence."
6200
6200
  },
6201
6201
  "value": "#50253F",
6202
- "filePath": "src/tokens/atlassian-legacy-light/color/chart.tsx",
6202
+ "filePath": "schema/themes/atlassian-legacy-light/color/chart.tsx",
6203
6203
  "isSource": true,
6204
6204
  "original": {
6205
6205
  "attributes": {
@@ -6221,7 +6221,7 @@ var tokens = [{
6221
6221
  "description": "Hovered state of color.chart.categorical.7."
6222
6222
  },
6223
6223
  "value": "#341829",
6224
- "filePath": "src/tokens/atlassian-legacy-light/color/chart.tsx",
6224
+ "filePath": "schema/themes/atlassian-legacy-light/color/chart.tsx",
6225
6225
  "isSource": true,
6226
6226
  "original": {
6227
6227
  "attributes": {
@@ -6243,7 +6243,7 @@ var tokens = [{
6243
6243
  "description": "For data visualisation only. Follow numbered sequence."
6244
6244
  },
6245
6245
  "value": "#974F0C",
6246
- "filePath": "src/tokens/atlassian-legacy-light/color/chart.tsx",
6246
+ "filePath": "schema/themes/atlassian-legacy-light/color/chart.tsx",
6247
6247
  "isSource": true,
6248
6248
  "original": {
6249
6249
  "attributes": {
@@ -6265,7 +6265,7 @@ var tokens = [{
6265
6265
  "description": "Hovered state of color.chart.categorical.8."
6266
6266
  },
6267
6267
  "value": "#5F3811",
6268
- "filePath": "src/tokens/atlassian-legacy-light/color/chart.tsx",
6268
+ "filePath": "schema/themes/atlassian-legacy-light/color/chart.tsx",
6269
6269
  "isSource": true,
6270
6270
  "original": {
6271
6271
  "attributes": {
@@ -6287,7 +6287,7 @@ var tokens = [{
6287
6287
  "description": "For data visualisation only."
6288
6288
  },
6289
6289
  "value": "#6A9A23",
6290
- "filePath": "src/tokens/atlassian-legacy-light/color/chart.tsx",
6290
+ "filePath": "schema/themes/atlassian-legacy-light/color/chart.tsx",
6291
6291
  "isSource": true,
6292
6292
  "original": {
6293
6293
  "attributes": {
@@ -6309,7 +6309,7 @@ var tokens = [{
6309
6309
  "description": "Hovered state of color.chart.lime.bold."
6310
6310
  },
6311
6311
  "value": "#5B7F24",
6312
- "filePath": "src/tokens/atlassian-legacy-light/color/chart.tsx",
6312
+ "filePath": "schema/themes/atlassian-legacy-light/color/chart.tsx",
6313
6313
  "isSource": true,
6314
6314
  "original": {
6315
6315
  "attributes": {
@@ -6331,7 +6331,7 @@ var tokens = [{
6331
6331
  "description": "For data visualisation only."
6332
6332
  },
6333
6333
  "value": "#5B7F24",
6334
- "filePath": "src/tokens/atlassian-legacy-light/color/chart.tsx",
6334
+ "filePath": "schema/themes/atlassian-legacy-light/color/chart.tsx",
6335
6335
  "isSource": true,
6336
6336
  "original": {
6337
6337
  "attributes": {
@@ -6353,7 +6353,7 @@ var tokens = [{
6353
6353
  "description": "Hovered state of color.chart.lime.bolder."
6354
6354
  },
6355
6355
  "value": "#4C6B1F",
6356
- "filePath": "src/tokens/atlassian-legacy-light/color/chart.tsx",
6356
+ "filePath": "schema/themes/atlassian-legacy-light/color/chart.tsx",
6357
6357
  "isSource": true,
6358
6358
  "original": {
6359
6359
  "attributes": {
@@ -6375,7 +6375,7 @@ var tokens = [{
6375
6375
  "description": "For data visualisation only."
6376
6376
  },
6377
6377
  "value": "#4C6B1F",
6378
- "filePath": "src/tokens/atlassian-legacy-light/color/chart.tsx",
6378
+ "filePath": "schema/themes/atlassian-legacy-light/color/chart.tsx",
6379
6379
  "isSource": true,
6380
6380
  "original": {
6381
6381
  "attributes": {
@@ -6397,7 +6397,7 @@ var tokens = [{
6397
6397
  "description": "Hovered state of color.chart.lime.boldest."
6398
6398
  },
6399
6399
  "value": "#37471F",
6400
- "filePath": "src/tokens/atlassian-legacy-light/color/chart.tsx",
6400
+ "filePath": "schema/themes/atlassian-legacy-light/color/chart.tsx",
6401
6401
  "isSource": true,
6402
6402
  "original": {
6403
6403
  "attributes": {
@@ -6419,7 +6419,7 @@ var tokens = [{
6419
6419
  "description": "A secondary color for data visualisation or to communicate 'to-do' statues."
6420
6420
  },
6421
6421
  "value": "#5E6C84",
6422
- "filePath": "src/tokens/atlassian-legacy-light/color/chart.tsx",
6422
+ "filePath": "schema/themes/atlassian-legacy-light/color/chart.tsx",
6423
6423
  "isSource": true,
6424
6424
  "original": {
6425
6425
  "attributes": {
@@ -6441,7 +6441,7 @@ var tokens = [{
6441
6441
  "description": "Hovered state of color.chart.neutral."
6442
6442
  },
6443
6443
  "value": "#505F79",
6444
- "filePath": "src/tokens/atlassian-legacy-light/color/chart.tsx",
6444
+ "filePath": "schema/themes/atlassian-legacy-light/color/chart.tsx",
6445
6445
  "isSource": true,
6446
6446
  "original": {
6447
6447
  "attributes": {
@@ -6463,7 +6463,7 @@ var tokens = [{
6463
6463
  "description": "For data visualisation only."
6464
6464
  },
6465
6465
  "value": "#FF5630",
6466
- "filePath": "src/tokens/atlassian-legacy-light/color/chart.tsx",
6466
+ "filePath": "schema/themes/atlassian-legacy-light/color/chart.tsx",
6467
6467
  "isSource": true,
6468
6468
  "original": {
6469
6469
  "attributes": {
@@ -6485,7 +6485,7 @@ var tokens = [{
6485
6485
  "description": "Hovered state of color.chart.red.bold."
6486
6486
  },
6487
6487
  "value": "#DE350B",
6488
- "filePath": "src/tokens/atlassian-legacy-light/color/chart.tsx",
6488
+ "filePath": "schema/themes/atlassian-legacy-light/color/chart.tsx",
6489
6489
  "isSource": true,
6490
6490
  "original": {
6491
6491
  "attributes": {
@@ -6507,7 +6507,7 @@ var tokens = [{
6507
6507
  "description": "For data visualisation only."
6508
6508
  },
6509
6509
  "value": "#DE350B",
6510
- "filePath": "src/tokens/atlassian-legacy-light/color/chart.tsx",
6510
+ "filePath": "schema/themes/atlassian-legacy-light/color/chart.tsx",
6511
6511
  "isSource": true,
6512
6512
  "original": {
6513
6513
  "attributes": {
@@ -6529,7 +6529,7 @@ var tokens = [{
6529
6529
  "description": "Hovered state of color.chart.red.bolder."
6530
6530
  },
6531
6531
  "value": "#BF2600",
6532
- "filePath": "src/tokens/atlassian-legacy-light/color/chart.tsx",
6532
+ "filePath": "schema/themes/atlassian-legacy-light/color/chart.tsx",
6533
6533
  "isSource": true,
6534
6534
  "original": {
6535
6535
  "attributes": {
@@ -6551,7 +6551,7 @@ var tokens = [{
6551
6551
  "description": "For data visualisation only."
6552
6552
  },
6553
6553
  "value": "#BF2600",
6554
- "filePath": "src/tokens/atlassian-legacy-light/color/chart.tsx",
6554
+ "filePath": "schema/themes/atlassian-legacy-light/color/chart.tsx",
6555
6555
  "isSource": true,
6556
6556
  "original": {
6557
6557
  "attributes": {
@@ -6573,7 +6573,7 @@ var tokens = [{
6573
6573
  "description": "Hovered state of color.chart.red.boldest."
6574
6574
  },
6575
6575
  "value": "#BF2600",
6576
- "filePath": "src/tokens/atlassian-legacy-light/color/chart.tsx",
6576
+ "filePath": "schema/themes/atlassian-legacy-light/color/chart.tsx",
6577
6577
  "isSource": true,
6578
6578
  "original": {
6579
6579
  "attributes": {
@@ -6595,7 +6595,7 @@ var tokens = [{
6595
6595
  "description": "For data visualisation only."
6596
6596
  },
6597
6597
  "value": "#D97008",
6598
- "filePath": "src/tokens/atlassian-legacy-light/color/chart.tsx",
6598
+ "filePath": "schema/themes/atlassian-legacy-light/color/chart.tsx",
6599
6599
  "isSource": true,
6600
6600
  "original": {
6601
6601
  "attributes": {
@@ -6617,7 +6617,7 @@ var tokens = [{
6617
6617
  "description": "Hovered state of color.chart.orange.bold."
6618
6618
  },
6619
6619
  "value": "#B65C02",
6620
- "filePath": "src/tokens/atlassian-legacy-light/color/chart.tsx",
6620
+ "filePath": "schema/themes/atlassian-legacy-light/color/chart.tsx",
6621
6621
  "isSource": true,
6622
6622
  "original": {
6623
6623
  "attributes": {
@@ -6639,7 +6639,7 @@ var tokens = [{
6639
6639
  "description": "For data visualisation only."
6640
6640
  },
6641
6641
  "value": "#B65C02",
6642
- "filePath": "src/tokens/atlassian-legacy-light/color/chart.tsx",
6642
+ "filePath": "schema/themes/atlassian-legacy-light/color/chart.tsx",
6643
6643
  "isSource": true,
6644
6644
  "original": {
6645
6645
  "attributes": {
@@ -6661,7 +6661,7 @@ var tokens = [{
6661
6661
  "description": "Hovered state of color.chart.orange.bolder."
6662
6662
  },
6663
6663
  "value": "#974F0C",
6664
- "filePath": "src/tokens/atlassian-legacy-light/color/chart.tsx",
6664
+ "filePath": "schema/themes/atlassian-legacy-light/color/chart.tsx",
6665
6665
  "isSource": true,
6666
6666
  "original": {
6667
6667
  "attributes": {
@@ -6683,7 +6683,7 @@ var tokens = [{
6683
6683
  "description": "For data visualisation only."
6684
6684
  },
6685
6685
  "value": "#974F0C",
6686
- "filePath": "src/tokens/atlassian-legacy-light/color/chart.tsx",
6686
+ "filePath": "schema/themes/atlassian-legacy-light/color/chart.tsx",
6687
6687
  "isSource": true,
6688
6688
  "original": {
6689
6689
  "attributes": {
@@ -6705,7 +6705,7 @@ var tokens = [{
6705
6705
  "description": "Hovered state of color.chart.orange.boldest."
6706
6706
  },
6707
6707
  "value": "#5F3811",
6708
- "filePath": "src/tokens/atlassian-legacy-light/color/chart.tsx",
6708
+ "filePath": "schema/themes/atlassian-legacy-light/color/chart.tsx",
6709
6709
  "isSource": true,
6710
6710
  "original": {
6711
6711
  "attributes": {
@@ -6727,7 +6727,7 @@ var tokens = [{
6727
6727
  "description": "For data visualisation only."
6728
6728
  },
6729
6729
  "value": "#FFAB00",
6730
- "filePath": "src/tokens/atlassian-legacy-light/color/chart.tsx",
6730
+ "filePath": "schema/themes/atlassian-legacy-light/color/chart.tsx",
6731
6731
  "isSource": true,
6732
6732
  "original": {
6733
6733
  "attributes": {
@@ -6749,7 +6749,7 @@ var tokens = [{
6749
6749
  "description": "Hovered state of color.chart.yellow.bold."
6750
6750
  },
6751
6751
  "value": "#FF991F",
6752
- "filePath": "src/tokens/atlassian-legacy-light/color/chart.tsx",
6752
+ "filePath": "schema/themes/atlassian-legacy-light/color/chart.tsx",
6753
6753
  "isSource": true,
6754
6754
  "original": {
6755
6755
  "attributes": {
@@ -6771,7 +6771,7 @@ var tokens = [{
6771
6771
  "description": "For data visualisation only."
6772
6772
  },
6773
6773
  "value": "#FF991F",
6774
- "filePath": "src/tokens/atlassian-legacy-light/color/chart.tsx",
6774
+ "filePath": "schema/themes/atlassian-legacy-light/color/chart.tsx",
6775
6775
  "isSource": true,
6776
6776
  "original": {
6777
6777
  "attributes": {
@@ -6793,7 +6793,7 @@ var tokens = [{
6793
6793
  "description": "Hovered state of color.chart.yellow.bolder."
6794
6794
  },
6795
6795
  "value": "#FF8B00",
6796
- "filePath": "src/tokens/atlassian-legacy-light/color/chart.tsx",
6796
+ "filePath": "schema/themes/atlassian-legacy-light/color/chart.tsx",
6797
6797
  "isSource": true,
6798
6798
  "original": {
6799
6799
  "attributes": {
@@ -6815,7 +6815,7 @@ var tokens = [{
6815
6815
  "description": "For data visualisation only."
6816
6816
  },
6817
6817
  "value": "#FF8B00",
6818
- "filePath": "src/tokens/atlassian-legacy-light/color/chart.tsx",
6818
+ "filePath": "schema/themes/atlassian-legacy-light/color/chart.tsx",
6819
6819
  "isSource": true,
6820
6820
  "original": {
6821
6821
  "attributes": {
@@ -6837,7 +6837,7 @@ var tokens = [{
6837
6837
  "description": "Hovered state of color.chart.yellow.boldest."
6838
6838
  },
6839
6839
  "value": "#FF8B00",
6840
- "filePath": "src/tokens/atlassian-legacy-light/color/chart.tsx",
6840
+ "filePath": "schema/themes/atlassian-legacy-light/color/chart.tsx",
6841
6841
  "isSource": true,
6842
6842
  "original": {
6843
6843
  "attributes": {
@@ -6859,7 +6859,7 @@ var tokens = [{
6859
6859
  "description": "For data visualisation only."
6860
6860
  },
6861
6861
  "value": "#36B37E",
6862
- "filePath": "src/tokens/atlassian-legacy-light/color/chart.tsx",
6862
+ "filePath": "schema/themes/atlassian-legacy-light/color/chart.tsx",
6863
6863
  "isSource": true,
6864
6864
  "original": {
6865
6865
  "attributes": {
@@ -6881,7 +6881,7 @@ var tokens = [{
6881
6881
  "description": "Hovered state of color.chart.green.bold."
6882
6882
  },
6883
6883
  "value": "#00875A",
6884
- "filePath": "src/tokens/atlassian-legacy-light/color/chart.tsx",
6884
+ "filePath": "schema/themes/atlassian-legacy-light/color/chart.tsx",
6885
6885
  "isSource": true,
6886
6886
  "original": {
6887
6887
  "attributes": {
@@ -6903,7 +6903,7 @@ var tokens = [{
6903
6903
  "description": "For data visualisation only."
6904
6904
  },
6905
6905
  "value": "#00875A",
6906
- "filePath": "src/tokens/atlassian-legacy-light/color/chart.tsx",
6906
+ "filePath": "schema/themes/atlassian-legacy-light/color/chart.tsx",
6907
6907
  "isSource": true,
6908
6908
  "original": {
6909
6909
  "attributes": {
@@ -6925,7 +6925,7 @@ var tokens = [{
6925
6925
  "description": "Hovered state of color.chart.green.bolder."
6926
6926
  },
6927
6927
  "value": "#006644",
6928
- "filePath": "src/tokens/atlassian-legacy-light/color/chart.tsx",
6928
+ "filePath": "schema/themes/atlassian-legacy-light/color/chart.tsx",
6929
6929
  "isSource": true,
6930
6930
  "original": {
6931
6931
  "attributes": {
@@ -6947,7 +6947,7 @@ var tokens = [{
6947
6947
  "description": "For data visualisation only."
6948
6948
  },
6949
6949
  "value": "#006644",
6950
- "filePath": "src/tokens/atlassian-legacy-light/color/chart.tsx",
6950
+ "filePath": "schema/themes/atlassian-legacy-light/color/chart.tsx",
6951
6951
  "isSource": true,
6952
6952
  "original": {
6953
6953
  "attributes": {
@@ -6969,7 +6969,7 @@ var tokens = [{
6969
6969
  "description": "Hovered state of color.chart.green.boldest."
6970
6970
  },
6971
6971
  "value": "#006644",
6972
- "filePath": "src/tokens/atlassian-legacy-light/color/chart.tsx",
6972
+ "filePath": "schema/themes/atlassian-legacy-light/color/chart.tsx",
6973
6973
  "isSource": true,
6974
6974
  "original": {
6975
6975
  "attributes": {
@@ -6991,7 +6991,7 @@ var tokens = [{
6991
6991
  "description": "For data visualisation only."
6992
6992
  },
6993
6993
  "value": "#00B8D9",
6994
- "filePath": "src/tokens/atlassian-legacy-light/color/chart.tsx",
6994
+ "filePath": "schema/themes/atlassian-legacy-light/color/chart.tsx",
6995
6995
  "isSource": true,
6996
6996
  "original": {
6997
6997
  "attributes": {
@@ -7013,7 +7013,7 @@ var tokens = [{
7013
7013
  "description": "Hovered state of color.chart.teal.bold."
7014
7014
  },
7015
7015
  "value": "#00A3BF",
7016
- "filePath": "src/tokens/atlassian-legacy-light/color/chart.tsx",
7016
+ "filePath": "schema/themes/atlassian-legacy-light/color/chart.tsx",
7017
7017
  "isSource": true,
7018
7018
  "original": {
7019
7019
  "attributes": {
@@ -7035,7 +7035,7 @@ var tokens = [{
7035
7035
  "description": "For data visualisation only."
7036
7036
  },
7037
7037
  "value": "#00A3BF",
7038
- "filePath": "src/tokens/atlassian-legacy-light/color/chart.tsx",
7038
+ "filePath": "schema/themes/atlassian-legacy-light/color/chart.tsx",
7039
7039
  "isSource": true,
7040
7040
  "original": {
7041
7041
  "attributes": {
@@ -7057,7 +7057,7 @@ var tokens = [{
7057
7057
  "description": "Hovered state of color.chart.teal.bolder."
7058
7058
  },
7059
7059
  "value": "#008DA6",
7060
- "filePath": "src/tokens/atlassian-legacy-light/color/chart.tsx",
7060
+ "filePath": "schema/themes/atlassian-legacy-light/color/chart.tsx",
7061
7061
  "isSource": true,
7062
7062
  "original": {
7063
7063
  "attributes": {
@@ -7079,7 +7079,7 @@ var tokens = [{
7079
7079
  "description": "For data visualisation only."
7080
7080
  },
7081
7081
  "value": "#008DA6",
7082
- "filePath": "src/tokens/atlassian-legacy-light/color/chart.tsx",
7082
+ "filePath": "schema/themes/atlassian-legacy-light/color/chart.tsx",
7083
7083
  "isSource": true,
7084
7084
  "original": {
7085
7085
  "attributes": {
@@ -7101,7 +7101,7 @@ var tokens = [{
7101
7101
  "description": "Hovered state of color.chart.teal.boldest."
7102
7102
  },
7103
7103
  "value": "#008DA6",
7104
- "filePath": "src/tokens/atlassian-legacy-light/color/chart.tsx",
7104
+ "filePath": "schema/themes/atlassian-legacy-light/color/chart.tsx",
7105
7105
  "isSource": true,
7106
7106
  "original": {
7107
7107
  "attributes": {
@@ -7123,7 +7123,7 @@ var tokens = [{
7123
7123
  "description": "For data visualisation only."
7124
7124
  },
7125
7125
  "value": "#0065FF",
7126
- "filePath": "src/tokens/atlassian-legacy-light/color/chart.tsx",
7126
+ "filePath": "schema/themes/atlassian-legacy-light/color/chart.tsx",
7127
7127
  "isSource": true,
7128
7128
  "original": {
7129
7129
  "attributes": {
@@ -7145,7 +7145,7 @@ var tokens = [{
7145
7145
  "description": "Hovered state of color.chart.blue.bold."
7146
7146
  },
7147
7147
  "value": "#0052CC",
7148
- "filePath": "src/tokens/atlassian-legacy-light/color/chart.tsx",
7148
+ "filePath": "schema/themes/atlassian-legacy-light/color/chart.tsx",
7149
7149
  "isSource": true,
7150
7150
  "original": {
7151
7151
  "attributes": {
@@ -7167,7 +7167,7 @@ var tokens = [{
7167
7167
  "description": "For data visualisation only."
7168
7168
  },
7169
7169
  "value": "#0052CC",
7170
- "filePath": "src/tokens/atlassian-legacy-light/color/chart.tsx",
7170
+ "filePath": "schema/themes/atlassian-legacy-light/color/chart.tsx",
7171
7171
  "isSource": true,
7172
7172
  "original": {
7173
7173
  "attributes": {
@@ -7189,7 +7189,7 @@ var tokens = [{
7189
7189
  "description": "Hovered state of color.chart.blue.bolder."
7190
7190
  },
7191
7191
  "value": "#0747A6",
7192
- "filePath": "src/tokens/atlassian-legacy-light/color/chart.tsx",
7192
+ "filePath": "schema/themes/atlassian-legacy-light/color/chart.tsx",
7193
7193
  "isSource": true,
7194
7194
  "original": {
7195
7195
  "attributes": {
@@ -7211,7 +7211,7 @@ var tokens = [{
7211
7211
  "description": "For data visualisation only."
7212
7212
  },
7213
7213
  "value": "#0747A6",
7214
- "filePath": "src/tokens/atlassian-legacy-light/color/chart.tsx",
7214
+ "filePath": "schema/themes/atlassian-legacy-light/color/chart.tsx",
7215
7215
  "isSource": true,
7216
7216
  "original": {
7217
7217
  "attributes": {
@@ -7233,7 +7233,7 @@ var tokens = [{
7233
7233
  "description": "Hovered state of color.chart.blue.boldest."
7234
7234
  },
7235
7235
  "value": "#0747A6",
7236
- "filePath": "src/tokens/atlassian-legacy-light/color/chart.tsx",
7236
+ "filePath": "schema/themes/atlassian-legacy-light/color/chart.tsx",
7237
7237
  "isSource": true,
7238
7238
  "original": {
7239
7239
  "attributes": {
@@ -7255,7 +7255,7 @@ var tokens = [{
7255
7255
  "description": "For data visualisation only."
7256
7256
  },
7257
7257
  "value": "#6554C0",
7258
- "filePath": "src/tokens/atlassian-legacy-light/color/chart.tsx",
7258
+ "filePath": "schema/themes/atlassian-legacy-light/color/chart.tsx",
7259
7259
  "isSource": true,
7260
7260
  "original": {
7261
7261
  "attributes": {
@@ -7277,7 +7277,7 @@ var tokens = [{
7277
7277
  "description": "Hovered state of color.chart.purple.bold."
7278
7278
  },
7279
7279
  "value": "#5243AA",
7280
- "filePath": "src/tokens/atlassian-legacy-light/color/chart.tsx",
7280
+ "filePath": "schema/themes/atlassian-legacy-light/color/chart.tsx",
7281
7281
  "isSource": true,
7282
7282
  "original": {
7283
7283
  "attributes": {
@@ -7299,7 +7299,7 @@ var tokens = [{
7299
7299
  "description": "For data visualisation only."
7300
7300
  },
7301
7301
  "value": "#5243AA",
7302
- "filePath": "src/tokens/atlassian-legacy-light/color/chart.tsx",
7302
+ "filePath": "schema/themes/atlassian-legacy-light/color/chart.tsx",
7303
7303
  "isSource": true,
7304
7304
  "original": {
7305
7305
  "attributes": {
@@ -7321,7 +7321,7 @@ var tokens = [{
7321
7321
  "description": "Hovered state of color.chart.purple.bolder."
7322
7322
  },
7323
7323
  "value": "#403294",
7324
- "filePath": "src/tokens/atlassian-legacy-light/color/chart.tsx",
7324
+ "filePath": "schema/themes/atlassian-legacy-light/color/chart.tsx",
7325
7325
  "isSource": true,
7326
7326
  "original": {
7327
7327
  "attributes": {
@@ -7343,7 +7343,7 @@ var tokens = [{
7343
7343
  "description": "For data visualisation only."
7344
7344
  },
7345
7345
  "value": "#403294",
7346
- "filePath": "src/tokens/atlassian-legacy-light/color/chart.tsx",
7346
+ "filePath": "schema/themes/atlassian-legacy-light/color/chart.tsx",
7347
7347
  "isSource": true,
7348
7348
  "original": {
7349
7349
  "attributes": {
@@ -7365,7 +7365,7 @@ var tokens = [{
7365
7365
  "description": "Hovered state of color.chart.purple.boldest."
7366
7366
  },
7367
7367
  "value": "#403294",
7368
- "filePath": "src/tokens/atlassian-legacy-light/color/chart.tsx",
7368
+ "filePath": "schema/themes/atlassian-legacy-light/color/chart.tsx",
7369
7369
  "isSource": true,
7370
7370
  "original": {
7371
7371
  "attributes": {
@@ -7387,7 +7387,7 @@ var tokens = [{
7387
7387
  "description": "For data visualisation only."
7388
7388
  },
7389
7389
  "value": "#DA62AC",
7390
- "filePath": "src/tokens/atlassian-legacy-light/color/chart.tsx",
7390
+ "filePath": "schema/themes/atlassian-legacy-light/color/chart.tsx",
7391
7391
  "isSource": true,
7392
7392
  "original": {
7393
7393
  "attributes": {
@@ -7409,7 +7409,7 @@ var tokens = [{
7409
7409
  "description": "Hovered state of color.chart.magenta.bold."
7410
7410
  },
7411
7411
  "value": "#CD519D",
7412
- "filePath": "src/tokens/atlassian-legacy-light/color/chart.tsx",
7412
+ "filePath": "schema/themes/atlassian-legacy-light/color/chart.tsx",
7413
7413
  "isSource": true,
7414
7414
  "original": {
7415
7415
  "attributes": {
@@ -7431,7 +7431,7 @@ var tokens = [{
7431
7431
  "description": "For data visualisation only."
7432
7432
  },
7433
7433
  "value": "#CD519D",
7434
- "filePath": "src/tokens/atlassian-legacy-light/color/chart.tsx",
7434
+ "filePath": "schema/themes/atlassian-legacy-light/color/chart.tsx",
7435
7435
  "isSource": true,
7436
7436
  "original": {
7437
7437
  "attributes": {
@@ -7453,7 +7453,7 @@ var tokens = [{
7453
7453
  "description": "Hovered state of color.chart.magenta.bolder."
7454
7454
  },
7455
7455
  "value": "#AE4787",
7456
- "filePath": "src/tokens/atlassian-legacy-light/color/chart.tsx",
7456
+ "filePath": "schema/themes/atlassian-legacy-light/color/chart.tsx",
7457
7457
  "isSource": true,
7458
7458
  "original": {
7459
7459
  "attributes": {
@@ -7475,7 +7475,7 @@ var tokens = [{
7475
7475
  "description": "For data visualisation only."
7476
7476
  },
7477
7477
  "value": "#943D73",
7478
- "filePath": "src/tokens/atlassian-legacy-light/color/chart.tsx",
7478
+ "filePath": "schema/themes/atlassian-legacy-light/color/chart.tsx",
7479
7479
  "isSource": true,
7480
7480
  "original": {
7481
7481
  "attributes": {
@@ -7497,7 +7497,7 @@ var tokens = [{
7497
7497
  "description": "Hovered state of color.chart.magenta.boldest."
7498
7498
  },
7499
7499
  "value": "#50253F",
7500
- "filePath": "src/tokens/atlassian-legacy-light/color/chart.tsx",
7500
+ "filePath": "schema/themes/atlassian-legacy-light/color/chart.tsx",
7501
7501
  "isSource": true,
7502
7502
  "original": {
7503
7503
  "attributes": {
@@ -7519,7 +7519,7 @@ var tokens = [{
7519
7519
  "description": "For data visualisation only."
7520
7520
  },
7521
7521
  "value": "#5E6C84",
7522
- "filePath": "src/tokens/atlassian-legacy-light/color/chart.tsx",
7522
+ "filePath": "schema/themes/atlassian-legacy-light/color/chart.tsx",
7523
7523
  "isSource": true,
7524
7524
  "original": {
7525
7525
  "attributes": {
@@ -7541,7 +7541,7 @@ var tokens = [{
7541
7541
  "description": "Hovered state of color.chart.gray.bold."
7542
7542
  },
7543
7543
  "value": "#505F79",
7544
- "filePath": "src/tokens/atlassian-legacy-light/color/chart.tsx",
7544
+ "filePath": "schema/themes/atlassian-legacy-light/color/chart.tsx",
7545
7545
  "isSource": true,
7546
7546
  "original": {
7547
7547
  "attributes": {
@@ -7563,7 +7563,7 @@ var tokens = [{
7563
7563
  "description": "For data visualisation only."
7564
7564
  },
7565
7565
  "value": "#505F79",
7566
- "filePath": "src/tokens/atlassian-legacy-light/color/chart.tsx",
7566
+ "filePath": "schema/themes/atlassian-legacy-light/color/chart.tsx",
7567
7567
  "isSource": true,
7568
7568
  "original": {
7569
7569
  "attributes": {
@@ -7585,7 +7585,7 @@ var tokens = [{
7585
7585
  "description": "Hovered state of color.chart.gray.bolder."
7586
7586
  },
7587
7587
  "value": "#42526E",
7588
- "filePath": "src/tokens/atlassian-legacy-light/color/chart.tsx",
7588
+ "filePath": "schema/themes/atlassian-legacy-light/color/chart.tsx",
7589
7589
  "isSource": true,
7590
7590
  "original": {
7591
7591
  "attributes": {
@@ -7607,7 +7607,7 @@ var tokens = [{
7607
7607
  "description": "For data visualisation only."
7608
7608
  },
7609
7609
  "value": "#42526E",
7610
- "filePath": "src/tokens/atlassian-legacy-light/color/chart.tsx",
7610
+ "filePath": "schema/themes/atlassian-legacy-light/color/chart.tsx",
7611
7611
  "isSource": true,
7612
7612
  "original": {
7613
7613
  "attributes": {
@@ -7629,7 +7629,7 @@ var tokens = [{
7629
7629
  "description": "Hovered state of color.chart.gray.boldest."
7630
7630
  },
7631
7631
  "value": "#42526E",
7632
- "filePath": "src/tokens/atlassian-legacy-light/color/chart.tsx",
7632
+ "filePath": "schema/themes/atlassian-legacy-light/color/chart.tsx",
7633
7633
  "isSource": true,
7634
7634
  "original": {
7635
7635
  "attributes": {
@@ -7651,7 +7651,7 @@ var tokens = [{
7651
7651
  "description": "Our primary color for data visualisation. Use when only one color is required."
7652
7652
  },
7653
7653
  "value": "#0065FF",
7654
- "filePath": "src/tokens/atlassian-legacy-light/color/chart.tsx",
7654
+ "filePath": "schema/themes/atlassian-legacy-light/color/chart.tsx",
7655
7655
  "isSource": true,
7656
7656
  "original": {
7657
7657
  "attributes": {
@@ -7673,7 +7673,7 @@ var tokens = [{
7673
7673
  "description": "Hovered state of color.chart.brand."
7674
7674
  },
7675
7675
  "value": "#0052CC",
7676
- "filePath": "src/tokens/atlassian-legacy-light/color/chart.tsx",
7676
+ "filePath": "schema/themes/atlassian-legacy-light/color/chart.tsx",
7677
7677
  "isSource": true,
7678
7678
  "original": {
7679
7679
  "attributes": {
@@ -7695,7 +7695,7 @@ var tokens = [{
7695
7695
  "description": "For data visualisation communicating negative information, such as 'off track'."
7696
7696
  },
7697
7697
  "value": "#FF5630",
7698
- "filePath": "src/tokens/atlassian-legacy-light/color/chart.tsx",
7698
+ "filePath": "schema/themes/atlassian-legacy-light/color/chart.tsx",
7699
7699
  "isSource": true,
7700
7700
  "original": {
7701
7701
  "attributes": {
@@ -7717,7 +7717,7 @@ var tokens = [{
7717
7717
  "description": "Hovered state of color.chart.danger."
7718
7718
  },
7719
7719
  "value": "#DE350B",
7720
- "filePath": "src/tokens/atlassian-legacy-light/color/chart.tsx",
7720
+ "filePath": "schema/themes/atlassian-legacy-light/color/chart.tsx",
7721
7721
  "isSource": true,
7722
7722
  "original": {
7723
7723
  "attributes": {
@@ -7739,7 +7739,7 @@ var tokens = [{
7739
7739
  "description": "A stronger emphasis option of color.chart.danger."
7740
7740
  },
7741
7741
  "value": "#DE350B",
7742
- "filePath": "src/tokens/atlassian-legacy-light/color/chart.tsx",
7742
+ "filePath": "schema/themes/atlassian-legacy-light/color/chart.tsx",
7743
7743
  "isSource": true,
7744
7744
  "original": {
7745
7745
  "attributes": {
@@ -7761,7 +7761,7 @@ var tokens = [{
7761
7761
  "description": "Hovered state of color.chart.danger.bold."
7762
7762
  },
7763
7763
  "value": "#BF2600",
7764
- "filePath": "src/tokens/atlassian-legacy-light/color/chart.tsx",
7764
+ "filePath": "schema/themes/atlassian-legacy-light/color/chart.tsx",
7765
7765
  "isSource": true,
7766
7766
  "original": {
7767
7767
  "attributes": {
@@ -7783,7 +7783,7 @@ var tokens = [{
7783
7783
  "description": "For data visualisation communicating caution, such as 'at risk' statuses."
7784
7784
  },
7785
7785
  "value": "#FFAB00",
7786
- "filePath": "src/tokens/atlassian-legacy-light/color/chart.tsx",
7786
+ "filePath": "schema/themes/atlassian-legacy-light/color/chart.tsx",
7787
7787
  "isSource": true,
7788
7788
  "original": {
7789
7789
  "attributes": {
@@ -7805,7 +7805,7 @@ var tokens = [{
7805
7805
  "description": "Hovered state of color.chart.warning."
7806
7806
  },
7807
7807
  "value": "#FF991F",
7808
- "filePath": "src/tokens/atlassian-legacy-light/color/chart.tsx",
7808
+ "filePath": "schema/themes/atlassian-legacy-light/color/chart.tsx",
7809
7809
  "isSource": true,
7810
7810
  "original": {
7811
7811
  "attributes": {
@@ -7827,7 +7827,7 @@ var tokens = [{
7827
7827
  "description": "A stronger emphasis option of color.chart.warning."
7828
7828
  },
7829
7829
  "value": "#FF991F",
7830
- "filePath": "src/tokens/atlassian-legacy-light/color/chart.tsx",
7830
+ "filePath": "schema/themes/atlassian-legacy-light/color/chart.tsx",
7831
7831
  "isSource": true,
7832
7832
  "original": {
7833
7833
  "attributes": {
@@ -7849,7 +7849,7 @@ var tokens = [{
7849
7849
  "description": "Hovered state of color.chart.warning.bold."
7850
7850
  },
7851
7851
  "value": "#FF8B00",
7852
- "filePath": "src/tokens/atlassian-legacy-light/color/chart.tsx",
7852
+ "filePath": "schema/themes/atlassian-legacy-light/color/chart.tsx",
7853
7853
  "isSource": true,
7854
7854
  "original": {
7855
7855
  "attributes": {
@@ -7871,7 +7871,7 @@ var tokens = [{
7871
7871
  "description": "For data visualisation communicating positive information, such as 'on track'."
7872
7872
  },
7873
7873
  "value": "#36B37E",
7874
- "filePath": "src/tokens/atlassian-legacy-light/color/chart.tsx",
7874
+ "filePath": "schema/themes/atlassian-legacy-light/color/chart.tsx",
7875
7875
  "isSource": true,
7876
7876
  "original": {
7877
7877
  "attributes": {
@@ -7893,7 +7893,7 @@ var tokens = [{
7893
7893
  "description": "Hovered state of color.chart.success."
7894
7894
  },
7895
7895
  "value": "#00875A",
7896
- "filePath": "src/tokens/atlassian-legacy-light/color/chart.tsx",
7896
+ "filePath": "schema/themes/atlassian-legacy-light/color/chart.tsx",
7897
7897
  "isSource": true,
7898
7898
  "original": {
7899
7899
  "attributes": {
@@ -7915,7 +7915,7 @@ var tokens = [{
7915
7915
  "description": "A stronger emphasis option of color.chart.success."
7916
7916
  },
7917
7917
  "value": "#00875A",
7918
- "filePath": "src/tokens/atlassian-legacy-light/color/chart.tsx",
7918
+ "filePath": "schema/themes/atlassian-legacy-light/color/chart.tsx",
7919
7919
  "isSource": true,
7920
7920
  "original": {
7921
7921
  "attributes": {
@@ -7937,7 +7937,7 @@ var tokens = [{
7937
7937
  "description": "Hovered state of color.chart.success.bold."
7938
7938
  },
7939
7939
  "value": "#006644",
7940
- "filePath": "src/tokens/atlassian-legacy-light/color/chart.tsx",
7940
+ "filePath": "schema/themes/atlassian-legacy-light/color/chart.tsx",
7941
7941
  "isSource": true,
7942
7942
  "original": {
7943
7943
  "attributes": {
@@ -7959,7 +7959,7 @@ var tokens = [{
7959
7959
  "description": "For data visualisation communicating 'new' statuses."
7960
7960
  },
7961
7961
  "value": "#6554C0",
7962
- "filePath": "src/tokens/atlassian-legacy-light/color/chart.tsx",
7962
+ "filePath": "schema/themes/atlassian-legacy-light/color/chart.tsx",
7963
7963
  "isSource": true,
7964
7964
  "original": {
7965
7965
  "attributes": {
@@ -7981,7 +7981,7 @@ var tokens = [{
7981
7981
  "description": "Hovered state of color.chart.discovery."
7982
7982
  },
7983
7983
  "value": "#5243AA",
7984
- "filePath": "src/tokens/atlassian-legacy-light/color/chart.tsx",
7984
+ "filePath": "schema/themes/atlassian-legacy-light/color/chart.tsx",
7985
7985
  "isSource": true,
7986
7986
  "original": {
7987
7987
  "attributes": {
@@ -8003,7 +8003,7 @@ var tokens = [{
8003
8003
  "description": "A stronger emphasis option of color.chart.discovery."
8004
8004
  },
8005
8005
  "value": "#5243AA",
8006
- "filePath": "src/tokens/atlassian-legacy-light/color/chart.tsx",
8006
+ "filePath": "schema/themes/atlassian-legacy-light/color/chart.tsx",
8007
8007
  "isSource": true,
8008
8008
  "original": {
8009
8009
  "attributes": {
@@ -8025,7 +8025,7 @@ var tokens = [{
8025
8025
  "description": "Hovered state of color.chart.discovery.bold."
8026
8026
  },
8027
8027
  "value": "#403294",
8028
- "filePath": "src/tokens/atlassian-legacy-light/color/chart.tsx",
8028
+ "filePath": "schema/themes/atlassian-legacy-light/color/chart.tsx",
8029
8029
  "isSource": true,
8030
8030
  "original": {
8031
8031
  "attributes": {
@@ -8047,7 +8047,7 @@ var tokens = [{
8047
8047
  "description": "For data visualisation communicating low priority or in-progress statuses."
8048
8048
  },
8049
8049
  "value": "#0065FF",
8050
- "filePath": "src/tokens/atlassian-legacy-light/color/chart.tsx",
8050
+ "filePath": "schema/themes/atlassian-legacy-light/color/chart.tsx",
8051
8051
  "isSource": true,
8052
8052
  "original": {
8053
8053
  "attributes": {
@@ -8069,7 +8069,7 @@ var tokens = [{
8069
8069
  "description": "Hovered state of color.chart.information."
8070
8070
  },
8071
8071
  "value": "#0052CC",
8072
- "filePath": "src/tokens/atlassian-legacy-light/color/chart.tsx",
8072
+ "filePath": "schema/themes/atlassian-legacy-light/color/chart.tsx",
8073
8073
  "isSource": true,
8074
8074
  "original": {
8075
8075
  "attributes": {
@@ -8091,7 +8091,7 @@ var tokens = [{
8091
8091
  "description": "A stronger emphasis option of color.chart.information."
8092
8092
  },
8093
8093
  "value": "#0052CC",
8094
- "filePath": "src/tokens/atlassian-legacy-light/color/chart.tsx",
8094
+ "filePath": "schema/themes/atlassian-legacy-light/color/chart.tsx",
8095
8095
  "isSource": true,
8096
8096
  "original": {
8097
8097
  "attributes": {
@@ -8113,7 +8113,7 @@ var tokens = [{
8113
8113
  "description": "Hovered state of color.chart.information.bold."
8114
8114
  },
8115
8115
  "value": "#0747A6",
8116
- "filePath": "src/tokens/atlassian-legacy-light/color/chart.tsx",
8116
+ "filePath": "schema/themes/atlassian-legacy-light/color/chart.tsx",
8117
8117
  "isSource": true,
8118
8118
  "original": {
8119
8119
  "attributes": {
@@ -8135,7 +8135,7 @@ var tokens = [{
8135
8135
  "description": "Use as the primary background for the UI."
8136
8136
  },
8137
8137
  "value": "#FFFFFF",
8138
- "filePath": "src/tokens/atlassian-legacy-light/elevation/surface.tsx",
8138
+ "filePath": "schema/themes/atlassian-legacy-light/elevation/surface.tsx",
8139
8139
  "isSource": true,
8140
8140
  "original": {
8141
8141
  "attributes": {
@@ -8157,7 +8157,7 @@ var tokens = [{
8157
8157
  "description": "Hovered state of elevation.surface"
8158
8158
  },
8159
8159
  "value": "#FAFBFC",
8160
- "filePath": "src/tokens/atlassian-legacy-light/elevation/surface.tsx",
8160
+ "filePath": "schema/themes/atlassian-legacy-light/elevation/surface.tsx",
8161
8161
  "isSource": true,
8162
8162
  "original": {
8163
8163
  "attributes": {
@@ -8179,7 +8179,7 @@ var tokens = [{
8179
8179
  "description": "Pressed state of elevation.surface"
8180
8180
  },
8181
8181
  "value": "#F4F5F7",
8182
- "filePath": "src/tokens/atlassian-legacy-light/elevation/surface.tsx",
8182
+ "filePath": "schema/themes/atlassian-legacy-light/elevation/surface.tsx",
8183
8183
  "isSource": true,
8184
8184
  "original": {
8185
8185
  "attributes": {
@@ -8201,7 +8201,7 @@ var tokens = [{
8201
8201
  "description": "Use for the background of elements that sit on top of they UI, such as modals, dialogs, dropdown menus, floating toolbars, and floating single-action buttons. Also use for the background of raised cards in a dragged state. Combine with elevation.shadow.overlay."
8202
8202
  },
8203
8203
  "value": "#FFFFFF",
8204
- "filePath": "src/tokens/atlassian-legacy-light/elevation/surface.tsx",
8204
+ "filePath": "schema/themes/atlassian-legacy-light/elevation/surface.tsx",
8205
8205
  "isSource": true,
8206
8206
  "original": {
8207
8207
  "attributes": {
@@ -8223,7 +8223,7 @@ var tokens = [{
8223
8223
  "description": "Hovered state of elevation.surface.overlay"
8224
8224
  },
8225
8225
  "value": "#FAFBFC",
8226
- "filePath": "src/tokens/atlassian-legacy-light/elevation/surface.tsx",
8226
+ "filePath": "schema/themes/atlassian-legacy-light/elevation/surface.tsx",
8227
8227
  "isSource": true,
8228
8228
  "original": {
8229
8229
  "attributes": {
@@ -8245,7 +8245,7 @@ var tokens = [{
8245
8245
  "description": "Pressed state of elevation.surface.overlay"
8246
8246
  },
8247
8247
  "value": "#F4F5F7",
8248
- "filePath": "src/tokens/atlassian-legacy-light/elevation/surface.tsx",
8248
+ "filePath": "schema/themes/atlassian-legacy-light/elevation/surface.tsx",
8249
8249
  "isSource": true,
8250
8250
  "original": {
8251
8251
  "attributes": {
@@ -8267,7 +8267,7 @@ var tokens = [{
8267
8267
  "description": "Use for the background of cards that can be moved, such as Jira cards on a Kanban board. Combine with elevation.shadow.raised."
8268
8268
  },
8269
8269
  "value": "#FFFFFF",
8270
- "filePath": "src/tokens/atlassian-legacy-light/elevation/surface.tsx",
8270
+ "filePath": "schema/themes/atlassian-legacy-light/elevation/surface.tsx",
8271
8271
  "isSource": true,
8272
8272
  "original": {
8273
8273
  "attributes": {
@@ -8289,7 +8289,7 @@ var tokens = [{
8289
8289
  "description": "Hovered state of elevation.surface.raised"
8290
8290
  },
8291
8291
  "value": "#FAFBFC",
8292
- "filePath": "src/tokens/atlassian-legacy-light/elevation/surface.tsx",
8292
+ "filePath": "schema/themes/atlassian-legacy-light/elevation/surface.tsx",
8293
8293
  "isSource": true,
8294
8294
  "original": {
8295
8295
  "attributes": {
@@ -8311,7 +8311,7 @@ var tokens = [{
8311
8311
  "description": "Pressed state of elevation.surface.raised"
8312
8312
  },
8313
8313
  "value": "#F4F5F7",
8314
- "filePath": "src/tokens/atlassian-legacy-light/elevation/surface.tsx",
8314
+ "filePath": "schema/themes/atlassian-legacy-light/elevation/surface.tsx",
8315
8315
  "isSource": true,
8316
8316
  "original": {
8317
8317
  "attributes": {
@@ -8333,7 +8333,7 @@ var tokens = [{
8333
8333
  "description": "A secondary background for the UI commonly used for grouping items, such as Jira cards in columns."
8334
8334
  },
8335
8335
  "value": "#F4F5F7",
8336
- "filePath": "src/tokens/atlassian-legacy-light/elevation/surface.tsx",
8336
+ "filePath": "schema/themes/atlassian-legacy-light/elevation/surface.tsx",
8337
8337
  "isSource": true,
8338
8338
  "original": {
8339
8339
  "attributes": {
@@ -8371,7 +8371,7 @@ var tokens = [{
8371
8371
  "color": "#091e424f",
8372
8372
  "opacity": 0.12
8373
8373
  }],
8374
- "filePath": "src/tokens/atlassian-legacy-light/elevation/shadow.tsx",
8374
+ "filePath": "schema/themes/atlassian-legacy-light/elevation/shadow.tsx",
8375
8375
  "isSource": true,
8376
8376
  "original": {
8377
8377
  "attributes": {
@@ -8409,7 +8409,7 @@ var tokens = [{
8409
8409
  "description": "Use only when elevation.shadow.overflow is not technically feasible to implement. Pair with elevation.shadow.overflow.spread to replicate the overflow shadow."
8410
8410
  },
8411
8411
  "value": "#091e421f",
8412
- "filePath": "src/tokens/atlassian-legacy-light/elevation/shadow.tsx",
8412
+ "filePath": "schema/themes/atlassian-legacy-light/elevation/shadow.tsx",
8413
8413
  "isSource": true,
8414
8414
  "original": {
8415
8415
  "attributes": {
@@ -8431,7 +8431,7 @@ var tokens = [{
8431
8431
  "description": "Use only when elevation.shadow.overflow is not technically feasible to implement. Pair with elevation.shadow.overflow.perimeter to replicate the overflow shadow."
8432
8432
  },
8433
8433
  "value": "#091e4229",
8434
- "filePath": "src/tokens/atlassian-legacy-light/elevation/shadow.tsx",
8434
+ "filePath": "schema/themes/atlassian-legacy-light/elevation/shadow.tsx",
8435
8435
  "isSource": true,
8436
8436
  "original": {
8437
8437
  "attributes": {
@@ -8469,7 +8469,7 @@ var tokens = [{
8469
8469
  "color": "#091e424f",
8470
8470
  "opacity": 0.31
8471
8471
  }],
8472
- "filePath": "src/tokens/atlassian-legacy-light/elevation/shadow.tsx",
8472
+ "filePath": "schema/themes/atlassian-legacy-light/elevation/shadow.tsx",
8473
8473
  "isSource": true,
8474
8474
  "original": {
8475
8475
  "attributes": {
@@ -8523,7 +8523,7 @@ var tokens = [{
8523
8523
  "color": "#091e4221",
8524
8524
  "opacity": 0.31
8525
8525
  }],
8526
- "filePath": "src/tokens/atlassian-legacy-light/elevation/shadow.tsx",
8526
+ "filePath": "schema/themes/atlassian-legacy-light/elevation/shadow.tsx",
8527
8527
  "isSource": true,
8528
8528
  "original": {
8529
8529
  "attributes": {
@@ -8561,7 +8561,7 @@ var tokens = [{
8561
8561
  "description": "Apply to images when in a disabled state."
8562
8562
  },
8563
8563
  "value": 0.4,
8564
- "filePath": "src/tokens/atlassian-legacy-light/opacity/opacity.tsx",
8564
+ "filePath": "schema/themes/atlassian-legacy-light/opacity/opacity.tsx",
8565
8565
  "isSource": true,
8566
8566
  "original": {
8567
8567
  "attributes": {
@@ -8583,7 +8583,7 @@ var tokens = [{
8583
8583
  "description": "Apply to content that sits under a loading spinner."
8584
8584
  },
8585
8585
  "value": 0.2,
8586
- "filePath": "src/tokens/atlassian-legacy-light/opacity/opacity.tsx",
8586
+ "filePath": "schema/themes/atlassian-legacy-light/opacity/opacity.tsx",
8587
8587
  "isSource": true,
8588
8588
  "original": {
8589
8589
  "attributes": {
@@ -8605,7 +8605,7 @@ var tokens = [{
8605
8605
  "description": "Transparent token used for backwards compatibility between new and old theming solutions"
8606
8606
  },
8607
8607
  "value": "transparent",
8608
- "filePath": "src/tokens/atlassian-legacy-light/utility/utility.tsx",
8608
+ "filePath": "schema/themes/atlassian-legacy-light/utility/utility.tsx",
8609
8609
  "isSource": true,
8610
8610
  "original": {
8611
8611
  "attributes": {
@@ -8627,7 +8627,7 @@ var tokens = [{
8627
8627
  "description": "A dynamic token that represents the current surface color set by a parent element. It defaults to the 'elevation.surface' token value."
8628
8628
  },
8629
8629
  "value": "#FFFFFF",
8630
- "filePath": "src/tokens/atlassian-legacy-light/utility/utility.tsx",
8630
+ "filePath": "schema/themes/atlassian-legacy-light/utility/utility.tsx",
8631
8631
  "isSource": true,
8632
8632
  "original": {
8633
8633
  "attributes": {