@atlaskit/tokens 1.8.1 → 1.9.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 (132) 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/entry-points/token-default-values.js +13 -0
  11. package/dist/cjs/get-token-value.js +1 -1
  12. package/dist/cjs/get-token.js +1 -1
  13. package/dist/cjs/palettes/palette.js +39 -9
  14. package/dist/cjs/set-global-theme.js +4 -36
  15. package/dist/cjs/theme-config.js +17 -17
  16. package/dist/cjs/tokens/atlassian-dark/color/background.js +5 -4
  17. package/dist/cjs/tokens/atlassian-dark/color/icon.js +2 -2
  18. package/dist/cjs/tokens/atlassian-dark/color/text.js +3 -3
  19. package/dist/cjs/tokens/atlassian-dark/elevation/shadow.js +1 -1
  20. package/dist/cjs/tokens/atlassian-dark/elevation/surface.js +8 -8
  21. package/dist/cjs/version.json +1 -1
  22. package/dist/es2019/artifacts/generated-pairs.js +2 -6584
  23. package/dist/es2019/artifacts/palettes-raw/palette.js +87 -19
  24. package/dist/es2019/artifacts/theme-import-map.js +1 -3
  25. package/dist/es2019/artifacts/themes/atlassian-dark.js +39 -39
  26. package/dist/es2019/artifacts/themes/atlassian-light.js +3 -3
  27. package/dist/es2019/artifacts/token-default-values.js +3 -3
  28. package/dist/es2019/artifacts/tokens-raw/atlassian-dark.js +57 -57
  29. package/dist/es2019/artifacts/tokens-raw/atlassian-light.js +3 -3
  30. package/dist/es2019/entry-points/token-default-values.js +1 -0
  31. package/dist/es2019/get-token-value.js +1 -1
  32. package/dist/es2019/get-token.js +1 -1
  33. package/dist/es2019/palettes/palette.js +39 -9
  34. package/dist/es2019/set-global-theme.js +0 -18
  35. package/dist/es2019/theme-config.js +14 -14
  36. package/dist/es2019/tokens/atlassian-dark/color/background.js +5 -4
  37. package/dist/es2019/tokens/atlassian-dark/color/icon.js +2 -2
  38. package/dist/es2019/tokens/atlassian-dark/color/text.js +3 -3
  39. package/dist/es2019/tokens/atlassian-dark/elevation/shadow.js +1 -1
  40. package/dist/es2019/tokens/atlassian-dark/elevation/surface.js +8 -8
  41. package/dist/es2019/version.json +1 -1
  42. package/dist/esm/artifacts/generated-pairs.js +2 -6584
  43. package/dist/esm/artifacts/palettes-raw/palette.js +87 -19
  44. package/dist/esm/artifacts/theme-import-map.js +1 -5
  45. package/dist/esm/artifacts/themes/atlassian-dark.js +2 -2
  46. package/dist/esm/artifacts/themes/atlassian-light.js +2 -2
  47. package/dist/esm/artifacts/token-default-values.js +3 -3
  48. package/dist/esm/artifacts/tokens-raw/atlassian-dark.js +57 -57
  49. package/dist/esm/artifacts/tokens-raw/atlassian-light.js +3 -3
  50. package/dist/esm/entry-points/token-default-values.js +1 -0
  51. package/dist/esm/get-token-value.js +1 -1
  52. package/dist/esm/get-token.js +1 -1
  53. package/dist/esm/palettes/palette.js +39 -9
  54. package/dist/esm/set-global-theme.js +4 -36
  55. package/dist/esm/theme-config.js +14 -14
  56. package/dist/esm/tokens/atlassian-dark/color/background.js +5 -4
  57. package/dist/esm/tokens/atlassian-dark/color/icon.js +2 -2
  58. package/dist/esm/tokens/atlassian-dark/color/text.js +3 -3
  59. package/dist/esm/tokens/atlassian-dark/elevation/shadow.js +1 -1
  60. package/dist/esm/tokens/atlassian-dark/elevation/surface.js +8 -8
  61. package/dist/esm/version.json +1 -1
  62. package/dist/types/artifacts/generated-pairs.d.ts +9 -3
  63. package/dist/types/artifacts/palettes-raw/palette.d.ts +1 -1
  64. package/dist/types/artifacts/theme-import-map.d.ts +1 -1
  65. package/dist/types/artifacts/themes/atlassian-dark.d.ts +2 -2
  66. package/dist/types/artifacts/themes/atlassian-light.d.ts +2 -2
  67. package/dist/types/artifacts/token-default-values.d.ts +3 -3
  68. package/dist/types/artifacts/tokens-raw/atlassian-dark.d.ts +1 -1
  69. package/dist/types/artifacts/tokens-raw/atlassian-light.d.ts +1 -1
  70. package/dist/types/entry-points/token-default-values.d.ts +1 -0
  71. package/dist/types/palettes/palette.d.ts +1 -1
  72. package/dist/types/theme-config.d.ts +16 -36
  73. package/dist/types/tokens/atlassian-dark/utility/utility.d.ts +1 -1
  74. package/dist/types/tokens/atlassian-light/utility/utility.d.ts +1 -1
  75. package/dist/types/tokens/default/utility/utility.d.ts +1 -1
  76. package/dist/types-ts4.5/artifacts/generated-pairs.d.ts +9 -3
  77. package/dist/types-ts4.5/artifacts/palettes-raw/palette.d.ts +1 -1
  78. package/dist/types-ts4.5/artifacts/theme-import-map.d.ts +1 -1
  79. package/dist/types-ts4.5/artifacts/themes/atlassian-dark.d.ts +2 -2
  80. package/dist/types-ts4.5/artifacts/themes/atlassian-light.d.ts +2 -2
  81. package/dist/types-ts4.5/artifacts/token-default-values.d.ts +3 -3
  82. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-dark.d.ts +1 -1
  83. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-light.d.ts +1 -1
  84. package/dist/types-ts4.5/entry-points/token-default-values.d.ts +1 -0
  85. package/dist/types-ts4.5/palettes/palette.d.ts +1 -1
  86. package/dist/types-ts4.5/theme-config.d.ts +19 -36
  87. package/dist/types-ts4.5/tokens/atlassian-dark/utility/utility.d.ts +1 -1
  88. package/dist/types-ts4.5/tokens/atlassian-light/utility/utility.d.ts +1 -1
  89. package/dist/types-ts4.5/tokens/default/utility/utility.d.ts +1 -1
  90. package/figma/atlassian-dark-new-input-border.json +15 -0
  91. package/figma/atlassian-dark.json +38 -38
  92. package/figma/atlassian-light-new-input-border.json +15 -0
  93. package/figma/atlassian-light.json +2 -2
  94. package/package.json +5 -8
  95. package/report.api.md +18 -2
  96. package/tmp/api-report-tmp.d.ts +13 -2
  97. package/token-default-values/package.json +17 -0
  98. package/dist/cjs/tokens/atlassian-dark-iteration/color/accent.js +0 -70
  99. package/dist/cjs/tokens/atlassian-dark-iteration/color/background.js +0 -80
  100. package/dist/cjs/tokens/atlassian-dark-iteration/color/chart.js +0 -34
  101. package/dist/cjs/tokens/atlassian-dark-iteration/color/icon.js +0 -26
  102. package/dist/cjs/tokens/atlassian-dark-iteration/color/text.js +0 -29
  103. package/dist/cjs/tokens/atlassian-dark-iteration/elevation/shadow.js +0 -45
  104. package/dist/cjs/tokens/atlassian-dark-iteration/elevation/surface.js +0 -48
  105. package/dist/es2019/tokens/atlassian-dark-iteration/color/accent.js +0 -63
  106. package/dist/es2019/tokens/atlassian-dark-iteration/color/background.js +0 -73
  107. package/dist/es2019/tokens/atlassian-dark-iteration/color/chart.js +0 -27
  108. package/dist/es2019/tokens/atlassian-dark-iteration/color/icon.js +0 -19
  109. package/dist/es2019/tokens/atlassian-dark-iteration/color/text.js +0 -22
  110. package/dist/es2019/tokens/atlassian-dark-iteration/elevation/shadow.js +0 -38
  111. package/dist/es2019/tokens/atlassian-dark-iteration/elevation/surface.js +0 -41
  112. package/dist/esm/tokens/atlassian-dark-iteration/color/accent.js +0 -63
  113. package/dist/esm/tokens/atlassian-dark-iteration/color/background.js +0 -73
  114. package/dist/esm/tokens/atlassian-dark-iteration/color/chart.js +0 -27
  115. package/dist/esm/tokens/atlassian-dark-iteration/color/icon.js +0 -19
  116. package/dist/esm/tokens/atlassian-dark-iteration/color/text.js +0 -22
  117. package/dist/esm/tokens/atlassian-dark-iteration/elevation/shadow.js +0 -38
  118. package/dist/esm/tokens/atlassian-dark-iteration/elevation/surface.js +0 -41
  119. package/dist/types/tokens/atlassian-dark-iteration/color/accent.d.ts +0 -4
  120. package/dist/types/tokens/atlassian-dark-iteration/color/background.d.ts +0 -4
  121. package/dist/types/tokens/atlassian-dark-iteration/color/chart.d.ts +0 -4
  122. package/dist/types/tokens/atlassian-dark-iteration/color/icon.d.ts +0 -4
  123. package/dist/types/tokens/atlassian-dark-iteration/color/text.d.ts +0 -4
  124. package/dist/types/tokens/atlassian-dark-iteration/elevation/shadow.d.ts +0 -4
  125. package/dist/types/tokens/atlassian-dark-iteration/elevation/surface.d.ts +0 -4
  126. package/dist/types-ts4.5/tokens/atlassian-dark-iteration/color/accent.d.ts +0 -4
  127. package/dist/types-ts4.5/tokens/atlassian-dark-iteration/color/background.d.ts +0 -4
  128. package/dist/types-ts4.5/tokens/atlassian-dark-iteration/color/chart.d.ts +0 -4
  129. package/dist/types-ts4.5/tokens/atlassian-dark-iteration/color/icon.d.ts +0 -4
  130. package/dist/types-ts4.5/tokens/atlassian-dark-iteration/color/text.d.ts +0 -4
  131. package/dist/types-ts4.5/tokens/atlassian-dark-iteration/elevation/shadow.d.ts +0 -4
  132. package/dist/types-ts4.5/tokens/atlassian-dark-iteration/elevation/surface.d.ts +0 -4
