Skip to content

Commit

Permalink
Merge pull request #184 from ably/MAW-26_h4
Browse files Browse the repository at this point in the history
Ably UI: H4 text need to be uppercase
  • Loading branch information
aralovelace authored May 18, 2022
2 parents 97133cf + bc5dffe commit ccfa79c
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 (7.7.0)
ably-ui (7.7.0.dev.250db1f)
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 = '7.7.0'
VERSION = '7.7.0.dev.250db1f'
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": "7.7.0",
"version": "7.7.0-dev.250db1f",
"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 @@ -36,4 +36,4 @@ gem 'view_component', '~> 2.33.0', require: 'view_component/engine'

gem 'responders'

gem 'ably-ui', '7.7.0', require: 'ably_ui'
gem 'ably-ui', '7.7.0.dev.250db1f', require: 'ably_ui'
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 (7.7.0)
ably-ui (7.7.0.dev.250db1f)
view_component (>= 2.33, < 2.50)
actioncable (6.0.3.4)
actionpack (= 6.0.3.4)
Expand Down Expand Up @@ -169,7 +169,7 @@ PLATFORMS
ruby

DEPENDENCIES
ably-ui (= 7.7.0)
ably-ui (= 7.7.0.dev.250db1f)
bootsnap (>= 1.4.2)
byebug
listen (~> 3.2)
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": "7.7.0",
"@ably/ui": "7.7.0-dev.250db1f",
"@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]":
version "7.7.0"
resolved "https://registry.yarnpkg.com/@ably/ui/-/ui-7.7.0.tgz#6401e9c569afbdc0c62d8cdeb2ae9e58016f59b9"
integrity sha512-XKjBKVkCi56Tw0qIQyC+ZUFn4cb2RzSyLqBF+NnY6sZMPQ/gqtqZRdNThuT2nYNMwFZleZLCh+mKpl4BP3AUvg==
"@ably/[email protected]-dev.250db1f":
version "7.7.0-dev.250db1f"
resolved "https://registry.yarnpkg.com/@ably/ui/-/ui-7.7.0-dev.250db1f.tgz#9c7d24c2e855fa0a745c726ecf4b6691dbaa65db"
integrity sha512-8a6xKb0PphJ208iC+ZtAc9qiUM/I1boqb6YX749sVsKZeqknBOFeaUfLOXtrYuc16ThuFFvtrB2ar59kfWF7VQ==
dependencies:
array-flat-polyfill "^1.0.1"
deepmerge "^4.2.2"
Expand Down
2 changes: 1 addition & 1 deletion src/core/styles/text.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

.ui-text-h4 {
@apply font-sans font-medium text-cool-black;
@apply text-h4;
@apply text-h4 uppercase;
@apply tracking-widen-0.1;
}

Expand Down

0 comments on commit ccfa79c

Please sign in to comment.