@atlaskit/tokens 1.8.0 → 1.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (126) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/dist/cjs/artifacts/generated-pairs.js +3 -6593
  3. package/dist/cjs/artifacts/palettes-raw/palette.js +87 -19
  4. package/dist/cjs/artifacts/theme-import-map.js +1 -7
  5. package/dist/cjs/artifacts/themes/atlassian-dark.js +2 -2
  6. package/dist/cjs/artifacts/themes/atlassian-light.js +2 -2
  7. package/dist/cjs/artifacts/token-default-values.js +3 -3
  8. package/dist/cjs/artifacts/tokens-raw/atlassian-dark.js +57 -57
  9. package/dist/cjs/artifacts/tokens-raw/atlassian-light.js +3 -3
  10. package/dist/cjs/get-token-value.js +1 -1
  11. package/dist/cjs/get-token.js +1 -1
  12. package/dist/cjs/palettes/palette.js +39 -9
  13. package/dist/cjs/set-global-theme.js +5 -37
  14. package/dist/cjs/theme-config.js +17 -17
  15. package/dist/cjs/tokens/atlassian-dark/color/background.js +5 -4
  16. package/dist/cjs/tokens/atlassian-dark/color/icon.js +2 -2
  17. package/dist/cjs/tokens/atlassian-dark/color/text.js +3 -3
  18. package/dist/cjs/tokens/atlassian-dark/elevation/shadow.js +1 -1
  19. package/dist/cjs/tokens/atlassian-dark/elevation/surface.js +8 -8
  20. package/dist/cjs/version.json +1 -1
  21. package/dist/es2019/artifacts/generated-pairs.js +2 -6584
  22. package/dist/es2019/artifacts/palettes-raw/palette.js +87 -19
  23. package/dist/es2019/artifacts/theme-import-map.js +1 -3
  24. package/dist/es2019/artifacts/themes/atlassian-dark.js +39 -39
  25. package/dist/es2019/artifacts/themes/atlassian-light.js +3 -3
  26. package/dist/es2019/artifacts/token-default-values.js +3 -3
  27. package/dist/es2019/artifacts/tokens-raw/atlassian-dark.js +57 -57
  28. package/dist/es2019/artifacts/tokens-raw/atlassian-light.js +3 -3
  29. package/dist/es2019/get-token-value.js +1 -1
  30. package/dist/es2019/get-token.js +1 -1
  31. package/dist/es2019/palettes/palette.js +39 -9
  32. package/dist/es2019/set-global-theme.js +1 -19
  33. package/dist/es2019/theme-config.js +14 -14
  34. package/dist/es2019/tokens/atlassian-dark/color/background.js +5 -4
  35. package/dist/es2019/tokens/atlassian-dark/color/icon.js +2 -2
  36. package/dist/es2019/tokens/atlassian-dark/color/text.js +3 -3
  37. package/dist/es2019/tokens/atlassian-dark/elevation/shadow.js +1 -1
  38. package/dist/es2019/tokens/atlassian-dark/elevation/surface.js +8 -8
  39. package/dist/es2019/version.json +1 -1
  40. package/dist/esm/artifacts/generated-pairs.js +2 -6584
  41. package/dist/esm/artifacts/palettes-raw/palette.js +87 -19
  42. package/dist/esm/artifacts/theme-import-map.js +1 -5
  43. package/dist/esm/artifacts/themes/atlassian-dark.js +2 -2
  44. package/dist/esm/artifacts/themes/atlassian-light.js +2 -2
  45. package/dist/esm/artifacts/token-default-values.js +3 -3
  46. package/dist/esm/artifacts/tokens-raw/atlassian-dark.js +57 -57
  47. package/dist/esm/artifacts/tokens-raw/atlassian-light.js +3 -3
  48. package/dist/esm/get-token-value.js +1 -1
  49. package/dist/esm/get-token.js +1 -1
  50. package/dist/esm/palettes/palette.js +39 -9
  51. package/dist/esm/set-global-theme.js +5 -37
  52. package/dist/esm/theme-config.js +14 -14
  53. package/dist/esm/tokens/atlassian-dark/color/background.js +5 -4
  54. package/dist/esm/tokens/atlassian-dark/color/icon.js +2 -2
  55. package/dist/esm/tokens/atlassian-dark/color/text.js +3 -3
  56. package/dist/esm/tokens/atlassian-dark/elevation/shadow.js +1 -1
  57. package/dist/esm/tokens/atlassian-dark/elevation/surface.js +8 -8
  58. package/dist/esm/version.json +1 -1
  59. package/dist/types/artifacts/generated-pairs.d.ts +9 -3
  60. package/dist/types/artifacts/palettes-raw/palette.d.ts +1 -1
  61. package/dist/types/artifacts/theme-import-map.d.ts +1 -1
  62. package/dist/types/artifacts/themes/atlassian-dark.d.ts +2 -2
  63. package/dist/types/artifacts/themes/atlassian-light.d.ts +2 -2
  64. package/dist/types/artifacts/token-default-values.d.ts +3 -3
  65. package/dist/types/artifacts/tokens-raw/atlassian-dark.d.ts +1 -1
  66. package/dist/types/artifacts/tokens-raw/atlassian-light.d.ts +1 -1
  67. package/dist/types/palettes/palette.d.ts +1 -1
  68. package/dist/types/theme-config.d.ts +16 -36
  69. package/dist/types/tokens/atlassian-dark/utility/utility.d.ts +1 -1
  70. package/dist/types/tokens/atlassian-light/utility/utility.d.ts +1 -1
  71. package/dist/types/tokens/default/utility/utility.d.ts +1 -1
  72. package/dist/types-ts4.5/artifacts/generated-pairs.d.ts +9 -3
  73. package/dist/types-ts4.5/artifacts/palettes-raw/palette.d.ts +1 -1
  74. package/dist/types-ts4.5/artifacts/theme-import-map.d.ts +1 -1
  75. package/dist/types-ts4.5/artifacts/themes/atlassian-dark.d.ts +2 -2
  76. package/dist/types-ts4.5/artifacts/themes/atlassian-light.d.ts +2 -2
  77. package/dist/types-ts4.5/artifacts/token-default-values.d.ts +3 -3
  78. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-dark.d.ts +1 -1
  79. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-light.d.ts +1 -1
  80. package/dist/types-ts4.5/palettes/palette.d.ts +1 -1
  81. package/dist/types-ts4.5/theme-config.d.ts +19 -36
  82. package/dist/types-ts4.5/tokens/atlassian-dark/utility/utility.d.ts +1 -1
  83. package/dist/types-ts4.5/tokens/atlassian-light/utility/utility.d.ts +1 -1
  84. package/dist/types-ts4.5/tokens/default/utility/utility.d.ts +1 -1
  85. package/figma/atlassian-dark-new-input-border.json +15 -0
  86. package/figma/atlassian-dark.json +38 -38
  87. package/figma/atlassian-light-new-input-border.json +15 -0
  88. package/figma/atlassian-light.json +2 -2
  89. package/package.json +5 -9
  90. package/report.api.md +18 -2
  91. package/tmp/api-report-tmp.d.ts +13 -2
  92. package/dist/cjs/tokens/atlassian-dark-iteration/color/accent.js +0 -70
  93. package/dist/cjs/tokens/atlassian-dark-iteration/color/background.js +0 -80
  94. package/dist/cjs/tokens/atlassian-dark-iteration/color/chart.js +0 -34
  95. package/dist/cjs/tokens/atlassian-dark-iteration/color/icon.js +0 -26
  96. package/dist/cjs/tokens/atlassian-dark-iteration/color/text.js +0 -29
  97. package/dist/cjs/tokens/atlassian-dark-iteration/elevation/shadow.js +0 -45
  98. package/dist/cjs/tokens/atlassian-dark-iteration/elevation/surface.js +0 -48
  99. package/dist/es2019/tokens/atlassian-dark-iteration/color/accent.js +0 -63
  100. package/dist/es2019/tokens/atlassian-dark-iteration/color/background.js +0 -73
  101. package/dist/es2019/tokens/atlassian-dark-iteration/color/chart.js +0 -27
  102. package/dist/es2019/tokens/atlassian-dark-iteration/color/icon.js +0 -19
  103. package/dist/es2019/tokens/atlassian-dark-iteration/color/text.js +0 -22
  104. package/dist/es2019/tokens/atlassian-dark-iteration/elevation/shadow.js +0 -38
  105. package/dist/es2019/tokens/atlassian-dark-iteration/elevation/surface.js +0 -41
  106. package/dist/esm/tokens/atlassian-dark-iteration/color/accent.js +0 -63
  107. package/dist/esm/tokens/atlassian-dark-iteration/color/background.js +0 -73
  108. package/dist/esm/tokens/atlassian-dark-iteration/color/chart.js +0 -27
  109. package/dist/esm/tokens/atlassian-dark-iteration/color/icon.js +0 -19
  110. package/dist/esm/tokens/atlassian-dark-iteration/color/text.js +0 -22
  111. package/dist/esm/tokens/atlassian-dark-iteration/elevation/shadow.js +0 -38
  112. package/dist/esm/tokens/atlassian-dark-iteration/elevation/surface.js +0 -41
  113. package/dist/types/tokens/atlassian-dark-iteration/color/accent.d.ts +0 -4
  114. package/dist/types/tokens/atlassian-dark-iteration/color/background.d.ts +0 -4
  115. package/dist/types/tokens/atlassian-dark-iteration/color/chart.d.ts +0 -4
  116. package/dist/types/tokens/atlassian-dark-iteration/color/icon.d.ts +0 -4
  117. package/dist/types/tokens/atlassian-dark-iteration/color/text.d.ts +0 -4
  118. package/dist/types/tokens/atlassian-dark-iteration/elevation/shadow.d.ts +0 -4
  119. package/dist/types/tokens/atlassian-dark-iteration/elevation/surface.d.ts +0 -4
  120. package/dist/types-ts4.5/tokens/atlassian-dark-iteration/color/accent.d.ts +0 -4
  121. package/dist/types-ts4.5/tokens/atlassian-dark-iteration/color/background.d.ts +0 -4
  122. package/dist/types-ts4.5/tokens/atlassian-dark-iteration/color/chart.d.ts +0 -4
  123. package/dist/types-ts4.5/tokens/atlassian-dark-iteration/color/icon.d.ts +0 -4
  124. package/dist/types-ts4.5/tokens/atlassian-dark-iteration/color/text.d.ts +0 -4
  125. package/dist/types-ts4.5/tokens/atlassian-dark-iteration/elevation/shadow.d.ts +0 -4
  126. package/dist/types-ts4.5/tokens/atlassian-dark-iteration/elevation/surface.d.ts +0 -4
