@atlaskit/tokens 8.1.0 → 8.3.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.
- package/CHANGELOG.md +43 -0
- package/dist/cjs/artifacts/generated-pairs.js +2 -2
- package/dist/cjs/artifacts/themes/atlassian-dark-increased-contrast.js +2 -2
- package/dist/cjs/artifacts/themes/atlassian-dark.js +2 -2
- package/dist/cjs/artifacts/themes/atlassian-legacy-dark.js +2 -2
- package/dist/cjs/artifacts/themes/atlassian-legacy-light.js +2 -2
- package/dist/cjs/artifacts/themes/atlassian-light-increased-contrast.js +2 -2
- package/dist/cjs/artifacts/themes/atlassian-light.js +2 -2
- package/dist/cjs/artifacts/token-default-values.js +21 -1
- package/dist/cjs/artifacts/token-names.js +21 -1
- package/dist/cjs/artifacts/tokens-raw/atlassian-dark-increased-contrast.js +463 -23
- package/dist/cjs/artifacts/tokens-raw/atlassian-dark.js +463 -23
- package/dist/cjs/artifacts/tokens-raw/atlassian-legacy-dark.js +449 -9
- package/dist/cjs/artifacts/tokens-raw/atlassian-legacy-light.js +449 -9
- package/dist/cjs/artifacts/tokens-raw/atlassian-light-increased-contrast.js +449 -9
- package/dist/cjs/artifacts/tokens-raw/atlassian-light.js +449 -9
- package/dist/cjs/entry-points/token-metadata.codegen.js +105 -5
- package/dist/es2019/artifacts/generated-pairs.js +2 -2
- package/dist/es2019/artifacts/themes/atlassian-dark-increased-contrast.js +28 -8
- package/dist/es2019/artifacts/themes/atlassian-dark.js +28 -8
- package/dist/es2019/artifacts/themes/atlassian-legacy-dark.js +21 -1
- package/dist/es2019/artifacts/themes/atlassian-legacy-light.js +21 -1
- package/dist/es2019/artifacts/themes/atlassian-light-increased-contrast.js +21 -1
- package/dist/es2019/artifacts/themes/atlassian-light.js +21 -1
- package/dist/es2019/artifacts/token-default-values.js +21 -1
- package/dist/es2019/artifacts/token-names.js +21 -1
- package/dist/es2019/artifacts/tokens-raw/atlassian-dark-increased-contrast.js +463 -23
- package/dist/es2019/artifacts/tokens-raw/atlassian-dark.js +463 -23
- package/dist/es2019/artifacts/tokens-raw/atlassian-legacy-dark.js +449 -9
- package/dist/es2019/artifacts/tokens-raw/atlassian-legacy-light.js +449 -9
- package/dist/es2019/artifacts/tokens-raw/atlassian-light-increased-contrast.js +449 -9
- package/dist/es2019/artifacts/tokens-raw/atlassian-light.js +449 -9
- package/dist/es2019/entry-points/token-metadata.codegen.js +105 -5
- package/dist/esm/artifacts/generated-pairs.js +2 -2
- package/dist/esm/artifacts/themes/atlassian-dark-increased-contrast.js +2 -2
- package/dist/esm/artifacts/themes/atlassian-dark.js +2 -2
- package/dist/esm/artifacts/themes/atlassian-legacy-dark.js +2 -2
- package/dist/esm/artifacts/themes/atlassian-legacy-light.js +2 -2
- package/dist/esm/artifacts/themes/atlassian-light-increased-contrast.js +2 -2
- package/dist/esm/artifacts/themes/atlassian-light.js +2 -2
- package/dist/esm/artifacts/token-default-values.js +21 -1
- package/dist/esm/artifacts/token-names.js +21 -1
- package/dist/esm/artifacts/tokens-raw/atlassian-dark-increased-contrast.js +463 -23
- package/dist/esm/artifacts/tokens-raw/atlassian-dark.js +463 -23
- package/dist/esm/artifacts/tokens-raw/atlassian-legacy-dark.js +449 -9
- package/dist/esm/artifacts/tokens-raw/atlassian-legacy-light.js +449 -9
- package/dist/esm/artifacts/tokens-raw/atlassian-light-increased-contrast.js +449 -9
- package/dist/esm/artifacts/tokens-raw/atlassian-light.js +449 -9
- package/dist/esm/entry-points/token-metadata.codegen.js +105 -5
- package/dist/types/artifacts/generated-pairs.d.ts +1 -1
- package/dist/types/artifacts/themes/atlassian-dark-increased-contrast.d.ts +2 -2
- package/dist/types/artifacts/themes/atlassian-dark.d.ts +2 -2
- package/dist/types/artifacts/themes/atlassian-legacy-dark.d.ts +2 -2
- package/dist/types/artifacts/themes/atlassian-legacy-light.d.ts +2 -2
- package/dist/types/artifacts/themes/atlassian-light-increased-contrast.d.ts +2 -2
- package/dist/types/artifacts/themes/atlassian-light.d.ts +2 -2
- package/dist/types/artifacts/token-default-values.d.ts +21 -1
- package/dist/types/artifacts/token-names.d.ts +41 -1
- package/dist/types/artifacts/tokens-raw/atlassian-dark-increased-contrast.d.ts +1 -1
- package/dist/types/artifacts/tokens-raw/atlassian-dark.d.ts +1 -1
- package/dist/types/artifacts/tokens-raw/atlassian-legacy-dark.d.ts +1 -1
- package/dist/types/artifacts/tokens-raw/atlassian-legacy-light.d.ts +1 -1
- package/dist/types/artifacts/tokens-raw/atlassian-light-increased-contrast.d.ts +1 -1
- package/dist/types/artifacts/tokens-raw/atlassian-light.d.ts +1 -1
- package/dist/types/artifacts/types-internal.d.ts +2 -2
- package/dist/types/artifacts/types.d.ts +2 -2
- package/dist/types/entry-points/css-type-schema.codegen.d.ts +5 -5
- package/dist/types/entry-points/token-metadata.codegen.d.ts +1 -1
- package/dist/types/types.d.ts +42 -4
- package/dist/types-ts4.5/artifacts/generated-pairs.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/themes/atlassian-dark-increased-contrast.d.ts +2 -2
- package/dist/types-ts4.5/artifacts/themes/atlassian-dark.d.ts +2 -2
- package/dist/types-ts4.5/artifacts/themes/atlassian-legacy-dark.d.ts +2 -2
- package/dist/types-ts4.5/artifacts/themes/atlassian-legacy-light.d.ts +2 -2
- package/dist/types-ts4.5/artifacts/themes/atlassian-light-increased-contrast.d.ts +2 -2
- package/dist/types-ts4.5/artifacts/themes/atlassian-light.d.ts +2 -2
- package/dist/types-ts4.5/artifacts/token-default-values.d.ts +21 -1
- package/dist/types-ts4.5/artifacts/token-names.d.ts +41 -1
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-dark-increased-contrast.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-dark.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-legacy-dark.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-legacy-light.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-light-increased-contrast.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-light.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/types-internal.d.ts +2 -2
- package/dist/types-ts4.5/artifacts/types.d.ts +2 -2
- package/dist/types-ts4.5/entry-points/css-type-schema.codegen.d.ts +5 -5
- package/dist/types-ts4.5/entry-points/token-metadata.codegen.d.ts +1 -1
- package/dist/types-ts4.5/types.d.ts +42 -4
- package/figma/atlassian-dark-increased-contrast.json +187 -7
- package/figma/atlassian-dark.json +187 -7
- package/figma/atlassian-legacy-dark.json +180 -0
- package/figma/atlassian-legacy-light.json +180 -0
- package/figma/atlassian-light-increased-contrast.json +180 -0
- package/figma/atlassian-light.json +180 -0
- package/package.json +5 -5
|
@@ -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::
|
|
3
|
+
* @codegen <<SignedSource::c89a29e7cce7f49704b4559e5f42c4ea>>
|
|
4
4
|
* @codegenCommand yarn build tokens
|
|
5
5
|
*/
|
|
6
6
|
const tokens = {
|
|
@@ -30,11 +30,16 @@ const tokens = {
|
|
|
30
30
|
'color.text.selected': '--ds-text-selected',
|
|
31
31
|
'color.text.brand': '--ds-text-brand',
|
|
32
32
|
'color.text.danger': '--ds-text-danger',
|
|
33
|
+
'color.text.danger.bolder': '--ds-text-danger-bolder',
|
|
33
34
|
'color.text.warning': '--ds-text-warning',
|
|
34
35
|
'color.text.warning.inverse': '--ds-text-warning-inverse',
|
|
36
|
+
'color.text.warning.bolder': '--ds-text-warning-bolder',
|
|
35
37
|
'color.text.success': '--ds-text-success',
|
|
38
|
+
'color.text.success.bolder': '--ds-text-success-bolder',
|
|
36
39
|
'color.text.discovery': '--ds-text-discovery',
|
|
40
|
+
'color.text.discovery.bolder': '--ds-text-discovery-bolder',
|
|
37
41
|
'color.text.information': '--ds-text-information',
|
|
42
|
+
'color.text.information.bolder': '--ds-text-information-bolder',
|
|
38
43
|
'color.text.subtlest': '--ds-text-subtlest',
|
|
39
44
|
'color.text.subtle': '--ds-text-subtle',
|
|
40
45
|
'color.link': '--ds-link',
|
|
@@ -241,30 +246,45 @@ const tokens = {
|
|
|
241
246
|
'color.background.danger': '--ds-background-danger',
|
|
242
247
|
'color.background.danger.hovered': '--ds-background-danger-hovered',
|
|
243
248
|
'color.background.danger.pressed': '--ds-background-danger-pressed',
|
|
249
|
+
'color.background.danger.subtler': '--ds-background-danger-subtler',
|
|
250
|
+
'color.background.danger.subtler.hovered': '--ds-background-danger-subtler-hovered',
|
|
251
|
+
'color.background.danger.subtler.pressed': '--ds-background-danger-subtler-pressed',
|
|
244
252
|
'color.background.danger.bold': '--ds-background-danger-bold',
|
|
245
253
|
'color.background.danger.bold.hovered': '--ds-background-danger-bold-hovered',
|
|
246
254
|
'color.background.danger.bold.pressed': '--ds-background-danger-bold-pressed',
|
|
247
255
|
'color.background.warning': '--ds-background-warning',
|
|
248
256
|
'color.background.warning.hovered': '--ds-background-warning-hovered',
|
|
249
257
|
'color.background.warning.pressed': '--ds-background-warning-pressed',
|
|
258
|
+
'color.background.warning.subtler': '--ds-background-warning-subtler',
|
|
259
|
+
'color.background.warning.subtler.hovered': '--ds-background-warning-subtler-hovered',
|
|
260
|
+
'color.background.warning.subtler.pressed': '--ds-background-warning-subtler-pressed',
|
|
250
261
|
'color.background.warning.bold': '--ds-background-warning-bold',
|
|
251
262
|
'color.background.warning.bold.hovered': '--ds-background-warning-bold-hovered',
|
|
252
263
|
'color.background.warning.bold.pressed': '--ds-background-warning-bold-pressed',
|
|
253
264
|
'color.background.success': '--ds-background-success',
|
|
254
265
|
'color.background.success.hovered': '--ds-background-success-hovered',
|
|
255
266
|
'color.background.success.pressed': '--ds-background-success-pressed',
|
|
267
|
+
'color.background.success.subtler': '--ds-background-success-subtler',
|
|
268
|
+
'color.background.success.subtler.hovered': '--ds-background-success-subtler-hovered',
|
|
269
|
+
'color.background.success.subtler.pressed': '--ds-background-success-subtler-pressed',
|
|
256
270
|
'color.background.success.bold': '--ds-background-success-bold',
|
|
257
271
|
'color.background.success.bold.hovered': '--ds-background-success-bold-hovered',
|
|
258
272
|
'color.background.success.bold.pressed': '--ds-background-success-bold-pressed',
|
|
259
273
|
'color.background.discovery': '--ds-background-discovery',
|
|
260
274
|
'color.background.discovery.hovered': '--ds-background-discovery-hovered',
|
|
261
275
|
'color.background.discovery.pressed': '--ds-background-discovery-pressed',
|
|
276
|
+
'color.background.discovery.subtler': '--ds-background-discovery-subtler',
|
|
277
|
+
'color.background.discovery.subtler.hovered': '--ds-background-discovery-subtler-hovered',
|
|
278
|
+
'color.background.discovery.subtler.pressed': '--ds-background-discovery-subtler-pressed',
|
|
262
279
|
'color.background.discovery.bold': '--ds-background-discovery-bold',
|
|
263
280
|
'color.background.discovery.bold.hovered': '--ds-background-discovery-bold-hovered',
|
|
264
281
|
'color.background.discovery.bold.pressed': '--ds-background-discovery-bold-pressed',
|
|
265
282
|
'color.background.information': '--ds-background-information',
|
|
266
283
|
'color.background.information.hovered': '--ds-background-information-hovered',
|
|
267
284
|
'color.background.information.pressed': '--ds-background-information-pressed',
|
|
285
|
+
'color.background.information.subtler': '--ds-background-information-subtler',
|
|
286
|
+
'color.background.information.subtler.hovered': '--ds-background-information-subtler-hovered',
|
|
287
|
+
'color.background.information.subtler.pressed': '--ds-background-information-subtler-pressed',
|
|
268
288
|
'color.background.information.bold': '--ds-background-information-bold',
|
|
269
289
|
'color.background.information.bold.hovered': '--ds-background-information-bold-hovered',
|
|
270
290
|
'color.background.information.bold.pressed': '--ds-background-information-bold-pressed',
|