@fluid-topics/ft-floating-menu 0.3.70 → 0.3.71
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.
|
@@ -473,7 +473,6 @@ const tt=Symbol.for(""),it=t=>{if((null==t?void 0:t.r)===tt)return null==t?void
|
|
|
473
473
|
box-sizing: border-box;
|
|
474
474
|
border: none;
|
|
475
475
|
pointer-events: auto;
|
|
476
|
-
gap: ${Hi.iconPadding};
|
|
477
476
|
|
|
478
477
|
--ft-button-internal-line-height: calc(${Hi.fontSize} + 2px);
|
|
479
478
|
--ft-button-internal-color: ${Hi.color};
|
|
@@ -536,10 +535,15 @@ const tt=Symbol.for(""),it=t=>{if((null==t?void 0:t.r)===tt)return null==t?void
|
|
|
536
535
|
white-space: nowrap;
|
|
537
536
|
text-overflow: ellipsis;
|
|
538
537
|
display: block;
|
|
538
|
+
margin: 0 ${Hi.iconPadding};
|
|
539
539
|
${i.setVariable(pi.fontSize,"1em")};
|
|
540
540
|
${i.setVariable(pi.lineHeight,"var(--ft-button-internal-content-height)")};
|
|
541
541
|
}
|
|
542
542
|
|
|
543
|
+
.ft-button--dense .ft-button--label {
|
|
544
|
+
margin: 0 ${qi};
|
|
545
|
+
}
|
|
546
|
+
|
|
543
547
|
.ft-button--label[hidden] {
|
|
544
548
|
display: none;
|
|
545
549
|
}
|
|
@@ -601,7 +601,6 @@ class Si extends Mt{constructor(t){if(super(t),this.it=q,t.type!==Et)throw Error
|
|
|
601
601
|
box-sizing: border-box;
|
|
602
602
|
border: none;
|
|
603
603
|
pointer-events: auto;
|
|
604
|
-
gap: ${Fi.iconPadding};
|
|
605
604
|
|
|
606
605
|
--ft-button-internal-line-height: calc(${Fi.fontSize} + 2px);
|
|
607
606
|
--ft-button-internal-color: ${Fi.color};
|
|
@@ -664,10 +663,15 @@ class Si extends Mt{constructor(t){if(super(t),this.it=q,t.type!==Et)throw Error
|
|
|
664
663
|
white-space: nowrap;
|
|
665
664
|
text-overflow: ellipsis;
|
|
666
665
|
display: block;
|
|
666
|
+
margin: 0 ${Fi.iconPadding};
|
|
667
667
|
${vt(Ge.fontSize,"1em")};
|
|
668
668
|
${vt(Ge.lineHeight,"var(--ft-button-internal-content-height)")};
|
|
669
669
|
}
|
|
670
670
|
|
|
671
|
+
.ft-button--dense .ft-button--label {
|
|
672
|
+
margin: 0 ${Ii};
|
|
673
|
+
}
|
|
674
|
+
|
|
671
675
|
.ft-button--label[hidden] {
|
|
672
676
|
display: none;
|
|
673
677
|
}
|
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.71",
|
|
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.71",
|
|
23
|
+
"@fluid-topics/ft-icon": "0.3.71",
|
|
24
|
+
"@fluid-topics/ft-ripple": "0.3.71",
|
|
25
|
+
"@fluid-topics/ft-typography": "0.3.71",
|
|
26
|
+
"@fluid-topics/ft-wc-utils": "0.3.71",
|
|
27
27
|
"lit": "2.2.8"
|
|
28
28
|
},
|
|
29
|
-
"gitHead": "
|
|
29
|
+
"gitHead": "aeaa883cc0e3596e6cc75d282aa99de3c603f6a2"
|
|
30
30
|
}
|