@atlaskit/tokens 1.42.0 → 1.43.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 (109) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/babel-plugin/package.json +1 -1
  3. package/css-type-schema/package.json +1 -1
  4. package/custom-themes/package.json +1 -1
  5. package/dist/cjs/artifacts/generated-pairs.js +2 -2
  6. package/dist/cjs/artifacts/themes/atlassian-dark-increased-contrast.js +2 -2
  7. package/dist/cjs/artifacts/themes/atlassian-dark.js +2 -2
  8. package/dist/cjs/artifacts/themes/atlassian-legacy-dark.js +2 -2
  9. package/dist/cjs/artifacts/themes/atlassian-legacy-light.js +2 -2
  10. package/dist/cjs/artifacts/themes/atlassian-light-increased-contrast.js +2 -2
  11. package/dist/cjs/artifacts/themes/atlassian-light.js +2 -2
  12. package/dist/cjs/artifacts/token-default-values.js +2 -1
  13. package/dist/cjs/artifacts/token-names.js +2 -1
  14. package/dist/cjs/artifacts/tokens-raw/atlassian-dark-increased-contrast.js +29 -7
  15. package/dist/cjs/artifacts/tokens-raw/atlassian-dark.js +27 -5
  16. package/dist/cjs/artifacts/tokens-raw/atlassian-legacy-dark.js +27 -5
  17. package/dist/cjs/artifacts/tokens-raw/atlassian-legacy-light.js +27 -5
  18. package/dist/cjs/artifacts/tokens-raw/atlassian-light-increased-contrast.js +29 -7
  19. package/dist/cjs/artifacts/tokens-raw/atlassian-light.js +27 -5
  20. package/dist/cjs/get-token-value.js +1 -1
  21. package/dist/cjs/get-token.js +1 -1
  22. package/dist/es2019/artifacts/generated-pairs.js +2 -2
  23. package/dist/es2019/artifacts/themes/atlassian-dark-increased-contrast.js +3 -2
  24. package/dist/es2019/artifacts/themes/atlassian-dark.js +2 -1
  25. package/dist/es2019/artifacts/themes/atlassian-legacy-dark.js +2 -1
  26. package/dist/es2019/artifacts/themes/atlassian-legacy-light.js +2 -1
  27. package/dist/es2019/artifacts/themes/atlassian-light-increased-contrast.js +3 -2
  28. package/dist/es2019/artifacts/themes/atlassian-light.js +2 -1
  29. package/dist/es2019/artifacts/token-default-values.js +2 -1
  30. package/dist/es2019/artifacts/token-names.js +2 -1
  31. package/dist/es2019/artifacts/tokens-raw/atlassian-dark-increased-contrast.js +29 -7
  32. package/dist/es2019/artifacts/tokens-raw/atlassian-dark.js +27 -5
  33. package/dist/es2019/artifacts/tokens-raw/atlassian-legacy-dark.js +27 -5
  34. package/dist/es2019/artifacts/tokens-raw/atlassian-legacy-light.js +27 -5
  35. package/dist/es2019/artifacts/tokens-raw/atlassian-light-increased-contrast.js +29 -7
  36. package/dist/es2019/artifacts/tokens-raw/atlassian-light.js +27 -5
  37. package/dist/es2019/get-token-value.js +1 -1
  38. package/dist/es2019/get-token.js +1 -1
  39. package/dist/esm/artifacts/generated-pairs.js +2 -2
  40. package/dist/esm/artifacts/themes/atlassian-dark-increased-contrast.js +2 -2
  41. package/dist/esm/artifacts/themes/atlassian-dark.js +2 -2
  42. package/dist/esm/artifacts/themes/atlassian-legacy-dark.js +2 -2
  43. package/dist/esm/artifacts/themes/atlassian-legacy-light.js +2 -2
  44. package/dist/esm/artifacts/themes/atlassian-light-increased-contrast.js +2 -2
  45. package/dist/esm/artifacts/themes/atlassian-light.js +2 -2
  46. package/dist/esm/artifacts/token-default-values.js +2 -1
  47. package/dist/esm/artifacts/token-names.js +2 -1
  48. package/dist/esm/artifacts/tokens-raw/atlassian-dark-increased-contrast.js +29 -7
  49. package/dist/esm/artifacts/tokens-raw/atlassian-dark.js +27 -5
  50. package/dist/esm/artifacts/tokens-raw/atlassian-legacy-dark.js +27 -5
  51. package/dist/esm/artifacts/tokens-raw/atlassian-legacy-light.js +27 -5
  52. package/dist/esm/artifacts/tokens-raw/atlassian-light-increased-contrast.js +29 -7
  53. package/dist/esm/artifacts/tokens-raw/atlassian-light.js +27 -5
  54. package/dist/esm/get-token-value.js +1 -1
  55. package/dist/esm/get-token.js +1 -1
  56. package/dist/types/artifacts/generated-pairs.d.ts +1 -1
  57. package/dist/types/artifacts/themes/atlassian-dark-increased-contrast.d.ts +2 -2
  58. package/dist/types/artifacts/themes/atlassian-dark.d.ts +2 -2
  59. package/dist/types/artifacts/themes/atlassian-legacy-dark.d.ts +2 -2
  60. package/dist/types/artifacts/themes/atlassian-legacy-light.d.ts +2 -2
  61. package/dist/types/artifacts/themes/atlassian-light-increased-contrast.d.ts +2 -2
  62. package/dist/types/artifacts/themes/atlassian-light.d.ts +2 -2
  63. package/dist/types/artifacts/token-default-values.d.ts +2 -1
  64. package/dist/types/artifacts/token-names.d.ts +3 -1
  65. package/dist/types/artifacts/tokens-raw/atlassian-dark-increased-contrast.d.ts +1 -1
  66. package/dist/types/artifacts/tokens-raw/atlassian-dark.d.ts +1 -1
  67. package/dist/types/artifacts/tokens-raw/atlassian-legacy-dark.d.ts +1 -1
  68. package/dist/types/artifacts/tokens-raw/atlassian-legacy-light.d.ts +1 -1
  69. package/dist/types/artifacts/tokens-raw/atlassian-light-increased-contrast.d.ts +1 -1
  70. package/dist/types/artifacts/tokens-raw/atlassian-light.d.ts +1 -1
  71. package/dist/types/artifacts/types-internal.d.ts +2 -2
  72. package/dist/types/artifacts/types.d.ts +2 -2
  73. package/dist/types/constants.d.ts +1 -1
  74. package/dist/types/entry-points/css-type-schema.codegen.d.ts +2 -2
  75. package/dist/types/types.d.ts +4 -1
  76. package/dist/types-ts4.5/artifacts/generated-pairs.d.ts +1 -1
  77. package/dist/types-ts4.5/artifacts/themes/atlassian-dark-increased-contrast.d.ts +2 -2
  78. package/dist/types-ts4.5/artifacts/themes/atlassian-dark.d.ts +2 -2
  79. package/dist/types-ts4.5/artifacts/themes/atlassian-legacy-dark.d.ts +2 -2
  80. package/dist/types-ts4.5/artifacts/themes/atlassian-legacy-light.d.ts +2 -2
  81. package/dist/types-ts4.5/artifacts/themes/atlassian-light-increased-contrast.d.ts +2 -2
  82. package/dist/types-ts4.5/artifacts/themes/atlassian-light.d.ts +2 -2
  83. package/dist/types-ts4.5/artifacts/token-default-values.d.ts +2 -1
  84. package/dist/types-ts4.5/artifacts/token-names.d.ts +3 -1
  85. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-dark-increased-contrast.d.ts +1 -1
  86. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-dark.d.ts +1 -1
  87. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-legacy-dark.d.ts +1 -1
  88. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-legacy-light.d.ts +1 -1
  89. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-light-increased-contrast.d.ts +1 -1
  90. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-light.d.ts +1 -1
  91. package/dist/types-ts4.5/artifacts/types-internal.d.ts +2 -2
  92. package/dist/types-ts4.5/artifacts/types.d.ts +2 -2
  93. package/dist/types-ts4.5/constants.d.ts +1 -1
  94. package/dist/types-ts4.5/entry-points/css-type-schema.codegen.d.ts +2 -2
  95. package/dist/types-ts4.5/types.d.ts +4 -1
  96. package/figma/atlassian-dark-increased-contrast.json +11 -2
  97. package/figma/atlassian-dark.json +10 -1
  98. package/figma/atlassian-legacy-dark.json +10 -1
  99. package/figma/atlassian-legacy-light.json +10 -1
  100. package/figma/atlassian-light-increased-contrast.json +11 -2
  101. package/figma/atlassian-light.json +10 -1
  102. package/package.json +2 -2
  103. package/palettes-raw/package.json +1 -1
  104. package/rename-mapping/package.json +1 -1
  105. package/token-default-values/package.json +1 -1
  106. package/token-ids/package.json +1 -1
  107. package/token-names/package.json +1 -1
  108. package/token-order/package.json +1 -1
  109. package/tokens-raw/package.json +1 -1
