Skip to content

Commit

Permalink
Merge pull request #268 from ably/MAW-422
Browse files Browse the repository at this point in the history
[MAW-422] - Adjust space between icons and texts on meganav
  • Loading branch information
aralovelace authored Apr 14, 2023
2 parents 898813d + c6c73c5 commit 14e9fef
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/ably_ui/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module AblyUi
VERSION = '8.7.0.dev.f891ad9'
VERSION = '8.7.0.dev.f4e6f79'
end
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion preview/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
4 changes: 2 additions & 2 deletions preview/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -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)
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion preview/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
8 changes: 4 additions & 4 deletions preview/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# yarn lockfile v1


"@ably/[email protected].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/[email protected].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"
Expand Down
2 changes: 1 addition & 1 deletion src/core/Meganav/component.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 14e9fef

Please sign in to comment.