diff --git a/Gemfile.lock b/Gemfile.lock index 49b78ac9f..50d7c3cbf 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - ably-ui (6.5.3) + ably-ui (6.5.3.dev.0ab7c2f) view_component (>= 2.33, < 2.50) GEM diff --git a/cypress/integration/core/footer/__snapshots__/snapshots.js.snap b/cypress/integration/core/footer/__snapshots__/snapshots.js.snap index aacc8d85c..bf2dcbe32 100644 --- a/cypress/integration/core/footer/__snapshots__/snapshots.js.snap +++ b/cypress/integration/core/footer/__snapshots__/snapshots.js.snap @@ -261,7 +261,12 @@ exports[`Footer Snapshot Test > react > test case common to both #0`] = ` class="h-24 pr-24 text-cool-black hover:text-icon-github" href="https://github.com/ably/" >
view component > test case common to both #0`] = + + + react > test case common to both #0`] = ` class="h-24 pr-24 text-cool-black hover:text-icon-github" href="https://github.com/ably/" > 2.33.0', require: 'view_component/engine' gem 'responders' -gem 'ably-ui', '6.5.3', require: 'ably_ui' +gem 'ably-ui', '6.5.3.dev.0ab7c2f', require: 'ably_ui' diff --git a/preview/Gemfile.lock b/preview/Gemfile.lock index eee824848..8a4e9b2bd 100644 --- a/preview/Gemfile.lock +++ b/preview/Gemfile.lock @@ -1,7 +1,7 @@ GEM remote: https://rubygems.org/ specs: - ably-ui (6.5.3) + ably-ui (6.5.3.dev.0ab7c2f) view_component (>= 2.33, < 2.50) actioncable (6.0.3.4) actionpack (= 6.0.3.4) @@ -169,7 +169,7 @@ PLATFORMS ruby DEPENDENCIES - ably-ui (= 6.5.3) + ably-ui (= 6.5.3.dev.0ab7c2f) bootsnap (>= 1.4.2) byebug listen (~> 3.2) diff --git a/preview/package.json b/preview/package.json index eb7704c12..6692ad4c5 100644 --- a/preview/package.json +++ b/preview/package.json @@ -2,7 +2,7 @@ "name": "preview", "private": true, "dependencies": { - "@ably/ui": "6.5.3", + "@ably/ui": "6.5.3-dev.0ab7c2f", "@babel/preset-react": "^7.12.5", "@rails/ujs": "^6.0.0", "@rails/webpacker": "4.3.0", diff --git a/preview/yarn.lock b/preview/yarn.lock index 7122d2c59..681c975df 100644 --- a/preview/yarn.lock +++ b/preview/yarn.lock @@ -2,10 +2,10 @@ # yarn lockfile v1 -"@ably/ui@6.5.3": - version "6.5.3" - resolved "https://registry.yarnpkg.com/@ably/ui/-/ui-6.5.3.tgz#ca3a36c9652c0b849eaca81a824c89b1bea07177" - integrity sha512-wVdpqo8ZQU0YFTd6LAkmIKKyPy5UK3NOKs90VNJ8oudbaqb4ZQrmpNHdFQyE0mAYMWK6U8Lf7BeTSpyuP1A9nA== +"@ably/ui@6.5.3-dev.0ab7c2f": + version "6.5.3-dev.0ab7c2f" + resolved "https://registry.yarnpkg.com/@ably/ui/-/ui-6.5.3-dev.0ab7c2f.tgz#b7fedca2cf81355dd7c0f6615fb2536f6c811b18" + integrity sha512-qVFPkvnEJqd0MpiZzThxwX3L/fNVg66kXn2+wmdQt2aEx+8gTa3nqDSOF11NMTfqGqx4mF6WuBbMbhhwaESKJg== dependencies: array-flat-polyfill "^1.0.1" deepmerge "^4.2.2" diff --git a/src/core/Footer/component.html.erb b/src/core/Footer/component.html.erb index 623e78cca..1c11d0f3b 100644 --- a/src/core/Footer/component.html.erb +++ b/src/core/Footer/component.html.erb @@ -173,6 +173,9 @@ <%= render(AblyUi::Core::Icon.new(name: "github", size: "1.5rem")) %> + + <%= render(AblyUi::Core::Icon.new(name: "discord", size: "1.5rem")) %> +