@atlaskit/tokens 0.10.30 → 0.10.32

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 (116) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/css/atlassian-dark.css +5 -1
  3. package/css/atlassian-legacy-dark.css +5 -1
  4. package/css/atlassian-legacy-light.css +27 -23
  5. package/css/atlassian-light.css +7 -3
  6. package/dist/cjs/artifacts/palettes-raw/legacy-palette.js +22 -5
  7. package/dist/cjs/artifacts/tokens-raw/atlassian-dark.js +45 -3
  8. package/dist/cjs/artifacts/tokens-raw/atlassian-legacy-dark.js +45 -3
  9. package/dist/cjs/artifacts/tokens-raw/atlassian-legacy-light.js +64 -22
  10. package/dist/cjs/artifacts/tokens-raw/atlassian-light.js +49 -7
  11. package/dist/cjs/artifacts/typescript/atlassian-dark-token-names.js +3 -1
  12. package/dist/cjs/artifacts/typescript/atlassian-legacy-dark-token-names.js +3 -1
  13. package/dist/cjs/artifacts/typescript/atlassian-legacy-light-token-names.js +3 -1
  14. package/dist/cjs/artifacts/typescript/atlassian-light-token-default-values.js +4 -2
  15. package/dist/cjs/artifacts/typescript/atlassian-light-token-names.js +3 -1
  16. package/dist/cjs/get-token.js +1 -1
  17. package/dist/cjs/palettes/legacy-palette.js +9 -2
  18. package/dist/cjs/tokens/atlassian-dark/elevation/shadow.js +31 -21
  19. package/dist/cjs/tokens/atlassian-legacy-dark/elevation/shadow.js +31 -21
  20. package/dist/cjs/tokens/atlassian-legacy-light/color/background.js +8 -7
  21. package/dist/cjs/tokens/atlassian-legacy-light/color/text.js +2 -2
  22. package/dist/cjs/tokens/atlassian-legacy-light/elevation/shadow.js +27 -17
  23. package/dist/cjs/tokens/atlassian-light/elevation/shadow.js +27 -17
  24. package/dist/cjs/tokens/default/elevation/shadow.js +23 -5
  25. package/dist/cjs/version.json +1 -1
  26. package/dist/es2019/artifacts/palettes-raw/legacy-palette.js +22 -5
  27. package/dist/es2019/artifacts/tokens-raw/atlassian-dark.js +45 -3
  28. package/dist/es2019/artifacts/tokens-raw/atlassian-legacy-dark.js +45 -3
  29. package/dist/es2019/artifacts/tokens-raw/atlassian-legacy-light.js +64 -22
  30. package/dist/es2019/artifacts/tokens-raw/atlassian-light.js +49 -7
  31. package/dist/es2019/artifacts/typescript/atlassian-dark-token-names.js +3 -1
  32. package/dist/es2019/artifacts/typescript/atlassian-legacy-dark-token-names.js +3 -1
  33. package/dist/es2019/artifacts/typescript/atlassian-legacy-light-token-names.js +3 -1
  34. package/dist/es2019/artifacts/typescript/atlassian-light-token-default-values.js +4 -2
  35. package/dist/es2019/artifacts/typescript/atlassian-light-token-names.js +3 -1
  36. package/dist/es2019/get-token.js +1 -1
  37. package/dist/es2019/palettes/legacy-palette.js +9 -2
  38. package/dist/es2019/tokens/atlassian-dark/elevation/shadow.js +31 -21
  39. package/dist/es2019/tokens/atlassian-legacy-dark/elevation/shadow.js +31 -21
  40. package/dist/es2019/tokens/atlassian-legacy-light/color/background.js +8 -7
  41. package/dist/es2019/tokens/atlassian-legacy-light/color/text.js +2 -2
  42. package/dist/es2019/tokens/atlassian-legacy-light/elevation/shadow.js +27 -17
  43. package/dist/es2019/tokens/atlassian-light/elevation/shadow.js +27 -17
  44. package/dist/es2019/tokens/default/elevation/shadow.js +23 -5
  45. package/dist/es2019/version.json +1 -1
  46. package/dist/esm/artifacts/palettes-raw/legacy-palette.js +22 -5
  47. package/dist/esm/artifacts/tokens-raw/atlassian-dark.js +45 -3
  48. package/dist/esm/artifacts/tokens-raw/atlassian-legacy-dark.js +45 -3
  49. package/dist/esm/artifacts/tokens-raw/atlassian-legacy-light.js +64 -22
  50. package/dist/esm/artifacts/tokens-raw/atlassian-light.js +49 -7
  51. package/dist/esm/artifacts/typescript/atlassian-dark-token-names.js +3 -1
  52. package/dist/esm/artifacts/typescript/atlassian-legacy-dark-token-names.js +3 -1
  53. package/dist/esm/artifacts/typescript/atlassian-legacy-light-token-names.js +3 -1
  54. package/dist/esm/artifacts/typescript/atlassian-light-token-default-values.js +4 -2
  55. package/dist/esm/artifacts/typescript/atlassian-light-token-names.js +3 -1
  56. package/dist/esm/get-token.js +1 -1
  57. package/dist/esm/palettes/legacy-palette.js +9 -2
  58. package/dist/esm/tokens/atlassian-dark/elevation/shadow.js +31 -21
  59. package/dist/esm/tokens/atlassian-legacy-dark/elevation/shadow.js +31 -21
  60. package/dist/esm/tokens/atlassian-legacy-light/color/background.js +8 -7
  61. package/dist/esm/tokens/atlassian-legacy-light/color/text.js +2 -2
  62. package/dist/esm/tokens/atlassian-legacy-light/elevation/shadow.js +27 -17
  63. package/dist/esm/tokens/atlassian-light/elevation/shadow.js +27 -17
  64. package/dist/esm/tokens/default/elevation/shadow.js +23 -5
  65. package/dist/esm/version.json +1 -1
  66. package/dist/types/artifacts/palettes-raw/legacy-palette.d.ts +1 -1
  67. package/dist/types/artifacts/token-default-values.d.ts +3 -1
  68. package/dist/types/artifacts/token-names.d.ts +2 -0
  69. package/dist/types/artifacts/tokens-raw/atlassian-dark.d.ts +1 -1
  70. package/dist/types/artifacts/tokens-raw/atlassian-legacy-dark.d.ts +1 -1
  71. package/dist/types/artifacts/tokens-raw/atlassian-legacy-light.d.ts +1 -1
  72. package/dist/types/artifacts/tokens-raw/atlassian-light.d.ts +1 -1
  73. package/dist/types/artifacts/typescript/atlassian-dark-token-names.d.ts +5 -1
  74. package/dist/types/artifacts/typescript/atlassian-dark-types-internal.d.ts +2 -2
  75. package/dist/types/artifacts/typescript/atlassian-dark-types.d.ts +2 -2
  76. package/dist/types/artifacts/typescript/atlassian-legacy-dark-token-names.d.ts +5 -1
  77. package/dist/types/artifacts/typescript/atlassian-legacy-dark-types-internal.d.ts +2 -2
  78. package/dist/types/artifacts/typescript/atlassian-legacy-dark-types.d.ts +2 -2
  79. package/dist/types/artifacts/typescript/atlassian-legacy-light-token-names.d.ts +5 -1
  80. package/dist/types/artifacts/typescript/atlassian-legacy-light-types-internal.d.ts +2 -2
  81. package/dist/types/artifacts/typescript/atlassian-legacy-light-types.d.ts +2 -2
  82. package/dist/types/artifacts/typescript/atlassian-light-token-default-values.d.ts +4 -2
  83. package/dist/types/artifacts/typescript/atlassian-light-token-names.d.ts +5 -1
  84. package/dist/types/artifacts/typescript/atlassian-light-types-internal.d.ts +2 -2
  85. package/dist/types/artifacts/typescript/atlassian-light-types.d.ts +2 -2
  86. package/dist/types/palettes/legacy-palette.d.ts +1 -1
  87. package/dist/types/tokens/atlassian-legacy-dark/utility/utility.d.ts +1 -1
  88. package/dist/types/tokens/atlassian-legacy-light/utility/utility.d.ts +1 -1
  89. package/dist/types/types.d.ts +5 -1
  90. package/dist/types-ts4.0/artifacts/palettes-raw/legacy-palette.d.ts +1 -1
  91. package/dist/types-ts4.0/artifacts/token-default-values.d.ts +3 -1
  92. package/dist/types-ts4.0/artifacts/token-names.d.ts +2 -0
  93. package/dist/types-ts4.0/artifacts/tokens-raw/atlassian-dark.d.ts +1 -1
  94. package/dist/types-ts4.0/artifacts/tokens-raw/atlassian-legacy-dark.d.ts +1 -1
  95. package/dist/types-ts4.0/artifacts/tokens-raw/atlassian-legacy-light.d.ts +1 -1
  96. package/dist/types-ts4.0/artifacts/tokens-raw/atlassian-light.d.ts +1 -1
  97. package/dist/types-ts4.0/artifacts/typescript/atlassian-dark-token-names.d.ts +5 -1
  98. package/dist/types-ts4.0/artifacts/typescript/atlassian-dark-types-internal.d.ts +2 -2
  99. package/dist/types-ts4.0/artifacts/typescript/atlassian-dark-types.d.ts +2 -2
  100. package/dist/types-ts4.0/artifacts/typescript/atlassian-legacy-dark-token-names.d.ts +5 -1
  101. package/dist/types-ts4.0/artifacts/typescript/atlassian-legacy-dark-types-internal.d.ts +2 -2
  102. package/dist/types-ts4.0/artifacts/typescript/atlassian-legacy-dark-types.d.ts +2 -2
  103. package/dist/types-ts4.0/artifacts/typescript/atlassian-legacy-light-token-names.d.ts +5 -1
  104. package/dist/types-ts4.0/artifacts/typescript/atlassian-legacy-light-types-internal.d.ts +2 -2
  105. package/dist/types-ts4.0/artifacts/typescript/atlassian-legacy-light-types.d.ts +2 -2
  106. package/dist/types-ts4.0/artifacts/typescript/atlassian-light-token-default-values.d.ts +4 -2
  107. package/dist/types-ts4.0/artifacts/typescript/atlassian-light-token-names.d.ts +5 -1
  108. package/dist/types-ts4.0/artifacts/typescript/atlassian-light-types-internal.d.ts +2 -2
  109. package/dist/types-ts4.0/artifacts/typescript/atlassian-light-types.d.ts +2 -2
  110. package/dist/types-ts4.0/palettes/legacy-palette.d.ts +1 -1
  111. package/dist/types-ts4.0/tokens/atlassian-legacy-dark/utility/utility.d.ts +1 -1
  112. package/dist/types-ts4.0/tokens/atlassian-legacy-light/utility/utility.d.ts +1 -1
  113. package/dist/types-ts4.0/types.d.ts +5 -1
  114. package/package.json +7 -5
  115. package/report.api.md +4 -0
  116. package/tmp/api-report-tmp.d.ts +4 -0
