@commercetools-uikit/number-input 19.22.2 → 19.22.3

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.
@@ -115,7 +115,7 @@ NumberInput.hasFractionDigits = number => {
115
115
  var NumberInput$1 = NumberInput;
116
116
 
117
117
  // NOTE: This string will be replaced on build time with the package version.
118
- var version = "19.22.2";
118
+ var version = "19.22.3";
119
119
 
120
120
  exports["default"] = NumberInput$1;
121
121
  exports.version = version;
@@ -91,7 +91,7 @@ NumberInput.hasFractionDigits = number => {
91
91
  var NumberInput$1 = NumberInput;
92
92
 
93
93
  // NOTE: This string will be replaced on build time with the package version.
94
- var version = "19.22.2";
94
+ var version = "19.22.3";
95
95
 
96
96
  exports["default"] = NumberInput$1;
97
97
  exports.version = version;
@@ -97,6 +97,6 @@ NumberInput.hasFractionDigits = number => {
97
97
  var NumberInput$1 = NumberInput;
98
98
 
99
99
  // NOTE: This string will be replaced on build time with the package version.
100
- var version = "19.22.2";
100
+ var version = "19.22.3";
101
101
 
102
102
  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": "19.22.2",
4
+ "version": "19.22.3",
5
5
  "bugs": "https://github.com/commercetools/ui-kit/issues",
6
6
  "repository": {
7
7
  "type": "git",
@@ -21,10 +21,10 @@
21
21
  "dependencies": {
22
22
  "@babel/runtime": "^7.20.13",
23
23
  "@babel/runtime-corejs3": "^7.20.13",
24
- "@commercetools-uikit/constraints": "19.22.2",
25
- "@commercetools-uikit/design-system": "19.22.2",
26
- "@commercetools-uikit/input-utils": "19.22.2",
27
- "@commercetools-uikit/utils": "19.22.2",
24
+ "@commercetools-uikit/constraints": "19.22.3",
25
+ "@commercetools-uikit/design-system": "19.22.3",
26
+ "@commercetools-uikit/input-utils": "19.22.3",
27
+ "@commercetools-uikit/utils": "19.22.3",
28
28
  "@emotion/react": "^11.10.5",
29
29
  "@emotion/styled": "^11.10.5",
30
30
  "prop-types": "15.8.1"