@atlaskit/tokens 0.10.16 → 0.10.17

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 (118) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/css/atlassian-legacy-dark.css +290 -0
  3. package/css/atlassian-legacy-light.css +290 -0
  4. package/dist/cjs/artifacts/palettes-raw/legacy-palette.js +86 -69
  5. package/dist/cjs/artifacts/tokens-raw/atlassian-legacy-dark.js +6758 -0
  6. package/dist/cjs/artifacts/tokens-raw/atlassian-legacy-light.js +6718 -0
  7. package/dist/cjs/constants.js +4 -2
  8. package/dist/cjs/get-token.js +1 -1
  9. package/dist/cjs/palettes/legacy-palette.js +41 -34
  10. package/dist/cjs/tokens/atlassian-legacy-dark/color/accent.js +296 -0
  11. package/dist/cjs/tokens/atlassian-legacy-dark/color/background.js +250 -0
  12. package/dist/cjs/tokens/atlassian-legacy-dark/color/border.js +53 -0
  13. package/dist/cjs/tokens/atlassian-legacy-dark/color/icon.js +52 -0
  14. package/dist/cjs/tokens/atlassian-legacy-dark/color/interaction.js +22 -0
  15. package/dist/cjs/tokens/atlassian-legacy-dark/color/skeleton.js +20 -0
  16. package/dist/cjs/tokens/atlassian-legacy-dark/color/text.js +63 -0
  17. package/dist/cjs/tokens/atlassian-legacy-dark/deprecated/deprecated.js +532 -0
  18. package/dist/cjs/tokens/atlassian-legacy-dark/elevation/shadow.js +89 -0
  19. package/dist/cjs/tokens/atlassian-legacy-dark/elevation/surface.js +26 -0
  20. package/dist/cjs/tokens/atlassian-legacy-dark/utility/utility.js +20 -0
  21. package/dist/cjs/tokens/atlassian-legacy-light/color/accent.js +296 -0
  22. package/dist/cjs/tokens/atlassian-legacy-light/color/background.js +249 -0
  23. package/dist/cjs/tokens/atlassian-legacy-light/color/border.js +53 -0
  24. package/dist/cjs/tokens/atlassian-legacy-light/color/icon.js +52 -0
  25. package/dist/cjs/tokens/atlassian-legacy-light/color/interaction.js +22 -0
  26. package/dist/cjs/tokens/atlassian-legacy-light/color/skeleton.js +20 -0
  27. package/dist/cjs/tokens/atlassian-legacy-light/color/text.js +63 -0
  28. package/dist/cjs/tokens/atlassian-legacy-light/deprecated/deprecated.js +523 -0
  29. package/dist/cjs/tokens/atlassian-legacy-light/elevation/shadow.js +71 -0
  30. package/dist/cjs/tokens/atlassian-legacy-light/elevation/surface.js +26 -0
  31. package/dist/cjs/tokens/atlassian-legacy-light/utility/utility.js +20 -0
  32. package/dist/cjs/version.json +1 -1
  33. package/dist/es2019/artifacts/palettes-raw/legacy-palette.js +86 -69
  34. package/dist/es2019/artifacts/tokens-raw/atlassian-legacy-dark.js +6750 -0
  35. package/dist/es2019/artifacts/tokens-raw/atlassian-legacy-light.js +6710 -0
  36. package/dist/es2019/constants.js +4 -2
  37. package/dist/es2019/get-token.js +1 -1
  38. package/dist/es2019/palettes/legacy-palette.js +41 -34
  39. package/dist/es2019/tokens/atlassian-legacy-dark/color/accent.js +289 -0
  40. package/dist/es2019/tokens/atlassian-legacy-dark/color/background.js +243 -0
  41. package/dist/es2019/tokens/atlassian-legacy-dark/color/border.js +46 -0
  42. package/dist/es2019/tokens/atlassian-legacy-dark/color/icon.js +45 -0
  43. package/dist/es2019/tokens/atlassian-legacy-dark/color/interaction.js +15 -0
  44. package/dist/es2019/tokens/atlassian-legacy-dark/color/skeleton.js +13 -0
  45. package/dist/es2019/tokens/atlassian-legacy-dark/color/text.js +56 -0
  46. package/dist/es2019/tokens/atlassian-legacy-dark/deprecated/deprecated.js +525 -0
  47. package/dist/es2019/tokens/atlassian-legacy-dark/elevation/shadow.js +82 -0
  48. package/dist/es2019/tokens/atlassian-legacy-dark/elevation/surface.js +19 -0
  49. package/dist/es2019/tokens/atlassian-legacy-dark/utility/utility.js +13 -0
  50. package/dist/es2019/tokens/atlassian-legacy-light/color/accent.js +289 -0
  51. package/dist/es2019/tokens/atlassian-legacy-light/color/background.js +242 -0
  52. package/dist/es2019/tokens/atlassian-legacy-light/color/border.js +46 -0
  53. package/dist/es2019/tokens/atlassian-legacy-light/color/icon.js +45 -0
  54. package/dist/es2019/tokens/atlassian-legacy-light/color/interaction.js +15 -0
  55. package/dist/es2019/tokens/atlassian-legacy-light/color/skeleton.js +13 -0
  56. package/dist/es2019/tokens/atlassian-legacy-light/color/text.js +56 -0
  57. package/dist/es2019/tokens/atlassian-legacy-light/deprecated/deprecated.js +516 -0
  58. package/dist/es2019/tokens/atlassian-legacy-light/elevation/shadow.js +64 -0
  59. package/dist/es2019/tokens/atlassian-legacy-light/elevation/surface.js +19 -0
  60. package/dist/es2019/tokens/atlassian-legacy-light/utility/utility.js +13 -0
  61. package/dist/es2019/version.json +1 -1
  62. package/dist/esm/artifacts/palettes-raw/legacy-palette.js +86 -69
  63. package/dist/esm/artifacts/tokens-raw/atlassian-legacy-dark.js +6750 -0
  64. package/dist/esm/artifacts/tokens-raw/atlassian-legacy-light.js +6710 -0
  65. package/dist/esm/constants.js +4 -2
  66. package/dist/esm/get-token.js +1 -1
  67. package/dist/esm/palettes/legacy-palette.js +41 -34
  68. package/dist/esm/tokens/atlassian-legacy-dark/color/accent.js +289 -0
  69. package/dist/esm/tokens/atlassian-legacy-dark/color/background.js +243 -0
  70. package/dist/esm/tokens/atlassian-legacy-dark/color/border.js +46 -0
  71. package/dist/esm/tokens/atlassian-legacy-dark/color/icon.js +45 -0
  72. package/dist/esm/tokens/atlassian-legacy-dark/color/interaction.js +15 -0
  73. package/dist/esm/tokens/atlassian-legacy-dark/color/skeleton.js +13 -0
  74. package/dist/esm/tokens/atlassian-legacy-dark/color/text.js +56 -0
  75. package/dist/esm/tokens/atlassian-legacy-dark/deprecated/deprecated.js +525 -0
  76. package/dist/esm/tokens/atlassian-legacy-dark/elevation/shadow.js +82 -0
  77. package/dist/esm/tokens/atlassian-legacy-dark/elevation/surface.js +19 -0
  78. package/dist/esm/tokens/atlassian-legacy-dark/utility/utility.js +13 -0
  79. package/dist/esm/tokens/atlassian-legacy-light/color/accent.js +289 -0
  80. package/dist/esm/tokens/atlassian-legacy-light/color/background.js +242 -0
  81. package/dist/esm/tokens/atlassian-legacy-light/color/border.js +46 -0
  82. package/dist/esm/tokens/atlassian-legacy-light/color/icon.js +45 -0
  83. package/dist/esm/tokens/atlassian-legacy-light/color/interaction.js +15 -0
  84. package/dist/esm/tokens/atlassian-legacy-light/color/skeleton.js +13 -0
  85. package/dist/esm/tokens/atlassian-legacy-light/color/text.js +56 -0
  86. package/dist/esm/tokens/atlassian-legacy-light/deprecated/deprecated.js +516 -0
  87. package/dist/esm/tokens/atlassian-legacy-light/elevation/shadow.js +64 -0
  88. package/dist/esm/tokens/atlassian-legacy-light/elevation/surface.js +19 -0
  89. package/dist/esm/tokens/atlassian-legacy-light/utility/utility.js +13 -0
  90. package/dist/esm/version.json +1 -1
  91. package/dist/types/artifacts/palettes-raw/legacy-palette.d.ts +1 -1
  92. package/dist/types/artifacts/tokens-raw/atlassian-legacy-dark.d.ts +195 -0
  93. package/dist/types/artifacts/tokens-raw/atlassian-legacy-light.d.ts +147 -0
  94. package/dist/types/constants.d.ts +3 -1
  95. package/dist/types/palettes/legacy-palette.d.ts +1 -1
  96. package/dist/types/tokens/atlassian-legacy-dark/color/accent.d.ts +4 -0
  97. package/dist/types/tokens/atlassian-legacy-dark/color/background.d.ts +4 -0
  98. package/dist/types/tokens/atlassian-legacy-dark/color/border.d.ts +4 -0
  99. package/dist/types/tokens/atlassian-legacy-dark/color/icon.d.ts +4 -0
  100. package/dist/types/tokens/atlassian-legacy-dark/color/interaction.d.ts +4 -0
  101. package/dist/types/tokens/atlassian-legacy-dark/color/skeleton.d.ts +4 -0
  102. package/dist/types/tokens/atlassian-legacy-dark/color/text.d.ts +4 -0
  103. package/dist/types/tokens/atlassian-legacy-dark/deprecated/deprecated.d.ts +4 -0
  104. package/dist/types/tokens/atlassian-legacy-dark/elevation/shadow.d.ts +4 -0
  105. package/dist/types/tokens/atlassian-legacy-dark/elevation/surface.d.ts +4 -0
  106. package/dist/types/tokens/atlassian-legacy-dark/utility/utility.d.ts +5 -0
  107. package/dist/types/tokens/atlassian-legacy-light/color/accent.d.ts +4 -0
  108. package/dist/types/tokens/atlassian-legacy-light/color/background.d.ts +4 -0
  109. package/dist/types/tokens/atlassian-legacy-light/color/border.d.ts +4 -0
  110. package/dist/types/tokens/atlassian-legacy-light/color/icon.d.ts +4 -0
  111. package/dist/types/tokens/atlassian-legacy-light/color/interaction.d.ts +4 -0
  112. package/dist/types/tokens/atlassian-legacy-light/color/skeleton.d.ts +4 -0
  113. package/dist/types/tokens/atlassian-legacy-light/color/text.d.ts +4 -0
  114. package/dist/types/tokens/atlassian-legacy-light/deprecated/deprecated.d.ts +4 -0
  115. package/dist/types/tokens/atlassian-legacy-light/elevation/shadow.d.ts +4 -0
  116. package/dist/types/tokens/atlassian-legacy-light/elevation/surface.d.ts +4 -0
  117. package/dist/types/tokens/atlassian-legacy-light/utility/utility.d.ts +5 -0
  118. package/package.json +4 -2
