@commercetools-uikit/time-input 12.2.5 → 12.2.6
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.
|
@@ -454,7 +454,7 @@ TimeInput.toLocaleTime = function (time, locale) {
|
|
|
454
454
|
var TimeInput$1 = TimeInput;
|
|
455
455
|
|
|
456
456
|
// NOTE: This string will be replaced on build time with the package version.
|
|
457
|
-
var version = "12.2.
|
|
457
|
+
var version = "12.2.6";
|
|
458
458
|
|
|
459
459
|
exports["default"] = TimeInput$1;
|
|
460
460
|
exports.version = version;
|
|
@@ -349,7 +349,7 @@ TimeInput.toLocaleTime = function (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 = "12.2.
|
|
352
|
+
var version = "12.2.6";
|
|
353
353
|
|
|
354
354
|
exports["default"] = TimeInput$1;
|
|
355
355
|
exports.version = version;
|
|
@@ -432,6 +432,6 @@ TimeInput.toLocaleTime = function (time, locale) {
|
|
|
432
432
|
var TimeInput$1 = TimeInput;
|
|
433
433
|
|
|
434
434
|
// NOTE: This string will be replaced on build time with the package version.
|
|
435
|
-
var version = "12.2.
|
|
435
|
+
var version = "12.2.6";
|
|
436
436
|
|
|
437
437
|
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": "12.2.
|
|
4
|
+
"version": "12.2.6",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -9,12 +9,7 @@
|
|
|
9
9
|
"directory": "packages/components/inputs/time-input"
|
|
10
10
|
},
|
|
11
11
|
"homepage": "https://uikit.commercetools.com",
|
|
12
|
-
"keywords": [
|
|
13
|
-
"javascript",
|
|
14
|
-
"design system",
|
|
15
|
-
"react",
|
|
16
|
-
"uikit"
|
|
17
|
-
],
|
|
12
|
+
"keywords": ["javascript", "design system", "react", "uikit"],
|
|
18
13
|
"license": "MIT",
|
|
19
14
|
"publishConfig": {
|
|
20
15
|
"access": "public"
|
|
@@ -22,9 +17,7 @@
|
|
|
22
17
|
"sideEffects": false,
|
|
23
18
|
"main": "dist/commercetools-uikit-time-input.cjs.js",
|
|
24
19
|
"module": "dist/commercetools-uikit-time-input.esm.js",
|
|
25
|
-
"files": [
|
|
26
|
-
"dist"
|
|
27
|
-
],
|
|
20
|
+
"files": ["dist"],
|
|
28
21
|
"dependencies": {
|
|
29
22
|
"@babel/runtime": "7.16.3",
|
|
30
23
|
"@babel/runtime-corejs3": "7.16.3",
|
|
@@ -32,8 +25,8 @@
|
|
|
32
25
|
"@commercetools-uikit/constraints": "12.2.5",
|
|
33
26
|
"@commercetools-uikit/design-system": "12.2.5",
|
|
34
27
|
"@commercetools-uikit/hooks": "12.2.5",
|
|
35
|
-
"@commercetools-uikit/icons": "12.2.
|
|
36
|
-
"@commercetools-uikit/input-utils": "12.2.
|
|
28
|
+
"@commercetools-uikit/icons": "12.2.6",
|
|
29
|
+
"@commercetools-uikit/input-utils": "12.2.6",
|
|
37
30
|
"@commercetools-uikit/spacings-inline": "12.2.5",
|
|
38
31
|
"@commercetools-uikit/utils": "12.2.5",
|
|
39
32
|
"@emotion/is-prop-valid": "1.1.1",
|