@atlaskit/tokens 1.11.0 → 1.11.2

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 (94) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/dist/cjs/artifacts/palettes-raw/shape-palette.js +16 -1
  3. package/dist/cjs/artifacts/themes/atlassian-dark.js +2 -2
  4. package/dist/cjs/artifacts/themes/atlassian-shape.js +2 -2
  5. package/dist/cjs/artifacts/token-default-values.js +6 -6
  6. package/dist/cjs/artifacts/token-names.js +3 -3
  7. package/dist/cjs/artifacts/tokens-raw/atlassian-dark.js +29 -29
  8. package/dist/cjs/artifacts/tokens-raw/atlassian-legacy-dark.js +17 -17
  9. package/dist/cjs/artifacts/tokens-raw/atlassian-legacy-light.js +17 -17
  10. package/dist/cjs/artifacts/tokens-raw/atlassian-light.js +17 -17
  11. package/dist/cjs/artifacts/tokens-raw/atlassian-shape.js +27 -21
  12. package/dist/cjs/get-token-value.js +1 -1
  13. package/dist/cjs/get-token.js +1 -1
  14. package/dist/cjs/palettes/shape-palette.js +6 -0
  15. package/dist/cjs/tokens/atlassian-dark/color/chart.js +6 -6
  16. package/dist/cjs/tokens/atlassian-shape/shape.js +4 -4
  17. package/dist/cjs/tokens/default/color/accent.js +2 -2
  18. package/dist/cjs/tokens/default/color/chart.js +6 -6
  19. package/dist/cjs/tokens/default/shape/shape.js +11 -8
  20. package/dist/cjs/version.json +1 -1
  21. package/dist/es2019/artifacts/palettes-raw/shape-palette.js +16 -1
  22. package/dist/es2019/artifacts/themes/atlassian-dark.js +7 -7
  23. package/dist/es2019/artifacts/themes/atlassian-shape.js +3 -3
  24. package/dist/es2019/artifacts/token-default-values.js +6 -6
  25. package/dist/es2019/artifacts/token-names.js +3 -3
  26. package/dist/es2019/artifacts/tokens-raw/atlassian-dark.js +29 -29
  27. package/dist/es2019/artifacts/tokens-raw/atlassian-legacy-dark.js +17 -17
  28. package/dist/es2019/artifacts/tokens-raw/atlassian-legacy-light.js +17 -17
  29. package/dist/es2019/artifacts/tokens-raw/atlassian-light.js +17 -17
  30. package/dist/es2019/artifacts/tokens-raw/atlassian-shape.js +27 -21
  31. package/dist/es2019/get-token-value.js +1 -1
  32. package/dist/es2019/get-token.js +1 -1
  33. package/dist/es2019/palettes/shape-palette.js +6 -0
  34. package/dist/es2019/tokens/atlassian-dark/color/chart.js +6 -6
  35. package/dist/es2019/tokens/atlassian-shape/shape.js +4 -4
  36. package/dist/es2019/tokens/default/color/accent.js +2 -2
  37. package/dist/es2019/tokens/default/color/chart.js +6 -6
  38. package/dist/es2019/tokens/default/shape/shape.js +11 -8
  39. package/dist/es2019/version.json +1 -1
  40. package/dist/esm/artifacts/palettes-raw/shape-palette.js +16 -1
  41. package/dist/esm/artifacts/themes/atlassian-dark.js +2 -2
  42. package/dist/esm/artifacts/themes/atlassian-shape.js +2 -2
  43. package/dist/esm/artifacts/token-default-values.js +6 -6
  44. package/dist/esm/artifacts/token-names.js +3 -3
  45. package/dist/esm/artifacts/tokens-raw/atlassian-dark.js +29 -29
  46. package/dist/esm/artifacts/tokens-raw/atlassian-legacy-dark.js +17 -17
  47. package/dist/esm/artifacts/tokens-raw/atlassian-legacy-light.js +17 -17
  48. package/dist/esm/artifacts/tokens-raw/atlassian-light.js +17 -17
  49. package/dist/esm/artifacts/tokens-raw/atlassian-shape.js +27 -21
  50. package/dist/esm/get-token-value.js +1 -1
  51. package/dist/esm/get-token.js +1 -1
  52. package/dist/esm/palettes/shape-palette.js +6 -0
  53. package/dist/esm/tokens/atlassian-dark/color/chart.js +6 -6
  54. package/dist/esm/tokens/atlassian-shape/shape.js +4 -4
  55. package/dist/esm/tokens/default/color/accent.js +2 -2
  56. package/dist/esm/tokens/default/color/chart.js +6 -6
  57. package/dist/esm/tokens/default/shape/shape.js +11 -8
  58. package/dist/esm/version.json +1 -1
  59. package/dist/types/artifacts/palettes-raw/shape-palette.d.ts +1 -1
  60. package/dist/types/artifacts/themes/atlassian-dark.d.ts +2 -2
  61. package/dist/types/artifacts/themes/atlassian-shape.d.ts +2 -2
  62. package/dist/types/artifacts/token-default-values.d.ts +6 -6
  63. package/dist/types/artifacts/token-names.d.ts +5 -5
  64. package/dist/types/artifacts/tokens-raw/atlassian-dark.d.ts +1 -1
  65. package/dist/types/artifacts/tokens-raw/atlassian-legacy-dark.d.ts +1 -1
  66. package/dist/types/artifacts/tokens-raw/atlassian-legacy-light.d.ts +1 -1
  67. package/dist/types/artifacts/tokens-raw/atlassian-light.d.ts +1 -1
  68. package/dist/types/artifacts/tokens-raw/atlassian-shape.d.ts +29 -3
  69. package/dist/types/artifacts/types-internal.d.ts +2 -2
  70. package/dist/types/artifacts/types.d.ts +2 -2
  71. package/dist/types/palettes/shape-palette.d.ts +6 -0
  72. package/dist/types/types.d.ts +2 -2
  73. package/dist/types-ts4.5/artifacts/palettes-raw/shape-palette.d.ts +1 -1
  74. package/dist/types-ts4.5/artifacts/themes/atlassian-dark.d.ts +2 -2
  75. package/dist/types-ts4.5/artifacts/themes/atlassian-shape.d.ts +2 -2
  76. package/dist/types-ts4.5/artifacts/token-default-values.d.ts +6 -6
  77. package/dist/types-ts4.5/artifacts/token-names.d.ts +5 -5
  78. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-dark.d.ts +1 -1
  79. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-legacy-dark.d.ts +1 -1
  80. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-legacy-light.d.ts +1 -1
  81. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-light.d.ts +1 -1
  82. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-shape.d.ts +29 -3
  83. package/dist/types-ts4.5/artifacts/types-internal.d.ts +2 -2
  84. package/dist/types-ts4.5/artifacts/types.d.ts +2 -2
  85. package/dist/types-ts4.5/palettes/shape-palette.d.ts +6 -0
  86. package/dist/types-ts4.5/types.d.ts +2 -2
  87. package/figma/atlassian-dark.json +14 -14
  88. package/figma/atlassian-legacy-dark.json +8 -8
  89. package/figma/atlassian-legacy-light.json +8 -8
  90. package/figma/atlassian-light.json +8 -8
  91. package/figma/atlassian-shape.json +20 -9
  92. package/package.json +1 -16
  93. package/report.api.md +14 -8
  94. package/tmp/api-report-tmp.d.ts +12 -6
