@ably/ui 8.7.0-dev.8345c6d → 8.7.0-dev.8533d4d
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/README.md +15 -4
- package/core/Code/component.js +1 -1
- package/core/Code.jsx +108 -88
- package/core/CompanyAutocomplete/component.js +1 -1
- package/core/ConnectStateWrapper/component.js +1 -1
- package/core/ConnectStateWrapper.jsx +7 -7
- package/core/ContactFooter/component.js +1 -1
- package/core/ContactFooter.jsx +12 -12
- package/core/CookieMessage/component.js +1 -1
- package/core/CookieMessage.jsx +10 -10
- package/core/CustomerLogos/component.js +1 -1
- package/core/CustomerLogos.jsx +7 -7
- package/core/DropdownMenu/component.js +1 -1
- package/core/DropdownMenu.jsx +11 -11
- package/core/FeatureFooter/component.js +1 -1
- package/core/FeaturedLink/component.js +1 -1
- package/core/FeaturedLink.jsx +10 -10
- package/core/Flash/component.js +1 -1
- package/core/Flash.jsx +19 -19
- package/core/Footer/component.css +21 -1
- package/core/Footer/component.js +1 -1
- package/core/Footer.jsx +154 -63
- package/core/Icon/component.js +1 -1
- package/core/Icon.jsx +7 -7
- package/core/Loader/component.js +1 -1
- package/core/Loader.jsx +7 -7
- package/core/Logo/component.js +1 -1
- package/core/Logo.jsx +7 -7
- package/core/Meganav/component.css +1 -3
- package/core/Meganav/component.js +1 -1
- package/core/Meganav/component.json +1 -1
- package/core/Meganav.jsx +247 -226
- package/core/MeganavBlogPostsList/component.js +1 -1
- package/core/MeganavBlogPostsList.jsx +13 -13
- package/core/MeganavContentCompany/component.js +1 -1
- package/core/MeganavContentCompany.jsx +39 -27
- package/core/MeganavContentDevelopers/component.js +1 -1
- package/core/MeganavContentDevelopers.jsx +43 -18
- package/core/MeganavContentPlatform/component.js +1 -1
- package/core/MeganavContentPlatform.jsx +26 -50
- package/core/MeganavContentProducts/component.js +1 -0
- package/core/MeganavContentProducts.jsx +333 -0
- package/core/MeganavContentUseCases/component.js +1 -1
- package/core/MeganavContentUseCases.jsx +62 -54
- package/core/MeganavControl/component.js +1 -1
- package/core/MeganavControl.jsx +10 -10
- package/core/MeganavControlMobileDropdown/component.js +1 -1
- package/core/MeganavControlMobileDropdown.jsx +11 -11
- package/core/MeganavControlMobilePanelClose/component.js +1 -1
- package/core/MeganavControlMobilePanelClose.jsx +10 -10
- package/core/MeganavControlMobilePanelOpen/component.js +1 -1
- package/core/MeganavControlMobilePanelOpen.jsx +10 -10
- package/core/MeganavItemsDesktop/component.js +1 -1
- package/core/MeganavItemsDesktop.jsx +16 -16
- package/core/MeganavItemsMobile/component.js +1 -1
- package/core/MeganavItemsMobile.jsx +39 -39
- package/core/MeganavItemsSignedIn/component.js +1 -1
- package/core/MeganavItemsSignedIn.jsx +33 -33
- package/core/MeganavSearch/component.js +1 -1
- package/core/MeganavSearch.jsx +23 -23
- package/core/MeganavSearchAutocomplete/component.js +1 -1
- package/core/MeganavSearchAutocomplete.jsx +4 -4
- package/core/MeganavSearchPanel/component.js +1 -1
- package/core/MeganavSearchPanel.jsx +19 -19
- package/core/MeganavSearchSuggestions/component.js +1 -1
- package/core/MeganavSearchSuggestions.jsx +13 -13
- package/core/Notice/component.js +1 -1
- package/core/Notice.jsx +30 -30
- package/core/Showcase/component.js +1 -1
- package/core/Showcase.jsx +1 -1
- package/core/SignOutLink/component.js +1 -1
- package/core/SignOutLink.jsx +7 -7
- package/core/Slider/component.js +1 -1
- package/core/Slider.jsx +14 -14
- package/core/Uptime/component.js +1 -1
- package/core/Uptime.jsx +15 -15
- package/core/images/high-performer-2022.png +0 -0
- package/core/images/highest-user-adoption-2022.png +0 -0
- package/core/images/users-love-us-2022.png +0 -0
- package/core/scripts.js +1 -1
- package/core/sprites.svg +91 -0
- package/core/styles.css +1 -7
- package/package.json +1 -1
- package/reset/scripts.js +1 -1
- package/reset/styles.css +1 -11
- package/src/.DS_Store +0 -0
- package/src/core/.DS_Store +0 -0
- package/src/core/Footer/component.css +21 -1
- package/src/core/Footer/component.html.erb +118 -56
- package/src/core/Footer/component.jsx +125 -50
- package/src/core/Meganav/component.css +1 -1
- package/src/core/Meganav/component.json +1 -1
- package/src/core/Meganav/component.jsx +2 -2
- package/src/core/Meganav/component.rb +4 -4
- package/src/core/MeganavContentCompany/component.html.erb +9 -0
- package/src/core/MeganavContentCompany/component.jsx +9 -0
- package/src/core/MeganavContentDevelopers/component.html.erb +22 -6
- package/src/core/MeganavContentDevelopers/component.jsx +20 -1
- package/src/core/{MeganavContentPlatform → MeganavContentProducts}/component.html.erb +15 -33
- package/src/core/{MeganavContentPlatform → MeganavContentProducts}/component.jsx +17 -38
- package/src/core/{MeganavContentPlatform → MeganavContentProducts}/component.rb +1 -1
- package/src/core/MeganavContentUseCases/component.html.erb +42 -38
- package/src/core/MeganavContentUseCases/component.jsx +41 -38
- package/src/core/MeganavItemsDesktop/component.rb +1 -1
- package/src/core/core.rb +8 -4
- package/src/core/icons/icon-display-asset-tracking-col.svg +18 -0
- package/src/core/icons/icon-display-data-broadcast-col.svg +26 -0
- package/src/core/icons/icon-display-data-synchronization-col.svg +14 -0
- package/src/core/icons/icon-display-events-col.svg +13 -0
- package/src/core/icons/icon-display-examples-col.svg +11 -0
- package/src/core/icons/icon-display-kafka-at-the-edge-col.svg +8 -0
- package/src/core/icons/icon-display-push-notifications-col.svg +6 -0
- package/src/core/icons/icon-tech-apachekafka.svg +3 -0
- package/src/core/images/high-performer-2022.png +0 -0
- package/src/core/images/highest-user-adoption-2022.png +0 -0
- package/src/core/images/users-love-us-2022.png +0 -0
- package/src/core/styles/text.css +1 -1
- package/src/core/utils/syntax-highlighter-registry.js +2 -0
- package/src/core/utils/syntax-highlighter.js +5 -0
- package/core/DropdownMenuPreview/component.js +0 -6
- package/core/DropdownMenuPreview.jsx +0 -6
- package/core/Meganav/component.js.LICENSE.txt +0 -7
- package/core/MeganavSearchAutocomplete/component.js.LICENSE.txt +0 -7
- package/core/Notice/component.js.LICENSE.txt +0 -9
- /package/src/core/{MeganavContentPlatform → MeganavContentProducts}/component.js +0 -0
|
@@ -9,20 +9,19 @@ export default function Footer({ paths, urlBase }) {
|
|
|
9
9
|
|
|
10
10
|
return (
|
|
11
11
|
<footer className="bg-light-grey font-sans antialiased" data-id="footer">
|
|
12
|
-
<div className="max-w-screen-xl mx-auto py-32 sm:py-40
|
|
12
|
+
<div className="max-w-screen-xl mx-auto py-32 sm:py-40 md:py-64 ui-grid-gap ui-grid-px grid grid-cols-6">
|
|
13
13
|
<div className="col-span-full md:col-span-2">
|
|
14
14
|
<div className="flex flex-row p-menu-row-snug">
|
|
15
15
|
<img className="mr-24 -mt-16" src={paths.ablyStack} alt="Ably homepage" />
|
|
16
16
|
<h2 className="text-overline2 col-span-full font-medium uppercase tracking-widen-0.1">The Ably Platform</h2>
|
|
17
17
|
</div>
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
<p className="text-p3 py-16 font-medium p-menu-row-snug col-span-3">
|
|
18
|
+
<div className="md:col-span-4 md:w-3/4 xs:w-3/5 w-full">
|
|
19
|
+
<p className="text-p3 py-16 font-medium p-menu-row-snug">
|
|
21
20
|
Easily power any realtime experience in your application via a simple API that handles everything realtime.
|
|
22
21
|
</p>
|
|
23
22
|
</div>
|
|
24
23
|
|
|
25
|
-
<ul className="grid
|
|
24
|
+
<ul className="grid grid-cols-1">
|
|
26
25
|
<li className="p-menu-row-snug">
|
|
27
26
|
<a href={absUrl("/pub-sub-messaging")} className="ui-footer-menu-row-link">
|
|
28
27
|
Pub/sub messaging
|
|
@@ -51,7 +50,7 @@ export default function Footer({ paths, urlBase }) {
|
|
|
51
50
|
</ul>
|
|
52
51
|
</div>
|
|
53
52
|
|
|
54
|
-
<div className="col-span-full
|
|
53
|
+
<div className="col-span-full xs:col-span-3 md:col-span-1">
|
|
55
54
|
<h2 className="ui-footer-col-title">Ably is for</h2>
|
|
56
55
|
<ul>
|
|
57
56
|
<li className="p-menu-row-snug">
|
|
@@ -112,7 +111,7 @@ export default function Footer({ paths, urlBase }) {
|
|
|
112
111
|
</ul>
|
|
113
112
|
</div>
|
|
114
113
|
|
|
115
|
-
<div className="col-span-full
|
|
114
|
+
<div className="col-span-full xs:col-span-3 md:col-span-1">
|
|
116
115
|
<h2 className="ui-footer-col-title">Developers</h2>
|
|
117
116
|
<ul>
|
|
118
117
|
<li className="p-menu-row-snug">
|
|
@@ -145,16 +144,23 @@ export default function Footer({ paths, urlBase }) {
|
|
|
145
144
|
SDKs
|
|
146
145
|
</a>
|
|
147
146
|
</li>
|
|
148
|
-
<li className="p-menu-row-snug flex items-center">
|
|
147
|
+
<li className="p-menu-row-snug flex items-center -mt-4">
|
|
149
148
|
<a className="pr-8 ui-footer-menu-row-link" href="https://status.ably.com/">
|
|
150
149
|
System status
|
|
151
150
|
</a>
|
|
152
|
-
<iframe
|
|
151
|
+
<iframe
|
|
152
|
+
className="w-20 h-20 mb-2"
|
|
153
|
+
src="https://status.ably.com/embed/icon"
|
|
154
|
+
allowtransparency="true"
|
|
155
|
+
frameBorder="0"
|
|
156
|
+
scrolling="no"
|
|
157
|
+
title="System Status"
|
|
158
|
+
></iframe>
|
|
153
159
|
</li>
|
|
154
160
|
</ul>
|
|
155
161
|
</div>
|
|
156
162
|
|
|
157
|
-
<div className="col-span-full
|
|
163
|
+
<div className="col-span-full xs:col-span-3 md:col-span-1">
|
|
158
164
|
<h2 className="ui-footer-col-title">WHY ABLY</h2>
|
|
159
165
|
<ul>
|
|
160
166
|
<li className="p-menu-row-snug">
|
|
@@ -190,7 +196,7 @@ export default function Footer({ paths, urlBase }) {
|
|
|
190
196
|
</ul>
|
|
191
197
|
</div>
|
|
192
198
|
|
|
193
|
-
<div className="col-span-full
|
|
199
|
+
<div className="col-span-full xs:col-span-3 md:col-span-1">
|
|
194
200
|
<h2 className="ui-footer-col-title">ABOUT</h2>
|
|
195
201
|
<ul>
|
|
196
202
|
<li className="p-menu-row-snug">
|
|
@@ -231,14 +237,86 @@ export default function Footer({ paths, urlBase }) {
|
|
|
231
237
|
</ul>
|
|
232
238
|
</div>
|
|
233
239
|
</div>
|
|
234
|
-
|
|
235
240
|
<div className="max-w-screen-xl ui-grid-px mx-auto">
|
|
236
|
-
<hr className="border-t border-mid-grey" />
|
|
241
|
+
<hr className="border-t border-mid-grey my-0" />
|
|
237
242
|
</div>
|
|
243
|
+
{/* Twitter + Glassdoor SM & above + Glassdoor XS + Badges*/}
|
|
244
|
+
<div className="max-w-screen-xl mx-auto py-16 grid ui-grid-gap ui-grid-px sm:grid-cols-2">
|
|
245
|
+
<div className="md:flex md:items-center">
|
|
246
|
+
<div className="flex flex-col md:flex-row flex-auto ml-8 sm:col-span-1 md:col-span-2">
|
|
247
|
+
<div className="">
|
|
248
|
+
<div className="flex pb-24">
|
|
249
|
+
<a className="h-24 pr-24 text-cool-black hover:text-icon-twitter" href="https://twitter.com/ablyrealtime" title="Ably on Twitter">
|
|
250
|
+
<Icon name="twitter" size="1.5rem" />
|
|
251
|
+
</a>
|
|
252
|
+
<a
|
|
253
|
+
className="h-24 pr-24 text-cool-black hover:text-icon-linkedin"
|
|
254
|
+
href="https://www.linkedin.com/company/ably-realtime"
|
|
255
|
+
title="Ably on LinkedIn"
|
|
256
|
+
>
|
|
257
|
+
<Icon name="linkedin" size="1.5rem" />
|
|
258
|
+
</a>
|
|
259
|
+
<a className="h-24 pr-24 text-cool-black hover:text-icon-github" href="https://github.com/ably/" title="Ably on Github">
|
|
260
|
+
<Icon name="github" size="1.5rem" />
|
|
261
|
+
</a>
|
|
262
|
+
<a className="h-24 pr-24 text-cool-black hover:text-icon-discord" href="https://discord.gg/jwBPhEZ9g5" title="Ably on Discord">
|
|
263
|
+
<Icon name="discord" size="1.5rem" />
|
|
264
|
+
</a>
|
|
265
|
+
</div>
|
|
266
|
+
</div>
|
|
267
|
+
{/* GLASSDOOR on SM and Above */}
|
|
268
|
+
<div className="xs:hidden sm:block ui-footer-glassdoor">
|
|
269
|
+
<div className="flex sm:pt-24 md:pt-0 sm:border-t sm:border-l-0 md:border-t-0 md:border-l sm:border-mid-grey sm:w-3/4 md:w-full md:pl-24">
|
|
270
|
+
<a
|
|
271
|
+
href="https://www.glassdoor.co.uk/Overview/Working-at-Ably-EI_IE2184188.11,15.htm"
|
|
272
|
+
className="h-24 text-cool-black hover:text-icon-glassdoor"
|
|
273
|
+
title="Ably reviews on glassdoor"
|
|
274
|
+
>
|
|
275
|
+
<Icon name="glassdoor" size="1.5rem" />
|
|
276
|
+
</a>
|
|
277
|
+
<div className="pl-16 text-menu3 font-light">
|
|
278
|
+
<strong className="block font-medium">We're hiring!</strong>
|
|
279
|
+
<a href="https://www.glassdoor.co.uk/Overview/Working-at-Ably-EI_IE2184188.11,15.htm" className="ui-footer-link">
|
|
280
|
+
Learn more at Glassdoor
|
|
281
|
+
</a>
|
|
282
|
+
</div>
|
|
283
|
+
</div>
|
|
284
|
+
</div>
|
|
285
|
+
</div>
|
|
286
|
+
{/* GlassDoor on XS ONLY */}
|
|
287
|
+
<div className="xs:block sm:hidden">
|
|
288
|
+
<div className="border-t border-mid-grey w-full"></div>
|
|
289
|
+
<div className="flex py-24">
|
|
290
|
+
<a
|
|
291
|
+
className="h-24 pr-16 text-cool-black hover:text-icon-glassdoor"
|
|
292
|
+
href="https://www.glassdoor.co.uk/Overview/Working-at-Ably-EI_IE2184188.11,15.htm"
|
|
293
|
+
title="Ably reviews on glassdoor"
|
|
294
|
+
>
|
|
295
|
+
<Icon name="glassdoor" size="1.5rem" />
|
|
296
|
+
</a>
|
|
297
|
+
<div className="text-menu3 font-light">
|
|
298
|
+
<strong className="block font-medium">We're hiring!</strong>
|
|
299
|
+
<a href="https://www.glassdoor.co.uk/Overview/Working-at-Ably-EI_IE2184188.11,15.htm" className="ui-footer-link">
|
|
300
|
+
Learn more at Glassdoor
|
|
301
|
+
</a>
|
|
302
|
+
</div>
|
|
303
|
+
</div>
|
|
304
|
+
</div>
|
|
305
|
+
</div>
|
|
238
306
|
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
<
|
|
307
|
+
<div className="col-span-full sm:col-span-1 inline-flex sm:ml-auto sm:items-center">
|
|
308
|
+
<img className="mr-24 h-80" src={paths.highestUserAdoption} alt="Highest User Adoption 2022" />
|
|
309
|
+
<img className="mr-24 h-80" src={paths.usersLoveUs} alt="Users Love Us" />
|
|
310
|
+
<img className="mr-24 h-80" src={paths.highestPerformer} alt="High Performer 2022" />
|
|
311
|
+
</div>
|
|
312
|
+
</div>
|
|
313
|
+
|
|
314
|
+
<div className="max-w-screen-xl ui-grid-px mx-auto">
|
|
315
|
+
<hr className="border-t border-mid-grey my-0" />
|
|
316
|
+
</div>
|
|
317
|
+
<div className="max-w-screen-xl mx-auto py-24 sm:py-40 md:py-32 md:grid md:grid-cols-2 ui-grid-gap ui-grid-px">
|
|
318
|
+
<div className="flex ml-8 col-span-full sm:col-span-1 md:pb-16 items-center ui-footer-bottom-links">
|
|
319
|
+
<div className="flex">
|
|
242
320
|
<a href={absUrl("/privacy")} className="pr-24 ui-footer-link">
|
|
243
321
|
Cookies
|
|
244
322
|
</a>
|
|
@@ -252,40 +330,36 @@ export default function Footer({ paths, urlBase }) {
|
|
|
252
330
|
Privacy
|
|
253
331
|
</a>
|
|
254
332
|
</div>
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
<
|
|
262
|
-
</
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
<
|
|
267
|
-
<
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
>
|
|
274
|
-
<
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
333
|
+
</div>
|
|
334
|
+
<div className="xs:grid xs:grid-cols-2 sm:grid-cols-4 xs:pl-16 sm:pl-8 md:justify-items-end">
|
|
335
|
+
<div className="flex mr-24">
|
|
336
|
+
<Icon name="icon-gui-tick" color="text-active-orange" size="1.5rem" additionalCSS="bg-white rounded-full mr-12 ui-footer-tick-icon" />
|
|
337
|
+
<div>
|
|
338
|
+
<p className="ui-footer-compliance-text font-medium whitespace-nowrap">SOC 2 Type 2</p>
|
|
339
|
+
<p className="ui-footer-compliance-text font-light mb-24">Certified</p>
|
|
340
|
+
</div>
|
|
341
|
+
</div>
|
|
342
|
+
<div className="flex mr-24 md:col-start-2">
|
|
343
|
+
<Icon name="icon-gui-tick" color="text-active-orange" size="1.5rem" additionalCSS="bg-white rounded-full mr-12 ui-footer-tick-icon" />
|
|
344
|
+
<div>
|
|
345
|
+
<p className="ui-footer-compliance-text font-medium whitespace-nowrap">HIPAA</p>
|
|
346
|
+
<p className="ui-footer-compliance-text font-light mb-24">Compliant</p>
|
|
347
|
+
</div>
|
|
348
|
+
</div>
|
|
349
|
+
<div className="flex mr-24 md:col-start-3">
|
|
350
|
+
<Icon name="icon-gui-tick" color="text-active-orange" size="1.5rem" additionalCSS="bg-white rounded-full mr-12 ui-footer-tick-icon" />
|
|
351
|
+
<div>
|
|
352
|
+
<p className="ui-footer-compliance-text font-medium whitespace-nowrap">EU GDPR</p>
|
|
353
|
+
<p className="ui-footer-compliance-text font-light mb-24">Certified</p>
|
|
354
|
+
</div>
|
|
355
|
+
</div>
|
|
356
|
+
<div className="flex mr-24 md:col-start-4">
|
|
357
|
+
<Icon name="icon-gui-tick" color="text-active-orange" size="1.5rem" additionalCSS="bg-white rounded-full mr-12 ui-footer-tick-icon" />
|
|
358
|
+
<div>
|
|
359
|
+
<p className="ui-footer-compliance-text font-medium whitespace-nowrap">256-bit AES</p>
|
|
360
|
+
<p className="ui-footer-compliance-text font-light mb-24">Encryption</p>
|
|
282
361
|
</div>
|
|
283
362
|
</div>
|
|
284
|
-
</div>
|
|
285
|
-
|
|
286
|
-
<div className="md:text-right col-span-full md:col-span-1 ml-8 inline-flex md:ml-auto">
|
|
287
|
-
<img className="mr-24 w-96 h-96" src={paths.rocketList} alt="Rocket List 2021" />
|
|
288
|
-
<img className="w-96 h-96" src={paths.flexibleCompanies} alt="Flexible Companies 2021" />
|
|
289
363
|
</div>
|
|
290
364
|
</div>
|
|
291
365
|
</footer>
|
|
@@ -295,8 +369,9 @@ export default function Footer({ paths, urlBase }) {
|
|
|
295
369
|
Footer.propTypes = {
|
|
296
370
|
paths: T.shape({
|
|
297
371
|
ablyStack: T.string,
|
|
298
|
-
|
|
299
|
-
|
|
372
|
+
highestPerformer: T.string,
|
|
373
|
+
highestUserAdoption: T.string,
|
|
374
|
+
usersLoveUs: T.string,
|
|
300
375
|
}),
|
|
301
376
|
urlBase: T.string,
|
|
302
377
|
};
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
}
|
|
30
30
|
},
|
|
31
31
|
"panels": [
|
|
32
|
-
{ "label": "
|
|
32
|
+
{ "label": "Products", "shortLabel": "Products", "id": "products-panel", "component": "MeganavContentProducts" },
|
|
33
33
|
{ "label": "Solutions", "shortLabel": "Solutions", "id": "use-cases-panel", "component": "MeganavContentUseCases" },
|
|
34
34
|
{ "label": "Company", "shortLabel": "Company", "id": "company-panel", "component": "MeganavContentCompany" },
|
|
35
35
|
{ "label": "Developers", "shortLabel": "Developers", "id": "developers-panel", "component": "MeganavContentDevelopers" }
|
|
@@ -14,7 +14,7 @@ import Notice from "../Notice/component.jsx";
|
|
|
14
14
|
import MeganavData from "./component.json";
|
|
15
15
|
import _absUrl from "../url-base";
|
|
16
16
|
|
|
17
|
-
import
|
|
17
|
+
import MeganavContentProducts from "../MeganavContentProducts/component.jsx";
|
|
18
18
|
import MeganavContentUseCases from "../MeganavContentUseCases/component.jsx";
|
|
19
19
|
import MeganavContentCompany from "../MeganavContentCompany/component.jsx";
|
|
20
20
|
import MeganavContentDevelopers from "../MeganavContentDevelopers/component.jsx";
|
|
@@ -58,7 +58,7 @@ SignIn.propTypes = {
|
|
|
58
58
|
const SignInPlaceholder = () => <div />;
|
|
59
59
|
|
|
60
60
|
const panels = {
|
|
61
|
-
|
|
61
|
+
MeganavContentProducts: MeganavContentProducts,
|
|
62
62
|
MeganavContentUseCases: MeganavContentUseCases,
|
|
63
63
|
MeganavContentCompany: MeganavContentCompany,
|
|
64
64
|
MeganavContentDevelopers: MeganavContentDevelopers,
|
|
@@ -30,10 +30,10 @@ module AblyUi
|
|
|
30
30
|
def panels
|
|
31
31
|
[
|
|
32
32
|
{
|
|
33
|
-
label: '
|
|
34
|
-
short_label: '
|
|
35
|
-
id: '
|
|
36
|
-
class: 'AblyUi::Core::
|
|
33
|
+
label: 'Products',
|
|
34
|
+
short_label: 'Products',
|
|
35
|
+
id: 'products-panel',
|
|
36
|
+
class: 'AblyUi::Core::MeganavContentProducts'
|
|
37
37
|
},
|
|
38
38
|
{
|
|
39
39
|
label: 'Solutions',
|
|
@@ -72,6 +72,15 @@
|
|
|
72
72
|
</div>
|
|
73
73
|
<% end %>
|
|
74
74
|
</li>
|
|
75
|
+
<li>
|
|
76
|
+
<%= link_to abs_url("/events"), class: "ui-meganav-media-with-image group" do %>
|
|
77
|
+
<%= render(AblyUi::Core::Icon.new(name: "icon-display-events-col", size: "2.5rem")) %>
|
|
78
|
+
<div class="flex flex-col justify-center">
|
|
79
|
+
<p class="ui-meganav-media-heading">Events</p>
|
|
80
|
+
<p class="ui-meganav-media-copy">Join Ably at upcoming events.</p>
|
|
81
|
+
</div>
|
|
82
|
+
<% end %>
|
|
83
|
+
</li>
|
|
75
84
|
</ul>
|
|
76
85
|
</div>
|
|
77
86
|
|
|
@@ -88,6 +88,15 @@ const MeganavContentCompany = ({ paths, absUrl }) => {
|
|
|
88
88
|
</div>
|
|
89
89
|
</a>
|
|
90
90
|
</li>
|
|
91
|
+
<li>
|
|
92
|
+
<a href={absUrl("/events")} className="ui-meganav-media-with-image group">
|
|
93
|
+
<Icon name="icon-display-events-col" size="2.5rem" />
|
|
94
|
+
<div className="flex flex-col justify-center">
|
|
95
|
+
<p className="ui-meganav-media-heading">Events</p>
|
|
96
|
+
<p className="ui-meganav-media-copy">Join Ably at upcoming events.</p>
|
|
97
|
+
</div>
|
|
98
|
+
</a>
|
|
99
|
+
</li>
|
|
91
100
|
</ul>
|
|
92
101
|
</div>
|
|
93
102
|
|
|
@@ -15,6 +15,15 @@
|
|
|
15
15
|
</div>
|
|
16
16
|
<% end %>
|
|
17
17
|
</li>
|
|
18
|
+
<li>
|
|
19
|
+
<%= link_to abs_url("/docs/quick-start-guide"), class: "ui-meganav-media-with-image group" do %>
|
|
20
|
+
<%= render(AblyUi::Core::Icon.new(name: "icon-display-quickstart-guides-col", size: "2.5rem")) %>
|
|
21
|
+
<div class="flex flex-col justify-center">
|
|
22
|
+
<p class="ui-meganav-media-heading">Quickstart guides</p>
|
|
23
|
+
<p class="ui-meganav-media-copy">Documentation to help you get started quickly.</p>
|
|
24
|
+
</div>
|
|
25
|
+
<% end %>
|
|
26
|
+
</li>
|
|
18
27
|
<li>
|
|
19
28
|
<%= link_to abs_url("/integrations"), class: "ui-meganav-media-with-image group" do %>
|
|
20
29
|
<%= render(AblyUi::Core::Icon.new(name: "icon-display-integrations-col", size: "2.5rem")) %>
|
|
@@ -25,17 +34,16 @@
|
|
|
25
34
|
<% end %>
|
|
26
35
|
</li>
|
|
27
36
|
<li>
|
|
28
|
-
<%= link_to abs_url("/
|
|
29
|
-
<%= render(AblyUi::Core::Icon.new(name: "icon-display-
|
|
37
|
+
<%= link_to abs_url("/examples"), class: "ui-meganav-media-with-image group" do %>
|
|
38
|
+
<%= render(AblyUi::Core::Icon.new(name: "icon-display-examples-col", size: "2.5rem")) %>
|
|
30
39
|
<div class="flex flex-col justify-center">
|
|
31
|
-
<p class="ui-meganav-media-heading">
|
|
32
|
-
<p class="ui-meganav-media-copy">
|
|
40
|
+
<p class="ui-meganav-media-heading">Live examples</p>
|
|
41
|
+
<p class="ui-meganav-media-copy">Discover our features and their use cases.</p>
|
|
33
42
|
</div>
|
|
34
43
|
<% end %>
|
|
35
44
|
</li>
|
|
36
45
|
</ul>
|
|
37
46
|
</div>
|
|
38
|
-
|
|
39
47
|
<div class="col-span-full md:col-span-4 pb-8 md:py-24 lg:py-32 px-24 sm:px-32 md:px-0">
|
|
40
48
|
<ul class="md:mt-40" aria-labelledby="meganav-developers-panel-explore">
|
|
41
49
|
<li>
|
|
@@ -65,9 +73,17 @@
|
|
|
65
73
|
</div>
|
|
66
74
|
<% end %>
|
|
67
75
|
</li>
|
|
76
|
+
<li>
|
|
77
|
+
<%= link_to abs_url("/reference-guide-multiplayer"), class: "ui-meganav-media-with-image group" do %>
|
|
78
|
+
<%= render(AblyUi::Core::Icon.new(name: "icon-multi-user-spaces-col", size: "2.5rem")) %>
|
|
79
|
+
<div class="flex flex-col justify-center">
|
|
80
|
+
<p class="ui-meganav-media-heading">Multiplayer reference guide</p>
|
|
81
|
+
<p class="ui-meganav-media-copy">Learn how to build collaborative features with Ably.</p>
|
|
82
|
+
</div>
|
|
83
|
+
<% end %>
|
|
84
|
+
</li>
|
|
68
85
|
</ul>
|
|
69
86
|
</div>
|
|
70
|
-
|
|
71
87
|
<div class="col-span-full md:col-span-4 pt-8 pb-24 md:py-24 lg:py-32 px-24 sm:px-32 md:px-0">
|
|
72
88
|
<h3 class="ui-meganav-overline uppercase" id="meganav-developers-panel-quick-links">
|
|
73
89
|
Quick links
|
|
@@ -39,6 +39,15 @@ const MeganavContentDevelopers = ({ absUrl }) => (
|
|
|
39
39
|
</div>
|
|
40
40
|
</a>
|
|
41
41
|
</li>
|
|
42
|
+
<li>
|
|
43
|
+
<a href={absUrl("/examples")} className="ui-meganav-media-with-image group">
|
|
44
|
+
<Icon name="icon-display-examples-col" size="2.5rem" />
|
|
45
|
+
<div className="flex flex-col justify-center">
|
|
46
|
+
<p className="ui-meganav-media-heading">Live examples</p>
|
|
47
|
+
<p className="ui-meganav-media-copy">Discover our features and their use cases.</p>
|
|
48
|
+
</div>
|
|
49
|
+
</a>
|
|
50
|
+
</li>
|
|
42
51
|
</ul>
|
|
43
52
|
</div>
|
|
44
53
|
|
|
@@ -58,7 +67,7 @@ const MeganavContentDevelopers = ({ absUrl }) => (
|
|
|
58
67
|
<Icon name="icon-display-tutorials-demos-col" size="2.5rem" />
|
|
59
68
|
<div className="flex flex-col justify-center">
|
|
60
69
|
<p className="ui-meganav-media-heading">Tutorials & Demos</p>
|
|
61
|
-
<p className="ui-meganav-media-copy">Get stuck in with our hands-on resources
|
|
70
|
+
<p className="ui-meganav-media-copy">Get stuck in with our hands-on resources.</p>
|
|
62
71
|
</div>
|
|
63
72
|
</a>
|
|
64
73
|
</li>
|
|
@@ -71,6 +80,15 @@ const MeganavContentDevelopers = ({ absUrl }) => (
|
|
|
71
80
|
</div>
|
|
72
81
|
</a>
|
|
73
82
|
</li>
|
|
83
|
+
<li>
|
|
84
|
+
<a href={absUrl("/reference-guide-multiplayer")} className="ui-meganav-media-with-image group">
|
|
85
|
+
<Icon name="icon-multi-user-spaces-col" size="2.5rem" />
|
|
86
|
+
<div className="flex flex-col justify-center">
|
|
87
|
+
<p className="ui-meganav-media-heading">Multiplayer reference guide</p>
|
|
88
|
+
<p className="ui-meganav-media-copy">Learn how to build collaborative features with Ably.</p>
|
|
89
|
+
</div>
|
|
90
|
+
</a>
|
|
91
|
+
</li>
|
|
74
92
|
</ul>
|
|
75
93
|
</div>
|
|
76
94
|
|
|
@@ -99,6 +117,7 @@ const MeganavContentDevelopers = ({ absUrl }) => (
|
|
|
99
117
|
<p className="ui-meganav-media-heading">
|
|
100
118
|
Status
|
|
101
119
|
<iframe
|
|
120
|
+
title="Ably status"
|
|
102
121
|
src="https://status.ably.com/embed/icon"
|
|
103
122
|
allowtransparency="true"
|
|
104
123
|
frameBorder="0"
|
|
@@ -16,52 +16,34 @@
|
|
|
16
16
|
</div>
|
|
17
17
|
|
|
18
18
|
<div class="col-span-full md:col-span-4 pt-24 pb-8 md:py-24 lg:py-32 px-24 sm:px-32 md:px-0 bg-white">
|
|
19
|
-
<h3 class="ui-meganav-overline" id="meganav-
|
|
20
|
-
|
|
19
|
+
<h3 class="ui-meganav-overline" id="meganav-products-panel-list-examples">
|
|
20
|
+
Products
|
|
21
|
+
</h3>
|
|
22
|
+
<ul class="mb-16" aria-labelledby="meganav-products-panel-list-examples">
|
|
21
23
|
<li>
|
|
22
|
-
<%= link_to abs_url("/
|
|
23
|
-
<p class="ui-meganav-media-heading">
|
|
24
|
-
<p class="ui-meganav-media-copy">
|
|
24
|
+
<%= link_to abs_url("/solutions/channels"), class: "ui-meganav-media group" do %>
|
|
25
|
+
<p class="ui-meganav-media-heading">Pub/Sub Channels</p>
|
|
26
|
+
<p class="ui-meganav-media-copy">Build infinitely scalable realtime applications.</p>
|
|
25
27
|
<% end %>
|
|
26
28
|
</li>
|
|
27
29
|
<li>
|
|
28
|
-
<%= link_to abs_url("/
|
|
29
|
-
<p class="ui-meganav-media-heading">
|
|
30
|
-
<p class="ui-meganav-media-copy">
|
|
30
|
+
<%= link_to abs_url("/spaces"), class: "ui-meganav-media group" do %>
|
|
31
|
+
<p class="ui-meganav-media-heading">Spaces (Beta)</p>
|
|
32
|
+
<p class="ui-meganav-media-copy">Create multi-user collaborative environments.</p>
|
|
31
33
|
<% end %>
|
|
32
34
|
</li>
|
|
33
35
|
<li>
|
|
34
|
-
<%= link_to abs_url("/
|
|
35
|
-
<p class="ui-meganav-media-heading">
|
|
36
|
-
<p class="ui-meganav-media-copy">
|
|
37
|
-
<% end %>
|
|
38
|
-
</li>
|
|
39
|
-
<li>
|
|
40
|
-
<%= link_to abs_url("/examples/live-charts"), class: "ui-meganav-media group" do %>
|
|
41
|
-
<p class="ui-meganav-media-heading">Live Charts</p>
|
|
42
|
-
<p class="ui-meganav-media-copy">Visualise live metrics and data in a chart.</p>
|
|
43
|
-
<% end %>
|
|
44
|
-
</li>
|
|
45
|
-
<li>
|
|
46
|
-
<%= link_to abs_url("/examples/live-cursors"), class: "ui-meganav-media group" do %>
|
|
47
|
-
<p class="ui-meganav-media-heading">Live Cursors</p>
|
|
48
|
-
<p class="ui-meganav-media-copy">Track all cursors in realtime.</p>
|
|
49
|
-
<% end %>
|
|
50
|
-
</li>
|
|
51
|
-
<li>
|
|
52
|
-
<%= link_to abs_url("/examples/typing-indicator"), class: "ui-meganav-media group" do %>
|
|
53
|
-
<p class="ui-meganav-media-heading">Typing Indicator</p>
|
|
54
|
-
<p class="ui-meganav-media-copy">See when a user is typing a message.</p>
|
|
36
|
+
<%= link_to abs_url("/livesync"), class: "ui-meganav-media group" do %>
|
|
37
|
+
<p class="ui-meganav-media-heading">LiveSync (Prerelease)</p>
|
|
38
|
+
<p class="ui-meganav-media-copy">Keep clients in sync with any relational database.</p>
|
|
55
39
|
<% end %>
|
|
56
40
|
</li>
|
|
57
41
|
</ul>
|
|
58
|
-
|
|
59
|
-
<%= render(AblyUi::Core::FeaturedLink.new(url: abs_url("/examples"), text_size: 'text-p3')) do %>Explore all live examples<% end %>
|
|
60
42
|
</div>
|
|
61
43
|
|
|
62
44
|
<div class="col-span-full md:col-span-4 pt-8 pb-24 md:py-24 lg:py-32 px-24 sm:px-32 md:px-0 bg-white">
|
|
63
|
-
<h3 class="ui-meganav-overline" id="meganav-
|
|
64
|
-
<ul class="mb-16" aria-labelledby="meganav-
|
|
45
|
+
<h3 class="ui-meganav-overline" id="meganav-products-panel-list-our-technology">Technology</h3>
|
|
46
|
+
<ul class="mb-16" aria-labelledby="meganav-products-panel-list-our-technology">
|
|
65
47
|
<li>
|
|
66
48
|
<%= link_to abs_url("/four-pillars-of-dependability#performance"), class: "ui-meganav-media group" do %>
|
|
67
49
|
<p class="ui-meganav-media-heading">Predictable performance</p>
|
|
@@ -3,7 +3,7 @@ import T from "prop-types";
|
|
|
3
3
|
|
|
4
4
|
import FeaturedLink from "../FeaturedLink/component.jsx";
|
|
5
5
|
|
|
6
|
-
const
|
|
6
|
+
const MeganavContentProducts = ({ paths, absUrl }) => (
|
|
7
7
|
<div className="flex max-w-screen-xl mx-auto">
|
|
8
8
|
<div className="ui-meganav-content-spacer bg-extra-light-grey"></div>
|
|
9
9
|
<section className="grid grid-cols-12 ui-grid-gap-x w-full">
|
|
@@ -23,57 +23,36 @@ const MeganavContentPlatform = ({ paths, absUrl }) => (
|
|
|
23
23
|
</div>
|
|
24
24
|
|
|
25
25
|
<div className="col-span-full md:col-span-4 pt-24 pb-8 md:py-24 lg:py-32 px-24 sm:px-32 md:px-0 bg-white">
|
|
26
|
-
<h3 className="ui-meganav-overline" id="meganav-
|
|
27
|
-
|
|
26
|
+
<h3 className="ui-meganav-overline" id="meganav-products-panel-list-examples">
|
|
27
|
+
Products
|
|
28
28
|
</h3>
|
|
29
|
-
<ul className="mb-16" aria-labelledby="meganav-
|
|
29
|
+
<ul className="mb-16" aria-labelledby="meganav-products-panel-list-examples">
|
|
30
30
|
<li>
|
|
31
|
-
<a href={absUrl("/
|
|
32
|
-
<p className="ui-meganav-media-heading">
|
|
33
|
-
<p className="ui-meganav-media-copy">
|
|
31
|
+
<a href={absUrl("/solutions/channels")} className="group ui-meganav-media">
|
|
32
|
+
<p className="ui-meganav-media-heading">Pub/Sub Channels</p>
|
|
33
|
+
<p className="ui-meganav-media-copy">Build infinitely scalable realtime applications.</p>
|
|
34
34
|
</a>
|
|
35
35
|
</li>
|
|
36
36
|
<li>
|
|
37
|
-
<a href={absUrl("/
|
|
38
|
-
<p className="ui-meganav-media-heading">
|
|
39
|
-
<p className="ui-meganav-media-copy">
|
|
37
|
+
<a href={absUrl("/spaces")} className="group ui-meganav-media">
|
|
38
|
+
<p className="ui-meganav-media-heading">Spaces (Beta)</p>
|
|
39
|
+
<p className="ui-meganav-media-copy">Create multi-user collaborative environments.</p>
|
|
40
40
|
</a>
|
|
41
41
|
</li>
|
|
42
42
|
<li>
|
|
43
|
-
<a href={absUrl("/
|
|
44
|
-
<p className="ui-meganav-media-heading">
|
|
45
|
-
<p className="ui-meganav-media-copy">
|
|
46
|
-
</a>
|
|
47
|
-
</li>
|
|
48
|
-
<li>
|
|
49
|
-
<a href={absUrl("/examples/live-charts")} className="ui-meganav-media group">
|
|
50
|
-
<p className="ui-meganav-media-heading">Live Charts</p>
|
|
51
|
-
<p className="ui-meganav-media-copy">Visualise live metrics and data in a chart.</p>
|
|
52
|
-
</a>
|
|
53
|
-
</li>
|
|
54
|
-
<li>
|
|
55
|
-
<a href={absUrl("/examples/live-cursors")} className="ui-meganav-media group">
|
|
56
|
-
<p className="ui-meganav-media-heading">Live Cursors</p>
|
|
57
|
-
<p className="ui-meganav-media-copy">Track all cursors in realtime.</p>
|
|
58
|
-
</a>
|
|
59
|
-
</li>
|
|
60
|
-
<li>
|
|
61
|
-
<a href={absUrl("/examples/typing-indicator")} className="ui-meganav-media group">
|
|
62
|
-
<p className="ui-meganav-media-heading">Typing Indicator</p>
|
|
63
|
-
<p className="ui-meganav-media-copy">See when a user is typing a message.</p>
|
|
43
|
+
<a href={absUrl("/livesync")} className="group ui-meganav-media">
|
|
44
|
+
<p className="ui-meganav-media-heading">LiveSync (Prerelease)</p>
|
|
45
|
+
<p className="ui-meganav-media-copy">Keep clients in sync with any relational database.</p>
|
|
64
46
|
</a>
|
|
65
47
|
</li>
|
|
66
48
|
</ul>
|
|
67
|
-
<FeaturedLink url={absUrl("/examples")} textSize="text-p3">
|
|
68
|
-
Explore all live examples
|
|
69
|
-
</FeaturedLink>
|
|
70
49
|
</div>
|
|
71
50
|
|
|
72
51
|
<div className="col-span-full md:col-span-4 pt-8 pb-24 md:py-24 lg:py-32 px-24 sm:px-32 md:px-0 bg-white">
|
|
73
|
-
<h3 className="ui-meganav-overline" id="meganav-
|
|
52
|
+
<h3 className="ui-meganav-overline" id="meganav-products-panel-list-our-technology">
|
|
74
53
|
Our technology
|
|
75
54
|
</h3>
|
|
76
|
-
<ul className="mb-16" aria-labelledby="meganav-
|
|
55
|
+
<ul className="mb-16" aria-labelledby="meganav-products-panel-list-our-technology">
|
|
77
56
|
<li>
|
|
78
57
|
<a href={absUrl("/four-pillars-of-dependability#performance")} className="ui-meganav-media group">
|
|
79
58
|
<p className="ui-meganav-media-heading">Predictable performance</p>
|
|
@@ -115,7 +94,7 @@ const MeganavContentPlatform = ({ paths, absUrl }) => (
|
|
|
115
94
|
</div>
|
|
116
95
|
);
|
|
117
96
|
|
|
118
|
-
|
|
97
|
+
MeganavContentProducts.propTypes = {
|
|
119
98
|
paths: T.shape({
|
|
120
99
|
ablyStack: T.string,
|
|
121
100
|
iconSprites: T.string,
|
|
@@ -123,4 +102,4 @@ MeganavContentPlatform.propTypes = {
|
|
|
123
102
|
absUrl: T.func,
|
|
124
103
|
};
|
|
125
104
|
|
|
126
|
-
export default
|
|
105
|
+
export default MeganavContentProducts;
|