@commercetools-uikit/time-input 20.3.0 → 20.4.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.
|
@@ -228,9 +228,11 @@ var TimeInputBody$1 = TimeInputBody;
|
|
|
228
228
|
|
|
229
229
|
var messages = reactIntl.defineMessages({
|
|
230
230
|
placeholder: {
|
|
231
|
-
id:
|
|
232
|
-
|
|
233
|
-
|
|
231
|
+
id: "UIKit.TimeInput.placeholder",
|
|
232
|
+
defaultMessage: [{
|
|
233
|
+
"type": 0,
|
|
234
|
+
"value": "HH:mm AM/PM"
|
|
235
|
+
}]
|
|
234
236
|
}
|
|
235
237
|
});
|
|
236
238
|
|
|
@@ -364,7 +366,7 @@ TimeInput.toLocaleTime = (time, locale) => {
|
|
|
364
366
|
var TimeInput$1 = TimeInput;
|
|
365
367
|
|
|
366
368
|
// NOTE: This string will be replaced on build time with the package version.
|
|
367
|
-
var version = "20.
|
|
369
|
+
var version = "20.4.0";
|
|
368
370
|
|
|
369
371
|
exports["default"] = TimeInput$1;
|
|
370
372
|
exports.version = version;
|
|
@@ -213,9 +213,11 @@ var TimeInputBody$1 = TimeInputBody;
|
|
|
213
213
|
|
|
214
214
|
var messages = reactIntl.defineMessages({
|
|
215
215
|
placeholder: {
|
|
216
|
-
id:
|
|
217
|
-
|
|
218
|
-
|
|
216
|
+
id: "UIKit.TimeInput.placeholder",
|
|
217
|
+
defaultMessage: [{
|
|
218
|
+
"type": 0,
|
|
219
|
+
"value": "HH:mm AM/PM"
|
|
220
|
+
}]
|
|
219
221
|
}
|
|
220
222
|
});
|
|
221
223
|
|
|
@@ -347,7 +349,7 @@ TimeInput.toLocaleTime = (time, locale) => {
|
|
|
347
349
|
var TimeInput$1 = TimeInput;
|
|
348
350
|
|
|
349
351
|
// NOTE: This string will be replaced on build time with the package version.
|
|
350
|
-
var version = "20.
|
|
352
|
+
var version = "20.4.0";
|
|
351
353
|
|
|
352
354
|
exports["default"] = TimeInput$1;
|
|
353
355
|
exports.version = version;
|
|
@@ -207,9 +207,11 @@ var TimeInputBody$1 = TimeInputBody;
|
|
|
207
207
|
|
|
208
208
|
var messages = defineMessages({
|
|
209
209
|
placeholder: {
|
|
210
|
-
id:
|
|
211
|
-
|
|
212
|
-
|
|
210
|
+
id: "UIKit.TimeInput.placeholder",
|
|
211
|
+
defaultMessage: [{
|
|
212
|
+
"type": 0,
|
|
213
|
+
"value": "HH:mm AM/PM"
|
|
214
|
+
}]
|
|
213
215
|
}
|
|
214
216
|
});
|
|
215
217
|
|
|
@@ -343,6 +345,6 @@ TimeInput.toLocaleTime = (time, locale) => {
|
|
|
343
345
|
var TimeInput$1 = TimeInput;
|
|
344
346
|
|
|
345
347
|
// NOTE: This string will be replaced on build time with the package version.
|
|
346
|
-
var version = "20.
|
|
348
|
+
var version = "20.4.0";
|
|
347
349
|
|
|
348
350
|
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": "20.
|
|
4
|
+
"version": "20.4.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": "20.
|
|
25
|
-
"@commercetools-uikit/constraints": "20.
|
|
26
|
-
"@commercetools-uikit/design-system": "20.
|
|
27
|
-
"@commercetools-uikit/hooks": "20.
|
|
28
|
-
"@commercetools-uikit/icons": "20.
|
|
29
|
-
"@commercetools-uikit/input-utils": "20.
|
|
30
|
-
"@commercetools-uikit/spacings-inline": "20.
|
|
31
|
-
"@commercetools-uikit/utils": "20.
|
|
24
|
+
"@commercetools-uikit/accessible-button": "20.4.0",
|
|
25
|
+
"@commercetools-uikit/constraints": "20.4.0",
|
|
26
|
+
"@commercetools-uikit/design-system": "20.4.0",
|
|
27
|
+
"@commercetools-uikit/hooks": "20.4.0",
|
|
28
|
+
"@commercetools-uikit/icons": "20.4.0",
|
|
29
|
+
"@commercetools-uikit/input-utils": "20.4.0",
|
|
30
|
+
"@commercetools-uikit/spacings-inline": "20.4.0",
|
|
31
|
+
"@commercetools-uikit/utils": "20.4.0",
|
|
32
32
|
"@emotion/is-prop-valid": "1.4.0",
|
|
33
33
|
"@emotion/react": "^11.10.5",
|
|
34
34
|
"@emotion/styled": "^11.10.5"
|