@atlaskit/tokens 1.37.1 → 1.38.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 (57) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/codemods/hypermod.config.tsx +1 -0
  3. package/dist/cjs/artifacts/palettes-raw/typography-palette.js +20 -5
  4. package/dist/cjs/artifacts/replacement-mapping.js +1 -4
  5. package/dist/cjs/artifacts/themes/atlassian-typography-adg3.js +2 -2
  6. package/dist/cjs/artifacts/themes/atlassian-typography-minor3.js +2 -2
  7. package/dist/cjs/artifacts/token-default-values.js +3 -2
  8. package/dist/cjs/artifacts/token-names.js +3 -2
  9. package/dist/cjs/artifacts/tokens-raw/atlassian-typography-adg3.js +32 -12
  10. package/dist/cjs/artifacts/tokens-raw/atlassian-typography-minor3.js +32 -12
  11. package/dist/cjs/get-token-value.js +1 -1
  12. package/dist/cjs/get-token.js +1 -1
  13. package/dist/es2019/artifacts/palettes-raw/typography-palette.js +20 -5
  14. package/dist/es2019/artifacts/replacement-mapping.js +1 -4
  15. package/dist/es2019/artifacts/themes/atlassian-typography-adg3.js +3 -2
  16. package/dist/es2019/artifacts/themes/atlassian-typography-minor3.js +3 -2
  17. package/dist/es2019/artifacts/token-default-values.js +3 -2
  18. package/dist/es2019/artifacts/token-names.js +3 -2
  19. package/dist/es2019/artifacts/tokens-raw/atlassian-typography-adg3.js +32 -12
  20. package/dist/es2019/artifacts/tokens-raw/atlassian-typography-minor3.js +32 -12
  21. package/dist/es2019/get-token-value.js +1 -1
  22. package/dist/es2019/get-token.js +1 -1
  23. package/dist/esm/artifacts/palettes-raw/typography-palette.js +20 -5
  24. package/dist/esm/artifacts/replacement-mapping.js +1 -4
  25. package/dist/esm/artifacts/themes/atlassian-typography-adg3.js +2 -2
  26. package/dist/esm/artifacts/themes/atlassian-typography-minor3.js +2 -2
  27. package/dist/esm/artifacts/token-default-values.js +3 -2
  28. package/dist/esm/artifacts/token-names.js +3 -2
  29. package/dist/esm/artifacts/tokens-raw/atlassian-typography-adg3.js +32 -12
  30. package/dist/esm/artifacts/tokens-raw/atlassian-typography-minor3.js +32 -12
  31. package/dist/esm/get-token-value.js +1 -1
  32. package/dist/esm/get-token.js +1 -1
  33. package/dist/types/artifacts/palettes-raw/typography-palette.d.ts +1 -1
  34. package/dist/types/artifacts/replacement-mapping.d.ts +1 -1
  35. package/dist/types/artifacts/themes/atlassian-typography-adg3.d.ts +2 -2
  36. package/dist/types/artifacts/themes/atlassian-typography-minor3.d.ts +2 -2
  37. package/dist/types/artifacts/token-default-values.d.ts +3 -2
  38. package/dist/types/artifacts/token-names.d.ts +5 -3
  39. package/dist/types/artifacts/tokens-raw/atlassian-typography-adg3.d.ts +1 -1
  40. package/dist/types/artifacts/tokens-raw/atlassian-typography-minor3.d.ts +1 -1
  41. package/dist/types/artifacts/types-internal.d.ts +2 -2
  42. package/dist/types/artifacts/types.d.ts +2 -2
  43. package/dist/types/types.d.ts +4 -1
  44. package/dist/types-ts4.5/artifacts/palettes-raw/typography-palette.d.ts +1 -1
  45. package/dist/types-ts4.5/artifacts/replacement-mapping.d.ts +1 -1
  46. package/dist/types-ts4.5/artifacts/themes/atlassian-typography-adg3.d.ts +2 -2
  47. package/dist/types-ts4.5/artifacts/themes/atlassian-typography-minor3.d.ts +2 -2
  48. package/dist/types-ts4.5/artifacts/token-default-values.d.ts +3 -2
  49. package/dist/types-ts4.5/artifacts/token-names.d.ts +5 -3
  50. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-typography-adg3.d.ts +1 -1
  51. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-typography-minor3.d.ts +1 -1
  52. package/dist/types-ts4.5/artifacts/types-internal.d.ts +2 -2
  53. package/dist/types-ts4.5/artifacts/types.d.ts +2 -2
  54. package/dist/types-ts4.5/types.d.ts +4 -1
  55. package/figma/atlassian-typography-adg3.json +18 -0
  56. package/figma/atlassian-typography-minor3.json +18 -0
  57. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @atlaskit/tokens
2
2
 