@@ -8,7 +8,7 @@
8
8
  "introduced": "0.6.0",
9
9
  "description": "Use for primary text, such as body copy, sentence case headers, and buttons."
10
10
  },
11
- "value": "#C7D1DB"
11
+ "value": "#B6C2CF"
12
12
  },
13
13
  "Dark/color.text.accent.lime": {
14
14
  "attributes": {
@@ -206,7 +206,7 @@
206
206
  "introduced": "0.6.0",
207
207
  "description": "Use for text on bold backgrounds."
208
208
  },
209
- "value": "#161A1D"
209
+ "value": "#1D2125"
210
210
  },
211
211
  "Dark/color.text.selected": {
212
212
  "attributes": {
@@ -251,7 +251,7 @@
251
251
  "introduced": "0.6.0",
252
252
  "description": "Use for text when on bold warning backgrounds."
253
253
  },
254
- "value": "#161A1D"
254
+ "value": "#1D2125"
255
255
  },
256
256
  "Dark/color.text.success": {
257
257
  "attributes": {
@@ -287,7 +287,7 @@
287
287
  "introduced": "0.6.0",
288
288
  "description": "Use for tertiary text, such as meta-data, breadcrumbs, input field placeholder and helper text."
289
289
  },
290
- "value": "#8696A7"
290
+ "value": "#8C9BAB"
291
291
  },
