Skip to content

Commit

Permalink
SELF-168: Add InputNumber Component (#446)
Browse files Browse the repository at this point in the history
* feat: add input number

* refactor: rename InputNumber to NumberInput
  • Loading branch information
NateWaldschmidt committed Feb 14, 2024
1 parent 858f7f6 commit 796e8da
Show file tree
Hide file tree
Showing 15 changed files with 364 additions and 529 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# CHANGELOG

## v2.0.12

- Removes the `CurrencyInput` component
- Add the `NumberInput` component

## v2.0.11

- Update linting to understand Vue globals
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.11",
"version": "2.0.12",
"engines": {
"node": ">=20.2.0",
"npm": ">=10.2.0"
Expand Down
17 changes: 0 additions & 17 deletions src/components/CurrencyInput/CurrencyInput.mdx

This file was deleted.

54 changes: 0 additions & 54 deletions src/components/CurrencyInput/CurrencyInput.stories.js

This file was deleted.

211 changes: 0 additions & 211 deletions src/components/CurrencyInput/CurrencyInput.vue

This file was deleted.

79 changes: 0 additions & 79 deletions src/components/CurrencyInput/__tests__/CurrencyInput.spec.js

This file was deleted.

Loading

0 comments on commit 796e8da

Please sign in to comment.