ably-ui 8.7.0.dev.7072b07 → 8.7.0.dev.7456b53

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 +3 -7
  4. data/lib/ably_ui/core/code/component.css +0 -2
  5. data/lib/ably_ui/core/code/component.js +1 -739
  6. data/lib/ably_ui/core/company_autocomplete/component.css +0 -2
  7. data/lib/ably_ui/core/company_autocomplete/component.js +1 -1161
  8. data/lib/ably_ui/core/connect_state_wrapper/component.js +1 -22
  9. data/lib/ably_ui/core/contact_footer/component.css +0 -2
  10. data/lib/ably_ui/core/contact_footer/component.js +1 -211
  11. data/lib/ably_ui/core/cookie_message/component.css +0 -2
  12. data/lib/ably_ui/core/cookie_message/component.js +1 -82
  13. data/lib/ably_ui/core/core.rb +4 -8
  14. data/lib/ably_ui/core/customer_logos/component.js +1 -22
  15. data/lib/ably_ui/core/dropdown_menu/component.js +1 -22
  16. data/lib/ably_ui/core/feature_footer/component.css +0 -2
  17. data/lib/ably_ui/core/feature_footer/component.js +1 -211
  18. data/lib/ably_ui/core/featured_link/component.css +0 -2
  19. data/lib/ably_ui/core/featured_link/component.js +1 -82
  20. data/lib/ably_ui/core/flash/component.css +0 -2
  21. data/lib/ably_ui/core/flash/component.js +1 -82
  22. data/lib/ably_ui/core/footer/component.css +1 -3
  23. data/lib/ably_ui/core/footer/component.js +1 -82
  24. data/lib/ably_ui/core/footer/footer.html.erb +23 -18
  25. data/lib/ably_ui/core/icon/component.js +1 -22
  26. data/lib/ably_ui/core/loader/component.js +1 -22
  27. data/lib/ably_ui/core/logo/component.js +1 -22
  28. data/lib/ably_ui/core/meganav/component.css +3 -3
  29. data/lib/ably_ui/core/meganav/component.js +1 -992
  30. data/lib/ably_ui/core/meganav/component.json +1 -1
  31. data/lib/ably_ui/core/meganav/meganav.rb +4 -4
  32. data/lib/ably_ui/core/meganav_blog_posts_list/component.js +1 -1159
  33. data/lib/ably_ui/core/meganav_content_company/component.js +1 -22
  34. data/lib/ably_ui/core/meganav_content_company/meganav_content_company.html.erb +0 -9
  35. data/lib/ably_ui/core/meganav_content_developers/component.js +1 -22
  36. data/lib/ably_ui/core/meganav_content_developers/meganav_content_developers.html.erb +2 -18
  37. data/lib/ably_ui/core/meganav_content_platform/component.js +1 -0
  38. data/lib/ably_ui/core/{meganav_content_products/meganav_content_products.html.erb → meganav_content_platform/meganav_content_platform.html.erb} +33 -15
  39. data/lib/ably_ui/core/{meganav_content_products/meganav_content_products.rb → meganav_content_platform/meganav_content_platform.rb} +1 -1
  40. data/lib/ably_ui/core/meganav_content_use_cases/component.js +1 -22
  41. data/lib/ably_ui/core/meganav_content_use_cases/meganav_content_use_cases.html.erb +38 -42
  42. data/lib/ably_ui/core/meganav_control/component.js +1 -241
  43. data/lib/ably_ui/core/meganav_control_mobile_dropdown/component.js +1 -180
  44. data/lib/ably_ui/core/meganav_control_mobile_panel_close/component.js +1 -142
  45. data/lib/ably_ui/core/meganav_control_mobile_panel_open/component.js +1 -170
  46. data/lib/ably_ui/core/meganav_items_desktop/component.js +1 -22
  47. data/lib/ably_ui/core/meganav_items_desktop/meganav_items_desktop.rb +1 -1
  48. data/lib/ably_ui/core/meganav_items_mobile/component.js +1 -22
  49. data/lib/ably_ui/core/meganav_items_signed_in/component.js +1 -22
  50. data/lib/ably_ui/core/meganav_search/component.js +1 -22
  51. data/lib/ably_ui/core/meganav_search_autocomplete/component.js +1 -295
  52. data/lib/ably_ui/core/meganav_search_panel/component.js +1 -22
  53. data/lib/ably_ui/core/meganav_search_suggestions/component.js +1 -258
  54. data/lib/ably_ui/core/notice/component.css +0 -2
  55. data/lib/ably_ui/core/notice/component.js +1 -872
  56. data/lib/ably_ui/core/scripts.js +1 -1465
  57. data/lib/ably_ui/core/showcase/component.css +0 -2
  58. data/lib/ably_ui/core/showcase/component.js +1 -343
  59. data/lib/ably_ui/core/sign_out_link/component.js +1 -22
  60. data/lib/ably_ui/core/slider/component.css +0 -2
  61. data/lib/ably_ui/core/slider/component.js +1 -255
  62. data/lib/ably_ui/core/sprites.svg +0 -93
  63. data/lib/ably_ui/core/styles.css +7 -3
  64. data/lib/ably_ui/core/uptime/component.css +0 -2
  65. data/lib/ably_ui/core/uptime/component.js +1 -82
  66. data/lib/ably_ui/reset/scripts.js +1 -1
  67. data/lib/ably_ui/reset/styles.css +11 -1
  68. data/lib/ably_ui/version.rb +1 -1
  69. metadata +5 -9
  70. data/lib/ably_ui/core/images/best-support-2023.svg +0 -1
  71. data/lib/ably_ui/core/images/fastest-implementation-2023.svg +0 -1
  72. data/lib/ably_ui/core/images/high-performer-2023.svg +0 -1
  73. data/lib/ably_ui/core/images/highest-user-adoption-2023.svg +0 -1
  74. data/lib/ably_ui/core/meganav_content_products/component.js +0 -22
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 915bfa2a4c26e030293f88113f823581bbfa00bc50f8b44c5326087c42ef548c
4
- data.tar.gz: 06ae6fd66b5021154922d12207ca4755fc1dcc60256eed93a278d32130a7f660
3
+ metadata.gz: 20ba5205f3b10aa22b94da3dbe0656f494fe62f1d9dc0b728c70f13f5e08df5b
4
+ data.tar.gz: 0772b6a22b1a8b5015cf85d66ce198fa73e1380896a58bb08807ea715b4b6dc2
5
5
  SHA512:
