@hubpav/hwio-brand 0.1.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.
Files changed (39) hide show
  1. package/README.md +7 -0
  2. package/dist/docusaurus.css +29 -0
  3. package/dist/fonts/inter-latin-ext.woff2 +0 -0
  4. package/dist/fonts/inter-latin.woff2 +0 -0
  5. package/dist/fonts/inter.css +25 -0
  6. package/dist/fonts/poppins-400-latin-ext.woff2 +0 -0
  7. package/dist/fonts/poppins-400-latin.woff2 +0 -0
  8. package/dist/fonts/poppins-600-latin-ext.woff2 +0 -0
  9. package/dist/fonts/poppins-600-latin.woff2 +0 -0
  10. package/dist/fonts/poppins-700-latin-ext.woff2 +0 -0
  11. package/dist/fonts/poppins-700-latin.woff2 +0 -0
  12. package/dist/fonts/poppins.css +54 -0
  13. package/dist/sites-data.js +5 -0
  14. package/dist/sites.d.ts +21 -0
  15. package/dist/sites.js +43 -0
  16. package/dist/tokens.json +594 -0
  17. package/dist/vars.css +167 -0
  18. package/fonts/inter-latin-ext.woff2 +0 -0
  19. package/fonts/inter-latin.woff2 +0 -0
  20. package/fonts/poppins-400-latin-ext.woff2 +0 -0
  21. package/fonts/poppins-400-latin.woff2 +0 -0
  22. package/fonts/poppins-600-latin-ext.woff2 +0 -0
  23. package/fonts/poppins-600-latin.woff2 +0 -0
  24. package/fonts/poppins-700-latin-ext.woff2 +0 -0
  25. package/fonts/poppins-700-latin.woff2 +0 -0
  26. package/logos/apple-touch-icon.png +0 -0
  27. package/logos/favicon-32x32.png +0 -0
  28. package/logos/favicon.ico +0 -0
  29. package/logos/favicon.svg +1 -0
  30. package/logos/hardwario-logo-dark.svg +1 -0
  31. package/logos/hardwario-logo-icon.svg +1 -0
  32. package/logos/hardwario-logo.svg +1 -0
  33. package/logos/hardwario-mark-pos.svg +1 -0
  34. package/logos/hardwario-mark-white.svg +60 -0
  35. package/logos/hardwario-mark.svg +60 -0
  36. package/package.json +37 -0
  37. package/src/brand.json +497 -0
  38. package/src/sites.d.ts +21 -0
  39. package/src/sites.js +43 -0
