@atlaskit/tokens 6.5.0 → 7.1.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 (82) hide show
  1. package/CHANGELOG.md +49 -40
  2. package/dist/cjs/artifacts/palettes-raw/palette.js +307 -1
  3. package/dist/cjs/artifacts/palettes-raw/shape-palette.js +1 -31
  4. package/dist/cjs/artifacts/replacement-mapping.js +2 -32
  5. package/dist/cjs/artifacts/theme-import-map.js +1 -13
  6. package/dist/cjs/artifacts/themes/atlassian-shape-rounder.js +2 -2
  7. package/dist/cjs/artifacts/themes/atlassian-shape-roundest.js +2 -2
  8. package/dist/cjs/artifacts/themes/atlassian-shape.js +2 -2
  9. package/dist/cjs/artifacts/token-default-values.js +1 -11
  10. package/dist/cjs/artifacts/token-names.js +1 -11
  11. package/dist/cjs/artifacts/tokens-raw/atlassian-shape-rounder.js +1 -241
  12. package/dist/cjs/artifacts/tokens-raw/atlassian-shape-roundest.js +1 -241
  13. package/dist/cjs/artifacts/tokens-raw/atlassian-shape.js +1 -241
  14. package/dist/cjs/babel-plugin/plugin.js +2 -2
  15. package/dist/cjs/entry-points/palettes-raw.js +7 -0
  16. package/dist/cjs/entry-points/token-metadata.codegen.js +1 -51
  17. package/dist/cjs/theme-config.js +1 -17
  18. package/dist/es2019/artifacts/palettes-raw/palette.js +307 -1
  19. package/dist/es2019/artifacts/palettes-raw/shape-palette.js +1 -31
  20. package/dist/es2019/artifacts/replacement-mapping.js +2 -32
  21. package/dist/es2019/artifacts/theme-import-map.js +1 -5
  22. package/dist/es2019/artifacts/themes/atlassian-shape-rounder.js +1 -11
  23. package/dist/es2019/artifacts/themes/atlassian-shape-roundest.js +1 -11
  24. package/dist/es2019/artifacts/themes/atlassian-shape.js +1 -11
  25. package/dist/es2019/artifacts/token-default-values.js +1 -11
  26. package/dist/es2019/artifacts/token-names.js +1 -11
  27. package/dist/es2019/artifacts/tokens-raw/atlassian-shape-rounder.js +1 -241
  28. package/dist/es2019/artifacts/tokens-raw/atlassian-shape-roundest.js +1 -241
  29. package/dist/es2019/artifacts/tokens-raw/atlassian-shape.js +1 -241
  30. package/dist/es2019/babel-plugin/plugin.js +2 -2
  31. package/dist/es2019/entry-points/palettes-raw.js +1 -0
  32. package/dist/es2019/entry-points/token-metadata.codegen.js +1 -51
  33. package/dist/es2019/theme-config.js +1 -17
  34. package/dist/esm/artifacts/palettes-raw/palette.js +307 -1
  35. package/dist/esm/artifacts/palettes-raw/shape-palette.js +1 -31
  36. package/dist/esm/artifacts/replacement-mapping.js +2 -32
  37. package/dist/esm/artifacts/theme-import-map.js +1 -9
  38. package/dist/esm/artifacts/themes/atlassian-shape-rounder.js +2 -2
  39. package/dist/esm/artifacts/themes/atlassian-shape-roundest.js +2 -2
  40. package/dist/esm/artifacts/themes/atlassian-shape.js +2 -2
  41. package/dist/esm/artifacts/token-default-values.js +1 -11
  42. package/dist/esm/artifacts/token-names.js +1 -11
  43. package/dist/esm/artifacts/tokens-raw/atlassian-shape-rounder.js +1 -241
  44. package/dist/esm/artifacts/tokens-raw/atlassian-shape-roundest.js +1 -241
  45. package/dist/esm/artifacts/tokens-raw/atlassian-shape.js +1 -241
  46. package/dist/esm/babel-plugin/plugin.js +2 -2
  47. package/dist/esm/entry-points/palettes-raw.js +1 -0
  48. package/dist/esm/entry-points/token-metadata.codegen.js +1 -51
  49. package/dist/esm/theme-config.js +1 -17
  50. package/dist/types/artifacts/palettes-raw/palette.d.ts +1 -1
  51. package/dist/types/artifacts/palettes-raw/shape-palette.d.ts +1 -1
  52. package/dist/types/artifacts/replacement-mapping.d.ts +1 -1
  53. package/dist/types/artifacts/theme-import-map.d.ts +1 -1
  54. package/dist/types/artifacts/themes/atlassian-shape-rounder.d.ts +2 -2
  55. package/dist/types/artifacts/themes/atlassian-shape-roundest.d.ts +2 -2
  56. package/dist/types/artifacts/themes/atlassian-shape.d.ts +2 -2
  57. package/dist/types/artifacts/token-default-values.d.ts +1 -11
  58. package/dist/types/artifacts/token-names.d.ts +1 -21
  59. package/dist/types/artifacts/tokens-raw/atlassian-shape-rounder.d.ts +1 -1
  60. package/dist/types/artifacts/tokens-raw/atlassian-shape-roundest.d.ts +1 -1
  61. package/dist/types/artifacts/tokens-raw/atlassian-shape.d.ts +1 -1
  62. package/dist/types/entry-points/palettes-raw.d.ts +1 -0
  63. package/dist/types/entry-points/token-metadata.codegen.d.ts +1 -1
  64. package/dist/types/theme-config.d.ts +4 -4
  65. package/dist/types/types.d.ts +0 -12
  66. package/dist/types-ts4.5/artifacts/palettes-raw/palette.d.ts +1 -1
  67. package/dist/types-ts4.5/artifacts/palettes-raw/shape-palette.d.ts +1 -1
  68. package/dist/types-ts4.5/artifacts/replacement-mapping.d.ts +1 -1
  69. package/dist/types-ts4.5/artifacts/theme-import-map.d.ts +1 -1
  70. package/dist/types-ts4.5/artifacts/themes/atlassian-shape-rounder.d.ts +2 -2
  71. package/dist/types-ts4.5/artifacts/themes/atlassian-shape-roundest.d.ts +2 -2
  72. package/dist/types-ts4.5/artifacts/themes/atlassian-shape.d.ts +2 -2
  73. package/dist/types-ts4.5/artifacts/token-default-values.d.ts +1 -11
  74. package/dist/types-ts4.5/artifacts/token-names.d.ts +1 -21
  75. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-shape-rounder.d.ts +1 -1
  76. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-shape-roundest.d.ts +1 -1
  77. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-shape.d.ts +1 -1
  78. package/dist/types-ts4.5/entry-points/palettes-raw.d.ts +1 -0
  79. package/dist/types-ts4.5/entry-points/token-metadata.codegen.d.ts +1 -1
  80. package/dist/types-ts4.5/theme-config.d.ts +2 -6
  81. package/dist/types-ts4.5/types.d.ts +0 -12
  82. package/package.json +11 -11
