@canutin/svelte-currency-input 0.2.1 → 0.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -79,11 +79,6 @@ const applyFormatting = () => {
79
79
  </div>
80
80
 
81
81
  <style>
82
- div.currencyInput {
83
- display: flex;
84
- flex-direction: column;
85
- }
86
-
87
82
  input.currencyInput__formatted {
88
83
  border: 1px solid #e2e2e2;
89
84
  padding: 10px;
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # svelte-currency-input
2
2
 
3
- A form input that converts numbers to currencies to localized formats as you type
3
+ A form input that converts numbers to localized currency formats as you type
4
4
 
5
5
  [<img width="1059" alt="image" src="https://user-images.githubusercontent.com/1434675/190315136-c1d310ab-0ef1-441d-a80c-2b3727d74f59.png">](https://svelte.dev/repl/d8f7d22e5b384555b430f62b157ac503?version=3.50.1)
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@canutin/svelte-currency-input",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "exports": {
5
5
  "./package.json": "./package.json",
6
6
  ".": "./CurrencyInput.svelte",