@atlaskit/tokens 0.10.30 → 0.10.31

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 (34) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/css/atlassian-legacy-light.css +10 -10
  3. package/dist/cjs/artifacts/palettes-raw/legacy-palette.js +22 -5
  4. package/dist/cjs/artifacts/tokens-raw/atlassian-legacy-light.js +20 -20
  5. package/dist/cjs/get-token.js +1 -1
  6. package/dist/cjs/palettes/legacy-palette.js +9 -2
  7. package/dist/cjs/tokens/atlassian-legacy-light/color/background.js +8 -7
  8. package/dist/cjs/tokens/atlassian-legacy-light/color/text.js +2 -2
  9. package/dist/cjs/version.json +1 -1
  10. package/dist/es2019/artifacts/palettes-raw/legacy-palette.js +22 -5
  11. package/dist/es2019/artifacts/tokens-raw/atlassian-legacy-light.js +20 -20
  12. package/dist/es2019/get-token.js +1 -1
  13. package/dist/es2019/palettes/legacy-palette.js +9 -2
  14. package/dist/es2019/tokens/atlassian-legacy-light/color/background.js +8 -7
  15. package/dist/es2019/tokens/atlassian-legacy-light/color/text.js +2 -2
  16. package/dist/es2019/version.json +1 -1
  17. package/dist/esm/artifacts/palettes-raw/legacy-palette.js +22 -5
  18. package/dist/esm/artifacts/tokens-raw/atlassian-legacy-light.js +20 -20
  19. package/dist/esm/get-token.js +1 -1
  20. package/dist/esm/palettes/legacy-palette.js +9 -2
  21. package/dist/esm/tokens/atlassian-legacy-light/color/background.js +8 -7
  22. package/dist/esm/tokens/atlassian-legacy-light/color/text.js +2 -2
  23. package/dist/esm/version.json +1 -1
  24. package/dist/types/artifacts/palettes-raw/legacy-palette.d.ts +1 -1
  25. package/dist/types/artifacts/tokens-raw/atlassian-legacy-light.d.ts +1 -1
  26. package/dist/types/palettes/legacy-palette.d.ts +1 -1
  27. package/dist/types/tokens/atlassian-legacy-dark/utility/utility.d.ts +1 -1
  28. package/dist/types/tokens/atlassian-legacy-light/utility/utility.d.ts +1 -1
  29. package/dist/types-ts4.0/artifacts/palettes-raw/legacy-palette.d.ts +1 -1
  30. package/dist/types-ts4.0/artifacts/tokens-raw/atlassian-legacy-light.d.ts +1 -1
  31. package/dist/types-ts4.0/palettes/legacy-palette.d.ts +1 -1
  32. package/dist/types-ts4.0/tokens/atlassian-legacy-dark/utility/utility.d.ts +1 -1
  33. package/dist/types-ts4.0/tokens/atlassian-legacy-light/utility/utility.d.ts +1 -1
  34. package/package.json +7 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @atlaskit/tokens
2
2
 
