@ably/ui 8.7.0-dev.28a63f9 → 8.7.0-dev.2b71529

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 (126) hide show
  1. package/README.md +15 -4
  2. package/core/Code/component.css +2 -0
  3. package/core/Code/component.js +1 -1
  4. package/core/Code.jsx +108 -88
  5. package/core/CompanyAutocomplete/component.js +1 -1
  6. package/core/ConnectStateWrapper/component.js +1 -1
  7. package/core/ConnectStateWrapper.jsx +7 -7
  8. package/core/ContactFooter/component.js +1 -1
  9. package/core/ContactFooter.jsx +12 -12
  10. package/core/CookieMessage/component.js +1 -1
  11. package/core/CookieMessage.jsx +10 -10
  12. package/core/CustomerLogos/component.js +1 -1
  13. package/core/CustomerLogos.jsx +7 -7
  14. package/core/DropdownMenu/component.js +1 -1
  15. package/core/DropdownMenu.jsx +11 -11
  16. package/core/FeatureFooter/component.js +1 -1
  17. package/core/FeaturedLink/component.css +1 -1
  18. package/core/FeaturedLink/component.js +1 -1
  19. package/core/FeaturedLink.jsx +10 -10
  20. package/core/Flash/component.js +1 -1
  21. package/core/Flash.jsx +19 -19
  22. package/core/Footer/component.css +23 -3
  23. package/core/Footer/component.js +1 -1
  24. package/core/Footer.jsx +156 -65
  25. package/core/Icon/component.js +1 -1
  26. package/core/Icon.jsx +7 -7
  27. package/core/Loader/component.js +1 -1
  28. package/core/Loader.jsx +7 -7
  29. package/core/Logo/component.js +1 -1
  30. package/core/Logo.jsx +7 -7
  31. package/core/Meganav/component.css +8 -10
  32. package/core/Meganav/component.js +1 -1
  33. package/core/Meganav/component.json +1 -1
  34. package/core/Meganav.jsx +223 -190
  35. package/core/MeganavBlogPostsList/component.js +1 -1
  36. package/core/MeganavBlogPostsList.jsx +13 -13
  37. package/core/MeganavContentCompany/component.js +1 -1
  38. package/core/MeganavContentCompany.jsx +39 -27
  39. package/core/MeganavContentDevelopers/component.js +1 -1
  40. package/core/MeganavContentDevelopers.jsx +30 -17
  41. package/core/MeganavContentPlatform/component.js +1 -1
  42. package/core/MeganavContentPlatform.jsx +23 -23
  43. package/core/MeganavContentUseCases/component.js +1 -1
  44. package/core/MeganavContentUseCases.jsx +62 -54
  45. package/core/MeganavControl/component.js +1 -1
  46. package/core/MeganavControl.jsx +10 -10
  47. package/core/MeganavControlMobileDropdown/component.js +1 -1
  48. package/core/MeganavControlMobileDropdown.jsx +11 -11
  49. package/core/MeganavControlMobilePanelClose/component.js +1 -1
  50. package/core/MeganavControlMobilePanelClose.jsx +10 -10
  51. package/core/MeganavControlMobilePanelOpen/component.js +1 -1
  52. package/core/MeganavControlMobilePanelOpen.jsx +10 -10
  53. package/core/MeganavItemsDesktop/component.js +1 -1
  54. package/core/MeganavItemsDesktop.jsx +16 -16
  55. package/core/MeganavItemsMobile/component.js +1 -1
  56. package/core/MeganavItemsMobile.jsx +39 -39
  57. package/core/MeganavItemsSignedIn/component.js +1 -1
  58. package/core/MeganavItemsSignedIn.jsx +33 -33
  59. package/core/MeganavSearch/component.js +1 -1
  60. package/core/MeganavSearch.jsx +23 -23
  61. package/core/MeganavSearchAutocomplete/component.js +1 -1
  62. package/core/MeganavSearchAutocomplete.jsx +4 -4
  63. package/core/MeganavSearchPanel/component.js +1 -1
  64. package/core/MeganavSearchPanel.jsx +19 -19
  65. package/core/MeganavSearchSuggestions/component.js +1 -1
  66. package/core/MeganavSearchSuggestions.jsx +13 -13
  67. package/core/Notice/component.css +1 -1
  68. package/core/Notice/component.js +1 -1
  69. package/core/Notice.jsx +32 -32
  70. package/core/Showcase/component.js +1 -1
  71. package/core/Showcase.jsx +1 -1
  72. package/core/SignOutLink/component.js +1 -1
  73. package/core/SignOutLink.jsx +7 -7
  74. package/core/Slider/component.js +1 -1
  75. package/core/Slider.jsx +14 -14
  76. package/core/Uptime/component.js +1 -1
  77. package/core/Uptime.jsx +15 -15
  78. package/core/fonts/jetBrains-mono.css +3 -0
  79. package/core/fonts/manrope.css +3 -0
  80. package/core/images/high-performer-2022.png +0 -0
  81. package/core/images/highest-user-adoption-2022.png +0 -0
  82. package/core/images/users-love-us-2022.png +0 -0
  83. package/core/scripts.js +1 -1
  84. package/core/sprites.svg +64 -0
  85. package/core/styles.css +118 -87
  86. package/package.json +1 -1
  87. package/reset/scripts.js +1 -1
  88. package/reset/styles.css +1 -11
  89. package/src/core/FeaturedLink/component.css +1 -1
  90. package/src/core/Footer/component.css +23 -3
  91. package/src/core/Footer/component.html.erb +120 -58
  92. package/src/core/Footer/component.jsx +127 -52
  93. package/src/core/Meganav/component.css +8 -8
  94. package/src/core/Meganav/component.json +1 -1
  95. package/src/core/Meganav/component.rb +2 -2
  96. package/src/core/MeganavContentCompany/component.html.erb +9 -0
  97. package/src/core/MeganavContentCompany/component.jsx +9 -0
  98. package/src/core/MeganavContentDevelopers/component.html.erb +17 -10
  99. package/src/core/MeganavContentDevelopers/component.jsx +11 -1
  100. package/src/core/MeganavContentPlatform/component.html.erb +7 -7
  101. package/src/core/MeganavContentPlatform/component.jsx +7 -7
  102. package/src/core/MeganavContentUseCases/component.html.erb +42 -38
  103. package/src/core/MeganavContentUseCases/component.jsx +41 -38
  104. package/src/core/Notice/component.css +1 -1
  105. package/src/core/Notice/component.html.erb +2 -2
  106. package/src/core/Notice/component.jsx +2 -2
  107. package/src/core/core.rb +8 -4
  108. package/src/core/fonts/jetBrains-mono.css +3 -0
  109. package/src/core/fonts/manrope.css +3 -0
  110. package/src/core/icons/icon-display-data-broadcast-col.svg +26 -0
  111. package/src/core/icons/icon-display-data-synchronization-col.svg +14 -0
  112. package/src/core/icons/icon-display-events-col.svg +13 -0
  113. package/src/core/icons/icon-display-kafka-at-the-edge-col.svg +8 -0
  114. package/src/core/icons/icon-display-push-notifications-col.svg +6 -0
  115. package/src/core/icons/icon-tech-apachekafka.svg +3 -0
  116. package/src/core/images/high-performer-2022.png +0 -0
  117. package/src/core/images/highest-user-adoption-2022.png +0 -0
  118. package/src/core/images/users-love-us-2022.png +0 -0
  119. package/src/core/styles/buttons.css +5 -5
  120. package/src/core/styles/forms.css +5 -5
  121. package/src/core/styles/properties.css +49 -31
  122. package/src/core/styles/text.css +59 -40
  123. package/src/core/utils/syntax-highlighter-registry.js +2 -0
  124. package/src/core/utils/syntax-highlighter.css +2 -0
  125. package/src/core/utils/syntax-highlighter.js +5 -0
  126. package/tailwind.config.js +41 -25