6
- metadata.gz: ce2ba3d1dacb76d86475ea8be62945c5816b8c7c86414338d4fcedc64b92559322e03d5e9509ed0da7301e0eb50a81d01ef2df32c87c40e683f6e0555e623c08
7
- data.tar.gz: f8bfb681310c88b76694f88448b920730103d864c697663fa23452d6e6035692b84b0b5bdd59be389f3e63b88223d7b2fc040fa68a89967479ca91b34230f883
6
+ metadata.gz: c8c534b41c09a968eb887ea72126be574bfbe70d6fc9b8049b3942e34e6d19f2c5bbc285684473d9c882387e00c850d91c32913d54eda1a3f40a728f23bab86a
7
+ data.tar.gz: 331c469c3b37e9d56da82b81684bd968670f4607346a5bcf91552959f6fd042f810b66a38ff3d466d4ca18824180baece5b5b25d3641cc65f11ffdbfc75bc758
data/Gemfile.lock CHANGED
@@ -1,23 +1,23 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ably-ui (8.7.0.dev.142db03)
4
+ ably-ui (8.7.0.dev.dc2ec3f)
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.4.3)
10
+ activesupport (7.0.2.2)
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.2.2)
16
- i18n (1.12.0)
15
+ concurrent-ruby (1.1.9)
16
+ i18n (1.10.0)
17
17
  concurrent-ruby (~> 1.0)
18
18
  method_source (1.0.0)
19
- minitest (5.18.0)
20
- tzinfo (2.0.6)
19
+ minitest (5.15.0)
20
+ tzinfo (2.0.4)
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,14 +294,10 @@ 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 script is a combination of two scripts:
297
+ This will do a couple of things:
298
298
 
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:
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
305
301
 
306
302
  - update the preview app
307
303
  - commit all the above and push to origin
@@ -68,5 +68,3 @@
68
68
  }
69
69
  }
70
70
 
