ably-ui 8.7.0.dev.dc2ec3f → 8.7.0.dev.dcf62f2
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/README.md +7 -3
- data/lib/ably_ui/core/footer/component.css +1 -1
- data/lib/ably_ui/core/footer/footer.html.erb +14 -14
- data/lib/ably_ui/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 415f67aba2ba3d7d55281331995586bc68742e304b36a33e844734c0d2029560
|
4
|
+
data.tar.gz: 3bfc45a056b4ff999442b38e81991cdc7cc51c13ea27721242b99e065fbab534
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 279950b074070e7d3ca4d963fd9ee0691f9c3add428ae4a16df5b04db567a3a44235579dfc6a19519b4dca86fb5c16bac0c6df8d4306074f5ea449fd41849d04
|
7
|
+
data.tar.gz: 79e00f037b9613434d48cba51bc65b16344b9332a7b4200ee84de5464c417d3d68797c63d86760360510aaa46d7d2af894f65fdb69ee2a5160b916f2524f7939
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
@@ -294,10 +294,14 @@ To deploy a review app with your in-progress code, you can use the `pre-release`
|
|
294
294
|
scripts/pre-release.sh
|
295
295
|
```
|
296
296
|
|
297
|
-
This
|
297
|
+
This script is a combination of two scripts:
|
298
298
|
|
299
|
-
|
300
|
-
|
299
|
+
1. Pre-Release:
|
300
|
+
|
301
|
+
- update your local dependencies for ably-ui and run a production build
|
302
|
+
- release a gem and a NPM package with the version built from your current SemVer but adding a pre-release tag based on a short SHA of your HEAD commit
|
303
|
+
|
304
|
+
2. Update Pre-Release Version:
|
301
305
|
|
302
306
|
- update the preview app
|
303
307
|
- commit all the above and push to origin
|
@@ -87,9 +87,9 @@
|
|
87
87
|
<li class="p-menu-row-snug">
|
88
88
|
<%= link_to 'SDKs', abs_url("/download"), class: "ui-footer-menu-row-link" %>
|
89
89
|
</li>
|
90
|
-
<li class="p-menu-row-snug flex items-center">
|
90
|
+
<li class="p-menu-row-snug flex items-center -mt-4">
|
91
91
|
<a class="pr-8 ui-footer-menu-row-link" href="https://status.ably.com/">System status</a>
|
92
|
-
<iframe class="w-
|
92
|
+
<iframe class="w-20 h-20 mb-2" src="https://status.ably.com/embed/icon" allowtransparency="true" frameborder="0" scrolling="no"></iframe>
|
93
93
|
</li>
|
94
94
|
</ul>
|
95
95
|
</div>
|
@@ -147,7 +147,7 @@
|
|
147
147
|
<hr class="border-t border-mid-grey my-0"/>
|
148
148
|
</div>
|
149
149
|
<%# Twitter + Glassdoor SM * above + Glassdoor XS + Badges %>
|
150
|
-
<div class="max-w-screen-xl mx-auto py-
|
150
|
+
<div class="max-w-screen-xl mx-auto py-16 grid ui-grid-gap ui-grid-px sm:grid-cols-2">
|
151
151
|
<div class="md:flex md:items-center">
|
152
152
|
<div class="flex flex-col md:flex-row flex-auto ml-8 sm:col-span-1 md:col-span-2">
|
153
153
|
<div class="">
|
@@ -194,7 +194,7 @@
|
|
194
194
|
<div class="border-t border-mid-grey w-full"></div>
|
195
195
|
<div class="flex py-24">
|
196
196
|
<a
|
197
|
-
class="h-24 pr-
|
197
|
+
class="h-24 pr-16 text-cool-black hover:text-icon-glassdoor"
|
198
198
|
href="https://www.glassdoor.co.uk/Overview/Working-at-Ably-EI_IE2184188.11,15.htm"
|
199
199
|
title="Ably reviews on glassdoor"
|
200
200
|
>
|
@@ -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 sm:items-center">
|
213
|
-
<%= image_tag(highest_user_adoption, alt: "Highest User Adoption 2022", class: "mr-24
|
214
|
-
<%= image_tag(users_love_us, alt: "Users Love Us", class: "mr-24
|
215
|
-
<%= image_tag(highest_performer, alt: "High Performer 2022", class: "mr-24
|
213
|
+
<%= image_tag(highest_user_adoption, alt: "Highest User Adoption 2022", class: "mr-24 h-80") %>
|
214
|
+
<%= image_tag(users_love_us, alt: "Users Love Us", class: "mr-24 h-80") %>
|
215
|
+
<%= image_tag(highest_performer, alt: "High Performer 2022", class: "mr-24 h-80") %>
|
216
216
|
</div>
|
217
217
|
</div>
|
218
218
|
<div class="max-w-screen-xl ui-grid-px mx-auto">
|
@@ -227,7 +227,7 @@
|
|
227
227
|
<%= link_to 'Privacy', abs_url("/privacy"), class: "ui-footer-link" %>
|
228
228
|
</div>
|
229
229
|
</div>
|
230
|
-
<div class="xs:grid xs:grid-cols-2 sm:grid-cols-4 xs:pl-16 sm:pl-
|
230
|
+
<div class="xs:grid xs:grid-cols-2 sm:grid-cols-4 xs:pl-16 sm:pl-8 md:justify-items-end">
|
231
231
|
<div class="flex mr-24">
|
232
232
|
<%= render(AblyUi::Core::Icon.new(name: "icon-gui-tick", color: "text-active-orange", size: "1.5rem", additional_css:"bg-white rounded-full mr-12 ui-footer-tick-icon")) %>
|
233
233
|
<div>
|
@@ -236,23 +236,23 @@
|
|
236
236
|
</div>
|
237
237
|
</div>
|
238
238
|
<div class="flex mr-24 md:col-start-2">
|
239
|
-
<%= render(AblyUi::Core::Icon.new(name: "icon-gui-tick", color: "text-active-orange", size: "1.5rem", additional_css:"bg-white rounded-full mr-12")) %>
|
239
|
+
<%= render(AblyUi::Core::Icon.new(name: "icon-gui-tick", color: "text-active-orange", size: "1.5rem", additional_css:"bg-white rounded-full mr-12 ui-footer-tick-icon")) %>
|
240
240
|
<div>
|
241
|
-
<p class="ui-footer-compliance-text font-medium">HIPAA</p>
|
241
|
+
<p class="ui-footer-compliance-text font-medium whitespace-nowrap">HIPAA</p>
|
242
242
|
<p class="ui-footer-compliance-text font-light mb-24">Compliant</p>
|
243
243
|
</div>
|
244
244
|
</div>
|
245
245
|
<div class="flex mr-24 md:col-start-3">
|
246
|
-
<%= render(AblyUi::Core::Icon.new(name: "icon-gui-tick", color: "text-active-orange", size: "1.5rem", additional_css:"bg-white rounded-full mr-12")) %>
|
246
|
+
<%= render(AblyUi::Core::Icon.new(name: "icon-gui-tick", color: "text-active-orange", size: "1.5rem", additional_css:"bg-white rounded-full mr-12 ui-footer-tick-icon")) %>
|
247
247
|
<div>
|
248
|
-
<p class="ui-footer-compliance-text font-medium">EU GDPR</p>
|
248
|
+
<p class="ui-footer-compliance-text font-medium whitespace-nowrap">EU GDPR</p>
|
249
249
|
<p class="ui-footer-compliance-text font-light mb-24">Certified</p>
|
250
250
|
</div>
|
251
251
|
</div>
|
252
252
|
<div class="flex mr-24 md:col-start-4">
|
253
|
-
<%= render(AblyUi::Core::Icon.new(name: "icon-gui-tick", color: "text-active-orange", size: "1.5rem", additional_css:"bg-white rounded-full mr-12")) %>
|
253
|
+
<%= render(AblyUi::Core::Icon.new(name: "icon-gui-tick", color: "text-active-orange", size: "1.5rem", additional_css:"bg-white rounded-full mr-12 ui-footer-tick-icon")) %>
|
254
254
|
<div>
|
255
|
-
<p class="ui-footer-compliance-text font-medium">256-bit AES</p>
|
255
|
+
<p class="ui-footer-compliance-text font-medium whitespace-nowrap">256-bit AES</p>
|
256
256
|
<p class="ui-footer-compliance-text font-light mb-24">Encryption</p>
|
257
257
|
</div>
|
258
258
|
</div>
|
data/lib/ably_ui/version.rb
CHANGED
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.
|
4
|
+
version: 8.7.0.dev.dcf62f2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Dominik Piatek
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2023-01-
|
13
|
+
date: 2023-01-09 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: view_component
|