@commercetools-uikit/time-input 20.6.0 → 20.6.2
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.
|
@@ -362,7 +362,7 @@ TimeInput.toLocaleTime = (time, locale) => {
|
|
|
362
362
|
var TimeInput$1 = TimeInput;
|
|
363
363
|
|
|
364
364
|
// NOTE: This string will be replaced on build time with the package version.
|
|
365
|
-
var version = "20.6.
|
|
365
|
+
var version = "20.6.2";
|
|
366
366
|
|
|
367
367
|
exports["default"] = TimeInput$1;
|
|
368
368
|
exports.version = version;
|
|
@@ -345,7 +345,7 @@ TimeInput.toLocaleTime = (time, locale) => {
|
|
|
345
345
|
var TimeInput$1 = TimeInput;
|
|
346
346
|
|
|
347
347
|
// NOTE: This string will be replaced on build time with the package version.
|
|
348
|
-
var version = "20.6.
|
|
348
|
+
var version = "20.6.2";
|
|
349
349
|
|
|
350
350
|
exports["default"] = TimeInput$1;
|
|
351
351
|
exports.version = version;
|
|
@@ -342,6 +342,6 @@ TimeInput.toLocaleTime = (time, locale) => {
|
|
|
342
342
|
var TimeInput$1 = TimeInput;
|
|
343
343
|
|
|
344
344
|
// NOTE: This string will be replaced on build time with the package version.
|
|
345
|
-
var version = "20.6.
|
|
345
|
+
var version = "20.6.2";
|
|
346
346
|
|
|
347
347
|
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.6.
|
|
4
|
+
"version": "20.6.2",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -32,17 +32,17 @@
|
|
|
32
32
|
"@emotion/is-prop-valid": "1.4.0",
|
|
33
33
|
"@emotion/react": "^11.10.5",
|
|
34
34
|
"@emotion/styled": "^11.10.5",
|
|
35
|
-
"@commercetools-uikit/accessible-button": "^20.6.
|
|
36
|
-
"@commercetools-uikit/constraints": "^20.6.
|
|
37
|
-
"@commercetools-uikit/design-system": "^20.6.
|
|
38
|
-
"@commercetools-uikit/
|
|
39
|
-
"@commercetools-uikit/
|
|
40
|
-
"@commercetools-uikit/input-utils": "^20.6.
|
|
41
|
-
"@commercetools-uikit/
|
|
42
|
-
"@commercetools-uikit/
|
|
35
|
+
"@commercetools-uikit/accessible-button": "^20.6.2",
|
|
36
|
+
"@commercetools-uikit/constraints": "^20.6.2",
|
|
37
|
+
"@commercetools-uikit/design-system": "^20.6.2",
|
|
38
|
+
"@commercetools-uikit/icons": "^20.6.2",
|
|
39
|
+
"@commercetools-uikit/hooks": "^20.6.2",
|
|
40
|
+
"@commercetools-uikit/input-utils": "^20.6.2",
|
|
41
|
+
"@commercetools-uikit/utils": "^20.6.2",
|
|
42
|
+
"@commercetools-uikit/spacings-inline": "^20.6.2"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
|
-
"react": "19.2.
|
|
45
|
+
"react": "19.2.6",
|
|
46
46
|
"react-intl": "^7.1.4"
|
|
47
47
|
},
|
|
48
48
|
"peerDependencies": {
|