ably-ui 8.1.1 → 8.2.1.dev.0f465a1

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 (40) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +1 -1
  3. data/lib/ably_ui/core/core.rb +4 -0
  4. data/lib/ably_ui/core/footer/footer.html.erb +1 -1
  5. data/lib/ably_ui/core/images/icon-tech-aws.svg +4 -0
  6. data/lib/ably_ui/core/meganav/component.css +11 -1
  7. data/lib/ably_ui/core/meganav/component.js +1 -1
  8. data/lib/ably_ui/core/meganav/component.json +4 -4
  9. data/lib/ably_ui/core/meganav/meganav.rb +8 -4
  10. data/lib/ably_ui/core/meganav_blog_posts_list/component.js +1 -1
  11. data/lib/ably_ui/core/meganav_blog_posts_list/meganav_blog_posts_list.html.erb +4 -4
  12. data/lib/ably_ui/core/{meganav_content_why_ably → meganav_content_company}/component.js +1 -1
  13. data/lib/ably_ui/core/meganav_content_company/meganav_content_company.html.erb +81 -0
  14. data/lib/ably_ui/core/{meganav_content_why_ably/meganav_content_why_ably.rb → meganav_content_company/meganav_content_company.rb} +2 -1
  15. data/lib/ably_ui/core/meganav_content_developers/meganav_content_developers.html.erb +101 -80
  16. data/lib/ably_ui/core/meganav_content_platform/meganav_content_platform.html.erb +95 -85
  17. data/lib/ably_ui/core/meganav_content_use_cases/meganav_content_use_cases.html.erb +112 -83
  18. data/lib/ably_ui/core/meganav_control/component.js +1 -1
  19. data/lib/ably_ui/core/meganav_control/meganav_control.html.erb +1 -1
  20. data/lib/ably_ui/core/meganav_control/meganav_control.rb +8 -2
  21. data/lib/ably_ui/core/meganav_control_mobile_panel_close/meganav_control_mobile_panel_close.html.erb +4 -2
  22. data/lib/ably_ui/core/meganav_control_mobile_panel_close/meganav_control_mobile_panel_close.rb +4 -1
  23. data/lib/ably_ui/core/meganav_items_desktop/meganav_items_desktop.html.erb +4 -3
  24. data/lib/ably_ui/core/meganav_items_desktop/meganav_items_desktop.rb +8 -0
  25. data/lib/ably_ui/core/meganav_items_mobile/meganav_items_mobile.html.erb +1 -1
  26. data/lib/ably_ui/core/meganav_items_mobile/meganav_items_mobile.rb +4 -0
  27. data/lib/ably_ui/core/meganav_items_signed_in/meganav_items_signed_in.html.erb +1 -1
  28. data/lib/ably_ui/core/meganav_search_panel/meganav_search_panel.html.erb +1 -1
  29. data/lib/ably_ui/core/meganav_search_suggestions/component.js +1 -1
  30. data/lib/ably_ui/core/meganav_search_suggestions/meganav_search_suggestions.html.erb +2 -2
  31. data/lib/ably_ui/core/notice/component.js +1 -1
  32. data/lib/ably_ui/core/scripts.js +1 -1
  33. data/lib/ably_ui/core/sprites.svg +150 -0
  34. data/lib/ably_ui/core/styles.css +4 -0
  35. data/lib/ably_ui/version.rb +1 -1
  36. metadata +13 -15
  37. data/lib/ably_ui/core/images/blog-thumb1.jpg +0 -0
  38. data/lib/ably_ui/core/images/blog-thumb2.jpg +0 -0
  39. data/lib/ably_ui/core/images/blog-thumb3.jpg +0 -0
  40. data/lib/ably_ui/core/meganav_content_why_ably/meganav_content_why_ably.html.erb +0 -70
@@ -306,6 +306,10 @@
306
306
  @apply gap-8 sm:gap-16 md:gap-24 xl:gap-32;
307
307
  }
308
308
 
309
+ .ui-grid-gap-x {
310
+ @apply gap-x-8 sm:gap-x-16 md:gap-x-24 xl:gap-x-32;
311
+ }
312
+
309
313
  .ui-grid-px {
310
314
  @apply px-24 sm:px-32 md:px-40 lg:px-64;
311
315
  }
@@ -1,3 +1,3 @@
1
1
  module AblyUi
2
- VERSION = '8.1.1'
2
+ VERSION = '8.2.1.dev.0f465a1'
3
3
  end
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.1.1
4
+ version: 8.2.1.dev.0f465a1
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-05 00:00:00.000000000 Z
13
+ date: 2022-09-02 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
@@ -222,7 +220,7 @@ licenses:
222
220
  - Apache-2.0
223
221
  metadata:
224
222
  source_code_uri: https://github.com/ably/ably-ui
225
- post_install_message:
223
+ post_install_message:
226
224
  rdoc_options: []
227
225
  require_paths:
228
226
  - lib
@@ -233,12 +231,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
233
231
  version: '0'
234
232
  required_rubygems_version: !ruby/object:Gem::Requirement
235
233
  requirements:
236
- - - ">="
234
+ - - ">"
237
235
  - !ruby/object:Gem::Version
238
- version: '0'
236
+ version: 1.3.1
239
237
  requirements: []
240
- rubygems_version: 3.2.3
241
- signing_key:
238
+ rubygems_version: 3.3.7
239
+ signing_key:
242
240
  specification_version: 4
243
241
  summary: Shared component library and design system for Ably Real-time Ltd (ably.com)
244
242
  test_files: []
@@ -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>