package/core/styles.css CHANGED
@@ -4,20 +4,24 @@
4
4
  --color-active-orange: #ff5416;
5
5
  --color-red-orange: #e40000;
6
6
  --color-white: #ffffff;
7
- --color-electric-cyan: #4af7ff;
7
+ --color-electric-cyan: #4ad4ff;
8
8
  --color-zingy-green: #08ff13;
9
- --color-bright-red: #ff2739;
9
+ --color-bright-red: #fe372b;
10
+ --color-orange-700: #ff2739;
10
11
  --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;
19
- --color-gui-focus-outline: #80b9f2;
12
+ --color-extra-light-grey: #f8fafc;
13
+ --color-light-grey: #f4f8fb;
14
+ --color-mid-grey: #c6ced9;
15
+ --color-dark-grey: #667085;
16
+ --color-charcoal-grey: #2b303b;
17
+ --color-gui-default: #006edc;
18
+ --color-gui-hover: #0862b9;
20
19
  --color-gui-active: #074095;
20
+ --color-gui-default-dark: #4da6ff;
21
+ --color-gui-hover-dark: #2894ff;
22
+ --color-gui-active-dark: #0080ff;
23
+ --color-gui-focus: #80b9f2;
24
+ --color-gui-focus-outline: #80b9f2;
21
25
  --color-gui-visited: #4887c2;