3
+ ## 1.38.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#74836](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/74836) [`66062ea65d5b`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/66062ea65d5b) - Added font family tokens for our brand font for headings and body text.
8
+
9
+ ## 1.37.2
10
+
11
+ ### Patch Changes
12
+
13
+ - [#73844](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/73844) [`c7683b370ae8`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/c7683b370ae8) - Adds dependency whitelist to codemod configuration
14
+
3
15
  ## 1.37.1
4
16
 
5
17
  ### Patch Changes
@@ -6,4 +6,5 @@ export default {
6
6
  'theme-to-design-tokens': themeToDesignTokens,
7
7
  'css-to-design-tokens': cssToDesignTokens,
8
8
  },
9
+ dependencies: ['@hypermod/utils', 'postcss', 'postcss-less'],
9
10
  };
@@ -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::7e7682a077bd4735a11d99a880446147>>
9
+ * @codegen <<SignedSource::382dab56160255b1cf0190b5dc1f552b>>
10
10
  * @codegenCommand yarn build tokens
11
11
  */
12
12
  var tokens = [{
@@ -40,20 +40,35 @@ var tokens = [{
40
40
  "name": "typography.fontFamily.FontFamilyAndroidSans",
41
41
  "path": ["typography", "fontFamily", "FontFamilyAndroidSans"]
42
42
  }, {
43
- "value": "Charlie Sans",
43
+ "value": "\"Charlie Display\", ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif",
44
44
  "attributes": {
45
45
  "group": "fontFamily"
46
46
  },
47
47
  "filePath": "schema/palettes/typography-palette.tsx",
48
48
  "isSource": true,
49
49
  "original": {
50
- "value": "Charlie Sans",
50
+ "value": "\"Charlie Display\", ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif",
51
51
  "attributes": {
52
52
  "group": "fontFamily"
53
53
  }
54
54
  },
55
- "name": "typography.fontFamily.FontFamilyCharlie",
56
- "path": ["typography", "fontFamily", "FontFamilyCharlie"]
55
+ "name": "typography.fontFamily.FontFamilyCharlieDisplay",
56
+ "path": ["typography", "fontFamily", "FontFamilyCharlieDisplay"]
57
+ }, {
58
+ "value": "\"Charlie Text\", ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif",
59
+ "attributes": {
60
+ "group": "fontFamily"
61
+ },
62
+ "filePath": "schema/palettes/typography-palette.tsx",
63
+ "isSource": true,
64
+ "original": {
65
+ "value": "\"Charlie Text\", ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif",
66
+ "attributes": {
67
+ "group": "fontFamily"
68
+ }
69
+ },
70
+ "name": "typography.fontFamily.FontFamilyCharlieText",
71
+ "path": ["typography", "fontFamily", "FontFamilyCharlieText"]
57
72
  }, {
58
73
  "value": "ui-monospace, Menlo, \"Segoe UI Mono\", \"Ubuntu Mono\", monospace",
59
74
  "attributes": {
@@ -18,7 +18,7 @@ exports.default = void 0;
18
18
  * These changes will then be picked up by our tooling which will attempt to
19
19
  * migrate as many of these renames as possible.
20
20
  *
21
- * @codegen <<SignedSource::89c10efc85f250da0db65341b911ad2e>>
21
+ * @codegen <<SignedSource::d444e5232c83f7487f44f75fa2b1d331>>
22
22
  * @codegenCommand yarn build tokens
23
23
  */
24
24
 
@@ -55,9 +55,6 @@ var replacementMapper = [{
55
55
  }, {
56
56
  "path": "font.family.sans",
57
57
  "state": "deprecated"
58
- }, {
59
- "path": "font.family.brand",
60
- "state": "deprecated"
61
58
  }, {
62
59
  "path": "font.size.050",
63
60
  "state": "deprecated"
@@ -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::8805a9363c77bb3681dad874e8097353>>
9
+ * @codegen <<SignedSource::1de010f90e5ac732dc009b925c29101b>>
10
10
  * @codegenCommand yarn build tokens
11
11
  */
12
- var _default = exports.default = "\nhtml[data-theme~=\"typography:typography-adg3\"] {\n --ds-UNSAFE-textTransformUppercase: uppercase;\n --ds-font-heading-xxlarge: normal 500 2.1875rem/2.5rem ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-heading-xlarge: normal 600 1.8125rem/2rem ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-heading-large: normal 500 1.5rem/1.75rem ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-heading-medium: normal 500 1.25rem/1.5rem ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-heading-small: normal 600 1rem/1.25rem ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-heading-xsmall: normal 600 0.875rem/1rem ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-heading-xxsmall: normal 600 0.75rem/1rem ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-body-large: normal 400 1rem/1.5rem ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-body: normal 400 0.875rem/1.25rem ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-body-small: normal 400 0.6875rem/1rem ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-ui: normal 500 0.875rem/1 ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-ui-small: normal 400 0.6875rem/1 ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-code: normal 400 0.875em/1 ui-monospace, Menlo, \"Segoe UI Mono\", \"Ubuntu Mono\", monospace;\n --ds-font-letterSpacing-0: 0;\n --ds-font-letterSpacing-100: -0.003em;\n --ds-font-letterSpacing-200: -0.006em;\n --ds-font-letterSpacing-300: -0.008em;\n --ds-font-letterSpacing-400: -0.01em;\n --ds-font-family-body: ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-family-code: ui-monospace, Menlo, \"Segoe UI Mono\", \"Ubuntu Mono\", monospace;\n --ds-font-family-heading: ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-family-monospace: ui-monospace, Menlo, \"Segoe UI Mono\", \"Ubuntu Mono\", monospace;\n --ds-font-family-sans: -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Roboto\", \"Oxygen\", \"Ubuntu\", \"Fira Sans\", \"Droid Sans\", \"Helvetica Neue\", sans-serif;\n --ds-font-family-brand: Charlie Sans;\n --ds-font-size-050: 0.6875rem;\n --ds-font-size-075: 0.75rem;\n --ds-font-size-100: 0.875rem;\n --ds-font-size-200: 1rem;\n --ds-font-size-300: 1.25rem;\n --ds-font-size-400: 1.5rem;\n --ds-font-size-500: 1.8125rem;\n --ds-font-size-600: 2.1875rem;\n --ds-font-weight-bold: 700;\n --ds-font-weight-medium: 500;\n --ds-font-weight-regular: 400;\n --ds-font-weight-semibold: 600;\n --ds-font-lineHeight-1: 1;\n --ds-font-lineHeight-100: 1rem;\n --ds-font-lineHeight-200: 1.25rem;\n --ds-font-lineHeight-300: 1.5rem;\n --ds-font-lineHeight-400: 1.75rem;\n --ds-font-lineHeight-500: 2rem;\n --ds-font-lineHeight-600: 2.5rem;\n}\n";
12
+ var _default = exports.default = "\nhtml[data-theme~=\"typography:typography-adg3\"] {\n --ds-UNSAFE-textTransformUppercase: uppercase;\n --ds-font-heading-xxlarge: normal 500 2.1875rem/2.5rem ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-heading-xlarge: normal 600 1.8125rem/2rem ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-heading-large: normal 500 1.5rem/1.75rem ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-heading-medium: normal 500 1.25rem/1.5rem ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-heading-small: normal 600 1rem/1.25rem ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-heading-xsmall: normal 600 0.875rem/1rem ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-heading-xxsmall: normal 600 0.75rem/1rem ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-body-large: normal 400 1rem/1.5rem ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-body: normal 400 0.875rem/1.25rem ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-body-small: normal 400 0.6875rem/1rem ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-ui: normal 500 0.875rem/1 ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-ui-small: normal 400 0.6875rem/1 ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-code: normal 400 0.875em/1 ui-monospace, Menlo, \"Segoe UI Mono\", \"Ubuntu Mono\", monospace;\n --ds-font-letterSpacing-0: 0;\n --ds-font-letterSpacing-100: -0.003em;\n --ds-font-letterSpacing-200: -0.006em;\n --ds-font-letterSpacing-300: -0.008em;\n --ds-font-letterSpacing-400: -0.01em;\n --ds-font-family-body: ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-family-code: ui-monospace, Menlo, \"Segoe UI Mono\", \"Ubuntu Mono\", monospace;\n --ds-font-family-heading: ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-family-monospace: ui-monospace, Menlo, \"Segoe UI Mono\", \"Ubuntu Mono\", monospace;\n --ds-font-family-sans: -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Roboto\", \"Oxygen\", \"Ubuntu\", \"Fira Sans\", \"Droid Sans\", \"Helvetica Neue\", sans-serif;\n --ds-font-family-brand-body: \"Charlie Text\", ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-family-brand-heading: \"Charlie Display\", ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-size-050: 0.6875rem;\n --ds-font-size-075: 0.75rem;\n --ds-font-size-100: 0.875rem;\n --ds-font-size-200: 1rem;\n --ds-font-size-300: 1.25rem;\n --ds-font-size-400: 1.5rem;\n --ds-font-size-500: 1.8125rem;\n --ds-font-size-600: 2.1875rem;\n --ds-font-weight-bold: 700;\n --ds-font-weight-medium: 500;\n --ds-font-weight-regular: 400;\n --ds-font-weight-semibold: 600;\n --ds-font-lineHeight-1: 1;\n --ds-font-lineHeight-100: 1rem;\n --ds-font-lineHeight-200: 1.25rem;\n --ds-font-lineHeight-300: 1.5rem;\n --ds-font-lineHeight-400: 1.75rem;\n --ds-font-lineHeight-500: 2rem;\n --ds-font-lineHeight-600: 2.5rem;\n}\n";
@@ -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::7c5ec982604c24a59432d3e7d47d1419>>
9
+ * @codegen <<SignedSource::2cdc39434d015544d9ba355920d474e2>>
10
10
  * @codegenCommand yarn build tokens
11
11
  */
12
- var _default = exports.default = "\nhtml[data-theme~=\"typography:typography-minor3\"] {\n --ds-UNSAFE-textTransformUppercase: uppercase;\n --ds-font-heading-xxlarge: normal 700 2rem/2.25rem ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-heading-xlarge: normal 700 1.75rem/2rem ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-heading-large: normal 700 1.5rem/1.75rem ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-heading-medium: normal 700 1.25rem/1.5rem ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-heading-small: normal 700 1rem/1.25rem ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-heading-xsmall: normal 700 0.875rem/1rem ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-heading-xxsmall: normal 700 0.75rem/1rem ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-body-large: normal 400 1rem/1.5rem ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-body: normal 400 0.875rem/1.25rem ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-body-small: normal 400 0.75rem/1rem ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-ui: normal 500 0.875rem/1 ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-ui-small: normal 400 0.75rem/1 ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-code: normal 400 0.875em/1 ui-monospace, Menlo, \"Segoe UI Mono\", \"Ubuntu Mono\", monospace;\n --ds-font-letterSpacing-0: 0;\n --ds-font-letterSpacing-100: 0;\n --ds-font-letterSpacing-200: 0;\n --ds-font-letterSpacing-300: 0;\n --ds-font-letterSpacing-400: 0;\n --ds-font-family-body: ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-family-code: ui-monospace, Menlo, \"Segoe UI Mono\", \"Ubuntu Mono\", monospace;\n --ds-font-family-heading: ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-family-monospace: ui-monospace, Menlo, \"Segoe UI Mono\", \"Ubuntu Mono\", monospace;\n --ds-font-family-sans: ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-family-brand: Charlie Sans;\n --ds-font-weight-bold: 700;\n --ds-font-weight-medium: 500;\n --ds-font-weight-regular: 400;\n --ds-font-weight-semibold: 600;\n @media not all and (min-width: 64rem) {\n --ds-font-heading-xxlarge: normal 700 1.75rem/2rem ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-heading-xlarge: normal 700 1.5rem/1.75rem ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-heading-large: normal 700 1.25rem/1.5rem ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-heading-medium: normal 700 1rem/1.25rem ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n }\n}\n";
12
+ var _default = exports.default = "\nhtml[data-theme~=\"typography:typography-minor3\"] {\n --ds-UNSAFE-textTransformUppercase: uppercase;\n --ds-font-heading-xxlarge: normal 700 2rem/2.25rem ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-heading-xlarge: normal 700 1.75rem/2rem ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-heading-large: normal 700 1.5rem/1.75rem ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-heading-medium: normal 700 1.25rem/1.5rem ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-heading-small: normal 700 1rem/1.25rem ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-heading-xsmall: normal 700 0.875rem/1rem ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-heading-xxsmall: normal 700 0.75rem/1rem ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-body-large: normal 400 1rem/1.5rem ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-body: normal 400 0.875rem/1.25rem ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-body-small: normal 400 0.75rem/1rem ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-ui: normal 500 0.875rem/1 ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-ui-small: normal 400 0.75rem/1 ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-code: normal 400 0.875em/1 ui-monospace, Menlo, \"Segoe UI Mono\", \"Ubuntu Mono\", monospace;\n --ds-font-letterSpacing-0: 0;\n --ds-font-letterSpacing-100: 0;\n --ds-font-letterSpacing-200: 0;\n --ds-font-letterSpacing-300: 0;\n --ds-font-letterSpacing-400: 0;\n --ds-font-family-body: ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-family-code: ui-monospace, Menlo, \"Segoe UI Mono\", \"Ubuntu Mono\", monospace;\n --ds-font-family-heading: ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-family-monospace: ui-monospace, Menlo, \"Segoe UI Mono\", \"Ubuntu Mono\", monospace;\n --ds-font-family-sans: ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-family-brand-body: \"Charlie Text\", ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-family-brand-heading: \"Charlie Display\", ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-weight-bold: 700;\n --ds-font-weight-medium: 500;\n --ds-font-weight-regular: 400;\n --ds-font-weight-semibold: 600;\n @media not all and (min-width: 64rem) {\n --ds-font-heading-xxlarge: normal 700 1.75rem/2rem ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-heading-xlarge: normal 700 1.5rem/1.75rem ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-heading-large: normal 700 1.25rem/1.5rem ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-heading-medium: normal 700 1rem/1.25rem ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n }\n}\n";
@@ -13,7 +13,7 @@ exports.default = void 0;
13
13
  * Token names mapped to their value in the default Atlassian themes ('light').
14
14
  * These default values are used by the Babel plugin to optionally provide automatic fallbacks.
15
15
  *
16
- * @codegen <<SignedSource::0be8396ce2b2c338731e309ec56b045d>>
16
+ * @codegen <<SignedSource::a5ef42a0373166de767df9be7435e58d>>
17
17
  * @codegenCommand yarn build tokens
18
18
  */
19
19
  var defaultTokenValues = {
@@ -463,7 +463,8 @@ var defaultTokenValues = {
463
463
  'font.family.heading': 'ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif',
464
464
  'font.family.monospace': 'ui-monospace, Menlo, "Segoe UI Mono", "Ubuntu Mono", monospace',
465
465
  'font.family.sans': '-apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif',
466
- 'font.family.brand': 'Charlie Sans',
466
+ 'font.family.brand.body': '"Charlie Text", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif',
467
+ 'font.family.brand.heading': '"Charlie Display", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif',
467
468
  'font.size.050': '0.6875rem',
468
469
  'font.size.075': '0.75rem',
469
470
  'font.size.100': '0.875rem',
@@ -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::f46c62b44101ed8ef04c2a9aa7e37742>>
9
+ * @codegen <<SignedSource::06f94349afb08cd21b7579d515928d0f>>
10
10
  * @codegenCommand yarn build tokens
11
11
  */
12
12
  var tokens = {
@@ -456,7 +456,8 @@ var tokens = {
456
456
  'font.family.heading': '--ds-font-family-heading',
457
457
  'font.family.monospace': '--ds-font-family-monospace',
458
458
  'font.family.sans': '--ds-font-family-sans',
459
- 'font.family.brand': '--ds-font-family-brand',
459
+ 'font.family.brand.body': '--ds-font-family-brand-body',
460
+ 'font.family.brand.heading': '--ds-font-family-brand-heading',
460
461
  'font.size.050': '--ds-font-size-050',
461
462
  'font.size.075': '--ds-font-size-075',
462
463
  'font.size.100': '--ds-font-size-100',
@@ -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::70af860fac3168f1ea8797320fe6b8a5>>
9
+ * @codegen <<SignedSource::e0b081d4b59c6ae9cc61761ac8f3674f>>
10
10
  * @codegenCommand yarn build tokens
11
11
  */
12
12
  var tokens = [{
@@ -659,27 +659,47 @@ var tokens = [{
659
659
  }, {
660
660
  "attributes": {
661
661
  "group": "fontFamily",
662
- "state": "deprecated",
662
+ "state": "active",
663
663
  "introduced": "1.14.0",
664
- "description": "Helpful guidance goes here",
665
- "deprecated": "1.29.0"
664
+ "description": "Use for branded body text."
666
665
  },
667
- "value": "Charlie Sans",
666
+ "value": "\"Charlie Text\", ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif",
668
667
  "filePath": "schema/themes/atlassian-typography-adg3/font-family.tsx",
669
668
  "isSource": true,
670
669
  "original": {
671
670
  "attributes": {
672
671
  "group": "fontFamily",
673
- "state": "deprecated",
672
+ "state": "active",
674
673
  "introduced": "1.14.0",
675
- "description": "Helpful guidance goes here",
676
- "deprecated": "1.29.0"
674
+ "description": "Use for branded body text."
675
+ },
676
+ "value": "FontFamilyCharlieText"
677
+ },
678
+ "name": "font.family.brand.body",
679
+ "path": ["font", "family", "brand", "body"],
680
+ "cleanName": "font.family.brand.body"
681
+ }, {
682
+ "attributes": {
683
+ "group": "fontFamily",
684
+ "state": "active",
685
+ "introduced": "1.14.0",
686
+ "description": "Use for branded headings."
687
+ },
688
+ "value": "\"Charlie Display\", ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif",
689
+ "filePath": "schema/themes/atlassian-typography-adg3/font-family.tsx",
690
+ "isSource": true,
691
+ "original": {
692
+ "attributes": {
693
+ "group": "fontFamily",
694
+ "state": "active",
695
+ "introduced": "1.14.0",
696
+ "description": "Use for branded headings."
677
697
  },
678
- "value": "FontFamilyCharlie"
698
+ "value": "FontFamilyCharlieDisplay"
679
699
  },
680
- "name": "font.family.brand",
681
- "path": ["font", "family", "brand"],
682
- "cleanName": "font.family.brand"
700
+ "name": "font.family.brand.heading",
701
+ "path": ["font", "family", "brand", "heading"],
702
+ "cleanName": "font.family.brand.heading"
683
703
  }, {
684
704
  "attributes": {
685
705
  "group": "fontSize",
@@ -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::e18647e46fb4c80c4003121d24898ee4>>
9
+ * @codegen <<SignedSource::d3518d455b0d01f01610d17b34dd1eb1>>
10
10
  * @codegenCommand yarn build tokens
11
11
  */
12
12
  var tokens = [{
@@ -659,27 +659,47 @@ var tokens = [{
659
659
  }, {
660
660
  "attributes": {
661
661
  "group": "fontFamily",
662
- "state": "deprecated",
662
+ "state": "active",
663
663
  "introduced": "1.14.0",
664
- "description": "Helpful guidance goes here",
665
- "deprecated": "1.29.0"
664
+ "description": "Use for branded body text."
666
665
  },
667
- "value": "Charlie Sans",
666
+ "value": "\"Charlie Text\", ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif",
668
667
  "filePath": "schema/themes/atlassian-typography-minor3/font-family.tsx",
669
668
  "isSource": true,
670
669
  "original": {
671
670
  "attributes": {
672
671
  "group": "fontFamily",
673
- "state": "deprecated",
672
+ "state": "active",
674
673
  "introduced": "1.14.0",
675
- "description": "Helpful guidance goes here",
676
- "deprecated": "1.29.0"
674
+ "description": "Use for branded body text."
675
+ },
676
+ "value": "FontFamilyCharlieText"
677
+ },
678
+ "name": "font.family.brand.body",
679
+ "path": ["font", "family", "brand", "body"],
680
+ "cleanName": "font.family.brand.body"
681
+ }, {
682
+ "attributes": {
683
+ "group": "fontFamily",
684
+ "state": "active",
685
+ "introduced": "1.14.0",
686
+ "description": "Use for branded headings."
687
+ },
688
+ "value": "\"Charlie Display\", ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif",
689
+ "filePath": "schema/themes/atlassian-typography-minor3/font-family.tsx",
690
+ "isSource": true,
691
+ "original": {
692
+ "attributes": {
693
+ "group": "fontFamily",
694
+ "state": "active",
695
+ "introduced": "1.14.0",
696
+ "description": "Use for branded headings."
677
697
  },
678
- "value": "FontFamilyCharlie"
698
+ "value": "FontFamilyCharlieDisplay"
679
699
  },
680
- "name": "font.family.brand",
681
- "path": ["font", "family", "brand"],
682
- "cleanName": "font.family.brand"
700
+ "name": "font.family.brand.heading",
701
+ "path": ["font", "family", "brand", "heading"],
702
+ "cleanName": "font.family.brand.heading"
683
703
  }, {
684
704
  "attributes": {
685
705
  "group": "fontWeight",
@@ -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.37.1";
11
+ var version = "1.38.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.37.1";
12
+ var version = "1.38.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.
@@ -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::7e7682a077bd4735a11d99a880446147>>
3
+ * @codegen <<SignedSource::382dab56160255b1cf0190b5dc1f552b>>
4
4
  * @codegenCommand yarn build tokens
5
5
  */
6
6
  const tokens = [{
@@ -34,20 +34,35 @@ const tokens = [{
34
34
  "name": "typography.fontFamily.FontFamilyAndroidSans",
35
35
  "path": ["typography", "fontFamily", "FontFamilyAndroidSans"]
36
36
  }, {
37
- "value": "Charlie Sans",
37
+ "value": "\"Charlie Display\", ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif",
38
38
  "attributes": {
39
39
  "group": "fontFamily"
40
40
  },
41
41
  "filePath": "schema/palettes/typography-palette.tsx",
42
42
  "isSource": true,
43
43
  "original": {
44
- "value": "Charlie Sans",
44
+ "value": "\"Charlie Display\", ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif",
45
45
  "attributes": {
46
46
  "group": "fontFamily"
47
47
  }
48
48
  },
49
- "name": "typography.fontFamily.FontFamilyCharlie",
50
- "path": ["typography", "fontFamily", "FontFamilyCharlie"]
49
+ "name": "typography.fontFamily.FontFamilyCharlieDisplay",
50
+ "path": ["typography", "fontFamily", "FontFamilyCharlieDisplay"]
51
+ }, {
52
+ "value": "\"Charlie Text\", ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif",
53
+ "attributes": {
54
+ "group": "fontFamily"
55
+ },
56
+ "filePath": "schema/palettes/typography-palette.tsx",
57
+ "isSource": true,
58
+ "original": {
59
+ "value": "\"Charlie Text\", ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif",
60
+ "attributes": {
61
+ "group": "fontFamily"
62
+ }
63
+ },
64
+ "name": "typography.fontFamily.FontFamilyCharlieText",
65
+ "path": ["typography", "fontFamily", "FontFamilyCharlieText"]
51
66
  }, {
52
67
  "value": "ui-monospace, Menlo, \"Segoe UI Mono\", \"Ubuntu Mono\", monospace",
53
68
  "attributes": {
@@ -12,7 +12,7 @@
12
12
  * These changes will then be picked up by our tooling which will attempt to
13
13
  * migrate as many of these renames as possible.
14
14
  *
15
- * @codegen <<SignedSource::89c10efc85f250da0db65341b911ad2e>>
15
+ * @codegen <<SignedSource::d444e5232c83f7487f44f75fa2b1d331>>
16
16
  * @codegenCommand yarn build tokens
17
17
  */
18
18
 
@@ -49,9 +49,6 @@ const replacementMapper = [{
49
49
  }, {
50
50
  "path": "font.family.sans",
51
51
  "state": "deprecated"
52
- }, {
53
- "path": "font.family.brand",
54
- "state": "deprecated"
55
52
  }, {
56
53
  "path": "font.size.050",
57
54
  "state": "deprecated"
@@ -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::8805a9363c77bb3681dad874e8097353>>
3
+ * @codegen <<SignedSource::1de010f90e5ac732dc009b925c29101b>>
4
4
  * @codegenCommand yarn build tokens
5
5
  */
6
6
  export default `
@@ -29,7 +29,8 @@ html[data-theme~="typography:typography-adg3"] {
29
29
  --ds-font-family-heading: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif;
30
30
  --ds-font-family-monospace: ui-monospace, Menlo, "Segoe UI Mono", "Ubuntu Mono", monospace;
31
31
  --ds-font-family-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
32
- --ds-font-family-brand: Charlie Sans;
32
+ --ds-font-family-brand-body: "Charlie Text", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif;
33
+ --ds-font-family-brand-heading: "Charlie Display", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif;
33
34
  --ds-font-size-050: 0.6875rem;
34
35
  --ds-font-size-075: 0.75rem;
35
36
  --ds-font-size-100: 0.875rem;
@@ -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::7c5ec982604c24a59432d3e7d47d1419>>
3
+ * @codegen <<SignedSource::2cdc39434d015544d9ba355920d474e2>>
4
4
  * @codegenCommand yarn build tokens
5
5
  */
6
6
  export default `
@@ -29,7 +29,8 @@ html[data-theme~="typography:typography-minor3"] {
29
29
  --ds-font-family-heading: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif;
30
30
  --ds-font-family-monospace: ui-monospace, Menlo, "Segoe UI Mono", "Ubuntu Mono", monospace;
31
31
  --ds-font-family-sans: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif;
32
- --ds-font-family-brand: Charlie Sans;
32
+ --ds-font-family-brand-body: "Charlie Text", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif;
33
+ --ds-font-family-brand-heading: "Charlie Display", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif;
33
34
  --ds-font-weight-bold: 700;
34
35
  --ds-font-weight-medium: 500;
35
36
  --ds-font-weight-regular: 400;
@@ -7,7 +7,7 @@
7
7
  * Token names mapped to their value in the default Atlassian themes ('light').
8
8
  * These default values are used by the Babel plugin to optionally provide automatic fallbacks.
9
9
  *
10
- * @codegen <<SignedSource::0be8396ce2b2c338731e309ec56b045d>>
10
+ * @codegen <<SignedSource::a5ef42a0373166de767df9be7435e58d>>
11
11
  * @codegenCommand yarn build tokens
12
12
  */
13
13
  const defaultTokenValues = {
@@ -457,7 +457,8 @@ const defaultTokenValues = {
457
457
  'font.family.heading': 'ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif',
458
458
  'font.family.monospace': 'ui-monospace, Menlo, "Segoe UI Mono", "Ubuntu Mono", monospace',
459
459
  'font.family.sans': '-apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif',
460
- 'font.family.brand': 'Charlie Sans',
460
+ 'font.family.brand.body': '"Charlie Text", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif',
461
+ 'font.family.brand.heading': '"Charlie Display", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif',
461
462
  'font.size.050': '0.6875rem',
462
463
  'font.size.075': '0.75rem',
463
464
  'font.size.100': '0.875rem',
@@ -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::f46c62b44101ed8ef04c2a9aa7e37742>>
3
+ * @codegen <<SignedSource::06f94349afb08cd21b7579d515928d0f>>
4
4
  * @codegenCommand yarn build tokens
5
5
  */
6
6
  const tokens = {
@@ -450,7 +450,8 @@ const tokens = {
450
450
  'font.family.heading': '--ds-font-family-heading',
451
451
  'font.family.monospace': '--ds-font-family-monospace',
452
452
  'font.family.sans': '--ds-font-family-sans',
453
- 'font.family.brand': '--ds-font-family-brand',
453
+ 'font.family.brand.body': '--ds-font-family-brand-body',
454
+ 'font.family.brand.heading': '--ds-font-family-brand-heading',
454
455
  'font.size.050': '--ds-font-size-050',
455
456
  'font.size.075': '--ds-font-size-075',
456
457
  'font.size.100': '--ds-font-size-100',
@@ -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::70af860fac3168f1ea8797320fe6b8a5>>
3
+ * @codegen <<SignedSource::e0b081d4b59c6ae9cc61761ac8f3674f>>
4
4
  * @codegenCommand yarn build tokens
5
5
  */
6
6
  const tokens = [{
@@ -653,27 +653,47 @@ const tokens = [{
653
653
  }, {
654
654
  "attributes": {
655
655
  "group": "fontFamily",
656
- "state": "deprecated",
656
+ "state": "active",
657
657
  "introduced": "1.14.0",
658
- "description": "Helpful guidance goes here",
659
- "deprecated": "1.29.0"
658
+ "description": "Use for branded body text."
660
659
  },
661
- "value": "Charlie Sans",
660
+ "value": "\"Charlie Text\", ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif",
662
661
  "filePath": "schema/themes/atlassian-typography-adg3/font-family.tsx",
663
662
  "isSource": true,
664
663
  "original": {
665
664
  "attributes": {
666
665
  "group": "fontFamily",
667
- "state": "deprecated",
666
+ "state": "active",
668
667
  "introduced": "1.14.0",
669
- "description": "Helpful guidance goes here",
670
- "deprecated": "1.29.0"
668
+ "description": "Use for branded body text."
669
+ },
670
+ "value": "FontFamilyCharlieText"
671
+ },
672
+ "name": "font.family.brand.body",
673
+ "path": ["font", "family", "brand", "body"],
674
+ "cleanName": "font.family.brand.body"
675
+ }, {
676
+ "attributes": {
677
+ "group": "fontFamily",
678
+ "state": "active",
679
+ "introduced": "1.14.0",
680
+ "description": "Use for branded headings."
681
+ },
682
+ "value": "\"Charlie Display\", ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif",
683
+ "filePath": "schema/themes/atlassian-typography-adg3/font-family.tsx",
684
+ "isSource": true,
685
+ "original": {
686
+ "attributes": {
687
+ "group": "fontFamily",
688
+ "state": "active",
689
+ "introduced": "1.14.0",
690
+ "description": "Use for branded headings."
671
691
  },
672
- "value": "FontFamilyCharlie"
692
+ "value": "FontFamilyCharlieDisplay"
673
693
  },
674
- "name": "font.family.brand",
675
- "path": ["font", "family", "brand"],
676
- "cleanName": "font.family.brand"
694
+ "name": "font.family.brand.heading",
695
+ "path": ["font", "family", "brand", "heading"],
696
+ "cleanName": "font.family.brand.heading"
677
697
  }, {
678
698
  "attributes": {
679
699
  "group": "fontSize",
@@ -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::e18647e46fb4c80c4003121d24898ee4>>
3
+ * @codegen <<SignedSource::d3518d455b0d01f01610d17b34dd1eb1>>
4
4
  * @codegenCommand yarn build tokens
5
5
  */
6
6
  const tokens = [{
@@ -653,27 +653,47 @@ const tokens = [{
653
653
  }, {
654
654
  "attributes": {
655
655
  "group": "fontFamily",
656
- "state": "deprecated",
656
+ "state": "active",
657
657
  "introduced": "1.14.0",
658
- "description": "Helpful guidance goes here",
659
- "deprecated": "1.29.0"
658
+ "description": "Use for branded body text."
660
659
  },
661
- "value": "Charlie Sans",
660
+ "value": "\"Charlie Text\", ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif",
662
661
  "filePath": "schema/themes/atlassian-typography-minor3/font-family.tsx",
663
662
  "isSource": true,
664
663
  "original": {
665
664
  "attributes": {
666
665
  "group": "fontFamily",
667
- "state": "deprecated",
666
+ "state": "active",
668
667
  "introduced": "1.14.0",
669
- "description": "Helpful guidance goes here",
670
- "deprecated": "1.29.0"
668
+ "description": "Use for branded body text."
669
+ },
670
+ "value": "FontFamilyCharlieText"
671
+ },
672
+ "name": "font.family.brand.body",
673
+ "path": ["font", "family", "brand", "body"],
674
+ "cleanName": "font.family.brand.body"
675
+ }, {
676
+ "attributes": {
677
+ "group": "fontFamily",
678
+ "state": "active",
679
+ "introduced": "1.14.0",
680
+ "description": "Use for branded headings."
681
+ },
682
+ "value": "\"Charlie Display\", ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif",
683
+ "filePath": "schema/themes/atlassian-typography-minor3/font-family.tsx",
684
+ "isSource": true,
685
+ "original": {
686
+ "attributes": {
687
+ "group": "fontFamily",
688
+ "state": "active",
689
+ "introduced": "1.14.0",
690
+ "description": "Use for branded headings."
671
691
  },
672
- "value": "FontFamilyCharlie"
692
+ "value": "FontFamilyCharlieDisplay"
673
693
  },
674
- "name": "font.family.brand",
675
- "path": ["font", "family", "brand"],
676
- "cleanName": "font.family.brand"
694
+ "name": "font.family.brand.heading",
695
+ "path": ["font", "family", "brand", "heading"],
696
+ "cleanName": "font.family.brand.heading"
677
697
  }, {
678
698
  "attributes": {
679
699
  "group": "fontWeight",