@atlaskit/tokens 1.5.2 → 1.7.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 (100) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist/cjs/artifacts/palettes-raw/shape-palette.js +3 -3
  3. package/dist/cjs/artifacts/themes/atlassian-shape.js +2 -2
  4. package/dist/cjs/artifacts/token-default-values.js +12 -10
  5. package/dist/cjs/artifacts/token-names.js +12 -10
  6. package/dist/cjs/artifacts/tokens-raw/atlassian-dark-new-input-border.js +3 -267
  7. package/dist/cjs/artifacts/tokens-raw/atlassian-dark.js +33 -33
  8. package/dist/cjs/artifacts/tokens-raw/atlassian-legacy-dark.js +33 -33
  9. package/dist/cjs/artifacts/tokens-raw/atlassian-legacy-light.js +33 -33
  10. package/dist/cjs/artifacts/tokens-raw/atlassian-light-new-input-border.js +3 -267
  11. package/dist/cjs/artifacts/tokens-raw/atlassian-light.js +33 -33
  12. package/dist/cjs/artifacts/tokens-raw/atlassian-shape.js +81 -37
  13. package/dist/cjs/constants.js +1 -1
  14. package/dist/cjs/get-token-value.js +1 -1
  15. package/dist/cjs/get-token.js +1 -1
  16. package/dist/cjs/palettes/shape-palette.js +2 -1
  17. package/dist/cjs/set-global-theme.js +38 -3
  18. package/dist/cjs/tokens/atlassian-shape/shape.js +7 -1
  19. package/dist/cjs/tokens/default/shape/shape.js +33 -17
  20. package/dist/cjs/utils/theme-state-transformer.js +2 -1
  21. package/dist/cjs/utils/token-order.js +1 -1
  22. package/dist/cjs/version.json +1 -1
  23. package/dist/es2019/artifacts/palettes-raw/shape-palette.js +3 -3
  24. package/dist/es2019/artifacts/themes/atlassian-shape.js +12 -10
  25. package/dist/es2019/artifacts/token-default-values.js +12 -10
  26. package/dist/es2019/artifacts/token-names.js +12 -10
  27. package/dist/es2019/artifacts/tokens-raw/atlassian-dark-new-input-border.js +3 -267
  28. package/dist/es2019/artifacts/tokens-raw/atlassian-dark.js +33 -33
  29. package/dist/es2019/artifacts/tokens-raw/atlassian-legacy-dark.js +33 -33
  30. package/dist/es2019/artifacts/tokens-raw/atlassian-legacy-light.js +33 -33
  31. package/dist/es2019/artifacts/tokens-raw/atlassian-light-new-input-border.js +3 -267
  32. package/dist/es2019/artifacts/tokens-raw/atlassian-light.js +33 -33
  33. package/dist/es2019/artifacts/tokens-raw/atlassian-shape.js +81 -37
  34. package/dist/es2019/constants.js +1 -1
  35. package/dist/es2019/get-token-value.js +1 -1
  36. package/dist/es2019/get-token.js +1 -1
  37. package/dist/es2019/palettes/shape-palette.js +2 -1
  38. package/dist/es2019/set-global-theme.js +34 -2
  39. package/dist/es2019/tokens/atlassian-shape/shape.js +7 -1
  40. package/dist/es2019/tokens/default/shape/shape.js +33 -17
  41. package/dist/es2019/utils/theme-state-transformer.js +2 -1
  42. package/dist/es2019/utils/token-order.js +1 -1
  43. package/dist/es2019/version.json +1 -1
  44. package/dist/esm/artifacts/palettes-raw/shape-palette.js +3 -3
  45. package/dist/esm/artifacts/themes/atlassian-shape.js +2 -2
  46. package/dist/esm/artifacts/token-default-values.js +12 -10
  47. package/dist/esm/artifacts/token-names.js +12 -10
  48. package/dist/esm/artifacts/tokens-raw/atlassian-dark-new-input-border.js +3 -267
  49. package/dist/esm/artifacts/tokens-raw/atlassian-dark.js +33 -33
  50. package/dist/esm/artifacts/tokens-raw/atlassian-legacy-dark.js +33 -33
  51. package/dist/esm/artifacts/tokens-raw/atlassian-legacy-light.js +33 -33
  52. package/dist/esm/artifacts/tokens-raw/atlassian-light-new-input-border.js +3 -267
  53. package/dist/esm/artifacts/tokens-raw/atlassian-light.js +33 -33
  54. package/dist/esm/artifacts/tokens-raw/atlassian-shape.js +81 -37
  55. package/dist/esm/constants.js +1 -1
  56. package/dist/esm/get-token-value.js +1 -1
  57. package/dist/esm/get-token.js +1 -1
  58. package/dist/esm/palettes/shape-palette.js +2 -1
  59. package/dist/esm/set-global-theme.js +38 -3
  60. package/dist/esm/tokens/atlassian-shape/shape.js +7 -1
  61. package/dist/esm/tokens/default/shape/shape.js +33 -17
  62. package/dist/esm/utils/theme-state-transformer.js +2 -1
  63. package/dist/esm/utils/token-order.js +1 -1
  64. package/dist/esm/version.json +1 -1
  65. package/dist/types/artifacts/palettes-raw/shape-palette.d.ts +3 -18
  66. package/dist/types/artifacts/themes/atlassian-shape.d.ts +2 -2
  67. package/dist/types/artifacts/token-default-values.d.ts +12 -10
  68. package/dist/types/artifacts/token-names.d.ts +23 -19
  69. package/dist/types/artifacts/tokens-raw/atlassian-shape.d.ts +1 -1
  70. package/dist/types/artifacts/types-internal.d.ts +2 -2
  71. package/dist/types/artifacts/types.d.ts +2 -2
  72. package/dist/types/index.d.ts +1 -1
  73. package/dist/types/palettes/shape-palette.d.ts +1 -1
  74. package/dist/types/set-global-theme.d.ts +10 -7
  75. package/dist/types/types.d.ts +3 -1
  76. package/dist/types-ts4.5/artifacts/palettes-raw/shape-palette.d.ts +3 -18
  77. package/dist/types-ts4.5/artifacts/themes/atlassian-shape.d.ts +2 -2
  78. package/dist/types-ts4.5/artifacts/token-default-values.d.ts +12 -10
  79. package/dist/types-ts4.5/artifacts/token-names.d.ts +23 -19
  80. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-dark-new-input-border.d.ts +1 -1
  81. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-dark.d.ts +1 -1
  82. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-legacy-dark.d.ts +1 -1
  83. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-legacy-light.d.ts +1 -1
  84. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-light-new-input-border.d.ts +1 -1
  85. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-light.d.ts +1 -1
  86. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-shape.d.ts +1 -1
  87. package/dist/types-ts4.5/artifacts/types-internal.d.ts +2 -2
  88. package/dist/types-ts4.5/artifacts/types.d.ts +2 -2
  89. package/dist/types-ts4.5/index.d.ts +1 -1
  90. package/dist/types-ts4.5/palettes/shape-palette.d.ts +1 -1
  91. package/dist/types-ts4.5/set-global-theme.d.ts +10 -7
  92. package/dist/types-ts4.5/types.d.ts +3 -1
  93. package/figma/atlassian-dark.json +16 -16
  94. package/figma/atlassian-legacy-dark.json +16 -16
  95. package/figma/atlassian-legacy-light.json +16 -16
  96. package/figma/atlassian-light.json +16 -16
  97. package/figma/atlassian-shape.json +36 -18
  98. package/package.json +6 -4
  99. package/report.api.md +125 -22
  100. package/tmp/api-report-tmp.d.ts +107 -27
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", {
6
6
  exports.default = void 0;
