@commercetools-uikit/fields 20.5.0 → 20.6.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.
- package/package.json +30 -22
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-uikit/fields",
|
|
3
3
|
"description": "A preset of all the UI-Kit fields components.",
|
|
4
|
-
"version": "20.
|
|
4
|
+
"version": "20.6.1",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -9,7 +9,13 @@
|
|
|
9
9
|
"directory": "presets/fields"
|
|
10
10
|
},
|
|
11
11
|
"homepage": "https://uikit.commercetools.com",
|
|
12
|
-
"keywords": [
|
|
12
|
+
"keywords": [
|
|
13
|
+
"javascript",
|
|
14
|
+
"typescript",
|
|
15
|
+
"design-system",
|
|
16
|
+
"react",
|
|
17
|
+
"uikit"
|
|
18
|
+
],
|
|
13
19
|
"license": "MIT",
|
|
14
20
|
"publishConfig": {
|
|
15
21
|
"access": "public"
|
|
@@ -17,30 +23,32 @@
|
|
|
17
23
|
"sideEffects": false,
|
|
18
24
|
"main": "dist/commercetools-uikit-fields.cjs.js",
|
|
19
25
|
"module": "dist/commercetools-uikit-fields.esm.js",
|
|
20
|
-
"files": [
|
|
26
|
+
"files": [
|
|
27
|
+
"dist"
|
|
28
|
+
],
|
|
21
29
|
"dependencies": {
|
|
22
30
|
"@babel/runtime": "^7.20.13",
|
|
23
31
|
"@babel/runtime-corejs3": "^7.20.13",
|
|
24
|
-
"@commercetools-uikit/async-creatable-select-field": "20.
|
|
25
|
-
"@commercetools-uikit/async-select-field": "20.
|
|
26
|
-
"@commercetools-uikit/creatable-select-field": "20.
|
|
27
|
-
"@commercetools-uikit/date-field": "20.
|
|
28
|
-
"@commercetools-uikit/date-range-field": "20.
|
|
29
|
-
"@commercetools-uikit/date-time-field": "20.
|
|
30
|
-
"@commercetools-uikit/localized-multiline-text-field": "20.
|
|
31
|
-
"@commercetools-uikit/localized-text-field": "20.
|
|
32
|
-
"@commercetools-uikit/money-field": "20.
|
|
33
|
-
"@commercetools-uikit/multiline-text-field": "20.
|
|
34
|
-
"@commercetools-uikit/number-field": "20.
|
|
35
|
-
"@commercetools-uikit/password-field": "20.
|
|
36
|
-
"@commercetools-uikit/radio-field": "20.
|
|
37
|
-
"@commercetools-uikit/search-select-field": "20.
|
|
38
|
-
"@commercetools-uikit/select-field": "20.
|
|
39
|
-
"@commercetools-uikit/text-field": "20.
|
|
40
|
-
"@commercetools-uikit/time-field": "20.
|
|
32
|
+
"@commercetools-uikit/async-creatable-select-field": "^20.6.1",
|
|
33
|
+
"@commercetools-uikit/async-select-field": "^20.6.1",
|
|
34
|
+
"@commercetools-uikit/creatable-select-field": "^20.6.1",
|
|
35
|
+
"@commercetools-uikit/date-field": "^20.6.1",
|
|
36
|
+
"@commercetools-uikit/date-range-field": "^20.6.1",
|
|
37
|
+
"@commercetools-uikit/date-time-field": "^20.6.1",
|
|
38
|
+
"@commercetools-uikit/localized-multiline-text-field": "^20.6.1",
|
|
39
|
+
"@commercetools-uikit/localized-text-field": "^20.6.1",
|
|
40
|
+
"@commercetools-uikit/money-field": "^20.6.1",
|
|
41
|
+
"@commercetools-uikit/multiline-text-field": "^20.6.1",
|
|
42
|
+
"@commercetools-uikit/number-field": "^20.6.1",
|
|
43
|
+
"@commercetools-uikit/password-field": "^20.6.1",
|
|
44
|
+
"@commercetools-uikit/radio-field": "^20.6.1",
|
|
45
|
+
"@commercetools-uikit/search-select-field": "^20.6.1",
|
|
46
|
+
"@commercetools-uikit/select-field": "^20.6.1",
|
|
47
|
+
"@commercetools-uikit/text-field": "^20.6.1",
|
|
48
|
+
"@commercetools-uikit/time-field": "^20.6.1"
|
|
41
49
|
},
|
|
42
50
|
"devDependencies": {
|
|
43
|
-
"react": "19.2.
|
|
51
|
+
"react": "19.2.6",
|
|
44
52
|
"react-intl": "^7.1.4",
|
|
45
53
|
"react-router-dom": "5.3.4"
|
|
46
54
|
},
|
|
@@ -49,4 +57,4 @@
|
|
|
49
57
|
"react-intl": "7.x",
|
|
50
58
|
"react-router-dom": "5.x"
|
|
51
59
|
}
|
|
52
|
-
}
|
|
60
|
+
}
|