22
26
  --color-gui-unavailable: #a8a8a8;
23
27
  --color-gui-error: #fb0c0c;
@@ -36,6 +40,10 @@
36
40
  --syntax-red: #d54e53;
37
41
  --syntax-lilac: #bb87d3;
38
42
 
43
+ /* New Neutral colors */
44
+ --color-neutral-900: #39414e;
45
+ --color-neutral-500: #c6ced9;
46
+
39
47
  /* uptime status colors */
40
48
  --uptime-color-up: #39b54a;
41
49
  --uptime-color-trouble: #e87623;
@@ -70,44 +78,51 @@
70
78
 
71
79
  --gradient-hot-pink: linear-gradient(
72
80
  80.2deg,
73
- var(--color-bright-red) 0%,
81
+ var(--color-orange-700) 0%,
74
82
  var(--color-jazzy-pink) 100%
75
83
  );
76
84
 
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;
85
+ --fs-title-xl: 3rem;
86
+ --fs-title: 2.75rem;
87
+ --fs-title-xs: 2.5rem;
88
+ --fs-h1-xl: 2.5rem;
89
+ --fs-h1: 2.25rem;
90
+ --fs-h1-xs: 2rem;
91
+
92
+ --fs-h2-xl: 2.125rem;
84
93
  --fs-h2: 2rem;
85
- --fs-h2-xs: 1.875rem;
94
+ --fs-h2-xs: 1.75rem;
95
+
86
96
  --fs-h3: 1.5rem;
87
- --fs-h4: 1.125rem;
88
- --fs-p1: 1.125rem;
89
- --fs-p2: 1rem;
97
+ --fs-h4: 1.25rem;
98
+ --fs-h5: 1rem;
99
+
100
+ --fs-p1: 1rem;
101
+ --fs-p2: 0.938rem;
90
102
  --fs-p3: 0.875rem;
91
103
  --fs-standfirst-xl: 2.25rem;
92
104
  --fs-standfirst: 1.5rem;
93
- --fs-sub-header: 1.5rem;
94
- --fs-sub-header-xs: 1.125rem;
105
+ --fs-sub-header: 1.125rem;
106
+ --fs-sub-header-xs: 1.063rem;
95
107
  --fs-overline1: 1rem;
96
108
  --fs-overline2: 0.875rem;
97
- --fs-btn1: 1.125rem;
98
- --fs-btn2: 1rem;
109
+ --fs-btn1: 1rem;
110
+ --fs-btn2: 0.938rem;
99
111
  --fs-btn3: 0.875rem;
100
- --fs-menu1: 1.125rem;
101
- --fs-menu2: 1rem;
112
+ --fs-menu1: 1rem;
113
+ --fs-menu2: 0.938rem;
102
114
  --fs-menu3: 0.875rem;
103
- --fs-quote: 1.5rem;
104
- --fs-code: 0.875rem;
115
+ --fs-quote: 1.25rem;
116
+ --fs-code: 0.938rem;
117
+ --fs-code2: 0.813rem;
105
118
 
106
119
  --lh-dense: 1;
107
120
  --lh-tight: 1.125;
108
121
  --lh-snug: 1.15;
122
+ --lh-min-normal: 1.2;
109
123
  --lh-normal: 1.25;
110
124
  --lh-relaxed: 1.45;
125
+ --lh-extra-relaxed: 1.6;
111
126
 
112
127
  --ls-tighten-0_025: -0.025em;
113
128
  --ls-tighten-0_02: -0.02em;
