ably-ui 8.7.0.dev.7021bee → 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.
- checksums.yaml +4 -4
- data/Gemfile.lock +6 -6
- data/README.md +15 -4
- data/lib/ably_ui/core/code/component.css +2 -0
- data/lib/ably_ui/core/code/component.js +739 -1
- data/lib/ably_ui/core/company_autocomplete/component.css +2 -0
- data/lib/ably_ui/core/company_autocomplete/component.js +1161 -1
- data/lib/ably_ui/core/connect_state_wrapper/component.js +22 -1
- data/lib/ably_ui/core/contact_footer/component.css +2 -0
- data/lib/ably_ui/core/contact_footer/component.js +211 -1
- data/lib/ably_ui/core/cookie_message/component.css +2 -0
- data/lib/ably_ui/core/cookie_message/component.js +82 -1
- data/lib/ably_ui/core/core.rb +12 -4
- data/lib/ably_ui/core/customer_logos/component.js +22 -1
- data/lib/ably_ui/core/dropdown_menu/component.js +22 -1
- data/lib/ably_ui/core/feature_footer/component.css +2 -0
- data/lib/ably_ui/core/feature_footer/component.js +211 -1
- data/lib/ably_ui/core/featured_link/component.css +2 -0
- data/lib/ably_ui/core/featured_link/component.js +82 -1
- data/lib/ably_ui/core/flash/component.css +2 -0
- data/lib/ably_ui/core/flash/component.js +82 -1
- data/lib/ably_ui/core/footer/component.css +23 -1
- data/lib/ably_ui/core/footer/component.js +82 -1
- data/lib/ably_ui/core/footer/footer.html.erb +120 -63
- data/lib/ably_ui/core/icon/component.js +22 -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 +22 -1
- data/lib/ably_ui/core/logo/component.js +22 -1
- data/lib/ably_ui/core/meganav/component.css +3 -3
- data/lib/ably_ui/core/meganav/component.js +992 -1
- data/lib/ably_ui/core/meganav/component.json +2 -2
- data/lib/ably_ui/core/meganav/meganav.rb +6 -6
- data/lib/ably_ui/core/meganav_blog_posts_list/component.js +1159 -1
- data/lib/ably_ui/core/meganav_content_company/component.js +22 -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 +22 -1
- data/lib/ably_ui/core/meganav_content_developers/meganav_content_developers.html.erb +30 -14
- data/lib/ably_ui/core/meganav_content_products/component.js +22 -0
- 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 +22 -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 +241 -1
- data/lib/ably_ui/core/meganav_control_mobile_dropdown/component.js +180 -1
- data/lib/ably_ui/core/meganav_control_mobile_panel_close/component.js +142 -1
- data/lib/ably_ui/core/meganav_control_mobile_panel_open/component.js +170 -1
- data/lib/ably_ui/core/meganav_items_desktop/component.js +22 -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 +22 -1
- data/lib/ably_ui/core/meganav_items_signed_in/component.js +22 -1
- data/lib/ably_ui/core/meganav_search/component.js +22 -1
- data/lib/ably_ui/core/meganav_search_autocomplete/component.js +295 -1
- data/lib/ably_ui/core/meganav_search_panel/component.js +22 -1
- data/lib/ably_ui/core/meganav_search_suggestions/component.js +258 -1
- data/lib/ably_ui/core/notice/component.css +2 -0
- data/lib/ably_ui/core/notice/component.js +872 -1
- data/lib/ably_ui/core/scripts.js +1465 -1
- data/lib/ably_ui/core/showcase/component.css +2 -0
- data/lib/ably_ui/core/showcase/component.js +343 -1
- data/lib/ably_ui/core/sign_out_link/component.js +22 -1
- data/lib/ably_ui/core/slider/component.css +2 -0
- data/lib/ably_ui/core/slider/component.js +255 -1
- data/lib/ably_ui/core/sprites.svg +99 -0
- data/lib/ably_ui/core/styles.css +3 -7
- data/lib/ably_ui/core/uptime/component.css +2 -0
- data/lib/ably_ui/core/uptime/component.js +82 -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 -7
- data/lib/ably_ui/core/meganav_content_platform/component.js +0 -1
- data/lib/ably_ui/react/connect_state_wrapper/component.js +0 -1
- data/lib/ably_ui/react/scripts.js +0 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 915bfa2a4c26e030293f88113f823581bbfa00bc50f8b44c5326087c42ef548c
|
4
|
+
data.tar.gz: 06ae6fd66b5021154922d12207ca4755fc1dcc60256eed93a278d32130a7f660
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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.
|
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.
|
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.
|
16
|
-
i18n (1.
|
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.
|
20
|
-
tzinfo (2.0.
|
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
@@ -239,7 +239,14 @@ yarn link @ably/ui
|
|
239
239
|
|
240
240
|
For `ruby`:
|
241
241
|
|
242
|
-
In `preview/Gemfile` replace
|
242
|
+
In `preview/Gemfile` replace the Ably UI gem version number with `path: '../'` like this:
|
243
|
+
|
244
|
+
```bash
|
245
|
+
# in preview
|
246
|
+
gem 'ably-ui', path: '../', require: 'ably_ui'
|
247
|
+
```
|
248
|
+
|
249
|
+
and run:
|
243
250
|
|
244
251
|
```bash
|
245
252
|
# in preview
|
@@ -287,10 +294,14 @@ To deploy a review app with your in-progress code, you can use the `pre-release`
|
|
287
294
|
scripts/pre-release.sh
|
288
295
|
```
|
289
296
|
|
290
|
-
This
|
297
|
+
This script is a combination of two scripts:
|
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
|
291
303
|
|
292
|
-
|
293
|
-
— 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
|
304
|
+
2. Update Pre-Release Version:
|
294
305
|
|
295
306
|
- update the preview app
|
296
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==*/
|