@commercetools-uikit/time-input 13.0.1 → 13.0.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.
|
@@ -383,7 +383,7 @@ TimeInput.toLocaleTime = function (time, locale) {
|
|
|
383
383
|
var TimeInput$1 = TimeInput;
|
|
384
384
|
|
|
385
385
|
// NOTE: This string will be replaced on build time with the package version.
|
|
386
|
-
var version = "13.0.
|
|
386
|
+
var version = "13.0.2";
|
|
387
387
|
|
|
388
388
|
exports["default"] = TimeInput$1;
|
|
389
389
|
exports.version = version;
|
|
@@ -348,7 +348,7 @@ TimeInput.toLocaleTime = function (time, locale) {
|
|
|
348
348
|
var TimeInput$1 = TimeInput;
|
|
349
349
|
|
|
350
350
|
// NOTE: This string will be replaced on build time with the package version.
|
|
351
|
-
var version = "13.0.
|
|
351
|
+
var version = "13.0.2";
|
|
352
352
|
|
|
353
353
|
exports["default"] = TimeInput$1;
|
|
354
354
|
exports.version = version;
|
|
@@ -361,6 +361,6 @@ 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 = "13.0.
|
|
364
|
+
var version = "13.0.2";
|
|
365
365
|
|
|
366
366
|
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": "13.0.
|
|
4
|
+
"version": "13.0.2",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -21,15 +21,15 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@babel/runtime": "7.17.2",
|
|
23
23
|
"@babel/runtime-corejs3": "7.17.2",
|
|
24
|
-
"@commercetools-uikit/accessible-button": "13.0.
|
|
25
|
-
"@commercetools-uikit/constraints": "13.0.
|
|
24
|
+
"@commercetools-uikit/accessible-button": "13.0.2",
|
|
25
|
+
"@commercetools-uikit/constraints": "13.0.2",
|
|
26
26
|
"@commercetools-uikit/design-system": "13.0.0",
|
|
27
|
-
"@commercetools-uikit/hooks": "
|
|
28
|
-
"@commercetools-uikit/icons": "13.0.
|
|
29
|
-
"@commercetools-uikit/input-utils": "13.0.
|
|
30
|
-
"@commercetools-uikit/spacings-inline": "13.0.
|
|
31
|
-
"@commercetools-uikit/utils": "
|
|
32
|
-
"@emotion/is-prop-valid": "1.1.
|
|
27
|
+
"@commercetools-uikit/hooks": "13.0.2",
|
|
28
|
+
"@commercetools-uikit/icons": "13.0.2",
|
|
29
|
+
"@commercetools-uikit/input-utils": "13.0.2",
|
|
30
|
+
"@commercetools-uikit/spacings-inline": "13.0.2",
|
|
31
|
+
"@commercetools-uikit/utils": "13.0.2",
|
|
32
|
+
"@emotion/is-prop-valid": "1.1.2",
|
|
33
33
|
"@emotion/react": "^11.4.0",
|
|
34
34
|
"@emotion/styled": "^11.3.0",
|
|
35
35
|
"prop-types": "15.8.1",
|