@commercetools-uikit/money-input 20.3.1 → 20.5.0

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.
@@ -662,5 +662,23 @@ declare const currencies: {
662
662
  readonly ZWR: {
663
663
  readonly fractionDigits: 2;
664
664
  };
665
+ readonly CZK0: {
666
+ readonly fractionDigits: 0;
667
+ };
668
+ readonly HUF0: {
669
+ readonly fractionDigits: 0;
670
+ };
671
+ readonly ILS0: {
672
+ readonly fractionDigits: 0;
673
+ };
674
+ readonly KZT0: {
675
+ readonly fractionDigits: 0;
676
+ };
677
+ readonly TRY0: {
678
+ readonly fractionDigits: 0;
679
+ };
680
+ readonly TWD0: {
681
+ readonly fractionDigits: 0;
682
+ };
665
683
  };
666
684
  export default currencies;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@commercetools-uikit/money-input",
3
3
  "description": "A controlled input component for money values with validation states.",
4
- "version": "20.3.1",
4
+ "version": "20.5.0",
5
5
  "bugs": "https://github.com/commercetools/ui-kit/issues",
6
6
  "repository": {
7
7
  "type": "git",
@@ -21,14 +21,14 @@
21
21
  "dependencies": {
22
22
  "@babel/runtime": "^7.20.13",
23
23
  "@babel/runtime-corejs3": "^7.20.13",
24
- "@commercetools-uikit/constraints": "20.3.1",
25
- "@commercetools-uikit/design-system": "20.3.1",
26
- "@commercetools-uikit/hooks": "20.3.1",
27
- "@commercetools-uikit/icons": "20.3.1",
28
- "@commercetools-uikit/input-utils": "20.3.1",
29
- "@commercetools-uikit/select-utils": "20.3.1",
30
- "@commercetools-uikit/tooltip": "20.3.1",
31
- "@commercetools-uikit/utils": "20.3.1",
24
+ "@commercetools-uikit/constraints": "20.5.0",
25
+ "@commercetools-uikit/design-system": "20.5.0",
26
+ "@commercetools-uikit/hooks": "20.5.0",
27
+ "@commercetools-uikit/icons": "20.5.0",
28
+ "@commercetools-uikit/input-utils": "20.5.0",
29
+ "@commercetools-uikit/select-utils": "20.5.0",
30
+ "@commercetools-uikit/tooltip": "20.5.0",
31
+ "@commercetools-uikit/utils": "20.5.0",
32
32
  "@emotion/react": "^11.10.5",
33
33
  "@emotion/styled": "^11.10.5",
34
34
  "lodash": "4.17.23",