@@ -0,0 +1,63 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = void 0;
7
+ var color = {
8
+ color: {
9
+ text: {
10
+ '[default]': {
11
+ value: 'N800'
12
+ },
13
+ subtle: {
14
+ value: 'N300'
15
+ },
16
+ subtlest: {
17
+ value: 'N100'
18
+ },
19
+ inverse: {
20
+ value: 'N0'
21
+ },
22
+ disabled: {
23
+ value: 'N70'
24
+ },
25
+ brand: {
26
+ value: 'B300'
27
+ },
28
+ selected: {
29
+ value: 'B400'
30
+ },
31
+ danger: {
32
+ value: 'R400'
33
+ },
34
+ warning: {
35
+ '[default]': {
36
+ value: 'Y500'
37
+ },
38
+ inverse: {
39
+ value: 'N800'
40
+ }
41
+ },
42
+ success: {
43
+ value: 'G500'
44
+ },
45
+ information: {
46
+ value: 'B400'
47
+ },
48
+ discovery: {
49
+ value: 'P500'
50
+ }
51
+ },
52
+ link: {
53
+ '[default]': {
54
+ value: 'B400'
55
+ },
56
+ pressed: {
57
+ value: 'B500'
58
+ }
59
+ }
60
+ }
61
+ };
62
+ var _default = color;
63
+ exports.default = _default;
@@ -0,0 +1,523 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = void 0;
7
+ var color = {
8
+ color: {
9
+ accent: {
10
+ // @ts-expect-error deprecated tokens should not be in use
11
+ boldBlue: {
12
+ value: '#FA11F2'
13
+ },
14
+ // @ts-expect-error deprecated tokens should not be in use
15
+ boldGreen: {
16
+ value: '#FA11F2'
17
+ },
18
+ // @ts-expect-error deprecated tokens should not be in use
19
+ boldOrange: {
20
+ value: '#FA11F2'
21
+ },
22
+ // @ts-expect-error deprecated tokens should not be in use
23
+ boldPurple: {
24
+ value: '#FA11F2'
25
+ },
26
+ // @ts-expect-error deprecated tokens should not be in use
27
+ boldRed: {
28
+ value: '#FA11F2'
29
+ },
30
+ // @ts-expect-error deprecated tokens should not be in use
31
+ boldTeal: {
32
+ value: '#FA11F2'
33
+ },
34
+ // @ts-expect-error deprecated tokens should not be in use
35
+ subtleBlue: {
36
+ value: '#FA11F2'
37
+ },
38
+ // @ts-expect-error deprecated tokens should not be in use
39
+ subtleGreen: {
40
+ value: '#FA11F2'
41
+ },
42
+ // @ts-expect-error deprecated tokens should not be in use
43
+ subtleMagenta: {
44
+ value: '#FA11F2'
45
+ },
46
+ // @ts-expect-error deprecated tokens should not be in use
47
+ subtleOrange: {
48
+ value: '#FA11F2'
49
+ },
50
+ // @ts-expect-error deprecated tokens should not be in use
51
+ subtlePurple: {
52
+ value: '#FA11F2'
53
+ },
54
+ // @ts-expect-error deprecated tokens should not be in use
55
+ subtleRed: {
56
+ value: '#FA11F2'
57
+ },
58
+ // @ts-expect-error deprecated tokens should not be in use
59
+ subtleTeal: {
60
+ value: '#FA11F2'
61
+ }
62
+ },
63
+ background: {
64
+ accent: {
65
+ blue: {
66
+ // @ts-expect-error deprecated tokens should not be in use
67
+ '[default]': {
68
+ value: '#FA11F2'
69
+ },
70
+ // @ts-expect-error deprecated tokens should not be in use
71
+ bold: {
72
+ value: '#FA11F2'
73
+ }
74
+ },
75
+ red: {
76
+ // @ts-expect-error deprecated tokens should not be in use
77
+ '[default]': {
78
+ value: '#FA11F2'
79
+ },
80
+ // @ts-expect-error deprecated tokens should not be in use
81
+ bold: {
82
+ value: '#FA11F2'
83
+ }
84
+ },
85
+ orange: {
86
+ // @ts-expect-error deprecated tokens should not be in use
87
+ '[default]': {
88
+ value: '#FA11F2'
89
+ },
90
+ // @ts-expect-error deprecated tokens should not be in use
91
+ bold: {
92
+ value: '#FA11F2'
93
+ }
94
+ },
95
+ yellow: {
96
+ // @ts-expect-error deprecated tokens should not be in use
97
+ '[default]': {
98
+ value: '#FA11F2'
99
+ },
100
+ // @ts-expect-error deprecated tokens should not be in use
101
+ bold: {
102
+ value: '#FA11F2'
103
+ }
104
+ },
105
+ green: {
106
+ // @ts-expect-error deprecated tokens should not be in use
107
+ '[default]': {
108
+ value: '#FA11F2'
109
+ },
110
+ // @ts-expect-error deprecated tokens should not be in use
111
+ bold: {
112
+ value: '#FA11F2'
113
+ }
114
+ },
115
+ purple: {
116
+ // @ts-expect-error deprecated tokens should not be in use
117
+ '[default]': {
118
+ value: '#FA11F2'
119
+ },
120
+ // @ts-expect-error deprecated tokens should not be in use
121
+ bold: {
122
+ value: '#FA11F2'
123
+ }
124
+ },
125
+ teal: {
126
+ // @ts-expect-error deprecated tokens should not be in use
127
+ '[default]': {
128
+ value: '#FA11F2'
129
+ },
130
+ // @ts-expect-error deprecated tokens should not be in use
131
+ bold: {
132
+ value: '#FA11F2'
133
+ }
134
+ },
135
+ magenta: {
136
+ // @ts-expect-error deprecated tokens should not be in use
137
+ '[default]': {
138
+ value: '#FA11F2'
139
+ },
140
+ // @ts-expect-error deprecated tokens should not be in use
141
+ bold: {
142
+ value: '#FA11F2'
143
+ }
144
+ }
145
+ },
146
+ // @ts-expect-error deprecated tokens should not be in use
147
+ blanket: {
148
+ value: '#FA11F2'
149
+ },
150
+ brand: {
151
+ '[default]': {
152
+ // @ts-expect-error deprecated tokens should not be in use
153
+ '[default]': {
154
+ value: '#FA11F2'
155
+ },
156
+ // @ts-expect-error deprecated tokens should not be in use
157
+ hovered: {
158
+ value: '#FA11F2'
159
+ },
160
+ // @ts-expect-error deprecated tokens should not be in use
161
+ pressed: {
162
+ value: '#FA11F2'
163
+ }
164
+ }
165
+ },
166
+ boldBrand: {
167
+ // @ts-expect-error deprecated tokens should not be in use
168
+ resting: {
169
+ value: '#FA11F2'
170
+ },
171
+ // @ts-expect-error deprecated tokens should not be in use
172
+ hover: {
173
+ value: '#FA11F2'
174
+ },
175
+ // @ts-expect-error deprecated tokens should not be in use
176
+ pressed: {
177
+ value: '#FA11F2'
178
+ }
179
+ },
180
+ boldDanger: {
181
+ // @ts-expect-error deprecated tokens should not be in use
182
+ resting: {
183
+ value: '#FA11F2'
184
+ },
185
+ // @ts-expect-error deprecated tokens should not be in use
186
+ hover: {
187
+ value: '#FA11F2'
188
+ },
189
+ // @ts-expect-error deprecated tokens should not be in use
190
+ pressed: {
191
+ value: '#FA11F2'
192
+ }
193
+ },
194
+ boldDiscovery: {
195
+ // @ts-expect-error deprecated tokens should not be in use
196
+ resting: {
197
+ value: '#FA11F2'
198
+ },
199
+ // @ts-expect-error deprecated tokens should not be in use
200
+ hover: {
201
+ value: '#FA11F2'
202
+ },
203
+ // @ts-expect-error deprecated tokens should not be in use
204
+ pressed: {
205
+ value: '#FA11F2'
206
+ }
207
+ },
208
+ boldNeutral: {
209
+ // @ts-expect-error deprecated tokens should not be in use
210
+ resting: {
211
+ value: '#FA11F2'
212
+ },
213
+ // @ts-expect-error deprecated tokens should not be in use
214
+ hover: {
215
+ value: '#FA11F2'
216
+ },
217
+ // @ts-expect-error deprecated tokens should not be in use
218
+ pressed: {
219
+ value: '#FA11F2'
220
+ }
221
+ },
222
+ boldSuccess: {
223
+ // @ts-expect-error deprecated tokens should not be in use
224
+ resting: {
225
+ value: '#FA11F2'
226
+ },
227
+ // @ts-expect-error deprecated tokens should not be in use
228
+ hover: {
229
+ value: '#FA11F2'
230
+ },
231
+ // @ts-expect-error deprecated tokens should not be in use
232
+ pressed: {
233
+ value: '#FA11F2'
234
+ }
235
+ },
236
+ boldWarning: {
237
+ // @ts-expect-error deprecated tokens should not be in use
238
+ resting: {
239
+ value: '#FA11F2'
240
+ },
241
+ // @ts-expect-error deprecated tokens should not be in use
242
+ hover: {
243
+ value: '#FA11F2'
244
+ },
245
+ // @ts-expect-error deprecated tokens should not be in use
246
+ pressed: {
247
+ value: '#FA11F2'
248
+ }
249
+ },
250
+ // @ts-expect-error deprecated tokens should not be in use
251
+ default: {
252
+ value: '#FA11F2'
253
+ },
254
+ // @ts-expect-error deprecated tokens should not be in use
255
+ card: {
256
+ value: '#FA11F2'
257
+ },
258
+ inverse: {
259
+ // @ts-ignore temporary until a palette colour exists for it
260
+ // @ts-expect-error deprecated tokens should not be in use
261
+ '[default]': {
262
+ value: '#FA11F2FFFFFF29'
263
+ }
264
+ },
265
+ // @ts-expect-error deprecated tokens should not be in use
266
+ overlay: {
267
+ value: '#FA11F2'
268
+ },
269
+ selected: {
270
+ // @ts-expect-error deprecated tokens should not be in use
271
+ resting: {
272
+ value: '#FA11F2'
273
+ },
274
+ // @ts-expect-error deprecated tokens should not be in use
275
+ hover: {
276
+ value: '#FA11F2'
277
+ }
278
+ },
279
+ subtleBorderedNeutral: {
280
+ // @ts-expect-error deprecated tokens should not be in use
281
+ resting: {
282
+ value: '#FA11F2'
283
+ },
284
+ // @ts-expect-error deprecated tokens should not be in use
285
+ pressed: {
286
+ value: '#FA11F2'
287
+ }
288
+ },
289
+ subtleBrand: {
290
+ // @ts-expect-error deprecated tokens should not be in use
291
+ resting: {
292
+ value: '#FA11F2'
293
+ },
294
+ // @ts-expect-error deprecated tokens should not be in use
295
+ hover: {
296
+ value: '#FA11F2'
297
+ },
298
+ // @ts-expect-error deprecated tokens should not be in use
299
+ pressed: {
300
+ value: '#FA11F2'
301
+ }
302
+ },
303
+ subtleDanger: {
304
+ // @ts-expect-error deprecated tokens should not be in use
305
+ resting: {
306
+ value: '#FA11F2'
307
+ },
308
+ // @ts-expect-error deprecated tokens should not be in use
309
+ hover: {
310
+ value: '#FA11F2'
311
+ },
312
+ // @ts-expect-error deprecated tokens should not be in use
313
+ pressed: {
314
+ value: '#FA11F2'
315
+ }
316
+ },
317
+ subtleDiscovery: {
318
+ // @ts-expect-error deprecated tokens should not be in use
319
+ resting: {
320
+ value: '#FA11F2'
321
+ },
322
+ // @ts-expect-error deprecated tokens should not be in use
323
+ hover: {
324
+ value: '#FA11F2'
325
+ },
326
+ // @ts-expect-error deprecated tokens should not be in use
327
+ pressed: {
328
+ value: '#FA11F2'
329
+ }
330
+ },
331
+ subtleNeutral: {
332
+ // @ts-expect-error deprecated tokens should not be in use
333
+ resting: {
334
+ value: '#FA11F2'
335
+ },
336
+ // @ts-expect-error deprecated tokens should not be in use
337
+ hover: {
338
+ value: '#FA11F2'
339
+ },
340
+ // @ts-expect-error deprecated tokens should not be in use
341
+ pressed: {
342
+ value: '#FA11F2'
343
+ }
344
+ },
345
+ subtleSuccess: {
346
+ // @ts-expect-error deprecated tokens should not be in use
347
+ resting: {
348
+ value: '#FA11F2'
349
+ },
350
+ // @ts-expect-error deprecated tokens should not be in use
351
+ hover: {
352
+ value: '#FA11F2'
353
+ },
354
+ // @ts-expect-error deprecated tokens should not be in use
355
+ pressed: {
356
+ value: '#FA11F2'
357
+ }
358
+ },
359
+ subtleWarning: {
360
+ // @ts-expect-error deprecated tokens should not be in use
361
+ resting: {
362
+ value: '#FA11F2'
363
+ },
364
+ // @ts-expect-error deprecated tokens should not be in use
365
+ hover: {
366
+ value: '#FA11F2'
367
+ },
368
+ // @ts-expect-error deprecated tokens should not be in use
369
+ pressed: {
370
+ value: '#FA11F2'
371
+ }
372
+ },
373
+ // @ts-expect-error deprecated tokens should not be in use
374
+ sunken: {
375
+ value: '#FA11F2'
376
+ },
377
+ transparentNeutral: {
378
+ // @ts-expect-error deprecated tokens should not be in use
379
+ hover: {
380
+ value: '#FA11F2'
381
+ },
382
+ // @ts-expect-error deprecated tokens should not be in use
383
+ pressed: {
384
+ value: '#FA11F2'
385
+ }
386
+ }
387
+ },
388
+ text: {
389
+ // @ts-expect-error deprecated tokens should not be in use
390
+ highEmphasis: {
391
+ value: '#FA11F2'
392
+ },
393
+ // @ts-expect-error deprecated tokens should not be in use
394
+ mediumEmphasis: {
395
+ value: '#FA11F2'
396
+ },
397
+ // @ts-expect-error deprecated tokens should not be in use
398
+ lowEmphasis: {
399
+ value: '#FA11F2'
400
+ },
401
+ link: {
402
+ // @ts-expect-error deprecated tokens should not be in use
403
+ resting: {
404
+ value: '#FA11F2'
405
+ },
406
+ // @ts-expect-error deprecated tokens should not be in use
407
+ pressed: {
408
+ value: '#FA11F2'
409
+ }
410
+ },
411
+ // @ts-expect-error deprecated tokens should not be in use
412
+ onBold: {
413
+ value: '#FA11F2'
414
+ },
415
+ // @ts-expect-error deprecated tokens should not be in use
416
+ onBoldWarning: {
417
+ value: '#FA11F2'
418
+ }
419
+ },
420
+ border: {
421
+ // @ts-expect-error deprecated tokens should not be in use
422
+ focus: {
423
+ value: '#FA11F2'
424
+ },
425
+ // @ts-expect-error deprecated tokens should not be in use
426
+ neutral: {
427
+ value: '#FA11F2'
428
+ }
429
+ },
430
+ iconBorder: {
431
+ // @ts-expect-error deprecated tokens should not be in use
432
+ brand: {
433
+ value: '#FA11F2'
434
+ },
435
+ // @ts-expect-error deprecated tokens should not be in use
436
+ danger: {
437
+ value: '#FA11F2'
438
+ },
439
+ // @ts-expect-error deprecated tokens should not be in use
440
+ warning: {
441
+ value: '#FA11F2'
442
+ },
443
+ // @ts-expect-error deprecated tokens should not be in use
444
+ success: {
445
+ value: '#FA11F2'
446
+ },
447
+ // @ts-expect-error deprecated tokens should not be in use
448
+ discovery: {
449
+ value: '#FA11F2'
450
+ }
451
+ },
452
+ overlay: {
453
+ // @ts-expect-error deprecated tokens should not be in use
454
+ hover: {
455
+ value: '#FA11F2'
456
+ },
457
+ // @ts-expect-error deprecated tokens should not be in use
458
+ pressed: {
459
+ value: '#FA11F2'
460
+ }
461
+ },
462
+ interaction: {
463
+ inverse: {
464
+ hovered: {
465
+ // @ts-ignore temporary values
466
+ // @ts-expect-error deprecated tokens should not be in use
467
+ value: '#FA11F2'
468
+ },
469
+ pressed: {
470
+ // @ts-ignore temporary values
471
+ // @ts-expect-error deprecated tokens should not be in use
472
+ value: '#FA11F2'
473
+ }
474
+ }
475
+ }
476
+ },
477
+ shadow: {
478
+ card: {
479
+ value: [{
480
+ radius: 1,
481
+ offset: {
482
+ x: 0,
483
+ y: 1
484
+ },
485
+ // @ts-expect-error deprecated tokens should not be in use
486
+ color: '#FA11F2',
487
+ opacity: 0.25
488
+ }, {
489
+ radius: 1,
490
+ offset: {
491
+ x: 0,
492
+ y: 0
493
+ },
494
+ // @ts-expect-error deprecated tokens should not be in use
495
+ color: '#FA11F2',
496
+ opacity: 0.31
497
+ }]
498
+ },
499
+ overlay: {
500
+ value: [{
501
+ radius: 12,
502
+ offset: {
503
+ x: 0,
504
+ y: 8
505
+ },
506
+ // @ts-expect-error deprecated tokens should not be in use
507
+ color: '#FA11F2',
508
+ opacity: 0.15
509
+ }, {
510
+ radius: 1,
511
+ offset: {
512
+ x: 0,
513
+ y: 0
514
+ },
515
+ // @ts-expect-error deprecated tokens should not be in use
516
+ color: '#FA11F2',
517
+ opacity: 0.31
518
+ }]
519
+ }
520
+ }
521
+ };
522
+ var _default = color;
523
+ exports.default = _default;
@@ -0,0 +1,71 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = void 0;
7
+ var shadow = {
8
+ elevation: {
9
+ shadow: {
10
+ raised: {
11
+ value: [{
12
+ radius: 1,
13
+ offset: {
14
+ x: 0,
15
+ y: 1
16
+ },
17
+ color: 'N50A',
18
+ opacity: 0.25
19
+ }, {
20
+ radius: 1,
21
+ offset: {
22
+ x: 0,
23
+ y: 0
24
+ },
25
+ color: 'N40A',
26
+ opacity: 0.31
27
+ }]
28
+ },
29
+ overflow: {
30
+ value: [{
31
+ radius: 8,
32
+ offset: {
33
+ x: 0,
34
+ y: 8
35
+ },
36
+ color: 'N50A',
37
+ opacity: 0.08
38
+ }, {
39
+ radius: 1,
40
+ offset: {
41
+ x: 0,
42
+ y: 0
43
+ },
44
+ color: 'N60A',
45
+ opacity: 0.12
46
+ }]
47
+ },
48
+ overlay: {
49
+ value: [{
50
+ radius: 12,
51
+ offset: {
52
+ x: 0,
53
+ y: 8
54
+ },
55
+ color: 'N50A',
56
+ opacity: 0.15
57
+ }, {
58
+ radius: 1,
59
+ offset: {
60
+ x: 0,
61
+ y: 0
62
+ },
63
+ color: 'N60A',
64
+ opacity: 0.31
65
+ }]
66
+ }
67
+ }
68
+ }
69
+ };
70
+ var _default = shadow;
71
+ exports.default = _default;
@@ -0,0 +1,26 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = void 0;
7
+ var elevation = {
8
+ elevation: {
9
+ surface: {
10
+ '[default]': {
11
+ value: 'N0'
12
+ },
13
+ sunken: {
14
+ value: 'N20'
15
+ },
16
+ raised: {
17
+ value: 'N0'
18
+ },
19
+ overlay: {
20
+ value: 'N0'
21
+ }
22
+ }
23
+ }
24
+ };
25
+ var _default = elevation;
26
+ exports.default = _default;
@@ -0,0 +1,20 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = void 0;
7
+ var utility = {
8
+ UNSAFE_util: {
9
+ transparent: {
10
+ value: 'transparent'
11
+ },
12
+ MISSING_TOKEN: {
13
+ value: '#FA11F2'
14
+ }
15
+ }
16
+ };
17
+ var _default = {
18
+ utility: utility
19
+ };
20
+ exports.default = _default;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tokens",
3
- "version": "0.10.16",
3
+ "version": "0.10.17",
4
4
  "sideEffects": [
5
5
  "**/*.css"
6
6
  ]