@atlaskit/tokens 1.12.0 → 1.13.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 (119) hide show
  1. package/CHANGELOG.md +22 -0
  2. package/dist/cjs/artifacts/atlassian-dark-token-value-for-contrast-check.js +3 -2
  3. package/dist/cjs/artifacts/atlassian-light-token-value-for-contrast-check.js +3 -2
  4. package/dist/cjs/artifacts/generated-pairs.js +2 -2
  5. package/dist/cjs/artifacts/themes/atlassian-dark.js +2 -2
  6. package/dist/cjs/artifacts/themes/atlassian-legacy-dark.js +2 -2
  7. package/dist/cjs/artifacts/themes/atlassian-legacy-light.js +2 -2
  8. package/dist/cjs/artifacts/themes/atlassian-light.js +2 -2
  9. package/dist/cjs/artifacts/token-default-values.js +7 -1
  10. package/dist/cjs/artifacts/token-names.js +7 -1
  11. package/dist/cjs/artifacts/tokens-raw/atlassian-dark.js +137 -5
  12. package/dist/cjs/artifacts/tokens-raw/atlassian-legacy-dark.js +137 -5
  13. package/dist/cjs/artifacts/tokens-raw/atlassian-legacy-light.js +139 -7
  14. package/dist/cjs/artifacts/tokens-raw/atlassian-light.js +137 -5
  15. package/dist/cjs/get-token-value.js +1 -1
  16. package/dist/cjs/get-token.js +1 -1
  17. package/dist/cjs/tokens/atlassian-dark/color/background.js +22 -0
  18. package/dist/cjs/tokens/atlassian-legacy-dark/color/background.js +22 -0
  19. package/dist/cjs/tokens/atlassian-legacy-light/color/background.js +22 -0
  20. package/dist/cjs/tokens/atlassian-legacy-light/color/border.js +1 -1
  21. package/dist/cjs/tokens/atlassian-light/color/background.js +22 -0
  22. package/dist/cjs/tokens/default/color/background.js +54 -2
  23. package/dist/cjs/utils/generate-custom-color-ramp.js +16 -7
  24. package/dist/cjs/version.json +1 -1
  25. package/dist/es2019/artifacts/atlassian-dark-token-value-for-contrast-check.js +3 -2
  26. package/dist/es2019/artifacts/atlassian-light-token-value-for-contrast-check.js +3 -2
  27. package/dist/es2019/artifacts/generated-pairs.js +2 -2
  28. package/dist/es2019/artifacts/themes/atlassian-dark.js +7 -1
  29. package/dist/es2019/artifacts/themes/atlassian-legacy-dark.js +7 -1
  30. package/dist/es2019/artifacts/themes/atlassian-legacy-light.js +8 -2
  31. package/dist/es2019/artifacts/themes/atlassian-light.js +7 -1
  32. package/dist/es2019/artifacts/token-default-values.js +7 -1
  33. package/dist/es2019/artifacts/token-names.js +7 -1
  34. package/dist/es2019/artifacts/tokens-raw/atlassian-dark.js +137 -5
  35. package/dist/es2019/artifacts/tokens-raw/atlassian-legacy-dark.js +137 -5
  36. package/dist/es2019/artifacts/tokens-raw/atlassian-legacy-light.js +139 -7
  37. package/dist/es2019/artifacts/tokens-raw/atlassian-light.js +137 -5
  38. package/dist/es2019/get-token-value.js +1 -1
  39. package/dist/es2019/get-token.js +1 -1
  40. package/dist/es2019/tokens/atlassian-dark/color/background.js +22 -0
  41. package/dist/es2019/tokens/atlassian-legacy-dark/color/background.js +22 -0
  42. package/dist/es2019/tokens/atlassian-legacy-light/color/background.js +22 -0
  43. package/dist/es2019/tokens/atlassian-legacy-light/color/border.js +1 -1
  44. package/dist/es2019/tokens/atlassian-light/color/background.js +22 -0
  45. package/dist/es2019/tokens/default/color/background.js +54 -2
  46. package/dist/es2019/utils/generate-custom-color-ramp.js +16 -5
  47. package/dist/es2019/version.json +1 -1
  48. package/dist/esm/artifacts/atlassian-dark-token-value-for-contrast-check.js +3 -2
  49. package/dist/esm/artifacts/atlassian-light-token-value-for-contrast-check.js +3 -2
  50. package/dist/esm/artifacts/generated-pairs.js +2 -2
  51. package/dist/esm/artifacts/themes/atlassian-dark.js +2 -2
  52. package/dist/esm/artifacts/themes/atlassian-legacy-dark.js +2 -2
  53. package/dist/esm/artifacts/themes/atlassian-legacy-light.js +2 -2
  54. package/dist/esm/artifacts/themes/atlassian-light.js +2 -2
  55. package/dist/esm/artifacts/token-default-values.js +7 -1
  56. package/dist/esm/artifacts/token-names.js +7 -1
  57. package/dist/esm/artifacts/tokens-raw/atlassian-dark.js +137 -5
  58. package/dist/esm/artifacts/tokens-raw/atlassian-legacy-dark.js +137 -5
  59. package/dist/esm/artifacts/tokens-raw/atlassian-legacy-light.js +139 -7
  60. package/dist/esm/artifacts/tokens-raw/atlassian-light.js +137 -5
  61. package/dist/esm/get-token-value.js +1 -1
  62. package/dist/esm/get-token.js +1 -1
  63. package/dist/esm/tokens/atlassian-dark/color/background.js +22 -0
  64. package/dist/esm/tokens/atlassian-legacy-dark/color/background.js +22 -0
  65. package/dist/esm/tokens/atlassian-legacy-light/color/background.js +22 -0
  66. package/dist/esm/tokens/atlassian-legacy-light/color/border.js +1 -1
  67. package/dist/esm/tokens/atlassian-light/color/background.js +22 -0
  68. package/dist/esm/tokens/default/color/background.js +54 -2
  69. package/dist/esm/utils/generate-custom-color-ramp.js +16 -7
  70. package/dist/esm/version.json +1 -1
  71. package/dist/types/artifacts/atlassian-dark-token-value-for-contrast-check.d.ts +2 -1
  72. package/dist/types/artifacts/atlassian-light-token-value-for-contrast-check.d.ts +2 -1
  73. package/dist/types/artifacts/generated-pairs.d.ts +1 -1
  74. package/dist/types/artifacts/themes/atlassian-dark.d.ts +2 -2
  75. package/dist/types/artifacts/themes/atlassian-legacy-dark.d.ts +2 -2
  76. package/dist/types/artifacts/themes/atlassian-legacy-light.d.ts +2 -2
  77. package/dist/types/artifacts/themes/atlassian-light.d.ts +2 -2
  78. package/dist/types/artifacts/token-default-values.d.ts +7 -1
  79. package/dist/types/artifacts/token-names.d.ts +13 -1
  80. package/dist/types/artifacts/tokens-raw/atlassian-dark.d.ts +1 -1
  81. package/dist/types/artifacts/tokens-raw/atlassian-legacy-dark.d.ts +1 -1
  82. package/dist/types/artifacts/tokens-raw/atlassian-legacy-light.d.ts +1 -1
  83. package/dist/types/artifacts/tokens-raw/atlassian-light.d.ts +1 -1
  84. package/dist/types/artifacts/types-internal.d.ts +2 -2
  85. package/dist/types/artifacts/types.d.ts +2 -2
  86. package/dist/types/tokens/atlassian-dark/utility/utility.d.ts +1 -1
  87. package/dist/types/tokens/atlassian-light/utility/utility.d.ts +1 -1
  88. package/dist/types/tokens/default/utility/utility.d.ts +1 -1
  89. package/dist/types/types.d.ts +10 -0
  90. package/dist/types-ts4.5/artifacts/atlassian-dark-token-value-for-contrast-check.d.ts +2 -1
  91. package/dist/types-ts4.5/artifacts/atlassian-light-token-value-for-contrast-check.d.ts +2 -1
  92. package/dist/types-ts4.5/artifacts/generated-pairs.d.ts +1 -1
  93. package/dist/types-ts4.5/artifacts/themes/atlassian-dark.d.ts +2 -2
  94. package/dist/types-ts4.5/artifacts/themes/atlassian-legacy-dark.d.ts +2 -2
  95. package/dist/types-ts4.5/artifacts/themes/atlassian-legacy-light.d.ts +2 -2
  96. package/dist/types-ts4.5/artifacts/themes/atlassian-light.d.ts +2 -2
  97. package/dist/types-ts4.5/artifacts/token-default-values.d.ts +7 -1
  98. package/dist/types-ts4.5/artifacts/token-names.d.ts +13 -1
  99. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-dark.d.ts +1 -1
  100. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-legacy-dark.d.ts +1 -1
  101. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-legacy-light.d.ts +1 -1
  102. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-light.d.ts +1 -1
  103. package/dist/types-ts4.5/artifacts/types-internal.d.ts +2 -2
  104. package/dist/types-ts4.5/artifacts/types.d.ts +2 -2
  105. package/dist/types-ts4.5/tokens/atlassian-dark/utility/utility.d.ts +1 -1
  106. package/dist/types-ts4.5/tokens/atlassian-light/utility/utility.d.ts +1 -1
  107. package/dist/types-ts4.5/tokens/default/utility/utility.d.ts +1 -1
  108. package/dist/types-ts4.5/types.d.ts +10 -0
  109. package/figma/atlassian-dark.json +56 -2
  110. package/figma/atlassian-legacy-dark.json +56 -2
  111. package/figma/atlassian-legacy-light.json +57 -3
  112. package/figma/atlassian-light.json +56 -2
  113. package/package.json +2 -2
  114. package/report.api.md +24 -0
  115. package/dist/cjs/artifacts/tokens-raw/atlassian-dark-iteration.js +0 -902
  116. package/dist/es2019/artifacts/tokens-raw/atlassian-dark-iteration.js +0 -895
  117. package/dist/esm/artifacts/tokens-raw/atlassian-dark-iteration.js +0 -895
  118. package/dist/types/artifacts/tokens-raw/atlassian-dark-iteration.d.ts +0 -91
  119. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-dark-iteration.d.ts +0 -91
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::0b9efb6f5e343e1cbb90bf2ead8a25da>>
3
+ * @codegen <<SignedSource::309519b3d309ba66f31d019788cc5ef0>>
4
4
  * @codegenCommand yarn build tokens
