@atlaskit/tokens 1.25.2 → 1.26.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (670) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/dist/cjs/artifacts/palettes-raw/legacy-palette.js +119 -119
  3. package/dist/cjs/artifacts/palettes-raw/palette.js +133 -133
  4. package/dist/cjs/artifacts/palettes-raw/shape-palette.js +11 -11
  5. package/dist/cjs/artifacts/palettes-raw/spacing-scale.js +24 -24
  6. package/dist/cjs/artifacts/palettes-raw/typography-palette.js +40 -40
  7. package/dist/cjs/artifacts/palettes-raw/updated-saturated-palette.js +133 -133
  8. package/dist/cjs/artifacts/theme-import-map.js +13 -1
  9. package/dist/cjs/artifacts/themes/atlassian-dark-increased-contrast.js +12 -0
  10. package/dist/cjs/artifacts/themes/atlassian-light-increased-contrast.js +12 -0
  11. package/dist/cjs/artifacts/tokens-raw/atlassian-dark-increased-contrast.js +8687 -0
  12. package/dist/cjs/artifacts/tokens-raw/atlassian-dark-new-input-border.js +2 -2
  13. package/dist/cjs/artifacts/tokens-raw/atlassian-dark-saturated-palette-changes.js +389 -389
  14. package/dist/cjs/artifacts/tokens-raw/atlassian-dark.js +389 -389
  15. package/dist/cjs/artifacts/tokens-raw/atlassian-legacy-dark.js +389 -389
  16. package/dist/cjs/artifacts/tokens-raw/atlassian-legacy-light.js +389 -389
  17. package/dist/cjs/artifacts/tokens-raw/atlassian-light-increased-contrast.js +8653 -0
  18. package/dist/cjs/artifacts/tokens-raw/atlassian-light-new-input-border.js +2 -2
  19. package/dist/cjs/artifacts/tokens-raw/atlassian-light-saturated-palette-changes.js +389 -389
  20. package/dist/cjs/artifacts/tokens-raw/atlassian-light.js +389 -389
  21. package/dist/cjs/artifacts/tokens-raw/atlassian-shape.js +12 -12
  22. package/dist/cjs/artifacts/tokens-raw/atlassian-spacing.js +24 -24
  23. package/dist/cjs/artifacts/tokens-raw/atlassian-typography-adg3.js +45 -45
  24. package/dist/cjs/artifacts/tokens-raw/atlassian-typography-minor3.js +26 -26
  25. package/dist/cjs/artifacts/tokens-raw/atlassian-typography.js +25 -25
  26. package/dist/cjs/constants.js +2 -1
  27. package/dist/cjs/enable-global-theme.js +3 -0
  28. package/dist/cjs/get-ssr-auto-script.js +8 -2
  29. package/dist/cjs/get-theme-html-attrs.js +9 -0
  30. package/dist/cjs/get-theme-styles.js +9 -0
  31. package/dist/cjs/get-token-value.js +1 -1
  32. package/dist/cjs/get-token.js +1 -1
  33. package/dist/cjs/set-global-theme.js +35 -20
  34. package/dist/cjs/theme-config.js +29 -2
  35. package/dist/cjs/utils/configure-page.js +16 -1
  36. package/dist/cjs/utils/contrast-mode-listeners.js +65 -0
  37. package/dist/cjs/utils/get-increased-contrast-theme.js +20 -0
  38. package/dist/cjs/utils/get-theme-preferences.js +23 -1
  39. package/dist/cjs/utils/theme-loading.js +3 -2
  40. package/dist/es2019/artifacts/palettes-raw/legacy-palette.js +119 -119
  41. package/dist/es2019/artifacts/palettes-raw/palette.js +133 -133
  42. package/dist/es2019/artifacts/palettes-raw/shape-palette.js +11 -11
  43. package/dist/es2019/artifacts/palettes-raw/spacing-scale.js +24 -24
  44. package/dist/es2019/artifacts/palettes-raw/typography-palette.js +40 -40
  45. package/dist/es2019/artifacts/palettes-raw/updated-saturated-palette.js +133 -133
  46. package/dist/es2019/artifacts/theme-import-map.js +5 -1
  47. package/dist/es2019/artifacts/themes/atlassian-dark-increased-contrast.js +401 -0
  48. package/dist/es2019/artifacts/themes/atlassian-light-increased-contrast.js +401 -0
  49. package/dist/es2019/artifacts/tokens-raw/atlassian-dark-increased-contrast.js +8681 -0
  50. package/dist/es2019/artifacts/tokens-raw/atlassian-dark-new-input-border.js +2 -2
  51. package/dist/es2019/artifacts/tokens-raw/atlassian-dark-saturated-palette-changes.js +389 -389
  52. package/dist/es2019/artifacts/tokens-raw/atlassian-dark.js +389 -389
  53. package/dist/es2019/artifacts/tokens-raw/atlassian-legacy-dark.js +389 -389
  54. package/dist/es2019/artifacts/tokens-raw/atlassian-legacy-light.js +389 -389
  55. package/dist/es2019/artifacts/tokens-raw/atlassian-light-increased-contrast.js +8647 -0
  56. package/dist/es2019/artifacts/tokens-raw/atlassian-light-new-input-border.js +2 -2
  57. package/dist/es2019/artifacts/tokens-raw/atlassian-light-saturated-palette-changes.js +389 -389
  58. package/dist/es2019/artifacts/tokens-raw/atlassian-light.js +389 -389
  59. package/dist/es2019/artifacts/tokens-raw/atlassian-shape.js +12 -12
  60. package/dist/es2019/artifacts/tokens-raw/atlassian-spacing.js +24 -24
  61. package/dist/es2019/artifacts/tokens-raw/atlassian-typography-adg3.js +45 -45
  62. package/dist/es2019/artifacts/tokens-raw/atlassian-typography-minor3.js +26 -26
  63. package/dist/es2019/artifacts/tokens-raw/atlassian-typography.js +25 -25
  64. package/dist/es2019/constants.js +1 -0
  65. package/dist/es2019/enable-global-theme.js +2 -0
  66. package/dist/es2019/get-ssr-auto-script.js +17 -11
  67. package/dist/es2019/get-theme-html-attrs.js +12 -2
  68. package/dist/es2019/get-theme-styles.js +7 -0
  69. package/dist/es2019/get-token-value.js +1 -1
  70. package/dist/es2019/get-token.js +1 -1
  71. package/dist/es2019/set-global-theme.js +14 -0
  72. package/dist/es2019/theme-config.js +28 -1
  73. package/dist/es2019/utils/configure-page.js +18 -1
  74. package/dist/es2019/utils/contrast-mode-listeners.js +48 -0
  75. package/dist/es2019/utils/get-increased-contrast-theme.js +13 -0
  76. package/dist/es2019/utils/get-theme-preferences.js +23 -1
  77. package/dist/es2019/utils/theme-loading.js +2 -1
  78. package/dist/esm/artifacts/palettes-raw/legacy-palette.js +119 -119
  79. package/dist/esm/artifacts/palettes-raw/palette.js +133 -133
  80. package/dist/esm/artifacts/palettes-raw/shape-palette.js +11 -11
  81. package/dist/esm/artifacts/palettes-raw/spacing-scale.js +24 -24
  82. package/dist/esm/artifacts/palettes-raw/typography-palette.js +40 -40
  83. package/dist/esm/artifacts/palettes-raw/updated-saturated-palette.js +133 -133
  84. package/dist/esm/artifacts/theme-import-map.js +9 -1
  85. package/dist/esm/artifacts/themes/atlassian-dark-increased-contrast.js +6 -0
  86. package/dist/esm/artifacts/themes/atlassian-light-increased-contrast.js +6 -0
  87. package/dist/esm/artifacts/tokens-raw/atlassian-dark-increased-contrast.js +8681 -0
  88. package/dist/esm/artifacts/tokens-raw/atlassian-dark-new-input-border.js +2 -2
  89. package/dist/esm/artifacts/tokens-raw/atlassian-dark-saturated-palette-changes.js +389 -389
  90. package/dist/esm/artifacts/tokens-raw/atlassian-dark.js +389 -389
  91. package/dist/esm/artifacts/tokens-raw/atlassian-legacy-dark.js +389 -389
  92. package/dist/esm/artifacts/tokens-raw/atlassian-legacy-light.js +389 -389
  93. package/dist/esm/artifacts/tokens-raw/atlassian-light-increased-contrast.js +8647 -0
  94. package/dist/esm/artifacts/tokens-raw/atlassian-light-new-input-border.js +2 -2
  95. package/dist/esm/artifacts/tokens-raw/atlassian-light-saturated-palette-changes.js +389 -389
  96. package/dist/esm/artifacts/tokens-raw/atlassian-light.js +389 -389
  97. package/dist/esm/artifacts/tokens-raw/atlassian-shape.js +12 -12
  98. package/dist/esm/artifacts/tokens-raw/atlassian-spacing.js +24 -24
  99. package/dist/esm/artifacts/tokens-raw/atlassian-typography-adg3.js +45 -45
  100. package/dist/esm/artifacts/tokens-raw/atlassian-typography-minor3.js +26 -26
  101. package/dist/esm/artifacts/tokens-raw/atlassian-typography.js +25 -25
  102. package/dist/esm/constants.js +1 -0
  103. package/dist/esm/enable-global-theme.js +3 -0
  104. package/dist/esm/get-ssr-auto-script.js +10 -4
  105. package/dist/esm/get-theme-html-attrs.js +10 -1
  106. package/dist/esm/get-theme-styles.js +9 -0
  107. package/dist/esm/get-token-value.js +1 -1
  108. package/dist/esm/get-token.js +1 -1
  109. package/dist/esm/set-global-theme.js +35 -20
  110. package/dist/esm/theme-config.js +28 -1
  111. package/dist/esm/utils/configure-page.js +16 -1
  112. package/dist/esm/utils/contrast-mode-listeners.js +58 -0
  113. package/dist/esm/utils/get-increased-contrast-theme.js +14 -0
  114. package/dist/esm/utils/get-theme-preferences.js +23 -1
  115. package/dist/esm/utils/theme-loading.js +2 -1
  116. package/dist/types/artifacts/palettes-raw/legacy-palette.d.ts +1 -1
  117. package/dist/types/artifacts/palettes-raw/palette.d.ts +1 -1
  118. package/dist/types/artifacts/palettes-raw/shape-palette.d.ts +1 -1
  119. package/dist/types/artifacts/palettes-raw/spacing-scale.d.ts +1 -1
  120. package/dist/types/artifacts/palettes-raw/typography-palette.d.ts +1 -1
  121. package/dist/types/artifacts/palettes-raw/updated-saturated-palette.d.ts +1 -1
  122. package/dist/types/artifacts/theme-import-map.d.ts +1 -1
  123. package/dist/types/artifacts/themes/atlassian-dark-increased-contrast.d.ts +7 -0
  124. package/dist/types/artifacts/themes/atlassian-light-increased-contrast.d.ts +7 -0
  125. package/dist/types/artifacts/tokens-raw/atlassian-dark-increased-contrast.d.ts +133 -0
  126. package/dist/types/artifacts/tokens-raw/atlassian-dark-new-input-border.d.ts +1 -1
  127. package/dist/types/artifacts/tokens-raw/atlassian-dark-saturated-palette-changes.d.ts +1 -1
  128. package/dist/types/artifacts/tokens-raw/atlassian-dark.d.ts +1 -1
  129. package/dist/types/artifacts/tokens-raw/atlassian-legacy-dark.d.ts +1 -1
  130. package/dist/types/artifacts/tokens-raw/atlassian-legacy-light.d.ts +1 -1
  131. package/dist/types/artifacts/tokens-raw/atlassian-light-increased-contrast.d.ts +113 -0
  132. package/dist/types/artifacts/tokens-raw/atlassian-light-new-input-border.d.ts +1 -1
  133. package/dist/types/artifacts/tokens-raw/atlassian-light-saturated-palette-changes.d.ts +1 -1
  134. package/dist/types/artifacts/tokens-raw/atlassian-light.d.ts +1 -1
  135. package/dist/types/artifacts/tokens-raw/atlassian-shape.d.ts +1 -1
  136. package/dist/types/artifacts/tokens-raw/atlassian-spacing.d.ts +1 -1
  137. package/dist/types/artifacts/tokens-raw/atlassian-typography-adg3.d.ts +1 -1
  138. package/dist/types/artifacts/tokens-raw/atlassian-typography-minor3.d.ts +1 -1
  139. package/dist/types/artifacts/tokens-raw/atlassian-typography.d.ts +1 -1
  140. package/dist/types/constants.d.ts +1 -0
  141. package/dist/types/enable-global-theme.d.ts +1 -1
  142. package/dist/types/get-ssr-auto-script.d.ts +1 -1
  143. package/dist/types/get-theme-html-attrs.d.ts +1 -1
  144. package/dist/types/set-global-theme.d.ts +2 -1
  145. package/dist/types/theme-config.d.ts +29 -6
  146. package/dist/types/types.d.ts +38 -40
  147. package/dist/types/utils/configure-page.d.ts +1 -1
  148. package/dist/types/utils/contrast-mode-listeners.d.ts +13 -0
  149. package/dist/types/utils/get-increased-contrast-theme.d.ts +5 -0
  150. package/dist/types/utils/theme-loading.d.ts +1 -0
  151. package/dist/types-ts4.5/artifacts/palettes-raw/legacy-palette.d.ts +1 -1
  152. package/dist/types-ts4.5/artifacts/palettes-raw/palette.d.ts +1 -1
  153. package/dist/types-ts4.5/artifacts/palettes-raw/shape-palette.d.ts +1 -1
  154. package/dist/types-ts4.5/artifacts/palettes-raw/spacing-scale.d.ts +1 -1
  155. package/dist/types-ts4.5/artifacts/palettes-raw/typography-palette.d.ts +1 -1
  156. package/dist/types-ts4.5/artifacts/palettes-raw/updated-saturated-palette.d.ts +1 -1
  157. package/dist/types-ts4.5/artifacts/theme-import-map.d.ts +1 -1
  158. package/dist/types-ts4.5/artifacts/themes/atlassian-dark-increased-contrast.d.ts +7 -0
  159. package/dist/types-ts4.5/artifacts/themes/atlassian-light-increased-contrast.d.ts +7 -0
  160. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-dark-increased-contrast.d.ts +133 -0
  161. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-dark-new-input-border.d.ts +1 -1
  162. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-dark-saturated-palette-changes.d.ts +1 -1
  163. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-dark.d.ts +1 -1
  164. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-legacy-dark.d.ts +1 -1
  165. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-legacy-light.d.ts +1 -1
  166. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-light-increased-contrast.d.ts +113 -0
  167. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-light-new-input-border.d.ts +1 -1
  168. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-light-saturated-palette-changes.d.ts +1 -1
  169. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-light.d.ts +1 -1
  170. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-shape.d.ts +1 -1
  171. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-spacing.d.ts +1 -1
  172. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-typography-adg3.d.ts +1 -1
  173. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-typography-minor3.d.ts +1 -1
  174. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-typography.d.ts +1 -1
  175. package/dist/types-ts4.5/constants.d.ts +1 -0
  176. package/dist/types-ts4.5/enable-global-theme.d.ts +1 -1
  177. package/dist/types-ts4.5/get-ssr-auto-script.d.ts +1 -1
  178. package/dist/types-ts4.5/get-theme-html-attrs.d.ts +1 -1
  179. package/dist/types-ts4.5/set-global-theme.d.ts +2 -1
  180. package/dist/types-ts4.5/theme-config.d.ts +35 -4
  181. package/dist/types-ts4.5/types.d.ts +38 -40
  182. package/dist/types-ts4.5/utils/configure-page.d.ts +1 -1
  183. package/dist/types-ts4.5/utils/contrast-mode-listeners.d.ts +13 -0
  184. package/dist/types-ts4.5/utils/get-increased-contrast-theme.d.ts +5 -0
  185. package/dist/types-ts4.5/utils/theme-loading.d.ts +1 -0
  186. package/figma/atlassian-dark-increased-contrast.json +3542 -0
  187. package/figma/atlassian-light-increased-contrast.json +3523 -0
  188. package/package.json +4 -1
  189. package/report.api.md +40 -229
  190. package/tmp/api-report-tmp.d.ts +21 -236
  191. package/dist/cjs/palettes/legacy-palette.js +0 -849
  192. package/dist/cjs/palettes/palette.js +0 -954
  193. package/dist/cjs/palettes/shape-palette.js +0 -82
  194. package/dist/cjs/palettes/spacing-scale.js +0 -154
  195. package/dist/cjs/palettes/typography-palette.js +0 -273
  196. package/dist/cjs/palettes/updated-saturated-palette.js +0 -320
  197. package/dist/cjs/tokens/atlassian-dark/color/accent.js +0 -627
  198. package/dist/cjs/tokens/atlassian-dark/color/background.js +0 -272
  199. package/dist/cjs/tokens/atlassian-dark/color/border.js +0 -52
  200. package/dist/cjs/tokens/atlassian-dark/color/chart.js +0 -445
  201. package/dist/cjs/tokens/atlassian-dark/color/icon.js +0 -51
  202. package/dist/cjs/tokens/atlassian-dark/color/interaction.js +0 -21
  203. package/dist/cjs/tokens/atlassian-dark/color/skeleton.js +0 -19
  204. package/dist/cjs/tokens/atlassian-dark/color/text.js +0 -65
  205. package/dist/cjs/tokens/atlassian-dark/elevation/shadow.js +0 -110
  206. package/dist/cjs/tokens/atlassian-dark/elevation/surface.js +0 -49
  207. package/dist/cjs/tokens/atlassian-dark/opacity/opacity.js +0 -17
  208. package/dist/cjs/tokens/atlassian-dark/utility/utility.js +0 -25
  209. package/dist/cjs/tokens/atlassian-dark-new-input-border/color/border.js +0 -16
  210. package/dist/cjs/tokens/atlassian-dark-saturated-palette-changes/color/accent.js +0 -21
  211. package/dist/cjs/tokens/atlassian-dark-saturated-palette-changes/color/background.js +0 -26
  212. package/dist/cjs/tokens/atlassian-dark-saturated-palette-changes/color/icon.js +0 -18
  213. package/dist/cjs/tokens/atlassian-legacy-dark/color/accent.js +0 -675
  214. package/dist/cjs/tokens/atlassian-legacy-dark/color/background.js +0 -271
  215. package/dist/cjs/tokens/atlassian-legacy-dark/color/border.js +0 -52
  216. package/dist/cjs/tokens/atlassian-legacy-dark/color/chart.js +0 -471
  217. package/dist/cjs/tokens/atlassian-legacy-dark/color/icon.js +0 -51
  218. package/dist/cjs/tokens/atlassian-legacy-dark/color/interaction.js +0 -21
  219. package/dist/cjs/tokens/atlassian-legacy-dark/color/skeleton.js +0 -19
  220. package/dist/cjs/tokens/atlassian-legacy-dark/color/text.js +0 -65
  221. package/dist/cjs/tokens/atlassian-legacy-dark/elevation/shadow.js +0 -110
  222. package/dist/cjs/tokens/atlassian-legacy-dark/elevation/surface.js +0 -49
  223. package/dist/cjs/tokens/atlassian-legacy-dark/opacity/opacity.js +0 -17
  224. package/dist/cjs/tokens/atlassian-legacy-dark/utility/utility.js +0 -25
  225. package/dist/cjs/tokens/atlassian-legacy-light/color/accent.js +0 -675
  226. package/dist/cjs/tokens/atlassian-legacy-light/color/background.js +0 -271
  227. package/dist/cjs/tokens/atlassian-legacy-light/color/border.js +0 -52
  228. package/dist/cjs/tokens/atlassian-legacy-light/color/chart.js +0 -471
  229. package/dist/cjs/tokens/atlassian-legacy-light/color/icon.js +0 -51
  230. package/dist/cjs/tokens/atlassian-legacy-light/color/interaction.js +0 -21
  231. package/dist/cjs/tokens/atlassian-legacy-light/color/skeleton.js +0 -19
  232. package/dist/cjs/tokens/atlassian-legacy-light/color/text.js +0 -65
  233. package/dist/cjs/tokens/atlassian-legacy-light/elevation/shadow.js +0 -80
  234. package/dist/cjs/tokens/atlassian-legacy-light/elevation/surface.js +0 -49
  235. package/dist/cjs/tokens/atlassian-legacy-light/opacity/opacity.js +0 -17
  236. package/dist/cjs/tokens/atlassian-legacy-light/utility/utility.js +0 -25
  237. package/dist/cjs/tokens/atlassian-light/color/accent.js +0 -627
  238. package/dist/cjs/tokens/atlassian-light/color/background.js +0 -271
  239. package/dist/cjs/tokens/atlassian-light/color/border.js +0 -52
  240. package/dist/cjs/tokens/atlassian-light/color/chart.js +0 -445
  241. package/dist/cjs/tokens/atlassian-light/color/icon.js +0 -51
  242. package/dist/cjs/tokens/atlassian-light/color/interaction.js +0 -21
  243. package/dist/cjs/tokens/atlassian-light/color/skeleton.js +0 -19
  244. package/dist/cjs/tokens/atlassian-light/color/text.js +0 -65
  245. package/dist/cjs/tokens/atlassian-light/elevation/shadow.js +0 -80
  246. package/dist/cjs/tokens/atlassian-light/elevation/surface.js +0 -49
  247. package/dist/cjs/tokens/atlassian-light/opacity/opacity.js +0 -17
  248. package/dist/cjs/tokens/atlassian-light/utility/utility.js +0 -25
  249. package/dist/cjs/tokens/atlassian-light-new-input-border/color/border.js +0 -16
  250. package/dist/cjs/tokens/atlassian-light-saturated-palette-changes/color/accent.js +0 -35
  251. package/dist/cjs/tokens/atlassian-light-saturated-palette-changes/color/background.js +0 -26
  252. package/dist/cjs/tokens/atlassian-light-saturated-palette-changes/color/icon.js +0 -16
  253. package/dist/cjs/tokens/atlassian-shape/shape.js +0 -52
  254. package/dist/cjs/tokens/atlassian-spacing/spacing.js +0 -89
  255. package/dist/cjs/tokens/atlassian-typography/font-family.js +0 -31
  256. package/dist/cjs/tokens/atlassian-typography/letter-spacing.js +0 -28
  257. package/dist/cjs/tokens/atlassian-typography/theme.js +0 -149
  258. package/dist/cjs/tokens/atlassian-typography-adg3/font-family.js +0 -31
  259. package/dist/cjs/tokens/atlassian-typography-adg3/font-size.js +0 -37
  260. package/dist/cjs/tokens/atlassian-typography-adg3/font-weight.js +0 -25
  261. package/dist/cjs/tokens/atlassian-typography-adg3/letter-spacing.js +0 -28
  262. package/dist/cjs/tokens/atlassian-typography-adg3/line-height.js +0 -34
  263. package/dist/cjs/tokens/atlassian-typography-adg3/theme.js +0 -160
  264. package/dist/cjs/tokens/atlassian-typography-minor3/font-family.js +0 -31
  265. package/dist/cjs/tokens/atlassian-typography-minor3/letter-spacing.js +0 -28
  266. package/dist/cjs/tokens/atlassian-typography-minor3/theme.js +0 -160
  267. package/dist/cjs/tokens/default/color/accent.js +0 -1427
  268. package/dist/cjs/tokens/default/color/background.js +0 -585
  269. package/dist/cjs/tokens/default/color/border.js +0 -117
  270. package/dist/cjs/tokens/default/color/chart.js +0 -945
  271. package/dist/cjs/tokens/default/color/icon.js +0 -111
  272. package/dist/cjs/tokens/default/color/interaction.js +0 -29
  273. package/dist/cjs/tokens/default/color/skeleton.js +0 -29
  274. package/dist/cjs/tokens/default/color/text.js +0 -145
  275. package/dist/cjs/tokens/default/elevation/shadow.js +0 -55
  276. package/dist/cjs/tokens/default/elevation/surface.js +0 -99
  277. package/dist/cjs/tokens/default/opacity/opacity.js +0 -27
  278. package/dist/cjs/tokens/default/shape/shape.js +0 -106
  279. package/dist/cjs/tokens/default/spacing/spacing.js +0 -220
  280. package/dist/cjs/tokens/default/typography/font-family.js +0 -61
  281. package/dist/cjs/tokens/default/typography/font-size.js +0 -77
  282. package/dist/cjs/tokens/default/typography/font-weight.js +0 -45
  283. package/dist/cjs/tokens/default/typography/font.js +0 -140
  284. package/dist/cjs/tokens/default/typography/letter-spacing.js +0 -53
  285. package/dist/cjs/tokens/default/typography/line-height.js +0 -69
  286. package/dist/cjs/tokens/default/utility/utility.js +0 -41
  287. package/dist/es2019/palettes/legacy-palette.js +0 -843
  288. package/dist/es2019/palettes/palette.js +0 -948
  289. package/dist/es2019/palettes/shape-palette.js +0 -76
  290. package/dist/es2019/palettes/spacing-scale.js +0 -148
  291. package/dist/es2019/palettes/typography-palette.js +0 -269
  292. package/dist/es2019/palettes/updated-saturated-palette.js +0 -312
  293. package/dist/es2019/tokens/atlassian-dark/color/accent.js +0 -621
  294. package/dist/es2019/tokens/atlassian-dark/color/background.js +0 -266
  295. package/dist/es2019/tokens/atlassian-dark/color/border.js +0 -46
  296. package/dist/es2019/tokens/atlassian-dark/color/chart.js +0 -439
  297. package/dist/es2019/tokens/atlassian-dark/color/icon.js +0 -45
  298. package/dist/es2019/tokens/atlassian-dark/color/interaction.js +0 -15
  299. package/dist/es2019/tokens/atlassian-dark/color/skeleton.js +0 -13
  300. package/dist/es2019/tokens/atlassian-dark/color/text.js +0 -59
  301. package/dist/es2019/tokens/atlassian-dark/elevation/shadow.js +0 -104
  302. package/dist/es2019/tokens/atlassian-dark/elevation/surface.js +0 -43
  303. package/dist/es2019/tokens/atlassian-dark/opacity/opacity.js +0 -11
  304. package/dist/es2019/tokens/atlassian-dark/utility/utility.js +0 -18
  305. package/dist/es2019/tokens/atlassian-dark-new-input-border/color/border.js +0 -10
  306. package/dist/es2019/tokens/atlassian-dark-saturated-palette-changes/color/accent.js +0 -15
  307. package/dist/es2019/tokens/atlassian-dark-saturated-palette-changes/color/background.js +0 -20
  308. package/dist/es2019/tokens/atlassian-dark-saturated-palette-changes/color/icon.js +0 -12
  309. package/dist/es2019/tokens/atlassian-legacy-dark/color/accent.js +0 -669
  310. package/dist/es2019/tokens/atlassian-legacy-dark/color/background.js +0 -265
  311. package/dist/es2019/tokens/atlassian-legacy-dark/color/border.js +0 -46
  312. package/dist/es2019/tokens/atlassian-legacy-dark/color/chart.js +0 -465
  313. package/dist/es2019/tokens/atlassian-legacy-dark/color/icon.js +0 -45
  314. package/dist/es2019/tokens/atlassian-legacy-dark/color/interaction.js +0 -15
  315. package/dist/es2019/tokens/atlassian-legacy-dark/color/skeleton.js +0 -13
  316. package/dist/es2019/tokens/atlassian-legacy-dark/color/text.js +0 -59
  317. package/dist/es2019/tokens/atlassian-legacy-dark/elevation/shadow.js +0 -104
  318. package/dist/es2019/tokens/atlassian-legacy-dark/elevation/surface.js +0 -43
  319. package/dist/es2019/tokens/atlassian-legacy-dark/opacity/opacity.js +0 -11
  320. package/dist/es2019/tokens/atlassian-legacy-dark/utility/utility.js +0 -18
  321. package/dist/es2019/tokens/atlassian-legacy-light/color/accent.js +0 -669
  322. package/dist/es2019/tokens/atlassian-legacy-light/color/background.js +0 -265
  323. package/dist/es2019/tokens/atlassian-legacy-light/color/border.js +0 -46
  324. package/dist/es2019/tokens/atlassian-legacy-light/color/chart.js +0 -465
  325. package/dist/es2019/tokens/atlassian-legacy-light/color/icon.js +0 -45
  326. package/dist/es2019/tokens/atlassian-legacy-light/color/interaction.js +0 -15
  327. package/dist/es2019/tokens/atlassian-legacy-light/color/skeleton.js +0 -13
  328. package/dist/es2019/tokens/atlassian-legacy-light/color/text.js +0 -59
  329. package/dist/es2019/tokens/atlassian-legacy-light/elevation/shadow.js +0 -74
  330. package/dist/es2019/tokens/atlassian-legacy-light/elevation/surface.js +0 -43
  331. package/dist/es2019/tokens/atlassian-legacy-light/opacity/opacity.js +0 -11
  332. package/dist/es2019/tokens/atlassian-legacy-light/utility/utility.js +0 -18
  333. package/dist/es2019/tokens/atlassian-light/color/accent.js +0 -621
  334. package/dist/es2019/tokens/atlassian-light/color/background.js +0 -265
  335. package/dist/es2019/tokens/atlassian-light/color/border.js +0 -46
  336. package/dist/es2019/tokens/atlassian-light/color/chart.js +0 -439
  337. package/dist/es2019/tokens/atlassian-light/color/icon.js +0 -45
  338. package/dist/es2019/tokens/atlassian-light/color/interaction.js +0 -15
  339. package/dist/es2019/tokens/atlassian-light/color/skeleton.js +0 -13
  340. package/dist/es2019/tokens/atlassian-light/color/text.js +0 -59
  341. package/dist/es2019/tokens/atlassian-light/elevation/shadow.js +0 -74
  342. package/dist/es2019/tokens/atlassian-light/elevation/surface.js +0 -43
  343. package/dist/es2019/tokens/atlassian-light/opacity/opacity.js +0 -11
  344. package/dist/es2019/tokens/atlassian-light/utility/utility.js +0 -18
  345. package/dist/es2019/tokens/atlassian-light-new-input-border/color/border.js +0 -10
  346. package/dist/es2019/tokens/atlassian-light-saturated-palette-changes/color/accent.js +0 -29
  347. package/dist/es2019/tokens/atlassian-light-saturated-palette-changes/color/background.js +0 -20
  348. package/dist/es2019/tokens/atlassian-light-saturated-palette-changes/color/icon.js +0 -10
  349. package/dist/es2019/tokens/atlassian-shape/shape.js +0 -46
  350. package/dist/es2019/tokens/atlassian-spacing/spacing.js +0 -83
  351. package/dist/es2019/tokens/atlassian-typography/font-family.js +0 -25
  352. package/dist/es2019/tokens/atlassian-typography/letter-spacing.js +0 -22
  353. package/dist/es2019/tokens/atlassian-typography/theme.js +0 -143
  354. package/dist/es2019/tokens/atlassian-typography-adg3/font-family.js +0 -25
  355. package/dist/es2019/tokens/atlassian-typography-adg3/font-size.js +0 -31
  356. package/dist/es2019/tokens/atlassian-typography-adg3/font-weight.js +0 -19
  357. package/dist/es2019/tokens/atlassian-typography-adg3/letter-spacing.js +0 -22
  358. package/dist/es2019/tokens/atlassian-typography-adg3/line-height.js +0 -28
  359. package/dist/es2019/tokens/atlassian-typography-adg3/theme.js +0 -154
  360. package/dist/es2019/tokens/atlassian-typography-minor3/font-family.js +0 -25
  361. package/dist/es2019/tokens/atlassian-typography-minor3/letter-spacing.js +0 -22
  362. package/dist/es2019/tokens/atlassian-typography-minor3/theme.js +0 -154
  363. package/dist/es2019/tokens/default/color/accent.js +0 -1421
  364. package/dist/es2019/tokens/default/color/background.js +0 -579
  365. package/dist/es2019/tokens/default/color/border.js +0 -111
  366. package/dist/es2019/tokens/default/color/chart.js +0 -939
  367. package/dist/es2019/tokens/default/color/icon.js +0 -105
  368. package/dist/es2019/tokens/default/color/interaction.js +0 -23
  369. package/dist/es2019/tokens/default/color/skeleton.js +0 -23
  370. package/dist/es2019/tokens/default/color/text.js +0 -139
  371. package/dist/es2019/tokens/default/elevation/shadow.js +0 -51
  372. package/dist/es2019/tokens/default/elevation/surface.js +0 -93
  373. package/dist/es2019/tokens/default/opacity/opacity.js +0 -21
  374. package/dist/es2019/tokens/default/shape/shape.js +0 -100
  375. package/dist/es2019/tokens/default/spacing/spacing.js +0 -214
  376. package/dist/es2019/tokens/default/typography/font-family.js +0 -55
  377. package/dist/es2019/tokens/default/typography/font-size.js +0 -71
  378. package/dist/es2019/tokens/default/typography/font-weight.js +0 -39
  379. package/dist/es2019/tokens/default/typography/font.js +0 -134
  380. package/dist/es2019/tokens/default/typography/letter-spacing.js +0 -47
  381. package/dist/es2019/tokens/default/typography/line-height.js +0 -63
  382. package/dist/es2019/tokens/default/utility/utility.js +0 -35
  383. package/dist/esm/palettes/legacy-palette.js +0 -843
  384. package/dist/esm/palettes/palette.js +0 -948
  385. package/dist/esm/palettes/shape-palette.js +0 -76
  386. package/dist/esm/palettes/spacing-scale.js +0 -148
  387. package/dist/esm/palettes/typography-palette.js +0 -266
  388. package/dist/esm/palettes/updated-saturated-palette.js +0 -313
  389. package/dist/esm/tokens/atlassian-dark/color/accent.js +0 -621
  390. package/dist/esm/tokens/atlassian-dark/color/background.js +0 -266
  391. package/dist/esm/tokens/atlassian-dark/color/border.js +0 -46
  392. package/dist/esm/tokens/atlassian-dark/color/chart.js +0 -439
  393. package/dist/esm/tokens/atlassian-dark/color/icon.js +0 -45
  394. package/dist/esm/tokens/atlassian-dark/color/interaction.js +0 -15
  395. package/dist/esm/tokens/atlassian-dark/color/skeleton.js +0 -13
  396. package/dist/esm/tokens/atlassian-dark/color/text.js +0 -59
  397. package/dist/esm/tokens/atlassian-dark/elevation/shadow.js +0 -104
  398. package/dist/esm/tokens/atlassian-dark/elevation/surface.js +0 -43
  399. package/dist/esm/tokens/atlassian-dark/opacity/opacity.js +0 -11
  400. package/dist/esm/tokens/atlassian-dark/utility/utility.js +0 -18
  401. package/dist/esm/tokens/atlassian-dark-new-input-border/color/border.js +0 -10
  402. package/dist/esm/tokens/atlassian-dark-saturated-palette-changes/color/accent.js +0 -15
  403. package/dist/esm/tokens/atlassian-dark-saturated-palette-changes/color/background.js +0 -20
  404. package/dist/esm/tokens/atlassian-dark-saturated-palette-changes/color/icon.js +0 -12
  405. package/dist/esm/tokens/atlassian-legacy-dark/color/accent.js +0 -669
  406. package/dist/esm/tokens/atlassian-legacy-dark/color/background.js +0 -265
  407. package/dist/esm/tokens/atlassian-legacy-dark/color/border.js +0 -46
  408. package/dist/esm/tokens/atlassian-legacy-dark/color/chart.js +0 -465
  409. package/dist/esm/tokens/atlassian-legacy-dark/color/icon.js +0 -45
  410. package/dist/esm/tokens/atlassian-legacy-dark/color/interaction.js +0 -15
  411. package/dist/esm/tokens/atlassian-legacy-dark/color/skeleton.js +0 -13
  412. package/dist/esm/tokens/atlassian-legacy-dark/color/text.js +0 -59
  413. package/dist/esm/tokens/atlassian-legacy-dark/elevation/shadow.js +0 -104
  414. package/dist/esm/tokens/atlassian-legacy-dark/elevation/surface.js +0 -43
  415. package/dist/esm/tokens/atlassian-legacy-dark/opacity/opacity.js +0 -11
  416. package/dist/esm/tokens/atlassian-legacy-dark/utility/utility.js +0 -18
  417. package/dist/esm/tokens/atlassian-legacy-light/color/accent.js +0 -669
  418. package/dist/esm/tokens/atlassian-legacy-light/color/background.js +0 -265
  419. package/dist/esm/tokens/atlassian-legacy-light/color/border.js +0 -46
  420. package/dist/esm/tokens/atlassian-legacy-light/color/chart.js +0 -465
  421. package/dist/esm/tokens/atlassian-legacy-light/color/icon.js +0 -45
  422. package/dist/esm/tokens/atlassian-legacy-light/color/interaction.js +0 -15
  423. package/dist/esm/tokens/atlassian-legacy-light/color/skeleton.js +0 -13
  424. package/dist/esm/tokens/atlassian-legacy-light/color/text.js +0 -59
  425. package/dist/esm/tokens/atlassian-legacy-light/elevation/shadow.js +0 -74
  426. package/dist/esm/tokens/atlassian-legacy-light/elevation/surface.js +0 -43
  427. package/dist/esm/tokens/atlassian-legacy-light/opacity/opacity.js +0 -11
  428. package/dist/esm/tokens/atlassian-legacy-light/utility/utility.js +0 -18
  429. package/dist/esm/tokens/atlassian-light/color/accent.js +0 -621
  430. package/dist/esm/tokens/atlassian-light/color/background.js +0 -265
  431. package/dist/esm/tokens/atlassian-light/color/border.js +0 -46
  432. package/dist/esm/tokens/atlassian-light/color/chart.js +0 -439
  433. package/dist/esm/tokens/atlassian-light/color/icon.js +0 -45
  434. package/dist/esm/tokens/atlassian-light/color/interaction.js +0 -15
  435. package/dist/esm/tokens/atlassian-light/color/skeleton.js +0 -13
  436. package/dist/esm/tokens/atlassian-light/color/text.js +0 -59
  437. package/dist/esm/tokens/atlassian-light/elevation/shadow.js +0 -74
  438. package/dist/esm/tokens/atlassian-light/elevation/surface.js +0 -43
  439. package/dist/esm/tokens/atlassian-light/opacity/opacity.js +0 -11
  440. package/dist/esm/tokens/atlassian-light/utility/utility.js +0 -18
  441. package/dist/esm/tokens/atlassian-light-new-input-border/color/border.js +0 -10
  442. package/dist/esm/tokens/atlassian-light-saturated-palette-changes/color/accent.js +0 -29
  443. package/dist/esm/tokens/atlassian-light-saturated-palette-changes/color/background.js +0 -20
  444. package/dist/esm/tokens/atlassian-light-saturated-palette-changes/color/icon.js +0 -10
  445. package/dist/esm/tokens/atlassian-shape/shape.js +0 -46
  446. package/dist/esm/tokens/atlassian-spacing/spacing.js +0 -83
  447. package/dist/esm/tokens/atlassian-typography/font-family.js +0 -25
  448. package/dist/esm/tokens/atlassian-typography/letter-spacing.js +0 -22
  449. package/dist/esm/tokens/atlassian-typography/theme.js +0 -143
  450. package/dist/esm/tokens/atlassian-typography-adg3/font-family.js +0 -25
  451. package/dist/esm/tokens/atlassian-typography-adg3/font-size.js +0 -31
  452. package/dist/esm/tokens/atlassian-typography-adg3/font-weight.js +0 -19
  453. package/dist/esm/tokens/atlassian-typography-adg3/letter-spacing.js +0 -22
  454. package/dist/esm/tokens/atlassian-typography-adg3/line-height.js +0 -28
  455. package/dist/esm/tokens/atlassian-typography-adg3/theme.js +0 -154
  456. package/dist/esm/tokens/atlassian-typography-minor3/font-family.js +0 -25
  457. package/dist/esm/tokens/atlassian-typography-minor3/letter-spacing.js +0 -22
  458. package/dist/esm/tokens/atlassian-typography-minor3/theme.js +0 -154
  459. package/dist/esm/tokens/default/color/accent.js +0 -1421
  460. package/dist/esm/tokens/default/color/background.js +0 -579
  461. package/dist/esm/tokens/default/color/border.js +0 -111
  462. package/dist/esm/tokens/default/color/chart.js +0 -939
  463. package/dist/esm/tokens/default/color/icon.js +0 -105
  464. package/dist/esm/tokens/default/color/interaction.js +0 -23
  465. package/dist/esm/tokens/default/color/skeleton.js +0 -23
  466. package/dist/esm/tokens/default/color/text.js +0 -139
  467. package/dist/esm/tokens/default/elevation/shadow.js +0 -49
  468. package/dist/esm/tokens/default/elevation/surface.js +0 -93
  469. package/dist/esm/tokens/default/opacity/opacity.js +0 -21
  470. package/dist/esm/tokens/default/shape/shape.js +0 -100
  471. package/dist/esm/tokens/default/spacing/spacing.js +0 -214
  472. package/dist/esm/tokens/default/typography/font-family.js +0 -55
  473. package/dist/esm/tokens/default/typography/font-size.js +0 -71
  474. package/dist/esm/tokens/default/typography/font-weight.js +0 -39
  475. package/dist/esm/tokens/default/typography/font.js +0 -134
  476. package/dist/esm/tokens/default/typography/letter-spacing.js +0 -47
  477. package/dist/esm/tokens/default/typography/line-height.js +0 -63
  478. package/dist/esm/tokens/default/utility/utility.js +0 -35
  479. package/dist/types/palettes/legacy-palette.d.ts +0 -10
  480. package/dist/types/palettes/palette.d.ts +0 -5
  481. package/dist/types/palettes/shape-palette.d.ts +0 -73
  482. package/dist/types/palettes/spacing-scale.d.ts +0 -147
  483. package/dist/types/palettes/typography-palette.d.ts +0 -16
  484. package/dist/types/palettes/updated-saturated-palette.d.ts +0 -10
  485. package/dist/types/tokens/atlassian-dark/color/accent.d.ts +0 -4
  486. package/dist/types/tokens/atlassian-dark/color/background.d.ts +0 -4
  487. package/dist/types/tokens/atlassian-dark/color/border.d.ts +0 -4
  488. package/dist/types/tokens/atlassian-dark/color/chart.d.ts +0 -4
  489. package/dist/types/tokens/atlassian-dark/color/icon.d.ts +0 -4
  490. package/dist/types/tokens/atlassian-dark/color/interaction.d.ts +0 -4
  491. package/dist/types/tokens/atlassian-dark/color/skeleton.d.ts +0 -4
  492. package/dist/types/tokens/atlassian-dark/color/text.d.ts +0 -4
  493. package/dist/types/tokens/atlassian-dark/elevation/shadow.d.ts +0 -4
  494. package/dist/types/tokens/atlassian-dark/elevation/surface.d.ts +0 -4
  495. package/dist/types/tokens/atlassian-dark/opacity/opacity.d.ts +0 -3
  496. package/dist/types/tokens/atlassian-dark/utility/utility.d.ts +0 -5
  497. package/dist/types/tokens/atlassian-dark-new-input-border/color/border.d.ts +0 -10
  498. package/dist/types/tokens/atlassian-dark-saturated-palette-changes/color/accent.d.ts +0 -4
  499. package/dist/types/tokens/atlassian-dark-saturated-palette-changes/color/background.d.ts +0 -4
  500. package/dist/types/tokens/atlassian-dark-saturated-palette-changes/color/icon.d.ts +0 -4
  501. package/dist/types/tokens/atlassian-legacy-dark/color/accent.d.ts +0 -4
  502. package/dist/types/tokens/atlassian-legacy-dark/color/background.d.ts +0 -4
  503. package/dist/types/tokens/atlassian-legacy-dark/color/border.d.ts +0 -4
  504. package/dist/types/tokens/atlassian-legacy-dark/color/chart.d.ts +0 -4
  505. package/dist/types/tokens/atlassian-legacy-dark/color/icon.d.ts +0 -4
  506. package/dist/types/tokens/atlassian-legacy-dark/color/interaction.d.ts +0 -4
  507. package/dist/types/tokens/atlassian-legacy-dark/color/skeleton.d.ts +0 -4
  508. package/dist/types/tokens/atlassian-legacy-dark/color/text.d.ts +0 -4
  509. package/dist/types/tokens/atlassian-legacy-dark/elevation/shadow.d.ts +0 -4
  510. package/dist/types/tokens/atlassian-legacy-dark/elevation/surface.d.ts +0 -4
  511. package/dist/types/tokens/atlassian-legacy-dark/opacity/opacity.d.ts +0 -3
  512. package/dist/types/tokens/atlassian-legacy-dark/utility/utility.d.ts +0 -5
  513. package/dist/types/tokens/atlassian-legacy-light/color/accent.d.ts +0 -4
  514. package/dist/types/tokens/atlassian-legacy-light/color/background.d.ts +0 -4
  515. package/dist/types/tokens/atlassian-legacy-light/color/border.d.ts +0 -4
  516. package/dist/types/tokens/atlassian-legacy-light/color/chart.d.ts +0 -4
  517. package/dist/types/tokens/atlassian-legacy-light/color/icon.d.ts +0 -4
  518. package/dist/types/tokens/atlassian-legacy-light/color/interaction.d.ts +0 -4
  519. package/dist/types/tokens/atlassian-legacy-light/color/skeleton.d.ts +0 -4
  520. package/dist/types/tokens/atlassian-legacy-light/color/text.d.ts +0 -4
  521. package/dist/types/tokens/atlassian-legacy-light/elevation/shadow.d.ts +0 -4
  522. package/dist/types/tokens/atlassian-legacy-light/elevation/surface.d.ts +0 -4
  523. package/dist/types/tokens/atlassian-legacy-light/opacity/opacity.d.ts +0 -3
  524. package/dist/types/tokens/atlassian-legacy-light/utility/utility.d.ts +0 -5
  525. package/dist/types/tokens/atlassian-light/color/accent.d.ts +0 -4
  526. package/dist/types/tokens/atlassian-light/color/background.d.ts +0 -4
  527. package/dist/types/tokens/atlassian-light/color/border.d.ts +0 -4
  528. package/dist/types/tokens/atlassian-light/color/chart.d.ts +0 -4
  529. package/dist/types/tokens/atlassian-light/color/icon.d.ts +0 -4
  530. package/dist/types/tokens/atlassian-light/color/interaction.d.ts +0 -4
  531. package/dist/types/tokens/atlassian-light/color/skeleton.d.ts +0 -4
  532. package/dist/types/tokens/atlassian-light/color/text.d.ts +0 -4
  533. package/dist/types/tokens/atlassian-light/elevation/shadow.d.ts +0 -4
  534. package/dist/types/tokens/atlassian-light/elevation/surface.d.ts +0 -4
  535. package/dist/types/tokens/atlassian-light/opacity/opacity.d.ts +0 -3
  536. package/dist/types/tokens/atlassian-light/utility/utility.d.ts +0 -5
  537. package/dist/types/tokens/atlassian-light-new-input-border/color/border.d.ts +0 -10
  538. package/dist/types/tokens/atlassian-light-saturated-palette-changes/color/accent.d.ts +0 -4
  539. package/dist/types/tokens/atlassian-light-saturated-palette-changes/color/background.d.ts +0 -4
  540. package/dist/types/tokens/atlassian-light-saturated-palette-changes/color/icon.d.ts +0 -4
  541. package/dist/types/tokens/atlassian-shape/shape.d.ts +0 -7
  542. package/dist/types/tokens/atlassian-spacing/spacing.d.ts +0 -10
  543. package/dist/types/tokens/atlassian-typography/font-family.d.ts +0 -4
  544. package/dist/types/tokens/atlassian-typography/letter-spacing.d.ts +0 -4
  545. package/dist/types/tokens/atlassian-typography/theme.d.ts +0 -10
  546. package/dist/types/tokens/atlassian-typography-adg3/font-family.d.ts +0 -4
  547. package/dist/types/tokens/atlassian-typography-adg3/font-size.d.ts +0 -4
  548. package/dist/types/tokens/atlassian-typography-adg3/font-weight.d.ts +0 -4
  549. package/dist/types/tokens/atlassian-typography-adg3/letter-spacing.d.ts +0 -4
  550. package/dist/types/tokens/atlassian-typography-adg3/line-height.d.ts +0 -4
  551. package/dist/types/tokens/atlassian-typography-adg3/theme.d.ts +0 -145
  552. package/dist/types/tokens/atlassian-typography-minor3/font-family.d.ts +0 -4
  553. package/dist/types/tokens/atlassian-typography-minor3/letter-spacing.d.ts +0 -4
  554. package/dist/types/tokens/atlassian-typography-minor3/theme.d.ts +0 -145
  555. package/dist/types/tokens/default/color/accent.d.ts +0 -4
  556. package/dist/types/tokens/default/color/background.d.ts +0 -4
  557. package/dist/types/tokens/default/color/border.d.ts +0 -4
  558. package/dist/types/tokens/default/color/chart.d.ts +0 -4
  559. package/dist/types/tokens/default/color/icon.d.ts +0 -4
  560. package/dist/types/tokens/default/color/interaction.d.ts +0 -4
  561. package/dist/types/tokens/default/color/skeleton.d.ts +0 -4
  562. package/dist/types/tokens/default/color/text.d.ts +0 -4
  563. package/dist/types/tokens/default/elevation/shadow.d.ts +0 -4
  564. package/dist/types/tokens/default/elevation/surface.d.ts +0 -4
  565. package/dist/types/tokens/default/opacity/opacity.d.ts +0 -3
  566. package/dist/types/tokens/default/shape/shape.d.ts +0 -3
  567. package/dist/types/tokens/default/spacing/spacing.d.ts +0 -8
  568. package/dist/types/tokens/default/typography/font-family.d.ts +0 -4
  569. package/dist/types/tokens/default/typography/font-size.d.ts +0 -4
  570. package/dist/types/tokens/default/typography/font-weight.d.ts +0 -4
  571. package/dist/types/tokens/default/typography/font.d.ts +0 -20
  572. package/dist/types/tokens/default/typography/letter-spacing.d.ts +0 -4
  573. package/dist/types/tokens/default/typography/line-height.d.ts +0 -4
  574. package/dist/types/tokens/default/utility/utility.d.ts +0 -5
  575. package/dist/types-ts4.5/palettes/legacy-palette.d.ts +0 -10
  576. package/dist/types-ts4.5/palettes/palette.d.ts +0 -5
  577. package/dist/types-ts4.5/palettes/shape-palette.d.ts +0 -73
  578. package/dist/types-ts4.5/palettes/spacing-scale.d.ts +0 -147
  579. package/dist/types-ts4.5/palettes/typography-palette.d.ts +0 -16
  580. package/dist/types-ts4.5/palettes/updated-saturated-palette.d.ts +0 -10
  581. package/dist/types-ts4.5/tokens/atlassian-dark/color/accent.d.ts +0 -4
  582. package/dist/types-ts4.5/tokens/atlassian-dark/color/background.d.ts +0 -4
  583. package/dist/types-ts4.5/tokens/atlassian-dark/color/border.d.ts +0 -4
  584. package/dist/types-ts4.5/tokens/atlassian-dark/color/chart.d.ts +0 -4
  585. package/dist/types-ts4.5/tokens/atlassian-dark/color/icon.d.ts +0 -4
  586. package/dist/types-ts4.5/tokens/atlassian-dark/color/interaction.d.ts +0 -4
  587. package/dist/types-ts4.5/tokens/atlassian-dark/color/skeleton.d.ts +0 -4
  588. package/dist/types-ts4.5/tokens/atlassian-dark/color/text.d.ts +0 -4
  589. package/dist/types-ts4.5/tokens/atlassian-dark/elevation/shadow.d.ts +0 -4
  590. package/dist/types-ts4.5/tokens/atlassian-dark/elevation/surface.d.ts +0 -4
  591. package/dist/types-ts4.5/tokens/atlassian-dark/opacity/opacity.d.ts +0 -3
  592. package/dist/types-ts4.5/tokens/atlassian-dark/utility/utility.d.ts +0 -5
  593. package/dist/types-ts4.5/tokens/atlassian-dark-new-input-border/color/border.d.ts +0 -10
  594. package/dist/types-ts4.5/tokens/atlassian-dark-saturated-palette-changes/color/accent.d.ts +0 -4
  595. package/dist/types-ts4.5/tokens/atlassian-dark-saturated-palette-changes/color/background.d.ts +0 -4
  596. package/dist/types-ts4.5/tokens/atlassian-dark-saturated-palette-changes/color/icon.d.ts +0 -4
  597. package/dist/types-ts4.5/tokens/atlassian-legacy-dark/color/accent.d.ts +0 -4
  598. package/dist/types-ts4.5/tokens/atlassian-legacy-dark/color/background.d.ts +0 -4
  599. package/dist/types-ts4.5/tokens/atlassian-legacy-dark/color/border.d.ts +0 -4
  600. package/dist/types-ts4.5/tokens/atlassian-legacy-dark/color/chart.d.ts +0 -4
  601. package/dist/types-ts4.5/tokens/atlassian-legacy-dark/color/icon.d.ts +0 -4
  602. package/dist/types-ts4.5/tokens/atlassian-legacy-dark/color/interaction.d.ts +0 -4
  603. package/dist/types-ts4.5/tokens/atlassian-legacy-dark/color/skeleton.d.ts +0 -4
  604. package/dist/types-ts4.5/tokens/atlassian-legacy-dark/color/text.d.ts +0 -4
  605. package/dist/types-ts4.5/tokens/atlassian-legacy-dark/elevation/shadow.d.ts +0 -4
  606. package/dist/types-ts4.5/tokens/atlassian-legacy-dark/elevation/surface.d.ts +0 -4
  607. package/dist/types-ts4.5/tokens/atlassian-legacy-dark/opacity/opacity.d.ts +0 -3
  608. package/dist/types-ts4.5/tokens/atlassian-legacy-dark/utility/utility.d.ts +0 -5
  609. package/dist/types-ts4.5/tokens/atlassian-legacy-light/color/accent.d.ts +0 -4
  610. package/dist/types-ts4.5/tokens/atlassian-legacy-light/color/background.d.ts +0 -4
  611. package/dist/types-ts4.5/tokens/atlassian-legacy-light/color/border.d.ts +0 -4
  612. package/dist/types-ts4.5/tokens/atlassian-legacy-light/color/chart.d.ts +0 -4
  613. package/dist/types-ts4.5/tokens/atlassian-legacy-light/color/icon.d.ts +0 -4
  614. package/dist/types-ts4.5/tokens/atlassian-legacy-light/color/interaction.d.ts +0 -4
  615. package/dist/types-ts4.5/tokens/atlassian-legacy-light/color/skeleton.d.ts +0 -4
  616. package/dist/types-ts4.5/tokens/atlassian-legacy-light/color/text.d.ts +0 -4
  617. package/dist/types-ts4.5/tokens/atlassian-legacy-light/elevation/shadow.d.ts +0 -4
  618. package/dist/types-ts4.5/tokens/atlassian-legacy-light/elevation/surface.d.ts +0 -4
  619. package/dist/types-ts4.5/tokens/atlassian-legacy-light/opacity/opacity.d.ts +0 -3
  620. package/dist/types-ts4.5/tokens/atlassian-legacy-light/utility/utility.d.ts +0 -5
  621. package/dist/types-ts4.5/tokens/atlassian-light/color/accent.d.ts +0 -4
  622. package/dist/types-ts4.5/tokens/atlassian-light/color/background.d.ts +0 -4
  623. package/dist/types-ts4.5/tokens/atlassian-light/color/border.d.ts +0 -4
  624. package/dist/types-ts4.5/tokens/atlassian-light/color/chart.d.ts +0 -4
  625. package/dist/types-ts4.5/tokens/atlassian-light/color/icon.d.ts +0 -4
  626. package/dist/types-ts4.5/tokens/atlassian-light/color/interaction.d.ts +0 -4
  627. package/dist/types-ts4.5/tokens/atlassian-light/color/skeleton.d.ts +0 -4
  628. package/dist/types-ts4.5/tokens/atlassian-light/color/text.d.ts +0 -4
  629. package/dist/types-ts4.5/tokens/atlassian-light/elevation/shadow.d.ts +0 -4
  630. package/dist/types-ts4.5/tokens/atlassian-light/elevation/surface.d.ts +0 -4
  631. package/dist/types-ts4.5/tokens/atlassian-light/opacity/opacity.d.ts +0 -3
  632. package/dist/types-ts4.5/tokens/atlassian-light/utility/utility.d.ts +0 -5
  633. package/dist/types-ts4.5/tokens/atlassian-light-new-input-border/color/border.d.ts +0 -10
  634. package/dist/types-ts4.5/tokens/atlassian-light-saturated-palette-changes/color/accent.d.ts +0 -4
  635. package/dist/types-ts4.5/tokens/atlassian-light-saturated-palette-changes/color/background.d.ts +0 -4
  636. package/dist/types-ts4.5/tokens/atlassian-light-saturated-palette-changes/color/icon.d.ts +0 -4
  637. package/dist/types-ts4.5/tokens/atlassian-shape/shape.d.ts +0 -7
  638. package/dist/types-ts4.5/tokens/atlassian-spacing/spacing.d.ts +0 -10
  639. package/dist/types-ts4.5/tokens/atlassian-typography/font-family.d.ts +0 -4
  640. package/dist/types-ts4.5/tokens/atlassian-typography/letter-spacing.d.ts +0 -4
  641. package/dist/types-ts4.5/tokens/atlassian-typography/theme.d.ts +0 -10
  642. package/dist/types-ts4.5/tokens/atlassian-typography-adg3/font-family.d.ts +0 -4
  643. package/dist/types-ts4.5/tokens/atlassian-typography-adg3/font-size.d.ts +0 -4
  644. package/dist/types-ts4.5/tokens/atlassian-typography-adg3/font-weight.d.ts +0 -4
  645. package/dist/types-ts4.5/tokens/atlassian-typography-adg3/letter-spacing.d.ts +0 -4
  646. package/dist/types-ts4.5/tokens/atlassian-typography-adg3/line-height.d.ts +0 -4
  647. package/dist/types-ts4.5/tokens/atlassian-typography-adg3/theme.d.ts +0 -145
  648. package/dist/types-ts4.5/tokens/atlassian-typography-minor3/font-family.d.ts +0 -4
  649. package/dist/types-ts4.5/tokens/atlassian-typography-minor3/letter-spacing.d.ts +0 -4
  650. package/dist/types-ts4.5/tokens/atlassian-typography-minor3/theme.d.ts +0 -145
  651. package/dist/types-ts4.5/tokens/default/color/accent.d.ts +0 -4
  652. package/dist/types-ts4.5/tokens/default/color/background.d.ts +0 -4
  653. package/dist/types-ts4.5/tokens/default/color/border.d.ts +0 -4
  654. package/dist/types-ts4.5/tokens/default/color/chart.d.ts +0 -4
  655. package/dist/types-ts4.5/tokens/default/color/icon.d.ts +0 -4
  656. package/dist/types-ts4.5/tokens/default/color/interaction.d.ts +0 -4
  657. package/dist/types-ts4.5/tokens/default/color/skeleton.d.ts +0 -4
  658. package/dist/types-ts4.5/tokens/default/color/text.d.ts +0 -4
  659. package/dist/types-ts4.5/tokens/default/elevation/shadow.d.ts +0 -4
  660. package/dist/types-ts4.5/tokens/default/elevation/surface.d.ts +0 -4
  661. package/dist/types-ts4.5/tokens/default/opacity/opacity.d.ts +0 -3
  662. package/dist/types-ts4.5/tokens/default/shape/shape.d.ts +0 -3
  663. package/dist/types-ts4.5/tokens/default/spacing/spacing.d.ts +0 -8
  664. package/dist/types-ts4.5/tokens/default/typography/font-family.d.ts +0 -4
  665. package/dist/types-ts4.5/tokens/default/typography/font-size.d.ts +0 -4
  666. package/dist/types-ts4.5/tokens/default/typography/font-weight.d.ts +0 -4
  667. package/dist/types-ts4.5/tokens/default/typography/font.d.ts +0 -20
  668. package/dist/types-ts4.5/tokens/default/typography/letter-spacing.d.ts +0 -4
  669. package/dist/types-ts4.5/tokens/default/typography/line-height.d.ts +0 -4
  670. package/dist/types-ts4.5/tokens/default/utility/utility.d.ts +0 -5