@@ -0,0 +1,594 @@
1
+ {
2
+ "palette": {
3
+ "white": "#ffffff",
4
+ "sky": "#F1FAFF",
5
+ "gray-100": "#f3f4f6",
6
+ "gray-200": "#e5e7eb",
7
+ "gray-300": "#d1d5db",
8
+ "gray-500": "#6b6a6a",
9
+ "muted": "#5c5f70",
10
+ "ink": "#252532",
11
+ "red": "#e30427",
12
+ "rose": "#f43f5e",
13
+ "blue": "#016ad4",
14
+ "blue-light": "#009cfa",
15
+ "blue-dark": "#06367a",
16
+ "night-100": "#0f0f14",
17
+ "night-200": "#1a1a22",
18
+ "night-300": "#23232f",
19
+ "night-content": "#e7e7ee",
20
+ "green": "#15803d",
21
+ "amber": "#b45309",
22
+ "error": "#dc2626",
23
+ "forestry": "#2B7036",
24
+ "forestry-light": "#5aa864",
25
+ "er3o-green": "#01CC9B",
26
+ "er3o-teal": "#14A0C0",
27
+ "er3o-teal-text": "#0C6678",
28
+ "er3o-heading": "#19768B",
29
+ "er3o-ink": "#061920",
30
+ "er3o-text": "#333333",
31
+ "er3o-gray-50": "#f9fafb"
32
+ },
33
+ "themes": {
34
+ "hwio": {
35
+ "name": "hwio",
36
+ "scheme": "light",
37
+ "default": true,
38
+ "prefersdark": false,
39
+ "font": "inter",
40
+ "shape": {
41
+ "radius-selector": "2rem",
42
+ "radius-field": "0.5rem",
43
+ "radius-box": "1rem",
44
+ "size-selector": "0.25rem",
45
+ "size-field": "0.3rem",
46
+ "border": "1px",
47
+ "depth": "0",
48
+ "noise": "0"
49
+ },
50
+ "shapeKey": "hwio",
51
+ "roles": {
52
+ "base-100": "#ffffff",
53
+ "base-200": "#F1FAFF",
54
+ "base-300": "#e5e7eb",
55
+ "base-content": "#252532",
56
+ "primary": "#06367a",
57
+ "primary-content": "#ffffff",
58
+ "secondary": "#016ad4",
59
+ "secondary-content": "#ffffff",
60
+ "accent": "#e30427",
61
+ "accent-content": "#ffffff",
62
+ "neutral": "#252532",
63
+ "neutral-content": "#f3f4f6",
64
+ "info": "#009cfa",
65
+ "info-content": "#06367a",
66
+ "success": "#15803d",
67
+ "success-content": "#ffffff",
68
+ "warning": "#b45309",
69
+ "warning-content": "#ffffff",
70
+ "error": "#dc2626",
71
+ "error-content": "#ffffff"
72
+ },
73
+ "extras": {
74
+ "--hwio-kicker-on-neutral": "#f43f5e"
75
+ }
76
+ },
77
+ "hwio-dark": {
78
+ "name": "hwio-dark",
79
+ "scheme": "dark",
80
+ "default": false,
81
+ "prefersdark": true,
82
+ "font": "inter",
83
+ "shape": {
84
+ "radius-selector": "2rem",
85
+ "radius-field": "0.5rem",
86
+ "radius-box": "1rem",
87
+ "size-selector": "0.25rem",
88
+ "size-field": "0.3rem",
89
+ "border": "1px",
90
+ "depth": "0",
91
+ "noise": "0"
92
+ },
93
+ "shapeKey": "hwio",
94
+ "roles": {
95
+ "base-100": "#0f0f14",
96
+ "base-200": "#1a1a22",
97
+ "base-300": "#23232f",
98
+ "base-content": "#e7e7ee",
99
+ "primary": "#06367a",
100
+ "primary-content": "#ffffff",
101
+ "secondary": "#016ad4",
102
+ "secondary-content": "#ffffff",
103
+ "accent": "#f43f5e",
104
+ "accent-content": "#0f0f14",
105
+ "neutral": "#23232f",
106
+ "neutral-content": "#e7e7ee",
107
+ "info": "#009cfa",
108
+ "info-content": "#06367a",
109
+ "success": "#15803d",
110
+ "success-content": "#ffffff",
111
+ "warning": "#b45309",
112
+ "warning-content": "#ffffff",
113
+ "error": "#dc2626",
114
+ "error-content": "#ffffff"
115
+ },
116
+ "extras": {
117
+ "--hwio-kicker-on-neutral": "#f43f5e"
118
+ }
119
+ },
120
+ "hwio-forestry": {
121
+ "name": "hwio-forestry",
122
+ "scheme": "light",
123
+ "default": false,
124
+ "prefersdark": false,
125
+ "font": "inter",
126
+ "shape": {
127
+ "radius-selector": "2rem",
128
+ "radius-field": "0.5rem",
129
+ "radius-box": "1rem",
130
+ "size-selector": "0.25rem",
131
+ "size-field": "0.3rem",
132
+ "border": "1px",
133
+ "depth": "0",
134
+ "noise": "0"
135
+ },
136
+ "shapeKey": "hwio",
137
+ "roles": {
138
+ "base-100": "#ffffff",
139
+ "base-200": "#F1FAFF",
140
+ "base-300": "#e5e7eb",
141
+ "base-content": "#252532",
142
+ "primary": "#2B7036",
143
+ "primary-content": "#ffffff",
144
+ "secondary": "#016ad4",
145
+ "secondary-content": "#ffffff",
146
+ "accent": "#2B7036",
147
+ "accent-content": "#ffffff",
148
+ "neutral": "#252532",
149
+ "neutral-content": "#f3f4f6",
150
+ "info": "#009cfa",
151
+ "info-content": "#06367a",
152
+ "success": "#15803d",
153
+ "success-content": "#ffffff",
154
+ "warning": "#b45309",
155
+ "warning-content": "#ffffff",
156
+ "error": "#dc2626",
157
+ "error-content": "#ffffff"
158
+ },
159
+ "extras": {
160
+ "--hwio-kicker-on-neutral": "#f43f5e"
161
+ }
162
+ },
163
+ "hwio-forestry-dark": {
164
+ "name": "hwio-forestry-dark",
165
+ "scheme": "dark",
166
+ "default": false,
167
+ "prefersdark": false,
168
+ "font": "inter",
169
+ "shape": {
170
+ "radius-selector": "2rem",
171
+ "radius-field": "0.5rem",
172
+ "radius-box": "1rem",
173
+ "size-selector": "0.25rem",
174
+ "size-field": "0.3rem",
175
+ "border": "1px",
176
+ "depth": "0",
177
+ "noise": "0"
178
+ },
179
+ "shapeKey": "hwio",
180
+ "roles": {
181
+ "base-100": "#0f0f14",
182
+ "base-200": "#1a1a22",
183
+ "base-300": "#23232f",
184
+ "base-content": "#e7e7ee",
185
+ "primary": "#2B7036",
186
+ "primary-content": "#ffffff",
187
+ "secondary": "#016ad4",
188
+ "secondary-content": "#ffffff",
189
+ "accent": "#5aa864",
190
+ "accent-content": "#0f0f14",
191
+ "neutral": "#23232f",
192
+ "neutral-content": "#e7e7ee",
193
+ "info": "#009cfa",
194
+ "info-content": "#06367a",
195
+ "success": "#15803d",
196
+ "success-content": "#ffffff",
197
+ "warning": "#b45309",
198
+ "warning-content": "#ffffff",
199
+ "error": "#dc2626",
200
+ "error-content": "#ffffff"
201
+ },
202
+ "extras": {
203
+ "--hwio-kicker-on-neutral": "#f43f5e"
204
+ }
205
+ },
206
+ "er3o": {
207
+ "name": "er3o",
208
+ "scheme": "light",
209
+ "default": false,
210
+ "prefersdark": false,
211
+ "font": "poppins",
212
+ "shape": {
213
+ "radius-selector": "2rem",
214
+ "radius-field": "2rem",
215
+ "radius-box": "1.5rem",
216
+ "size-selector": "0.25rem",
217
+ "size-field": "0.3rem",
218
+ "border": "1px",
219
+ "depth": "0",
220
+ "noise": "0"
221
+ },
222
+ "shapeKey": "er3o",
223
+ "roles": {
224
+ "base-100": "#ffffff",
225
+ "base-200": "#f9fafb",
226
+ "base-300": "#f3f4f6",
227
+ "base-content": "#333333",
228
+ "primary": "#14A0C0",
229
+ "primary-content": "#ffffff",
230
+ "secondary": "#01CC9B",
231
+ "secondary-content": "#061920",
232
+ "accent": "#0C6678",
233
+ "accent-content": "#ffffff",
234
+ "neutral": "#252532",
235
+ "neutral-content": "#ffffff",
236
+ "info": "#19768B",
237
+ "info-content": "#ffffff",
238
+ "success": "#15803d",
239
+ "success-content": "#ffffff",
240
+ "warning": "#b45309",
241
+ "warning-content": "#ffffff",
242
+ "error": "#dc2626",
243
+ "error-content": "#ffffff"
244
+ },
245
+ "extras": {
246
+ "--er3o-gradient-from": "#01CC9B",
247
+ "--er3o-gradient-to": "#14A0C0"
248
+ }
249
+ }
250
+ },
251
+ "layout": {
252
+ "hub": {
253
+ "container": "1275px",
254
+ "pad": "27px"
255
+ },
256
+ "landing": {
257
+ "container": "1640px",
258
+ "pad": "27px"
259
+ }
260
+ },
261
+ "fonts": {
262
+ "display": "block",
263
+ "families": {
264
+ "inter": {
265
+ "family": "Inter",
266
+ "stack": "'Inter', 'Inter Fallback', ui-sans-serif, system-ui, sans-serif",
267
+ "weight": "100 900",
268
+ "format": "woff2-variations",
269
+ "faces": [
270
+ {
271
+ "file": "inter-latin.woff2",
272
+ "unicodeRange": "U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD"
273
+ },
274
+ {
275
+ "file": "inter-latin-ext.woff2",
276
+ "unicodeRange": "U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF"
277
+ }
278
+ ],
279
+ "fallback": {
280
+ "family": "Inter Fallback",
281
+ "local": "Arial",
282
+ "sizeAdjust": "107.40%",
283
+ "ascent": "90.20%",
284
+ "descent": "22.48%",
285
+ "lineGap": "0%"
286
+ }
287
+ },
288
+ "poppins": {
289
+ "family": "Poppins",
290
+ "stack": "'Poppins', 'Poppins Fallback', ui-sans-serif, system-ui, sans-serif",
291
+ "weight": "400",
292
+ "format": "woff2",
293
+ "faces": [
294
+ {
295
+ "file": "poppins-400-latin.woff2",
296
+ "weight": "400",
297
+ "unicodeRange": "U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD"
298
+ },
299
+ {
300
+ "file": "poppins-400-latin-ext.woff2",
301
+ "weight": "400",
302
+ "unicodeRange": "U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF"
303
+ },
304
+ {
305
+ "file": "poppins-600-latin.woff2",
306
+ "weight": "600",
307
+ "unicodeRange": "U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD"
308
+ },
309
+ {
310
+ "file": "poppins-600-latin-ext.woff2",
311
+ "weight": "600",
312
+ "unicodeRange": "U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF"
313
+ },
314
+ {
315
+ "file": "poppins-700-latin.woff2",
316
+ "weight": "700",
317
+ "unicodeRange": "U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD"
318
+ },
319
+ {
320
+ "file": "poppins-700-latin-ext.woff2",
321
+ "weight": "700",
322
+ "unicodeRange": "U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF"
323
+ }
324
+ ],
325
+ "fallback": {
326
+ "family": "Poppins Fallback",
327
+ "local": "Arial",
328
+ "sizeAdjust": "112%"
329
+ }
330
+ }
331
+ }
332
+ },
333
+ "logos": {
334
+ "hardwario-logo.svg": "full logo, light surfaces",
335
+ "hardwario-logo-dark.svg": "full logo, dark surfaces",
336
+ "hardwario-logo-icon.svg": "icon-only mark",
337
+ "hardwario-mark-pos.svg": "mark, positive (footer)",
338
+ "hardwario-mark.svg": "mark (docs)",
339
+ "hardwario-mark-white.svg": "mark, white (docs dark)",
340
+ "favicon.svg": "favicon",
341
+ "favicon-32x32.png": "favicon 32px",
342
+ "apple-touch-icon.png": "iOS icon 180px",
343
+ "favicon.ico": "legacy favicon"
344
+ },
345
+ "footerSites": {
346
+ "order": [
347
+ "www",
348
+ "docs",
349
+ "engineering",
350
+ "studio",
351
+ "academy",
352
+ "stem"
353
+ ],
354
+ "labels": {
355
+ "www": "HARDWARIO.com",
356
+ "docs": "Docs",
357
+ "engineering": "Engineering",
358
+ "studio": "Studio",
359
+ "academy": "Academy",
360
+ "stem": "STEM"
361
+ }
362
+ },
363
+ "sites": [
364
+ {
365
+ "key": "www",
366
+ "label": "HARDWARIO.com",
367
+ "url": "https://www.hardwario.com",
368
+ "locales": [
369
+ "en",
370
+ "cs",
371
+ "de",
372
+ "sk",
373
+ "pl"
374
+ ],
375
+ "defaultLocale": "en",
376
+ "theme": "hwio",
377
+ "layout": "hub",
378
+ "strip": {
379
+ "show": true,
380
+ "omit": []
381
+ },
382
+ "gtm": "GTM-WGV5D8TM"
383
+ },
384
+ {
385
+ "key": "docs",
386
+ "label": "Docs",
387
+ "url": "https://docs.hardwario.com",
388
+ "locales": [
389
+ "en",
390
+ "cs"
391
+ ],
392
+ "defaultLocale": "en",
393
+ "theme": "hwio",
394
+ "layout": "hub",
395
+ "strip": {
396
+ "show": true,
397
+ "omit": []
398
+ },
399
+ "gtm": null
400
+ },
401
+ {
402
+ "key": "engineering",
403
+ "label": "HARDWARIO Engineering",
404
+ "url": "https://hardwario.engineering",
405
+ "locales": [
406
+ "en",
407
+ "cs",
408
+ "de",
409
+ "sk",
410
+ "pl"
411
+ ],
412
+ "defaultLocale": "en",
413
+ "theme": "hwio",
414
+ "layout": "landing",
415
+ "strip": {
416
+ "show": false,
417
+ "omit": []
418
+ },
419
+ "gtm": "GTM-TD83PT2D"
420
+ },
421
+ {
422
+ "key": "studio",
423
+ "label": "HARDWARIO Studio",
424
+ "url": "https://hardwario.studio",
425
+ "locales": [
426
+ "en",
427
+ "cs",
428
+ "de",
429
+ "sk",
430
+ "pl"
431
+ ],
432
+ "defaultLocale": "en",
433
+ "theme": "hwio",
434
+ "layout": "landing",
435
+ "strip": {
436
+ "show": true,
437
+ "omit": []
438
+ },
439
+ "gtm": "GTM-PCNXBGDF"
440
+ },
441
+ {
442
+ "key": "academy",
443
+ "label": "HARDWARIO Academy",
444
+ "url": "https://hardwario.academy",
445
+ "locales": [
446
+ "en",
447
+ "cs",
448
+ "de",
449
+ "sk",
450
+ "pl"
451
+ ],
452
+ "defaultLocale": "en",
453
+ "theme": "hwio",
454
+ "layout": "landing",
455
+ "strip": {
456
+ "show": true,
457
+ "omit": [
458
+ "docs",
459
+ "stem"
460
+ ]
461
+ },
462
+ "gtm": "GTM-P723ZJGL"
463
+ },
464
+ {
465
+ "key": "stem",
466
+ "label": "HARDWARIO STEM",
467
+ "url": "https://stem.hardwario.com",
468
+ "locales": [
469
+ "en",
470
+ "cs"
471
+ ],
472
+ "defaultLocale": "en",
473
+ "theme": "hwio",
474
+ "layout": "hub",
475
+ "strip": {
476
+ "show": true,
477
+ "omit": []
478
+ },
479
+ "gtm": null
480
+ },
481
+ {
482
+ "key": "energy",
483
+ "label": "energeticky.report",
484
+ "url": "https://energeticky.report",
485
+ "locales": [
486
+ "cs",
487
+ "en"
488
+ ],
489
+ "defaultLocale": "cs",
490
+ "theme": "hwio",
491
+ "layout": "landing",
492
+ "strip": {
493
+ "show": false,
494
+ "omit": []
495
+ },
496
+ "gtm": null
497
+ },
498
+ {
499
+ "key": "facility",
500
+ "label": "facility.report",
501
+ "url": "https://facility.report",
502
+ "locales": [
503
+ "en",
504
+ "cs"
505
+ ],
506
+ "defaultLocale": "en",
507
+ "theme": "hwio",
508
+ "layout": "landing",
509
+ "strip": {
510
+ "show": false,
511
+ "omit": []
512
+ },
513
+ "gtm": null
514
+ },
515
+ {
516
+ "key": "factory",
517
+ "label": "factory.report",
518
+ "url": "https://factory.report",
519
+ "locales": [
520
+ "en",
521
+ "cs"
522
+ ],
523
+ "defaultLocale": "en",
524
+ "theme": "hwio",
525
+ "layout": "landing",
526
+ "strip": {
527
+ "show": false,
528
+ "omit": []
529
+ },
530
+ "gtm": null
531
+ },
532
+ {
533
+ "key": "forestry",
534
+ "label": "forestry.report",
535
+ "url": "https://forestry.report",
536
+ "locales": [
537
+ "en",
538
+ "cs"
539
+ ],
540
+ "defaultLocale": "en",
541
+ "theme": "hwio-forestry",
542
+ "layout": "landing",
543
+ "strip": {
544
+ "show": false,
545
+ "omit": []
546
+ },
547
+ "gtm": null
548
+ },
549
+ {
550
+ "key": "enerooo",
551
+ "label": "ENEROOO",
552
+ "url": "https://www.enerooo.cz",
553
+ "locales": [
554
+ "cs"
555
+ ],
556
+ "defaultLocale": "cs",
557
+ "theme": "er3o",
558
+ "layout": "hub",
559
+ "strip": {
560
+ "show": false,
561
+ "omit": []
562
+ },
563
+ "gtm": null
564
+ }
565
+ ],
566
+ "social": {
567
+ "linkedin": "https://www.linkedin.com/company/13187032",
568
+ "x": {
569
+ "cs": "https://x.com/hardwario_cz",
570
+ "default": "https://x.com/hardwario_en"
571
+ },
572
+ "instagram": "https://www.instagram.com/hardwario/",
573
+ "youtube": "https://www.youtube.com/c/hardwario",
574
+ "github": "https://github.com/hardwario",
575
+ "forum": "https://forum.hardwario.com"
576
+ },
577
+ "branches": [
578
+ {
579
+ "name": "HARDWARIO a.s.",
580
+ "country": "cz",
581
+ "mapUrl": "https://maps.app.goo.gl/uwNsT2fuUmTaoXc48"
582
+ },
583
+ {
584
+ "name": "HARDWARIO LLC",
585
+ "country": "us",
586
+ "mapUrl": "https://maps.app.goo.gl/YyUsBivFKc6yYVTr8"
587
+ },
588
+ {
589
+ "name": "HARDWARIO LTD",
590
+ "country": "uk",
591
+ "mapUrl": "https://maps.app.goo.gl/BPVS4T61Ao1h5HVJ9"
592
+ }
593
+ ]
594
+ }