@atlaskit/tokens 1.26.1 → 1.28.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 (131) hide show
  1. package/CHANGELOG.md +114 -0
  2. package/dist/cjs/artifacts/atlassian-dark-token-value-for-contrast-check.js +2 -2
  3. package/dist/cjs/artifacts/palettes-raw/palette.js +77 -77
  4. package/dist/cjs/artifacts/theme-import-map.js +1 -13
  5. package/dist/cjs/artifacts/themes/atlassian-dark-increased-contrast.js +2 -2
  6. package/dist/cjs/artifacts/themes/atlassian-dark.js +2 -2
  7. package/dist/cjs/artifacts/themes/atlassian-light-increased-contrast.js +2 -2
  8. package/dist/cjs/artifacts/themes/atlassian-light.js +2 -2
  9. package/dist/cjs/artifacts/themes/atlassian-typography-minor3.js +2 -2
  10. package/dist/cjs/artifacts/token-default-values.js +101 -101
  11. package/dist/cjs/artifacts/tokens-raw/atlassian-dark-increased-contrast.js +115 -115
  12. package/dist/cjs/artifacts/tokens-raw/atlassian-dark.js +115 -115
  13. package/dist/cjs/artifacts/tokens-raw/atlassian-light-increased-contrast.js +124 -124
  14. package/dist/cjs/artifacts/tokens-raw/atlassian-light.js +109 -109
  15. package/dist/cjs/artifacts/tokens-raw/atlassian-typography-adg3.js +17 -9
  16. package/dist/cjs/artifacts/tokens-raw/atlassian-typography-minor3.js +17 -9
  17. package/dist/cjs/artifacts/tokens-raw/atlassian-typography.js +17 -9
  18. package/dist/cjs/get-token-value.js +1 -1
  19. package/dist/cjs/get-token.js +1 -1
  20. package/dist/cjs/theme-config.js +1 -25
  21. package/dist/cjs/utils/get-theme-preferences.js +0 -13
  22. package/dist/es2019/artifacts/atlassian-dark-token-value-for-contrast-check.js +2 -2
  23. package/dist/es2019/artifacts/palettes-raw/palette.js +77 -77
  24. package/dist/es2019/artifacts/theme-import-map.js +1 -5
  25. package/dist/es2019/artifacts/themes/atlassian-dark-increased-contrast.js +115 -115
  26. package/dist/es2019/artifacts/themes/atlassian-dark.js +109 -109
  27. package/dist/es2019/artifacts/themes/atlassian-light-increased-contrast.js +124 -124
  28. package/dist/es2019/artifacts/themes/atlassian-light.js +101 -101
  29. package/dist/es2019/artifacts/themes/atlassian-typography-minor3.js +7 -1
  30. package/dist/es2019/artifacts/token-default-values.js +101 -101
  31. package/dist/es2019/artifacts/tokens-raw/atlassian-dark-increased-contrast.js +115 -115
  32. package/dist/es2019/artifacts/tokens-raw/atlassian-dark.js +115 -115
  33. package/dist/es2019/artifacts/tokens-raw/atlassian-light-increased-contrast.js +124 -124
  34. package/dist/es2019/artifacts/tokens-raw/atlassian-light.js +109 -109
  35. package/dist/es2019/artifacts/tokens-raw/atlassian-typography-adg3.js +17 -9
  36. package/dist/es2019/artifacts/tokens-raw/atlassian-typography-minor3.js +17 -9
  37. package/dist/es2019/artifacts/tokens-raw/atlassian-typography.js +17 -9
  38. package/dist/es2019/get-token-value.js +1 -1
  39. package/dist/es2019/get-token.js +1 -1
  40. package/dist/es2019/theme-config.js +1 -25
  41. package/dist/es2019/utils/get-theme-preferences.js +0 -13
  42. package/dist/esm/artifacts/atlassian-dark-token-value-for-contrast-check.js +2 -2
  43. package/dist/esm/artifacts/palettes-raw/palette.js +77 -77
  44. package/dist/esm/artifacts/theme-import-map.js +1 -9
  45. package/dist/esm/artifacts/themes/atlassian-dark-increased-contrast.js +2 -2
  46. package/dist/esm/artifacts/themes/atlassian-dark.js +2 -2
  47. package/dist/esm/artifacts/themes/atlassian-light-increased-contrast.js +2 -2
  48. package/dist/esm/artifacts/themes/atlassian-light.js +2 -2
  49. package/dist/esm/artifacts/themes/atlassian-typography-minor3.js +2 -2
  50. package/dist/esm/artifacts/token-default-values.js +101 -101
  51. package/dist/esm/artifacts/tokens-raw/atlassian-dark-increased-contrast.js +115 -115
  52. package/dist/esm/artifacts/tokens-raw/atlassian-dark.js +115 -115
  53. package/dist/esm/artifacts/tokens-raw/atlassian-light-increased-contrast.js +124 -124
  54. package/dist/esm/artifacts/tokens-raw/atlassian-light.js +109 -109
  55. package/dist/esm/artifacts/tokens-raw/atlassian-typography-adg3.js +17 -9
  56. package/dist/esm/artifacts/tokens-raw/atlassian-typography-minor3.js +17 -9
  57. package/dist/esm/artifacts/tokens-raw/atlassian-typography.js +17 -9
  58. package/dist/esm/get-token-value.js +1 -1
  59. package/dist/esm/get-token.js +1 -1
  60. package/dist/esm/theme-config.js +1 -25
  61. package/dist/esm/utils/get-theme-preferences.js +0 -13
  62. package/dist/types/artifacts/atlassian-dark-token-value-for-contrast-check.d.ts +2 -2
  63. package/dist/types/artifacts/palettes-raw/palette.d.ts +1 -1
  64. package/dist/types/artifacts/theme-import-map.d.ts +1 -1
  65. package/dist/types/artifacts/themes/atlassian-dark-increased-contrast.d.ts +2 -2
  66. package/dist/types/artifacts/themes/atlassian-dark.d.ts +2 -2
  67. package/dist/types/artifacts/themes/atlassian-light-increased-contrast.d.ts +2 -2
  68. package/dist/types/artifacts/themes/atlassian-light.d.ts +2 -2
  69. package/dist/types/artifacts/themes/atlassian-typography-minor3.d.ts +2 -2
  70. package/dist/types/artifacts/token-default-values.d.ts +101 -101
  71. package/dist/types/artifacts/tokens-raw/atlassian-dark-increased-contrast.d.ts +1 -1
  72. package/dist/types/artifacts/tokens-raw/atlassian-dark.d.ts +1 -1
  73. package/dist/types/artifacts/tokens-raw/atlassian-light-increased-contrast.d.ts +1 -1
  74. package/dist/types/artifacts/tokens-raw/atlassian-light.d.ts +1 -1
  75. package/dist/types/artifacts/tokens-raw/atlassian-typography-adg3.d.ts +36 -1
  76. package/dist/types/artifacts/tokens-raw/atlassian-typography-minor3.d.ts +36 -1
  77. package/dist/types/artifacts/tokens-raw/atlassian-typography.d.ts +36 -1
  78. package/dist/types/theme-config.d.ts +4 -4
  79. package/dist/types/types.d.ts +10 -3
  80. package/dist/types-ts4.5/artifacts/atlassian-dark-token-value-for-contrast-check.d.ts +2 -2
  81. package/dist/types-ts4.5/artifacts/palettes-raw/palette.d.ts +1 -1
  82. package/dist/types-ts4.5/artifacts/theme-import-map.d.ts +1 -1
  83. package/dist/types-ts4.5/artifacts/themes/atlassian-dark-increased-contrast.d.ts +2 -2
  84. package/dist/types-ts4.5/artifacts/themes/atlassian-dark.d.ts +2 -2
  85. package/dist/types-ts4.5/artifacts/themes/atlassian-light-increased-contrast.d.ts +2 -2
  86. package/dist/types-ts4.5/artifacts/themes/atlassian-light.d.ts +2 -2
  87. package/dist/types-ts4.5/artifacts/themes/atlassian-typography-minor3.d.ts +2 -2
  88. package/dist/types-ts4.5/artifacts/token-default-values.d.ts +101 -101
  89. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-dark-increased-contrast.d.ts +1 -1
  90. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-dark.d.ts +1 -1
  91. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-light-increased-contrast.d.ts +1 -1
  92. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-light.d.ts +1 -1
  93. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-typography-adg3.d.ts +36 -1
  94. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-typography-minor3.d.ts +36 -1
  95. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-typography.d.ts +36 -1
  96. package/dist/types-ts4.5/theme-config.d.ts +4 -8
  97. package/dist/types-ts4.5/types.d.ts +10 -3
  98. package/figma/atlassian-dark-increased-contrast.json +114 -114
  99. package/figma/atlassian-dark.json +108 -108
  100. package/figma/atlassian-light-increased-contrast.json +123 -123
  101. package/figma/atlassian-light.json +100 -100
  102. package/package.json +1 -4
  103. package/report.api.md +59 -20
  104. package/tmp/api-report-tmp.d.ts +53 -7
  105. package/dist/cjs/artifacts/palettes-raw/updated-saturated-palette.js +0 -2257
  106. package/dist/cjs/artifacts/themes/atlassian-dark-saturated-palette-changes.js +0 -12
  107. package/dist/cjs/artifacts/themes/atlassian-light-saturated-palette-changes.js +0 -12
  108. package/dist/cjs/artifacts/tokens-raw/atlassian-dark-saturated-palette-changes.js +0 -8683
  109. package/dist/cjs/artifacts/tokens-raw/atlassian-light-saturated-palette-changes.js +0 -8645
  110. package/dist/es2019/artifacts/palettes-raw/updated-saturated-palette.js +0 -2251
  111. package/dist/es2019/artifacts/themes/atlassian-dark-saturated-palette-changes.js +0 -399
  112. package/dist/es2019/artifacts/themes/atlassian-light-saturated-palette-changes.js +0 -399
  113. package/dist/es2019/artifacts/tokens-raw/atlassian-dark-saturated-palette-changes.js +0 -8677
  114. package/dist/es2019/artifacts/tokens-raw/atlassian-light-saturated-palette-changes.js +0 -8639
  115. package/dist/esm/artifacts/palettes-raw/updated-saturated-palette.js +0 -2251
  116. package/dist/esm/artifacts/themes/atlassian-dark-saturated-palette-changes.js +0 -6
  117. package/dist/esm/artifacts/themes/atlassian-light-saturated-palette-changes.js +0 -6
  118. package/dist/esm/artifacts/tokens-raw/atlassian-dark-saturated-palette-changes.js +0 -8677
  119. package/dist/esm/artifacts/tokens-raw/atlassian-light-saturated-palette-changes.js +0 -8639
  120. package/dist/types/artifacts/palettes-raw/updated-saturated-palette.d.ts +0 -41
  121. package/dist/types/artifacts/themes/atlassian-dark-saturated-palette-changes.d.ts +0 -7
  122. package/dist/types/artifacts/themes/atlassian-light-saturated-palette-changes.d.ts +0 -7
  123. package/dist/types/artifacts/tokens-raw/atlassian-dark-saturated-palette-changes.d.ts +0 -109
  124. package/dist/types/artifacts/tokens-raw/atlassian-light-saturated-palette-changes.d.ts +0 -89
  125. package/dist/types-ts4.5/artifacts/palettes-raw/updated-saturated-palette.d.ts +0 -41
  126. package/dist/types-ts4.5/artifacts/themes/atlassian-dark-saturated-palette-changes.d.ts +0 -7
  127. package/dist/types-ts4.5/artifacts/themes/atlassian-light-saturated-palette-changes.d.ts +0 -7
  128. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-dark-saturated-palette-changes.d.ts +0 -109
  129. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-light-saturated-palette-changes.d.ts +0 -89
  130. package/figma/atlassian-dark-saturated-palette-changes.json +0 -3540
  131. package/figma/atlassian-light-saturated-palette-changes.json +0 -3519
