@@ -12,6 +12,7 @@ import {
12
12
StorageItems ,
13
13
} from '@/src/utils/local-storage-utils' ;
14
14
import { updateBreakpoints } from '@/src/utils/replace-breakpoint' ;
15
+ import { isNullOrUndefined } from '@coveo/bueno' ;
15
16
import {
16
17
buildSearchBox ,
17
18
buildStandaloneSearchBox ,
@@ -33,20 +34,20 @@ import {
33
34
spreadProperties ,
34
35
} from '../../../utils/stencil-utils' ;
35
36
import { RedirectionPayload } from '../../common/search-box/redirection-payload' ;
37
+ import { searchBoxTextArea } from '../../common/search-box/search-box-text-area' ;
36
38
import {
37
39
buttonSearchSuggestion ,
38
40
simpleSearchSuggestion ,
39
41
} from '../../common/search-box/search-suggestion' ;
40
42
import { submitButton } from '../../common/search-box/submit-button' ;
41
- import { textArea } from '../../common/search-box/text-area' ;
42
43
import { wrapper } from '../../common/search-box/wrapper' ;
44
+ import { SuggestionManager } from '../../common/suggestions/suggestion-manager' ;
43
45
import {
44
46
elementHasQuery ,
45
47
SearchBoxSuggestionElement ,
46
48
SearchBoxSuggestionsBindings ,
47
49
SearchBoxSuggestionsEvent ,
48
- } from '../../common/suggestions/stencil-suggestions-common' ;
49
- import { SuggestionManager } from '../../common/suggestions/suggestion-manager' ;
50
+ } from '../../common/suggestions/suggestions-common' ;
50
51
import { CommerceBindings } from '../atomic-commerce-interface/atomic-commerce-interface' ;
51
52
import { SelectChildProductEventArgs } from '../product-template-components/atomic-product-children/select-child-product-event' ;
52
53
import styles from './atomic-commerce-search-box.tw.css' ;
@@ -609,7 +610,7 @@ export class AtomicCommerceSearchBox
609
610
} ,
610
611
} ;
611
612
612
- return html `${ textArea ( {
613
+ return html `${ searchBoxTextArea ( {
613
614
props : {
614
615
textAreaRef : this . textAreaRef ,
615
616
ref : ( el ) => {
0 commit comments