@commercetools-uikit/time-input 14.0.2 → 14.0.3
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.
|
@@ -398,7 +398,7 @@ TimeInput.toLocaleTime = function (time, locale) {
|
|
|
398
398
|
var TimeInput$1 = TimeInput;
|
|
399
399
|
|
|
400
400
|
// NOTE: This string will be replaced on build time with the package version.
|
|
401
|
-
var version = "14.0.
|
|
401
|
+
var version = "14.0.3";
|
|
402
402
|
|
|
403
403
|
exports["default"] = TimeInput$1;
|
|
404
404
|
exports.version = version;
|
|
@@ -361,7 +361,7 @@ TimeInput.toLocaleTime = function (time, locale) {
|
|
|
361
361
|
var TimeInput$1 = TimeInput;
|
|
362
362
|
|
|
363
363
|
// NOTE: This string will be replaced on build time with the package version.
|
|
364
|
-
var version = "14.0.
|
|
364
|
+
var version = "14.0.3";
|
|
365
365
|
|
|
366
366
|
exports["default"] = TimeInput$1;
|
|
367
367
|
exports.version = version;
|
|
@@ -376,6 +376,6 @@ TimeInput.toLocaleTime = function (time, locale) {
|
|
|
376
376
|
var TimeInput$1 = TimeInput;
|
|
377
377
|
|
|
378
378
|
// NOTE: This string will be replaced on build time with the package version.
|
|
379
|
-
var version = "14.0.
|
|
379
|
+
var version = "14.0.3";
|
|
380
380
|
|
|
381
381
|
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": "14.0.
|
|
4
|
+
"version": "14.0.3",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"@commercetools-uikit/accessible-button": "14.0.1",
|
|
25
25
|
"@commercetools-uikit/constraints": "14.0.1",
|
|
26
26
|
"@commercetools-uikit/design-system": "14.0.0",
|
|
27
|
-
"@commercetools-uikit/hooks": "14.0.
|
|
27
|
+
"@commercetools-uikit/hooks": "14.0.3",
|
|
28
28
|
"@commercetools-uikit/icons": "14.0.1",
|
|
29
29
|
"@commercetools-uikit/input-utils": "14.0.2",
|
|
30
30
|
"@commercetools-uikit/spacings-inline": "14.0.1",
|