@commercetools-uikit/time-input 20.3.1 → 20.4.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.
|
@@ -366,7 +366,7 @@ TimeInput.toLocaleTime = (time, locale) => {
|
|
|
366
366
|
var TimeInput$1 = TimeInput;
|
|
367
367
|
|
|
368
368
|
// NOTE: This string will be replaced on build time with the package version.
|
|
369
|
-
var version = "20.
|
|
369
|
+
var version = "20.4.0";
|
|
370
370
|
|
|
371
371
|
exports["default"] = TimeInput$1;
|
|
372
372
|
exports.version = version;
|
|
@@ -349,7 +349,7 @@ TimeInput.toLocaleTime = (time, locale) => {
|
|
|
349
349
|
var TimeInput$1 = TimeInput;
|
|
350
350
|
|
|
351
351
|
// NOTE: This string will be replaced on build time with the package version.
|
|
352
|
-
var version = "20.
|
|
352
|
+
var version = "20.4.0";
|
|
353
353
|
|
|
354
354
|
exports["default"] = TimeInput$1;
|
|
355
355
|
exports.version = version;
|
|
@@ -345,6 +345,6 @@ 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.
|
|
348
|
+
var version = "20.4.0";
|
|
349
349
|
|
|
350
350
|
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.4.0",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -21,14 +21,14 @@
|
|
|
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.4.0",
|
|
25
|
+
"@commercetools-uikit/constraints": "20.4.0",
|
|
26
|
+
"@commercetools-uikit/design-system": "20.4.0",
|
|
27
|
+
"@commercetools-uikit/hooks": "20.4.0",
|
|
28
|
+
"@commercetools-uikit/icons": "20.4.0",
|
|
29
|
+
"@commercetools-uikit/input-utils": "20.4.0",
|
|
30
|
+
"@commercetools-uikit/spacings-inline": "20.4.0",
|
|
31
|
+
"@commercetools-uikit/utils": "20.4.0",
|
|
32
32
|
"@emotion/is-prop-valid": "1.4.0",
|
|
33
33
|
"@emotion/react": "^11.10.5",
|
|
34
34
|
"@emotion/styled": "^11.10.5"
|