@commercetools-uikit/time-input 12.2.4 → 12.2.5

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.
@@ -453,8 +453,8 @@ TimeInput.toLocaleTime = function (time, locale) {
453
453
 
454
454
  var TimeInput$1 = TimeInput;
455
455
 
456
- // NOTE: This string will be replaced in the `prepare` script by the `scripts/version.js` file.
457
- var version = '12.2.4';
456
+ // NOTE: This string will be replaced on build time with the package version.
457
+ var version = "12.2.5";
458
458
 
459
459
  exports["default"] = TimeInput$1;
460
460
  exports.version = version;
@@ -348,8 +348,8 @@ TimeInput.toLocaleTime = function (time, locale) {
348
348
 
349
349
  var TimeInput$1 = TimeInput;
350
350
 
351
- // NOTE: This string will be replaced in the `prepare` script by the `scripts/version.js` file.
352
- var version = '12.2.4';
351
+ // NOTE: This string will be replaced on build time with the package version.
352
+ var version = "12.2.5";
353
353
 
354
354
  exports["default"] = TimeInput$1;
355
355
  exports.version = version;
@@ -431,7 +431,7 @@ TimeInput.toLocaleTime = function (time, locale) {
431
431
 
432
432
  var TimeInput$1 = TimeInput;
433
433
 
434
- // NOTE: This string will be replaced in the `prepare` script by the `scripts/version.js` file.
435
- var version = '12.2.4';
434
+ // NOTE: This string will be replaced on build time with the package version.
435
+ var version = "12.2.5";
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",
4
+ "version": "12.2.5",
5
5
  "bugs": "https://github.com/commercetools/ui-kit/issues",
6
6
  "repository": {
7
7
  "type": "git",
@@ -9,31 +9,34 @@
9
9
  "directory": "packages/components/inputs/time-input"
10
10
  },
11
11
  "homepage": "https://uikit.commercetools.com",
12
- "keywords": ["javascript", "design system", "react", "uikit"],
12
+ "keywords": [
13
+ "javascript",
14
+ "design system",
15
+ "react",
16
+ "uikit"
17
+ ],
13
18
  "license": "MIT",
14
- "private": false,
15
19
  "publishConfig": {
16
20
  "access": "public"
17
21
  },
18
22
  "sideEffects": false,
19
23
  "main": "dist/commercetools-uikit-time-input.cjs.js",
20
24
  "module": "dist/commercetools-uikit-time-input.esm.js",
21
- "files": ["dist"],
22
- "scripts": {
23
- "prepare": "../../../../scripts/version.js replace"
24
- },
25
+ "files": [
26
+ "dist"
27
+ ],
25
28
  "dependencies": {
26
- "@babel/runtime": "7.15.4",
27
- "@babel/runtime-corejs3": "7.15.4",
28
- "@commercetools-uikit/accessible-button": "12.2.4",
29
- "@commercetools-uikit/constraints": "12.2.4",
30
- "@commercetools-uikit/design-system": "12.2.4",
31
- "@commercetools-uikit/hooks": "12.2.3",
32
- "@commercetools-uikit/icons": "12.2.4",
33
- "@commercetools-uikit/input-utils": "12.2.4",
34
- "@commercetools-uikit/spacings-inline": "12.2.4",
35
- "@commercetools-uikit/utils": "12.2.0",
36
- "@emotion/is-prop-valid": "1.1.0",
29
+ "@babel/runtime": "7.16.3",
30
+ "@babel/runtime-corejs3": "7.16.3",
31
+ "@commercetools-uikit/accessible-button": "12.2.5",
32
+ "@commercetools-uikit/constraints": "12.2.5",
33
+ "@commercetools-uikit/design-system": "12.2.5",
34
+ "@commercetools-uikit/hooks": "12.2.5",
35
+ "@commercetools-uikit/icons": "12.2.5",
36
+ "@commercetools-uikit/input-utils": "12.2.5",
37
+ "@commercetools-uikit/spacings-inline": "12.2.5",
38
+ "@commercetools-uikit/utils": "12.2.5",
39
+ "@emotion/is-prop-valid": "1.1.1",
37
40
  "@emotion/react": "^11.4.0",
38
41
  "@emotion/styled": "^11.3.0",
39
42
  "prop-types": "15.7.2",
@@ -41,7 +44,7 @@
41
44
  },
42
45
  "devDependencies": {
43
46
  "react": "17.0.2",
44
- "react-intl": "5.20.12"
47
+ "react-intl": "5.21.2"
45
48
  },
46
49
  "peerDependencies": {
47
50
  "react": "17.x",