@commercetools-uikit/number-input 15.2.2 → 15.2.4
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.
|
@@ -123,7 +123,7 @@ NumberInput.hasFractionDigits = function (number) {
|
|
|
123
123
|
var NumberInput$1 = NumberInput;
|
|
124
124
|
|
|
125
125
|
// NOTE: This string will be replaced on build time with the package version.
|
|
126
|
-
var version = "15.2.
|
|
126
|
+
var version = "15.2.4";
|
|
127
127
|
|
|
128
128
|
exports["default"] = NumberInput$1;
|
|
129
129
|
exports.version = version;
|
|
@@ -99,7 +99,7 @@ NumberInput.hasFractionDigits = function (number) {
|
|
|
99
99
|
var NumberInput$1 = NumberInput;
|
|
100
100
|
|
|
101
101
|
// NOTE: This string will be replaced on build time with the package version.
|
|
102
|
-
var version = "15.2.
|
|
102
|
+
var version = "15.2.4";
|
|
103
103
|
|
|
104
104
|
exports["default"] = NumberInput$1;
|
|
105
105
|
exports.version = version;
|
|
@@ -105,6 +105,6 @@ NumberInput.hasFractionDigits = function (number) {
|
|
|
105
105
|
var NumberInput$1 = NumberInput;
|
|
106
106
|
|
|
107
107
|
// NOTE: This string will be replaced on build time with the package version.
|
|
108
|
-
var version = "15.2.
|
|
108
|
+
var version = "15.2.4";
|
|
109
109
|
|
|
110
110
|
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": "15.2.
|
|
4
|
+
"version": "15.2.4",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -19,12 +19,12 @@
|
|
|
19
19
|
"module": "dist/commercetools-uikit-number-input.esm.js",
|
|
20
20
|
"files": ["dist"],
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@babel/runtime": "^7.
|
|
23
|
-
"@babel/runtime-corejs3": "^7.
|
|
24
|
-
"@commercetools-uikit/constraints": "15.2.
|
|
25
|
-
"@commercetools-uikit/design-system": "15.2.
|
|
26
|
-
"@commercetools-uikit/input-utils": "15.2.
|
|
27
|
-
"@commercetools-uikit/utils": "15.2.
|
|
22
|
+
"@babel/runtime": "^7.19.0",
|
|
23
|
+
"@babel/runtime-corejs3": "^7.19.1",
|
|
24
|
+
"@commercetools-uikit/constraints": "15.2.4",
|
|
25
|
+
"@commercetools-uikit/design-system": "15.2.4",
|
|
26
|
+
"@commercetools-uikit/input-utils": "15.2.4",
|
|
27
|
+
"@commercetools-uikit/utils": "15.2.4",
|
|
28
28
|
"@emotion/react": "^11.4.0",
|
|
29
29
|
"@emotion/styled": "^11.3.0",
|
|
30
30
|
"prop-types": "15.8.1"
|