292
292
  "Dark/color.text.subtle": {
293
293
  "attributes": {
@@ -431,7 +431,7 @@
431
431
  "introduced": "0.6.0",
432
432
  "description": "Use for icons on bold backgrounds."
433
433
  },
434
- "value": "#161A1D"
434
+ "value": "#1D2125"
435
435
  },
436
436
  "Dark/color.icon.selected": {
437
437
  "attributes": {
@@ -476,7 +476,7 @@
476
476
  "introduced": "0.6.0",
477
477
  "description": "Use for icons when on bold warning backgrounds."
478
478
  },
479
- "value": "#161A1D"
479
+ "value": "#1D2125"
480
480
  },
481
481
  "Dark/color.icon.success": {
482
482
  "attributes": {
@@ -512,7 +512,7 @@
512
512
  "introduced": "0.6.0",
513
513
  "description": "Use for icons paired with color.text.subtle"
514
514
  },
515
- "value": "#8696A7"
515
+ "value": "#8C9BAB"
516
516
  },
517
517
  "Dark/color.border": {
518
518
  "attributes": {
@@ -764,7 +764,7 @@
764
764
  "introduced": "0.7.0",
765
765
  "description": "Use for red backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
766
766
  },
767
- "value": "#391813"
767
+ "value": "#4F1C16"
768
768
  },
