@fluid-topics/ft-text-field 1.3.15 → 1.3.17

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,7 +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
+ --text-field-internal-suggest-size: ${FtTextFieldCssVariables.suggestSize};
38
38
  }
39
39
 
40
40
  ft-input-label {
@@ -164,7 +164,7 @@ export const styles = css `
164
164
  border-radius: 0 0 ${FtTextFieldCssVariables.borderRadiusS} ${FtTextFieldCssVariables.borderRadiusS};
165
165
  box-shadow: ${FtTextFieldCssVariables.elevation02};
166
166
  outline: none;
167
- max-height: var(--ft-text-field-internal-suggest-size);
167
+ max-height: var(--text-field-internal-suggest-size);
168
168
  overflow-y: auto;
169
169
  }
170
170
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-topics/ft-text-field",
3
- "version": "1.3.15",
3
+ "version": "1.3.17",
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.3.15",
23
- "@fluid-topics/ft-input-label": "1.3.15",
24
- "@fluid-topics/ft-ripple": "1.3.15",
25
- "@fluid-topics/ft-typography": "1.3.15",
26
- "@fluid-topics/ft-wc-utils": "1.3.15",
22
+ "@fluid-topics/ft-icon": "1.3.17",
23
+ "@fluid-topics/ft-input-label": "1.3.17",
24
+ "@fluid-topics/ft-ripple": "1.3.17",
25
+ "@fluid-topics/ft-typography": "1.3.17",
26
+ "@fluid-topics/ft-wc-utils": "1.3.17",
27
27
  "lit": "3.1.0"
28
28
  },
29
- "gitHead": "5aa2861244264a93f9ce941c3541191eb22a4650"
29
+ "gitHead": "ca55c7b44d386d960ceb68323361ce0ab3aefaa8"
30
30
  }