@commercetools-uikit/search-select-input 20.3.0 → 20.3.1

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.
@@ -38,24 +38,32 @@ var _concatInstanceProperty__default = /*#__PURE__*/_interopDefault(_concatInsta
38
38
 
39
39
  var messages = reactIntl.defineMessages({
40
40
  noOptionsMessage: {
41
- id: 'UIKit.SearchSelectInput.noOptionsMessage',
42
- description: 'Text of search select dropdown when no options match search text',
43
- defaultMessage: 'No matches found for your search term'
41
+ id: "UIKit.SearchSelectInput.noOptionsMessage",
42
+ defaultMessage: [{
43
+ "type": 0,
44
+ "value": "No matches found for your search term"
45
+ }]
44
46
  },
45
47
  loadingOptionsMessage: {
46
- id: 'UIKit.SearchSelectInput.loadingOptionsMessage',
47
- description: 'Text showed while the options are being loaded',
48
- defaultMessage: 'Loading exact matches'
48
+ id: "UIKit.SearchSelectInput.loadingOptionsMessage",
49
+ defaultMessage: [{
50
+ "type": 0,
51
+ "value": "Loading exact matches"
52
+ }]
49
53
  },
50
54
  placeholderMessage: {
51
- id: 'UIKit.SearchSelectInput.placeholderMessage',
52
- description: 'Placeholder text for the input',
53
- defaultMessage: 'Search by…'
55
+ id: "UIKit.SearchSelectInput.placeholderMessage",
56
+ defaultMessage: [{
57
+ "type": 0,
58
+ "value": "Search by…"
59
+ }]
54
60
  },
55
61
  searchSelectInputAsFilterPlaceholder: {
56
- id: 'UIKit.SearchSelectInput.searchSelectInputAsFilterPlaceholder',
57
- description: 'Placeholder text for the input',
58
- defaultMessage: 'Search'
62
+ id: "UIKit.SearchSelectInput.searchSelectInputAsFilterPlaceholder",
63
+ defaultMessage: [{
64
+ "type": 0,
65
+ "value": "Search"
66
+ }]
59
67
  }
60
68
  });
61
69
 
@@ -135,7 +143,7 @@ SearchSelectInput.displayName = 'SearchSelectInput';
135
143
  var SearchSelectInput$1 = SearchSelectInput;
136
144
 
137
145
  // NOTE: This string will be replaced on build time with the package version.
138
- var version = "20.3.0";
146
+ var version = "20.3.1";
139
147
 
140
148
  exports["default"] = SearchSelectInput$1;
141
149
  exports.version = version;
@@ -38,24 +38,32 @@ var _concatInstanceProperty__default = /*#__PURE__*/_interopDefault(_concatInsta
38
38
 
39
39
  var messages = reactIntl.defineMessages({
40
40
  noOptionsMessage: {
41
- id: 'UIKit.SearchSelectInput.noOptionsMessage',
42
- description: 'Text of search select dropdown when no options match search text',
43
- defaultMessage: 'No matches found for your search term'
41
+ id: "UIKit.SearchSelectInput.noOptionsMessage",
42
+ defaultMessage: [{
43
+ "type": 0,
44
+ "value": "No matches found for your search term"
45
+ }]
44
46
  },
45
47
  loadingOptionsMessage: {
46
- id: 'UIKit.SearchSelectInput.loadingOptionsMessage',
47
- description: 'Text showed while the options are being loaded',
48
- defaultMessage: 'Loading exact matches'
48
+ id: "UIKit.SearchSelectInput.loadingOptionsMessage",
49
+ defaultMessage: [{
50
+ "type": 0,
51
+ "value": "Loading exact matches"
52
+ }]
49
53
  },
50
54
  placeholderMessage: {
51
- id: 'UIKit.SearchSelectInput.placeholderMessage',
52
- description: 'Placeholder text for the input',
53
- defaultMessage: 'Search by…'
55
+ id: "UIKit.SearchSelectInput.placeholderMessage",
56
+ defaultMessage: [{
57
+ "type": 0,
58
+ "value": "Search by…"
59
+ }]
54
60
  },
55
61
  searchSelectInputAsFilterPlaceholder: {
56
- id: 'UIKit.SearchSelectInput.searchSelectInputAsFilterPlaceholder',
57
- description: 'Placeholder text for the input',
58
- defaultMessage: 'Search'
62
+ id: "UIKit.SearchSelectInput.searchSelectInputAsFilterPlaceholder",
63
+ defaultMessage: [{
64
+ "type": 0,
65
+ "value": "Search"
66
+ }]
59
67
  }
60
68
  });
61
69
 
@@ -130,7 +138,7 @@ SearchSelectInput.displayName = 'SearchSelectInput';
130
138
  var SearchSelectInput$1 = SearchSelectInput;
131
139
 
132
140
  // NOTE: This string will be replaced on build time with the package version.
133
- var version = "20.3.0";
141
+ var version = "20.3.1";
134
142
 
135
143
  exports["default"] = SearchSelectInput$1;
136
144
  exports.version = version;
@@ -20,24 +20,32 @@ import { jsx } from '@emotion/react/jsx-runtime';
20
20
 
21
21
  var messages = defineMessages({
22
22
  noOptionsMessage: {
23
- id: 'UIKit.SearchSelectInput.noOptionsMessage',
24
- description: 'Text of search select dropdown when no options match search text',
25
- defaultMessage: 'No matches found for your search term'
23
+ id: "UIKit.SearchSelectInput.noOptionsMessage",
24
+ defaultMessage: [{
25
+ "type": 0,
26
+ "value": "No matches found for your search term"
27
+ }]
26
28
  },
27
29
  loadingOptionsMessage: {
28
- id: 'UIKit.SearchSelectInput.loadingOptionsMessage',
29
- description: 'Text showed while the options are being loaded',
30
- defaultMessage: 'Loading exact matches'
30
+ id: "UIKit.SearchSelectInput.loadingOptionsMessage",
31
+ defaultMessage: [{
32
+ "type": 0,
33
+ "value": "Loading exact matches"
34
+ }]
31
35
  },
32
36
  placeholderMessage: {
33
- id: 'UIKit.SearchSelectInput.placeholderMessage',
34
- description: 'Placeholder text for the input',
35
- defaultMessage: 'Search by…'
37
+ id: "UIKit.SearchSelectInput.placeholderMessage",
38
+ defaultMessage: [{
39
+ "type": 0,
40
+ "value": "Search by…"
41
+ }]
36
42
  },
37
43
  searchSelectInputAsFilterPlaceholder: {
38
- id: 'UIKit.SearchSelectInput.searchSelectInputAsFilterPlaceholder',
39
- description: 'Placeholder text for the input',
40
- defaultMessage: 'Search'
44
+ id: "UIKit.SearchSelectInput.searchSelectInputAsFilterPlaceholder",
45
+ defaultMessage: [{
46
+ "type": 0,
47
+ "value": "Search"
48
+ }]
41
49
  }
42
50
  });
43
51
 
@@ -117,6 +125,6 @@ SearchSelectInput.displayName = 'SearchSelectInput';
117
125
  var SearchSelectInput$1 = SearchSelectInput;
118
126
 
119
127
  // NOTE: This string will be replaced on build time with the package version.
120
- var version = "20.3.0";
128
+ var version = "20.3.1";
121
129
 
122
130
  export { SearchSelectInput$1 as default, version };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@commercetools-uikit/search-select-input",
3
3
  "description": "A search select input component built on top of `@commercetools-uikit/async-select-input` to asynchronously load results (options) using the keyword that the user has entered.",
4
- "version": "20.3.0",
4
+ "version": "20.3.1",
5
5
  "bugs": "https://github.com/commercetools/ui-kit/issues",
6
6
  "repository": {
7
7
  "type": "git",
@@ -21,12 +21,12 @@
21
21
  "dependencies": {
22
22
  "@babel/runtime": "^7.20.13",
23
23
  "@babel/runtime-corejs3": "^7.20.13",
24
- "@commercetools-uikit/async-select-input": "20.3.0",
25
- "@commercetools-uikit/design-system": "20.3.0",
26
- "@commercetools-uikit/select-utils": "20.3.0",
27
- "@commercetools-uikit/spacings": "20.3.0",
28
- "@commercetools-uikit/text": "20.3.0",
29
- "@commercetools-uikit/utils": "20.3.0",
24
+ "@commercetools-uikit/async-select-input": "20.3.1",
25
+ "@commercetools-uikit/design-system": "20.3.1",
26
+ "@commercetools-uikit/select-utils": "20.3.1",
27
+ "@commercetools-uikit/spacings": "20.3.1",
28
+ "@commercetools-uikit/text": "20.3.1",
29
+ "@commercetools-uikit/utils": "20.3.1",
30
30
  "@emotion/react": "^11.10.5",
31
31
  "@emotion/styled": "^11.10.5"
32
32
  },