@fluid-topics/ft-size-watcher 0.3.54 → 0.3.56

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.
@@ -85,6 +85,17 @@ function(t){return class extends t{createRenderRoot(){const t=this.constructor,{
85
85
  -webkit-hyphens: auto;
86
86
  hyphens: auto
87
87
  }
88
+ `,u`
89
+ .ft-safari-ellipsis-fix {
90
+ margin-right: 0;
91
+
92
+ }
93
+
94
+ .ft-safari-ellipsis-fix:after {
95
+ content: "\\0000a0";
96
+ display: inline-block;
97
+ width: 0;
98
+ }
88
99
  `,navigator.vendor&&navigator.vendor.match(/apple/i)||(null===(ct=null===(ht=window.safari)||void 0===ht?void 0:ht.pushNotification)||void 0===ct||ct.toString()),t.FtSizeCategory=void 0,(ut=t.FtSizeCategory||(t.FtSizeCategory={})).S="S",ut.M="M",ut.L="L",ut.XL="XL",ut.XXL="XXL";const ft=u`
89
100
  .ft-size-watcher--pixel {
90
101
  width: 0;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-topics/ft-size-watcher",
3
- "version": "0.3.54",
3
+ "version": "0.3.56",
4
4
  "description": "Pixel component used to get viewport size",
5
5
  "keywords": [
6
6
  "Lit"
@@ -19,8 +19,8 @@
19
19
  "url": "ssh://git@scm.mrs.antidot.net:2222/fluidtopics/ft-web-components.git"
20
20
  },
21
21
  "dependencies": {
22
- "@fluid-topics/ft-wc-utils": "0.3.54",
22
+ "@fluid-topics/ft-wc-utils": "0.3.56",
23
23
  "lit": "2.2.8"
24
24
  },
25
- "gitHead": "a44cb80b87fa9a6a35c255f4e37a75af484b443a"
25
+ "gitHead": "e86edee2b2660d806320bacca5c5156bb94ca2d6"
26
26
  }