Skip to content

Commit

Permalink
feat: add plan icons (#471)
Browse files Browse the repository at this point in the history
  • Loading branch information
NateWaldschmidt authored Apr 9, 2024
1 parent 60d17de commit 7e8f51a
Show file tree
Hide file tree
Showing 11 changed files with 37 additions and 7 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# CHANGELOG

## v2.0.31

- Adds the icons:
- `PlanBusiness`
- `PlanDeveloper`
- `PlanEnterprise`
- `PlanGrowth`
- `PlanGrowthPlus`
- `PlanStartup`

### Breaking Changes

- Removes the icons:
- `Rocket`
- `Shop`
- `UserChatBubble`

## v2.0.30

## v2.0.29

- Make `PrimeVue` and external dependency
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.30",
"version": "2.0.31",
"engines": {
"node": ">=20.2.0",
"npm": ">=10.2.0"
Expand Down
3 changes: 3 additions & 0 deletions src/components/Icon/svgs/BankAccount.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/components/Icon/svgs/PlanBusiness.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
File renamed without changes
3 changes: 3 additions & 0 deletions src/components/Icon/svgs/PlanGrowthPlus.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
10 changes: 6 additions & 4 deletions src/components/Icon/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,19 +37,21 @@ export const IconName = {
FIRE: 'Fire',
GEAR: 'Gear',
GIFT: 'Gift',
GLOBE: 'Globe',
LAYER_GROUP: 'LayerGroup',
LIGHTNING: 'Lightning',
LOCATION_PIN: 'LocationPin',
MONEY_BILL: 'MoneyBill',
OPEN_BOOK: 'OpenBook',
PIE_CHART_SLICE: 'PieChartSlice',
PLAN_BUSINESS: 'PlanBusiness',
PLAN_DEVELOPER: 'PlanDeveloper',
PLAN_ENTERPRISE: 'PlanEnterprise',
PLAN_GROWTH_PLUS: 'PlanGrowthPlus',
PLAN_GROWTH: 'PlanGrowth',
PLAN_STARTUP: 'PlanStartup',
PLUS: 'Plus',
ROCKET: 'Rocket',
SHOP: 'Shop',
SIGNAL: 'Signal',
TRIANGLE_EXCLAMATION: 'TriangleExclamation',
USER_CHAT_BUBBLE: 'UserChatBubble',
USER: 'User',
USERS: 'Users',
WEBHOOKS: 'Webhooks'
Expand Down

0 comments on commit 7e8f51a

Please sign in to comment.