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