ably-ui 8.7.0.dev.f2cf214 → 8.7.0.dev.f7db8c4
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 +16 -5
- 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 +12 -4
- data/lib/ably_ui/core/dropdown_menu/component.js +1 -0
- data/lib/ably_ui/core/feature_footer/feature_footer.html.erb +1 -1
- data/lib/ably_ui/core/footer/component.css +21 -1
- data/lib/ably_ui/core/footer/footer.html.erb +118 -56
- 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/logo/logo.html.erb +2 -27
- data/lib/ably_ui/core/logo/logo.rb +15 -6
- data/lib/ably_ui/core/meganav/component.css +1 -1
- data/lib/ably_ui/core/meganav/component.js +1 -2
- 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 +3 -2
- data/lib/ably_ui/core/meganav_blog_posts_list/component.js +1 -1
- data/lib/ably_ui/core/meganav_content_company/meganav_content_company.html.erb +9 -0
- data/lib/ably_ui/core/meganav_content_developers/meganav_content_developers.html.erb +17 -8
- data/lib/ably_ui/core/meganav_content_platform/meganav_content_platform.html.erb +6 -6
- data/lib/ably_ui/core/meganav_content_use_cases/meganav_content_use_cases.html.erb +43 -39
- 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 +106 -1
- data/lib/ably_ui/core/styles.css +3 -1
- data/lib/ably_ui/version.rb +1 -1
- metadata +7 -2
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,
|
@@ -522,7 +524,7 @@
|
|
522
524
|
}
|
523
525
|
|
524
526
|
.ui-checkbox-input:checked + .ui-checkbox-styled {
|
525
|
-
@apply bg-active-orange border-
|
527
|
+
@apply bg-active-orange border-none;
|
526
528
|
}
|
527
529
|
|
528
530
|
.ui-checkbox-input:checked + .ui-checkbox-styled svg {
|
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.f7db8c4
|
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:
|
13
|
+
date: 2023-04-25 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: view_component
|
@@ -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
|
@@ -127,10 +129,13 @@ files:
|
|
127
129
|
- lib/ably_ui/core/images/cust-photo-split-pato-echague.jpg
|
128
130
|
- lib/ably_ui/core/images/cust-photo-vitac-joe-antonio.jpg
|
129
131
|
- 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
|
130
134
|
- lib/ably_ui/core/images/icon-tech-aws.svg
|
131
135
|
- lib/ably_ui/core/images/rocket-list-2021.png
|
132
136
|
- lib/ably_ui/core/images/scale-motif-open-empathetic.svg
|
133
137
|
- lib/ably_ui/core/images/technical-support-01-800x533.jpg
|
138
|
+
- lib/ably_ui/core/images/users-love-us-2022.png
|
134
139
|
- lib/ably_ui/core/loader/component.js
|
135
140
|
- lib/ably_ui/core/loader/loader.html.erb
|
136
141
|
- lib/ably_ui/core/loader/loader.rb
|