@atlaskit/tokens 1.4.0 → 1.4.2
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/babel-plugin/package.json +2 -2
- package/dist/cjs/get-token-value.js +1 -1
- package/dist/cjs/get-token.js +1 -1
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/get-token-value.js +1 -1
- package/dist/es2019/get-token.js +1 -1
- package/dist/es2019/version.json +1 -1
- package/dist/esm/get-token-value.js +1 -1
- package/dist/esm/get-token.js +1 -1
- package/dist/esm/version.json +1 -1
- package/dist/types/artifacts/replacement-mapping.d.ts +2 -2
- package/dist/types/artifacts/themes/atlassian-dark-iteration.d.ts +1 -1
- package/dist/types/artifacts/themes/atlassian-dark-new-input-border.d.ts +1 -1
- package/dist/types/artifacts/themes/atlassian-dark.d.ts +1 -1
- package/dist/types/artifacts/themes/atlassian-legacy-dark.d.ts +1 -1
- package/dist/types/artifacts/themes/atlassian-legacy-light.d.ts +1 -1
- package/dist/types/artifacts/themes/atlassian-light-new-input-border.d.ts +1 -1
- package/dist/types/artifacts/themes/atlassian-light.d.ts +1 -1
- package/dist/types/artifacts/themes/atlassian-shape.d.ts +1 -1
- package/dist/types/artifacts/themes/atlassian-spacing.d.ts +1 -1
- package/dist/types/artifacts/themes/atlassian-typography.d.ts +1 -1
- package/dist/types/artifacts/token-names.d.ts +2 -2
- package/dist/types/artifacts/types-internal.d.ts +1 -1
- package/dist/types/artifacts/types.d.ts +1 -1
- package/dist/types/artifacts/typescript/atlassian-dark-token-names.d.ts +1 -1
- package/dist/types/artifacts/typescript/atlassian-dark-types-internal.d.ts +1 -1
- package/dist/types/artifacts/typescript/atlassian-dark-types.d.ts +1 -1
- package/dist/types/artifacts/typescript/atlassian-light-token-names.d.ts +1 -1
- package/dist/types/artifacts/typescript/atlassian-light-types-internal.d.ts +1 -1
- package/dist/types/artifacts/typescript/atlassian-light-types.d.ts +1 -1
- package/dist/types/get-token-value.d.ts +1 -1
- package/dist/types/get-token.d.ts +1 -1
- package/dist/types/palettes/legacy-palette.d.ts +2 -2
- package/dist/types/palettes/palette.d.ts +2 -2
- package/dist/types/palettes/shape-palette.d.ts +3 -3
- package/dist/types/palettes/spacing-scale.d.ts +1 -1
- package/dist/types/palettes/typography-palette.d.ts +9 -9
- package/dist/types/theme-config.d.ts +10 -10
- package/dist/types/types.d.ts +34 -34
- package/dist/types-ts4.5/artifacts/generated-pairs.d.ts +15 -0
- package/dist/types-ts4.5/artifacts/palettes-raw/legacy-palette.d.ts +41 -0
- package/dist/types-ts4.5/artifacts/palettes-raw/palette.d.ts +41 -0
- package/dist/types-ts4.5/artifacts/palettes-raw/shape-palette.d.ts +22 -0
- package/dist/types-ts4.5/artifacts/palettes-raw/spacing-scale.d.ts +41 -0
- package/dist/types-ts4.5/artifacts/palettes-raw/typography-palette.d.ts +22 -0
- package/dist/types-ts4.5/artifacts/replacement-mapping.d.ts +26 -0
- package/dist/types-ts4.5/artifacts/theme-import-map.d.ts +16 -0
- package/dist/types-ts4.5/artifacts/themes/atlassian-dark-iteration.d.ts +7 -0
- package/dist/types-ts4.5/artifacts/themes/atlassian-dark-new-input-border.d.ts +7 -0
- package/dist/types-ts4.5/artifacts/themes/atlassian-dark.d.ts +7 -0
- package/dist/types-ts4.5/artifacts/themes/atlassian-legacy-dark.d.ts +7 -0
- package/dist/types-ts4.5/artifacts/themes/atlassian-legacy-light.d.ts +7 -0
- package/dist/types-ts4.5/artifacts/themes/atlassian-light-new-input-border.d.ts +7 -0
- package/dist/types-ts4.5/artifacts/themes/atlassian-light.d.ts +7 -0
- package/dist/types-ts4.5/artifacts/themes/atlassian-shape.d.ts +7 -0
- package/dist/types-ts4.5/artifacts/themes/atlassian-spacing.d.ts +7 -0
- package/dist/types-ts4.5/artifacts/themes/atlassian-typography.d.ts +7 -0
- package/dist/types-ts4.5/artifacts/token-default-values.d.ts +341 -0
- package/dist/types-ts4.5/artifacts/token-names.d.ts +669 -0
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-dark.d.ts +113 -0
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-legacy-dark.d.ts +113 -0
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-legacy-light.d.ts +89 -0
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-light.d.ts +89 -0
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-shape.d.ts +29 -0
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-spacing.d.ts +59 -0
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-typography.d.ts +29 -0
- package/dist/types-ts4.5/artifacts/types-internal.d.ts +6 -0
- package/dist/types-ts4.5/artifacts/types.d.ts +6 -0
- package/dist/types-ts4.5/artifacts/typescript/atlassian-dark-token-names.d.ts +784 -0
- package/dist/types-ts4.5/artifacts/typescript/atlassian-dark-types-internal.d.ts +6 -0
- package/dist/types-ts4.5/artifacts/typescript/atlassian-dark-types.d.ts +6 -0
- package/dist/types-ts4.5/artifacts/typescript/atlassian-light-token-names.d.ts +784 -0
- package/dist/types-ts4.5/artifacts/typescript/atlassian-light-types-internal.d.ts +6 -0
- package/dist/types-ts4.5/artifacts/typescript/atlassian-light-types.d.ts +6 -0
- package/dist/types-ts4.5/babel-plugin/index.d.ts +1 -0
- package/dist/types-ts4.5/babel-plugin/plugin.d.ts +14 -0
- package/dist/types-ts4.5/constants.d.ts +6 -0
- package/dist/types-ts4.5/entry-points/babel-plugin.d.ts +1 -0
- package/dist/types-ts4.5/entry-points/palettes-raw.d.ts +1 -0
- package/dist/types-ts4.5/entry-points/rename-mapping.d.ts +1 -0
- package/dist/types-ts4.5/entry-points/token-ids.d.ts +1 -0
- package/dist/types-ts4.5/entry-points/token-names.d.ts +2 -0
- package/dist/types-ts4.5/entry-points/token-order.d.ts +1 -0
- package/dist/types-ts4.5/entry-points/tokens-raw.d.ts +5 -0
- package/dist/types-ts4.5/get-global-theme.d.ts +2 -0
- package/dist/types-ts4.5/get-token-value.d.ts +25 -0
- package/dist/types-ts4.5/get-token.d.ts +26 -0
- package/dist/types-ts4.5/index.d.ts +13 -0
- package/dist/types-ts4.5/palettes/legacy-palette.d.ts +10 -0
- package/dist/types-ts4.5/palettes/palette.d.ts +5 -0
- package/dist/types-ts4.5/palettes/shape-palette.d.ts +67 -0
- package/dist/types-ts4.5/palettes/spacing-scale.d.ts +95 -0
- package/dist/types-ts4.5/palettes/typography-palette.d.ts +14 -0
- package/dist/types-ts4.5/set-global-theme.d.ts +74 -0
- package/dist/types-ts4.5/theme-config.d.ts +110 -0
- package/dist/types-ts4.5/theme-mutation-observer.d.ts +22 -0
- package/dist/types-ts4.5/tokens/atlassian-dark/color/accent.d.ts +4 -0
- package/dist/types-ts4.5/tokens/atlassian-dark/color/background.d.ts +4 -0
- package/dist/types-ts4.5/tokens/atlassian-dark/color/border.d.ts +4 -0
- package/dist/types-ts4.5/tokens/atlassian-dark/color/chart.d.ts +4 -0
- package/dist/types-ts4.5/tokens/atlassian-dark/color/icon.d.ts +4 -0
- package/dist/types-ts4.5/tokens/atlassian-dark/color/interaction.d.ts +4 -0
- package/dist/types-ts4.5/tokens/atlassian-dark/color/skeleton.d.ts +4 -0
- package/dist/types-ts4.5/tokens/atlassian-dark/color/text.d.ts +4 -0
- package/dist/types-ts4.5/tokens/atlassian-dark/elevation/shadow.d.ts +4 -0
- package/dist/types-ts4.5/tokens/atlassian-dark/elevation/surface.d.ts +4 -0
- package/dist/types-ts4.5/tokens/atlassian-dark/opacity/opacity.d.ts +3 -0
- package/dist/types-ts4.5/tokens/atlassian-dark/utility/utility.d.ts +5 -0
- package/dist/types-ts4.5/tokens/atlassian-dark-iteration/color/accent.d.ts +4 -0
- package/dist/types-ts4.5/tokens/atlassian-dark-iteration/color/background.d.ts +4 -0
- package/dist/types-ts4.5/tokens/atlassian-dark-iteration/color/chart.d.ts +4 -0
- package/dist/types-ts4.5/tokens/atlassian-dark-iteration/color/icon.d.ts +4 -0
- package/dist/types-ts4.5/tokens/atlassian-dark-iteration/color/text.d.ts +4 -0
- package/dist/types-ts4.5/tokens/atlassian-dark-iteration/elevation/shadow.d.ts +4 -0
- package/dist/types-ts4.5/tokens/atlassian-dark-iteration/elevation/surface.d.ts +4 -0
- package/dist/types-ts4.5/tokens/atlassian-dark-new-input-border/color/border.d.ts +4 -0
- package/dist/types-ts4.5/tokens/atlassian-legacy-dark/color/accent.d.ts +4 -0
- package/dist/types-ts4.5/tokens/atlassian-legacy-dark/color/background.d.ts +4 -0
- package/dist/types-ts4.5/tokens/atlassian-legacy-dark/color/border.d.ts +4 -0
- package/dist/types-ts4.5/tokens/atlassian-legacy-dark/color/chart.d.ts +4 -0
- package/dist/types-ts4.5/tokens/atlassian-legacy-dark/color/icon.d.ts +4 -0
- package/dist/types-ts4.5/tokens/atlassian-legacy-dark/color/interaction.d.ts +4 -0
- package/dist/types-ts4.5/tokens/atlassian-legacy-dark/color/skeleton.d.ts +4 -0
- package/dist/types-ts4.5/tokens/atlassian-legacy-dark/color/text.d.ts +4 -0
- package/dist/types-ts4.5/tokens/atlassian-legacy-dark/elevation/shadow.d.ts +4 -0
- package/dist/types-ts4.5/tokens/atlassian-legacy-dark/elevation/surface.d.ts +4 -0
- package/dist/types-ts4.5/tokens/atlassian-legacy-dark/opacity/opacity.d.ts +3 -0
- package/dist/types-ts4.5/tokens/atlassian-legacy-dark/utility/utility.d.ts +5 -0
- package/dist/types-ts4.5/tokens/atlassian-legacy-light/color/accent.d.ts +4 -0
- package/dist/types-ts4.5/tokens/atlassian-legacy-light/color/background.d.ts +4 -0
- package/dist/types-ts4.5/tokens/atlassian-legacy-light/color/border.d.ts +4 -0
- package/dist/types-ts4.5/tokens/atlassian-legacy-light/color/chart.d.ts +4 -0
- package/dist/types-ts4.5/tokens/atlassian-legacy-light/color/icon.d.ts +4 -0
- package/dist/types-ts4.5/tokens/atlassian-legacy-light/color/interaction.d.ts +4 -0
- package/dist/types-ts4.5/tokens/atlassian-legacy-light/color/skeleton.d.ts +4 -0
- package/dist/types-ts4.5/tokens/atlassian-legacy-light/color/text.d.ts +4 -0
- package/dist/types-ts4.5/tokens/atlassian-legacy-light/elevation/shadow.d.ts +4 -0
- package/dist/types-ts4.5/tokens/atlassian-legacy-light/elevation/surface.d.ts +4 -0
- package/dist/types-ts4.5/tokens/atlassian-legacy-light/opacity/opacity.d.ts +3 -0
- package/dist/types-ts4.5/tokens/atlassian-legacy-light/utility/utility.d.ts +5 -0
- package/dist/types-ts4.5/tokens/atlassian-light/color/accent.d.ts +4 -0
- package/dist/types-ts4.5/tokens/atlassian-light/color/background.d.ts +4 -0
- package/dist/types-ts4.5/tokens/atlassian-light/color/border.d.ts +4 -0
- package/dist/types-ts4.5/tokens/atlassian-light/color/chart.d.ts +4 -0
- package/dist/types-ts4.5/tokens/atlassian-light/color/icon.d.ts +4 -0
- package/dist/types-ts4.5/tokens/atlassian-light/color/interaction.d.ts +4 -0
- package/dist/types-ts4.5/tokens/atlassian-light/color/skeleton.d.ts +4 -0
- package/dist/types-ts4.5/tokens/atlassian-light/color/text.d.ts +4 -0
- package/dist/types-ts4.5/tokens/atlassian-light/elevation/shadow.d.ts +4 -0
- package/dist/types-ts4.5/tokens/atlassian-light/elevation/surface.d.ts +4 -0
- package/dist/types-ts4.5/tokens/atlassian-light/opacity/opacity.d.ts +3 -0
- package/dist/types-ts4.5/tokens/atlassian-light/utility/utility.d.ts +5 -0
- package/dist/types-ts4.5/tokens/atlassian-light-new-input-border/color/border.d.ts +4 -0
- package/dist/types-ts4.5/tokens/atlassian-shape/shape.d.ts +7 -0
- package/dist/types-ts4.5/tokens/atlassian-spacing/spacing.d.ts +10 -0
- package/dist/types-ts4.5/tokens/atlassian-typography/font-family.d.ts +4 -0
- package/dist/types-ts4.5/tokens/atlassian-typography/font-size.d.ts +4 -0
- package/dist/types-ts4.5/tokens/atlassian-typography/font-weight.d.ts +4 -0
- package/dist/types-ts4.5/tokens/atlassian-typography/line-height.d.ts +4 -0
- package/dist/types-ts4.5/tokens/default/color/accent.d.ts +4 -0
- package/dist/types-ts4.5/tokens/default/color/background.d.ts +4 -0
- package/dist/types-ts4.5/tokens/default/color/border.d.ts +4 -0
- package/dist/types-ts4.5/tokens/default/color/chart.d.ts +4 -0
- package/dist/types-ts4.5/tokens/default/color/icon.d.ts +4 -0
- package/dist/types-ts4.5/tokens/default/color/interaction.d.ts +4 -0
- package/dist/types-ts4.5/tokens/default/color/skeleton.d.ts +4 -0
- package/dist/types-ts4.5/tokens/default/color/text.d.ts +4 -0
- package/dist/types-ts4.5/tokens/default/elevation/shadow.d.ts +4 -0
- package/dist/types-ts4.5/tokens/default/elevation/surface.d.ts +4 -0
- package/dist/types-ts4.5/tokens/default/opacity/opacity.d.ts +3 -0
- package/dist/types-ts4.5/tokens/default/shape/shape.d.ts +3 -0
- package/dist/types-ts4.5/tokens/default/spacing/spacing.d.ts +8 -0
- package/dist/types-ts4.5/tokens/default/typography/font-family.d.ts +4 -0
- package/dist/types-ts4.5/tokens/default/typography/font-size.d.ts +4 -0
- package/dist/types-ts4.5/tokens/default/typography/font-weight.d.ts +4 -0
- package/dist/types-ts4.5/tokens/default/typography/line-height.d.ts +4 -0
- package/dist/types-ts4.5/tokens/default/utility/utility.d.ts +5 -0
- package/dist/types-ts4.5/types.d.ts +829 -0
- package/dist/types-ts4.5/use-theme-observer.d.ts +15 -0
- package/dist/types-ts4.5/utils/color-detection.d.ts +13 -0
- package/dist/types-ts4.5/utils/theme-loading.d.ts +3 -0
- package/dist/types-ts4.5/utils/theme-state-transformer.d.ts +26 -0
- package/dist/types-ts4.5/utils/token-ids.d.ts +41 -0
- package/dist/types-ts4.5/utils/token-order.d.ts +7 -0
- package/package.json +6 -5
- package/palettes-raw/package.json +2 -2
- package/rename-mapping/package.json +2 -2
- package/token-ids/package.json +2 -2
- package/token-names/package.json +2 -2
- package/token-order/package.json +2 -2
- package/tokens-raw/package.json +2 -2
|
@@ -0,0 +1,113 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::84c07c984048a8e983012138da0a45d4>>
|
|
4
|
+
* @codegenCommand yarn build tokens
|
|
5
|
+
*/
|
|
6
|
+
declare const tokens: ({
|
|
7
|
+
attributes: {
|
|
8
|
+
group: string;
|
|
9
|
+
state: string;
|
|
10
|
+
introduced: string;
|
|
11
|
+
description: string;
|
|
12
|
+
};
|
|
13
|
+
value: string;
|
|
14
|
+
filePath: string;
|
|
15
|
+
isSource: boolean;
|
|
16
|
+
original: {
|
|
17
|
+
attributes: {
|
|
18
|
+
group: string;
|
|
19
|
+
state: string;
|
|
20
|
+
introduced: string;
|
|
21
|
+
description: string;
|
|
22
|
+
};
|
|
23
|
+
value: string;
|
|
24
|
+
};
|
|
25
|
+
name: string;
|
|
26
|
+
path: string[];
|
|
27
|
+
cleanName: string;
|
|
28
|
+
} | {
|
|
29
|
+
attributes: {
|
|
30
|
+
group: string;
|
|
31
|
+
state: string;
|
|
32
|
+
introduced: string;
|
|
33
|
+
description: string;
|
|
34
|
+
};
|
|
35
|
+
value: ({
|
|
36
|
+
radius: number;
|
|
37
|
+
spread: number;
|
|
38
|
+
color: string;
|
|
39
|
+
offset: {
|
|
40
|
+
x: number;
|
|
41
|
+
y: number;
|
|
42
|
+
};
|
|
43
|
+
opacity: number;
|
|
44
|
+
inset: boolean;
|
|
45
|
+
} | {
|
|
46
|
+
radius: number;
|
|
47
|
+
offset: {
|
|
48
|
+
x: number;
|
|
49
|
+
y: number;
|
|
50
|
+
};
|
|
51
|
+
color: string;
|
|
52
|
+
opacity: number;
|
|
53
|
+
spread?: undefined;
|
|
54
|
+
inset?: undefined;
|
|
55
|
+
})[];
|
|
56
|
+
filePath: string;
|
|
57
|
+
isSource: boolean;
|
|
58
|
+
original: {
|
|
59
|
+
attributes: {
|
|
60
|
+
group: string;
|
|
61
|
+
state: string;
|
|
62
|
+
introduced: string;
|
|
63
|
+
description: string;
|
|
64
|
+
};
|
|
65
|
+
value: ({
|
|
66
|
+
radius: number;
|
|
67
|
+
spread: number;
|
|
68
|
+
color: string;
|
|
69
|
+
offset: {
|
|
70
|
+
x: number;
|
|
71
|
+
y: number;
|
|
72
|
+
};
|
|
73
|
+
opacity: number;
|
|
74
|
+
inset: boolean;
|
|
75
|
+
} | {
|
|
76
|
+
radius: number;
|
|
77
|
+
offset: {
|
|
78
|
+
x: number;
|
|
79
|
+
y: number;
|
|
80
|
+
};
|
|
81
|
+
color: string;
|
|
82
|
+
opacity: number;
|
|
83
|
+
spread?: undefined;
|
|
84
|
+
inset?: undefined;
|
|
85
|
+
})[];
|
|
86
|
+
};
|
|
87
|
+
name: string;
|
|
88
|
+
path: string[];
|
|
89
|
+
cleanName: string;
|
|
90
|
+
} | {
|
|
91
|
+
attributes: {
|
|
92
|
+
group: string;
|
|
93
|
+
state: string;
|
|
94
|
+
introduced: string;
|
|
95
|
+
description: string;
|
|
96
|
+
};
|
|
97
|
+
value: number;
|
|
98
|
+
filePath: string;
|
|
99
|
+
isSource: boolean;
|
|
100
|
+
original: {
|
|
101
|
+
attributes: {
|
|
102
|
+
group: string;
|
|
103
|
+
state: string;
|
|
104
|
+
introduced: string;
|
|
105
|
+
description: string;
|
|
106
|
+
};
|
|
107
|
+
value: string;
|
|
108
|
+
};
|
|
109
|
+
name: string;
|
|
110
|
+
path: string[];
|
|
111
|
+
cleanName: string;
|
|
112
|
+
})[];
|
|
113
|
+
export default tokens;
|
|
@@ -0,0 +1,113 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::9fb5765f3cdc20fddee49302a8172f2b>>
|
|
4
|
+
* @codegenCommand yarn build tokens
|
|
5
|
+
*/
|
|
6
|
+
declare const tokens: ({
|
|
7
|
+
attributes: {
|
|
8
|
+
group: string;
|
|
9
|
+
state: string;
|
|
10
|
+
introduced: string;
|
|
11
|
+
description: string;
|
|
12
|
+
};
|
|
13
|
+
value: string;
|
|
14
|
+
filePath: string;
|
|
15
|
+
isSource: boolean;
|
|
16
|
+
original: {
|
|
17
|
+
attributes: {
|
|
18
|
+
group: string;
|
|
19
|
+
state: string;
|
|
20
|
+
introduced: string;
|
|
21
|
+
description: string;
|
|
22
|
+
};
|
|
23
|
+
value: string;
|
|
24
|
+
};
|
|
25
|
+
name: string;
|
|
26
|
+
path: string[];
|
|
27
|
+
cleanName: string;
|
|
28
|
+
} | {
|
|
29
|
+
attributes: {
|
|
30
|
+
group: string;
|
|
31
|
+
state: string;
|
|
32
|
+
introduced: string;
|
|
33
|
+
description: string;
|
|
34
|
+
};
|
|
35
|
+
value: ({
|
|
36
|
+
radius: number;
|
|
37
|
+
spread: number;
|
|
38
|
+
color: string;
|
|
39
|
+
offset: {
|
|
40
|
+
x: number;
|
|
41
|
+
y: number;
|
|
42
|
+
};
|
|
43
|
+
opacity: number;
|
|
44
|
+
inset: boolean;
|
|
45
|
+
} | {
|
|
46
|
+
radius: number;
|
|
47
|
+
offset: {
|
|
48
|
+
x: number;
|
|
49
|
+
y: number;
|
|
50
|
+
};
|
|
51
|
+
color: string;
|
|
52
|
+
opacity: number;
|
|
53
|
+
spread?: undefined;
|
|
54
|
+
inset?: undefined;
|
|
55
|
+
})[];
|
|
56
|
+
filePath: string;
|
|
57
|
+
isSource: boolean;
|
|
58
|
+
original: {
|
|
59
|
+
attributes: {
|
|
60
|
+
group: string;
|
|
61
|
+
state: string;
|
|
62
|
+
introduced: string;
|
|
63
|
+
description: string;
|
|
64
|
+
};
|
|
65
|
+
value: ({
|
|
66
|
+
radius: number;
|
|
67
|
+
spread: number;
|
|
68
|
+
color: string;
|
|
69
|
+
offset: {
|
|
70
|
+
x: number;
|
|
71
|
+
y: number;
|
|
72
|
+
};
|
|
73
|
+
opacity: number;
|
|
74
|
+
inset: boolean;
|
|
75
|
+
} | {
|
|
76
|
+
radius: number;
|
|
77
|
+
offset: {
|
|
78
|
+
x: number;
|
|
79
|
+
y: number;
|
|
80
|
+
};
|
|
81
|
+
color: string;
|
|
82
|
+
opacity: number;
|
|
83
|
+
spread?: undefined;
|
|
84
|
+
inset?: undefined;
|
|
85
|
+
})[];
|
|
86
|
+
};
|
|
87
|
+
name: string;
|
|
88
|
+
path: string[];
|
|
89
|
+
cleanName: string;
|
|
90
|
+
} | {
|
|
91
|
+
attributes: {
|
|
92
|
+
group: string;
|
|
93
|
+
state: string;
|
|
94
|
+
introduced: string;
|
|
95
|
+
description: string;
|
|
96
|
+
};
|
|
97
|
+
value: number;
|
|
98
|
+
filePath: string;
|
|
99
|
+
isSource: boolean;
|
|
100
|
+
original: {
|
|
101
|
+
attributes: {
|
|
102
|
+
group: string;
|
|
103
|
+
state: string;
|
|
104
|
+
introduced: string;
|
|
105
|
+
description: string;
|
|
106
|
+
};
|
|
107
|
+
value: string;
|
|
108
|
+
};
|
|
109
|
+
name: string;
|
|
110
|
+
path: string[];
|
|
111
|
+
cleanName: string;
|
|
112
|
+
})[];
|
|
113
|
+
export default tokens;
|
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::a70f8f90a96e7e15c85d47284f7ef5a6>>
|
|
4
|
+
* @codegenCommand yarn build tokens
|
|
5
|
+
*/
|
|
6
|
+
declare const tokens: ({
|
|
7
|
+
attributes: {
|
|
8
|
+
group: string;
|
|
9
|
+
state: string;
|
|
10
|
+
introduced: string;
|
|
11
|
+
description: string;
|
|
12
|
+
};
|
|
13
|
+
value: string;
|
|
14
|
+
filePath: string;
|
|
15
|
+
isSource: boolean;
|
|
16
|
+
original: {
|
|
17
|
+
attributes: {
|
|
18
|
+
group: string;
|
|
19
|
+
state: string;
|
|
20
|
+
introduced: string;
|
|
21
|
+
description: string;
|
|
22
|
+
};
|
|
23
|
+
value: string;
|
|
24
|
+
};
|
|
25
|
+
name: string;
|
|
26
|
+
path: string[];
|
|
27
|
+
cleanName: string;
|
|
28
|
+
} | {
|
|
29
|
+
attributes: {
|
|
30
|
+
group: string;
|
|
31
|
+
state: string;
|
|
32
|
+
introduced: string;
|
|
33
|
+
description: string;
|
|
34
|
+
};
|
|
35
|
+
value: {
|
|
36
|
+
radius: number;
|
|
37
|
+
offset: {
|
|
38
|
+
x: number;
|
|
39
|
+
y: number;
|
|
40
|
+
};
|
|
41
|
+
color: string;
|
|
42
|
+
opacity: number;
|
|
43
|
+
}[];
|
|
44
|
+
filePath: string;
|
|
45
|
+
isSource: boolean;
|
|
46
|
+
original: {
|
|
47
|
+
attributes: {
|
|
48
|
+
group: string;
|
|
49
|
+
state: string;
|
|
50
|
+
introduced: string;
|
|
51
|
+
description: string;
|
|
52
|
+
};
|
|
53
|
+
value: {
|
|
54
|
+
radius: number;
|
|
55
|
+
offset: {
|
|
56
|
+
x: number;
|
|
57
|
+
y: number;
|
|
58
|
+
};
|
|
59
|
+
color: string;
|
|
60
|
+
opacity: number;
|
|
61
|
+
}[];
|
|
62
|
+
};
|
|
63
|
+
name: string;
|
|
64
|
+
path: string[];
|
|
65
|
+
cleanName: string;
|
|
66
|
+
} | {
|
|
67
|
+
attributes: {
|
|
68
|
+
group: string;
|
|
69
|
+
state: string;
|
|
70
|
+
introduced: string;
|
|
71
|
+
description: string;
|
|
72
|
+
};
|
|
73
|
+
value: number;
|
|
74
|
+
filePath: string;
|
|
75
|
+
isSource: boolean;
|
|
76
|
+
original: {
|
|
77
|
+
attributes: {
|
|
78
|
+
group: string;
|
|
79
|
+
state: string;
|
|
80
|
+
introduced: string;
|
|
81
|
+
description: string;
|
|
82
|
+
};
|
|
83
|
+
value: string;
|
|
84
|
+
};
|
|
85
|
+
name: string;
|
|
86
|
+
path: string[];
|
|
87
|
+
cleanName: string;
|
|
88
|
+
})[];
|
|
89
|
+
export default tokens;
|
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::4f1312b7d279fa9e11425bc4621e8a31>>
|
|
4
|
+
* @codegenCommand yarn build tokens
|
|
5
|
+
*/
|
|
6
|
+
declare const tokens: ({
|
|
7
|
+
attributes: {
|
|
8
|
+
group: string;
|
|
9
|
+
state: string;
|
|
10
|
+
introduced: string;
|
|
11
|
+
description: string;
|
|
12
|
+
};
|
|
13
|
+
value: string;
|
|
14
|
+
filePath: string;
|
|
15
|
+
isSource: boolean;
|
|
16
|
+
original: {
|
|
17
|
+
attributes: {
|
|
18
|
+
group: string;
|
|
19
|
+
state: string;
|
|
20
|
+
introduced: string;
|
|
21
|
+
description: string;
|
|
22
|
+
};
|
|
23
|
+
value: string;
|
|
24
|
+
};
|
|
25
|
+
name: string;
|
|
26
|
+
path: string[];
|
|
27
|
+
cleanName: string;
|
|
28
|
+
} | {
|
|
29
|
+
attributes: {
|
|
30
|
+
group: string;
|
|
31
|
+
state: string;
|
|
32
|
+
introduced: string;
|
|
33
|
+
description: string;
|
|
34
|
+
};
|
|
35
|
+
value: {
|
|
36
|
+
radius: number;
|
|
37
|
+
offset: {
|
|
38
|
+
x: number;
|
|
39
|
+
y: number;
|
|
40
|
+
};
|
|
41
|
+
color: string;
|
|
42
|
+
opacity: number;
|
|
43
|
+
}[];
|
|
44
|
+
filePath: string;
|
|
45
|
+
isSource: boolean;
|
|
46
|
+
original: {
|
|
47
|
+
attributes: {
|
|
48
|
+
group: string;
|
|
49
|
+
state: string;
|
|
50
|
+
introduced: string;
|
|
51
|
+
description: string;
|
|
52
|
+
};
|
|
53
|
+
value: {
|
|
54
|
+
radius: number;
|
|
55
|
+
offset: {
|
|
56
|
+
x: number;
|
|
57
|
+
y: number;
|
|
58
|
+
};
|
|
59
|
+
color: string;
|
|
60
|
+
opacity: number;
|
|
61
|
+
}[];
|
|
62
|
+
};
|
|
63
|
+
name: string;
|
|
64
|
+
path: string[];
|
|
65
|
+
cleanName: string;
|
|
66
|
+
} | {
|
|
67
|
+
attributes: {
|
|
68
|
+
group: string;
|
|
69
|
+
state: string;
|
|
70
|
+
introduced: string;
|
|
71
|
+
description: string;
|
|
72
|
+
};
|
|
73
|
+
value: number;
|
|
74
|
+
filePath: string;
|
|
75
|
+
isSource: boolean;
|
|
76
|
+
original: {
|
|
77
|
+
attributes: {
|
|
78
|
+
group: string;
|
|
79
|
+
state: string;
|
|
80
|
+
introduced: string;
|
|
81
|
+
description: string;
|
|
82
|
+
};
|
|
83
|
+
value: string;
|
|
84
|
+
};
|
|
85
|
+
name: string;
|
|
86
|
+
path: string[];
|
|
87
|
+
cleanName: string;
|
|
88
|
+
})[];
|
|
89
|
+
export default tokens;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::f4523de23a205d43950d1b24f656f952>>
|
|
4
|
+
* @codegenCommand yarn build tokens
|
|
5
|
+
*/
|
|
6
|
+
declare const tokens: {
|
|
7
|
+
attributes: {
|
|
8
|
+
group: string;
|
|
9
|
+
state: string;
|
|
10
|
+
introduced: string;
|
|
11
|
+
description: string;
|
|
12
|
+
};
|
|
13
|
+
value: string;
|
|
14
|
+
filePath: string;
|
|
15
|
+
isSource: boolean;
|
|
16
|
+
original: {
|
|
17
|
+
attributes: {
|
|
18
|
+
group: string;
|
|
19
|
+
state: string;
|
|
20
|
+
introduced: string;
|
|
21
|
+
description: string;
|
|
22
|
+
};
|
|
23
|
+
value: string;
|
|
24
|
+
};
|
|
25
|
+
name: string;
|
|
26
|
+
path: string[];
|
|
27
|
+
cleanName: string;
|
|
28
|
+
}[];
|
|
29
|
+
export default tokens;
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::cfa1d518948d5dc23821d17cab0cb52a>>
|
|
4
|
+
* @codegenCommand yarn build tokens
|
|
5
|
+
*/
|
|
6
|
+
declare const tokens: ({
|
|
7
|
+
attributes: {
|
|
8
|
+
group: string;
|
|
9
|
+
state: string;
|
|
10
|
+
introduced: string;
|
|
11
|
+
pixelValue: string;
|
|
12
|
+
description: string;
|
|
13
|
+
suggest?: undefined;
|
|
14
|
+
};
|
|
15
|
+
value: string;
|
|
16
|
+
filePath: string;
|
|
17
|
+
isSource: boolean;
|
|
18
|
+
original: {
|
|
19
|
+
attributes: {
|
|
20
|
+
group: string;
|
|
21
|
+
state: string;
|
|
22
|
+
introduced: string;
|
|
23
|
+
pixelValue: string;
|
|
24
|
+
description: string;
|
|
25
|
+
suggest?: undefined;
|
|
26
|
+
};
|
|
27
|
+
value: string;
|
|
28
|
+
};
|
|
29
|
+
name: string;
|
|
30
|
+
path: string[];
|
|
31
|
+
cleanName: string;
|
|
32
|
+
} | {
|
|
33
|
+
attributes: {
|
|
34
|
+
group: string;
|
|
35
|
+
state: string;
|
|
36
|
+
suggest: string[];
|
|
37
|
+
introduced: string;
|
|
38
|
+
pixelValue: string;
|
|
39
|
+
description: string;
|
|
40
|
+
};
|
|
41
|
+
value: string;
|
|
42
|
+
filePath: string;
|
|
43
|
+
isSource: boolean;
|
|
44
|
+
original: {
|
|
45
|
+
attributes: {
|
|
46
|
+
group: string;
|
|
47
|
+
state: string;
|
|
48
|
+
suggest: string[];
|
|
49
|
+
introduced: string;
|
|
50
|
+
pixelValue: string;
|
|
51
|
+
description: string;
|
|
52
|
+
};
|
|
53
|
+
value: string;
|
|
54
|
+
};
|
|
55
|
+
name: string;
|
|
56
|
+
path: string[];
|
|
57
|
+
cleanName: string;
|
|
58
|
+
})[];
|
|
59
|
+
export default tokens;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::7bcab6ad73069f6baf12316783222835>>
|
|
4
|
+
* @codegenCommand yarn build tokens
|
|
5
|
+
*/
|
|
6
|
+
declare const tokens: {
|
|
7
|
+
attributes: {
|
|
8
|
+
group: string;
|
|
9
|
+
state: string;
|
|
10
|
+
introduced: string;
|
|
11
|
+
description: string;
|
|
12
|
+
};
|
|
13
|
+
value: string;
|
|
14
|
+
filePath: string;
|
|
15
|
+
isSource: boolean;
|
|
16
|
+
original: {
|
|
17
|
+
attributes: {
|
|
18
|
+
group: string;
|
|
19
|
+
state: string;
|
|
20
|
+
introduced: string;
|
|
21
|
+
description: string;
|
|
22
|
+
};
|
|
23
|
+
value: string;
|
|
24
|
+
};
|
|
25
|
+
name: string;
|
|
26
|
+
path: string[];
|
|
27
|
+
cleanName: string;
|
|
28
|
+
}[];
|
|
29
|
+
export default tokens;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::ba7fe6029a396b4b95dee58afb525639>>
|
|
4
|
+
* @codegenCommand yarn build tokens
|
|
5
|
+
*/
|
|
6
|
+
export type InternalTokenIds = 'color.text.[default]' | 'color.text.accent.red.[default]' | 'color.text.accent.red.bolder' | 'color.text.accent.orange.[default]' | 'color.text.accent.orange.bolder' | 'color.text.accent.yellow.[default]' | 'color.text.accent.yellow.bolder' | 'color.text.accent.green.[default]' | 'color.text.accent.green.bolder' | 'color.text.accent.teal.[default]' | 'color.text.accent.teal.bolder' | 'color.text.accent.blue.[default]' | 'color.text.accent.blue.bolder' | 'color.text.accent.purple.[default]' | 'color.text.accent.purple.bolder' | 'color.text.accent.magenta.[default]' | 'color.text.accent.magenta.bolder' | 'color.text.accent.gray.[default]' | 'color.text.accent.gray.bolder' | 'color.text.disabled' | 'color.text.inverse' | 'color.text.selected' | 'color.text.brand' | 'color.text.danger' | 'color.text.warning.[default]' | 'color.text.warning.inverse' | 'color.text.success' | 'color.text.discovery' | 'color.text.information' | 'color.text.subtlest' | 'color.text.subtle' | 'color.link.[default]' | 'color.link.pressed' | 'color.icon.[default]' | 'color.icon.accent.red' | 'color.icon.accent.orange' | 'color.icon.accent.yellow' | 'color.icon.accent.green' | 'color.icon.accent.teal' | 'color.icon.accent.blue' | 'color.icon.accent.purple' | 'color.icon.accent.magenta' | 'color.icon.accent.gray' | 'color.icon.disabled' | 'color.icon.inverse' | 'color.icon.selected' | 'color.icon.brand' | 'color.icon.danger' | 'color.icon.warning.[default]' | 'color.icon.warning.inverse' | 'color.icon.success' | 'color.icon.discovery' | 'color.icon.information' | 'color.icon.subtle' | 'color.border.[default]' | 'color.border.accent.red' | 'color.border.accent.orange' | 'color.border.accent.yellow' | 'color.border.accent.green' | 'color.border.accent.teal' | 'color.border.accent.blue' | 'color.border.accent.purple' | 'color.border.accent.magenta' | 'color.border.accent.gray' | 'color.border.disabled' | 'color.border.focused' | 'color.border.input' | 'color.border.inverse' | 'color.border.selected' | 'color.border.brand' | 'color.border.danger' | 'color.border.warning' | 'color.border.success' | 'color.border.discovery' | 'color.border.information' | 'color.border.bold' | 'color.background.accent.red.subtlest' | 'color.background.accent.red.subtler' | 'color.background.accent.red.subtle' | 'color.background.accent.red.bolder' | 'color.background.accent.orange.subtlest' | 'color.background.accent.orange.subtler' | 'color.background.accent.orange.subtle' | 'color.background.accent.orange.bolder' | 'color.background.accent.yellow.subtlest' | 'color.background.accent.yellow.subtler' | 'color.background.accent.yellow.subtle' | 'color.background.accent.yellow.bolder' | 'color.background.accent.green.subtlest' | 'color.background.accent.green.subtler' | 'color.background.accent.green.subtle' | 'color.background.accent.green.bolder' | 'color.background.accent.teal.subtlest' | 'color.background.accent.teal.subtler' | 'color.background.accent.teal.subtle' | 'color.background.accent.teal.bolder' | 'color.background.accent.blue.subtlest' | 'color.background.accent.blue.subtler' | 'color.background.accent.blue.subtle' | 'color.background.accent.blue.bolder' | 'color.background.accent.purple.subtlest' | 'color.background.accent.purple.subtler' | 'color.background.accent.purple.subtle' | 'color.background.accent.purple.bolder' | 'color.background.accent.magenta.subtlest' | 'color.background.accent.magenta.subtler' | 'color.background.accent.magenta.subtle' | 'color.background.accent.magenta.bolder' | 'color.background.accent.gray.subtlest' | 'color.background.accent.gray.subtler' | 'color.background.accent.gray.subtle' | 'color.background.accent.gray.bolder' | 'color.background.disabled' | 'color.background.input.[default]' | 'color.background.input.hovered' | 'color.background.input.pressed' | 'color.background.inverse.subtle.[default]' | 'color.background.inverse.subtle.hovered' | 'color.background.inverse.subtle.pressed' | 'color.background.neutral.[default].[default]' | 'color.background.neutral.[default].hovered' | 'color.background.neutral.[default].pressed' | 'color.background.neutral.subtle.[default]' | 'color.background.neutral.subtle.hovered' | 'color.background.neutral.subtle.pressed' | 'color.background.neutral.bold.[default]' | 'color.background.neutral.bold.hovered' | 'color.background.neutral.bold.pressed' | 'color.background.selected.[default].[default]' | 'color.background.selected.[default].hovered' | 'color.background.selected.[default].pressed' | 'color.background.selected.bold.[default]' | 'color.background.selected.bold.hovered' | 'color.background.selected.bold.pressed' | 'color.background.brand.bold.[default]' | 'color.background.brand.bold.hovered' | 'color.background.brand.bold.pressed' | 'color.background.danger.[default].[default]' | 'color.background.danger.[default].hovered' | 'color.background.danger.[default].pressed' | 'color.background.danger.bold.[default]' | 'color.background.danger.bold.hovered' | 'color.background.danger.bold.pressed' | 'color.background.warning.[default].[default]' | 'color.background.warning.[default].hovered' | 'color.background.warning.[default].pressed' | 'color.background.warning.bold.[default]' | 'color.background.warning.bold.hovered' | 'color.background.warning.bold.pressed' | 'color.background.success.[default].[default]' | 'color.background.success.[default].hovered' | 'color.background.success.[default].pressed' | 'color.background.success.bold.[default]' | 'color.background.success.bold.hovered' | 'color.background.success.bold.pressed' | 'color.background.discovery.[default].[default]' | 'color.background.discovery.[default].hovered' | 'color.background.discovery.[default].pressed' | 'color.background.discovery.bold.[default]' | 'color.background.discovery.bold.hovered' | 'color.background.discovery.bold.pressed' | 'color.background.information.[default].[default]' | 'color.background.information.[default].hovered' | 'color.background.information.[default].pressed' | 'color.background.information.bold.[default]' | 'color.background.information.bold.hovered' | 'color.background.information.bold.pressed' | 'color.blanket.[default]' | 'color.blanket.selected' | 'color.blanket.danger' | 'color.interaction.hovered' | 'color.interaction.pressed' | 'color.skeleton.[default]' | 'color.skeleton.subtle' | 'color.chart.categorical.1.[default]' | 'color.chart.categorical.1.hovered' | 'color.chart.categorical.2.[default]' | 'color.chart.categorical.2.hovered' | 'color.chart.categorical.3.[default]' | 'color.chart.categorical.3.hovered' | 'color.chart.categorical.4.[default]' | 'color.chart.categorical.4.hovered' | 'color.chart.categorical.5.[default]' | 'color.chart.categorical.5.hovered' | 'color.chart.categorical.6.[default]' | 'color.chart.categorical.6.hovered' | 'color.chart.categorical.7.[default]' | 'color.chart.categorical.7.hovered' | 'color.chart.categorical.8.[default]' | 'color.chart.categorical.8.hovered' | 'color.chart.neutral.[default]' | 'color.chart.neutral.hovered' | 'color.chart.red.bold.[default]' | 'color.chart.red.bold.hovered' | 'color.chart.red.bolder.[default]' | 'color.chart.red.bolder.hovered' | 'color.chart.red.boldest.[default]' | 'color.chart.red.boldest.hovered' | 'color.chart.orange.bold.[default]' | 'color.chart.orange.bold.hovered' | 'color.chart.orange.bolder.[default]' | 'color.chart.orange.bolder.hovered' | 'color.chart.orange.boldest.[default]' | 'color.chart.orange.boldest.hovered' | 'color.chart.yellow.bold.[default]' | 'color.chart.yellow.bold.hovered' | 'color.chart.yellow.bolder.[default]' | 'color.chart.yellow.bolder.hovered' | 'color.chart.yellow.boldest.[default]' | 'color.chart.yellow.boldest.hovered' | 'color.chart.green.bold.[default]' | 'color.chart.green.bold.hovered' | 'color.chart.green.bolder.[default]' | 'color.chart.green.bolder.hovered' | 'color.chart.green.boldest.[default]' | 'color.chart.green.boldest.hovered' | 'color.chart.teal.bold.[default]' | 'color.chart.teal.bold.hovered' | 'color.chart.teal.bolder.[default]' | 'color.chart.teal.bolder.hovered' | 'color.chart.teal.boldest.[default]' | 'color.chart.teal.boldest.hovered' | 'color.chart.blue.bold.[default]' | 'color.chart.blue.bold.hovered' | 'color.chart.blue.bolder.[default]' | 'color.chart.blue.bolder.hovered' | 'color.chart.blue.boldest.[default]' | 'color.chart.blue.boldest.hovered' | 'color.chart.purple.bold.[default]' | 'color.chart.purple.bold.hovered' | 'color.chart.purple.bolder.[default]' | 'color.chart.purple.bolder.hovered' | 'color.chart.purple.boldest.[default]' | 'color.chart.purple.boldest.hovered' | 'color.chart.magenta.bold.[default]' | 'color.chart.magenta.bold.hovered' | 'color.chart.magenta.bolder.[default]' | 'color.chart.magenta.bolder.hovered' | 'color.chart.magenta.boldest.[default]' | 'color.chart.magenta.boldest.hovered' | 'color.chart.gray.bold.[default]' | 'color.chart.gray.bold.hovered' | 'color.chart.gray.bolder.[default]' | 'color.chart.gray.bolder.hovered' | 'color.chart.gray.boldest.[default]' | 'color.chart.gray.boldest.hovered' | 'color.chart.brand.[default]' | 'color.chart.brand.hovered' | 'color.chart.danger.[default].[default]' | 'color.chart.danger.[default].hovered' | 'color.chart.danger.bold.[default]' | 'color.chart.danger.bold.hovered' | 'color.chart.warning.[default].[default]' | 'color.chart.warning.[default].hovered' | 'color.chart.warning.bold.[default]' | 'color.chart.warning.bold.hovered' | 'color.chart.success.[default].[default]' | 'color.chart.success.[default].hovered' | 'color.chart.success.bold.[default]' | 'color.chart.success.bold.hovered' | 'color.chart.discovery.[default].[default]' | 'color.chart.discovery.[default].hovered' | 'color.chart.discovery.bold.[default]' | 'color.chart.discovery.bold.hovered' | 'color.chart.information.[default].[default]' | 'color.chart.information.[default].hovered' | 'color.chart.information.bold.[default]' | 'color.chart.information.bold.hovered' | 'elevation.surface.[default].[default]' | 'elevation.surface.[default].hovered' | 'elevation.surface.[default].pressed' | 'elevation.surface.overlay.[default]' | 'elevation.surface.overlay.hovered' | 'elevation.surface.overlay.pressed' | 'elevation.surface.raised.[default]' | 'elevation.surface.raised.hovered' | 'elevation.surface.raised.pressed' | 'elevation.surface.sunken' | 'elevation.shadow.overflow.[default]' | 'elevation.shadow.overflow.perimeter' | 'elevation.shadow.overflow.spread' | 'elevation.shadow.overlay' | 'elevation.shadow.raised' | 'opacity.disabled' | 'opacity.loading' | 'utility.UNSAFE.transparent' | 'space.0' | 'space.025' | 'space.050' | 'space.075' | 'space.100' | 'space.150' | 'space.200' | 'space.250' | 'space.300' | 'space.400' | 'space.500' | 'space.600' | 'space.800' | 'space.1000' | 'font.family.monospace' | 'font.family.sans' | 'font.size.050' | 'font.size.075' | 'font.size.100' | 'font.size.200' | 'font.size.300' | 'font.size.400' | 'font.size.500' | 'font.size.600' | 'font.weight.bold' | 'font.weight.medium' | 'font.weight.regular' | 'font.weight.semibold' | 'font.lineHeight.100' | 'font.lineHeight.200' | 'font.lineHeight.300' | 'font.lineHeight.400' | 'font.lineHeight.500' | 'font.lineHeight.600';
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::0590226763691ce0543ee24e9a6bb722>>
|
|
4
|
+
* @codegenCommand yarn build tokens
|
|
5
|
+
*/
|
|
6
|
+
export type ActiveTokens = 'color.text' | 'color.text.accent.red' | 'color.text.accent.red.bolder' | 'color.text.accent.orange' | 'color.text.accent.orange.bolder' | 'color.text.accent.yellow' | 'color.text.accent.yellow.bolder' | 'color.text.accent.green' | 'color.text.accent.green.bolder' | 'color.text.accent.teal' | 'color.text.accent.teal.bolder' | 'color.text.accent.blue' | 'color.text.accent.blue.bolder' | 'color.text.accent.purple' | 'color.text.accent.purple.bolder' | 'color.text.accent.magenta' | 'color.text.accent.magenta.bolder' | 'color.text.accent.gray' | 'color.text.accent.gray.bolder' | 'color.text.disabled' | 'color.text.inverse' | 'color.text.selected' | 'color.text.brand' | 'color.text.danger' | 'color.text.warning' | 'color.text.warning.inverse' | 'color.text.success' | 'color.text.discovery' | 'color.text.information' | 'color.text.subtlest' | 'color.text.subtle' | 'color.link' | 'color.link.pressed' | 'color.icon' | 'color.icon.accent.red' | 'color.icon.accent.orange' | 'color.icon.accent.yellow' | 'color.icon.accent.green' | 'color.icon.accent.teal' | 'color.icon.accent.blue' | 'color.icon.accent.purple' | 'color.icon.accent.magenta' | 'color.icon.accent.gray' | 'color.icon.disabled' | 'color.icon.inverse' | 'color.icon.selected' | 'color.icon.brand' | 'color.icon.danger' | 'color.icon.warning' | 'color.icon.warning.inverse' | 'color.icon.success' | 'color.icon.discovery' | 'color.icon.information' | 'color.icon.subtle' | 'color.border' | 'color.border.accent.red' | 'color.border.accent.orange' | 'color.border.accent.yellow' | 'color.border.accent.green' | 'color.border.accent.teal' | 'color.border.accent.blue' | 'color.border.accent.purple' | 'color.border.accent.magenta' | 'color.border.accent.gray' | 'color.border.disabled' | 'color.border.focused' | 'color.border.input' | 'color.border.inverse' | 'color.border.selected' | 'color.border.brand' | 'color.border.danger' | 'color.border.warning' | 'color.border.success' | 'color.border.discovery' | 'color.border.information' | 'color.border.bold' | 'color.background.accent.red.subtlest' | 'color.background.accent.red.subtler' | 'color.background.accent.red.subtle' | 'color.background.accent.red.bolder' | 'color.background.accent.orange.subtlest' | 'color.background.accent.orange.subtler' | 'color.background.accent.orange.subtle' | 'color.background.accent.orange.bolder' | 'color.background.accent.yellow.subtlest' | 'color.background.accent.yellow.subtler' | 'color.background.accent.yellow.subtle' | 'color.background.accent.yellow.bolder' | 'color.background.accent.green.subtlest' | 'color.background.accent.green.subtler' | 'color.background.accent.green.subtle' | 'color.background.accent.green.bolder' | 'color.background.accent.teal.subtlest' | 'color.background.accent.teal.subtler' | 'color.background.accent.teal.subtle' | 'color.background.accent.teal.bolder' | 'color.background.accent.blue.subtlest' | 'color.background.accent.blue.subtler' | 'color.background.accent.blue.subtle' | 'color.background.accent.blue.bolder' | 'color.background.accent.purple.subtlest' | 'color.background.accent.purple.subtler' | 'color.background.accent.purple.subtle' | 'color.background.accent.purple.bolder' | 'color.background.accent.magenta.subtlest' | 'color.background.accent.magenta.subtler' | 'color.background.accent.magenta.subtle' | 'color.background.accent.magenta.bolder' | 'color.background.accent.gray.subtlest' | 'color.background.accent.gray.subtler' | 'color.background.accent.gray.subtle' | 'color.background.accent.gray.bolder' | 'color.background.disabled' | 'color.background.input' | 'color.background.input.hovered' | 'color.background.input.pressed' | 'color.background.inverse.subtle' | 'color.background.inverse.subtle.hovered' | 'color.background.inverse.subtle.pressed' | 'color.background.neutral' | 'color.background.neutral.hovered' | 'color.background.neutral.pressed' | 'color.background.neutral.subtle' | 'color.background.neutral.subtle.hovered' | 'color.background.neutral.subtle.pressed' | 'color.background.neutral.bold' | 'color.background.neutral.bold.hovered' | 'color.background.neutral.bold.pressed' | 'color.background.selected' | 'color.background.selected.hovered' | 'color.background.selected.pressed' | 'color.background.selected.bold' | 'color.background.selected.bold.hovered' | 'color.background.selected.bold.pressed' | 'color.background.brand.bold' | 'color.background.brand.bold.hovered' | 'color.background.brand.bold.pressed' | 'color.background.danger' | 'color.background.danger.hovered' | 'color.background.danger.pressed' | 'color.background.danger.bold' | 'color.background.danger.bold.hovered' | 'color.background.danger.bold.pressed' | 'color.background.warning' | 'color.background.warning.hovered' | 'color.background.warning.pressed' | 'color.background.warning.bold' | 'color.background.warning.bold.hovered' | 'color.background.warning.bold.pressed' | 'color.background.success' | 'color.background.success.hovered' | 'color.background.success.pressed' | 'color.background.success.bold' | 'color.background.success.bold.hovered' | 'color.background.success.bold.pressed' | 'color.background.discovery' | 'color.background.discovery.hovered' | 'color.background.discovery.pressed' | 'color.background.discovery.bold' | 'color.background.discovery.bold.hovered' | 'color.background.discovery.bold.pressed' | 'color.background.information' | 'color.background.information.hovered' | 'color.background.information.pressed' | 'color.background.information.bold' | 'color.background.information.bold.hovered' | 'color.background.information.bold.pressed' | 'color.blanket' | 'color.blanket.selected' | 'color.blanket.danger' | 'color.interaction.hovered' | 'color.interaction.pressed' | 'color.skeleton' | 'color.skeleton.subtle' | 'color.chart.categorical.1' | 'color.chart.categorical.1.hovered' | 'color.chart.categorical.2' | 'color.chart.categorical.2.hovered' | 'color.chart.categorical.3' | 'color.chart.categorical.3.hovered' | 'color.chart.categorical.4' | 'color.chart.categorical.4.hovered' | 'color.chart.categorical.5' | 'color.chart.categorical.5.hovered' | 'color.chart.categorical.6' | 'color.chart.categorical.6.hovered' | 'color.chart.categorical.7' | 'color.chart.categorical.7.hovered' | 'color.chart.categorical.8' | 'color.chart.categorical.8.hovered' | 'color.chart.neutral' | 'color.chart.neutral.hovered' | 'color.chart.red.bold' | 'color.chart.red.bold.hovered' | 'color.chart.red.bolder' | 'color.chart.red.bolder.hovered' | 'color.chart.red.boldest' | 'color.chart.red.boldest.hovered' | 'color.chart.orange.bold' | 'color.chart.orange.bold.hovered' | 'color.chart.orange.bolder' | 'color.chart.orange.bolder.hovered' | 'color.chart.orange.boldest' | 'color.chart.orange.boldest.hovered' | 'color.chart.yellow.bold' | 'color.chart.yellow.bold.hovered' | 'color.chart.yellow.bolder' | 'color.chart.yellow.bolder.hovered' | 'color.chart.yellow.boldest' | 'color.chart.yellow.boldest.hovered' | 'color.chart.green.bold' | 'color.chart.green.bold.hovered' | 'color.chart.green.bolder' | 'color.chart.green.bolder.hovered' | 'color.chart.green.boldest' | 'color.chart.green.boldest.hovered' | 'color.chart.teal.bold' | 'color.chart.teal.bold.hovered' | 'color.chart.teal.bolder' | 'color.chart.teal.bolder.hovered' | 'color.chart.teal.boldest' | 'color.chart.teal.boldest.hovered' | 'color.chart.blue.bold' | 'color.chart.blue.bold.hovered' | 'color.chart.blue.bolder' | 'color.chart.blue.bolder.hovered' | 'color.chart.blue.boldest' | 'color.chart.blue.boldest.hovered' | 'color.chart.purple.bold' | 'color.chart.purple.bold.hovered' | 'color.chart.purple.bolder' | 'color.chart.purple.bolder.hovered' | 'color.chart.purple.boldest' | 'color.chart.purple.boldest.hovered' | 'color.chart.magenta.bold' | 'color.chart.magenta.bold.hovered' | 'color.chart.magenta.bolder' | 'color.chart.magenta.bolder.hovered' | 'color.chart.magenta.boldest' | 'color.chart.magenta.boldest.hovered' | 'color.chart.gray.bold' | 'color.chart.gray.bold.hovered' | 'color.chart.gray.bolder' | 'color.chart.gray.bolder.hovered' | 'color.chart.gray.boldest' | 'color.chart.gray.boldest.hovered' | 'color.chart.brand' | 'color.chart.brand.hovered' | 'color.chart.danger' | 'color.chart.danger.hovered' | 'color.chart.danger.bold' | 'color.chart.danger.bold.hovered' | 'color.chart.warning' | 'color.chart.warning.hovered' | 'color.chart.warning.bold' | 'color.chart.warning.bold.hovered' | 'color.chart.success' | 'color.chart.success.hovered' | 'color.chart.success.bold' | 'color.chart.success.bold.hovered' | 'color.chart.discovery' | 'color.chart.discovery.hovered' | 'color.chart.discovery.bold' | 'color.chart.discovery.bold.hovered' | 'color.chart.information' | 'color.chart.information.hovered' | 'color.chart.information.bold' | 'color.chart.information.bold.hovered' | 'elevation.surface' | 'elevation.surface.hovered' | 'elevation.surface.pressed' | 'elevation.surface.overlay' | 'elevation.surface.overlay.hovered' | 'elevation.surface.overlay.pressed' | 'elevation.surface.raised' | 'elevation.surface.raised.hovered' | 'elevation.surface.raised.pressed' | 'elevation.surface.sunken' | 'elevation.shadow.overflow' | 'elevation.shadow.overflow.perimeter' | 'elevation.shadow.overflow.spread' | 'elevation.shadow.overlay' | 'elevation.shadow.raised' | 'opacity.disabled' | 'opacity.loading' | 'utility.UNSAFE.transparent' | 'space.0' | 'space.025' | 'space.050' | 'space.075' | 'space.100' | 'space.150' | 'space.200' | 'space.250' | 'space.300' | 'space.400' | 'space.500' | 'space.600' | 'space.800' | 'space.1000' | 'font.family.monospace' | 'font.family.sans' | 'font.size.050' | 'font.size.075' | 'font.size.100' | 'font.size.200' | 'font.size.300' | 'font.size.400' | 'font.size.500' | 'font.size.600' | 'font.weight.bold' | 'font.weight.medium' | 'font.weight.regular' | 'font.weight.semibold' | 'font.lineHeight.100' | 'font.lineHeight.200' | 'font.lineHeight.300' | 'font.lineHeight.400' | 'font.lineHeight.500' | 'font.lineHeight.600';
|