ably-ui 8.7.0.dev.3ad2a24 → 8.7.0.dev.4de588d

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5227890765964d5899f762a741ebd7502c47a29cd0ccc076e405700f7760370e
4
- data.tar.gz: d771d3e066b5472f23e42cbf5f1903c5c71ac880180f8b0bccbe6fef8d805d72
3
+ metadata.gz: 8bd2c8ca1cdc5c6f8df3fed8785d949a2fac33924ff20cd2943bdab42c3d55c7
4
+ data.tar.gz: e8c69a0719649d1e2dd6b7af582030d2e8c2e137d7ca7f1f21ece9b789eede9d
5
5
  SHA512:
6
- metadata.gz: b08fac67b70ea74a1bf22ff98ca1f844a0b7ea53ffe734710c89386518450cd8727f26889a9186f5375f6de8af54e8a3231f7a69aebe937649ca4290cfcbc9fa
7
- data.tar.gz: 42e4221b24e589d612252f3d20c3aa2849e72a626230b803a1d6d19f9b7b7cba12f27d0ce4ad80524d51aefd0345ef13b467b4e7cac3b1744f4a4b1ee10ec3f7
6
+ metadata.gz: 77053df7bbe7dfb00697ffd7ad1fcfe8236d77a7228e0bee5a7af92df263d63e35b59b2560db8d1c67605b57a414cf75833f4888fee7e62bb58c2b22cc3a9d7e
7
+ data.tar.gz: cbe379d0545f6862cacc35c75f70fbe1741b09e96cce01911a6101e45be299017c8931dae3de08f3e4080ee48dd0ca0867c836c8cbddd068e1488b9f9357868d
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ably-ui (8.7.0.dev.6c8bb4b)
4
+ ably-ui (8.7.0.dev.91b2a60)
5
5
  view_component (>= 2.33, < 2.50)
6
6
 
7
7
  GEM
@@ -53,7 +53,6 @@ module AblyUi
53
53
  def users_love_us
54
54
  asset_path 'ably_ui/core/images/users-love-us-2022.png'
55
55
  end
56
-
57
56
  end
58
57
 
59
58
  module Util
@@ -210,9 +210,9 @@
210
210
  </div>
211
211
  </div>
212
212
  <div class="col-span-full sm:col-span-1 inline-flex sm:ml-auto">
213
- <%= image_tag(highest_user_adoption, alt: "Highest User Adoption 2022", class: "w-96 h-96") %>
214
- <%= image_tag(users_love_us, alt: "Users Love Us", class: "w-96 h-96") %>
215
- <%= image_tag(highest_performer, alt: "High Performer 2022", class: "w-96 h-96") %>
213
+ <%= image_tag(highest_user_adoption, alt: "Highest User Adoption 2022", class: "mr-24 w-96 h-96") %>
214
+ <%= image_tag(users_love_us, alt: "Users Love Us", class: "mr-24 w-96 h-96") %>
215
+ <%= image_tag(highest_performer, alt: "High Performer 2022", class: "mr-24 w-96 h-96") %>
216
216
  </div>
217
217
  </div>
218
218
  <div class="max-w-screen-xl ui-grid-px mx-auto">
@@ -220,10 +220,10 @@
220
220
  </div>
221
221
  <div class="max-w-screen-xl mx-auto py-24 md:py-40 lg:py-32 md:grid md:grid-cols-2 ui-grid-gap ui-grid-px ">
222
222
  <div class="flex flex-col flex-auto pb-40 ml-8 col-span-full md:col-span-1">
223
- <div class="pl-16 ">
224
- <%= link_to 'Cookies', abs_url("/privacy"), class: "ui-footer-link pr-24" %>
225
- <%= link_to 'Legals', abs_url("/legals"), class: "ui-footer-link pr-24" %>
226
- <%= link_to 'Data Protection', abs_url("/data-protection"), class: "ui-footer-link pr-24" %>
223
+ <div class="inline-flex">
224
+ <%= link_to 'Cookies', abs_url("/privacy"), class: "pr-24 ui-footer-link" %>
225
+ <%= link_to 'Legals', abs_url("/legals"), class: "pr-24 ui-footer-link" %>
226
+ <%= link_to 'Data Protection', abs_url("/data-protection"), class: "pr-24 ui-footer-link" %>
227
227
  <%= link_to 'Privacy', abs_url("/privacy"), class: "ui-footer-link" %>
228
228
  </div>
229
229
  </div>
@@ -1,3 +1,3 @@
1
1
  module AblyUi
2
- VERSION = '8.7.0.dev.3ad2a24'
2
+ VERSION = '8.7.0.dev.4de588d'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ably-ui
3
3
  version: !ruby/object:Gem::Version
4
- version: 8.7.0.dev.3ad2a24
4
+ version: 8.7.0.dev.4de588d
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dominik Piatek