@@ -115,7 +130,9 @@
115
130
  --ls-tighten-0_01: -0.01em;
116
131
  --ls-tighten-0_005: -0.005em;
117
132
  --ls-tighten-0_0025: -0.0025em;
133
+ --ls-tighten-0_0015: -0.0015em;
118
134
  --ls-widen-0_1: 0.1em;
135
+ --ls-widen-0_16: 0.16em;
119
136
  --ls-widen-0_15: 0.15em;
120
137
 
121
138
  --spacing-0: 0px;
@@ -130,6 +147,7 @@
130
147
  --spacing-20: 1.25rem;
131
148
  --spacing-24: 1.5rem;
132
149
  --spacing-32: 2rem;
150
+ --spacing-36: 2.25rem;
133
151
  --spacing-40: 2.5rem;
134
152
  --spacing-48: 3rem;
135
153
  --spacing-64: 4rem;
@@ -177,7 +195,7 @@
177
195
  }
178
196
  @layer components {
179
197
  .ui-btn {
180
- @apply text-white bg-cool-black text-btn2 font-sans font-medium inline-block rounded p-btn;
198
+ @apply text-white bg-cool-black text-btn2 font-manrope font-bold inline-block rounded p-btn;
181
199
  @apply hover:text-white hover:bg-active-orange;
182
200
  @apply active:text-white active:bg-red-orange;
183
201
  @apply focus:text-white focus:bg-cool-black focus:outline-gui-focus;
@@ -201,7 +219,7 @@
201
219
  background-size: 200% 100%;
202
220
  background-position: 0% 0%;
203
221
 
204
- @apply text-white text-btn2 font-sans font-medium inline-block rounded p-btn;
222
+ @apply text-white text-btn2 font-manrope font-bold inline-block rounded p-btn;
205
223
  @apply focus:outline-gui-focus;
206
224
  @apply inline-flex items-center justify-center;
207
225
  }
@@ -217,7 +235,7 @@
217
235
  }
218
236
 
219
237
  .ui-btn-invert {
220
- @apply text-cool-black bg-white text-btn2 font-sans font-medium inline-block rounded p-btn;
238
+ @apply text-cool-black bg-white text-btn2 font-manrope font-bold inline-block rounded p-btn;
221
239
  @apply hover:text-white hover:bg-active-orange;
222
240
  @apply active:text-white active:bg-red-orange;
223
241
  @apply focus:text-white focus:bg-cool-black focus:outline-gui-focus;
@@ -227,7 +245,7 @@
227
245
  }
228
246
 
229
247
  .ui-btn-secondary {
230
- @apply text-cool-black bg-white text-btn2 font-sans font-medium inline-block border-btn border-cool-black rounded p-btn;
248
+ @apply text-cool-black bg-white text-btn2 font-manrope font-bold inline-block border-btn border-cool-black rounded p-btn;
231
249
  @apply hover:text-cool-black hover:border-active-orange hover:bg-white;
232
250
  @apply active:border-red-orange active:bg-white;
233
251
  @apply focus:border-cool-black focus:bg-white focus:outline-gui-focus;
@@ -237,7 +255,7 @@
237
255
  }
238
256
 
239
257
  .ui-btn-secondary-invert {
240
- @apply text-white bg-cool-black text-btn2 font-sans font-medium inline-block border-btn border-mid-grey rounded p-btn;
258
+ @apply text-white bg-cool-black text-btn2 font-manrope font-bold inline-block border-btn border-mid-grey rounded p-btn;
241
259
  @apply hover:text-white hover:border-active-orange;
242
260
  @apply active:border-red-orange;
243
261
  @apply focus:outline-gui-focus;
@@ -322,47 +340,53 @@
322
340
  }
