ably-ui 8.7.0.dev.6053fb4 → 8.7.0.dev.7072b07

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.
Files changed (74) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +6 -6
  3. data/README.md +7 -3
  4. data/lib/ably_ui/core/code/component.css +2 -0
  5. data/lib/ably_ui/core/code/component.js +739 -1
  6. data/lib/ably_ui/core/company_autocomplete/component.css +2 -0
  7. data/lib/ably_ui/core/company_autocomplete/component.js +1161 -1
  8. data/lib/ably_ui/core/connect_state_wrapper/component.js +22 -1
  9. data/lib/ably_ui/core/contact_footer/component.css +2 -0
  10. data/lib/ably_ui/core/contact_footer/component.js +211 -1
  11. data/lib/ably_ui/core/cookie_message/component.css +2 -0
  12. data/lib/ably_ui/core/cookie_message/component.js +82 -1
  13. data/lib/ably_ui/core/core.rb +8 -4
  14. data/lib/ably_ui/core/customer_logos/component.js +22 -1
  15. data/lib/ably_ui/core/dropdown_menu/component.js +22 -1
  16. data/lib/ably_ui/core/feature_footer/component.css +2 -0
  17. data/lib/ably_ui/core/feature_footer/component.js +211 -1
  18. data/lib/ably_ui/core/featured_link/component.css +2 -0
  19. data/lib/ably_ui/core/featured_link/component.js +82 -1
  20. data/lib/ably_ui/core/flash/component.css +2 -0
  21. data/lib/ably_ui/core/flash/component.js +82 -1
  22. data/lib/ably_ui/core/footer/component.css +3 -1
  23. data/lib/ably_ui/core/footer/component.js +82 -1
  24. data/lib/ably_ui/core/footer/footer.html.erb +18 -23
  25. data/lib/ably_ui/core/icon/component.js +22 -1
  26. data/lib/ably_ui/core/images/best-support-2023.svg +1 -0
  27. data/lib/ably_ui/core/images/fastest-implementation-2023.svg +1 -0
  28. data/lib/ably_ui/core/images/high-performer-2023.svg +1 -0
  29. data/lib/ably_ui/core/images/highest-user-adoption-2023.svg +1 -0
  30. data/lib/ably_ui/core/loader/component.js +22 -1
  31. data/lib/ably_ui/core/logo/component.js +22 -1
  32. data/lib/ably_ui/core/meganav/component.css +3 -3
  33. data/lib/ably_ui/core/meganav/component.js +992 -1
  34. data/lib/ably_ui/core/meganav/component.json +1 -1
  35. data/lib/ably_ui/core/meganav/meganav.rb +4 -4
  36. data/lib/ably_ui/core/meganav_blog_posts_list/component.js +1159 -1
  37. data/lib/ably_ui/core/meganav_content_company/component.js +22 -1
  38. data/lib/ably_ui/core/meganav_content_company/meganav_content_company.html.erb +9 -0
  39. data/lib/ably_ui/core/meganav_content_developers/component.js +22 -1
  40. data/lib/ably_ui/core/meganav_content_developers/meganav_content_developers.html.erb +18 -2
  41. data/lib/ably_ui/core/meganav_content_products/component.js +22 -0
  42. data/lib/ably_ui/core/{meganav_content_platform/meganav_content_platform.html.erb → meganav_content_products/meganav_content_products.html.erb} +15 -33
  43. data/lib/ably_ui/core/{meganav_content_platform/meganav_content_platform.rb → meganav_content_products/meganav_content_products.rb} +1 -1
  44. data/lib/ably_ui/core/meganav_content_use_cases/component.js +22 -1
  45. data/lib/ably_ui/core/meganav_content_use_cases/meganav_content_use_cases.html.erb +42 -38
  46. data/lib/ably_ui/core/meganav_control/component.js +241 -1
  47. data/lib/ably_ui/core/meganav_control_mobile_dropdown/component.js +180 -1
  48. data/lib/ably_ui/core/meganav_control_mobile_panel_close/component.js +142 -1
  49. data/lib/ably_ui/core/meganav_control_mobile_panel_open/component.js +170 -1
  50. data/lib/ably_ui/core/meganav_items_desktop/component.js +22 -1
  51. data/lib/ably_ui/core/meganav_items_desktop/meganav_items_desktop.rb +1 -1
  52. data/lib/ably_ui/core/meganav_items_mobile/component.js +22 -1
  53. data/lib/ably_ui/core/meganav_items_signed_in/component.js +22 -1
  54. data/lib/ably_ui/core/meganav_search/component.js +22 -1
  55. data/lib/ably_ui/core/meganav_search_autocomplete/component.js +295 -1
  56. data/lib/ably_ui/core/meganav_search_panel/component.js +22 -1
  57. data/lib/ably_ui/core/meganav_search_suggestions/component.js +258 -1
  58. data/lib/ably_ui/core/notice/component.css +2 -0
  59. data/lib/ably_ui/core/notice/component.js +872 -1
  60. data/lib/ably_ui/core/scripts.js +1465 -1
  61. data/lib/ably_ui/core/showcase/component.css +2 -0
  62. data/lib/ably_ui/core/showcase/component.js +343 -1
  63. data/lib/ably_ui/core/sign_out_link/component.js +22 -1
  64. data/lib/ably_ui/core/slider/component.css +2 -0
  65. data/lib/ably_ui/core/slider/component.js +255 -1
  66. data/lib/ably_ui/core/sprites.svg +93 -0
  67. data/lib/ably_ui/core/styles.css +3 -7
  68. data/lib/ably_ui/core/uptime/component.css +2 -0
  69. data/lib/ably_ui/core/uptime/component.js +82 -1
  70. data/lib/ably_ui/reset/scripts.js +1 -1
  71. data/lib/ably_ui/reset/styles.css +1 -11
  72. data/lib/ably_ui/version.rb +1 -1
  73. metadata +9 -5
  74. data/lib/ably_ui/core/meganav_content_platform/component.js +0 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 500e5748d0812687af02e1ff0ba736913dd10b7db1562a71310832fe93fd4a41
