@atlaskit/tokens 1.25.2 → 1.26.1

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 (670) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/dist/cjs/artifacts/palettes-raw/legacy-palette.js +119 -119
  3. package/dist/cjs/artifacts/palettes-raw/palette.js +133 -133
  4. package/dist/cjs/artifacts/palettes-raw/shape-palette.js +11 -11
  5. package/dist/cjs/artifacts/palettes-raw/spacing-scale.js +24 -24
  6. package/dist/cjs/artifacts/palettes-raw/typography-palette.js +40 -40
  7. package/dist/cjs/artifacts/palettes-raw/updated-saturated-palette.js +133 -133
  8. package/dist/cjs/artifacts/theme-import-map.js +13 -1
  9. package/dist/cjs/artifacts/themes/atlassian-dark-increased-contrast.js +12 -0
  10. package/dist/cjs/artifacts/themes/atlassian-light-increased-contrast.js +12 -0
  11. package/dist/cjs/artifacts/tokens-raw/atlassian-dark-increased-contrast.js +8687 -0
  12. package/dist/cjs/artifacts/tokens-raw/atlassian-dark-new-input-border.js +2 -2
  13. package/dist/cjs/artifacts/tokens-raw/atlassian-dark-saturated-palette-changes.js +389 -389
  14. package/dist/cjs/artifacts/tokens-raw/atlassian-dark.js +389 -389
  15. package/dist/cjs/artifacts/tokens-raw/atlassian-legacy-dark.js +389 -389
  16. package/dist/cjs/artifacts/tokens-raw/atlassian-legacy-light.js +389 -389
  17. package/dist/cjs/artifacts/tokens-raw/atlassian-light-increased-contrast.js +8653 -0
  18. package/dist/cjs/artifacts/tokens-raw/atlassian-light-new-input-border.js +2 -2
  19. package/dist/cjs/artifacts/tokens-raw/atlassian-light-saturated-palette-changes.js +389 -389
  20. package/dist/cjs/artifacts/tokens-raw/atlassian-light.js +389 -389
  21. package/dist/cjs/artifacts/tokens-raw/atlassian-shape.js +12 -12
  22. package/dist/cjs/artifacts/tokens-raw/atlassian-spacing.js +24 -24
  23. package/dist/cjs/artifacts/tokens-raw/atlassian-typography-adg3.js +45 -45
  24. package/dist/cjs/artifacts/tokens-raw/atlassian-typography-minor3.js +26 -26
  25. package/dist/cjs/artifacts/tokens-raw/atlassian-typography.js +25 -25
  26. package/dist/cjs/constants.js +2 -1
  27. package/dist/cjs/enable-global-theme.js +3 -0
  28. package/dist/cjs/get-ssr-auto-script.js +8 -2
  29. package/dist/cjs/get-theme-html-attrs.js +9 -0
  30. package/dist/cjs/get-theme-styles.js +9 -0
  31. package/dist/cjs/get-token-value.js +1 -1
  32. package/dist/cjs/get-token.js +1 -1
  33. package/dist/cjs/set-global-theme.js +35 -20
  34. package/dist/cjs/theme-config.js +29 -2
  35. package/dist/cjs/utils/configure-page.js +16 -1
  36. package/dist/cjs/utils/contrast-mode-listeners.js +65 -0
  37. package/dist/cjs/utils/get-increased-contrast-theme.js +20 -0
  38. package/dist/cjs/utils/get-theme-preferences.js +23 -1
  39. package/dist/cjs/utils/theme-loading.js +3 -2
  40. package/dist/es2019/artifacts/palettes-raw/legacy-palette.js +119 -119
  41. package/dist/es2019/artifacts/palettes-raw/palette.js +133 -133
  42. package/dist/es2019/artifacts/palettes-raw/shape-palette.js +11 -11
  43. package/dist/es2019/artifacts/palettes-raw/spacing-scale.js +24 -24
  44. package/dist/es2019/artifacts/palettes-raw/typography-palette.js +40 -40
  45. package/dist/es2019/artifacts/palettes-raw/updated-saturated-palette.js +133 -133
  46. package/dist/es2019/artifacts/theme-import-map.js +5 -1
  47. package/dist/es2019/artifacts/themes/atlassian-dark-increased-contrast.js +401 -0
  48. package/dist/es2019/artifacts/themes/atlassian-light-increased-contrast.js +401 -0
  49. package/dist/es2019/artifacts/tokens-raw/atlassian-dark-increased-contrast.js +8681 -0
  50. package/dist/es2019/artifacts/tokens-raw/atlassian-dark-new-input-border.js +2 -2
  51. package/dist/es2019/artifacts/tokens-raw/atlassian-dark-saturated-palette-changes.js +389 -389
  52. package/dist/es2019/artifacts/tokens-raw/atlassian-dark.js +389 -389
  53. package/dist/es2019/artifacts/tokens-raw/atlassian-legacy-dark.js +389 -389
  54. package/dist/es2019/artifacts/tokens-raw/atlassian-legacy-light.js +389 -389
  55. package/dist/es2019/artifacts/tokens-raw/atlassian-light-increased-contrast.js +8647 -0
  56. package/dist/es2019/artifacts/tokens-raw/atlassian-light-new-input-border.js +2 -2
  57. package/dist/es2019/artifacts/tokens-raw/atlassian-light-saturated-palette-changes.js +389 -389
  58. package/dist/es2019/artifacts/tokens-raw/atlassian-light.js +389 -389
  59. package/dist/es2019/artifacts/tokens-raw/atlassian-shape.js +12 -12
  60. package/dist/es2019/artifacts/tokens-raw/atlassian-spacing.js +24 -24
  61. package/dist/es2019/artifacts/tokens-raw/atlassian-typography-adg3.js +45 -45
  62. package/dist/es2019/artifacts/tokens-raw/atlassian-typography-minor3.js +26 -26
  63. package/dist/es2019/artifacts/tokens-raw/atlassian-typography.js +25 -25
  64. package/dist/es2019/constants.js +1 -0
  65. package/dist/es2019/enable-global-theme.js +2 -0
  66. package/dist/es2019/get-ssr-auto-script.js +17 -11
  67. package/dist/es2019/get-theme-html-attrs.js +12 -2
  68. package/dist/es2019/get-theme-styles.js +7 -0
  69. package/dist/es2019/get-token-value.js +1 -1
  70. package/dist/es2019/get-token.js +1 -1
  71. package/dist/es2019/set-global-theme.js +14 -0
  72. package/dist/es2019/theme-config.js +28 -1
  73. package/dist/es2019/utils/configure-page.js +18 -1
  74. package/dist/es2019/utils/contrast-mode-listeners.js +48 -0
  75. package/dist/es2019/utils/get-increased-contrast-theme.js +13 -0
  76. package/dist/es2019/utils/get-theme-preferences.js +23 -1
  77. package/dist/es2019/utils/theme-loading.js +2 -1
  78. package/dist/esm/artifacts/palettes-raw/legacy-palette.js +119 -119
  79. package/dist/esm/artifacts/palettes-raw/palette.js +133 -133
  80. package/dist/esm/artifacts/palettes-raw/shape-palette.js +11 -11
  81. package/dist/esm/artifacts/palettes-raw/spacing-scale.js +24 -24
  82. package/dist/esm/artifacts/palettes-raw/typography-palette.js +40 -40
  83. package/dist/esm/artifacts/palettes-raw/updated-saturated-palette.js +133 -133
  84. package/dist/esm/artifacts/theme-import-map.js +9 -1
  85. package/dist/esm/artifacts/themes/atlassian-dark-increased-contrast.js +6 -0
  86. package/dist/esm/artifacts/themes/atlassian-light-increased-contrast.js +6 -0
  87. package/dist/esm/artifacts/tokens-raw/atlassian-dark-increased-contrast.js +8681 -0
  88. package/dist/esm/artifacts/tokens-raw/atlassian-dark-new-input-border.js +2 -2
  89. package/dist/esm/artifacts/tokens-raw/atlassian-dark-saturated-palette-changes.js +389 -389
  90. package/dist/esm/artifacts/tokens-raw/atlassian-dark.js +389 -389
  91. package/dist/esm/artifacts/tokens-raw/atlassian-legacy-dark.js +389 -389
  92. package/dist/esm/artifacts/tokens-raw/atlassian-legacy-light.js +389 -389
  93. package/dist/esm/artifacts/tokens-raw/atlassian-light-increased-contrast.js +8647 -0
  94. package/dist/esm/artifacts/tokens-raw/atlassian-light-new-input-border.js +2 -2
  95. package/dist/esm/artifacts/tokens-raw/atlassian-light-saturated-palette-changes.js +389 -389
  96. package/dist/esm/artifacts/tokens-raw/atlassian-light.js +389 -389
  97. package/dist/esm/artifacts/tokens-raw/atlassian-shape.js +12 -12
  98. package/dist/esm/artifacts/tokens-raw/atlassian-spacing.js +24 -24
  99. package/dist/esm/artifacts/tokens-raw/atlassian-typography-adg3.js +45 -45
  100. package/dist/esm/artifacts/tokens-raw/atlassian-typography-minor3.js +26 -26
  101. package/dist/esm/artifacts/tokens-raw/atlassian-typography.js +25 -25
  102. package/dist/esm/constants.js +1 -0
  103. package/dist/esm/enable-global-theme.js +3 -0
  104. package/dist/esm/get-ssr-auto-script.js +10 -4
  105. package/dist/esm/get-theme-html-attrs.js +10 -1
  106. package/dist/esm/get-theme-styles.js +9 -0
  107. package/dist/esm/get-token-value.js +1 -1
  108. package/dist/esm/get-token.js +1 -1
  109. package/dist/esm/set-global-theme.js +35 -20
  110. package/dist/esm/theme-config.js +28 -1
  111. package/dist/esm/utils/configure-page.js +16 -1
  112. package/dist/esm/utils/contrast-mode-listeners.js +58 -0
  113. package/dist/esm/utils/get-increased-contrast-theme.js +14 -0
  114. package/dist/esm/utils/get-theme-preferences.js +23 -1
  115. package/dist/esm/utils/theme-loading.js +2 -1
  116. package/dist/types/artifacts/palettes-raw/legacy-palette.d.ts +1 -1
  117. package/dist/types/artifacts/palettes-raw/palette.d.ts +1 -1
  118. package/dist/types/artifacts/palettes-raw/shape-palette.d.ts +1 -1
  119. package/dist/types/artifacts/palettes-raw/spacing-scale.d.ts +1 -1
  120. package/dist/types/artifacts/palettes-raw/typography-palette.d.ts +1 -1
  121. package/dist/types/artifacts/palettes-raw/updated-saturated-palette.d.ts +1 -1
  122. package/dist/types/artifacts/theme-import-map.d.ts +1 -1
  123. package/dist/types/artifacts/themes/atlassian-dark-increased-contrast.d.ts +7 -0
  124. package/dist/types/artifacts/themes/atlassian-light-increased-contrast.d.ts +7 -0
  125. package/dist/types/artifacts/tokens-raw/atlassian-dark-increased-contrast.d.ts +133 -0
  126. package/dist/types/artifacts/tokens-raw/atlassian-dark-new-input-border.d.ts +1 -1
  127. package/dist/types/artifacts/tokens-raw/atlassian-dark-saturated-palette-changes.d.ts +1 -1
  128. package/dist/types/artifacts/tokens-raw/atlassian-dark.d.ts +1 -1
  129. package/dist/types/artifacts/tokens-raw/atlassian-legacy-dark.d.ts +1 -1
  130. package/dist/types/artifacts/tokens-raw/atlassian-legacy-light.d.ts +1 -1
  131. package/dist/types/artifacts/tokens-raw/atlassian-light-increased-contrast.d.ts +113 -0
  132. package/dist/types/artifacts/tokens-raw/atlassian-light-new-input-border.d.ts +1 -1
  133. package/dist/types/artifacts/tokens-raw/atlassian-light-saturated-palette-changes.d.ts +1 -1
  134. package/dist/types/artifacts/tokens-raw/atlassian-light.d.ts +1 -1
  135. package/dist/types/artifacts/tokens-raw/atlassian-shape.d.ts +1 -1
  136. package/dist/types/artifacts/tokens-raw/atlassian-spacing.d.ts +1 -1
  137. package/dist/types/artifacts/tokens-raw/atlassian-typography-adg3.d.ts +1 -1
  138. package/dist/types/artifacts/tokens-raw/atlassian-typography-minor3.d.ts +1 -1
  139. package/dist/types/artifacts/tokens-raw/atlassian-typography.d.ts +1 -1
  140. package/dist/types/constants.d.ts +1 -0
  141. package/dist/types/enable-global-theme.d.ts +1 -1
  142. package/dist/types/get-ssr-auto-script.d.ts +1 -1
  143. package/dist/types/get-theme-html-attrs.d.ts +1 -1
  144. package/dist/types/set-global-theme.d.ts +2 -1
  145. package/dist/types/theme-config.d.ts +29 -6
  146. package/dist/types/types.d.ts +38 -40
  147. package/dist/types/utils/configure-page.d.ts +1 -1
  148. package/dist/types/utils/contrast-mode-listeners.d.ts +13 -0
  149. package/dist/types/utils/get-increased-contrast-theme.d.ts +5 -0
  150. package/dist/types/utils/theme-loading.d.ts +1 -0
  151. package/dist/types-ts4.5/artifacts/palettes-raw/legacy-palette.d.ts +1 -1
  152. package/dist/types-ts4.5/artifacts/palettes-raw/palette.d.ts +1 -1
  153. package/dist/types-ts4.5/artifacts/palettes-raw/shape-palette.d.ts +1 -1
  154. package/dist/types-ts4.5/artifacts/palettes-raw/spacing-scale.d.ts +1 -1
  155. package/dist/types-ts4.5/artifacts/palettes-raw/typography-palette.d.ts +1 -1
  156. package/dist/types-ts4.5/artifacts/palettes-raw/updated-saturated-palette.d.ts +1 -1
  157. package/dist/types-ts4.5/artifacts/theme-import-map.d.ts +1 -1
  158. package/dist/types-ts4.5/artifacts/themes/atlassian-dark-increased-contrast.d.ts +7 -0
  159. package/dist/types-ts4.5/artifacts/themes/atlassian-light-increased-contrast.d.ts +7 -0
  160. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-dark-increased-contrast.d.ts +133 -0
  161. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-dark-new-input-border.d.ts +1 -1
  162. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-dark-saturated-palette-changes.d.ts +1 -1
  163. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-dark.d.ts +1 -1
  164. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-legacy-dark.d.ts +1 -1
  165. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-legacy-light.d.ts +1 -1
  166. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-light-increased-contrast.d.ts +113 -0
  167. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-light-new-input-border.d.ts +1 -1
  168. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-light-saturated-palette-changes.d.ts +1 -1
  169. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-light.d.ts +1 -1
  170. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-shape.d.ts +1 -1
  171. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-spacing.d.ts +1 -1
  172. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-typography-adg3.d.ts +1 -1
  173. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-typography-minor3.d.ts +1 -1
  174. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-typography.d.ts +1 -1
  175. package/dist/types-ts4.5/constants.d.ts +1 -0
  176. package/dist/types-ts4.5/enable-global-theme.d.ts +1 -1
  177. package/dist/types-ts4.5/get-ssr-auto-script.d.ts +1 -1
  178. package/dist/types-ts4.5/get-theme-html-attrs.d.ts +1 -1
  179. package/dist/types-ts4.5/set-global-theme.d.ts +2 -1
  180. package/dist/types-ts4.5/theme-config.d.ts +35 -4
  181. package/dist/types-ts4.5/types.d.ts +38 -40
  182. package/dist/types-ts4.5/utils/configure-page.d.ts +1 -1
  183. package/dist/types-ts4.5/utils/contrast-mode-listeners.d.ts +13 -0
  184. package/dist/types-ts4.5/utils/get-increased-contrast-theme.d.ts +5 -0
  185. package/dist/types-ts4.5/utils/theme-loading.d.ts +1 -0
  186. package/figma/atlassian-dark-increased-contrast.json +3542 -0
  187. package/figma/atlassian-light-increased-contrast.json +3523 -0
  188. package/package.json +4 -1
  189. package/report.api.md +40 -229
  190. package/tmp/api-report-tmp.d.ts +21 -236
  191. package/dist/cjs/palettes/legacy-palette.js +0 -849
  192. package/dist/cjs/palettes/palette.js +0 -954
  193. package/dist/cjs/palettes/shape-palette.js +0 -82
  194. package/dist/cjs/palettes/spacing-scale.js +0 -154
  195. package/dist/cjs/palettes/typography-palette.js +0 -273
  196. package/dist/cjs/palettes/updated-saturated-palette.js +0 -320
  197. package/dist/cjs/tokens/atlassian-dark/color/accent.js +0 -627
  198. package/dist/cjs/tokens/atlassian-dark/color/background.js +0 -272
  199. package/dist/cjs/tokens/atlassian-dark/color/border.js +0 -52
  200. package/dist/cjs/tokens/atlassian-dark/color/chart.js +0 -445
  201. package/dist/cjs/tokens/atlassian-dark/color/icon.js +0 -51
  202. package/dist/cjs/tokens/atlassian-dark/color/interaction.js +0 -21
  203. package/dist/cjs/tokens/atlassian-dark/color/skeleton.js +0 -19
  204. package/dist/cjs/tokens/atlassian-dark/color/text.js +0 -65
  205. package/dist/cjs/tokens/atlassian-dark/elevation/shadow.js +0 -110
  206. package/dist/cjs/tokens/atlassian-dark/elevation/surface.js +0 -49
  207. package/dist/cjs/tokens/atlassian-dark/opacity/opacity.js +0 -17
  208. package/dist/cjs/tokens/atlassian-dark/utility/utility.js +0 -25
  209. package/dist/cjs/tokens/atlassian-dark-new-input-border/color/border.js +0 -16
  210. package/dist/cjs/tokens/atlassian-dark-saturated-palette-changes/color/accent.js +0 -21
  211. package/dist/cjs/tokens/atlassian-dark-saturated-palette-changes/color/background.js +0 -26
  212. package/dist/cjs/tokens/atlassian-dark-saturated-palette-changes/color/icon.js +0 -18
  213. package/dist/cjs/tokens/atlassian-legacy-dark/color/accent.js +0 -675
  214. package/dist/cjs/tokens/atlassian-legacy-dark/color/background.js +0 -271
  215. package/dist/cjs/tokens/atlassian-legacy-dark/color/border.js +0 -52
  216. package/dist/cjs/tokens/atlassian-legacy-dark/color/chart.js +0 -471
  217. package/dist/cjs/tokens/atlassian-legacy-dark/color/icon.js +0 -51
  218. package/dist/cjs/tokens/atlassian-legacy-dark/color/interaction.js +0 -21
  219. package/dist/cjs/tokens/atlassian-legacy-dark/color/skeleton.js +0 -19
  220. package/dist/cjs/tokens/atlassian-legacy-dark/color/text.js +0 -65
  221. package/dist/cjs/tokens/atlassian-legacy-dark/elevation/shadow.js +0 -110
  222. package/dist/cjs/tokens/atlassian-legacy-dark/elevation/surface.js +0 -49
  223. package/dist/cjs/tokens/atlassian-legacy-dark/opacity/opacity.js +0 -17
  224. package/dist/cjs/tokens/atlassian-legacy-dark/utility/utility.js +0 -25
  225. package/dist/cjs/tokens/atlassian-legacy-light/color/accent.js +0 -675
  226. package/dist/cjs/tokens/atlassian-legacy-light/color/background.js +0 -271
  227. package/dist/cjs/tokens/atlassian-legacy-light/color/border.js +0 -52
  228. package/dist/cjs/tokens/atlassian-legacy-light/color/chart.js +0 -471
  229. package/dist/cjs/tokens/atlassian-legacy-light/color/icon.js +0 -51
  230. package/dist/cjs/tokens/atlassian-legacy-light/color/interaction.js +0 -21
  231. package/dist/cjs/tokens/atlassian-legacy-light/color/skeleton.js +0 -19
  232. package/dist/cjs/tokens/atlassian-legacy-light/color/text.js +0 -65
  233. package/dist/cjs/tokens/atlassian-legacy-light/elevation/shadow.js +0 -80
  234. package/dist/cjs/tokens/atlassian-legacy-light/elevation/surface.js +0 -49
  235. package/dist/cjs/tokens/atlassian-legacy-light/opacity/opacity.js +0 -17
  236. package/dist/cjs/tokens/atlassian-legacy-light/utility/utility.js +0 -25
  237. package/dist/cjs/tokens/atlassian-light/color/accent.js +0 -627
  238. package/dist/cjs/tokens/atlassian-light/color/background.js +0 -271
  239. package/dist/cjs/tokens/atlassian-light/color/border.js +0 -52
  240. package/dist/cjs/tokens/atlassian-light/color/chart.js +0 -445
  241. package/dist/cjs/tokens/atlassian-light/color/icon.js +0 -51
  242. package/dist/cjs/tokens/atlassian-light/color/interaction.js +0 -21
  243. package/dist/cjs/tokens/atlassian-light/color/skeleton.js +0 -19
  244. package/dist/cjs/tokens/atlassian-light/color/text.js +0 -65
  245. package/dist/cjs/tokens/atlassian-light/elevation/shadow.js +0 -80
  246. package/dist/cjs/tokens/atlassian-light/elevation/surface.js +0 -49
  247. package/dist/cjs/tokens/atlassian-light/opacity/opacity.js +0 -17
  248. package/dist/cjs/tokens/atlassian-light/utility/utility.js +0 -25
  249. package/dist/cjs/tokens/atlassian-light-new-input-border/color/border.js +0 -16
  250. package/dist/cjs/tokens/atlassian-light-saturated-palette-changes/color/accent.js +0 -35
  251. package/dist/cjs/tokens/atlassian-light-saturated-palette-changes/color/background.js +0 -26
  252. package/dist/cjs/tokens/atlassian-light-saturated-palette-changes/color/icon.js +0 -16
  253. package/dist/cjs/tokens/atlassian-shape/shape.js +0 -52
  254. package/dist/cjs/tokens/atlassian-spacing/spacing.js +0 -89
  255. package/dist/cjs/tokens/atlassian-typography/font-family.js +0 -31
  256. package/dist/cjs/tokens/atlassian-typography/letter-spacing.js +0 -28
  257. package/dist/cjs/tokens/atlassian-typography/theme.js +0 -149
  258. package/dist/cjs/tokens/atlassian-typography-adg3/font-family.js +0 -31
  259. package/dist/cjs/tokens/atlassian-typography-adg3/font-size.js +0 -37
  260. package/dist/cjs/tokens/atlassian-typography-adg3/font-weight.js +0 -25
  261. package/dist/cjs/tokens/atlassian-typography-adg3/letter-spacing.js +0 -28
  262. package/dist/cjs/tokens/atlassian-typography-adg3/line-height.js +0 -34
  263. package/dist/cjs/tokens/atlassian-typography-adg3/theme.js +0 -160
  264. package/dist/cjs/tokens/atlassian-typography-minor3/font-family.js +0 -31
  265. package/dist/cjs/tokens/atlassian-typography-minor3/letter-spacing.js +0 -28
  266. package/dist/cjs/tokens/atlassian-typography-minor3/theme.js +0 -160
  267. package/dist/cjs/tokens/default/color/accent.js +0 -1427
  268. package/dist/cjs/tokens/default/color/background.js +0 -585
  269. package/dist/cjs/tokens/default/color/border.js +0 -117
  270. package/dist/cjs/tokens/default/color/chart.js +0 -945
  271. package/dist/cjs/tokens/default/color/icon.js +0 -111
  272. package/dist/cjs/tokens/default/color/interaction.js +0 -29
  273. package/dist/cjs/tokens/default/color/skeleton.js +0 -29
  274. package/dist/cjs/tokens/default/color/text.js +0 -145
  275. package/dist/cjs/tokens/default/elevation/shadow.js +0 -55
  276. package/dist/cjs/tokens/default/elevation/surface.js +0 -99
  277. package/dist/cjs/tokens/default/opacity/opacity.js +0 -27
  278. package/dist/cjs/tokens/default/shape/shape.js +0 -106
  279. package/dist/cjs/tokens/default/spacing/spacing.js +0 -220
  280. package/dist/cjs/tokens/default/typography/font-family.js +0 -61
  281. package/dist/cjs/tokens/default/typography/font-size.js +0 -77
  282. package/dist/cjs/tokens/default/typography/font-weight.js +0 -45
  283. package/dist/cjs/tokens/default/typography/font.js +0 -140
  284. package/dist/cjs/tokens/default/typography/letter-spacing.js +0 -53
  285. package/dist/cjs/tokens/default/typography/line-height.js +0 -69
  286. package/dist/cjs/tokens/default/utility/utility.js +0 -41
  287. package/dist/es2019/palettes/legacy-palette.js +0 -843
  288. package/dist/es2019/palettes/palette.js +0 -948
  289. package/dist/es2019/palettes/shape-palette.js +0 -76
  290. package/dist/es2019/palettes/spacing-scale.js +0 -148
  291. package/dist/es2019/palettes/typography-palette.js +0 -269
  292. package/dist/es2019/palettes/updated-saturated-palette.js +0 -312
  293. package/dist/es2019/tokens/atlassian-dark/color/accent.js +0 -621
  294. package/dist/es2019/tokens/atlassian-dark/color/background.js +0 -266
  295. package/dist/es2019/tokens/atlassian-dark/color/border.js +0 -46
  296. package/dist/es2019/tokens/atlassian-dark/color/chart.js +0 -439
  297. package/dist/es2019/tokens/atlassian-dark/color/icon.js +0 -45
  298. package/dist/es2019/tokens/atlassian-dark/color/interaction.js +0 -15
  299. package/dist/es2019/tokens/atlassian-dark/color/skeleton.js +0 -13
  300. package/dist/es2019/tokens/atlassian-dark/color/text.js +0 -59
  301. package/dist/es2019/tokens/atlassian-dark/elevation/shadow.js +0 -104
  302. package/dist/es2019/tokens/atlassian-dark/elevation/surface.js +0 -43
  303. package/dist/es2019/tokens/atlassian-dark/opacity/opacity.js +0 -11
  304. package/dist/es2019/tokens/atlassian-dark/utility/utility.js +0 -18
  305. package/dist/es2019/tokens/atlassian-dark-new-input-border/color/border.js +0 -10
  306. package/dist/es2019/tokens/atlassian-dark-saturated-palette-changes/color/accent.js +0 -15
  307. package/dist/es2019/tokens/atlassian-dark-saturated-palette-changes/color/background.js +0 -20
  308. package/dist/es2019/tokens/atlassian-dark-saturated-palette-changes/color/icon.js +0 -12
  309. package/dist/es2019/tokens/atlassian-legacy-dark/color/accent.js +0 -669
  310. package/dist/es2019/tokens/atlassian-legacy-dark/color/background.js +0 -265
  311. package/dist/es2019/tokens/atlassian-legacy-dark/color/border.js +0 -46
  312. package/dist/es2019/tokens/atlassian-legacy-dark/color/chart.js +0 -465
  313. package/dist/es2019/tokens/atlassian-legacy-dark/color/icon.js +0 -45
  314. package/dist/es2019/tokens/atlassian-legacy-dark/color/interaction.js +0 -15
  315. package/dist/es2019/tokens/atlassian-legacy-dark/color/skeleton.js +0 -13
  316. package/dist/es2019/tokens/atlassian-legacy-dark/color/text.js +0 -59
  317. package/dist/es2019/tokens/atlassian-legacy-dark/elevation/shadow.js +0 -104
  318. package/dist/es2019/tokens/atlassian-legacy-dark/elevation/surface.js +0 -43
  319. package/dist/es2019/tokens/atlassian-legacy-dark/opacity/opacity.js +0 -11
  320. package/dist/es2019/tokens/atlassian-legacy-dark/utility/utility.js +0 -18
  321. package/dist/es2019/tokens/atlassian-legacy-light/color/accent.js +0 -669
  322. package/dist/es2019/tokens/atlassian-legacy-light/color/background.js +0 -265
  323. package/dist/es2019/tokens/atlassian-legacy-light/color/border.js +0 -46
  324. package/dist/es2019/tokens/atlassian-legacy-light/color/chart.js +0 -465
  325. package/dist/es2019/tokens/atlassian-legacy-light/color/icon.js +0 -45
  326. package/dist/es2019/tokens/atlassian-legacy-light/color/interaction.js +0 -15
  327. package/dist/es2019/tokens/atlassian-legacy-light/color/skeleton.js +0 -13
  328. package/dist/es2019/tokens/atlassian-legacy-light/color/text.js +0 -59
  329. package/dist/es2019/tokens/atlassian-legacy-light/elevation/shadow.js +0 -74
  330. package/dist/es2019/tokens/atlassian-legacy-light/elevation/surface.js +0 -43
  331. package/dist/es2019/tokens/atlassian-legacy-light/opacity/opacity.js +0 -11
  332. package/dist/es2019/tokens/atlassian-legacy-light/utility/utility.js +0 -18
  333. package/dist/es2019/tokens/atlassian-light/color/accent.js +0 -621
  334. package/dist/es2019/tokens/atlassian-light/color/background.js +0 -265
  335. package/dist/es2019/tokens/atlassian-light/color/border.js +0 -46
  336. package/dist/es2019/tokens/atlassian-light/color/chart.js +0 -439
  337. package/dist/es2019/tokens/atlassian-light/color/icon.js +0 -45
  338. package/dist/es2019/tokens/atlassian-light/color/interaction.js +0 -15
  339. package/dist/es2019/tokens/atlassian-light/color/skeleton.js +0 -13
  340. package/dist/es2019/tokens/atlassian-light/color/text.js +0 -59
  341. package/dist/es2019/tokens/atlassian-light/elevation/shadow.js +0 -74
  342. package/dist/es2019/tokens/atlassian-light/elevation/surface.js +0 -43
  343. package/dist/es2019/tokens/atlassian-light/opacity/opacity.js +0 -11
  344. package/dist/es2019/tokens/atlassian-light/utility/utility.js +0 -18
  345. package/dist/es2019/tokens/atlassian-light-new-input-border/color/border.js +0 -10
  346. package/dist/es2019/tokens/atlassian-light-saturated-palette-changes/color/accent.js +0 -29
  347. package/dist/es2019/tokens/atlassian-light-saturated-palette-changes/color/background.js +0 -20
  348. package/dist/es2019/tokens/atlassian-light-saturated-palette-changes/color/icon.js +0 -10
  349. package/dist/es2019/tokens/atlassian-shape/shape.js +0 -46
  350. package/dist/es2019/tokens/atlassian-spacing/spacing.js +0 -83
  351. package/dist/es2019/tokens/atlassian-typography/font-family.js +0 -25
  352. package/dist/es2019/tokens/atlassian-typography/letter-spacing.js +0 -22
  353. package/dist/es2019/tokens/atlassian-typography/theme.js +0 -143
  354. package/dist/es2019/tokens/atlassian-typography-adg3/font-family.js +0 -25
  355. package/dist/es2019/tokens/atlassian-typography-adg3/font-size.js +0 -31
  356. package/dist/es2019/tokens/atlassian-typography-adg3/font-weight.js +0 -19
  357. package/dist/es2019/tokens/atlassian-typography-adg3/letter-spacing.js +0 -22
  358. package/dist/es2019/tokens/atlassian-typography-adg3/line-height.js +0 -28
  359. package/dist/es2019/tokens/atlassian-typography-adg3/theme.js +0 -154
  360. package/dist/es2019/tokens/atlassian-typography-minor3/font-family.js +0 -25
  361. package/dist/es2019/tokens/atlassian-typography-minor3/letter-spacing.js +0 -22
  362. package/dist/es2019/tokens/atlassian-typography-minor3/theme.js +0 -154
  363. package/dist/es2019/tokens/default/color/accent.js +0 -1421
  364. package/dist/es2019/tokens/default/color/background.js +0 -579
  365. package/dist/es2019/tokens/default/color/border.js +0 -111
  366. package/dist/es2019/tokens/default/color/chart.js +0 -939
  367. package/dist/es2019/tokens/default/color/icon.js +0 -105
  368. package/dist/es2019/tokens/default/color/interaction.js +0 -23
  369. package/dist/es2019/tokens/default/color/skeleton.js +0 -23
  370. package/dist/es2019/tokens/default/color/text.js +0 -139
  371. package/dist/es2019/tokens/default/elevation/shadow.js +0 -51
  372. package/dist/es2019/tokens/default/elevation/surface.js +0 -93
  373. package/dist/es2019/tokens/default/opacity/opacity.js +0 -21
  374. package/dist/es2019/tokens/default/shape/shape.js +0 -100
  375. package/dist/es2019/tokens/default/spacing/spacing.js +0 -214
  376. package/dist/es2019/tokens/default/typography/font-family.js +0 -55
  377. package/dist/es2019/tokens/default/typography/font-size.js +0 -71
  378. package/dist/es2019/tokens/default/typography/font-weight.js +0 -39
  379. package/dist/es2019/tokens/default/typography/font.js +0 -134
  380. package/dist/es2019/tokens/default/typography/letter-spacing.js +0 -47
  381. package/dist/es2019/tokens/default/typography/line-height.js +0 -63
  382. package/dist/es2019/tokens/default/utility/utility.js +0 -35
  383. package/dist/esm/palettes/legacy-palette.js +0 -843
  384. package/dist/esm/palettes/palette.js +0 -948
  385. package/dist/esm/palettes/shape-palette.js +0 -76
  386. package/dist/esm/palettes/spacing-scale.js +0 -148
  387. package/dist/esm/palettes/typography-palette.js +0 -266
  388. package/dist/esm/palettes/updated-saturated-palette.js +0 -313
  389. package/dist/esm/tokens/atlassian-dark/color/accent.js +0 -621
  390. package/dist/esm/tokens/atlassian-dark/color/background.js +0 -266
  391. package/dist/esm/tokens/atlassian-dark/color/border.js +0 -46
  392. package/dist/esm/tokens/atlassian-dark/color/chart.js +0 -439
  393. package/dist/esm/tokens/atlassian-dark/color/icon.js +0 -45
  394. package/dist/esm/tokens/atlassian-dark/color/interaction.js +0 -15
  395. package/dist/esm/tokens/atlassian-dark/color/skeleton.js +0 -13
  396. package/dist/esm/tokens/atlassian-dark/color/text.js +0 -59
  397. package/dist/esm/tokens/atlassian-dark/elevation/shadow.js +0 -104
  398. package/dist/esm/tokens/atlassian-dark/elevation/surface.js +0 -43
  399. package/dist/esm/tokens/atlassian-dark/opacity/opacity.js +0 -11
  400. package/dist/esm/tokens/atlassian-dark/utility/utility.js +0 -18
  401. package/dist/esm/tokens/atlassian-dark-new-input-border/color/border.js +0 -10
  402. package/dist/esm/tokens/atlassian-dark-saturated-palette-changes/color/accent.js +0 -15
  403. package/dist/esm/tokens/atlassian-dark-saturated-palette-changes/color/background.js +0 -20
  404. package/dist/esm/tokens/atlassian-dark-saturated-palette-changes/color/icon.js +0 -12
  405. package/dist/esm/tokens/atlassian-legacy-dark/color/accent.js +0 -669
  406. package/dist/esm/tokens/atlassian-legacy-dark/color/background.js +0 -265
  407. package/dist/esm/tokens/atlassian-legacy-dark/color/border.js +0 -46
  408. package/dist/esm/tokens/atlassian-legacy-dark/color/chart.js +0 -465
  409. package/dist/esm/tokens/atlassian-legacy-dark/color/icon.js +0 -45
  410. package/dist/esm/tokens/atlassian-legacy-dark/color/interaction.js +0 -15
  411. package/dist/esm/tokens/atlassian-legacy-dark/color/skeleton.js +0 -13
  412. package/dist/esm/tokens/atlassian-legacy-dark/color/text.js +0 -59
  413. package/dist/esm/tokens/atlassian-legacy-dark/elevation/shadow.js +0 -104
  414. package/dist/esm/tokens/atlassian-legacy-dark/elevation/surface.js +0 -43
  415. package/dist/esm/tokens/atlassian-legacy-dark/opacity/opacity.js +0 -11
  416. package/dist/esm/tokens/atlassian-legacy-dark/utility/utility.js +0 -18
  417. package/dist/esm/tokens/atlassian-legacy-light/color/accent.js +0 -669
  418. package/dist/esm/tokens/atlassian-legacy-light/color/background.js +0 -265
  419. package/dist/esm/tokens/atlassian-legacy-light/color/border.js +0 -46
  420. package/dist/esm/tokens/atlassian-legacy-light/color/chart.js +0 -465
  421. package/dist/esm/tokens/atlassian-legacy-light/color/icon.js +0 -45
  422. package/dist/esm/tokens/atlassian-legacy-light/color/interaction.js +0 -15
  423. package/dist/esm/tokens/atlassian-legacy-light/color/skeleton.js +0 -13
  424. package/dist/esm/tokens/atlassian-legacy-light/color/text.js +0 -59
  425. package/dist/esm/tokens/atlassian-legacy-light/elevation/shadow.js +0 -74
  426. package/dist/esm/tokens/atlassian-legacy-light/elevation/surface.js +0 -43
  427. package/dist/esm/tokens/atlassian-legacy-light/opacity/opacity.js +0 -11
  428. package/dist/esm/tokens/atlassian-legacy-light/utility/utility.js +0 -18
  429. package/dist/esm/tokens/atlassian-light/color/accent.js +0 -621
  430. package/dist/esm/tokens/atlassian-light/color/background.js +0 -265
  431. package/dist/esm/tokens/atlassian-light/color/border.js +0 -46
  432. package/dist/esm/tokens/atlassian-light/color/chart.js +0 -439
  433. package/dist/esm/tokens/atlassian-light/color/icon.js +0 -45
  434. package/dist/esm/tokens/atlassian-light/color/interaction.js +0 -15
  435. package/dist/esm/tokens/atlassian-light/color/skeleton.js +0 -13
  436. package/dist/esm/tokens/atlassian-light/color/text.js +0 -59
  437. package/dist/esm/tokens/atlassian-light/elevation/shadow.js +0 -74
  438. package/dist/esm/tokens/atlassian-light/elevation/surface.js +0 -43
  439. package/dist/esm/tokens/atlassian-light/opacity/opacity.js +0 -11
  440. package/dist/esm/tokens/atlassian-light/utility/utility.js +0 -18
  441. package/dist/esm/tokens/atlassian-light-new-input-border/color/border.js +0 -10
  442. package/dist/esm/tokens/atlassian-light-saturated-palette-changes/color/accent.js +0 -29
  443. package/dist/esm/tokens/atlassian-light-saturated-palette-changes/color/background.js +0 -20
  444. package/dist/esm/tokens/atlassian-light-saturated-palette-changes/color/icon.js +0 -10
  445. package/dist/esm/tokens/atlassian-shape/shape.js +0 -46
  446. package/dist/esm/tokens/atlassian-spacing/spacing.js +0 -83
  447. package/dist/esm/tokens/atlassian-typography/font-family.js +0 -25
  448. package/dist/esm/tokens/atlassian-typography/letter-spacing.js +0 -22
  449. package/dist/esm/tokens/atlassian-typography/theme.js +0 -143
  450. package/dist/esm/tokens/atlassian-typography-adg3/font-family.js +0 -25
  451. package/dist/esm/tokens/atlassian-typography-adg3/font-size.js +0 -31
  452. package/dist/esm/tokens/atlassian-typography-adg3/font-weight.js +0 -19
  453. package/dist/esm/tokens/atlassian-typography-adg3/letter-spacing.js +0 -22
  454. package/dist/esm/tokens/atlassian-typography-adg3/line-height.js +0 -28
  455. package/dist/esm/tokens/atlassian-typography-adg3/theme.js +0 -154
  456. package/dist/esm/tokens/atlassian-typography-minor3/font-family.js +0 -25
  457. package/dist/esm/tokens/atlassian-typography-minor3/letter-spacing.js +0 -22
  458. package/dist/esm/tokens/atlassian-typography-minor3/theme.js +0 -154
  459. package/dist/esm/tokens/default/color/accent.js +0 -1421
  460. package/dist/esm/tokens/default/color/background.js +0 -579
  461. package/dist/esm/tokens/default/color/border.js +0 -111
  462. package/dist/esm/tokens/default/color/chart.js +0 -939
  463. package/dist/esm/tokens/default/color/icon.js +0 -105
  464. package/dist/esm/tokens/default/color/interaction.js +0 -23
  465. package/dist/esm/tokens/default/color/skeleton.js +0 -23
  466. package/dist/esm/tokens/default/color/text.js +0 -139
  467. package/dist/esm/tokens/default/elevation/shadow.js +0 -49
  468. package/dist/esm/tokens/default/elevation/surface.js +0 -93
  469. package/dist/esm/tokens/default/opacity/opacity.js +0 -21
  470. package/dist/esm/tokens/default/shape/shape.js +0 -100
  471. package/dist/esm/tokens/default/spacing/spacing.js +0 -214
  472. package/dist/esm/tokens/default/typography/font-family.js +0 -55
  473. package/dist/esm/tokens/default/typography/font-size.js +0 -71
  474. package/dist/esm/tokens/default/typography/font-weight.js +0 -39
  475. package/dist/esm/tokens/default/typography/font.js +0 -134
  476. package/dist/esm/tokens/default/typography/letter-spacing.js +0 -47
  477. package/dist/esm/tokens/default/typography/line-height.js +0 -63
  478. package/dist/esm/tokens/default/utility/utility.js +0 -35
  479. package/dist/types/palettes/legacy-palette.d.ts +0 -10
  480. package/dist/types/palettes/palette.d.ts +0 -5
  481. package/dist/types/palettes/shape-palette.d.ts +0 -73
  482. package/dist/types/palettes/spacing-scale.d.ts +0 -147
  483. package/dist/types/palettes/typography-palette.d.ts +0 -16
  484. package/dist/types/palettes/updated-saturated-palette.d.ts +0 -10
  485. package/dist/types/tokens/atlassian-dark/color/accent.d.ts +0 -4
  486. package/dist/types/tokens/atlassian-dark/color/background.d.ts +0 -4
  487. package/dist/types/tokens/atlassian-dark/color/border.d.ts +0 -4
  488. package/dist/types/tokens/atlassian-dark/color/chart.d.ts +0 -4
  489. package/dist/types/tokens/atlassian-dark/color/icon.d.ts +0 -4
  490. package/dist/types/tokens/atlassian-dark/color/interaction.d.ts +0 -4
  491. package/dist/types/tokens/atlassian-dark/color/skeleton.d.ts +0 -4
  492. package/dist/types/tokens/atlassian-dark/color/text.d.ts +0 -4
  493. package/dist/types/tokens/atlassian-dark/elevation/shadow.d.ts +0 -4
  494. package/dist/types/tokens/atlassian-dark/elevation/surface.d.ts +0 -4
  495. package/dist/types/tokens/atlassian-dark/opacity/opacity.d.ts +0 -3
  496. package/dist/types/tokens/atlassian-dark/utility/utility.d.ts +0 -5
  497. package/dist/types/tokens/atlassian-dark-new-input-border/color/border.d.ts +0 -10
  498. package/dist/types/tokens/atlassian-dark-saturated-palette-changes/color/accent.d.ts +0 -4
  499. package/dist/types/tokens/atlassian-dark-saturated-palette-changes/color/background.d.ts +0 -4
  500. package/dist/types/tokens/atlassian-dark-saturated-palette-changes/color/icon.d.ts +0 -4
  501. package/dist/types/tokens/atlassian-legacy-dark/color/accent.d.ts +0 -4
  502. package/dist/types/tokens/atlassian-legacy-dark/color/background.d.ts +0 -4
  503. package/dist/types/tokens/atlassian-legacy-dark/color/border.d.ts +0 -4
  504. package/dist/types/tokens/atlassian-legacy-dark/color/chart.d.ts +0 -4
  505. package/dist/types/tokens/atlassian-legacy-dark/color/icon.d.ts +0 -4
  506. package/dist/types/tokens/atlassian-legacy-dark/color/interaction.d.ts +0 -4
  507. package/dist/types/tokens/atlassian-legacy-dark/color/skeleton.d.ts +0 -4
  508. package/dist/types/tokens/atlassian-legacy-dark/color/text.d.ts +0 -4
  509. package/dist/types/tokens/atlassian-legacy-dark/elevation/shadow.d.ts +0 -4
  510. package/dist/types/tokens/atlassian-legacy-dark/elevation/surface.d.ts +0 -4
  511. package/dist/types/tokens/atlassian-legacy-dark/opacity/opacity.d.ts +0 -3
  512. package/dist/types/tokens/atlassian-legacy-dark/utility/utility.d.ts +0 -5
  513. package/dist/types/tokens/atlassian-legacy-light/color/accent.d.ts +0 -4
  514. package/dist/types/tokens/atlassian-legacy-light/color/background.d.ts +0 -4
  515. package/dist/types/tokens/atlassian-legacy-light/color/border.d.ts +0 -4
  516. package/dist/types/tokens/atlassian-legacy-light/color/chart.d.ts +0 -4
  517. package/dist/types/tokens/atlassian-legacy-light/color/icon.d.ts +0 -4
  518. package/dist/types/tokens/atlassian-legacy-light/color/interaction.d.ts +0 -4
  519. package/dist/types/tokens/atlassian-legacy-light/color/skeleton.d.ts +0 -4
  520. package/dist/types/tokens/atlassian-legacy-light/color/text.d.ts +0 -4
  521. package/dist/types/tokens/atlassian-legacy-light/elevation/shadow.d.ts +0 -4
  522. package/dist/types/tokens/atlassian-legacy-light/elevation/surface.d.ts +0 -4
  523. package/dist/types/tokens/atlassian-legacy-light/opacity/opacity.d.ts +0 -3
  524. package/dist/types/tokens/atlassian-legacy-light/utility/utility.d.ts +0 -5
  525. package/dist/types/tokens/atlassian-light/color/accent.d.ts +0 -4
  526. package/dist/types/tokens/atlassian-light/color/background.d.ts +0 -4
  527. package/dist/types/tokens/atlassian-light/color/border.d.ts +0 -4
  528. package/dist/types/tokens/atlassian-light/color/chart.d.ts +0 -4
  529. package/dist/types/tokens/atlassian-light/color/icon.d.ts +0 -4
  530. package/dist/types/tokens/atlassian-light/color/interaction.d.ts +0 -4
  531. package/dist/types/tokens/atlassian-light/color/skeleton.d.ts +0 -4
  532. package/dist/types/tokens/atlassian-light/color/text.d.ts +0 -4
  533. package/dist/types/tokens/atlassian-light/elevation/shadow.d.ts +0 -4
  534. package/dist/types/tokens/atlassian-light/elevation/surface.d.ts +0 -4
  535. package/dist/types/tokens/atlassian-light/opacity/opacity.d.ts +0 -3
  536. package/dist/types/tokens/atlassian-light/utility/utility.d.ts +0 -5
  537. package/dist/types/tokens/atlassian-light-new-input-border/color/border.d.ts +0 -10
  538. package/dist/types/tokens/atlassian-light-saturated-palette-changes/color/accent.d.ts +0 -4
  539. package/dist/types/tokens/atlassian-light-saturated-palette-changes/color/background.d.ts +0 -4
  540. package/dist/types/tokens/atlassian-light-saturated-palette-changes/color/icon.d.ts +0 -4
  541. package/dist/types/tokens/atlassian-shape/shape.d.ts +0 -7
  542. package/dist/types/tokens/atlassian-spacing/spacing.d.ts +0 -10
  543. package/dist/types/tokens/atlassian-typography/font-family.d.ts +0 -4
  544. package/dist/types/tokens/atlassian-typography/letter-spacing.d.ts +0 -4
  545. package/dist/types/tokens/atlassian-typography/theme.d.ts +0 -10
  546. package/dist/types/tokens/atlassian-typography-adg3/font-family.d.ts +0 -4
  547. package/dist/types/tokens/atlassian-typography-adg3/font-size.d.ts +0 -4
  548. package/dist/types/tokens/atlassian-typography-adg3/font-weight.d.ts +0 -4
  549. package/dist/types/tokens/atlassian-typography-adg3/letter-spacing.d.ts +0 -4
  550. package/dist/types/tokens/atlassian-typography-adg3/line-height.d.ts +0 -4
  551. package/dist/types/tokens/atlassian-typography-adg3/theme.d.ts +0 -145
  552. package/dist/types/tokens/atlassian-typography-minor3/font-family.d.ts +0 -4
  553. package/dist/types/tokens/atlassian-typography-minor3/letter-spacing.d.ts +0 -4
  554. package/dist/types/tokens/atlassian-typography-minor3/theme.d.ts +0 -145
  555. package/dist/types/tokens/default/color/accent.d.ts +0 -4
  556. package/dist/types/tokens/default/color/background.d.ts +0 -4
  557. package/dist/types/tokens/default/color/border.d.ts +0 -4
  558. package/dist/types/tokens/default/color/chart.d.ts +0 -4
  559. package/dist/types/tokens/default/color/icon.d.ts +0 -4
  560. package/dist/types/tokens/default/color/interaction.d.ts +0 -4
  561. package/dist/types/tokens/default/color/skeleton.d.ts +0 -4
  562. package/dist/types/tokens/default/color/text.d.ts +0 -4
  563. package/dist/types/tokens/default/elevation/shadow.d.ts +0 -4
  564. package/dist/types/tokens/default/elevation/surface.d.ts +0 -4
  565. package/dist/types/tokens/default/opacity/opacity.d.ts +0 -3
  566. package/dist/types/tokens/default/shape/shape.d.ts +0 -3
  567. package/dist/types/tokens/default/spacing/spacing.d.ts +0 -8
  568. package/dist/types/tokens/default/typography/font-family.d.ts +0 -4
  569. package/dist/types/tokens/default/typography/font-size.d.ts +0 -4
  570. package/dist/types/tokens/default/typography/font-weight.d.ts +0 -4
  571. package/dist/types/tokens/default/typography/font.d.ts +0 -20
  572. package/dist/types/tokens/default/typography/letter-spacing.d.ts +0 -4
  573. package/dist/types/tokens/default/typography/line-height.d.ts +0 -4
  574. package/dist/types/tokens/default/utility/utility.d.ts +0 -5
  575. package/dist/types-ts4.5/palettes/legacy-palette.d.ts +0 -10
  576. package/dist/types-ts4.5/palettes/palette.d.ts +0 -5
  577. package/dist/types-ts4.5/palettes/shape-palette.d.ts +0 -73
  578. package/dist/types-ts4.5/palettes/spacing-scale.d.ts +0 -147
  579. package/dist/types-ts4.5/palettes/typography-palette.d.ts +0 -16
  580. package/dist/types-ts4.5/palettes/updated-saturated-palette.d.ts +0 -10
  581. package/dist/types-ts4.5/tokens/atlassian-dark/color/accent.d.ts +0 -4
  582. package/dist/types-ts4.5/tokens/atlassian-dark/color/background.d.ts +0 -4
  583. package/dist/types-ts4.5/tokens/atlassian-dark/color/border.d.ts +0 -4
  584. package/dist/types-ts4.5/tokens/atlassian-dark/color/chart.d.ts +0 -4
  585. package/dist/types-ts4.5/tokens/atlassian-dark/color/icon.d.ts +0 -4
  586. package/dist/types-ts4.5/tokens/atlassian-dark/color/interaction.d.ts +0 -4
  587. package/dist/types-ts4.5/tokens/atlassian-dark/color/skeleton.d.ts +0 -4
  588. package/dist/types-ts4.5/tokens/atlassian-dark/color/text.d.ts +0 -4
  589. package/dist/types-ts4.5/tokens/atlassian-dark/elevation/shadow.d.ts +0 -4
  590. package/dist/types-ts4.5/tokens/atlassian-dark/elevation/surface.d.ts +0 -4
  591. package/dist/types-ts4.5/tokens/atlassian-dark/opacity/opacity.d.ts +0 -3
  592. package/dist/types-ts4.5/tokens/atlassian-dark/utility/utility.d.ts +0 -5
  593. package/dist/types-ts4.5/tokens/atlassian-dark-new-input-border/color/border.d.ts +0 -10
  594. package/dist/types-ts4.5/tokens/atlassian-dark-saturated-palette-changes/color/accent.d.ts +0 -4
  595. package/dist/types-ts4.5/tokens/atlassian-dark-saturated-palette-changes/color/background.d.ts +0 -4
  596. package/dist/types-ts4.5/tokens/atlassian-dark-saturated-palette-changes/color/icon.d.ts +0 -4
  597. package/dist/types-ts4.5/tokens/atlassian-legacy-dark/color/accent.d.ts +0 -4
  598. package/dist/types-ts4.5/tokens/atlassian-legacy-dark/color/background.d.ts +0 -4
  599. package/dist/types-ts4.5/tokens/atlassian-legacy-dark/color/border.d.ts +0 -4
  600. package/dist/types-ts4.5/tokens/atlassian-legacy-dark/color/chart.d.ts +0 -4
  601. package/dist/types-ts4.5/tokens/atlassian-legacy-dark/color/icon.d.ts +0 -4
  602. package/dist/types-ts4.5/tokens/atlassian-legacy-dark/color/interaction.d.ts +0 -4
  603. package/dist/types-ts4.5/tokens/atlassian-legacy-dark/color/skeleton.d.ts +0 -4
  604. package/dist/types-ts4.5/tokens/atlassian-legacy-dark/color/text.d.ts +0 -4
  605. package/dist/types-ts4.5/tokens/atlassian-legacy-dark/elevation/shadow.d.ts +0 -4
  606. package/dist/types-ts4.5/tokens/atlassian-legacy-dark/elevation/surface.d.ts +0 -4
  607. package/dist/types-ts4.5/tokens/atlassian-legacy-dark/opacity/opacity.d.ts +0 -3
  608. package/dist/types-ts4.5/tokens/atlassian-legacy-dark/utility/utility.d.ts +0 -5
  609. package/dist/types-ts4.5/tokens/atlassian-legacy-light/color/accent.d.ts +0 -4
  610. package/dist/types-ts4.5/tokens/atlassian-legacy-light/color/background.d.ts +0 -4
  611. package/dist/types-ts4.5/tokens/atlassian-legacy-light/color/border.d.ts +0 -4
  612. package/dist/types-ts4.5/tokens/atlassian-legacy-light/color/chart.d.ts +0 -4
  613. package/dist/types-ts4.5/tokens/atlassian-legacy-light/color/icon.d.ts +0 -4
  614. package/dist/types-ts4.5/tokens/atlassian-legacy-light/color/interaction.d.ts +0 -4
  615. package/dist/types-ts4.5/tokens/atlassian-legacy-light/color/skeleton.d.ts +0 -4
  616. package/dist/types-ts4.5/tokens/atlassian-legacy-light/color/text.d.ts +0 -4
  617. package/dist/types-ts4.5/tokens/atlassian-legacy-light/elevation/shadow.d.ts +0 -4
  618. package/dist/types-ts4.5/tokens/atlassian-legacy-light/elevation/surface.d.ts +0 -4
  619. package/dist/types-ts4.5/tokens/atlassian-legacy-light/opacity/opacity.d.ts +0 -3
  620. package/dist/types-ts4.5/tokens/atlassian-legacy-light/utility/utility.d.ts +0 -5
  621. package/dist/types-ts4.5/tokens/atlassian-light/color/accent.d.ts +0 -4
  622. package/dist/types-ts4.5/tokens/atlassian-light/color/background.d.ts +0 -4
  623. package/dist/types-ts4.5/tokens/atlassian-light/color/border.d.ts +0 -4
  624. package/dist/types-ts4.5/tokens/atlassian-light/color/chart.d.ts +0 -4
  625. package/dist/types-ts4.5/tokens/atlassian-light/color/icon.d.ts +0 -4
  626. package/dist/types-ts4.5/tokens/atlassian-light/color/interaction.d.ts +0 -4
  627. package/dist/types-ts4.5/tokens/atlassian-light/color/skeleton.d.ts +0 -4
  628. package/dist/types-ts4.5/tokens/atlassian-light/color/text.d.ts +0 -4
  629. package/dist/types-ts4.5/tokens/atlassian-light/elevation/shadow.d.ts +0 -4
  630. package/dist/types-ts4.5/tokens/atlassian-light/elevation/surface.d.ts +0 -4
  631. package/dist/types-ts4.5/tokens/atlassian-light/opacity/opacity.d.ts +0 -3
  632. package/dist/types-ts4.5/tokens/atlassian-light/utility/utility.d.ts +0 -5
  633. package/dist/types-ts4.5/tokens/atlassian-light-new-input-border/color/border.d.ts +0 -10
  634. package/dist/types-ts4.5/tokens/atlassian-light-saturated-palette-changes/color/accent.d.ts +0 -4
  635. package/dist/types-ts4.5/tokens/atlassian-light-saturated-palette-changes/color/background.d.ts +0 -4
  636. package/dist/types-ts4.5/tokens/atlassian-light-saturated-palette-changes/color/icon.d.ts +0 -4
  637. package/dist/types-ts4.5/tokens/atlassian-shape/shape.d.ts +0 -7
  638. package/dist/types-ts4.5/tokens/atlassian-spacing/spacing.d.ts +0 -10
  639. package/dist/types-ts4.5/tokens/atlassian-typography/font-family.d.ts +0 -4
  640. package/dist/types-ts4.5/tokens/atlassian-typography/letter-spacing.d.ts +0 -4
  641. package/dist/types-ts4.5/tokens/atlassian-typography/theme.d.ts +0 -10
  642. package/dist/types-ts4.5/tokens/atlassian-typography-adg3/font-family.d.ts +0 -4
  643. package/dist/types-ts4.5/tokens/atlassian-typography-adg3/font-size.d.ts +0 -4
  644. package/dist/types-ts4.5/tokens/atlassian-typography-adg3/font-weight.d.ts +0 -4
  645. package/dist/types-ts4.5/tokens/atlassian-typography-adg3/letter-spacing.d.ts +0 -4
  646. package/dist/types-ts4.5/tokens/atlassian-typography-adg3/line-height.d.ts +0 -4
  647. package/dist/types-ts4.5/tokens/atlassian-typography-adg3/theme.d.ts +0 -145
  648. package/dist/types-ts4.5/tokens/atlassian-typography-minor3/font-family.d.ts +0 -4
  649. package/dist/types-ts4.5/tokens/atlassian-typography-minor3/letter-spacing.d.ts +0 -4
  650. package/dist/types-ts4.5/tokens/atlassian-typography-minor3/theme.d.ts +0 -145
  651. package/dist/types-ts4.5/tokens/default/color/accent.d.ts +0 -4
  652. package/dist/types-ts4.5/tokens/default/color/background.d.ts +0 -4
  653. package/dist/types-ts4.5/tokens/default/color/border.d.ts +0 -4
  654. package/dist/types-ts4.5/tokens/default/color/chart.d.ts +0 -4
  655. package/dist/types-ts4.5/tokens/default/color/icon.d.ts +0 -4
  656. package/dist/types-ts4.5/tokens/default/color/interaction.d.ts +0 -4
  657. package/dist/types-ts4.5/tokens/default/color/skeleton.d.ts +0 -4
  658. package/dist/types-ts4.5/tokens/default/color/text.d.ts +0 -4
  659. package/dist/types-ts4.5/tokens/default/elevation/shadow.d.ts +0 -4
  660. package/dist/types-ts4.5/tokens/default/elevation/surface.d.ts +0 -4
  661. package/dist/types-ts4.5/tokens/default/opacity/opacity.d.ts +0 -3
  662. package/dist/types-ts4.5/tokens/default/shape/shape.d.ts +0 -3
  663. package/dist/types-ts4.5/tokens/default/spacing/spacing.d.ts +0 -8
  664. package/dist/types-ts4.5/tokens/default/typography/font-family.d.ts +0 -4
  665. package/dist/types-ts4.5/tokens/default/typography/font-size.d.ts +0 -4
  666. package/dist/types-ts4.5/tokens/default/typography/font-weight.d.ts +0 -4
  667. package/dist/types-ts4.5/tokens/default/typography/font.d.ts +0 -20
  668. package/dist/types-ts4.5/tokens/default/typography/letter-spacing.d.ts +0 -4
  669. package/dist/types-ts4.5/tokens/default/typography/line-height.d.ts +0 -4
  670. package/dist/types-ts4.5/tokens/default/utility/utility.d.ts +0 -5