@@ -321,7 +321,16 @@
321
321
  "group": "paint",
322
322
  "state": "active",
323
323
  "introduced": "1.23.0",
324
- "description": "Use for links in a visited state."
324
+ "description": "Use for visited links."
325
+ },
326
+ "value": "#403294"
327
+ },
328
+ "Legacy light/color.link.visited.pressed": {
329
+ "attributes": {
330
+ "group": "paint",
331
+ "state": "active",
332
+ "introduced": "1.43.0",
333
+ "description": "Use for visited links in a pressed state."
325
334
  },
326
335
  "value": "#403294"
327
336
  },
@@ -308,7 +308,7 @@
308
308
  }
309
309
  },
310
310
  "Light increased-contrast/color.link.pressed": {
311
- "value": "#1C2B41",
311
+ "value": "#09326C",
312
312
  "attributes": {
313
313
  "group": "paint",
314
314
  "state": "active",
@@ -322,7 +322,16 @@
322
322
  "group": "paint",
323
323
  "state": "active",
324
324
  "introduced": "1.23.0",
325
- "description": "Use for links in a visited state."
325
+ "description": "Use for visited links."
326
+ }
327
+ },
328
+ "Light increased-contrast/color.link.visited.pressed": {
329
+ "value": "#352C63",
330
+ "attributes": {
331
+ "group": "paint",
332
+ "state": "active",
333
+ "introduced": "1.43.0",
334
+ "description": "Use for visited links in a pressed state."
326
335
  }
327
336
  },