@@ -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::48b1ab9881aaa7ef53aff6c97ebfc413>>
3
+ * @codegen <<SignedSource::f849f805d616c9bf8df9d8ec6afa5b0c>>
4
4
  * @codegenCommand yarn build tokens
5
5
  */
6
6
 
@@ -38,6 +38,23 @@ const tokens = [{
38
38
  },
39
39
  "name": "color.palette.Lime200",
40
40
  "path": ["color", "palette", "Lime200"]
41
+ }, {
42
+ "value": "#BDE97C",
43
+ "attributes": {
44
+ "group": "palette",
45
+ "category": "lime"
46
+ },
47
+ "filePath": "schema/palettes/palette.tsx",
48
+ "isSource": true,
49
+ "original": {
50
+ "value": "#BDE97C",
51
+ "attributes": {
52
+ "group": "palette",
53
+ "category": "lime"
54
+ }
55
+ },
56
+ "name": "color.palette.Lime250",
57
+ "path": ["color", "palette", "Lime250"]
41
58
  }, {
42
59
  "value": "#B3DF72",
43
60
  "attributes": {
@@ -140,6 +157,23 @@ const tokens = [{
140
157
  },
141
158
  "name": "color.palette.Lime800",
142
159
  "path": ["color", "palette", "Lime800"]
160
+ }, {
161
+ "value": "#3F5224",
162
+ "attributes": {
163
+ "group": "palette",
164
+ "category": "lime"
165
+ },
166
+ "filePath": "schema/palettes/palette.tsx",
167
+ "isSource": true,
168
+ "original": {
169
+ "value": "#3F5224",
170
+ "attributes": {
171
+ "group": "palette",
172
+ "category": "lime"
173
+ }
174
+ },
175
+ "name": "color.palette.Lime850",
176
+ "path": ["color", "palette", "Lime850"]
143
177
  }, {
144
178
  "value": "#37471F",
145
179
  "attributes": {
@@ -208,6 +242,23 @@ const tokens = [{
208
242
  },
209
243
  "name": "color.palette.Red200",
210
244
  "path": ["color", "palette", "Red200"]
245
+ }, {
246
+ "value": "#FFB8B2",
247
+ "attributes": {
248
+ "group": "palette",
249
+ "category": "red"
250
+ },
251
+ "filePath": "schema/palettes/palette.tsx",
252
+ "isSource": true,
253
+ "original": {
254
+ "value": "#FFB8B2",
255
+ "attributes": {
256
+ "group": "palette",
257
+ "category": "red"
258
+ }
259
+ },
260
+ "name": "color.palette.Red250",
261
+ "path": ["color", "palette", "Red250"]
211
262
  }, {
212
263
  "value": "#FD9891",
213
264
  "attributes": {
@@ -310,6 +361,23 @@ const tokens = [{
310
361
  },
311
362
  "name": "color.palette.Red800",
312
363
  "path": ["color", "palette", "Red800"]
364
+ }, {
365
+ "value": "#872821",
366
+ "attributes": {
367
+ "group": "palette",
368
+ "category": "red"
369
+ },
370
+ "filePath": "schema/palettes/palette.tsx",
371
+ "isSource": true,
372
+ "original": {
373
+ "value": "#872821",
374
+ "attributes": {
375
+ "group": "palette",
376
+ "category": "red"
377
+ }
378
+ },
379
+ "name": "color.palette.Red850",
380
+ "path": ["color", "palette", "Red850"]
313
381
  }, {
314
382
  "value": "#5D1F1A",
315
383
  "attributes": {
@@ -378,6 +446,23 @@ const tokens = [{
378
446
  },
379
447
  "name": "color.palette.Orange200",
380
448
  "path": ["color", "palette", "Orange200"]
449
+ }, {
450
+ "value": "#FBD779",
451
+ "attributes": {
452
+ "group": "palette",
453
+ "category": "orange"
454
+ },
455
+ "filePath": "schema/palettes/palette.tsx",
456
+ "isSource": true,
457
+ "original": {
458
+ "value": "#FBD779",
459
+ "attributes": {
460
+ "group": "palette",
461
+ "category": "orange"
462
+ }
463
+ },
464
+ "name": "color.palette.Orange250",
465
+ "path": ["color", "palette", "Orange250"]
381
466
  }, {
382
467
  "value": "#FEC195",
383
468
  "attributes": {
@@ -480,6 +565,23 @@ const tokens = [{
480
565
  },
481
566
  "name": "color.palette.Orange800",
482
567
  "path": ["color", "palette", "Orange800"]
568
+ }, {
569
+ "value": "#7A3B00",
570
+ "attributes": {
571
+ "group": "palette",
572
+ "category": "orange"
573
+ },
574
+ "filePath": "schema/palettes/palette.tsx",
575
+ "isSource": true,
576
+ "original": {
577
+ "value": "#7A3B00",
578
+ "attributes": {
579
+ "group": "palette",
580
+ "category": "orange"
581
+ }
582
+ },
583
+ "name": "color.palette.Orange850",
584
+ "path": ["color", "palette", "Orange850"]
483
585
  }, {
484
586
  "value": "#702E00",
485
587
  "attributes": {
@@ -548,6 +650,23 @@ const tokens = [{
548
650
  },
549
651
  "name": "color.palette.Yellow200",
550
652
  "path": ["color", "palette", "Yellow200"]
653
+ }, {
654
+ "value": "#EFDD4E",
655
+ "attributes": {
656
+ "group": "palette",
657
+ "category": "yellow"
658
+ },
659
+ "filePath": "schema/palettes/palette.tsx",
660
+ "isSource": true,
661
+ "original": {
662
+ "value": "#EFDD4E",
663
+ "attributes": {
664
+ "group": "palette",
665
+ "category": "yellow"
666
+ }
667
+ },
668
+ "name": "color.palette.Yellow250",
669
+ "path": ["color", "palette", "Yellow250"]
551
670
  }, {
552
671
  "value": "#F5CD47",
553
672
  "attributes": {
@@ -650,6 +769,23 @@ const tokens = [{
650
769
  },
651
770
  "name": "color.palette.Yellow800",
652
771
  "path": ["color", "palette", "Yellow800"]
772
+ }, {
773
+ "value": "#614A05",
774
+ "attributes": {
775
+ "group": "palette",
776
+ "category": "yellow"
777
+ },
778
+ "filePath": "schema/palettes/palette.tsx",
779
+ "isSource": true,
780
+ "original": {
781
+ "value": "#614A05",
782
+ "attributes": {
783
+ "group": "palette",
784
+ "category": "yellow"
785
+ }
786
+ },
787
+ "name": "color.palette.Yellow850",
788
+ "path": ["color", "palette", "Yellow850"]
653
789
  }, {
654
790
  "value": "#533F04",
655
791
  "attributes": {
@@ -718,6 +854,23 @@ const tokens = [{
718
854
  },
719
855
  "name": "color.palette.Green200",
720
856
  "path": ["color", "palette", "Green200"]
857
+ }, {
858
+ "value": "#97EDC9",
859
+ "attributes": {
860
+ "group": "palette",
861
+ "category": "green"
862
+ },
863
+ "filePath": "schema/palettes/palette.tsx",
864
+ "isSource": true,
865
+ "original": {
866
+ "value": "#97EDC9",
867
+ "attributes": {
868
+ "group": "palette",
869
+ "category": "green"
870
+ }
871
+ },
872
+ "name": "color.palette.Green250",
873
+ "path": ["color", "palette", "Green250"]
721
874
  }, {
722
875
  "value": "#7EE2B8",
723
876
  "attributes": {
@@ -820,6 +973,23 @@ const tokens = [{
820
973
  },
821
974
  "name": "color.palette.Green800",
822
975
  "path": ["color", "palette", "Green800"]
976
+ }, {
977
+ "value": "#19573D",
978
+ "attributes": {
979
+ "group": "palette",
980
+ "category": "green"
981
+ },
982
+ "filePath": "schema/palettes/palette.tsx",
983
+ "isSource": true,
984
+ "original": {
985
+ "value": "#19573D",
986
+ "attributes": {
987
+ "group": "palette",
988
+ "category": "green"
989
+ }
990
+ },
991
+ "name": "color.palette.Green850",
992
+ "path": ["color", "palette", "Green850"]
823
993
  }, {
824
994
  "value": "#164B35",
825
995
  "attributes": {
@@ -888,6 +1058,23 @@ const tokens = [{
888
1058
  },
889
1059
  "name": "color.palette.Teal200",
890
1060
  "path": ["color", "palette", "Teal200"]
1061
+ }, {
1062
+ "value": "#B1E4F7",
1063
+ "attributes": {
1064
+ "group": "palette",
1065
+ "category": "teal"
1066
+ },
1067
+ "filePath": "schema/palettes/palette.tsx",
1068
+ "isSource": true,
1069
+ "original": {
1070
+ "value": "#B1E4F7",
1071
+ "attributes": {
1072
+ "group": "palette",
1073
+ "category": "teal"
1074
+ }
1075
+ },
1076
+ "name": "color.palette.Teal250",
1077
+ "path": ["color", "palette", "Teal250"]
891
1078
  }, {
892
1079
  "value": "#9DD9EE",
893
1080
  "attributes": {
@@ -990,6 +1177,23 @@ const tokens = [{
990
1177
  },
991
1178
  "name": "color.palette.Teal800",
992
1179
  "path": ["color", "palette", "Teal800"]
1180
+ }, {
1181
+ "value": "#1A5265",
1182
+ "attributes": {
1183
+ "group": "palette",
1184
+ "category": "teal"
1185
+ },
1186
+ "filePath": "schema/palettes/palette.tsx",
1187
+ "isSource": true,
1188
+ "original": {
1189
+ "value": "#1A5265",
1190
+ "attributes": {
1191
+ "group": "palette",
1192
+ "category": "teal"
1193
+ }
1194
+ },
1195
+ "name": "color.palette.Teal850",
1196
+ "path": ["color", "palette", "Teal850"]
993
1197
  }, {
994
1198
  "value": "#164555",
995
1199
  "attributes": {
@@ -1058,6 +1262,23 @@ const tokens = [{
1058
1262
  },
1059
1263
  "name": "color.palette.Blue200",
1060
1264
  "path": ["color", "palette", "Blue200"]
1265
+ }, {
1266
+ "value": "#ADCBFB",
1267
+ "attributes": {
1268
+ "group": "palette",
1269
+ "category": "blue"
1270
+ },
1271
+ "filePath": "schema/palettes/palette.tsx",
1272
+ "isSource": true,
1273
+ "original": {
1274
+ "value": "#ADCBFB",
1275
+ "attributes": {
1276
+ "group": "palette",
1277
+ "category": "blue"
1278
+ }
1279
+ },
1280
+ "name": "color.palette.Blue250",
1281
+ "path": ["color", "palette", "Blue250"]
1061
1282
  }, {
1062
1283
  "value": "#85B8FF",
1063
1284
  "attributes": {
@@ -1160,6 +1381,23 @@ const tokens = [{
1160
1381
  },
1161
1382
  "name": "color.palette.Blue800",
1162
1383
  "path": ["color", "palette", "Blue800"]
1384
+ }, {
1385
+ "value": "#144794",
1386
+ "attributes": {
1387
+ "group": "palette",
1388
+ "category": "blue"
1389
+ },
1390
+ "filePath": "schema/palettes/palette.tsx",
1391
+ "isSource": true,
1392
+ "original": {
1393
+ "value": "#144794",
1394
+ "attributes": {
1395
+ "group": "palette",
1396
+ "category": "blue"
1397
+ }
1398
+ },
1399
+ "name": "color.palette.Blue850",
1400
+ "path": ["color", "palette", "Blue850"]
1163
1401
  }, {
1164
1402
  "value": "#09326C",
1165
1403
  "attributes": {
@@ -1228,6 +1466,23 @@ const tokens = [{
1228
1466
  },
1229
1467
  "name": "color.palette.Purple200",
1230
1468
  "path": ["color", "palette", "Purple200"]
1469
+ }, {
1470
+ "value": "#E3BDFA",
1471
+ "attributes": {
1472
+ "group": "palette",
1473
+ "category": "purple"
1474
+ },
1475
+ "filePath": "schema/palettes/palette.tsx",
1476
+ "isSource": true,
1477
+ "original": {
1478
+ "value": "#E3BDFA",
1479
+ "attributes": {
1480
+ "group": "palette",
1481
+ "category": "purple"
1482
+ }
1483
+ },
1484
+ "name": "color.palette.Purple250",
1485
+ "path": ["color", "palette", "Purple250"]
1231
1486
  }, {
1232
1487
  "value": "#B8ACF6",
1233
1488
  "attributes": {
@@ -1330,6 +1585,23 @@ const tokens = [{
1330
1585
  },
1331
1586
  "name": "color.palette.Purple800",
1332
1587
  "path": ["color", "palette", "Purple800"]
1588
+ }, {
1589
+ "value": "#673286",
1590
+ "attributes": {
1591
+ "group": "palette",
1592
+ "category": "purple"
1593
+ },
1594
+ "filePath": "schema/palettes/palette.tsx",
1595
+ "isSource": true,
1596
+ "original": {
1597
+ "value": "#673286",
1598
+ "attributes": {
1599
+ "group": "palette",
1600
+ "category": "purple"
1601
+ }
1602
+ },
1603
+ "name": "color.palette.Purple850",
1604
+ "path": ["color", "palette", "Purple850"]
1333
1605
  }, {
1334
1606
  "value": "#352C63",
1335
1607
  "attributes": {
@@ -1398,6 +1670,23 @@ const tokens = [{
1398
1670
  },
1399
1671
  "name": "color.palette.Magenta200",
1400
1672
  "path": ["color", "palette", "Magenta200"]
1673
+ }, {
1674
+ "value": "#FCB6E1",
1675
+ "attributes": {
1676
+ "group": "palette",
1677
+ "category": "magenta"
1678
+ },
1679
+ "filePath": "schema/palettes/palette.tsx",
1680
+ "isSource": true,
1681
+ "original": {
1682
+ "value": "#FCB6E1",
1683
+ "attributes": {
1684
+ "group": "palette",
1685
+ "category": "magenta"
1686
+ }
1687
+ },
1688
+ "name": "color.palette.Magenta250",
1689
+ "path": ["color", "palette", "Magenta250"]
1401
1690
  }, {
1402
1691
  "value": "#F797D2",
1403
1692
  "attributes": {
@@ -1500,6 +1789,23 @@ const tokens = [{
1500
1789
  },
1501
1790
  "name": "color.palette.Magenta800",
1502
1791
  "path": ["color", "palette", "Magenta800"]
1792
+ }, {
1793
+ "value": "#77325B",
1794
+ "attributes": {
1795
+ "group": "palette",
1796
+ "category": "magenta"
1797
+ },
1798
+ "filePath": "schema/palettes/palette.tsx",
1799
+ "isSource": true,
1800
+ "original": {
1801
+ "value": "#77325B",
1802
+ "attributes": {
1803
+ "group": "palette",
1804
+ "category": "magenta"
1805
+ }
1806
+ },
1807
+ "name": "color.palette.Magenta850",
1808
+ "path": ["color", "palette", "Magenta850"]
1503
1809
  }, {
1504
1810
  "value": "#50253F",
1505
1811
  "attributes": {
@@ -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::72feb1804c9c8d27535c172745ee1b9b>>
3
+ * @codegen <<SignedSource::0573206a0674f4e86073a4ec84cad3b9>>
4
4
  * @codegenCommand yarn build tokens
5
5
  */
6
6
 
@@ -169,35 +169,5 @@ const tokens = [{
169
169
  },
170
170
  "name": "border.width.BorderWidth2",
171
171
  "path": ["border", "width", "BorderWidth2"]
172
- }, {
173
- "value": "0px",
174
- "attributes": {
175
- "group": "shape"
176
- },
177
- "filePath": "schema/palettes/shape-palette.tsx",
178
- "isSource": true,
179
- "original": {
180
- "value": 0,
181
- "attributes": {
182
- "group": "shape"
183
- }
184
- },
185
- "name": "border.width.Size0",
186
- "path": ["border", "width", "Size0"]
187
- }, {
188
- "value": "3px",
189
- "attributes": {
190
- "group": "shape"
191
- },
192
- "filePath": "schema/palettes/shape-palette.tsx",
193
- "isSource": true,
194
- "original": {
195
- "value": 3,
196
- "attributes": {
197
- "group": "shape"
198
- }
199
- },
200
- "name": "border.width.Size200",
201
- "path": ["border", "width", "Size200"]
202
172
  }];
203
173
  export default tokens;
@@ -12,39 +12,9 @@
12
12
  * These changes will then be picked up by our tooling which will attempt to
13
13
  * migrate as many of these renames as possible.
14
14
  *
15
- * @codegen <<SignedSource::7ca64db3c8d60ea8d78edec946e325bc>>
15
+ * @codegen <<SignedSource::c779b40628532228cae2ec34977f1f8e>>
16
16
  * @codegenCommand yarn build tokens
17
17
  */
18
18
 
19
- const replacementMapper = [{
20
- "path": "border.radius.[default]",
21
- "state": "deprecated"
22
- }, {
23
- "path": "border.radius.050",
24
- "state": "deprecated"
25
- }, {
26
- "path": "border.radius.100",
27
- "state": "deprecated"
28
- }, {
29
- "path": "border.radius.200",
30
- "state": "deprecated"
31
- }, {
32
- "path": "border.radius.300",
33
- "state": "deprecated"
34
- }, {
35
- "path": "border.radius.400",
36
- "state": "deprecated"
37
- }, {
38
- "path": "border.radius.circle",
39
- "state": "deprecated"
40
- }, {
41
- "path": "border.width.0",
42
- "state": "deprecated"
43
- }, {
44
- "path": "border.width.indicator",
45
- "state": "deprecated"
46
- }, {
47
- "path": "border.width.outline",
48
- "state": "deprecated"
49
- }];
19
+ const replacementMapper = [];
50
20
  export default replacementMapper;
@@ -6,7 +6,7 @@
6
6
  * This allows users to compose their themes and only use the tokens that are requested.
7
7
  * When a new theme is created, the import should automatically be added to the map
8
8
  *
9
- * @codegen <<SignedSource::3db020c00d91d31fe8e413b082708618>>
9
+ * @codegen <<SignedSource::4131829e60733a1a5e513dcc84af81de>>
10
10
  * @codegenCommand yarn build tokens
11
11
  */
12
12
 
@@ -35,10 +35,6 @@ const themeImportsMap = {
35
35
  './themes/atlassian-typography-adg3'),
36
36
  'shape': () => import( /* webpackChunkName: "@atlaskit-internal_atlassian-shape" */
37
37
  './themes/atlassian-shape'),
38
- 'shape-rounder': () => import( /* webpackChunkName: "@atlaskit-internal_atlassian-shape-rounder" */
39
- './themes/atlassian-shape-rounder'),
40
- 'shape-roundest': () => import( /* webpackChunkName: "@atlaskit-internal_atlassian-shape-roundest" */
41
- './themes/atlassian-shape-roundest'),
42
38
  'typography-modernized': () => import( /* webpackChunkName: "@atlaskit-internal_atlassian-typography-modernized" */
43
39
  './themes/atlassian-typography-modernized'),
44
40
  'typography-refreshed': () => import( /* webpackChunkName: "@atlaskit-internal_atlassian-typography-refreshed" */
@@ -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::128da9031c125f03deb978cf4b9c3009>>
3
+ * @codegen <<SignedSource::f516cab37702e8e3d5152cb55d59256b>>
4
4
  * @codegenCommand yarn build tokens
5
5
  */
6
6
  export default `
@@ -12,17 +12,7 @@ html[data-theme~="shape:shape-rounder"] {
12
12
  --ds-radius-xlarge: 1rem;
13
13
  --ds-radius-full: 624.9375rem;
14
14
  --ds-radius-tile: 25%;
15
- --ds-border-radius: 0.25rem;
16
- --ds-border-radius-050: 0.125rem;
17
- --ds-border-radius-100: 0.25rem;
18
- --ds-border-radius-200: 0.5rem;
19
- --ds-border-radius-300: 0.75rem;
20
- --ds-border-radius-400: 1rem;
21
- --ds-border-radius-circle: 624.9375rem;
22
15
  --ds-border-width: 0.0625rem;
23
- --ds-border-width-0: 0rem;
24
- --ds-border-width-indicator: 0.1875rem;
25
- --ds-border-width-outline: 0.125rem;
26
16
  --ds-border-width-selected: 0.125rem;
27
17
  --ds-border-width-focused: 0.125rem;
28
18
  }
@@ -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::fe8e6647480782980a41e5b764ef573e>>
3
+ * @codegen <<SignedSource::46c9186a43917f0c2addc79cdca0c7e6>>
4
4
  * @codegenCommand yarn build tokens
5
5
  */
6
6
  export default `
@@ -12,17 +12,7 @@ html[data-theme~="shape:shape-roundest"] {
12
12
  --ds-radius-xlarge: 1.25rem;
13
13
  --ds-radius-full: 624.9375rem;
14
14
  --ds-radius-tile: 25%;
15
- --ds-border-radius: 0.25rem;
16
- --ds-border-radius-050: 0.125rem;
17
- --ds-border-radius-100: 0.25rem;
18
- --ds-border-radius-200: 0.5rem;
19
- --ds-border-radius-300: 0.75rem;
20
- --ds-border-radius-400: 1rem;
21
- --ds-border-radius-circle: 624.9375rem;
22
15
  --ds-border-width: 0.0625rem;
23
- --ds-border-width-0: 0rem;
24
- --ds-border-width-indicator: 0.1875rem;
25
- --ds-border-width-outline: 0.125rem;
26
16
  --ds-border-width-selected: 0.125rem;
27
17
  --ds-border-width-focused: 0.125rem;
28
18
  }
@@ -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::1ce1b3c3f1f76652ab1f337426556032>>
3
+ * @codegen <<SignedSource::a1c0e74bffea67b610c867ef86037e15>>
4
4
  * @codegenCommand yarn build tokens
5
5
  */
6
6
  export default `
@@ -12,17 +12,7 @@ html[data-theme~="shape:shape"] {
12
12
  --ds-radius-xlarge: 0.75rem;
13
13
  --ds-radius-full: 624.9375rem;
14
14
  --ds-radius-tile: 25%;
15
- --ds-border-radius: 0.25rem;
16
- --ds-border-radius-050: 0.125rem;
17
- --ds-border-radius-100: 0.25rem;
18
- --ds-border-radius-200: 0.5rem;
19
- --ds-border-radius-300: 0.75rem;
20
- --ds-border-radius-400: 1rem;
21
- --ds-border-radius-circle: 624.9375rem;
22
15
  --ds-border-width: 0.0625rem;
23
- --ds-border-width-0: 0rem;
24
- --ds-border-width-indicator: 0.1875rem;
25
- --ds-border-width-outline: 0.125rem;
26
16
  --ds-border-width-selected: 0.125rem;
27
17
  --ds-border-width-focused: 0.125rem;
28
18
  }
@@ -7,7 +7,7 @@
7
7
  * Token names mapped to their value in the default Atlassian themes ('light').
8
8
  * These default values are used by the Babel plugin to optionally provide automatic fallbacks.
9
9
  *
10
- * @codegen <<SignedSource::eba7fc303dbd28142e0828a97466e5ad>>
10
+ * @codegen <<SignedSource::e7abfe1ee39a9de14a95d8a23472f8e4>>
11
11
  * @codegenCommand yarn build tokens
12
12
  */
13
13
  const defaultTokenValues = {
@@ -456,17 +456,7 @@ const defaultTokenValues = {
456
456
  'radius.xlarge': '0.75rem',
457
457
  'radius.full': '624.9375rem',
458
458
  'radius.tile': '25%',
459
- 'border.radius': '0.25rem',
460
- 'border.radius.050': '0.125rem',
461
- 'border.radius.100': '0.25rem',
462
- 'border.radius.200': '0.5rem',
463
- 'border.radius.300': '0.75rem',
464
- 'border.radius.400': '1rem',
465
- 'border.radius.circle': '624.9375rem',
466
459
  'border.width': '0.0625rem',
467
- 'border.width.0': '0rem',
468
- 'border.width.indicator': '0.1875rem',
469
- 'border.width.outline': '0.125rem',
470
460
  'border.width.selected': '0.125rem',
471
461
  'border.width.focused': '0.125rem'
472
462
  };
@@ -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::a8feb13ecf105e7fd6247cb4d1a99b01>>
3
+ * @codegen <<SignedSource::e7897709d50bd1f9582875a2a591b896>>
4
4
  * @codegenCommand yarn build tokens
5
5
  */
6
6
  const tokens = {
@@ -449,17 +449,7 @@ const tokens = {
449
449
  'radius.xlarge': '--ds-radius-xlarge',
450
450
  'radius.full': '--ds-radius-full',
451
451
  'radius.tile': '--ds-radius-tile',
452
- 'border.radius': '--ds-border-radius',
453
- 'border.radius.050': '--ds-border-radius-050',
454
- 'border.radius.100': '--ds-border-radius-100',
455
- 'border.radius.200': '--ds-border-radius-200',
456
- 'border.radius.300': '--ds-border-radius-300',
457
- 'border.radius.400': '--ds-border-radius-400',
458
- 'border.radius.circle': '--ds-border-radius-circle',
459
452
  'border.width': '--ds-border-width',
460
- 'border.width.0': '--ds-border-width-0',
461
- 'border.width.indicator': '--ds-border-width-indicator',
462
- 'border.width.outline': '--ds-border-width-outline',
463
453
  'border.width.selected': '--ds-border-width-selected',
464
454
  'border.width.focused': '--ds-border-width-focused'
465
455
  };