3
+ ## 0.10.31
4
+
5
+ ### Patch Changes
6
+
7
+ - [`e35fc41dc33`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e35fc41dc33) - Internal change to use updated primtive spacing prop values. No expected behaviour change.
8
+ - [`92ee7c98d1a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/92ee7c98d1a) - Fixes a number of neutral palette colors which were being generated without their alphas in the legacy palette.
9
+ - [`7e491389968`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7e491389968) - Adds experimental spacing tokens, currently for internal use only. These are not ready for widespread consumption yet and a lint rule will raise issues if you try to use them.
10
+
3
11
  ## 0.10.30
4
12
 
5
13
  ### Patch Changes
@@ -23,14 +23,14 @@ html[data-theme~="legacy-light"] {
23
23
  --ds-text-accent-gray: #505F79;
24
24
  --ds-text-accent-gray-bolder: #172B4D;
25
25
  --ds-text: #172B4D;
26
- --ds-text-subtle: #5E6C84;
26
+ --ds-text-subtle: #42526E;
27
27
  --ds-text-subtlest: #7A869A;
28
28
  --ds-text-disabled: #A5ADBA;
29
29
  --ds-text-inverse: #FFFFFF;
30
30
  --ds-text-brand: #0065FF;
31
31
  --ds-text-selected: #0052CC;
32
32
  --ds-text-danger: #DE350B;
33
- --ds-text-warning: #FF8B00;
33
+ --ds-text-warning: #974F0C;
34
34
  --ds-text-warning-inverse: #172B4D;
35
35
  --ds-text-success: #006644;
36
36
  --ds-text-discovery: #403294;
@@ -147,7 +147,7 @@ html[data-theme~="legacy-light"] {
147
147
  --ds-background-input: #FAFBFC;
148
148
  --ds-background-input-hovered: #EBECF0;
149
149
  --ds-background-input-pressed: #FFFFFF;
150
- --ds-background-neutral: #091e42a;
150
+ --ds-background-neutral: #DFE1E6;
151
151
  --ds-background-neutral-hovered: #091e4214;
152
152
  --ds-background-neutral-pressed: #B3D4FF;
153
153
  --ds-background-neutral-subtle: transparent;
@@ -157,8 +157,8 @@ html[data-theme~="legacy-light"] {
157
157
  --ds-background-neutral-bold-hovered: #505F79;
158
158
  --ds-background-neutral-bold-pressed: #344563;
159
159
  --ds-background-brand-bold: #0052CC;
160
- --ds-background-brand-bold-hovered: #2684FF;
161
- --ds-background-brand-bold-pressed: #0052CC;
160
+ --ds-background-brand-bold-hovered: #0065FF;
161
+ --ds-background-brand-bold-pressed: #0747A6;
162
162
  --ds-background-brand: #FA11F2;
163
163
  --ds-background-brand-hovered: #FA11F2;
164
164
  --ds-background-brand-pressed: #FA11F2;
@@ -174,14 +174,14 @@ html[data-theme~="legacy-light"] {
174
174
  --ds-background-danger-hovered: #FFBDAD;
175
175
  --ds-background-danger-pressed: #FF8F73;
176
176
  --ds-background-danger-bold: #DE350B;
177
- --ds-background-danger-bold-hovered: #FF7452;
178
- --ds-background-danger-bold-pressed: #DE350B;
177
+ --ds-background-danger-bold-hovered: #FF5630;
178
+ --ds-background-danger-bold-pressed: #BF2600;
179
179
  --ds-background-warning: #FFFAE6;
180
180
  --ds-background-warning-hovered: #FFF0B3;
181
181
  --ds-background-warning-pressed: #FFE380;
182
- --ds-background-warning-bold: #FF991F;
182
+ --ds-background-warning-bold: #FFAB00;
183
183
  --ds-background-warning-bold-hovered: #FFC400;
184
- --ds-background-warning-bold-pressed: #FF8B00;
184
+ --ds-background-warning-bold-pressed: #FF991F;
185
185
  --ds-background-success: #E3FCEF;
186
186
  --ds-background-success-hovered: #ABF5D1;
187
187
  --ds-background-success-pressed: #79F2C0;
@@ -253,7 +253,7 @@ html[data-theme~="legacy-light"] {
253
253
  --ds-interaction-inverse-hovered: #FA11F2;
254
254
  --ds-interaction-inverse-pressed: #FA11F2;
255
255
  --ds-skeleton: #F4F5F7;
256
- --ds-skeleton-subtle: #091e42a;
256
+ --ds-skeleton-subtle: #091e420a;
257
257
  --ds-link: #0052CC;
258
258
  --ds-link-pressed: #0747A6;
259
259
  --ds-accent-boldBlue: #FA11F2;
@@ -7,7 +7,7 @@ exports.default = void 0;
7
7
 
8
8
  /**
9
9
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
10
- * @codegen <<SignedSource::91ca2bc33315a9a910c7ca93bcb63936>>
10
+ * @codegen <<SignedSource::4413d3bf5e16367be3a572667916731e>>
11
11
  * @codegenCommand yarn build tokens
12
12
  */
13
13
  var tokens = [{
@@ -299,6 +299,23 @@ var tokens = [{
299
299
  },
300
300
  "name": "color.palette.Y500",
301
301
  "path": ["color", "palette", "Y500"]
302
+ }, {
303
+ "value": "#974F0C",
304
+ "attributes": {
305
+ "group": "palette",
306
+ "category": "orange"
307
+ },
308
+ "filePath": "src/palettes/legacy-palette.tsx",
309
+ "isSource": true,
310
+ "original": {
311
+ "value": "#974F0C",
312
+ "attributes": {
313
+ "group": "palette",
314
+ "category": "orange"
315
+ }
316
+ },
317
+ "name": "color.palette.O800",
318
+ "path": ["color", "palette", "O800"]
302
319
  }, {
303
320
  "value": "#E3FCEF",
304
321
  "attributes": {
@@ -1099,7 +1116,7 @@ var tokens = [{
1099
1116
  "name": "color.palette.N900",
1100
1117
  "path": ["color", "palette", "N900"]
1101
1118
  }, {
1102
- "value": "#091e425",
1119
+ "value": "#091e4205",
1103
1120
  "attributes": {
1104
1121
  "group": "palette",
1105
1122
  "category": "light mode neutral"
@@ -1107,7 +1124,7 @@ var tokens = [{
1107
1124
  "filePath": "src/palettes/legacy-palette.tsx",
1108
1125
  "isSource": true,
1109
1126
  "original": {
1110
- "value": "#091e425",
1127
+ "value": "#091e4205",
1111
1128
  "attributes": {
1112
1129
  "group": "palette",
1113
1130
  "category": "light mode neutral"
@@ -1116,7 +1133,7 @@ var tokens = [{
1116
1133
  "name": "color.palette.N10A",
1117
1134
  "path": ["color", "palette", "N10A"]
1118
1135
  }, {
1119
- "value": "#091e42a",
1136
+ "value": "#091e420a",
1120
1137
  "attributes": {
1121
1138
  "group": "palette",
1122
1139
  "category": "light mode neutral"
@@ -1124,7 +1141,7 @@ var tokens = [{
1124
1141
  "filePath": "src/palettes/legacy-palette.tsx",
1125
1142
  "isSource": true,
1126
1143
  "original": {
1127
- "value": "#091e42a",
1144
+ "value": "#091e420a",
1128
1145
  "attributes": {
1129
1146
  "group": "palette",
1130
1147
  "category": "light mode neutral"
@@ -7,7 +7,7 @@ exports.default = void 0;
7
7
 
8
8
  /**
9
9
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
10
- * @codegen <<SignedSource::de3cdd57ab11cc9e909f280b3ea720f0>>
10
+ * @codegen <<SignedSource::6f233e4b1b5be5c6a4c556fffa5fe40d>>
11
11
  * @codegenCommand yarn build tokens
12
12
  */
13
13
  var tokens = [{
@@ -416,7 +416,7 @@ var tokens = [{
416
416
  "introduced": "0.6.0",
417
417
  "description": "Use for secondary text, such as navigation, subtle button links, input field labels, and all caps subheadings."
418
418
  },
419
- "value": "#5E6C84",
419
+ "value": "#42526E",
420
420
  "filePath": "src/tokens/atlassian-legacy-light/color/text.tsx",
421
421
  "isSource": true,
422
422
  "original": {
@@ -426,7 +426,7 @@ var tokens = [{
426
426
  "introduced": "0.6.0",
427
427
  "description": "Use for secondary text, such as navigation, subtle button links, input field labels, and all caps subheadings."
428
428
  },
429
- "value": "N300"
429
+ "value": "N500"
430
430
  },
431
431
  "name": "color.text.subtle",
432
432
  "path": ["color", "text", "subtle"]
@@ -563,7 +563,7 @@ var tokens = [{
563
563
  "introduced": "0.0.15",
564
564
  "description": "Use for text to emphasize caution, such as in moved lozenges."
565
565
  },
566
- "value": "#FF8B00",
566
+ "value": "#974F0C",
567
567
  "filePath": "src/tokens/atlassian-legacy-light/color/text.tsx",
568
568
  "isSource": true,
569
569
  "original": {
@@ -573,7 +573,7 @@ var tokens = [{
573
573
  "introduced": "0.0.15",
574
574
  "description": "Use for text to emphasize caution, such as in moved lozenges."
575
575
  },
576
- "value": "Y500"
576
+ "value": "O800"
577
577
  },
578
578
  "name": "color.text.warning.[default]",
579
579
  "path": ["color", "text", "warning", "[default]"]
@@ -3176,7 +3176,7 @@ var tokens = [{
3176
3176
  "introduced": "0.6.0",
3177
3177
  "description": "The default background for neutral elements, such as default buttons."
3178
3178
  },
3179
- "value": "#091e42a",
3179
+ "value": "#DFE1E6",
3180
3180
  "filePath": "src/tokens/atlassian-legacy-light/color/background.tsx",
3181
3181
  "isSource": true,
3182
3182
  "original": {
@@ -3186,7 +3186,7 @@ var tokens = [{
3186
3186
  "introduced": "0.6.0",
3187
3187
  "description": "The default background for neutral elements, such as default buttons."
3188
3188
  },
3189
- "value": "N20A"
3189
+ "value": "N40"
3190
3190
  },
3191
3191
  "name": "color.background.neutral.[default].[default]",
3192
3192
  "path": ["color", "background", "neutral", "[default]", "[default]"]
@@ -3386,7 +3386,7 @@ var tokens = [{
3386
3386
  "introduced": "0.6.0",
3387
3387
  "description": "Hovered state of color.background.brand.bold"
3388
3388
  },
3389
- "value": "#2684FF",
3389
+ "value": "#0065FF",
3390
3390
  "filePath": "src/tokens/atlassian-legacy-light/color/background.tsx",
3391
3391
  "isSource": true,
3392
3392
  "original": {
@@ -3396,7 +3396,7 @@ var tokens = [{
3396
3396
  "introduced": "0.6.0",
3397
3397
  "description": "Hovered state of color.background.brand.bold"
3398
3398
  },
3399
- "value": "B200"
3399
+ "value": "B300"
3400
3400
  },
3401
3401
  "name": "color.background.brand.bold.hovered",
3402
3402
  "path": ["color", "background", "brand", "bold", "hovered"]
@@ -3407,7 +3407,7 @@ var tokens = [{
3407
3407
  "introduced": "0.6.0",
3408
3408
  "description": "Pressed state of color.background.brand.bold"
3409
3409
  },
3410
- "value": "#0052CC",
3410
+ "value": "#0747A6",
3411
3411
  "filePath": "src/tokens/atlassian-legacy-light/color/background.tsx",
3412
3412
  "isSource": true,
3413
3413
  "original": {
@@ -3417,7 +3417,7 @@ var tokens = [{
3417
3417
  "introduced": "0.6.0",
3418
3418
  "description": "Pressed state of color.background.brand.bold"
3419
3419
  },
3420
- "value": "B400"
3420
+ "value": "B500"
3421
3421
  },
3422
3422
  "name": "color.background.brand.bold.pressed",
3423
3423
  "path": ["color", "background", "brand", "bold", "pressed"]
@@ -3773,7 +3773,7 @@ var tokens = [{
3773
3773
  "introduced": "0.6.0",
3774
3774
  "description": "Hovered state of color.background.danger.bold"
3775
3775
  },
3776
- "value": "#FF7452",
3776
+ "value": "#FF5630",
3777
3777
  "filePath": "src/tokens/atlassian-legacy-light/color/background.tsx",
3778
3778
  "isSource": true,
3779
3779
  "original": {
@@ -3783,7 +3783,7 @@ var tokens = [{
3783
3783
  "introduced": "0.6.0",
3784
3784
  "description": "Hovered state of color.background.danger.bold"
3785
3785
  },
3786
- "value": "R200"
3786
+ "value": "R300"
3787
3787
  },
3788
3788
  "name": "color.background.danger.bold.hovered",
3789
3789
  "path": ["color", "background", "danger", "bold", "hovered"]
@@ -3794,7 +3794,7 @@ var tokens = [{
3794
3794
  "introduced": "0.6.0",
3795
3795
  "description": "Pressed state of color.background.danger.bold"
3796
3796
  },
3797
- "value": "#DE350B",
3797
+ "value": "#BF2600",
3798
3798
  "filePath": "src/tokens/atlassian-legacy-light/color/background.tsx",
3799
3799
  "isSource": true,
3800
3800
  "original": {
@@ -3804,7 +3804,7 @@ var tokens = [{
3804
3804
  "introduced": "0.6.0",
3805
3805
  "description": "Pressed state of color.background.danger.bold"
3806
3806
  },
3807
- "value": "R400"
3807
+ "value": "R500"
3808
3808
  },
3809
3809
  "name": "color.background.danger.bold.pressed",
3810
3810
  "path": ["color", "background", "danger", "bold", "pressed"]
@@ -3878,7 +3878,7 @@ var tokens = [{
3878
3878
  "introduced": "0.6.0",
3879
3879
  "description": "A vibrant background option for communicating caution, such as in warning buttons and warning banners."
3880
3880
  },
3881
- "value": "#FF991F",
3881
+ "value": "#FFAB00",
3882
3882
  "filePath": "src/tokens/atlassian-legacy-light/color/background.tsx",
3883
3883
  "isSource": true,
3884
3884
  "original": {
@@ -3888,7 +3888,7 @@ var tokens = [{
3888
3888
  "introduced": "0.6.0",
3889
3889
  "description": "A vibrant background option for communicating caution, such as in warning buttons and warning banners."
3890
3890
  },
3891
- "value": "Y400"
3891
+ "value": "Y300"
3892
3892
  },
3893
3893
  "name": "color.background.warning.bold.[default]",
3894
3894
  "path": ["color", "background", "warning", "bold", "[default]"]
@@ -3920,7 +3920,7 @@ var tokens = [{
3920
3920
  "introduced": "0.6.0",
3921
3921
  "description": "Pressed state of color.background.warning.bold"
3922
3922
  },
3923
- "value": "#FF8B00",
3923
+ "value": "#FF991F",
3924
3924
  "filePath": "src/tokens/atlassian-legacy-light/color/background.tsx",
3925
3925
  "isSource": true,
3926
3926
  "original": {
@@ -3930,7 +3930,7 @@ var tokens = [{
3930
3930
  "introduced": "0.6.0",
3931
3931
  "description": "Pressed state of color.background.warning.bold"
3932
3932
  },
3933
- "value": "Y500"
3933
+ "value": "Y400"
3934
3934
  },
3935
3935
  "name": "color.background.warning.bold.pressed",
3936
3936
  "path": ["color", "background", "warning", "bold", "pressed"]
@@ -5714,7 +5714,7 @@ var tokens = [{
5714
5714
  "introduced": "0.8.0",
5715
5715
  "description": "Use for the pulse or shimmer effect in skeleton loading states"
5716
5716
  },
5717
- "value": "#091e42a",
5717
+ "value": "#091e420a",
5718
5718
  "filePath": "src/tokens/atlassian-legacy-light/color/skeleton.tsx",
5719
5719
  "isSource": true,
5720
5720
  "original": {
@@ -14,7 +14,7 @@ var _tokenNames = _interopRequireDefault(require("./artifacts/token-names"));
14
14
  var _constants = require("./constants");
15
15
 
16
16
  var name = "@atlaskit/tokens";
17
- var version = "0.10.30";
17
+ var version = "0.10.31";
18
18
 
19
19
  function token(path, fallback) {
20
20
  var token = _tokenNames.default[path];
@@ -136,6 +136,13 @@ var palette = {
136
136
  category: 'yellow'
137
137
  }
138
138
  },
139
+ O800: {
140
+ value: '#974F0C',
141
+ attributes: {
142
+ group: 'palette',
143
+ category: 'orange'
144
+ }
145
+ },
139
146
  G50: {
140
147
  value: '#E3FCEF',
141
148
  attributes: {
@@ -466,14 +473,14 @@ var palette = {
466
473
  }
467
474
  },
468
475
  N10A: {
469
- value: '#091e425',
476
+ value: '#091e4205',
470
477
  attributes: {
471
478
  group: 'palette',
472
479
  category: 'light mode neutral'
473
480
  }
474
481
  },
475
482
  N20A: {
476
- value: '#091e42a',
483
+ value: '#091e420a',
477
484
  attributes: {
478
485
  group: 'palette',
479
486
  category: 'light mode neutral'
@@ -52,8 +52,9 @@ var color = {
52
52
  },
53
53
  neutral: {
54
54
  '[default]': {
55
+ // this SHOULD be N20A but it creates a larger visual difference with lozenge / badge
55
56
  '[default]': {
56
- value: 'N20A'
57
+ value: 'N40'
57
58
  },
58
59
  hovered: {
59
60
  value: 'N30A'
@@ -91,10 +92,10 @@ var color = {
91
92
  value: 'B400'
92
93
  },
93
94
  hovered: {
94
- value: 'B200'
95
+ value: 'B300'
95
96
  },
96
97
  pressed: {
97
- value: 'B400'
98
+ value: 'B500'
98
99
  }
99
100
  }
100
101
  },
@@ -139,10 +140,10 @@ var color = {
139
140
  value: 'R400'
140
141
  },
141
142
  hovered: {
142
- value: 'R200'
143
+ value: 'R300'
143
144
  },
144
145
  pressed: {
145
- value: 'R400'
146
+ value: 'R500'
146
147
  }
147
148
  }
148
149
  },
@@ -160,13 +161,13 @@ var color = {
160
161
  },
161
162
  bold: {
162
163
  '[default]': {
163
- value: 'Y400'
164
+ value: 'Y300'
164
165
  },
165
166
  hovered: {
166
167
  value: 'Y200'
167
168
  },
168
169
  pressed: {
169
- value: 'Y500'
170
+ value: 'Y400'
170
171
  }
171
172
  }
172
173
  },
@@ -11,7 +11,7 @@ var color = {
11
11
  value: 'N800'
12
12
  },
13
13
  subtle: {
14
- value: 'N300'
14
+ value: 'N500'
15
15
  },
16
16
  subtlest: {
17
17
  value: 'N100'
@@ -33,7 +33,7 @@ var color = {
33
33
  },
34
34
  warning: {
35
35
  '[default]': {
36
- value: 'Y500'
36
+ value: 'O800'
37
37
  },
38
38
  inverse: {
39
39
  value: 'N800'
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tokens",
3
- "version": "0.10.30",
3
+ "version": "0.10.31",
4
4
  "sideEffects": [
5
5
  "**/*.css"
6
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::91ca2bc33315a9a910c7ca93bcb63936>>
3
+ * @codegen <<SignedSource::4413d3bf5e16367be3a572667916731e>>
4
4
  * @codegenCommand yarn build tokens
5
5
  */
6
6
  const tokens = [{
@@ -292,6 +292,23 @@ const tokens = [{
292
292
  },
293
293
  "name": "color.palette.Y500",
294
294
  "path": ["color", "palette", "Y500"]
295
+ }, {
296
+ "value": "#974F0C",
297
+ "attributes": {
298
+ "group": "palette",
299
+ "category": "orange"
300
+ },
301
+ "filePath": "src/palettes/legacy-palette.tsx",
302
+ "isSource": true,
303
+ "original": {
304
+ "value": "#974F0C",
305
+ "attributes": {
306
+ "group": "palette",
307
+ "category": "orange"
308
+ }
309
+ },
310
+ "name": "color.palette.O800",
311
+ "path": ["color", "palette", "O800"]
295
312
  }, {
296
313
  "value": "#E3FCEF",
297
314
  "attributes": {
@@ -1092,7 +1109,7 @@ const tokens = [{
1092
1109
  "name": "color.palette.N900",
1093
1110
  "path": ["color", "palette", "N900"]
1094
1111
  }, {
1095
- "value": "#091e425",
1112
+ "value": "#091e4205",
1096
1113
  "attributes": {
1097
1114
  "group": "palette",
1098
1115
  "category": "light mode neutral"
@@ -1100,7 +1117,7 @@ const tokens = [{
1100
1117
  "filePath": "src/palettes/legacy-palette.tsx",
1101
1118
  "isSource": true,
1102
1119
  "original": {
1103
- "value": "#091e425",
1120
+ "value": "#091e4205",
1104
1121
  "attributes": {
1105
1122
  "group": "palette",
1106
1123
  "category": "light mode neutral"
@@ -1109,7 +1126,7 @@ const tokens = [{
1109
1126
  "name": "color.palette.N10A",
1110
1127
  "path": ["color", "palette", "N10A"]
1111
1128
  }, {
1112
- "value": "#091e42a",
1129
+ "value": "#091e420a",
1113
1130
  "attributes": {
1114
1131
  "group": "palette",
1115
1132
  "category": "light mode neutral"
@@ -1117,7 +1134,7 @@ const tokens = [{
1117
1134
  "filePath": "src/palettes/legacy-palette.tsx",
1118
1135
  "isSource": true,
1119
1136
  "original": {
1120
- "value": "#091e42a",
1137
+ "value": "#091e420a",
1121
1138
  "attributes": {
1122
1139
  "group": "palette",
1123
1140
  "category": "light mode neutral"