328
337
  "Light increased-contrast/color.icon": {
@@ -321,10 +321,19 @@
321
321
  "group": "paint",
322
322
  "state": "active",
323
323
  "introduced": "1.23.0",
324
- "description": "Use for links in a visited state."
324
+ "description": "Use for visited links."
325
325
  },
326
326
  "value": "#5E4DB2"
327
327
  },
328
+ "Light/color.link.visited.pressed": {
329
+ "attributes": {
330
+ "group": "paint",
331
+ "state": "active",
332
+ "introduced": "1.43.0",
333
+ "description": "Use for visited links in a pressed state."
334
+ },
335
+ "value": "#352C63"
336
+ },
328
337
  "Light/color.icon": {
329
338
  "attributes": {
330
339
  "group": "paint",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tokens",
3
- "version": "1.42.0",
3
+ "version": "1.43.0",
4
4
  "description": "Design tokens are the single source of truth to name and store design decisions.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -73,7 +73,7 @@
73
73
  "recharts": "^1.8.5",
74
74
  "style-dictionary": "^3.8.0",
75
75
  "ts-node": "^10.9.1",
76
- "typescript": "~4.9.5"
76
+ "typescript": "~5.4.2"
77
77
  },
78
78
  "techstack": {
79
79
  "@atlassian/frontend": {
@@ -8,7 +8,7 @@
8
8
  ],
9
9
  "types": "../dist/types/entry-points/palettes-raw.d.ts",
10
10
  "typesVersions": {
11
- ">=4.5 <4.9": {
11
+ ">=4.5 <5.4": {
12
12
  "*": [
13
13
  "../dist/types-ts4.5/entry-points/palettes-raw.d.ts"
14
14
  ]
@@ -8,7 +8,7 @@
8
8
  ],
9
9
  "types": "../dist/types/entry-points/rename-mapping.d.ts",
10
10
  "typesVersions": {
11
- ">=4.5 <4.9": {
11
+ ">=4.5 <5.4": {
12
12
  "*": [
13
13
  "../dist/types-ts4.5/entry-points/rename-mapping.d.ts"
14
14
  ]
@@ -8,7 +8,7 @@
8
8
  ],
9
9
  "types": "../dist/types/entry-points/token-default-values.d.ts",
10
10
  "typesVersions": {
11
- ">=4.5 <4.9": {
11
+ ">=4.5 <5.4": {
12
12
  "*": [
13
13
  "../dist/types-ts4.5/entry-points/token-default-values.d.ts"
14
14
  ]
@@ -8,7 +8,7 @@
8
8
  ],
9
9
  "types": "../dist/types/entry-points/token-ids.d.ts",
10
10
  "typesVersions": {
11
- ">=4.5 <4.9": {
11
+ ">=4.5 <5.4": {
12
12
  "*": [
13
13
  "../dist/types-ts4.5/entry-points/token-ids.d.ts"
14
14
  ]
@@ -8,7 +8,7 @@
8
8
  ],
9
9
  "types": "../dist/types/entry-points/token-names.d.ts",
10
10
  "typesVersions": {
11
- ">=4.5 <4.9": {
11
+ ">=4.5 <5.4": {
12
12
  "*": [
13
13
  "../dist/types-ts4.5/entry-points/token-names.d.ts"
14
14
  ]
@@ -8,7 +8,7 @@
8
8
  ],
9
9
  "types": "../dist/types/entry-points/token-order.d.ts",
10
10
  "typesVersions": {
11
- ">=4.5 <4.9": {
11
+ ">=4.5 <5.4": {
12
12
  "*": [
13
13
  "../dist/types-ts4.5/entry-points/token-order.d.ts"
14
14
  ]
@@ -8,7 +8,7 @@
8
8
  ],
9
9
  "types": "../dist/types/entry-points/tokens-raw.d.ts",
10
10
  "typesVersions": {
11
- ">=4.5 <4.9": {
11
+ ">=4.5 <5.4": {
12
12
  "*": [
13
13
  "../dist/types-ts4.5/entry-points/tokens-raw.d.ts"
14
14
  ]