@atlaskit/tokens 1.4.1 → 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 +6 -0
- 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-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 +2 -2
|
@@ -0,0 +1,341 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
*
|
|
4
|
+
* Token names mapped to their value in the default Atlassian themes ('light').
|
|
5
|
+
* These default values are used by the Babel plugin to optionally provide automatic fallbacks.
|
|
6
|
+
*
|
|
7
|
+
* @codegen <<SignedSource::9c962af7a2afdab3160e3f3a2b285a8a>>
|
|
8
|
+
* @codegenCommand yarn build tokens
|
|
9
|
+
*/
|
|
10
|
+
declare const defaultTokenValues: {
|
|
11
|
+
readonly 'border.radius.050': "0.125rem";
|
|
12
|
+
readonly 'border.radius.100': "0.25rem";
|
|
13
|
+
readonly 'border.radius.200': "0.5rem";
|
|
14
|
+
readonly 'border.radius.300': "0.75rem";
|
|
15
|
+
readonly 'border.radius.400': "1rem";
|
|
16
|
+
readonly 'border.radius.round': "50%";
|
|
17
|
+
readonly 'border.width.0': "0";
|
|
18
|
+
readonly 'border.width.050': "0.0625rem";
|
|
19
|
+
readonly 'border.width.100': "0.125rem";
|
|
20
|
+
readonly 'color.text': "#172B4D";
|
|
21
|
+
readonly 'color.text.accent.red': "#AE2A19";
|
|
22
|
+
readonly 'color.text.accent.red.bolder': "#601E16";
|
|
23
|
+
readonly 'color.text.accent.orange': "#974F0C";
|
|
24
|
+
readonly 'color.text.accent.orange.bolder': "#5F3811";
|
|
25
|
+
readonly 'color.text.accent.yellow': "#7F5F01";
|
|
26
|
+
readonly 'color.text.accent.yellow.bolder': "#533F04";
|
|
27
|
+
readonly 'color.text.accent.green': "#216E4E";
|
|
28
|
+
readonly 'color.text.accent.green.bolder': "#164B35";
|
|
29
|
+
readonly 'color.text.accent.teal': "#206B74";
|
|
30
|
+
readonly 'color.text.accent.teal.bolder': "#1D474C";
|
|
31
|
+
readonly 'color.text.accent.blue': "#0055CC";
|
|
32
|
+
readonly 'color.text.accent.blue.bolder': "#09326C";
|
|
33
|
+
readonly 'color.text.accent.purple': "#5E4DB2";
|
|
34
|
+
readonly 'color.text.accent.purple.bolder': "#352C63";
|
|
35
|
+
readonly 'color.text.accent.magenta': "#943D73";
|
|
36
|
+
readonly 'color.text.accent.magenta.bolder': "#50253F";
|
|
37
|
+
readonly 'color.text.accent.gray': "#44546F";
|
|
38
|
+
readonly 'color.text.accent.gray.bolder': "#091E42";
|
|
39
|
+
readonly 'color.text.disabled': "#091E424F";
|
|
40
|
+
readonly 'color.text.inverse': "#FFFFFF";
|
|
41
|
+
readonly 'color.text.selected': "#0C66E4";
|
|
42
|
+
readonly 'color.text.brand': "#0C66E4";
|
|
43
|
+
readonly 'color.text.danger': "#AE2A19";
|
|
44
|
+
readonly 'color.text.warning': "#974F0C";
|
|
45
|
+
readonly 'color.text.warning.inverse': "#172B4D";
|
|
46
|
+
readonly 'color.text.success': "#216E4E";
|
|
47
|
+
readonly 'color.text.discovery': "#5E4DB2";
|
|
48
|
+
readonly 'color.text.information': "#0055CC";
|
|
49
|
+
readonly 'color.text.subtlest': "#626F86";
|
|
50
|
+
readonly 'color.text.subtle': "#44546F";
|
|
51
|
+
readonly 'color.link': "#0C66E4";
|
|
52
|
+
readonly 'color.link.pressed': "#0055CC";
|
|
53
|
+
readonly 'color.icon': "#44546F";
|
|
54
|
+
readonly 'color.icon.accent.red': "#E34935";
|
|
55
|
+
readonly 'color.icon.accent.orange': "#D97008";
|
|
56
|
+
readonly 'color.icon.accent.yellow': "#B38600";
|
|
57
|
+
readonly 'color.icon.accent.green': "#22A06B";
|
|
58
|
+
readonly 'color.icon.accent.teal': "#1D9AAA";
|
|
59
|
+
readonly 'color.icon.accent.blue': "#1D7AFC";
|
|
60
|
+
readonly 'color.icon.accent.purple': "#8270DB";
|
|
61
|
+
readonly 'color.icon.accent.magenta': "#CD519D";
|
|
62
|
+
readonly 'color.icon.accent.gray': "#758195";
|
|
63
|
+
readonly 'color.icon.disabled': "#091E424F";
|
|
64
|
+
readonly 'color.icon.inverse': "#FFFFFF";
|
|
65
|
+
readonly 'color.icon.selected': "#0C66E4";
|
|
66
|
+
readonly 'color.icon.brand': "#0C66E4";
|
|
67
|
+
readonly 'color.icon.danger': "#E34935";
|
|
68
|
+
readonly 'color.icon.warning': "#D97008";
|
|
69
|
+
readonly 'color.icon.warning.inverse': "#172B4D";
|
|
70
|
+
readonly 'color.icon.success': "#22A06B";
|
|
71
|
+
readonly 'color.icon.discovery': "#8270DB";
|
|
72
|
+
readonly 'color.icon.information': "#1D7AFC";
|
|
73
|
+
readonly 'color.icon.subtle': "#626F86";
|
|
74
|
+
readonly 'color.border': "#091E4224";
|
|
75
|
+
readonly 'color.border.accent.red': "#E34935";
|
|
76
|
+
readonly 'color.border.accent.orange': "#D97008";
|
|
77
|
+
readonly 'color.border.accent.yellow': "#B38600";
|
|
78
|
+
readonly 'color.border.accent.green': "#22A06B";
|
|
79
|
+
readonly 'color.border.accent.teal': "#1D9AAA";
|
|
80
|
+
readonly 'color.border.accent.blue': "#1D7AFC";
|
|
81
|
+
readonly 'color.border.accent.purple': "#8270DB";
|
|
82
|
+
readonly 'color.border.accent.magenta': "#CD519D";
|
|
83
|
+
readonly 'color.border.accent.gray': "#758195";
|
|
84
|
+
readonly 'color.border.disabled': "#091E420F";
|
|
85
|
+
readonly 'color.border.focused': "#388BFF";
|
|
86
|
+
readonly 'color.border.input': "#091E4224";
|
|
87
|
+
readonly 'color.border.inverse': "#FFFFFF";
|
|
88
|
+
readonly 'color.border.selected': "#0C66E4";
|
|
89
|
+
readonly 'color.border.brand': "#0C66E4";
|
|
90
|
+
readonly 'color.border.danger': "#E34935";
|
|
91
|
+
readonly 'color.border.warning': "#D97008";
|
|
92
|
+
readonly 'color.border.success': "#22A06B";
|
|
93
|
+
readonly 'color.border.discovery': "#8270DB";
|
|
94
|
+
readonly 'color.border.information': "#1D7AFC";
|
|
95
|
+
readonly 'color.border.bold': "#758195";
|
|
96
|
+
readonly 'color.background.accent.red.subtlest': "#FFEDEB";
|
|
97
|
+
readonly 'color.background.accent.red.subtler': "#FFD2CC";
|
|
98
|
+
readonly 'color.background.accent.red.subtle': "#F87462";
|
|
99
|
+
readonly 'color.background.accent.red.bolder': "#CA3521";
|
|
100
|
+
readonly 'color.background.accent.orange.subtlest': "#FFF4E5";
|
|
101
|
+
readonly 'color.background.accent.orange.subtler': "#FFE2BD";
|
|
102
|
+
readonly 'color.background.accent.orange.subtle': "#FAA53D";
|
|
103
|
+
readonly 'color.background.accent.orange.bolder': "#B65C02";
|
|
104
|
+
readonly 'color.background.accent.yellow.subtlest': "#FFF7D6";
|
|
105
|
+
readonly 'color.background.accent.yellow.subtler': "#F8E6A0";
|
|
106
|
+
readonly 'color.background.accent.yellow.subtle': "#E2B203";
|
|
107
|
+
readonly 'color.background.accent.yellow.bolder': "#946F00";
|
|
108
|
+
readonly 'color.background.accent.green.subtlest': "#DFFCF0";
|
|
109
|
+
readonly 'color.background.accent.green.subtler': "#BAF3DB";
|
|
110
|
+
readonly 'color.background.accent.green.subtle': "#4BCE97";
|
|
111
|
+
readonly 'color.background.accent.green.bolder': "#1F845A";
|
|
112
|
+
readonly 'color.background.accent.teal.subtlest': "#E3FAFC";
|
|
113
|
+
readonly 'color.background.accent.teal.subtler': "#C1F0F5";
|
|
114
|
+
readonly 'color.background.accent.teal.subtle': "#60C6D2";
|
|
115
|
+
readonly 'color.background.accent.teal.bolder': "#1D7F8C";
|
|
116
|
+
readonly 'color.background.accent.blue.subtlest': "#E9F2FF";
|
|
117
|
+
readonly 'color.background.accent.blue.subtler': "#CCE0FF";
|
|
118
|
+
readonly 'color.background.accent.blue.subtle': "#579DFF";
|
|
119
|
+
readonly 'color.background.accent.blue.bolder': "#0C66E4";
|
|
120
|
+
readonly 'color.background.accent.purple.subtlest': "#F3F0FF";
|
|
121
|
+
readonly 'color.background.accent.purple.subtler': "#DFD8FD";
|
|
122
|
+
readonly 'color.background.accent.purple.subtle': "#9F8FEF";
|
|
123
|
+
readonly 'color.background.accent.purple.bolder': "#6E5DC6";
|
|
124
|
+
readonly 'color.background.accent.magenta.subtlest': "#FFECF8";
|
|
125
|
+
readonly 'color.background.accent.magenta.subtler': "#FDD0EC";
|
|
126
|
+
readonly 'color.background.accent.magenta.subtle': "#E774BB";
|
|
127
|
+
readonly 'color.background.accent.magenta.bolder': "#AE4787";
|
|
128
|
+
readonly 'color.background.accent.gray.subtlest': "#F1F2F4";
|
|
129
|
+
readonly 'color.background.accent.gray.subtler': "#DCDFE4";
|
|
130
|
+
readonly 'color.background.accent.gray.subtle': "#8590A2";
|
|
131
|
+
readonly 'color.background.accent.gray.bolder': "#626F86";
|
|
132
|
+
readonly 'color.background.disabled': "#091E4208";
|
|
133
|
+
readonly 'color.background.input': "#FFFFFF";
|
|
134
|
+
readonly 'color.background.input.hovered': "#F7F8F9";
|
|
135
|
+
readonly 'color.background.input.pressed': "#FFFFFF";
|
|
136
|
+
readonly 'color.background.inverse.subtle': "#00000029";
|
|
137
|
+
readonly 'color.background.inverse.subtle.hovered': "#0000003D";
|
|
138
|
+
readonly 'color.background.inverse.subtle.pressed': "#00000052";
|
|
139
|
+
readonly 'color.background.neutral': "#091E420F";
|
|
140
|
+
readonly 'color.background.neutral.hovered': "#091E4224";
|
|
141
|
+
readonly 'color.background.neutral.pressed': "#091E424F";
|
|
142
|
+
readonly 'color.background.neutral.subtle': "#00000000";
|
|
143
|
+
readonly 'color.background.neutral.subtle.hovered': "#091E420F";
|
|
144
|
+
readonly 'color.background.neutral.subtle.pressed': "#091E4224";
|
|
145
|
+
readonly 'color.background.neutral.bold': "#44546F";
|
|
146
|
+
readonly 'color.background.neutral.bold.hovered': "#2C3E5D";
|
|
147
|
+
readonly 'color.background.neutral.bold.pressed': "#172B4D";
|
|
148
|
+
readonly 'color.background.selected': "#E9F2FF";
|
|
149
|
+
readonly 'color.background.selected.hovered': "#CCE0FF";
|
|
150
|
+
readonly 'color.background.selected.pressed': "#85B8FF";
|
|
151
|
+
readonly 'color.background.selected.bold': "#0C66E4";
|
|
152
|
+
readonly 'color.background.selected.bold.hovered': "#0055CC";
|
|
153
|
+
readonly 'color.background.selected.bold.pressed': "#09326C";
|
|
154
|
+
readonly 'color.background.brand.bold': "#0C66E4";
|
|
155
|
+
readonly 'color.background.brand.bold.hovered': "#0055CC";
|
|
156
|
+
readonly 'color.background.brand.bold.pressed': "#09326C";
|
|
157
|
+
readonly 'color.background.danger': "#FFEDEB";
|
|
158
|
+
readonly 'color.background.danger.hovered': "#FFD2CC";
|
|
159
|
+
readonly 'color.background.danger.pressed': "#FF9C8F";
|
|
160
|
+
readonly 'color.background.danger.bold': "#CA3521";
|
|
161
|
+
readonly 'color.background.danger.bold.hovered': "#AE2A19";
|
|
162
|
+
readonly 'color.background.danger.bold.pressed': "#601E16";
|
|
163
|
+
readonly 'color.background.warning': "#FFF7D6";
|
|
164
|
+
readonly 'color.background.warning.hovered': "#F8E6A0";
|
|
165
|
+
readonly 'color.background.warning.pressed': "#F5CD47";
|
|
166
|
+
readonly 'color.background.warning.bold': "#E2B203";
|
|
167
|
+
readonly 'color.background.warning.bold.hovered': "#CF9F02";
|
|
168
|
+
readonly 'color.background.warning.bold.pressed': "#B38600";
|
|
169
|
+
readonly 'color.background.success': "#DFFCF0";
|
|
170
|
+
readonly 'color.background.success.hovered': "#BAF3DB";
|
|
171
|
+
readonly 'color.background.success.pressed': "#7EE2B8";
|
|
172
|
+
readonly 'color.background.success.bold': "#1F845A";
|
|
173
|
+
readonly 'color.background.success.bold.hovered': "#216E4E";
|
|
174
|
+
readonly 'color.background.success.bold.pressed': "#164B35";
|
|
175
|
+
readonly 'color.background.discovery': "#F3F0FF";
|
|
176
|
+
readonly 'color.background.discovery.hovered': "#DFD8FD";
|
|
177
|
+
readonly 'color.background.discovery.pressed': "#B8ACF6";
|
|
178
|
+
readonly 'color.background.discovery.bold': "#6E5DC6";
|
|
179
|
+
readonly 'color.background.discovery.bold.hovered': "#5E4DB2";
|
|
180
|
+
readonly 'color.background.discovery.bold.pressed': "#352C63";
|
|
181
|
+
readonly 'color.background.information': "#E9F2FF";
|
|
182
|
+
readonly 'color.background.information.hovered': "#CCE0FF";
|
|
183
|
+
readonly 'color.background.information.pressed': "#85B8FF";
|
|
184
|
+
readonly 'color.background.information.bold': "#0C66E4";
|
|
185
|
+
readonly 'color.background.information.bold.hovered': "#0055CC";
|
|
186
|
+
readonly 'color.background.information.bold.pressed': "#09326C";
|
|
187
|
+
readonly 'color.blanket': "#091E427D";
|
|
188
|
+
readonly 'color.blanket.selected': "#388BFF14";
|
|
189
|
+
readonly 'color.blanket.danger': "#EF5C4814";
|
|
190
|
+
readonly 'color.interaction.hovered': "#00000029";
|
|
191
|
+
readonly 'color.interaction.pressed': "#00000052";
|
|
192
|
+
readonly 'color.skeleton': "#091E420F";
|
|
193
|
+
readonly 'color.skeleton.subtle': "#091E4208";
|
|
194
|
+
readonly 'color.chart.categorical.1': "#1D9AAA";
|
|
195
|
+
readonly 'color.chart.categorical.1.hovered': "#1D7F8C";
|
|
196
|
+
readonly 'color.chart.categorical.2': "#5E4DB2";
|
|
197
|
+
readonly 'color.chart.categorical.2.hovered': "#352C63";
|
|
198
|
+
readonly 'color.chart.categorical.3': "#D97008";
|
|
199
|
+
readonly 'color.chart.categorical.3.hovered': "#B65C02";
|
|
200
|
+
readonly 'color.chart.categorical.4': "#943D73";
|
|
201
|
+
readonly 'color.chart.categorical.4.hovered': "#50253F";
|
|
202
|
+
readonly 'color.chart.categorical.5': "#09326C";
|
|
203
|
+
readonly 'color.chart.categorical.5.hovered': "#082145";
|
|
204
|
+
readonly 'color.chart.categorical.6': "#8F7EE7";
|
|
205
|
+
readonly 'color.chart.categorical.6.hovered': "#8270DB";
|
|
206
|
+
readonly 'color.chart.categorical.7': "#50253F";
|
|
207
|
+
readonly 'color.chart.categorical.7.hovered': "#341829";
|
|
208
|
+
readonly 'color.chart.categorical.8': "#974F0C";
|
|
209
|
+
readonly 'color.chart.categorical.8.hovered': "#5F3811";
|
|
210
|
+
readonly 'color.chart.neutral': "#8590A2";
|
|
211
|
+
readonly 'color.chart.neutral.hovered': "#758195";
|
|
212
|
+
readonly 'color.chart.red.bold': "#EF5C48";
|
|
213
|
+
readonly 'color.chart.red.bold.hovered': "#E34935";
|
|
214
|
+
readonly 'color.chart.red.bolder': "#E34935";
|
|
215
|
+
readonly 'color.chart.red.bolder.hovered': "#CA3521";
|
|
216
|
+
readonly 'color.chart.red.boldest': "#AE2A19";
|
|
217
|
+
readonly 'color.chart.red.boldest.hovered': "#601E16";
|
|
218
|
+
readonly 'color.chart.orange.bold': "#D97008";
|
|
219
|
+
readonly 'color.chart.orange.bold.hovered': "#B65C02";
|
|
220
|
+
readonly 'color.chart.orange.bolder': "#B65C02";
|
|
221
|
+
readonly 'color.chart.orange.bolder.hovered': "#974F0C";
|
|
222
|
+
readonly 'color.chart.orange.boldest': "#974F0C";
|
|
223
|
+
readonly 'color.chart.orange.boldest.hovered': "#5F3811";
|
|
224
|
+
readonly 'color.chart.yellow.bold': "#B38600";
|
|
225
|
+
readonly 'color.chart.yellow.bold.hovered': "#946F00";
|
|
226
|
+
readonly 'color.chart.yellow.bolder': "#946F00";
|
|
227
|
+
readonly 'color.chart.yellow.bolder.hovered': "#7F5F01";
|
|
228
|
+
readonly 'color.chart.yellow.boldest': "#7F5F01";
|
|
229
|
+
readonly 'color.chart.yellow.boldest.hovered': "#533F04";
|
|
230
|
+
readonly 'color.chart.green.bold': "#22A06B";
|
|
231
|
+
readonly 'color.chart.green.bold.hovered': "#1F845A";
|
|
232
|
+
readonly 'color.chart.green.bolder': "#1F845A";
|
|
233
|
+
readonly 'color.chart.green.bolder.hovered': "#216E4E";
|
|
234
|
+
readonly 'color.chart.green.boldest': "#216E4E";
|
|
235
|
+
readonly 'color.chart.green.boldest.hovered': "#164B35";
|
|
236
|
+
readonly 'color.chart.teal.bold': "#1D9AAA";
|
|
237
|
+
readonly 'color.chart.teal.bold.hovered': "#1D7F8C";
|
|
238
|
+
readonly 'color.chart.teal.bolder': "#1D7F8C";
|
|
239
|
+
readonly 'color.chart.teal.bolder.hovered': "#206B74";
|
|
240
|
+
readonly 'color.chart.teal.boldest': "#206B74";
|
|
241
|
+
readonly 'color.chart.teal.boldest.hovered': "#1D474C";
|
|
242
|
+
readonly 'color.chart.blue.bold': "#388BFF";
|
|
243
|
+
readonly 'color.chart.blue.bold.hovered': "#1D7AFC";
|
|
244
|
+
readonly 'color.chart.blue.bolder': "#1D7AFC";
|
|
245
|
+
readonly 'color.chart.blue.bolder.hovered': "#0C66E4";
|
|
246
|
+
readonly 'color.chart.blue.boldest': "#0055CC";
|
|
247
|
+
readonly 'color.chart.blue.boldest.hovered': "#09326C";
|
|
248
|
+
readonly 'color.chart.purple.bold': "#8F7EE7";
|
|
249
|
+
readonly 'color.chart.purple.bold.hovered': "#8270DB";
|
|
250
|
+
readonly 'color.chart.purple.bolder': "#8270DB";
|
|
251
|
+
readonly 'color.chart.purple.bolder.hovered': "#6E5DC6";
|
|
252
|
+
readonly 'color.chart.purple.boldest': "#5E4DB2";
|
|
253
|
+
readonly 'color.chart.purple.boldest.hovered': "#352C63";
|
|
254
|
+
readonly 'color.chart.magenta.bold': "#DA62AC";
|
|
255
|
+
readonly 'color.chart.magenta.bold.hovered': "#CD519D";
|
|
256
|
+
readonly 'color.chart.magenta.bolder': "#CD519D";
|
|
257
|
+
readonly 'color.chart.magenta.bolder.hovered': "#AE4787";
|
|
258
|
+
readonly 'color.chart.magenta.boldest': "#943D73";
|
|
259
|
+
readonly 'color.chart.magenta.boldest.hovered': "#50253F";
|
|
260
|
+
readonly 'color.chart.gray.bold': "#8590A2";
|
|
261
|
+
readonly 'color.chart.gray.bold.hovered': "#758195";
|
|
262
|
+
readonly 'color.chart.gray.bolder': "#758195";
|
|
263
|
+
readonly 'color.chart.gray.bolder.hovered': "#626F86";
|
|
264
|
+
readonly 'color.chart.gray.boldest': "#44546F";
|
|
265
|
+
readonly 'color.chart.gray.boldest.hovered': "#2C3E5D";
|
|
266
|
+
readonly 'color.chart.brand': "#1D7AFC";
|
|
267
|
+
readonly 'color.chart.brand.hovered': "#0C66E4";
|
|
268
|
+
readonly 'color.chart.danger': "#EF5C48";
|
|
269
|
+
readonly 'color.chart.danger.hovered': "#E34935";
|
|
270
|
+
readonly 'color.chart.danger.bold': "#AE2A19";
|
|
271
|
+
readonly 'color.chart.danger.bold.hovered': "#601E16";
|
|
272
|
+
readonly 'color.chart.warning': "#B38600";
|
|
273
|
+
readonly 'color.chart.warning.hovered': "#946F00";
|
|
274
|
+
readonly 'color.chart.warning.bold': "#7F5F01";
|
|
275
|
+
readonly 'color.chart.warning.bold.hovered': "#533F04";
|
|
276
|
+
readonly 'color.chart.success': "#22A06B";
|
|
277
|
+
readonly 'color.chart.success.hovered': "#1F845A";
|
|
278
|
+
readonly 'color.chart.success.bold': "#216E4E";
|
|
279
|
+
readonly 'color.chart.success.bold.hovered': "#164B35";
|
|
280
|
+
readonly 'color.chart.discovery': "#8F7EE7";
|
|
281
|
+
readonly 'color.chart.discovery.hovered': "#8270DB";
|
|
282
|
+
readonly 'color.chart.discovery.bold': "#5E4DB2";
|
|
283
|
+
readonly 'color.chart.discovery.bold.hovered': "#352C63";
|
|
284
|
+
readonly 'color.chart.information': "#388BFF";
|
|
285
|
+
readonly 'color.chart.information.hovered': "#1D7AFC";
|
|
286
|
+
readonly 'color.chart.information.bold': "#0055CC";
|
|
287
|
+
readonly 'color.chart.information.bold.hovered': "#09326C";
|
|
288
|
+
readonly 'elevation.surface': "#FFFFFF";
|
|
289
|
+
readonly 'elevation.surface.hovered': "#F1F2F4";
|
|
290
|
+
readonly 'elevation.surface.pressed': "#DCDFE4";
|
|
291
|
+
readonly 'elevation.surface.overlay': "#FFFFFF";
|
|
292
|
+
readonly 'elevation.surface.overlay.hovered': "#F1F2F4";
|
|
293
|
+
readonly 'elevation.surface.overlay.pressed': "#DCDFE4";
|
|
294
|
+
readonly 'elevation.surface.raised': "#FFFFFF";
|
|
295
|
+
readonly 'elevation.surface.raised.hovered': "#F1F2F4";
|
|
296
|
+
readonly 'elevation.surface.raised.pressed': "#DCDFE4";
|
|
297
|
+
readonly 'elevation.surface.sunken': "#F7F8F9";
|
|
298
|
+
readonly 'elevation.shadow.overflow': "[object Object],[object Object]";
|
|
299
|
+
readonly 'elevation.shadow.overflow.perimeter': "#091e421f";
|
|
300
|
+
readonly 'elevation.shadow.overflow.spread': "#091e4229";
|
|
301
|
+
readonly 'elevation.shadow.overlay': "[object Object],[object Object]";
|
|
302
|
+
readonly 'elevation.shadow.raised': "[object Object],[object Object]";
|
|
303
|
+
readonly 'opacity.disabled': "0.4";
|
|
304
|
+
readonly 'opacity.loading': "0.2";
|
|
305
|
+
readonly 'utility.UNSAFE.transparent': "transparent";
|
|
306
|
+
readonly 'space.0': "0";
|
|
307
|
+
readonly 'space.025': "0.125rem";
|
|
308
|
+
readonly 'space.050': "0.25rem";
|
|
309
|
+
readonly 'space.075': "0.375rem";
|
|
310
|
+
readonly 'space.100': "0.5rem";
|
|
311
|
+
readonly 'space.150': "0.75rem";
|
|
312
|
+
readonly 'space.200': "1rem";
|
|
313
|
+
readonly 'space.250': "1.25rem";
|
|
314
|
+
readonly 'space.300': "1.5rem";
|
|
315
|
+
readonly 'space.400': "2rem";
|
|
316
|
+
readonly 'space.500': "2.5rem";
|
|
317
|
+
readonly 'space.600': "3rem";
|
|
318
|
+
readonly 'space.800': "4rem";
|
|
319
|
+
readonly 'space.1000': "5rem";
|
|
320
|
+
readonly 'font.family.monospace': "\"SFMono-Medium\", \"SF Mono\", \"Segoe UI Mono\", \"Roboto Mono\", \"Ubuntu Mono\", Menlo, Consolas, Courier, monospace";
|
|
321
|
+
readonly 'font.family.sans': "-apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Roboto\", \"Oxygen\", \"Ubuntu\", \"Fira Sans\", \"Droid Sans\", \"Helvetica Neue\", sans-serif";
|
|
322
|
+
readonly 'font.size.050': "11px";
|
|
323
|
+
readonly 'font.size.075': "12px";
|
|
324
|
+
readonly 'font.size.100': "14px";
|
|
325
|
+
readonly 'font.size.200': "16px";
|
|
326
|
+
readonly 'font.size.300': "20px";
|
|
327
|
+
readonly 'font.size.400': "24px";
|
|
328
|
+
readonly 'font.size.500': "29px";
|
|
329
|
+
readonly 'font.size.600': "35px";
|
|
330
|
+
readonly 'font.weight.bold': "700";
|
|
331
|
+
readonly 'font.weight.medium': "500";
|
|
332
|
+
readonly 'font.weight.regular': "400";
|
|
333
|
+
readonly 'font.weight.semibold': "600";
|
|
334
|
+
readonly 'font.lineHeight.100': "16px";
|
|
335
|
+
readonly 'font.lineHeight.200': "20px";
|
|
336
|
+
readonly 'font.lineHeight.300': "24px";
|
|
337
|
+
readonly 'font.lineHeight.400': "28px";
|
|
338
|
+
readonly 'font.lineHeight.500': "32px";
|
|
339
|
+
readonly 'font.lineHeight.600': "40px";
|
|
340
|
+
};
|
|
341
|
+
export default defaultTokenValues;
|