@fluid-topics/ft-filter 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.
@@ -535,6 +535,7 @@ const V=Symbol.for(""),H=t=>{if((null==t?void 0:t.r)===V)return null==t?void 0:t
535
535
  <ft-ripple part="ripple" ?disabled=${this.isDisabled()}></ft-ripple>
536
536
  <ft-typography part="label"
537
537
  variant="button"
538
+ element="span"
538
539
  class="ft-button--label"
539
540
  ?hidden=${!this.hasTextContent()}>
540
541
  <slot @slotchange=${this.onSlotchange}></slot>
@@ -654,6 +654,7 @@ class Ni extends qe{constructor(t){if(super(t),this.it=Y,t.type!==Ze)throw Error
654
654
  <ft-ripple part="ripple" ?disabled=${this.isDisabled()}></ft-ripple>
655
655
  <ft-typography part="label"
656
656
  variant="button"
657
+ element="span"
657
658
  class="ft-button--label"
658
659
  ?hidden=${!this.hasTextContent()}>
659
660
  <slot @slotchange=${this.onSlotchange}></slot>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-topics/ft-filter",
3
- "version": "0.3.50",
3
+ "version": "0.3.51",
4
4
  "description": "Flat selector for multivalued or monovalued filters",
5
5
  "keywords": [
6
6
  "Lit"
@@ -19,15 +19,15 @@
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-checkbox": "0.3.50",
24
- "@fluid-topics/ft-icon": "0.3.50",
25
- "@fluid-topics/ft-radio": "0.3.50",
26
- "@fluid-topics/ft-ripple": "0.3.50",
27
- "@fluid-topics/ft-snap-scroll": "0.3.50",
28
- "@fluid-topics/ft-typography": "0.3.50",
29
- "@fluid-topics/ft-wc-utils": "0.3.50",
22
+ "@fluid-topics/ft-button": "0.3.51",
23
+ "@fluid-topics/ft-checkbox": "0.3.51",
24
+ "@fluid-topics/ft-icon": "0.3.51",
25
+ "@fluid-topics/ft-radio": "0.3.51",
26
+ "@fluid-topics/ft-ripple": "0.3.51",
27
+ "@fluid-topics/ft-snap-scroll": "0.3.51",
28
+ "@fluid-topics/ft-typography": "0.3.51",
29
+ "@fluid-topics/ft-wc-utils": "0.3.51",
30
30
  "lit": "2.2.8"
31
31
  },
32
- "gitHead": "ed73266ceb5360df2eefd4cbb314c1b9b2e811dc"
32
+ "gitHead": "6396591dbb377dbb8b05e6328135168279c99417"
33
33
  }