ably-ui 8.7.0.dev.3963261 → 8.7.0
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/Gemfile.lock +1 -1
- data/README.md +2 -9
- data/lib/ably_ui/core/code/component.css +3 -3
- data/lib/ably_ui/core/code/component.js +1 -1
- data/lib/ably_ui/core/company_autocomplete/component.js +1 -1
- data/lib/ably_ui/core/core.rb +4 -12
- data/lib/ably_ui/core/customer_logos/customer_logos.html.erb +2 -2
- data/lib/ably_ui/core/customer_logos/customer_logos.rb +1 -2
- data/lib/ably_ui/core/feature_footer/feature_footer.html.erb +4 -4
- data/lib/ably_ui/core/footer/component.css +0 -10
- data/lib/ably_ui/core/footer/footer.html.erb +50 -112
- data/lib/ably_ui/core/logo/logo.html.erb +27 -2
- data/lib/ably_ui/core/logo/logo.rb +6 -15
- data/lib/ably_ui/core/meganav/component.js +2 -1
- data/lib/ably_ui/core/meganav/component.json +1 -1
- data/lib/ably_ui/core/meganav/meganav.html.erb +1 -1
- data/lib/ably_ui/core/meganav/meganav.rb +2 -3
- data/lib/ably_ui/core/meganav_blog_posts_list/component.js +1 -1
- data/lib/ably_ui/core/meganav_content_developers/meganav_content_developers.html.erb +9 -18
- data/lib/ably_ui/core/meganav_content_use_cases/meganav_content_use_cases.html.erb +1 -1
- data/lib/ably_ui/core/meganav_control_mobile_dropdown/component.js +1 -1
- data/lib/ably_ui/core/meganav_search_autocomplete/component.js +2 -1
- data/lib/ably_ui/core/meganav_search_suggestions/meganav_search_suggestions.html.erb +1 -1
- data/lib/ably_ui/core/notice/component.js +2 -1
- data/lib/ably_ui/core/scripts.js +1 -1
- data/lib/ably_ui/core/slider/component.js +1 -1
- data/lib/ably_ui/core/sprites.svg +1 -45
- data/lib/ably_ui/core/styles.css +5 -6
- data/lib/ably_ui/version.rb +1 -1
- metadata +9 -14
- data/lib/ably_ui/core/dropdown_menu/component.js +0 -1
- data/lib/ably_ui/core/images/ably-logo.png +0 -0
- data/lib/ably_ui/core/images/high-performer-2022.png +0 -0
- data/lib/ably_ui/core/images/highest-user-adoption-2022.png +0 -0
- data/lib/ably_ui/core/images/users-love-us-2022.png +0 -0
data/lib/ably_ui/core/styles.css
CHANGED
|
@@ -47,8 +47,6 @@
|
|
|
47
47
|
--icon-color-glassdoor: #0baa41;
|
|
48
48
|
--icon-color-github: #000000;
|
|
49
49
|
--icon-color-discord: #5865f2;
|
|
50
|
-
--icon-color-stackoverflow: #f48024;
|
|
51
|
-
--icon-color-youtube: #ff0000;
|
|
52
50
|
|
|
53
51
|
--gradient-active-orange: linear-gradient(
|
|
54
52
|
61.2deg,
|
|
@@ -469,15 +467,16 @@
|
|
|
469
467
|
}
|
|
470
468
|
|
|
471
469
|
.ui-link {
|
|
472
|
-
@apply text-gui-
|
|
470
|
+
@apply visited:text-gui-visited;
|
|
473
471
|
@apply hover:text-gui-hover active:text-gui-active disabled:text-gui-unavailable;
|
|
474
|
-
@apply focus:text-gui-
|
|
475
|
-
@apply
|
|
472
|
+
@apply focus:text-gui-focus focus:outline-gui-focus;
|
|
473
|
+
@apply underline;
|
|
476
474
|
}
|
|
477
475
|
|
|
478
476
|
.ui-link-neutral {
|
|
477
|
+
@apply visited:text-dark-grey;
|
|
479
478
|
@apply hover:text-dark-grey active:text-cool-black disabled:text-gui-unavailable;
|
|
480
|
-
@apply focus:text-
|
|
479
|
+
@apply focus:text-gui-focus focus:outline-gui-focus-neutral;
|
|
481
480
|
@apply underline;
|
|
482
481
|
}
|
|
483
482
|
}
|
data/lib/ably_ui/version.rb
CHANGED
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.7.0
|
|
4
|
+
version: 8.7.0
|
|
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-
|
|
13
|
+
date: 2022-09-21 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
|
|
@@ -64,7 +64,6 @@ files:
|
|
|
64
64
|
- lib/ably_ui/core/customer_logos/component.js
|
|
65
65
|
- lib/ably_ui/core/customer_logos/customer_logos.html.erb
|
|
66
66
|
- lib/ably_ui/core/customer_logos/customer_logos.rb
|
|
67
|
-
- lib/ably_ui/core/dropdown_menu/component.js
|
|
68
67
|
- lib/ably_ui/core/feature_footer/component.css
|
|
69
68
|
- lib/ably_ui/core/feature_footer/component.js
|
|
70
69
|
- lib/ably_ui/core/feature_footer/feature_footer.html.erb
|
|
@@ -100,7 +99,6 @@ files:
|
|
|
100
99
|
- lib/ably_ui/core/icon/component.js
|
|
101
100
|
- lib/ably_ui/core/icon/icon.html.erb
|
|
102
101
|
- lib/ably_ui/core/icon/icon.rb
|
|
103
|
-
- lib/ably_ui/core/images/ably-logo.png
|
|
104
102
|
- lib/ably_ui/core/images/ably-logo.svg
|
|
105
103
|
- lib/ably_ui/core/images/ably-stack.svg
|
|
106
104
|
- lib/ably_ui/core/images/cust-logo-ao-col-pos.png
|
|
@@ -129,13 +127,10 @@ files:
|
|
|
129
127
|
- lib/ably_ui/core/images/cust-photo-split-pato-echague.jpg
|
|
130
128
|
- lib/ably_ui/core/images/cust-photo-vitac-joe-antonio.jpg
|
|
131
129
|
- lib/ably_ui/core/images/flexible-companies.png
|
|
132
|
-
- lib/ably_ui/core/images/high-performer-2022.png
|
|
133
|
-
- lib/ably_ui/core/images/highest-user-adoption-2022.png
|
|
134
130
|
- lib/ably_ui/core/images/icon-tech-aws.svg
|
|
135
131
|
- lib/ably_ui/core/images/rocket-list-2021.png
|
|
136
132
|
- lib/ably_ui/core/images/scale-motif-open-empathetic.svg
|
|
137
133
|
- lib/ably_ui/core/images/technical-support-01-800x533.jpg
|
|
138
|
-
- lib/ably_ui/core/images/users-love-us-2022.png
|
|
139
134
|
- lib/ably_ui/core/loader/component.js
|
|
140
135
|
- lib/ably_ui/core/loader/loader.html.erb
|
|
141
136
|
- lib/ably_ui/core/loader/loader.rb
|
|
@@ -225,7 +220,7 @@ licenses:
|
|
|
225
220
|
- Apache-2.0
|
|
226
221
|
metadata:
|
|
227
222
|
source_code_uri: https://github.com/ably/ably-ui
|
|
228
|
-
post_install_message:
|
|
223
|
+
post_install_message:
|
|
229
224
|
rdoc_options: []
|
|
230
225
|
require_paths:
|
|
231
226
|
- lib
|
|
@@ -236,12 +231,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
236
231
|
version: '0'
|
|
237
232
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
238
233
|
requirements:
|
|
239
|
-
- - "
|
|
234
|
+
- - ">="
|
|
240
235
|
- !ruby/object:Gem::Version
|
|
241
|
-
version:
|
|
236
|
+
version: '0'
|
|
242
237
|
requirements: []
|
|
243
|
-
rubygems_version: 3.3
|
|
244
|
-
signing_key:
|
|
238
|
+
rubygems_version: 3.2.3
|
|
239
|
+
signing_key:
|
|
245
240
|
specification_version: 4
|
|
246
241
|
summary: Shared component library and design system for Ably Real-time Ltd (ably.com)
|
|
247
242
|
test_files: []
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
!function(e,o){"object"==typeof exports&&"object"==typeof module?module.exports=o():"function"==typeof define&&define.amd?define([],o):"object"==typeof exports?exports.AblyUi=o():(e.AblyUi=e.AblyUi||{},e.AblyUi.Core=e.AblyUi.Core||{},e.AblyUi.Core.DropdownMenu=o())}(this,(function(){return{}.default}));
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|