From f4e6f799f89888e233f2ddd1e184eab8ebeef1a5 Mon Sep 17 00:00:00 2001 From: april Date: Wed, 12 Apr 2023 17:46:38 +0100 Subject: [PATCH 1/2] Adjust space between icons and texts on meganav --- src/core/Meganav/component.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/Meganav/component.css b/src/core/Meganav/component.css index 17010c796..8805fb93c 100644 --- a/src/core/Meganav/component.css +++ b/src/core/Meganav/component.css @@ -93,7 +93,7 @@ grid-template-rows: min-content 1fr; @apply block px-8 py-8 hover:bg-light-grey rounded relative -left-8 w-extend-8; - @apply grid gap-x-8; + @apply grid gap-x-16; } .ui-meganav-media-heading { From c6c73c5f0709b682ddabf5bc462995e6b43f37fe Mon Sep 17 00:00:00 2001 From: april Date: Wed, 12 Apr 2023 17:50:47 +0100 Subject: [PATCH 2/2] Publish v8.7.0-dev.f4e6f79 and update preview app --- Gemfile.lock | 2 +- lib/ably_ui/version.rb | 2 +- package.json | 2 +- preview/Gemfile | 2 +- preview/Gemfile.lock | 4 ++-- preview/package.json | 2 +- preview/yarn.lock | 8 ++++---- 7 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 443ef812e..f340c9b86 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - ably-ui (8.7.0.dev.f891ad9) + ably-ui (8.7.0.dev.f4e6f79) view_component (>= 2.33, < 2.50) GEM diff --git a/lib/ably_ui/version.rb b/lib/ably_ui/version.rb index 2887c0c37..cf1cbd189 100644 --- a/lib/ably_ui/version.rb +++ b/lib/ably_ui/version.rb @@ -1,3 +1,3 @@ module AblyUi - VERSION = '8.7.0.dev.f891ad9' + VERSION = '8.7.0.dev.f4e6f79' end diff --git a/package.json b/package.json index 866f3e2ff..1796ec332 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ably/ui", - "version": "8.7.0-dev.f891ad9", + "version": "8.7.0-dev.f4e6f79", "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 ec7e454a1..b9c19f8c9 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.f891ad9', require: 'ably_ui' +gem 'ably-ui', '8.7.0.dev.f4e6f79', 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 ab512e3e4..7a031ed38 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.f891ad9) + ably-ui (8.7.0.dev.f4e6f79) 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.f891ad9) + ably-ui (= 8.7.0.dev.f4e6f79) bootsnap (>= 1.4.2) byebug dotenv-rails diff --git a/preview/package.json b/preview/package.json index a706dd2d7..9f730bf1a 100644 --- a/preview/package.json +++ b/preview/package.json @@ -2,7 +2,7 @@ "name": "preview", "private": true, "dependencies": { - "@ably/ui": "8.7.0-dev.f891ad9", + "@ably/ui": "8.7.0-dev.f4e6f79", "@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 a9e7eaada..63fa5eeec 100644 --- a/preview/yarn.lock +++ b/preview/yarn.lock @@ -2,10 +2,10 @@ # yarn lockfile v1 -"@ably/ui@8.7.0-dev.f891ad9": - version "8.7.0-dev.f891ad9" - resolved "https://registry.yarnpkg.com/@ably/ui/-/ui-8.7.0-dev.f891ad9.tgz#5246efdeb6f85999a56f8550510f60480a786ab8" - integrity sha512-D36TyBkYbPXlgG5hrMaQj3f7BXnCCMICUqEoJJ/gBgTu4Sj1REKznXph+MM2Q3CS3GnvPog8P5rb57FSXjojLQ== +"@ably/ui@8.7.0-dev.f4e6f79": + version "8.7.0-dev.f4e6f79" + resolved "https://registry.yarnpkg.com/@ably/ui/-/ui-8.7.0-dev.f4e6f79.tgz#c19ab543452408dbc63393587f6c1dd050779903" + integrity sha512-o+XPz2xJmtjY3sGckMNxiioqswEwcgK0ZMh8FM+pbxX505VzqqVG5R1Wr2php43ZebSnDem/R6q43QKn3uya3Q== dependencies: addsearch-js-client "^0.7.0" array-flat-polyfill "^1.0.1"