769
769
  "Dark/color.background.accent.red.subtler": {
770
770
  "attributes": {
@@ -800,7 +800,7 @@
800
800
  "introduced": "0.7.0",
801
801
  "description": "Use for orange backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
802
802
  },
803
- "value": "#43290F"
803
+ "value": "#4A2B0F"
804
804
  },
805
805
  "Dark/color.background.accent.orange.subtler": {
806
806
  "attributes": {
@@ -836,7 +836,7 @@
836
836
  "introduced": "0.7.0",
837
837
  "description": "Use for yellow backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
838
838
  },
839
- "value": "#3D2E00"
839
+ "value": "#3F3102"
840
840
  },
841
841
  "Dark/color.background.accent.yellow.subtler": {
842
842
  "attributes": {
@@ -872,7 +872,7 @@
872
872
  "introduced": "0.7.0",
873
873
  "description": "Use for green backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
874
874
  },
875
- "value": "#133527"
875
+ "value": "#143C2B"
876
876
  },
877
877
  "Dark/color.background.accent.green.subtler": {
878
878
  "attributes": {
@@ -908,7 +908,7 @@
908
908
  "introduced": "0.7.0",
909
909
  "description": "Use for teal backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
910
910
  },
911
- "value": "#153337"
911
+ "value": "#15373B"
912
912
  },
913
913
  "Dark/color.background.accent.teal.subtler": {
914
914
  "attributes": {
@@ -944,7 +944,7 @@
944
944
  "introduced": "0.7.0",
945
945
  "description": "Use for blue backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
946
946
  },
947
- "value": "#082145"
947
+ "value": "#092957"
948
948
  },
949
949
  "Dark/color.background.accent.blue.subtler": {
950
950
  "attributes": {
@@ -980,7 +980,7 @@
980
980
  "introduced": "0.7.0",
981
981
  "description": "Use for purple backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
982
982
  },
983
- "value": "#231C3F"
983
+ "value": "#2B2451"
984
984
  },
985
985
  "Dark/color.background.accent.purple.subtler": {
986
986
  "attributes": {
@@ -1016,7 +1016,7 @@
1016
1016
  "introduced": "0.7.0",
1017
1017
  "description": "Use for magenta backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
1018
1018
  },
1019
- "value": "#341829"
1019
+ "value": "#421F34"
1020
1020
  },
1021
1021
  "Dark/color.background.accent.magenta.subtler": {
1022
1022
  "attributes": {
@@ -1079,7 +1079,7 @@
1079
1079
  "introduced": "0.7.0",
1080
1080
  "description": "Use for gray backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements."
1081
1081
  },
1082
- "value": "#8696A7"
1082
+ "value": "#8C9BAB"
1083
1083
  },
1084
1084
  "Dark/color.background.disabled": {
1085
1085
  "attributes": {
@@ -1097,7 +1097,7 @@
1097
1097
  "introduced": "0.6.0",
1098
1098
  "description": "Use for background of form UI elements, such as text fields, checkboxes, and radio buttons."
1099
1099
  },
1100
- "value": "#1D2125"
1100
+ "value": "#22272B"
1101
1101
  },
1102
1102
  "Dark/color.background.input.hovered": {
1103
1103
  "attributes": {
@@ -1106,7 +1106,7 @@
1106
1106
  "introduced": "0.6.0",
1107
1107
  "description": "Hovered state for color.background.input"
1108
1108
  },
1109
- "value": "#22272B"
1109
+ "value": "#282E33"
1110
1110
  },
1111
1111
  "Dark/color.background.input.pressed": {
1112
1112
  "attributes": {
@@ -1115,7 +1115,7 @@
1115
1115
  "introduced": "0.6.0",
1116
1116
  "description": "Pressed state for color.background.input"
1117
1117
  },
1118
- "value": "#1D2125"
1118
+ "value": "#22272B"
1119
1119
  },
1120
1120
  "Dark/color.background.inverse.subtle": {
1121
1121
  "attributes": {
@@ -1232,7 +1232,7 @@
1232
1232
  "introduced": "0.6.2",
1233
1233
  "description": "Use for the background of elements in a selected state, such as in opened dropdown buttons."
1234
1234
  },
1235
- "value": "#082145"
1235
+ "value": "#092957"
1236
1236
  },
