diff --git a/Gemfile.lock b/Gemfile.lock index 234c1f1cb..a74373bd8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - ably-ui (8.7.0.dev.09301de) + ably-ui (8.7.0.dev.142db03) 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 8afde49fd..b9ec4e4d1 100644 --- a/cypress/integration/core/footer/__snapshots__/snapshots.js.snap +++ b/cypress/integration/core/footer/__snapshots__/snapshots.js.snap @@ -300,16 +300,20 @@ exports[`Footer Snapshot Test > react > test case common to both #0`] = ` > @@ -712,19 +716,24 @@ exports[`Footer Snapshot Test > view component > test case common to both #0`] = class="col-span-full sm:col-span-1 inline-flex sm:ml-auto sm:items-center" > + diff --git a/lib/ably_ui/version.rb b/lib/ably_ui/version.rb index b5cb39a92..54fbf6c14 100644 --- a/lib/ably_ui/version.rb +++ b/lib/ably_ui/version.rb @@ -1,3 +1,3 @@ module AblyUi - VERSION = '8.7.0.dev.09301de' + VERSION = '8.7.0.dev.142db03' end diff --git a/package.json b/package.json index 609493ede..9d4063b6a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ably/ui", - "version": "8.7.0-dev.09301de", + "version": "8.7.0-dev.142db03", "description": "Home of the Ably design system library ([design.ably.com](https://design.ably.com)). It provides a showcase, development/test environment and a publishing pipeline for different distributables.", "repository": { "type": "git", diff --git a/preview/Gemfile b/preview/Gemfile index 937c77d08..b10883980 100644 --- a/preview/Gemfile +++ b/preview/Gemfile @@ -37,7 +37,7 @@ gem 'view_component', '~> 2.33.0', require: 'view_component/engine' gem 'responders' -gem 'ably-ui', '8.7.0.dev.09301de', require: 'ably_ui' +gem 'ably-ui', '8.7.0.dev.142db03', require: 'ably_ui' # https://stackoverflow.com/questions/71191685/visit-psych-nodes-alias-unknown-alias-default-psychbadalias gem 'psych', '< 4' diff --git a/preview/Gemfile.lock b/preview/Gemfile.lock index b04e6ec10..42f7d16b8 100644 --- a/preview/Gemfile.lock +++ b/preview/Gemfile.lock @@ -1,7 +1,7 @@ GEM remote: https://rubygems.org/ specs: - ably-ui (8.7.0.dev.09301de) + ably-ui (8.7.0.dev.142db03) view_component (>= 2.33, < 2.50) actioncable (6.0.5.1) actionpack (= 6.0.5.1) @@ -175,7 +175,7 @@ PLATFORMS x86_64-linux DEPENDENCIES - ably-ui (= 8.7.0.dev.09301de) + ably-ui (= 8.7.0.dev.142db03) bootsnap (>= 1.4.2) byebug dotenv-rails diff --git a/preview/app/controllers/components_controller.rb b/preview/app/controllers/components_controller.rb index ed08a2f83..9b828a196 100644 --- a/preview/app/controllers/components_controller.rb +++ b/preview/app/controllers/components_controller.rb @@ -219,13 +219,15 @@ def footer_react_props paths: { ably_stack: helpers.asset_path('ably_ui/core/images/ably-stack.svg'), highest_performer: - helpers.asset_path('ably_ui/core/images/high-performer-2022.png'), + helpers.asset_path('ably_ui/core/images/high-performer-2023.svg'), + best_support: + helpers.asset_path('ably_ui/core/images/best-support-2023.svg'), + fastest_implementation: + helpers.asset_path('ably_ui/core/images/fastest-implementation-2023.svg'), highest_user_adoption: helpers.asset_path( - 'ably_ui/core/images/highest-user-adoption-2022.png' - ), - users_love_us: - helpers.asset_path('ably_ui/core/images/users-love-us-2022.png') + 'ably_ui/core/images/highest-user-adoption-2023.svg' + ) } } end diff --git a/preview/package.json b/preview/package.json index f46dc05eb..f95ae15e5 100644 --- a/preview/package.json +++ b/preview/package.json @@ -2,7 +2,7 @@ "name": "preview", "private": true, "dependencies": { - "@ably/ui": "8.7.0-dev.09301de", + "@ably/ui": "8.7.0-dev.142db03", "@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 b50c70a82..6d2343974 100644 --- a/preview/yarn.lock +++ b/preview/yarn.lock @@ -2,10 +2,10 @@ # yarn lockfile v1 -"@ably/ui@8.7.0-dev.09301de": - version "8.7.0-dev.09301de" - resolved "https://registry.yarnpkg.com/@ably/ui/-/ui-8.7.0-dev.09301de.tgz#e53318d098358bc1c710a2218e3621a06959f8b8" - integrity sha512-T+RbNR3aSxGGnujwRp6vs7xlqPMNg1kT/wwdkEm3ZbiX+1QiSI50gvUWoQn3zNsr/Dk66xRf2EggJfuoTukrmQ== +"@ably/ui@8.7.0-dev.142db03": + version "8.7.0-dev.142db03" + resolved "https://registry.yarnpkg.com/@ably/ui/-/ui-8.7.0-dev.142db03.tgz#ef483fda83f7e3d70a35b4c05bbd97971c37466d" + integrity sha512-FvrWZbtWJ2yPYyTRcJV8zEGzCTh9+rynnlxMh0VePc3vKx2e2mSwj+B8/cfa5dYt6BNm95NI6ruc0Pzn59RTHA== dependencies: addsearch-js-client "^0.7.0" array-flat-polyfill "^1.0.1" diff --git a/src/core/Footer/component.html.erb b/src/core/Footer/component.html.erb index b27b75b48..c8d845736 100644 --- a/src/core/Footer/component.html.erb +++ b/src/core/Footer/component.html.erb @@ -204,9 +204,10 @@