ably-ui 8.7.0.dev.734c219 → 8.7.0.dev.827e917

Sign up to get free protection for your applications and to get access to all the features.
Files changed (31) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +1 -1
  3. data/lib/ably_ui/core/code/component.css +0 -2
  4. data/lib/ably_ui/core/company_autocomplete/component.js +2 -1
  5. data/lib/ably_ui/core/core.rb +8 -4
  6. data/lib/ably_ui/core/featured_link/component.css +1 -1
  7. data/lib/ably_ui/core/footer/component.css +3 -3
  8. data/lib/ably_ui/core/footer/footer.html.erb +21 -26
  9. data/lib/ably_ui/core/images/best-support-2023.svg +1 -0
  10. data/lib/ably_ui/core/images/fastest-implementation-2023.svg +1 -0
  11. data/lib/ably_ui/core/images/high-performer-2023.svg +1 -0
  12. data/lib/ably_ui/core/images/highest-user-adoption-2023.svg +1 -0
  13. data/lib/ably_ui/core/meganav/component.css +7 -7
  14. data/lib/ably_ui/core/meganav/component.json +1 -1
  15. data/lib/ably_ui/core/meganav/meganav.rb +4 -4
  16. data/lib/ably_ui/core/meganav_blog_posts_list/component.js +2 -1
  17. data/lib/ably_ui/core/meganav_content_developers/meganav_content_developers.html.erb +10 -1
  18. data/lib/ably_ui/core/{meganav_content_platform → meganav_content_products}/component.js +1 -1
  19. data/lib/ably_ui/core/{meganav_content_platform/meganav_content_platform.html.erb → meganav_content_products/meganav_content_products.html.erb} +16 -34
  20. data/lib/ably_ui/core/{meganav_content_platform/meganav_content_platform.rb → meganav_content_products/meganav_content_products.rb} +1 -1
  21. data/lib/ably_ui/core/meganav_content_use_cases/meganav_content_use_cases.html.erb +4 -4
  22. data/lib/ably_ui/core/meganav_items_desktop/meganav_items_desktop.rb +1 -1
  23. data/lib/ably_ui/core/notice/component.css +1 -1
  24. data/lib/ably_ui/core/notice/notice.html.erb +2 -2
  25. data/lib/ably_ui/core/scripts.js +2 -1
  26. data/lib/ably_ui/core/sprites.svg +29 -0
  27. data/lib/ably_ui/core/styles.css +94 -221
  28. data/lib/ably_ui/version.rb +1 -1
  29. metadata +9 -7
  30. data/lib/ably_ui/core/fonts/jetBrains-mono.css +0 -3
  31. data/lib/ably_ui/core/fonts/manrope.css +0 -3