71
-
72
- /*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29yZS9Db2RlL2NvbXBvbmVudC5jc3MiLCJtYXBwaW5ncyI6IkFBQUE7RUFDRSxzSEFBc0g7QUFDeEg7O0FBRUE7RUFDRTtJQUNFLCtCQUErQjtJQUMvQiwrQkFBK0I7RUFDakM7O0VBRUE7SUFDRSxhQUFhO0VBQ2Y7O0VBRUE7SUFDRSxnQkFBZ0I7RUFDbEI7O0VBRUE7O0lBRUUsOEJBQThCO0VBQ2hDOztFQUVBOzs7Ozs7OztJQVFFLHdCQUF3QjtFQUMxQjs7RUFFQTs7Ozs7OztJQU9FLDJCQUEyQjtFQUM3Qjs7RUFFQTtJQUNFLDJCQUEyQjtFQUM3Qjs7RUFFQTs7OztJQUlFLDBCQUEwQjtFQUM1Qjs7RUFFQTs7SUFFRSx5QkFBeUI7RUFDM0I7O0VBRUE7O0lBRUUsMEJBQTBCO0VBQzVCOztFQUVBO0lBQ0UsNkJBQTZCO0VBQy9CO0FBQ0YiLCJzb3VyY2VzIjpbIndlYnBhY2s6Ly9BYmx5VWkuQ29yZS8uL3NyYy9jb3JlL3V0aWxzL3N5bnRheC1oaWdobGlnaHRlci5jc3MiXSwic291cmNlc0NvbnRlbnQiOlsiQGxheWVyIGJhc2Uge1xuICBAaW1wb3J0IHVybChcImh0dHBzOi8vZm9udHMuZ29vZ2xlYXBpcy5jb20vY3NzMj9mYW1pbHk9U291cmNlK0NvZGUrUHJvOml0YWwsd2dodEAwLDYwMDswLDcwMDsxLDYwMDsxLDcwMCZkaXNwbGF5PXN3YXBcIik7XG59XG5cbkBsYXllciBjb21wb25lbnRzIHtcbiAgLmhsanMge1xuICAgIGJhY2tncm91bmQ6IHZhcigtLXN5bnRheC1ibGFjayk7XG4gICAgY29sb3I6IHZhcigtLXN5bnRheC1saWdodC1ncmV5KTtcbiAgfVxuXG4gIC5obGpzLWVtcGhhc2lzIHtcbiAgICBAYXBwbHkgaXRhbGljO1xuICB9XG5cbiAgLmhsanMtc3Ryb25nIHtcbiAgICBAYXBwbHkgZm9udC1ib2xkO1xuICB9XG5cbiAgLmhsanMtY29tbWVudCxcbiAgLmhsanMtcXVvdGUge1xuICAgIGNvbG9yOiB2YXIoLS1zeW50YXgtZGFyay1ncmV5KTtcbiAgfVxuXG4gIC5obGpzLXZhcmlhYmxlLFxuICAuaGxqcy10ZW1wbGF0ZS12YXJpYWJsZSxcbiAgLmhsanMtdGFnLFxuICAuaGxqcy1uYW1lLFxuICAuaGxqcy1zZWxlY3Rvci1pZCxcbiAgLmhsanMtc2VsZWN0b3ItY2xhc3MsXG4gIC5obGpzLXJlZ2V4cCxcbiAgLmhsanMtZGVsZXRpb24ge1xuICAgIGNvbG9yOiB2YXIoLS1zeW50YXgtcmVkKTtcbiAgfVxuXG4gIC5obGpzLW51bWJlcixcbiAgLmhsanMtYnVpbHRfaW4sXG4gIC5obGpzLWxpdGVyYWwsXG4gIC5obGpzLXR5cGUsXG4gIC5obGpzLXBhcmFtcyxcbiAgLmhsanMtbWV0YSxcbiAgLmhsanMtbGluayB7XG4gICAgY29sb3I6IHZhcigtLXN5bnRheC1vcmFuZ2UpO1xuICB9XG5cbiAgLmhsanMtYXR0cmlidXRlIHtcbiAgICBjb2xvcjogdmFyKC0tc3ludGF4LXllbGxvdyk7XG4gIH1cblxuICAuaGxqcy1zdHJpbmcsXG4gIC5obGpzLXN5bWJvbCxcbiAgLmhsanMtYnVsbGV0LFxuICAuaGxqcy1hZGRpdGlvbiB7XG4gICAgY29sb3I6IHZhcigtLXN5bnRheC1ncmVlbik7XG4gIH1cblxuICAuaGxqcy10aXRsZSxcbiAgLmhsanMtc2VjdGlvbiB7XG4gICAgY29sb3I6IHZhcigtLXN5bnRheC1ibHVlKTtcbiAgfVxuXG4gIC5obGpzLWtleXdvcmQsXG4gIC5obGpzLXNlbGVjdG9yLXRhZyB7XG4gICAgY29sb3I6IHZhcigtLXN5bnRheC1saWxhYyk7XG4gIH1cblxuICAuaGxqcy1zdWJzdCB7XG4gICAgY29sb3I6IHZhcigtLXN5bnRheC1taWQtZ3JleSk7XG4gIH1cbn1cbiJdLCJuYW1lcyI6W10sInNvdXJjZVJvb3QiOiIifQ==*/