ably-ui 8.7.0.dev.9f7172d → 8.7.0.dev.24cbbe4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (33) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +1 -1
  3. data/README.md +1 -8
  4. data/lib/ably_ui/core/code/component.css +3 -3
  5. data/lib/ably_ui/core/code/component.js +1 -1
  6. data/lib/ably_ui/core/company_autocomplete/component.js +1 -1
  7. data/lib/ably_ui/core/core.rb +4 -12
  8. data/lib/ably_ui/core/feature_footer/feature_footer.html.erb +1 -1
  9. data/lib/ably_ui/core/footer/component.css +0 -20
  10. data/lib/ably_ui/core/footer/footer.html.erb +54 -116
  11. data/lib/ably_ui/core/logo/logo.html.erb +27 -2
  12. data/lib/ably_ui/core/logo/logo.rb +6 -15
  13. data/lib/ably_ui/core/meganav/component.js +2 -1
  14. data/lib/ably_ui/core/meganav/component.json +1 -1
  15. data/lib/ably_ui/core/meganav/meganav.html.erb +1 -1
  16. data/lib/ably_ui/core/meganav/meganav.rb +2 -3
  17. data/lib/ably_ui/core/meganav_blog_posts_list/component.js +1 -1
  18. data/lib/ably_ui/core/meganav_content_developers/meganav_content_developers.html.erb +8 -17
  19. data/lib/ably_ui/core/meganav_content_use_cases/meganav_content_use_cases.html.erb +1 -1
  20. data/lib/ably_ui/core/meganav_control_mobile_dropdown/component.js +1 -1
  21. data/lib/ably_ui/core/meganav_search_autocomplete/component.js +2 -1
  22. data/lib/ably_ui/core/meganav_search_suggestions/meganav_search_suggestions.html.erb +1 -1
  23. data/lib/ably_ui/core/notice/component.js +2 -1
  24. data/lib/ably_ui/core/scripts.js +1 -1
  25. data/lib/ably_ui/core/slider/component.js +1 -1
  26. data/lib/ably_ui/core/sprites.svg +1 -42
  27. data/lib/ably_ui/core/styles.css +0 -2
  28. data/lib/ably_ui/version.rb +1 -1
  29. metadata +2 -6
  30. data/lib/ably_ui/core/images/ably-logo.png +0 -0
  31. data/lib/ably_ui/core/images/high-performer-2022.png +0 -0
  32. data/lib/ably_ui/core/images/highest-user-adoption-2022.png +0 -0
  33. data/lib/ably_ui/core/images/users-love-us-2022.png +0 -0
@@ -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,
@@ -1,3 +1,3 @@
1
1
  module AblyUi
2
- VERSION = '8.7.0.dev.9f7172d'
2
+ VERSION = '8.7.0.dev.24cbbe4'
3
3
  end
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.9f7172d
4
+ version: 8.7.0.dev.24cbbe4
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-01-03 00:00:00.000000000 Z
13
+ date: 2022-10-13 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: view_component
@@ -100,7 +100,6 @@ files:
100
100
  - lib/ably_ui/core/icon/component.js
101
101
  - lib/ably_ui/core/icon/icon.html.erb
102
102
  - lib/ably_ui/core/icon/icon.rb
103
- - lib/ably_ui/core/images/ably-logo.png
104
103
  - lib/ably_ui/core/images/ably-logo.svg
105
104
  - lib/ably_ui/core/images/ably-stack.svg
106
105
  - lib/ably_ui/core/images/cust-logo-ao-col-pos.png
@@ -129,13 +128,10 @@ files:
129
128
  - lib/ably_ui/core/images/cust-photo-split-pato-echague.jpg
130
129
  - lib/ably_ui/core/images/cust-photo-vitac-joe-antonio.jpg
131
130
  - 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
131
  - lib/ably_ui/core/images/icon-tech-aws.svg
135
132
  - lib/ably_ui/core/images/rocket-list-2021.png
136
133
  - lib/ably_ui/core/images/scale-motif-open-empathetic.svg
137
134
  - lib/ably_ui/core/images/technical-support-01-800x533.jpg
138
- - lib/ably_ui/core/images/users-love-us-2022.png
139
135
  - lib/ably_ui/core/loader/component.js
140
136
  - lib/ably_ui/core/loader/loader.html.erb
141
137
  - lib/ably_ui/core/loader/loader.rb
Binary file