@@ -1,132 +1,34 @@
1
1
  @layer base {
2
2
  :root {
3
- /* Neutral colors */
4
- --color-neutral-000: #ffffff;
5
- --color-neutral-100: #f8fafc;
6
- --color-neutral-200: #f4f8fb;
7
- --color-neutral-300: #edf1f7;
8
- --color-neutral-400: #e2e7ef;
9
- --color-neutral-500: #c6ced9;
10
- --color-neutral-600: #adb6c2;
11
- --color-neutral-700: #89929f;
12
- --color-neutral-800: #667085;
13
- --color-neutral-900: #39414e;
14
- --color-neutral-1000: #2b303b;
15
- --color-neutral-1100: #202531;
16
- --color-neutral-1200: #141924;
17
- --color-neutral-1300: #03020d;
18
-
19
- /* Ably orange */
20
- --color-orange-100: #fff5f1;
21
- --color-orange-200: #ffe3d8;
22
- --color-orange-300: #ffc4ae;
23
- --color-orange-400: #ff9c79;
24
- --color-orange-500: #ff723f;
25
- --color-orange-600: #ff5416;
26
- --color-orange-700: #ff2739;
27
- --color-orange-800: #e40000;
28
- --color-orange-900: #b82202;
29
- --color-orange-1000: #751500;
30
- --color-orange-1100: #2a0b00;
31
-
32
- /* Secondary colours */
33
- --color-yellow-100: #fffbef;
34
- --color-yellow-200: #fff0ba;
35
- --color-yellow-300: #ffe27c;
36
- --color-yellow-400: #ffd43d;
37
- --color-yellow-500: #f8c100;
38
- --color-yellow-600: #e8a700;
39
- --color-yellow-700: #ac8600;
40
- --color-yellow-800: #654f00;
41
- --color-yellow-900: #291c01;
42
- --color-green-100: #f1fff1;
43
- --color-green-200: #b8ffbb;
44
- --color-green-300: #80ff85;
45
- --color-green-400: #08ff13;
46
- --color-green-500: #00e80b;
47
- --color-green-600: #00c008;
48
- --color-green-700: #008e06;
49
- --color-green-800: #005303;
50
- --color-green-900: #002a02;
51
- --color-blue-100: #f1fbff;
52
- --color-blue-200: #b8eaff;
53
- --color-blue-300: #80d9ff;
54
- --color-blue-400: #4ad4ff;
55
- --color-blue-500: #2cc0ff;
56
- --color-blue-600: #00a5ec;
57
- --color-blue-700: #0284cd;
58
- --color-blue-800: #004b75;
59
- --color-blue-900: #001b2a;
60
- --color-violet-100: #f7f2fe;
61
- --color-violet-200: #d8bcfb;
62
- --color-violet-300: #b986f8;
63
- --color-violet-400: #9951f5;
64
- --color-violet-500: #7a1bf2;
65
- --color-violet-600: #5f0bc9;
66
- --color-violet-700: #460894;
67
- --color-violet-800: #2d055e;
68
- --color-violet-900: #130228;
69
- --color-pink-100: #fff1fc;
70
- --color-pink-200: #ffb8f1;
71
- --color-pink-300: #ff80e6;
72
- --color-pink-400: #ff47db;
73
- --color-pink-500: #ff17d2;
74
- --color-pink-600: #d400ab;
75
- --color-pink-700: #9c007e;
76
- --color-pink-800: #630050;
77
- --color-pink-900: #2a0022;
78
-
79
- /* GUI colours */
80
- /* Note: The ‘Light and ‘Dark’ refers to the colour of the background on which the colour is used. */
81
- --color-gui-blue-default-light: #006edc;
82
- --color-gui-blue-hover-light: #0862b9;
83
- --color-gui-blue-active-light: #074095;
84
- --color-gui-blue-default-dark: #4da6ff;
85
- --color-gui-blue-hover-dark: #2894ff;
86
- --color-gui-blue-active-dark: #0080ff;
87
- --color-gui-blue-focus: #80b9f2;
88
- --color-gui-unavailable: #a8a8a8;
89
- --color-gui-success-green: #11cb24;
90
- --color-gui-error-red: #fb0c0c;
91
- --color-gui-focus: #80b9f2;
3
+ --color-cool-black: #03020d;
4
+ --color-active-orange: #ff5416;
5
+ --color-red-orange: #e40000;
6
+ --color-white: #ffffff;
7
+ --color-electric-cyan: #4af7ff;
8
+ --color-zingy-green: #08ff13;
9
+ --color-bright-red: #ff2739;
10
+ --color-jazzy-pink: #ff17d2;
11
+ --color-extra-light-grey: #fafafb;
12
+ --color-light-grey: #f5f5f6;
13
+ --color-mid-grey: #d9d9da;
14
+ --color-dark-grey: #76767c;
15
+ --color-charcoal-grey: #292831;
16
+ --color-gui-default: #0073e6;
17
+ --color-gui-hover: #0867c4;
18
+ --color-gui-focus: #0073e6;
92
19
  --color-gui-focus-outline: #80b9f2;
20
+ --color-gui-active: #074095;
93
21
  --color-gui-visited: #4887c2;
94
-
95
- /* Colours replaced by neutral colours */
96
- --color-white: var(--color-neutral-000);
97
- --color-extra-light-grey: var(--color-neutral-100);
98
- --color-light-grey: var(--color-neutral-200);
99
- --color-mid-grey: var(--color-neutral-500);
100
- --color-dark-grey: var(--color-neutral-800);
101
- --color-charcoal-grey: var(--color-neutral-1000);
102
- --color-cool-black: var(--color-neutral-1300);
103
-
104
- /* Colours replaced by orange colours */
105
- --color-active-orange: var(--color-orange-600);
106
- --color-bright-red: var(--color-orange-700);
107
- --color-red-orange: var(--color-orange-800);
108
-
109
- /* Colours replaced by secondary colours */
110
- --color-electric-cyan: var(--color-blue-400);
111
- --color-zingy-green: var(--color-green-400);
112
- --color-jazzy-pink: var(--color-pink-500);
113
-
114
- /* Colours replaced by GUI colours */
115
- --color-gui-default: var(--color-gui-blue-default-light);
116
- --color-gui-hover: var(--color-gui-blue-hover-light);
117
- --color-gui-active: var(--color-gui-blue-active-light);
118
- --color-gui-error: var(--color-gui-error-red);
119
- --color-gui-success: var(--color-gui-success-green);
120
- --color-gui-default-dark: var(--color-gui-blue-default-dark);
121
- --color-gui-hover-dark: var(--color-gui-blue-hover-dark);
122
- --color-gui-active-dark: var(--color-gui-blue-active-dark);
22
+ --color-gui-unavailable: #a8a8a8;
23
+ --color-gui-error: #fb0c0c;
24
+ --color-gui-success: #11cb24;
123
25
 
124
26
  /* code syntax: theme */
125
- --syntax-black: var(--color-neutral-1300);
126
- --syntax-dark-grey: var(--color-neutral-800);
127
- --syntax-mid-grey: var(--color-neutral-500);
128
- --syntax-light-grey: var(--color-neutral-200);
129
- --syntax-extra-light-grey: var(--color-neutral-100);
27
+ --syntax-black: var(--color-cool-black);
28
+ --syntax-dark-grey: var(--color-dark-grey);
29
+ --syntax-mid-grey: var(--color-mid-grey);
30
+ --syntax-light-grey: var(--color-light-grey);
31
+ --syntax-extra-light-grey: var(--color-extra-light-grey);
130
32
  --syntax-orange: #e78c45;
131
33
  --syntax-yellow: #e7c547;
132
34
  --syntax-blue: #3490ec;
@@ -168,51 +70,44 @@
168
70
 
169
71
  --gradient-hot-pink: linear-gradient(
170
72
  80.2deg,
171
- var(--color-orange-700) 0%,
73
+ var(--color-bright-red) 0%,
172
74
  var(--color-jazzy-pink) 100%
173
75
  );
174
76
 
175
- --fs-title-xl: 3rem;
176
- --fs-title: 2.75rem;
177
- --fs-title-xs: 2.5rem;
178
- --fs-h1-xl: 2.5rem;
179
- --fs-h1: 2.25rem;
180
- --fs-h1-xs: 2rem;
181
-
182
- --fs-h2-xl: 2.125rem;
77
+ --fs-title-xl: 4rem;
78
+ --fs-title: 3.5rem;
79
+ --fs-title-xs: 3rem;
80
+ --fs-h1-xl: 3.5rem;
81
+ --fs-h1: 3rem;
82
+ --fs-h1-xs: 2.625rem;
83
+ --fs-h2-xl: 2.5rem;
183
84
  --fs-h2: 2rem;
184
- --fs-h2-xs: 1.75rem;
185
-
85
+ --fs-h2-xs: 1.875rem;
186
86
  --fs-h3: 1.5rem;
187
- --fs-h4: 1.25rem;
188
- --fs-h5: 1rem;
189
-
190
- --fs-p1: 1rem;
191
- --fs-p2: 0.938rem;
87
+ --fs-h4: 1.125rem;
88
+ --fs-p1: 1.125rem;
89
+ --fs-p2: 1rem;
192
90
  --fs-p3: 0.875rem;
193
91
  --fs-standfirst-xl: 2.25rem;
194
92
  --fs-standfirst: 1.5rem;
195
- --fs-sub-header: 1.125rem;
196
- --fs-sub-header-xs: 1.063rem;
93
+ --fs-sub-header: 1.5rem;
94
+ --fs-sub-header-xs: 1.125rem;
197
95
  --fs-overline1: 1rem;
198
96
  --fs-overline2: 0.875rem;
199
- --fs-btn1: 1rem;
200
- --fs-btn2: 0.938rem;
97
+ --fs-btn1: 1.125rem;
98
+ --fs-btn2: 1rem;
201
99
  --fs-btn3: 0.875rem;
202
- --fs-menu1: 1rem;
203
- --fs-menu2: 0.938rem;
100
+ --fs-menu1: 1.125rem;
101
+ --fs-menu2: 1rem;
204
102
  --fs-menu3: 0.875rem;
205
- --fs-quote: 1.25rem;
206
- --fs-code: 0.938rem;
207
- --fs-code2: 0.813rem;
103
+ --fs-quote: 1.5rem;
104
+ --fs-code: 0.875rem;
208
105
 
209
106
  --lh-dense: 1;
210
107
  --lh-tight: 1.125;
211
108
  --lh-snug: 1.15;
212
- --lh-min-normal: 1.2;
213
109
  --lh-normal: 1.25;
214
110
  --lh-relaxed: 1.45;
215
- --lh-extra-relaxed: 1.6;
216
111
 
217
112
  --ls-tighten-0_025: -0.025em;
218
113
  --ls-tighten-0_02: -0.02em;
@@ -220,9 +115,7 @@
220
115
  --ls-tighten-0_01: -0.01em;
221
116
  --ls-tighten-0_005: -0.005em;
222
117
  --ls-tighten-0_0025: -0.0025em;
223
- --ls-tighten-0_0015: -0.0015em;
224
118
  --ls-widen-0_1: 0.1em;
225
- --ls-widen-0_16: 0.16em;
226
119
  --ls-widen-0_15: 0.15em;
227
120
 
228
121
  --spacing-0: 0px;
@@ -237,7 +130,6 @@
237
130
  --spacing-20: 1.25rem;
238
131
  --spacing-24: 1.5rem;
239
132
  --spacing-32: 2rem;
240
- --spacing-36: 2.25rem;
241
133
  --spacing-40: 2.5rem;
242
134
  --spacing-48: 3rem;
243
135
  --spacing-64: 4rem;
@@ -285,7 +177,7 @@
285
177
  }
286
178
  @layer components {
287
179
  .ui-btn {
288
- @apply text-white bg-cool-black text-btn2 font-manrope font-bold inline-block rounded p-btn;
180
+ @apply text-white bg-cool-black text-btn2 font-sans font-medium inline-block rounded p-btn;
289
181
  @apply hover:text-white hover:bg-active-orange;
290
182
  @apply active:text-white active:bg-red-orange;
291
183
  @apply focus:text-white focus:bg-cool-black focus:outline-gui-focus;
@@ -309,7 +201,7 @@
309
201
  background-size: 200% 100%;
310
202
  background-position: 0% 0%;
311
203
 
312
- @apply text-white text-btn2 font-manrope font-bold inline-block rounded p-btn;
204
+ @apply text-white text-btn2 font-sans font-medium inline-block rounded p-btn;
313
205
  @apply focus:outline-gui-focus;
314
206
  @apply inline-flex items-center justify-center;
315
207
  }
@@ -325,7 +217,7 @@
325
217
  }
326
218
 
327
219
  .ui-btn-invert {
328
- @apply text-cool-black bg-white text-btn2 font-manrope font-bold inline-block rounded p-btn;
220
+ @apply text-cool-black bg-white text-btn2 font-sans font-medium inline-block rounded p-btn;
329
221
  @apply hover:text-white hover:bg-active-orange;
330
222
  @apply active:text-white active:bg-red-orange;
331
223
  @apply focus:text-white focus:bg-cool-black focus:outline-gui-focus;
@@ -335,7 +227,7 @@
335
227
  }
336
228
 
337
229
  .ui-btn-secondary {
338
- @apply text-cool-black bg-white text-btn2 font-manrope font-bold inline-block border-btn border-cool-black rounded p-btn;
230
+ @apply text-cool-black bg-white text-btn2 font-sans font-medium inline-block border-btn border-cool-black rounded p-btn;
339
231
  @apply hover:text-cool-black hover:border-active-orange hover:bg-white;
340
232
  @apply active:border-red-orange active:bg-white;
341
233
  @apply focus:border-cool-black focus:bg-white focus:outline-gui-focus;
@@ -345,7 +237,7 @@
345
237
  }
346
238
 
347
239
  .ui-btn-secondary-invert {
348
- @apply text-white bg-cool-black text-btn2 font-manrope font-bold inline-block border-btn border-mid-grey rounded p-btn;
240
+ @apply text-white bg-cool-black text-btn2 font-sans font-medium inline-block border-btn border-mid-grey rounded p-btn;
349
241
  @apply hover:text-white hover:border-active-orange;
350
242
  @apply active:border-red-orange;
351
243
  @apply focus:outline-gui-focus;
@@ -430,53 +322,47 @@
430
322
  }
431
323
  @layer components {
432
324
  .ui-text-title {
433
- @apply font-manrope font-extrabold text-cool-black;
325
+ @apply font-sans font-medium text-cool-black;
434
326
  @apply text-title-xs xs:text-title xl:text-title-xl;
435
- @apply tracking-tighten-0.015 xs:tracking-tighten-0.02 xl:tracking-tighten-0.02;
327
+ @apply tracking-tighten-0.01 xs:tracking-tighten-0.015 xl:tracking-tighten-0.02;
436
328
  }
437
329
 
438
330
  .ui-text-h1 {
439
- @apply font-manrope font-extrabold text-cool-black;
331
+ @apply font-sans font-medium text-cool-black;
440
332
  @apply text-h1-xs xs:text-h1 xl:text-h1-xl;
441
- @apply tracking-tighten-0.0125 xs:tracking-tighten-0.015;
333
+ @apply tracking-tighten-0.01;
442
334
  }
443
335
 
444
336
  .ui-text-h2 {
445
- @apply font-manrope font-extrabold text-cool-black;
337
+ @apply font-sans font-medium text-cool-black;
446
338
  @apply text-h2-xs xs:text-h2 xl:text-h2-xl;
447
- @apply tracking-tighten-0.015 xs:tracking-tighten-0.01;
339
+ @apply tracking-tighten-0.005;
448
340
  }
449
341
 
450
342
  .ui-text-h3 {
451
- @apply font-manrope font-extrabold text-cool-black;
343
+ @apply font-sans font-medium text-cool-black;
452
344
  @apply text-h3;
453
- @apply tracking-tighten-0.005;
345
+ @apply tracking-tighten-0.0025;
454
346
  }
455
347
 
456
348
  .ui-text-h4 {
457
- @apply font-manrope font-extrabold text-cool-black;
349
+ @apply font-sans font-medium text-cool-black;
458
350
  @apply text-h4;
459
- @apply tracking-tighten-0.0015;
460
- }
461
-
462
- .ui-text-h5 {
463
- @apply font-manrope font-extrabold text-cool-black;
464
- @apply text-h5;
465
- @apply tracking-tighten-0.0025;
351
+ @apply tracking-widen-0.1;
466
352
  }
467
353
 
468
354
  .ui-text-p1 {
469
- @apply font-manrope font-medium text-charcoal-grey;
355
+ @apply font-sans font-light text-charcoal-grey;
470
356
  @apply text-p1;
471
357
  }
472
358
 
473
359
  .ui-text-p2 {
474
- @apply font-manrope font-medium text-charcoal-grey;
360
+ @apply font-sans font-light text-charcoal-grey;
475
361
  @apply text-p2;
476
362
  }
477
363
 
478
364
  .ui-text-p3 {
479
- @apply font-manrope font-medium text-charcoal-grey;
365
+ @apply font-sans font-light text-charcoal-grey;
480
366
  @apply text-p3;
481
367
  }
482
368
 
@@ -487,63 +373,60 @@
487
373
  }
488
374
 
489
375
  .ui-text-quote {
490
- @apply font-manrope font-normal text-cool-black;
491
- @apply text-quote leading-normal;
492
- @apply tracking-tighten-0.0015;
376
+ @apply font-sans font-light text-cool-black;
377
+ @apply text-quote;
378
+ @apply tracking-tighten-0.025;
493
379
  }
494
380
 
495
381
  .ui-text-sub-header {
496
- @apply font-manrope font-semibold text-neutral-800;
497
- @apply text-sub-header-xs xs:text-sub-header leading-normal;
382
+ @apply font-sans font-light text-dark-grey;
383
+ @apply text-sub-header-xs xs:text-sub-header;
384
+ @apply tracking-tighten-0.025;
498
385
  }
499
386
 
500
387
  .ui-text-overline1 {
501
- @apply font-jetbrains_mono font-medium text-active-orange uppercase;
502
- @apply text-overline1 leading-normal;
503
- @apply tracking-widen-0.16;
388
+ @apply font-sans font-medium text-dark-grey uppercase;
389
+ @apply text-overline1;
390
+ @apply tracking-widen-0.15;
504
391
  }
505
392
 
506
393
  .ui-text-overline2 {
507
- @apply font-jetbrains_mono font-medium text-active-orange uppercase;
508
- @apply text-overline2 leading-normal;
509
- @apply tracking-widen-0.16;
394
+ @apply font-sans font-medium text-dark-grey uppercase;
395
+ @apply text-overline2;
396
+ @apply tracking-widen-0.1;
510
397
  }
511
398
 
512
399
  .ui-text-menu1 {
513
- @apply font-manrope font-medium text-cool-black;
514
- @apply text-menu1 leading-snug;
400
+ @apply font-sans font-light text-cool-black;
401
+ @apply text-menu1;
515
402
  }
516
403
 
517
404
  .ui-text-menu2 {
518
- @apply font-manrope font-medium text-cool-black;
519
- @apply text-menu2 leading-snug;
405
+ @apply font-sans font-light text-cool-black;
406
+ @apply text-menu2;
520
407
  }
521
408
 
522
409
  .ui-text-menu3 {
523
- @apply font-manrope font-medium text-cool-black;
524
- @apply text-menu3 leading-snug;
410
+ @apply font-sans font-light text-cool-black;
411
+ @apply text-menu3;
525
412
  }
526
413
 
527
414
  .ui-text-code {
528
- @apply font-jetbrains_mono font-medium text-code;
529
- }
530
-
531
- .ui-text-code2 {
532
- @apply font-jetbrains_mono font-medium text-code2;
415
+ @apply font-mono font-semibold text-code;
533
416
  }
534
417
 
535
418
  .ui-text-code-inline {
536
- @apply font-jetbrains_mono font-medium text-code text-charcoal-grey bg-light-grey p-inline-code rounded-sm mx-1;
419
+ @apply font-mono font-semibold text-code text-charcoal-grey bg-light-grey p-inline-code rounded-sm mx-1;
537
420
  }
538
421
 
539
422
  .ui-unordered-list {
540
- @apply text-p1 font-medium text-cool-black;
541
- @apply list-disc ml-32 my-16;
423
+ @apply text-p1 font-light text-cool-black;
424
+ @apply list-disc ml-32 mb-24;
542
425
  }
543
426
 
544
427
  .ui-ordered-list {
545
- @apply text-p1 font-medium text-charcoal-grey;
546
- @apply ml-32 my-16 list-decimal;
428
+ @apply text-p1 font-light text-cool-black;
429
+ @apply ml-32 mb-24 list-decimal;
547
430
  }
548
431
 
549
432
  .ui-unordered-list li > *:last-of-type:not(ul):not(ol),
@@ -560,21 +443,11 @@
560
443
  }
