@commercetools-uikit/money-input 19.3.0 → 19.4.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.
@@ -164,6 +164,9 @@ const currencies = {
164
164
  BYB: {
165
165
  fractionDigits: 0
166
166
  },
167
+ BYN: {
168
+ fractionDigits: 2
169
+ },
167
170
  BYR: {
168
171
  fractionDigits: 0
169
172
  },
@@ -1419,7 +1422,7 @@ MoneyInput.defaultProps = defaultProps;
1419
1422
  var MoneyInput$1 = MoneyInput;
1420
1423
 
1421
1424
  // NOTE: This string will be replaced on build time with the package version.
1422
- var version = "19.3.0";
1425
+ var version = "19.4.0";
1423
1426
 
1424
1427
  exports["default"] = MoneyInput$1;
1425
1428
  exports.version = version;
@@ -163,6 +163,9 @@ const currencies = {
163
163
  BYB: {
164
164
  fractionDigits: 0
165
165
  },
166
+ BYN: {
167
+ fractionDigits: 2
168
+ },
166
169
  BYR: {
167
170
  fractionDigits: 0
168
171
  },
@@ -1355,7 +1358,7 @@ MoneyInput.defaultProps = defaultProps;
1355
1358
  var MoneyInput$1 = MoneyInput;
1356
1359
 
1357
1360
  // NOTE: This string will be replaced on build time with the package version.
1358
- var version = "19.3.0";
1361
+ var version = "19.4.0";
1359
1362
 
1360
1363
  exports["default"] = MoneyInput$1;
1361
1364
  exports.version = version;
@@ -133,6 +133,9 @@ const currencies = {
133
133
  BYB: {
134
134
  fractionDigits: 0
135
135
  },
136
+ BYN: {
137
+ fractionDigits: 2
138
+ },
136
139
  BYR: {
137
140
  fractionDigits: 0
138
141
  },
@@ -1388,6 +1391,6 @@ MoneyInput.defaultProps = defaultProps;
1388
1391
  var MoneyInput$1 = MoneyInput;
1389
1392
 
1390
1393
  // NOTE: This string will be replaced on build time with the package version.
1391
- var version = "19.3.0";
1394
+ var version = "19.4.0";
1392
1395
 
1393
1396
  export { MoneyInput$1 as default, version };
@@ -95,6 +95,9 @@ declare const currencies: {
95
95
  readonly BYB: {
96
96
  readonly fractionDigits: 0;
97
97
  };
98
+ readonly BYN: {
99
+ readonly fractionDigits: 2;
100
+ };
98
101
  readonly BYR: {
99
102
  readonly fractionDigits: 0;
100
103
  };
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": "19.3.0",
4
+ "version": "19.4.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": "19.3.0",
25
- "@commercetools-uikit/design-system": "19.3.0",
26
- "@commercetools-uikit/hooks": "19.3.0",
27
- "@commercetools-uikit/icons": "19.3.0",
28
- "@commercetools-uikit/input-utils": "19.3.0",
29
- "@commercetools-uikit/select-utils": "19.3.0",
30
- "@commercetools-uikit/tooltip": "19.3.0",
31
- "@commercetools-uikit/utils": "19.3.0",
24
+ "@commercetools-uikit/constraints": "19.4.0",
25
+ "@commercetools-uikit/design-system": "19.4.0",
26
+ "@commercetools-uikit/hooks": "19.4.0",
27
+ "@commercetools-uikit/icons": "19.4.0",
28
+ "@commercetools-uikit/input-utils": "19.4.0",
29
+ "@commercetools-uikit/select-utils": "19.4.0",
30
+ "@commercetools-uikit/tooltip": "19.4.0",
31
+ "@commercetools-uikit/utils": "19.4.0",
32
32
  "@emotion/react": "^11.10.5",
33
33
  "@emotion/styled": "^11.10.5",
34
34
  "lodash": "4.17.21",