@commercetools-uikit/select-utils 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.
@@ -685,8 +685,8 @@ function createSelectStyles(props, theme) {
685
685
  };
686
686
  }
687
687
 
688
- // NOTE: This string will be replaced in the `prepare` script by the `scripts/version.js` file.
689
- var version = '12.2.4';
688
+ // NOTE: This string will be replaced on build time with the package version.
689
+ var version = "12.2.5";
690
690
 
691
691
  exports.ClearIndicator = ClearIndicator$1;
692
692
  exports.CustomSelectInputOption = CustomSelectInputOption;
@@ -643,8 +643,8 @@ function createSelectStyles(props, theme) {
643
643
  };
644
644
  }
645
645
 
646
- // NOTE: This string will be replaced in the `prepare` script by the `scripts/version.js` file.
647
- var version = '12.2.4';
646
+ // NOTE: This string will be replaced on build time with the package version.
647
+ var version = "12.2.5";
648
648
 
649
649
  exports.ClearIndicator = ClearIndicator$1;
650
650
  exports.CustomSelectInputOption = CustomSelectInputOption;
@@ -663,7 +663,7 @@ function createSelectStyles(props, theme) {
663
663
  };
664
664
  }
665
665
 
666
- // NOTE: This string will be replaced in the `prepare` script by the `scripts/version.js` file.
667
- var version = '12.2.4';
666
+ // NOTE: This string will be replaced on build time with the package version.
667
+ var version = "12.2.5";
668
668
 
669
669
  export { ClearIndicator$1 as ClearIndicator, CustomSelectInputOption, DoublePropertySelectInputOption, DropdownIndicator$1 as DropdownIndicator, MultiplePropertiesSelectInputOption, SELECT_DROPDOWN_OPTION_TYPES, SearchIconDropdownIndicator$1 as SearchIconDropdownIndicator, TagRemove$1 as TagRemove, WrapperWithIcon$1 as ValueWrapperWithIcon, createSelectStyles, customComponents as customComponentsWithIcons, messages, version };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@commercetools-uikit/select-utils",
3
3
  "description": "Utilities for working with select components.",
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,28 +9,31 @@
9
9
  "directory": "packages/components/inputs/select-utils"
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-select-utils.cjs.js",
20
24
  "module": "dist/commercetools-uikit-select-utils.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/design-system": "12.2.4",
30
- "@commercetools-uikit/icons": "12.2.4",
31
- "@commercetools-uikit/spacings": "12.2.4",
32
- "@commercetools-uikit/text": "12.2.4",
33
- "@commercetools-uikit/utils": "12.2.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/design-system": "12.2.5",
33
+ "@commercetools-uikit/icons": "12.2.5",
34
+ "@commercetools-uikit/spacings": "12.2.5",
35
+ "@commercetools-uikit/text": "12.2.5",
36
+ "@commercetools-uikit/utils": "12.2.5",
34
37
  "@emotion/react": "^11.4.0",
35
38
  "@emotion/styled": "^11.3.0",
36
39
  "lodash": "4.17.21",
@@ -39,7 +42,7 @@
39
42
  },
40
43
  "devDependencies": {
41
44
  "react": "17.0.2",
42
- "react-intl": "5.20.12"
45
+ "react-intl": "5.21.2"
43
46
  },
44
47
  "peerDependencies": {
45
48
  "react": "17.x",