323
341
  @layer components {
324
342
  .ui-text-title {
325
- @apply font-sans font-medium text-cool-black;
343
+ @apply font-manrope font-extrabold text-cool-black;
326
344
  @apply text-title-xs xs:text-title xl:text-title-xl;
327
- @apply tracking-tighten-0.01 xs:tracking-tighten-0.015 xl:tracking-tighten-0.02;
345
+ @apply tracking-tighten-0.015 xs:tracking-tighten-0.02 xl:tracking-tighten-0.02;
328
346
  }
329
347
 
330
348
  .ui-text-h1 {
331
- @apply font-sans font-medium text-cool-black;
349
+ @apply font-manrope font-extrabold text-cool-black;
332
350
  @apply text-h1-xs xs:text-h1 xl:text-h1-xl;
333
- @apply tracking-tighten-0.01;
351
+ @apply tracking-tighten-0.0125 xs:tracking-tighten-0.015;
334
352
  }
335
353
 
336
354
  .ui-text-h2 {
337
- @apply font-sans font-medium text-cool-black;
355
+ @apply font-manrope font-extrabold text-cool-black;
338
356
  @apply text-h2-xs xs:text-h2 xl:text-h2-xl;
339
- @apply tracking-tighten-0.005;
357
+ @apply tracking-tighten-0.015 xs:tracking-tighten-0.01;
340
358
  }
341
359
 
342
360
  .ui-text-h3 {
343
- @apply font-sans font-medium text-cool-black;
361
+ @apply font-manrope font-extrabold text-cool-black;
344
362
  @apply text-h3;
345
- @apply tracking-tighten-0.0025;
363
+ @apply tracking-tighten-0.005;
346
364
  }
347
365
 
348
366
  .ui-text-h4 {
349
- @apply font-sans font-medium text-cool-black;
350
- @apply text-h4 uppercase;
351
- @apply tracking-widen-0.1;
367
+ @apply font-manrope font-extrabold text-cool-black;
368
+ @apply text-h4;
369
+ @apply tracking-tighten-0.0015;
370
+ }
371
+
372
+ .ui-text-h5 {
373
+ @apply font-manrope font-extrabold text-cool-black;
374
+ @apply text-h5;
375
+ @apply tracking-tighten-0.0025;
352
376
  }
353
377
 
354
378
  .ui-text-p1 {
355
- @apply font-sans font-light text-charcoal-grey;
379
+ @apply font-manrope font-medium text-charcoal-grey;
356
380
  @apply text-p1;
357
381
  }
358
382
 
359
383
  .ui-text-p2 {
360
- @apply font-sans font-light text-charcoal-grey;
384
+ @apply font-manrope font-medium text-charcoal-grey;
361
385
  @apply text-p2;
362
386
  }
363
387
 
364
388
  .ui-text-p3 {
365
- @apply font-sans font-light text-charcoal-grey;
389
+ @apply font-manrope font-medium text-charcoal-grey;
366
390
  @apply text-p3;
367
391
  }
368
392
 
@@ -373,60 +397,63 @@
373
397
  }
374
398
 
375
399
  .ui-text-quote {
376
- @apply font-sans font-light text-cool-black;
377
- @apply text-quote;
378
- @apply tracking-tighten-0.025;
400
+ @apply font-manrope font-normal text-cool-black;
401
+ @apply text-quote leading-normal;
402
+ @apply tracking-tighten-0.0015;
379
403
  }
380
404
 
381
405
  .ui-text-sub-header {
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;
406
+ @apply font-manrope font-semibold text-neutral-900;
407
+ @apply text-sub-header-xs xs:text-sub-header leading-normal;
385
408
  }
386
409
 
387
410
  .ui-text-overline1 {
388
- @apply font-sans font-medium text-dark-grey uppercase;
389
- @apply text-overline1;
390
- @apply tracking-widen-0.15;
411
+ @apply font-jetbrains_mono font-medium text-active-orange uppercase;
412
+ @apply text-overline1 leading-normal;
413
+ @apply tracking-widen-0.16;
391
414
  }
392
415
 
393
416
  .ui-text-overline2 {
394
- @apply font-sans font-medium text-dark-grey uppercase;
395
- @apply text-overline2;
396
- @apply tracking-widen-0.1;
417
+ @apply font-jetbrains_mono font-medium text-active-orange uppercase;
418
+ @apply text-overline2 leading-normal;
419
+ @apply tracking-widen-0.16;
397
420
  }
398
421
 
399
422
  .ui-text-menu1 {
400
- @apply font-sans font-light text-cool-black;
401
- @apply text-menu1;
423
+ @apply font-manrope font-medium text-cool-black;
424
+ @apply text-menu1 leading-snug;
402
425
  }
403
426
 
