ably-ui 8.5.0 → 8.7.0.dev.0ce5893
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 +9 -2
- 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 -0
- data/lib/ably_ui/core/customer_logos/customer_logos.html.erb +2 -2
- data/lib/ably_ui/core/customer_logos/customer_logos.rb +2 -1
- data/lib/ably_ui/core/dropdown_menu/component.js +1 -0
- data/lib/ably_ui/core/feature_footer/feature_footer.html.erb +4 -4
- data/lib/ably_ui/core/images/ably-logo.png +0 -0
- data/lib/ably_ui/core/logo/logo.html.erb +2 -27
- data/lib/ably_ui/core/logo/logo.rb +15 -6
- data/lib/ably_ui/core/meganav/component.js +1 -2
- data/lib/ably_ui/core/meganav/meganav.html.erb +1 -1
- data/lib/ably_ui/core/meganav/meganav.rb +1 -0
- 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 +18 -9
- data/lib/ably_ui/core/meganav_content_use_cases/meganav_content_use_cases.html.erb +19 -1
- data/lib/ably_ui/core/meganav_control_mobile_dropdown/component.js +1 -1
- data/lib/ably_ui/core/meganav_search_autocomplete/component.js +1 -2
- data/lib/ably_ui/core/meganav_search_suggestions/meganav_search_suggestions.html.erb +1 -1
- data/lib/ably_ui/core/notice/component.js +1 -2
- 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 +82 -1
- data/lib/ably_ui/core/styles.css +6 -5
- data/lib/ably_ui/version.rb +1 -1
- metadata +11 -9
data/lib/ably_ui/core/styles.css
CHANGED
@@ -47,6 +47,8 @@
|
|
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;
|
50
52
|
|
51
53
|
--gradient-active-orange: linear-gradient(
|
52
54
|
61.2deg,
|
@@ -467,16 +469,15 @@
|
|
467
469
|
}
|
468
470
|
|
469
471
|
.ui-link {
|
470
|
-
@apply
|
472
|
+
@apply text-gui-default;
|
471
473
|
@apply hover:text-gui-hover active:text-gui-active disabled:text-gui-unavailable;
|
472
|
-
@apply focus:text-gui-
|
473
|
-
@apply underline;
|
474
|
+
@apply focus:text-gui-default focus:outline-gui-focus;
|
475
|
+
@apply no-underline;
|
474
476
|
}
|
475
477
|
|
476
478
|
.ui-link-neutral {
|
477
|
-
@apply visited:text-dark-grey;
|
478
479
|
@apply hover:text-dark-grey active:text-cool-black disabled:text-gui-unavailable;
|
479
|
-
@apply focus:text-
|
480
|
+
@apply focus:text-charcoal-grey focus:outline-gui-focus-neutral;
|
480
481
|
@apply underline;
|
481
482
|
}
|
482
483
|
}
|
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.
|
4
|
+
version: 8.7.0.dev.0ce5893
|
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-12-02 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,6 +64,7 @@ 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
|
67
68
|
- lib/ably_ui/core/feature_footer/component.css
|
68
69
|
- lib/ably_ui/core/feature_footer/component.js
|
69
70
|
- lib/ably_ui/core/feature_footer/feature_footer.html.erb
|
@@ -99,6 +100,7 @@ files:
|
|
99
100
|
- lib/ably_ui/core/icon/component.js
|
100
101
|
- lib/ably_ui/core/icon/icon.html.erb
|
101
102
|
- lib/ably_ui/core/icon/icon.rb
|
103
|
+
- lib/ably_ui/core/images/ably-logo.png
|
102
104
|
- lib/ably_ui/core/images/ably-logo.svg
|
103
105
|
- lib/ably_ui/core/images/ably-stack.svg
|
104
106
|
- lib/ably_ui/core/images/cust-logo-ao-col-pos.png
|
@@ -220,7 +222,7 @@ licenses:
|
|
220
222
|
- Apache-2.0
|
221
223
|
metadata:
|
222
224
|
source_code_uri: https://github.com/ably/ably-ui
|
223
|
-
post_install_message:
|
225
|
+
post_install_message:
|
224
226
|
rdoc_options: []
|
225
227
|
require_paths:
|
226
228
|
- lib
|
@@ -231,12 +233,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
231
233
|
version: '0'
|
232
234
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
233
235
|
requirements:
|
234
|
-
- - "
|
236
|
+
- - ">"
|
235
237
|
- !ruby/object:Gem::Version
|
236
|
-
version:
|
238
|
+
version: 1.3.1
|
237
239
|
requirements: []
|
238
|
-
rubygems_version: 3.
|
239
|
-
signing_key:
|
240
|
+
rubygems_version: 3.3.7
|
241
|
+
signing_key:
|
240
242
|
specification_version: 4
|
241
243
|
summary: Shared component library and design system for Ably Real-time Ltd (ably.com)
|
242
244
|
test_files: []
|