@haiilo/catalyst-tokens 6.2.2 → 6.2.3

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.
@@ -0,0 +1,306 @@
1
+ {
2
+ "primary-bg": {
3
+ "$type": "color",
4
+ "$value": "#008194"
5
+ },
6
+ "primary-bg-hover": {
7
+ "$type": "color",
8
+ "$value": "#017384"
9
+ },
10
+ "primary-bg-active": {
11
+ "$type": "color",
12
+ "$value": "#026371"
13
+ },
14
+ "primary-fill": {
15
+ "$type": "color",
16
+ "$value": "#ffffff"
17
+ },
18
+ "primary-fill-hover": {
19
+ "$type": "color",
20
+ "$value": "#ffffff"
21
+ },
22
+ "primary-fill-active": {
23
+ "$type": "color",
24
+ "$value": "#ffffff"
25
+ },
26
+ "primary-text": {
27
+ "$type": "color",
28
+ "$value": "#008194"
29
+ },
30
+ "primary-text-hover": {
31
+ "$type": "color",
32
+ "$value": "#017384"
33
+ },
34
+ "primary-text-active": {
35
+ "$type": "color",
36
+ "$value": "#026371"
37
+ },
38
+ "secondary-bg": {
39
+ "$type": "color",
40
+ "$value": "#697687"
41
+ },
42
+ "secondary-bg-hover": {
43
+ "$type": "color",
44
+ "$value": "#697687"
45
+ },
46
+ "secondary-bg-active": {
47
+ "$type": "color",
48
+ "$value": "#697687"
49
+ },
50
+ "secondary-fill": {
51
+ "$type": "color",
52
+ "$value": "#ffffff"
53
+ },
54
+ "secondary-fill-hover": {
55
+ "$type": "color",
56
+ "$value": "#ffffff"
57
+ },
58
+ "secondary-fill-active": {
59
+ "$type": "color",
60
+ "$value": "#ffffff"
61
+ },
62
+ "secondary-text": {
63
+ "$type": "color",
64
+ "$value": "#000000"
65
+ },
66
+ "secondary-text-hover": {
67
+ "$type": "color",
68
+ "$value": "#000000"
69
+ },
70
+ "secondary-text-active": {
71
+ "$type": "color",
72
+ "$value": "#000000"
73
+ },
74
+ "success-bg": {
75
+ "$type": "color",
76
+ "$value": "#008458"
77
+ },
78
+ "success-bg-hover": {
79
+ "$type": "color",
80
+ "$value": "#00754e"
81
+ },
82
+ "success-bg-active": {
83
+ "$type": "color",
84
+ "$value": "#006946"
85
+ },
86
+ "success-fill": {
87
+ "$type": "color",
88
+ "$value": "#ffffff"
89
+ },
90
+ "success-fill-hover": {
91
+ "$type": "color",
92
+ "$value": "#ffffff"
93
+ },
94
+ "success-fill-active": {
95
+ "$type": "color",
96
+ "$value": "#ffffff"
97
+ },
98
+ "success-text": {
99
+ "$type": "color",
100
+ "$value": "#008458"
101
+ },
102
+ "success-text-hover": {
103
+ "$type": "color",
104
+ "$value": "#00754e"
105
+ },
106
+ "success-text-active": {
107
+ "$type": "color",
108
+ "$value": "#006946"
109
+ },
110
+ "warning-bg": {
111
+ "$type": "color",
112
+ "$value": "#ffce80"
113
+ },
114
+ "warning-bg-hover": {
115
+ "$type": "color",
116
+ "$value": "#ffd694"
117
+ },
118
+ "warning-bg-active": {
119
+ "$type": "color",
120
+ "$value": "#ffdea8"
121
+ },
122
+ "warning-fill": {
123
+ "$type": "color",
124
+ "$value": "#000000"
125
+ },
126
+ "warning-fill-hover": {
127
+ "$type": "color",
128
+ "$value": "#000000"
129
+ },
130
+ "warning-fill-active": {
131
+ "$type": "color",
132
+ "$value": "#000000"
133
+ },
134
+ "warning-text": {
135
+ "$type": "color",
136
+ "$value": "#9f6100"
137
+ },
138
+ "warning-text-hover": {
139
+ "$type": "color",
140
+ "$value": "#9f6100"
141
+ },
142
+ "warning-text-active": {
143
+ "$type": "color",
144
+ "$value": "#9f6100"
145
+ },
146
+ "danger-bg": {
147
+ "$type": "color",
148
+ "$value": "#d9340d"
149
+ },
150
+ "danger-bg-hover": {
151
+ "$type": "color",
152
+ "$value": "#c22e0b"
153
+ },
154
+ "danger-bg-active": {
155
+ "$type": "color",
156
+ "$value": "#ae2a0a"
157
+ },
158
+ "danger-fill": {
159
+ "$type": "color",
160
+ "$value": "#ffffff"
161
+ },
162
+ "danger-fill-hover": {
163
+ "$type": "color",
164
+ "$value": "#ffffff"
165
+ },
166
+ "danger-fill-active": {
167
+ "$type": "color",
168
+ "$value": "#ffffff"
169
+ },
170
+ "danger-text": {
171
+ "$type": "color",
172
+ "$value": "#d9340d"
173
+ },
174
+ "danger-text-hover": {
175
+ "$type": "color",
176
+ "$value": "#c22e0b"
177
+ },
178
+ "danger-text-active": {
179
+ "$type": "color",
180
+ "$value": "#ae2a0a"
181
+ },
182
+ "bg": {
183
+ "$type": "color",
184
+ "$value": "#f2f4f7"
185
+ },
186
+ "bg-tooltip": {
187
+ "$type": "color",
188
+ "$value": "#000000"
189
+ },
190
+ "bg-backdrop": {
191
+ "$type": "color",
192
+ "$value": "#1b1f26"
193
+ },
194
+ "border-color-light": {
195
+ "$type": "color",
196
+ "$value": "#f2f4f7"
197
+ },
198
+ "border-color": {
199
+ "$type": "color",
200
+ "$value": "#ebecf0"
201
+ },
202
+ "border-color-dark": {
203
+ "$type": "color",
204
+ "$value": "#d7dbe0"
205
+ },
206
+ "border-color-focus": {
207
+ "$type": "color",
208
+ "$value": "#0071ff"
209
+ },
210
+ "font-color-head": {
211
+ "$type": "color",
212
+ "$value": "#000000"
213
+ },
214
+ "font-color-body": {
215
+ "$type": "color",
216
+ "$value": "#000000"
217
+ },
218
+ "font-color-mono": {
219
+ "$type": "color",
220
+ "$value": "#000000"
221
+ },
222
+ "font-color-muted": {
223
+ "$type": "color",
224
+ "$value": "#515c6c"
225
+ },
226
+ "font-color-quote": {
227
+ "$type": "color",
228
+ "$value": "#697687"
229
+ },
230
+ "font-color-tooltip": {
231
+ "$type": "color",
232
+ "$value": "#ffffff"
233
+ },
234
+ "font-family-head": {
235
+ "$type": "fontFamily",
236
+ "$value": "Lato"
237
+ },
238
+ "font-family-body": {
239
+ "$type": "fontFamily",
240
+ "$value": "Lato"
241
+ },
242
+ "font-family-mono": {
243
+ "$type": "fontFamily",
244
+ "$value": "''"
245
+ },
246
+ "font-family-emoji": {
247
+ "$type": "fontFamily",
248
+ "$value": "''"
249
+ },
250
+ "font-weight-head": {
251
+ "$type": "fontWeight",
252
+ "$value": 600
253
+ },
254
+ "font-weight-body": {
255
+ "$type": "fontWeight",
256
+ "$value": 400
257
+ },
258
+ "font-weight-mono": {
259
+ "$type": "fontWeight",
260
+ "$value": 400
261
+ },
262
+ "link-decoration": {
263
+ "$type": "fontDecoration",
264
+ "$value": "none"
265
+ },
266
+ "link-decoration-hover": {
267
+ "$type": "fontDecoration",
268
+ "$value": "underline"
269
+ },
270
+ "link-button-decoration": {
271
+ "$type": "fontDecoration",
272
+ "$value": "none"
273
+ },
274
+ "link-button-decoration-hover": {
275
+ "$type": "fontDecoration",
276
+ "$value": "none"
277
+ },
278
+ "opacity-disabled": {
279
+ "$type": "opacity",
280
+ "$value": 0.65
281
+ },
282
+ "opacity-backdrop": {
283
+ "$type": "opacity",
284
+ "$value": 0.4
285
+ },
286
+ "opacity-tooltip": {
287
+ "$type": "opacity",
288
+ "$value": 1
289
+ },
290
+ "border-radius-l": {
291
+ "$type": "dimension",
292
+ "$value": "0.5rem"
293
+ },
294
+ "border-radius-m": {
295
+ "$type": "dimension",
296
+ "$value": "0.25rem"
297
+ },
298
+ "border-radius-s": {
299
+ "$type": "dimension",
300
+ "$value": "0.125rem"
301
+ },
302
+ "z-index": {
303
+ "$type": "number",
304
+ "$value": 0
305
+ }
306
+ }