ably-ui 8.7.0.dev.8533d4d → 8.7.0.dev.33117ed
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5eead63240f87433087692bd1d2af60dda0d3e66ca1d8e598a9d102d9d640ee9
|
4
|
+
data.tar.gz: c99ceb14ca842a48c865f84121501ccebacbe0580e6080eb67628355852bb117
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e683ef3cf30c86453eee25bcda0b22403f049fd151224fa2c6ced82bb6adb529ec6901005d18a9390cd6bc37b4a9b47c1eb0aa99de45bd24a232e20aa3269d48
|
7
|
+
data.tar.gz: f8509b86d179a55f84a2a19f31c84178a2e4e2b14a63a256cb968c9f677738633bc4b884c1c145b8377aa9d8698f0d6cb8e6d59105c90fef36f9736af9354c84
|
data/Gemfile.lock
CHANGED
@@ -12,7 +12,7 @@
|
|
12
12
|
</div>
|
13
13
|
<ul class="grid grid-cols-1">
|
14
14
|
<li class="p-menu-row-snug">
|
15
|
-
<%= link_to 'Pub/sub messaging', abs_url("/
|
15
|
+
<%= link_to 'Pub/sub messaging', abs_url("/solutions/channels"), class: "ui-footer-menu-row-link" %>
|
16
16
|
</li>
|
17
17
|
<li class="p-menu-row-snug">
|
18
18
|
<%= link_to 'Push notifications', abs_url("/push-notifications"), class: "ui-footer-menu-row-link" %>
|
@@ -23,9 +23,6 @@
|
|
23
23
|
<li class="p-menu-row-snug">
|
24
24
|
<%= link_to 'Multiple protocol messaging', abs_url("/protocols"), class: "ui-footer-menu-row-link" %>
|
25
25
|
</li>
|
26
|
-
<li class="p-menu-row-snug">
|
27
|
-
<%= link_to 'Streaming data sources', abs_url("/hub"), class: "ui-footer-menu-row-link" %>
|
28
|
-
</li>
|
29
26
|
</ul>
|
30
27
|
</div>
|
31
28
|
<div class="col-span-full xs:col-span-3 md:col-span-1">
|
@@ -49,9 +46,6 @@
|
|
49
46
|
<li class="p-menu-row-snug">
|
50
47
|
<%= link_to 'Healthcare', abs_url("/solutions/healthcare"), class: "ui-footer-menu-row-link" %>
|
51
48
|
</li>
|
52
|
-
<li class="p-menu-row-snug">
|
53
|
-
<%= link_to 'Streaming data sources', abs_url("/hub"), class: "ui-footer-menu-row-link" %>
|
54
|
-
</li>
|
55
49
|
<li class="p-menu-row-snug">
|
56
50
|
<%= link_to 'eCommerce & Retail', abs_url("/solutions/ecommerce-and-retail"), class: "ui-footer-menu-row-link" %>
|
57
51
|
</li>
|
@@ -0,0 +1 @@
|
|
1
|
+
|
@@ -34,7 +34,7 @@
|
|
34
34
|
</li>
|
35
35
|
<li>
|
36
36
|
<%= link_to abs_url("/livesync"), class: "ui-meganav-media group" do %>
|
37
|
-
<p class="ui-meganav-media-heading">LiveSync (
|
37
|
+
<p class="ui-meganav-media-heading">LiveSync (Pre release)</p>
|
38
38
|
<p class="ui-meganav-media-copy">Keep clients in sync with any relational database.</p>
|
39
39
|
<% end %>
|
40
40
|
</li>
|
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.33117ed
|
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-09-
|
13
|
+
date: 2023-09-15 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: view_component
|
@@ -97,6 +97,7 @@ files:
|
|
97
97
|
- lib/ably_ui/core/footer/component.js
|
98
98
|
- lib/ably_ui/core/footer/footer.html.erb
|
99
99
|
- lib/ably_ui/core/footer/footer.rb
|
100
|
+
- lib/ably_ui/core/icon/component.css
|
100
101
|
- lib/ably_ui/core/icon/component.js
|
101
102
|
- lib/ably_ui/core/icon/icon.html.erb
|
102
103
|
- lib/ably_ui/core/icon/icon.rb
|