@fluid-topics/ft-reader-navigation-button 0.3.50 → 0.3.51

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.
@@ -546,6 +546,7 @@ const it=Symbol.for(""),et=t=>{if((null==t?void 0:t.r)===it)return null==t?void
546
546
  <ft-ripple part="ripple" ?disabled=${this.isDisabled()}></ft-ripple>
547
547
  <ft-typography part="label"
548
548
  variant="button"
549
+ element="span"
549
550
  class="ft-button--label"
550
551
  ?hidden=${!this.hasTextContent()}>
551
552
  <slot @slotchange=${this.onSlotchange}></slot>
@@ -662,6 +662,7 @@ class Si extends jt{constructor(t){if(super(t),this.it=q,t.type!==Rt)throw Error
662
662
  <ft-ripple part="ripple" ?disabled=${this.isDisabled()}></ft-ripple>
663
663
  <ft-typography part="label"
664
664
  variant="button"
665
+ element="span"
665
666
  class="ft-button--label"
666
667
  ?hidden=${!this.hasTextContent()}>
667
668
  <slot @slotchange=${this.onSlotchange}></slot>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-topics/ft-reader-navigation-button",
3
- "version": "0.3.50",
3
+ "version": "0.3.51",
4
4
  "description": "Button used to navigate between pages in an integrated reader context.",
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-button": "0.3.50",
23
- "@fluid-topics/ft-reader-context": "0.3.50",
24
- "@fluid-topics/ft-reader-internal-link": "0.3.50",
25
- "@fluid-topics/ft-tooltip": "0.3.50",
26
- "@fluid-topics/ft-wc-utils": "0.3.50",
22
+ "@fluid-topics/ft-button": "0.3.51",
23
+ "@fluid-topics/ft-reader-context": "0.3.51",
24
+ "@fluid-topics/ft-reader-internal-link": "0.3.51",
25
+ "@fluid-topics/ft-tooltip": "0.3.51",
26
+ "@fluid-topics/ft-wc-utils": "0.3.51",
27
27
  "lit": "2.2.8"
28
28
  },
29
- "gitHead": "ed73266ceb5360df2eefd4cbb314c1b9b2e811dc"
29
+ "gitHead": "6396591dbb377dbb8b05e6328135168279c99417"
30
30
  }