@commercetools-uikit/number-input 12.2.4 → 12.2.5
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.
|
@@ -119,8 +119,8 @@ NumberInput.hasFractionDigits = function (number) {
|
|
|
119
119
|
|
|
120
120
|
var NumberInput$1 = NumberInput;
|
|
121
121
|
|
|
122
|
-
// NOTE: This string will be replaced
|
|
123
|
-
var version =
|
|
122
|
+
// NOTE: This string will be replaced on build time with the package version.
|
|
123
|
+
var version = "12.2.5";
|
|
124
124
|
|
|
125
125
|
exports["default"] = NumberInput$1;
|
|
126
126
|
exports.version = version;
|
|
@@ -97,8 +97,8 @@ NumberInput.hasFractionDigits = function (number) {
|
|
|
97
97
|
|
|
98
98
|
var NumberInput$1 = NumberInput;
|
|
99
99
|
|
|
100
|
-
// NOTE: This string will be replaced
|
|
101
|
-
var version =
|
|
100
|
+
// NOTE: This string will be replaced on build time with the package version.
|
|
101
|
+
var version = "12.2.5";
|
|
102
102
|
|
|
103
103
|
exports["default"] = NumberInput$1;
|
|
104
104
|
exports.version = version;
|
|
@@ -101,7 +101,7 @@ NumberInput.hasFractionDigits = function (number) {
|
|
|
101
101
|
|
|
102
102
|
var NumberInput$1 = NumberInput;
|
|
103
103
|
|
|
104
|
-
// NOTE: This string will be replaced
|
|
105
|
-
var version =
|
|
104
|
+
// NOTE: This string will be replaced on build time with the package version.
|
|
105
|
+
var version = "12.2.5";
|
|
106
106
|
|
|
107
107
|
export { NumberInput$1 as default, version };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: "
|
|
1
|
+
declare const _default: "__@UI_KIT_PACKAGE/VERSION_OF_RELEASE__";
|
|
2
2
|
export default _default;
|
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": "12.2.
|
|
4
|
+
"version": "12.2.5",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -9,26 +9,29 @@
|
|
|
9
9
|
"directory": "packages/components/inputs/number-input"
|
|
10
10
|
},
|
|
11
11
|
"homepage": "https://uikit.commercetools.com",
|
|
12
|
-
"keywords": [
|
|
12
|
+
"keywords": [
|
|
13
|
+
"javascript",
|
|
14
|
+
"design system",
|
|
15
|
+
"react",
|
|
16
|
+
"uikit"
|
|
17
|
+
],
|
|
13
18
|
"license": "MIT",
|
|
14
|
-
"private": false,
|
|
15
19
|
"publishConfig": {
|
|
16
20
|
"access": "public"
|
|
17
21
|
},
|
|
18
22
|
"sideEffects": false,
|
|
19
23
|
"main": "dist/commercetools-uikit-number-input.cjs.js",
|
|
20
24
|
"module": "dist/commercetools-uikit-number-input.esm.js",
|
|
21
|
-
"files": [
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
},
|
|
25
|
+
"files": [
|
|
26
|
+
"dist"
|
|
27
|
+
],
|
|
25
28
|
"dependencies": {
|
|
26
|
-
"@babel/runtime": "7.
|
|
27
|
-
"@babel/runtime-corejs3": "7.
|
|
28
|
-
"@commercetools-uikit/constraints": "12.2.
|
|
29
|
-
"@commercetools-uikit/design-system": "12.2.
|
|
30
|
-
"@commercetools-uikit/input-utils": "12.2.
|
|
31
|
-
"@commercetools-uikit/utils": "12.2.
|
|
29
|
+
"@babel/runtime": "7.16.3",
|
|
30
|
+
"@babel/runtime-corejs3": "7.16.3",
|
|
31
|
+
"@commercetools-uikit/constraints": "12.2.5",
|
|
32
|
+
"@commercetools-uikit/design-system": "12.2.5",
|
|
33
|
+
"@commercetools-uikit/input-utils": "12.2.5",
|
|
34
|
+
"@commercetools-uikit/utils": "12.2.5",
|
|
32
35
|
"@emotion/react": "^11.4.0",
|
|
33
36
|
"@emotion/styled": "^11.3.0",
|
|
34
37
|
"prop-types": "15.7.2"
|