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