@fluid-topics/ft-floating-menu 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.
|
@@ -573,6 +573,7 @@ const tt=Symbol.for(""),it=t=>{if((null==t?void 0:t.r)===tt)return null==t?void
|
|
|
573
573
|
<ft-ripple part="ripple" ?disabled=${this.isDisabled()}></ft-ripple>
|
|
574
574
|
<ft-typography part="label"
|
|
575
575
|
variant="button"
|
|
576
|
+
element="span"
|
|
576
577
|
class="ft-button--label"
|
|
577
578
|
?hidden=${!this.hasTextContent()}>
|
|
578
579
|
<slot @slotchange=${this.onSlotchange}></slot>
|
|
@@ -690,6 +690,7 @@ class $e extends Et{constructor(t){if(super(t),this.it=J,t.type!==Ct)throw Error
|
|
|
690
690
|
<ft-ripple part="ripple" ?disabled=${this.isDisabled()}></ft-ripple>
|
|
691
691
|
<ft-typography part="label"
|
|
692
692
|
variant="button"
|
|
693
|
+
element="span"
|
|
693
694
|
class="ft-button--label"
|
|
694
695
|
?hidden=${!this.hasTextContent()}>
|
|
695
696
|
<slot @slotchange=${this.onSlotchange}></slot>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluid-topics/ft-floating-menu",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.51",
|
|
4
4
|
"description": "Floating menu component",
|
|
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.
|
|
23
|
-
"@fluid-topics/ft-icon": "0.3.
|
|
24
|
-
"@fluid-topics/ft-ripple": "0.3.
|
|
25
|
-
"@fluid-topics/ft-typography": "0.3.
|
|
26
|
-
"@fluid-topics/ft-wc-utils": "0.3.
|
|
22
|
+
"@fluid-topics/ft-button": "0.3.51",
|
|
23
|
+
"@fluid-topics/ft-icon": "0.3.51",
|
|
24
|
+
"@fluid-topics/ft-ripple": "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": "
|
|
29
|
+
"gitHead": "6396591dbb377dbb8b05e6328135168279c99417"
|
|
30
30
|
}
|