@fluid-topics/ft-text-field 0.3.54 → 0.3.55

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.
@@ -98,6 +98,17 @@ var ht,ft;class ct extends C{constructor(){super(...arguments),this.renderOption
98
98
  -webkit-hyphens: auto;
99
99
  hyphens: auto
100
100
  }
101
+ `,y`
102
+ .ft-safari-ellipsis-fix {
103
+ margin-right: 0;
104
+
105
+ }
106
+
107
+ .ft-safari-ellipsis-fix:after {
108
+ content: "\\0000a0";
109
+ display: inline-block;
110
+ width: 0;
111
+ }
101
112
  `,navigator.vendor&&navigator.vendor.match(/apple/i)||(null===(vt=null===(yt=window.safari)||void 0===yt?void 0:yt.pushNotification)||void 0===vt||vt.toString());
102
113
  /**
103
114
  * @license
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-topics/ft-text-field",
3
- "version": "0.3.54",
3
+ "version": "0.3.55",
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": "0.3.54",
23
- "@fluid-topics/ft-input-label": "0.3.54",
24
- "@fluid-topics/ft-ripple": "0.3.54",
25
- "@fluid-topics/ft-typography": "0.3.54",
26
- "@fluid-topics/ft-wc-utils": "0.3.54",
22
+ "@fluid-topics/ft-icon": "0.3.55",
23
+ "@fluid-topics/ft-input-label": "0.3.55",
24
+ "@fluid-topics/ft-ripple": "0.3.55",
25
+ "@fluid-topics/ft-typography": "0.3.55",
26
+ "@fluid-topics/ft-wc-utils": "0.3.55",
27
27
  "lit": "2.2.8"
28
28
  },
29
- "gitHead": "a44cb80b87fa9a6a35c255f4e37a75af484b443a"
29
+ "gitHead": "4106f01e238edeb1c85fba22d6d50a18757e0b3e"
30
30
  }