@fluid-topics/ft-checkbox 0.3.53 → 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.
@@ -94,6 +94,17 @@ var at,lt;class ht extends S{constructor(){super(...arguments),this.renderOption
94
94
  -webkit-hyphens: auto;
95
95
  hyphens: auto
96
96
  }
97
+ `,u`
98
+ .ft-safari-ellipsis-fix {
99
+ margin-right: 0;
100
+
101
+ }
102
+
103
+ .ft-safari-ellipsis-fix:after {
104
+ content: "\\0000a0";
105
+ display: inline-block;
106
+ width: 0;
107
+ }
97
108
  `,navigator.vendor&&navigator.vendor.match(/apple/i)||(null===(ut=null===(dt=window.safari)||void 0===dt?void 0:dt.pushNotification)||void 0===ut||ut.toString());
98
109
  /**
99
110
  * @license
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-topics/ft-checkbox",
3
- "version": "0.3.53",
3
+ "version": "0.3.55",
4
4
  "description": "A checkbox component",
5
5
  "keywords": [
6
6
  "Lit"
@@ -19,10 +19,10 @@
19
19
  "url": "ssh://git@scm.mrs.antidot.net:2222/fluidtopics/ft-web-components.git"
20
20
  },
21
21
  "dependencies": {
22
- "@fluid-topics/ft-ripple": "0.3.53",
23
- "@fluid-topics/ft-typography": "0.3.53",
24
- "@fluid-topics/ft-wc-utils": "0.3.53",
22
+ "@fluid-topics/ft-ripple": "0.3.55",
23
+ "@fluid-topics/ft-typography": "0.3.55",
24
+ "@fluid-topics/ft-wc-utils": "0.3.55",
25
25
  "lit": "2.2.8"
26
26
  },
27
- "gitHead": "cf1f6c836c7bcacfd0a9abbd39a185077341036e"
27
+ "gitHead": "4106f01e238edeb1c85fba22d6d50a18757e0b3e"
28
28
  }