Skip to content

Commit

Permalink
Merge pull request #181 from ably/MAW-20
Browse files Browse the repository at this point in the history
Update fill for icons that can be changed text color
  • Loading branch information
aralovelace authored May 6, 2022
2 parents 9675f00 + 6d52f5b commit fd12ec1
Show file tree
Hide file tree
Showing 31 changed files with 37 additions and 37 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
ably-ui (7.5.0)
ably-ui (7.5.0.dev.e375d71)
view_component (>= 2.33, < 2.50)

GEM
Expand Down Expand Up @@ -31,4 +31,4 @@ DEPENDENCIES
view_component

BUNDLED WITH
2.2.19
2.3.8
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.5.0'
VERSION = '7.5.0.dev.e375d71'
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.5.0",
"version": "7.5.0-dev.e375d71",
"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.5.0', require: 'ably_ui'
gem 'ably-ui', '7.5.0.dev.e375d71', require: 'ably_ui'
6 changes: 3 additions & 3 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.5.0)
ably-ui (7.5.0.dev.e375d71)
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.5.0)
ably-ui (= 7.5.0.dev.e375d71)
bootsnap (>= 1.4.2)
byebug
listen (~> 3.2)
Expand All @@ -187,4 +187,4 @@ RUBY VERSION
ruby 3.0.0p0

BUNDLED WITH
2.2.19
2.3.8
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.5.0",
"@ably/ui": "7.5.0-dev.e375d71",
"@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.5.0"
resolved "https://registry.yarnpkg.com/@ably/ui/-/ui-7.5.0.tgz#62f6fa9df487f1c7f8082daf550acb3b4abee31c"
integrity sha512-r7J6ay+9nfGD0oBbsaB9stqGp8iy7KU4UWjLuJpW6gxHA8pbMqQkQPX85mMhdxGsYaxIqpAR7fkaw+B7FY58Kw==
"@ably/[email protected]-dev.e375d71":
version "7.5.0-dev.e375d71"
resolved "https://registry.yarnpkg.com/@ably/ui/-/ui-7.5.0-dev.e375d71.tgz#4163702158034d1aa8b150c63a60ec73fc9c6203"
integrity sha512-pOQE1VYZQGd5RciAmnpfIJTbPB5QVGYAwJEgKrwjEIAgaeXCiWaAQrtamGq6Kl/cCIKgnA7g9gXx0jMUQIx0QQ==
dependencies:
array-flat-polyfill "^1.0.1"
deepmerge "^4.2.2"
Expand Down
2 changes: 1 addition & 1 deletion src/core/icons/icon-display-48hrs.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/core/icons/icon-display-api-keys.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/core/icons/icon-display-api.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit fd12ec1

Please sign in to comment.