1237
1237
  "Dark/color.background.selected.hovered": {
1238
1238
  "attributes": {
@@ -1313,7 +1313,7 @@
1313
1313
  "introduced": "0.6.0",
1314
1314
  "description": "Use for backgrounds communicating critical information, such in error section messages."
1315
1315
  },
1316
- "value": "#391813"
1316
+ "value": "#4F1C16"
1317
1317
  },
1318
1318
  "Dark/color.background.danger.hovered": {
1319
1319
  "attributes": {
@@ -1367,7 +1367,7 @@
1367
1367
  "introduced": "0.6.0",
1368
1368
  "description": "Use for backgrounds communicating caution, such as in warning section messages."
1369
1369
  },
1370
- "value": "#3D2E00"
1370
+ "value": "#3F3102"
1371
1371
  },
1372
1372
  "Dark/color.background.warning.hovered": {
1373
1373
  "attributes": {
@@ -1421,7 +1421,7 @@
1421
1421
  "introduced": "0.6.0",
1422
1422
  "description": "Use for backgrounds communicating a favorable outcome, such as in success section messages."
1423
1423
  },
1424
- "value": "#133527"
1424
+ "value": "#143C2B"
1425
1425
  },
1426
1426
  "Dark/color.background.success.hovered": {
1427
1427
  "attributes": {
@@ -1475,7 +1475,7 @@
1475
1475
  "introduced": "0.6.0",
1476
1476
  "description": "Use for backgrounds communicating change or something new, such as in discovery section messages."
1477
1477
  },
1478
- "value": "#231C3F"
1478
+ "value": "#2B2451"
1479
1479
  },
1480
1480
  "Dark/color.background.discovery.hovered": {
1481
1481
  "attributes": {
@@ -1529,7 +1529,7 @@
1529
1529
  "introduced": "0.6.0",
1530
1530
  "description": "Use for backgrounds communicating information or something in-progress, such as in information section messages."
1531
1531
  },
1532
- "value": "#082145"
1532
+ "value": "#092957"
1533
1533
  },
1534
1534
  "Dark/color.background.information.hovered": {
1535
1535
  "attributes": {
@@ -1583,7 +1583,7 @@
1583
1583
  "introduced": "0.0.15",
1584
1584
  "description": "Use for the screen overlay that appears with modal dialogs"
1585
1585
  },
1586
- "value": "#03040442"
1586
+ "value": "#10121499"
1587
1587
  },
1588
1588
  "Dark/color.blanket.selected": {
1589
1589
  "attributes": {
@@ -1853,7 +1853,7 @@
1853
1853
  "introduced": "0.13.3",
1854
1854
  "description": "Hovered state of color.chart.neutral."
1855
1855
  },
1856
- "value": "#8696A7"
1856
+ "value": "#8C9BAB"
1857
1857
  },
1858
1858
  "Dark/color.chart.red.bold": {
1859
1859
  "attributes": {
@@ -2303,7 +2303,7 @@
2303
2303
  "introduced": "0.13.3",
2304
2304
  "description": "Hovered state of color.chart.gray.bold."
2305
2305
  },
2306
- "value": "#8696A7"
2306
+ "value": "#8C9BAB"
2307
2307
  },
2308
2308
  "Dark/color.chart.gray.bolder": {
2309
2309
  "attributes": {
@@ -2312,7 +2312,7 @@
2312
2312
  "introduced": "0.13.3",
2313
2313
  "description": "For data visualisation only."
2314
2314
  },
2315
- "value": "#8696A7"
2315
+ "value": "#8C9BAB"
2316
2316
  },
2317
2317
  "Dark/color.chart.gray.bolder.hovered": {
2318
2318
  "attributes": {
@@ -2546,7 +2546,7 @@
2546
2546
  "introduced": "0.6.0",
2547
2547
  "description": "Use as the primary background for the UI."
2548
2548
  },
2549
- "value": "#161A1D"
2549
+ "value": "#1D2125"
2550
2550
  },
2551
2551
  "Dark/elevation.surface.hovered": {
2552
2552
  "attributes": {
@@ -2555,7 +2555,7 @@
2555
2555
  "introduced": "0.10.20",
2556
2556
  "description": "Hovered state of elevation.surface"
2557
2557
  },
2558
- "value": "#1D2125"
2558
+ "value": "#22272B"
2559
2559
  },
2560
2560
  "Dark/elevation.surface.pressed": {
2561
2561
  "attributes": {
@@ -2564,7 +2564,7 @@
2564
2564
  "introduced": "0.10.20",
2565
2565
  "description": "Pressed state of elevation.surface"
2566
2566
  },
2567
- "value": "#22272B"
2567
+ "value": "#282E33"
2568
2568
  },
