@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
@@ -1,3519 +0,0 @@
1
- {
2
- "name": "Light saturated-palette-changes",
3
- "tokens": {
4
- "Light saturated-palette-changes/color.text": {
5
- "value": "#172B4D",
6
- "attributes": {
7
- "group": "paint",
8
- "state": "active",
9
- "introduced": "0.6.0",
10
- "description": "Use for primary text, such as body copy, sentence case headers, and buttons."
11
- }
12
- },
13
- "Light saturated-palette-changes/color.text.accent.lime": {
14
- "value": "#4C6B1F",
15
- "attributes": {
16
- "group": "paint",
17
- "state": "active",
18
- "introduced": "1.8.0",
19
- "description": "Use for lime text on subtlest and subtler lime accent backgrounds when there is no meaning tied to the color."
20
- }
21
- },
22
- "Light saturated-palette-changes/color.text.accent.lime.bolder": {
23
- "value": "#37471F",
24
- "attributes": {
25
- "group": "paint",
26
- "state": "active",
27
- "introduced": "1.8.0",
28
- "description": "Use for lime text on subtle lime accent backgrounds when there is no meaning tied to the color."
29
- }
30
- },
31
- "Light saturated-palette-changes/color.text.accent.red": {
32
- "value": "#AE2E24",
33
- "attributes": {
34
- "group": "paint",
35
- "state": "active",
36
- "introduced": "0.6.0",
37
- "description": "Use for red text on subtlest and subtler red accent backgrounds when there is no meaning tied to the color."
38
- }
39
- },
40
- "Light saturated-palette-changes/color.text.accent.red.bolder": {
41
- "value": "#5D1F1A",
42
- "attributes": {
43
- "group": "paint",
44
- "state": "active",
45
- "introduced": "0.7.0",
46
- "description": "Use for red text on subtle red accent backgrounds when there is no meaning tied to the color."
47
- }
48
- },
49
- "Light saturated-palette-changes/color.text.accent.orange": {
50
- "value": "#A54800",
51
- "attributes": {
52
- "group": "paint",
53
- "state": "active",
54
- "introduced": "0.6.0",
55
- "description": "Use for orange text on subtlest and subtler orange accent backgrounds when there is no meaning tied to the color."
56
- }
57
- },
58
- "Light saturated-palette-changes/color.text.accent.orange.bolder": {
59
- "value": "#702E00",
60
- "attributes": {
61
- "group": "paint",
62
- "state": "active",
63
- "introduced": "0.7.0",
64
- "description": "Use for orange text on subtle orange accent backgrounds when there is no meaning tied to the color."
65
- }
66
- },
67
- "Light saturated-palette-changes/color.text.accent.yellow": {
68
- "value": "#7F5F01",
69
- "attributes": {
70
- "group": "paint",
71
- "state": "active",
72
- "introduced": "0.6.0",
73
- "description": "Use for yellow text on subtlest and subtler yellow accent backgrounds when there is no meaning tied to the color."
74
- }
75
- },
76
- "Light saturated-palette-changes/color.text.accent.yellow.bolder": {
77
- "value": "#533F04",
78
- "attributes": {
79
- "group": "paint",
80
- "state": "active",
81
- "introduced": "0.7.0",
82
- "description": "Use for yellow text on subtle yellow accent backgrounds when there is no meaning tied to the color."
83
- }
84
- },
85
- "Light saturated-palette-changes/color.text.accent.green": {
86
- "value": "#216E4E",
87
- "attributes": {
88
- "group": "paint",
89
- "state": "active",
90
- "introduced": "0.6.0",
91
- "description": "Use for green text on subtlest and subtler green accent backgrounds when there is no meaning tied to the color."
92
- }
93
- },
94
- "Light saturated-palette-changes/color.text.accent.green.bolder": {
95
- "value": "#164B35",
96
- "attributes": {
97
- "group": "paint",
98
- "state": "active",
99
- "introduced": "0.7.0",
100
- "description": "Use for green text on subtle green accent backgrounds when there is no meaning tied to the color."
101
- }
102
- },
103
- "Light saturated-palette-changes/color.text.accent.teal": {
104
- "value": "#206A83",
105
- "attributes": {
106
- "group": "paint",
107
- "state": "active",
108
- "introduced": "0.6.0",
109
- "description": "Use for teal text on subtlest and subtler teal accent backgrounds when there is no meaning tied to the color."
110
- }
111
- },
112
- "Light saturated-palette-changes/color.text.accent.teal.bolder": {
113
- "value": "#164555",
114
- "attributes": {
115
- "group": "paint",
116
- "state": "active",
117
- "introduced": "0.7.0",
118
- "description": "Use for teal text on subtle teal accent backgrounds when there is no meaning tied to the color."
119
- }
120
- },
121
- "Light saturated-palette-changes/color.text.accent.blue": {
122
- "value": "#0055CC",
123
- "attributes": {
124
- "group": "paint",
125
- "state": "active",
126
- "introduced": "0.6.0",
127
- "description": "Use for blue text on subtlest and subtler blue accent backgrounds when there is no meaning tied to the color."
128
- }
129
- },
130
- "Light saturated-palette-changes/color.text.accent.blue.bolder": {
131
- "value": "#09326C",
132
- "attributes": {
133
- "group": "paint",
134
- "state": "active",
135
- "introduced": "0.7.0",
136
- "description": "Use for blue text on subtle blue accent backgrounds when there is no meaning tied to the color."
137
- }
138
- },
139
- "Light saturated-palette-changes/color.text.accent.purple": {
140
- "value": "#5E4DB2",
141
- "attributes": {
142
- "group": "paint",
143
- "state": "active",
144
- "introduced": "0.6.0",
145
- "description": "Use for purple text on subtlest and subtler purple accent backgrounds when there is no meaning tied to the color."
146
- }
147
- },
148
- "Light saturated-palette-changes/color.text.accent.purple.bolder": {
149
- "value": "#352C63",
150
- "attributes": {
151
- "group": "paint",
152
- "state": "active",
153
- "introduced": "0.7.0",
154
- "description": "Use for purple text on subtle purple accent backgrounds when there is no meaning tied to the color."
155
- }
156
- },
157
- "Light saturated-palette-changes/color.text.accent.magenta": {
158
- "value": "#943D73",
159
- "attributes": {
160
- "group": "paint",
161
- "state": "active",
162
- "introduced": "0.6.0",
163
- "description": "Use for magenta text on subtlest and subtler magenta accent backgrounds when there is no meaning tied to the color."
164
- }
165
- },
166
- "Light saturated-palette-changes/color.text.accent.magenta.bolder": {
167
- "value": "#50253F",
168
- "attributes": {
169
- "group": "paint",
170
- "state": "active",
171
- "introduced": "0.7.0",
172
- "description": "Use for magenta text on subtle magenta accent backgrounds when there is no meaning tied to the color."
173
- }
174
- },
175
- "Light saturated-palette-changes/color.text.accent.gray": {
176
- "value": "#44546F",
177
- "attributes": {
178
- "group": "paint",
179
- "state": "active",
180
- "introduced": "0.10.5",
181
- "description": "Use for text on non-bold gray accent backgrounds, such as colored tags."
182
- }
183
- },
184
- "Light saturated-palette-changes/color.text.accent.gray.bolder": {
185
- "value": "#091E42",
186
- "attributes": {
187
- "group": "paint",
188
- "state": "active",
189
- "introduced": "0.10.5",
190
- "description": "Use for text and icons on gray subtle accent backgrounds."
191
- }
192
- },
193
- "Light saturated-palette-changes/color.text.disabled": {
194
- "value": "#091E424F",
195
- "attributes": {
196
- "group": "paint",
197
- "state": "active",
198
- "introduced": "0.0.15",
199
- "description": "Use for text in a disabled state."
200
- }
201
- },
202
- "Light saturated-palette-changes/color.text.inverse": {
203
- "value": "#FFFFFF",
204
- "attributes": {
205
- "group": "paint",
206
- "state": "active",
207
- "introduced": "0.6.0",
208
- "description": "Use for text on bold backgrounds."
209
- }
210
- },
211
- "Light saturated-palette-changes/color.text.selected": {
212
- "value": "#0C66E4",
213
- "attributes": {
214
- "group": "paint",
215
- "state": "active",
216
- "introduced": "0.6.0",
217
- "description": "Use for text in selected or opened states, such as tabs and dropdown buttons."
218
- }
219
- },
220
- "Light saturated-palette-changes/color.text.brand": {
221
- "value": "#0C66E4",
222
- "attributes": {
223
- "group": "paint",
224
- "state": "active",
225
- "introduced": "0.6.0",
226
- "description": "Use for text that reinforces our brand."
227
- }
228
- },
229
- "Light saturated-palette-changes/color.text.danger": {
230
- "value": "#AE2E24",
231
- "attributes": {
232
- "group": "paint",
233
- "state": "active",
234
- "introduced": "0.0.15",
235
- "description": "Use for critical text, such as input field error messaging."
236
- }
237
- },
238
- "Light saturated-palette-changes/color.text.warning": {
239
- "value": "#A54800",
240
- "attributes": {
241
- "group": "paint",
242
- "state": "active",
243
- "introduced": "0.0.15",
244
- "description": "Use for text to emphasize caution, such as in moved lozenges."
245
- }
246
- },
247
- "Light saturated-palette-changes/color.text.warning.inverse": {
248
- "value": "#172B4D",
249
- "attributes": {
250
- "group": "paint",
251
- "state": "active",
252
- "introduced": "0.6.0",
253
- "description": "Use for text when on bold warning backgrounds."
254
- }
255
- },
256
- "Light saturated-palette-changes/color.text.success": {
257
- "value": "#216E4E",
258
- "attributes": {
259
- "group": "paint",
260
- "state": "active",
261
- "introduced": "0.0.15",
262
- "description": "Use for text to communicate a favorable outcome, such as input field success messaging."
263
- }
264
- },
265
- "Light saturated-palette-changes/color.text.discovery": {
266
- "value": "#5E4DB2",
267
- "attributes": {
268
- "group": "paint",
269
- "state": "active",
270
- "introduced": "0.0.15",
271
- "description": "Use for text to emphasize change or something new, such as in new lozenges."
272
- }
273
- },
274
- "Light saturated-palette-changes/color.text.information": {
275
- "value": "#0055CC",
276
- "attributes": {
277
- "group": "paint",
278
- "state": "active",
279
- "introduced": "0.6.0",
280
- "description": "Use for informative text or to communicate something is in progress, such as in-progress lozenges."
281
- }
282
- },
283
- "Light saturated-palette-changes/color.text.subtlest": {
284
- "value": "#626F86",
285
- "attributes": {
286
- "group": "paint",
287
- "state": "active",
288
- "introduced": "0.6.0",
289
- "description": "Use for tertiary text, such as meta-data, breadcrumbs, input field placeholder and helper text."
290
- }
291
- },
292
- "Light saturated-palette-changes/color.text.subtle": {
293
- "value": "#44546F",
294
- "attributes": {
295
- "group": "paint",
296
- "state": "active",
297
- "introduced": "0.6.0",
298
- "description": "Use for secondary text, such as navigation, subtle button links, input field labels, and all caps subheadings."
299
- }
300
- },
301
- "Light saturated-palette-changes/color.link": {
302
- "value": "#0C66E4",
303
- "attributes": {
304
- "group": "paint",
305
- "state": "active",
306
- "introduced": "0.6.0",
307
- "description": "Use for links in a default or hovered state. Add an underline for hovered states."
308
- }
309
- },
310
- "Light saturated-palette-changes/color.link.pressed": {
311
- "value": "#0055CC",
312
- "attributes": {
313
- "group": "paint",
314
- "state": "active",
315
- "introduced": "0.6.0",
316
- "description": "Use for links in a pressed state."
317
- }
318
- },
319
- "Light saturated-palette-changes/color.link.visited": {
320
- "value": "#5E4DB2",
321
- "attributes": {
322
- "group": "paint",
323
- "state": "active",
324
- "introduced": "1.23.0",
325
- "description": "Use for links in a visited state."
326
- }
327
- },
328
- "Light saturated-palette-changes/color.icon": {
329
- "value": "#44546F",
330
- "attributes": {
331
- "group": "paint",
332
- "state": "active",
333
- "introduced": "0.6.0",
334
- "description": "Use for icon-only buttons, or icons paired with color.text"
335
- }
336
- },
337
- "Light saturated-palette-changes/color.icon.accent.lime": {
338
- "value": "#6A9A23",
339
- "attributes": {
340
- "group": "paint",
341
- "state": "active",
342
- "introduced": "1.6.0",
343
- "description": "Use for lime icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons."
344
- }
345
- },
346
- "Light saturated-palette-changes/color.icon.accent.red": {
347
- "value": "#C9372C",
348
- "attributes": {
349
- "group": "paint",
350
- "state": "active",
351
- "introduced": "0.6.0",
352
- "description": "Use for red icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons."
353
- }
354
- },
355
- "Light saturated-palette-changes/color.icon.accent.orange": {
356
- "value": "#E56910",
357
- "attributes": {
358
- "group": "paint",
359
- "state": "active",
360
- "introduced": "0.6.0",
361
- "description": "Use for orange icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons."
362
- }
363
- },
364
- "Light saturated-palette-changes/color.icon.accent.yellow": {
365
- "value": "#B38600",
366
- "attributes": {
367
- "group": "paint",
368
- "state": "active",
369
- "introduced": "0.6.0",
370
- "description": "Use for yellow icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons."
371
- }
372
- },
373
- "Light saturated-palette-changes/color.icon.accent.green": {
374
- "value": "#22A06B",
375
- "attributes": {
376
- "group": "paint",
377
- "state": "active",
378
- "introduced": "0.6.0",
379
- "description": "Use for green icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons."
380
- }
381
- },
382
- "Light saturated-palette-changes/color.icon.accent.teal": {
383
- "value": "#2898BD",
384
- "attributes": {
385
- "group": "paint",
386
- "state": "active",
387
- "introduced": "0.6.0",
388
- "description": "Use for teal icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons."
389
- }
390
- },
391
- "Light saturated-palette-changes/color.icon.accent.blue": {
392
- "value": "#1D7AFC",
393
- "attributes": {
394
- "group": "paint",
395
- "state": "active",
396
- "introduced": "0.6.0",
397
- "description": "Use for blue icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons."
398
- }
399
- },
400
- "Light saturated-palette-changes/color.icon.accent.purple": {
401
- "value": "#8270DB",
402
- "attributes": {
403
- "group": "paint",
404
- "state": "active",
405
- "introduced": "0.6.0",
406
- "description": "Use for purple icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons."
407
- }
408
- },
409
- "Light saturated-palette-changes/color.icon.accent.magenta": {
410
- "value": "#CD519D",
411
- "attributes": {
412
- "group": "paint",
413
- "state": "active",
414
- "introduced": "0.6.0",
415
- "description": "Use for magenta icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons."
416
- }
417
- },
418
- "Light saturated-palette-changes/color.icon.accent.gray": {
419
- "value": "#758195",
420
- "attributes": {
421
- "group": "paint",
422
- "state": "active",
423
- "introduced": "0.10.5",
424
- "description": "Use for icons on non-bold gray accent backgrounds, such as file type icons."
425
- }
426
- },
427
- "Light saturated-palette-changes/color.icon.disabled": {
428
- "value": "#091E424F",
429
- "attributes": {
430
- "group": "paint",
431
- "state": "active",
432
- "introduced": "0.6.0",
433
- "description": "Use for icons in a disabled state."
434
- }
435
- },
436
- "Light saturated-palette-changes/color.icon.inverse": {
437
- "value": "#FFFFFF",
438
- "attributes": {
439
- "group": "paint",
440
- "state": "active",
441
- "introduced": "0.6.0",
442
- "description": "Use for icons on bold backgrounds."
443
- }
444
- },
445
- "Light saturated-palette-changes/color.icon.selected": {
446
- "value": "#0C66E4",
447
- "attributes": {
448
- "group": "paint",
449
- "state": "active",
450
- "introduced": "0.6.2",
451
- "description": "Use for icons in selected or opened states, such as those used in dropdown buttons."
452
- }
453
- },
454
- "Light saturated-palette-changes/color.icon.brand": {
455
- "value": "#0C66E4",
456
- "attributes": {
457
- "group": "paint",
458
- "state": "active",
459
- "introduced": "0.6.0",
460
- "description": "Use for icons that reinforce our brand."
461
- }
462
- },
463
- "Light saturated-palette-changes/color.icon.danger": {
464
- "value": "#C9372C",
465
- "attributes": {
466
- "group": "paint",
467
- "state": "active",
468
- "introduced": "0.6.0",
469
- "description": "Use for icons communicating critical information, such as those used in error handing."
470
- }
471
- },
472
- "Light saturated-palette-changes/color.icon.warning": {
473
- "value": "#E56910",
474
- "attributes": {
475
- "group": "paint",
476
- "state": "active",
477
- "introduced": "0.6.0",
478
- "description": "Use for icons communicating caution, such as those used in warning section messages."
479
- }
480
- },
481
- "Light saturated-palette-changes/color.icon.warning.inverse": {
482
- "value": "#172B4D",
483
- "attributes": {
484
- "group": "paint",
485
- "state": "active",
486
- "introduced": "0.6.0",
487
- "description": "Use for icons when on bold warning backgrounds."
488
- }
489
- },
490
- "Light saturated-palette-changes/color.icon.success": {
491
- "value": "#22A06B",
492
- "attributes": {
493
- "group": "paint",
494
- "state": "active",
495
- "introduced": "0.6.0",
496
- "description": "Use for icons communicating a favorable outcome, such as those used in success section messaged."
497
- }
498
- },
499
- "Light saturated-palette-changes/color.icon.discovery": {
500
- "value": "#8270DB",
501
- "attributes": {
502
- "group": "paint",
503
- "state": "active",
504
- "introduced": "0.6.0",
505
- "description": "Use for icons communicating change or something new, such as discovery section messages."
506
- }
507
- },
508
- "Light saturated-palette-changes/color.icon.information": {
509
- "value": "#1D7AFC",
510
- "attributes": {
511
- "group": "paint",
512
- "state": "active",
513
- "introduced": "0.6.0",
514
- "description": "Use for icons communicating information or something in-progress, such as information section messages."
515
- }
516
- },
517
- "Light saturated-palette-changes/color.icon.subtle": {
518
- "value": "#626F86",
519
- "attributes": {
520
- "group": "paint",
521
- "state": "active",
522
- "introduced": "0.6.0",
523
- "description": "Use for icons paired with color.text.subtle"
524
- }
525
- },
526
- "Light saturated-palette-changes/color.border": {
527
- "value": "#091E4224",
528
- "attributes": {
529
- "group": "paint",
530
- "state": "active",
531
- "introduced": "0.6.0",
532
- "description": "Use to visually group or separate UI elements, such as flat cards or side panel dividers."
533
- }
534
- },
535
- "Light saturated-palette-changes/color.border.accent.lime": {
536
- "value": "#6A9A23",
537
- "attributes": {
538
- "group": "paint",
539
- "state": "active",
540
- "introduced": "1.6.0",
541
- "description": "Use for lime borders on non-bold backgrounds when there is no meaning tied to the color."
542
- }
543
- },
544
- "Light saturated-palette-changes/color.border.accent.red": {
545
- "value": "#E2483D",
546
- "attributes": {
547
- "group": "paint",
548
- "state": "active",
549
- "introduced": "0.6.0",
550
- "description": "Use for red borders on non-bold backgrounds when there is no meaning tied to the color."
551
- }
552
- },
553
- "Light saturated-palette-changes/color.border.accent.orange": {
554
- "value": "#E56910",
555
- "attributes": {
556
- "group": "paint",
557
- "state": "active",
558
- "introduced": "0.6.0",
559
- "description": "Use for orange borders on non-bold backgrounds when there is no meaning tied to the color."
560
- }
561
- },
562
- "Light saturated-palette-changes/color.border.accent.yellow": {
563
- "value": "#B38600",
564
- "attributes": {
565
- "group": "paint",
566
- "state": "active",
567
- "introduced": "0.6.0",
568
- "description": "Use for yellow borders on non-bold backgrounds when there is no meaning tied to the color."
569
- }
570
- },
571
- "Light saturated-palette-changes/color.border.accent.green": {
572
- "value": "#22A06B",
573
- "attributes": {
574
- "group": "paint",
575
- "state": "active",
576
- "introduced": "0.6.0",
577
- "description": "Use for green borders on non-bold backgrounds when there is no meaning tied to the color."
578
- }
579
- },
580
- "Light saturated-palette-changes/color.border.accent.teal": {
581
- "value": "#2898BD",
582
- "attributes": {
583
- "group": "paint",
584
- "state": "active",
585
- "introduced": "0.6.0",
586
- "description": "Use for teal borders on non-bold backgrounds when there is no meaning tied to the color."
587
- }
588
- },
589
- "Light saturated-palette-changes/color.border.accent.blue": {
590
- "value": "#1D7AFC",
591
- "attributes": {
592
- "group": "paint",
593
- "state": "active",
594
- "introduced": "0.6.0",
595
- "description": "Use for blue borders on non-bold backgrounds when there is no meaning tied to the color."
596
- }
597
- },
598
- "Light saturated-palette-changes/color.border.accent.purple": {
599
- "value": "#8270DB",
600
- "attributes": {
601
- "group": "paint",
602
- "state": "active",
603
- "introduced": "0.6.0",
604
- "description": "Use for purple borders on non-bold backgrounds when there is no meaning tied to the color."
605
- }
606
- },
607
- "Light saturated-palette-changes/color.border.accent.magenta": {
608
- "value": "#CD519D",
609
- "attributes": {
610
- "group": "paint",
611
- "state": "active",
612
- "introduced": "0.6.0",
613
- "description": "Use for magenta borders on non-bold backgrounds when there is no meaning tied to the color."
614
- }
615
- },
616
- "Light saturated-palette-changes/color.border.accent.gray": {
617
- "value": "#758195",
618
- "attributes": {
619
- "group": "paint",
620
- "state": "active",
621
- "introduced": "0.10.5",
622
- "description": "Use for borders on non-bold gray accent backgrounds."
623
- }
624
- },
625
- "Light saturated-palette-changes/color.border.disabled": {
626
- "value": "#091E420F",
627
- "attributes": {
628
- "group": "paint",
629
- "state": "active",
630
- "introduced": "0.6.0",
631
- "description": "Use for borders of elements in a disabled state."
632
- }
633
- },
634
- "Light saturated-palette-changes/color.border.focused": {
635
- "value": "#388BFF",
636
- "attributes": {
637
- "group": "paint",
638
- "state": "active",
639
- "introduced": "0.6.0",
640
- "description": "Use for focus rings of elements in a focus state."
641
- }
642
- },
643
- "Light saturated-palette-changes/color.border.input": {
644
- "value": "#091E4224",
645
- "attributes": {
646
- "group": "paint",
647
- "state": "active",
648
- "introduced": "0.6.0",
649
- "description": "Use for borders of form UI elements, such as text fields, checkboxes, and radio buttons."
650
- }
651
- },
652
- "Light saturated-palette-changes/color.border.inverse": {
653
- "value": "#FFFFFF",
654
- "attributes": {
655
- "group": "paint",
656
- "state": "active",
657
- "introduced": "0.6.0",
658
- "description": "Use for borders on bold backgrounds."
659
- }
660
- },
661
- "Light saturated-palette-changes/color.border.selected": {
662
- "value": "#0C66E4",
663
- "attributes": {
664
- "group": "paint",
665
- "state": "active",
666
- "introduced": "0.6.2",
667
- "description": "Use for borders or visual indicators of elements in a selected or opened state, such as in tabs or menu items."
668
- }
669
- },
670
- "Light saturated-palette-changes/color.border.brand": {
671
- "value": "#0C66E4",
672
- "attributes": {
673
- "group": "paint",
674
- "state": "active",
675
- "introduced": "0.6.0",
676
- "description": "Use for borders or visual indicators of elements that reinforce our brand, such as logos or primary buttons."
677
- }
678
- },
679
- "Light saturated-palette-changes/color.border.danger": {
680
- "value": "#E2483D",
681
- "attributes": {
682
- "group": "paint",
683
- "state": "active",
684
- "introduced": "0.6.0",
685
- "description": "Use for borders communicating critical information, such as the borders on invalid text fields."
686
- }
687
- },
688
- "Light saturated-palette-changes/color.border.warning": {
689
- "value": "#E56910",
690
- "attributes": {
691
- "group": "paint",
692
- "state": "active",
693
- "introduced": "0.6.0",
694
- "description": "Use for borders communicating caution."
695
- }
696
- },
697
- "Light saturated-palette-changes/color.border.success": {
698
- "value": "#22A06B",
699
- "attributes": {
700
- "group": "paint",
701
- "state": "active",
702
- "introduced": "0.6.0",
703
- "description": "Use for borders communicating a favorable outcome, such as the borders on validated text fields."
704
- }
705
- },
706
- "Light saturated-palette-changes/color.border.discovery": {
707
- "value": "#8270DB",
708
- "attributes": {
709
- "group": "paint",
710
- "state": "active",
711
- "introduced": "0.6.0",
712
- "description": "Use for borders communicating change or something new, such as the borders in onboarding spotlights."
713
- }
714
- },
715
- "Light saturated-palette-changes/color.border.information": {
716
- "value": "#1D7AFC",
717
- "attributes": {
718
- "group": "paint",
719
- "state": "active",
720
- "introduced": "0.6.0",
721
- "description": "Use for borders communicating information or something in-progress."
722
- }
723
- },
724
- "Light saturated-palette-changes/color.border.bold": {
725
- "value": "#758195",
726
- "attributes": {
727
- "group": "paint",
728
- "state": "active",
729
- "introduced": "0.10.8",
730
- "description": "A neutral border option that passes min 3:1 contrast ratios."
731
- }
732
- },
733
- "Light saturated-palette-changes/color.background.accent.lime.subtlest": {
734
- "value": "#EFFFD6",
735
- "attributes": {
736
- "group": "paint",
737
- "state": "active",
738
- "introduced": "1.6.0",
739
- "description": "Use for for backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
740
- }
741
- },
742
- "Light saturated-palette-changes/color.background.accent.lime.subtlest.hovered": {
743
- "value": "#D3F1A7",
744
- "attributes": {
745
- "group": "paint",
746
- "state": "active",
747
- "introduced": "1.19.0",
748
- "description": "Hovered state of color.background.accent.lime.subtlest."
749
- }
750
- },
751
- "Light saturated-palette-changes/color.background.accent.lime.subtlest.pressed": {
752
- "value": "#B3DF72",
753
- "attributes": {
754
- "group": "paint",
755
- "state": "active",
756
- "introduced": "1.19.0",
757
- "description": "Pressed state of color.background.accent.lime.subtlest."
758
- }
759
- },
760
- "Light saturated-palette-changes/color.background.accent.lime.subtler": {
761
- "value": "#D3F1A7",
762
- "attributes": {
763
- "group": "paint",
764
- "state": "active",
765
- "introduced": "1.6.0",
766
- "description": "Use for for backgrounds when there is no meaning tied to the color, such as colored tags."
767
- }
768
- },
769
- "Light saturated-palette-changes/color.background.accent.lime.subtler.hovered": {
770
- "value": "#B3DF72",
771
- "attributes": {
772
- "group": "paint",
773
- "state": "active",
774
- "introduced": "1.19.0",
775
- "description": "Hovered state of color.background.accent.lime.subtler."
776
- }
777
- },
778
- "Light saturated-palette-changes/color.background.accent.lime.subtler.pressed": {
779
- "value": "#94C748",
780
- "attributes": {
781
- "group": "paint",
782
- "state": "active",
783
- "introduced": "1.19.0",
784
- "description": "Pressed state of color.background.accent.lime.subtler."
785
- }
786
- },
787
- "Light saturated-palette-changes/color.background.accent.lime.subtle": {
788
- "value": "#94C748",
789
- "attributes": {
790
- "group": "paint",
791
- "state": "active",
792
- "introduced": "1.6.0",
793
- "description": "Use for vibrant for backgrounds when there is no meaning tied to the color, such as colored tags."
794
- }
795
- },
796
- "Light saturated-palette-changes/color.background.accent.lime.subtle.hovered": {
797
- "value": "#B3DF72",
798
- "attributes": {
799
- "group": "paint",
800
- "state": "active",
801
- "introduced": "1.19.0",
802
- "description": "Hovered state of color.background.accent.lime.subtle."
803
- }
804
- },
805
- "Light saturated-palette-changes/color.background.accent.lime.subtle.pressed": {
806
- "value": "#D3F1A7",
807
- "attributes": {
808
- "group": "paint",
809
- "state": "active",
810
- "introduced": "1.19.0",
811
- "description": "Pressed state of color.background.accent.lime.subtle."
812
- }
813
- },
814
- "Light saturated-palette-changes/color.background.accent.lime.bolder": {
815
- "value": "#5B7F24",
816
- "attributes": {
817
- "group": "paint",
818
- "state": "active",
819
- "introduced": "1.6.0",
820
- "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."
821
- }
822
- },
823
- "Light saturated-palette-changes/color.background.accent.lime.bolder.hovered": {
824
- "value": "#4C6B1F",
825
- "attributes": {
826
- "group": "paint",
827
- "state": "active",
828
- "introduced": "1.19.0",
829
- "description": "Hovered state of color.background.accent.lime.bolder."
830
- }
831
- },
832
- "Light saturated-palette-changes/color.background.accent.lime.bolder.pressed": {
833
- "value": "#37471F",
834
- "attributes": {
835
- "group": "paint",
836
- "state": "active",
837
- "introduced": "1.19.0",
838
- "description": "Pressed state of color.background.accent.lime.bolder."
839
- }
840
- },
841
- "Light saturated-palette-changes/color.background.accent.red.subtlest": {
842
- "value": "#FFECEB",
843
- "attributes": {
844
- "group": "paint",
845
- "state": "active",
846
- "introduced": "0.7.0",
847
- "description": "Use for red backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
848
- }
849
- },
850
- "Light saturated-palette-changes/color.background.accent.red.subtlest.hovered": {
851
- "value": "#FFD5D2",
852
- "attributes": {
853
- "group": "paint",
854
- "state": "active",
855
- "introduced": "1.19.0",
856
- "description": "Hovered state of color.background.accent.red.subtlest."
857
- }
858
- },
859
- "Light saturated-palette-changes/color.background.accent.red.subtlest.pressed": {
860
- "value": "#FD9891",
861
- "attributes": {
862
- "group": "paint",
863
- "state": "active",
864
- "introduced": "1.19.0",
865
- "description": "Pressed state of color.background.accent.red.subtlest."
866
- }
867
- },
868
- "Light saturated-palette-changes/color.background.accent.red.subtler": {
869
- "value": "#FFD5D2",
870
- "attributes": {
871
- "group": "paint",
872
- "state": "active",
873
- "introduced": "0.7.0",
874
- "description": "Use for red backgrounds when there is no meaning tied to the color, such as colored tags."
875
- }
876
- },
877
- "Light saturated-palette-changes/color.background.accent.red.subtler.hovered": {
878
- "value": "#FD9891",
879
- "attributes": {
880
- "group": "paint",
881
- "state": "active",
882
- "introduced": "1.19.0",
883
- "description": "Hovered state of color.background.accent.red.subtler."
884
- }
885
- },
886
- "Light saturated-palette-changes/color.background.accent.red.subtler.pressed": {
887
- "value": "#F87168",
888
- "attributes": {
889
- "group": "paint",
890
- "state": "active",
891
- "introduced": "1.19.0",
892
- "description": "Pressed state of color.background.accent.red.subtler."
893
- }
894
- },
895
- "Light saturated-palette-changes/color.background.accent.red.subtle": {
896
- "value": "#F87168",
897
- "attributes": {
898
- "group": "paint",
899
- "state": "active",
900
- "introduced": "0.7.0",
901
- "description": "Use for vibrant red backgrounds when there is no meaning tied to the color, such as colored tags."
902
- }
903
- },
904
- "Light saturated-palette-changes/color.background.accent.red.subtle.hovered": {
905
- "value": "#FD9891",
906
- "attributes": {
907
- "group": "paint",
908
- "state": "active",
909
- "introduced": "1.19.0",
910
- "description": "Hovered state of color.background.accent.red.subtle."
911
- }
912
- },
913
- "Light saturated-palette-changes/color.background.accent.red.subtle.pressed": {
914
- "value": "#FFD5D2",
915
- "attributes": {
916
- "group": "paint",
917
- "state": "active",
918
- "introduced": "1.19.0",
919
- "description": "Pressed state of color.background.accent.red.subtle."
920
- }
921
- },
922
- "Light saturated-palette-changes/color.background.accent.red.bolder": {
923
- "value": "#C9372C",
924
- "attributes": {
925
- "group": "paint",
926
- "state": "active",
927
- "introduced": "0.7.0",
928
- "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."
929
- }
930
- },
931
- "Light saturated-palette-changes/color.background.accent.red.bolder.hovered": {
932
- "value": "#AE2E24",
933
- "attributes": {
934
- "group": "paint",
935
- "state": "active",
936
- "introduced": "1.19.0",
937
- "description": "Hovered state of color.background.accent.red.bolder."
938
- }
939
- },
940
- "Light saturated-palette-changes/color.background.accent.red.bolder.pressed": {
941
- "value": "#5D1F1A",
942
- "attributes": {
943
- "group": "paint",
944
- "state": "active",
945
- "introduced": "1.19.0",
946
- "description": "Pressed state of color.background.accent.red.bolder."
947
- }
948
- },
949
- "Light saturated-palette-changes/color.background.accent.orange.subtlest": {
950
- "value": "#FFF3EB",
951
- "attributes": {
952
- "group": "paint",
953
- "state": "active",
954
- "introduced": "0.7.0",
955
- "description": "Use for orange backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
956
- }
957
- },
958
- "Light saturated-palette-changes/color.background.accent.orange.subtlest.hovered": {
959
- "value": "#FEDEC8",
960
- "attributes": {
961
- "group": "paint",
962
- "state": "active",
963
- "introduced": "1.19.0",
964
- "description": "Hovered state of color.background.accent.orange.subtlest."
965
- }
966
- },
967
- "Light saturated-palette-changes/color.background.accent.orange.subtlest.pressed": {
968
- "value": "#FEC195",
969
- "attributes": {
970
- "group": "paint",
971
- "state": "active",
972
- "introduced": "1.19.0",
973
- "description": "Pressed state of color.background.accent.orange.subtlest."
974
- }
975
- },
976
- "Light saturated-palette-changes/color.background.accent.orange.subtler": {
977
- "value": "#FEDEC8",
978
- "attributes": {
979
- "group": "paint",
980
- "state": "active",
981
- "introduced": "0.7.0",
982
- "description": "Use for orange backgrounds when there is no meaning tied to the color, such as colored tags."
983
- }
984
- },
985
- "Light saturated-palette-changes/color.background.accent.orange.subtler.hovered": {
986
- "value": "#FEC195",
987
- "attributes": {
988
- "group": "paint",
989
- "state": "active",
990
- "introduced": "1.19.0",
991
- "description": "Hovered state of color.background.accent.orange.subtler."
992
- }
993
- },
994
- "Light saturated-palette-changes/color.background.accent.orange.subtler.pressed": {
995
- "value": "#FEA362",
996
- "attributes": {
997
- "group": "paint",
998
- "state": "active",
999
- "introduced": "1.19.0",
1000
- "description": "Pressed state of color.background.accent.orange.subtler."
1001
- }
1002
- },
1003
- "Light saturated-palette-changes/color.background.accent.orange.subtle": {
1004
- "value": "#FEA362",
1005
- "attributes": {
1006
- "group": "paint",
1007
- "state": "active",
1008
- "introduced": "0.7.0",
1009
- "description": "Use for vibrant orange backgrounds when there is no meaning tied to the color, such as colored tags."
1010
- }
1011
- },
1012
- "Light saturated-palette-changes/color.background.accent.orange.subtle.hovered": {
1013
- "value": "#FEC195",
1014
- "attributes": {
1015
- "group": "paint",
1016
- "state": "active",
1017
- "introduced": "1.19.0",
1018
- "description": "Hovered state of color.background.accent.orange.subtle."
1019
- }
1020
- },
1021
- "Light saturated-palette-changes/color.background.accent.orange.subtle.pressed": {
1022
- "value": "#FEDEC8",
1023
- "attributes": {
1024
- "group": "paint",
1025
- "state": "active",
1026
- "introduced": "1.19.0",
1027
- "description": "Pressed state of color.background.accent.orange.subtle."
1028
- }
1029
- },
1030
- "Light saturated-palette-changes/color.background.accent.orange.bolder": {
1031
- "value": "#C25100",
1032
- "attributes": {
1033
- "group": "paint",
1034
- "state": "active",
1035
- "introduced": "0.7.0",
1036
- "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."
1037
- }
1038
- },
1039
- "Light saturated-palette-changes/color.background.accent.orange.bolder.hovered": {
1040
- "value": "#A54800",
1041
- "attributes": {
1042
- "group": "paint",
1043
- "state": "active",
1044
- "introduced": "1.19.0",
1045
- "description": "Hovered state of color.background.accent.orange.bolder."
1046
- }
1047
- },
1048
- "Light saturated-palette-changes/color.background.accent.orange.bolder.pressed": {
1049
- "value": "#702E00",
1050
- "attributes": {
1051
- "group": "paint",
1052
- "state": "active",
1053
- "introduced": "1.19.0",
1054
- "description": "Pressed state of color.background.accent.orange.bolder."
1055
- }
1056
- },
1057
- "Light saturated-palette-changes/color.background.accent.yellow.subtlest": {
1058
- "value": "#FFF7D6",
1059
- "attributes": {
1060
- "group": "paint",
1061
- "state": "active",
1062
- "introduced": "0.7.0",
1063
- "description": "Use for yellow backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
1064
- }
1065
- },
1066
- "Light saturated-palette-changes/color.background.accent.yellow.subtlest.hovered": {
1067
- "value": "#F8E6A0",
1068
- "attributes": {
1069
- "group": "paint",
1070
- "state": "active",
1071
- "introduced": "1.19.0",
1072
- "description": "Hovered state of color.background.accent.yellow.subtlest."
1073
- }
1074
- },
1075
- "Light saturated-palette-changes/color.background.accent.yellow.subtlest.pressed": {
1076
- "value": "#F5CD47",
1077
- "attributes": {
1078
- "group": "paint",
1079
- "state": "active",
1080
- "introduced": "1.19.0",
1081
- "description": "Pressed state of color.background.accent.yellow.subtlest."
1082
- }
1083
- },
1084
- "Light saturated-palette-changes/color.background.accent.yellow.subtler": {
1085
- "value": "#F8E6A0",
1086
- "attributes": {
1087
- "group": "paint",
1088
- "state": "active",
1089
- "introduced": "0.7.0",
1090
- "description": "Use for yellow backgrounds when there is no meaning tied to the color, such as colored tags."
1091
- }
1092
- },
1093
- "Light saturated-palette-changes/color.background.accent.yellow.subtler.hovered": {
1094
- "value": "#F5CD47",
1095
- "attributes": {
1096
- "group": "paint",
1097
- "state": "active",
1098
- "introduced": "1.19.0",
1099
- "description": "Hovered state of color.background.accent.yellow.subtler."
1100
- }
1101
- },
1102
- "Light saturated-palette-changes/color.background.accent.yellow.subtler.pressed": {
1103
- "value": "#E2B203",
1104
- "attributes": {
1105
- "group": "paint",
1106
- "state": "active",
1107
- "introduced": "1.19.0",
1108
- "description": "Pressed state of color.background.accent.yellow.subtler."
1109
- }
1110
- },
1111
- "Light saturated-palette-changes/color.background.accent.yellow.subtle": {
1112
- "value": "#F5CD47",
1113
- "attributes": {
1114
- "group": "paint",
1115
- "state": "active",
1116
- "introduced": "0.7.0",
1117
- "description": "Use for vibrant yellow backgrounds when there is no meaning tied to the color, such as colored tags."
1118
- }
1119
- },
1120
- "Light saturated-palette-changes/color.background.accent.yellow.subtle.hovered": {
1121
- "value": "#E2B203",
1122
- "attributes": {
1123
- "group": "paint",
1124
- "state": "active",
1125
- "introduced": "1.19.0",
1126
- "description": "Hovered state of color.background.accent.yellow.subtle."
1127
- }
1128
- },
1129
- "Light saturated-palette-changes/color.background.accent.yellow.subtle.pressed": {
1130
- "value": "#CF9F02",
1131
- "attributes": {
1132
- "group": "paint",
1133
- "state": "active",
1134
- "introduced": "1.19.0",
1135
- "description": "Pressed state of color.background.accent.yellow.subtle."
1136
- }
1137
- },
1138
- "Light saturated-palette-changes/color.background.accent.yellow.bolder": {
1139
- "value": "#946F00",
1140
- "attributes": {
1141
- "group": "paint",
1142
- "state": "active",
1143
- "introduced": "0.7.0",
1144
- "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."
1145
- }
1146
- },
1147
- "Light saturated-palette-changes/color.background.accent.yellow.bolder.hovered": {
1148
- "value": "#7F5F01",
1149
- "attributes": {
1150
- "group": "paint",
1151
- "state": "active",
1152
- "introduced": "1.19.0",
1153
- "description": "Hovered state of color.background.accent.yellow.bolder."
1154
- }
1155
- },
1156
- "Light saturated-palette-changes/color.background.accent.yellow.bolder.pressed": {
1157
- "value": "#533F04",
1158
- "attributes": {
1159
- "group": "paint",
1160
- "state": "active",
1161
- "introduced": "1.19.0",
1162
- "description": "Pressed state of color.background.accent.yellow.bolder."
1163
- }
1164
- },
1165
- "Light saturated-palette-changes/color.background.accent.green.subtlest": {
1166
- "value": "#DCFFF1",
1167
- "attributes": {
1168
- "group": "paint",
1169
- "state": "active",
1170
- "introduced": "0.7.0",
1171
- "description": "Use for green backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
1172
- }
1173
- },
1174
- "Light saturated-palette-changes/color.background.accent.green.subtlest.hovered": {
1175
- "value": "#BAF3DB",
1176
- "attributes": {
1177
- "group": "paint",
1178
- "state": "active",
1179
- "introduced": "1.19.0",
1180
- "description": "Hovered state of color.background.accent.green.subtlest."
1181
- }
1182
- },
1183
- "Light saturated-palette-changes/color.background.accent.green.subtlest.pressed": {
1184
- "value": "#7EE2B8",
1185
- "attributes": {
1186
- "group": "paint",
1187
- "state": "active",
1188
- "introduced": "1.19.0",
1189
- "description": "Pressed state of color.background.accent.green.subtlest."
1190
- }
1191
- },
1192
- "Light saturated-palette-changes/color.background.accent.green.subtler": {
1193
- "value": "#BAF3DB",
1194
- "attributes": {
1195
- "group": "paint",
1196
- "state": "active",
1197
- "introduced": "0.7.0",
1198
- "description": "Use for green backgrounds when there is no meaning tied to the color, such as colored tags."
1199
- }
1200
- },
1201
- "Light saturated-palette-changes/color.background.accent.green.subtler.hovered": {
1202
- "value": "#7EE2B8",
1203
- "attributes": {
1204
- "group": "paint",
1205
- "state": "active",
1206
- "introduced": "1.19.0",
1207
- "description": "Hovered state of color.background.accent.green.subtler."
1208
- }
1209
- },
1210
- "Light saturated-palette-changes/color.background.accent.green.subtler.pressed": {
1211
- "value": "#4BCE97",
1212
- "attributes": {
1213
- "group": "paint",
1214
- "state": "active",
1215
- "introduced": "1.19.0",
1216
- "description": "Pressed state of color.background.accent.green.subtler."
1217
- }
1218
- },
1219
- "Light saturated-palette-changes/color.background.accent.green.subtle": {
1220
- "value": "#4BCE97",
1221
- "attributes": {
1222
- "group": "paint",
1223
- "state": "active",
1224
- "introduced": "0.7.0",
1225
- "description": "Use for vibrant green backgrounds when there is no meaning tied to the color, such as colored tags."
1226
- }
1227
- },
1228
- "Light saturated-palette-changes/color.background.accent.green.subtle.hovered": {
1229
- "value": "#7EE2B8",
1230
- "attributes": {
1231
- "group": "paint",
1232
- "state": "active",
1233
- "introduced": "1.19.0",
1234
- "description": "Hovered state of color.background.accent.green.subtle."
1235
- }
1236
- },
1237
- "Light saturated-palette-changes/color.background.accent.green.subtle.pressed": {
1238
- "value": "#BAF3DB",
1239
- "attributes": {
1240
- "group": "paint",
1241
- "state": "active",
1242
- "introduced": "1.19.0",
1243
- "description": "Pressed state of color.background.accent.green.subtle."
1244
- }
1245
- },
1246
- "Light saturated-palette-changes/color.background.accent.green.bolder": {
1247
- "value": "#1F845A",
1248
- "attributes": {
1249
- "group": "paint",
1250
- "state": "active",
1251
- "introduced": "0.7.0",
1252
- "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."
1253
- }
1254
- },
1255
- "Light saturated-palette-changes/color.background.accent.green.bolder.hovered": {
1256
- "value": "#216E4E",
1257
- "attributes": {
1258
- "group": "paint",
1259
- "state": "active",
1260
- "introduced": "1.19.0",
1261
- "description": "Hovered state of color.background.accent.green.bolder."
1262
- }
1263
- },
1264
- "Light saturated-palette-changes/color.background.accent.green.bolder.pressed": {
1265
- "value": "#164B35",
1266
- "attributes": {
1267
- "group": "paint",
1268
- "state": "active",
1269
- "introduced": "1.19.0",
1270
- "description": "Pressed state of color.background.accent.green.bolder."
1271
- }
1272
- },
1273
- "Light saturated-palette-changes/color.background.accent.teal.subtlest": {
1274
- "value": "#E7F9FF",
1275
- "attributes": {
1276
- "group": "paint",
1277
- "state": "active",
1278
- "introduced": "0.7.0",
1279
- "description": "Use for teal backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
1280
- }
1281
- },
1282
- "Light saturated-palette-changes/color.background.accent.teal.subtlest.hovered": {
1283
- "value": "#C6EDFB",
1284
- "attributes": {
1285
- "group": "paint",
1286
- "state": "active",
1287
- "introduced": "1.19.0",
1288
- "description": "Hovered state of color.background.accent.teal.subtlest."
1289
- }
1290
- },
1291
- "Light saturated-palette-changes/color.background.accent.teal.subtlest.pressed": {
1292
- "value": "#9DD9EE",
1293
- "attributes": {
1294
- "group": "paint",
1295
- "state": "active",
1296
- "introduced": "1.19.0",
1297
- "description": "Pressed state of color.background.accent.teal.subtlest."
1298
- }
1299
- },
1300
- "Light saturated-palette-changes/color.background.accent.teal.subtler": {
1301
- "value": "#C6EDFB",
1302
- "attributes": {
1303
- "group": "paint",
1304
- "state": "active",
1305
- "introduced": "0.7.0",
1306
- "description": "Use for teal backgrounds when there is no meaning tied to the color, such as colored tags."
1307
- }
1308
- },
1309
- "Light saturated-palette-changes/color.background.accent.teal.subtler.hovered": {
1310
- "value": "#9DD9EE",
1311
- "attributes": {
1312
- "group": "paint",
1313
- "state": "active",
1314
- "introduced": "1.19.0",
1315
- "description": "Hovered state of color.background.accent.teal.subtler."
1316
- }
1317
- },
1318
- "Light saturated-palette-changes/color.background.accent.teal.subtler.pressed": {
1319
- "value": "#6CC3E0",
1320
- "attributes": {
1321
- "group": "paint",
1322
- "state": "active",
1323
- "introduced": "1.19.0",
1324
- "description": "Pressed state of color.background.accent.teal.subtler."
1325
- }
1326
- },
1327
- "Light saturated-palette-changes/color.background.accent.teal.subtle": {
1328
- "value": "#6CC3E0",
1329
- "attributes": {
1330
- "group": "paint",
1331
- "state": "active",
1332
- "introduced": "0.7.0",
1333
- "description": "Use for vibrant teal backgrounds when there is no meaning tied to the color, such as colored tags."
1334
- }
1335
- },
1336
- "Light saturated-palette-changes/color.background.accent.teal.subtle.hovered": {
1337
- "value": "#9DD9EE",
1338
- "attributes": {
1339
- "group": "paint",
1340
- "state": "active",
1341
- "introduced": "1.19.0",
1342
- "description": "Hovered state of color.background.accent.teal.subtle."
1343
- }
1344
- },
1345
- "Light saturated-palette-changes/color.background.accent.teal.subtle.pressed": {
1346
- "value": "#C6EDFB",
1347
- "attributes": {
1348
- "group": "paint",
1349
- "state": "active",
1350
- "introduced": "1.19.0",
1351
- "description": "Pressed state of color.background.accent.teal.subtle."
1352
- }
1353
- },
1354
- "Light saturated-palette-changes/color.background.accent.teal.bolder": {
1355
- "value": "#227D9B",
1356
- "attributes": {
1357
- "group": "paint",
1358
- "state": "active",
1359
- "introduced": "0.7.0",
1360
- "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."
1361
- }
1362
- },
1363
- "Light saturated-palette-changes/color.background.accent.teal.bolder.hovered": {
1364
- "value": "#206A83",
1365
- "attributes": {
1366
- "group": "paint",
1367
- "state": "active",
1368
- "introduced": "1.19.0",
1369
- "description": "Hovered state of color.background.accent.teal.bolder."
1370
- }
1371
- },
1372
- "Light saturated-palette-changes/color.background.accent.teal.bolder.pressed": {
1373
- "value": "#164555",
1374
- "attributes": {
1375
- "group": "paint",
1376
- "state": "active",
1377
- "introduced": "1.19.0",
1378
- "description": "Pressed state of color.background.accent.teal.bolder."
1379
- }
1380
- },
1381
- "Light saturated-palette-changes/color.background.accent.blue.subtlest": {
1382
- "value": "#E9F2FF",
1383
- "attributes": {
1384
- "group": "paint",
1385
- "state": "active",
1386
- "introduced": "0.7.0",
1387
- "description": "Use for blue backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
1388
- }
1389
- },
1390
- "Light saturated-palette-changes/color.background.accent.blue.subtlest.hovered": {
1391
- "value": "#CCE0FF",
1392
- "attributes": {
1393
- "group": "paint",
1394
- "state": "active",
1395
- "introduced": "1.19.0",
1396
- "description": "Hovered state of color.background.accent.blue.subtlest."
1397
- }
1398
- },
1399
- "Light saturated-palette-changes/color.background.accent.blue.subtlest.pressed": {
1400
- "value": "#85B8FF",
1401
- "attributes": {
1402
- "group": "paint",
1403
- "state": "active",
1404
- "introduced": "1.19.0",
1405
- "description": "Pressed state of color.background.accent.blue.subtlest."
1406
- }
1407
- },
1408
- "Light saturated-palette-changes/color.background.accent.blue.subtler": {
1409
- "value": "#CCE0FF",
1410
- "attributes": {
1411
- "group": "paint",
1412
- "state": "active",
1413
- "introduced": "0.7.0",
1414
- "description": "Use for blue backgrounds when there is no meaning tied to the color, such as colored tags."
1415
- }
1416
- },
1417
- "Light saturated-palette-changes/color.background.accent.blue.subtler.hovered": {
1418
- "value": "#85B8FF",
1419
- "attributes": {
1420
- "group": "paint",
1421
- "state": "active",
1422
- "introduced": "1.19.0",
1423
- "description": "Hovered state of color.background.accent.blue.subtler."
1424
- }
1425
- },
1426
- "Light saturated-palette-changes/color.background.accent.blue.subtler.pressed": {
1427
- "value": "#579DFF",
1428
- "attributes": {
1429
- "group": "paint",
1430
- "state": "active",
1431
- "introduced": "1.19.0",
1432
- "description": "Pressed state of color.background.accent.blue.subtler."
1433
- }
1434
- },
1435
- "Light saturated-palette-changes/color.background.accent.blue.subtle": {
1436
- "value": "#579DFF",
1437
- "attributes": {
1438
- "group": "paint",
1439
- "state": "active",
1440
- "introduced": "0.7.0",
1441
- "description": "Use for vibrant blue backgrounds when there is no meaning tied to the color, such as colored tags."
1442
- }
1443
- },
1444
- "Light saturated-palette-changes/color.background.accent.blue.subtle.hovered": {
1445
- "value": "#85B8FF",
1446
- "attributes": {
1447
- "group": "paint",
1448
- "state": "active",
1449
- "introduced": "1.19.0",
1450
- "description": "Hovered state of color.background.accent.blue.subtle."
1451
- }
1452
- },
1453
- "Light saturated-palette-changes/color.background.accent.blue.subtle.pressed": {
1454
- "value": "#CCE0FF",
1455
- "attributes": {
1456
- "group": "paint",
1457
- "state": "active",
1458
- "introduced": "1.19.0",
1459
- "description": "Pressed state of color.background.accent.blue.subtle."
1460
- }
1461
- },
1462
- "Light saturated-palette-changes/color.background.accent.blue.bolder": {
1463
- "value": "#0C66E4",
1464
- "attributes": {
1465
- "group": "paint",
1466
- "state": "active",
1467
- "introduced": "0.7.0",
1468
- "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."
1469
- }
1470
- },
1471
- "Light saturated-palette-changes/color.background.accent.blue.bolder.hovered": {
1472
- "value": "#0055CC",
1473
- "attributes": {
1474
- "group": "paint",
1475
- "state": "active",
1476
- "introduced": "1.19.0",
1477
- "description": "Hovered state of color.background.accent.blue.bolder."
1478
- }
1479
- },
1480
- "Light saturated-palette-changes/color.background.accent.blue.bolder.pressed": {
1481
- "value": "#09326C",
1482
- "attributes": {
1483
- "group": "paint",
1484
- "state": "active",
1485
- "introduced": "1.19.0",
1486
- "description": "Pressed state of color.background.accent.blue.bolder."
1487
- }
1488
- },
1489
- "Light saturated-palette-changes/color.background.accent.purple.subtlest": {
1490
- "value": "#F3F0FF",
1491
- "attributes": {
1492
- "group": "paint",
1493
- "state": "active",
1494
- "introduced": "0.7.0",
1495
- "description": "Use for purple backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
1496
- }
1497
- },
1498
- "Light saturated-palette-changes/color.background.accent.purple.subtlest.hovered": {
1499
- "value": "#DFD8FD",
1500
- "attributes": {
1501
- "group": "paint",
1502
- "state": "active",
1503
- "introduced": "1.19.0",
1504
- "description": "Hovered state of color.background.accent.purple.subtlest."
1505
- }
1506
- },
1507
- "Light saturated-palette-changes/color.background.accent.purple.subtlest.pressed": {
1508
- "value": "#B8ACF6",
1509
- "attributes": {
1510
- "group": "paint",
1511
- "state": "active",
1512
- "introduced": "1.19.0",
1513
- "description": "Pressed state of color.background.accent.purple.subtlest."
1514
- }
1515
- },
1516
- "Light saturated-palette-changes/color.background.accent.purple.subtler": {
1517
- "value": "#DFD8FD",
1518
- "attributes": {
1519
- "group": "paint",
1520
- "state": "active",
1521
- "introduced": "0.7.0",
1522
- "description": "Use for purple backgrounds when there is no meaning tied to the color, such as colored tags."
1523
- }
1524
- },
1525
- "Light saturated-palette-changes/color.background.accent.purple.subtler.hovered": {
1526
- "value": "#B8ACF6",
1527
- "attributes": {
1528
- "group": "paint",
1529
- "state": "active",
1530
- "introduced": "1.19.0",
1531
- "description": "Hovered state of color.background.accent.purple.subtler."
1532
- }
1533
- },
1534
- "Light saturated-palette-changes/color.background.accent.purple.subtler.pressed": {
1535
- "value": "#9F8FEF",
1536
- "attributes": {
1537
- "group": "paint",
1538
- "state": "active",
1539
- "introduced": "1.19.0",
1540
- "description": "Pressed state of color.background.accent.purple.subtler."
1541
- }
1542
- },
1543
- "Light saturated-palette-changes/color.background.accent.purple.subtle": {
1544
- "value": "#9F8FEF",
1545
- "attributes": {
1546
- "group": "paint",
1547
- "state": "active",
1548
- "introduced": "0.7.0",
1549
- "description": "Use for vibrant purple backgrounds when there is no meaning tied to the color, such as colored tags."
1550
- }
1551
- },
1552
- "Light saturated-palette-changes/color.background.accent.purple.subtle.hovered": {
1553
- "value": "#B8ACF6",
1554
- "attributes": {
1555
- "group": "paint",
1556
- "state": "active",
1557
- "introduced": "1.19.0",
1558
- "description": "Hovered state of color.background.accent.purple.subtle."
1559
- }
1560
- },
1561
- "Light saturated-palette-changes/color.background.accent.purple.subtle.pressed": {
1562
- "value": "#DFD8FD",
1563
- "attributes": {
1564
- "group": "paint",
1565
- "state": "active",
1566
- "introduced": "1.19.0",
1567
- "description": "Pressed state of color.background.accent.purple.subtle."
1568
- }
1569
- },
1570
- "Light saturated-palette-changes/color.background.accent.purple.bolder": {
1571
- "value": "#6E5DC6",
1572
- "attributes": {
1573
- "group": "paint",
1574
- "state": "active",
1575
- "introduced": "0.7.0",
1576
- "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."
1577
- }
1578
- },
1579
- "Light saturated-palette-changes/color.background.accent.purple.bolder.hovered": {
1580
- "value": "#5E4DB2",
1581
- "attributes": {
1582
- "group": "paint",
1583
- "state": "active",
1584
- "introduced": "1.19.0",
1585
- "description": "Hovered state of color.background.accent.purple.bolder."
1586
- }
1587
- },
1588
- "Light saturated-palette-changes/color.background.accent.purple.bolder.pressed": {
1589
- "value": "#352C63",
1590
- "attributes": {
1591
- "group": "paint",
1592
- "state": "active",
1593
- "introduced": "1.19.0",
1594
- "description": "Pressed state of color.background.accent.purple.bolder."
1595
- }
1596
- },
1597
- "Light saturated-palette-changes/color.background.accent.magenta.subtlest": {
1598
- "value": "#FFECF8",
1599
- "attributes": {
1600
- "group": "paint",
1601
- "state": "active",
1602
- "introduced": "0.7.0",
1603
- "description": "Use for magenta backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
1604
- }
1605
- },
1606
- "Light saturated-palette-changes/color.background.accent.magenta.subtlest.hovered": {
1607
- "value": "#FDD0EC",
1608
- "attributes": {
1609
- "group": "paint",
1610
- "state": "active",
1611
- "introduced": "1.19.0",
1612
- "description": "Hovered state of color.background.accent.magenta.subtlest."
1613
- }
1614
- },
1615
- "Light saturated-palette-changes/color.background.accent.magenta.subtlest.pressed": {
1616
- "value": "#F797D2",
1617
- "attributes": {
1618
- "group": "paint",
1619
- "state": "active",
1620
- "introduced": "1.19.0",
1621
- "description": "Pressed state of color.background.accent.magenta.subtlest."
1622
- }
1623
- },
1624
- "Light saturated-palette-changes/color.background.accent.magenta.subtler": {
1625
- "value": "#FDD0EC",
1626
- "attributes": {
1627
- "group": "paint",
1628
- "state": "active",
1629
- "introduced": "0.7.0",
1630
- "description": "Use for magenta backgrounds when there is no meaning tied to the color, such as colored tags."
1631
- }
1632
- },
1633
- "Light saturated-palette-changes/color.background.accent.magenta.subtler.hovered": {
1634
- "value": "#F797D2",
1635
- "attributes": {
1636
- "group": "paint",
1637
- "state": "active",
1638
- "introduced": "1.19.0",
1639
- "description": "Hovered state of color.background.accent.magenta.subtler."
1640
- }
1641
- },
1642
- "Light saturated-palette-changes/color.background.accent.magenta.subtler.pressed": {
1643
- "value": "#E774BB",
1644
- "attributes": {
1645
- "group": "paint",
1646
- "state": "active",
1647
- "introduced": "1.19.0",
1648
- "description": "Pressed state of color.background.accent.magenta.subtler."
1649
- }
1650
- },
1651
- "Light saturated-palette-changes/color.background.accent.magenta.subtle": {
1652
- "value": "#E774BB",
1653
- "attributes": {
1654
- "group": "paint",
1655
- "state": "active",
1656
- "introduced": "0.7.0",
1657
- "description": "Use for vibrant magenta backgrounds when there is no meaning tied to the color, such as colored tags."
1658
- }
1659
- },
1660
- "Light saturated-palette-changes/color.background.accent.magenta.subtle.hovered": {
1661
- "value": "#F797D2",
1662
- "attributes": {
1663
- "group": "paint",
1664
- "state": "active",
1665
- "introduced": "1.19.0",
1666
- "description": "Hovered state of color.background.accent.magenta.subtle."
1667
- }
1668
- },
1669
- "Light saturated-palette-changes/color.background.accent.magenta.subtle.pressed": {
1670
- "value": "#FDD0EC",
1671
- "attributes": {
1672
- "group": "paint",
1673
- "state": "active",
1674
- "introduced": "1.19.0",
1675
- "description": "Pressed state of color.background.accent.magenta.subtle."
1676
- }
1677
- },
1678
- "Light saturated-palette-changes/color.background.accent.magenta.bolder": {
1679
- "value": "#AE4787",
1680
- "attributes": {
1681
- "group": "paint",
1682
- "state": "active",
1683
- "introduced": "0.7.0",
1684
- "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."
1685
- }
1686
- },
1687
- "Light saturated-palette-changes/color.background.accent.magenta.bolder.hovered": {
1688
- "value": "#943D73",
1689
- "attributes": {
1690
- "group": "paint",
1691
- "state": "active",
1692
- "introduced": "1.19.0",
1693
- "description": "Hovered state of color.background.accent.magenta.bolder."
1694
- }
1695
- },
1696
- "Light saturated-palette-changes/color.background.accent.magenta.bolder.pressed": {
1697
- "value": "#50253F",
1698
- "attributes": {
1699
- "group": "paint",
1700
- "state": "active",
1701
- "introduced": "1.19.0",
1702
- "description": "Pressed state of color.background.accent.magenta.bolder."
1703
- }
1704
- },
1705
- "Light saturated-palette-changes/color.background.accent.gray.subtlest": {
1706
- "value": "#F1F2F4",
1707
- "attributes": {
1708
- "group": "paint",
1709
- "state": "active",
1710
- "introduced": "0.7.0",
1711
- "description": "Use for gray backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
1712
- }
1713
- },
1714
- "Light saturated-palette-changes/color.background.accent.gray.subtlest.hovered": {
1715
- "value": "#DCDFE4",
1716
- "attributes": {
1717
- "group": "paint",
1718
- "state": "active",
1719
- "introduced": "1.19.0",
1720
- "description": "Hovered state of color.background.accent.gray.subtlest."
1721
- }
1722
- },
1723
- "Light saturated-palette-changes/color.background.accent.gray.subtlest.pressed": {
1724
- "value": "#B3B9C4",
1725
- "attributes": {
1726
- "group": "paint",
1727
- "state": "active",
1728
- "introduced": "1.19.0",
1729
- "description": "Pressed state of color.background.accent.gray.subtlest."
1730
- }
1731
- },
1732
- "Light saturated-palette-changes/color.background.accent.gray.subtler": {
1733
- "value": "#DCDFE4",
1734
- "attributes": {
1735
- "group": "paint",
1736
- "state": "active",
1737
- "introduced": "0.7.0",
1738
- "description": "Use for gray backgrounds when there is no meaning tied to the color, such as colored tags."
1739
- }
1740
- },
1741
- "Light saturated-palette-changes/color.background.accent.gray.subtler.hovered": {
1742
- "value": "#B3B9C4",
1743
- "attributes": {
1744
- "group": "paint",
1745
- "state": "active",
1746
- "introduced": "1.19.0",
1747
- "description": "Hovered state of color.background.accent.gray.subtler."
1748
- }
1749
- },
1750
- "Light saturated-palette-changes/color.background.accent.gray.subtler.pressed": {
1751
- "value": "#8590A2",
1752
- "attributes": {
1753
- "group": "paint",
1754
- "state": "active",
1755
- "introduced": "1.19.0",
1756
- "description": "Pressed state of color.background.accent.gray.subtler."
1757
- }
1758
- },
1759
- "Light saturated-palette-changes/color.background.accent.gray.subtle": {
1760
- "value": "#8590A2",
1761
- "attributes": {
1762
- "group": "paint",
1763
- "state": "active",
1764
- "introduced": "0.7.0",
1765
- "description": "Use for vibrant gray backgrounds when there is no meaning tied to the color, such as colored tags."
1766
- }
1767
- },
1768
- "Light saturated-palette-changes/color.background.accent.gray.subtle.hovered": {
1769
- "value": "#B3B9C4",
1770
- "attributes": {
1771
- "group": "paint",
1772
- "state": "active",
1773
- "introduced": "1.19.0",
1774
- "description": "Hovered state of color.background.accent.gray.subtle."
1775
- }
1776
- },
1777
- "Light saturated-palette-changes/color.background.accent.gray.subtle.pressed": {
1778
- "value": "#DCDFE4",
1779
- "attributes": {
1780
- "group": "paint",
1781
- "state": "active",
1782
- "introduced": "1.19.0",
1783
- "description": "Pressed state of color.background.accent.gray.subtle."
1784
- }
1785
- },
1786
- "Light saturated-palette-changes/color.background.accent.gray.bolder": {
1787
- "value": "#626F86",
1788
- "attributes": {
1789
- "group": "paint",
1790
- "state": "active",
1791
- "introduced": "0.7.0",
1792
- "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."
1793
- }
1794
- },
1795
- "Light saturated-palette-changes/color.background.accent.gray.bolder.hovered": {
1796
- "value": "#44546F",
1797
- "attributes": {
1798
- "group": "paint",
1799
- "state": "active",
1800
- "introduced": "1.19.0",
1801
- "description": "Hovered state of color.background.accent.gray.bolder."
1802
- }
1803
- },
1804
- "Light saturated-palette-changes/color.background.accent.gray.bolder.pressed": {
1805
- "value": "#2C3E5D",
1806
- "attributes": {
1807
- "group": "paint",
1808
- "state": "active",
1809
- "introduced": "1.19.0",
1810
- "description": "Pressed state of color.background.accent.gray.subtlest."
1811
- }
1812
- },
1813
- "Light saturated-palette-changes/color.background.disabled": {
1814
- "value": "#091E4208",
1815
- "attributes": {
1816
- "group": "paint",
1817
- "state": "active",
1818
- "introduced": "0.0.15",
1819
- "description": "Use for backgrounds of elements in a disabled state."
1820
- }
1821
- },
1822
- "Light saturated-palette-changes/color.background.input": {
1823
- "value": "#FFFFFF",
1824
- "attributes": {
1825
- "group": "paint",
1826
- "state": "active",
1827
- "introduced": "0.6.0",
1828
- "description": "Use for background of form UI elements, such as text fields, checkboxes, and radio buttons."
1829
- }
1830
- },
1831
- "Light saturated-palette-changes/color.background.input.hovered": {
1832
- "value": "#F7F8F9",
1833
- "attributes": {
1834
- "group": "paint",
1835
- "state": "active",
1836
- "introduced": "0.6.0",
1837
- "description": "Hovered state for color.background.input"
1838
- }
1839
- },
1840
- "Light saturated-palette-changes/color.background.input.pressed": {
1841
- "value": "#FFFFFF",
1842
- "attributes": {
1843
- "group": "paint",
1844
- "state": "active",
1845
- "introduced": "0.6.0",
1846
- "description": "Pressed state for color.background.input"
1847
- }
1848
- },
1849
- "Light saturated-palette-changes/color.background.inverse.subtle": {
1850
- "value": "#00000029",
1851
- "attributes": {
1852
- "group": "paint",
1853
- "state": "active",
1854
- "introduced": "0.8.3",
1855
- "description": "Use for backgrounds of elements on a bold background, such as in the buttons on spotlight cards."
1856
- }
1857
- },
1858
- "Light saturated-palette-changes/color.background.inverse.subtle.hovered": {
1859
- "value": "#0000003D",
1860
- "attributes": {
1861
- "group": "paint",
1862
- "state": "active",
1863
- "introduced": "0.8.3",
1864
- "description": "Use for the hovered state of color.background.inverse.subtle"
1865
- }
1866
- },
1867
- "Light saturated-palette-changes/color.background.inverse.subtle.pressed": {
1868
- "value": "#00000052",
1869
- "attributes": {
1870
- "group": "paint",
1871
- "state": "active",
1872
- "introduced": "0.8.3",
1873
- "description": "Use for the pressed state of color.background.inverse.subtle"
1874
- }
1875
- },
1876
- "Light saturated-palette-changes/color.background.neutral": {
1877
- "value": "#091E420F",
1878
- "attributes": {
1879
- "group": "paint",
1880
- "state": "active",
1881
- "introduced": "0.6.0",
1882
- "description": "The default background for neutral elements, such as default buttons."
1883
- }
1884
- },
1885
- "Light saturated-palette-changes/color.background.neutral.hovered": {
1886
- "value": "#091E4224",
1887
- "attributes": {
1888
- "group": "paint",
1889
- "state": "active",
1890
- "introduced": "0.6.0",
1891
- "description": "Hovered state for color.background.neutral"
1892
- }
1893
- },
1894
- "Light saturated-palette-changes/color.background.neutral.pressed": {
1895
- "value": "#091E424F",
1896
- "attributes": {
1897
- "group": "paint",
1898
- "state": "active",
1899
- "introduced": "0.6.0",
1900
- "description": "Pressed state for color.background.neutral"
1901
- }
1902
- },
1903
- "Light saturated-palette-changes/color.background.neutral.subtle": {
1904
- "value": "#00000000",
1905
- "attributes": {
1906
- "group": "paint",
1907
- "state": "active",
1908
- "introduced": "0.6.0",
1909
- "description": "Use for the background of elements that appear to have no background in a resting state, such as subtle buttons and menu items."
1910
- }
1911
- },
1912
- "Light saturated-palette-changes/color.background.neutral.subtle.hovered": {
1913
- "value": "#091E420F",
1914
- "attributes": {
1915
- "group": "paint",
1916
- "state": "active",
1917
- "introduced": "0.6.0",
1918
- "description": "Hovered state for color.background.neutral.subtle"
1919
- }
1920
- },
1921
- "Light saturated-palette-changes/color.background.neutral.subtle.pressed": {
1922
- "value": "#091E4224",
1923
- "attributes": {
1924
- "group": "paint",
1925
- "state": "active",
1926
- "introduced": "0.6.0",
1927
- "description": "Pressed state for color.background.neutral.subtle"
1928
- }
1929
- },
1930
- "Light saturated-palette-changes/color.background.neutral.bold": {
1931
- "value": "#44546F",
1932
- "attributes": {
1933
- "group": "paint",
1934
- "state": "active",
1935
- "introduced": "0.6.0",
1936
- "description": "A vibrant background option for neutral UI elements, such as announcement banners."
1937
- }
1938
- },
1939
- "Light saturated-palette-changes/color.background.neutral.bold.hovered": {
1940
- "value": "#2C3E5D",
1941
- "attributes": {
1942
- "group": "paint",
1943
- "state": "active",
1944
- "introduced": "0.6.0",
1945
- "description": "Hovered state of color.background.neutral.bold"
1946
- }
1947
- },
1948
- "Light saturated-palette-changes/color.background.neutral.bold.pressed": {
1949
- "value": "#172B4D",
1950
- "attributes": {
1951
- "group": "paint",
1952
- "state": "active",
1953
- "introduced": "0.6.0",
1954
- "description": "Pressed state of color.background.neutral.bold"
1955
- }
1956
- },
1957
- "Light saturated-palette-changes/color.background.selected": {
1958
- "value": "#E9F2FF",
1959
- "attributes": {
1960
- "group": "paint",
1961
- "state": "active",
1962
- "introduced": "0.6.2",
1963
- "description": "Use for the background of elements in a selected state, such as in opened dropdown buttons."
1964
- }
1965
- },
1966
- "Light saturated-palette-changes/color.background.selected.hovered": {
1967
- "value": "#CCE0FF",
1968
- "attributes": {
1969
- "group": "paint",
1970
- "state": "active",
1971
- "introduced": "0.6.2",
1972
- "description": "Hovered state for color.background.selected"
1973
- }
1974
- },
1975
- "Light saturated-palette-changes/color.background.selected.pressed": {
1976
- "value": "#85B8FF",
1977
- "attributes": {
1978
- "group": "paint",
1979
- "state": "active",
1980
- "introduced": "0.6.2",
1981
- "description": "Pressed state for color.background.selected"
1982
- }
1983
- },
1984
- "Light saturated-palette-changes/color.background.selected.bold": {
1985
- "value": "#0C66E4",
1986
- "attributes": {
1987
- "group": "paint",
1988
- "state": "active",
1989
- "introduced": "0.6.2",
1990
- "description": "Use for the backgrounds of elements in a selected state, such as checkboxes and radio buttons."
1991
- }
1992
- },
1993
- "Light saturated-palette-changes/color.background.selected.bold.hovered": {
1994
- "value": "#0055CC",
1995
- "attributes": {
1996
- "group": "paint",
1997
- "state": "active",
1998
- "introduced": "0.6.2",
1999
- "description": "Hovered state of color.background.selected.bold"
2000
- }
2001
- },
2002
- "Light saturated-palette-changes/color.background.selected.bold.pressed": {
2003
- "value": "#09326C",
2004
- "attributes": {
2005
- "group": "paint",
2006
- "state": "active",
2007
- "introduced": "0.6.2",
2008
- "description": "Pressed state of color.background.selected.bold"
2009
- }
2010
- },
2011
- "Light saturated-palette-changes/color.background.brand.subtlest": {
2012
- "value": "#E9F2FF",
2013
- "attributes": {
2014
- "group": "paint",
2015
- "state": "active",
2016
- "introduced": "1.13.0",
2017
- "description": "Use for the background of elements used to reinforce our brand, but with less emphasis."
2018
- }
2019
- },
2020
- "Light saturated-palette-changes/color.background.brand.subtlest.hovered": {
2021
- "value": "#CCE0FF",
2022
- "attributes": {
2023
- "group": "paint",
2024
- "state": "active",
2025
- "introduced": "1.13.0",
2026
- "description": "Hovered state of color.background.brand.subtlest."
2027
- }
2028
- },
2029
- "Light saturated-palette-changes/color.background.brand.subtlest.pressed": {
2030
- "value": "#85B8FF",
2031
- "attributes": {
2032
- "group": "paint",
2033
- "state": "active",
2034
- "introduced": "1.13.0",
2035
- "description": "Pressed state of color.background.brand.subtlest"
2036
- }
2037
- },
2038
- "Light saturated-palette-changes/color.background.brand.bold": {
2039
- "value": "#0C66E4",
2040
- "attributes": {
2041
- "group": "paint",
2042
- "state": "active",
2043
- "introduced": "0.6.0",
2044
- "description": "Use for the background of elements used to reinforce our brand, but with more emphasis."
2045
- }
2046
- },
2047
- "Light saturated-palette-changes/color.background.brand.bold.hovered": {
2048
- "value": "#0055CC",
2049
- "attributes": {
2050
- "group": "paint",
2051
- "state": "active",
2052
- "introduced": "0.6.0",
2053
- "description": "Hovered state of color.background.brand.bold."
2054
- }
2055
- },
2056
- "Light saturated-palette-changes/color.background.brand.bold.pressed": {
2057
- "value": "#09326C",
2058
- "attributes": {
2059
- "group": "paint",
2060
- "state": "active",
2061
- "introduced": "0.6.0",
2062
- "description": "Pressed state of color.background.brand.bold."
2063
- }
2064
- },
2065
- "Light saturated-palette-changes/color.background.brand.boldest": {
2066
- "value": "#1C2B41",
2067
- "attributes": {
2068
- "group": "paint",
2069
- "state": "active",
2070
- "introduced": "1.13.0",
2071
- "description": "Use for the background of elements used to reinforce our brand, that need to stand out a lot."
2072
- }
2073
- },
2074
- "Light saturated-palette-changes/color.background.brand.boldest.hovered": {
2075
- "value": "#09326C",
2076
- "attributes": {
2077
- "group": "paint",
2078
- "state": "active",
2079
- "introduced": "1.13.0",
2080
- "description": "Hovered state of color.background.brand.boldest."
2081
- }
2082
- },
2083
- "Light saturated-palette-changes/color.background.brand.boldest.pressed": {
2084
- "value": "#0055CC",
2085
- "attributes": {
2086
- "group": "paint",
2087
- "state": "active",
2088
- "introduced": "1.13.0",
2089
- "description": "Pressed state of color.background.brand.boldest."
2090
- }
2091
- },
2092
- "Light saturated-palette-changes/color.background.danger": {
2093
- "value": "#FFECEB",
2094
- "attributes": {
2095
- "group": "paint",
2096
- "state": "active",
2097
- "introduced": "0.6.0",
2098
- "description": "Use for backgrounds communicating critical information, such in error section messages."
2099
- }
2100
- },
2101
- "Light saturated-palette-changes/color.background.danger.hovered": {
2102
- "value": "#FFD5D2",
2103
- "attributes": {
2104
- "group": "paint",
2105
- "state": "active",
2106
- "introduced": "0.6.0",
2107
- "description": "Hovered state for color.background.danger"
2108
- }
2109
- },
2110
- "Light saturated-palette-changes/color.background.danger.pressed": {
2111
- "value": "#FD9891",
2112
- "attributes": {
2113
- "group": "paint",
2114
- "state": "active",
2115
- "introduced": "0.6.0",
2116
- "description": "Pressed state for color.background.danger"
2117
- }
2118
- },
2119
- "Light saturated-palette-changes/color.background.danger.bold": {
2120
- "value": "#C9372C",
2121
- "attributes": {
2122
- "group": "paint",
2123
- "state": "active",
2124
- "introduced": "0.6.0",
2125
- "description": "A vibrant background option for communicating critical information, such as in danger buttons and error banners."
2126
- }
2127
- },
2128
- "Light saturated-palette-changes/color.background.danger.bold.hovered": {
2129
- "value": "#AE2E24",
2130
- "attributes": {
2131
- "group": "paint",
2132
- "state": "active",
2133
- "introduced": "0.6.0",
2134
- "description": "Hovered state of color.background.danger.bold"
2135
- }
2136
- },
2137
- "Light saturated-palette-changes/color.background.danger.bold.pressed": {
2138
- "value": "#5D1F1A",
2139
- "attributes": {
2140
- "group": "paint",
2141
- "state": "active",
2142
- "introduced": "0.6.0",
2143
- "description": "Pressed state of color.background.danger.bold"
2144
- }
2145
- },
2146
- "Light saturated-palette-changes/color.background.warning": {
2147
- "value": "#FFF7D6",
2148
- "attributes": {
2149
- "group": "paint",
2150
- "state": "active",
2151
- "introduced": "0.6.0",
2152
- "description": "Use for backgrounds communicating caution, such as in warning section messages."
2153
- }
2154
- },
2155
- "Light saturated-palette-changes/color.background.warning.hovered": {
2156
- "value": "#F8E6A0",
2157
- "attributes": {
2158
- "group": "paint",
2159
- "state": "active",
2160
- "introduced": "0.6.0",
2161
- "description": "Hovered state for color.background.warning"
2162
- }
2163
- },
2164
- "Light saturated-palette-changes/color.background.warning.pressed": {
2165
- "value": "#F5CD47",
2166
- "attributes": {
2167
- "group": "paint",
2168
- "state": "active",
2169
- "introduced": "0.6.0",
2170
- "description": "Pressed state for color.background.warning"
2171
- }
2172
- },
2173
- "Light saturated-palette-changes/color.background.warning.bold": {
2174
- "value": "#F5CD47",
2175
- "attributes": {
2176
- "group": "paint",
2177
- "state": "active",
2178
- "introduced": "0.6.0",
2179
- "description": "A vibrant background option for communicating caution, such as in warning buttons and warning banners."
2180
- }
2181
- },
2182
- "Light saturated-palette-changes/color.background.warning.bold.hovered": {
2183
- "value": "#E2B203",
2184
- "attributes": {
2185
- "group": "paint",
2186
- "state": "active",
2187
- "introduced": "0.6.0",
2188
- "description": "Hovered state of color.background.warning.bold"
2189
- }
2190
- },
2191
- "Light saturated-palette-changes/color.background.warning.bold.pressed": {
2192
- "value": "#CF9F02",
2193
- "attributes": {
2194
- "group": "paint",
2195
- "state": "active",
2196
- "introduced": "0.6.0",
2197
- "description": "Pressed state of color.background.warning.bold"
2198
- }
2199
- },
2200
- "Light saturated-palette-changes/color.background.success": {
2201
- "value": "#DCFFF1",
2202
- "attributes": {
2203
- "group": "paint",
2204
- "state": "active",
2205
- "introduced": "0.6.0",
2206
- "description": "Use for backgrounds communicating a favorable outcome, such as in success section messages."
2207
- }
2208
- },
2209
- "Light saturated-palette-changes/color.background.success.hovered": {
2210
- "value": "#BAF3DB",
2211
- "attributes": {
2212
- "group": "paint",
2213
- "state": "active",
2214
- "introduced": "0.6.0",
2215
- "description": "Hovered state for color.background.success"
2216
- }
2217
- },
2218
- "Light saturated-palette-changes/color.background.success.pressed": {
2219
- "value": "#7EE2B8",
2220
- "attributes": {
2221
- "group": "paint",
2222
- "state": "active",
2223
- "introduced": "0.6.0",
2224
- "description": "Pressed state for color.background.success"
2225
- }
2226
- },
2227
- "Light saturated-palette-changes/color.background.success.bold": {
2228
- "value": "#1F845A",
2229
- "attributes": {
2230
- "group": "paint",
2231
- "state": "active",
2232
- "introduced": "0.6.0",
2233
- "description": "A vibrant background option for communicating a favorable outcome, such as in checked toggles."
2234
- }
2235
- },
2236
- "Light saturated-palette-changes/color.background.success.bold.hovered": {
2237
- "value": "#216E4E",
2238
- "attributes": {
2239
- "group": "paint",
2240
- "state": "active",
2241
- "introduced": "0.6.0",
2242
- "description": "Hovered state of color.background.success.bold"
2243
- }
2244
- },
2245
- "Light saturated-palette-changes/color.background.success.bold.pressed": {
2246
- "value": "#164B35",
2247
- "attributes": {
2248
- "group": "paint",
2249
- "state": "active",
2250
- "introduced": "0.6.0",
2251
- "description": "Pressed state of color.background.success.bold"
2252
- }
2253
- },
2254
- "Light saturated-palette-changes/color.background.discovery": {
2255
- "value": "#F3F0FF",
2256
- "attributes": {
2257
- "group": "paint",
2258
- "state": "active",
2259
- "introduced": "0.6.0",
2260
- "description": "Use for backgrounds communicating change or something new, such as in discovery section messages."
2261
- }
2262
- },
2263
- "Light saturated-palette-changes/color.background.discovery.hovered": {
2264
- "value": "#DFD8FD",
2265
- "attributes": {
2266
- "group": "paint",
2267
- "state": "active",
2268
- "introduced": "0.6.0",
2269
- "description": "Hover state for color.background.discovery"
2270
- }
2271
- },
2272
- "Light saturated-palette-changes/color.background.discovery.pressed": {
2273
- "value": "#B8ACF6",
2274
- "attributes": {
2275
- "group": "paint",
2276
- "state": "active",
2277
- "introduced": "0.6.0",
2278
- "description": "Pressed state for color.background.discovery"
2279
- }
2280
- },
2281
- "Light saturated-palette-changes/color.background.discovery.bold": {
2282
- "value": "#6E5DC6",
2283
- "attributes": {
2284
- "group": "paint",
2285
- "state": "active",
2286
- "introduced": "0.6.0",
2287
- "description": "A vibrant background option communicating change or something new, such as in onboarding spotlights."
2288
- }
2289
- },
2290
- "Light saturated-palette-changes/color.background.discovery.bold.hovered": {
2291
- "value": "#5E4DB2",
2292
- "attributes": {
2293
- "group": "paint",
2294
- "state": "active",
2295
- "introduced": "0.6.0",
2296
- "description": "Hovered state of color.background.discovery.bold"
2297
- }
2298
- },
2299
- "Light saturated-palette-changes/color.background.discovery.bold.pressed": {
2300
- "value": "#352C63",
2301
- "attributes": {
2302
- "group": "paint",
2303
- "state": "active",
2304
- "introduced": "0.6.0",
2305
- "description": "Pressed state of color.background.discovery.bold"
2306
- }
2307
- },
2308
- "Light saturated-palette-changes/color.background.information": {
2309
- "value": "#E9F2FF",
2310
- "attributes": {
2311
- "group": "paint",
2312
- "state": "active",
2313
- "introduced": "0.6.0",
2314
- "description": "Use for backgrounds communicating information or something in-progress, such as in information section messages."
2315
- }
2316
- },
2317
- "Light saturated-palette-changes/color.background.information.hovered": {
2318
- "value": "#CCE0FF",
2319
- "attributes": {
2320
- "group": "paint",
2321
- "state": "active",
2322
- "introduced": "0.6.0",
2323
- "description": "Hovered state of color.background.information"
2324
- }
2325
- },
2326
- "Light saturated-palette-changes/color.background.information.pressed": {
2327
- "value": "#85B8FF",
2328
- "attributes": {
2329
- "group": "paint",
2330
- "state": "active",
2331
- "introduced": "0.6.0",
2332
- "description": "Pressed state of color.background.information"
2333
- }
2334
- },
2335
- "Light saturated-palette-changes/color.background.information.bold": {
2336
- "value": "#0C66E4",
2337
- "attributes": {
2338
- "group": "paint",
2339
- "state": "active",
2340
- "introduced": "0.6.0",
2341
- "description": "A vibrant background option for communicating information or something in-progress."
2342
- }
2343
- },
2344
- "Light saturated-palette-changes/color.background.information.bold.hovered": {
2345
- "value": "#0055CC",
2346
- "attributes": {
2347
- "group": "paint",
2348
- "state": "active",
2349
- "introduced": "0.6.0",
2350
- "description": "Hovered state of color.background.information.bold"
2351
- }
2352
- },
2353
- "Light saturated-palette-changes/color.background.information.bold.pressed": {
2354
- "value": "#09326C",
2355
- "attributes": {
2356
- "group": "paint",
2357
- "state": "active",
2358
- "introduced": "0.6.0",
2359
- "description": "Pressed state of color.background.information.bold"
2360
- }
2361
- },
2362
- "Light saturated-palette-changes/color.blanket": {
2363
- "value": "#091E427D",
2364
- "attributes": {
2365
- "group": "paint",
2366
- "state": "active",
2367
- "introduced": "0.0.15",
2368
- "description": "Use for the screen overlay that appears with modal dialogs"
2369
- }
2370
- },
2371
- "Light saturated-palette-changes/color.blanket.selected": {
2372
- "value": "#388BFF14",
2373
- "attributes": {
2374
- "group": "paint",
2375
- "state": "active",
2376
- "introduced": "0.6.0",
2377
- "description": "Use as an overlay to communicate selected states when a simple background color change isn't possible, such as in Editor block elements"
2378
- }
2379
- },
2380
- "Light saturated-palette-changes/color.blanket.danger": {
2381
- "value": "#EF5C4814",
2382
- "attributes": {
2383
- "group": "paint",
2384
- "state": "active",
2385
- "introduced": "0.6.0",
2386
- "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"
2387
- }
2388
- },
2389
- "Light saturated-palette-changes/color.interaction.hovered": {
2390
- "value": "#00000029",
2391
- "attributes": {
2392
- "group": "paint",
2393
- "state": "active",
2394
- "introduced": "0.6.0",
2395
- "description": "Use as a background overlay for elements in a hovered state when their background color cannot change, such as avatars."
2396
- }
2397
- },
2398
- "Light saturated-palette-changes/color.interaction.pressed": {
2399
- "value": "#00000052",
2400
- "attributes": {
2401
- "group": "paint",
2402
- "state": "active",
2403
- "introduced": "0.6.0",
2404
- "description": "Use as a background overlay for elements in a pressed state when their background color cannot change, such as avatars."
2405
- }
2406
- },
2407
- "Light saturated-palette-changes/color.skeleton": {
2408
- "value": "#091E420F",
2409
- "attributes": {
2410
- "group": "paint",
2411
- "state": "active",
2412
- "introduced": "0.8.0",
2413
- "description": "Use for skeleton loading states"
2414
- }
2415
- },
2416
- "Light saturated-palette-changes/color.skeleton.subtle": {
2417
- "value": "#091E4208",
2418
- "attributes": {
2419
- "group": "paint",
2420
- "state": "active",
2421
- "introduced": "0.8.0",
2422
- "description": "Use for the pulse or shimmer effect in skeleton loading states"
2423
- }
2424
- },
2425
- "Light saturated-palette-changes/color.chart.categorical.1": {
2426
- "value": "#2898BD",
2427
- "attributes": {
2428
- "group": "paint",
2429
- "state": "active",
2430
- "introduced": "0.13.3",
2431
- "description": "For data visualisation only. Follow numbered sequence."
2432
- }
2433
- },
2434
- "Light saturated-palette-changes/color.chart.categorical.1.hovered": {
2435
- "value": "#227D9B",
2436
- "attributes": {
2437
- "group": "paint",
2438
- "state": "active",
2439
- "introduced": "0.13.3",
2440
- "description": "Hovered state of color.chart.categorical.1."
2441
- }
2442
- },
2443
- "Light saturated-palette-changes/color.chart.categorical.2": {
2444
- "value": "#5E4DB2",
2445
- "attributes": {
2446
- "group": "paint",
2447
- "state": "active",
2448
- "introduced": "0.13.3",
2449
- "description": "For data visualisation only. Follow numbered sequence."
2450
- }
2451
- },
2452
- "Light saturated-palette-changes/color.chart.categorical.2.hovered": {
2453
- "value": "#352C63",
2454
- "attributes": {
2455
- "group": "paint",
2456
- "state": "active",
2457
- "introduced": "0.13.3",
2458
- "description": "Hovered state of color.chart.categorical.2."
2459
- }
2460
- },
2461
- "Light saturated-palette-changes/color.chart.categorical.3": {
2462
- "value": "#E56910",
2463
- "attributes": {
2464
- "group": "paint",
2465
- "state": "active",
2466
- "introduced": "0.13.3",
2467
- "description": "For data visualisation only. Follow numbered sequence."
2468
- }
2469
- },
2470
- "Light saturated-palette-changes/color.chart.categorical.3.hovered": {
2471
- "value": "#C25100",
2472
- "attributes": {
2473
- "group": "paint",
2474
- "state": "active",
2475
- "introduced": "0.13.3",
2476
- "description": "Hovered state of color.chart.categorical.3."
2477
- }
2478
- },
2479
- "Light saturated-palette-changes/color.chart.categorical.4": {
2480
- "value": "#943D73",
2481
- "attributes": {
2482
- "group": "paint",
2483
- "state": "active",
2484
- "introduced": "0.13.3",
2485
- "description": "For data visualisation only. Follow numbered sequence."
2486
- }
2487
- },
2488
- "Light saturated-palette-changes/color.chart.categorical.4.hovered": {
2489
- "value": "#50253F",
2490
- "attributes": {
2491
- "group": "paint",
2492
- "state": "active",
2493
- "introduced": "0.13.3",
2494
- "description": "Hovered state of color.chart.categorical.4."
2495
- }
2496
- },
2497
- "Light saturated-palette-changes/color.chart.categorical.5": {
2498
- "value": "#09326C",
2499
- "attributes": {
2500
- "group": "paint",
2501
- "state": "active",
2502
- "introduced": "0.13.3",
2503
- "description": "For data visualisation only. Follow numbered sequence."
2504
- }
2505
- },
2506
- "Light saturated-palette-changes/color.chart.categorical.5.hovered": {
2507
- "value": "#1C2B41",
2508
- "attributes": {
2509
- "group": "paint",
2510
- "state": "active",
2511
- "introduced": "0.13.3",
2512
- "description": "Hovered state of color.chart.categorical.5."
2513
- }
2514
- },
2515
- "Light saturated-palette-changes/color.chart.categorical.6": {
2516
- "value": "#8F7EE7",
2517
- "attributes": {
2518
- "group": "paint",
2519
- "state": "active",
2520
- "introduced": "0.13.3",
2521
- "description": "For data visualisation only. Follow numbered sequence."
2522
- }
2523
- },
2524
- "Light saturated-palette-changes/color.chart.categorical.6.hovered": {
2525
- "value": "#8270DB",
2526
- "attributes": {
2527
- "group": "paint",
2528
- "state": "active",
2529
- "introduced": "0.13.3",
2530
- "description": "Hovered state of color.chart.categorical.6."
2531
- }
2532
- },
2533
- "Light saturated-palette-changes/color.chart.categorical.7": {
2534
- "value": "#50253F",
2535
- "attributes": {
2536
- "group": "paint",
2537
- "state": "active",
2538
- "introduced": "0.13.3",
2539
- "description": "For data visualisation only. Follow numbered sequence."
2540
- }
2541
- },
2542
- "Light saturated-palette-changes/color.chart.categorical.7.hovered": {
2543
- "value": "#3D2232",
2544
- "attributes": {
2545
- "group": "paint",
2546
- "state": "active",
2547
- "introduced": "0.13.3",
2548
- "description": "Hovered state of color.chart.categorical.7."
2549
- }
2550
- },
2551
- "Light saturated-palette-changes/color.chart.categorical.8": {
2552
- "value": "#A54800",
2553
- "attributes": {
2554
- "group": "paint",
2555
- "state": "active",
2556
- "introduced": "0.13.3",
2557
- "description": "For data visualisation only. Follow numbered sequence."
2558
- }
2559
- },
2560
- "Light saturated-palette-changes/color.chart.categorical.8.hovered": {
2561
- "value": "#702E00",
2562
- "attributes": {
2563
- "group": "paint",
2564
- "state": "active",
2565
- "introduced": "0.13.3",
2566
- "description": "Hovered state of color.chart.categorical.8."
2567
- }
2568
- },
2569
- "Light saturated-palette-changes/color.chart.lime.bold": {
2570
- "value": "#6A9A23",
2571
- "attributes": {
2572
- "group": "paint",
2573
- "state": "active",
2574
- "introduced": "1.8.0",
2575
- "description": "For data visualisation only."
2576
- }
2577
- },
2578
- "Light saturated-palette-changes/color.chart.lime.bold.hovered": {
2579
- "value": "#5B7F24",
2580
- "attributes": {
2581
- "group": "paint",
2582
- "state": "active",
2583
- "introduced": "1.8.0",
2584
- "description": "Hovered state of color.chart.lime.bold."
2585
- }
2586
- },
2587
- "Light saturated-palette-changes/color.chart.lime.bolder": {
2588
- "value": "#5B7F24",
2589
- "attributes": {
2590
- "group": "paint",
2591
- "state": "active",
2592
- "introduced": "1.8.0",
2593
- "description": "For data visualisation only."
2594
- }
2595
- },
2596
- "Light saturated-palette-changes/color.chart.lime.bolder.hovered": {
2597
- "value": "#4C6B1F",
2598
- "attributes": {
2599
- "group": "paint",
2600
- "state": "active",
2601
- "introduced": "1.8.0",
2602
- "description": "Hovered state of color.chart.lime.bolder."
2603
- }
2604
- },
2605
- "Light saturated-palette-changes/color.chart.lime.boldest": {
2606
- "value": "#4C6B1F",
2607
- "attributes": {
2608
- "group": "paint",
2609
- "state": "active",
2610
- "introduced": "1.8.0",
2611
- "description": "For data visualisation only."
2612
- }
2613
- },
2614
- "Light saturated-palette-changes/color.chart.lime.boldest.hovered": {
2615
- "value": "#37471F",
2616
- "attributes": {
2617
- "group": "paint",
2618
- "state": "active",
2619
- "introduced": "1.8.0",
2620
- "description": "Hovered state of color.chart.lime.boldest."
2621
- }
2622
- },
2623
- "Light saturated-palette-changes/color.chart.neutral": {
2624
- "value": "#8590A2",
2625
- "attributes": {
2626
- "group": "paint",
2627
- "state": "active",
2628
- "introduced": "0.13.3",
2629
- "description": "A secondary color for data visualisation or to communicate 'to-do' statues."
2630
- }
2631
- },
2632
- "Light saturated-palette-changes/color.chart.neutral.hovered": {
2633
- "value": "#758195",
2634
- "attributes": {
2635
- "group": "paint",
2636
- "state": "active",
2637
- "introduced": "0.13.3",
2638
- "description": "Hovered state of color.chart.neutral."
2639
- }
2640
- },
2641
- "Light saturated-palette-changes/color.chart.red.bold": {
2642
- "value": "#F15B50",
2643
- "attributes": {
2644
- "group": "paint",
2645
- "state": "active",
2646
- "introduced": "0.13.3",
2647
- "description": "For data visualisation only."
2648
- }
2649
- },
2650
- "Light saturated-palette-changes/color.chart.red.bold.hovered": {
2651
- "value": "#E2483D",
2652
- "attributes": {
2653
- "group": "paint",
2654
- "state": "active",
2655
- "introduced": "0.13.3",
2656
- "description": "Hovered state of color.chart.red.bold."
2657
- }
2658
- },
2659
- "Light saturated-palette-changes/color.chart.red.bolder": {
2660
- "value": "#E2483D",
2661
- "attributes": {
2662
- "group": "paint",
2663
- "state": "active",
2664
- "introduced": "0.13.3",
2665
- "description": "For data visualisation only."
2666
- }
2667
- },
2668
- "Light saturated-palette-changes/color.chart.red.bolder.hovered": {
2669
- "value": "#C9372C",
2670
- "attributes": {
2671
- "group": "paint",
2672
- "state": "active",
2673
- "introduced": "0.13.3",
2674
- "description": "Hovered state of color.chart.red.bolder."
2675
- }
2676
- },
2677
- "Light saturated-palette-changes/color.chart.red.boldest": {
2678
- "value": "#AE2E24",
2679
- "attributes": {
2680
- "group": "paint",
2681
- "state": "active",
2682
- "introduced": "0.13.3",
2683
- "description": "For data visualisation only."
2684
- }
2685
- },
2686
- "Light saturated-palette-changes/color.chart.red.boldest.hovered": {
2687
- "value": "#5D1F1A",
2688
- "attributes": {
2689
- "group": "paint",
2690
- "state": "active",
2691
- "introduced": "0.13.3",
2692
- "description": "Hovered state of color.chart.red.boldest."
2693
- }
2694
- },
2695
- "Light saturated-palette-changes/color.chart.orange.bold": {
2696
- "value": "#E56910",
2697
- "attributes": {
2698
- "group": "paint",
2699
- "state": "active",
2700
- "introduced": "0.13.3",
2701
- "description": "For data visualisation only."
2702
- }
2703
- },
2704
- "Light saturated-palette-changes/color.chart.orange.bold.hovered": {
2705
- "value": "#C25100",
2706
- "attributes": {
2707
- "group": "paint",
2708
- "state": "active",
2709
- "introduced": "0.13.3",
2710
- "description": "Hovered state of color.chart.orange.bold."
2711
- }
2712
- },
2713
- "Light saturated-palette-changes/color.chart.orange.bolder": {
2714
- "value": "#C25100",
2715
- "attributes": {
2716
- "group": "paint",
2717
- "state": "active",
2718
- "introduced": "0.13.3",
2719
- "description": "For data visualisation only."
2720
- }
2721
- },
2722
- "Light saturated-palette-changes/color.chart.orange.bolder.hovered": {
2723
- "value": "#A54800",
2724
- "attributes": {
2725
- "group": "paint",
2726
- "state": "active",
2727
- "introduced": "0.13.3",
2728
- "description": "Hovered state of color.chart.orange.bolder."
2729
- }
2730
- },
2731
- "Light saturated-palette-changes/color.chart.orange.boldest": {
2732
- "value": "#A54800",
2733
- "attributes": {
2734
- "group": "paint",
2735
- "state": "active",
2736
- "introduced": "0.13.3",
2737
- "description": "For data visualisation only."
2738
- }
2739
- },
2740
- "Light saturated-palette-changes/color.chart.orange.boldest.hovered": {
2741
- "value": "#702E00",
2742
- "attributes": {
2743
- "group": "paint",
2744
- "state": "active",
2745
- "introduced": "0.13.3",
2746
- "description": "Hovered state of color.chart.orange.boldest."
2747
- }
2748
- },
2749
- "Light saturated-palette-changes/color.chart.yellow.bold": {
2750
- "value": "#B38600",
2751
- "attributes": {
2752
- "group": "paint",
2753
- "state": "active",
2754
- "introduced": "0.13.3",
2755
- "description": "For data visualisation only."
2756
- }
2757
- },
2758
- "Light saturated-palette-changes/color.chart.yellow.bold.hovered": {
2759
- "value": "#946F00",
2760
- "attributes": {
2761
- "group": "paint",
2762
- "state": "active",
2763
- "introduced": "0.13.3",
2764
- "description": "Hovered state of color.chart.yellow.bold."
2765
- }
2766
- },
2767
- "Light saturated-palette-changes/color.chart.yellow.bolder": {
2768
- "value": "#946F00",
2769
- "attributes": {
2770
- "group": "paint",
2771
- "state": "active",
2772
- "introduced": "0.13.3",
2773
- "description": "For data visualisation only."
2774
- }
2775
- },
2776
- "Light saturated-palette-changes/color.chart.yellow.bolder.hovered": {
2777
- "value": "#7F5F01",
2778
- "attributes": {
2779
- "group": "paint",
2780
- "state": "active",
2781
- "introduced": "0.13.3",
2782
- "description": "Hovered state of color.chart.yellow.bolder."
2783
- }
2784
- },
2785
- "Light saturated-palette-changes/color.chart.yellow.boldest": {
2786
- "value": "#7F5F01",
2787
- "attributes": {
2788
- "group": "paint",
2789
- "state": "active",
2790
- "introduced": "0.13.3",
2791
- "description": "For data visualisation only."
2792
- }
2793
- },
2794
- "Light saturated-palette-changes/color.chart.yellow.boldest.hovered": {
2795
- "value": "#533F04",
2796
- "attributes": {
2797
- "group": "paint",
2798
- "state": "active",
2799
- "introduced": "0.13.3",
2800
- "description": "Hovered state of color.chart.yellow.boldest."
2801
- }
2802
- },
2803
- "Light saturated-palette-changes/color.chart.green.bold": {
2804
- "value": "#22A06B",
2805
- "attributes": {
2806
- "group": "paint",
2807
- "state": "active",
2808
- "introduced": "0.13.3",
2809
- "description": "For data visualisation only."
2810
- }
2811
- },
2812
- "Light saturated-palette-changes/color.chart.green.bold.hovered": {
2813
- "value": "#1F845A",
2814
- "attributes": {
2815
- "group": "paint",
2816
- "state": "active",
2817
- "introduced": "0.13.3",
2818
- "description": "Hovered state of color.chart.green.bold."
2819
- }
2820
- },
2821
- "Light saturated-palette-changes/color.chart.green.bolder": {
2822
- "value": "#1F845A",
2823
- "attributes": {
2824
- "group": "paint",
2825
- "state": "active",
2826
- "introduced": "0.13.3",
2827
- "description": "For data visualisation only."
2828
- }
2829
- },
2830
- "Light saturated-palette-changes/color.chart.green.bolder.hovered": {
2831
- "value": "#216E4E",
2832
- "attributes": {
2833
- "group": "paint",
2834
- "state": "active",
2835
- "introduced": "0.13.3",
2836
- "description": "Hovered state of color.chart.green.bolder."
2837
- }
2838
- },
2839
- "Light saturated-palette-changes/color.chart.green.boldest": {
2840
- "value": "#216E4E",
2841
- "attributes": {
2842
- "group": "paint",
2843
- "state": "active",
2844
- "introduced": "0.13.3",
2845
- "description": "For data visualisation only."
2846
- }
2847
- },
2848
- "Light saturated-palette-changes/color.chart.green.boldest.hovered": {
2849
- "value": "#164B35",
2850
- "attributes": {
2851
- "group": "paint",
2852
- "state": "active",
2853
- "introduced": "0.13.3",
2854
- "description": "Hovered state of color.chart.green.boldest."
2855
- }
2856
- },
2857
- "Light saturated-palette-changes/color.chart.teal.bold": {
2858
- "value": "#2898BD",
2859
- "attributes": {
2860
- "group": "paint",
2861
- "state": "active",
2862
- "introduced": "0.13.3",
2863
- "description": "For data visualisation only."
2864
- }
2865
- },
2866
- "Light saturated-palette-changes/color.chart.teal.bold.hovered": {
2867
- "value": "#227D9B",
2868
- "attributes": {
2869
- "group": "paint",
2870
- "state": "active",
2871
- "introduced": "0.13.3",
2872
- "description": "Hovered state of color.chart.teal.bold."
2873
- }
2874
- },
2875
- "Light saturated-palette-changes/color.chart.teal.bolder": {
2876
- "value": "#227D9B",
2877
- "attributes": {
2878
- "group": "paint",
2879
- "state": "active",
2880
- "introduced": "0.13.3",
2881
- "description": "For data visualisation only."
2882
- }
2883
- },
2884
- "Light saturated-palette-changes/color.chart.teal.bolder.hovered": {
2885
- "value": "#206A83",
2886
- "attributes": {
2887
- "group": "paint",
2888
- "state": "active",
2889
- "introduced": "0.13.3",
2890
- "description": "Hovered state of color.chart.teal.bolder."
2891
- }
2892
- },
2893
- "Light saturated-palette-changes/color.chart.teal.boldest": {
2894
- "value": "#206A83",
2895
- "attributes": {
2896
- "group": "paint",
2897
- "state": "active",
2898
- "introduced": "0.13.3",
2899
- "description": "For data visualisation only."
2900
- }
2901
- },
2902
- "Light saturated-palette-changes/color.chart.teal.boldest.hovered": {
2903
- "value": "#164555",
2904
- "attributes": {
2905
- "group": "paint",
2906
- "state": "active",
2907
- "introduced": "0.13.3",
2908
- "description": "Hovered state of color.chart.teal.boldest."
2909
- }
2910
- },
2911
- "Light saturated-palette-changes/color.chart.blue.bold": {
2912
- "value": "#388BFF",
2913
- "attributes": {
2914
- "group": "paint",
2915
- "state": "active",
2916
- "introduced": "0.13.3",
2917
- "description": "For data visualisation only."
2918
- }
2919
- },
2920
- "Light saturated-palette-changes/color.chart.blue.bold.hovered": {
2921
- "value": "#1D7AFC",
2922
- "attributes": {
2923
- "group": "paint",
2924
- "state": "active",
2925
- "introduced": "0.13.3",
2926
- "description": "Hovered state of color.chart.blue.bold."
2927
- }
2928
- },
2929
- "Light saturated-palette-changes/color.chart.blue.bolder": {
2930
- "value": "#1D7AFC",
2931
- "attributes": {
2932
- "group": "paint",
2933
- "state": "active",
2934
- "introduced": "0.13.3",
2935
- "description": "For data visualisation only."
2936
- }
2937
- },
2938
- "Light saturated-palette-changes/color.chart.blue.bolder.hovered": {
2939
- "value": "#0C66E4",
2940
- "attributes": {
2941
- "group": "paint",
2942
- "state": "active",
2943
- "introduced": "0.13.3",
2944
- "description": "Hovered state of color.chart.blue.bolder."
2945
- }
2946
- },
2947
- "Light saturated-palette-changes/color.chart.blue.boldest": {
2948
- "value": "#0055CC",
2949
- "attributes": {
2950
- "group": "paint",
2951
- "state": "active",
2952
- "introduced": "0.13.3",
2953
- "description": "For data visualisation only."
2954
- }
2955
- },
2956
- "Light saturated-palette-changes/color.chart.blue.boldest.hovered": {
2957
- "value": "#09326C",
2958
- "attributes": {
2959
- "group": "paint",
2960
- "state": "active",
2961
- "introduced": "0.13.3",
2962
- "description": "Hovered state of color.chart.blue.boldest."
2963
- }
2964
- },
2965
- "Light saturated-palette-changes/color.chart.purple.bold": {
2966
- "value": "#8F7EE7",
2967
- "attributes": {
2968
- "group": "paint",
2969
- "state": "active",
2970
- "introduced": "0.13.3",
2971
- "description": "For data visualisation only."
2972
- }
2973
- },
2974
- "Light saturated-palette-changes/color.chart.purple.bold.hovered": {
2975
- "value": "#8270DB",
2976
- "attributes": {
2977
- "group": "paint",
2978
- "state": "active",
2979
- "introduced": "0.13.3",
2980
- "description": "Hovered state of color.chart.purple.bold."
2981
- }
2982
- },
2983
- "Light saturated-palette-changes/color.chart.purple.bolder": {
2984
- "value": "#8270DB",
2985
- "attributes": {
2986
- "group": "paint",
2987
- "state": "active",
2988
- "introduced": "0.13.3",
2989
- "description": "For data visualisation only."
2990
- }
2991
- },
2992
- "Light saturated-palette-changes/color.chart.purple.bolder.hovered": {
2993
- "value": "#6E5DC6",
2994
- "attributes": {
2995
- "group": "paint",
2996
- "state": "active",
2997
- "introduced": "0.13.3",
2998
- "description": "Hovered state of color.chart.purple.bolder."
2999
- }
3000
- },
3001
- "Light saturated-palette-changes/color.chart.purple.boldest": {
3002
- "value": "#5E4DB2",
3003
- "attributes": {
3004
- "group": "paint",
3005
- "state": "active",
3006
- "introduced": "0.13.3",
3007
- "description": "For data visualisation only."
3008
- }
3009
- },
3010
- "Light saturated-palette-changes/color.chart.purple.boldest.hovered": {
3011
- "value": "#352C63",
3012
- "attributes": {
3013
- "group": "paint",
3014
- "state": "active",
3015
- "introduced": "0.13.3",
3016
- "description": "Hovered state of color.chart.purple.boldest."
3017
- }
3018
- },
3019
- "Light saturated-palette-changes/color.chart.magenta.bold": {
3020
- "value": "#DA62AC",
3021
- "attributes": {
3022
- "group": "paint",
3023
- "state": "active",
3024
- "introduced": "0.13.3",
3025
- "description": "For data visualisation only."
3026
- }
3027
- },
3028
- "Light saturated-palette-changes/color.chart.magenta.bold.hovered": {
3029
- "value": "#CD519D",
3030
- "attributes": {
3031
- "group": "paint",
3032
- "state": "active",
3033
- "introduced": "0.13.3",
3034
- "description": "Hovered state of color.chart.magenta.bold."
3035
- }
3036
- },
3037
- "Light saturated-palette-changes/color.chart.magenta.bolder": {
3038
- "value": "#CD519D",
3039
- "attributes": {
3040
- "group": "paint",
3041
- "state": "active",
3042
- "introduced": "0.13.3",
3043
- "description": "For data visualisation only."
3044
- }
3045
- },
3046
- "Light saturated-palette-changes/color.chart.magenta.bolder.hovered": {
3047
- "value": "#AE4787",
3048
- "attributes": {
3049
- "group": "paint",
3050
- "state": "active",
3051
- "introduced": "0.13.3",
3052
- "description": "Hovered state of color.chart.magenta.bolder."
3053
- }
3054
- },
3055
- "Light saturated-palette-changes/color.chart.magenta.boldest": {
3056
- "value": "#943D73",
3057
- "attributes": {
3058
- "group": "paint",
3059
- "state": "active",
3060
- "introduced": "0.13.3",
3061
- "description": "For data visualisation only."
3062
- }
3063
- },
3064
- "Light saturated-palette-changes/color.chart.magenta.boldest.hovered": {
3065
- "value": "#50253F",
3066
- "attributes": {
3067
- "group": "paint",
3068
- "state": "active",
3069
- "introduced": "0.13.3",
3070
- "description": "Hovered state of color.chart.magenta.boldest."
3071
- }
3072
- },
3073
- "Light saturated-palette-changes/color.chart.gray.bold": {
3074
- "value": "#8590A2",
3075
- "attributes": {
3076
- "group": "paint",
3077
- "state": "active",
3078
- "introduced": "0.13.3",
3079
- "description": "For data visualisation only."
3080
- }
3081
- },
3082
- "Light saturated-palette-changes/color.chart.gray.bold.hovered": {
3083
- "value": "#758195",
3084
- "attributes": {
3085
- "group": "paint",
3086
- "state": "active",
3087
- "introduced": "0.13.3",
3088
- "description": "Hovered state of color.chart.gray.bold."
3089
- }
3090
- },
3091
- "Light saturated-palette-changes/color.chart.gray.bolder": {
3092
- "value": "#758195",
3093
- "attributes": {
3094
- "group": "paint",
3095
- "state": "active",
3096
- "introduced": "0.13.3",
3097
- "description": "For data visualisation only."
3098
- }
3099
- },
3100
- "Light saturated-palette-changes/color.chart.gray.bolder.hovered": {
3101
- "value": "#626F86",
3102
- "attributes": {
3103
- "group": "paint",
3104
- "state": "active",
3105
- "introduced": "0.13.3",
3106
- "description": "Hovered state of color.chart.gray.bolder."
3107
- }
3108
- },
3109
- "Light saturated-palette-changes/color.chart.gray.boldest": {
3110
- "value": "#44546F",
3111
- "attributes": {
3112
- "group": "paint",
3113
- "state": "active",
3114
- "introduced": "0.13.3",
3115
- "description": "For data visualisation only."
3116
- }
3117
- },
3118
- "Light saturated-palette-changes/color.chart.gray.boldest.hovered": {
3119
- "value": "#2C3E5D",
3120
- "attributes": {
3121
- "group": "paint",
3122
- "state": "active",
3123
- "introduced": "0.13.3",
3124
- "description": "Hovered state of color.chart.gray.boldest."
3125
- }
3126
- },
3127
- "Light saturated-palette-changes/color.chart.brand": {
3128
- "value": "#1D7AFC",
3129
- "attributes": {
3130
- "group": "paint",
3131
- "state": "active",
3132
- "introduced": "0.13.3",
3133
- "description": "Our primary color for data visualisation. Use when only one color is required."
3134
- }
3135
- },
3136
- "Light saturated-palette-changes/color.chart.brand.hovered": {
3137
- "value": "#0C66E4",
3138
- "attributes": {
3139
- "group": "paint",
3140
- "state": "active",
3141
- "introduced": "0.13.3",
3142
- "description": "Hovered state of color.chart.brand."
3143
- }
3144
- },
3145
- "Light saturated-palette-changes/color.chart.danger": {
3146
- "value": "#F15B50",
3147
- "attributes": {
3148
- "group": "paint",
3149
- "state": "active",
3150
- "introduced": "0.13.3",
3151
- "description": "For data visualisation communicating negative information, such as 'off track'."
3152
- }
3153
- },
3154
- "Light saturated-palette-changes/color.chart.danger.hovered": {
3155
- "value": "#E2483D",
3156
- "attributes": {
3157
- "group": "paint",
3158
- "state": "active",
3159
- "introduced": "0.13.3",
3160
- "description": "Hovered state of color.chart.danger."
3161
- }
3162
- },
3163
- "Light saturated-palette-changes/color.chart.danger.bold": {
3164
- "value": "#AE2E24",
3165
- "attributes": {
3166
- "group": "paint",
3167
- "state": "active",
3168
- "introduced": "0.13.3",
3169
- "description": "A stronger emphasis option of color.chart.danger."
3170
- }
3171
- },
3172
- "Light saturated-palette-changes/color.chart.danger.bold.hovered": {
3173
- "value": "#5D1F1A",
3174
- "attributes": {
3175
- "group": "paint",
3176
- "state": "active",
3177
- "introduced": "0.13.3",
3178
- "description": "Hovered state of color.chart.danger.bold."
3179
- }
3180
- },
3181
- "Light saturated-palette-changes/color.chart.warning": {
3182
- "value": "#B38600",
3183
- "attributes": {
3184
- "group": "paint",
3185
- "state": "active",
3186
- "introduced": "0.13.3",
3187
- "description": "For data visualisation communicating caution, such as 'at risk' statuses."
3188
- }
3189
- },
3190
- "Light saturated-palette-changes/color.chart.warning.hovered": {
3191
- "value": "#946F00",
3192
- "attributes": {
3193
- "group": "paint",
3194
- "state": "active",
3195
- "introduced": "0.13.3",
3196
- "description": "Hovered state of color.chart.warning."
3197
- }
3198
- },
3199
- "Light saturated-palette-changes/color.chart.warning.bold": {
3200
- "value": "#7F5F01",
3201
- "attributes": {
3202
- "group": "paint",
3203
- "state": "active",
3204
- "introduced": "0.13.3",
3205
- "description": "A stronger emphasis option of color.chart.warning."
3206
- }
3207
- },
3208
- "Light saturated-palette-changes/color.chart.warning.bold.hovered": {
3209
- "value": "#533F04",
3210
- "attributes": {
3211
- "group": "paint",
3212
- "state": "active",
3213
- "introduced": "0.13.3",
3214
- "description": "Hovered state of color.chart.warning.bold."
3215
- }
3216
- },
3217
- "Light saturated-palette-changes/color.chart.success": {
3218
- "value": "#22A06B",
3219
- "attributes": {
3220
- "group": "paint",
3221
- "state": "active",
3222
- "introduced": "0.13.3",
3223
- "description": "For data visualisation communicating positive information, such as 'on track'."
3224
- }
3225
- },
3226
- "Light saturated-palette-changes/color.chart.success.hovered": {
3227
- "value": "#1F845A",
3228
- "attributes": {
3229
- "group": "paint",
3230
- "state": "active",
3231
- "introduced": "0.13.3",
3232
- "description": "Hovered state of color.chart.success."
3233
- }
3234
- },
3235
- "Light saturated-palette-changes/color.chart.success.bold": {
3236
- "value": "#216E4E",
3237
- "attributes": {
3238
- "group": "paint",
3239
- "state": "active",
3240
- "introduced": "0.13.3",
3241
- "description": "A stronger emphasis option of color.chart.success."
3242
- }
3243
- },
3244
- "Light saturated-palette-changes/color.chart.success.bold.hovered": {
3245
- "value": "#164B35",
3246
- "attributes": {
3247
- "group": "paint",
3248
- "state": "active",
3249
- "introduced": "0.13.3",
3250
- "description": "Hovered state of color.chart.success.bold."
3251
- }
3252
- },
3253
- "Light saturated-palette-changes/color.chart.discovery": {
3254
- "value": "#8F7EE7",
3255
- "attributes": {
3256
- "group": "paint",
3257
- "state": "active",
3258
- "introduced": "0.13.3",
3259
- "description": "For data visualisation communicating 'new' statuses."
3260
- }
3261
- },
3262
- "Light saturated-palette-changes/color.chart.discovery.hovered": {
3263
- "value": "#8270DB",
3264
- "attributes": {
3265
- "group": "paint",
3266
- "state": "active",
3267
- "introduced": "0.13.3",
3268
- "description": "Hovered state of color.chart.discovery."
3269
- }
3270
- },
3271
- "Light saturated-palette-changes/color.chart.discovery.bold": {
3272
- "value": "#5E4DB2",
3273
- "attributes": {
3274
- "group": "paint",
3275
- "state": "active",
3276
- "introduced": "0.13.3",
3277
- "description": "A stronger emphasis option of color.chart.discovery."
3278
- }
3279
- },
3280
- "Light saturated-palette-changes/color.chart.discovery.bold.hovered": {
3281
- "value": "#352C63",
3282
- "attributes": {
3283
- "group": "paint",
3284
- "state": "active",
3285
- "introduced": "0.13.3",
3286
- "description": "Hovered state of color.chart.discovery.bold."
3287
- }
3288
- },
3289
- "Light saturated-palette-changes/color.chart.information": {
3290
- "value": "#388BFF",
3291
- "attributes": {
3292
- "group": "paint",
3293
- "state": "active",
3294
- "introduced": "0.13.3",
3295
- "description": "For data visualisation communicating low priority or in-progress statuses."
3296
- }
3297
- },
3298
- "Light saturated-palette-changes/color.chart.information.hovered": {
3299
- "value": "#1D7AFC",
3300
- "attributes": {
3301
- "group": "paint",
3302
- "state": "active",
3303
- "introduced": "0.13.3",
3304
- "description": "Hovered state of color.chart.information."
3305
- }
3306
- },
3307
- "Light saturated-palette-changes/color.chart.information.bold": {
3308
- "value": "#0055CC",
3309
- "attributes": {
3310
- "group": "paint",
3311
- "state": "active",
3312
- "introduced": "0.13.3",
3313
- "description": "A stronger emphasis option of color.chart.information."
3314
- }
3315
- },
3316
- "Light saturated-palette-changes/color.chart.information.bold.hovered": {
3317
- "value": "#09326C",
3318
- "attributes": {
3319
- "group": "paint",
3320
- "state": "active",
3321
- "introduced": "0.13.3",
3322
- "description": "Hovered state of color.chart.information.bold."
3323
- }
3324
- },
3325
- "Light saturated-palette-changes/elevation.surface": {
3326
- "value": "#FFFFFF",
3327
- "attributes": {
3328
- "group": "paint",
3329
- "state": "active",
3330
- "introduced": "0.6.0",
3331
- "description": "Use as the primary background for the UI."
3332
- }
3333
- },
3334
- "Light saturated-palette-changes/elevation.surface.hovered": {
3335
- "value": "#F1F2F4",
3336
- "attributes": {
3337
- "group": "paint",
3338
- "state": "active",
3339
- "introduced": "0.10.20",
3340
- "description": "Hovered state of elevation.surface"
3341
- }
3342
- },
3343
- "Light saturated-palette-changes/elevation.surface.pressed": {
3344
- "value": "#DCDFE4",
3345
- "attributes": {
3346
- "group": "paint",
3347
- "state": "active",
3348
- "introduced": "0.10.20",
3349
- "description": "Pressed state of elevation.surface"
3350
- }
3351
- },
3352
- "Light saturated-palette-changes/elevation.surface.overlay": {
3353
- "value": "#FFFFFF",
3354
- "attributes": {
3355
- "group": "paint",
3356
- "state": "active",
3357
- "introduced": "0.6.0",
3358
- "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."
3359
- }
3360
- },
3361
- "Light saturated-palette-changes/elevation.surface.overlay.hovered": {
3362
- "value": "#F1F2F4",
3363
- "attributes": {
3364
- "group": "paint",
3365
- "state": "active",
3366
- "introduced": "0.10.20",
3367
- "description": "Hovered state of elevation.surface.overlay"
3368
- }
3369
- },
3370
- "Light saturated-palette-changes/elevation.surface.overlay.pressed": {
3371
- "value": "#DCDFE4",
3372
- "attributes": {
3373
- "group": "paint",
3374
- "state": "active",
3375
- "introduced": "0.10.20",
3376
- "description": "Pressed state of elevation.surface.overlay"
3377
- }
3378
- },
3379
- "Light saturated-palette-changes/elevation.surface.raised": {
3380
- "value": "#FFFFFF",
3381
- "attributes": {
3382
- "group": "paint",
3383
- "state": "active",
3384
- "introduced": "0.6.0",
3385
- "description": "Use for the background of cards that can be moved, such as Jira cards on a Kanban board. Combine with elevation.shadow.raised."
3386
- }
3387
- },
3388
- "Light saturated-palette-changes/elevation.surface.raised.hovered": {
3389
- "value": "#F1F2F4",
3390
- "attributes": {
3391
- "group": "paint",
3392
- "state": "active",
3393
- "introduced": "0.10.20",
3394
- "description": "Hovered state of elevation.surface.raised"
3395
- }
3396
- },
3397
- "Light saturated-palette-changes/elevation.surface.raised.pressed": {
3398
- "value": "#DCDFE4",
3399
- "attributes": {
3400
- "group": "paint",
3401
- "state": "active",
3402
- "introduced": "0.10.20",
3403
- "description": "Pressed state of elevation.surface.raised"
3404
- }
3405
- },
3406
- "Light saturated-palette-changes/elevation.surface.sunken": {
3407
- "value": "#F7F8F9",
3408
- "attributes": {
3409
- "group": "paint",
3410
- "state": "active",
3411
- "introduced": "0.6.0",
3412
- "description": "A secondary background for the UI commonly used for grouping items, such as Jira cards in columns."
3413
- }
3414
- },
3415
- "Light saturated-palette-changes/elevation.shadow.overflow": {
3416
- "value": [
3417
- {
3418
- "radius": 8,
3419
- "offset": {
3420
- "x": 0,
3421
- "y": 0
3422
- },
3423
- "color": "#091E42",
3424
- "opacity": 0.16
3425
- },
3426
- {
3427
- "radius": 1,
3428
- "offset": {
3429
- "x": 0,
3430
- "y": 0
3431
- },
3432
- "color": "#091E42",
3433
- "opacity": 0.12
3434
- }
3435
- ],
3436
- "attributes": {
3437
- "group": "shadow",
3438
- "state": "active",
3439
- "introduced": "0.6.0",
3440
- "description": "Use to create a shadow when content scrolls under other content."
3441
- }
3442
- },
3443
- "Light saturated-palette-changes/elevation.shadow.overflow.perimeter": {
3444
- "value": "#091e421f",
3445
- "attributes": {
3446
- "group": "paint",
3447
- "state": "active",
3448
- "introduced": "0.10.32",
3449
- "description": "Use only when elevation.shadow.overflow is not technically feasible to implement. Pair with elevation.shadow.overflow.spread to replicate the overflow shadow."
3450
- }
3451
- },
3452
- "Light saturated-palette-changes/elevation.shadow.overflow.spread": {
3453
- "value": "#091e4229",
3454
- "attributes": {
3455
- "group": "paint",
3456
- "state": "active",
3457
- "introduced": "0.10.32",
3458
- "description": "Use only when elevation.shadow.overflow is not technically feasible to implement. Pair with elevation.shadow.overflow.perimeter to replicate the overflow shadow."
3459
- }
3460
- },
3461
- "Light saturated-palette-changes/elevation.shadow.overlay": {
3462
- "value": [
3463
- {
3464
- "radius": 12,
3465
- "offset": {
3466
- "x": 0,
3467
- "y": 8
3468
- },
3469
- "color": "#091E42",
3470
- "opacity": 0.15
3471
- },
3472
- {
3473
- "radius": 1,
3474
- "offset": {
3475
- "x": 0,
3476
- "y": 0
3477
- },
3478
- "color": "#091E42",
3479
- "opacity": 0.31
3480
- }
3481
- ],
3482
- "attributes": {
3483
- "group": "shadow",
3484
- "state": "active",
3485
- "introduced": "0.6.0",
3486
- "description": "Use for the box shadow of elements that sit on top of the UI, such as modals, dropdown menus, flags, and inline dialogs. Combine with elevation.surface.overlay\n\nAlso use for the box shadow of raised cards in a dragged state."
3487
- }
3488
- },
3489
- "Light saturated-palette-changes/elevation.shadow.raised": {
3490
- "value": [
3491
- {
3492
- "radius": 1,
3493
- "offset": {
3494
- "x": 0,
3495
- "y": 1
3496
- },
3497
- "color": "#091E42",
3498
- "opacity": 0.25
3499
- },
3500
- {
3501
- "radius": 1,
3502
- "offset": {
3503
- "x": 0,
3504
- "y": 0
3505
- },
3506
- "color": "#091E42",
3507
- "opacity": 0.31
3508
- }
3509
- ],
3510
- "attributes": {
3511
- "group": "shadow",
3512
- "state": "active",
3513
- "introduced": "0.6.0",
3514
- "description": "Use for the box shadow of raised card elements, such as Jira cards on a Kanban board. Combine with elevation.surface.raised"
3515
- }
3516
- }
3517
- },
3518
- "renameMap": {}
3519
- }