@fluid-topics/ft-text-field 1.2.45 → 1.2.48

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.
@@ -34,6 +34,7 @@ export const styles = css `
34
34
  flex-direction: column;
35
35
  align-items: stretch;
36
36
  position: relative;
37
+ --ft-text-field-internal-suggest-size: ${FtTextFieldCssVariables.suggestSize};
37
38
  }
38
39
 
39
40
  ft-input-label {
@@ -163,7 +164,7 @@ export const styles = css `
163
164
  border-radius: 0 0 ${FtTextFieldCssVariables.borderRadiusS} ${FtTextFieldCssVariables.borderRadiusS};
164
165
  box-shadow: ${FtTextFieldCssVariables.elevation02};
165
166
  outline: none;
166
- max-height: ${FtTextFieldCssVariables.suggestSize};
167
+ max-height: var(--ft-text-field-internal-suggest-size);
167
168
  overflow-y: auto;
168
169
  }
169
170
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-topics/ft-text-field",
3
- "version": "1.2.45",
3
+ "version": "1.2.48",
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": "1.2.45",
23
- "@fluid-topics/ft-input-label": "1.2.45",
24
- "@fluid-topics/ft-ripple": "1.2.45",
25
- "@fluid-topics/ft-typography": "1.2.45",
26
- "@fluid-topics/ft-wc-utils": "1.2.45",
22
+ "@fluid-topics/ft-icon": "1.2.48",
23
+ "@fluid-topics/ft-input-label": "1.2.48",
24
+ "@fluid-topics/ft-ripple": "1.2.48",
25
+ "@fluid-topics/ft-typography": "1.2.48",
26
+ "@fluid-topics/ft-wc-utils": "1.2.48",
27
27
  "lit": "3.1.0"
28
28
  },
29
- "gitHead": "bbd991e9c3516c89eeb4db7a7b40f7aca2a6bc28"
29
+ "gitHead": "c2298efffb5e12489201c4c46c6b9cd2911adf58"
30
30
  }