404
427
  .ui-text-menu2 {
405
- @apply font-sans font-light text-cool-black;
406
- @apply text-menu2;
428
+ @apply font-manrope font-medium text-cool-black;
429
+ @apply text-menu2 leading-snug;
407
430
  }
408
431
 
409
432
  .ui-text-menu3 {
410
- @apply font-sans font-light text-cool-black;
411
- @apply text-menu3;
433
+ @apply font-manrope font-medium text-cool-black;
434
+ @apply text-menu3 leading-snug;
412
435
  }
413
436
 
414
437
  .ui-text-code {
415
- @apply font-mono font-semibold text-code;
438
+ @apply font-jetbrains_mono font-medium text-code;
439
+ }
440
+
441
+ .ui-text-code2 {
442
+ @apply font-jetbrains_mono font-medium text-code2;
416
443
  }
417
444
 
418
445
  .ui-text-code-inline {
419
- @apply font-mono font-semibold text-code text-charcoal-grey bg-light-grey p-inline-code rounded-sm mx-1;
446
+ @apply font-jetbrains_mono font-medium text-code text-charcoal-grey bg-light-grey p-inline-code rounded-sm mx-1;
420
447
  }
421
448
 
422
449
  .ui-unordered-list {
423
- @apply text-p1 font-light text-cool-black;
424
- @apply list-disc ml-32 mb-24;
450
+ @apply text-p1 font-medium text-cool-black;
451
+ @apply list-disc ml-32 my-16;
425
452
  }
426
453
 
427
454
  .ui-ordered-list {
428
- @apply text-p1 font-light text-cool-black;
429
- @apply ml-32 mb-24 list-decimal;
455
+ @apply text-p1 font-medium text-charcoal-grey;
456
+ @apply ml-32 my-16 list-decimal;
430
457
  }
431
458
 
432
459
  .ui-unordered-list li > *:last-of-type:not(ul):not(ol),
@@ -443,11 +470,21 @@
443
470
  }
444
471
 
445
472
  .ui-unordered-list ul ul {
446
- @apply list-square;
473
+ @apply list-square my-8;
474
+ }
475
+
476
+ .ui-unordered-list ul ul {
477
+ @apply my-8;
478
+ }
479
+
480
+ .ui-ordered-list li,
481
+ .ui-unordered-list li {
482
+ @apply font-medium font-manrope tracking-widen-0;
483
+ line-height: var(--lh-extra-relaxed);
447
484
  }
448
485
 
449
486
  .ui-unordered-list-with-emphasis {
450
- @apply text-p1 font-light text-cool-black;
487
+ @apply text-p1 font-medium text-cool-black;
451
488
  @apply list-disc ml-32 mt-32 -mb-12;
452
489
  }
453
490
 
@@ -483,11 +520,11 @@
483
520
  }
