@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
@@ -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::ba57ec0a6991ab386479b6c9006397ba>>
3
+ * @codegen <<SignedSource::b929a0286651ecabd7f635e23b71f002>>
4
4
  * @codegenCommand yarn build tokens
5
5
  */
6
6
  const tokens = [{
@@ -138,5 +138,20 @@ const tokens = [{
138
138
  },
139
139
  "name": "border.width.Size100",
140
140
  "path": ["border", "width", "Size100"]
141
+ }, {
142
+ "value": "3px",
143
+ "attributes": {
144
+ "group": "shape"
145
+ },
146
+ "filePath": "src/palettes/shape-palette.tsx",
147
+ "isSource": true,
148
+ "original": {
149
+ "value": 3,
150
+ "attributes": {
151
+ "group": "shape"
152
+ }
153
+ },
154
+ "name": "border.width.Size200",
155
+ "path": ["border", "width", "Size200"]
141
156
  }];
142
157
  export default tokens;
@@ -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::0171fd710aa3b4936cef88004b263fd0>>
3
+ * @codegen <<SignedSource::f7875b9dcadbda9f45d61b1e4eaa3c10>>
4
4
  * @codegenCommand yarn build tokens
5
5
  */
6
6
  export default `
@@ -205,12 +205,12 @@ html[data-color-mode="dark"][data-theme~="dark:dark"] {
205
205
  --ds-chart-categorical-7-hovered: #FFECF8;
206
206
  --ds-chart-categorical-8: #FEC57B;
207
207
  --ds-chart-categorical-8-hovered: #FFE2BD;
208
- --ds-chart-lime-bold: #37B4C3;
209
- --ds-chart-lime-bold-hovered: #60C6D2;
210
- --ds-chart-lime-bolder: #60C6D2;
211
- --ds-chart-lime-bolder-hovered: #8BDBE5;
212
- --ds-chart-lime-boldest: #8BDBE5;
213
- --ds-chart-lime-boldest-hovered: #C1F0F5;
208
+ --ds-chart-lime-bold: #82B536;
209
+ --ds-chart-lime-bold-hovered: #94C748;
210
+ --ds-chart-lime-bolder: #94C748;
211
+ --ds-chart-lime-bolder-hovered: #B3DF72;
212
+ --ds-chart-lime-boldest: #B3DF72;
213
+ --ds-chart-lime-boldest-hovered: #D3F1A7;
214
214
  --ds-chart-neutral: #738496;
215
215
  --ds-chart-neutral-hovered: #8C9BAB;
216
216
  --ds-chart-red-bold: #E34935;
@@ -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::861a4448ac467155c8290f2b211e99c5>>
3
+ * @codegen <<SignedSource::57c7e229053412965e492af01b042778>>
4
4
  * @codegenCommand yarn build tokens
5
5
  */
6
6
  export default `
@@ -14,7 +14,7 @@ html[data-theme~="shape:shape"] {
14
14
  --ds-border-radius-circle: 2002rem;
15
15
  --ds-border-width: 0.0625rem;
16
16
  --ds-border-width-0: 0rem;
17
- --ds-border-width-050: 0.0625rem;
18
- --ds-border-width-100: 0.125rem;
17
+ --ds-border-width-indicator: 0.1875rem;
18
+ --ds-border-width-outline: 0.125rem;
19
19
  }
20
20
  `;
@@ -4,7 +4,7 @@
4
4
  * Token names mapped to their value in the default Atlassian themes ('light').
5
5
  * These default values are used by the Babel plugin to optionally provide automatic fallbacks.
6
6
  *
7
- * @codegen <<SignedSource::5d1a0a49014fb279849c19fdd2909317>>
7
+ * @codegen <<SignedSource::499f1e0d59fe76d1553081545be939f7>>
8
8
  * @codegenCommand yarn build tokens
9
9
  */
10
10
  const defaultTokenValues = {
@@ -300,11 +300,11 @@ const defaultTokenValues = {
300
300
  'elevation.surface.raised.hovered': '#F1F2F4',
301
301
  'elevation.surface.raised.pressed': '#DCDFE4',
302
302
  'elevation.surface.sunken': '#F7F8F9',
303
- 'elevation.shadow.overflow': '[object Object],[object Object]',
303
+ 'elevation.shadow.overflow': '0px 0px 8px #091E4229, 0px 0px 1px #091E421F',
304
304
  'elevation.shadow.overflow.perimeter': '#091e421f',
305
305
  'elevation.shadow.overflow.spread': '#091e4229',
306
- 'elevation.shadow.overlay': '[object Object],[object Object]',
307
- 'elevation.shadow.raised': '[object Object],[object Object]',
306
+ 'elevation.shadow.overlay': '0px 8px 12px #091E4226, 0px 0px 1px #091E424F',
307
+ 'elevation.shadow.raised': '0px 1px 1px #091E4240, 0px 0px 1px #091E424F',
308
308
  'opacity.disabled': '0.4',
309
309
  'opacity.loading': '0.2',
310
310
  'utility.UNSAFE.transparent': 'transparent',
@@ -317,8 +317,8 @@ const defaultTokenValues = {
317
317
  'border.radius.circle': '2002rem',
318
318
  'border.width': '0.0625rem',
319
319
  'border.width.0': '0rem',
320
- 'border.width.050': '0.0625rem',
321
- 'border.width.100': '0.125rem',
320
+ 'border.width.indicator': '0.1875rem',
321
+ 'border.width.outline': '0.125rem',
322
322
  'space.0': '0rem',
323
323
  'space.025': '0.125rem',
324
324
  'space.050': '0.25rem',
@@ -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::87bc2dd9f7bab2c43fbdcafbd9e9e3ac>>
3
+ * @codegen <<SignedSource::0c77b46d428791fb0288b991d64320bc>>
4
4
  * @codegenCommand yarn build tokens
5
5
  */
6
6
  const tokens = {
@@ -313,8 +313,8 @@ const tokens = {
313
313
  'border.radius.circle': '--ds-border-radius-circle',
314
314
  'border.width': '--ds-border-width',
315
315
  'border.width.0': '--ds-border-width-0',
316
- 'border.width.050': '--ds-border-width-050',
317
- 'border.width.100': '--ds-border-width-100',
316
+ 'border.width.indicator': '--ds-border-width-indicator',
317
+ 'border.width.outline': '--ds-border-width-outline',
318
318
  'space.0': '--ds-space-0',
319
319
  'space.025': '--ds-space-025',
320
320
  'space.050': '--ds-space-050',
@@ -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::dc8db05fe763e65a797963e967232801>>
3
+ * @codegen <<SignedSource::ef57ce0e826f5bdada61d5bcbbfbcfcb>>
4
4
  * @codegenCommand yarn build tokens
5
5
  */
6
6
  const tokens = [{
@@ -29,7 +29,7 @@ const tokens = [{
29
29
  "attributes": {
30
30
  "group": "paint",
31
31
  "state": "active",
32
- "introduced": "1.6.0",
32
+ "introduced": "1.8.0",
33
33
  "description": "Use for lime text on subtlest and subtler lime accent backgrounds when there is no meaning tied to the color."
34
34
  },
35
35
  "value": "#B3DF72",
@@ -39,7 +39,7 @@ const tokens = [{
39
39
  "attributes": {
40
40
  "group": "paint",
41
41
  "state": "active",
42
- "introduced": "1.6.0",
42
+ "introduced": "1.8.0",
43
43
  "description": "Use for lime text on subtlest and subtler lime accent backgrounds when there is no meaning tied to the color."
44
44
  },
45
45
  "value": "Lime300"
@@ -51,7 +51,7 @@ const tokens = [{
51
51
  "attributes": {
52
52
  "group": "paint",
53
53
  "state": "active",
54
- "introduced": "0.7.0",
54
+ "introduced": "1.8.0",
55
55
  "description": "Use for lime text on subtle lime accent backgrounds when there is no meaning tied to the color."
56
56
  },
57
57
  "value": "#D3F1A7",
@@ -61,7 +61,7 @@ const tokens = [{
61
61
  "attributes": {
62
62
  "group": "paint",
63
63
  "state": "active",
64
- "introduced": "0.7.0",
64
+ "introduced": "1.8.0",
65
65
  "description": "Use for lime text on subtle lime accent backgrounds when there is no meaning tied to the color."
66
66
  },
67
67
  "value": "Lime200"
@@ -4363,20 +4363,20 @@ const tokens = [{
4363
4363
  "attributes": {
4364
4364
  "group": "paint",
4365
4365
  "state": "active",
4366
- "introduced": "0.13.3",
4366
+ "introduced": "1.8.0",
4367
4367
  "description": "For data visualisation only."
4368
4368
  },
4369
- "value": "#37B4C3",
4369
+ "value": "#82B536",
4370
4370
  "filePath": "src/tokens/atlassian-dark/color/chart.tsx",
4371
4371
  "isSource": true,
4372
4372
  "original": {
4373
4373
  "attributes": {
4374
4374
  "group": "paint",
4375
4375
  "state": "active",
4376
- "introduced": "0.13.3",
4376
+ "introduced": "1.8.0",
4377
4377
  "description": "For data visualisation only."
4378
4378
  },
4379
- "value": "Teal500"
4379
+ "value": "Lime500"
4380
4380
  },
4381
4381
  "name": "color.chart.lime.bold.[default]",
4382
4382
  "path": ["color", "chart", "lime", "bold", "[default]"],
@@ -4385,20 +4385,20 @@ const tokens = [{
4385
4385
  "attributes": {
4386
4386
  "group": "paint",
4387
4387
  "state": "active",
4388
- "introduced": "0.13.3",
4388
+ "introduced": "1.8.0",
4389
4389
  "description": "Hovered state of color.chart.lime.bold."
4390
4390
  },
4391
- "value": "#60C6D2",
4391
+ "value": "#94C748",
4392
4392
  "filePath": "src/tokens/atlassian-dark/color/chart.tsx",
4393
4393
  "isSource": true,
4394
4394
  "original": {
4395
4395
  "attributes": {
4396
4396
  "group": "paint",
4397
4397
  "state": "active",
4398
- "introduced": "0.13.3",
4398
+ "introduced": "1.8.0",
4399
4399
  "description": "Hovered state of color.chart.lime.bold."
4400
4400
  },
4401
- "value": "Teal400"
4401
+ "value": "Lime400"
4402
4402
  },
4403
4403
  "name": "color.chart.lime.bold.hovered",
4404
4404
  "path": ["color", "chart", "lime", "bold", "hovered"],
@@ -4407,20 +4407,20 @@ const tokens = [{
4407
4407
  "attributes": {
4408
4408
  "group": "paint",
4409
4409
  "state": "active",
4410
- "introduced": "0.13.3",
4410
+ "introduced": "1.8.0",
4411
4411
  "description": "For data visualisation only."
4412
4412
  },
4413
- "value": "#60C6D2",
4413
+ "value": "#94C748",
4414
4414
  "filePath": "src/tokens/atlassian-dark/color/chart.tsx",
4415
4415
  "isSource": true,
4416
4416
  "original": {
4417
4417
  "attributes": {
4418
4418
  "group": "paint",
4419
4419
  "state": "active",
4420
- "introduced": "0.13.3",
4420
+ "introduced": "1.8.0",
4421
4421
  "description": "For data visualisation only."
4422
4422
  },
4423
- "value": "Teal400"
4423
+ "value": "Lime400"
4424
4424
  },
4425
4425
  "name": "color.chart.lime.bolder.[default]",
4426
4426
  "path": ["color", "chart", "lime", "bolder", "[default]"],
@@ -4429,20 +4429,20 @@ const tokens = [{
4429
4429
  "attributes": {
4430
4430
  "group": "paint",
4431
4431
  "state": "active",
4432
- "introduced": "0.13.3",
4432
+ "introduced": "1.8.0",
4433
4433
  "description": "Hovered state of color.chart.lime.bolder."
4434
4434
  },
4435
- "value": "#8BDBE5",
4435
+ "value": "#B3DF72",
4436
4436
  "filePath": "src/tokens/atlassian-dark/color/chart.tsx",
4437
4437
  "isSource": true,
4438
4438
  "original": {
4439
4439
  "attributes": {
4440
4440
  "group": "paint",
4441
4441
  "state": "active",
4442
- "introduced": "0.13.3",
4442
+ "introduced": "1.8.0",
4443
4443
  "description": "Hovered state of color.chart.lime.bolder."
4444
4444
  },
4445
- "value": "Teal300"
4445
+ "value": "Lime300"
4446
4446
  },
4447
4447
  "name": "color.chart.lime.bolder.hovered",
4448
4448
  "path": ["color", "chart", "lime", "bolder", "hovered"],
@@ -4451,20 +4451,20 @@ const tokens = [{
4451
4451
  "attributes": {
4452
4452
  "group": "paint",
4453
4453
  "state": "active",
4454
- "introduced": "0.13.3",
4454
+ "introduced": "1.8.0",
4455
4455
  "description": "For data visualisation only."
4456
4456
  },
4457
- "value": "#8BDBE5",
4457
+ "value": "#B3DF72",
4458
4458
  "filePath": "src/tokens/atlassian-dark/color/chart.tsx",
4459
4459
  "isSource": true,
4460
4460
  "original": {
4461
4461
  "attributes": {
4462
4462
  "group": "paint",
4463
4463
  "state": "active",
4464
- "introduced": "0.13.3",
4464
+ "introduced": "1.8.0",
4465
4465
  "description": "For data visualisation only."
4466
4466
  },
4467
- "value": "Teal300"
4467
+ "value": "Lime300"
4468
4468
  },
4469
4469
  "name": "color.chart.lime.boldest.[default]",
4470
4470
  "path": ["color", "chart", "lime", "boldest", "[default]"],
@@ -4473,20 +4473,20 @@ const tokens = [{
4473
4473
  "attributes": {
4474
4474
  "group": "paint",
4475
4475
  "state": "active",
4476
- "introduced": "0.13.3",
4476
+ "introduced": "1.8.0",
4477
4477
  "description": "Hovered state of color.chart.lime.boldest."
4478
4478
  },
4479
- "value": "#C1F0F5",
4479
+ "value": "#D3F1A7",
4480
4480
  "filePath": "src/tokens/atlassian-dark/color/chart.tsx",
4481
4481
  "isSource": true,
4482
4482
  "original": {
4483
4483
  "attributes": {
4484
4484
  "group": "paint",
4485
4485
  "state": "active",
4486
- "introduced": "0.13.3",
4486
+ "introduced": "1.8.0",
4487
4487
  "description": "Hovered state of color.chart.lime.boldest."
4488
4488
  },
4489
- "value": "Teal200"
4489
+ "value": "Lime200"
4490
4490
  },
4491
4491
  "name": "color.chart.lime.boldest.hovered",
4492
4492
  "path": ["color", "chart", "lime", "boldest", "hovered"],
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::c4253f474a8b38c030d888b37b18b2a7>>
3
+ * @codegen <<SignedSource::0752455125a2970afd988a456ef7a00b>>
4
4
  * @codegenCommand yarn build tokens
5
5
  */
6
6
  const tokens = [{
@@ -29,7 +29,7 @@ const tokens = [{
29
29
  "attributes": {
30
30
  "group": "paint",
31
31
  "state": "active",
32
- "introduced": "1.6.0",
32
+ "introduced": "1.8.0",
33
33
  "description": "Use for lime text on subtlest and subtler lime accent backgrounds when there is no meaning tied to the color."
34
34
  },
35
35
  "value": "#4C6B1F",
@@ -39,7 +39,7 @@ const tokens = [{
39
39
  "attributes": {
40
40
  "group": "paint",
41
41
  "state": "active",
42
- "introduced": "1.6.0",
42
+ "introduced": "1.8.0",
43
43
  "description": "Use for lime text on subtlest and subtler lime accent backgrounds when there is no meaning tied to the color."
44
44
  },
45
45
  "value": "#4C6B1F"
@@ -51,7 +51,7 @@ const tokens = [{
51
51
  "attributes": {
52
52
  "group": "paint",
53
53
  "state": "active",
54
- "introduced": "0.7.0",
54
+ "introduced": "1.8.0",
55
55
  "description": "Use for lime text on subtle lime accent backgrounds when there is no meaning tied to the color."
56
56
  },
57
57
  "value": "#37471F",
@@ -61,7 +61,7 @@ const tokens = [{
61
61
  "attributes": {
62
62
  "group": "paint",
63
63
  "state": "active",
64
- "introduced": "0.7.0",
64
+ "introduced": "1.8.0",
65
65
  "description": "Use for lime text on subtle lime accent backgrounds when there is no meaning tied to the color."
66
66
  },
67
67
  "value": "#37471F"
@@ -4363,7 +4363,7 @@ const tokens = [{
4363
4363
  "attributes": {
4364
4364
  "group": "paint",
4365
4365
  "state": "active",
4366
- "introduced": "0.13.3",
4366
+ "introduced": "1.8.0",
4367
4367
  "description": "For data visualisation only."
4368
4368
  },
4369
4369
  "value": "#6A9A23",
@@ -4373,7 +4373,7 @@ const tokens = [{
4373
4373
  "attributes": {
4374
4374
  "group": "paint",
4375
4375
  "state": "active",
4376
- "introduced": "0.13.3",
4376
+ "introduced": "1.8.0",
4377
4377
  "description": "For data visualisation only."
4378
4378
  },
4379
4379
  "value": "#6A9A23"
@@ -4385,7 +4385,7 @@ const tokens = [{
4385
4385
  "attributes": {
4386
4386
  "group": "paint",
4387
4387
  "state": "active",
4388
- "introduced": "0.13.3",
4388
+ "introduced": "1.8.0",
4389
4389
  "description": "Hovered state of color.chart.lime.bold."
4390
4390
  },
4391
4391
  "value": "#5B7F24",
@@ -4395,7 +4395,7 @@ const tokens = [{
4395
4395
  "attributes": {
4396
4396
  "group": "paint",
4397
4397
  "state": "active",
4398
- "introduced": "0.13.3",
4398
+ "introduced": "1.8.0",
4399
4399
  "description": "Hovered state of color.chart.lime.bold."
4400
4400
  },
4401
4401
  "value": "#5B7F24"
@@ -4407,7 +4407,7 @@ const tokens = [{
4407
4407
  "attributes": {
4408
4408
  "group": "paint",
4409
4409
  "state": "active",
4410
- "introduced": "0.13.3",
4410
+ "introduced": "1.8.0",
4411
4411
  "description": "For data visualisation only."
4412
4412
  },
4413
4413
  "value": "#5B7F24",
@@ -4417,7 +4417,7 @@ const tokens = [{
4417
4417
  "attributes": {
4418
4418
  "group": "paint",
4419
4419
  "state": "active",
4420
- "introduced": "0.13.3",
4420
+ "introduced": "1.8.0",
4421
4421
  "description": "For data visualisation only."
4422
4422
  },
4423
4423
  "value": "#5B7F24"
@@ -4429,7 +4429,7 @@ const tokens = [{
4429
4429
  "attributes": {
4430
4430
  "group": "paint",
4431
4431
  "state": "active",
4432
- "introduced": "0.13.3",
4432
+ "introduced": "1.8.0",
4433
4433
  "description": "Hovered state of color.chart.lime.bolder."
4434
4434
  },
4435
4435
  "value": "#4C6B1F",
@@ -4439,7 +4439,7 @@ const tokens = [{
4439
4439
  "attributes": {
4440
4440
  "group": "paint",
4441
4441
  "state": "active",
4442
- "introduced": "0.13.3",
4442
+ "introduced": "1.8.0",
4443
4443
  "description": "Hovered state of color.chart.lime.bolder."
4444
4444
  },
4445
4445
  "value": "#4C6B1F"
@@ -4451,7 +4451,7 @@ const tokens = [{
4451
4451
  "attributes": {
4452
4452
  "group": "paint",
4453
4453
  "state": "active",
4454
- "introduced": "0.13.3",
4454
+ "introduced": "1.8.0",
4455
4455
  "description": "For data visualisation only."
4456
4456
  },
4457
4457
  "value": "#4C6B1F",
@@ -4461,7 +4461,7 @@ const tokens = [{
4461
4461
  "attributes": {
4462
4462
  "group": "paint",
4463
4463
  "state": "active",
4464
- "introduced": "0.13.3",
4464
+ "introduced": "1.8.0",
4465
4465
  "description": "For data visualisation only."
4466
4466
  },
4467
4467
  "value": "#4C6B1F"
@@ -4473,7 +4473,7 @@ const tokens = [{
4473
4473
  "attributes": {
4474
4474
  "group": "paint",
4475
4475
  "state": "active",
4476
- "introduced": "0.13.3",
4476
+ "introduced": "1.8.0",
4477
4477
  "description": "Hovered state of color.chart.lime.boldest."
4478
4478
  },
4479
4479
  "value": "#37471F",
@@ -4483,7 +4483,7 @@ const tokens = [{
4483
4483
  "attributes": {
4484
4484
  "group": "paint",
4485
4485
  "state": "active",
4486
- "introduced": "0.13.3",
4486
+ "introduced": "1.8.0",
4487
4487
  "description": "Hovered state of color.chart.lime.boldest."
4488
4488
  },
4489
4489
  "value": "#37471F"
@@ -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::0c63a1ff1a13291ff1d63afbf8c380fa>>
3
+ * @codegen <<SignedSource::0b9efb6f5e343e1cbb90bf2ead8a25da>>
4
4
  * @codegenCommand yarn build tokens
5
5
  */
6
6
  const tokens = [{
@@ -29,7 +29,7 @@ const tokens = [{
29
29
  "attributes": {
30
30
  "group": "paint",
31
31
  "state": "active",
32
- "introduced": "1.6.0",
32
+ "introduced": "1.8.0",
33
33
  "description": "Use for lime text on subtlest and subtler lime accent backgrounds when there is no meaning tied to the color."
34
34
  },
35
35
  "value": "#4C6B1F",
@@ -39,7 +39,7 @@ const tokens = [{
39
39
  "attributes": {
40
40
  "group": "paint",
41
41
  "state": "active",
42
- "introduced": "1.6.0",
42
+ "introduced": "1.8.0",
43
43
  "description": "Use for lime text on subtlest and subtler lime accent backgrounds when there is no meaning tied to the color."
44
44
  },
45
45
  "value": "#4C6B1F"
@@ -51,7 +51,7 @@ const tokens = [{
51
51
  "attributes": {
52
52
  "group": "paint",
53
53
  "state": "active",
54
- "introduced": "0.7.0",
54
+ "introduced": "1.8.0",
55
55
  "description": "Use for lime text on subtle lime accent backgrounds when there is no meaning tied to the color."
56
56
  },
57
57
  "value": "#37471F",
@@ -61,7 +61,7 @@ const tokens = [{
61
61
  "attributes": {
62
62
  "group": "paint",
63
63
  "state": "active",
64
- "introduced": "0.7.0",
64
+ "introduced": "1.8.0",
65
65
  "description": "Use for lime text on subtle lime accent backgrounds when there is no meaning tied to the color."
66
66
  },
67
67
  "value": "#37471F"
@@ -4363,7 +4363,7 @@ const tokens = [{
4363
4363
  "attributes": {
4364
4364
  "group": "paint",
4365
4365
  "state": "active",
4366
- "introduced": "0.13.3",
4366
+ "introduced": "1.8.0",
4367
4367
  "description": "For data visualisation only."
4368
4368
  },
4369
4369
  "value": "#6A9A23",
@@ -4373,7 +4373,7 @@ const tokens = [{
4373
4373
  "attributes": {
4374
4374
  "group": "paint",
4375
4375
  "state": "active",
4376
- "introduced": "0.13.3",
4376
+ "introduced": "1.8.0",
4377
4377
  "description": "For data visualisation only."
4378
4378
  },
4379
4379
  "value": "#6A9A23"
@@ -4385,7 +4385,7 @@ const tokens = [{
4385
4385
  "attributes": {
4386
4386
  "group": "paint",
4387
4387
  "state": "active",
4388
- "introduced": "0.13.3",
4388
+ "introduced": "1.8.0",
4389
4389
  "description": "Hovered state of color.chart.lime.bold."
4390
4390
  },
4391
4391
  "value": "#5B7F24",
@@ -4395,7 +4395,7 @@ const tokens = [{
4395
4395
  "attributes": {
4396
4396
  "group": "paint",
4397
4397
  "state": "active",
4398
- "introduced": "0.13.3",
4398
+ "introduced": "1.8.0",
4399
4399
  "description": "Hovered state of color.chart.lime.bold."
4400
4400
  },
4401
4401
  "value": "#5B7F24"
@@ -4407,7 +4407,7 @@ const tokens = [{
4407
4407
  "attributes": {
4408
4408
  "group": "paint",
4409
4409
  "state": "active",
4410
- "introduced": "0.13.3",
4410
+ "introduced": "1.8.0",
4411
4411
  "description": "For data visualisation only."
4412
4412
  },
4413
4413
  "value": "#5B7F24",
@@ -4417,7 +4417,7 @@ const tokens = [{
4417
4417
  "attributes": {
4418
4418
  "group": "paint",
4419
4419
  "state": "active",
4420
- "introduced": "0.13.3",
4420
+ "introduced": "1.8.0",
4421
4421
  "description": "For data visualisation only."
4422
4422
  },
4423
4423
  "value": "#5B7F24"
@@ -4429,7 +4429,7 @@ const tokens = [{
4429
4429
  "attributes": {
4430
4430
  "group": "paint",
4431
4431
  "state": "active",
4432
- "introduced": "0.13.3",
4432
+ "introduced": "1.8.0",
4433
4433
  "description": "Hovered state of color.chart.lime.bolder."
4434
4434
  },
4435
4435
  "value": "#4C6B1F",
@@ -4439,7 +4439,7 @@ const tokens = [{
4439
4439
  "attributes": {
4440
4440
  "group": "paint",
4441
4441
  "state": "active",
4442
- "introduced": "0.13.3",
4442
+ "introduced": "1.8.0",
4443
4443
  "description": "Hovered state of color.chart.lime.bolder."
4444
4444
  },
4445
4445
  "value": "#4C6B1F"
@@ -4451,7 +4451,7 @@ const tokens = [{
4451
4451
  "attributes": {
4452
4452
  "group": "paint",
4453
4453
  "state": "active",
4454
- "introduced": "0.13.3",
4454
+ "introduced": "1.8.0",
4455
4455
  "description": "For data visualisation only."
4456
4456
  },
4457
4457
  "value": "#4C6B1F",
@@ -4461,7 +4461,7 @@ const tokens = [{
4461
4461
  "attributes": {
4462
4462
  "group": "paint",
4463
4463
  "state": "active",
4464
- "introduced": "0.13.3",
4464
+ "introduced": "1.8.0",
4465
4465
  "description": "For data visualisation only."
4466
4466
  },
4467
4467
  "value": "#4C6B1F"
@@ -4473,7 +4473,7 @@ const tokens = [{
4473
4473
  "attributes": {
4474
4474
  "group": "paint",
4475
4475
  "state": "active",
4476
- "introduced": "0.13.3",
4476
+ "introduced": "1.8.0",
4477
4477
  "description": "Hovered state of color.chart.lime.boldest."
4478
4478
  },
4479
4479
  "value": "#37471F",
@@ -4483,7 +4483,7 @@ const tokens = [{
4483
4483
  "attributes": {
4484
4484
  "group": "paint",
4485
4485
  "state": "active",
4486
- "introduced": "0.13.3",
4486
+ "introduced": "1.8.0",
4487
4487
  "description": "Hovered state of color.chart.lime.boldest."
4488
4488
  },
4489
4489
  "value": "#37471F"