@commercetools-uikit/time-input 20.0.0 → 20.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.
|
@@ -360,7 +360,7 @@ TimeInput.toLocaleTime = (time, locale) => {
|
|
|
360
360
|
var TimeInput$1 = TimeInput;
|
|
361
361
|
|
|
362
362
|
// NOTE: This string will be replaced on build time with the package version.
|
|
363
|
-
var version = "20.
|
|
363
|
+
var version = "20.2.0";
|
|
364
364
|
|
|
365
365
|
exports["default"] = TimeInput$1;
|
|
366
366
|
exports.version = version;
|
|
@@ -343,7 +343,7 @@ TimeInput.toLocaleTime = (time, locale) => {
|
|
|
343
343
|
var TimeInput$1 = TimeInput;
|
|
344
344
|
|
|
345
345
|
// NOTE: This string will be replaced on build time with the package version.
|
|
346
|
-
var version = "20.
|
|
346
|
+
var version = "20.2.0";
|
|
347
347
|
|
|
348
348
|
exports["default"] = TimeInput$1;
|
|
349
349
|
exports.version = version;
|
|
@@ -340,6 +340,6 @@ TimeInput.toLocaleTime = (time, locale) => {
|
|
|
340
340
|
var TimeInput$1 = TimeInput;
|
|
341
341
|
|
|
342
342
|
// NOTE: This string will be replaced on build time with the package version.
|
|
343
|
-
var version = "20.
|
|
343
|
+
var version = "20.2.0";
|
|
344
344
|
|
|
345
345
|
export { TimeInput$1 as default, version };
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-uikit/time-input",
|
|
3
3
|
"description": "The TimeInput component allows the user to select a time.",
|
|
4
|
-
"version": "20.
|
|
4
|
+
"version": "20.2.0",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -21,20 +21,20 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@babel/runtime": "^7.20.13",
|
|
23
23
|
"@babel/runtime-corejs3": "^7.20.13",
|
|
24
|
-
"@commercetools-uikit/accessible-button": "20.
|
|
25
|
-
"@commercetools-uikit/constraints": "20.
|
|
26
|
-
"@commercetools-uikit/design-system": "20.
|
|
27
|
-
"@commercetools-uikit/hooks": "20.
|
|
28
|
-
"@commercetools-uikit/icons": "20.
|
|
29
|
-
"@commercetools-uikit/input-utils": "20.
|
|
30
|
-
"@commercetools-uikit/spacings-inline": "20.
|
|
31
|
-
"@commercetools-uikit/utils": "20.
|
|
24
|
+
"@commercetools-uikit/accessible-button": "20.2.0",
|
|
25
|
+
"@commercetools-uikit/constraints": "20.2.0",
|
|
26
|
+
"@commercetools-uikit/design-system": "20.2.0",
|
|
27
|
+
"@commercetools-uikit/hooks": "20.2.0",
|
|
28
|
+
"@commercetools-uikit/icons": "20.2.0",
|
|
29
|
+
"@commercetools-uikit/input-utils": "20.2.0",
|
|
30
|
+
"@commercetools-uikit/spacings-inline": "20.2.0",
|
|
31
|
+
"@commercetools-uikit/utils": "20.2.0",
|
|
32
32
|
"@emotion/is-prop-valid": "1.3.1",
|
|
33
33
|
"@emotion/react": "^11.10.5",
|
|
34
34
|
"@emotion/styled": "^11.10.5"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
|
-
"react": "19.
|
|
37
|
+
"react": "19.1.0",
|
|
38
38
|
"react-intl": "^7.1.4"
|
|
39
39
|
},
|
|
40
40
|
"peerDependencies": {
|