@fluid-topics/ft-select 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.
@@ -93,6 +93,17 @@ var ct,ht;class ft extends E{constructor(){super(...arguments),this.renderOption
93
93
  -webkit-hyphens: auto;
94
94
  hyphens: auto
95
95
  }
96
+ `,y`
97
+ .ft-safari-ellipsis-fix {
98
+ margin-right: 0;
99
+
100
+ }
101
+
102
+ .ft-safari-ellipsis-fix:after {
103
+ content: "\\0000a0";
104
+ display: inline-block;
105
+ width: 0;
106
+ }
96
107
  `,navigator.vendor&&navigator.vendor.match(/apple/i)||(null===(bt=null===(vt=window.safari)||void 0===vt?void 0:vt.pushNotification)||void 0===bt||bt.toString());
97
108
  /**
98
109
  * @license
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-topics/ft-select",
3
- "version": "0.3.54",
3
+ "version": "0.3.55",
4
4
  "description": "Value selector for a predefined list of choices",
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
  }