@atlaskit/tokens 0.11.5 → 0.12.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +12 -0
- package/dist/cjs/artifacts/palettes-raw/typography-palette.js +315 -0
- package/dist/cjs/artifacts/{rename-mapping/atlassian-dark.js → replacement-mapping.js} +263 -55
- package/dist/cjs/artifacts/token-default-values.js +405 -17
- package/dist/cjs/artifacts/token-names.js +400 -16
- package/dist/cjs/babel-plugin/plugin.js +6 -0
- package/dist/cjs/entry-points/rename-mapping.js +2 -2
- package/dist/cjs/get-token.js +1 -1
- package/dist/cjs/palettes/typography-palette.js +156 -0
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/artifacts/palettes-raw/typography-palette.js +307 -0
- package/dist/{cjs/artifacts/rename-mapping/atlassian-legacy-light.js → es2019/artifacts/replacement-mapping.js} +263 -63
- package/dist/es2019/artifacts/token-default-values.js +404 -9
- package/dist/es2019/artifacts/token-names.js +399 -8
- package/dist/es2019/babel-plugin/plugin.js +6 -0
- package/dist/es2019/entry-points/rename-mapping.js +1 -1
- package/dist/es2019/get-token.js +1 -1
- package/dist/es2019/palettes/typography-palette.js +144 -0
- package/dist/es2019/version.json +1 -1
- package/dist/esm/artifacts/palettes-raw/typography-palette.js +307 -0
- package/dist/{cjs/artifacts/rename-mapping/atlassian-legacy-dark.js → esm/artifacts/replacement-mapping.js} +263 -63
- package/dist/esm/artifacts/token-default-values.js +405 -15
- package/dist/esm/artifacts/token-names.js +400 -14
- package/dist/esm/babel-plugin/plugin.js +6 -0
- package/dist/esm/entry-points/rename-mapping.js +1 -1
- package/dist/esm/get-token.js +1 -1
- package/dist/esm/palettes/typography-palette.js +146 -0
- package/dist/esm/version.json +1 -1
- package/dist/types/artifacts/palettes-raw/{font-weight-scale.d.ts → typography-palette.d.ts} +1 -1
- package/dist/types/artifacts/{rename-mapping/atlassian-legacy-dark.d.ts → replacement-mapping.d.ts} +4 -4
- package/dist/types/artifacts/token-default-values.d.ts +404 -395
- package/dist/types/artifacts/token-names.d.ts +527 -131
- package/dist/types/artifacts/types-internal.d.ts +6 -2
- package/dist/types/artifacts/types.d.ts +6 -2
- package/dist/types/entry-points/rename-mapping.d.ts +1 -1
- package/dist/types/palettes/typography-palette.d.ts +14 -0
- package/dist/types/tokens/atlassian-typography/font-family.d.ts +1 -1
- package/dist/types/tokens/atlassian-typography/font-size.d.ts +1 -1
- package/dist/types/tokens/atlassian-typography/font-weight.d.ts +1 -1
- package/dist/types/tokens/atlassian-typography/line-height.d.ts +1 -1
- package/dist/types/tokens/default/typography/font-family.d.ts +1 -1
- package/dist/types/tokens/default/typography/font-size.d.ts +1 -1
- package/dist/types/tokens/default/typography/font-weight.d.ts +1 -1
- package/dist/types/tokens/default/typography/line-height.d.ts +1 -1
- package/package.json +5 -5
- package/report.api.md +156 -167
- package/tmp/api-report-tmp.d.ts +156 -167
- package/dist/cjs/artifacts/palettes-raw/font-size-scale.js +0 -135
- package/dist/cjs/artifacts/palettes-raw/font-weight-scale.js +0 -75
- package/dist/cjs/artifacts/palettes-raw/line-height-scale.js +0 -105
- package/dist/cjs/artifacts/rename-mapping/atlassian-light.js +0 -427
- package/dist/cjs/artifacts/rename-mapping/atlassian-spacing.js +0 -235
- package/dist/cjs/artifacts/rename-mapping/atlassian-typography.js +0 -27
- package/dist/cjs/artifacts/rename-mapping.js +0 -22
- package/dist/cjs/artifacts/typescript/atlassian-dark-token-names.js +0 -309
- package/dist/cjs/artifacts/typescript/atlassian-dark-types-internal.js +0 -5
- package/dist/cjs/artifacts/typescript/atlassian-dark-types.js +0 -5
- package/dist/cjs/artifacts/typescript/atlassian-legacy-dark-token-names.js +0 -309
- package/dist/cjs/artifacts/typescript/atlassian-legacy-dark-types-internal.js +0 -5
- package/dist/cjs/artifacts/typescript/atlassian-legacy-dark-types.js +0 -5
- package/dist/cjs/artifacts/typescript/atlassian-legacy-light-token-names.js +0 -309
- package/dist/cjs/artifacts/typescript/atlassian-legacy-light-types-internal.js +0 -5
- package/dist/cjs/artifacts/typescript/atlassian-legacy-light-types.js +0 -5
- package/dist/cjs/artifacts/typescript/atlassian-light-token-names.js +0 -309
- package/dist/cjs/artifacts/typescript/atlassian-light-types-internal.js +0 -5
- package/dist/cjs/artifacts/typescript/atlassian-light-types.js +0 -5
- package/dist/cjs/artifacts/typescript/atlassian-spacing-token-default-values.js +0 -100
- package/dist/cjs/artifacts/typescript/atlassian-spacing-token-names.js +0 -96
- package/dist/cjs/artifacts/typescript/atlassian-spacing-types-internal.js +0 -5
- package/dist/cjs/artifacts/typescript/atlassian-spacing-types.js +0 -5
- package/dist/cjs/artifacts/typescript/atlassian-typography-token-default-values.js +0 -40
- package/dist/cjs/artifacts/typescript/atlassian-typography-token-names.js +0 -36
- package/dist/cjs/artifacts/typescript/atlassian-typography-types-internal.js +0 -5
- package/dist/cjs/artifacts/typescript/atlassian-typography-types.js +0 -5
- package/dist/cjs/palettes/typography/font-family.js +0 -24
- package/dist/cjs/palettes/typography/font-size-scale.js +0 -60
- package/dist/cjs/palettes/typography/font-weight-scale.js +0 -36
- package/dist/cjs/palettes/typography/index.js +0 -28
- package/dist/cjs/palettes/typography/line-height-scale.js +0 -48
- package/dist/es2019/artifacts/palettes-raw/font-size-scale.js +0 -127
- package/dist/es2019/artifacts/palettes-raw/font-weight-scale.js +0 -67
- package/dist/es2019/artifacts/palettes-raw/line-height-scale.js +0 -97
- package/dist/es2019/artifacts/rename-mapping/atlassian-dark.js +0 -419
- package/dist/es2019/artifacts/rename-mapping/atlassian-legacy-dark.js +0 -419
- package/dist/es2019/artifacts/rename-mapping/atlassian-legacy-light.js +0 -419
- package/dist/es2019/artifacts/rename-mapping/atlassian-light.js +0 -419
- package/dist/es2019/artifacts/rename-mapping/atlassian-spacing.js +0 -227
- package/dist/es2019/artifacts/rename-mapping/atlassian-typography.js +0 -19
- package/dist/es2019/artifacts/rename-mapping.js +0 -7
- package/dist/es2019/artifacts/typescript/atlassian-dark-token-names.js +0 -301
- package/dist/es2019/artifacts/typescript/atlassian-dark-types-internal.js +0 -1
- package/dist/es2019/artifacts/typescript/atlassian-dark-types.js +0 -1
- package/dist/es2019/artifacts/typescript/atlassian-legacy-dark-token-names.js +0 -301
- package/dist/es2019/artifacts/typescript/atlassian-legacy-dark-types-internal.js +0 -1
- package/dist/es2019/artifacts/typescript/atlassian-legacy-dark-types.js +0 -1
- package/dist/es2019/artifacts/typescript/atlassian-legacy-light-token-names.js +0 -301
- package/dist/es2019/artifacts/typescript/atlassian-legacy-light-types-internal.js +0 -1
- package/dist/es2019/artifacts/typescript/atlassian-legacy-light-types.js +0 -1
- package/dist/es2019/artifacts/typescript/atlassian-light-token-names.js +0 -301
- package/dist/es2019/artifacts/typescript/atlassian-light-types-internal.js +0 -1
- package/dist/es2019/artifacts/typescript/atlassian-light-types.js +0 -1
- package/dist/es2019/artifacts/typescript/atlassian-spacing-token-default-values.js +0 -92
- package/dist/es2019/artifacts/typescript/atlassian-spacing-token-names.js +0 -88
- package/dist/es2019/artifacts/typescript/atlassian-spacing-types-internal.js +0 -1
- package/dist/es2019/artifacts/typescript/atlassian-spacing-types.js +0 -1
- package/dist/es2019/artifacts/typescript/atlassian-typography-token-default-values.js +0 -32
- package/dist/es2019/artifacts/typescript/atlassian-typography-token-names.js +0 -28
- package/dist/es2019/artifacts/typescript/atlassian-typography-types-internal.js +0 -1
- package/dist/es2019/artifacts/typescript/atlassian-typography-types.js +0 -1
- package/dist/es2019/palettes/typography/font-family.js +0 -17
- package/dist/es2019/palettes/typography/font-size-scale.js +0 -53
- package/dist/es2019/palettes/typography/font-weight-scale.js +0 -29
- package/dist/es2019/palettes/typography/index.js +0 -12
- package/dist/es2019/palettes/typography/line-height-scale.js +0 -41
- package/dist/esm/artifacts/palettes-raw/font-size-scale.js +0 -127
- package/dist/esm/artifacts/palettes-raw/font-weight-scale.js +0 -67
- package/dist/esm/artifacts/palettes-raw/line-height-scale.js +0 -97
- package/dist/esm/artifacts/rename-mapping/atlassian-dark.js +0 -419
- package/dist/esm/artifacts/rename-mapping/atlassian-legacy-dark.js +0 -419
- package/dist/esm/artifacts/rename-mapping/atlassian-legacy-light.js +0 -419
- package/dist/esm/artifacts/rename-mapping/atlassian-light.js +0 -419
- package/dist/esm/artifacts/rename-mapping/atlassian-spacing.js +0 -227
- package/dist/esm/artifacts/rename-mapping/atlassian-typography.js +0 -19
- package/dist/esm/artifacts/rename-mapping.js +0 -9
- package/dist/esm/artifacts/typescript/atlassian-dark-token-names.js +0 -301
- package/dist/esm/artifacts/typescript/atlassian-dark-types-internal.js +0 -1
- package/dist/esm/artifacts/typescript/atlassian-dark-types.js +0 -1
- package/dist/esm/artifacts/typescript/atlassian-legacy-dark-token-names.js +0 -301
- package/dist/esm/artifacts/typescript/atlassian-legacy-dark-types-internal.js +0 -1
- package/dist/esm/artifacts/typescript/atlassian-legacy-dark-types.js +0 -1
- package/dist/esm/artifacts/typescript/atlassian-legacy-light-token-names.js +0 -301
- package/dist/esm/artifacts/typescript/atlassian-legacy-light-types-internal.js +0 -1
- package/dist/esm/artifacts/typescript/atlassian-legacy-light-types.js +0 -1
- package/dist/esm/artifacts/typescript/atlassian-light-token-names.js +0 -301
- package/dist/esm/artifacts/typescript/atlassian-light-types-internal.js +0 -1
- package/dist/esm/artifacts/typescript/atlassian-light-types.js +0 -1
- package/dist/esm/artifacts/typescript/atlassian-spacing-token-default-values.js +0 -92
- package/dist/esm/artifacts/typescript/atlassian-spacing-token-names.js +0 -88
- package/dist/esm/artifacts/typescript/atlassian-spacing-types-internal.js +0 -1
- package/dist/esm/artifacts/typescript/atlassian-spacing-types.js +0 -1
- package/dist/esm/artifacts/typescript/atlassian-typography-token-default-values.js +0 -32
- package/dist/esm/artifacts/typescript/atlassian-typography-token-names.js +0 -28
- package/dist/esm/artifacts/typescript/atlassian-typography-types-internal.js +0 -1
- package/dist/esm/artifacts/typescript/atlassian-typography-types.js +0 -1
- package/dist/esm/palettes/typography/font-family.js +0 -17
- package/dist/esm/palettes/typography/font-size-scale.js +0 -53
- package/dist/esm/palettes/typography/font-weight-scale.js +0 -29
- package/dist/esm/palettes/typography/index.js +0 -14
- package/dist/esm/palettes/typography/line-height-scale.js +0 -41
- package/dist/types/artifacts/palettes-raw/font-size-scale.d.ts +0 -22
- package/dist/types/artifacts/palettes-raw/line-height-scale.d.ts +0 -22
- package/dist/types/artifacts/rename-mapping/atlassian-dark.d.ts +0 -26
- package/dist/types/artifacts/rename-mapping/atlassian-legacy-light.d.ts +0 -26
- package/dist/types/artifacts/rename-mapping/atlassian-light.d.ts +0 -26
- package/dist/types/artifacts/rename-mapping/atlassian-spacing.d.ts +0 -26
- package/dist/types/artifacts/rename-mapping/atlassian-typography.d.ts +0 -26
- package/dist/types/artifacts/rename-mapping.d.ts +0 -6
- package/dist/types/artifacts/typescript/atlassian-dark-token-names.d.ts +0 -596
- package/dist/types/artifacts/typescript/atlassian-dark-types-internal.d.ts +0 -6
- package/dist/types/artifacts/typescript/atlassian-dark-types.d.ts +0 -6
- package/dist/types/artifacts/typescript/atlassian-legacy-dark-token-names.d.ts +0 -596
- package/dist/types/artifacts/typescript/atlassian-legacy-dark-types-internal.d.ts +0 -6
- package/dist/types/artifacts/typescript/atlassian-legacy-dark-types.d.ts +0 -6
- package/dist/types/artifacts/typescript/atlassian-legacy-light-token-names.d.ts +0 -596
- package/dist/types/artifacts/typescript/atlassian-legacy-light-types-internal.d.ts +0 -6
- package/dist/types/artifacts/typescript/atlassian-legacy-light-types.d.ts +0 -6
- package/dist/types/artifacts/typescript/atlassian-light-token-names.d.ts +0 -596
- package/dist/types/artifacts/typescript/atlassian-light-types-internal.d.ts +0 -6
- package/dist/types/artifacts/typescript/atlassian-light-types.d.ts +0 -6
- package/dist/types/artifacts/typescript/atlassian-spacing-token-default-values.d.ts +0 -92
- package/dist/types/artifacts/typescript/atlassian-spacing-token-names.d.ts +0 -170
- package/dist/types/artifacts/typescript/atlassian-spacing-types-internal.d.ts +0 -6
- package/dist/types/artifacts/typescript/atlassian-spacing-types.d.ts +0 -6
- package/dist/types/artifacts/typescript/atlassian-typography-token-default-values.d.ts +0 -32
- package/dist/types/artifacts/typescript/atlassian-typography-token-names.d.ts +0 -50
- package/dist/types/artifacts/typescript/atlassian-typography-types-internal.d.ts +0 -6
- package/dist/types/artifacts/typescript/atlassian-typography-types.d.ts +0 -6
- package/dist/types/palettes/typography/font-family.d.ts +0 -5
- package/dist/types/palettes/typography/font-size-scale.d.ts +0 -5
- package/dist/types/palettes/typography/font-weight-scale.d.ts +0 -5
- package/dist/types/palettes/typography/index.d.ts +0 -10
- package/dist/types/palettes/typography/line-height-scale.d.ts +0 -5
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports.default = void 0;
|
|
7
|
-
var palette = {
|
|
8
|
-
fontFamily: {
|
|
9
|
-
FontFamilySans: {
|
|
10
|
-
value: "-apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Roboto\", \"Oxygen\", \"Ubuntu\", \"Fira Sans\", \"Droid Sans\", \"Helvetica Neue\", sans-serif",
|
|
11
|
-
attributes: {
|
|
12
|
-
group: 'scale'
|
|
13
|
-
}
|
|
14
|
-
},
|
|
15
|
-
FontFamilyMonospace: {
|
|
16
|
-
value: "\"SFMono-Medium\", \"SF Mono\", \"Segoe UI Mono\", \"Roboto Mono\", \"Ubuntu Mono\", Menlo, Consolas, Courier, monospace",
|
|
17
|
-
attributes: {
|
|
18
|
-
group: 'scale'
|
|
19
|
-
}
|
|
20
|
-
}
|
|
21
|
-
}
|
|
22
|
-
};
|
|
23
|
-
var _default = palette;
|
|
24
|
-
exports.default = _default;
|
|
@@ -1,60 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports.default = void 0;
|
|
7
|
-
var scale = {
|
|
8
|
-
fontSize: {
|
|
9
|
-
FontSize050: {
|
|
10
|
-
value: '11px',
|
|
11
|
-
attributes: {
|
|
12
|
-
group: 'scale'
|
|
13
|
-
}
|
|
14
|
-
},
|
|
15
|
-
FontSize075: {
|
|
16
|
-
value: '12px',
|
|
17
|
-
attributes: {
|
|
18
|
-
group: 'scale'
|
|
19
|
-
}
|
|
20
|
-
},
|
|
21
|
-
FontSize100: {
|
|
22
|
-
value: '14px',
|
|
23
|
-
attributes: {
|
|
24
|
-
group: 'scale'
|
|
25
|
-
}
|
|
26
|
-
},
|
|
27
|
-
FontSize200: {
|
|
28
|
-
value: '16px',
|
|
29
|
-
attributes: {
|
|
30
|
-
group: 'scale'
|
|
31
|
-
}
|
|
32
|
-
},
|
|
33
|
-
FontSize300: {
|
|
34
|
-
value: '20px',
|
|
35
|
-
attributes: {
|
|
36
|
-
group: 'scale'
|
|
37
|
-
}
|
|
38
|
-
},
|
|
39
|
-
FontSize400: {
|
|
40
|
-
value: '24px',
|
|
41
|
-
attributes: {
|
|
42
|
-
group: 'scale'
|
|
43
|
-
}
|
|
44
|
-
},
|
|
45
|
-
FontSize500: {
|
|
46
|
-
value: '29px',
|
|
47
|
-
attributes: {
|
|
48
|
-
group: 'scale'
|
|
49
|
-
}
|
|
50
|
-
},
|
|
51
|
-
FontSize600: {
|
|
52
|
-
value: '35px',
|
|
53
|
-
attributes: {
|
|
54
|
-
group: 'scale'
|
|
55
|
-
}
|
|
56
|
-
}
|
|
57
|
-
}
|
|
58
|
-
};
|
|
59
|
-
var _default = scale;
|
|
60
|
-
exports.default = _default;
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports.default = void 0;
|
|
7
|
-
var scale = {
|
|
8
|
-
fontWeight: {
|
|
9
|
-
FontWeightRegular: {
|
|
10
|
-
value: '400',
|
|
11
|
-
attributes: {
|
|
12
|
-
group: 'scale'
|
|
13
|
-
}
|
|
14
|
-
},
|
|
15
|
-
FontWeightMedium: {
|
|
16
|
-
value: '500',
|
|
17
|
-
attributes: {
|
|
18
|
-
group: 'scale'
|
|
19
|
-
}
|
|
20
|
-
},
|
|
21
|
-
FontWeightSemiBold: {
|
|
22
|
-
value: '600',
|
|
23
|
-
attributes: {
|
|
24
|
-
group: 'scale'
|
|
25
|
-
}
|
|
26
|
-
},
|
|
27
|
-
FontWeightBold: {
|
|
28
|
-
value: '700',
|
|
29
|
-
attributes: {
|
|
30
|
-
group: 'scale'
|
|
31
|
-
}
|
|
32
|
-
}
|
|
33
|
-
}
|
|
34
|
-
};
|
|
35
|
-
var _default = scale;
|
|
36
|
-
exports.default = _default;
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
-
|
|
5
|
-
Object.defineProperty(exports, "__esModule", {
|
|
6
|
-
value: true
|
|
7
|
-
});
|
|
8
|
-
exports.default = void 0;
|
|
9
|
-
|
|
10
|
-
var _defineProperty2 = _interopRequireDefault(require("@babel/runtime/helpers/defineProperty"));
|
|
11
|
-
|
|
12
|
-
var _fontFamily = _interopRequireDefault(require("./font-family"));
|
|
13
|
-
|
|
14
|
-
var _fontSizeScale = _interopRequireDefault(require("./font-size-scale"));
|
|
15
|
-
|
|
16
|
-
var _fontWeightScale = _interopRequireDefault(require("./font-weight-scale"));
|
|
17
|
-
|
|
18
|
-
var _lineHeightScale = _interopRequireDefault(require("./line-height-scale"));
|
|
19
|
-
|
|
20
|
-
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
21
|
-
|
|
22
|
-
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { (0, _defineProperty2.default)(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
23
|
-
|
|
24
|
-
var typographyPalette = {
|
|
25
|
-
typography: _objectSpread(_objectSpread(_objectSpread(_objectSpread({}, _fontSizeScale.default), _fontWeightScale.default), _lineHeightScale.default), _fontFamily.default)
|
|
26
|
-
};
|
|
27
|
-
var _default = typographyPalette;
|
|
28
|
-
exports.default = _default;
|
|
@@ -1,48 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports.default = void 0;
|
|
7
|
-
var scale = {
|
|
8
|
-
lineHeight: {
|
|
9
|
-
LineHeight100: {
|
|
10
|
-
value: '16px',
|
|
11
|
-
attributes: {
|
|
12
|
-
group: 'scale'
|
|
13
|
-
}
|
|
14
|
-
},
|
|
15
|
-
LineHeight200: {
|
|
16
|
-
value: '20px',
|
|
17
|
-
attributes: {
|
|
18
|
-
group: 'scale'
|
|
19
|
-
}
|
|
20
|
-
},
|
|
21
|
-
LineHeight300: {
|
|
22
|
-
value: '24px',
|
|
23
|
-
attributes: {
|
|
24
|
-
group: 'scale'
|
|
25
|
-
}
|
|
26
|
-
},
|
|
27
|
-
LineHeight400: {
|
|
28
|
-
value: '28px',
|
|
29
|
-
attributes: {
|
|
30
|
-
group: 'scale'
|
|
31
|
-
}
|
|
32
|
-
},
|
|
33
|
-
LineHeight500: {
|
|
34
|
-
value: '32px',
|
|
35
|
-
attributes: {
|
|
36
|
-
group: 'scale'
|
|
37
|
-
}
|
|
38
|
-
},
|
|
39
|
-
LineHeight600: {
|
|
40
|
-
value: '40px',
|
|
41
|
-
attributes: {
|
|
42
|
-
group: 'scale'
|
|
43
|
-
}
|
|
44
|
-
}
|
|
45
|
-
}
|
|
46
|
-
};
|
|
47
|
-
var _default = scale;
|
|
48
|
-
exports.default = _default;
|
|
@@ -1,127 +0,0 @@
|
|
|
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
|
-
const 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;
|
|
@@ -1,67 +0,0 @@
|
|
|
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
|
-
const 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;
|
|
@@ -1,97 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::918426e4e1a8d46689a9af31434ac590>>
|
|
4
|
-
* @codegenCommand yarn build tokens
|
|
5
|
-
*/
|
|
6
|
-
const tokens = [{
|
|
7
|
-
"value": "16px",
|
|
8
|
-
"attributes": {
|
|
9
|
-
"group": "scale"
|
|
10
|
-
},
|
|
11
|
-
"filePath": "src/palettes/line-height-scale.tsx",
|
|
12
|
-
"isSource": true,
|
|
13
|
-
"original": {
|
|
14
|
-
"value": "16px",
|
|
15
|
-
"attributes": {
|
|
16
|
-
"group": "scale"
|
|
17
|
-
}
|
|
18
|
-
},
|
|
19
|
-
"name": "lineHeight.scale.LineHeight100",
|
|
20
|
-
"path": ["lineHeight", "scale", "LineHeight100"]
|
|
21
|
-
}, {
|
|
22
|
-
"value": "20px",
|
|
23
|
-
"attributes": {
|
|
24
|
-
"group": "scale"
|
|
25
|
-
},
|
|
26
|
-
"filePath": "src/palettes/line-height-scale.tsx",
|
|
27
|
-
"isSource": true,
|
|
28
|
-
"original": {
|
|
29
|
-
"value": "20px",
|
|
30
|
-
"attributes": {
|
|
31
|
-
"group": "scale"
|
|
32
|
-
}
|
|
33
|
-
},
|
|
34
|
-
"name": "lineHeight.scale.LineHeight200",
|
|
35
|
-
"path": ["lineHeight", "scale", "LineHeight200"]
|
|
36
|
-
}, {
|
|
37
|
-
"value": "24px",
|
|
38
|
-
"attributes": {
|
|
39
|
-
"group": "scale"
|
|
40
|
-
},
|
|
41
|
-
"filePath": "src/palettes/line-height-scale.tsx",
|
|
42
|
-
"isSource": true,
|
|
43
|
-
"original": {
|
|
44
|
-
"value": "24px",
|
|
45
|
-
"attributes": {
|
|
46
|
-
"group": "scale"
|
|
47
|
-
}
|
|
48
|
-
},
|
|
49
|
-
"name": "lineHeight.scale.LineHeight300",
|
|
50
|
-
"path": ["lineHeight", "scale", "LineHeight300"]
|
|
51
|
-
}, {
|
|
52
|
-
"value": "28px",
|
|
53
|
-
"attributes": {
|
|
54
|
-
"group": "scale"
|
|
55
|
-
},
|
|
56
|
-
"filePath": "src/palettes/line-height-scale.tsx",
|
|
57
|
-
"isSource": true,
|
|
58
|
-
"original": {
|
|
59
|
-
"value": "28px",
|
|
60
|
-
"attributes": {
|
|
61
|
-
"group": "scale"
|
|
62
|
-
}
|
|
63
|
-
},
|
|
64
|
-
"name": "lineHeight.scale.LineHeight400",
|
|
65
|
-
"path": ["lineHeight", "scale", "LineHeight400"]
|
|
66
|
-
}, {
|
|
67
|
-
"value": "32px",
|
|
68
|
-
"attributes": {
|
|
69
|
-
"group": "scale"
|
|
70
|
-
},
|
|
71
|
-
"filePath": "src/palettes/line-height-scale.tsx",
|
|
72
|
-
"isSource": true,
|
|
73
|
-
"original": {
|
|
74
|
-
"value": "32px",
|
|
75
|
-
"attributes": {
|
|
76
|
-
"group": "scale"
|
|
77
|
-
}
|
|
78
|
-
},
|
|
79
|
-
"name": "lineHeight.scale.LineHeight500",
|
|
80
|
-
"path": ["lineHeight", "scale", "LineHeight500"]
|
|
81
|
-
}, {
|
|
82
|
-
"value": "40px",
|
|
83
|
-
"attributes": {
|
|
84
|
-
"group": "scale"
|
|
85
|
-
},
|
|
86
|
-
"filePath": "src/palettes/line-height-scale.tsx",
|
|
87
|
-
"isSource": true,
|
|
88
|
-
"original": {
|
|
89
|
-
"value": "40px",
|
|
90
|
-
"attributes": {
|
|
91
|
-
"group": "scale"
|
|
92
|
-
}
|
|
93
|
-
},
|
|
94
|
-
"name": "lineHeight.scale.LineHeight600",
|
|
95
|
-
"path": ["lineHeight", "scale", "LineHeight600"]
|
|
96
|
-
}];
|
|
97
|
-
export default tokens;
|