@fluid-topics/ft-search-input 1.1.94 → 1.1.95

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.
@@ -5,7 +5,7 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
5
5
  return c > 3 && r && Object.defineProperty(target, key, r), r;
6
6
  };
7
7
  import { html } from "lit";
8
- import { redux } from "@fluid-topics/ft-wc-utils";
8
+ import { noTextInputDefaultClearButton, redux } from "@fluid-topics/ft-wc-utils";
9
9
  import { styles } from "./ft-search-input.styles";
10
10
  import { FtSearchComponent } from "@fluid-topics/ft-search-context/build/registration";
11
11
  import { withI18n } from "@fluid-topics/ft-i18n";
@@ -114,6 +114,7 @@ FtSearchInput.elementDefinitions = {
114
114
  };
115
115
  FtSearchInput.styles = [
116
116
  FtTypographyBody2,
117
+ noTextInputDefaultClearButton,
117
118
  styles,
118
119
  ];
119
120
  __decorate([