@commercetools-uikit/number-input 18.0.0 → 18.2.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.
|
@@ -111,7 +111,7 @@ NumberInput.hasFractionDigits = number => {
|
|
|
111
111
|
var NumberInput$1 = NumberInput;
|
|
112
112
|
|
|
113
113
|
// NOTE: This string will be replaced on build time with the package version.
|
|
114
|
-
var version = "18.
|
|
114
|
+
var version = "18.2.0";
|
|
115
115
|
|
|
116
116
|
exports["default"] = NumberInput$1;
|
|
117
117
|
exports.version = version;
|
|
@@ -87,7 +87,7 @@ NumberInput.hasFractionDigits = number => {
|
|
|
87
87
|
var NumberInput$1 = NumberInput;
|
|
88
88
|
|
|
89
89
|
// NOTE: This string will be replaced on build time with the package version.
|
|
90
|
-
var version = "18.
|
|
90
|
+
var version = "18.2.0";
|
|
91
91
|
|
|
92
92
|
exports["default"] = NumberInput$1;
|
|
93
93
|
exports.version = version;
|
|
@@ -93,6 +93,6 @@ NumberInput.hasFractionDigits = number => {
|
|
|
93
93
|
var NumberInput$1 = NumberInput;
|
|
94
94
|
|
|
95
95
|
// NOTE: This string will be replaced on build time with the package version.
|
|
96
|
-
var version = "18.
|
|
96
|
+
var version = "18.2.0";
|
|
97
97
|
|
|
98
98
|
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": "18.
|
|
4
|
+
"version": "18.2.0",
|
|
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": "18.
|
|
25
|
-
"@commercetools-uikit/design-system": "18.
|
|
26
|
-
"@commercetools-uikit/input-utils": "18.
|
|
27
|
-
"@commercetools-uikit/utils": "18.
|
|
24
|
+
"@commercetools-uikit/constraints": "18.2.0",
|
|
25
|
+
"@commercetools-uikit/design-system": "18.2.0",
|
|
26
|
+
"@commercetools-uikit/input-utils": "18.2.0",
|
|
27
|
+
"@commercetools-uikit/utils": "18.2.0",
|
|
28
28
|
"@emotion/react": "^11.10.5",
|
|
29
29
|
"@emotion/styled": "^11.10.5",
|
|
30
30
|
"prop-types": "15.8.1"
|