5
5
  */
6
6
  const tokens = [{
@@ -1528,7 +1528,7 @@ const tokens = [{
1528
1528
  "introduced": "0.6.0",
1529
1529
  "description": "Use for focus rings of elements in a focus state."
1530
1530
  },
1531
- "value": "#4C9AFF",
1531
+ "value": "#2684FF",
1532
1532
  "filePath": "src/tokens/atlassian-legacy-light/color/border.tsx",
1533
1533
  "isSource": true,
1534
1534
  "original": {
@@ -1538,7 +1538,7 @@ const tokens = [{
1538
1538
  "introduced": "0.6.0",
1539
1539
  "description": "Use for focus rings of elements in a focus state."
1540
1540
  },
1541
- "value": "B100"
1541
+ "value": "B200"
1542
1542
  },
1543
1543
  "name": "color.border.focused",
1544
1544
  "path": ["color", "border", "focused"],
@@ -3127,6 +3127,72 @@ const tokens = [{
3127
3127
  "name": "color.background.selected.bold.pressed",
3128
3128
  "path": ["color", "background", "selected", "bold", "pressed"],
3129
3129
  "cleanName": "color.background.selected.bold.pressed"
3130
+ }, {
3131
+ "attributes": {
3132
+ "group": "paint",
3133
+ "state": "active",
3134
+ "introduced": "1.13.0",
3135
+ "description": "Use for the background of elements used to reinforce our brand, but with less emphasis."
3136
+ },
3137
+ "value": "#B3D4FF",
3138
+ "filePath": "src/tokens/atlassian-legacy-light/color/background.tsx",
3139
+ "isSource": true,
3140
+ "original": {
3141
+ "attributes": {
3142
+ "group": "paint",
3143
+ "state": "active",
3144
+ "introduced": "1.13.0",
3145
+ "description": "Use for the background of elements used to reinforce our brand, but with less emphasis."
3146
+ },
3147
+ "value": "B75"
3148
+ },
3149
+ "name": "color.background.brand.subtlest.[default]",
3150
+ "path": ["color", "background", "brand", "subtlest", "[default]"],
3151
+ "cleanName": "color.background.brand.subtlest"
3152
+ }, {
3153
+ "attributes": {
3154
+ "group": "paint",
3155
+ "state": "active",
3156
+ "introduced": "1.13.0",
3157
+ "description": "Hovered state of color.background.brand.subtlest."
3158
+ },
3159
+ "value": "#DEEBFF",
3160
+ "filePath": "src/tokens/atlassian-legacy-light/color/background.tsx",
3161
+ "isSource": true,
3162
+ "original": {
3163
+ "attributes": {
3164
+ "group": "paint",
3165
+ "state": "active",
3166
+ "introduced": "1.13.0",
3167
+ "description": "Hovered state of color.background.brand.subtlest."
3168
+ },
3169
+ "value": "B50"
3170
+ },
3171
+ "name": "color.background.brand.subtlest.hovered",
3172
+ "path": ["color", "background", "brand", "subtlest", "hovered"],
3173
+ "cleanName": "color.background.brand.subtlest.hovered"
3174
+ }, {
3175
+ "attributes": {
3176
+ "group": "paint",
3177
+ "state": "active",
3178
+ "introduced": "1.13.0",
3179
+ "description": "Pressed state of color.background.brand.subtlest"
3180
+ },
3181
+ "value": "#4C9AFF",
3182
+ "filePath": "src/tokens/atlassian-legacy-light/color/background.tsx",
3183
+ "isSource": true,
3184
+ "original": {
3185
+ "attributes": {
3186
+ "group": "paint",
3187
+ "state": "active",
3188
+ "introduced": "1.13.0",
3189
+ "description": "Pressed state of color.background.brand.subtlest"
3190
+ },
3191
+ "value": "B100"
3192
+ },
3193
+ "name": "color.background.brand.subtlest.pressed",
3194
+ "path": ["color", "background", "brand", "subtlest", "pressed"],
3195
+ "cleanName": "color.background.brand.subtlest.pressed"
3130
3196
  }, {
3131
3197
  "attributes": {
3132
3198
  "group": "paint",
@@ -3154,7 +3220,7 @@ const tokens = [{
3154
3220
  "group": "paint",
3155
3221
  "state": "active",
3156
3222
  "introduced": "0.6.0",
3157
- "description": "Hovered state of color.background.brand.bold"
3223
+ "description": "Hovered state of color.background.brand.bold."
3158
3224
  },
3159
3225
  "value": "#0065FF",
3160
3226
  "filePath": "src/tokens/atlassian-legacy-light/color/background.tsx",
@@ -3164,7 +3230,7 @@ const tokens = [{
3164
3230
  "group": "paint",
3165
3231
  "state": "active",
3166
3232
  "introduced": "0.6.0",
3167
- "description": "Hovered state of color.background.brand.bold"
3233
+ "description": "Hovered state of color.background.brand.bold."
3168
3234
  },
3169
3235
  "value": "B300"
3170
3236
  },
@@ -3176,7 +3242,7 @@ const tokens = [{
3176
3242
  "group": "paint",
3177
3243
  "state": "active",
3178
3244
  "introduced": "0.6.0",
3179
- "description": "Pressed state of color.background.brand.bold"
3245
+ "description": "Pressed state of color.background.brand.bold."
3180
3246
  },
3181
3247
  "value": "#0747A6",
3182
3248
  "filePath": "src/tokens/atlassian-legacy-light/color/background.tsx",
@@ -3186,13 +3252,79 @@ const tokens = [{
3186
3252
  "group": "paint",
3187
3253
  "state": "active",
3188
3254
  "introduced": "0.6.0",
3189
- "description": "Pressed state of color.background.brand.bold"
3255
+ "description": "Pressed state of color.background.brand.bold."
3190
3256
  },
3191
3257
  "value": "B500"
3192
3258
  },
3193
3259
  "name": "color.background.brand.bold.pressed",
3194
3260
  "path": ["color", "background", "brand", "bold", "pressed"],
3195
3261
  "cleanName": "color.background.brand.bold.pressed"
3262
+ }, {
3263
+ "attributes": {
3264
+ "group": "paint",
3265
+ "state": "active",
3266
+ "introduced": "1.13.0",
3267
+ "description": "Use for the background of elements used to reinforce our brand, that need to stand out a lot."
3268
+ },
3269
+ "value": "#0747A6",
3270
+ "filePath": "src/tokens/atlassian-legacy-light/color/background.tsx",
3271
+ "isSource": true,
3272
+ "original": {
3273
+ "attributes": {
3274
+ "group": "paint",
3275
+ "state": "active",
3276
+ "introduced": "1.13.0",
3277
+ "description": "Use for the background of elements used to reinforce our brand, that need to stand out a lot."
3278
+ },
3279
+ "value": "B500"
3280
+ },
3281
+ "name": "color.background.brand.boldest.[default]",
3282
+ "path": ["color", "background", "brand", "boldest", "[default]"],
3283
+ "cleanName": "color.background.brand.boldest"
3284
+ }, {
3285
+ "attributes": {
3286
+ "group": "paint",
3287
+ "state": "active",
3288
+ "introduced": "1.13.0",
3289
+ "description": "Hovered state of color.background.brand.boldest."
3290
+ },
3291
+ "value": "#0052CC",
3292
+ "filePath": "src/tokens/atlassian-legacy-light/color/background.tsx",
3293
+ "isSource": true,
3294
+ "original": {
3295
+ "attributes": {
3296
+ "group": "paint",
3297
+ "state": "active",
3298
+ "introduced": "1.13.0",
3299
+ "description": "Hovered state of color.background.brand.boldest."
3300
+ },
3301
+ "value": "B400"
3302
+ },
3303
+ "name": "color.background.brand.boldest.hovered",
3304
+ "path": ["color", "background", "brand", "boldest", "hovered"],
3305
+ "cleanName": "color.background.brand.boldest.hovered"
3306
+ }, {
3307
+ "attributes": {
3308
+ "group": "paint",
3309
+ "state": "active",
3310
+ "introduced": "1.13.0",
3311
+ "description": "Pressed state of color.background.brand.boldest."
3312
+ },
3313
+ "value": "#0747A6",
3314
+ "filePath": "src/tokens/atlassian-legacy-light/color/background.tsx",
3315
+ "isSource": true,
3316
+ "original": {
3317
+ "attributes": {
3318
+ "group": "paint",
3319
+ "state": "active",
3320
+ "introduced": "1.13.0",
3321
+ "description": "Pressed state of color.background.brand.boldest."
3322
+ },
3323
+ "value": "B500"
3324
+ },
3325
+ "name": "color.background.brand.boldest.pressed",
3326
+ "path": ["color", "background", "brand", "boldest", "pressed"],
3327
+ "cleanName": "color.background.brand.boldest.pressed"
3196
3328
  }, {
3197
3329
  "attributes": {
3198
3330
  "group": "paint",
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::d67f95200a3e54c2a2adadc78198392e>>
3
+ * @codegen <<SignedSource::c96324369c8a09e129803eff1f33d1e8>>
4
4
  * @codegenCommand yarn build tokens
5
5
  */
6
6
  const tokens = [{
@@ -3127,6 +3127,72 @@ const tokens = [{
3127
3127
  "name": "color.background.selected.bold.pressed",
3128
3128
  "path": ["color", "background", "selected", "bold", "pressed"],
3129
3129
  "cleanName": "color.background.selected.bold.pressed"
3130
+ }, {
3131
+ "attributes": {
3132
+ "group": "paint",
3133
+ "state": "active",
3134
+ "introduced": "1.13.0",
3135
+ "description": "Use for the background of elements used to reinforce our brand, but with less emphasis."
3136
+ },
3137
+ "value": "#E9F2FF",
3138
+ "filePath": "src/tokens/atlassian-light/color/background.tsx",
3139
+ "isSource": true,
3140
+ "original": {
3141
+ "attributes": {
3142
+ "group": "paint",
3143
+ "state": "active",
3144
+ "introduced": "1.13.0",
3145
+ "description": "Use for the background of elements used to reinforce our brand, but with less emphasis."
3146
+ },
3147
+ "value": "Blue100"
3148
+ },
3149
+ "name": "color.background.brand.subtlest.[default]",
3150
+ "path": ["color", "background", "brand", "subtlest", "[default]"],
3151
+ "cleanName": "color.background.brand.subtlest"
3152
+ }, {
3153
+ "attributes": {
3154
+ "group": "paint",
3155
+ "state": "active",
3156
+ "introduced": "1.13.0",
3157
+ "description": "Hovered state of color.background.brand.subtlest."
3158
+ },
3159
+ "value": "#CCE0FF",
3160
+ "filePath": "src/tokens/atlassian-light/color/background.tsx",
3161
+ "isSource": true,
3162
+ "original": {
3163
+ "attributes": {
3164
+ "group": "paint",
3165
+ "state": "active",
3166
+ "introduced": "1.13.0",
3167
+ "description": "Hovered state of color.background.brand.subtlest."
3168
+ },
3169
+ "value": "Blue200"
3170
+ },
3171
+ "name": "color.background.brand.subtlest.hovered",
3172
+ "path": ["color", "background", "brand", "subtlest", "hovered"],
3173
+ "cleanName": "color.background.brand.subtlest.hovered"
3174
+ }, {
3175
+ "attributes": {
3176
+ "group": "paint",
3177
+ "state": "active",
3178
+ "introduced": "1.13.0",
3179
+ "description": "Pressed state of color.background.brand.subtlest"
3180
+ },
3181
+ "value": "#85B8FF",
3182
+ "filePath": "src/tokens/atlassian-light/color/background.tsx",
3183
+ "isSource": true,
3184
+ "original": {
3185
+ "attributes": {
3186
+ "group": "paint",
3187
+ "state": "active",
3188
+ "introduced": "1.13.0",
3189
+ "description": "Pressed state of color.background.brand.subtlest"
3190
+ },
3191
+ "value": "Blue300"
3192
+ },
3193
+ "name": "color.background.brand.subtlest.pressed",
3194
+ "path": ["color", "background", "brand", "subtlest", "pressed"],
3195
+ "cleanName": "color.background.brand.subtlest.pressed"
3130
3196
  }, {
3131
3197
  "attributes": {
3132
3198
  "group": "paint",
@@ -3154,7 +3220,7 @@ const tokens = [{
3154
3220
  "group": "paint",
3155
3221
  "state": "active",
3156
3222
  "introduced": "0.6.0",
3157
- "description": "Hovered state of color.background.brand.bold"
3223
+ "description": "Hovered state of color.background.brand.bold."
3158
3224
  },
3159
3225
  "value": "#0055CC",
3160
3226
  "filePath": "src/tokens/atlassian-light/color/background.tsx",
@@ -3164,7 +3230,7 @@ const tokens = [{
3164
3230
  "group": "paint",
3165
3231
  "state": "active",
3166
3232
  "introduced": "0.6.0",
3167
- "description": "Hovered state of color.background.brand.bold"
3233
+ "description": "Hovered state of color.background.brand.bold."
3168
3234
  },
3169
3235
  "value": "Blue800"
3170
3236
  },
@@ -3176,7 +3242,7 @@ const tokens = [{
3176
3242
  "group": "paint",
3177
3243
  "state": "active",
3178
3244
  "introduced": "0.6.0",
3179
- "description": "Pressed state of color.background.brand.bold"
3245
+ "description": "Pressed state of color.background.brand.bold."
3180
3246
  },
3181
3247
  "value": "#09326C",
3182
3248
  "filePath": "src/tokens/atlassian-light/color/background.tsx",
@@ -3186,13 +3252,79 @@ const tokens = [{
3186
3252
  "group": "paint",
3187
3253
  "state": "active",
3188
3254
  "introduced": "0.6.0",
3189
- "description": "Pressed state of color.background.brand.bold"
3255
+ "description": "Pressed state of color.background.brand.bold."
3190
3256
  },
3191
3257
  "value": "Blue900"
3192
3258
  },
3193
3259
  "name": "color.background.brand.bold.pressed",
3194
3260
  "path": ["color", "background", "brand", "bold", "pressed"],
3195
3261
  "cleanName": "color.background.brand.bold.pressed"
3262
+ }, {
3263
+ "attributes": {
3264
+ "group": "paint",
3265
+ "state": "active",
3266
+ "introduced": "1.13.0",
3267
+ "description": "Use for the background of elements used to reinforce our brand, that need to stand out a lot."
3268
+ },
3269
+ "value": "#092957",
3270
+ "filePath": "src/tokens/atlassian-light/color/background.tsx",
3271
+ "isSource": true,
3272
+ "original": {
3273
+ "attributes": {
3274
+ "group": "paint",
3275
+ "state": "active",
3276
+ "introduced": "1.13.0",
3277
+ "description": "Use for the background of elements used to reinforce our brand, that need to stand out a lot."
3278
+ },
3279
+ "value": "Blue1000"
3280
+ },
3281
+ "name": "color.background.brand.boldest.[default]",
3282
+ "path": ["color", "background", "brand", "boldest", "[default]"],
3283
+ "cleanName": "color.background.brand.boldest"
3284
+ }, {
3285
+ "attributes": {
3286
+ "group": "paint",
3287
+ "state": "active",
3288
+ "introduced": "1.13.0",
3289
+ "description": "Hovered state of color.background.brand.boldest."
3290
+ },
3291
+ "value": "#09326C",
3292
+ "filePath": "src/tokens/atlassian-light/color/background.tsx",
3293
+ "isSource": true,
3294
+ "original": {
3295
+ "attributes": {
3296
+ "group": "paint",
3297
+ "state": "active",
3298
+ "introduced": "1.13.0",
3299
+ "description": "Hovered state of color.background.brand.boldest."
3300
+ },
3301
+ "value": "Blue900"
3302
+ },
3303
+ "name": "color.background.brand.boldest.hovered",
3304
+ "path": ["color", "background", "brand", "boldest", "hovered"],
3305
+ "cleanName": "color.background.brand.boldest.hovered"
3306
+ }, {
3307
+ "attributes": {
3308
+ "group": "paint",
3309
+ "state": "active",
3310
+ "introduced": "1.13.0",
3311
+ "description": "Pressed state of color.background.brand.boldest."
3312
+ },
3313
+ "value": "#0055CC",
3314
+ "filePath": "src/tokens/atlassian-light/color/background.tsx",
3315
+ "isSource": true,
3316
+ "original": {
3317
+ "attributes": {
3318
+ "group": "paint",
3319
+ "state": "active",
3320
+ "introduced": "1.13.0",
3321
+ "description": "Pressed state of color.background.brand.boldest."
3322
+ },
3323
+ "value": "Blue800"
3324
+ },
3325
+ "name": "color.background.brand.boldest.pressed",
3326
+ "path": ["color", "background", "brand", "boldest", "pressed"],
3327
+ "cleanName": "color.background.brand.boldest.pressed"
3196
3328
  }, {
3197
3329
  "attributes": {
3198
3330
  "group": "paint",
@@ -1,7 +1,7 @@
1
1
  import warnOnce from '@atlaskit/ds-lib/warn-once';
2
2
  import tokens from './artifacts/token-names';
3
3
  const name = "@atlaskit/tokens";
4
- const version = "1.12.0";
4
+ const version = "1.13.1";
5
5
  /**
6
6
  * Takes a dot-separated token name and and an optional fallback, and returns the current computed CSS value for the
7
7
  * resulting CSS Custom Property.
@@ -2,7 +2,7 @@ import warnOnce from '@atlaskit/ds-lib/warn-once';
2
2
  import tokens from './artifacts/token-names';
3
3
  import { TOKEN_NOT_FOUND_CSS_VAR } from './constants';
4
4
  const name = "@atlaskit/tokens";
5
- const version = "1.12.0";
5
+ const version = "1.13.1";
6
6
  /**
7
7
  * Takes a dot-separated token name and an optional fallback, and returns the CSS custom property for the corresponding token.
8
8
  * This should be used to implement design decisions throughout your application.
@@ -82,6 +82,17 @@ const color = {
82
82
  }
83
83
  },
84
84
  brand: {
85
+ subtlest: {
86
+ '[default]': {
87
+ value: 'Blue1000'
88
+ },
89
+ hovered: {
90
+ value: 'Blue900'
91
+ },
92
+ pressed: {
93
+ value: 'Blue800'
94
+ }
95
+ },
85
96
  bold: {
86
97
  '[default]': {
87
98
  value: 'Blue400'
@@ -92,6 +103,17 @@ const color = {
92
103
  pressed: {
93
104
  value: 'Blue200'
94
105
  }
106
+ },
107
+ boldest: {
108
+ '[default]': {
109
+ value: 'Blue100'
110
+ },
111
+ hovered: {
112
+ value: 'Blue200'
113
+ },
114
+ pressed: {
115
+ value: 'Blue300'
116
+ }
95
117
  }
96
118
  },
97
119
  selected: {
@@ -81,6 +81,17 @@ const color = {
81
81
  }
82
82
  },
83
83
  brand: {
84
+ subtlest: {
85
+ '[default]': {
86
+ value: 'B500'
87
+ },
88
+ hovered: {
89
+ value: 'B400'
90
+ },
91
+ pressed: {
92
+ value: 'B500'
93
+ }
94
+ },
84
95
  bold: {
85
96
  '[default]': {
86
97
  value: 'B400'
@@ -91,6 +102,17 @@ const color = {
91
102
  pressed: {
92
103
  value: 'B500'
93
104
  }
105
+ },
106
+ boldest: {
107
+ '[default]': {
108
+ value: 'B75'
109
+ },
110
+ hovered: {
111
+ value: 'B50'
112
+ },
113
+ pressed: {
114
+ value: 'B100'
115
+ }
94
116
  }
95
117
  },
96
118
  selected: {
@@ -81,6 +81,17 @@ const color = {
81
81
  }
82
82
  },
83
83
  brand: {
84
+ subtlest: {
85
+ '[default]': {
86
+ value: 'B75'
87
+ },
88
+ hovered: {
89
+ value: 'B50'
90
+ },
91
+ pressed: {
92
+ value: 'B100'
93
+ }
94
+ },
84
95
  bold: {
85
96
  '[default]': {
86
97
  value: 'B400'
@@ -91,6 +102,17 @@ const color = {
91
102
  pressed: {
92
103
  value: 'B500'
93
104
  }
105
+ },
106
+ boldest: {
107
+ '[default]': {
108
+ value: 'B500'
109
+ },
110
+ hovered: {
111
+ value: 'B400'
112
+ },
113
+ pressed: {
114
+ value: 'B500'
115
+ }
94
116
  }
95
117
  },
96
118
  selected: {
@@ -11,7 +11,7 @@ const color = {
11
11
  value: 'N0'
12
12
  },
13
13
  focused: {
14
- value: 'B100'
14
+ value: 'B200'
15
15
  },
16
16
  input: {
17
17
  value: 'N10'
@@ -81,6 +81,17 @@ const color = {
81
81
  }
82
82
  },
83
83
  brand: {
84
+ subtlest: {
85
+ '[default]': {
86
+ value: 'Blue100'
87
+ },
88
+ hovered: {
89
+ value: 'Blue200'
90
+ },
91
+ pressed: {
92
+ value: 'Blue300'
93
+ }
94
+ },
84
95
  bold: {
85
96
  '[default]': {
86
97
  value: 'Blue700'
@@ -91,6 +102,17 @@ const color = {
91
102
  pressed: {
92
103
  value: 'Blue900'
93
104
  }
105
+ },
106
+ boldest: {
107
+ '[default]': {
108
+ value: 'Blue1000'
109
+ },
110
+ hovered: {
111
+ value: 'Blue900'
112
+ },
113
+ pressed: {
114
+ value: 'Blue800'
115
+ }
94
116
  }
95
117
  },
96
118
  selected: {
@@ -170,6 +170,32 @@ const color = {
170
170
  }
171
171
  },
172
172
  brand: {
173
+ subtlest: {
174
+ '[default]': {
175
+ attributes: {
176
+ group: 'paint',
177
+ state: 'active',
178
+ introduced: '1.13.0',
179
+ description: 'Use for the background of elements used to reinforce our brand, but with less emphasis.'
180
+ }
181
+ },
182
+ hovered: {
183
+ attributes: {
184
+ group: 'paint',
185
+ state: 'active',
186
+ introduced: '1.13.0',
187
+ description: 'Hovered state of color.background.brand.subtlest.'
188
+ }
189
+ },
190
+ pressed: {
191
+ attributes: {
192
+ group: 'paint',
193
+ state: 'active',
194
+ introduced: '1.13.0',
195
+ description: 'Pressed state of color.background.brand.subtlest'
196
+ }
197
+ }
198
+ },
173
199
  bold: {
174
200
  '[default]': {
175
201
  attributes: {
@@ -184,7 +210,7 @@ const color = {
184
210
  group: 'paint',
185
211
  state: 'active',
186
212
  introduced: '0.6.0',
187
- description: 'Hovered state of color.background.brand.bold'
213
+ description: 'Hovered state of color.background.brand.bold.'
188
214
  }
189
215
  },
190
216
  pressed: {
@@ -192,7 +218,33 @@ const color = {
192
218
  group: 'paint',
193
219
  state: 'active',
194
220
  introduced: '0.6.0',
195
- description: 'Pressed state of color.background.brand.bold'
221
+ description: 'Pressed state of color.background.brand.bold.'
222
+ }
223
+ }
224
+ },
225
+ boldest: {
226
+ '[default]': {
227
+ attributes: {
228
+ group: 'paint',
229
+ state: 'active',
230
+ introduced: '1.13.0',
231
+ description: 'Use for the background of elements used to reinforce our brand, that need to stand out a lot.'
232
+ }
233
+ },
234
+ hovered: {
235
+ attributes: {
236
+ group: 'paint',
237
+ state: 'active',
238
+ introduced: '1.13.0',
239
+ description: 'Hovered state of color.background.brand.boldest.'
240
+ }
241
+ },
242
+ pressed: {
243
+ attributes: {
244
+ group: 'paint',
245
+ state: 'active',
246
+ introduced: '1.13.0',
247
+ description: 'Pressed state of color.background.brand.boldest.'
196
248
  }
197
249
  }
198
250
  }