2569
2569
  "Dark/elevation.surface.overlay": {
2570
2570
  "attributes": {
@@ -2573,7 +2573,7 @@
2573
2573
  "introduced": "0.6.0",
2574
2574
  "description": "Use for the background of elements that sit on top of they UI, such as modals, dialogs, dropdown menus, floating toolbars, and floating single-action buttons. Also use for the background of raised cards in a dragged state. Combine with elevation.shadow.overlay."
2575
2575
  },
2576
- "value": "#22272B"
2576
+ "value": "#282E33"
2577
2577
  },
2578
2578
  "Dark/elevation.surface.overlay.hovered": {
2579
2579
  "attributes": {
@@ -2591,7 +2591,7 @@
2591
2591
  "introduced": "0.10.20",
2592
2592
  "description": "Pressed state of elevation.surface.overlay"
2593
2593
  },
2594
- "value": "#454F59"
2594
+ "value": "#38414A"
2595
2595
  },
2596
2596
  "Dark/elevation.surface.raised": {
2597
2597
  "attributes": {
@@ -2600,7 +2600,7 @@
2600
2600
  "introduced": "0.6.0",
2601
2601
  "description": "Use for the background of cards that can be moved, such as Jira cards on a Kanban board. Combine with elevation.shadow.raised."
2602
2602
  },
2603
- "value": "#1D2125"
2603
+ "value": "#22272B"
2604
2604
  },
2605
2605
  "Dark/elevation.surface.raised.hovered": {
2606
2606
  "attributes": {
@@ -2609,7 +2609,7 @@
2609
2609
  "introduced": "0.10.20",
2610
2610
  "description": "Hovered state of elevation.surface.raised"
2611
2611
  },
2612
- "value": "#22272B"
2612
+ "value": "#282E33"
2613
2613
  },
2614
2614
  "Dark/elevation.surface.raised.pressed": {
2615
2615
  "attributes": {
@@ -2627,7 +2627,7 @@
2627
2627
  "introduced": "0.6.0",
2628
2628
  "description": "A secondary background for the UI commonly used for grouping items, such as Jira cards in columns."
2629
2629
  },
2630
- "value": "#101214"
2630
+ "value": "#161A1D"
2631
2631
  },
2632
2632
  "Dark/elevation.shadow.overflow": {
2633
2633
  "attributes": {
@@ -2691,7 +2691,7 @@
2691
2691
  "x": 0,
2692
2692
  "y": 0
2693
2693
  },
2694
- "opacity": 0.04,
2694
+ "opacity": 0.12,
2695
2695
  "inset": true
2696
2696
  },
2697
2697
  {
@@ -0,0 +1,15 @@
1
+ {
2
+ "name": "Light new-input-border",
3
+ "tokens": {
4
+ "Light new-input-border/color.border.input": {
5
+ "attributes": {
6
+ "group": "paint",
7
+ "state": "active",
8
+ "introduced": "0.6.0",
9
+ "description": "Use for borders of form UI elements, such as text fields, checkboxes, and radio buttons."
10
+ },
11
+ "value": "#8590A2"
12
+ }
13
+ },
14
+ "renameMap": {}
15
+ }
@@ -1727,7 +1727,7 @@
1727
1727
  "introduced": "0.13.3",
1728
1728
  "description": "Hovered state of color.chart.categorical.5."
1729
1729
  },
1730
- "value": "#082145"
1730
+ "value": "#092957"
1731
1731
  },
1732
1732
  "Light/color.chart.categorical.6": {
1733
1733
  "attributes": {
@@ -1763,7 +1763,7 @@
1763
1763
  "introduced": "0.13.3",
1764
1764
  "description": "Hovered state of color.chart.categorical.7."
1765
1765
  },
1766
- "value": "#341829"
1766
+ "value": "#421F34"
1767
1767
  },
