@popsure/dirty-swan 0.41.6 → 0.41.7
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.
- package/dist/cjs/index.js +1 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/lib/components/input/currency/index.d.ts +2 -2
- package/dist/esm/components/input/currency/index.js +1 -1
- package/dist/esm/components/input/currency/index.js.map +1 -1
- package/dist/esm/components/input/currency/input.stories.js.map +1 -1
- package/dist/esm/lib/components/input/currency/index.d.ts +2 -2
- package/package.json +1 -1
- package/src/lib/components/input/currency/index.tsx +3 -3
- package/src/lib/components/input/currency/input.stories.tsx +2 -2
package/dist/cjs/index.js
CHANGED
|
@@ -8353,7 +8353,7 @@ var CurrencyInput = function (_a) {
|
|
|
8353
8353
|
}, [value]);
|
|
8354
8354
|
require$$0.useEffect(function () {
|
|
8355
8355
|
if (shadowValue === '' && value) {
|
|
8356
|
-
onChange === null || onChange === void 0 ? void 0 : onChange(
|
|
8356
|
+
onChange === null || onChange === void 0 ? void 0 : onChange(0);
|
|
8357
8357
|
}
|
|
8358
8358
|
else if (shadowValue) {
|
|
8359
8359
|
onChange === null || onChange === void 0 ? void 0 : onChange(reverseFormatInput(shadowValue));
|