7
7
  /**
8
8
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
9
- * @codegen <<SignedSource::4f1312b7d279fa9e11425bc4621e8a31>>
9
+ * @codegen <<SignedSource::2246b2d7c94a1fe562f7860f3b40764b>>
10
10
  * @codegenCommand yarn build tokens
11
11
  */
12
12
  var tokens = [{
@@ -36,7 +36,7 @@ var tokens = [{
36
36
  "group": "paint",
37
37
  "state": "active",
38
38
  "introduced": "0.6.0",
39
- "description": "Use for red text on non-bold backgrounds when there is no meaning tied to the color, such as colored tags."
39
+ "description": "Use for red text on subtlest and subtler red accent backgrounds when there is no meaning tied to the color."
40
40
  },
41
41
  "value": "#AE2A19",
42
42
  "filePath": "src/tokens/atlassian-light/color/accent.tsx",
@@ -46,7 +46,7 @@ var tokens = [{
46
46
  "group": "paint",
47
47
  "state": "active",
48
48
  "introduced": "0.6.0",
49
- "description": "Use for red text on non-bold backgrounds when there is no meaning tied to the color, such as colored tags."
49
+ "description": "Use for red text on subtlest and subtler red accent backgrounds when there is no meaning tied to the color."
50
50
  },
51
51
  "value": "Red800"
52
52
  },
@@ -58,7 +58,7 @@ var tokens = [{
58
58
  "group": "paint",
59
59
  "state": "active",
60
60
  "introduced": "0.7.0",
61
- "description": "Use on bold red accent backgrounds."
61
+ "description": "Use for red text on subtle red accent backgrounds when there is no meaning tied to the color."
62
62
  },
63
63
  "value": "#601E16",
64
64
  "filePath": "src/tokens/atlassian-light/color/accent.tsx",
@@ -68,7 +68,7 @@ var tokens = [{
68
68
  "group": "paint",
69
69
  "state": "active",
70
70
  "introduced": "0.7.0",
71
- "description": "Use on bold red accent backgrounds."
71
+ "description": "Use for red text on subtle red accent backgrounds when there is no meaning tied to the color."
72
72
  },
73
73
  "value": "Red900"
74
74
  },
@@ -80,7 +80,7 @@ var tokens = [{
80
80
  "group": "paint",
81
81
  "state": "active",
82
82
  "introduced": "0.6.0",
83
- "description": "Use for orange text on non-bold backgrounds when there is no meaning tied to the color, such as colored tags."
83
+ "description": "Use for orange text on subtlest and subtler orange accent backgrounds when there is no meaning tied to the color."
84
84
  },
85
85
  "value": "#974F0C",
86
86
  "filePath": "src/tokens/atlassian-light/color/accent.tsx",
@@ -90,7 +90,7 @@ var tokens = [{
90
90
  "group": "paint",
91
91
  "state": "active",
92
92
  "introduced": "0.6.0",
93
- "description": "Use for orange text on non-bold backgrounds when there is no meaning tied to the color, such as colored tags."
93
+ "description": "Use for orange text on subtlest and subtler orange accent backgrounds when there is no meaning tied to the color."
94
94
  },
95
95
  "value": "Orange800"
96
96
  },
@@ -102,7 +102,7 @@ var tokens = [{
102
102
  "group": "paint",
103
103
  "state": "active",
104
104
  "introduced": "0.7.0",
105
- "description": "Use on bold orange accent backgrounds."
105
+ "description": "Use for orange text on subtle orange accent backgrounds when there is no meaning tied to the color."
106
106
  },
107
107
  "value": "#5F3811",
108
108
  "filePath": "src/tokens/atlassian-light/color/accent.tsx",
@@ -112,7 +112,7 @@ var tokens = [{
112
112
  "group": "paint",
113
113
  "state": "active",
114
114
  "introduced": "0.7.0",
115
- "description": "Use on bold orange accent backgrounds."
115
+ "description": "Use for orange text on subtle orange accent backgrounds when there is no meaning tied to the color."
116
116
  },
117
117
  "value": "Orange900"
118
118
  },
@@ -124,7 +124,7 @@ var tokens = [{
124
124
  "group": "paint",
125
125
  "state": "active",
126
126
  "introduced": "0.6.0",
127
- "description": "Use for yellow text on non-bold backgrounds when there is no meaning tied to the color, such as colored tags."
127
+ "description": "Use for yellow text on subtlest and subtler yellow accent backgrounds when there is no meaning tied to the color."
128
128
  },
129
129
  "value": "#7F5F01",
130
130
  "filePath": "src/tokens/atlassian-light/color/accent.tsx",
@@ -134,7 +134,7 @@ var tokens = [{
134
134
  "group": "paint",
135
135
  "state": "active",
136
136
  "introduced": "0.6.0",
137
- "description": "Use for yellow text on non-bold backgrounds when there is no meaning tied to the color, such as colored tags."
137
+ "description": "Use for yellow text on subtlest and subtler yellow accent backgrounds when there is no meaning tied to the color."
138
138
  },
139
139
  "value": "Yellow800"
140
140
  },
@@ -146,7 +146,7 @@ var tokens = [{
146
146
  "group": "paint",
147
147
  "state": "active",
148
148
  "introduced": "0.7.0",
149
- "description": "Use on bold yellow accent backgrounds."
149
+ "description": "Use for yellow text on subtle yellow accent backgrounds when there is no meaning tied to the color."
150
150
  },
151
151
  "value": "#533F04",
152
152
  "filePath": "src/tokens/atlassian-light/color/accent.tsx",
@@ -156,7 +156,7 @@ var tokens = [{
156
156
  "group": "paint",
157
157
  "state": "active",
158
158
  "introduced": "0.7.0",
159
- "description": "Use on bold yellow accent backgrounds."
159
+ "description": "Use for yellow text on subtle yellow accent backgrounds when there is no meaning tied to the color."
160
160
  },
161
161
  "value": "Yellow900"
162
162
  },
@@ -168,7 +168,7 @@ var tokens = [{
168
168
  "group": "paint",
169
169
  "state": "active",
170
170
  "introduced": "0.6.0",
171
- "description": "Use for green text on non-bold backgrounds when there is no meaning tied to the color, such as colored tags."
171
+ "description": "Use for green text on subtlest and subtler green accent backgrounds when there is no meaning tied to the color."
172
172
  },
173
173
  "value": "#216E4E",
174
174
  "filePath": "src/tokens/atlassian-light/color/accent.tsx",
@@ -178,7 +178,7 @@ var tokens = [{
178
178
  "group": "paint",
179
179
  "state": "active",
180
180
  "introduced": "0.6.0",
181
- "description": "Use for green text on non-bold backgrounds when there is no meaning tied to the color, such as colored tags."
181
+ "description": "Use for green text on subtlest and subtler green accent backgrounds when there is no meaning tied to the color."
182
182
  },
183
183
  "value": "Green800"
184
184
  },
@@ -190,7 +190,7 @@ var tokens = [{
190
190
  "group": "paint",
191
191
  "state": "active",
192
192
  "introduced": "0.7.0",
193
- "description": "Use on bold green accent backgrounds."
193
+ "description": "Use for green text on subtle green accent backgrounds when there is no meaning tied to the color."
194
194
  },
195
195
  "value": "#164B35",
196
196
  "filePath": "src/tokens/atlassian-light/color/accent.tsx",
@@ -200,7 +200,7 @@ var tokens = [{
200
200
  "group": "paint",
201
201
  "state": "active",
202
202
  "introduced": "0.7.0",
203
- "description": "Use on bold green accent backgrounds."
203
+ "description": "Use for green text on subtle green accent backgrounds when there is no meaning tied to the color."
204
204
  },
205
205
  "value": "Green900"
206
206
  },
@@ -212,7 +212,7 @@ var tokens = [{
212
212
  "group": "paint",
213
213
  "state": "active",
214
214
  "introduced": "0.6.0",
215
- "description": "Use for teal text on non-bold backgrounds when there is no meaning tied to the color, such as colored tags."
215
+ "description": "Use for teal text on subtlest and subtler teal accent backgrounds when there is no meaning tied to the color."
216
216
  },
217
217
  "value": "#206B74",
218
218
  "filePath": "src/tokens/atlassian-light/color/accent.tsx",
@@ -222,7 +222,7 @@ var tokens = [{
222
222
  "group": "paint",
223
223
  "state": "active",
224
224
  "introduced": "0.6.0",
225
- "description": "Use for teal text on non-bold backgrounds when there is no meaning tied to the color, such as colored tags."
225
+ "description": "Use for teal text on subtlest and subtler teal accent backgrounds when there is no meaning tied to the color."
226
226
  },
227
227
  "value": "Teal800"
228
228
  },
@@ -234,7 +234,7 @@ var tokens = [{
234
234
  "group": "paint",
235
235
  "state": "active",
236
236
  "introduced": "0.7.0",
237
- "description": "Use on bold teal accent backgrounds."
237
+ "description": "Use for teal text on subtle teal accent backgrounds when there is no meaning tied to the color."
238
238
  },
239
239
  "value": "#1D474C",
240
240
  "filePath": "src/tokens/atlassian-light/color/accent.tsx",
@@ -244,7 +244,7 @@ var tokens = [{
244
244
  "group": "paint",
245
245
  "state": "active",
246
246
  "introduced": "0.7.0",
247
- "description": "Use on bold teal accent backgrounds."
247
+ "description": "Use for teal text on subtle teal accent backgrounds when there is no meaning tied to the color."
248
248
  },
249
249
  "value": "Teal900"
250
250
  },
@@ -256,7 +256,7 @@ var tokens = [{
256
256
  "group": "paint",
257
257
  "state": "active",
258
258
  "introduced": "0.6.0",
259
- "description": "Use for blue text on non-bold backgrounds when there is no meaning tied to the color, such as colored tags."
259
+ "description": "Use for blue text on subtlest and subtler blue accent backgrounds when there is no meaning tied to the color."
260
260
  },
261
261
  "value": "#0055CC",
262
262
  "filePath": "src/tokens/atlassian-light/color/accent.tsx",
@@ -266,7 +266,7 @@ var tokens = [{
266
266
  "group": "paint",
267
267
  "state": "active",
268
268
  "introduced": "0.6.0",
269
- "description": "Use for blue text on non-bold backgrounds when there is no meaning tied to the color, such as colored tags."
269
+ "description": "Use for blue text on subtlest and subtler blue accent backgrounds when there is no meaning tied to the color."
270
270
  },
271
271
  "value": "Blue800"
272
272
  },
@@ -278,7 +278,7 @@ var tokens = [{
278
278
  "group": "paint",
279
279
  "state": "active",
280
280
  "introduced": "0.7.0",
281
- "description": "Use on bold blue accent backgrounds."
281
+ "description": "Use for blue text on subtle blue accent backgrounds when there is no meaning tied to the color."
282
282
  },
283
283
  "value": "#09326C",
284
284
  "filePath": "src/tokens/atlassian-light/color/accent.tsx",
@@ -288,7 +288,7 @@ var tokens = [{
288
288
  "group": "paint",
289
289
  "state": "active",
290
290
  "introduced": "0.7.0",
291
- "description": "Use on bold blue accent backgrounds."
291
+ "description": "Use for blue text on subtle blue accent backgrounds when there is no meaning tied to the color."
292
292
  },
293
293
  "value": "Blue900"
294
294
  },
@@ -300,7 +300,7 @@ var tokens = [{
300
300
  "group": "paint",
301
301
  "state": "active",
302
302
  "introduced": "0.6.0",
303
- "description": "Use for purple text on non-bold backgrounds when there is no meaning tied to the color, such as colored tags."
303
+ "description": "Use for purple text on subtlest and subtler purple accent backgrounds when there is no meaning tied to the color."
304
304
  },
305
305
  "value": "#5E4DB2",
306
306
  "filePath": "src/tokens/atlassian-light/color/accent.tsx",
@@ -310,7 +310,7 @@ var tokens = [{
310
310
  "group": "paint",
311
311
  "state": "active",
312
312
  "introduced": "0.6.0",
313
- "description": "Use for purple text on non-bold backgrounds when there is no meaning tied to the color, such as colored tags."
313
+ "description": "Use for purple text on subtlest and subtler purple accent backgrounds when there is no meaning tied to the color."
314
314
  },
315
315
  "value": "Purple800"
316
316
  },
@@ -322,7 +322,7 @@ var tokens = [{
322
322
  "group": "paint",
323
323
  "state": "active",
324
324
  "introduced": "0.7.0",
325
- "description": "Use on bold purple accent backgrounds."
325
+ "description": "Use for purple text on subtle purple accent backgrounds when there is no meaning tied to the color."
326
326
  },
327
327
  "value": "#352C63",
328
328
  "filePath": "src/tokens/atlassian-light/color/accent.tsx",
@@ -332,7 +332,7 @@ var tokens = [{
332
332
  "group": "paint",
333
333
  "state": "active",
334
334
  "introduced": "0.7.0",
335
- "description": "Use on bold purple accent backgrounds."
335
+ "description": "Use for purple text on subtle purple accent backgrounds when there is no meaning tied to the color."
336
336
  },
337
337
  "value": "Purple900"
338
338
  },
@@ -344,7 +344,7 @@ var tokens = [{
344
344
  "group": "paint",
345
345
  "state": "active",
346
346
  "introduced": "0.6.0",
347
- "description": "Use for magenta text on non-bold backgrounds when there is no meaning tied to the color, such as colored tags."
347
+ "description": "Use for magenta text on subtlest and subtler magenta accent backgrounds when there is no meaning tied to the color."
348
348
  },
349
349
  "value": "#943D73",
350
350
  "filePath": "src/tokens/atlassian-light/color/accent.tsx",
@@ -354,7 +354,7 @@ var tokens = [{
354
354
  "group": "paint",
355
355
  "state": "active",
356
356
  "introduced": "0.6.0",
357
- "description": "Use for magenta text on non-bold backgrounds when there is no meaning tied to the color, such as colored tags."
357
+ "description": "Use for magenta text on subtlest and subtler magenta accent backgrounds when there is no meaning tied to the color."
358
358
  },
359
359
  "value": "Magenta800"
360
360
  },
@@ -366,7 +366,7 @@ var tokens = [{
366
366
  "group": "paint",
367
367
  "state": "active",
368
368
  "introduced": "0.7.0",
369
- "description": "Use on bold magenta accent backgrounds."
369
+ "description": "Use for magenta text on subtle magenta accent backgrounds when there is no meaning tied to the color."
370
370
  },
371
371
  "value": "#50253F",
372
372
  "filePath": "src/tokens/atlassian-light/color/accent.tsx",
@@ -376,7 +376,7 @@ var tokens = [{
376
376
  "group": "paint",
377
377
  "state": "active",
378
378
  "introduced": "0.7.0",
379
- "description": "Use on bold magenta accent backgrounds."
379
+ "description": "Use for magenta text on subtle magenta accent backgrounds when there is no meaning tied to the color."
380
380
  },
381
381
  "value": "Magenta900"
382
382
  },
@@ -6,15 +6,15 @@ Object.defineProperty(exports, "__esModule", {
6
6
  exports.default = void 0;
7
7
  /**
8
8
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
9
- * @codegen <<SignedSource::7cdaa82f55e6537ca0b68d196db9e1d6>>
9
+ * @codegen <<SignedSource::8b50feb722f3a686c5a45c85ec5545b2>>
10
10
  * @codegenCommand yarn build tokens
11
11
  */
12
12
  var tokens = [{
13
13
  "attributes": {
14
14
  "group": "shape",
15
- "state": "experimental",
15
+ "state": "active",
16
16
  "introduced": "1.1.0",
17
- "description": "Experimental, description needs to be amended"
17
+ "description": "Used for selection indicators, like tabs."
18
18
  },
19
19
  "value": "2px",
20
20
  "filePath": "src/tokens/atlassian-shape/shape.tsx",
@@ -22,9 +22,9 @@ var tokens = [{
22
22
  "original": {
23
23
  "attributes": {
24
24
  "group": "shape",
25
- "state": "experimental",
25
+ "state": "active",
26
26
  "introduced": "1.1.0",
27
- "description": "Experimental, description needs to be amended"
27
+ "description": "Used for selection indicators, like tabs."
28
28
  },
29
29
  "value": "Radius050"
30
30
  },
@@ -34,9 +34,31 @@ var tokens = [{
34
34
  }, {
35
35
  "attributes": {
36
36
  "group": "shape",
37
- "state": "experimental",
37
+ "state": "active",
38
+ "introduced": "1.5.2",
39
+ "description": "The default border radius."
40
+ },
41
+ "value": "4px",
42
+ "filePath": "src/tokens/atlassian-shape/shape.tsx",
43
+ "isSource": true,
44
+ "original": {
45
+ "attributes": {
46
+ "group": "shape",
47
+ "state": "active",
48
+ "introduced": "1.5.2",
49
+ "description": "The default border radius."
50
+ },
51
+ "value": "Radius100"
52
+ },
53
+ "name": "border.radius.[default]",
54
+ "path": ["border", "radius", "[default]"],
55
+ "cleanName": "border.radius"
56
+ }, {
57
+ "attributes": {
58
+ "group": "shape",
59
+ "state": "active",
38
60
  "introduced": "1.1.0",
39
- "description": "Experimental, description needs to be amended"
61
+ "description": "Used for buttons and inputs."
40
62
  },
41
63
  "value": "4px",
42
64
  "filePath": "src/tokens/atlassian-shape/shape.tsx",
@@ -44,9 +66,9 @@ var tokens = [{
44
66
  "original": {
45
67
  "attributes": {
46
68
  "group": "shape",
47
- "state": "experimental",
69
+ "state": "active",
48
70
  "introduced": "1.1.0",
49
- "description": "Experimental, description needs to be amended"
71
+ "description": "Used for buttons and inputs."
50
72
  },
51
73
  "value": "Radius100"
52
74
  },
@@ -56,9 +78,9 @@ var tokens = [{
56
78
  }, {
57
79
  "attributes": {
58
80
  "group": "shape",
59
- "state": "experimental",
81
+ "state": "active",
60
82
  "introduced": "1.1.0",
61
- "description": "Experimental, description needs to be amended"
83
+ "description": "Used for smaller cards."
62
84
  },
63
85
  "value": "8px",
64
86
  "filePath": "src/tokens/atlassian-shape/shape.tsx",
@@ -66,9 +88,9 @@ var tokens = [{
66
88
  "original": {
67
89
  "attributes": {
68
90
  "group": "shape",
69
- "state": "experimental",
91
+ "state": "active",
70
92
  "introduced": "1.1.0",
71
- "description": "Experimental, description needs to be amended"
93
+ "description": "Used for smaller cards."
72
94
  },
73
95
  "value": "Radius200"
74
96
  },
@@ -78,9 +100,9 @@ var tokens = [{
78
100
  }, {
79
101
  "attributes": {
80
102
  "group": "shape",
81
- "state": "experimental",
103
+ "state": "active",
82
104
  "introduced": "1.1.0",
83
- "description": "Experimental, description needs to be amended"
105
+ "description": "Used for cards and larger containers."
84
106
  },
85
107
  "value": "12px",
86
108
  "filePath": "src/tokens/atlassian-shape/shape.tsx",
@@ -88,9 +110,9 @@ var tokens = [{
88
110
  "original": {
89
111
  "attributes": {
90
112
  "group": "shape",
91
- "state": "experimental",
113
+ "state": "active",
92
114
  "introduced": "1.1.0",
93
- "description": "Experimental, description needs to be amended"
115
+ "description": "Used for cards and larger containers."
94
116
  },
95
117
  "value": "Radius300"
96
118
  },
@@ -100,9 +122,9 @@ var tokens = [{
100
122
  }, {
101
123
  "attributes": {
102
124
  "group": "shape",
103
- "state": "experimental",
125
+ "state": "active",
104
126
  "introduced": "1.1.0",
105
- "description": "Experimental, description needs to be amended"
127
+ "description": "Used for modals."
106
128
  },
107
129
  "value": "16px",
108
130
  "filePath": "src/tokens/atlassian-shape/shape.tsx",
@@ -110,9 +132,9 @@ var tokens = [{
110
132
  "original": {
111
133
  "attributes": {
112
134
  "group": "shape",
113
- "state": "experimental",
135
+ "state": "active",
114
136
  "introduced": "1.1.0",
115
- "description": "Experimental, description needs to be amended"
137
+ "description": "Used for modals."
116
138
  },
117
139
  "value": "Radius400"
118
140
  },
@@ -122,25 +144,47 @@ var tokens = [{
122
144
  }, {
123
145
  "attributes": {
124
146
  "group": "shape",
125
- "state": "experimental",
147
+ "state": "active",
126
148
  "introduced": "1.1.0",
127
- "description": "Experimental, description needs to be amended"
149
+ "description": "Used for circular containers, like a rounded button."
128
150
  },
129
- "value": "50%",
151
+ "value": "32032px",
130
152
  "filePath": "src/tokens/atlassian-shape/shape.tsx",
131
153
  "isSource": true,
132
154
  "original": {
133
155
  "attributes": {
134
156
  "group": "shape",
135
- "state": "experimental",
157
+ "state": "active",
136
158
  "introduced": "1.1.0",
137
- "description": "Experimental, description needs to be amended"
159
+ "description": "Used for circular containers, like a rounded button."
138
160
  },
139
161
  "value": "RadiusCircle"
140
162
  },
141
- "name": "border.radius.round",
142
- "path": ["border", "radius", "round"],
143
- "cleanName": "border.radius.round"
163
+ "name": "border.radius.circle",
164
+ "path": ["border", "radius", "circle"],
165
+ "cleanName": "border.radius.circle"
166
+ }, {
167
+ "attributes": {
168
+ "group": "shape",
169
+ "state": "active",
170
+ "introduced": "1.5.2",
171
+ "description": "The default border width."
172
+ },
173
+ "value": "1px",
174
+ "filePath": "src/tokens/atlassian-shape/shape.tsx",
175
+ "isSource": true,
176
+ "original": {
177
+ "attributes": {
178
+ "group": "shape",
179
+ "state": "active",
180
+ "introduced": "1.5.2",
181
+ "description": "The default border width."
182
+ },
183
+ "value": "Size050"
184
+ },
185
+ "name": "border.width.[default]",
186
+ "path": ["border", "width", "[default]"],
187
+ "cleanName": "border.width"
144
188
  }, {
145
189
  "attributes": {
146
190
  "group": "shape",
@@ -166,9 +210,9 @@ var tokens = [{
166
210
  }, {
167
211
  "attributes": {
168
212
  "group": "shape",
169
- "state": "experimental",
213
+ "state": "active",
170
214
  "introduced": "1.1.0",
171
- "description": "Experimental, description needs to be amended"
215
+ "description": "Used for all borders and dividers."
172
216
  },
173
217
  "value": "1px",
174
218
  "filePath": "src/tokens/atlassian-shape/shape.tsx",
@@ -176,9 +220,9 @@ var tokens = [{
176
220
  "original": {
177
221
  "attributes": {
178
222
  "group": "shape",
179
- "state": "experimental",
223
+ "state": "active",
180
224
  "introduced": "1.1.0",
181
- "description": "Experimental, description needs to be amended"
225
+ "description": "Used for all borders and dividers."
182
226
  },
183
227
  "value": "Size050"
184
228
  },
@@ -188,9 +232,9 @@ var tokens = [{
188
232
  }, {
189
233
  "attributes": {
190
234
  "group": "shape",
191
- "state": "experimental",
235
+ "state": "active",
192
236
  "introduced": "1.1.0",
193
- "description": "Experimental, description needs to be amended"
237
+ "description": "Used for bolder dividers and interaction states."
194
238
  },
195
239
  "value": "2px",
196
240
  "filePath": "src/tokens/atlassian-shape/shape.tsx",
@@ -198,9 +242,9 @@ var tokens = [{
198
242
  "original": {
199
243
  "attributes": {
200
244
  "group": "shape",
201
- "state": "experimental",
245
+ "state": "active",
202
246
  "introduced": "1.1.0",
203
- "description": "Experimental, description needs to be amended"
247
+ "description": "Used for bolder dividers and interaction states."
204
248
  },
205
249
  "value": "Size100"
206
250
  },
@@ -12,7 +12,7 @@ var DEFAULT_THEME = 'light';
12
12
  exports.DEFAULT_THEME = DEFAULT_THEME;
13
13
  var CSS_PREFIX = 'ds';
14
14
  exports.CSS_PREFIX = CSS_PREFIX;
15
- var CSS_VAR_FULL = ['opacity', 'font', 'space'];
15
+ var CSS_VAR_FULL = ['opacity', 'font', 'space', 'border'];
16
16
  exports.CSS_VAR_FULL = CSS_VAR_FULL;
17
17
  var TOKEN_NOT_FOUND_CSS_VAR = "--".concat(CSS_PREFIX, "-token-not-found");
18
18
  exports.TOKEN_NOT_FOUND_CSS_VAR = TOKEN_NOT_FOUND_CSS_VAR;
@@ -8,7 +8,7 @@ exports.default = void 0;
8
8
  var _warnOnce = _interopRequireDefault(require("@atlaskit/ds-lib/warn-once"));
9
9
  var _tokenNames = _interopRequireDefault(require("./artifacts/token-names"));
10
10
  var name = "@atlaskit/tokens";
11
- var version = "1.5.2";
11
+ var version = "1.7.0";
12
12
  /**
13
13
  * Takes a dot-separated token name and and an optional fallback, and returns the current computed CSS value for the
14
14
  * resulting CSS Custom Property.
@@ -9,7 +9,7 @@ var _warnOnce = _interopRequireDefault(require("@atlaskit/ds-lib/warn-once"));
9
9
  var _tokenNames = _interopRequireDefault(require("./artifacts/token-names"));
10
10
  var _constants = require("./constants");
11
11
  var name = "@atlaskit/tokens";
12
- var version = "1.5.2";
12
+ var version = "1.7.0";
13
13
  /**
14
14
  * Takes a dot-separated token name and an optional fallback, and returns the CSS custom property for the corresponding token.
15
15
  * This should be used to implement design decisions throughout your application.
@@ -60,7 +60,8 @@ var baseRadiusTokens = {
60
60
  }
61
61
  },
62
62
  RadiusCircle: {
63
- value: '50%',
63
+ // The year atlassian was founded in rem
64
+ value: 32032,
64
65
  attributes: {
65
66
  group: 'shape'
66
67
  }