@fluid-topics/ft-reader-toc 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.
@@ -553,6 +553,7 @@ const G=Symbol.for(""),K=t=>{if((null==t?void 0:t.r)===G)return null==t?void 0:t
553
553
  <ft-ripple part="ripple" ?disabled=${this.isDisabled()}></ft-ripple>
554
554
  <ft-typography part="label"
555
555
  variant="button"
556
+ element="span"
556
557
  class="ft-button--label"
557
558
  ?hidden=${!this.hasTextContent()}>
558
559
  <slot @slotchange=${this.onSlotchange}></slot>
@@ -668,6 +668,7 @@ function(t,e,i){let o,n=t;return"object"==typeof t?(n=t.slot,o=t):o={flatten:e},
668
668
  <ft-ripple part="ripple" ?disabled=${this.isDisabled()}></ft-ripple>
669
669
  <ft-typography part="label"
670
670
  variant="button"
671
+ element="span"
671
672
  class="ft-button--label"
672
673
  ?hidden=${!this.hasTextContent()}>
673
674
  <slot @slotchange=${this.onSlotchange}></slot>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-topics/ft-reader-toc",
3
- "version": "0.3.50",
3
+ "version": "0.3.51",
4
4
  "description": "Main table of content for integrated reader",
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.50",
23
- "@fluid-topics/ft-reader-context": "0.3.50",
24
- "@fluid-topics/ft-size-watcher": "0.3.50",
25
- "@fluid-topics/ft-typography": "0.3.50",
26
- "@fluid-topics/ft-wc-utils": "0.3.50",
22
+ "@fluid-topics/ft-icon": "0.3.51",
23
+ "@fluid-topics/ft-reader-context": "0.3.51",
24
+ "@fluid-topics/ft-size-watcher": "0.3.51",
25
+ "@fluid-topics/ft-typography": "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
  }