@commercetools-uikit/number-input 20.2.3 → 20.3.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.
@@ -92,7 +92,7 @@ NumberInput.hasFractionDigits = number => {
92
92
  var NumberInput$1 = NumberInput;
93
93
 
94
94
  // NOTE: This string will be replaced on build time with the package version.
95
- var version = "20.2.3";
95
+ var version = "20.3.0";
96
96
 
97
97
  exports["default"] = NumberInput$1;
98
98
  exports.version = version;
@@ -89,7 +89,7 @@ NumberInput.hasFractionDigits = number => {
89
89
  var NumberInput$1 = NumberInput;
90
90
 
91
91
  // NOTE: This string will be replaced on build time with the package version.
92
- var version = "20.2.3";
92
+ var version = "20.3.0";
93
93
 
94
94
  exports["default"] = NumberInput$1;
95
95
  exports.version = version;
@@ -75,6 +75,6 @@ NumberInput.hasFractionDigits = number => {
75
75
  var NumberInput$1 = NumberInput;
76
76
 
77
77
  // NOTE: This string will be replaced on build time with the package version.
78
- var version = "20.2.3";
78
+ var version = "20.3.0";
79
79
 
80
80
  export { NumberInput$1 as default, version };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@commercetools-uikit/number-input",
3
3
  "description": "A controlled input component for numbers with validation states.",
4
- "version": "20.2.3",
4
+ "version": "20.3.0",
5
5
  "bugs": "https://github.com/commercetools/ui-kit/issues",
6
6
  "repository": {
7
7
  "type": "git",
@@ -21,15 +21,15 @@
21
21
  "dependencies": {
22
22
  "@babel/runtime": "^7.20.13",
23
23
  "@babel/runtime-corejs3": "^7.20.13",
24
- "@commercetools-uikit/constraints": "20.2.3",
25
- "@commercetools-uikit/design-system": "20.2.3",
26
- "@commercetools-uikit/input-utils": "20.2.3",
27
- "@commercetools-uikit/utils": "20.2.3",
24
+ "@commercetools-uikit/constraints": "20.3.0",
25
+ "@commercetools-uikit/design-system": "20.3.0",
26
+ "@commercetools-uikit/input-utils": "20.3.0",
27
+ "@commercetools-uikit/utils": "20.3.0",
28
28
  "@emotion/react": "^11.10.5",
29
29
  "@emotion/styled": "^11.10.5"
30
30
  },
31
31
  "devDependencies": {
32
- "react": "19.1.0"
32
+ "react": "19.2.0"
33
33
  },
34
34
  "peerDependencies": {
35
35
  "react": "19.x"