4
- data.tar.gz: aaf1ecbc4f5751da548f98f7d63dfa32c1ea0c2b986f641afc9fd40461590d00
3
+ metadata.gz: 915bfa2a4c26e030293f88113f823581bbfa00bc50f8b44c5326087c42ef548c
4
+ data.tar.gz: 06ae6fd66b5021154922d12207ca4755fc1dcc60256eed93a278d32130a7f660
5
5
  SHA512:
6
- metadata.gz: ef867c749c97b71c21ba45554b5ac8587088f55ab3caa4a0a0eb1c3b7fe4872354395eebc258c13baab0a1550464c8c6570dc80d09c292e4e1672724132d7385
7
- data.tar.gz: 60ab792863b0cf2ca0b6dc70075ee2a49a000c0943407d627488a8ecc9ca85cf90fa440e59290cd4604afa52561022d72ae17745bb7751e1ac1791067897db52
6
+ metadata.gz: ce2ba3d1dacb76d86475ea8be62945c5816b8c7c86414338d4fcedc64b92559322e03d5e9509ed0da7301e0eb50a81d01ef2df32c87c40e683f6e0555e623c08
7
+ data.tar.gz: f8bfb681310c88b76694f88448b920730103d864c697663fa23452d6e6035692b84b0b5bdd59be389f3e63b88223d7b2fc040fa68a89967479ca91b34230f883
data/Gemfile.lock CHANGED
@@ -1,23 +1,23 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ably-ui (8.7.0.dev.58f2947)
4
+ ably-ui (8.7.0.dev.142db03)
5
5
  view_component (>= 2.33, < 2.50)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
- activesupport (7.0.2.2)
10
+ activesupport (7.0.4.3)
11
11
  concurrent-ruby (~> 1.0, >= 1.0.2)
12
12
  i18n (>= 1.6, < 2)
13
13
  minitest (>= 5.1)
14
14
  tzinfo (~> 2.0)
15
- concurrent-ruby (1.1.9)
16
- i18n (1.10.0)
15
+ concurrent-ruby (1.2.2)
16
+ i18n (1.12.0)
17
17
  concurrent-ruby (~> 1.0)
18
18
  method_source (1.0.0)
19
- minitest (5.15.0)
20
- tzinfo (2.0.4)
19
+ minitest (5.18.0)
20
+ tzinfo (2.0.6)
21
21
  concurrent-ruby (~> 1.0)
22
22
  view_component (2.49.1)
23
23
  activesupport (>= 5.0.0, < 8.0)
data/README.md CHANGED
@@ -294,10 +294,14 @@ To deploy a review app with your in-progress code, you can use the `pre-release`
294
294
  scripts/pre-release.sh
