Skip to content

Commit

Permalink
Changeset: New Version (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
Franck Gaudin authored May 15, 2024
2 parents c9b7aca + c8f8fe7 commit ca3be1a
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 21 deletions.
20 changes: 0 additions & 20 deletions .changeset/proud-ads-relate.md

This file was deleted.

21 changes: 21 additions & 0 deletions packages/icons-react16/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# @hopper-ui/icons-react16

## 2.0.0

### Major Changes

- 6eb9486: **Breaking Change**: Updated the icons variables to be more consistent with the other components.

Will need to update the style sheets to use the new CSS variables.

For example, they will need to replace:

| Old variable | New variable |
| ---------------------------------------------- | --------------------------------------- |
| `--hop-richicon-placeholder-surface-color` | `--hop-Richicon-placeholder-shadow` |
| `--hop-richicon-placeholder-icon-color` | `--hop-Richicon-placeholder-background` |
| `--hop-richicon-placeholder-icon-strong-color` | `--hop-Richicon-placeholder-fill` |

Add color variables for custom rich-icons styling

to change the background color, use the variable `--hop-Richicon-placeholder-background`
to change the shadow color, use the variable `--hop-Richicon-placeholder-shadow`

## 1.9.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/icons-react16/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@hopper-ui/icons-react16",
"author": "Workleap",
"version": "1.9.0",
"version": "2.0.0",
"description": "The icons package that targets React 16.",
"license": "Apache-2.0",
"repository": {
Expand Down

0 comments on commit ca3be1a

Please sign in to comment.