@fluid-topics/ft-text-field 2.2.5 → 2.2.7

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.
@@ -172,7 +172,7 @@ export const styles = css `
172
172
  position: fixed;
173
173
  }
174
174
 
175
- .ft-text-field:not(.ft-text-field--hide-suggestions):focus-within .ft-text-field--suggestions {
175
+ .ft-text-field:not(.ft-text-field--hide-suggestions):focus-within .ft-text-field--suggestions:not(:empty) {
176
176
  display: flex;
177
177
  }
178
178
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-topics/ft-text-field",
3
- "version": "2.2.5",
3
+ "version": "2.2.7",
4
4
  "description": "A fluidtopics text field",
5
5
  "keywords": [
6
6
  "Lit"
@@ -19,12 +19,12 @@
19
19
  "url": "ssh://git@scm.mrs.antidot.net:2222/fluidtopics/ft-web-components.git"
20
20
  },
21
21
  "dependencies": {
22
- "@fluid-topics/ft-icon": "2.2.5",
23
- "@fluid-topics/ft-input-label": "2.2.5",
24
- "@fluid-topics/ft-ripple": "2.2.5",
25
- "@fluid-topics/ft-typography": "2.2.5",
26
- "@fluid-topics/ft-wc-utils": "2.2.5",
22
+ "@fluid-topics/ft-icon": "2.2.7",
23
+ "@fluid-topics/ft-input-label": "2.2.7",
24
+ "@fluid-topics/ft-ripple": "2.2.7",
25
+ "@fluid-topics/ft-typography": "2.2.7",
26
+ "@fluid-topics/ft-wc-utils": "2.2.7",
27
27
  "lit": "3.3.3"
28
28
  },
29
- "gitHead": "49802c8417d9eb8b329f8187f08c05af4d546c93"
29
+ "gitHead": "dff67505fe1e41bc42e0bdfafc7060ca40f8dc9d"
30
30
  }