@ably/ui 8.7.0-dev.7021bee → 8.7.0-dev.734c219
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/.DS_Store +0 -0
- package/core/Code/component.css +2 -0
- 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.css +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 -22
- package/core/Footer/component.css +23 -3
- package/core/Footer/component.js +1 -1
- package/core/Footer.jsx +156 -65
- 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 +8 -10
- package/core/Meganav/component.js +1 -1
- package/core/Meganav/component.json +1 -1
- package/core/Meganav.jsx +234 -204
- 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 +41 -28
- package/core/MeganavContentPlatform/component.js +1 -1
- package/core/MeganavContentPlatform.jsx +23 -23
- package/core/MeganavContentUseCases/component.js +1 -1
- package/core/MeganavContentUseCases.jsx +62 -54
- package/core/MeganavContentWhyAbly/component.js +1 -6
- package/core/MeganavContentWhyAbly.jsx +1468 -3
- 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.css +1 -1
- package/core/Notice/component.js +1 -1
- package/core/Notice.jsx +32 -35
- 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/fonts/jetBrains-mono.css +3 -0
- package/core/fonts/manrope.css +3 -0
- 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 +70 -0
- package/core/styles.css +222 -101
- 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/FeaturedLink/component.css +1 -1
- package/src/core/Flash/component.jsx +0 -2
- package/src/core/Footer/component.css +23 -3
- package/src/core/Footer/component.html.erb +120 -58
- package/src/core/Footer/component.jsx +127 -52
- package/src/core/Meganav/component.css +8 -8
- package/src/core/Meganav/component.json +1 -1
- package/src/core/Meganav/component.rb +2 -2
- package/src/core/MeganavContentCompany/component.html.erb +9 -0
- package/src/core/MeganavContentCompany/component.jsx +9 -0
- package/src/core/MeganavContentDevelopers/component.html.erb +21 -14
- package/src/core/MeganavContentDevelopers/component.jsx +23 -13
- package/src/core/MeganavContentPlatform/component.html.erb +7 -7
- package/src/core/MeganavContentPlatform/component.jsx +7 -7
- package/src/core/MeganavContentUseCases/component.html.erb +42 -38
- package/src/core/MeganavContentUseCases/component.jsx +41 -38
- package/src/core/Notice/component.css +1 -1
- package/src/core/Notice/component.html.erb +2 -2
- package/src/core/Notice/component.jsx +2 -2
- package/src/core/core.rb +8 -4
- package/src/core/fonts/jetBrains-mono.css +3 -0
- package/src/core/fonts/manrope.css +3 -0
- package/src/core/icons/icon-display-chat-col.svg +4 -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-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-gui-check-circled-fill-black.svg +4 -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/buttons.css +5 -5
- package/src/core/styles/forms.css +5 -5
- package/src/core/styles/properties.css +153 -45
- package/src/core/styles/text.css +59 -40
- package/src/core/utils/syntax-highlighter-registry.js +2 -0
- package/src/core/utils/syntax-highlighter.css +2 -0
- package/src/core/utils/syntax-highlighter.js +5 -0
- package/tailwind.config.js +142 -47
- package/core/Meganav/component.js.LICENSE.txt +0 -7
- package/core/MeganavSearchAutocomplete/component.js.LICENSE.txt +0 -7
- package/core/fonts/.DS_Store +0 -0
- package/core/images/.DS_Store +0 -0
- package/core/scripts.js.LICENSE.txt +0 -32
- package/preview/vendor/bundle/ruby/3.0.0/bundler/gems/ably-ui-abffd210ec0f/preview/log/.keep +0 -0
- package/preview/vendor/bundle/ruby/3.0.0/bundler/gems/ably-ui-abffd210ec0f/preview/tmp/.keep +0 -0
- package/preview/vendor/bundle/ruby/3.0.0/bundler/gems/ably-ui-abffd210ec0f/preview/tmp/pids/.keep +0 -0
- package/src/core/.DS_Store +0 -0
- package/src/core/fonts/.DS_Store +0 -0
- package/src/core/images/.DS_Store +0 -0
- package/src/reset/.DS_Store +0 -0
|
@@ -16,26 +16,25 @@
|
|
|
16
16
|
<% end %>
|
|
17
17
|
</li>
|
|
18
18
|
<li>
|
|
19
|
-
<%= link_to abs_url("/docs/
|
|
20
|
-
<%= render(AblyUi::Core::Icon.new(name: "icon-display-
|
|
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
21
|
<div class="flex flex-col justify-center">
|
|
22
|
-
<p class="ui-meganav-media-heading">
|
|
23
|
-
<p class="ui-meganav-media-copy">
|
|
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
24
|
</div>
|
|
25
25
|
<% end %>
|
|
26
26
|
</li>
|
|
27
27
|
<li>
|
|
28
|
-
<%= link_to abs_url("/
|
|
29
|
-
<%= render(AblyUi::Core::Icon.new(name: "icon-display-
|
|
28
|
+
<%= link_to abs_url("/integrations"), class: "ui-meganav-media-with-image group" do %>
|
|
29
|
+
<%= render(AblyUi::Core::Icon.new(name: "icon-display-integrations-col", size: "2.5rem")) %>
|
|
30
30
|
<div class="flex flex-col justify-center">
|
|
31
|
-
<p class="ui-meganav-media-heading">
|
|
32
|
-
<p class="ui-meganav-media-copy">
|
|
31
|
+
<p class="ui-meganav-media-heading">Integrations</p>
|
|
32
|
+
<p class="ui-meganav-media-copy">Find out more about Ably integrations. </p>
|
|
33
33
|
</div>
|
|
34
34
|
<% end %>
|
|
35
35
|
</li>
|
|
36
36
|
</ul>
|
|
37
37
|
</div>
|
|
38
|
-
|
|
39
38
|
<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
39
|
<ul class="md:mt-40" aria-labelledby="meganav-developers-panel-explore">
|
|
41
40
|
<li>
|
|
@@ -57,17 +56,25 @@
|
|
|
57
56
|
<% end %>
|
|
58
57
|
</li>
|
|
59
58
|
<li>
|
|
60
|
-
<%= link_to abs_url("/
|
|
61
|
-
<%= render(AblyUi::Core::Icon.new(name: "icon-display-
|
|
59
|
+
<%= link_to abs_url("/reference-guide-chat"), class: "ui-meganav-media-with-image group" do %>
|
|
60
|
+
<%= render(AblyUi::Core::Icon.new(name: "icon-display-chat-col", size: "2.5rem")) %>
|
|
62
61
|
<div class="flex flex-col justify-center">
|
|
63
|
-
<p class="ui-meganav-media-heading">
|
|
64
|
-
<p class="ui-meganav-media-copy">
|
|
62
|
+
<p class="ui-meganav-media-heading">Chat apps reference guide</p>
|
|
63
|
+
<p class="ui-meganav-media-copy">Learn how to build chat apps with Ably.</p>
|
|
64
|
+
</div>
|
|
65
|
+
<% end %>
|
|
66
|
+
</li>
|
|
67
|
+
<li>
|
|
68
|
+
<%= link_to abs_url("/reference-guide-multiplayer"), class: "ui-meganav-media-with-image group" do %>
|
|
69
|
+
<%= render(AblyUi::Core::Icon.new(name: "icon-multi-user-spaces-col", size: "2.5rem")) %>
|
|
70
|
+
<div class="flex flex-col justify-center">
|
|
71
|
+
<p class="ui-meganav-media-heading">Multiplayer reference guide</p>
|
|
72
|
+
<p class="ui-meganav-media-copy">Learn how to build collaborative features with Ably.</p>
|
|
65
73
|
</div>
|
|
66
74
|
<% end %>
|
|
67
75
|
</li>
|
|
68
76
|
</ul>
|
|
69
77
|
</div>
|
|
70
|
-
|
|
71
78
|
<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
79
|
<h3 class="ui-meganav-overline uppercase" id="meganav-developers-panel-quick-links">
|
|
73
80
|
Quick links
|
|
@@ -22,20 +22,20 @@ const MeganavContentDevelopers = ({ absUrl }) => (
|
|
|
22
22
|
</a>
|
|
23
23
|
</li>
|
|
24
24
|
<li>
|
|
25
|
-
<a href={absUrl("/docs/
|
|
26
|
-
<Icon name="icon-display-
|
|
25
|
+
<a href={absUrl("/docs/quick-start-guide")} className="ui-meganav-media-with-image group">
|
|
26
|
+
<Icon name="icon-display-quickstart-guides-col" size="2.5rem" />
|
|
27
27
|
<div className="flex flex-col justify-center">
|
|
28
|
-
<p className="ui-meganav-media-heading">
|
|
29
|
-
<p className="ui-meganav-media-copy">
|
|
28
|
+
<p className="ui-meganav-media-heading">Quickstart guides</p>
|
|
29
|
+
<p className="ui-meganav-media-copy">Documentation to help you get started quickly.</p>
|
|
30
30
|
</div>
|
|
31
31
|
</a>
|
|
32
32
|
</li>
|
|
33
33
|
<li>
|
|
34
|
-
<a href={absUrl("/
|
|
35
|
-
<Icon name="icon-display-
|
|
34
|
+
<a href={absUrl("/integrations")} className="ui-meganav-media-with-image group">
|
|
35
|
+
<Icon name="icon-display-integrations-col" size="2.5rem" />
|
|
36
36
|
<div className="flex flex-col justify-center">
|
|
37
|
-
<p className="ui-meganav-media-heading">
|
|
38
|
-
<p className="ui-meganav-media-copy">
|
|
37
|
+
<p className="ui-meganav-media-heading">Integrations</p>
|
|
38
|
+
<p className="ui-meganav-media-copy">Find out more about Ably integrations. </p>
|
|
39
39
|
</div>
|
|
40
40
|
</a>
|
|
41
41
|
</li>
|
|
@@ -58,16 +58,25 @@ const MeganavContentDevelopers = ({ absUrl }) => (
|
|
|
58
58
|
<Icon name="icon-display-tutorials-demos-col" size="2.5rem" />
|
|
59
59
|
<div className="flex flex-col justify-center">
|
|
60
60
|
<p className="ui-meganav-media-heading">Tutorials & Demos</p>
|
|
61
|
-
<p className="ui-meganav-media-copy">Get stuck in with our hands-on resources
|
|
61
|
+
<p className="ui-meganav-media-copy">Get stuck in with our hands-on resources.</p>
|
|
62
62
|
</div>
|
|
63
63
|
</a>
|
|
64
64
|
</li>
|
|
65
65
|
<li>
|
|
66
|
-
<a href={absUrl("/
|
|
67
|
-
<Icon name="icon-display-
|
|
66
|
+
<a href={absUrl("/reference-guide-chat")} className="ui-meganav-media-with-image group">
|
|
67
|
+
<Icon name="icon-display-chat-col" size="2.5rem" />
|
|
68
68
|
<div className="flex flex-col justify-center">
|
|
69
|
-
<p className="ui-meganav-media-heading">
|
|
70
|
-
<p className="ui-meganav-media-copy">
|
|
69
|
+
<p className="ui-meganav-media-heading">Chat apps reference guide</p>
|
|
70
|
+
<p className="ui-meganav-media-copy">Learn how to build chat apps with Ably.</p>
|
|
71
|
+
</div>
|
|
72
|
+
</a>
|
|
73
|
+
</li>
|
|
74
|
+
<li>
|
|
75
|
+
<a href={absUrl("/reference-guide-multiplayer")} className="ui-meganav-media-with-image group">
|
|
76
|
+
<Icon name="icon-multi-user-spaces-col" size="2.5rem" />
|
|
77
|
+
<div className="flex flex-col justify-center">
|
|
78
|
+
<p className="ui-meganav-media-heading">Multiplayer reference guide</p>
|
|
79
|
+
<p className="ui-meganav-media-copy">Learn how to build collaborative features with Ably.</p>
|
|
71
80
|
</div>
|
|
72
81
|
</a>
|
|
73
82
|
</li>
|
|
@@ -99,6 +108,7 @@ const MeganavContentDevelopers = ({ absUrl }) => (
|
|
|
99
108
|
<p className="ui-meganav-media-heading">
|
|
100
109
|
Status
|
|
101
110
|
<iframe
|
|
111
|
+
title="Ably status"
|
|
102
112
|
src="https://status.ably.com/embed/icon"
|
|
103
113
|
allowtransparency="true"
|
|
104
114
|
frameBorder="0"
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
<h3 class="ui-meganav-overline ml-24">The Ably Platform</h3>
|
|
8
8
|
</div>
|
|
9
9
|
|
|
10
|
-
<p class="text-p2 font-
|
|
10
|
+
<p class="text-p2 font-bold text-cool-black mb-24 leading-normal" style="max-width: 330px">
|
|
11
11
|
Easily power any realtime experience in your application. No complex infrastructure to manage or provision. Just a simple API that handles everything
|
|
12
12
|
realtime, and lets you focus on your code.
|
|
13
13
|
</p>
|
|
@@ -36,12 +36,6 @@
|
|
|
36
36
|
<p class="ui-meganav-media-copy">Display a list of user actions in realtime.</p>
|
|
37
37
|
<% end %>
|
|
38
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
39
|
<li>
|
|
46
40
|
<%= link_to abs_url("/examples/live-cursors"), class: "ui-meganav-media group" do %>
|
|
47
41
|
<p class="ui-meganav-media-heading">Live Cursors</p>
|
|
@@ -54,6 +48,12 @@
|
|
|
54
48
|
<p class="ui-meganav-media-copy">See when a user is typing a message.</p>
|
|
55
49
|
<% end %>
|
|
56
50
|
</li>
|
|
51
|
+
<li>
|
|
52
|
+
<%= link_to abs_url("/examples/chat-admin-privileges"), class: "ui-meganav-media group" do %>
|
|
53
|
+
<p class="ui-meganav-media-heading">Chat Admin Privileges</p>
|
|
54
|
+
<p class="ui-meganav-media-copy">Control who can take admin actions in a digital space.</p>
|
|
55
|
+
<% end %>
|
|
56
|
+
</li>
|
|
57
57
|
</ul>
|
|
58
58
|
|
|
59
59
|
<%= render(AblyUi::Core::FeaturedLink.new(url: abs_url("/examples"), text_size: 'text-p3')) do %>Explore all live examples<% end %>
|
|
@@ -12,7 +12,7 @@ const MeganavContentPlatform = ({ paths, absUrl }) => (
|
|
|
12
12
|
<img src={paths.ablyStack} alt="Ably homepage" />
|
|
13
13
|
<h3 className="ui-meganav-overline ml-24">The Ably Platform</h3>
|
|
14
14
|
</div>
|
|
15
|
-
<p className="text-p2 font-
|
|
15
|
+
<p className="text-p2 font-bold text-cool-black mb-24 leading-normal" style={{ maxWidth: "330px" }}>
|
|
16
16
|
Easily power any realtime experience in your application. No complex infrastructure to manage or provision. Just a simple API that handles everything
|
|
17
17
|
realtime, and lets you focus on your code.
|
|
18
18
|
</p>
|
|
@@ -45,12 +45,6 @@ const MeganavContentPlatform = ({ paths, absUrl }) => (
|
|
|
45
45
|
<p className="ui-meganav-media-copy">Display a list of user actions in realtime.</p>
|
|
46
46
|
</a>
|
|
47
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
48
|
<li>
|
|
55
49
|
<a href={absUrl("/examples/live-cursors")} className="ui-meganav-media group">
|
|
56
50
|
<p className="ui-meganav-media-heading">Live Cursors</p>
|
|
@@ -63,6 +57,12 @@ const MeganavContentPlatform = ({ paths, absUrl }) => (
|
|
|
63
57
|
<p className="ui-meganav-media-copy">See when a user is typing a message.</p>
|
|
64
58
|
</a>
|
|
65
59
|
</li>
|
|
60
|
+
<li>
|
|
61
|
+
<a href={absUrl("/examples/chat-admin-privileges")} className="ui-meganav-media group">
|
|
62
|
+
<p className="ui-meganav-media-heading">Chat Admin Privileges</p>
|
|
63
|
+
<p className="ui-meganav-media-copy">Control who can take admin actions in a digital space.</p>
|
|
64
|
+
</a>
|
|
65
|
+
</li>
|
|
66
66
|
</ul>
|
|
67
67
|
<FeaturedLink url={absUrl("/examples")} textSize="text-p3">
|
|
68
68
|
Explore all live examples
|
|
@@ -3,49 +3,68 @@
|
|
|
3
3
|
<section class="grid grid-cols-12 ui-grid-gap-x w-full">
|
|
4
4
|
<div class="col-span-full md:col-span-4 py-24 lg:py-32 px-24 sm:px-32 md:pl-0 md:pr-24 bg-extra-light-grey">
|
|
5
5
|
<h3 class="ui-meganav-overline" id="meganav-use-cases-panel-use-cases">
|
|
6
|
-
|
|
6
|
+
Solutions
|
|
7
7
|
</h3>
|
|
8
8
|
<ul aria-labelledby="meganav-use-cases-panel-industry-use-cases">
|
|
9
|
+
|
|
9
10
|
<li>
|
|
10
|
-
<%= link_to abs_url("/solutions/
|
|
11
|
-
<%= render(AblyUi::Core::Icon.new(name: "icon-
|
|
11
|
+
<%= link_to abs_url("/solutions/chat"), class: "ui-meganav-media-with-image group" do %>
|
|
12
|
+
<%= render(AblyUi::Core::Icon.new(name: "icon-display-chat-stack-col", size: "2.5rem")) %>
|
|
12
13
|
<div class="flex flex-col justify-center">
|
|
13
|
-
<p class="ui-meganav-media-heading">Live
|
|
14
|
-
<p class="ui-meganav-media-copy">Deliver
|
|
14
|
+
<p class="ui-meganav-media-heading">Live Chat</p>
|
|
15
|
+
<p class="ui-meganav-media-copy">Deliver highly reliable chat experiences at scale.</p>
|
|
15
16
|
</div>
|
|
16
17
|
<% end %>
|
|
17
18
|
</li>
|
|
18
19
|
<li>
|
|
19
|
-
<%= link_to abs_url("/solutions/
|
|
20
|
-
<%= render(AblyUi::Core::Icon.new(name: "icon-
|
|
20
|
+
<%= link_to abs_url("/solutions/multiplayer-collaboration"), class: "ui-meganav-media-with-image group" do %>
|
|
21
|
+
<%= render(AblyUi::Core::Icon.new(name: "icon-multi-user-spaces-col", size: "2.5rem")) %>
|
|
21
22
|
<div class="flex flex-col justify-center">
|
|
22
|
-
<p class="ui-meganav-media-heading">
|
|
23
|
-
<p class="ui-meganav-media-copy">
|
|
23
|
+
<p class="ui-meganav-media-heading">Multiplayer Collaboration</p>
|
|
24
|
+
<p class="ui-meganav-media-copy">Bring collaborative multiplayer experiences to your users.</p>
|
|
24
25
|
</div>
|
|
25
26
|
<% end %>
|
|
26
27
|
</li>
|
|
27
28
|
<li>
|
|
28
|
-
<%= link_to abs_url("/solutions/
|
|
29
|
-
<%= render(AblyUi::Core::Icon.new(name: "icon-display-
|
|
29
|
+
<%= link_to abs_url("/solutions/data-broadcast"), class: "ui-meganav-media-with-image group" do %>
|
|
30
|
+
<%= render(AblyUi::Core::Icon.new(name: "icon-display-data-broadcast-col", size: "2.5rem")) %>
|
|
30
31
|
<div class="flex flex-col justify-center">
|
|
31
|
-
<p class="ui-meganav-media-heading">
|
|
32
|
-
<p class="ui-meganav-media-copy">
|
|
32
|
+
<p class="ui-meganav-media-heading">Data Broadcast</p>
|
|
33
|
+
<p class="ui-meganav-media-copy">Broadcast realtime event data to millions of devices around the globe.</p>
|
|
33
34
|
</div>
|
|
34
35
|
<% end %>
|
|
35
36
|
</li>
|
|
36
37
|
<li>
|
|
37
|
-
<%= link_to abs_url("/solutions/
|
|
38
|
-
<%= render(AblyUi::Core::Icon.new(name: "icon-
|
|
38
|
+
<%= link_to abs_url("/solutions/data-synchronization"), class: "ui-meganav-media-with-image group" do %>
|
|
39
|
+
<%= render(AblyUi::Core::Icon.new(name: "icon-display-data-synchronization-col", size: "2.5rem")) %>
|
|
39
40
|
<div class="flex flex-col justify-center">
|
|
40
|
-
<p class="ui-meganav-media-heading">
|
|
41
|
-
<p class="ui-meganav-media-copy">
|
|
41
|
+
<p class="ui-meganav-media-heading">Data Synchronization</p>
|
|
42
|
+
<p class="ui-meganav-media-copy">Keep your frontend and backend in realtime sync, at global scale.</p>
|
|
43
|
+
</div>
|
|
44
|
+
<% end %>
|
|
45
|
+
</li>
|
|
46
|
+
<li>
|
|
47
|
+
<%= link_to abs_url("/push-notifications"), class: "ui-meganav-media-with-image group" do %>
|
|
48
|
+
<%= render(AblyUi::Core::Icon.new(name: "icon-display-push-notifications-col", size: "2.5rem")) %>
|
|
49
|
+
<div class="flex flex-col justify-center">
|
|
50
|
+
<p class="ui-meganav-media-heading">Notifications</p>
|
|
51
|
+
<p class="ui-meganav-media-copy">Deliver cross-platform push notifications with a simple unified API.</p>
|
|
52
|
+
</div>
|
|
53
|
+
<% end %>
|
|
54
|
+
</li>
|
|
55
|
+
<li>
|
|
56
|
+
<%= link_to abs_url("/solutions/extend-kafka-to-the-edge"), class: "ui-meganav-media-with-image group" do %>
|
|
57
|
+
<%= render(AblyUi::Core::Icon.new(name: "icon-display-kafka-at-the-edge-col", size: "2.5rem")) %>
|
|
58
|
+
<div class="flex flex-col justify-center">
|
|
59
|
+
<p class="ui-meganav-media-heading">Extend Kafka to the edge</p>
|
|
60
|
+
<p class="ui-meganav-media-copy">Reliably expand Kafka’s event streaming beyond your private network.</p>
|
|
42
61
|
</div>
|
|
43
62
|
<% end %>
|
|
44
63
|
</li>
|
|
45
64
|
</ul>
|
|
46
65
|
</div>
|
|
47
66
|
|
|
48
|
-
<div class="col-span-full md:col-span-4 pt-24 pb-
|
|
67
|
+
<div class="col-span-full md:col-span-4 pt-24 pb-0 md:py-24 lg:py-32 px-24 sm:px-32 md:px-0 bg-white">
|
|
49
68
|
<h3 class="ui-meganav-overline" id="meganav-use-cases-panel-industry">
|
|
50
69
|
Industry
|
|
51
70
|
</h3>
|
|
@@ -80,6 +99,11 @@
|
|
|
80
99
|
<p class="ui-meganav-media-copy">Provide trustworthy, HIPAA-compliant realtime apps.</p>
|
|
81
100
|
<% end %>
|
|
82
101
|
</li>
|
|
102
|
+
</ul>
|
|
103
|
+
</div>
|
|
104
|
+
|
|
105
|
+
<div class="col-span-full md:col-span-4 pt-0 pb-24 md:py-24 lg:py-32 px-24 sm:px-32 md:px-0 bg-white">
|
|
106
|
+
<ul aria-labelledby="meganav-use-cases-panel-solutions" class="mt-0 md:mt-40">
|
|
83
107
|
<li>
|
|
84
108
|
<%= link_to abs_url("/solutions/ecommerce-and-retail"), class: "ui-meganav-media group" do %>
|
|
85
109
|
<p class="ui-meganav-media-heading">eCommerce & Retail</p>
|
|
@@ -106,26 +130,6 @@
|
|
|
106
130
|
</li>
|
|
107
131
|
</ul>
|
|
108
132
|
</div>
|
|
109
|
-
|
|
110
|
-
<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">
|
|
111
|
-
<h3 class="ui-meganav-overline" id="meganav-use-cases-panel-solutions">
|
|
112
|
-
Solutions
|
|
113
|
-
</h3>
|
|
114
|
-
<ul aria-labelledby="meganav-use-cases-panel-solutions">
|
|
115
|
-
<li>
|
|
116
|
-
<%= link_to abs_url("/solutions/extend-kafka-to-the-edge"), class: "ui-meganav-media group" do %>
|
|
117
|
-
<p class="ui-meganav-media-heading">Extend Kafka to the edge</p>
|
|
118
|
-
<p class="ui-meganav-media-copy">Reliably expand Kafka’s event streaming beyond your private network.</p>
|
|
119
|
-
<% end %>
|
|
120
|
-
</li>
|
|
121
|
-
<li>
|
|
122
|
-
<%= link_to abs_url("/solutions/asset-tracking"), class: "ui-meganav-media group" do %>
|
|
123
|
-
<p class="ui-meganav-media-heading">Asset Tracking</p>
|
|
124
|
-
<p class="ui-meganav-media-copy">Track assets in realtime with a solution optimised for last mile logistics.</p>
|
|
125
|
-
<% end %>
|
|
126
|
-
</li>
|
|
127
|
-
</ul>
|
|
128
|
-
</div>
|
|
129
133
|
</section>
|
|
130
134
|
<div class="ui-meganav-content-spacer"></div>
|
|
131
135
|
</div>
|
|
@@ -9,49 +9,67 @@ const MeganavContentUseCases = ({ absUrl }) => (
|
|
|
9
9
|
<section className="grid grid-cols-12 ui-grid-gap-x w-full">
|
|
10
10
|
<div className="col-span-full md:col-span-4 py-24 lg:py-32 px-24 sm:px-32 md:pl-0 md:pr-24 bg-extra-light-grey">
|
|
11
11
|
<h3 className="ui-meganav-overline" id="meganav-use-cases-panel-use-cases">
|
|
12
|
-
|
|
12
|
+
Solutions
|
|
13
13
|
</h3>
|
|
14
14
|
<ul aria-labelledby="meganav-use-cases-panel-industry-use-cases">
|
|
15
15
|
<li>
|
|
16
|
-
<a href={absUrl("/solutions/
|
|
17
|
-
<Icon name="icon-
|
|
16
|
+
<a href={absUrl("/solutions/chat")} className="ui-meganav-media-with-image group">
|
|
17
|
+
<Icon name="icon-display-chat-stack-col" size="2.5rem" />
|
|
18
18
|
<div className="flex flex-col justify-center">
|
|
19
|
-
<p className="ui-meganav-media-heading">Live
|
|
20
|
-
<p className="ui-meganav-media-copy">Deliver
|
|
19
|
+
<p className="ui-meganav-media-heading">Live Chat</p>
|
|
20
|
+
<p className="ui-meganav-media-copy">Deliver highly reliable chat experiences at scale.</p>
|
|
21
21
|
</div>
|
|
22
22
|
</a>
|
|
23
23
|
</li>
|
|
24
24
|
<li>
|
|
25
|
-
<a href={absUrl("/solutions/
|
|
26
|
-
<Icon name="icon-
|
|
25
|
+
<a href={absUrl("/solutions/multiplayer-collaboration")} className="ui-meganav-media-with-image group">
|
|
26
|
+
<Icon name="icon-multi-user-spaces-col" size="2.5rem" />
|
|
27
27
|
<div className="flex flex-col justify-center">
|
|
28
|
-
<p className="ui-meganav-media-heading">
|
|
29
|
-
<p className="ui-meganav-media-copy">
|
|
28
|
+
<p className="ui-meganav-media-heading">Multiplayer Collaboration</p>
|
|
29
|
+
<p className="ui-meganav-media-copy">Bring collaborative multiplayer experiences to your users.</p>
|
|
30
30
|
</div>
|
|
31
31
|
</a>
|
|
32
32
|
</li>
|
|
33
33
|
<li>
|
|
34
|
-
<a href={absUrl("/solutions/
|
|
35
|
-
<Icon name="icon-display-
|
|
34
|
+
<a href={absUrl("/solutions/data-broadcast")} className="ui-meganav-media-with-image group">
|
|
35
|
+
<Icon name="icon-display-data-broadcast-col" size="2.5rem" />
|
|
36
36
|
<div className="flex flex-col justify-center">
|
|
37
|
-
<p className="ui-meganav-media-heading">
|
|
38
|
-
<p className="ui-meganav-media-copy">
|
|
37
|
+
<p className="ui-meganav-media-heading">Data Broadcast</p>
|
|
38
|
+
<p className="ui-meganav-media-copy">Broadcast realtime event data to millions of devices around the globe.</p>
|
|
39
39
|
</div>
|
|
40
40
|
</a>
|
|
41
41
|
</li>
|
|
42
42
|
<li>
|
|
43
|
-
<a href={absUrl("/solutions/
|
|
44
|
-
<Icon name="icon-
|
|
43
|
+
<a href={absUrl("/solutions/data-synchronization")} className="ui-meganav-media-with-image group">
|
|
44
|
+
<Icon name="icon-display-data-synchronization-col" size="2.5rem" />
|
|
45
|
+
<div className="flex flex-col justify-center">
|
|
46
|
+
<p className="ui-meganav-media-heading">Data Synchronization</p>
|
|
47
|
+
<p className="ui-meganav-media-copy">Keep your frontend and backend in realtime sync, at global scale.</p>
|
|
48
|
+
</div>
|
|
49
|
+
</a>
|
|
50
|
+
</li>
|
|
51
|
+
<li>
|
|
52
|
+
<a href={absUrl("/push-notifications")} className="ui-meganav-media-with-image group">
|
|
53
|
+
<Icon name="icon-display-push-notifications-col" size="2.5rem" />
|
|
45
54
|
<div className="flex flex-col justify-center">
|
|
46
|
-
<p className="ui-meganav-media-heading">
|
|
47
|
-
<p className="ui-meganav-media-copy">
|
|
55
|
+
<p className="ui-meganav-media-heading">Notifications</p>
|
|
56
|
+
<p className="ui-meganav-media-copy">Deliver cross-platform push notifications with a simple unified API.</p>
|
|
57
|
+
</div>
|
|
58
|
+
</a>
|
|
59
|
+
</li>
|
|
60
|
+
<li>
|
|
61
|
+
<a href={absUrl("/solutions/extend-kafka-to-the-edge")} className="ui-meganav-media-with-image group">
|
|
62
|
+
<Icon name="icon-display-kafka-at-the-edge-col" size="2.5rem" />
|
|
63
|
+
<div className="flex flex-col justify-center">
|
|
64
|
+
<p className="ui-meganav-media-heading">Extend Kafka to the edge</p>
|
|
65
|
+
<p className="ui-meganav-media-copy">Reliably expand Kafka’s event streaming beyond your private network.</p>
|
|
48
66
|
</div>
|
|
49
67
|
</a>
|
|
50
68
|
</li>
|
|
51
69
|
</ul>
|
|
52
70
|
</div>
|
|
53
71
|
|
|
54
|
-
<div className="col-span-full md:col-span-4 pt-24 pb-
|
|
72
|
+
<div className="col-span-full md:col-span-4 pt-24 pb-0 md:py-24 lg:py-32 px-24 sm:px-32 md:px-0 bg-white">
|
|
55
73
|
<h3 className="ui-meganav-overline" id="meganav-use-cases-panel-industry">
|
|
56
74
|
Industry
|
|
57
75
|
</h3>
|
|
@@ -86,6 +104,11 @@ const MeganavContentUseCases = ({ absUrl }) => (
|
|
|
86
104
|
<p className="ui-meganav-media-copy">Provide trustworthy, HIPAA-compliant realtime apps.</p>
|
|
87
105
|
</a>
|
|
88
106
|
</li>
|
|
107
|
+
</ul>
|
|
108
|
+
</div>
|
|
109
|
+
|
|
110
|
+
<div className="col-span-full md:col-span-4 pt-0 pb-24 md:py-24 lg:py-32 px-24 sm:px-32 md:px-0 bg-white">
|
|
111
|
+
<ul aria-labelledby="meganav-use-cases-panel-solutions" className="mt-0 md:mt-40">
|
|
89
112
|
<li>
|
|
90
113
|
<a href={absUrl("/solutions/ecommerce-and-retail")} className="ui-meganav-media group">
|
|
91
114
|
<p className="ui-meganav-media-heading">eCommerce & Retail</p>
|
|
@@ -112,26 +135,6 @@ const MeganavContentUseCases = ({ absUrl }) => (
|
|
|
112
135
|
</li>
|
|
113
136
|
</ul>
|
|
114
137
|
</div>
|
|
115
|
-
|
|
116
|
-
<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">
|
|
117
|
-
<h3 className="ui-meganav-overline" id="meganav-use-cases-panel-solutions">
|
|
118
|
-
Solutions
|
|
119
|
-
</h3>
|
|
120
|
-
<ul aria-labelledby="meganav-use-cases-panel-solutions">
|
|
121
|
-
<li>
|
|
122
|
-
<a href={absUrl("/solutions/extend-kafka-to-the-edge")} className="ui-meganav-media group">
|
|
123
|
-
<p className="ui-meganav-media-heading">Extend Kafka to the edge</p>
|
|
124
|
-
<p className="ui-meganav-media-copy">Reliably expand Kafka’s event streaming beyond your private network.</p>
|
|
125
|
-
</a>
|
|
126
|
-
</li>
|
|
127
|
-
<li>
|
|
128
|
-
<a href={absUrl("/solutions/asset-tracking")} className="ui-meganav-media group">
|
|
129
|
-
<p className="ui-meganav-media-heading">Asset Tracking</p>
|
|
130
|
-
<p className="ui-meganav-media-copy">Track assets in realtime with a solution optimised for last mile logistics.</p>
|
|
131
|
-
</a>
|
|
132
|
-
</li>
|
|
133
|
-
</ul>
|
|
134
|
-
</div>
|
|
135
138
|
</section>
|
|
136
139
|
<div className="ui-meganav-content-spacer"></div>
|
|
137
140
|
</div>
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
<%# Note the style attribute is used for entry animation %>
|
|
2
2
|
<%= tag.div class: "ui-announcement #{bg_color} #{text_color}", data: { id: "ui-notice" }, style: "max-height: 0; overflow: hidden" do %>
|
|
3
3
|
<div class="ui-grid-px py-16 max-w-screen-xl mx-auto flex items-start">
|
|
4
|
-
<%= content_wrapper class: "font-
|
|
5
|
-
<strong class="font-
|
|
4
|
+
<%= content_wrapper class: "font-medium w-full pr-8 text-p3 self-center" do %>
|
|
5
|
+
<strong class="font-bold whitespace-nowrap pr-4"><%= @contents[:title] %></strong>
|
|
6
6
|
<span class="pr-4"><%= @contents[:body_text] %></span>
|
|
7
7
|
<span class="underline cursor-pointer whitespace-nowrap"><%= @contents[:button_label] %></span>
|
|
8
8
|
<% end %>
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React, { useEffect } from "react";
|
|
2
2
|
import T from "prop-types";
|
|
3
3
|
|
|
4
|
-
const contentWrapperClasses = "font-
|
|
4
|
+
const contentWrapperClasses = "font-medium w-full pr-8 text-p3 self-center";
|
|
5
5
|
|
|
6
6
|
import NoticeScripts from "./component.js";
|
|
7
7
|
import Icon from "../Icon/component.jsx";
|
|
@@ -38,7 +38,7 @@ const Notice = ({ buttonLink, buttonLabel, bodyText, title, config, closeBtn, bg
|
|
|
38
38
|
<div className={wrapperClasses} data-id="ui-notice" style={{ maxHeight: 0, overflow: "hidden" }}>
|
|
39
39
|
<div className="ui-grid-px py-16 max-w-screen-xl mx-auto flex items-start">
|
|
40
40
|
<ContentWrapper buttonLink={buttonLink}>
|
|
41
|
-
<strong className="font-
|
|
41
|
+
<strong className="font-bold whitespace-nowrap pr-4">{title}</strong>
|
|
42
42
|
<span className="pr-4">{bodyText}</span>
|
|
43
43
|
{buttonLabel && <span className="underline cursor-pointer whitespace-nowrap">{buttonLabel}</span>}
|
|
44
44
|
</ContentWrapper>
|
package/src/core/core.rb
CHANGED
|
@@ -42,12 +42,16 @@ module AblyUi
|
|
|
42
42
|
asset_path 'ably_ui/core/images/icon-tech-aws.svg'
|
|
43
43
|
end
|
|
44
44
|
|
|
45
|
-
def
|
|
46
|
-
asset_path 'ably_ui/core/images/
|
|
45
|
+
def highest_performer
|
|
46
|
+
asset_path 'ably_ui/core/images/high-performer-2022.png'
|
|
47
47
|
end
|
|
48
48
|
|
|
49
|
-
def
|
|
50
|
-
asset_path 'ably_ui/core/images/
|
|
49
|
+
def highest_user_adoption
|
|
50
|
+
asset_path 'ably_ui/core/images/highest-user-adoption-2022.png'
|
|
51
|
+
end
|
|
52
|
+
|
|
53
|
+
def users_love_us
|
|
54
|
+
asset_path 'ably_ui/core/images/users-love-us-2022.png'
|
|
51
55
|
end
|
|
52
56
|
end
|
|
53
57
|
|