@commercetools-uikit/time-input 19.17.1 → 19.18.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.
|
@@ -391,7 +391,7 @@ TimeInput.toLocaleTime = (time, locale) => {
|
|
|
391
391
|
var TimeInput$1 = TimeInput;
|
|
392
392
|
|
|
393
393
|
// NOTE: This string will be replaced on build time with the package version.
|
|
394
|
-
var version = "19.
|
|
394
|
+
var version = "19.18.0";
|
|
395
395
|
|
|
396
396
|
exports["default"] = TimeInput$1;
|
|
397
397
|
exports.version = version;
|
|
@@ -346,7 +346,7 @@ TimeInput.toLocaleTime = (time, locale) => {
|
|
|
346
346
|
var TimeInput$1 = TimeInput;
|
|
347
347
|
|
|
348
348
|
// NOTE: This string will be replaced on build time with the package version.
|
|
349
|
-
var version = "19.
|
|
349
|
+
var version = "19.18.0";
|
|
350
350
|
|
|
351
351
|
exports["default"] = TimeInput$1;
|
|
352
352
|
exports.version = version;
|
|
@@ -370,6 +370,6 @@ TimeInput.toLocaleTime = (time, locale) => {
|
|
|
370
370
|
var TimeInput$1 = TimeInput;
|
|
371
371
|
|
|
372
372
|
// NOTE: This string will be replaced on build time with the package version.
|
|
373
|
-
var version = "19.
|
|
373
|
+
var version = "19.18.0";
|
|
374
374
|
|
|
375
375
|
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": "19.
|
|
4
|
+
"version": "19.18.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": "19.
|
|
25
|
-
"@commercetools-uikit/constraints": "19.
|
|
26
|
-
"@commercetools-uikit/design-system": "19.
|
|
27
|
-
"@commercetools-uikit/hooks": "19.
|
|
28
|
-
"@commercetools-uikit/icons": "19.
|
|
29
|
-
"@commercetools-uikit/input-utils": "19.
|
|
30
|
-
"@commercetools-uikit/spacings-inline": "19.
|
|
31
|
-
"@commercetools-uikit/utils": "19.
|
|
24
|
+
"@commercetools-uikit/accessible-button": "19.18.0",
|
|
25
|
+
"@commercetools-uikit/constraints": "19.18.0",
|
|
26
|
+
"@commercetools-uikit/design-system": "19.18.0",
|
|
27
|
+
"@commercetools-uikit/hooks": "19.18.0",
|
|
28
|
+
"@commercetools-uikit/icons": "19.18.0",
|
|
29
|
+
"@commercetools-uikit/input-utils": "19.18.0",
|
|
30
|
+
"@commercetools-uikit/spacings-inline": "19.18.0",
|
|
31
|
+
"@commercetools-uikit/utils": "19.18.0",
|
|
32
32
|
"@emotion/is-prop-valid": "1.3.1",
|
|
33
33
|
"@emotion/react": "^11.10.5",
|
|
34
34
|
"@emotion/styled": "^11.10.5",
|