@@ -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::9a936afc84b1d60e754307860c256a05>>
9
+ * @codegen <<SignedSource::c3c9d9a9e8c21403ff2d0c99bb6419c2>>
10
10
  * @codegenCommand yarn build tokens
11
11
  */
12
12
  var tokens = [{
@@ -152,7 +152,8 @@ var tokens = [{
152
152
  "group": "typography",
153
153
  "state": "experimental",
154
154
  "introduced": "1.14.0",
155
- "description": "TBD"
155
+ "description": "TBD",
156
+ "responsiveSmallerVariant": "font.heading.medium"
156
157
  },
157
158
  "value": "normal 500 24px/28px var(--ds-font-family-heading)",
158
159
  "filePath": "schema/themes/atlassian-typography-adg3/theme.tsx",
@@ -162,7 +163,8 @@ var tokens = [{
162
163
  "group": "typography",
163
164
  "state": "experimental",
164
165
  "introduced": "1.14.0",
165
- "description": "TBD"
166
+ "description": "TBD",
167
+ "responsiveSmallerVariant": "font.heading.medium"
166
168
  },
167
169
  "value": {
168
170
  "fontWeight": "FontWeight500",
@@ -181,7 +183,8 @@ var tokens = [{
181
183
  "group": "typography",
182
184
  "state": "experimental",
183
185
  "introduced": "1.14.0",
184
- "description": "TBD"
186
+ "description": "TBD",
187
+ "responsiveSmallerVariant": "font.heading.small"
185
188
  },
186
189
  "value": "normal 500 20px/24px var(--ds-font-family-heading)",
187
190
  "filePath": "schema/themes/atlassian-typography-adg3/theme.tsx",
@@ -191,7 +194,8 @@ var tokens = [{
191
194
  "group": "typography",
192
195
  "state": "experimental",
193
196
  "introduced": "1.14.0",
194
- "description": "TBD"
197
+ "description": "TBD",
198
+ "responsiveSmallerVariant": "font.heading.small"
195
199
  },
196
200
  "value": {
197
201
  "fontWeight": "FontWeight500",
@@ -239,7 +243,8 @@ var tokens = [{
239
243
  "group": "typography",
240
244
  "state": "experimental",
241
245
  "introduced": "1.14.0",
242
- "description": "TBD"
246
+ "description": "TBD",
247
+ "responsiveSmallerVariant": "font.heading.large"
243
248
  },
244
249
  "value": "normal 600 29px/32px var(--ds-font-family-heading)",
245
250
  "filePath": "schema/themes/atlassian-typography-adg3/theme.tsx",
@@ -249,7 +254,8 @@ var tokens = [{
249
254
  "group": "typography",
250
255
  "state": "experimental",
251
256
  "introduced": "1.14.0",
252
- "description": "TBD"
257
+ "description": "TBD",
258
+ "responsiveSmallerVariant": "font.heading.large"
253
259
  },
254
260
  "value": {
255
261
  "fontWeight": "FontWeight600",
@@ -297,7 +303,8 @@ var tokens = [{
297
303
  "group": "typography",
298
304
  "state": "experimental",
299
305
  "introduced": "1.14.0",
300
- "description": "TBD"
306
+ "description": "TBD",
307
+ "responsiveSmallerVariant": "font.heading.xlarge"
301
308
  },
302
309
  "value": "normal 500 35px/40px var(--ds-font-family-heading)",
303
310
  "filePath": "schema/themes/atlassian-typography-adg3/theme.tsx",
@@ -307,7 +314,8 @@ var tokens = [{
307
314
  "group": "typography",
308
315
  "state": "experimental",
309
316
  "introduced": "1.14.0",
310
- "description": "TBD"
317
+ "description": "TBD",
318
+ "responsiveSmallerVariant": "font.heading.xlarge"
311
319
  },
312
320
  "value": {
313
321
  "fontWeight": "FontWeight500",
@@ -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::4197cb73414458032918015469216944>>
9
+ * @codegen <<SignedSource::1ae3b7bd31e38fb0fcdff9803f28c2f0>>
10
10
  * @codegenCommand yarn build tokens
11
11
  */
12
12
  var tokens = [{
@@ -152,7 +152,8 @@ var tokens = [{
152
152
  "group": "typography",
153
153
  "state": "experimental",
154
154
  "introduced": "1.14.0",
155
- "description": "TBD"
155
+ "description": "TBD",
156
+ "responsiveSmallerVariant": "font.heading.medium"
156
157
  },
157
158
  "value": "normal 700 24px/28px var(--ds-font-family-heading)",
158
159
  "filePath": "schema/themes/atlassian-typography-minor3/theme.tsx",
@@ -162,7 +163,8 @@ var tokens = [{
162
163
  "group": "typography",
163
164
  "state": "experimental",
164
165
  "introduced": "1.14.0",
165
- "description": "TBD"
166
+ "description": "TBD",
167
+ "responsiveSmallerVariant": "font.heading.medium"
166
168
  },
167
169
  "value": {
168
170
  "fontWeight": "FontWeight700",
@@ -181,7 +183,8 @@ var tokens = [{
181
183
  "group": "typography",
182
184
  "state": "experimental",
183
185
  "introduced": "1.14.0",
184
- "description": "TBD"
186
+ "description": "TBD",
187
+ "responsiveSmallerVariant": "font.heading.small"
185
188
  },
186
189
  "value": "normal 700 20px/24px var(--ds-font-family-heading)",
187
190
  "filePath": "schema/themes/atlassian-typography-minor3/theme.tsx",
@@ -191,7 +194,8 @@ var tokens = [{
191
194
  "group": "typography",
192
195
  "state": "experimental",
193
196
  "introduced": "1.14.0",
194
- "description": "TBD"
197
+ "description": "TBD",
198
+ "responsiveSmallerVariant": "font.heading.small"
195
199
  },
196
200
  "value": {
197
201
  "fontWeight": "FontWeight700",
@@ -239,7 +243,8 @@ var tokens = [{
239
243
  "group": "typography",
240
244
  "state": "experimental",
241
245
  "introduced": "1.14.0",
242
- "description": "TBD"
246
+ "description": "TBD",
247
+ "responsiveSmallerVariant": "font.heading.large"
243
248
  },
244
249
  "value": "normal 700 28px/32px var(--ds-font-family-heading)",
245
250
  "filePath": "schema/themes/atlassian-typography-minor3/theme.tsx",
@@ -249,7 +254,8 @@ var tokens = [{
249
254
  "group": "typography",
250
255
  "state": "experimental",
251
256
  "introduced": "1.14.0",
252
- "description": "TBD"
257
+ "description": "TBD",
258
+ "responsiveSmallerVariant": "font.heading.large"
253
259
  },
254
260
  "value": {
255
261
  "fontWeight": "FontWeight700",
@@ -297,7 +303,8 @@ var tokens = [{
297
303
  "group": "typography",
298
304
  "state": "experimental",
299
305
  "introduced": "1.14.0",
300
- "description": "TBD"
306
+ "description": "TBD",
307
+ "responsiveSmallerVariant": "font.heading.xlarge"
301
308
  },
302
309
  "value": "normal 700 32px/36px var(--ds-font-family-heading)",
303
310
  "filePath": "schema/themes/atlassian-typography-minor3/theme.tsx",
@@ -307,7 +314,8 @@ var tokens = [{
307
314
  "group": "typography",
308
315
  "state": "experimental",
309
316
  "introduced": "1.14.0",
310
- "description": "TBD"
317
+ "description": "TBD",
318
+ "responsiveSmallerVariant": "font.heading.xlarge"
311
319
  },
312
320
  "value": {
313
321
  "fontWeight": "FontWeight700",
@@ -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::ecd63bab60b9c05c08973d35cc1989df>>
9
+ * @codegen <<SignedSource::e95de29cabce142a19e4a4c6780c2555>>
10
10
  * @codegenCommand yarn build tokens
11
11
  */
12
12
  var tokens = [{
@@ -130,7 +130,8 @@ var tokens = [{
130
130
  "group": "typography",
131
131
  "state": "experimental",
132
132
  "introduced": "1.14.0",
133
- "description": "TBD"
133
+ "description": "TBD",
134
+ "responsiveSmallerVariant": "font.heading.medium"
134
135
  },
135
136
  "value": "normal 700 24px/28px var(--ds-font-family-heading)",
136
137
  "filePath": "schema/themes/atlassian-typography/theme.tsx",
@@ -140,7 +141,8 @@ var tokens = [{
140
141
  "group": "typography",
141
142
  "state": "experimental",
142
143
  "introduced": "1.14.0",
143
- "description": "TBD"
144
+ "description": "TBD",
145
+ "responsiveSmallerVariant": "font.heading.medium"
144
146
  },
145
147
  "value": {
146
148
  "fontWeight": "FontWeight700",
@@ -159,7 +161,8 @@ var tokens = [{
159
161
  "group": "typography",
160
162
  "state": "experimental",
161
163
  "introduced": "1.14.0",
162
- "description": "TBD"
164
+ "description": "TBD",
165
+ "responsiveSmallerVariant": "font.heading.small"
163
166
  },
164
167
  "value": "normal 700 20px/24px var(--ds-font-family-heading)",
165
168
  "filePath": "schema/themes/atlassian-typography/theme.tsx",
@@ -169,7 +172,8 @@ var tokens = [{
169
172
  "group": "typography",
170
173
  "state": "experimental",
171
174
  "introduced": "1.14.0",
172
- "description": "TBD"
175
+ "description": "TBD",
176
+ "responsiveSmallerVariant": "font.heading.small"
173
177
  },
174
178
  "value": {
175
179
  "fontWeight": "FontWeight700",
@@ -217,7 +221,8 @@ var tokens = [{
217
221
  "group": "typography",
218
222
  "state": "experimental",
219
223
  "introduced": "1.14.0",
220
- "description": "TBD"
224
+ "description": "TBD",
225
+ "responsiveSmallerVariant": "font.heading.large"
221
226
  },
222
227
  "value": "normal 700 28px/32px var(--ds-font-family-heading)",
223
228
  "filePath": "schema/themes/atlassian-typography/theme.tsx",
@@ -227,7 +232,8 @@ var tokens = [{
227
232
  "group": "typography",
228
233
  "state": "experimental",
229
234
  "introduced": "1.14.0",
230
- "description": "TBD"
235
+ "description": "TBD",
236
+ "responsiveSmallerVariant": "font.heading.large"
231
237
  },
232
238
  "value": {
233
239
  "fontWeight": "FontWeight700",
@@ -275,7 +281,8 @@ var tokens = [{
275
281
  "group": "typography",
276
282
  "state": "experimental",
277
283
  "introduced": "1.14.0",
278
- "description": "TBD"
284
+ "description": "TBD",
285
+ "responsiveSmallerVariant": "font.heading.xlarge"
279
286
  },
280
287
  "value": "normal 700 36px/40px var(--ds-font-family-heading)",
281
288
  "filePath": "schema/themes/atlassian-typography/theme.tsx",
@@ -285,7 +292,8 @@ var tokens = [{
285
292
  "group": "typography",
286
293
  "state": "experimental",
287
294
  "introduced": "1.14.0",
288
- "description": "TBD"
295
+ "description": "TBD",
296
+ "responsiveSmallerVariant": "font.heading.xlarge"
289
297
  },
290
298
  "value": {
291
299
  "fontWeight": "FontWeight700",
@@ -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.26.1";
11
+ var version = "1.28.0";
12
12
  /**
13
13
  * Takes a dot-separated token name and and an optional fallback, and returns the current computed CSS value for the
14
14
  * resulting CSS Custom Property.
@@ -9,7 +9,7 @@ var _warnOnce = _interopRequireDefault(require("@atlaskit/ds-lib/warn-once"));
9
9
  var _tokenNames = _interopRequireDefault(require("./artifacts/token-names"));
10
10
  var _constants = require("./constants");
11
11
  var name = "@atlaskit/tokens";
12
- var version = "1.26.1";
12
+ var version = "1.28.0";
13
13
  /**
14
14
  * Takes a dot-separated token name and an optional fallback, and returns the CSS custom property for the corresponding token.
15
15
  * This should be used to implement design decisions throughout your application.
@@ -49,7 +49,7 @@ var themeIds = exports.themeIds = ['light-increased-contrast', 'light', 'dark',
49
49
  * Theme override ids: the equivalent of themeIds for theme overrides.
50
50
  * Theme overrides are temporary and there may not be any defined at times.
51
51
  */
52
- var themeOverrideIds = exports.themeOverrideIds = ['light-new-input-border', 'dark-new-input-border', 'light-saturated-palette-changes', 'dark-saturated-palette-changes'];
52
+ var themeOverrideIds = exports.themeOverrideIds = ['light-new-input-border', 'dark-new-input-border'];
53
53
  var themeIdsWithOverrides = exports.themeIdsWithOverrides = [].concat(themeIds, themeOverrideIds);
54
54
 
55
55
  /**
@@ -172,30 +172,6 @@ var themeConfig = {
172
172
  mode: 'dark'
173
173
  }
174
174
  },
175
- 'atlassian-light-saturated-palette-changes': {
176
- id: 'light-saturated-palette-changes',
177
- displayName: 'Light Theme Saturated Palette Change',
178
- palette: 'updatedSaturatedPalette',
179
- override: 'light',
180
- extends: 'light',
181
- attributes: {
182
- type: 'color',
183
- mode: 'light',
184
- extends: 'light'
185
- }
186
- },
187
- 'atlassian-dark-saturated-palette-changes': {
188
- id: 'dark-saturated-palette-changes',
189
- displayName: 'Dark Theme Saturated Palette Change',
190
- palette: 'updatedSaturatedPalette',
191
- override: 'dark',
192
- extends: 'dark',
193
- attributes: {
194
- type: 'color',
195
- mode: 'dark',
196
- extends: 'dark'
197
- }
198
- },
199
175
  'atlassian-typography': {
200
176
  id: 'typography',
201
177
  displayName: 'Atlassian Typography (Minor Second)',
@@ -37,19 +37,6 @@ var getThemePreferences = exports.getThemePreferences = function getThemePrefere
37
37
  }
38
38
  }
39
39
  }
40
-
41
- // Replace light/dark theme with new palette if feature flag is on
42
- if ((0, _platformFeatureFlags.getBooleanFF)('platform.design-system-team.saturated-palette-changes_asoro')) {
43
- // Iterate over themePreferences and swap out light/dark with new palette
44
- themePreferences.forEach(function (themeId, index) {
45
- if (themeId === 'light') {
46
- themePreferences[index] = 'light-saturated-palette-changes';
47
- }
48
- if (themeId === 'dark') {
49
- themePreferences[index] = 'dark-saturated-palette-changes';
50
- }
51
- });
52
- }
53
40
  [shape, spacing, typography].forEach(function (themeId) {
54
41
  if (themeId) {
55
42
  themePreferences.push(themeId);
@@ -3,13 +3,13 @@
3
3
  *
4
4
  * Token names mapped to their values, used for contrast checking when generating custom themes
5
5
  *
6
- * @codegen <<SignedSource::5aed53e696137cdd59ece99fb9755c09>>
6
+ * @codegen <<SignedSource::0c8d4e0653f1a4cd9a80fac95331fd7a>>
7
7
  * @codegenCommand yarn build tokens
8
8
  */
9
9
  const tokenValues = {
10
10
  'color.text.brand': '#579DFF',
11
11
  'elevation.surface.overlay': '#282E33',
12
- 'color.background.selected': '#092957',
12
+ 'color.background.selected': '#1C2B41',
13
13
  'color.text.selected': '#579DFF',
14
14
  'color.border.brand': '#579DFF',
15
15
  'color.chart.brand': '#388BFF',