1768
1768
  "Light/color.chart.categorical.8": {
1769
1769
  "attributes": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tokens",
3
- "version": "1.8.0",
3
+ "version": "1.9.0",
4
4
  "author": "Atlassian Pty Ltd",
5
5
  "description": "Design tokens are the single source of truth to name and store design decisions.",
6
6
  "license": "Apache-2.0",
@@ -66,7 +66,7 @@
66
66
  "devDependencies": {
67
67
  "@af/accessibility-testing": "*",
68
68
  "@atlaskit/avatar": "^21.3.0",
69
- "@atlaskit/button": "^16.7.0",
69
+ "@atlaskit/button": "^16.8.0",
70
70
  "@atlaskit/code": "^14.6.0",
71
71
  "@atlaskit/docs": "^9.1.0",
72
72
  "@atlaskit/dropdown-menu": "^11.9.0",
@@ -98,6 +98,7 @@
98
98
  "@types/chroma-js": "^2.4.0",
99
99
  "@types/chrome": "^0.0.171",
100
100
  "chroma-js": "^2.4.2",
101
+ "color-blend": "^4.0.0",
101
102
  "copy-webpack-plugin": "^6.4.0",
102
103
  "echarts": "^5.4.1",
103
104
  "echarts-for-react": "^3.0.2",
@@ -106,6 +107,7 @@
106
107
  "prettier": "^2.8.0",
107
108
  "react": "^16.8.0",
108
109
  "react-use-clipboard": "^1.0.0",
110
+ "react-window": "^1.8.8",
109
111
  "recharts": "^1.8.5",
110
112
  "style-dictionary": "^3.0.0",
111
113
  "ts-node": "^10.9.1",
@@ -127,13 +129,7 @@
127
129
  }
128
130
  },