484
521
  @layer components {
485
522
  .ui-checkbox-p1 {
486
- @apply flex items-start mb-16 font-sans;
523
+ @apply flex items-start mb-16 font-manrope font-medium;
487
524
  }
488
525
 
489
526
  .ui-checkbox-p2 {
490
- @apply flex items-start mb-12 font-sans;
527
+ @apply flex items-start mb-12 font-manrope font-medium;
491
528
  }
492
529
 
493
530
  .ui-checkbox-input {
@@ -506,12 +543,12 @@
506
543
 
507
544
  .ui-checkbox-label-p1 {
508
545
  @apply select-none;
509
- @apply text-p1 font-light text-cool-black;
546
+ @apply text-p1 font-medium text-cool-black;
510
547
  }
511
548
 
512
549
  .ui-checkbox-label-p2 {
513
550
  @apply select-none;
514
- @apply text-p2 font-light text-cool-black;
551
+ @apply text-p2 font-medium text-cool-black;
515
552
  }
516
553
 
517
554
  .ui-checkbox-input:disabled + .ui-checkbox-styled {
@@ -532,7 +569,7 @@
532
569
  }
533
570
 
534
571
  .ui-textarea {
535
- @apply font-sans font-light text-cool-black text-p1;
572
+ @apply font-manrope font-medium text-cool-black text-p1;
536
573
  @apply p-input mb-16;
537
574
  @apply bg-light-grey border-mid-grey transition-input border rounded block w-full;
538
575
  @apply hover:bg-white hover:shadow-input hover:border-transparent;
@@ -545,12 +582,6 @@
545
582
  color: #76767c;
546
583
  }
547
584
 
548
- .ui-textarea:-ms-input-placeholder {
549
- /* CSS vars don't work in ::placeholder in Webkit :( */
550
- /* color: var(--text-dark-grey); */
551
- color: #76767c;
552
- }
553
-
554
585
  .ui-textarea::placeholder {
555
586
  /* CSS vars don't work in ::placeholder in Webkit :( */
556
587
  /* color: var(--text-dark-grey); */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ably/ui",
3
- "version": "8.7.0-dev.28a63f9",
3
+ "version": "8.7.0-dev.2b71529",
4
4
  "description": "Home of the Ably design system library ([design.ably.com](https://design.ably.com)). It provides a showcase, development/test environment and a publishing pipeline for different distributables.",
5
5
  "repository": {
6
6
  "type": "git",
package/reset/scripts.js CHANGED
@@ -1 +1 @@
1
- !function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define([],t):"object"==typeof exports?exports.AblyUi=t():(e.AblyUi=e.AblyUi||{},e.AblyUi.Reset=t())}(this,(function(){return(()=>{"use strict";var e={};return(e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})})(e),e})()}));
1
+ !function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define([],t):"object"==typeof exports?exports.AblyUi=t():(e.AblyUi=e.AblyUi||{},e.AblyUi.Reset=t())}(this,(()=>(()=>{"use strict";var e={};return(e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})})(e),e})()));
package/reset/styles.css CHANGED
@@ -86,8 +86,7 @@
86
86
  abbr[title] {
87
87
  border-bottom: none; /* 1 */
88
88
  text-decoration: underline; /* 2 */
89
- -webkit-text-decoration: underline dotted;
90
- text-decoration: underline dotted; /* 2 */
89
+ text-decoration: underline dotted; /* 2 */
91
90
  }
92
91
 
93
92
  /**
@@ -444,19 +443,10 @@
444
443
  resize: vertical;
445
444
  }
446
445
 
447
- input:-ms-input-placeholder,
448
- textarea:-ms-input-placeholder {
449
- color: #a0aec0;
450
- }
451
-
452
446
  input::-moz-placeholder, textarea::-moz-placeholder {
453
447
  color: #a0aec0;
454
448
  }
455
449
 
456
- input:-ms-input-placeholder, textarea:-ms-input-placeholder {
457
- color: #a0aec0;
458
- }
459
-
460
450
  input::placeholder,
461
451
  textarea::placeholder {
462
452
  color: #a0aec0;
@@ -1,6 +1,6 @@
1
1
  @layer components {
2
2
  .ui-featured-link {
3
- @apply font-sans font-medium block;
3
+ @apply font-manrope font-bold block;
4
4
  @apply text-gui-default hover:text-gui-hover focus:text-gui-focus focus:outline-gui-focus;
5
5
  }
6
6
 
@@ -1,13 +1,33 @@
1
1
  @layer components {
2
2
  .ui-footer-col-title {
3
- @apply text-overline2 p-menu-row-title font-normal uppercase tracking-widen-0.1;
3
+ @apply font-jetbrains_mono text-overline2 p-menu-row-title font-medium uppercase tracking-widen-0.16;
4
4
  }
5
5
 
6
6
  .ui-footer-menu-row-link {
7
- @apply text-menu3 text-cool-black font-light hover:text-gui-hover block;
7
+ @apply text-menu3 text-cool-black font-manrope font-medium hover:text-gui-hover block;
8
8
  }
9
9
 
10
10
  .ui-footer-link {
11
- @apply text-gui-default hover:text-gui-hover hover:underline text-menu3 font-light;
11
+ @apply text-gui-default hover:text-gui-hover text-menu3 font-manrope font-medium;
12
+ }
13
+
14
+ .ui-footer-compliance-text {
15
+ font-size: 12px;
16
+ }
17
+
18
+ .ui-footer-tick-icon {
19
+ min-width: 1.5rem;
20
+ }
21
+
22
+ @media (max-width: 1040px) {
23
+ .ui-footer-bottom-links {
24
+ @apply pb-40;
25
+ }
26
+ }
27
+
28
+ @media screen {
29
+ .ui-footer-glassdoor {
30
+ display: none;
31
+ }
12
32
  }
13
33
  }