@aurodesignsystem-dev/auro-tokendefinitions 0.0.0-pr3.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/LICENSE +201 -0
- package/NOTICE +2 -0
- package/README.md +87 -0
- package/package.json +51 -0
- package/tokens/primitives/alaska/color.json +686 -0
- package/tokens/primitives/alaska-classic/color.json +686 -0
- package/tokens/primitives/auro-1/color.json +686 -0
- package/tokens/primitives/auro-2/color.json +686 -0
- package/tokens/primitives/base/color.json +534 -0
- package/tokens/primitives/base/transparency.json +170 -0
- package/tokens/primitives/base/type/family.json +18 -0
- package/tokens/primitives/base/type/letter-spacing.json +24 -0
- package/tokens/primitives/base/type/line-height.json +52 -0
- package/tokens/primitives/base/type/size.json +126 -0
- package/tokens/primitives/base/type/weight.json +48 -0
- package/tokens/primitives/hawaiian/color.json +438 -0
- package/tokens/semantics/android/placeholder.json +0 -0
- package/tokens/semantics/ios/placeholder.json +0 -0
- package/tokens/semantics/web/alaska/advanced/color/accents.json +106 -0
- package/tokens/semantics/web/alaska/advanced/color/avatar.json +22 -0
- package/tokens/semantics/web/alaska/advanced/color/boolean.json +127 -0
- package/tokens/semantics/web/alaska/advanced/color/button/flat.json +52 -0
- package/tokens/semantics/web/alaska/advanced/color/button/ghost.json +52 -0
- package/tokens/semantics/web/alaska/advanced/color/button/primary.json +129 -0
- package/tokens/semantics/web/alaska/advanced/color/button/secondary.json +94 -0
- package/tokens/semantics/web/alaska/advanced/color/button/tertiary.json +59 -0
- package/tokens/semantics/web/alaska/advanced/color/dropdown.json +22 -0
- package/tokens/semantics/web/alaska/advanced/color/flightline.json +22 -0
- package/tokens/semantics/web/alaska/advanced/color/hyperlink.json +36 -0
- package/tokens/semantics/web/alaska/advanced/color/shared.json +78 -0
- package/tokens/semantics/web/alaska/advanced/color/skeleton.json +22 -0
- package/tokens/semantics/web/alaska/advanced/color/state.json +64 -0
- package/tokens/semantics/web/alaska/basic/color/border.json +57 -0
- package/tokens/semantics/web/alaska/basic/color/brand.json +92 -0
- package/tokens/semantics/web/alaska/basic/color/fare-brand.json +43 -0
- package/tokens/semantics/web/alaska/basic/color/page-background.json +22 -0
- package/tokens/semantics/web/alaska/basic/color/status.json +71 -0
- package/tokens/semantics/web/alaska/basic/color/surface.json +78 -0
- package/tokens/semantics/web/alaska/basic/color/text-icon.json +57 -0
- package/tokens/semantics/web/alaska/basic/color/tier-program.json +161 -0
- package/tokens/semantics/web/alaska/basic/type/brand.json +50 -0
- package/tokens/semantics/web/alaska/basic/type/family.json +56 -0
- package/tokens/semantics/web/alaska/basic/type/letter-spacing.json +38 -0
- package/tokens/semantics/web/alaska/basic/type/line-height.json +62 -0
- package/tokens/semantics/web/alaska/basic/type/weight.json +44 -0
- package/tokens/semantics/web/alaska-classic/advanced/color/accents.json +106 -0
- package/tokens/semantics/web/alaska-classic/advanced/color/avatar.json +22 -0
- package/tokens/semantics/web/alaska-classic/advanced/color/boolean.json +127 -0
- package/tokens/semantics/web/alaska-classic/advanced/color/button/flat.json +52 -0
- package/tokens/semantics/web/alaska-classic/advanced/color/button/ghost.json +52 -0
- package/tokens/semantics/web/alaska-classic/advanced/color/button/primary.json +129 -0
- package/tokens/semantics/web/alaska-classic/advanced/color/button/secondary.json +94 -0
- package/tokens/semantics/web/alaska-classic/advanced/color/button/tertiary.json +59 -0
- package/tokens/semantics/web/alaska-classic/advanced/color/dropdown.json +22 -0
- package/tokens/semantics/web/alaska-classic/advanced/color/flightline.json +22 -0
- package/tokens/semantics/web/alaska-classic/advanced/color/hyperlink.json +36 -0
- package/tokens/semantics/web/alaska-classic/advanced/color/shared.json +78 -0
- package/tokens/semantics/web/alaska-classic/advanced/color/skeleton.json +22 -0
- package/tokens/semantics/web/alaska-classic/advanced/color/state.json +64 -0
- package/tokens/semantics/web/alaska-classic/basic/color/border.json +57 -0
- package/tokens/semantics/web/alaska-classic/basic/color/brand.json +92 -0
- package/tokens/semantics/web/alaska-classic/basic/color/fare-brand.json +43 -0
- package/tokens/semantics/web/alaska-classic/basic/color/page-background.json +22 -0
- package/tokens/semantics/web/alaska-classic/basic/color/status.json +71 -0
- package/tokens/semantics/web/alaska-classic/basic/color/surface.json +78 -0
- package/tokens/semantics/web/alaska-classic/basic/color/text-icon.json +57 -0
- package/tokens/semantics/web/alaska-classic/basic/color/tier-program.json +161 -0
- package/tokens/semantics/web/alaska-classic/basic/type/brand.json +50 -0
- package/tokens/semantics/web/alaska-classic/basic/type/family.json +56 -0
- package/tokens/semantics/web/alaska-classic/basic/type/letter-spacing.json +38 -0
- package/tokens/semantics/web/alaska-classic/basic/type/line-height.json +62 -0
- package/tokens/semantics/web/alaska-classic/basic/type/weight.json +44 -0
- package/tokens/semantics/web/auro-1/advanced/color/accents.json +106 -0
- package/tokens/semantics/web/auro-1/advanced/color/avatar.json +22 -0
- package/tokens/semantics/web/auro-1/advanced/color/boolean.json +127 -0
- package/tokens/semantics/web/auro-1/advanced/color/button/flat.json +52 -0
- package/tokens/semantics/web/auro-1/advanced/color/button/ghost.json +52 -0
- package/tokens/semantics/web/auro-1/advanced/color/button/primary.json +129 -0
- package/tokens/semantics/web/auro-1/advanced/color/button/secondary.json +94 -0
- package/tokens/semantics/web/auro-1/advanced/color/button/tertiary.json +59 -0
- package/tokens/semantics/web/auro-1/advanced/color/dropdown.json +22 -0
- package/tokens/semantics/web/auro-1/advanced/color/flightline.json +22 -0
- package/tokens/semantics/web/auro-1/advanced/color/hyperlink.json +36 -0
- package/tokens/semantics/web/auro-1/advanced/color/shared.json +78 -0
- package/tokens/semantics/web/auro-1/advanced/color/skeleton.json +22 -0
- package/tokens/semantics/web/auro-1/advanced/color/state.json +64 -0
- package/tokens/semantics/web/auro-1/basic/color/border.json +57 -0
- package/tokens/semantics/web/auro-1/basic/color/brand.json +92 -0
- package/tokens/semantics/web/auro-1/basic/color/fare-brand.json +43 -0
- package/tokens/semantics/web/auro-1/basic/color/page-background.json +22 -0
- package/tokens/semantics/web/auro-1/basic/color/status.json +71 -0
- package/tokens/semantics/web/auro-1/basic/color/surface.json +78 -0
- package/tokens/semantics/web/auro-1/basic/color/text-icon.json +57 -0
- package/tokens/semantics/web/auro-1/basic/color/tier-program.json +161 -0
- package/tokens/semantics/web/auro-1/basic/type/brand.json +50 -0
- package/tokens/semantics/web/auro-1/basic/type/family.json +56 -0
- package/tokens/semantics/web/auro-1/basic/type/letter-spacing.json +38 -0
- package/tokens/semantics/web/auro-1/basic/type/line-height.json +62 -0
- package/tokens/semantics/web/auro-1/basic/type/weight.json +44 -0
- package/tokens/semantics/web/auro-2/advanced/color/accents.json +106 -0
- package/tokens/semantics/web/auro-2/advanced/color/avatar.json +22 -0
- package/tokens/semantics/web/auro-2/advanced/color/boolean.json +127 -0
- package/tokens/semantics/web/auro-2/advanced/color/button/flat.json +52 -0
- package/tokens/semantics/web/auro-2/advanced/color/button/ghost.json +52 -0
- package/tokens/semantics/web/auro-2/advanced/color/button/primary.json +129 -0
- package/tokens/semantics/web/auro-2/advanced/color/button/secondary.json +94 -0
- package/tokens/semantics/web/auro-2/advanced/color/button/tertiary.json +59 -0
- package/tokens/semantics/web/auro-2/advanced/color/dropdown.json +22 -0
- package/tokens/semantics/web/auro-2/advanced/color/flightline.json +22 -0
- package/tokens/semantics/web/auro-2/advanced/color/hyperlink.json +36 -0
- package/tokens/semantics/web/auro-2/advanced/color/shared.json +78 -0
- package/tokens/semantics/web/auro-2/advanced/color/skeleton.json +22 -0
- package/tokens/semantics/web/auro-2/advanced/color/state.json +64 -0
- package/tokens/semantics/web/auro-2/basic/color/border.json +57 -0
- package/tokens/semantics/web/auro-2/basic/color/brand.json +92 -0
- package/tokens/semantics/web/auro-2/basic/color/fare-brand.json +43 -0
- package/tokens/semantics/web/auro-2/basic/color/page-background.json +22 -0
- package/tokens/semantics/web/auro-2/basic/color/status.json +71 -0
- package/tokens/semantics/web/auro-2/basic/color/surface.json +78 -0
- package/tokens/semantics/web/auro-2/basic/color/text-icon.json +57 -0
- package/tokens/semantics/web/auro-2/basic/color/tier-program.json +161 -0
- package/tokens/semantics/web/auro-2/basic/type/brand.json +50 -0
- package/tokens/semantics/web/auro-2/basic/type/family.json +56 -0
- package/tokens/semantics/web/auro-2/basic/type/letter-spacing.json +38 -0
- package/tokens/semantics/web/auro-2/basic/type/line-height.json +62 -0
- package/tokens/semantics/web/auro-2/basic/type/weight.json +44 -0
- package/tokens/semantics/web/auro-classic/animation.json +24 -0
- package/tokens/semantics/web/auro-classic/color/alert.json +97 -0
- package/tokens/semantics/web/auro-classic/color/background.json +291 -0
- package/tokens/semantics/web/auro-classic/color/base.json +1459 -0
- package/tokens/semantics/web/auro-classic/color/border.json +377 -0
- package/tokens/semantics/web/auro-classic/color/brand.json +1692 -0
- package/tokens/semantics/web/auro-classic/color/container.json +515 -0
- package/tokens/semantics/web/auro-classic/color/icon.json +667 -0
- package/tokens/semantics/web/auro-classic/color/text.json +312 -0
- package/tokens/semantics/web/auro-classic/color/tier.json +215 -0
- package/tokens/semantics/web/auro-classic/color/ui.json +136 -0
- package/tokens/semantics/web/auro-classic/color/utility.json +306 -0
- package/tokens/semantics/web/auro-classic/comments.json +50 -0
- package/tokens/semantics/web/auro-classic/depth.json +27 -0
- package/tokens/semantics/web/auro-classic/elevation.json +25 -0
- package/tokens/semantics/web/auro-classic/font.json +40 -0
- package/tokens/semantics/web/auro-classic/grid-breakpoint.json +34 -0
- package/tokens/semantics/web/auro-classic/grid-column.json +34 -0
- package/tokens/semantics/web/auro-classic/grid-gutter.json +34 -0
- package/tokens/semantics/web/auro-classic/grid-margin.json +34 -0
- package/tokens/semantics/web/auro-classic/size/radius.json +10 -0
- package/tokens/semantics/web/auro-classic/size/scale.json +347 -0
- package/tokens/semantics/web/auro-classic/size/unitless-scale.json +126 -0
- package/tokens/semantics/web/auro-classic/text.json +667 -0
- package/tokens/semantics/web/hawaiian/advanced/color/accents.json +106 -0
- package/tokens/semantics/web/hawaiian/advanced/color/avatar.json +22 -0
- package/tokens/semantics/web/hawaiian/advanced/color/boolean.json +127 -0
- package/tokens/semantics/web/hawaiian/advanced/color/button/flat.json +52 -0
- package/tokens/semantics/web/hawaiian/advanced/color/button/ghost.json +52 -0
- package/tokens/semantics/web/hawaiian/advanced/color/button/primary.json +129 -0
- package/tokens/semantics/web/hawaiian/advanced/color/button/secondary.json +94 -0
- package/tokens/semantics/web/hawaiian/advanced/color/button/tertiary.json +59 -0
- package/tokens/semantics/web/hawaiian/advanced/color/dropdown.json +22 -0
- package/tokens/semantics/web/hawaiian/advanced/color/flightline.json +22 -0
- package/tokens/semantics/web/hawaiian/advanced/color/hyperlink.json +36 -0
- package/tokens/semantics/web/hawaiian/advanced/color/shared.json +78 -0
- package/tokens/semantics/web/hawaiian/advanced/color/skeleton.json +22 -0
- package/tokens/semantics/web/hawaiian/advanced/color/state.json +64 -0
- package/tokens/semantics/web/hawaiian/basic/color/border.json +57 -0
- package/tokens/semantics/web/hawaiian/basic/color/brand.json +92 -0
- package/tokens/semantics/web/hawaiian/basic/color/fare-brand.json +43 -0
- package/tokens/semantics/web/hawaiian/basic/color/page-background.json +22 -0
- package/tokens/semantics/web/hawaiian/basic/color/status.json +71 -0
- package/tokens/semantics/web/hawaiian/basic/color/surface.json +78 -0
- package/tokens/semantics/web/hawaiian/basic/color/text-icon.json +57 -0
- package/tokens/semantics/web/hawaiian/basic/color/tier-program.json +161 -0
- package/tokens/semantics/web/hawaiian/basic/type/brand.json +50 -0
- package/tokens/semantics/web/hawaiian/basic/type/family.json +56 -0
- package/tokens/semantics/web/hawaiian/basic/type/letter-spacing.json +38 -0
- package/tokens/semantics/web/hawaiian/basic/type/line-height.json +62 -0
- package/tokens/semantics/web/hawaiian/basic/type/weight.json +44 -0
- package/tokens/semantics/web/transparent/color/alert.json +97 -0
- package/tokens/semantics/web/transparent/color/background.json +291 -0
- package/tokens/semantics/web/transparent/color/base.json +1459 -0
- package/tokens/semantics/web/transparent/color/border.json +377 -0
- package/tokens/semantics/web/transparent/color/brand.json +1692 -0
- package/tokens/semantics/web/transparent/color/container.json +514 -0
- package/tokens/semantics/web/transparent/color/icon.json +667 -0
- package/tokens/semantics/web/transparent/color/text.json +312 -0
- package/tokens/semantics/web/transparent/color/tier.json +215 -0
- package/tokens/semantics/web/transparent/color/ui.json +136 -0
- package/tokens/semantics/web/transparent/color/utility.json +306 -0
- package/tokens/semantics/web/transparent/elevation.json +25 -0
|
@@ -0,0 +1,306 @@
|
|
|
1
|
+
{
|
|
2
|
+
"color": {
|
|
3
|
+
"utility": {
|
|
4
|
+
"blue": {
|
|
5
|
+
"default": {
|
|
6
|
+
"value": "{color.brand.blue.400.value}",
|
|
7
|
+
"type": "semantic",
|
|
8
|
+
"public": true,
|
|
9
|
+
"default": true,
|
|
10
|
+
"usage": "",
|
|
11
|
+
"wcag": "n/a",
|
|
12
|
+
"deprecated": true
|
|
13
|
+
},
|
|
14
|
+
"inverse": {
|
|
15
|
+
"value": "{color.brand.blue.200.value}",
|
|
16
|
+
"type": "semantic",
|
|
17
|
+
"public": true,
|
|
18
|
+
"inverse": true,
|
|
19
|
+
"usage": "",
|
|
20
|
+
"wcag": "n/a",
|
|
21
|
+
"deprecated": true
|
|
22
|
+
}
|
|
23
|
+
},
|
|
24
|
+
"cyan": {
|
|
25
|
+
"default": {
|
|
26
|
+
"value": "{color.brand.cyan.300.value}",
|
|
27
|
+
"type": "semantic",
|
|
28
|
+
"public": true,
|
|
29
|
+
"default": true,
|
|
30
|
+
"usage": "",
|
|
31
|
+
"wcag": "n/a",
|
|
32
|
+
"deprecated": true
|
|
33
|
+
},
|
|
34
|
+
"inverse": {
|
|
35
|
+
"value": "{color.brand.cyan.200.value}",
|
|
36
|
+
"type": "semantic",
|
|
37
|
+
"public": true,
|
|
38
|
+
"inverse": true,
|
|
39
|
+
"usage": "",
|
|
40
|
+
"wcag": "n/a",
|
|
41
|
+
"deprecated": true
|
|
42
|
+
}
|
|
43
|
+
},
|
|
44
|
+
"green": {
|
|
45
|
+
"default": {
|
|
46
|
+
"value": "{color.brand.green.400.value}",
|
|
47
|
+
"type": "semantic",
|
|
48
|
+
"public": true,
|
|
49
|
+
"default": true,
|
|
50
|
+
"usage": "",
|
|
51
|
+
"wcag": "n/a",
|
|
52
|
+
"deprecated": true
|
|
53
|
+
},
|
|
54
|
+
"inverse": {
|
|
55
|
+
"value": "{color.brand.green.300.value}",
|
|
56
|
+
"type": "semantic",
|
|
57
|
+
"public": true,
|
|
58
|
+
"inverse": true,
|
|
59
|
+
"usage": "",
|
|
60
|
+
"wcag": "n/a",
|
|
61
|
+
"deprecated": true
|
|
62
|
+
}
|
|
63
|
+
},
|
|
64
|
+
"gray": {
|
|
65
|
+
"default": {
|
|
66
|
+
"value": "{color.brand.gray.400.value}",
|
|
67
|
+
"type": "semantic",
|
|
68
|
+
"public": true,
|
|
69
|
+
"default": true,
|
|
70
|
+
"usage": "",
|
|
71
|
+
"wcag": "n/a",
|
|
72
|
+
"deprecated": true
|
|
73
|
+
},
|
|
74
|
+
"inverse": {
|
|
75
|
+
"value": "{color.brand.gray.200.value}",
|
|
76
|
+
"type": "semantic",
|
|
77
|
+
"public": true,
|
|
78
|
+
"inverse": true,
|
|
79
|
+
"usage": "",
|
|
80
|
+
"wcag": "n/a",
|
|
81
|
+
"deprecated": true
|
|
82
|
+
}
|
|
83
|
+
},
|
|
84
|
+
"lime": {
|
|
85
|
+
"default": {
|
|
86
|
+
"value": "{color.brand.lime.300.value}",
|
|
87
|
+
"type": "semantic",
|
|
88
|
+
"public": true,
|
|
89
|
+
"default": true,
|
|
90
|
+
"usage": "",
|
|
91
|
+
"wcag": "n/a",
|
|
92
|
+
"deprecated": true
|
|
93
|
+
},
|
|
94
|
+
"inverse": {
|
|
95
|
+
"value": "{color.brand.lime.200.value}",
|
|
96
|
+
"type": "semantic",
|
|
97
|
+
"public": true,
|
|
98
|
+
"inverse": true,
|
|
99
|
+
"usage": "",
|
|
100
|
+
"wcag": "n/a",
|
|
101
|
+
"deprecated": true
|
|
102
|
+
}
|
|
103
|
+
},
|
|
104
|
+
"navy": {
|
|
105
|
+
"default": {
|
|
106
|
+
"value": "{color.brand.navy.800.value}",
|
|
107
|
+
"type": "semantic",
|
|
108
|
+
"public": true,
|
|
109
|
+
"default": true,
|
|
110
|
+
"usage": "",
|
|
111
|
+
"wcag": "n/a",
|
|
112
|
+
"deprecated": true
|
|
113
|
+
},
|
|
114
|
+
"inverse": {
|
|
115
|
+
"value": "{color.brand.navy.300.value}",
|
|
116
|
+
"type": "semantic",
|
|
117
|
+
"public": true,
|
|
118
|
+
"inverse": true,
|
|
119
|
+
"usage": "",
|
|
120
|
+
"wcag": "n/a",
|
|
121
|
+
"deprecated": true
|
|
122
|
+
}
|
|
123
|
+
},
|
|
124
|
+
"neutral": {
|
|
125
|
+
"default": {
|
|
126
|
+
"value": "{color.brand.neutral.600.value}",
|
|
127
|
+
"type": "semantic",
|
|
128
|
+
"public": true,
|
|
129
|
+
"default": true,
|
|
130
|
+
"usage": "",
|
|
131
|
+
"wcag": "n/a",
|
|
132
|
+
"deprecated": true
|
|
133
|
+
},
|
|
134
|
+
"inverse": {
|
|
135
|
+
"value": "{color.brand.neutral.300.value}",
|
|
136
|
+
"type": "semantic",
|
|
137
|
+
"public": true,
|
|
138
|
+
"inverse": true,
|
|
139
|
+
"usage": "",
|
|
140
|
+
"wcag": "n/a",
|
|
141
|
+
"deprecated": true
|
|
142
|
+
}
|
|
143
|
+
},
|
|
144
|
+
"pink": {
|
|
145
|
+
"default": {
|
|
146
|
+
"value": "{color.brand.pink.500.value}",
|
|
147
|
+
"type": "semantic",
|
|
148
|
+
"public": true,
|
|
149
|
+
"default": true,
|
|
150
|
+
"usage": "",
|
|
151
|
+
"wcag": "n/a",
|
|
152
|
+
"deprecated": true
|
|
153
|
+
},
|
|
154
|
+
"inverse": {
|
|
155
|
+
"value": "{color.brand.pink.300.value}",
|
|
156
|
+
"type": "semantic",
|
|
157
|
+
"public": true,
|
|
158
|
+
"inverse": true,
|
|
159
|
+
"usage": "",
|
|
160
|
+
"wcag": "n/a",
|
|
161
|
+
"deprecated": true
|
|
162
|
+
}
|
|
163
|
+
},
|
|
164
|
+
"purple": {
|
|
165
|
+
"default": {
|
|
166
|
+
"value": "{color.brand.purple.700.value}",
|
|
167
|
+
"type": "semantic",
|
|
168
|
+
"public": true,
|
|
169
|
+
"default": true,
|
|
170
|
+
"usage": "",
|
|
171
|
+
"wcag": "n/a",
|
|
172
|
+
"deprecated": true
|
|
173
|
+
},
|
|
174
|
+
"inverse": {
|
|
175
|
+
"value": "{color.brand.purple.300.value}",
|
|
176
|
+
"type": "semantic",
|
|
177
|
+
"public": true,
|
|
178
|
+
"inverse": true,
|
|
179
|
+
"usage": "",
|
|
180
|
+
"wcag": "n/a",
|
|
181
|
+
"deprecated": true
|
|
182
|
+
}
|
|
183
|
+
},
|
|
184
|
+
"red": {
|
|
185
|
+
"default": {
|
|
186
|
+
"value": "{color.brand.red.600.value}",
|
|
187
|
+
"type": "semantic",
|
|
188
|
+
"public": true,
|
|
189
|
+
"default": true,
|
|
190
|
+
"usage": "",
|
|
191
|
+
"wcag": "n/a",
|
|
192
|
+
"deprecated": true
|
|
193
|
+
},
|
|
194
|
+
"inverse": {
|
|
195
|
+
"value": "{color.brand.red.400.value}",
|
|
196
|
+
"type": "semantic",
|
|
197
|
+
"public": true,
|
|
198
|
+
"inverse": true,
|
|
199
|
+
"usage": "",
|
|
200
|
+
"wcag": "n/a",
|
|
201
|
+
"deprecated": true
|
|
202
|
+
}
|
|
203
|
+
},
|
|
204
|
+
"turquoise": {
|
|
205
|
+
"default": {
|
|
206
|
+
"value": "{color.brand.turquoise.600.value}",
|
|
207
|
+
"type": "semantic",
|
|
208
|
+
"public": true,
|
|
209
|
+
"default": true,
|
|
210
|
+
"usage": "",
|
|
211
|
+
"wcag": "n/a",
|
|
212
|
+
"deprecated": true
|
|
213
|
+
},
|
|
214
|
+
"inverse": {
|
|
215
|
+
"value": "{color.brand.turquoise.400.value}",
|
|
216
|
+
"type": "semantic",
|
|
217
|
+
"public": true,
|
|
218
|
+
"inverse": true,
|
|
219
|
+
"usage": "",
|
|
220
|
+
"wcag": "n/a",
|
|
221
|
+
"deprecated": true
|
|
222
|
+
}
|
|
223
|
+
},
|
|
224
|
+
"yellow": {
|
|
225
|
+
"default": {
|
|
226
|
+
"value": "{color.brand.yellow.300.value}",
|
|
227
|
+
"type": "semantic",
|
|
228
|
+
"public": true,
|
|
229
|
+
"default": true,
|
|
230
|
+
"usage": "",
|
|
231
|
+
"wcag": "n/a",
|
|
232
|
+
"deprecated": true
|
|
233
|
+
},
|
|
234
|
+
"inverse": {
|
|
235
|
+
"value": "{color.brand.yellow.200.value}",
|
|
236
|
+
"type": "semantic",
|
|
237
|
+
"public": true,
|
|
238
|
+
"inverse": true,
|
|
239
|
+
"usage": "",
|
|
240
|
+
"wcag": "n/a",
|
|
241
|
+
"deprecated": true
|
|
242
|
+
}
|
|
243
|
+
},
|
|
244
|
+
"error": {
|
|
245
|
+
"default": {
|
|
246
|
+
"value": "{color.base.error.400.value}",
|
|
247
|
+
"type": "semantic",
|
|
248
|
+
"public": true,
|
|
249
|
+
"default": true,
|
|
250
|
+
"usage": "",
|
|
251
|
+
"wcag": "n/a",
|
|
252
|
+
"deprecated": true
|
|
253
|
+
},
|
|
254
|
+
"inverse": {
|
|
255
|
+
"value": "{color.base.error.200.value}",
|
|
256
|
+
"type": "semantic",
|
|
257
|
+
"public": true,
|
|
258
|
+
"inverse": true,
|
|
259
|
+
"usage": "",
|
|
260
|
+
"wcag": "n/a",
|
|
261
|
+
"deprecated": true
|
|
262
|
+
}
|
|
263
|
+
},
|
|
264
|
+
"warning": {
|
|
265
|
+
"default": {
|
|
266
|
+
"value": "{color.base.warning.200.value}",
|
|
267
|
+
"type": "semantic",
|
|
268
|
+
"public": true,
|
|
269
|
+
"default": true,
|
|
270
|
+
"usage": "",
|
|
271
|
+
"wcag": "n/a",
|
|
272
|
+
"deprecated": true
|
|
273
|
+
},
|
|
274
|
+
"inverse": {
|
|
275
|
+
"value": "{color.base.warning.200.value}",
|
|
276
|
+
"type": "semantic",
|
|
277
|
+
"public": true,
|
|
278
|
+
"inverse": true,
|
|
279
|
+
"usage": "",
|
|
280
|
+
"wcag": "n/a",
|
|
281
|
+
"deprecated": true
|
|
282
|
+
}
|
|
283
|
+
},
|
|
284
|
+
"success": {
|
|
285
|
+
"default": {
|
|
286
|
+
"value": "{color.base.success.400.value}",
|
|
287
|
+
"type": "semantic",
|
|
288
|
+
"public": true,
|
|
289
|
+
"default": true,
|
|
290
|
+
"usage": "",
|
|
291
|
+
"wcag": "n/a",
|
|
292
|
+
"deprecated": true
|
|
293
|
+
},
|
|
294
|
+
"inverse": {
|
|
295
|
+
"value": "{color.base.success.200.value}",
|
|
296
|
+
"type": "semantic",
|
|
297
|
+
"public": true,
|
|
298
|
+
"inverse": true,
|
|
299
|
+
"usage": "",
|
|
300
|
+
"wcag": "n/a",
|
|
301
|
+
"deprecated": true
|
|
302
|
+
}
|
|
303
|
+
}
|
|
304
|
+
}
|
|
305
|
+
}
|
|
306
|
+
}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
{
|
|
2
|
+
"comments": {
|
|
3
|
+
"deprecated": {
|
|
4
|
+
"comment": "\n // Deprecated, no replacement; token to be REMOVED in next MAJOR release",
|
|
5
|
+
"type": "semantic",
|
|
6
|
+
"deprecated": true
|
|
7
|
+
},
|
|
8
|
+
"reference": {
|
|
9
|
+
"comment": "\n // New token, see",
|
|
10
|
+
"type": "semantic",
|
|
11
|
+
"deprecated": true
|
|
12
|
+
},
|
|
13
|
+
"color": {
|
|
14
|
+
"deprecated": {
|
|
15
|
+
"comment": "{comments.deprecated.comment}",
|
|
16
|
+
"type": "semantic",
|
|
17
|
+
"deprecated": true
|
|
18
|
+
},
|
|
19
|
+
"base": {
|
|
20
|
+
"value": {
|
|
21
|
+
"comment": "\n // Base value for token support; should not use in code!",
|
|
22
|
+
"type": "semantic",
|
|
23
|
+
"deprecated": true
|
|
24
|
+
}
|
|
25
|
+
},
|
|
26
|
+
"brand": {
|
|
27
|
+
"value": {
|
|
28
|
+
"comment": "\n // Please consider descriptive token prior to using brand token",
|
|
29
|
+
"type": "semantic",
|
|
30
|
+
"deprecated": true
|
|
31
|
+
}
|
|
32
|
+
},
|
|
33
|
+
"classic": {
|
|
34
|
+
"comment": "\n // DO NOT USE for anything other than legacy projects or classic component themes",
|
|
35
|
+
"type": "semantic",
|
|
36
|
+
"deprecated": true
|
|
37
|
+
},
|
|
38
|
+
"matrix": {
|
|
39
|
+
"comment": "\n // DO NOT USE for anything other than legacy projects related to the matrix search",
|
|
40
|
+
"type": "semantic",
|
|
41
|
+
"deprecated": true
|
|
42
|
+
},
|
|
43
|
+
"reference": {
|
|
44
|
+
"comment": "{comments.reference.comment}",
|
|
45
|
+
"type": "semantic",
|
|
46
|
+
"deprecated": true
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
{
|
|
2
|
+
"depth": {
|
|
3
|
+
"hidden": {
|
|
4
|
+
"value": "-1",
|
|
5
|
+
"type": "semantic",
|
|
6
|
+
"deprecated": true
|
|
7
|
+
},
|
|
8
|
+
"overlay": {
|
|
9
|
+
"value": "200",
|
|
10
|
+
"type": "semantic",
|
|
11
|
+
"public": true,
|
|
12
|
+
"deprecated": true
|
|
13
|
+
},
|
|
14
|
+
"modal": {
|
|
15
|
+
"value": "300",
|
|
16
|
+
"type": "semantic",
|
|
17
|
+
"public": true,
|
|
18
|
+
"deprecated": true
|
|
19
|
+
},
|
|
20
|
+
"tooltip": {
|
|
21
|
+
"value": "400",
|
|
22
|
+
"type": "semantic",
|
|
23
|
+
"public": true,
|
|
24
|
+
"deprecated": true
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
{
|
|
2
|
+
"elevation": {
|
|
3
|
+
"100": {
|
|
4
|
+
"value": "0px 0px 5px rgba(0, 0, 0, 0.15)",
|
|
5
|
+
"type": "semantic",
|
|
6
|
+
"public": true,
|
|
7
|
+
"comment": "for the least amount of emphasis",
|
|
8
|
+
"deprecated": true
|
|
9
|
+
},
|
|
10
|
+
"200": {
|
|
11
|
+
"value": "0px 0px 10px rgba(0, 0, 0, 0.15)",
|
|
12
|
+
"type": "semantic",
|
|
13
|
+
"public": true,
|
|
14
|
+
"comment": "for more emphasis than low elevation",
|
|
15
|
+
"deprecated": true
|
|
16
|
+
},
|
|
17
|
+
"300": {
|
|
18
|
+
"value": "0px 0px 15px rgba(0, 0, 0, 0.2)",
|
|
19
|
+
"type": "semantic",
|
|
20
|
+
"public": true,
|
|
21
|
+
"comment": "for maximum emphasis or differentiation",
|
|
22
|
+
"deprecated": true
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
{
|
|
2
|
+
"asset": {
|
|
3
|
+
"font": {
|
|
4
|
+
"circular": {
|
|
5
|
+
"familyName": {
|
|
6
|
+
"value": "AS Circular",
|
|
7
|
+
"type": "semantic",
|
|
8
|
+
"public": true,
|
|
9
|
+
"deprecated": true
|
|
10
|
+
},
|
|
11
|
+
"filename": {
|
|
12
|
+
"value": "ASCircularWeb",
|
|
13
|
+
"type": "semantic",
|
|
14
|
+
"public": true,
|
|
15
|
+
"deprecated": true
|
|
16
|
+
},
|
|
17
|
+
"weight": {
|
|
18
|
+
"light": {
|
|
19
|
+
"value": "-Light",
|
|
20
|
+
"type": "semantic",
|
|
21
|
+
"public": true,
|
|
22
|
+
"deprecated": true
|
|
23
|
+
},
|
|
24
|
+
"medium": {
|
|
25
|
+
"value": "-Medium",
|
|
26
|
+
"type": "semantic",
|
|
27
|
+
"public": true,
|
|
28
|
+
"deprecated": true
|
|
29
|
+
},
|
|
30
|
+
"book": {
|
|
31
|
+
"value": "-Book",
|
|
32
|
+
"type": "semantic",
|
|
33
|
+
"public": true,
|
|
34
|
+
"deprecated": true
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
{
|
|
2
|
+
"gridBreakpoint": {
|
|
3
|
+
"xs": {
|
|
4
|
+
"value": "320px",
|
|
5
|
+
"type": "semantic",
|
|
6
|
+
"public": true,
|
|
7
|
+
"deprecated": true
|
|
8
|
+
},
|
|
9
|
+
"sm": {
|
|
10
|
+
"value": "576px",
|
|
11
|
+
"type": "semantic",
|
|
12
|
+
"public": true,
|
|
13
|
+
"deprecated": true
|
|
14
|
+
},
|
|
15
|
+
"md": {
|
|
16
|
+
"value": "768px",
|
|
17
|
+
"type": "semantic",
|
|
18
|
+
"public": true,
|
|
19
|
+
"deprecated": true
|
|
20
|
+
},
|
|
21
|
+
"lg": {
|
|
22
|
+
"value": "1024px",
|
|
23
|
+
"type": "semantic",
|
|
24
|
+
"public": true,
|
|
25
|
+
"deprecated": true
|
|
26
|
+
},
|
|
27
|
+
"xl": {
|
|
28
|
+
"value": "1232px",
|
|
29
|
+
"type": "semantic",
|
|
30
|
+
"public": true,
|
|
31
|
+
"deprecated": true
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
{
|
|
2
|
+
"gridColumn": {
|
|
3
|
+
"xs": {
|
|
4
|
+
"value": "6",
|
|
5
|
+
"type": "semantic",
|
|
6
|
+
"public": true,
|
|
7
|
+
"deprecated": true
|
|
8
|
+
},
|
|
9
|
+
"sm": {
|
|
10
|
+
"value": "12",
|
|
11
|
+
"type": "semantic",
|
|
12
|
+
"public": true,
|
|
13
|
+
"deprecated": true
|
|
14
|
+
},
|
|
15
|
+
"md": {
|
|
16
|
+
"value": "12",
|
|
17
|
+
"type": "semantic",
|
|
18
|
+
"public": true,
|
|
19
|
+
"deprecated": true
|
|
20
|
+
},
|
|
21
|
+
"lg": {
|
|
22
|
+
"value": "12",
|
|
23
|
+
"type": "semantic",
|
|
24
|
+
"public": true,
|
|
25
|
+
"deprecated": true
|
|
26
|
+
},
|
|
27
|
+
"xl": {
|
|
28
|
+
"value": "12",
|
|
29
|
+
"type": "semantic",
|
|
30
|
+
"public": true,
|
|
31
|
+
"deprecated": true
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
{
|
|
2
|
+
"gridGutter": {
|
|
3
|
+
"xs": {
|
|
4
|
+
"value": "{size.100.value}",
|
|
5
|
+
"type": "semantic",
|
|
6
|
+
"public": true,
|
|
7
|
+
"deprecated": true
|
|
8
|
+
},
|
|
9
|
+
"sm": {
|
|
10
|
+
"value": "{size.200.value}",
|
|
11
|
+
"type": "semantic",
|
|
12
|
+
"public": true,
|
|
13
|
+
"deprecated": true
|
|
14
|
+
},
|
|
15
|
+
"md": {
|
|
16
|
+
"value": "{size.300.value}",
|
|
17
|
+
"type": "semantic",
|
|
18
|
+
"public": true,
|
|
19
|
+
"deprecated": true
|
|
20
|
+
},
|
|
21
|
+
"lg": {
|
|
22
|
+
"value": "{size.300.value}",
|
|
23
|
+
"type": "semantic",
|
|
24
|
+
"public": true,
|
|
25
|
+
"deprecated": true
|
|
26
|
+
},
|
|
27
|
+
"xl": {
|
|
28
|
+
"value": "{size.400.value}",
|
|
29
|
+
"type": "semantic",
|
|
30
|
+
"public": true,
|
|
31
|
+
"deprecated": true
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
{
|
|
2
|
+
"gridMargin": {
|
|
3
|
+
"xs": {
|
|
4
|
+
"value": "{size.200.value}",
|
|
5
|
+
"type": "semantic",
|
|
6
|
+
"public": true,
|
|
7
|
+
"deprecated": true
|
|
8
|
+
},
|
|
9
|
+
"sm": {
|
|
10
|
+
"value": "{size.200.value}",
|
|
11
|
+
"type": "semantic",
|
|
12
|
+
"public": true,
|
|
13
|
+
"deprecated": true
|
|
14
|
+
},
|
|
15
|
+
"md": {
|
|
16
|
+
"value": "{size.300.value}",
|
|
17
|
+
"type": "semantic",
|
|
18
|
+
"public": true,
|
|
19
|
+
"deprecated": true
|
|
20
|
+
},
|
|
21
|
+
"lg": {
|
|
22
|
+
"value": "{size.400.value}",
|
|
23
|
+
"type": "semantic",
|
|
24
|
+
"public": true,
|
|
25
|
+
"deprecated": true
|
|
26
|
+
},
|
|
27
|
+
"xl": {
|
|
28
|
+
"value": "{size.400.value}",
|
|
29
|
+
"type": "semantic",
|
|
30
|
+
"public": true,
|
|
31
|
+
"deprecated": true
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
}
|