@aivenio/aquarium 1.38.2 → 1.40.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/dist/tokens.json CHANGED
@@ -1,565 +1,5 @@
1
1
  {
2
2
  "themes": {
3
- "timescale": {
4
- "colors": {
5
- "error-100": "#aa0000",
6
- "error-90": "#b90000",
7
- "error-80": "#c50001",
8
- "error-70": "#d80005",
9
- "error-60": "#e70000",
10
- "error-50": "#e62728",
11
- "error-40": "#e0504f",
12
- "error-30": "#ed7975",
13
- "error-20": "#ffadb3",
14
- "error-10": "#ffcbd2",
15
- "error-5": "#fee8e7",
16
- "error-0": "#fef2f1",
17
- "warning-100": "#fe6d00",
18
- "warning-90": "#ff9003",
19
- "warning-80": "#fd9f00",
20
- "warning-70": "#ffb300",
21
- "warning-60": "#ffc107",
22
- "warning-50": "#fdc926",
23
- "warning-40": "#fdd44d",
24
- "warning-30": "#fddf81",
25
- "warning-20": "#feebb2",
26
- "warning-10": "#fff2cd",
27
- "warning-5": "#fff8ea",
28
- "warning-0": "#fffdf9",
29
- "success-100": "#006f00",
30
- "success-90": "#008e00",
31
- "success-80": "#009f00",
32
- "success-70": "#00b300",
33
- "success-60": "#00c300",
34
- "success-50": "#40ce37",
35
- "success-40": "#60db57",
36
- "success-30": "#89eb80",
37
- "success-20": "#afffa7",
38
- "success-10": "#cbffc9",
39
- "success-5": "#ecf7ed",
40
- "success-0": "#f5faf5",
41
- "info-100": "#02569a",
42
- "info-90": "#0174ba",
43
- "info-80": "#0788d1",
44
- "info-70": "#0399e3",
45
- "info-60": "#02a8f3",
46
- "info-50": "#28b4f4",
47
- "info-40": "#4cc2f7",
48
- "info-30": "#7fd1f7",
49
- "info-20": "#b4e5fb",
50
- "info-10": "#e0f5fe",
51
- "info-5": "#effaff",
52
- "info-0": "#f9fdff",
53
- "grey-100": "#19191d",
54
- "grey-90": "#292a31",
55
- "grey-80": "#3a3a44",
56
- "grey-70": "#4a4b57",
57
- "grey-60": "#5a5b6a",
58
- "grey-50": "#787885",
59
- "grey-40": "#9696a0",
60
- "grey-30": "#b4b4bb",
61
- "grey-20": "#d2d2d6",
62
- "grey-10": "#e1e1e3",
63
- "grey-5": "#ededf0",
64
- "grey-0": "#f7f7fa",
65
- "secondary-100": "#e11d16",
66
- "secondary-90": "#eb4610",
67
- "secondary-80": "#f3580d",
68
- "secondary-70": "#f96a02",
69
- "secondary-60": "#ff7700",
70
- "secondary-50": "#fc871a",
71
- "secondary-40": "#fb9a3e",
72
- "secondary-30": "#fab26e",
73
- "secondary-20": "#f8c99c",
74
- "secondary-10": "#fee8d0",
75
- "secondary-5": "#fff3e8",
76
- "secondary-0": "#fffbf8",
77
- "primary-100": "#02569a",
78
- "primary-90": "#0174ba",
79
- "primary-80": "#0788d1",
80
- "primary-70": "#0399e3",
81
- "primary-60": "#02a8f3",
82
- "primary-50": "#28b4f4",
83
- "primary-40": "#4cc2f7",
84
- "primary-30": "#7fd1f7",
85
- "primary-20": "#b4e5fb",
86
- "primary-10": "#e0f5fe",
87
- "primary-5": "#effaff",
88
- "primary-0": "#f9fdff"
89
- },
90
- "typography": {
91
- "sizes": [
92
- {
93
- "name": "large-heading",
94
- "className": "typography-large-heading",
95
- "style": {
96
- "fontFamily": "Inter",
97
- "fontSize": "32px",
98
- "fontWeight": 700,
99
- "fontStyle": "normal",
100
- "lineHeight": 1.375,
101
- "textTransform": "none"
102
- },
103
- "fontPostScriptName": "Inter-Bold"
104
- },
105
- {
106
- "name": "heading",
107
- "className": "typography-heading",
108
- "style": {
109
- "fontFamily": "Inter",
110
- "fontSize": "24px",
111
- "fontWeight": 700,
112
- "fontStyle": "normal",
113
- "lineHeight": 1.375,
114
- "textTransform": "none"
115
- },
116
- "fontPostScriptName": "Inter-Bold"
117
- },
118
- {
119
- "name": "subheading",
120
- "className": "typography-subheading",
121
- "style": {
122
- "fontFamily": "Inter",
123
- "fontSize": "20px",
124
- "fontWeight": 600,
125
- "fontStyle": "normal",
126
- "lineHeight": 1.375,
127
- "textTransform": "none"
128
- },
129
- "fontPostScriptName": "Inter-Bold"
130
- },
131
- {
132
- "name": "large-strong",
133
- "className": "typography-large-strong",
134
- "style": {
135
- "fontFamily": "Inter",
136
- "fontSize": "20px",
137
- "fontWeight": 600,
138
- "fontStyle": "normal",
139
- "lineHeight": 1.58,
140
- "textTransform": "none"
141
- },
142
- "fontPostScriptName": "Inter-SemiBold"
143
- },
144
- {
145
- "name": "large",
146
- "className": "typography-large",
147
- "style": {
148
- "fontFamily": "Inter",
149
- "fontSize": "20px",
150
- "fontWeight": 500,
151
- "fontStyle": "normal",
152
- "lineHeight": 1.58,
153
- "textTransform": "none"
154
- },
155
- "fontPostScriptName": "Inter-SemiBold"
156
- },
157
- {
158
- "name": "default-strong",
159
- "className": "typography-default-strong",
160
- "style": {
161
- "fontFamily": "Inter",
162
- "fontSize": "16px",
163
- "fontWeight": 500,
164
- "fontStyle": "normal",
165
- "lineHeight": 1.5,
166
- "textTransform": "none"
167
- },
168
- "fontPostScriptName": "Inter-SemiBold"
169
- },
170
- {
171
- "name": "default",
172
- "className": "typography-default",
173
- "style": {
174
- "fontFamily": "Inter",
175
- "fontSize": "16px",
176
- "fontWeight": 400,
177
- "fontStyle": "normal",
178
- "lineHeight": 1.5,
179
- "textTransform": "none"
180
- },
181
- "fontPostScriptName": null
182
- },
183
- {
184
- "name": "small-strong",
185
- "className": "typography-small-strong",
186
- "style": {
187
- "fontFamily": "Inter",
188
- "fontSize": "14px",
189
- "fontWeight": 500,
190
- "fontStyle": "normal",
191
- "lineHeight": 1.42,
192
- "textTransform": "none"
193
- },
194
- "fontPostScriptName": "Inter-SemiBold"
195
- },
196
- {
197
- "name": "small",
198
- "className": "typography-small",
199
- "style": {
200
- "fontFamily": "Inter",
201
- "fontSize": "14px",
202
- "fontWeight": 400,
203
- "fontStyle": "normal",
204
- "lineHeight": 1.42,
205
- "textTransform": "none"
206
- },
207
- "fontPostScriptName": null
208
- },
209
- {
210
- "name": "caption",
211
- "className": "typography-caption",
212
- "style": {
213
- "fontFamily": "Inter",
214
- "fontSize": "12px",
215
- "fontWeight": 400,
216
- "fontStyle": "normal",
217
- "lineHeight": 1.26,
218
- "textTransform": "none"
219
- },
220
- "fontPostScriptName": null
221
- },
222
- {
223
- "name": "caption-small",
224
- "className": "typography-caption-small",
225
- "style": {
226
- "fontFamily": "Inter",
227
- "fontSize": "10px",
228
- "fontWeight": 400,
229
- "fontStyle": "normal",
230
- "lineHeight": 1.2,
231
- "textTransform": "none"
232
- },
233
- "fontPostScriptName": null
234
- },
235
- {
236
- "name": "caption-default",
237
- "className": "typography-caption-default",
238
- "style": {
239
- "fontFamily": "Inter",
240
- "fontSize": "12px",
241
- "fontWeight": 400,
242
- "fontStyle": "normal",
243
- "lineHeight": 1.26,
244
- "letterSpacing": 0,
245
- "textTransform": "none"
246
- },
247
- "fontPostScriptName": null
248
- },
249
- {
250
- "name": "overline-small",
251
- "className": "typography-overline-small",
252
- "style": {
253
- "fontFamily": "Inter",
254
- "fontSize": "10px",
255
- "fontWeight": 400,
256
- "fontStyle": "normal",
257
- "lineHeight": 1,
258
- "letterSpacing": 0,
259
- "textTransform": "uppercase"
260
- },
261
- "fontPostScriptName": null
262
- },
263
- {
264
- "name": "overline-default",
265
- "className": "typography-overline-default",
266
- "style": {
267
- "fontFamily": "Inter",
268
- "fontSize": "12px",
269
- "fontWeight": 400,
270
- "fontStyle": "normal",
271
- "lineHeight": 1,
272
- "letterSpacing": 0,
273
- "textTransform": "uppercase"
274
- },
275
- "fontPostScriptName": null
276
- },
277
- {
278
- "name": "button-small",
279
- "className": "typography-button-small",
280
- "style": {
281
- "fontFamily": "Inter",
282
- "fontSize": "12px",
283
- "fontWeight": 500,
284
- "fontStyle": "normal",
285
- "lineHeight": 1,
286
- "letterSpacing": 0,
287
- "textTransform": "none"
288
- },
289
- "fontPostScriptName": "Inter-Medium"
290
- },
291
- {
292
- "name": "button-medium",
293
- "className": "typography-button-medium",
294
- "style": {
295
- "fontFamily": "Inter",
296
- "fontSize": "14px",
297
- "fontWeight": 400,
298
- "fontStyle": "normal",
299
- "lineHeight": 1,
300
- "letterSpacing": 0,
301
- "textTransform": "none"
302
- },
303
- "fontPostScriptName": "Inter-SemiBold"
304
- },
305
- {
306
- "name": "button-large",
307
- "className": "typography-button-large",
308
- "style": {
309
- "fontFamily": "Inter",
310
- "fontSize": "16px",
311
- "fontWeight": 500,
312
- "fontStyle": "normal",
313
- "lineHeight": 1.5,
314
- "letterSpacing": 0,
315
- "textTransform": "none"
316
- },
317
- "fontPostScriptName": "Inter-Medium"
318
- },
319
- {
320
- "name": "body-small",
321
- "className": "typography-body-small",
322
- "style": {
323
- "fontFamily": "Inter",
324
- "fontSize": "14px",
325
- "fontWeight": 400,
326
- "fontStyle": "normal",
327
- "lineHeight": 1.43,
328
- "letterSpacing": 0,
329
- "textTransform": "none"
330
- },
331
- "fontPostScriptName": null
332
- },
333
- {
334
- "name": "body-small-medium",
335
- "className": "typography-body-small-medium",
336
- "style": {
337
- "fontFamily": "Inter",
338
- "fontSize": "14px",
339
- "fontWeight": 500,
340
- "fontStyle": "normal",
341
- "lineHeight": 1.43,
342
- "letterSpacing": 0,
343
- "textTransform": "none"
344
- },
345
- "fontPostScriptName": "Inter-SemiBold"
346
- },
347
- {
348
- "name": "body-default",
349
- "className": "typography-body-default",
350
- "style": {
351
- "fontFamily": "Inter",
352
- "fontSize": "16px",
353
- "fontWeight": 400,
354
- "fontStyle": "normal",
355
- "lineHeight": 1.5,
356
- "letterSpacing": 0,
357
- "textTransform": "none"
358
- },
359
- "fontPostScriptName": null
360
- },
361
- {
362
- "name": "body-default-medium",
363
- "className": "typography-body-default-medium",
364
- "style": {
365
- "fontFamily": "Inter",
366
- "fontSize": "16px",
367
- "fontWeight": 500,
368
- "fontStyle": "normal",
369
- "lineHeight": 1.5,
370
- "letterSpacing": 0,
371
- "textTransform": "none"
372
- },
373
- "fontPostScriptName": "Inter-SemiBold"
374
- },
375
- {
376
- "name": "body-large",
377
- "className": "typography-body-large",
378
- "style": {
379
- "fontFamily": "Inter",
380
- "fontSize": "20px",
381
- "fontWeight": 400,
382
- "fontStyle": "normal",
383
- "lineHeight": 1.58,
384
- "letterSpacing": 0,
385
- "textTransform": "none"
386
- },
387
- "fontPostScriptName": null
388
- },
389
- {
390
- "name": "body-large-medium",
391
- "className": "typography-body-large-medium",
392
- "style": {
393
- "fontFamily": "Inter",
394
- "fontSize": "20px",
395
- "fontWeight": 400,
396
- "fontStyle": "normal",
397
- "lineHeight": 1.2,
398
- "letterSpacing": 0,
399
- "textTransform": "none"
400
- },
401
- "fontPostScriptName": "Inter-SemiBold"
402
- },
403
- {
404
- "name": "heading-large",
405
- "className": "typography-heading-large",
406
- "style": {
407
- "fontFamily": "Inter",
408
- "fontSize": "20px",
409
- "fontWeight": 700,
410
- "fontStyle": "normal",
411
- "lineHeight": 1.5,
412
- "letterSpacing": 0.15,
413
- "textTransform": "none"
414
- },
415
- "fontPostScriptName": "Inter-Bold"
416
- },
417
- {
418
- "name": "heading-xl",
419
- "className": "typography-heading-xl",
420
- "style": {
421
- "fontFamily": "Inter",
422
- "fontSize": "24px",
423
- "fontWeight": 700,
424
- "fontStyle": "normal",
425
- "lineHeight": 1.5,
426
- "letterSpacing": 0,
427
- "textTransform": "none"
428
- },
429
- "fontPostScriptName": "Inter-Bold"
430
- },
431
- {
432
- "name": "heading-2xl",
433
- "className": "typography-heading-2xl",
434
- "style": {
435
- "fontFamily": "Inter",
436
- "fontSize": "34px",
437
- "fontWeight": 700,
438
- "fontStyle": "normal",
439
- "lineHeight": 1.28,
440
- "letterSpacing": 0,
441
- "textTransform": "none"
442
- },
443
- "fontPostScriptName": "Inter-Bold"
444
- },
445
- {
446
- "name": "heading-3xl",
447
- "className": "typography-heading-3xl",
448
- "style": {
449
- "fontFamily": "Inter",
450
- "fontSize": "48px",
451
- "fontWeight": 700,
452
- "fontStyle": "normal",
453
- "lineHeight": 1.24,
454
- "letterSpacing": -0.48,
455
- "textTransform": "none"
456
- },
457
- "fontPostScriptName": "Inter-Bold"
458
- },
459
- {
460
- "name": "heading-4xl",
461
- "className": "typography-heading-4xl",
462
- "style": {
463
- "fontFamily": "Inter",
464
- "fontSize": "60px",
465
- "fontWeight": 700,
466
- "fontStyle": "normal",
467
- "lineHeight": 1.2,
468
- "letterSpacing": -1.5,
469
- "textTransform": "none"
470
- },
471
- "fontPostScriptName": "Inter-Bold"
472
- },
473
- {
474
- "name": "heading-5xl",
475
- "className": "typography-heading-5xl",
476
- "style": {
477
- "fontFamily": "Inter",
478
- "fontSize": "76px",
479
- "fontWeight": 700,
480
- "fontStyle": "normal",
481
- "lineHeight": 1.2,
482
- "letterSpacing": -1.98,
483
- "textTransform": "none"
484
- },
485
- "fontPostScriptName": "Inter-Bold"
486
- }
487
- ]
488
- },
489
- "elevations": {
490
- "24dp": "0px 24px 48px rgba(90, 91, 106, 0.08), 0px 12px 24px rgba(58, 58, 68, 0.08)",
491
- "16dp": "0px 16px 32px rgba(90, 91, 106, 0.12), 0px 8px 16px rgba(58, 58, 68, 0.12)",
492
- "8dp": "0px 8px 16px rgba(90, 91, 106, 0.16), 0px 4px 8px rgba(58, 58, 68, 0.16)",
493
- "4dp": "0px 4px 8px rgba(90, 91, 106, 0.20), 0px 2px 4px rgba(58, 58, 68, 0.20)",
494
- "2dp": "0px 2px 4px rgba(90, 91, 106, 0.24), 0px 1px 2px rgba(58, 58, 68, 0.24)"
495
- },
496
- "spacing": {
497
- "layout01": {
498
- "px": 16,
499
- "rem": 1
500
- },
501
- "layout02": {
502
- "px": 24,
503
- "rem": 1.5
504
- },
505
- "layout03": {
506
- "px": 32,
507
- "rem": 2
508
- },
509
- "layout04": {
510
- "px": 48,
511
- "rem": 3
512
- },
513
- "layout05": {
514
- "px": 64,
515
- "rem": 4
516
- },
517
- "layout06": {
518
- "px": 96,
519
- "rem": 6
520
- },
521
- "layout07": {
522
- "px": 160,
523
- "rem": 10
524
- },
525
- "spacing01": {
526
- "px": 2,
527
- "rem": 0.125
528
- },
529
- "spacing02": {
530
- "px": 4,
531
- "rem": 0.25
532
- },
533
- "spacing03": {
534
- "px": 8,
535
- "rem": 0.5
536
- },
537
- "spacing04": {
538
- "px": 12,
539
- "rem": 0.75
540
- },
541
- "spacing05": {
542
- "px": 16,
543
- "rem": 1
544
- },
545
- "spacing06": {
546
- "px": 24,
547
- "rem": 1.5
548
- },
549
- "spacing07": {
550
- "px": 32,
551
- "rem": 2
552
- },
553
- "spacing08": {
554
- "px": 40,
555
- "rem": 2.5
556
- },
557
- "spacing09": {
558
- "px": 48,
559
- "rem": 3
560
- }
561
- }
562
- },
563
3
  "aiven": {
564
4
  "colors": {
565
5
  "error-100": "#aa0000",