ably-ui 8.7.0.dev.76421ba → 8.7.0.dev.0188512
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 +4 -4
- data/README.md +6 -1
- data/lib/ably_ui/core/footer/component.css +10 -0
- data/lib/ably_ui/core/footer/footer.html.erb +26 -26
- 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: 37eb44f975ca8eda4572907b1840a7ce6abec5396ee080dc602e2bf57d3c23a3
|
4
|
+
data.tar.gz: c73aa8748e6a89bd98c4d434da53b134beb9f6d9fa2a604ccc014660c1bb7b51
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9edfbb9f59a492348b53a91fc048e11eace2205b76a6e45ae000aeacf2cc4bdecf04cc8a362547aac9bf6b475c7c59e67d31a2459157846674fa3608b7c619ab
|
7
|
+
data.tar.gz: 9416e5b560811d2c5dc7ccff0250eb8577f3eb790d9ff4597677ed8ec92414825e627cb5ca600a72e217ce69a824925f2a8462f95ddfc34c0a03d28a425c2e21
|
data/README.md
CHANGED
@@ -272,10 +272,15 @@ Then change back `path` to source `source` in the `Gemfile`. If you need to upda
|
|
272
272
|
|
273
273
|
Make sure you commit & push your work and remove the [development-specific config](#using-the-development-build-of-ably-ui-in-the-preview-app) before doing this.
|
274
274
|
|
275
|
-
You will need to authenticate with [Ruby Gems](https://guides.rubygems.org/api-key-scopes/) to publish.
|
275
|
+
You will need to authenticate with [npmjs](https://docs.npmjs.com/creating-and-viewing-access-tokens) and [Ruby Gems](https://guides.rubygems.org/api-key-scopes/) to publish.
|
276
276
|
|
277
277
|
After the above, you should have:
|
278
278
|
|
279
|
+
- NPM_TOKEN set in your environment
|
280
|
+
- `.npmrc` file to read NPM_TOKEN from your environment like this:
|
281
|
+
```
|
282
|
+
//registry.npmjs.org/:_authToken=${NPM_TOKEN}
|
283
|
+
```
|
279
284
|
- a `~/.gem/credentials` file that has your Rubygems API key:
|
280
285
|
```
|
281
286
|
---
|
@@ -1,16 +1,16 @@
|
|
1
1
|
<footer class="bg-light-grey font-sans antialiased" data-id="footer">
|
2
|
-
<div class="max-w-screen-xl mx-auto py-32 sm:py-40
|
3
|
-
<div class="col-span-full
|
2
|
+
<div class="max-w-screen-xl mx-auto py-32 sm:py-40 md:py-64 ui-grid-gap ui-grid-px grid grid-cols-6">
|
3
|
+
<div class="col-span-full md:col-span-2">
|
4
4
|
<div class="flex flex-row p-menu-row-snug">
|
5
5
|
<%= image_tag(ably_stack_path, alt: "Ably homepage", class: "mr-24 -mt-16") %>
|
6
6
|
<h2 class="text-overline2 col-span-full font-medium uppercase tracking-widen-0.1">The Ably Platform</h2>
|
7
7
|
</div>
|
8
|
-
<div class="grid grid-cols-4
|
9
|
-
<p class="text-p3 py-16 font-medium p-menu-row-snug col-span-3">
|
8
|
+
<div class="grid grid-cols-4 md:col-span-2">
|
9
|
+
<p class="text-p3 py-16 font-medium p-menu-row-snug col-span-2 md:col-span-3">
|
10
10
|
Easily power any realtime experience in your application via a simple API that handles everything realtime.
|
11
11
|
</p>
|
12
12
|
</div>
|
13
|
-
<ul class="grid xs:grid-cols-2 gap-x-8
|
13
|
+
<ul class="grid xs:grid-cols-2 gap-x-8 sm:gap-x-24 xl:gap-x-32 md:grid-cols-1">
|
14
14
|
<li class="p-menu-row-snug">
|
15
15
|
<%= link_to 'Pub/sub messaging', abs_url("/pub-sub-messaging"), class: "ui-footer-menu-row-link" %>
|
16
16
|
</li>
|
@@ -28,7 +28,7 @@
|
|
28
28
|
</li>
|
29
29
|
</ul>
|
30
30
|
</div>
|
31
|
-
<div class="col-span-full xs:col-span-3
|
31
|
+
<div class="col-span-full xs:col-span-3 md:col-span-1">
|
32
32
|
<h2 class="ui-footer-col-title">Ably is for</h2>
|
33
33
|
<ul>
|
34
34
|
<li class="p-menu-row-snug">
|
@@ -66,7 +66,7 @@
|
|
66
66
|
</li>
|
67
67
|
</ul>
|
68
68
|
</div>
|
69
|
-
<div class="col-span-full xs:col-span-3
|
69
|
+
<div class="col-span-full xs:col-span-3 md:col-span-1">
|
70
70
|
<h2 class="ui-footer-col-title">Developers</h2>
|
71
71
|
<ul>
|
72
72
|
<li class="p-menu-row-snug">
|
@@ -93,7 +93,7 @@
|
|
93
93
|
</li>
|
94
94
|
</ul>
|
95
95
|
</div>
|
96
|
-
<div class="col-span-full xs:col-span-3
|
96
|
+
<div class="col-span-full xs:col-span-3 md:col-span-1">
|
97
97
|
<h2 class="ui-footer-col-title">WHY ABLY</h2>
|
98
98
|
<ul>
|
99
99
|
<li class="p-menu-row-snug">
|
@@ -116,7 +116,7 @@
|
|
116
116
|
</li>
|
117
117
|
</ul>
|
118
118
|
</div>
|
119
|
-
<div class="col-span-full xs:col-span-3
|
119
|
+
<div class="col-span-full xs:col-span-3 md:col-span-1">
|
120
120
|
<h2 class="ui-footer-col-title">ABOUT</h2>
|
121
121
|
<ul>
|
122
122
|
<li class="p-menu-row-snug">
|
@@ -144,14 +144,14 @@
|
|
144
144
|
</div>
|
145
145
|
</div>
|
146
146
|
<div class="max-w-screen-xl ui-grid-px mx-auto">
|
147
|
-
<hr class="border-t border-mid-grey"
|
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-
|
151
|
-
<div class="">
|
152
|
-
<div class="flex flex-col
|
150
|
+
<div class="max-w-screen-xl mx-auto py-32 grid ui-grid-gap ui-grid-px sm:grid-cols-2">
|
151
|
+
<div class="md:flex md:items-center">
|
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="">
|
154
|
-
<div class="flex
|
154
|
+
<div class="flex pb-24">
|
155
155
|
<a class="h-24 pr-24 text-cool-black hover:text-icon-twitter" href="https://twitter.com/ablyrealtime" title="Ably on Twitter">
|
156
156
|
<%= render(AblyUi::Core::Icon.new(name: "twitter", size: "1.5rem")) %>
|
157
157
|
</a>
|
@@ -172,7 +172,7 @@
|
|
172
172
|
</div>
|
173
173
|
<%# GLASSDOOR on SM and Above %>
|
174
174
|
<div class="xs:hidden sm:block ui-footer-glassdoor">
|
175
|
-
<div class="flex sm:pt-24
|
175
|
+
<div class="flex sm:pt-24 md:pt-0 sm:border-t sm:border-l-0 md:border-t-0 md:border-l sm:border-mid-grey sm:w-3/4 md:w-full md:pl-24">
|
176
176
|
<a
|
177
177
|
href="https://www.glassdoor.co.uk/Overview/Working-at-Ably-EI_IE2184188.11,15.htm"
|
178
178
|
class="h-24 text-cool-black hover:text-icon-glassdoor"
|
@@ -209,47 +209,47 @@
|
|
209
209
|
</div>
|
210
210
|
</div>
|
211
211
|
</div>
|
212
|
-
<div class="col-span-full sm:col-span-1 inline-flex sm:ml-auto">
|
212
|
+
<div class="col-span-full sm:col-span-1 inline-flex sm:ml-auto sm:items-center">
|
213
213
|
<%= image_tag(highest_user_adoption, alt: "Highest User Adoption 2022", class: "mr-24 w-96 h-96") %>
|
214
214
|
<%= image_tag(users_love_us, alt: "Users Love Us", class: "mr-24 w-96 h-96") %>
|
215
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">
|
219
|
-
<hr class="border-t border-mid-grey"
|
219
|
+
<hr class="border-t border-mid-grey my-0"/>
|
220
220
|
</div>
|
221
|
-
<div class="max-w-screen-xl mx-auto py-24
|
222
|
-
<div class="flex
|
223
|
-
<div class="
|
221
|
+
<div class="max-w-screen-xl mx-auto py-24 sm:py-40 md:py-32 md:grid md:grid-cols-2 ui-grid-gap ui-grid-px ">
|
222
|
+
<div class="flex ml-8 col-span-full sm:col-span-1 md:pb-16 items-center ui-footer-bottom-links">
|
223
|
+
<div class="flex">
|
224
224
|
<%= link_to 'Cookies', abs_url("/privacy"), class: "pr-24 ui-footer-link" %>
|
225
225
|
<%= link_to 'Legals', abs_url("/legals"), class: "pr-24 ui-footer-link" %>
|
226
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>
|
230
|
-
<div class="xs:grid xs:grid-cols-2 sm:grid-cols-4 xs:pl-16
|
230
|
+
<div class="xs:grid xs:grid-cols-2 sm:grid-cols-4 xs:pl-16 sm:pl-0 ">
|
231
231
|
<div class="flex mr-24">
|
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")) %>
|
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>
|
234
|
-
<p class="ui-footer-compliance-text font-medium">SOC 2 Type 2</p>
|
234
|
+
<p class="ui-footer-compliance-text font-medium whitespace-nowrap">SOC 2 Type 2</p>
|
235
235
|
<p class="ui-footer-compliance-text font-light mb-24">Certified</p>
|
236
236
|
</div>
|
237
237
|
</div>
|
238
|
-
<div class="flex mr-24
|
238
|
+
<div class="flex mr-24 md:col-start-2">
|
239
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")) %>
|
240
240
|
<div>
|
241
241
|
<p class="ui-footer-compliance-text font-medium">HIPAA</p>
|
242
242
|
<p class="ui-footer-compliance-text font-light mb-24">Compliant</p>
|
243
243
|
</div>
|
244
244
|
</div>
|
245
|
-
<div class="flex mr-24
|
245
|
+
<div class="flex mr-24 md:col-start-3">
|
246
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")) %>
|
247
247
|
<div>
|
248
248
|
<p class="ui-footer-compliance-text font-medium">EU GDPR</p>
|
249
249
|
<p class="ui-footer-compliance-text font-light mb-24">Certified</p>
|
250
250
|
</div>
|
251
251
|
</div>
|
252
|
-
<div class="flex mr-24
|
252
|
+
<div class="flex mr-24 md:col-start-4">
|
253
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")) %>
|
254
254
|
<div>
|
255
255
|
<p class="ui-footer-compliance-text font-medium">256-bit AES</p>
|
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.0188512
|
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-03 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: view_component
|