@fluid-topics/ft-reader-feedback 2.0.34 → 2.0.35

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.
@@ -1294,7 +1294,7 @@ If it declares any Font Awesome CSS pseudo-elements, they will not be rendered a
1294
1294
  </label>
1295
1295
  <input id="input" type="radio" class="ft-switch-option--input"
1296
1296
  .checked=${this.selected}>
1297
- `)}addTooltip(e){return this.hasTextContent()||this.getLabel().trim().length===0?e:Yo.html`
1297
+ `)}addTooltip(e){return this.getLabel().trim().length===0?e:Yo.html`
1298
1298
  <ft-tooltip part="tooltip"
1299
1299
  text="${this.getLabel()}"
1300
1300
  position="${this.tooltipPosition}">
@@ -1374,7 +1374,7 @@ If it declares any Font Awesome CSS pseudo-elements, they will not be rendered a
1374
1374
  </label>
1375
1375
  <input id="input" type="radio" class="ft-switch-option--input"
1376
1376
  .checked=${this.selected}>
1377
- `)}addTooltip(e){return this.hasTextContent()||this.getLabel().trim().length===0?e:k`
1377
+ `)}addTooltip(e){return this.getLabel().trim().length===0?e:k`
1378
1378
  <ft-tooltip part="tooltip"
1379
1379
  text="${this.getLabel()}"
1380
1380
  position="${this.tooltipPosition}">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-topics/ft-reader-feedback",
3
- "version": "2.0.34",
3
+ "version": "2.0.35",
4
4
  "description": "Feedback forms for a map and its topics in an integrated reader",
5
5
  "keywords": [
6
6
  "Lit"
@@ -19,13 +19,13 @@
19
19
  "url": "ssh://git@scm.mrs.antidot.net:2222/fluidtopics/ft-web-components.git"
20
20
  },
21
21
  "dependencies": {
22
- "@fluid-topics/ft-app-context": "2.0.34",
23
- "@fluid-topics/ft-reader-context": "2.0.34",
24
- "@fluid-topics/ft-wc-utils": "2.0.34",
22
+ "@fluid-topics/ft-app-context": "2.0.35",
23
+ "@fluid-topics/ft-reader-context": "2.0.35",
24
+ "@fluid-topics/ft-wc-utils": "2.0.35",
25
25
  "lit": "3.1.0"
26
26
  },
27
27
  "devDependencies": {
28
28
  "@fluid-topics/public-api": "1.0.123"
29
29
  },
30
- "gitHead": "4d4baba1c07ce52b8763655aaeacc33a9c4ac9b8"
30
+ "gitHead": "b72f0f694a390c77ea515a13afc89abb277cd5f0"
31
31
  }