@haiilo/catalyst-tokens 2.4.4 → 2.4.5

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,344 @@
1
+ {
2
+ "asset": {
3
+ "font": {
4
+ "dmSans": {
5
+ "name": "DM Sans",
6
+ "woff2Bold": "DMSans-Bold.woff2",
7
+ "woff2BoldItalic": "DMSans-BoldItalic.woff2",
8
+ "woff2Italic": "DMSans-Italic.woff2",
9
+ "woff2Medium": "DMSans-Medium.woff2",
10
+ "woff2MediumItalic": "DMSans-MediumItalic.woff2",
11
+ "woff2Regular": "DMSans-Regular.woff2"
12
+ },
13
+ "lato": {
14
+ "name": "Lato",
15
+ "woffBlack": "Lato-Black.woff",
16
+ "woff2Black": "Lato-Black.woff2",
17
+ "woffBlackItalic": "Lato-BlackItalic.woff",
18
+ "woff2BlackItalic": "Lato-BlackItalic.woff2",
19
+ "woffBold": "Lato-Bold.woff",
20
+ "woff2Bold": "Lato-Bold.woff2",
21
+ "woffBoldItalic": "Lato-BoldItalic.woff",
22
+ "woff2BoldItalic": "Lato-BoldItalic.woff2",
23
+ "woffHairline": "Lato-Hairline.woff",
24
+ "woff2Hairline": "Lato-Hairline.woff2",
25
+ "woffHairlineItalic": "Lato-HairlineItalic.woff",
26
+ "woff2HairlineItalic": "Lato-HairlineItalic.woff2",
27
+ "woffHeavy": "Lato-Heavy.woff",
28
+ "woff2Heavy": "Lato-Heavy.woff2",
29
+ "woffHeavyItalic": "Lato-HeavyItalic.woff",
30
+ "woff2HeavyItalic": "Lato-HeavyItalic.woff2",
31
+ "woffItalic": "Lato-Italic.woff",
32
+ "woff2Italic": "Lato-Italic.woff2",
33
+ "woffLight": "Lato-Light.woff",
34
+ "woff2Light": "Lato-Light.woff2",
35
+ "woffLightItalic": "Lato-LightItalic.woff",
36
+ "woff2LightItalic": "Lato-LightItalic.woff2",
37
+ "woffMedium": "Lato-Medium.woff",
38
+ "woff2Medium": "Lato-Medium.woff2",
39
+ "woffMediumItalic": "Lato-MediumItalic.woff",
40
+ "woff2MediumItalic": "Lato-MediumItalic.woff2",
41
+ "woffRegular": "Lato-Regular.woff",
42
+ "woff2Regular": "Lato-Regular.woff2",
43
+ "woffSemibold": "Lato-Semibold.woff",
44
+ "woff2Semibold": "Lato-Semibold.woff2",
45
+ "woffSemiboldItalic": "Lato-SemiboldItalic.woff",
46
+ "woff2SemiboldItalic": "Lato-SemiboldItalic.woff2",
47
+ "woffThin": "Lato-Thin.woff",
48
+ "woff2Thin": "Lato-Thin.woff2",
49
+ "woffThinItalic": "Lato-ThinItalic.woff",
50
+ "woff2ThinItalic": "Lato-ThinItalic.woff2"
51
+ },
52
+ "azeretMono": {
53
+ "name": "Azeret Mono",
54
+ "woff2Regular": "AzeretMono-Regular.woff2"
55
+ }
56
+ }
57
+ },
58
+ "color": {
59
+ "base": {
60
+ "white": "#ffffff",
61
+ "black": "#000000",
62
+ "neutral": {
63
+ "100": "#f2f4f7",
64
+ "200": "#ebecf0",
65
+ "300": "#d7dbe0",
66
+ "400": "#697687",
67
+ "500": "#515c6c",
68
+ "600": "#394251",
69
+ "700": "#1b1f26"
70
+ },
71
+ "neutralDark": {
72
+ "400": "#697687"
73
+ },
74
+ "brand": {
75
+ "100": "#c9e5e8",
76
+ "200": "#2db3c3",
77
+ "300": "#29a3b1",
78
+ "400": "#008194",
79
+ "500": "#017384",
80
+ "600": "#026371",
81
+ "700": "#175b63"
82
+ },
83
+ "brandDark": {
84
+ "400": "#93b4f2",
85
+ "500": "#93b4f2",
86
+ "600": "#93b4f2"
87
+ },
88
+ "green": {
89
+ "100": "#d4ede4",
90
+ "200": "#00bb7d",
91
+ "300": "#00aa71",
92
+ "400": "#008458",
93
+ "500": "#00754e",
94
+ "600": "#006946",
95
+ "700": "#005f40"
96
+ },
97
+ "orange": {
98
+ "100": "#ffdea8",
99
+ "200": "#ffd694",
100
+ "300": "#ffce80",
101
+ "400": "#ebb663",
102
+ "500": "#d6a75a",
103
+ "600": "#b0853e",
104
+ "700": "#9f6100"
105
+ },
106
+ "red": {
107
+ "100": "#fbc7bb",
108
+ "200": "#f68368",
109
+ "300": "#f46a49",
110
+ "400": "#d9340d",
111
+ "500": "#c22e0b",
112
+ "600": "#ae2a0a",
113
+ "700": "#9e2609"
114
+ }
115
+ },
116
+ "theme": {
117
+ "primary": {
118
+ "bg": "#008194",
119
+ "bgHover": "#017384",
120
+ "bgActive": "#026371",
121
+ "fill": "#ffffff",
122
+ "fillHover": "#ffffff",
123
+ "fillActive": "#ffffff",
124
+ "text": "#008194",
125
+ "textHover": "#017384",
126
+ "textActive": "#026371"
127
+ },
128
+ "primaryDark": {
129
+ "bg": "#93b4f2",
130
+ "bgHover": "#93b4f2",
131
+ "bgActive": "#93b4f2",
132
+ "fill": "#000000",
133
+ "fillHover": "#000000",
134
+ "fillActive": "#000000",
135
+ "text": "#93b4f2",
136
+ "textHover": "#93b4f2",
137
+ "textActive": "#93b4f2"
138
+ },
139
+ "secondary": {
140
+ "bg": "#697687",
141
+ "bgHover": "#697687",
142
+ "bgActive": "#697687",
143
+ "fill": "#ffffff",
144
+ "fillHover": "#ffffff",
145
+ "fillActive": "#ffffff",
146
+ "text": "#000000",
147
+ "textHover": "#000000",
148
+ "textActive": "#000000"
149
+ },
150
+ "secondaryDark": {
151
+ "bg": "#697687",
152
+ "bgHover": "#697687",
153
+ "bgActive": "#697687",
154
+ "fill": "#000000",
155
+ "fillHover": "#000000",
156
+ "fillActive": "#000000",
157
+ "text": "#ffffff",
158
+ "textHover": "#ffffff",
159
+ "textActive": "#ffffff"
160
+ },
161
+ "success": {
162
+ "bg": "#008458",
163
+ "bgHover": "#00754e",
164
+ "bgActive": "#006946",
165
+ "fill": "#ffffff",
166
+ "fillHover": "#ffffff",
167
+ "fillActive": "#ffffff",
168
+ "text": "#008458",
169
+ "textHover": "#00754e",
170
+ "textActive": "#006946"
171
+ },
172
+ "warning": {
173
+ "bg": "#ffce80",
174
+ "bgHover": "#ffd694",
175
+ "bgActive": "#ffdea8",
176
+ "fill": "#000000",
177
+ "fillHover": "#000000",
178
+ "fillActive": "#000000",
179
+ "text": "#9f6100",
180
+ "textHover": "#9f6100",
181
+ "textActive": "#9f6100"
182
+ },
183
+ "danger": {
184
+ "bg": "#d9340d",
185
+ "bgHover": "#c22e0b",
186
+ "bgActive": "#ae2a0a",
187
+ "fill": "#ffffff",
188
+ "fillHover": "#ffffff",
189
+ "fillActive": "#ffffff",
190
+ "text": "#d9340d",
191
+ "textHover": "#c22e0b",
192
+ "textActive": "#ae2a0a"
193
+ }
194
+ },
195
+ "ui": {
196
+ "background": {
197
+ "canvas": "#f2f4f7",
198
+ "body": "#ffffff",
199
+ "bodyDark": "#1b1f26",
200
+ "muted": "#f2f4f7",
201
+ "input": "#ffffff",
202
+ "skeleton": "#ebecf0",
203
+ "skeletonHighlight": "#d7dbe0",
204
+ "tooltip": "#000000",
205
+ "backdrop": "#000000"
206
+ },
207
+ "border": {
208
+ "light": "#f2f4f7",
209
+ "default": "#ebecf0",
210
+ "dark": "#d7dbe0",
211
+ "focus": "#0071ff",
212
+ "quote": "#697687"
213
+ },
214
+ "font": {
215
+ "head": "#000000",
216
+ "headDark": "#ffffff",
217
+ "body": "#000000",
218
+ "bodyDark": "#ffffff",
219
+ "mono": "#000000",
220
+ "monoDark": "#ffffff",
221
+ "muted": "#697687",
222
+ "quote": "#697687",
223
+ "tooltip": "#ffffff"
224
+ }
225
+ }
226
+ },
227
+ "font": {
228
+ "family": {
229
+ "head": "Lato",
230
+ "body": "Lato",
231
+ "mono": "Azeret Mono",
232
+ "emoji": "''"
233
+ },
234
+ "weight": {
235
+ "head": 500,
236
+ "body": 400,
237
+ "mono": 400
238
+ },
239
+ "decoration": {
240
+ "link": "none",
241
+ "linkHover": "underline",
242
+ "linkButton": "none",
243
+ "linkButtonHover": "none"
244
+ }
245
+ },
246
+ "opacity": {
247
+ "disabled": 0.65,
248
+ "backdrop": 0.6,
249
+ "tooltip": 1
250
+ },
251
+ "size": {
252
+ "border": {
253
+ "radius": {
254
+ "l": 0.5,
255
+ "m": 0.25,
256
+ "s": 0.125
257
+ }
258
+ },
259
+ "font": {
260
+ "head": {
261
+ "1": 1.75,
262
+ "2": 1.5,
263
+ "3": 1.25,
264
+ "4": 1.125,
265
+ "5": 0.9375,
266
+ "6": 0.875
267
+ },
268
+ "body": {
269
+ "xl": 1.25,
270
+ "l": 1.125,
271
+ "m": 0.9375,
272
+ "s": 0.875,
273
+ "xs": 0.75
274
+ },
275
+ "mono": {
276
+ "xl": 1.125,
277
+ "l": 0.9375,
278
+ "m": 0.875,
279
+ "s": 0.75,
280
+ "xs": 0.625
281
+ }
282
+ },
283
+ "line": {
284
+ "head": {
285
+ "1": 2,
286
+ "2": 1.75,
287
+ "3": 1.5,
288
+ "4": 1.5,
289
+ "5": 1.25,
290
+ "6": 1
291
+ },
292
+ "body": {
293
+ "xl": 1.5,
294
+ "l": 1.5,
295
+ "m": 1.25,
296
+ "s": 1,
297
+ "xs": 1
298
+ },
299
+ "mono": {
300
+ "xl": 1.5,
301
+ "l": 1.25,
302
+ "m": 1.125,
303
+ "s": 1,
304
+ "xs": 0.875
305
+ }
306
+ },
307
+ "modal": {
308
+ "s": 400,
309
+ "m": 600,
310
+ "l": 800
311
+ },
312
+ "screen": {
313
+ "xs": 540,
314
+ "s": 768,
315
+ "m": 992,
316
+ "l": 1200,
317
+ "xl": 1400
318
+ },
319
+ "spacing": {
320
+ "xl": 2,
321
+ "l": 1.5,
322
+ "m": 1,
323
+ "s": 0.5,
324
+ "xs": 0.25
325
+ }
326
+ },
327
+ "time": {
328
+ "transition": {
329
+ "l": 500,
330
+ "m": 250,
331
+ "s": 125
332
+ },
333
+ "delay": {
334
+ "l": 500,
335
+ "m": 250,
336
+ "s": 125
337
+ },
338
+ "duration": {
339
+ "l": 1000,
340
+ "m": 500,
341
+ "s": 250
342
+ }
343
+ }
344
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@haiilo/catalyst-tokens",
3
- "version": "2.4.4",
3
+ "version": "2.4.5",
4
4
  "description": "Design tokens for Catalyst Design System",
5
5
  "license": "MIT",
6
6
  "repository": {