ably-ui 8.7.0.dev.0f339e0 → 8.7.0.dev.1d4d2fa
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +6 -6
- data/README.md +7 -3
- data/lib/ably_ui/core/code/component.js +1 -1
- data/lib/ably_ui/core/company_autocomplete/component.js +2 -1
- data/lib/ably_ui/core/connect_state_wrapper/component.js +1 -1
- data/lib/ably_ui/core/contact_footer/component.js +1 -1
- data/lib/ably_ui/core/cookie_message/component.js +1 -1
- data/lib/ably_ui/core/core.rb +12 -4
- data/lib/ably_ui/core/customer_logos/component.js +1 -1
- data/lib/ably_ui/core/dropdown_menu/component.js +1 -1
- data/lib/ably_ui/core/feature_footer/component.js +1 -1
- data/lib/ably_ui/core/featured_link/component.js +1 -1
- data/lib/ably_ui/core/flash/component.js +1 -1
- data/lib/ably_ui/core/footer/component.css +21 -1
- data/lib/ably_ui/core/footer/component.js +1 -1
- data/lib/ably_ui/core/footer/footer.html.erb +121 -64
- data/lib/ably_ui/core/icon/component.js +1 -1
- data/lib/ably_ui/core/images/best-support-2023.svg +1 -0
- data/lib/ably_ui/core/images/fastest-implementation-2023.svg +1 -0
- data/lib/ably_ui/core/images/high-performer-2022.png +0 -0
- data/lib/ably_ui/core/images/high-performer-2023.svg +1 -0
- data/lib/ably_ui/core/images/highest-user-adoption-2022.png +0 -0
- data/lib/ably_ui/core/images/highest-user-adoption-2023.svg +1 -0
- data/lib/ably_ui/core/images/users-love-us-2022.png +0 -0
- data/lib/ably_ui/core/loader/component.js +1 -1
- data/lib/ably_ui/core/logo/component.js +1 -1
- data/lib/ably_ui/core/meganav/component.css +1 -3
- data/lib/ably_ui/core/meganav/component.js +1 -1
- data/lib/ably_ui/core/meganav/component.json +1 -1
- data/lib/ably_ui/core/meganav/meganav.rb +4 -4
- data/lib/ably_ui/core/meganav_blog_posts_list/component.js +2 -1
- data/lib/ably_ui/core/meganav_content_company/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/component.js +1 -1
- data/lib/ably_ui/core/meganav_content_developers/meganav_content_developers.html.erb +19 -3
- data/lib/ably_ui/core/{meganav_content_platform → meganav_content_products}/component.js +1 -1
- data/lib/ably_ui/core/{meganav_content_platform/meganav_content_platform.html.erb → meganav_content_products/meganav_content_products.html.erb} +15 -33
- data/lib/ably_ui/core/{meganav_content_platform/meganav_content_platform.rb → meganav_content_products/meganav_content_products.rb} +1 -1
- data/lib/ably_ui/core/meganav_content_use_cases/component.js +1 -1
- data/lib/ably_ui/core/meganav_content_use_cases/meganav_content_use_cases.html.erb +42 -38
- data/lib/ably_ui/core/meganav_control/component.js +1 -1
- data/lib/ably_ui/core/meganav_control_mobile_dropdown/component.js +1 -1
- data/lib/ably_ui/core/meganav_control_mobile_panel_close/component.js +1 -1
- data/lib/ably_ui/core/meganav_control_mobile_panel_open/component.js +1 -1
- data/lib/ably_ui/core/meganav_items_desktop/component.js +1 -1
- data/lib/ably_ui/core/meganav_items_desktop/meganav_items_desktop.rb +1 -1
- data/lib/ably_ui/core/meganav_items_mobile/component.js +1 -1
- data/lib/ably_ui/core/meganav_items_signed_in/component.js +1 -1
- data/lib/ably_ui/core/meganav_search/component.js +1 -1
- data/lib/ably_ui/core/meganav_search_autocomplete/component.js +1 -1
- data/lib/ably_ui/core/meganav_search_panel/component.js +1 -1
- data/lib/ably_ui/core/meganav_search_suggestions/component.js +1 -1
- data/lib/ably_ui/core/notice/component.js +1 -1
- data/lib/ably_ui/core/scripts.js +2 -1
- data/lib/ably_ui/core/showcase/component.js +1 -1
- data/lib/ably_ui/core/sign_out_link/component.js +1 -1
- data/lib/ably_ui/core/slider/component.js +1 -1
- data/lib/ably_ui/core/sprites.svg +93 -0
- data/lib/ably_ui/core/styles.css +1 -7
- data/lib/ably_ui/core/uptime/component.js +1 -1
- data/lib/ably_ui/reset/scripts.js +1 -1
- data/lib/ably_ui/reset/styles.css +1 -11
- data/lib/ably_ui/version.rb +1 -1
- metadata +12 -5
@@ -86,8 +86,7 @@
|
|
86
86
|
abbr[title] {
|
87
87
|
border-bottom: none; /* 1 */
|
88
88
|
text-decoration: underline; /* 2 */
|
89
|
-
|
90
|
-
text-decoration: underline dotted; /* 2 */
|
89
|
+
text-decoration: underline dotted; /* 2 */
|
91
90
|
}
|
92
91
|
|
93
92
|
/**
|
@@ -444,19 +443,10 @@
|
|
444
443
|
resize: vertical;
|
445
444
|
}
|
446
445
|
|
447
|
-
input:-ms-input-placeholder,
|
448
|
-
textarea:-ms-input-placeholder {
|
449
|
-
color: #a0aec0;
|
450
|
-
}
|
451
|
-
|
452
446
|
input::-moz-placeholder, textarea::-moz-placeholder {
|
453
447
|
color: #a0aec0;
|
454
448
|
}
|
455
449
|
|
456
|
-
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
|
457
|
-
color: #a0aec0;
|
458
|
-
}
|
459
|
-
|
460
450
|
input::placeholder,
|
461
451
|
textarea::placeholder {
|
462
452
|
color: #a0aec0;
|
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.1d4d2fa
|
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-11-14 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: view_component
|
@@ -103,6 +103,7 @@ files:
|
|
103
103
|
- lib/ably_ui/core/images/ably-logo.png
|
104
104
|
- lib/ably_ui/core/images/ably-logo.svg
|
105
105
|
- lib/ably_ui/core/images/ably-stack.svg
|
106
|
+
- lib/ably_ui/core/images/best-support-2023.svg
|
106
107
|
- lib/ably_ui/core/images/cust-logo-ao-col-pos.png
|
107
108
|
- lib/ably_ui/core/images/cust-logo-ao-col-pos@2x.png
|
108
109
|
- lib/ably_ui/core/images/cust-logo-ausopen-col-pos.png
|
@@ -128,11 +129,17 @@ files:
|
|
128
129
|
- lib/ably_ui/core/images/cust-photo-hubspot-max-freiert.jpg
|
129
130
|
- lib/ably_ui/core/images/cust-photo-split-pato-echague.jpg
|
130
131
|
- lib/ably_ui/core/images/cust-photo-vitac-joe-antonio.jpg
|
132
|
+
- lib/ably_ui/core/images/fastest-implementation-2023.svg
|
131
133
|
- lib/ably_ui/core/images/flexible-companies.png
|
134
|
+
- lib/ably_ui/core/images/high-performer-2022.png
|
135
|
+
- lib/ably_ui/core/images/high-performer-2023.svg
|
136
|
+
- lib/ably_ui/core/images/highest-user-adoption-2022.png
|
137
|
+
- lib/ably_ui/core/images/highest-user-adoption-2023.svg
|
132
138
|
- lib/ably_ui/core/images/icon-tech-aws.svg
|
133
139
|
- lib/ably_ui/core/images/rocket-list-2021.png
|
134
140
|
- lib/ably_ui/core/images/scale-motif-open-empathetic.svg
|
135
141
|
- lib/ably_ui/core/images/technical-support-01-800x533.jpg
|
142
|
+
- lib/ably_ui/core/images/users-love-us-2022.png
|
136
143
|
- lib/ably_ui/core/loader/component.js
|
137
144
|
- lib/ably_ui/core/loader/loader.html.erb
|
138
145
|
- lib/ably_ui/core/loader/loader.rb
|
@@ -153,9 +160,9 @@ files:
|
|
153
160
|
- lib/ably_ui/core/meganav_content_developers/component.js
|
154
161
|
- lib/ably_ui/core/meganav_content_developers/meganav_content_developers.html.erb
|
155
162
|
- lib/ably_ui/core/meganav_content_developers/meganav_content_developers.rb
|
156
|
-
- lib/ably_ui/core/
|
157
|
-
- lib/ably_ui/core/
|
158
|
-
- lib/ably_ui/core/
|
163
|
+
- lib/ably_ui/core/meganav_content_products/component.js
|
164
|
+
- lib/ably_ui/core/meganav_content_products/meganav_content_products.html.erb
|
165
|
+
- lib/ably_ui/core/meganav_content_products/meganav_content_products.rb
|
159
166
|
- lib/ably_ui/core/meganav_content_use_cases/component.js
|
160
167
|
- lib/ably_ui/core/meganav_content_use_cases/meganav_content_use_cases.html.erb
|
161
168
|
- lib/ably_ui/core/meganav_content_use_cases/meganav_content_use_cases.rb
|