@@ -1,585 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.default = void 0;
7
- var color = {
8
- color: {
9
- blanket: {
10
- '[default]': {
11
- attributes: {
12
- group: 'paint',
13
- state: 'active',
14
- introduced: '0.0.15',
15
- description: 'Use for the screen overlay that appears with modal dialogs'
16
- }
17
- },
18
- selected: {
19
- attributes: {
20
- group: 'paint',
21
- state: 'active',
22
- introduced: '0.6.0',
23
- description: "Use as an overlay to communicate selected states when a simple background color change isn't possible, such as in Editor block elements"
24
- }
25
- },
26
- danger: {
27
- attributes: {
28
- group: 'paint',
29
- state: 'active',
30
- introduced: '0.6.0',
31
- 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"
32
- }
33
- }
34
- },
35
- background: {
36
- disabled: {
37
- attributes: {
38
- group: 'paint',
39
- state: 'active',
40
- introduced: '0.0.15',
41
- description: 'Use for backgrounds of elements in a disabled state.'
42
- }
43
- },
44
- inverse: {
45
- subtle: {
46
- '[default]': {
47
- attributes: {
48
- group: 'paint',
49
- state: 'active',
50
- introduced: '0.8.3',
51
- description: 'Use for backgrounds of elements on a bold background, such as in the buttons on spotlight cards.'
52
- }
53
- },
54
- hovered: {
55
- attributes: {
56
- group: 'paint',
57
- state: 'active',
58
- introduced: '0.8.3',
59
- description: 'Use for the hovered state of color.background.inverse.subtle'
60
- }
61
- },
62
- pressed: {
63
- attributes: {
64
- group: 'paint',
65
- state: 'active',
66
- introduced: '0.8.3',
67
- description: 'Use for the pressed state of color.background.inverse.subtle'
68
- }
69
- }
70
- }
71
- },
72
- input: {
73
- '[default]': {
74
- attributes: {
75
- group: 'paint',
76
- state: 'active',
77
- introduced: '0.6.0',
78
- description: 'Use for background of form UI elements, such as text fields, checkboxes, and radio buttons.'
79
- }
80
- },
81
- hovered: {
82
- attributes: {
83
- group: 'paint',
84
- state: 'active',
85
- introduced: '0.6.0',
86
- description: 'Hovered state for color.background.input'
87
- }
88
- },
89
- pressed: {
90
- attributes: {
91
- group: 'paint',
92
- state: 'active',
93
- introduced: '0.6.0',
94
- description: 'Pressed state for color.background.input'
95
- }
96
- }
97
- },
98
- neutral: {
99
- '[default]': {
100
- '[default]': {
101
- attributes: {
102
- group: 'paint',
103
- state: 'active',
104
- introduced: '0.6.0',
105
- description: 'The default background for neutral elements, such as default buttons.'
106
- }
107
- },
108
- hovered: {
109
- attributes: {
110
- group: 'paint',
111
- state: 'active',
112
- introduced: '0.6.0',
113
- description: 'Hovered state for color.background.neutral'
114
- }
115
- },
116
- pressed: {
117
- attributes: {
118
- group: 'paint',
119
- state: 'active',
120
- introduced: '0.6.0',
121
- description: 'Pressed state for color.background.neutral'
122
- }
123
- }
124
- },
125
- subtle: {
126
- '[default]': {
127
- attributes: {
128
- group: 'paint',
129
- state: 'active',
130
- introduced: '0.6.0',
131
- description: 'Use for the background of elements that appear to have no background in a resting state, such as subtle buttons and menu items.'
132
- }
133
- },
134
- hovered: {
135
- attributes: {
136
- group: 'paint',
137
- state: 'active',
138
- introduced: '0.6.0',
139
- description: 'Hovered state for color.background.neutral.subtle'
140
- }
141
- },
142
- pressed: {
143
- attributes: {
144
- group: 'paint',
145
- state: 'active',
146
- introduced: '0.6.0',
147
- description: 'Pressed state for color.background.neutral.subtle'
148
- }
149
- }
150
- },
151
- bold: {
152
- '[default]': {
153
- attributes: {
154
- group: 'paint',
155
- state: 'active',
156
- introduced: '0.6.0',
157
- description: 'A vibrant background option for neutral UI elements, such as announcement banners.'
158
- }
159
- },
160
- hovered: {
161
- attributes: {
162
- group: 'paint',
163
- state: 'active',
164
- introduced: '0.6.0',
165
- description: 'Hovered state of color.background.neutral.bold'
166
- }
167
- },
168
- pressed: {
169
- attributes: {
170
- group: 'paint',
171
- state: 'active',
172
- introduced: '0.6.0',
173
- description: 'Pressed state of color.background.neutral.bold'
174
- }
175
- }
176
- }
177
- },
178
- brand: {
179
- subtlest: {
180
- '[default]': {
181
- attributes: {
182
- group: 'paint',
183
- state: 'active',
184
- introduced: '1.13.0',
185
- description: 'Use for the background of elements used to reinforce our brand, but with less emphasis.'
186
- }
187
- },
188
- hovered: {
189
- attributes: {
190
- group: 'paint',
191
- state: 'active',
192
- introduced: '1.13.0',
193
- description: 'Hovered state of color.background.brand.subtlest.'
194
- }
195
- },
196
- pressed: {
197
- attributes: {
198
- group: 'paint',
199
- state: 'active',
200
- introduced: '1.13.0',
201
- description: 'Pressed state of color.background.brand.subtlest'
202
- }
203
- }
204
- },
205
- bold: {
206
- '[default]': {
207
- attributes: {
208
- group: 'paint',
209
- state: 'active',
210
- introduced: '0.6.0',
211
- description: 'Use for the background of elements used to reinforce our brand, but with more emphasis.'
212
- }
213
- },
214
- hovered: {
215
- attributes: {
216
- group: 'paint',
217
- state: 'active',
218
- introduced: '0.6.0',
219
- description: 'Hovered state of color.background.brand.bold.'
220
- }
221
- },
222
- pressed: {
223
- attributes: {
224
- group: 'paint',
225
- state: 'active',
226
- introduced: '0.6.0',
227
- description: 'Pressed state of color.background.brand.bold.'
228
- }
229
- }
230
- },
231
- boldest: {
232
- '[default]': {
233
- attributes: {
234
- group: 'paint',
235
- state: 'active',
236
- introduced: '1.13.0',
237
- description: 'Use for the background of elements used to reinforce our brand, that need to stand out a lot.'
238
- }
239
- },
240
- hovered: {
241
- attributes: {
242
- group: 'paint',
243
- state: 'active',
244
- introduced: '1.13.0',
245
- description: 'Hovered state of color.background.brand.boldest.'
246
- }
247
- },
248
- pressed: {
249
- attributes: {
250
- group: 'paint',
251
- state: 'active',
252
- introduced: '1.13.0',
253
- description: 'Pressed state of color.background.brand.boldest.'
254
- }
255
- }
256
- }
257
- },
258
- selected: {
259
- '[default]': {
260
- '[default]': {
261
- attributes: {
262
- group: 'paint',
263
- state: 'active',
264
- introduced: '0.6.2',
265
- description: 'Use for the background of elements in a selected state, such as in opened dropdown buttons.'
266
- }
267
- },
268
- hovered: {
269
- attributes: {
270
- group: 'paint',
271
- state: 'active',
272
- introduced: '0.6.2',
273
- description: 'Hovered state for color.background.selected'
274
- }
275
- },
276
- pressed: {
277
- attributes: {
278
- group: 'paint',
279
- state: 'active',
280
- introduced: '0.6.2',
281
- description: 'Pressed state for color.background.selected'
282
- }
283
- }
284
- },
285
- bold: {
286
- '[default]': {
287
- attributes: {
288
- group: 'paint',
289
- state: 'active',
290
- introduced: '0.6.2',
291
- description: 'Use for the backgrounds of elements in a selected state, such as checkboxes and radio buttons.'
292
- }
293
- },
294
- hovered: {
295
- attributes: {
296
- group: 'paint',
297
- state: 'active',
298
- introduced: '0.6.2',
299
- description: 'Hovered state of color.background.selected.bold'
300
- }
301
- },
302
- pressed: {
303
- attributes: {
304
- group: 'paint',
305
- state: 'active',
306
- introduced: '0.6.2',
307
- description: 'Pressed state of color.background.selected.bold'
308
- }
309
- }
310
- }
311
- },
312
- danger: {
313
- '[default]': {
314
- '[default]': {
315
- attributes: {
316
- group: 'paint',
317
- state: 'active',
318
- introduced: '0.6.0',
319
- description: 'Use for backgrounds communicating critical information, such in error section messages.'
320
- }
321
- },
322
- hovered: {
323
- attributes: {
324
- group: 'paint',
325
- state: 'active',
326
- introduced: '0.6.0',
327
- description: 'Hovered state for color.background.danger'
328
- }
329
- },
330
- pressed: {
331
- attributes: {
332
- group: 'paint',
333
- state: 'active',
334
- introduced: '0.6.0',
335
- description: 'Pressed state for color.background.danger'
336
- }
337
- }
338
- },
339
- bold: {
340
- '[default]': {
341
- attributes: {
342
- group: 'paint',
343
- state: 'active',
344
- introduced: '0.6.0',
345
- description: 'A vibrant background option for communicating critical information, such as in danger buttons and error banners.'
346
- }
347
- },
348
- hovered: {
349
- attributes: {
350
- group: 'paint',
351
- state: 'active',
352
- introduced: '0.6.0',
353
- description: 'Hovered state of color.background.danger.bold'
354
- }
355
- },
356
- pressed: {
357
- attributes: {
358
- group: 'paint',
359
- state: 'active',
360
- introduced: '0.6.0',
361
- description: 'Pressed state of color.background.danger.bold'
362
- }
363
- }
364
- }
365
- },
366
- warning: {
367
- '[default]': {
368
- '[default]': {
369
- attributes: {
370
- group: 'paint',
371
- state: 'active',
372
- introduced: '0.6.0',
373
- description: 'Use for backgrounds communicating caution, such as in warning section messages.'
374
- }
375
- },
376
- hovered: {
377
- attributes: {
378
- group: 'paint',
379
- state: 'active',
380
- introduced: '0.6.0',
381
- description: 'Hovered state for color.background.warning'
382
- }
383
- },
384
- pressed: {
385
- attributes: {
386
- group: 'paint',
387
- state: 'active',
388
- introduced: '0.6.0',
389
- description: 'Pressed state for color.background.warning'
390
- }
391
- }
392
- },
393
- bold: {
394
- '[default]': {
395
- attributes: {
396
- group: 'paint',
397
- state: 'active',
398
- introduced: '0.6.0',
399
- description: 'A vibrant background option for communicating caution, such as in warning buttons and warning banners.'
400
- }
401
- },
402
- hovered: {
403
- attributes: {
404
- group: 'paint',
405
- state: 'active',
406
- introduced: '0.6.0',
407
- description: 'Hovered state of color.background.warning.bold'
408
- }
409
- },
410
- pressed: {
411
- attributes: {
412
- group: 'paint',
413
- state: 'active',
414
- introduced: '0.6.0',
415
- description: 'Pressed state of color.background.warning.bold'
416
- }
417
- }
418
- }
419
- },
420
- success: {
421
- '[default]': {
422
- '[default]': {
423
- attributes: {
424
- group: 'paint',
425
- state: 'active',
426
- introduced: '0.6.0',
427
- description: 'Use for backgrounds communicating a favorable outcome, such as in success section messages.'
428
- }
429
- },
430
- hovered: {
431
- attributes: {
432
- group: 'paint',
433
- state: 'active',
434
- introduced: '0.6.0',
435
- description: 'Hovered state for color.background.success'
436
- }
437
- },
438
- pressed: {
439
- attributes: {
440
- group: 'paint',
441
- state: 'active',
442
- introduced: '0.6.0',
443
- description: 'Pressed state for color.background.success'
444
- }
445
- }
446
- },
447
- bold: {
448
- '[default]': {
449
- attributes: {
450
- group: 'paint',
451
- state: 'active',
452
- introduced: '0.6.0',
453
- description: 'A vibrant background option for communicating a favorable outcome, such as in checked toggles.'
454
- }
455
- },
456
- hovered: {
457
- attributes: {
458
- group: 'paint',
459
- state: 'active',
460
- introduced: '0.6.0',
461
- description: 'Hovered state of color.background.success.bold'
462
- }
463
- },
464
- pressed: {
465
- attributes: {
466
- group: 'paint',
467
- state: 'active',
468
- introduced: '0.6.0',
469
- description: 'Pressed state of color.background.success.bold'
470
- }
471
- }
472
- }
473
- },
474
- discovery: {
475
- '[default]': {
476
- '[default]': {
477
- attributes: {
478
- group: 'paint',
479
- state: 'active',
480
- introduced: '0.6.0',
481
- description: 'Use for backgrounds communicating change or something new, such as in discovery section messages.'
482
- }
483
- },
484
- hovered: {
485
- attributes: {
486
- group: 'paint',
487
- state: 'active',
488
- introduced: '0.6.0',
489
- description: 'Hover state for color.background.discovery'
490
- }
491
- },
492
- pressed: {
493
- attributes: {
494
- group: 'paint',
495
- state: 'active',
496
- introduced: '0.6.0',
497
- description: 'Pressed state for color.background.discovery'
498
- }
499
- }
500
- },
501
- bold: {
502
- '[default]': {
503
- attributes: {
504
- group: 'paint',
505
- state: 'active',
506
- introduced: '0.6.0',
507
- description: 'A vibrant background option communicating change or something new, such as in onboarding spotlights.'
508
- }
509
- },
510
- hovered: {
511
- attributes: {
512
- group: 'paint',
513
- state: 'active',
514
- introduced: '0.6.0',
515
- description: 'Hovered state of color.background.discovery.bold'
516
- }
517
- },
518
- pressed: {
519
- attributes: {
520
- group: 'paint',
521
- state: 'active',
522
- introduced: '0.6.0',
523
- description: 'Pressed state of color.background.discovery.bold'
524
- }
525
- }
526
- }
527
- },
528
- information: {
529
- '[default]': {
530
- '[default]': {
531
- attributes: {
532
- group: 'paint',
533
- state: 'active',
534
- introduced: '0.6.0',
535
- description: 'Use for backgrounds communicating information or something in-progress, such as in information section messages.'
536
- }
537
- },
538
- hovered: {
539
- attributes: {
540
- group: 'paint',
541
- state: 'active',
542
- introduced: '0.6.0',
543
- description: 'Hovered state of color.background.information'
544
- }
545
- },
546
- pressed: {
547
- attributes: {
548
- group: 'paint',
549
- state: 'active',
550
- introduced: '0.6.0',
551
- description: 'Pressed state of color.background.information'
552
- }
553
- }
554
- },
555
- bold: {
556
- '[default]': {
557
- attributes: {
558
- group: 'paint',
559
- state: 'active',
560
- introduced: '0.6.0',
561
- description: 'A vibrant background option for communicating information or something in-progress.'
562
- }
563
- },
564
- hovered: {
565
- attributes: {
566
- group: 'paint',
567
- state: 'active',
568
- introduced: '0.6.0',
569
- description: 'Hovered state of color.background.information.bold'
570
- }
571
- },
572
- pressed: {
573
- attributes: {
574
- group: 'paint',
575
- state: 'active',
576
- introduced: '0.6.0',
577
- description: 'Pressed state of color.background.information.bold'
578
- }
579
- }
580
- }
581
- }
582
- }
583
- }
584
- };
585
- var _default = exports.default = color;
@@ -1,117 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.default = void 0;
7
- var color = {
8
- color: {
9
- border: {
10
- '[default]': {
11
- attributes: {
12
- group: 'paint',
13
- state: 'active',
14
- introduced: '0.6.0',
15
- description: 'Use to visually group or separate UI elements, such as flat cards or side panel dividers.'
16
- }
17
- },
18
- bold: {
19
- attributes: {
20
- group: 'paint',
21
- state: 'active',
22
- introduced: '0.10.8',
23
- description: 'A neutral border option that passes min 3:1 contrast ratios.'
24
- }
25
- },
26
- inverse: {
27
- attributes: {
28
- group: 'paint',
29
- state: 'active',
30
- introduced: '0.6.0',
31
- description: 'Use for borders on bold backgrounds.'
32
- }
33
- },
34
- focused: {
35
- attributes: {
36
- group: 'paint',
37
- state: 'active',
38
- introduced: '0.6.0',
39
- description: 'Use for focus rings of elements in a focus state.'
40
- }
41
- },
42
- input: {
43
- attributes: {
44
- group: 'paint',
45
- state: 'active',
46
- introduced: '0.6.0',
47
- description: 'Use for borders of form UI elements, such as text fields, checkboxes, and radio buttons.'
48
- }
49
- },
50
- disabled: {
51
- attributes: {
52
- group: 'paint',
53
- state: 'active',
54
- introduced: '0.6.0',
55
- description: 'Use for borders of elements in a disabled state.'
56
- }
57
- },
58
- brand: {
59
- attributes: {
60
- group: 'paint',
61
- state: 'active',
62
- introduced: '0.6.0',
63
- description: 'Use for borders or visual indicators of elements that reinforce our brand, such as logos or primary buttons.'
64
- }
65
- },
66
- selected: {
67
- attributes: {
68
- group: 'paint',
69
- state: 'active',
70
- introduced: '0.6.2',
71
- description: 'Use for borders or visual indicators of elements in a selected or opened state, such as in tabs or menu items.'
72
- }
73
- },
74
- danger: {
75
- attributes: {
76
- group: 'paint',
77
- state: 'active',
78
- introduced: '0.6.0',
79
- description: 'Use for borders communicating critical information, such as the borders on invalid text fields.'
80
- }
81
- },
82
- warning: {
83
- attributes: {
84
- group: 'paint',
85
- state: 'active',
86
- introduced: '0.6.0',
87
- description: 'Use for borders communicating caution.'
88
- }
89
- },
90
- success: {
91
- attributes: {
92
- group: 'paint',
93
- state: 'active',
94
- introduced: '0.6.0',
95
- description: 'Use for borders communicating a favorable outcome, such as the borders on validated text fields.'
96
- }
97
- },
98
- discovery: {
99
- attributes: {
100
- group: 'paint',
101
- state: 'active',
102
- introduced: '0.6.0',
103
- description: 'Use for borders communicating change or something new, such as the borders in onboarding spotlights.'
104
- }
105
- },
106
- information: {
107
- attributes: {
108
- group: 'paint',
109
- state: 'active',
110
- introduced: '0.6.0',
111
- description: 'Use for borders communicating information or something in-progress.'
112
- }
113
- }
114
- }
115
- }
116
- };
117
- var _default = exports.default = color;