295
295
  ```
296
296
 
297
- This will do a couple of things:
297
+ This script is a combination of two scripts:
298
298
 
299
- update your local dependencies for ably-ui and run a production build
300
- — release a gem and a NPM package with the version built from your current SemVer but adding a pre-release tag based on a short SHA of your HEAD commit
299
+ 1. Pre-Release:
300
+
301
+ - update your local dependencies for ably-ui and run a production build
302
+ - release a gem and a NPM package with the version built from your current SemVer but adding a pre-release tag based on a short SHA of your HEAD commit
303
+
304
+ 2. Update Pre-Release Version:
301
305
 
302
306
  - update the preview app
303
307
  - commit all the above and push to origin
@@ -68,3 +68,5 @@
68
68
  }
69
69
  }
70
70
 
71
+
72
+ /*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29yZS9Db2RlL2NvbXBvbmVudC5jc3MiLCJtYXBwaW5ncyI6IkFBQUE7RUFDRSxzSEFBc0g7QUFDeEg7O0FBRUE7RUFDRTtJQUNFLCtCQUErQjtJQUMvQiwrQkFBK0I7RUFDakM7O0VBRUE7SUFDRSxhQUFhO0VBQ2Y7O0VBRUE7SUFDRSxnQkFBZ0I7RUFDbEI7O0VBRUE7O0lBRUUsOEJBQThCO0VBQ2hDOztFQUVBOzs7Ozs7OztJQVFFLHdCQUF3QjtFQUMxQjs7RUFFQTs7Ozs7OztJQU9FLDJCQUEyQjtFQUM3Qjs7RUFFQTtJQUNFLDJCQUEyQjtFQUM3Qjs7RUFFQTs7OztJQUlFLDBCQUEwQjtFQUM1Qjs7RUFFQTs7SUFFRSx5QkFBeUI7RUFDM0I7O0VBRUE7O0lBRUUsMEJBQTBCO0VBQzVCOztFQUVBO0lBQ0UsNkJBQTZCO0VBQy9CO0FBQ0YiLCJzb3VyY2VzIjpbIndlYnBhY2s6Ly9BYmx5VWkuQ29yZS8uL3NyYy9jb3JlL3V0aWxzL3N5bnRheC1oaWdobGlnaHRlci5jc3MiXSwic291cmNlc0NvbnRlbnQiOlsiQGxheWVyIGJhc2Uge1xuICBAaW1wb3J0IHVybChcImh0dHBzOi8vZm9udHMuZ29vZ2xlYXBpcy5jb20vY3NzMj9mYW1pbHk9U291cmNlK0NvZGUrUHJvOml0YWwsd2dodEAwLDYwMDswLDcwMDsxLDYwMDsxLDcwMCZkaXNwbGF5PXN3YXBcIik7XG59XG5cbkBsYXllciBjb21wb25lbnRzIHtcbiAgLmhsanMge1xuICAgIGJhY2tncm91bmQ6IHZhcigtLXN5bnRheC1ibGFjayk7XG4gICAgY29sb3I6IHZhcigtLXN5bnRheC1saWdodC1ncmV5KTtcbiAgfVxuXG4gIC5obGpzLWVtcGhhc2lzIHtcbiAgICBAYXBwbHkgaXRhbGljO1xuICB9XG5cbiAgLmhsanMtc3Ryb25nIHtcbiAgICBAYXBwbHkgZm9udC1ib2xkO1xuICB9XG5cbiAgLmhsanMtY29tbWVudCxcbiAgLmhsanMtcXVvdGUge1xuICAgIGNvbG9yOiB2YXIoLS1zeW50YXgtZGFyay1ncmV5KTtcbiAgfVxuXG4gIC5obGpzLXZhcmlhYmxlLFxuICAuaGxqcy10ZW1wbGF0ZS12YXJpYWJsZSxcbiAgLmhsanMtdGFnLFxuICAuaGxqcy1uYW1lLFxuICAuaGxqcy1zZWxlY3Rvci1pZCxcbiAgLmhsanMtc2VsZWN0b3ItY2xhc3MsXG4gIC5obGpzLXJlZ2V4cCxcbiAgLmhsanMtZGVsZXRpb24ge1xuICAgIGNvbG9yOiB2YXIoLS1zeW50YXgtcmVkKTtcbiAgfVxuXG4gIC5obGpzLW51bWJlcixcbiAgLmhsanMtYnVpbHRfaW4sXG4gIC5obGpzLWxpdGVyYWwsXG4gIC5obGpzLXR5cGUsXG4gIC5obGpzLXBhcmFtcyxcbiAgLmhsanMtbWV0YSxcbiAgLmhsanMtbGluayB7XG4gICAgY29sb3I6IHZhcigtLXN5bnRheC1vcmFuZ2UpO1xuICB9XG5cbiAgLmhsanMtYXR0cmlidXRlIHtcbiAgICBjb2xvcjogdmFyKC0tc3ludGF4LXllbGxvdyk7XG4gIH1cblxuICAuaGxqcy1zdHJpbmcsXG4gIC5obGpzLXN5bWJvbCxcbiAgLmhsanMtYnVsbGV0LFxuICAuaGxqcy1hZGRpdGlvbiB7XG4gICAgY29sb3I6IHZhcigtLXN5bnRheC1ncmVlbik7XG4gIH1cblxuICAuaGxqcy10aXRsZSxcbiAgLmhsanMtc2VjdGlvbiB7XG4gICAgY29sb3I6IHZhcigtLXN5bnRheC1ibHVlKTtcbiAgfVxuXG4gIC5obGpzLWtleXdvcmQsXG4gIC5obGpzLXNlbGVjdG9yLXRhZyB7XG4gICAgY29sb3I6IHZhcigtLXN5bnRheC1saWxhYyk7XG4gIH1cblxuICAuaGxqcy1zdWJzdCB7XG4gICAgY29sb3I6IHZhcigtLXN5bnRheC1taWQtZ3JleSk7XG4gIH1cbn1cbiJdLCJuYW1lcyI6W10sInNvdXJjZVJvb3QiOiIifQ==*/