@atlaskit/tokens 0.10.35 → 0.11.1
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 +15 -0
- package/css/atlassian-spacing.css +2 -2
- package/css/atlassian-typography.css +27 -0
- package/dist/cjs/artifacts/palettes-raw/font-size-scale.js +135 -0
- package/dist/cjs/artifacts/palettes-raw/font-weight-scale.js +75 -0
- package/dist/cjs/artifacts/palettes-raw/line-height-scale.js +105 -0
- package/dist/{types-ts4.0/artifacts/rename-mapping/atlassian-legacy-dark.d.ts → cjs/artifacts/rename-mapping/atlassian-typography.js} +11 -10
- package/dist/cjs/artifacts/rename-mapping.js +3 -1
- package/dist/cjs/artifacts/token-default-values.js +3 -1
- package/dist/cjs/artifacts/token-names.js +3 -1
- package/dist/cjs/artifacts/tokens-raw/atlassian-typography.js +435 -0
- package/dist/cjs/artifacts/typescript/atlassian-light-token-default-values.js +2 -2
- package/dist/cjs/artifacts/typescript/atlassian-spacing-token-default-values.js +2 -2
- package/dist/cjs/artifacts/typescript/atlassian-typography-token-default-values.js +40 -0
- package/dist/cjs/artifacts/typescript/atlassian-typography-token-names.js +36 -0
- package/dist/cjs/artifacts/typescript/atlassian-typography-types-internal.js +5 -0
- package/dist/cjs/artifacts/typescript/atlassian-typography-types.js +5 -0
- package/dist/cjs/constants.js +2 -2
- package/dist/cjs/get-token.js +1 -1
- package/dist/cjs/palettes/typography/font-family.js +24 -0
- package/dist/cjs/palettes/typography/font-size-scale.js +60 -0
- package/dist/cjs/palettes/typography/font-weight-scale.js +36 -0
- package/dist/cjs/palettes/typography/index.js +28 -0
- package/dist/cjs/palettes/typography/line-height-scale.js +48 -0
- package/dist/cjs/theme-config.js +8 -0
- package/dist/cjs/tokens/atlassian-typography/font-family.js +20 -0
- package/dist/cjs/tokens/atlassian-typography/font-size.js +38 -0
- package/dist/cjs/tokens/atlassian-typography/font-weight.js +26 -0
- package/dist/cjs/tokens/atlassian-typography/line-height.js +32 -0
- package/dist/cjs/tokens/default/elevation/surface.js +2 -2
- package/dist/cjs/tokens/default/typography/font-family.js +30 -0
- package/dist/cjs/tokens/default/typography/font-size.js +78 -0
- package/dist/cjs/tokens/default/typography/font-weight.js +46 -0
- package/dist/cjs/tokens/default/typography/line-height.js +62 -0
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/artifacts/palettes-raw/font-size-scale.js +127 -0
- package/dist/es2019/artifacts/palettes-raw/font-weight-scale.js +67 -0
- package/dist/es2019/artifacts/palettes-raw/line-height-scale.js +97 -0
- package/dist/{types-ts4.0/artifacts/rename-mapping/atlassian-light.d.ts → es2019/artifacts/rename-mapping/atlassian-typography.js} +3 -10
- package/dist/es2019/artifacts/rename-mapping.js +2 -1
- package/dist/es2019/artifacts/token-default-values.js +3 -1
- package/dist/es2019/artifacts/token-names.js +3 -1
- package/dist/es2019/artifacts/tokens-raw/atlassian-typography.js +427 -0
- package/dist/es2019/artifacts/typescript/atlassian-light-token-default-values.js +2 -2
- package/dist/es2019/artifacts/typescript/atlassian-spacing-token-default-values.js +2 -2
- package/dist/es2019/artifacts/typescript/atlassian-typography-token-default-values.js +32 -0
- package/dist/es2019/artifacts/typescript/atlassian-typography-token-names.js +28 -0
- package/dist/es2019/artifacts/typescript/atlassian-typography-types-internal.js +1 -0
- package/dist/es2019/artifacts/typescript/atlassian-typography-types.js +1 -0
- package/dist/es2019/constants.js +2 -2
- package/dist/es2019/get-token.js +1 -1
- package/dist/es2019/palettes/typography/font-family.js +17 -0
- package/dist/es2019/palettes/typography/font-size-scale.js +53 -0
- package/dist/es2019/palettes/typography/font-weight-scale.js +29 -0
- package/dist/es2019/palettes/typography/index.js +12 -0
- package/dist/es2019/palettes/typography/line-height-scale.js +41 -0
- package/dist/es2019/theme-config.js +8 -0
- package/dist/es2019/tokens/atlassian-typography/font-family.js +13 -0
- package/dist/es2019/tokens/atlassian-typography/font-size.js +31 -0
- package/dist/es2019/tokens/atlassian-typography/font-weight.js +19 -0
- package/dist/es2019/tokens/atlassian-typography/line-height.js +25 -0
- package/dist/es2019/tokens/default/elevation/surface.js +2 -2
- package/dist/es2019/tokens/default/typography/font-family.js +23 -0
- package/dist/es2019/tokens/default/typography/font-size.js +71 -0
- package/dist/es2019/tokens/default/typography/font-weight.js +39 -0
- package/dist/es2019/tokens/default/typography/line-height.js +55 -0
- package/dist/es2019/version.json +1 -1
- package/dist/esm/artifacts/palettes-raw/font-size-scale.js +127 -0
- package/dist/esm/artifacts/palettes-raw/font-weight-scale.js +67 -0
- package/dist/esm/artifacts/palettes-raw/line-height-scale.js +97 -0
- package/dist/{types-ts4.0/artifacts/rename-mapping/atlassian-dark.d.ts → esm/artifacts/rename-mapping/atlassian-typography.js} +3 -10
- package/dist/esm/artifacts/rename-mapping.js +2 -1
- package/dist/esm/artifacts/token-default-values.js +2 -1
- package/dist/esm/artifacts/token-names.js +2 -1
- package/dist/esm/artifacts/tokens-raw/atlassian-typography.js +427 -0
- package/dist/esm/artifacts/typescript/atlassian-light-token-default-values.js +2 -2
- package/dist/esm/artifacts/typescript/atlassian-spacing-token-default-values.js +2 -2
- package/dist/esm/artifacts/typescript/atlassian-typography-token-default-values.js +32 -0
- package/dist/esm/artifacts/typescript/atlassian-typography-token-names.js +28 -0
- package/dist/esm/artifacts/typescript/atlassian-typography-types-internal.js +1 -0
- package/dist/esm/artifacts/typescript/atlassian-typography-types.js +1 -0
- package/dist/esm/constants.js +2 -2
- package/dist/esm/get-token.js +1 -1
- package/dist/esm/palettes/typography/font-family.js +17 -0
- package/dist/esm/palettes/typography/font-size-scale.js +53 -0
- package/dist/esm/palettes/typography/font-weight-scale.js +29 -0
- package/dist/esm/palettes/typography/index.js +14 -0
- package/dist/esm/palettes/typography/line-height-scale.js +41 -0
- package/dist/esm/theme-config.js +8 -0
- package/dist/esm/tokens/atlassian-typography/font-family.js +13 -0
- package/dist/esm/tokens/atlassian-typography/font-size.js +31 -0
- package/dist/esm/tokens/atlassian-typography/font-weight.js +19 -0
- package/dist/esm/tokens/atlassian-typography/line-height.js +25 -0
- package/dist/esm/tokens/default/elevation/surface.js +2 -2
- package/dist/esm/tokens/default/typography/font-family.js +23 -0
- package/dist/esm/tokens/default/typography/font-size.js +71 -0
- package/dist/esm/tokens/default/typography/font-weight.js +39 -0
- package/dist/esm/tokens/default/typography/line-height.js +55 -0
- package/dist/esm/version.json +1 -1
- package/dist/{types-ts4.0/artifacts/palettes-raw/spacing-scale.d.ts → types/artifacts/palettes-raw/font-size-scale.d.ts} +1 -1
- package/dist/types/artifacts/palettes-raw/font-weight-scale.d.ts +22 -0
- package/dist/types/artifacts/palettes-raw/line-height-scale.d.ts +22 -0
- package/dist/{types-ts4.0/artifacts/rename-mapping/atlassian-legacy-light.d.ts → types/artifacts/rename-mapping/atlassian-typography.d.ts} +1 -1
- package/dist/types/artifacts/token-default-values.d.ts +20 -0
- package/dist/types/artifacts/token-names.d.ts +22 -1
- package/dist/types/artifacts/tokens-raw/atlassian-typography.d.ts +28 -0
- package/dist/types/artifacts/typescript/atlassian-light-token-default-values.d.ts +2 -2
- package/dist/types/artifacts/typescript/atlassian-spacing-token-default-values.d.ts +2 -2
- package/dist/types/artifacts/typescript/atlassian-typography-token-default-values.d.ts +32 -0
- package/dist/types/artifacts/typescript/atlassian-typography-token-names.d.ts +50 -0
- package/dist/types/artifacts/typescript/atlassian-typography-types-internal.d.ts +6 -0
- package/dist/types/artifacts/typescript/atlassian-typography-types.d.ts +6 -0
- package/dist/types/constants.d.ts +1 -1
- package/dist/types/palettes/typography/font-family.d.ts +5 -0
- package/dist/types/palettes/typography/font-size-scale.d.ts +5 -0
- package/dist/types/palettes/typography/font-weight-scale.d.ts +5 -0
- package/dist/types/palettes/typography/index.d.ts +10 -0
- package/dist/types/palettes/typography/line-height-scale.d.ts +5 -0
- package/dist/types/theme-config.d.ts +5 -3
- package/dist/types/tokens/atlassian-typography/font-family.d.ts +4 -0
- package/dist/types/tokens/atlassian-typography/font-size.d.ts +4 -0
- package/dist/types/tokens/atlassian-typography/font-weight.d.ts +4 -0
- package/dist/types/tokens/atlassian-typography/line-height.d.ts +4 -0
- package/dist/types/tokens/default/elevation/surface.d.ts +2 -2
- package/dist/types/tokens/default/typography/font-family.d.ts +4 -0
- package/dist/types/tokens/default/typography/font-size.d.ts +4 -0
- package/dist/types/tokens/default/typography/font-weight.d.ts +4 -0
- package/dist/types/tokens/default/typography/line-height.d.ts +4 -0
- package/dist/types/types.d.ts +62 -1
- package/package.json +5 -5
- package/report.api.md +57 -4
- package/tmp/api-report-tmp.d.ts +50 -4
- package/dist/types-ts4.0/artifacts/palettes-raw/legacy-palette.d.ts +0 -41
- package/dist/types-ts4.0/artifacts/palettes-raw/palette.d.ts +0 -41
- package/dist/types-ts4.0/artifacts/rename-mapping/atlassian-spacing.d.ts +0 -26
- package/dist/types-ts4.0/artifacts/rename-mapping.d.ts +0 -6
- package/dist/types-ts4.0/artifacts/token-default-values.d.ts +0 -372
- package/dist/types-ts4.0/artifacts/token-names.d.ts +0 -376
- package/dist/types-ts4.0/artifacts/tokens-raw/atlassian-dark.d.ts +0 -222
- package/dist/types-ts4.0/artifacts/tokens-raw/atlassian-legacy-dark.d.ts +0 -222
- package/dist/types-ts4.0/artifacts/tokens-raw/atlassian-legacy-light.d.ts +0 -174
- package/dist/types-ts4.0/artifacts/tokens-raw/atlassian-light.d.ts +0 -174
- package/dist/types-ts4.0/artifacts/tokens-raw/atlassian-spacing.d.ts +0 -82
- package/dist/types-ts4.0/artifacts/types-internal.d.ts +0 -2
- package/dist/types-ts4.0/artifacts/types.d.ts +0 -2
- package/dist/types-ts4.0/artifacts/typescript/atlassian-dark-token-names.d.ts +0 -596
- package/dist/types-ts4.0/artifacts/typescript/atlassian-dark-types-internal.d.ts +0 -6
- package/dist/types-ts4.0/artifacts/typescript/atlassian-dark-types.d.ts +0 -6
- package/dist/types-ts4.0/artifacts/typescript/atlassian-legacy-dark-token-names.d.ts +0 -596
- package/dist/types-ts4.0/artifacts/typescript/atlassian-legacy-dark-types-internal.d.ts +0 -6
- package/dist/types-ts4.0/artifacts/typescript/atlassian-legacy-dark-types.d.ts +0 -6
- package/dist/types-ts4.0/artifacts/typescript/atlassian-legacy-light-token-names.d.ts +0 -596
- package/dist/types-ts4.0/artifacts/typescript/atlassian-legacy-light-types-internal.d.ts +0 -6
- package/dist/types-ts4.0/artifacts/typescript/atlassian-legacy-light-types.d.ts +0 -6
- package/dist/types-ts4.0/artifacts/typescript/atlassian-light-token-default-values.d.ts +0 -305
- package/dist/types-ts4.0/artifacts/typescript/atlassian-light-token-names.d.ts +0 -596
- package/dist/types-ts4.0/artifacts/typescript/atlassian-light-types-internal.d.ts +0 -6
- package/dist/types-ts4.0/artifacts/typescript/atlassian-light-types.d.ts +0 -6
- package/dist/types-ts4.0/artifacts/typescript/atlassian-spacing-token-default-values.d.ts +0 -88
- package/dist/types-ts4.0/artifacts/typescript/atlassian-spacing-token-names.d.ts +0 -162
- package/dist/types-ts4.0/artifacts/typescript/atlassian-spacing-types-internal.d.ts +0 -6
- package/dist/types-ts4.0/artifacts/typescript/atlassian-spacing-types.d.ts +0 -6
- package/dist/types-ts4.0/babel-plugin/index.d.ts +0 -1
- package/dist/types-ts4.0/babel-plugin/plugin.d.ts +0 -14
- package/dist/types-ts4.0/constants.d.ts +0 -6
- package/dist/types-ts4.0/entry-points/babel-plugin.d.ts +0 -1
- package/dist/types-ts4.0/entry-points/palettes-raw.d.ts +0 -1
- package/dist/types-ts4.0/entry-points/rename-mapping.d.ts +0 -1
- package/dist/types-ts4.0/entry-points/spacing-raw.d.ts +0 -1
- package/dist/types-ts4.0/entry-points/token-ids.d.ts +0 -1
- package/dist/types-ts4.0/entry-points/token-names.d.ts +0 -2
- package/dist/types-ts4.0/entry-points/tokens-raw.d.ts +0 -2
- package/dist/types-ts4.0/figma/synchronize-figma-tokens.d.ts +0 -24
- package/dist/types-ts4.0/figma/types.d.ts +0 -40
- package/dist/types-ts4.0/get-token.d.ts +0 -25
- package/dist/types-ts4.0/index.d.ts +0 -6
- package/dist/types-ts4.0/palettes/legacy-palette.d.ts +0 -10
- package/dist/types-ts4.0/palettes/palette.d.ts +0 -5
- package/dist/types-ts4.0/palettes/spacing-scale.d.ts +0 -5
- package/dist/types-ts4.0/set-global-theme.d.ts +0 -15
- package/dist/types-ts4.0/theme-change-observer.d.ts +0 -36
- package/dist/types-ts4.0/theme-config.d.ts +0 -53
- package/dist/types-ts4.0/tokens/atlassian-dark/color/accent.d.ts +0 -4
- package/dist/types-ts4.0/tokens/atlassian-dark/color/background.d.ts +0 -4
- package/dist/types-ts4.0/tokens/atlassian-dark/color/border.d.ts +0 -4
- package/dist/types-ts4.0/tokens/atlassian-dark/color/icon.d.ts +0 -4
- package/dist/types-ts4.0/tokens/atlassian-dark/color/interaction.d.ts +0 -4
- package/dist/types-ts4.0/tokens/atlassian-dark/color/skeleton.d.ts +0 -4
- package/dist/types-ts4.0/tokens/atlassian-dark/color/text.d.ts +0 -4
- package/dist/types-ts4.0/tokens/atlassian-dark/deprecated/deprecated.d.ts +0 -4
- package/dist/types-ts4.0/tokens/atlassian-dark/elevation/shadow.d.ts +0 -4
- package/dist/types-ts4.0/tokens/atlassian-dark/elevation/surface.d.ts +0 -4
- package/dist/types-ts4.0/tokens/atlassian-dark/opacity/opacity.d.ts +0 -3
- package/dist/types-ts4.0/tokens/atlassian-dark/utility/utility.d.ts +0 -5
- package/dist/types-ts4.0/tokens/atlassian-legacy-dark/color/accent.d.ts +0 -4
- package/dist/types-ts4.0/tokens/atlassian-legacy-dark/color/background.d.ts +0 -4
- package/dist/types-ts4.0/tokens/atlassian-legacy-dark/color/border.d.ts +0 -4
- package/dist/types-ts4.0/tokens/atlassian-legacy-dark/color/icon.d.ts +0 -4
- package/dist/types-ts4.0/tokens/atlassian-legacy-dark/color/interaction.d.ts +0 -4
- package/dist/types-ts4.0/tokens/atlassian-legacy-dark/color/skeleton.d.ts +0 -4
- package/dist/types-ts4.0/tokens/atlassian-legacy-dark/color/text.d.ts +0 -4
- package/dist/types-ts4.0/tokens/atlassian-legacy-dark/deprecated/deprecated.d.ts +0 -4
- package/dist/types-ts4.0/tokens/atlassian-legacy-dark/elevation/shadow.d.ts +0 -4
- package/dist/types-ts4.0/tokens/atlassian-legacy-dark/elevation/surface.d.ts +0 -4
- package/dist/types-ts4.0/tokens/atlassian-legacy-dark/opacity/opacity.d.ts +0 -3
- package/dist/types-ts4.0/tokens/atlassian-legacy-dark/utility/utility.d.ts +0 -5
- package/dist/types-ts4.0/tokens/atlassian-legacy-light/color/accent.d.ts +0 -4
- package/dist/types-ts4.0/tokens/atlassian-legacy-light/color/background.d.ts +0 -4
- package/dist/types-ts4.0/tokens/atlassian-legacy-light/color/border.d.ts +0 -4
- package/dist/types-ts4.0/tokens/atlassian-legacy-light/color/icon.d.ts +0 -4
- package/dist/types-ts4.0/tokens/atlassian-legacy-light/color/interaction.d.ts +0 -4
- package/dist/types-ts4.0/tokens/atlassian-legacy-light/color/skeleton.d.ts +0 -4
- package/dist/types-ts4.0/tokens/atlassian-legacy-light/color/text.d.ts +0 -4
- package/dist/types-ts4.0/tokens/atlassian-legacy-light/deprecated/deprecated.d.ts +0 -4
- package/dist/types-ts4.0/tokens/atlassian-legacy-light/elevation/shadow.d.ts +0 -4
- package/dist/types-ts4.0/tokens/atlassian-legacy-light/elevation/surface.d.ts +0 -4
- package/dist/types-ts4.0/tokens/atlassian-legacy-light/opacity/opacity.d.ts +0 -3
- package/dist/types-ts4.0/tokens/atlassian-legacy-light/utility/utility.d.ts +0 -5
- package/dist/types-ts4.0/tokens/atlassian-light/color/accent.d.ts +0 -4
- package/dist/types-ts4.0/tokens/atlassian-light/color/background.d.ts +0 -4
- package/dist/types-ts4.0/tokens/atlassian-light/color/border.d.ts +0 -4
- package/dist/types-ts4.0/tokens/atlassian-light/color/icon.d.ts +0 -4
- package/dist/types-ts4.0/tokens/atlassian-light/color/interaction.d.ts +0 -4
- package/dist/types-ts4.0/tokens/atlassian-light/color/skeleton.d.ts +0 -4
- package/dist/types-ts4.0/tokens/atlassian-light/color/text.d.ts +0 -4
- package/dist/types-ts4.0/tokens/atlassian-light/deprecated/deprecated.d.ts +0 -4
- package/dist/types-ts4.0/tokens/atlassian-light/elevation/shadow.d.ts +0 -4
- package/dist/types-ts4.0/tokens/atlassian-light/elevation/surface.d.ts +0 -4
- package/dist/types-ts4.0/tokens/atlassian-light/opacity/opacity.d.ts +0 -3
- package/dist/types-ts4.0/tokens/atlassian-light/utility/utility.d.ts +0 -5
- package/dist/types-ts4.0/tokens/atlassian-spacing/spacing.d.ts +0 -4
- package/dist/types-ts4.0/tokens/default/color/accent.d.ts +0 -4
- package/dist/types-ts4.0/tokens/default/color/background.d.ts +0 -4
- package/dist/types-ts4.0/tokens/default/color/border.d.ts +0 -4
- package/dist/types-ts4.0/tokens/default/color/icon.d.ts +0 -4
- package/dist/types-ts4.0/tokens/default/color/interaction.d.ts +0 -4
- package/dist/types-ts4.0/tokens/default/color/skeleton.d.ts +0 -4
- package/dist/types-ts4.0/tokens/default/color/text.d.ts +0 -4
- package/dist/types-ts4.0/tokens/default/deprecated/deprecated.d.ts +0 -4
- package/dist/types-ts4.0/tokens/default/elevation/shadow.d.ts +0 -4
- package/dist/types-ts4.0/tokens/default/elevation/surface.d.ts +0 -4
- package/dist/types-ts4.0/tokens/default/opacity/opacity.d.ts +0 -3
- package/dist/types-ts4.0/tokens/default/spacing/spacing.d.ts +0 -4
- package/dist/types-ts4.0/tokens/default/utility/utility.d.ts +0 -5
- package/dist/types-ts4.0/types.d.ts +0 -798
- package/dist/types-ts4.0/utils/color-detection.d.ts +0 -38
- package/dist/types-ts4.0/utils/token-ids.d.ts +0 -41
package/dist/es2019/constants.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export const THEME_DATA_ATTRIBUTE = 'data-theme';
|
|
2
2
|
export const COLOR_MODE_ATTRIBUTE = 'data-color-mode';
|
|
3
|
-
export const DEFAULT_THEME = 'light
|
|
3
|
+
export const DEFAULT_THEME = 'light';
|
|
4
4
|
export const CSS_PREFIX = 'ds';
|
|
5
|
-
export const CSS_VAR_FULL = ['opacity'];
|
|
5
|
+
export const CSS_VAR_FULL = ['opacity', 'font'];
|
|
6
6
|
export const TOKEN_NOT_FOUND_CSS_VAR = `--${CSS_PREFIX}-token-not-found`;
|
package/dist/es2019/get-token.js
CHANGED
|
@@ -2,7 +2,7 @@ import warnOnce from '@atlaskit/ds-lib/warn-once';
|
|
|
2
2
|
import tokens from './artifacts/token-names';
|
|
3
3
|
import { TOKEN_NOT_FOUND_CSS_VAR } from './constants';
|
|
4
4
|
const name = "@atlaskit/tokens";
|
|
5
|
-
const version = "0.
|
|
5
|
+
const version = "0.11.1";
|
|
6
6
|
|
|
7
7
|
/**
|
|
8
8
|
* Takes a dot-separated token name and an optional fallback, and returns the CSS custom property for the corresponding token.
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
const palette = {
|
|
2
|
+
fontFamily: {
|
|
3
|
+
FontFamilySans: {
|
|
4
|
+
value: `-apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif`,
|
|
5
|
+
attributes: {
|
|
6
|
+
group: 'scale'
|
|
7
|
+
}
|
|
8
|
+
},
|
|
9
|
+
FontFamilyMonospace: {
|
|
10
|
+
value: `"SFMono-Medium", "SF Mono", "Segoe UI Mono", "Roboto Mono", "Ubuntu Mono", Menlo, Consolas, Courier, monospace`,
|
|
11
|
+
attributes: {
|
|
12
|
+
group: 'scale'
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
};
|
|
17
|
+
export default palette;
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
const scale = {
|
|
2
|
+
fontSize: {
|
|
3
|
+
FontSize050: {
|
|
4
|
+
value: '11px',
|
|
5
|
+
attributes: {
|
|
6
|
+
group: 'scale'
|
|
7
|
+
}
|
|
8
|
+
},
|
|
9
|
+
FontSize075: {
|
|
10
|
+
value: '12px',
|
|
11
|
+
attributes: {
|
|
12
|
+
group: 'scale'
|
|
13
|
+
}
|
|
14
|
+
},
|
|
15
|
+
FontSize100: {
|
|
16
|
+
value: '14px',
|
|
17
|
+
attributes: {
|
|
18
|
+
group: 'scale'
|
|
19
|
+
}
|
|
20
|
+
},
|
|
21
|
+
FontSize200: {
|
|
22
|
+
value: '16px',
|
|
23
|
+
attributes: {
|
|
24
|
+
group: 'scale'
|
|
25
|
+
}
|
|
26
|
+
},
|
|
27
|
+
FontSize300: {
|
|
28
|
+
value: '20px',
|
|
29
|
+
attributes: {
|
|
30
|
+
group: 'scale'
|
|
31
|
+
}
|
|
32
|
+
},
|
|
33
|
+
FontSize400: {
|
|
34
|
+
value: '24px',
|
|
35
|
+
attributes: {
|
|
36
|
+
group: 'scale'
|
|
37
|
+
}
|
|
38
|
+
},
|
|
39
|
+
FontSize500: {
|
|
40
|
+
value: '29px',
|
|
41
|
+
attributes: {
|
|
42
|
+
group: 'scale'
|
|
43
|
+
}
|
|
44
|
+
},
|
|
45
|
+
FontSize600: {
|
|
46
|
+
value: '35px',
|
|
47
|
+
attributes: {
|
|
48
|
+
group: 'scale'
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
};
|
|
53
|
+
export default scale;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
const scale = {
|
|
2
|
+
fontWeight: {
|
|
3
|
+
FontWeightRegular: {
|
|
4
|
+
value: '400',
|
|
5
|
+
attributes: {
|
|
6
|
+
group: 'scale'
|
|
7
|
+
}
|
|
8
|
+
},
|
|
9
|
+
FontWeightMedium: {
|
|
10
|
+
value: '500',
|
|
11
|
+
attributes: {
|
|
12
|
+
group: 'scale'
|
|
13
|
+
}
|
|
14
|
+
},
|
|
15
|
+
FontWeightSemiBold: {
|
|
16
|
+
value: '600',
|
|
17
|
+
attributes: {
|
|
18
|
+
group: 'scale'
|
|
19
|
+
}
|
|
20
|
+
},
|
|
21
|
+
FontWeightBold: {
|
|
22
|
+
value: '700',
|
|
23
|
+
attributes: {
|
|
24
|
+
group: 'scale'
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
};
|
|
29
|
+
export default scale;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import fontFamilyPalette from './font-family';
|
|
2
|
+
import fontSizeScale from './font-size-scale';
|
|
3
|
+
import fontWeightScale from './font-weight-scale';
|
|
4
|
+
import lineHeightScale from './line-height-scale';
|
|
5
|
+
const typographyPalette = {
|
|
6
|
+
typography: { ...fontSizeScale,
|
|
7
|
+
...fontWeightScale,
|
|
8
|
+
...lineHeightScale,
|
|
9
|
+
...fontFamilyPalette
|
|
10
|
+
}
|
|
11
|
+
};
|
|
12
|
+
export default typographyPalette;
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
const scale = {
|
|
2
|
+
lineHeight: {
|
|
3
|
+
LineHeight100: {
|
|
4
|
+
value: '16px',
|
|
5
|
+
attributes: {
|
|
6
|
+
group: 'scale'
|
|
7
|
+
}
|
|
8
|
+
},
|
|
9
|
+
LineHeight200: {
|
|
10
|
+
value: '20px',
|
|
11
|
+
attributes: {
|
|
12
|
+
group: 'scale'
|
|
13
|
+
}
|
|
14
|
+
},
|
|
15
|
+
LineHeight300: {
|
|
16
|
+
value: '24px',
|
|
17
|
+
attributes: {
|
|
18
|
+
group: 'scale'
|
|
19
|
+
}
|
|
20
|
+
},
|
|
21
|
+
LineHeight400: {
|
|
22
|
+
value: '28px',
|
|
23
|
+
attributes: {
|
|
24
|
+
group: 'scale'
|
|
25
|
+
}
|
|
26
|
+
},
|
|
27
|
+
LineHeight500: {
|
|
28
|
+
value: '32px',
|
|
29
|
+
attributes: {
|
|
30
|
+
group: 'scale'
|
|
31
|
+
}
|
|
32
|
+
},
|
|
33
|
+
LineHeight600: {
|
|
34
|
+
value: '40px',
|
|
35
|
+
attributes: {
|
|
36
|
+
group: 'scale'
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
};
|
|
41
|
+
export default scale;
|
|
@@ -82,6 +82,14 @@ const themeConfig = {
|
|
|
82
82
|
attributes: {
|
|
83
83
|
type: 'spacing'
|
|
84
84
|
}
|
|
85
|
+
},
|
|
86
|
+
'atlassian-typography': {
|
|
87
|
+
id: 'typography',
|
|
88
|
+
displayName: 'Atlassian Typography',
|
|
89
|
+
palette: 'typographyPalette',
|
|
90
|
+
attributes: {
|
|
91
|
+
type: 'typography'
|
|
92
|
+
}
|
|
85
93
|
}
|
|
86
94
|
};
|
|
87
95
|
export default themeConfig;
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
const font = {
|
|
2
|
+
font: {
|
|
3
|
+
size: {
|
|
4
|
+
'050': {
|
|
5
|
+
value: 'FontSize050'
|
|
6
|
+
},
|
|
7
|
+
'075': {
|
|
8
|
+
value: 'FontSize075'
|
|
9
|
+
},
|
|
10
|
+
'100': {
|
|
11
|
+
value: 'FontSize100'
|
|
12
|
+
},
|
|
13
|
+
'200': {
|
|
14
|
+
value: 'FontSize200'
|
|
15
|
+
},
|
|
16
|
+
'300': {
|
|
17
|
+
value: 'FontSize300'
|
|
18
|
+
},
|
|
19
|
+
'400': {
|
|
20
|
+
value: 'FontSize400'
|
|
21
|
+
},
|
|
22
|
+
'500': {
|
|
23
|
+
value: 'FontSize500'
|
|
24
|
+
},
|
|
25
|
+
'600': {
|
|
26
|
+
value: 'FontSize600'
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
};
|
|
31
|
+
export default font;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
const font = {
|
|
2
|
+
font: {
|
|
3
|
+
weight: {
|
|
4
|
+
regular: {
|
|
5
|
+
value: 'FontWeightRegular'
|
|
6
|
+
},
|
|
7
|
+
medium: {
|
|
8
|
+
value: 'FontWeightMedium'
|
|
9
|
+
},
|
|
10
|
+
semibold: {
|
|
11
|
+
value: 'FontWeightSemiBold'
|
|
12
|
+
},
|
|
13
|
+
bold: {
|
|
14
|
+
value: 'FontWeightBold'
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
};
|
|
19
|
+
export default font;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
const font = {
|
|
2
|
+
font: {
|
|
3
|
+
lineHeight: {
|
|
4
|
+
'100': {
|
|
5
|
+
value: 'LineHeight100'
|
|
6
|
+
},
|
|
7
|
+
'200': {
|
|
8
|
+
value: 'LineHeight200'
|
|
9
|
+
},
|
|
10
|
+
'300': {
|
|
11
|
+
value: 'LineHeight300'
|
|
12
|
+
},
|
|
13
|
+
'400': {
|
|
14
|
+
value: 'LineHeight400'
|
|
15
|
+
},
|
|
16
|
+
'500': {
|
|
17
|
+
value: 'LineHeight500'
|
|
18
|
+
},
|
|
19
|
+
'600': {
|
|
20
|
+
value: 'LineHeight600'
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
};
|
|
25
|
+
export default font;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
const font = {
|
|
2
|
+
font: {
|
|
3
|
+
family: {
|
|
4
|
+
sans: {
|
|
5
|
+
attributes: {
|
|
6
|
+
group: 'fontFamily',
|
|
7
|
+
state: 'active',
|
|
8
|
+
introduced: '0.10.33',
|
|
9
|
+
description: 'Helpful guidance goes here'
|
|
10
|
+
}
|
|
11
|
+
},
|
|
12
|
+
monospace: {
|
|
13
|
+
attributes: {
|
|
14
|
+
group: 'fontFamily',
|
|
15
|
+
state: 'active',
|
|
16
|
+
introduced: '0.10.33',
|
|
17
|
+
description: 'Helpful guidance goes here'
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
};
|
|
23
|
+
export default font;
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
const font = {
|
|
2
|
+
font: {
|
|
3
|
+
size: {
|
|
4
|
+
'050': {
|
|
5
|
+
attributes: {
|
|
6
|
+
group: 'fontSize',
|
|
7
|
+
state: 'active',
|
|
8
|
+
introduced: '0.10.33',
|
|
9
|
+
description: 'Helpful guidance goes here'
|
|
10
|
+
}
|
|
11
|
+
},
|
|
12
|
+
'075': {
|
|
13
|
+
attributes: {
|
|
14
|
+
group: 'fontSize',
|
|
15
|
+
state: 'active',
|
|
16
|
+
introduced: '0.10.33',
|
|
17
|
+
description: 'Helpful guidance goes here'
|
|
18
|
+
}
|
|
19
|
+
},
|
|
20
|
+
'100': {
|
|
21
|
+
attributes: {
|
|
22
|
+
group: 'fontSize',
|
|
23
|
+
state: 'active',
|
|
24
|
+
introduced: '0.10.33',
|
|
25
|
+
description: 'Helpful guidance goes here'
|
|
26
|
+
}
|
|
27
|
+
},
|
|
28
|
+
'200': {
|
|
29
|
+
attributes: {
|
|
30
|
+
group: 'fontSize',
|
|
31
|
+
state: 'active',
|
|
32
|
+
introduced: '0.10.33',
|
|
33
|
+
description: 'Helpful guidance goes here'
|
|
34
|
+
}
|
|
35
|
+
},
|
|
36
|
+
'300': {
|
|
37
|
+
attributes: {
|
|
38
|
+
group: 'fontSize',
|
|
39
|
+
state: 'active',
|
|
40
|
+
introduced: '0.10.33',
|
|
41
|
+
description: 'Helpful guidance goes here'
|
|
42
|
+
}
|
|
43
|
+
},
|
|
44
|
+
'400': {
|
|
45
|
+
attributes: {
|
|
46
|
+
group: 'fontSize',
|
|
47
|
+
state: 'active',
|
|
48
|
+
introduced: '0.10.33',
|
|
49
|
+
description: 'Helpful guidance goes here'
|
|
50
|
+
}
|
|
51
|
+
},
|
|
52
|
+
'500': {
|
|
53
|
+
attributes: {
|
|
54
|
+
group: 'fontSize',
|
|
55
|
+
state: 'active',
|
|
56
|
+
introduced: '0.10.33',
|
|
57
|
+
description: 'Helpful guidance goes here'
|
|
58
|
+
}
|
|
59
|
+
},
|
|
60
|
+
'600': {
|
|
61
|
+
attributes: {
|
|
62
|
+
group: 'fontSize',
|
|
63
|
+
state: 'active',
|
|
64
|
+
introduced: '0.10.33',
|
|
65
|
+
description: 'Helpful guidance goes here'
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
};
|
|
71
|
+
export default font;
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
const font = {
|
|
2
|
+
font: {
|
|
3
|
+
weight: {
|
|
4
|
+
regular: {
|
|
5
|
+
attributes: {
|
|
6
|
+
group: 'fontWeight',
|
|
7
|
+
state: 'active',
|
|
8
|
+
introduced: '0.10.33',
|
|
9
|
+
description: 'Helpful guidance goes here'
|
|
10
|
+
}
|
|
11
|
+
},
|
|
12
|
+
medium: {
|
|
13
|
+
attributes: {
|
|
14
|
+
group: 'fontWeight',
|
|
15
|
+
state: 'active',
|
|
16
|
+
introduced: '0.10.33',
|
|
17
|
+
description: 'Helpful guidance goes here'
|
|
18
|
+
}
|
|
19
|
+
},
|
|
20
|
+
semibold: {
|
|
21
|
+
attributes: {
|
|
22
|
+
group: 'fontWeight',
|
|
23
|
+
state: 'active',
|
|
24
|
+
introduced: '0.10.33',
|
|
25
|
+
description: 'Helpful guidance goes here'
|
|
26
|
+
}
|
|
27
|
+
},
|
|
28
|
+
bold: {
|
|
29
|
+
attributes: {
|
|
30
|
+
group: 'fontWeight',
|
|
31
|
+
state: 'active',
|
|
32
|
+
introduced: '0.10.33',
|
|
33
|
+
description: 'Helpful guidance goes here'
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
};
|
|
39
|
+
export default font;
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
const font = {
|
|
2
|
+
font: {
|
|
3
|
+
lineHeight: {
|
|
4
|
+
'100': {
|
|
5
|
+
attributes: {
|
|
6
|
+
group: 'lineHeight',
|
|
7
|
+
state: 'active',
|
|
8
|
+
introduced: '0.10.33',
|
|
9
|
+
description: 'Helpful guidance goes here'
|
|
10
|
+
}
|
|
11
|
+
},
|
|
12
|
+
'200': {
|
|
13
|
+
attributes: {
|
|
14
|
+
group: 'lineHeight',
|
|
15
|
+
state: 'active',
|
|
16
|
+
introduced: '0.10.33',
|
|
17
|
+
description: 'Helpful guidance goes here'
|
|
18
|
+
}
|
|
19
|
+
},
|
|
20
|
+
'300': {
|
|
21
|
+
attributes: {
|
|
22
|
+
group: 'lineHeight',
|
|
23
|
+
state: 'active',
|
|
24
|
+
introduced: '0.10.33',
|
|
25
|
+
description: 'Helpful guidance goes here'
|
|
26
|
+
}
|
|
27
|
+
},
|
|
28
|
+
'400': {
|
|
29
|
+
attributes: {
|
|
30
|
+
group: 'lineHeight',
|
|
31
|
+
state: 'active',
|
|
32
|
+
introduced: '0.10.33',
|
|
33
|
+
description: 'Helpful guidance goes here'
|
|
34
|
+
}
|
|
35
|
+
},
|
|
36
|
+
'500': {
|
|
37
|
+
attributes: {
|
|
38
|
+
group: 'lineHeight',
|
|
39
|
+
state: 'active',
|
|
40
|
+
introduced: '0.10.33',
|
|
41
|
+
description: 'Helpful guidance goes here'
|
|
42
|
+
}
|
|
43
|
+
},
|
|
44
|
+
'600': {
|
|
45
|
+
attributes: {
|
|
46
|
+
group: 'lineHeight',
|
|
47
|
+
state: 'active',
|
|
48
|
+
introduced: '0.10.33',
|
|
49
|
+
description: 'Helpful guidance goes here'
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
};
|
|
55
|
+
export default font;
|
package/dist/es2019/version.json
CHANGED
|
@@ -0,0 +1,127 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::8fb1da69b30c7b1fcf40b479e7db7093>>
|
|
4
|
+
* @codegenCommand yarn build tokens
|
|
5
|
+
*/
|
|
6
|
+
var tokens = [{
|
|
7
|
+
"value": "11px",
|
|
8
|
+
"attributes": {
|
|
9
|
+
"group": "scale"
|
|
10
|
+
},
|
|
11
|
+
"filePath": "src/palettes/font-size-scale.tsx",
|
|
12
|
+
"isSource": true,
|
|
13
|
+
"original": {
|
|
14
|
+
"value": "11px",
|
|
15
|
+
"attributes": {
|
|
16
|
+
"group": "scale"
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
"name": "fontSize.FontSize050",
|
|
20
|
+
"path": ["fontSize", "FontSize050"]
|
|
21
|
+
}, {
|
|
22
|
+
"value": "12px",
|
|
23
|
+
"attributes": {
|
|
24
|
+
"group": "scale"
|
|
25
|
+
},
|
|
26
|
+
"filePath": "src/palettes/font-size-scale.tsx",
|
|
27
|
+
"isSource": true,
|
|
28
|
+
"original": {
|
|
29
|
+
"value": "12px",
|
|
30
|
+
"attributes": {
|
|
31
|
+
"group": "scale"
|
|
32
|
+
}
|
|
33
|
+
},
|
|
34
|
+
"name": "fontSize.FontSize075",
|
|
35
|
+
"path": ["fontSize", "FontSize075"]
|
|
36
|
+
}, {
|
|
37
|
+
"value": "14px",
|
|
38
|
+
"attributes": {
|
|
39
|
+
"group": "scale"
|
|
40
|
+
},
|
|
41
|
+
"filePath": "src/palettes/font-size-scale.tsx",
|
|
42
|
+
"isSource": true,
|
|
43
|
+
"original": {
|
|
44
|
+
"value": "14px",
|
|
45
|
+
"attributes": {
|
|
46
|
+
"group": "scale"
|
|
47
|
+
}
|
|
48
|
+
},
|
|
49
|
+
"name": "fontSize.FontSize100",
|
|
50
|
+
"path": ["fontSize", "FontSize100"]
|
|
51
|
+
}, {
|
|
52
|
+
"value": "16px",
|
|
53
|
+
"attributes": {
|
|
54
|
+
"group": "scale"
|
|
55
|
+
},
|
|
56
|
+
"filePath": "src/palettes/font-size-scale.tsx",
|
|
57
|
+
"isSource": true,
|
|
58
|
+
"original": {
|
|
59
|
+
"value": "16px",
|
|
60
|
+
"attributes": {
|
|
61
|
+
"group": "scale"
|
|
62
|
+
}
|
|
63
|
+
},
|
|
64
|
+
"name": "fontSize.FontSize200",
|
|
65
|
+
"path": ["fontSize", "FontSize200"]
|
|
66
|
+
}, {
|
|
67
|
+
"value": "20px",
|
|
68
|
+
"attributes": {
|
|
69
|
+
"group": "scale"
|
|
70
|
+
},
|
|
71
|
+
"filePath": "src/palettes/font-size-scale.tsx",
|
|
72
|
+
"isSource": true,
|
|
73
|
+
"original": {
|
|
74
|
+
"value": "20px",
|
|
75
|
+
"attributes": {
|
|
76
|
+
"group": "scale"
|
|
77
|
+
}
|
|
78
|
+
},
|
|
79
|
+
"name": "fontSize.FontSize300",
|
|
80
|
+
"path": ["fontSize", "FontSize300"]
|
|
81
|
+
}, {
|
|
82
|
+
"value": "24px",
|
|
83
|
+
"attributes": {
|
|
84
|
+
"group": "scale"
|
|
85
|
+
},
|
|
86
|
+
"filePath": "src/palettes/font-size-scale.tsx",
|
|
87
|
+
"isSource": true,
|
|
88
|
+
"original": {
|
|
89
|
+
"value": "24px",
|
|
90
|
+
"attributes": {
|
|
91
|
+
"group": "scale"
|
|
92
|
+
}
|
|
93
|
+
},
|
|
94
|
+
"name": "fontSize.FontSize400",
|
|
95
|
+
"path": ["fontSize", "FontSize400"]
|
|
96
|
+
}, {
|
|
97
|
+
"value": "29px",
|
|
98
|
+
"attributes": {
|
|
99
|
+
"group": "scale"
|
|
100
|
+
},
|
|
101
|
+
"filePath": "src/palettes/font-size-scale.tsx",
|
|
102
|
+
"isSource": true,
|
|
103
|
+
"original": {
|
|
104
|
+
"value": "29px",
|
|
105
|
+
"attributes": {
|
|
106
|
+
"group": "scale"
|
|
107
|
+
}
|
|
108
|
+
},
|
|
109
|
+
"name": "fontSize.FontSize500",
|
|
110
|
+
"path": ["fontSize", "FontSize500"]
|
|
111
|
+
}, {
|
|
112
|
+
"value": "35px",
|
|
113
|
+
"attributes": {
|
|
114
|
+
"group": "scale"
|
|
115
|
+
},
|
|
116
|
+
"filePath": "src/palettes/font-size-scale.tsx",
|
|
117
|
+
"isSource": true,
|
|
118
|
+
"original": {
|
|
119
|
+
"value": "35px",
|
|
120
|
+
"attributes": {
|
|
121
|
+
"group": "scale"
|
|
122
|
+
}
|
|
123
|
+
},
|
|
124
|
+
"name": "fontSize.FontSize600",
|
|
125
|
+
"path": ["fontSize", "FontSize600"]
|
|
126
|
+
}];
|
|
127
|
+
export default tokens;
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::f17d943d430728df0f70ad5321ac80d4>>
|
|
4
|
+
* @codegenCommand yarn build tokens
|
|
5
|
+
*/
|
|
6
|
+
var tokens = [{
|
|
7
|
+
"value": "400",
|
|
8
|
+
"attributes": {
|
|
9
|
+
"group": "scale"
|
|
10
|
+
},
|
|
11
|
+
"filePath": "src/palettes/font-weight-scale.tsx",
|
|
12
|
+
"isSource": true,
|
|
13
|
+
"original": {
|
|
14
|
+
"value": "400",
|
|
15
|
+
"attributes": {
|
|
16
|
+
"group": "scale"
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
"name": "fontWeight.FontWeightRegular",
|
|
20
|
+
"path": ["fontWeight", "FontWeightRegular"]
|
|
21
|
+
}, {
|
|
22
|
+
"value": "500",
|
|
23
|
+
"attributes": {
|
|
24
|
+
"group": "scale"
|
|
25
|
+
},
|
|
26
|
+
"filePath": "src/palettes/font-weight-scale.tsx",
|
|
27
|
+
"isSource": true,
|
|
28
|
+
"original": {
|
|
29
|
+
"value": "500",
|
|
30
|
+
"attributes": {
|
|
31
|
+
"group": "scale"
|
|
32
|
+
}
|
|
33
|
+
},
|
|
34
|
+
"name": "fontWeight.FontWeightMedium",
|
|
35
|
+
"path": ["fontWeight", "FontWeightMedium"]
|
|
36
|
+
}, {
|
|
37
|
+
"value": "600",
|
|
38
|
+
"attributes": {
|
|
39
|
+
"group": "scale"
|
|
40
|
+
},
|
|
41
|
+
"filePath": "src/palettes/font-weight-scale.tsx",
|
|
42
|
+
"isSource": true,
|
|
43
|
+
"original": {
|
|
44
|
+
"value": "600",
|
|
45
|
+
"attributes": {
|
|
46
|
+
"group": "scale"
|
|
47
|
+
}
|
|
48
|
+
},
|
|
49
|
+
"name": "fontWeight.FontWeightSemiBold",
|
|
50
|
+
"path": ["fontWeight", "FontWeightSemiBold"]
|
|
51
|
+
}, {
|
|
52
|
+
"value": "700",
|
|
53
|
+
"attributes": {
|
|
54
|
+
"group": "scale"
|
|
55
|
+
},
|
|
56
|
+
"filePath": "src/palettes/font-weight-scale.tsx",
|
|
57
|
+
"isSource": true,
|
|
58
|
+
"original": {
|
|
59
|
+
"value": "700",
|
|
60
|
+
"attributes": {
|
|
61
|
+
"group": "scale"
|
|
62
|
+
}
|
|
63
|
+
},
|
|
64
|
+
"name": "fontWeight.FontWeightBold",
|
|
65
|
+
"path": ["fontWeight", "FontWeightBold"]
|
|
66
|
+
}];
|
|
67
|
+
export default tokens;
|