@commercetools-uikit/number-input 13.0.0 → 13.0.2
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.
|
@@ -120,7 +120,7 @@ NumberInput.hasFractionDigits = function (number) {
|
|
|
120
120
|
var NumberInput$1 = NumberInput;
|
|
121
121
|
|
|
122
122
|
// NOTE: This string will be replaced on build time with the package version.
|
|
123
|
-
var version = "13.0.
|
|
123
|
+
var version = "13.0.2";
|
|
124
124
|
|
|
125
125
|
exports["default"] = NumberInput$1;
|
|
126
126
|
exports.version = version;
|
|
@@ -98,7 +98,7 @@ NumberInput.hasFractionDigits = function (number) {
|
|
|
98
98
|
var NumberInput$1 = NumberInput;
|
|
99
99
|
|
|
100
100
|
// NOTE: This string will be replaced on build time with the package version.
|
|
101
|
-
var version = "13.0.
|
|
101
|
+
var version = "13.0.2";
|
|
102
102
|
|
|
103
103
|
exports["default"] = NumberInput$1;
|
|
104
104
|
exports.version = version;
|
|
@@ -102,6 +102,6 @@ NumberInput.hasFractionDigits = function (number) {
|
|
|
102
102
|
var NumberInput$1 = NumberInput;
|
|
103
103
|
|
|
104
104
|
// NOTE: This string will be replaced on build time with the package version.
|
|
105
|
-
var version = "13.0.
|
|
105
|
+
var version = "13.0.2";
|
|
106
106
|
|
|
107
107
|
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": "13.0.
|
|
4
|
+
"version": "13.0.2",
|
|
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.17.2",
|
|
23
23
|
"@babel/runtime-corejs3": "7.17.2",
|
|
24
|
-
"@commercetools-uikit/constraints": "13.0.
|
|
24
|
+
"@commercetools-uikit/constraints": "13.0.2",
|
|
25
25
|
"@commercetools-uikit/design-system": "13.0.0",
|
|
26
|
-
"@commercetools-uikit/input-utils": "13.0.
|
|
27
|
-
"@commercetools-uikit/utils": "
|
|
26
|
+
"@commercetools-uikit/input-utils": "13.0.2",
|
|
27
|
+
"@commercetools-uikit/utils": "13.0.2",
|
|
28
28
|
"@emotion/react": "^11.4.0",
|
|
29
29
|
"@emotion/styled": "^11.3.0",
|
|
30
30
|
"prop-types": "15.8.1"
|