@@ -1,1421 +0,0 @@
1
- var color = {
2
- color: {
3
- text: {
4
- accent: {
5
- blue: {
6
- '[default]': {
7
- attributes: {
8
- group: 'paint',
9
- state: 'active',
10
- introduced: '0.6.0',
11
- description: 'Use for blue text on subtlest and subtler blue accent backgrounds when there is no meaning tied to the color.'
12
- }
13
- },
14
- bolder: {
15
- attributes: {
16
- group: 'paint',
17
- state: 'active',
18
- introduced: '0.7.0',
19
- description: 'Use for blue text on subtle blue accent backgrounds when there is no meaning tied to the color.'
20
- }
21
- }
22
- },
23
- red: {
24
- '[default]': {
25
- attributes: {
26
- group: 'paint',
27
- state: 'active',
28
- introduced: '0.6.0',
29
- description: 'Use for red text on subtlest and subtler red accent backgrounds when there is no meaning tied to the color.'
30
- }
31
- },
32
- bolder: {
33
- attributes: {
34
- group: 'paint',
35
- state: 'active',
36
- introduced: '0.7.0',
37
- description: 'Use for red text on subtle red accent backgrounds when there is no meaning tied to the color.'
38
- }
39
- }
40
- },
41
- orange: {
42
- '[default]': {
43
- attributes: {
44
- group: 'paint',
45
- state: 'active',
46
- introduced: '0.6.0',
47
- description: 'Use for orange text on subtlest and subtler orange accent backgrounds when there is no meaning tied to the color.'
48
- }
49
- },
50
- bolder: {
51
- attributes: {
52
- group: 'paint',
53
- state: 'active',
54
- introduced: '0.7.0',
55
- description: 'Use for orange text on subtle orange accent backgrounds when there is no meaning tied to the color.'
56
- }
57
- }
58
- },
59
- yellow: {
60
- '[default]': {
61
- attributes: {
62
- group: 'paint',
63
- state: 'active',
64
- introduced: '0.6.0',
65
- description: 'Use for yellow text on subtlest and subtler yellow accent backgrounds when there is no meaning tied to the color.'
66
- }
67
- },
68
- bolder: {
69
- attributes: {
70
- group: 'paint',
71
- state: 'active',
72
- introduced: '0.7.0',
73
- description: 'Use for yellow text on subtle yellow accent backgrounds when there is no meaning tied to the color.'
74
- }
75
- }
76
- },
77
- green: {
78
- '[default]': {
79
- attributes: {
80
- group: 'paint',
81
- state: 'active',
82
- introduced: '0.6.0',
83
- description: 'Use for green text on subtlest and subtler green accent backgrounds when there is no meaning tied to the color.'
84
- }
85
- },
86
- bolder: {
87
- attributes: {
88
- group: 'paint',
89
- state: 'active',
90
- introduced: '0.7.0',
91
- description: 'Use for green text on subtle green accent backgrounds when there is no meaning tied to the color.'
92
- }
93
- }
94
- },
95
- purple: {
96
- '[default]': {
97
- attributes: {
98
- group: 'paint',
99
- state: 'active',
100
- introduced: '0.6.0',
101
- description: 'Use for purple text on subtlest and subtler purple accent backgrounds when there is no meaning tied to the color.'
102
- }
103
- },
104
- bolder: {
105
- attributes: {
106
- group: 'paint',
107
- state: 'active',
108
- introduced: '0.7.0',
109
- description: 'Use for purple text on subtle purple accent backgrounds when there is no meaning tied to the color.'
110
- }
111
- }
112
- },
113
- teal: {
114
- '[default]': {
115
- attributes: {
116
- group: 'paint',
117
- state: 'active',
118
- introduced: '0.6.0',
119
- description: 'Use for teal text on subtlest and subtler teal accent backgrounds when there is no meaning tied to the color.'
120
- }
121
- },
122
- bolder: {
123
- attributes: {
124
- group: 'paint',
125
- state: 'active',
126
- introduced: '0.7.0',
127
- description: 'Use for teal text on subtle teal accent backgrounds when there is no meaning tied to the color.'
128
- }
129
- }
130
- },
131
- magenta: {
132
- '[default]': {
133
- attributes: {
134
- group: 'paint',
135
- state: 'active',
136
- introduced: '0.6.0',
137
- description: 'Use for magenta text on subtlest and subtler magenta accent backgrounds when there is no meaning tied to the color.'
138
- }
139
- },
140
- bolder: {
141
- attributes: {
142
- group: 'paint',
143
- state: 'active',
144
- introduced: '0.7.0',
145
- description: 'Use for magenta text on subtle magenta accent backgrounds when there is no meaning tied to the color.'
146
- }
147
- }
148
- },
149
- lime: {
150
- '[default]': {
151
- attributes: {
152
- group: 'paint',
153
- state: 'active',
154
- introduced: '1.8.0',
155
- description: 'Use for lime text on subtlest and subtler lime accent backgrounds when there is no meaning tied to the color.'
156
- }
157
- },
158
- bolder: {
159
- attributes: {
160
- group: 'paint',
161
- state: 'active',
162
- introduced: '1.8.0',
163
- description: 'Use for lime text on subtle lime accent backgrounds when there is no meaning tied to the color.'
164
- }
165
- }
166
- },
167
- gray: {
168
- '[default]': {
169
- attributes: {
170
- group: 'paint',
171
- state: 'active',
172
- introduced: '0.10.5',
173
- description: 'Use for text on non-bold gray accent backgrounds, such as colored tags.'
174
- }
175
- },
176
- bolder: {
177
- attributes: {
178
- group: 'paint',
179
- state: 'active',
180
- introduced: '0.10.5',
181
- description: 'Use for text and icons on gray subtle accent backgrounds.'
182
- }
183
- }
184
- }
185
- }
186
- },
187
- icon: {
188
- accent: {
189
- blue: {
190
- attributes: {
191
- group: 'paint',
192
- state: 'active',
193
- introduced: '0.6.0',
194
- description: 'Use for blue icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons.'
195
- }
196
- },
197
- red: {
198
- attributes: {
199
- group: 'paint',
200
- state: 'active',
201
- introduced: '0.6.0',
202
- description: 'Use for red icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons.'
203
- }
204
- },
205
- orange: {
206
- attributes: {
207
- group: 'paint',
208
- state: 'active',
209
- introduced: '0.6.0',
210
- description: 'Use for orange icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons.'
211
- }
212
- },
213
- yellow: {
214
- attributes: {
215
- group: 'paint',
216
- state: 'active',
217
- introduced: '0.6.0',
218
- description: 'Use for yellow icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons.'
219
- }
220
- },
221
- green: {
222
- attributes: {
223
- group: 'paint',
224
- state: 'active',
225
- introduced: '0.6.0',
226
- description: 'Use for green icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons.'
227
- }
228
- },
229
- purple: {
230
- attributes: {
231
- group: 'paint',
232
- state: 'active',
233
- introduced: '0.6.0',
234
- description: 'Use for purple icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons.'
235
- }
236
- },
237
- teal: {
238
- attributes: {
239
- group: 'paint',
240
- state: 'active',
241
- introduced: '0.6.0',
242
- description: 'Use for teal icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons.'
243
- }
244
- },
245
- magenta: {
246
- attributes: {
247
- group: 'paint',
248
- state: 'active',
249
- introduced: '0.6.0',
250
- description: 'Use for magenta icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons.'
251
- }
252
- },
253
- lime: {
254
- attributes: {
255
- group: 'paint',
256
- state: 'active',
257
- introduced: '1.6.0',
258
- description: 'Use for lime icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons.'
259
- }
260
- },
261
- gray: {
262
- attributes: {
263
- group: 'paint',
264
- state: 'active',
265
- introduced: '0.10.5',
266
- description: 'Use for icons on non-bold gray accent backgrounds, such as file type icons.'
267
- }
268
- }
269
- }
270
- },
271
- border: {
272
- accent: {
273
- blue: {
274
- attributes: {
275
- group: 'paint',
276
- state: 'active',
277
- introduced: '0.6.0',
278
- description: 'Use for blue borders on non-bold backgrounds when there is no meaning tied to the color.'
279
- }
280
- },
281
- red: {
282
- attributes: {
283
- group: 'paint',
284
- state: 'active',
285
- introduced: '0.6.0',
286
- description: 'Use for red borders on non-bold backgrounds when there is no meaning tied to the color.'
287
- }
288
- },
289
- orange: {
290
- attributes: {
291
- group: 'paint',
292
- state: 'active',
293
- introduced: '0.6.0',
294
- description: 'Use for orange borders on non-bold backgrounds when there is no meaning tied to the color.'
295
- }
296
- },
297
- yellow: {
298
- attributes: {
299
- group: 'paint',
300
- state: 'active',
301
- introduced: '0.6.0',
302
- description: 'Use for yellow borders on non-bold backgrounds when there is no meaning tied to the color.'
303
- }
304
- },
305
- green: {
306
- attributes: {
307
- group: 'paint',
308
- state: 'active',
309
- introduced: '0.6.0',
310
- description: 'Use for green borders on non-bold backgrounds when there is no meaning tied to the color.'
311
- }
312
- },
313
- purple: {
314
- attributes: {
315
- group: 'paint',
316
- state: 'active',
317
- introduced: '0.6.0',
318
- description: 'Use for purple borders on non-bold backgrounds when there is no meaning tied to the color.'
319
- }
320
- },
321
- teal: {
322
- attributes: {
323
- group: 'paint',
324
- state: 'active',
325
- introduced: '0.6.0',
326
- description: 'Use for teal borders on non-bold backgrounds when there is no meaning tied to the color.'
327
- }
328
- },
329
- lime: {
330
- attributes: {
331
- group: 'paint',
332
- state: 'active',
333
- introduced: '1.6.0',
334
- description: 'Use for lime borders on non-bold backgrounds when there is no meaning tied to the color.'
335
- }
336
- },
337
- magenta: {
338
- attributes: {
339
- group: 'paint',
340
- state: 'active',
341
- introduced: '0.6.0',
342
- description: 'Use for magenta borders on non-bold backgrounds when there is no meaning tied to the color.'
343
- }
344
- },
345
- gray: {
346
- attributes: {
347
- group: 'paint',
348
- state: 'active',
349
- introduced: '0.10.5',
350
- description: 'Use for borders on non-bold gray accent backgrounds.'
351
- }
352
- }
353
- }
354
- },
355
- background: {
356
- accent: {
357
- blue: {
358
- subtlest: {
359
- '[default]': {
360
- attributes: {
361
- group: 'paint',
362
- state: 'active',
363
- introduced: '0.7.0',
364
- description: 'Use for blue backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color.'
365
- }
366
- },
367
- hovered: {
368
- attributes: {
369
- group: 'paint',
370
- state: 'active',
371
- introduced: '1.19.0',
372
- description: 'Hovered state of color.background.accent.blue.subtlest.'
373
- }
374
- },
375
- pressed: {
376
- attributes: {
377
- group: 'paint',
378
- state: 'active',
379
- introduced: '1.19.0',
380
- description: 'Pressed state of color.background.accent.blue.subtlest.'
381
- }
382
- }
383
- },
384
- subtler: {
385
- '[default]': {
386
- attributes: {
387
- group: 'paint',
388
- state: 'active',
389
- introduced: '0.7.0',
390
- description: 'Use for blue backgrounds when there is no meaning tied to the color, such as colored tags.'
391
- }
392
- },
393
- hovered: {
394
- attributes: {
395
- group: 'paint',
396
- state: 'active',
397
- introduced: '1.19.0',
398
- description: 'Hovered state of color.background.accent.blue.subtler.'
399
- }
400
- },
401
- pressed: {
402
- attributes: {
403
- group: 'paint',
404
- state: 'active',
405
- introduced: '1.19.0',
406
- description: 'Pressed state of color.background.accent.blue.subtler.'
407
- }
408
- }
409
- },
410
- subtle: {
411
- '[default]': {
412
- attributes: {
413
- group: 'paint',
414
- state: 'active',
415
- introduced: '0.7.0',
416
- description: 'Use for vibrant blue backgrounds when there is no meaning tied to the color, such as colored tags.'
417
- }
418
- },
419
- hovered: {
420
- attributes: {
421
- group: 'paint',
422
- state: 'active',
423
- introduced: '1.19.0',
424
- description: 'Hovered state of color.background.accent.blue.subtle.'
425
- }
426
- },
427
- pressed: {
428
- attributes: {
429
- group: 'paint',
430
- state: 'active',
431
- introduced: '1.19.0',
432
- description: 'Pressed state of color.background.accent.blue.subtle.'
433
- }
434
- }
435
- },
436
- bolder: {
437
- '[default]': {
438
- attributes: {
439
- group: 'paint',
440
- state: 'active',
441
- introduced: '0.7.0',
442
- 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.'
443
- }
444
- },
445
- hovered: {
446
- attributes: {
447
- group: 'paint',
448
- state: 'active',
449
- introduced: '1.19.0',
450
- description: 'Hovered state of color.background.accent.blue.bolder.'
451
- }
452
- },
453
- pressed: {
454
- attributes: {
455
- group: 'paint',
456
- state: 'active',
457
- introduced: '1.19.0',
458
- description: 'Pressed state of color.background.accent.blue.bolder.'
459
- }
460
- }
461
- }
462
- },
463
- red: {
464
- subtlest: {
465
- '[default]': {
466
- attributes: {
467
- group: 'paint',
468
- state: 'active',
469
- introduced: '0.7.0',
470
- description: 'Use for red backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color.'
471
- }
472
- },
473
- hovered: {
474
- attributes: {
475
- group: 'paint',
476
- state: 'active',
477
- introduced: '1.19.0',
478
- description: 'Hovered state of color.background.accent.red.subtlest.'
479
- }
480
- },
481
- pressed: {
482
- attributes: {
483
- group: 'paint',
484
- state: 'active',
485
- introduced: '1.19.0',
486
- description: 'Pressed state of color.background.accent.red.subtlest.'
487
- }
488
- }
489
- },
490
- subtler: {
491
- '[default]': {
492
- attributes: {
493
- group: 'paint',
494
- state: 'active',
495
- introduced: '0.7.0',
496
- description: 'Use for red backgrounds when there is no meaning tied to the color, such as colored tags.'
497
- }
498
- },
499
- hovered: {
500
- attributes: {
501
- group: 'paint',
502
- state: 'active',
503
- introduced: '1.19.0',
504
- description: 'Hovered state of color.background.accent.red.subtler.'
505
- }
506
- },
507
- pressed: {
508
- attributes: {
509
- group: 'paint',
510
- state: 'active',
511
- introduced: '1.19.0',
512
- description: 'Pressed state of color.background.accent.red.subtler.'
513
- }
514
- }
515
- },
516
- subtle: {
517
- '[default]': {
518
- attributes: {
519
- group: 'paint',
520
- state: 'active',
521
- introduced: '0.7.0',
522
- description: 'Use for vibrant red backgrounds when there is no meaning tied to the color, such as colored tags.'
523
- }
524
- },
525
- hovered: {
526
- attributes: {
527
- group: 'paint',
528
- state: 'active',
529
- introduced: '1.19.0',
530
- description: 'Hovered state of color.background.accent.red.subtle.'
531
- }
532
- },
533
- pressed: {
534
- attributes: {
535
- group: 'paint',
536
- state: 'active',
537
- introduced: '1.19.0',
538
- description: 'Pressed state of color.background.accent.red.subtle.'
539
- }
540
- }
541
- },
542
- bolder: {
543
- '[default]': {
544
- attributes: {
545
- group: 'paint',
546
- state: 'active',
547
- introduced: '0.7.0',
548
- 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.'
549
- }
550
- },
551
- hovered: {
552
- attributes: {
553
- group: 'paint',
554
- state: 'active',
555
- introduced: '1.19.0',
556
- description: 'Hovered state of color.background.accent.red.bolder.'
557
- }
558
- },
559
- pressed: {
560
- attributes: {
561
- group: 'paint',
562
- state: 'active',
563
- introduced: '1.19.0',
564
- description: 'Pressed state of color.background.accent.red.bolder.'
565
- }
566
- }
567
- }
568
- },
569
- orange: {
570
- subtlest: {
571
- '[default]': {
572
- attributes: {
573
- group: 'paint',
574
- state: 'active',
575
- introduced: '0.7.0',
576
- description: 'Use for orange backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color.'
577
- }
578
- },
579
- hovered: {
580
- attributes: {
581
- group: 'paint',
582
- state: 'active',
583
- introduced: '1.19.0',
584
- description: 'Hovered state of color.background.accent.orange.subtlest.'
585
- }
586
- },
587
- pressed: {
588
- attributes: {
589
- group: 'paint',
590
- state: 'active',
591
- introduced: '1.19.0',
592
- description: 'Pressed state of color.background.accent.orange.subtlest.'
593
- }
594
- }
595
- },
596
- subtler: {
597
- '[default]': {
598
- attributes: {
599
- group: 'paint',
600
- state: 'active',
601
- introduced: '0.7.0',
602
- description: 'Use for orange backgrounds when there is no meaning tied to the color, such as colored tags.'
603
- }
604
- },
605
- hovered: {
606
- attributes: {
607
- group: 'paint',
608
- state: 'active',
609
- introduced: '1.19.0',
610
- description: 'Hovered state of color.background.accent.orange.subtler.'
611
- }
612
- },
613
- pressed: {
614
- attributes: {
615
- group: 'paint',
616
- state: 'active',
617
- introduced: '1.19.0',
618
- description: 'Pressed state of color.background.accent.orange.subtler.'
619
- }
620
- }
621
- },
622
- subtle: {
623
- '[default]': {
624
- attributes: {
625
- group: 'paint',
626
- state: 'active',
627
- introduced: '0.7.0',
628
- description: 'Use for vibrant orange backgrounds when there is no meaning tied to the color, such as colored tags.'
629
- }
630
- },
631
- hovered: {
632
- attributes: {
633
- group: 'paint',
634
- state: 'active',
635
- introduced: '1.19.0',
636
- description: 'Hovered state of color.background.accent.orange.subtle.'
637
- }
638
- },
639
- pressed: {
640
- attributes: {
641
- group: 'paint',
642
- state: 'active',
643
- introduced: '1.19.0',
644
- description: 'Pressed state of color.background.accent.orange.subtle.'
645
- }
646
- }
647
- },
648
- bolder: {
649
- '[default]': {
650
- attributes: {
651
- group: 'paint',
652
- state: 'active',
653
- introduced: '0.7.0',
654
- 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.'
655
- }
656
- },
657
- hovered: {
658
- attributes: {
659
- group: 'paint',
660
- state: 'active',
661
- introduced: '1.19.0',
662
- description: 'Hovered state of color.background.accent.orange.bolder.'
663
- }
664
- },
665
- pressed: {
666
- attributes: {
667
- group: 'paint',
668
- state: 'active',
669
- introduced: '1.19.0',
670
- description: 'Pressed state of color.background.accent.orange.bolder.'
671
- }
672
- }
673
- }
674
- },
675
- yellow: {
676
- subtlest: {
677
- '[default]': {
678
- attributes: {
679
- group: 'paint',
680
- state: 'active',
681
- introduced: '0.7.0',
682
- description: 'Use for yellow backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color.'
683
- }
684
- },
685
- hovered: {
686
- attributes: {
687
- group: 'paint',
688
- state: 'active',
689
- introduced: '1.19.0',
690
- description: 'Hovered state of color.background.accent.yellow.subtlest.'
691
- }
692
- },
693
- pressed: {
694
- attributes: {
695
- group: 'paint',
696
- state: 'active',
697
- introduced: '1.19.0',
698
- description: 'Pressed state of color.background.accent.yellow.subtlest.'
699
- }
700
- }
701
- },
702
- subtler: {
703
- '[default]': {
704
- attributes: {
705
- group: 'paint',
706
- state: 'active',
707
- introduced: '0.7.0',
708
- description: 'Use for yellow backgrounds when there is no meaning tied to the color, such as colored tags.'
709
- }
710
- },
711
- hovered: {
712
- attributes: {
713
- group: 'paint',
714
- state: 'active',
715
- introduced: '1.19.0',
716
- description: 'Hovered state of color.background.accent.yellow.subtler.'
717
- }
718
- },
719
- pressed: {
720
- attributes: {
721
- group: 'paint',
722
- state: 'active',
723
- introduced: '1.19.0',
724
- description: 'Pressed state of color.background.accent.yellow.subtler.'
725
- }
726
- }
727
- },
728
- subtle: {
729
- '[default]': {
730
- attributes: {
731
- group: 'paint',
732
- state: 'active',
733
- introduced: '0.7.0',
734
- description: 'Use for vibrant yellow backgrounds when there is no meaning tied to the color, such as colored tags.'
735
- }
736
- },
737
- hovered: {
738
- attributes: {
739
- group: 'paint',
740
- state: 'active',
741
- introduced: '1.19.0',
742
- description: 'Hovered state of color.background.accent.yellow.subtle.'
743
- }
744
- },
745
- pressed: {
746
- attributes: {
747
- group: 'paint',
748
- state: 'active',
749
- introduced: '1.19.0',
750
- description: 'Pressed state of color.background.accent.yellow.subtle.'
751
- }
752
- }
753
- },
754
- bolder: {
755
- '[default]': {
756
- attributes: {
757
- group: 'paint',
758
- state: 'active',
759
- introduced: '0.7.0',
760
- 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.'
761
- }
762
- },
763
- hovered: {
764
- attributes: {
765
- group: 'paint',
766
- state: 'active',
767
- introduced: '1.19.0',
768
- description: 'Hovered state of color.background.accent.yellow.bolder.'
769
- }
770
- },
771
- pressed: {
772
- attributes: {
773
- group: 'paint',
774
- state: 'active',
775
- introduced: '1.19.0',
776
- description: 'Pressed state of color.background.accent.yellow.bolder.'
777
- }
778
- }
779
- }
780
- },
781
- green: {
782
- subtlest: {
783
- '[default]': {
784
- attributes: {
785
- group: 'paint',
786
- state: 'active',
787
- introduced: '0.7.0',
788
- description: 'Use for green backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color.'
789
- }
790
- },
791
- hovered: {
792
- attributes: {
793
- group: 'paint',
794
- state: 'active',
795
- introduced: '1.19.0',
796
- description: 'Hovered state of color.background.accent.green.subtlest.'
797
- }
798
- },
799
- pressed: {
800
- attributes: {
801
- group: 'paint',
802
- state: 'active',
803
- introduced: '1.19.0',
804
- description: 'Pressed state of color.background.accent.green.subtlest.'
805
- }
806
- }
807
- },
808
- subtler: {
809
- '[default]': {
810
- attributes: {
811
- group: 'paint',
812
- state: 'active',
813
- introduced: '0.7.0',
814
- description: 'Use for green backgrounds when there is no meaning tied to the color, such as colored tags.'
815
- }
816
- },
817
- hovered: {
818
- attributes: {
819
- group: 'paint',
820
- state: 'active',
821
- introduced: '1.19.0',
822
- description: 'Hovered state of color.background.accent.green.subtler.'
823
- }
824
- },
825
- pressed: {
826
- attributes: {
827
- group: 'paint',
828
- state: 'active',
829
- introduced: '1.19.0',
830
- description: 'Pressed state of color.background.accent.green.subtler.'
831
- }
832
- }
833
- },
834
- subtle: {
835
- '[default]': {
836
- attributes: {
837
- group: 'paint',
838
- state: 'active',
839
- introduced: '0.7.0',
840
- description: 'Use for vibrant green backgrounds when there is no meaning tied to the color, such as colored tags.'
841
- }
842
- },
843
- hovered: {
844
- attributes: {
845
- group: 'paint',
846
- state: 'active',
847
- introduced: '1.19.0',
848
- description: 'Hovered state of color.background.accent.green.subtle.'
849
- }
850
- },
851
- pressed: {
852
- attributes: {
853
- group: 'paint',
854
- state: 'active',
855
- introduced: '1.19.0',
856
- description: 'Pressed state of color.background.accent.green.subtle.'
857
- }
858
- }
859
- },
860
- bolder: {
861
- '[default]': {
862
- attributes: {
863
- group: 'paint',
864
- state: 'active',
865
- introduced: '0.7.0',
866
- 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.'
867
- }
868
- },
869
- hovered: {
870
- attributes: {
871
- group: 'paint',
872
- state: 'active',
873
- introduced: '1.19.0',
874
- description: 'Hovered state of color.background.accent.green.bolder.'
875
- }
876
- },
877
- pressed: {
878
- attributes: {
879
- group: 'paint',
880
- state: 'active',
881
- introduced: '1.19.0',
882
- description: 'Pressed state of color.background.accent.green.bolder.'
883
- }
884
- }
885
- }
886
- },
887
- teal: {
888
- subtlest: {
889
- '[default]': {
890
- attributes: {
891
- group: 'paint',
892
- state: 'active',
893
- introduced: '0.7.0',
894
- description: 'Use for teal backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color.'
895
- }
896
- },
897
- hovered: {
898
- attributes: {
899
- group: 'paint',
900
- state: 'active',
901
- introduced: '1.19.0',
902
- description: 'Hovered state of color.background.accent.teal.subtlest.'
903
- }
904
- },
905
- pressed: {
906
- attributes: {
907
- group: 'paint',
908
- state: 'active',
909
- introduced: '1.19.0',
910
- description: 'Pressed state of color.background.accent.teal.subtlest.'
911
- }
912
- }
913
- },
914
- subtler: {
915
- '[default]': {
916
- attributes: {
917
- group: 'paint',
918
- state: 'active',
919
- introduced: '0.7.0',
920
- description: 'Use for teal backgrounds when there is no meaning tied to the color, such as colored tags.'
921
- }
922
- },
923
- hovered: {
924
- attributes: {
925
- group: 'paint',
926
- state: 'active',
927
- introduced: '1.19.0',
928
- description: 'Hovered state of color.background.accent.teal.subtler.'
929
- }
930
- },
931
- pressed: {
932
- attributes: {
933
- group: 'paint',
934
- state: 'active',
935
- introduced: '1.19.0',
936
- description: 'Pressed state of color.background.accent.teal.subtler.'
937
- }
938
- }
939
- },
940
- subtle: {
941
- '[default]': {
942
- attributes: {
943
- group: 'paint',
944
- state: 'active',
945
- introduced: '0.7.0',
946
- description: 'Use for vibrant teal backgrounds when there is no meaning tied to the color, such as colored tags.'
947
- }
948
- },
949
- hovered: {
950
- attributes: {
951
- group: 'paint',
952
- state: 'active',
953
- introduced: '1.19.0',
954
- description: 'Hovered state of color.background.accent.teal.subtle.'
955
- }
956
- },
957
- pressed: {
958
- attributes: {
959
- group: 'paint',
960
- state: 'active',
961
- introduced: '1.19.0',
962
- description: 'Pressed state of color.background.accent.teal.subtle.'
963
- }
964
- }
965
- },
966
- bolder: {
967
- '[default]': {
968
- attributes: {
969
- group: 'paint',
970
- state: 'active',
971
- introduced: '0.7.0',
972
- 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.'
973
- }
974
- },
975
- hovered: {
976
- attributes: {
977
- group: 'paint',
978
- state: 'active',
979
- introduced: '1.19.0',
980
- description: 'Hovered state of color.background.accent.teal.bolder.'
981
- }
982
- },
983
- pressed: {
984
- attributes: {
985
- group: 'paint',
986
- state: 'active',
987
- introduced: '1.19.0',
988
- description: 'Pressed state of color.background.accent.teal.bolder.'
989
- }
990
- }
991
- }
992
- },
993
- purple: {
994
- subtlest: {
995
- '[default]': {
996
- attributes: {
997
- group: 'paint',
998
- state: 'active',
999
- introduced: '0.7.0',
1000
- description: 'Use for purple backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color.'
1001
- }
1002
- },
1003
- hovered: {
1004
- attributes: {
1005
- group: 'paint',
1006
- state: 'active',
1007
- introduced: '1.19.0',
1008
- description: 'Hovered state of color.background.accent.purple.subtlest.'
1009
- }
1010
- },
1011
- pressed: {
1012
- attributes: {
1013
- group: 'paint',
1014
- state: 'active',
1015
- introduced: '1.19.0',
1016
- description: 'Pressed state of color.background.accent.purple.subtlest.'
1017
- }
1018
- }
1019
- },
1020
- subtler: {
1021
- '[default]': {
1022
- attributes: {
1023
- group: 'paint',
1024
- state: 'active',
1025
- introduced: '0.7.0',
1026
- description: 'Use for purple backgrounds when there is no meaning tied to the color, such as colored tags.'
1027
- }
1028
- },
1029
- hovered: {
1030
- attributes: {
1031
- group: 'paint',
1032
- state: 'active',
1033
- introduced: '1.19.0',
1034
- description: 'Hovered state of color.background.accent.purple.subtler.'
1035
- }
1036
- },
1037
- pressed: {
1038
- attributes: {
1039
- group: 'paint',
1040
- state: 'active',
1041
- introduced: '1.19.0',
1042
- description: 'Pressed state of color.background.accent.purple.subtler.'
1043
- }
1044
- }
1045
- },
1046
- subtle: {
1047
- '[default]': {
1048
- attributes: {
1049
- group: 'paint',
1050
- state: 'active',
1051
- introduced: '0.7.0',
1052
- description: 'Use for vibrant purple backgrounds when there is no meaning tied to the color, such as colored tags.'
1053
- }
1054
- },
1055
- hovered: {
1056
- attributes: {
1057
- group: 'paint',
1058
- state: 'active',
1059
- introduced: '1.19.0',
1060
- description: 'Hovered state of color.background.accent.purple.subtle.'
1061
- }
1062
- },
1063
- pressed: {
1064
- attributes: {
1065
- group: 'paint',
1066
- state: 'active',
1067
- introduced: '1.19.0',
1068
- description: 'Pressed state of color.background.accent.purple.subtle.'
1069
- }
1070
- }
1071
- },
1072
- bolder: {
1073
- '[default]': {
1074
- attributes: {
1075
- group: 'paint',
1076
- state: 'active',
1077
- introduced: '0.7.0',
1078
- 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.'
1079
- }
1080
- },
1081
- hovered: {
1082
- attributes: {
1083
- group: 'paint',
1084
- state: 'active',
1085
- introduced: '1.19.0',
1086
- description: 'Hovered state of color.background.accent.purple.bolder.'
1087
- }
1088
- },
1089
- pressed: {
1090
- attributes: {
1091
- group: 'paint',
1092
- state: 'active',
1093
- introduced: '1.19.0',
1094
- description: 'Pressed state of color.background.accent.purple.bolder.'
1095
- }
1096
- }
1097
- }
1098
- },
1099
- magenta: {
1100
- subtlest: {
1101
- '[default]': {
1102
- attributes: {
1103
- group: 'paint',
1104
- state: 'active',
1105
- introduced: '0.7.0',
1106
- description: 'Use for magenta backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color.'
1107
- }
1108
- },
1109
- hovered: {
1110
- attributes: {
1111
- group: 'paint',
1112
- state: 'active',
1113
- introduced: '1.19.0',
1114
- description: 'Hovered state of color.background.accent.magenta.subtlest.'
1115
- }
1116
- },
1117
- pressed: {
1118
- attributes: {
1119
- group: 'paint',
1120
- state: 'active',
1121
- introduced: '1.19.0',
1122
- description: 'Pressed state of color.background.accent.magenta.subtlest.'
1123
- }
1124
- }
1125
- },
1126
- subtler: {
1127
- '[default]': {
1128
- attributes: {
1129
- group: 'paint',
1130
- state: 'active',
1131
- introduced: '0.7.0',
1132
- description: 'Use for magenta backgrounds when there is no meaning tied to the color, such as colored tags.'
1133
- }
1134
- },
1135
- hovered: {
1136
- attributes: {
1137
- group: 'paint',
1138
- state: 'active',
1139
- introduced: '1.19.0',
1140
- description: 'Hovered state of color.background.accent.magenta.subtler.'
1141
- }
1142
- },
1143
- pressed: {
1144
- attributes: {
1145
- group: 'paint',
1146
- state: 'active',
1147
- introduced: '1.19.0',
1148
- description: 'Pressed state of color.background.accent.magenta.subtler.'
1149
- }
1150
- }
1151
- },
1152
- subtle: {
1153
- '[default]': {
1154
- attributes: {
1155
- group: 'paint',
1156
- state: 'active',
1157
- introduced: '0.7.0',
1158
- description: 'Use for vibrant magenta backgrounds when there is no meaning tied to the color, such as colored tags.'
1159
- }
1160
- },
1161
- hovered: {
1162
- attributes: {
1163
- group: 'paint',
1164
- state: 'active',
1165
- introduced: '1.19.0',
1166
- description: 'Hovered state of color.background.accent.magenta.subtle.'
1167
- }
1168
- },
1169
- pressed: {
1170
- attributes: {
1171
- group: 'paint',
1172
- state: 'active',
1173
- introduced: '1.19.0',
1174
- description: 'Pressed state of color.background.accent.magenta.subtle.'
1175
- }
1176
- }
1177
- },
1178
- bolder: {
1179
- '[default]': {
1180
- attributes: {
1181
- group: 'paint',
1182
- state: 'active',
1183
- introduced: '0.7.0',
1184
- 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.'
1185
- }
1186
- },
1187
- hovered: {
1188
- attributes: {
1189
- group: 'paint',
1190
- state: 'active',
1191
- introduced: '1.19.0',
1192
- description: 'Hovered state of color.background.accent.magenta.bolder.'
1193
- }
1194
- },
1195
- pressed: {
1196
- attributes: {
1197
- group: 'paint',
1198
- state: 'active',
1199
- introduced: '1.19.0',
1200
- description: 'Pressed state of color.background.accent.magenta.bolder.'
1201
- }
1202
- }
1203
- }
1204
- },
1205
- lime: {
1206
- subtlest: {
1207
- '[default]': {
1208
- attributes: {
1209
- group: 'paint',
1210
- state: 'active',
1211
- introduced: '1.6.0',
1212
- description: 'Use for for backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color.'
1213
- }
1214
- },
1215
- hovered: {
1216
- attributes: {
1217
- group: 'paint',
1218
- state: 'active',
1219
- introduced: '1.19.0',
1220
- description: 'Hovered state of color.background.accent.lime.subtlest.'
1221
- }
1222
- },
1223
- pressed: {
1224
- attributes: {
1225
- group: 'paint',
1226
- state: 'active',
1227
- introduced: '1.19.0',
1228
- description: 'Pressed state of color.background.accent.lime.subtlest.'
1229
- }
1230
- }
1231
- },
1232
- subtler: {
1233
- '[default]': {
1234
- attributes: {
1235
- group: 'paint',
1236
- state: 'active',
1237
- introduced: '1.6.0',
1238
- description: 'Use for for backgrounds when there is no meaning tied to the color, such as colored tags.'
1239
- }
1240
- },
1241
- hovered: {
1242
- attributes: {
1243
- group: 'paint',
1244
- state: 'active',
1245
- introduced: '1.19.0',
1246
- description: 'Hovered state of color.background.accent.lime.subtler.'
1247
- }
1248
- },
1249
- pressed: {
1250
- attributes: {
1251
- group: 'paint',
1252
- state: 'active',
1253
- introduced: '1.19.0',
1254
- description: 'Pressed state of color.background.accent.lime.subtler.'
1255
- }
1256
- }
1257
- },
1258
- subtle: {
1259
- '[default]': {
1260
- attributes: {
1261
- group: 'paint',
1262
- state: 'active',
1263
- introduced: '1.6.0',
1264
- description: 'Use for vibrant for backgrounds when there is no meaning tied to the color, such as colored tags.'
1265
- }
1266
- },
1267
- hovered: {
1268
- attributes: {
1269
- group: 'paint',
1270
- state: 'active',
1271
- introduced: '1.19.0',
1272
- description: 'Hovered state of color.background.accent.lime.subtle.'
1273
- }
1274
- },
1275
- pressed: {
1276
- attributes: {
1277
- group: 'paint',
1278
- state: 'active',
1279
- introduced: '1.19.0',
1280
- description: 'Pressed state of color.background.accent.lime.subtle.'
1281
- }
1282
- }
1283
- },
1284
- bolder: {
1285
- '[default]': {
1286
- attributes: {
1287
- group: 'paint',
1288
- state: 'active',
1289
- introduced: '1.6.0',
1290
- 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.'
1291
- }
1292
- },
1293
- hovered: {
1294
- attributes: {
1295
- group: 'paint',
1296
- state: 'active',
1297
- introduced: '1.19.0',
1298
- description: 'Hovered state of color.background.accent.lime.bolder.'
1299
- }
1300
- },
1301
- pressed: {
1302
- attributes: {
1303
- group: 'paint',
1304
- state: 'active',
1305
- introduced: '1.19.0',
1306
- description: 'Pressed state of color.background.accent.lime.bolder.'
1307
- }
1308
- }
1309
- }
1310
- },
1311
- gray: {
1312
- subtlest: {
1313
- '[default]': {
1314
- attributes: {
1315
- group: 'paint',
1316
- state: 'active',
1317
- introduced: '0.7.0',
1318
- description: 'Use for gray backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color.'
1319
- }
1320
- },
1321
- hovered: {
1322
- attributes: {
1323
- group: 'paint',
1324
- state: 'active',
1325
- introduced: '1.19.0',
1326
- description: 'Hovered state of color.background.accent.gray.subtlest.'
1327
- }
1328
- },
1329
- pressed: {
1330
- attributes: {
1331
- group: 'paint',
1332
- state: 'active',
1333
- introduced: '1.19.0',
1334
- description: 'Pressed state of color.background.accent.gray.subtlest.'
1335
- }
1336
- }
1337
- },
1338
- subtler: {
1339
- '[default]': {
1340
- attributes: {
1341
- group: 'paint',
1342
- state: 'active',
1343
- introduced: '0.7.0',
1344
- description: 'Use for gray backgrounds when there is no meaning tied to the color, such as colored tags.'
1345
- }
1346
- },
1347
- hovered: {
1348
- attributes: {
1349
- group: 'paint',
1350
- state: 'active',
1351
- introduced: '1.19.0',
1352
- description: 'Hovered state of color.background.accent.gray.subtler.'
1353
- }
1354
- },
1355
- pressed: {
1356
- attributes: {
1357
- group: 'paint',
1358
- state: 'active',
1359
- introduced: '1.19.0',
1360
- description: 'Pressed state of color.background.accent.gray.subtler.'
1361
- }
1362
- }
1363
- },
1364
- subtle: {
1365
- '[default]': {
1366
- attributes: {
1367
- group: 'paint',
1368
- state: 'active',
1369
- introduced: '0.7.0',
1370
- description: 'Use for vibrant gray backgrounds when there is no meaning tied to the color, such as colored tags.'
1371
- }
1372
- },
1373
- hovered: {
1374
- attributes: {
1375
- group: 'paint',
1376
- state: 'active',
1377
- introduced: '1.19.0',
1378
- description: 'Hovered state of color.background.accent.gray.subtle.'
1379
- }
1380
- },
1381
- pressed: {
1382
- attributes: {
1383
- group: 'paint',
1384
- state: 'active',
1385
- introduced: '1.19.0',
1386
- description: 'Pressed state of color.background.accent.gray.subtle.'
1387
- }
1388
- }
1389
- },
1390
- bolder: {
1391
- '[default]': {
1392
- attributes: {
1393
- group: 'paint',
1394
- state: 'active',
1395
- introduced: '0.7.0',
1396
- 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.'
1397
- }
1398
- },
1399
- hovered: {
1400
- attributes: {
1401
- group: 'paint',
1402
- state: 'active',
1403
- introduced: '1.19.0',
1404
- description: 'Hovered state of color.background.accent.gray.bolder.'
1405
- }
1406
- },
1407
- pressed: {
1408
- attributes: {
1409
- group: 'paint',
1410
- state: 'active',
1411
- introduced: '1.19.0',
1412
- description: 'Pressed state of color.background.accent.gray.subtlest.'
1413
- }
1414
- }
1415
- }
1416
- }
1417
- }
1418
- }
1419
- }
1420
- };
1421
- export default color;