129
131
  "platform-feature-flags": {
130
- "design-system-team.dark-theme-iteration_dk1ln": {
131
- "type": "boolean"
132
- },
133
- "platform.design-system-team.dark-iteration-confluence_e2t22": {
134
- "type": "boolean"
135
- },
136
- "platform.design-system-team.update-border-input_ff9l1": {
132
+ "platform.design-system-team.border-checkbox_nyoiu": {
137
133
  "type": "boolean"
138
134
  },
139
135
  "platform.design-system-team.space-and-shape-tokens_q5me6": {
package/report.api.md CHANGED
@@ -1415,13 +1415,15 @@ interface ThemeConfig {
1415
1415
  // (undocumented)
1416
1416
  displayName: string;
1417
1417
  // (undocumented)
1418
- id: ThemeIds;
1418
+ id: ThemeIds | ThemeOverrideIds;
1419
+ // (undocumented)
1420
+ override?: ThemeIds;
1419
1421
  // (undocumented)
1420
1422
  palette: Palettes;
1421
1423
  }
1422
1424
 
1423
1425
  // @public (undocumented)
1424
- export const themeConfig: Record<Themes, ThemeConfig>;
1426
+ export const themeConfig: Record<ThemeOverrides | Themes, ThemeConfig>;
1425
1427
 
1426
1428
  // @public (undocumented)
1427
1429
  export type ThemeIds = (typeof themeIds)[number];
@@ -1456,6 +1458,20 @@ export class ThemeMutationObserver {
1456
1458
  // @public
1457
1459
  export const themeObjectToString: (themeState: Partial<ThemeState>) => string;
1458
1460
 
1461
+ // @public (undocumented)
1462
+ type ThemeOverrideIds = (typeof themeOverrideIds)[number];
1463
+
1464
+ // @public
1465
+ const themeOverrideIds: readonly [
1466
+ 'light-new-input-border',
1467
+ 'dark-new-input-border',
1468
+ ];
1469
+
1470
+ // @public
1471
+ type ThemeOverrides =
1472
+ | 'atlassian-dark-new-input-border'
1473
+ | 'atlassian-light-new-input-border';
1474
+
1459
1475
  // @public
1460
1476
  export type Themes =
1461
1477
  | 'atlassian-dark'
@@ -662,13 +662,15 @@ interface ThemeConfig {
662
662
  // (undocumented)
663
663
  displayName: string;
664
664
  // (undocumented)
665
- id: ThemeIds;
665
+ id: ThemeIds | ThemeOverrideIds;
666
+ // (undocumented)
667
+ override?: ThemeIds;
666
668
  // (undocumented)
667
669
  palette: Palettes;
668
670
  }
669
671
 
670
672
  // @public (undocumented)
671
- export const themeConfig: Record<Themes, ThemeConfig>;
673
+ export const themeConfig: Record<ThemeOverrides | Themes, ThemeConfig>;
672
674
 
673
675
  // @public (undocumented)
674
676
  export type ThemeIds = (typeof themeIds)[number];
@@ -695,6 +697,15 @@ export class ThemeMutationObserver {
695
697
  // @public
696
698
  export const themeObjectToString: (themeState: Partial<ThemeState>) => string;
697
699
 
700
+ // @public (undocumented)
701
+ type ThemeOverrideIds = (typeof themeOverrideIds)[number];
702
+
703
+ // @public
704
+ const themeOverrideIds: readonly ["light-new-input-border", "dark-new-input-border"];
705
+
706
+ // @public
707
+ type ThemeOverrides = 'atlassian-dark-new-input-border' | 'atlassian-light-new-input-border';
708
+
698
709
  // @public
699
710
  export type Themes = 'atlassian-dark' | 'atlassian-legacy-dark' | 'atlassian-legacy-light' | 'atlassian-light' | 'atlassian-shape' | 'atlassian-spacing' | 'atlassian-typography';
700
711
 
@@ -1,70 +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
- background: {
10
- accent: {
11
- blue: {
12
- subtlest: {
13
- // @ts-ignore new value for Blue1000
14
- value: '#092957'
15
- }
16
- },
17
- red: {
18
- subtlest: {
19
- // @ts-ignore new value for Red1000
20
- value: '#4F1C16'
21
- }
22
- },
23
- orange: {
24
- subtlest: {
25
- // @ts-ignore new value for Orange1000
26
- value: '#4A2B0F'
27
- }
28
- },
29
- yellow: {
30
- subtlest: {
31
- // @ts-ignore new value for Yellow1000
32
- value: '#3F3102'
33
- }
34
- },
35
- green: {
36
- subtlest: {
37
- // @ts-ignore new value for Green1000
38
- value: '#143C2B'
39
- }
40
- },
41
- purple: {
42
- subtlest: {
43
- // @ts-ignore new value for Purple1000
44
- value: '#2B2451'
45
- }
46
- },
47
- teal: {
48
- subtlest: {
49
- // @ts-ignore new value for Teal1000
50
- value: '#15373B'
51
- }
52
- },
53
- magenta: {
54
- subtlest: {
55
- // @ts-ignore new value for Magenta1000
56
- value: '#421F34'
57
- }
58
- },
59
- gray: {
60
- bolder: {
61
- // @ts-ignore new value for DarkNeautral700
62
- value: '#8C9BAB'
63
- }
64
- }
65
- }
66
- }
67
- }
68
- };
69
- var _default = color;
70
- exports.default = _default;
@@ -1,80 +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
- // @ts-ignore DarkNeutral-100 at 60% not currently available
11
- '[default]': {
12
- value: '#10121499'
13
- }
14
- },
15
- background: {
16
- input: {
17
- '[default]': {
18
- value: 'DarkNeutral200'
19
- },
20
- hovered: {
21
- // @ts-ignore DarkNeutral250 not currently available
22
- value: '#282E33'
23
- },
24
- pressed: {
25
- value: 'DarkNeutral200'
26
- }
27
- },
28
- selected: {
29
- '[default]': {
30
- '[default]': {
31
- // @ts-ignore new value for Blue1000
32
- value: '#092957'
33
- }
34
- }
35
- },
36
- danger: {
37
- '[default]': {
38
- '[default]': {
39
- // @ts-ignore new value for Red1000
40
- value: '#4F1C16'
41
- }
42
- }
43
- },
44
- warning: {
45
- '[default]': {
46
- '[default]': {
47
- // @ts-ignore new value for Yellow1000
48
- value: '#3F3102'
49
- }
50
- }
51
- },
52
- success: {
53
- '[default]': {
54
- '[default]': {
55
- // @ts-ignore new value for Green1000
56
- value: '#143C2B'
57
- }
58
- }
59
- },
60
- discovery: {
61
- '[default]': {
62
- '[default]': {
63
- // @ts-ignore new value for Purple1000
64
- value: '#2B2451'
65
- }
66
- }
67
- },
68
- information: {
69
- '[default]': {
70
- '[default]': {
71
- // @ts-ignore new value for Blue1000
72
- value: '#092957'
73
- }
74
- }
75
- }
76
- }
77
- }
78
- };
79
- var _default = color;
80
- exports.default = _default;
@@ -1,34 +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
- chart: {
10
- neutral: {
11
- hovered: {
12
- // @ts-ignore new value for DarkNeautral700
13
- value: '#8C9BAB'
14
- }
15
- },
16
- gray: {
17
- bold: {
18
- hovered: {
19
- // @ts-ignore new value for DarkNeautral700
20
- value: '#8C9BAB'
21
- }
22
- },
23
- bolder: {
24
- '[default]': {
25
- // @ts-ignore new value for DarkNeautral700
26
- value: '#8C9BAB'
27
- }
28
- }
29
- }
30
- }
31
- }
32
- };
33
- var _default = color;
34
- exports.default = _default;