@@ -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::0c63a1ff1a13291ff1d63afbf8c380fa>>
9
+ * @codegen <<SignedSource::0b9efb6f5e343e1cbb90bf2ead8a25da>>
10
10
  * @codegenCommand yarn build tokens
11
11
  */
12
12
  var tokens = [{
@@ -35,7 +35,7 @@ var tokens = [{
35
35
  "attributes": {
36
36
  "group": "paint",
37
37
  "state": "active",
38
- "introduced": "1.6.0",
38
+ "introduced": "1.8.0",
39
39
  "description": "Use for lime text on subtlest and subtler lime accent backgrounds when there is no meaning tied to the color."
40
40
  },
41
41
  "value": "#4C6B1F",
@@ -45,7 +45,7 @@ var tokens = [{
45
45
  "attributes": {
46
46
  "group": "paint",
47
47
  "state": "active",
48
- "introduced": "1.6.0",
48
+ "introduced": "1.8.0",
49
49
  "description": "Use for lime text on subtlest and subtler lime accent backgrounds when there is no meaning tied to the color."
50
50
  },
51
51
  "value": "#4C6B1F"
@@ -57,7 +57,7 @@ var tokens = [{
57
57
  "attributes": {
58
58
  "group": "paint",
59
59
  "state": "active",
60
- "introduced": "0.7.0",
60
+ "introduced": "1.8.0",
61
61
  "description": "Use for lime text on subtle lime accent backgrounds when there is no meaning tied to the color."
62
62
  },
63
63
  "value": "#37471F",
@@ -67,7 +67,7 @@ var tokens = [{
67
67
  "attributes": {
68
68
  "group": "paint",
69
69
  "state": "active",
70
- "introduced": "0.7.0",
70
+ "introduced": "1.8.0",
71
71
  "description": "Use for lime text on subtle lime accent backgrounds when there is no meaning tied to the color."
72
72
  },
73
73
  "value": "#37471F"
@@ -4369,7 +4369,7 @@ var tokens = [{
4369
4369
  "attributes": {
4370
4370
  "group": "paint",
4371
4371
  "state": "active",
4372
- "introduced": "0.13.3",
4372
+ "introduced": "1.8.0",
4373
4373
  "description": "For data visualisation only."
4374
4374
  },
4375
4375
  "value": "#6A9A23",
@@ -4379,7 +4379,7 @@ var tokens = [{
4379
4379
  "attributes": {
4380
4380
  "group": "paint",
4381
4381
  "state": "active",
4382
- "introduced": "0.13.3",
4382
+ "introduced": "1.8.0",
4383
4383
  "description": "For data visualisation only."
4384
4384
  },
4385
4385
  "value": "#6A9A23"
@@ -4391,7 +4391,7 @@ var tokens = [{
4391
4391
  "attributes": {
4392
4392
  "group": "paint",
4393
4393
  "state": "active",
4394
- "introduced": "0.13.3",
4394
+ "introduced": "1.8.0",
4395
4395
  "description": "Hovered state of color.chart.lime.bold."
4396
4396
  },
4397
4397
  "value": "#5B7F24",
@@ -4401,7 +4401,7 @@ var tokens = [{
4401
4401
  "attributes": {
4402
4402
  "group": "paint",
4403
4403
  "state": "active",
4404
- "introduced": "0.13.3",
4404
+ "introduced": "1.8.0",
4405
4405
  "description": "Hovered state of color.chart.lime.bold."
4406
4406
  },
4407
4407
  "value": "#5B7F24"
@@ -4413,7 +4413,7 @@ var tokens = [{
4413
4413
  "attributes": {
4414
4414
  "group": "paint",
4415
4415
  "state": "active",
4416
- "introduced": "0.13.3",
4416
+ "introduced": "1.8.0",
4417
4417
  "description": "For data visualisation only."
4418
4418
  },
4419
4419
  "value": "#5B7F24",
@@ -4423,7 +4423,7 @@ var tokens = [{
4423
4423
  "attributes": {
4424
4424
  "group": "paint",
4425
4425
  "state": "active",
4426
- "introduced": "0.13.3",
4426
+ "introduced": "1.8.0",
4427
4427
  "description": "For data visualisation only."
4428
4428
  },
4429
4429
  "value": "#5B7F24"
@@ -4435,7 +4435,7 @@ var tokens = [{
4435
4435
  "attributes": {
4436
4436
  "group": "paint",
4437
4437
  "state": "active",
4438
- "introduced": "0.13.3",
4438
+ "introduced": "1.8.0",
4439
4439
  "description": "Hovered state of color.chart.lime.bolder."
4440
4440
  },
4441
4441
  "value": "#4C6B1F",
@@ -4445,7 +4445,7 @@ var tokens = [{
4445
4445
  "attributes": {
4446
4446
  "group": "paint",
4447
4447
  "state": "active",
4448
- "introduced": "0.13.3",
4448
+ "introduced": "1.8.0",
4449
4449
  "description": "Hovered state of color.chart.lime.bolder."
4450
4450
  },
4451
4451
  "value": "#4C6B1F"
@@ -4457,7 +4457,7 @@ var tokens = [{
4457
4457
  "attributes": {
4458
4458
  "group": "paint",
4459
4459
  "state": "active",
4460
- "introduced": "0.13.3",
4460
+ "introduced": "1.8.0",
4461
4461
  "description": "For data visualisation only."
4462
4462
  },
4463
4463
  "value": "#4C6B1F",
@@ -4467,7 +4467,7 @@ var tokens = [{
4467
4467
  "attributes": {
4468
4468
  "group": "paint",
4469
4469
  "state": "active",
4470
- "introduced": "0.13.3",
4470
+ "introduced": "1.8.0",
4471
4471
  "description": "For data visualisation only."
4472
4472
  },
4473
4473
  "value": "#4C6B1F"
@@ -4479,7 +4479,7 @@ var tokens = [{
4479
4479
  "attributes": {
4480
4480
  "group": "paint",
4481
4481
  "state": "active",
4482
- "introduced": "0.13.3",
4482
+ "introduced": "1.8.0",
4483
4483
  "description": "Hovered state of color.chart.lime.boldest."
4484
4484
  },
4485
4485
  "value": "#37471F",
@@ -4489,7 +4489,7 @@ var tokens = [{
4489
4489
  "attributes": {
4490
4490
  "group": "paint",
4491
4491
  "state": "active",
4492
- "introduced": "0.13.3",
4492
+ "introduced": "1.8.0",
4493
4493
  "description": "Hovered state of color.chart.lime.boldest."
4494
4494
  },
4495
4495
  "value": "#37471F"
@@ -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::20f8ad047dd30f24c669af342c4b2993>>
9
+ * @codegen <<SignedSource::d67f95200a3e54c2a2adadc78198392e>>
10
10
  * @codegenCommand yarn build tokens
11
11
  */
12
12
  var tokens = [{
@@ -35,7 +35,7 @@ var tokens = [{
35
35
  "attributes": {
36
36
  "group": "paint",
37
37
  "state": "active",
38
- "introduced": "1.6.0",
38
+ "introduced": "1.8.0",
39
39
  "description": "Use for lime text on subtlest and subtler lime accent backgrounds when there is no meaning tied to the color."
40
40
  },
41
41
  "value": "#4C6B1F",
@@ -45,7 +45,7 @@ var tokens = [{
45
45
  "attributes": {
46
46
  "group": "paint",
47
47
  "state": "active",
48
- "introduced": "1.6.0",
48
+ "introduced": "1.8.0",
49
49
  "description": "Use for lime text on subtlest and subtler lime accent backgrounds when there is no meaning tied to the color."
50
50
  },
51
51
  "value": "Lime800"
@@ -57,7 +57,7 @@ var tokens = [{
57
57
  "attributes": {
58
58
  "group": "paint",
59
59
  "state": "active",
60
- "introduced": "0.7.0",
60
+ "introduced": "1.8.0",
61
61
  "description": "Use for lime text on subtle lime accent backgrounds when there is no meaning tied to the color."
62
62
  },
63
63
  "value": "#37471F",
@@ -67,7 +67,7 @@ var tokens = [{
67
67
  "attributes": {
68
68
  "group": "paint",
69
69
  "state": "active",
70
- "introduced": "0.7.0",
70
+ "introduced": "1.8.0",
71
71
  "description": "Use for lime text on subtle lime accent backgrounds when there is no meaning tied to the color."
72
72
  },
73
73
  "value": "Lime900"
@@ -4369,7 +4369,7 @@ var tokens = [{
4369
4369
  "attributes": {
4370
4370
  "group": "paint",
4371
4371
  "state": "active",
4372
- "introduced": "0.13.3",
4372
+ "introduced": "1.8.0",
4373
4373
  "description": "For data visualisation only."
4374
4374
  },
4375
4375
  "value": "#6A9A23",
@@ -4379,7 +4379,7 @@ var tokens = [{
4379
4379
  "attributes": {
4380
4380
  "group": "paint",
4381
4381
  "state": "active",
4382
- "introduced": "0.13.3",
4382
+ "introduced": "1.8.0",
4383
4383
  "description": "For data visualisation only."
4384
4384
  },
4385
4385
  "value": "Lime600"
@@ -4391,7 +4391,7 @@ var tokens = [{
4391
4391
  "attributes": {
4392
4392
  "group": "paint",
4393
4393
  "state": "active",
4394
- "introduced": "0.13.3",
4394
+ "introduced": "1.8.0",
4395
4395
  "description": "Hovered state of color.chart.lime.bold."
4396
4396
  },
4397
4397
  "value": "#5B7F24",
@@ -4401,7 +4401,7 @@ var tokens = [{
4401
4401
  "attributes": {
4402
4402
  "group": "paint",
4403
4403
  "state": "active",
4404
- "introduced": "0.13.3",
4404
+ "introduced": "1.8.0",
4405
4405
  "description": "Hovered state of color.chart.lime.bold."
4406
4406
  },
4407
4407
  "value": "Lime700"
@@ -4413,7 +4413,7 @@ var tokens = [{
4413
4413
  "attributes": {
4414
4414
  "group": "paint",
4415
4415
  "state": "active",
4416
- "introduced": "0.13.3",
4416
+ "introduced": "1.8.0",
4417
4417
  "description": "For data visualisation only."
4418
4418
  },
4419
4419
  "value": "#5B7F24",
@@ -4423,7 +4423,7 @@ var tokens = [{
4423
4423
  "attributes": {
4424
4424
  "group": "paint",
4425
4425
  "state": "active",
4426
- "introduced": "0.13.3",
4426
+ "introduced": "1.8.0",
4427
4427
  "description": "For data visualisation only."
4428
4428
  },
4429
4429
  "value": "Lime700"
@@ -4435,7 +4435,7 @@ var tokens = [{
4435
4435
  "attributes": {
4436
4436
  "group": "paint",
4437
4437
  "state": "active",
4438
- "introduced": "0.13.3",
4438
+ "introduced": "1.8.0",
4439
4439
  "description": "Hovered state of color.chart.lime.bolder."
4440
4440
  },
4441
4441
  "value": "#4C6B1F",
@@ -4445,7 +4445,7 @@ var tokens = [{
4445
4445
  "attributes": {
4446
4446
  "group": "paint",
4447
4447
  "state": "active",
4448
- "introduced": "0.13.3",
4448
+ "introduced": "1.8.0",
4449
4449
  "description": "Hovered state of color.chart.lime.bolder."
4450
4450
  },
4451
4451
  "value": "Lime800"
@@ -4457,7 +4457,7 @@ var tokens = [{
4457
4457
  "attributes": {
4458
4458
  "group": "paint",
4459
4459
  "state": "active",
4460
- "introduced": "0.13.3",
4460
+ "introduced": "1.8.0",
4461
4461
  "description": "For data visualisation only."
4462
4462
  },
4463
4463
  "value": "#4C6B1F",
@@ -4467,7 +4467,7 @@ var tokens = [{
4467
4467
  "attributes": {
4468
4468
  "group": "paint",
4469
4469
  "state": "active",
4470
- "introduced": "0.13.3",
4470
+ "introduced": "1.8.0",
4471
4471
  "description": "For data visualisation only."
4472
4472
  },
4473
4473
  "value": "Lime800"
@@ -4479,7 +4479,7 @@ var tokens = [{
4479
4479
  "attributes": {
4480
4480
  "group": "paint",
4481
4481
  "state": "active",
4482
- "introduced": "0.13.3",
4482
+ "introduced": "1.8.0",
4483
4483
  "description": "Hovered state of color.chart.lime.boldest."
4484
4484
  },
4485
4485
  "value": "#37471F",
@@ -4489,7 +4489,7 @@ var tokens = [{
4489
4489
  "attributes": {
4490
4490
  "group": "paint",
4491
4491
  "state": "active",
4492
- "introduced": "0.13.3",
4492
+ "introduced": "1.8.0",
4493
4493
  "description": "Hovered state of color.chart.lime.boldest."
4494
4494
  },
4495
4495
  "value": "Lime900"
@@ -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::8b50feb722f3a686c5a45c85ec5545b2>>
9
+ * @codegen <<SignedSource::475f699859423669fdb3de04f32b3560>>
10
10
  * @codegenCommand yarn build tokens
11
11
  */
12
12
  var tokens = [{
@@ -35,6 +35,7 @@ var tokens = [{
35
35
  "attributes": {
36
36
  "group": "shape",
37
37
  "state": "active",
38
+ "suggest": ["3px", "4px"],
38
39
  "introduced": "1.5.2",
39
40
  "description": "The default border radius."
40
41
  },
@@ -45,6 +46,7 @@ var tokens = [{
45
46
  "attributes": {
46
47
  "group": "shape",
47
48
  "state": "active",
49
+ "suggest": ["3px", "4px"],
48
50
  "introduced": "1.5.2",
49
51
  "description": "The default border radius."
50
52
  },
@@ -145,6 +147,7 @@ var tokens = [{
145
147
  "attributes": {
146
148
  "group": "shape",
147
149
  "state": "active",
150
+ "suggest": ["50%"],
148
151
  "introduced": "1.1.0",
149
152
  "description": "Used for circular containers, like a rounded button."
150
153
  },
@@ -155,6 +158,7 @@ var tokens = [{
155
158
  "attributes": {
156
159
  "group": "shape",
157
160
  "state": "active",
161
+ "suggest": ["50%"],
158
162
  "introduced": "1.1.0",
159
163
  "description": "Used for circular containers, like a rounded button."
160
164
  },
@@ -167,8 +171,9 @@ var tokens = [{
167
171
  "attributes": {
168
172
  "group": "shape",
169
173
  "state": "active",
174
+ "suggest": ["1px", "2px"],
170
175
  "introduced": "1.5.2",
171
- "description": "The default border width."
176
+ "description": "The default border width. Used for all borders."
172
177
  },
173
178
  "value": "1px",
174
179
  "filePath": "src/tokens/atlassian-shape/shape.tsx",
@@ -177,8 +182,9 @@ var tokens = [{
177
182
  "attributes": {
178
183
  "group": "shape",
179
184
  "state": "active",
185
+ "suggest": ["1px", "2px"],
180
186
  "introduced": "1.5.2",
181
- "description": "The default border width."
187
+ "description": "The default border width. Used for all borders."
182
188
  },
183
189
  "value": "Size050"
184
190
  },
@@ -190,7 +196,7 @@ var tokens = [{
190
196
  "group": "shape",
191
197
  "state": "experimental",
192
198
  "introduced": "1.2.1",
193
- "description": "Experimental, description needs to be amended"
199
+ "description": "Used for zero width borders."
194
200
  },
195
201
  "value": "0px",
196
202
  "filePath": "src/tokens/atlassian-shape/shape.tsx",
@@ -200,7 +206,7 @@ var tokens = [{
200
206
  "group": "shape",
201
207
  "state": "experimental",
202
208
  "introduced": "1.2.1",
203
- "description": "Experimental, description needs to be amended"
209
+ "description": "Used for zero width borders."
204
210
  },
205
211
  "value": "Size0"
206
212
  },
@@ -211,30 +217,30 @@ var tokens = [{
211
217
  "attributes": {
212
218
  "group": "shape",
213
219
  "state": "active",
214
- "introduced": "1.1.0",
215
- "description": "Used for all borders and dividers."
220
+ "introduced": "1.5.2",
221
+ "description": "Used for indicators like tab and menu selected states."
216
222
  },
217
- "value": "1px",
223
+ "value": "3px",
218
224
  "filePath": "src/tokens/atlassian-shape/shape.tsx",
219
225
  "isSource": true,
220
226
  "original": {
221
227
  "attributes": {
222
228
  "group": "shape",
223
229
  "state": "active",
224
- "introduced": "1.1.0",
225
- "description": "Used for all borders and dividers."
230
+ "introduced": "1.5.2",
231
+ "description": "Used for indicators like tab and menu selected states."
226
232
  },
227
- "value": "Size050"
233
+ "value": "Size200"
228
234
  },
229
- "name": "border.width.050",
230
- "path": ["border", "width", "050"],
231
- "cleanName": "border.width.050"
235
+ "name": "border.width.indicator",
236
+ "path": ["border", "width", "indicator"],
237
+ "cleanName": "border.width.indicator"
232
238
  }, {
233
239
  "attributes": {
234
240
  "group": "shape",
235
241
  "state": "active",
236
- "introduced": "1.1.0",
237
- "description": "Used for bolder dividers and interaction states."
242
+ "introduced": "1.5.2",
243
+ "description": "Used for focus, active or selected inputs."
238
244
  },
239
245
  "value": "2px",
240
246
  "filePath": "src/tokens/atlassian-shape/shape.tsx",
@@ -243,14 +249,14 @@ var tokens = [{
243
249
  "attributes": {
244
250
  "group": "shape",
245
251
  "state": "active",
246
- "introduced": "1.1.0",
247
- "description": "Used for bolder dividers and interaction states."
252
+ "introduced": "1.5.2",
253
+ "description": "Used for focus, active or selected inputs."
248
254
  },
249
255
  "value": "Size100"
250
256
  },
251
- "name": "border.width.100",
252
- "path": ["border", "width", "100"],
253
- "cleanName": "border.width.100"
257
+ "name": "border.width.outline",
258
+ "path": ["border", "width", "outline"],
259
+ "cleanName": "border.width.outline"
254
260
  }];
255
261
  var _default = tokens;
256
262
  exports.default = _default;
@@ -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.11.0";
11
+ var version = "1.11.2";
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.11.0";
12
+ var version = "1.11.2";
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.
@@ -26,6 +26,12 @@ var baseSizeTokens = {
26
26
  attributes: {
27
27
  group: 'shape'
28
28
  }
29
+ },
30
+ Size200: {
31
+ value: 3,
32
+ attributes: {
33
+ group: 'shape'
34
+ }
29
35
  }
30
36
  };
31
37
  var baseRadiusTokens = {
@@ -390,26 +390,26 @@ var color = {
390
390
  lime: {
391
391
  bold: {
392
392
  '[default]': {
393
- value: 'Teal500'
393
+ value: 'Lime500'
394
394
  },
395
395
  hovered: {
396
- value: 'Teal400'
396
+ value: 'Lime400'
397
397
  }
398
398
  },
399
399
  bolder: {
400
400
  '[default]': {
401
- value: 'Teal400'
401
+ value: 'Lime400'
402
402
  },
403
403
  hovered: {
404
- value: 'Teal300'
404
+ value: 'Lime300'
405
405
  }
406
406
  },
407
407
  boldest: {
408
408
  '[default]': {
409
- value: 'Teal300'
409
+ value: 'Lime300'
410
410
  },
411
411
  hovered: {
412
- value: 'Teal200'
412
+ value: 'Lime200'
413
413
  }
414
414
  }
415
415
  },
@@ -17,11 +17,11 @@ var shape = {
17
17
  '0': {
18
18
  value: 'Size0'
19
19
  },
20
- '050': {
21
- value: 'Size050'
22
- },
23
- '100': {
20
+ outline: {
24
21
  value: 'Size100'
22
+ },
23
+ indicator: {
24
+ value: 'Size200'
25
25
  }
26
26
  },
27
27
  radius: {
@@ -157,7 +157,7 @@ var color = {
157
157
  attributes: {
158
158
  group: 'paint',
159
159
  state: 'active',
160
- introduced: '1.6.0',
160
+ introduced: '1.8.0',
161
161
  description: 'Use for lime text on subtlest and subtler lime accent backgrounds when there is no meaning tied to the color.'
162
162
  }
163
163
  },
@@ -165,7 +165,7 @@ var color = {
165
165
  attributes: {
166
166
  group: 'paint',
167
167
  state: 'active',
168
- introduced: '0.7.0',
168
+ introduced: '1.8.0',
169
169
  description: 'Use for lime text on subtle lime accent backgrounds when there is no meaning tied to the color.'
170
170
  }
171
171
  }
@@ -833,7 +833,7 @@ var color = {
833
833
  attributes: {
834
834
  group: 'paint',
835
835
  state: 'active',
836
- introduced: '0.13.3',
836
+ introduced: '1.8.0',
837
837
  description: 'For data visualisation only.'
838
838
  }
839
839
  },
@@ -841,7 +841,7 @@ var color = {
841
841
  attributes: {
842
842
  group: 'paint',
843
843
  state: 'active',
844
- introduced: '0.13.3',
844
+ introduced: '1.8.0',
845
845
  description: 'Hovered state of color.chart.lime.bold.'
846
846
  }
847
847
  }
@@ -851,7 +851,7 @@ var color = {
851
851
  attributes: {
852
852
  group: 'paint',
853
853
  state: 'active',
854
- introduced: '0.13.3',
854
+ introduced: '1.8.0',
855
855
  description: 'For data visualisation only.'
856
856
  }
857
857
  },
@@ -859,7 +859,7 @@ var color = {
859
859
  attributes: {
860
860
  group: 'paint',
861
861
  state: 'active',
862
- introduced: '0.13.3',
862
+ introduced: '1.8.0',
863
863
  description: 'Hovered state of color.chart.lime.bolder.'
864
864
  }
865
865
  }
@@ -869,7 +869,7 @@ var color = {
869
869
  attributes: {
870
870
  group: 'paint',
871
871
  state: 'active',
872
- introduced: '0.13.3',
872
+ introduced: '1.8.0',
873
873
  description: 'For data visualisation only.'
874
874
  }
875
875
  },
@@ -877,7 +877,7 @@ var color = {
877
877
  attributes: {
878
878
  group: 'paint',
879
879
  state: 'active',
880
- introduced: '0.13.3',
880
+ introduced: '1.8.0',
881
881
  description: 'Hovered state of color.chart.lime.boldest.'
882
882
  }
883
883
  }
@@ -11,8 +11,9 @@ var shape = {
11
11
  attributes: {
12
12
  group: 'shape',
13
13
  state: 'active',
14
+ suggest: ['1px', '2px'],
14
15
  introduced: '1.5.2',
15
- description: 'The default border width.'
16
+ description: 'The default border width. Used for all borders.'
16
17
  }
17
18
  },
18
19
  '0': {
@@ -20,23 +21,23 @@ var shape = {
20
21
  group: 'shape',
21
22
  state: 'experimental',
22
23
  introduced: '1.2.1',
23
- description: 'Experimental, description needs to be amended'
24
+ description: 'Used for zero width borders.'
24
25
  }
25
26
  },
26
- '050': {
27
+ outline: {
27
28
  attributes: {
28
29
  group: 'shape',
29
30
  state: 'active',
30
- introduced: '1.1.0',
31
- description: 'Used for all borders and dividers.'
31
+ introduced: '1.5.2',
32
+ description: 'Used for focus, active or selected inputs.'
32
33
  }
33
34
  },
34
- '100': {
35
+ indicator: {
35
36
  attributes: {
36
37
  group: 'shape',
37
38
  state: 'active',
38
- introduced: '1.1.0',
39
- description: 'Used for bolder dividers and interaction states.'
39
+ introduced: '1.5.2',
40
+ description: 'Used for indicators like tab and menu selected states.'
40
41
  }
41
42
  }
42
43
  },
@@ -45,6 +46,7 @@ var shape = {
45
46
  attributes: {
46
47
  group: 'shape',
47
48
  state: 'active',
49
+ suggest: ['3px', '4px'],
48
50
  introduced: '1.5.2',
49
51
  description: 'The default border radius.'
50
52
  }
@@ -93,6 +95,7 @@ var shape = {
93
95
  attributes: {
94
96
  group: 'shape',
95
97
  state: 'active',
98
+ suggest: ['50%'],
96
99
  introduced: '1.1.0',
97
100
  description: 'Used for circular containers, like a rounded button.'
98
101
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tokens",
3
- "version": "1.11.0",
3
+ "version": "1.11.2",
4
4
  "sideEffects": [
5
5
  "**/*.css"
6
6
  ]