561
444
 
562
445
  .ui-unordered-list ul ul {
563
- @apply list-square my-8;
564
- }
565
-
566
- .ui-unordered-list ul ul {
567
- @apply my-8;
568
- }
569
-
570
- .ui-ordered-list li,
571
- .ui-unordered-list li {
572
- @apply font-medium font-manrope tracking-widen-0;
573
- line-height: var(--lh-extra-relaxed);
446
+ @apply list-square;
574
447
  }
575
448
 
576
449
  .ui-unordered-list-with-emphasis {
577
- @apply text-p1 font-medium text-cool-black;
450
+ @apply text-p1 font-light text-cool-black;
578
451
  @apply list-disc ml-32 mt-32 -mb-12;
579
452
  }
580
453
 
@@ -610,11 +483,11 @@
610
483
  }
611
484
  @layer components {
612
485
  .ui-checkbox-p1 {
613
- @apply flex items-start mb-16 font-manrope font-medium;
486
+ @apply flex items-start mb-16 font-sans;
614
487
  }
615
488
 
616
489
  .ui-checkbox-p2 {
617
- @apply flex items-start mb-12 font-manrope font-medium;
490
+ @apply flex items-start mb-12 font-sans;
618
491
  }
619
492
 
620
493
  .ui-checkbox-input {
@@ -633,12 +506,12 @@
633
506
 
634
507
  .ui-checkbox-label-p1 {
635
508
  @apply select-none;
636
- @apply text-p1 font-medium text-cool-black;
509
+ @apply text-p1 font-light text-cool-black;
637
510
  }
638
511
 
639
512
  .ui-checkbox-label-p2 {
640
513
  @apply select-none;
641
- @apply text-p2 font-medium text-cool-black;
514
+ @apply text-p2 font-light text-cool-black;
642
515
  }
643
516
 
644
517
  .ui-checkbox-input:disabled + .ui-checkbox-styled {
@@ -659,7 +532,7 @@
659
532
  }
660
533
 
661
534
  .ui-textarea {
662
- @apply font-manrope font-medium text-cool-black text-p1;
535
+ @apply font-sans font-light text-cool-black text-p1;
663
536
  @apply p-input mb-16;
664
537
  @apply bg-light-grey border-mid-grey transition-input border rounded block w-full;
665
538
  @apply hover:bg-white hover:shadow-input hover:border-transparent;
@@ -1,3 +1,3 @@
1
1
  module AblyUi
2
- VERSION = '8.7.0.dev.734c219'
2
+ VERSION = '8.7.0.dev.827e917'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ably-ui
3
3
  version: !ruby/object:Gem::Version
4
- version: 8.7.0.dev.734c219
4
+ version: 8.7.0.dev.827e917
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dominik Piatek
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2023-08-11 00:00:00.000000000 Z
13
+ date: 2023-11-14 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: view_component
@@ -91,8 +91,6 @@ files:
91
91
  - lib/ably_ui/core/fonts/NEXT-Book-Medium.otf
92
92
  - lib/ably_ui/core/fonts/NEXT-Book-Medium.woff
93
93
  - lib/ably_ui/core/fonts/NEXT-Book-Medium.woff2
94
- - lib/ably_ui/core/fonts/jetBrains-mono.css
95
- - lib/ably_ui/core/fonts/manrope.css
96
94
  - lib/ably_ui/core/fonts/next.css
97
95
  - lib/ably_ui/core/fonts/source-code-pro.css
98
96
  - lib/ably_ui/core/footer/component.css
@@ -105,6 +103,7 @@ files:
105
103
  - lib/ably_ui/core/images/ably-logo.png
106
104
  - lib/ably_ui/core/images/ably-logo.svg
107
105
  - lib/ably_ui/core/images/ably-stack.svg
106
+ - lib/ably_ui/core/images/best-support-2023.svg
108
107
  - lib/ably_ui/core/images/cust-logo-ao-col-pos.png
109
108
  - lib/ably_ui/core/images/cust-logo-ao-col-pos@2x.png
110
109
  - lib/ably_ui/core/images/cust-logo-ausopen-col-pos.png
@@ -130,9 +129,12 @@ files:
130
129
  - lib/ably_ui/core/images/cust-photo-hubspot-max-freiert.jpg
131
130
  - lib/ably_ui/core/images/cust-photo-split-pato-echague.jpg
132
131
  - lib/ably_ui/core/images/cust-photo-vitac-joe-antonio.jpg
132
+ - lib/ably_ui/core/images/fastest-implementation-2023.svg
133
133
  - lib/ably_ui/core/images/flexible-companies.png
134
134
  - lib/ably_ui/core/images/high-performer-2022.png
135
+ - lib/ably_ui/core/images/high-performer-2023.svg
135
136
  - lib/ably_ui/core/images/highest-user-adoption-2022.png
137
+ - lib/ably_ui/core/images/highest-user-adoption-2023.svg
136
138
  - lib/ably_ui/core/images/icon-tech-aws.svg
137
139
  - lib/ably_ui/core/images/rocket-list-2021.png
138
140
  - lib/ably_ui/core/images/scale-motif-open-empathetic.svg
@@ -158,9 +160,9 @@ files:
158
160
  - lib/ably_ui/core/meganav_content_developers/component.js
159
161
  - lib/ably_ui/core/meganav_content_developers/meganav_content_developers.html.erb
160
162
  - lib/ably_ui/core/meganav_content_developers/meganav_content_developers.rb
161
- - lib/ably_ui/core/meganav_content_platform/component.js
162
- - lib/ably_ui/core/meganav_content_platform/meganav_content_platform.html.erb
163
- - lib/ably_ui/core/meganav_content_platform/meganav_content_platform.rb
163
+ - lib/ably_ui/core/meganav_content_products/component.js
164
+ - lib/ably_ui/core/meganav_content_products/meganav_content_products.html.erb
165
+ - lib/ably_ui/core/meganav_content_products/meganav_content_products.rb
164
166
  - lib/ably_ui/core/meganav_content_use_cases/component.js
165
167
  - lib/ably_ui/core/meganav_content_use_cases/meganav_content_use_cases.html.erb
166
168
  - lib/ably_ui/core/meganav_content_use_cases/meganav_content_use_cases.rb
@@ -1,3 +0,0 @@
1
- @layer base {
2
- @import url("https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@100;200;300;400;500;600;700;800&display=swap");
3
- }
@@ -1,3 +0,0 @@
1
- @layer base {
2
- @import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap");
3
- }