@fluid-topics/ft-dialog 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 D=Symbol.for(""),W=t=>{if((null==t?void 0:t.r)===D)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>
@@ -646,6 +646,7 @@ function(t,e,i){let o,n=t;return"object"==typeof t?(n=t.slot,o=t):o={flatten:e},
646
646
  <ft-ripple part="ripple" ?disabled=${this.isDisabled()}></ft-ripple>
647
647
  <ft-typography part="label"
648
648
  variant="button"
649
+ element="span"
649
650
  class="ft-button--label"
650
651
  ?hidden=${!this.hasTextContent()}>
651
652
  <slot @slotchange=${this.onSlotchange}></slot>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-topics/ft-dialog",
3
- "version": "0.3.50",
3
+ "version": "0.3.51",
4
4
  "description": "A simple dialog component",
5
5
  "keywords": [
6
6
  "Lit"
@@ -19,11 +19,11 @@
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-icon": "0.3.50",
24
- "@fluid-topics/ft-typography": "0.3.50",
25
- "@fluid-topics/ft-wc-utils": "0.3.50",
22
+ "@fluid-topics/ft-button": "0.3.51",
23
+ "@fluid-topics/ft-icon": "0.3.51",
24
+ "@fluid-topics/ft-typography": "0.3.51",
25
+ "@fluid-topics/ft-wc-utils": "0.3.51",
26
26
  "lit": "2.2.8"
27
27
  },
28
- "gitHead": "ed73266ceb5360df2eefd4cbb314c1b9b2e811dc"
28
+ "gitHead": "6396591dbb377dbb8b05e6328135168279c99417"
29
29
  }