@fluid-topics/ft-search-input 1.2.61 → 1.2.63

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.
@@ -89,16 +89,15 @@ export const styles = css `
89
89
  margin: 0 4px;
90
90
  }
91
91
 
92
- ft-search-input-suggestion {
93
- display: none;
94
- }
95
-
96
- .ft-search-input.ft-search-input--with-suggestions:focus-within:not(.ft-search-input--with-suggestions-closed) ft-search-input-suggestion {
97
- display: block;
98
- }
99
-
100
92
  .ft-search-input--separator {
101
93
  height: 20px;
102
94
  border-right: 1px solid ${FtSearchInputCssVariables.colorOutline};
103
95
  }
96
+
97
+ .ft-search-input--aria-live {
98
+ position: absolute;
99
+ width: 0;
100
+ height: 0;
101
+ opacity: 0;
102
+ }
104
103
  `;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-topics/ft-search-input",
3
- "version": "1.2.61",
3
+ "version": "1.2.63",
4
4
  "description": "Search bar input for integrated search component",
5
5
  "keywords": [
6
6
  "Lit"
@@ -19,18 +19,18 @@
19
19
  "url": "ssh://git@scm.mrs.antidot.net:2222/fluidtopics/ft-web-components.git"
20
20
  },
21
21
  "dependencies": {
22
- "@fluid-topics/ft-app-context": "1.2.61",
23
- "@fluid-topics/ft-button": "1.2.61",
24
- "@fluid-topics/ft-i18n": "1.2.61",
25
- "@fluid-topics/ft-icon": "1.2.61",
26
- "@fluid-topics/ft-ripple": "1.2.61",
27
- "@fluid-topics/ft-search-context": "1.2.61",
28
- "@fluid-topics/ft-typography": "1.2.61",
29
- "@fluid-topics/ft-wc-utils": "1.2.61",
22
+ "@fluid-topics/ft-app-context": "1.2.63",
23
+ "@fluid-topics/ft-button": "1.2.63",
24
+ "@fluid-topics/ft-i18n": "1.2.63",
25
+ "@fluid-topics/ft-icon": "1.2.63",
26
+ "@fluid-topics/ft-ripple": "1.2.63",
27
+ "@fluid-topics/ft-search-context": "1.2.63",
28
+ "@fluid-topics/ft-typography": "1.2.63",
29
+ "@fluid-topics/ft-wc-utils": "1.2.63",
30
30
  "lit": "3.1.0"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@fluid-topics/public-api": "1.0.95"
34
34
  },
35
- "gitHead": "924cb24583d473e221182ffe54f8c500643227c1"
35
+ "gitHead": "04f9005b2cadc3b804e208ffb54fc763a4a3b19a"
36
36
  }
@@ -1,2 +0,0 @@
1
- export interface FtSearchInputSuggestionProperties {
2
- }
@@ -1 +0,0 @@
1
- export {};