@commercetools-uikit/time-input 14.0.6 → 15.0.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.
|
@@ -397,7 +397,7 @@ TimeInput.toLocaleTime = function (time, locale) {
|
|
|
397
397
|
var TimeInput$1 = TimeInput;
|
|
398
398
|
|
|
399
399
|
// NOTE: This string will be replaced on build time with the package version.
|
|
400
|
-
var version = "
|
|
400
|
+
var version = "15.0.0";
|
|
401
401
|
|
|
402
402
|
exports["default"] = TimeInput$1;
|
|
403
403
|
exports.version = version;
|
|
@@ -360,7 +360,7 @@ TimeInput.toLocaleTime = function (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 = "
|
|
363
|
+
var version = "15.0.0";
|
|
364
364
|
|
|
365
365
|
exports["default"] = TimeInput$1;
|
|
366
366
|
exports.version = version;
|
|
@@ -375,6 +375,6 @@ TimeInput.toLocaleTime = function (time, locale) {
|
|
|
375
375
|
var TimeInput$1 = TimeInput;
|
|
376
376
|
|
|
377
377
|
// NOTE: This string will be replaced on build time with the package version.
|
|
378
|
-
var version = "
|
|
378
|
+
var version = "15.0.0";
|
|
379
379
|
|
|
380
380
|
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": "
|
|
4
|
+
"version": "15.0.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.17.2",
|
|
23
23
|
"@babel/runtime-corejs3": "^7.17.2",
|
|
24
|
-
"@commercetools-uikit/accessible-button": "
|
|
25
|
-
"@commercetools-uikit/constraints": "
|
|
26
|
-
"@commercetools-uikit/design-system": "
|
|
27
|
-
"@commercetools-uikit/hooks": "
|
|
28
|
-
"@commercetools-uikit/icons": "
|
|
29
|
-
"@commercetools-uikit/input-utils": "
|
|
30
|
-
"@commercetools-uikit/spacings-inline": "
|
|
31
|
-
"@commercetools-uikit/utils": "
|
|
24
|
+
"@commercetools-uikit/accessible-button": "15.0.0",
|
|
25
|
+
"@commercetools-uikit/constraints": "15.0.0",
|
|
26
|
+
"@commercetools-uikit/design-system": "15.0.0",
|
|
27
|
+
"@commercetools-uikit/hooks": "15.0.0",
|
|
28
|
+
"@commercetools-uikit/icons": "15.0.0",
|
|
29
|
+
"@commercetools-uikit/input-utils": "15.0.0",
|
|
30
|
+
"@commercetools-uikit/spacings-inline": "15.0.0",
|
|
31
|
+
"@commercetools-uikit/utils": "15.0.0",
|
|
32
32
|
"@emotion/is-prop-valid": "1.1.2",
|
|
33
33
|
"@emotion/react": "^11.4.0",
|
|
34
34
|
"@emotion/styled": "^11.3.0",
|