@@ -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::709c400533fbf03cd0b347f1aa9b3ff6>>
3
+ * @codegen <<SignedSource::83290a114618bdfa1ff9d24e32a6f1b1>>
4
4
  * @codegenCommand yarn build tokens
5
5
  */
6
6
  const tokens = {
@@ -280,6 +280,8 @@ const tokens = {
280
280
  'shadow.overlay': '--ds-overlay',
281
281
  'elevation.shadow.raised': '--ds-shadow-raised',
282
282
  'elevation.shadow.overflow': '--ds-shadow-overflow',
283
+ 'elevation.shadow.overflow.spread': '--ds-shadow-overflow-spread',
284
+ 'elevation.shadow.overflow.perimeter': '--ds-shadow-overflow-perimeter',
283
285
  'elevation.shadow.overlay': '--ds-shadow-overlay',
284
286
  'elevation.surface': '--ds-surface',
285
287
  'elevation.surface.hovered': '--ds-surface-hovered',
@@ -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::709c400533fbf03cd0b347f1aa9b3ff6>>
3
+ * @codegen <<SignedSource::83290a114618bdfa1ff9d24e32a6f1b1>>
4
4
  * @codegenCommand yarn build tokens
5
5
  */
6
6
  const tokens = {
@@ -280,6 +280,8 @@ const tokens = {
280
280
  'shadow.overlay': '--ds-overlay',
281
281
  'elevation.shadow.raised': '--ds-shadow-raised',
282
282
  'elevation.shadow.overflow': '--ds-shadow-overflow',
283
+ 'elevation.shadow.overflow.spread': '--ds-shadow-overflow-spread',
284
+ 'elevation.shadow.overflow.perimeter': '--ds-shadow-overflow-perimeter',
283
285
  'elevation.shadow.overlay': '--ds-shadow-overlay',
284
286
  'elevation.surface': '--ds-surface',
285
287
  'elevation.surface.hovered': '--ds-surface-hovered',
@@ -4,7 +4,7 @@
4
4
  * Token names mapped to their value in the default Atlassian themes ('light spacing').
5
5
  * These default values are used by the Babel plugin to optionally provide automatic fallbacks.
6
6
  *
7
- * @codegen <<SignedSource::128d2aed73e7128437a797c426204b37>>
7
+ * @codegen <<SignedSource::ef6186f17dafc7e13af4096ad3cf41bb>>
8
8
  * @codegenCommand yarn build tokens
9
9
  */
10
10
  const defaultTokenValues = {
@@ -283,7 +283,9 @@ const defaultTokenValues = {
283
283
  'shadow.card': '0px 1px 1px #091E4240, 0px 0px 1px #091E424F',
284
284
  'shadow.overlay': '0px 8px 12px #091E4226, 0px 0px 1px #091E424F',
285
285
  'elevation.shadow.raised': '0px 1px 1px #091E4240, 0px 0px 1px #091E424F',
286
- 'elevation.shadow.overflow': '0px 8px 8px #091E4214, 0px 0px 1px #091E421F',
286
+ 'elevation.shadow.overflow': '0px 0px 8px #091E4229, 0px 0px 1px #091E421F',
287
+ 'elevation.shadow.overflow.spread': '#091e4229',
288
+ 'elevation.shadow.overflow.perimeter': '#091e421f',
287
289
  'elevation.shadow.overlay': '0px 8px 12px #091E4226, 0px 0px 1px #091E424F',
288
290
  'elevation.surface': '#FFFFFF',
289
291
  'elevation.surface.hovered': '#F1F2F4',
@@ -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::709c400533fbf03cd0b347f1aa9b3ff6>>
3
+ * @codegen <<SignedSource::83290a114618bdfa1ff9d24e32a6f1b1>>
4
4
  * @codegenCommand yarn build tokens
5
5
  */
6
6
  const tokens = {
@@ -280,6 +280,8 @@ const tokens = {
280
280
  'shadow.overlay': '--ds-overlay',
281
281
  'elevation.shadow.raised': '--ds-shadow-raised',
282
282
  'elevation.shadow.overflow': '--ds-shadow-overflow',
283
+ 'elevation.shadow.overflow.spread': '--ds-shadow-overflow-spread',
284
+ 'elevation.shadow.overflow.perimeter': '--ds-shadow-overflow-perimeter',
283
285
  'elevation.shadow.overlay': '--ds-shadow-overlay',
284
286
  'elevation.surface': '--ds-surface',
285
287
  'elevation.surface.hovered': '--ds-surface-hovered',
@@ -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 = "0.10.30";
5
+ const version = "0.10.32";
6
6
 
7
7
  function token(path, fallback) {
8
8
  let token = tokens[path];
@@ -129,6 +129,13 @@ const palette = {
129
129
  category: 'yellow'
130
130
  }
131
131
  },
132
+ O800: {
133
+ value: '#974F0C',
134
+ attributes: {
135
+ group: 'palette',
136
+ category: 'orange'
137
+ }
138
+ },
132
139
  G50: {
133
140
  value: '#E3FCEF',
134
141
  attributes: {
@@ -459,14 +466,14 @@ const palette = {
459
466
  }
460
467
  },
461
468
  N10A: {
462
- value: '#091e425',
469
+ value: '#091e4205',
463
470
  attributes: {
464
471
  group: 'palette',
465
472
  category: 'light mode neutral'
466
473
  }
467
474
  },
468
475
  N20A: {
469
- value: '#091e42a',
476
+ value: '#091e420a',
470
477
  attributes: {
471
478
  group: 'palette',
472
479
  category: 'light mode neutral'
@@ -35,27 +35,37 @@ const shadow = {
35
35
  }]
36
36
  },
37
37
  overflow: {
38
- value: [{
39
- radius: 12,
40
- offset: {
41
- x: 0,
42
- y: 0
43
- },
44
- // @ts-ignore no current palette colour for this yet
45
- color: '#030404',
46
- // This opacity overrides the color alpha.
47
- opacity: 0.56
48
- }, {
49
- radius: 1,
50
- offset: {
51
- x: 0,
52
- y: 0
53
- },
54
- // @ts-ignore no current palette colour for this yet
55
- color: '#030404',
56
- // This opacity overrides the color alpha.
57
- opacity: 0.5
58
- }]
38
+ '[default]': {
39
+ value: [{
40
+ radius: 12,
41
+ offset: {
42
+ x: 0,
43
+ y: 0
44
+ },
45
+ // @ts-ignore no current palette colour for this yet
46
+ color: '#030404',
47
+ // This opacity overrides the color alpha.
48
+ opacity: 0.56
49
+ }, {
50
+ radius: 1,
51
+ offset: {
52
+ x: 0,
53
+ y: 0
54
+ },
55
+ // @ts-ignore no current palette colour for this yet
56
+ color: '#030404',
57
+ // This opacity overrides the color alpha.
58
+ opacity: 0.5
59
+ }]
60
+ },
61
+ // @ts-ignore no current palette colour for this yet
62
+ spread: {
63
+ value: '#0304048f'
64
+ },
65
+ // @ts-ignore no current palette colour for this yet
66
+ perimeter: {
67
+ value: '#03040480'
68
+ }
59
69
  },
60
70
  overlay: {
61
71
  value: [{
@@ -35,27 +35,37 @@ const shadow = {
35
35
  }]
36
36
  },
37
37
  overflow: {
38
- value: [{
39
- radius: 12,
40
- offset: {
41
- x: 0,
42
- y: 0
43
- },
44
- // @ts-ignore no current palette colour for this yet
45
- color: '#030404',
46
- // This opacity overrides the color alpha.
47
- opacity: 0.56
48
- }, {
49
- radius: 1,
50
- offset: {
51
- x: 0,
52
- y: 0
53
- },
54
- // @ts-ignore no current palette colour for this yet
55
- color: '#030404',
56
- // This opacity overrides the color alpha.
57
- opacity: 0.5
58
- }]
38
+ '[default]': {
39
+ value: [{
40
+ radius: 12,
41
+ offset: {
42
+ x: 0,
43
+ y: 0
44
+ },
45
+ // @ts-ignore no current palette colour for this yet
46
+ color: '#030404',
47
+ // This opacity overrides the color alpha.
48
+ opacity: 0.56
49
+ }, {
50
+ radius: 1,
51
+ offset: {
52
+ x: 0,
53
+ y: 0
54
+ },
55
+ // @ts-ignore no current palette colour for this yet
56
+ color: '#030404',
57
+ // This opacity overrides the color alpha.
58
+ opacity: 0.5
59
+ }]
60
+ },
61
+ // @ts-ignore no current palette colour for this yet
62
+ spread: {
63
+ value: '#0304048f'
64
+ },
65
+ // @ts-ignore no current palette colour for this yet
66
+ perimeter: {
67
+ value: '#03040480'
68
+ }
59
69
  },
60
70
  overlay: {
61
71
  value: [{
@@ -46,8 +46,9 @@ const color = {
46
46
  },
47
47
  neutral: {
48
48
  '[default]': {
49
+ // this SHOULD be N20A but it creates a larger visual difference with lozenge / badge
49
50
  '[default]': {
50
- value: 'N20A'
51
+ value: 'N40'
51
52
  },
52
53
  hovered: {
53
54
  value: 'N30A'
@@ -85,10 +86,10 @@ const color = {
85
86
  value: 'B400'
86
87
  },
87
88
  hovered: {
88
- value: 'B200'
89
+ value: 'B300'
89
90
  },
90
91
  pressed: {
91
- value: 'B400'
92
+ value: 'B500'
92
93
  }
93
94
  }
94
95
  },
@@ -133,10 +134,10 @@ const color = {
133
134
  value: 'R400'
134
135
  },
135
136
  hovered: {
136
- value: 'R200'
137
+ value: 'R300'
137
138
  },
138
139
  pressed: {
139
- value: 'R400'
140
+ value: 'R500'
140
141
  }
141
142
  }
142
143
  },
@@ -154,13 +155,13 @@ const color = {
154
155
  },
155
156
  bold: {
156
157
  '[default]': {
157
- value: 'Y400'
158
+ value: 'Y300'
158
159
  },
159
160
  hovered: {
160
161
  value: 'Y200'
161
162
  },
162
163
  pressed: {
163
- value: 'Y500'
164
+ value: 'Y400'
164
165
  }
165
166
  }
166
167
  },
@@ -5,7 +5,7 @@ const color = {
5
5
  value: 'N800'
6
6
  },
7
7
  subtle: {
8
- value: 'N300'
8
+ value: 'N500'
9
9
  },
10
10
  subtlest: {
11
11
  value: 'N100'
@@ -27,7 +27,7 @@ const color = {
27
27
  },
28
28
  warning: {
29
29
  '[default]': {
30
- value: 'Y500'
30
+ value: 'O800'
31
31
  },
32
32
  inverse: {
33
33
  value: 'N800'
@@ -21,23 +21,33 @@ const shadow = {
21
21
  }]
22
22
  },
23
23
  overflow: {
24
- value: [{
25
- radius: 8,
26
- offset: {
27
- x: 0,
28
- y: 8
29
- },
30
- color: 'N50A',
31
- opacity: 0.08
32
- }, {
33
- radius: 1,
34
- offset: {
35
- x: 0,
36
- y: 0
37
- },
38
- color: 'N60A',
39
- opacity: 0.12
40
- }]
24
+ '[default]': {
25
+ value: [{
26
+ radius: 8,
27
+ offset: {
28
+ x: 0,
29
+ y: 0
30
+ },
31
+ color: 'N50A',
32
+ opacity: 0.16
33
+ }, {
34
+ radius: 1,
35
+ offset: {
36
+ x: 0,
37
+ y: 0
38
+ },
39
+ color: 'N60A',
40
+ opacity: 0.12
41
+ }]
42
+ },
43
+ // @ts-ignore no current palette colour for this yet
44
+ spread: {
45
+ value: '#091e4229'
46
+ },
47
+ // @ts-ignore no current palette colour for this yet
48
+ perimeter: {
49
+ value: '#091e421f'
50
+ }
41
51
  },
42
52
  overlay: {
43
53
  value: [{
@@ -21,23 +21,33 @@ const shadow = {
21
21
  }]
22
22
  },
23
23
  overflow: {
24
- value: [{
25
- radius: 8,
26
- offset: {
27
- x: 0,
28
- y: 8
29
- },
30
- color: 'Neutral1100',
31
- opacity: 0.08
32
- }, {
33
- radius: 1,
34
- offset: {
35
- x: 0,
36
- y: 0
37
- },
38
- color: 'Neutral1100',
39
- opacity: 0.12
40
- }]
24
+ '[default]': {
25
+ value: [{
26
+ radius: 8,
27
+ offset: {
28
+ x: 0,
29
+ y: 0
30
+ },
31
+ color: 'Neutral1100',
32
+ opacity: 0.16
33
+ }, {
34
+ radius: 1,
35
+ offset: {
36
+ x: 0,
37
+ y: 0
38
+ },
39
+ color: 'Neutral1100',
40
+ opacity: 0.12
41
+ }]
42
+ },
43
+ // @ts-ignore no current palette colour for this yet
44
+ spread: {
45
+ value: '#091e4229'
46
+ },
47
+ // @ts-ignore no current palette colour for this yet
48
+ perimeter: {
49
+ value: '#091e421f'
50
+ }
41
51
  },
42
52
  overlay: {
43
53
  value: [{
@@ -10,11 +10,29 @@ const shadow = {
10
10
  }
11
11
  },
12
12
  overflow: {
13
- attributes: {
14
- group: 'shadow',
15
- state: 'active',
16
- introduced: '0.6.0',
17
- description: `Use to create a shadow when content scrolls under other content.`
13
+ '[default]': {
14
+ attributes: {
15
+ group: 'shadow',
16
+ state: 'active',
17
+ introduced: '0.6.0',
18
+ description: `Use to create a shadow when content scrolls under other content.`
19
+ }
20
+ },
21
+ spread: {
22
+ attributes: {
23
+ group: 'paint',
24
+ state: 'active',
25
+ introduced: '0.10.32',
26
+ description: 'Use only when elevation.shadow.overflow is not technically feasible to implement. Pair with elevation.shadow.overflow.perimeter to replicate the overflow shadow.'
27
+ }
28
+ },
29
+ perimeter: {
30
+ attributes: {
31
+ group: 'paint',
32
+ state: 'active',
33
+ introduced: '0.10.32',
34
+ description: 'Use only when elevation.shadow.overflow is not technically feasible to implement. Pair with elevation.shadow.overflow.spread to replicate the overflow shadow.'
35
+ }
18
36
  }
19
37
  },
20
38
  overlay: {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tokens",
3
- "version": "0.10.30",
3
+ "version": "0.10.32",
4
4
  "sideEffects": [
5
5
  "**/*.css"
6
6
  ]
@@ -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::91ca2bc33315a9a910c7ca93bcb63936>>
3
+ * @codegen <<SignedSource::4413d3bf5e16367be3a572667916731e>>
4
4
  * @codegenCommand yarn build tokens
5
5
  */
6
6
  var tokens = [{
@@ -292,6 +292,23 @@ var tokens = [{
292
292
  },
293
293
  "name": "color.palette.Y500",
294
294
  "path": ["color", "palette", "Y500"]
295
+ }, {
296
+ "value": "#974F0C",
297
+ "attributes": {
298
+ "group": "palette",
299
+ "category": "orange"
300
+ },
301
+ "filePath": "src/palettes/legacy-palette.tsx",
302
+ "isSource": true,
303
+ "original": {
304
+ "value": "#974F0C",
305
+ "attributes": {
306
+ "group": "palette",
307
+ "category": "orange"
308
+ }
309
+ },
310
+ "name": "color.palette.O800",
311
+ "path": ["color", "palette", "O800"]
295
312
  }, {
296
313
  "value": "#E3FCEF",
297
314
  "attributes": {
@@ -1092,7 +1109,7 @@ var tokens = [{
1092
1109
  "name": "color.palette.N900",
1093
1110
  "path": ["color", "palette", "N900"]
1094
1111
  }, {
1095
- "value": "#091e425",
1112
+ "value": "#091e4205",
1096
1113
  "attributes": {
1097
1114
  "group": "palette",
1098
1115
  "category": "light mode neutral"
@@ -1100,7 +1117,7 @@ var tokens = [{
1100
1117
  "filePath": "src/palettes/legacy-palette.tsx",
1101
1118
  "isSource": true,
1102
1119
  "original": {
1103
- "value": "#091e425",
1120
+ "value": "#091e4205",
1104
1121
  "attributes": {
1105
1122
  "group": "palette",
1106
1123
  "category": "light mode neutral"
@@ -1109,7 +1126,7 @@ var tokens = [{
1109
1126
  "name": "color.palette.N10A",
1110
1127
  "path": ["color", "palette", "N10A"]
1111
1128
  }, {
1112
- "value": "#091e42a",
1129
+ "value": "#091e420a",
1113
1130
  "attributes": {
1114
1131
  "group": "palette",
1115
1132
  "category": "light mode neutral"
@@ -1117,7 +1134,7 @@ var tokens = [{
1117
1134
  "filePath": "src/palettes/legacy-palette.tsx",
1118
1135
  "isSource": true,
1119
1136
  "original": {
1120
- "value": "#091e42a",
1137
+ "value": "#091e420a",
1121
1138
  "attributes": {
1122
1139
  "group": "palette",
1123
1140
  "category": "light mode neutral"
@@ -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::b9e8f41a4ccfe08aec7ffdb9168d8b71>>
3
+ * @codegen <<SignedSource::a7cd6dc0682b1cc4ab506edd14f15515>>
4
4
  * @codegenCommand yarn build tokens
5
5
  */
6
6
  var tokens = [{
@@ -6565,8 +6565,50 @@ var tokens = [{
6565
6565
  "opacity": 0.5
6566
6566
  }]
6567
6567
  },
6568
- "name": "elevation.shadow.overflow",
6569
- "path": ["elevation", "shadow", "overflow"]
6568
+ "name": "elevation.shadow.overflow.[default]",
6569
+ "path": ["elevation", "shadow", "overflow", "[default]"]
6570
+ }, {
6571
+ "attributes": {
6572
+ "group": "paint",
6573
+ "state": "active",
6574
+ "introduced": "0.10.32",
6575
+ "description": "Use only when elevation.shadow.overflow is not technically feasible to implement. Pair with elevation.shadow.overflow.perimeter to replicate the overflow shadow."
6576
+ },
6577
+ "value": "#0304048f",
6578
+ "filePath": "src/tokens/atlassian-dark/elevation/shadow.tsx",
6579
+ "isSource": true,
6580
+ "original": {
6581
+ "attributes": {
6582
+ "group": "paint",
6583
+ "state": "active",
6584
+ "introduced": "0.10.32",
6585
+ "description": "Use only when elevation.shadow.overflow is not technically feasible to implement. Pair with elevation.shadow.overflow.perimeter to replicate the overflow shadow."
6586
+ },
6587
+ "value": "#0304048f"
6588
+ },
6589
+ "name": "elevation.shadow.overflow.spread",
6590
+ "path": ["elevation", "shadow", "overflow", "spread"]
6591
+ }, {
6592
+ "attributes": {
6593
+ "group": "paint",
6594
+ "state": "active",
6595
+ "introduced": "0.10.32",
6596
+ "description": "Use only when elevation.shadow.overflow is not technically feasible to implement. Pair with elevation.shadow.overflow.spread to replicate the overflow shadow."
6597
+ },
6598
+ "value": "#03040480",
6599
+ "filePath": "src/tokens/atlassian-dark/elevation/shadow.tsx",
6600
+ "isSource": true,
6601
+ "original": {
6602
+ "attributes": {
6603
+ "group": "paint",
6604
+ "state": "active",
6605
+ "introduced": "0.10.32",
6606
+ "description": "Use only when elevation.shadow.overflow is not technically feasible to implement. Pair with elevation.shadow.overflow.spread to replicate the overflow shadow."
6607
+ },
6608
+ "value": "#03040480"
6609
+ },
6610
+ "name": "elevation.shadow.overflow.perimeter",
6611
+ "path": ["elevation", "shadow", "overflow", "perimeter"]
6570
6612
  }, {
6571
6613
  "attributes": {
6572
6614
  "group": "shadow",
@@ -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::c82e43b67b045a60bb8a6c1dc11edd58>>
3
+ * @codegen <<SignedSource::38da2e03d7e98be680a4d8b094bc1094>>
4
4
  * @codegenCommand yarn build tokens
5
5
  */
6
6
  var tokens = [{
@@ -6565,8 +6565,50 @@ var tokens = [{
6565
6565
  "opacity": 0.5
6566
6566
  }]
6567
6567
  },
6568
- "name": "elevation.shadow.overflow",
6569
- "path": ["elevation", "shadow", "overflow"]
6568
+ "name": "elevation.shadow.overflow.[default]",
6569
+ "path": ["elevation", "shadow", "overflow", "[default]"]
6570
+ }, {
6571
+ "attributes": {
6572
+ "group": "paint",
6573
+ "state": "active",
6574
+ "introduced": "0.10.32",
6575
+ "description": "Use only when elevation.shadow.overflow is not technically feasible to implement. Pair with elevation.shadow.overflow.perimeter to replicate the overflow shadow."
6576
+ },
6577
+ "value": "#0304048f",
6578
+ "filePath": "src/tokens/atlassian-legacy-dark/elevation/shadow.tsx",
6579
+ "isSource": true,
6580
+ "original": {
6581
+ "attributes": {
6582
+ "group": "paint",
6583
+ "state": "active",
6584
+ "introduced": "0.10.32",
6585
+ "description": "Use only when elevation.shadow.overflow is not technically feasible to implement. Pair with elevation.shadow.overflow.perimeter to replicate the overflow shadow."
6586
+ },
6587
+ "value": "#0304048f"
6588
+ },
6589
+ "name": "elevation.shadow.overflow.spread",
6590
+ "path": ["elevation", "shadow", "overflow", "spread"]
6591
+ }, {
6592
+ "attributes": {
6593
+ "group": "paint",
6594
+ "state": "active",
6595
+ "introduced": "0.10.32",
6596
+ "description": "Use only when elevation.shadow.overflow is not technically feasible to implement. Pair with elevation.shadow.overflow.spread to replicate the overflow shadow."
6597
+ },
6598
+ "value": "#03040480",
6599
+ "filePath": "src/tokens/atlassian-legacy-dark/elevation/shadow.tsx",
6600
+ "isSource": true,
6601
+ "original": {
6602
+ "attributes": {
6603
+ "group": "paint",
6604
+ "state": "active",
6605
+ "introduced": "0.10.32",
6606
+ "description": "Use only when elevation.shadow.overflow is not technically feasible to implement. Pair with elevation.shadow.overflow.spread to replicate the overflow shadow."
6607
+ },
6608
+ "value": "#03040480"
6609
+ },
6610
+ "name": "elevation.shadow.overflow.perimeter",
6611
+ "path": ["elevation", "shadow", "overflow", "perimeter"]
6570
6612
  }, {
6571
6613
  "attributes": {
6572
6614
  "group": "shadow",