Skip to content

Commit

Permalink
feat: add template mode icon (#527)
Browse files Browse the repository at this point in the history
  • Loading branch information
NateWaldschmidt authored Jul 8, 2024
1 parent 6e5fb1a commit 3960a28
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## v2.0.81

- Add `TemplateModeSwitch` icon

## v2.0.80

- Add PrimeVue `tooltip` directive to plugin installation
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lob/ui-components",
"version": "2.0.80",
"version": "2.0.81",
"engines": {
"node": ">=20.2.0",
"npm": ">=10.2.0"
Expand Down
3 changes: 3 additions & 0 deletions src/components/Icon/svgs/TemplateModeSwitch.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/components/Icon/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ export const IconName = {
SIGNAL: 'Signal',
SUCCESS: 'Success',
TAG: 'Tag',
TEMPLATE_MODE_SWTICH: 'TemplateModeSwitch',
TRIANGLE_EXCLAMATION: 'TriangleExclamation',
TRUCK: 'Truck',
UNVERIFIED: 'Unverified',
Expand Down

0 comments on commit 3960a28

Please sign in to comment.