@@ -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::8ddb2f3e15cdae2f6245075e72c1be8b>>
3
+ * @codegen <<SignedSource::dc8db05fe763e65a797963e967232801>>
4
4
  * @codegenCommand yarn build tokens
5
5
  */
6
6
  var tokens = [{
@@ -10,7 +10,7 @@ var tokens = [{
10
10
  "introduced": "0.6.0",
11
11
  "description": "Use for primary text, such as body copy, sentence case headers, and buttons."
12
12
  },
13
- "value": "#C7D1DB",
13
+ "value": "#B6C2CF",
14
14
  "filePath": "src/tokens/atlassian-dark/color/text.tsx",
15
15
  "isSource": true,
16
16
  "original": {
@@ -20,7 +20,7 @@ var tokens = [{
20
20
  "introduced": "0.6.0",
21
21
  "description": "Use for primary text, such as body copy, sentence case headers, and buttons."
22
22
  },
23
- "value": "DarkNeutral1000"
23
+ "value": "DarkNeutral900"
24
24
  },
25
25
  "name": "color.text.[default]",
26
26
  "path": ["color", "text", "[default]"],
@@ -494,7 +494,7 @@ var tokens = [{
494
494
  "introduced": "0.6.0",
495
495
  "description": "Use for text on bold backgrounds."
496
496
  },
497
- "value": "#161A1D",
497
+ "value": "#1D2125",
498
498
  "filePath": "src/tokens/atlassian-dark/color/text.tsx",
499
499
  "isSource": true,
500
500
  "original": {
@@ -504,7 +504,7 @@ var tokens = [{
504
504
  "introduced": "0.6.0",
505
505
  "description": "Use for text on bold backgrounds."
506
506
  },
507
- "value": "DarkNeutral0"
507
+ "value": "DarkNeutral100"
508
508
  },
509
509
  "name": "color.text.inverse",
510
510
  "path": ["color", "text", "inverse"],
@@ -604,7 +604,7 @@ var tokens = [{
604
604
  "introduced": "0.6.0",
605
605
  "description": "Use for text when on bold warning backgrounds."
606
606
  },
607
- "value": "#161A1D",
607
+ "value": "#1D2125",
608
608
  "filePath": "src/tokens/atlassian-dark/color/text.tsx",
609
609
  "isSource": true,
610
610
  "original": {
@@ -614,7 +614,7 @@ var tokens = [{
614
614
  "introduced": "0.6.0",
615
615
  "description": "Use for text when on bold warning backgrounds."
616
616
  },
617
- "value": "DarkNeutral0"
617
+ "value": "DarkNeutral100"
618
618
  },
619
619
  "name": "color.text.warning.inverse",
620
620
  "path": ["color", "text", "warning", "inverse"],
@@ -692,7 +692,7 @@ var tokens = [{
692
692
  "introduced": "0.6.0",
693
693
  "description": "Use for tertiary text, such as meta-data, breadcrumbs, input field placeholder and helper text."
694
694
  },
695
- "value": "#8696A7",
695
+ "value": "#8C9BAB",
696
696
  "filePath": "src/tokens/atlassian-dark/color/text.tsx",
697
697
  "isSource": true,
698
698
  "original": {
@@ -1044,7 +1044,7 @@ var tokens = [{
1044
1044
  "introduced": "0.6.0",
1045
1045
  "description": "Use for icons on bold backgrounds."
1046
1046
  },
1047
- "value": "#161A1D",
1047
+ "value": "#1D2125",
1048
1048
  "filePath": "src/tokens/atlassian-dark/color/icon.tsx",
1049
1049
  "isSource": true,
1050
1050
  "original": {
@@ -1054,7 +1054,7 @@ var tokens = [{
1054
1054
  "introduced": "0.6.0",
1055
1055
  "description": "Use for icons on bold backgrounds."
1056
1056
  },
1057
- "value": "DarkNeutral0"
1057
+ "value": "DarkNeutral100"
1058
1058
  },
1059
1059
  "name": "color.icon.inverse",
1060
1060
  "path": ["color", "icon", "inverse"],
@@ -1154,7 +1154,7 @@ var tokens = [{
1154
1154
  "introduced": "0.6.0",
1155
1155
  "description": "Use for icons when on bold warning backgrounds."
1156
1156
  },
1157
- "value": "#161A1D",
1157
+ "value": "#1D2125",
1158
1158
  "filePath": "src/tokens/atlassian-dark/color/icon.tsx",
1159
1159
  "isSource": true,
1160
1160
  "original": {
@@ -1164,7 +1164,7 @@ var tokens = [{
1164
1164
  "introduced": "0.6.0",
1165
1165
  "description": "Use for icons when on bold warning backgrounds."
1166
1166
  },
1167
- "value": "DarkNeutral0"
1167
+ "value": "DarkNeutral100"
1168
1168
  },
1169
1169
  "name": "color.icon.warning.inverse",
1170
1170
  "path": ["color", "icon", "warning", "inverse"],
@@ -1242,7 +1242,7 @@ var tokens = [{
1242
1242
  "introduced": "0.6.0",
1243
1243
  "description": "Use for icons paired with color.text.subtle"
1244
1244
  },
1245
- "value": "#8696A7",
1245
+ "value": "#8C9BAB",
1246
1246
  "filePath": "src/tokens/atlassian-dark/color/icon.tsx",
1247
1247
  "isSource": true,
1248
1248
  "original": {
@@ -1858,7 +1858,7 @@ var tokens = [{
1858
1858
  "introduced": "0.7.0",
1859
1859
  "description": "Use for red backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
1860
1860
  },
1861
- "value": "#391813",
1861
+ "value": "#4F1C16",
1862
1862
  "filePath": "src/tokens/atlassian-dark/color/accent.tsx",
1863
1863
  "isSource": true,
1864
1864
  "original": {
@@ -1946,7 +1946,7 @@ var tokens = [{
1946
1946
  "introduced": "0.7.0",
1947
1947
  "description": "Use for orange backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
1948
1948
  },
1949
- "value": "#43290F",
1949
+ "value": "#4A2B0F",
1950
1950
  "filePath": "src/tokens/atlassian-dark/color/accent.tsx",
1951
1951
  "isSource": true,
1952
1952
  "original": {
@@ -2034,7 +2034,7 @@ var tokens = [{
2034
2034
  "introduced": "0.7.0",
2035
2035
  "description": "Use for yellow backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
2036
2036
  },
2037
- "value": "#3D2E00",
2037
+ "value": "#3F3102",
2038
2038
  "filePath": "src/tokens/atlassian-dark/color/accent.tsx",
2039
2039
  "isSource": true,
2040
2040
  "original": {
@@ -2122,7 +2122,7 @@ var tokens = [{
2122
2122
  "introduced": "0.7.0",
2123
2123
  "description": "Use for green backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
2124
2124
  },
2125
- "value": "#133527",
2125
+ "value": "#143C2B",
2126
2126
  "filePath": "src/tokens/atlassian-dark/color/accent.tsx",
2127
2127
  "isSource": true,
2128
2128
  "original": {
@@ -2210,7 +2210,7 @@ var tokens = [{
2210
2210
  "introduced": "0.7.0",
2211
2211
  "description": "Use for teal backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
2212
2212
  },
2213
- "value": "#153337",
2213
+ "value": "#15373B",
2214
2214
  "filePath": "src/tokens/atlassian-dark/color/accent.tsx",
2215
2215
  "isSource": true,
2216
2216
  "original": {
@@ -2298,7 +2298,7 @@ var tokens = [{
2298
2298
  "introduced": "0.7.0",
2299
2299
  "description": "Use for blue backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
2300
2300
  },
2301
- "value": "#082145",
2301
+ "value": "#092957",
2302
2302
  "filePath": "src/tokens/atlassian-dark/color/accent.tsx",
2303
2303
  "isSource": true,
2304
2304
  "original": {
@@ -2386,7 +2386,7 @@ var tokens = [{
2386
2386
  "introduced": "0.7.0",
2387
2387
  "description": "Use for purple backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
2388
2388
  },
2389
- "value": "#231C3F",
2389
+ "value": "#2B2451",
2390
2390
  "filePath": "src/tokens/atlassian-dark/color/accent.tsx",
2391
2391
  "isSource": true,
2392
2392
  "original": {
@@ -2474,7 +2474,7 @@ var tokens = [{
2474
2474
  "introduced": "0.7.0",
2475
2475
  "description": "Use for magenta backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
2476
2476
  },
2477
- "value": "#341829",
2477
+ "value": "#421F34",
2478
2478
  "filePath": "src/tokens/atlassian-dark/color/accent.tsx",
2479
2479
  "isSource": true,
2480
2480
  "original": {
@@ -2628,7 +2628,7 @@ var tokens = [{
2628
2628
  "introduced": "0.7.0",
2629
2629
  "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."
2630
2630
  },
2631
- "value": "#8696A7",
2631
+ "value": "#8C9BAB",
2632
2632
  "filePath": "src/tokens/atlassian-dark/color/accent.tsx",
2633
2633
  "isSource": true,
2634
2634
  "original": {
@@ -2672,7 +2672,7 @@ var tokens = [{
2672
2672
  "introduced": "0.6.0",
2673
2673
  "description": "Use for background of form UI elements, such as text fields, checkboxes, and radio buttons."
2674
2674
  },
2675
- "value": "#1D2125",
2675
+ "value": "#22272B",
2676
2676
  "filePath": "src/tokens/atlassian-dark/color/background.tsx",
2677
2677
  "isSource": true,
2678
2678
  "original": {
@@ -2682,7 +2682,7 @@ var tokens = [{
2682
2682
  "introduced": "0.6.0",
2683
2683
  "description": "Use for background of form UI elements, such as text fields, checkboxes, and radio buttons."
2684
2684
  },
2685
- "value": "DarkNeutral100"
2685
+ "value": "DarkNeutral200"
2686
2686
  },
2687
2687
  "name": "color.background.input.[default]",
2688
2688
  "path": ["color", "background", "input", "[default]"],
@@ -2694,7 +2694,7 @@ var tokens = [{
2694
2694
  "introduced": "0.6.0",
2695
2695
  "description": "Hovered state for color.background.input"
2696
2696
  },
2697
- "value": "#22272B",
2697
+ "value": "#282E33",
2698
2698
  "filePath": "src/tokens/atlassian-dark/color/background.tsx",
2699
2699
  "isSource": true,
2700
2700
  "original": {
@@ -2704,7 +2704,7 @@ var tokens = [{
2704
2704
  "introduced": "0.6.0",
2705
2705
  "description": "Hovered state for color.background.input"
2706
2706
  },
2707
- "value": "DarkNeutral200"
2707
+ "value": "DarkNeutral250"
2708
2708
  },
2709
2709
  "name": "color.background.input.hovered",
2710
2710
  "path": ["color", "background", "input", "hovered"],
@@ -2716,7 +2716,7 @@ var tokens = [{
2716
2716
  "introduced": "0.6.0",
2717
2717
  "description": "Pressed state for color.background.input"
2718
2718
  },
2719
- "value": "#1D2125",
2719
+ "value": "#22272B",
2720
2720
  "filePath": "src/tokens/atlassian-dark/color/background.tsx",
2721
2721
  "isSource": true,
2722
2722
  "original": {
@@ -2726,7 +2726,7 @@ var tokens = [{
2726
2726
  "introduced": "0.6.0",
2727
2727
  "description": "Pressed state for color.background.input"
2728
2728
  },
2729
- "value": "DarkNeutral100"
2729
+ "value": "DarkNeutral200"
2730
2730
  },
2731
2731
  "name": "color.background.input.pressed",
2732
2732
  "path": ["color", "background", "input", "pressed"],
@@ -3002,7 +3002,7 @@ var tokens = [{
3002
3002
  "introduced": "0.6.2",
3003
3003
  "description": "Use for the background of elements in a selected state, such as in opened dropdown buttons."
3004
3004
  },
3005
- "value": "#082145",
3005
+ "value": "#092957",
3006
3006
  "filePath": "src/tokens/atlassian-dark/color/background.tsx",
3007
3007
  "isSource": true,
3008
3008
  "original": {
@@ -3200,7 +3200,7 @@ var tokens = [{
3200
3200
  "introduced": "0.6.0",
3201
3201
  "description": "Use for backgrounds communicating critical information, such in error section messages."
3202
3202
  },
3203
- "value": "#391813",
3203
+ "value": "#4F1C16",
3204
3204
  "filePath": "src/tokens/atlassian-dark/color/background.tsx",
3205
3205
  "isSource": true,
3206
3206
  "original": {
@@ -3332,7 +3332,7 @@ var tokens = [{
3332
3332
  "introduced": "0.6.0",
3333
3333
  "description": "Use for backgrounds communicating caution, such as in warning section messages."
3334
3334
  },
3335
- "value": "#3D2E00",
3335
+ "value": "#3F3102",
3336
3336
  "filePath": "src/tokens/atlassian-dark/color/background.tsx",
3337
3337
  "isSource": true,
3338
3338
  "original": {
@@ -3464,7 +3464,7 @@ var tokens = [{
3464
3464
  "introduced": "0.6.0",
3465
3465
  "description": "Use for backgrounds communicating a favorable outcome, such as in success section messages."
3466
3466
  },
3467
- "value": "#133527",
3467
+ "value": "#143C2B",
3468
3468
  "filePath": "src/tokens/atlassian-dark/color/background.tsx",
3469
3469
  "isSource": true,
3470
3470
  "original": {
@@ -3596,7 +3596,7 @@ var tokens = [{
3596
3596
  "introduced": "0.6.0",
3597
3597
  "description": "Use for backgrounds communicating change or something new, such as in discovery section messages."
3598
3598
  },
3599
- "value": "#231C3F",
3599
+ "value": "#2B2451",
3600
3600
  "filePath": "src/tokens/atlassian-dark/color/background.tsx",
3601
3601
  "isSource": true,
3602
3602
  "original": {
@@ -3728,7 +3728,7 @@ var tokens = [{
3728
3728
  "introduced": "0.6.0",
3729
3729
  "description": "Use for backgrounds communicating information or something in-progress, such as in information section messages."
3730
3730
  },
3731
- "value": "#082145",
3731
+ "value": "#092957",
3732
3732
  "filePath": "src/tokens/atlassian-dark/color/background.tsx",
3733
3733
  "isSource": true,
3734
3734
  "original": {
@@ -3860,7 +3860,7 @@ var tokens = [{
3860
3860
  "introduced": "0.0.15",
3861
3861
  "description": "Use for the screen overlay that appears with modal dialogs"
3862
3862
  },
3863
- "value": "#03040442",
3863
+ "value": "#10121499",
3864
3864
  "filePath": "src/tokens/atlassian-dark/color/background.tsx",
3865
3865
  "isSource": true,
3866
3866
  "original": {
@@ -3870,7 +3870,7 @@ var tokens = [{
3870
3870
  "introduced": "0.0.15",
3871
3871
  "description": "Use for the screen overlay that appears with modal dialogs"
3872
3872
  },
3873
- "value": "DarkNeutral-100A"
3873
+ "value": "#10121499"
3874
3874
  },
3875
3875
  "name": "color.blanket.[default]",
3876
3876
  "path": ["color", "blanket", "[default]"],
@@ -4520,7 +4520,7 @@ var tokens = [{
4520
4520
  "introduced": "0.13.3",
4521
4521
  "description": "Hovered state of color.chart.neutral."
4522
4522
  },
4523
- "value": "#8696A7",
4523
+ "value": "#8C9BAB",
4524
4524
  "filePath": "src/tokens/atlassian-dark/color/chart.tsx",
4525
4525
  "isSource": true,
4526
4526
  "original": {
@@ -5620,7 +5620,7 @@ var tokens = [{
5620
5620
  "introduced": "0.13.3",
5621
5621
  "description": "Hovered state of color.chart.gray.bold."
5622
5622
  },
5623
- "value": "#8696A7",
5623
+ "value": "#8C9BAB",
5624
5624
  "filePath": "src/tokens/atlassian-dark/color/chart.tsx",
5625
5625
  "isSource": true,
5626
5626
  "original": {
@@ -5642,7 +5642,7 @@ var tokens = [{
5642
5642
  "introduced": "0.13.3",
5643
5643
  "description": "For data visualisation only."
5644
5644
  },
5645
- "value": "#8696A7",
5645
+ "value": "#8C9BAB",
5646
5646
  "filePath": "src/tokens/atlassian-dark/color/chart.tsx",
5647
5647
  "isSource": true,
5648
5648
  "original": {
@@ -6214,7 +6214,7 @@ var tokens = [{
6214
6214
  "introduced": "0.6.0",
6215
6215
  "description": "Use as the primary background for the UI."
6216
6216
  },
6217
- "value": "#161A1D",
6217
+ "value": "#1D2125",
6218
6218
  "filePath": "src/tokens/atlassian-dark/elevation/surface.tsx",
6219
6219
  "isSource": true,
6220
6220
  "original": {
@@ -6224,7 +6224,7 @@ var tokens = [{
6224
6224
  "introduced": "0.6.0",
6225
6225
  "description": "Use as the primary background for the UI."
6226
6226
  },
6227
- "value": "DarkNeutral0"
6227
+ "value": "DarkNeutral100"
6228
6228
  },
6229
6229
  "name": "elevation.surface.[default].[default]",
6230
6230
  "path": ["elevation", "surface", "[default]", "[default]"],
@@ -6236,7 +6236,7 @@ var tokens = [{
6236
6236
  "introduced": "0.10.20",
6237
6237
  "description": "Hovered state of elevation.surface"
6238
6238
  },
6239
- "value": "#1D2125",
6239
+ "value": "#22272B",
6240
6240
  "filePath": "src/tokens/atlassian-dark/elevation/surface.tsx",
6241
6241
  "isSource": true,
6242
6242
  "original": {
@@ -6246,7 +6246,7 @@ var tokens = [{
6246
6246
  "introduced": "0.10.20",
6247
6247
  "description": "Hovered state of elevation.surface"
6248
6248
  },
6249
- "value": "DarkNeutral100"
6249
+ "value": "DarkNeutral200"
6250
6250
  },
6251
6251
  "name": "elevation.surface.[default].hovered",
6252
6252
  "path": ["elevation", "surface", "[default]", "hovered"],
@@ -6258,7 +6258,7 @@ var tokens = [{
6258
6258
  "introduced": "0.10.20",
6259
6259
  "description": "Pressed state of elevation.surface"
6260
6260
  },
6261
- "value": "#22272B",
6261
+ "value": "#282E33",
6262
6262
  "filePath": "src/tokens/atlassian-dark/elevation/surface.tsx",
6263
6263
  "isSource": true,
6264
6264
  "original": {
@@ -6268,7 +6268,7 @@ var tokens = [{
6268
6268
  "introduced": "0.10.20",
6269
6269
  "description": "Pressed state of elevation.surface"
6270
6270
  },
6271
- "value": "DarkNeutral200"
6271
+ "value": "DarkNeutral250"
6272
6272
  },
6273
6273
  "name": "elevation.surface.[default].pressed",
6274
6274
  "path": ["elevation", "surface", "[default]", "pressed"],
@@ -6280,7 +6280,7 @@ var tokens = [{
6280
6280
  "introduced": "0.6.0",
6281
6281
  "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."
6282
6282
  },
6283
- "value": "#22272B",
6283
+ "value": "#282E33",
6284
6284
  "filePath": "src/tokens/atlassian-dark/elevation/surface.tsx",
6285
6285
  "isSource": true,
6286
6286
  "original": {
@@ -6290,7 +6290,7 @@ var tokens = [{
6290
6290
  "introduced": "0.6.0",
6291
6291
  "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."
6292
6292
  },
6293
- "value": "DarkNeutral200"
6293
+ "value": "DarkNeutral250"
6294
6294
  },
6295
6295
  "name": "elevation.surface.overlay.[default]",
6296
6296
  "path": ["elevation", "surface", "overlay", "[default]"],
@@ -6324,7 +6324,7 @@ var tokens = [{
6324
6324
  "introduced": "0.10.20",
6325
6325
  "description": "Pressed state of elevation.surface.overlay"
6326
6326
  },
6327
- "value": "#454F59",
6327
+ "value": "#38414A",
6328
6328
  "filePath": "src/tokens/atlassian-dark/elevation/surface.tsx",
6329
6329
  "isSource": true,
6330
6330
  "original": {
@@ -6334,7 +6334,7 @@ var tokens = [{
6334
6334
  "introduced": "0.10.20",
6335
6335
  "description": "Pressed state of elevation.surface.overlay"
6336
6336
  },
6337
- "value": "DarkNeutral400"
6337
+ "value": "DarkNeutral350"
6338
6338
  },
6339
6339
  "name": "elevation.surface.overlay.pressed",
6340
6340
  "path": ["elevation", "surface", "overlay", "pressed"],
@@ -6346,7 +6346,7 @@ var tokens = [{
6346
6346
  "introduced": "0.6.0",
6347
6347
  "description": "Use for the background of cards that can be moved, such as Jira cards on a Kanban board. Combine with elevation.shadow.raised."
6348
6348
  },
6349
- "value": "#1D2125",
6349
+ "value": "#22272B",
6350
6350
  "filePath": "src/tokens/atlassian-dark/elevation/surface.tsx",
6351
6351
  "isSource": true,
6352
6352
  "original": {
@@ -6356,7 +6356,7 @@ var tokens = [{
6356
6356
  "introduced": "0.6.0",
6357
6357
  "description": "Use for the background of cards that can be moved, such as Jira cards on a Kanban board. Combine with elevation.shadow.raised."
6358
6358
  },
6359
- "value": "DarkNeutral100"
6359
+ "value": "DarkNeutral200"
6360
6360
  },
6361
6361
  "name": "elevation.surface.raised.[default]",
6362
6362
  "path": ["elevation", "surface", "raised", "[default]"],
@@ -6368,7 +6368,7 @@ var tokens = [{
6368
6368
  "introduced": "0.10.20",
6369
6369
  "description": "Hovered state of elevation.surface.raised"
6370
6370
  },
6371
- "value": "#22272B",
6371
+ "value": "#282E33",
6372
6372
  "filePath": "src/tokens/atlassian-dark/elevation/surface.tsx",
6373
6373
  "isSource": true,
6374
6374
  "original": {
@@ -6378,7 +6378,7 @@ var tokens = [{
6378
6378
  "introduced": "0.10.20",
6379
6379
  "description": "Hovered state of elevation.surface.raised"
6380
6380
  },
6381
- "value": "DarkNeutral200"
6381
+ "value": "DarkNeutral250"
6382
6382
  },
6383
6383
  "name": "elevation.surface.raised.hovered",
6384
6384
  "path": ["elevation", "surface", "raised", "hovered"],
@@ -6412,7 +6412,7 @@ var tokens = [{
6412
6412
  "introduced": "0.6.0",
6413
6413
  "description": "A secondary background for the UI commonly used for grouping items, such as Jira cards in columns."
6414
6414
  },
6415
- "value": "#101214",
6415
+ "value": "#161A1D",
6416
6416
  "filePath": "src/tokens/atlassian-dark/elevation/surface.tsx",
6417
6417
  "isSource": true,
6418
6418
  "original": {
@@ -6422,7 +6422,7 @@ var tokens = [{
6422
6422
  "introduced": "0.6.0",
6423
6423
  "description": "A secondary background for the UI commonly used for grouping items, such as Jira cards in columns."
6424
6424
  },
6425
- "value": "DarkNeutral-100"
6425
+ "value": "DarkNeutral0"
6426
6426
  },
6427
6427
  "name": "elevation.surface.sunken",
6428
6428
  "path": ["elevation", "surface", "sunken"],
@@ -6540,7 +6540,7 @@ var tokens = [{
6540
6540
  "x": 0,
6541
6541
  "y": 0
6542
6542
  },
6543
- "opacity": 0.04,
6543
+ "opacity": 0.12,
6544
6544
  "inset": true
6545
6545
  }, {
6546
6546
  "radius": 12,
@@ -6576,7 +6576,7 @@ var tokens = [{
6576
6576
  "x": 0,
6577
6577
  "y": 0
6578
6578
  },
6579
- "opacity": 0.04,
6579
+ "opacity": 0.12,
6580
6580
  "inset": true
6581
6581
  }, {
6582
6582
  "radius": 12,
@@ -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::148c69092f499e3fd244297f7a130fbf>>
3
+ * @codegen <<SignedSource::20f8ad047dd30f24c669af342c4b2993>>
4
4
  * @codegenCommand yarn build tokens
5
5
  */
6
6
  var tokens = [{
@@ -4212,7 +4212,7 @@ var tokens = [{
4212
4212
  "introduced": "0.13.3",
4213
4213
  "description": "Hovered state of color.chart.categorical.5."
4214
4214
  },
4215
- "value": "#082145",
4215
+ "value": "#092957",
4216
4216
  "filePath": "src/tokens/atlassian-light/color/chart.tsx",
4217
4217
  "isSource": true,
4218
4218
  "original": {
@@ -4300,7 +4300,7 @@ var tokens = [{
4300
4300
  "introduced": "0.13.3",
4301
4301
  "description": "Hovered state of color.chart.categorical.7."
4302
4302
  },
4303
- "value": "#341829",
4303
+ "value": "#421F34",
4304
4304
  "filePath": "src/tokens/atlassian-light/color/chart.tsx",
4305
4305
  "isSource": true,
4306
4306
  "original": {
@@ -0,0 +1 @@
1
+ export { default } from '../artifacts/token-default-values';
@@ -1,7 +1,7 @@
1
1
  import warnOnce from '@atlaskit/ds-lib/warn-once';
2
2
  import tokens from './artifacts/token-names';
3
3
  var name = "@atlaskit/tokens";
4
- var version = "1.8.1";
4
+ var version = "1.9.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
  var name = "@atlaskit/tokens";
5
- var version = "1.8.1";
5
+ var version = "1.9.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.
@@ -83,7 +83,7 @@ var palette = {
83
83
  }
84
84
  },
85
85
  Blue1000: {
86
- value: '#082145',
86
+ value: '#092957',
87
87
  attributes: {
88
88
  group: 'palette',
89
89
  category: 'blue'
@@ -153,7 +153,7 @@ var palette = {
153
153
  }
154
154
  },
155
155
  Red1000: {
156
- value: '#391813',
156
+ value: '#4F1C16',
157
157
  attributes: {
158
158
  group: 'palette',
159
159
  category: 'red'
@@ -223,7 +223,7 @@ var palette = {
223
223
  }
224
224
  },
225
225
  Yellow1000: {
226
- value: '#3D2E00',
226
+ value: '#3F3102',
227
227
  attributes: {
228
228
  group: 'palette',
229
229
  category: 'yellow'
@@ -293,7 +293,7 @@ var palette = {
293
293
  }
294
294
  },
295
295
  Green1000: {
296
- value: '#133527',
296
+ value: '#143C2B',
297
297
  attributes: {
298
298
  group: 'palette',
299
299
  category: 'green'
@@ -363,7 +363,7 @@ var palette = {
363
363
  }
364
364
  },
365
365
  Purple1000: {
366
- value: '#231C3F',
366
+ value: '#2B2451',
367
367
  attributes: {
368
368
  group: 'palette',
369
369
  category: 'purple'
@@ -433,7 +433,7 @@ var palette = {
433
433
  }
434
434
  },
435
435
  Teal1000: {
436
- value: '#153337',
436
+ value: '#15373B',
437
437
  attributes: {
438
438
  group: 'palette',
439
439
  category: 'teal'
@@ -503,7 +503,7 @@ var palette = {
503
503
  }
504
504
  },
505
505
  Orange1000: {
506
- value: '#43290F',
506
+ value: '#4A2B0F',
507
507
  attributes: {
508
508
  group: 'palette',
509
509
  category: 'orange'
@@ -573,7 +573,7 @@ var palette = {
573
573
  }
574
574
  },
575
575
  Magenta1000: {
576
- value: '#341829',
576
+ value: '#421F34',
577
577
  attributes: {
578
578
  group: 'palette',
579
579
  category: 'magenta'
@@ -701,6 +701,21 @@ var palette = {
701
701
  category: 'dark mode neutral'
702
702
  }
703
703
  },
704
+ DarkNeutral250: {
705
+ value: '#282E33',
706
+ attributes: {
707
+ group: 'palette',
708
+ category: 'dark mode neutral'
709
+ }
710
+ },
711
+ DarkNeutral250A: {
712
+ // #C8E1F9 10%
713
+ value: '#C8E1F91A',
714
+ attributes: {
715
+ group: 'palette',
716
+ category: 'dark mode neutral'
717
+ }
718
+ },
704
719
  DarkNeutral300: {
705
720
  value: '#2C333A',
706
721
  attributes: {
@@ -716,6 +731,21 @@ var palette = {
716
731
  category: 'dark mode neutral'
717
732
  }
718
733
  },
734
+ DarkNeutral350: {
735
+ value: '#38414A',
736
+ attributes: {
737
+ group: 'palette',
738
+ category: 'dark mode neutral'
739
+ }
740
+ },
741
+ DarkNeutral350A: {
742
+ // #C3DEFE 20%
743
+ value: '#C3DEFE33',
744
+ attributes: {
745
+ group: 'palette',
746
+ category: 'dark mode neutral'
747
+ }
748
+ },
719
749
  DarkNeutral400: {
720
750
  value: '#454F59',
721
751
  attributes: {
@@ -754,7 +784,7 @@ var palette = {
754
784
  }
755
785
  },
756
786
  DarkNeutral700: {
757
- value: '#8696A7',
787
+ value: '#8C9BAB',
758
788
  attributes: {
759
789
  group: 'palette',
760
790
  category: 'dark mode neutral'