ably-ui 8.2.0 → 8.2.1.dev.611f3bd
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/lib/ably_ui/core/core.rb +4 -0
- data/lib/ably_ui/core/images/icon-tech-aws.svg +4 -0
- data/lib/ably_ui/core/meganav/component.css +11 -1
- data/lib/ably_ui/core/meganav/component.js +1 -1
- data/lib/ably_ui/core/meganav/component.json +4 -4
- data/lib/ably_ui/core/meganav/meganav.rb +8 -4
- data/lib/ably_ui/core/meganav_blog_posts_list/component.js +1 -1
- data/lib/ably_ui/core/meganav_blog_posts_list/meganav_blog_posts_list.html.erb +4 -4
- data/lib/ably_ui/core/{meganav_content_why_ably → meganav_content_company}/component.js +1 -1
- data/lib/ably_ui/core/meganav_content_company/meganav_content_company.html.erb +81 -0
- data/lib/ably_ui/core/{meganav_content_why_ably/meganav_content_why_ably.rb → meganav_content_company/meganav_content_company.rb} +2 -1
- data/lib/ably_ui/core/meganav_content_developers/meganav_content_developers.html.erb +101 -80
- data/lib/ably_ui/core/meganav_content_platform/meganav_content_platform.html.erb +95 -91
- data/lib/ably_ui/core/meganav_content_use_cases/meganav_content_use_cases.html.erb +112 -83
- data/lib/ably_ui/core/meganav_control/component.js +1 -1
- data/lib/ably_ui/core/meganav_control/meganav_control.html.erb +1 -1
- data/lib/ably_ui/core/meganav_control/meganav_control.rb +8 -2
- data/lib/ably_ui/core/meganav_control_mobile_panel_close/meganav_control_mobile_panel_close.html.erb +4 -2
- data/lib/ably_ui/core/meganav_control_mobile_panel_close/meganav_control_mobile_panel_close.rb +4 -1
- data/lib/ably_ui/core/meganav_items_desktop/meganav_items_desktop.html.erb +4 -3
- data/lib/ably_ui/core/meganav_items_desktop/meganav_items_desktop.rb +8 -0
- data/lib/ably_ui/core/meganav_items_mobile/meganav_items_mobile.html.erb +1 -1
- data/lib/ably_ui/core/meganav_items_mobile/meganav_items_mobile.rb +4 -0
- data/lib/ably_ui/core/meganav_items_signed_in/meganav_items_signed_in.html.erb +1 -1
- data/lib/ably_ui/core/meganav_search_suggestions/component.js +1 -1
- data/lib/ably_ui/core/notice/component.js +1 -1
- data/lib/ably_ui/core/scripts.js +1 -1
- data/lib/ably_ui/core/sprites.svg +141 -0
- data/lib/ably_ui/core/styles.css +4 -0
- data/lib/ably_ui/react/connect_state_wrapper/component.js +1 -0
- data/lib/ably_ui/react/scripts.js +1 -0
- data/lib/ably_ui/version.rb +1 -1
- metadata +15 -15
- data/lib/ably_ui/core/images/blog-thumb1.jpg +0 -0
- data/lib/ably_ui/core/images/blog-thumb2.jpg +0 -0
- data/lib/ably_ui/core/images/blog-thumb3.jpg +0 -0
- data/lib/ably_ui/core/meganav_content_why_ably/meganav_content_why_ably.html.erb +0 -70
data/lib/ably_ui/core/styles.css
CHANGED
@@ -0,0 +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.React=e.AblyUi.React||{},e.AblyUi.React.ConnectStateWrapper=t())}(this,(function(){return{}.default}));
|
@@ -0,0 +1 @@
|
|
1
|
+
!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t(require("react"),require("react-dom")):"function"==typeof define&&define.amd?define([,],t):"object"==typeof exports?exports.AblyUi=t(require("react"),require("react-dom")):(e.AblyUi=e.AblyUi||{},e.AblyUi.React=t(e[void 0],e[void 0]))}(this,(function(e,t){return(()=>{"use strict";var r={281:t=>{t.exports=e},645:e=>{e.exports=t}},o={};function a(e){var t=o[e];if(void 0!==t)return t.exports;var n=o[e]={exports:{}};return r[e](n,n.exports,a),n.exports}a.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return a.d(t,{a:t}),t},a.d=(e,t)=>{for(var r in t)a.o(t,r)&&!a.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},a.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),a.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var n={};return(()=>{a.r(n),a.d(n,{reactRenderer:()=>i});var e=a(281),t=a.n(e),r=a(645),o=a.n(r);function i(e){var r=document.querySelectorAll("[data-react]");Array.from(r).forEach((function(r){var a=r.getAttribute("data-react"),n=e[a];if(!n)throw new Error('Found a data-react attribute with "'.concat(a,'" but no matching component.'));var i=r.getAttribute("data-react-props"),c=i&&JSON.parse(i||{});o().render(t().createElement(n,c),r),r.removeAttribute("data-react"),r.removeAttribute("data-react-props")}))}})(),n})()}));
|
data/lib/ably_ui/version.rb
CHANGED
metadata
CHANGED
@@ -1,16 +1,16 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ably-ui
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 8.2.
|
4
|
+
version: 8.2.1.dev.611f3bd
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Dominik Piatek
|
8
8
|
- Arti Mathanda
|
9
9
|
- Bruce Thomas
|
10
|
-
autorequire:
|
10
|
+
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2022-08-
|
13
|
+
date: 2022-08-26 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: view_component
|
@@ -32,7 +32,7 @@ dependencies:
|
|
32
32
|
- - "<"
|
33
33
|
- !ruby/object:Gem::Version
|
34
34
|
version: '2.50'
|
35
|
-
description:
|
35
|
+
description:
|
36
36
|
email:
|
37
37
|
- dominik.piatek@ably.com
|
38
38
|
- arti.mathanda@ably.com
|
@@ -101,9 +101,6 @@ files:
|
|
101
101
|
- lib/ably_ui/core/icon/icon.rb
|
102
102
|
- lib/ably_ui/core/images/ably-logo.svg
|
103
103
|
- lib/ably_ui/core/images/ably-stack.svg
|
104
|
-
- lib/ably_ui/core/images/blog-thumb1.jpg
|
105
|
-
- lib/ably_ui/core/images/blog-thumb2.jpg
|
106
|
-
- lib/ably_ui/core/images/blog-thumb3.jpg
|
107
104
|
- lib/ably_ui/core/images/cust-logo-ao-col-pos.png
|
108
105
|
- lib/ably_ui/core/images/cust-logo-ao-col-pos@2x.png
|
109
106
|
- lib/ably_ui/core/images/cust-logo-ausopen-col-pos.png
|
@@ -130,6 +127,7 @@ files:
|
|
130
127
|
- lib/ably_ui/core/images/cust-photo-split-pato-echague.jpg
|
131
128
|
- lib/ably_ui/core/images/cust-photo-vitac-joe-antonio.jpg
|
132
129
|
- lib/ably_ui/core/images/flexible-companies.png
|
130
|
+
- lib/ably_ui/core/images/icon-tech-aws.svg
|
133
131
|
- lib/ably_ui/core/images/rocket-list-2021.png
|
134
132
|
- lib/ably_ui/core/images/scale-motif-open-empathetic.svg
|
135
133
|
- lib/ably_ui/core/images/technical-support-01-800x533.jpg
|
@@ -147,6 +145,9 @@ files:
|
|
147
145
|
- lib/ably_ui/core/meganav_blog_posts_list/component.js
|
148
146
|
- lib/ably_ui/core/meganav_blog_posts_list/meganav_blog_posts_list.html.erb
|
149
147
|
- lib/ably_ui/core/meganav_blog_posts_list/meganav_blog_posts_list.rb
|
148
|
+
- lib/ably_ui/core/meganav_content_company/component.js
|
149
|
+
- lib/ably_ui/core/meganav_content_company/meganav_content_company.html.erb
|
150
|
+
- lib/ably_ui/core/meganav_content_company/meganav_content_company.rb
|
150
151
|
- lib/ably_ui/core/meganav_content_developers/component.js
|
151
152
|
- lib/ably_ui/core/meganav_content_developers/meganav_content_developers.html.erb
|
152
153
|
- lib/ably_ui/core/meganav_content_developers/meganav_content_developers.rb
|
@@ -156,9 +157,6 @@ files:
|
|
156
157
|
- lib/ably_ui/core/meganav_content_use_cases/component.js
|
157
158
|
- lib/ably_ui/core/meganav_content_use_cases/meganav_content_use_cases.html.erb
|
158
159
|
- lib/ably_ui/core/meganav_content_use_cases/meganav_content_use_cases.rb
|
159
|
-
- lib/ably_ui/core/meganav_content_why_ably/component.js
|
160
|
-
- lib/ably_ui/core/meganav_content_why_ably/meganav_content_why_ably.html.erb
|
161
|
-
- lib/ably_ui/core/meganav_content_why_ably/meganav_content_why_ably.rb
|
162
160
|
- lib/ably_ui/core/meganav_control/component.js
|
163
161
|
- lib/ably_ui/core/meganav_control/meganav_control.html.erb
|
164
162
|
- lib/ably_ui/core/meganav_control/meganav_control.rb
|
@@ -214,6 +212,8 @@ files:
|
|
214
212
|
- lib/ably_ui/core/uptime/component.js
|
215
213
|
- lib/ably_ui/core/uptime/uptime.html.erb
|
216
214
|
- lib/ably_ui/core/uptime/uptime.rb
|
215
|
+
- lib/ably_ui/react/connect_state_wrapper/component.js
|
216
|
+
- lib/ably_ui/react/scripts.js
|
217
217
|
- lib/ably_ui/reset/scripts.js
|
218
218
|
- lib/ably_ui/reset/styles.css
|
219
219
|
- lib/ably_ui/version.rb
|
@@ -222,7 +222,7 @@ licenses:
|
|
222
222
|
- Apache-2.0
|
223
223
|
metadata:
|
224
224
|
source_code_uri: https://github.com/ably/ably-ui
|
225
|
-
post_install_message:
|
225
|
+
post_install_message:
|
226
226
|
rdoc_options: []
|
227
227
|
require_paths:
|
228
228
|
- lib
|
@@ -233,12 +233,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
233
233
|
version: '0'
|
234
234
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
235
235
|
requirements:
|
236
|
-
- - "
|
236
|
+
- - ">"
|
237
237
|
- !ruby/object:Gem::Version
|
238
|
-
version:
|
238
|
+
version: 1.3.1
|
239
239
|
requirements: []
|
240
|
-
rubygems_version: 3.
|
241
|
-
signing_key:
|
240
|
+
rubygems_version: 3.3.7
|
241
|
+
signing_key:
|
242
242
|
specification_version: 4
|
243
243
|
summary: Shared component library and design system for Ably Real-time Ltd (ably.com)
|
244
244
|
test_files: []
|
Binary file
|
Binary file
|
Binary file
|
@@ -1,70 +0,0 @@
|
|
1
|
-
<section class="ui-meganav-content ui-grid-gap md:grid-cols-3">
|
2
|
-
<div>
|
3
|
-
<h3 class="ui-meganav-overline" id="meganav-why-ably-panel-list-why-companies">Why companies choose Ably</h3>
|
4
|
-
<ul aria-labelledby="meganav-why-ably-panel-list-why-companies">
|
5
|
-
<li>
|
6
|
-
<%= link_to abs_url("/customers"), class: "group ui-meganav-media py-12" do %>
|
7
|
-
<p class="ui-meganav-media-heading">Customers</p>
|
8
|
-
<% end %>
|
9
|
-
</li>
|
10
|
-
|
11
|
-
<li>
|
12
|
-
<%= link_to abs_url("/case-studies"), class: "group ui-meganav-media py-12" do %>
|
13
|
-
<p class="ui-meganav-media-heading">Case studies</p>
|
14
|
-
<% end %>
|
15
|
-
</li>
|
16
|
-
|
17
|
-
<li>
|
18
|
-
<%= link_to abs_url("/compare"), class: "group ui-meganav-media py-12" do %>
|
19
|
-
<p class="ui-meganav-media-heading">Compare our tech</p>
|
20
|
-
<% end %>
|
21
|
-
</li>
|
22
|
-
|
23
|
-
<li>
|
24
|
-
<%= link_to abs_url("/aws"), class: "group ui-meganav-media py-12" do %>
|
25
|
-
<p class="ui-meganav-media-heading">Ably & AWS</p>
|
26
|
-
<% end %>
|
27
|
-
</li>
|
28
|
-
|
29
|
-
<li>
|
30
|
-
<%= link_to abs_url("/resources"), class: "group ui-meganav-media py-12" do %>
|
31
|
-
<p class="ui-meganav-media-heading">Resources</p>
|
32
|
-
<% end %>
|
33
|
-
</li>
|
34
|
-
</ul>
|
35
|
-
</div>
|
36
|
-
|
37
|
-
<div>
|
38
|
-
<h3 class="ui-meganav-overline" id="meganav-why-ably-panel-list-four-pillars">Four pillars of dependability</h3>
|
39
|
-
<ul class="mb-8" aria-labelledby="meganav-why-ably-panel-list-four-pillars">
|
40
|
-
<li>
|
41
|
-
<%= link_to abs_url("/four-pillars-of-dependability#performance"), class: "ui-meganav-media group" do %>
|
42
|
-
<p class="ui-meganav-media-heading">Predictable performance</p>
|
43
|
-
<p class="ui-meganav-media-copy">A low-latency global edge network across 200+ PoPs.</p>
|
44
|
-
<% end %>
|
45
|
-
</li>
|
46
|
-
<li>
|
47
|
-
<%= link_to abs_url("/four-pillars-of-dependability#integrity"), class: "ui-meganav-media group" do %>
|
48
|
-
<p class="ui-meganav-media-heading">Guaranteed ordering & delivery</p>
|
49
|
-
<p class="ui-meganav-media-copy">We guarantee in-order data delivery, even after disconnections.</p>
|
50
|
-
<% end %>
|
51
|
-
</li>
|
52
|
-
<li>
|
53
|
-
<%= link_to abs_url("/four-pillars-of-dependability#reliability"), class: "ui-meganav-media group" do %>
|
54
|
-
<p class="ui-meganav-media-heading">Fault tolerant infrastructure</p>
|
55
|
-
<p class="ui-meganav-media-copy">Redundant at regional and global levels with 99.999% uptime SLAs.</p>
|
56
|
-
<% end %>
|
57
|
-
</li>
|
58
|
-
<li>
|
59
|
-
<%= link_to abs_url("/four-pillars-of-dependability#availability"), class: "ui-meganav-media group" do %>
|
60
|
-
<p class="ui-meganav-media-heading">High scalability & availability</p>
|
61
|
-
<p class="ui-meganav-media-copy">Elastic, battle-tested global infrastructure for massive scale.</p>
|
62
|
-
<% end %>
|
63
|
-
</li>
|
64
|
-
</ul>
|
65
|
-
|
66
|
-
<%= render(AblyUi::Core::FeaturedLink.new(url: abs_url("/four-pillars-of-dependability"))) do %>Explore our Four Pillars of Dependability<% end %>
|
67
|
-
</div>
|
68
|
-
|
69
|
-
<%= render(AblyUi::Core::MeganavBlogPostsList.new(url_base: url_base)) %>
|
70
|
-
</section>
|