@commercetools-uikit/number-input 13.0.4 → 14.0.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.
|
@@ -124,7 +124,7 @@ NumberInput.hasFractionDigits = function (number) {
|
|
|
124
124
|
var NumberInput$1 = NumberInput;
|
|
125
125
|
|
|
126
126
|
// NOTE: This string will be replaced on build time with the package version.
|
|
127
|
-
var version = "
|
|
127
|
+
var version = "14.0.0";
|
|
128
128
|
|
|
129
129
|
exports["default"] = NumberInput$1;
|
|
130
130
|
exports.version = version;
|
|
@@ -100,7 +100,7 @@ NumberInput.hasFractionDigits = function (number) {
|
|
|
100
100
|
var NumberInput$1 = NumberInput;
|
|
101
101
|
|
|
102
102
|
// NOTE: This string will be replaced on build time with the package version.
|
|
103
|
-
var version = "
|
|
103
|
+
var version = "14.0.0";
|
|
104
104
|
|
|
105
105
|
exports["default"] = NumberInput$1;
|
|
106
106
|
exports.version = version;
|
|
@@ -106,6 +106,6 @@ NumberInput.hasFractionDigits = function (number) {
|
|
|
106
106
|
var NumberInput$1 = NumberInput;
|
|
107
107
|
|
|
108
108
|
// NOTE: This string will be replaced on build time with the package version.
|
|
109
|
-
var version = "
|
|
109
|
+
var version = "14.0.0";
|
|
110
110
|
|
|
111
111
|
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": "
|
|
4
|
+
"version": "14.0.0",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"directory": "packages/components/inputs/number-input"
|
|
10
10
|
},
|
|
11
11
|
"homepage": "https://uikit.commercetools.com",
|
|
12
|
-
"keywords": ["javascript", "design
|
|
12
|
+
"keywords": ["javascript", "typescript", "design-system", "react", "uikit"],
|
|
13
13
|
"license": "MIT",
|
|
14
14
|
"publishConfig": {
|
|
15
15
|
"access": "public"
|
|
@@ -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.17.2",
|
|
23
|
-
"@babel/runtime-corejs3": "7.17.2",
|
|
24
|
-
"@commercetools-uikit/constraints": "
|
|
25
|
-
"@commercetools-uikit/design-system": "
|
|
26
|
-
"@commercetools-uikit/input-utils": "
|
|
27
|
-
"@commercetools-uikit/utils": "
|
|
22
|
+
"@babel/runtime": "^7.17.2",
|
|
23
|
+
"@babel/runtime-corejs3": "^7.17.2",
|
|
24
|
+
"@commercetools-uikit/constraints": "14.0.0",
|
|
25
|
+
"@commercetools-uikit/design-system": "14.0.0",
|
|
26
|
+
"@commercetools-uikit/input-utils": "14.0.0",
|
|
27
|
+
"@commercetools-uikit/utils": "14.0.0",
|
|
28
28
|
"@emotion/react": "^11.4.0",
|
|
29
29
|
"@emotion/styled": "^11.3.0",
|
|
30
30
|
"prop-types": "15.8.1"
|